/*your custom css goes here*/


.hr {
    position: relative;
    height: 1px;
    border-width: 0;
    background-color: #00bcd4;
    background-image: -webkit-linear-gradient(left,
    #00bcd4 0%,#283593 50%,#00bcd4 100%);
    background-image:         linear-gradient(90deg,
    #00bcd4 0%,#283593 50%,#00bcd4 100%);
}



.form-control {
    padding: 0.6rem 1rem;
    font-size: 0.875rem;
    height: calc(1.3125rem + 1.2rem + 2px);
    border: 1px solid #e2e5ec;
    color: #000 !important;
}




a.thumbnail_list  {
    color:black;
}

.bg-blue{
    background-color:blue;
}
.loading {
    position: fixed;
    z-index: 1000;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: white;
}

.loading2 {
    position: absolute ;
    z-index: 1000;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: white;
}

.loading.hide {
    opacity: 0;
    pointer-events: none;
    transition: opacity 500ms;
}

.loading .loading_title{
    display: block;
    position: relative;
    top: calc( 40% - 20px );
    width: 240px;
    margin: 0 auto;
}
.loading .circle {
    display: block;
    position: relative;
    top: calc( 30% - 20px );
    width: 40px;
    height: 40px;
    margin: 0 auto;
    border: 7px solid #444444;
    border-top: 7px solid #5ae1e5;
    border-radius: 50px;
    animation: loading 700ms linear 0ms infinite normal both;
}

@keyframes loading {
    0% { transform: rotate( 0deg ); }
    100% { transform: rotate( 360deg ); }
}

.midashi {
    position: relative;
    padding: 0 65px;
    text-align: left;
    width: 100%;
}

.midashi:before {
    position: absolute;
    top: calc(50% + 3px);
    left: 0;
    width: 100%;
    height: 1px;
    content: '';
    background: #000;
}

.midashi span {
    position: relative;
    padding: 0 1em;
    background: #fff;
}

.midashi-all-sub-category {
    position: relative;
    padding: 0 65px;
    text-align: left;
    width: 100%;
}

.midashi-all-sub-category:before {
    position: absolute;
    top: calc(50% + 3px);
    left: 0;
    width: 100%;
    height: 1px;
    content: '';
    background: #000;
}

.midashi-all-sub-category span {
    position: relative;
    padding: 0 1em;
    background: white;
}


.aiz-main-wrapper {
    min-height: 100vh;
    max-width: 100vw;
    background-color: var(--white);
}

.product_midashi{
    padding: 1rem 2rem;
    border-left: 4px solid #F0605A;

}
.product_midashi_w{
    padding: 1rem 2rem;
    border-left: 4px solid #FFF;
}

.product_midashi_blue{
    padding: 1rem 2rem;
    border-left: 4px solid #3D7BD9;
}

.product_midashi_green{
    padding: 1rem 2rem;
    border-left: 4px solid green;

}


.midashi_travel_horizontal {
    color:#F0605A;
    position: relative;
    padding: 1rem .5rem;
    width:50%;
}

.midashi_travel_horizontal:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    content: '';
    border-radius: 3px;
    background-image: -webkit-gradient(linear, left top, right top, from(#fa709a), to(#fee140));
    background-image: -webkit-linear-gradient(left, #fa709a 0%, #fee140 100%);
    background-image: linear-gradient(to right, #fa709a 0%, #fee140 100%);
}

.midashi_travel_horizontal_center {
    color:#F0605A;
    position: relative;
    padding: 1rem .5rem;
}

.midashi_travel_horizontal_center:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    content: '';
    border-radius: 3px;
    background-image: -webkit-gradient(linear, left top, right top, from(#fa709a), to(#fee140));
    background-image: -webkit-linear-gradient(left, #fa709a 0%, #fee140 100%);
    background-image: linear-gradient(to right, #fa709a 0%, #fee140 100%);
}



.midashi_doctor_horizontal {

    color:#3D7BD9;
    position: relative;
    padding: 1rem .5rem;
    width:50%;
}

.midashi_doctor_horizontal:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    content: '';
    border-radius: 3px;
    background-image: -webkit-gradient(linear, right top, left top, from(#2af598), to(#009efd));
    background-image: -webkit-linear-gradient(right, #2af598 0%, #009efd 100%);
    background-image: linear-gradient(to left, #2af598 0%, #009efd 100%);
}

.midashi_doctor_horizontal2 {

    color:#3D7BD9;
    position: relative;
    padding: 1rem .5rem;
}

.midashi_doctor_horizontal2:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    content: '';
    border-radius: 3px;
    background-image: -webkit-gradient(linear, right top, left top, from(#2af598), to(#009efd));
    background-image: -webkit-linear-gradient(right, #2af598 0%, #009efd 100%);
    background-image: linear-gradient(to left, #2af598 0%, #009efd 100%);
}
.embed-responsive .card-img-top {
    object-fit: cover;
}

.kuwasikuBtn {
    background-image:-moz-linear-gradient(
        top,
        #49a9d4 0%,
        #2989d8 40%,
        #2285d6 52%,
        #2989d8);

    border-radius: 2rem;
    background-image:-webkit-gradient(
        linear,left top,left bottom,
        from(#49a9d4),
        color-stop(0.49,#2989d8),
        color-stop(0.52,#2285d6),
        to(#2989d8));
}

.news-date {
    width: 90px;
}
.news-category{
    width: 120px;
}

.search-box{
    background-color:#FDFDFD;
    border-width: 3px !important;
    border-color:red !important;
}
.search-area {
    background-image: url("../img/background-travel-train.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.search-area-train-with-hotel {
    background-image: url("../img/background-travel-train-with-hotel.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.search-area-air {
    background-image: url("../img/background-travel-air.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.orange-hr { background-color: orange; height: 2px; border: 0; }

.scale14{
    transform: scale(1.4);
}


.progressbar {
    margin: 0;
    padding: 0;
    counter-reset: step;
    z-index: 0;
    position: relative;
}
.progressbar li {
    list-style-type: none;
    width: 20%;
    float: left;
    font-size: 12px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    color: #aaa;
}
.progressbar li:before {
    width: 30px;
    height: 30px;
    content: counter(step);
    counter-increment: step;
    line-height: 30px;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    background-color: #eee;
}
.progressbar li:after {
    width: 100%;
    height: 2px;
    content: '';
    position: absolute;
    background-color: #eee;
    top: 15px;
    left: -50%;
    z-index: -1;
}
.progressbar li:first-child:after {
    content: none;
}
.progressbar li.active {
    color: #F0605A;
}
.progressbar li.active:before {
    background-color: #F0605A;
    color:#fff;
}
.progressbar li.active + li:after {
    background-color: #F0605A;
}


.which-select[disabled] {
    background-color: #a9a9a9;
}


.btn-umedia{
    background-color: #F0605A;
    border-color: #F0605A;
}

.btn-umedia:hover {
    color: #fff;
    background-color: #B7472A;
    border-color: #B7472A;
}

.btn-umedia:not(:disabled):not(.disabled):active, .btn-umedia:not(:disabled):not(.disabled).active,
.show > .btn-umedia.dropdown-toggle {
    color: #fff;
    background-color: #6A2918;
    border-color: #6A2918;
}

.bg-umedia-label{
    background-color: #FDE8D8;
    color: #595959;
}

.bg-umedia-label2{
    background-color: #F5A23D !important;
}

.bg-umedia-label_darkblue{
    background-color: darkblue !important;
}

.btn-umedia2{
    background-color: #F5A23D;
    border-color: #F5A23D;
}

.btn-umedia2:hover {
    color: #fff;
    background-color: #C28030;
    border-color: #C28030;
}

.btn-umedia2:not(:disabled):not(.disabled):active, .btn-umedia:not(:disabled):not(.disabled).active,
.show > .btn-umedia.dropdown-toggle {
    color: #fff;
    background-color: #8F5E23;
    border-color: #8F5E23;
}

.btn-umedia-darkblue{
    background-color: darkblue;
    border-color: darkblue;
}

.btn-umedia-darkblue:hover {
    color: #fff;
    background-color: skyblue;
    border-color: skyblue;
}

.btn-umedia-darkblue:not(:disabled):not(.disabled):active, .btn-umedia:not(:disabled):not(.disabled).active,
.show > .btn-umedia.dropdown-toggle {
    color: #fff;
    background-color: skyblue;
    border-color: skyblue;
}


.btn-umedia3 {
    font-weight:bold;
    display: inline-block;
    position: relative;
    padding: .4rem 4rem;
    border-radius: 2rem;

    color: #FFF;
    background: -moz-linear-gradient(top left, #FFF, #ffc000);
    background: -webkit-linear-gradient(top left, #FFF, #ffc000);
    background: linear-gradient(to bottom right, #FFF, #ffc000);
}

.btn-umedia3:hover {
    color: #fff;
    background-color: #C28030;
    border-color: #C28030;
}


.box30 {
    margin: 0;
    background: #FFF7EE;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}
.box30 .box-title {
    font-size: 1.4em;
    background: #5fc2f5;
    padding-left:2em;
    padding-top:4px;
    padding-bottom:4px;
    text-align: left;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.box30 p {
    padding: 15px 20px;
    margin: 0;
    font-size: 1.2em;
}

.design10 {
    width: 100%;
    text-align: left;
    border-collapse: collapse;
    border-spacing: 0;
}
.design10 th {
    padding: 10px;
    border-bottom: solid 4px #778ca3;
    color: #778ca3
}
.design10 td {
    padding: 10px;
    border-bottom: solid 1px #778ca3;
}




.coming_soon {
    cursor: default;
    filter: invert(15%) sepia(0%) saturate(11%) hue-rotate(143deg) brightness(101%) contrast(93%);

}

.flash_box{
    animation: flash 3s linear infinite;

}

@keyframes flash {
    0%,100% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}

.tenant_thumbnail{
    width:640px;
}
@media (max-width: 575.98px) {

    .tenant_thumbnail {
        width:375px;
    }
    /*.gekiyasu_tooka_banner{*/
    /*    padding: 1px !important;*/
    /*}*/

}
@media (max-width: 767px) {
    .product_midashi_w {
        padding-right: 0.2rem !important;
        padding-left: 0.2rem !important;
        padding-bottom: 0.3rem !important;
        padding-top: 0.3rem !important;


    }
}


/* 5 Columns */

.col-15, .col-sm-15, .col-md-15, .col-xl-15  .col-lg-15 .col-xl-15-12 .col-lg-15-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
}

.blur{
    -ms-filter: blur(6px);
    filter: blur(6px);
}


@media (min-width: 576px) {
    .col-sm-15 {
        width: 20%;
        flex: 0 0 20%;
    }

}
@media (min-width: 768px) {
    .col-md-15 {
        width: 20%;
        flex: 0 0 20%;
    }

}
@media (min-width: 992px) {

    .col-xl-15 {
        width: 20%;
        flex: 0 0 20%;
    }
    .col-xl-15-12 {
        width: 80%;
        flex: 0 0 80%;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        flex: 0 0 20%;
    }
    .col-lg-15-12 {
        width: 80%;
        flex: 0 0 80%;
    }
}
.col-15{
    width: 20%;
    flex: 0 0 20%;
}

.strong_title {
    font-size: 24px;
}

.top-slider-left{
    width:46%;
}
.top-slider-center{
    width:35%;
}
.top-slider-right{
    width:19%;
    padding:1px 1px 1px 20px;
}

@media (max-width: 991.98px) {
    .h2-text {
        font-size: 1.2rem;
    }
}
@media (max-width: 767.98px) {
    .h2-text {
        font-size: 1.0rem;
    }
    .strong_title {
        font-size: 18px;
    }
    .top-slider-left{
        width:100%;
    }
    .top-slider-center{
        width:100%;
    }
    .top-slider-right{
        width:100%;
        padding:1px;
    }
}

@media (max-width: 575.98px) {
    .h2-text {
        font-size: 1.0rem;
    }
    .top-slider-left{
        width:100%;
    }
    .top-slider-center{
        width:100%;
    }
    .top-slider-right{
        width:100%;
        padding:1px;
    }
}

.kasaneru{
    position: relative;/*親要素にrelative*/
}
.kasaneru span{
    position: absolute;/*重ねたい子要素にabsolute*/
    top:12%;
    left: 12%;
    -ms-transform: translate(-50%,-50%);/*ベンダープレフィックス*/
    -webkit-transform: translate(-50%,-50%);/*ベンダープレフィックス*/
    transform: translate(-50%,-50%);/*センター寄せの修正*/
    color: #fff;
    font-size: 1.2rem;
    margin: 0!important;/*文字がずれている場合や*/
    padding: 5px !important;/*文字が折り返される場合*/
}

#survey_modal{
    max-height: 100% !important;
    /*overflow-y: auto !important;*/
    /*overflow: scroll;*/
}

/*#survey_modal_body {*/
/*    max-height: 70vh; !* モーダルの高さをビューポートの70%に制限 *!*/
/*}*/

/*@media (min-width: 1px) {*/
/*    #popup_modal .modal-dialog,*/
/*    .modal-content {*/
/*        max-height: 450px!important;*/
/*    }*/
/*    #popup_modal .modal-body {*/
/*        !* 100% = dialog height, 120px = header + footer *!*/
/*        max-height: 455px;*/
/*        overflow-y: scroll;*/
/*    }*/

/*}*/



/*@media (min-width: 410px) {*/
/*    #popup_modal .modal-dialog,*/
/*    .modal-content{*/
/*        width: 400px;*/
/*        max-height: 650px!important;*/
/*    }*/
/*    #popup_modal .modal-body {*/
/*        !* 100% = dialog height, 120px = header + footer *!*/

/*        max-height: 495px;*/
/*        overflow-y: scroll;*/
/*    }*/
/*}*/
@media (min-width: 360px) {
    #popup_modal .modal-dialog,
    .modal-content{
        max-height: 120vh !important;
    }
    #popup_modal .modal-body {
        max-height: 327px;
        overflow-y: scroll;
    }
}
@media (min-width: 375px) {
    #popup_modal .modal-dialog,
    .modal-content{
        max-height: 120vh !important;
    }
    #popup_modal .modal-body {
        max-height: 340px;
        overflow-y: scroll;
    }
}
@media (min-width: 390px) {
    #popup_modal .modal-dialog,
    .modal-content{
        max-height: 120vh !important;
    }
    #popup_modal .modal-body {
        max-height: 355px;
        overflow-y: scroll;
    }
}

@media (min-width: 412px) {
    #popup_modal .modal-dialog,
    .modal-content{
        max-height: 120vh !important;
    }
    #popup_modal .modal-body {
        max-height: 374px;
        overflow-y: scroll;
    }
}
@media (min-width: 430px) {
    #popup_modal .modal-dialog,
    .modal-content{
        max-height: 120vh !important;
    }
    #popup_modal .modal-body {
        max-height: 392px;
        overflow-y: scroll;
    }
}
/*@media (min-width: 430px) {*/
/*    #popup_modal .modal-dialog,*/
/*    .modal-content{*/
/*        max-height: 650px!important;*/
/*    }*/
/*    #popup_modal .modal-body {*/
/*        max-height: 495px;*/
/*        overflow-y: scroll;*/
/*    }*/
/*}*/
@media (min-width: 575.98px) {
    #popup_modal .modal-dialog,
    .modal-content{
        max-height: 120vh !important;
    }
    #popup_modal .modal-body {
        max-height: 455px;
        overflow-y: scroll;
    }
}
@media (min-width: 767.98px) {
    #popup_modal .modal-dialog,
    .modal-content{
        max-height: 120vh !important;
    }
    #popup_modal .modal-body {
        max-height: 455px;
        overflow-y: scroll;
    }
}
@media (min-width: 991.98px) {
    #popup_modal .modal-dialog,
    .modal-content{
        max-height: 1300px!important;
    }
    #popup_modal .modal-body {
        /* 100% = dialog height, 120px = header + footer */

        max-height: 706px;
        /*max-height: 736px;*/
        overflow-y: scroll;
    }
}

.popup_row{
    padding: 1px;
}

.modal{
    height: 95% !important;
}