@media only screen and (min-width: 768px) and (max-width: 1000px) {
    .ttl-blue {
        font-size: 26px
    }
}

@media (max-width: 767px) {
    .ttl-blue {
        padding-bottom: 11px
    }

    .ttl-blue:before {
        width: 80px;
        left: calc(50% - 40px)
    }
}

.top .owl-theme .owl-nav {
    font-size: 0px;
    font-size: 0rem;
    line-height: 0;
    letter-spacing: 0em
}

.top .owl-theme .owl-nav .owl-prev,
.top .owl-theme .owl-nav .owl-next {
    padding: 0;
    margin: 0 2px;
    width: 37px;
    height: 36px;
    background: url(../../img/top/arrow-square-left.svg) center/100% no-repeat;
    background-size: cover
}

.top .owl-theme .owl-nav .owl-next {
    transform: rotate(180deg)
}

@media (max-width: 767px) {
    .top main#wrap {
        overflow: hidden;
        display: flex;
        flex-wrap: wrap
    }

    .top main#wrap section,
    .top main#wrap>div {
        width: 100%;
        order: var(--order)
    }
}

.top.bookingFixed .header .lang .subMenu--small {
    left: auto;
    right: -10px
}

.top.bookingFixed .booking {
    transition: all 0.3s;
    position: fixed;
    top: 72px;
    left: 0;
    z-index: 99;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 17px 15px 15px;
    background: #013879;
    border-radius: 0
}

@media only screen and (min-width: 768px) and (max-width: 1320px) {
    .top.bookingFixed .booking {
        top: 58px
    }
}

@media (max-width: 767px) {
    .top.bookingFixed .booking {
        padding: 12px 14px;
        top: 60px
    }
}

.top.bookingFixed .booking__item {
    position: relative
}

.top.bookingFixed .booking__item:nth-child(2),
.top.bookingFixed .booking__item:nth-child(3) {
    padding: 0;
    width: 185px;
    margin-left: 16px
}

@media (max-width: 767px) {

    .top.bookingFixed .booking__item:nth-child(2),
    .top.bookingFixed .booking__item:nth-child(3) {
        width: 46px;
        margin-left: 0;
        border: none
    }
}

.top.bookingFixed .booking__item:nth-child(1) {
    padding-right: 0;
    width: calc(100% - 402px)
}

@media (max-width: 767px) {
    .top.bookingFixed .booking__item:nth-child(1) {
        width: calc(100% - 58px);
        margin-right: 0
    }
}

.top.bookingFixed .booking__item.custom {
    display: block
}

@media (max-width: 767px) {
    .top.bookingFixed .booking__item.custom {
        display: none
    }
}

.top.bookingFixed .booking__item .input {
    height: 48px
}

@media only screen and (max-width: 1000px) {
    .top.bookingFixed .booking__item .input {
        height: 46px
    }
}

.top.bookingFixed .booking__item .input .ttl {
    display: none
}

.top.bookingFixed .booking__item .input .txt {
    margin: 0;
    padding: 6px 20px 6px 52px
}

@media only screen and (max-width: 1000px) {
    .top.bookingFixed .booking__item .input .txt {
        padding-top: 5px;
        padding-bottom: 5px;
        height: 46px
    }
}

.top.bookingFixed .booking__item .input--gpa {
    background-size: 28px auto;
    background-position: left 17px center
}

.top.bookingFixed .booking__item .input--calendar {
    background-size: 28px auto;
    background-position: left 17px center
}

.top.bookingFixed .booking__item .c-btn {
    min-height: 48px
}

@media (max-width: 767px) {
    .top.bookingFixed .booking__item .c-btn {
        width: 46px;
        min-height: 46px;
        margin-top: 0;
        padding: 0
    }

    .top.bookingFixed .booking__item .c-btn span {
        font-size: 0;
        display: block;
        width: 100%;
        height: 46px;
        padding: 0
    }

    .top.bookingFixed .booking__item .c-btn span:before {
        top: calc(50% - 9px);
        left: calc(50% - 9px)
    }
}

.top.bookingFixed .booking .inner {
    max-width: 1232px;
    margin: 0 auto
}

.mv {
    width: 100%;
    position: relative;
    overflow: hidden
}

@media (min-width: 768px) {
    .mv {
        height: calc(100vh + 28px)
    }
}

@media (max-width: 767px) {
    .mv {
        height: calc(100vh - 20px)
    }
}

@media (max-width: 767px) {
    .mv {
        display: inline-block;
        width: 100%;
        overflow: visible
    }
}

.mv__ttl {
    color: #fff;
    text-align: center;
    font-size: 56px;
    font-size: 5.6rem;
    line-height: 1.10714;
    letter-spacing: 0em;
    font-weight: bold;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
    padding-right: 28px
}

@media only screen and (min-width: 768px) and (max-width: 1124px) {
    .mv__ttl {
        font-size: 46px
    }
}

@media only screen and (min-width: 768px) and (max-width: 1000px) {
    .mv__ttl {
        font-size: 40px
    }
}

@media (max-width: 767px) {
    .mv__ttl {
        font-size: 30px;
        line-height: calc(38/30);
        padding-right: 0;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4)
    }
}

@media only screen and (max-width: 374px) {
    .mv__ttl {
        font-size: 26px;
        width: calc(100% + 20px);
        margin-left: -10px
    }
}

.mv__slide {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.mv__slide video {
    min-height: calc(100% + 200px);
    min-width: calc(100% + 200px);
    width: 100%;
    height: 150%;
    position: absolute;
    top: -100px;
    left: -100px;
    object-fit: cover;
    object-position: center
}

.mv__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.mv__slide.owl-carousel .owl-stage-outer {
    height: 100%
}

.mv__slide.owl-carousel .owl-stage-outer .owl-stage {
    height: 100%
}

.mv__slide.owl-carousel .owl-item {
    height: 100%
}

.mv__slide.owl-carousel .item {
    display: block;
    height: 100%
}

.mv__cont {
    width: 100%;
    position: absolute;
    top: calc(50% - 140px);
    left: 50%;
    transform: translateX(-50%);
    padding: 0 16px;
    z-index: 99
}

@media (max-width: 767px) {
    .mv__cont {
        margin-top: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0
    }
}

.wrap-booking {
    max-width: 816px;
    width: calc(100% - 32px);
    margin: 0 auto -74px;
    position: relative;
    height: 74px;
    z-index: 99
}

@media (min-width: 768px) {
    .wrap-booking {
        top: calc(((-39.931vw) / 2) + 10px)
    }
}

@media only screen and (min-width: 1440px) {
    .wrap-booking {
        top: calc(((-575px) / 2) + 10px)
    }
}

@media (max-width: 767px) {
    .wrap-booking {
        margin: -69px auto 0;
        padding: 0 16px;
        height: auto
    }
}

.wrap-booking .c-btn--search {
    cursor: pointer
}

.wrap-booking .line-end {
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 74px
}

.wrap-booking .select-place {
    max-width: 332px;
    width: calc(100% - 25px);
    top: calc(100% + 20px);
    left: 20px;
    z-index: 10;
    position: absolute;
    background: #fff;
    box-shadow: 2px 2px 5px rgba(167, 167, 167, 0.2);
    pointer-events: none;
    opacity: 0;
    transition: all 0.3s
}

@media (max-width: 767px) {
    .wrap-booking .select-place {
        top: calc(100% + 14px);
        left: 0;
        width: 100%;
        max-width: 100%
    }
}

.wrap-booking .select-place .place-lst {
    padding: 0 18px
}

.wrap-booking .select-place .place-lst .item {
    cursor: pointer;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.625;
    letter-spacing: 0em;
    font-weight: 500;
    padding: 12px 10px;
    text-align: left
}

.wrap-booking .select-place .place-lst .item:not(:last-child) {
    border-bottom: 1px solid #CFDDEA
}

@media only screen and (min-width: 1025px) {
    .wrap-booking .select-place .place-lst .item:hover {
        color: #013879
    }
}

.wrap-booking .select-place.active {
    opacity: 1;
    pointer-events: auto
}

.wrap-booking .booking {
    background: #fff;
    width: 100%;
    padding: 14px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px
}

@media (max-width: 767px) {
    .wrap-booking .booking {
        position: relative
    }
}

.wrap-booking .booking .inner {
    display: flex;
    justify-content: space-between;
    text-align: center;
    flex-wrap: wrap
}

@media (max-width: 767px) {
    .wrap-booking .booking {
        border-radius: 6px;
        padding: 14px 16px 16px;
        box-shadow: 2px 2px 5px rgba(167, 167, 167, 0.2)
    }
}

.wrap-booking .booking__item {
    position: relative;
    padding: 0 14px
}

@media only screen and (max-width: 1000px) {
    .wrap-booking .booking__item {
        padding: 0
    }
}

.wrap-booking .booking__item:nth-child(2) {
    width: 181px;
    padding-right: 0;
    border-left: 1px solid rgba(138, 172, 211, 0.3)
}

@media only screen and (max-width: 1000px) {
    .wrap-booking .booking__item:nth-child(2) {
        width: 100%;
        border-left: none;
        border-top: 1px solid rgba(138, 172, 211, 0.3)
    }
}

.wrap-booking .booking__item:nth-child(1) {
    padding-left: 0;
    width: calc(100% - 181px)
}

@media only screen and (max-width: 1000px) {
    .wrap-booking .booking__item:nth-child(1) {
        width: 100%
    }
}

.wrap-booking .booking__item .c-btn {
    min-height: 46px;
    background: #37B0D7
}

@media only screen and (max-width: 1000px) {
    .wrap-booking .booking__item .c-btn {
        margin: 15px auto 0;
        width: 100%;
        max-width: 100%
    }
}

.wrap-booking .booking__item .c-btn span {
    font-size: 16px;
    position: relative
}

@media (max-width: 767px) {
    .wrap-booking .booking__item .c-btn span {
        padding-bottom: 2px
    }
}

.wrap-booking .booking__item .input {
    border: none;
    height: 46px;
    text-align: left;
    background: #fff;
    padding: 1px 10px 0 43px;
    display: block;
    position: relative;
    font-size: 0px;
    font-size: 0rem;
    line-height: 0;
    letter-spacing: 0em
}

@media (max-width: 767px) {
    .wrap-booking .booking__item .input {
        padding: 3px 10px 0 30px;
        height: 55px
    }
}

.wrap-booking .booking__item .input .ttl {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 500;
    display: block;
    color: #013879;
    position: relative;
    z-index: 1
}

@media (max-width: 767px) {
    .wrap-booking .booking__item .input .ttl {
        font-size: 12px
    }
}

@media only screen and (max-width: 370px) {
    .wrap-booking .booking__item .input .ttl {
        font-size: 14px
    }
}

.wrap-booking .booking__item .input .txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 22px 10px 0 43px;
    display: inline-block;
    margin: -2px 0 0 0;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 500;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background: none;
    border-radius: 0;
    box-shadow: none;
    color: #222
}

.wrap-booking .booking__item .input .txt::-webkit-input-placeholder {
    opacity: 1;
    color: rgba(1, 56, 121, 0.4)
}

.wrap-booking .booking__item .input .txt::-moz-placeholder {
    opacity: 1;
    color: rgba(1, 56, 121, 0.4)
}

.wrap-booking .booking__item .input .txt::-ms-input-placeholder {
    opacity: 1;
    color: rgba(1, 56, 121, 0.4)
}

.wrap-booking .booking__item .input .txt::-moz-placeholder {
    opacity: 1;
    color: rgba(1, 56, 121, 0.4)
}

@media (max-width: 767px) {
    .wrap-booking .booking__item .input .txt {
        font-size: 14px;
        padding: 6px 10px 0 30px
    }
}

.wrap-booking .booking__item .input .txt.changeColor {
    color: #222
}

.wrap-booking .booking__item .input .txt.datepicker {
    cursor: pointer
}

.wrap-booking .booking__item .input--date {
    cursor: pointer;
    background: #fff url(../../img/common/icon/ico_calendar_blue.svg) left 5px center/26px auto no-repeat
}

@media (max-width: 767px) {
    .wrap-booking .booking__item .input--date {
        background-size: 22px 22px;
        background-position: left top 8px
    }
}

.wrap-booking .booking__item .input--gpa {
    background: #fff url(../../img/common/icon/ico_location_blue.svg) left 5px center/26px auto no-repeat
}

@media (max-width: 767px) {
    .wrap-booking .booking__item .input--gpa {
        background-size: 22px 22px;
        background-position: left top 11px
    }
}

.wrap-booking .booking__item.custom {
    display: none
}

.aboutus {
    padding: 100px 0;
    background: url(../../img/top/about_bg.jpg) center bottom -20px/100% auto no-repeat
}

@media (max-width: 767px) {
    .aboutus {
        padding: 82px 0 87px;
        margin-bottom: -20px;
        background-image: url(../../img/top/about_bg_sp.png);
        background-position: center bottom;
        background-size: calc(100% + 19px) auto
    }
}

.aboutus .c-txt {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.625;
    letter-spacing: 0em;
    text-align: center;
    margin-top: 28px
}

@media (max-width: 767px) {
    .aboutus .c-txt {
        line-height: calc(24/16);
        margin-top: 20px
    }
}

.aboutus .c-btn {
    margin: 27px auto 0
}

@media (max-width: 767px) {
    .subscribe {
        padding: 80px 0 0
    }
}

.subscribe .wcm {
    max-width: 1266px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap
}

@media only screen and (max-width: 1000px) {
    .subscribe .wcm {
        padding: 0
    }
}

.subscribe__cont {
    width: calc(50% + 2px);
    padding: 70px 0;
    background: #F6F8FA;
    position: relative
}

@media only screen and (min-width: 1000px) and (max-width: 1100px) {
    .subscribe__cont {
        width: calc(50% + 21px)
    }
}

@media only screen and (max-width: 1000px) {
    .subscribe__cont {
        width: 100%;
        order: 1;
        padding: 210px 16px 100px
    }
}

.subscribe__cont:before {
    content: "";
    position: absolute;
    width: 65.7%;
    height: 100%;
    background: #F6F8FA;
    top: 0;
    left: calc(100% - 1px)
}

@media only screen and (max-width: 1000px) {
    .subscribe__cont:before {
        content: none
    }
}

.subscribe__cont:after {
    content: "";
    position: absolute;
    width: 50vw;
    height: 100%;
    background: #F6F8FA;
    top: 0;
    right: calc(100% - 1px)
}

@media only screen and (max-width: 1000px) {
    .subscribe__cont:after {
        content: none
    }
}

.subscribe__cont .inner {
    width: 100%;
    padding: 0;
    max-width: 650px;
    margin: 0 0 0 auto
}

.subscribe__cont .inner .ins {
    width: 100%;
    max-width: 727px;
    margin: 0 auto 0 0
}

.subscribe__cont .ttl-blue {
    text-align: left;
    margin-bottom: 20px
}

.subscribe__cont .ttl-blue em {
    font-style: normal;
    line-height: 1;
    font-size: 38px
}

@media (max-width: 767px) {
    .subscribe__cont .ttl-blue em {
        font-size: 26px
    }
}

@media only screen and (max-width: 370px) {
    .subscribe__cont .ttl-blue em {
        font-size: 21px
    }
}

@media (max-width: 767px) {
    .subscribe__cont .ttl-blue {
        line-height: calc(38/28);
        padding-bottom: 8px
    }
}

.subscribe__cont .ttl-blue:before {
    left: 0
}

.subscribe__cont .page-form {
    margin-top: 30px
}

.subscribe__cont .page-form .etrInput {
    margin-bottom: 0
}

.subscribe__cont .page-form .etrInput__flex .col50 {
    width: calc(50% - 17px)
}

@media only screen and (min-width: 1000px) and (max-width: 1100px) {
    .subscribe__cont .page-form .etrInput__flex .col50 {
        width: calc(50% - 10px)
    }

    .subscribe__cont .page-form .etrInput__flex .col50 .text,
    .subscribe__cont .page-form .etrInput__flex .col50 .select {
        font-size: 13px;
        background-position: right 5px center
    }
}

@media (max-width: 767px) {
    .subscribe__cont .page-form .etrInput__flex .col50 {
        width: 100%
    }
}

.subscribe__cont .page-form .etrInput__flex .col50:not(:last-child) {
    margin-bottom: 24.5px
}

@media (max-width: 767px) {
    .subscribe__cont .page-form .etrInput__flex .col50:not(:last-child) {
        margin-bottom: 22px
    }
}

.subscribe__cont .page-form .etrInput__flex .col50:nth-child(2n+1) {
    margin-right: 34px
}

@media only screen and (min-width: 1000px) and (max-width: 1100px) {
    .subscribe__cont .page-form .etrInput__flex .col50:nth-child(2n+1) {
        margin-right: 20px
    }
}

@media (max-width: 767px) {
    .subscribe__cont .page-form .etrInput__flex .col50:nth-child(2n+1) {
        margin-right: 0
    }
}

.subscribe__cont .page-form .etrInput__flex .col50 .grInput__label {
    letter-spacing: 0.012em
}

.subscribe__cont .page-form .privacy {
    max-width: 600px;
    margin-top: 14px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.66667;
    letter-spacing: 0em
}

@media (max-width: 767px) {
    .subscribe__cont .page-form .privacy {
        line-height: calc(18/12)
    }
}

.subscribe__cont .page-form .privacy a {
    color: #DA7A1B;
    text-decoration: underline
}

.subscribe__cont .page-form .c-btn {
    margin: 32px auto 0 0;
    padding: 10px;
    height: 46px
}

@media (max-width: 767px) {
    .subscribe__cont .page-form .c-btn {
        margin: 36px auto 0;
        height: 48px;
        max-width: 173px
    }
}

.subscribe__img {
    width: calc(50% - 41px);
    padding: 68px 0
}

@media only screen and (max-width: 1000px) {
    .subscribe__img {
        width: 100%;
        padding: 0 0 0 16px;
        order: 0;
        margin-bottom: -146px
    }
}

.subscribe__img .thumb {
    width: 100%;
    position: relative;
    z-index: 3
}

.subscribe__img .thumb:before {
    display: block;
    content: " ";
    width: 100%;
    padding-top: 93.57639%
}

.subscribe__img .thumb>.content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

@media (max-width: 767px) {
    .subscribe__img .thumb {
        position: relative
    }

    .subscribe__img .thumb:before {
        display: block;
        content: " ";
        width: 100%;
        padding-top: 74.37326%
    }

    .subscribe__img .thumb>.content {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }
}

.subscribe__img .thumb img {
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0
}

#wrap {
    overflow: hidden
}

.tourstop {
    position: relative;
    max-width: 1360px;
    margin: 100px auto 0
}

@media (max-width: 767px) {
    .tourstop {
        width: calc(100% - 30px) !important;
        padding-bottom: 90px
    }
}

.tourstop:after {
    content: '';
    position: absolute;
    width: 100vw;
    height: calc(100% - 505px);
    background: #F6F8FA;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1
}

@media (max-width: 767px) {
    .tourstop:after {
        height: calc(100% - 485px)
    }
}

.tourstop .destour {
    border-radius: 100px 100px 0px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding: 92px 0 198px
}

@media (max-width: 767px) {
    .tourstop .destour {
        border-radius: 40px 40px 0px 0px;
        padding: 60px 0 95px
    }
}

.tourstop .destour__ttl {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 15px;
    max-width: 800px;
    line-height: 1.27
}

@media (max-width: 767px) {
    .tourstop .destour__ttl {
        font-size: 24px;
        line-height: 1.25;
        margin-bottom: 15px
    }
}

.tourstop .destour__des {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    max-width: 800px
}

@media (max-width: 767px) {
    .tourstop .destour__des {
        font-size: 14px;
        line-height: 1.285
    }
}

@media (min-width: 768px) {
    .tourstop .destour .wcm {
        position: relative
    }
}

.tourstop .destour .c-btn {
    position: absolute;
    top: -23px;
    right: 19px
}

@media (max-width: 767px) {
    .tour {
        position: relative;
        padding-bottom: 44px
    }

    .tour .destour .c-btn {
        top: auto;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.tour .tour-lst {
    margin-top: -86px
}

@media (max-width: 767px) {
    .tour .tour-lst {
        margin-top: -72px;
        overflow: hidden
    }
}

.tour .tour-lst .item {
    margin-bottom: 80px
}

@media (max-width: 767px) {
    .tour .tour-lst .item {
        margin-bottom: 10px
    }
}

.tour .tour-lst .item__price {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    margin: 7px 0;
    padding-bottom: 3px
}

@media (max-width: 767px) {
    .tour .tour-lst .item__price {
        padding-bottom: 9px;
        margin-bottom: 9px
    }
}

.tour .tour-lst .item__datetime {
    margin-top: 5px
}

.tour .c-btn {
    margin: 21px auto 0
}

@media (max-width: 767px) {
    .tour .c-btn {
        margin-top: 10px
    }
}

@media (max-width: 767px) {
    .tour+.tour {
        margin-top: 55px
    }
}

.popup-video.in,
.popup-customize.in {
    display: flex !important;
    justify-content: center;
    align-items: center
}

.popup-video .modal-dialog,
.popup-customize .modal-dialog {
    width: calc(100% - 32px);
    margin: 16px
}

.popup-video .modal-content,
.popup-customize .modal-content {
    width: 100%;
    background: none;
    min-height: 100%
}

.popup-customize .modal-body {
    width: 100%;
    max-width: 1044px;
    margin: 0 auto;
    background: #F6F8FA
}

.popup-customize .modal-content {
    max-width: 1044px;
    margin: 0 auto 0
}

.popup-customize .custom {
    text-align: center;
    padding: 115px 0;
    margin: 0 auto;
    width: calc(100% - 32px);
    max-width: 824px
}

@media (max-width: 767px) {
    .popup-customize .custom {
        padding: 60px 0 30px
    }
}

@media only screen and (max-width: 370px) {
    .popup-customize .custom {
        width: calc(100% - 24px)
    }
}

.popup-customize .custom .c-txt {
    margin: 27px auto 35px
}

.popup-customize .custom .ctcBox__btn {
    max-width: 408px;
    margin-bottom: 0
}

@media (max-width: 767px) {

    .popup-customize .custom .ctcBox__btn .btn-custom span,
    .popup-customize .custom .ctcBox__btn .c-btn span {
        font-size: 14px
    }
}

@media only screen and (max-width: 767px) and (max-width: 370px) {

    .popup-customize .custom .ctcBox__btn .btn-custom span,
    .popup-customize .custom .ctcBox__btn .c-btn span {
        font-size: 12px
    }
}

.popup-customize .btn-close {
    cursor: pointer;
    position: absolute;
    width: 32px;
    height: 32px;
    top: 32px;
    right: 34px
}

@media (max-width: 767px) {
    .popup-customize .btn-close {
        width: 22px;
        height: 22px;
        top: 16px;
        right: 16px
    }
}

.popup-customize .btn-close:before,
.popup-customize .btn-close:after {
    content: "";
    position: absolute;
    width: calc(100% + 12px);
    height: 1px;
    background: #222;
    left: 0;
    top: 50%
}

@media only screen and (max-width: 370px) {

    .popup-customize .btn-close:before,
    .popup-customize .btn-close:after {
        width: calc(100% + 8px)
    }
}

.popup-customize .btn-close:before {
    -webkit-transform: rotate(45deg) translate(-3px, 2.5px);
    -moz-transform: rotate(45deg) translate(-3px, 2.5px);
    -ms-transform: rotate(45deg) translate(-3px, 2.5px);
    -o-transform: rotate(45deg) translate(-3px, 2.5px);
    transform: rotate(45deg) translate(-3px, 2.5px)
}

.popup-customize .btn-close:after {
    -webkit-transform: rotate(-45deg) translate(-3px, -3.5px);
    -moz-transform: rotate(-45deg) translate(-3px, -3.5px);
    -ms-transform: rotate(-45deg) translate(-3px, -3.5px);
    -o-transform: rotate(-45deg) translate(-3px, -3.5px);
    transform: rotate(-45deg) translate(-3px, -3.5px)
}

.video {
    width: 100%;
    position: relative
}

.video:after {
    display: block;
    content: "";
    width: 100%;
    height: 250px;
    background: #F6F8FA;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0
}

@media (max-width: 767px) {
    .video:after {
        height: 75px
    }
}

.video .wcm {
    max-width: 1056px
}

.video .video-wrap {
    width: 100%;
    border: 6px solid #000;
    border-radius: 30px;
    overflow: hidden;
    z-index: 1;
    position: relative
}

.video .video-wrap:before {
    display: block;
    content: " ";
    width: 100%;
    padding-top: 56.32411%
}

.video .video-wrap>.content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

@media (max-width: 767px) {
    .video .video-wrap {
        border-width: 4px;
        border-radius: 15px
    }
}

.video .video-wrap iframe {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute
}

.travelguide {
    padding: 120px 0 0
}

@media (max-width: 767px) {
    .travelguide {
        padding-top: 82px
    }
}

.travelguide .ttl-blue {
    text-align: left
}

.travelguide .ttl-blue:before {
    left: 0
}

.travelguide .c-btn {
    margin: 28px auto 0
}

@media (max-width: 767px) {
    .travelguide .c-btn {
        margin-top: 22px
    }
}

.travelguide .travel-lst {
    align-items: inherit;
    margin-top: 39px
}

@media (max-width: 767px) {
    .travelguide .travel-lst {
        margin-top: 32px
    }

    .travelguide .travel-lst .item__img {
        min-height: 90px
    }
}

.travelguide .travel-lst .item {
    width: calc(50% - 10px);
    margin-bottom: 20px
}

@media (max-width: 767px) {
    .travelguide .travel-lst .item {
        width: 100%;
        margin-bottom: 10px
    }
}

@media (min-width: 768px) {
    .travelguide .travel-lst .item:nth-child(2n+1) {
        margin-right: 20px
    }
}

.brochure {
    padding: 28px 0 55px;
    background: #013879;
    position: relative
}

.brochure:after {
    content: '';
    position: absolute;
    width: 516px;
    height: 373px;
    background: url(../../img/top/chimlacmvt.svg) no-repeat;
    right: 20px;
    top: 53%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 0;
    opacity: 0.2
}

@media (max-width: 767px) {
    .brochure:after {
        display: none
    }
}

@media (max-width: 767px) {
    .brochure {
        padding: 58px 0 40px
    }
}

.brochure .wcm {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    z-index: 10
}

.brochure__txt {
    margin-top: 27px;
    line-height: 1.4
}

@media (min-width: 768px) {
    .brochure__txt {
        font-size: 18px
    }
}

@media (max-width: 767px) {
    .brochure__txt {
        line-height: 1.15;
        text-align: center
    }
}

.brochure__btn {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 425px;
    margin-top: 35px
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
    .brochure__btn {
        margin-top: 20px
    }
}

@media (max-width: 767px) {
    .brochure__btn {
        margin: 40px auto 0
    }
}

.brochure__btn .c-btn {
    width: 50%;
    min-width: auto
}

.brochure__btn .c-btn--download span {
    background-image: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 11V14.3333C16 14.7754 15.8244 15.1993 15.5118 15.5118C15.1993 15.8244 14.7754 16 14.3333 16H2.66667C2.22464 16 1.80072 15.8244 1.48816 15.5118C1.17559 15.1993 1 14.7754 1 14.3333V11' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.33337 6.8335L8.50004 11.0002L12.6667 6.8335' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.5 11V1' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 25px
}

@media only screen and (min-width: 1025px) {
    .brochure__btn .c-btn--download:hover:hover span {
        background-image: url("data:image/svg+xml,%3Csvg width='18' height='17' viewBox='0 0 18 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.502 10.7778V14.1112C16.502 14.5532 16.3264 14.9771 16.0138 15.2897C15.7012 15.6022 15.2773 15.7778 14.8353 15.7778H3.16862C2.72659 15.7778 2.30267 15.6022 1.99011 15.2897C1.67755 14.9771 1.50195 14.5532 1.50195 14.1112V10.7778' stroke='%23DA7A1B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.83545 6.61121L9.00212 10.7779L13.1688 6.61121' stroke='%23DA7A1B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.00195 10.7778V0.777832' stroke='%23DA7A1B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")
    }
}

.brochure__btn .c-btn--viewonline {
    width: 45%
}

.brochure__img {
    text-align: center
}

@media (min-width: 768px) {
    .brochure__img {
        width: 53%
    }
}

@media (max-width: 767px) {
    .brochure__img {
        width: 100%;
        margin-top: 47px
    }

    .brochure__img img {
        max-width: 270px
    }
}

.brochure__cont {
    width: 44%;
    color: #fff
}

@media (max-width: 767px) {
    .brochure__cont {
        width: 100%;
        margin-top: 0;
        order: 0
    }
}

.brochure__cont .inner {
    margin: 0 auto
}

.brochure__cont .ttl-blue {
    color: #fff;
    text-align: left;
    margin-left: 5px
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
    .brochure__cont .ttl-blue {
        font-size: 24px;
        padding-bottom: 10px
    }
}

.brochure__cont .ttl-blue:before {
    left: 0
}

.brochure__cont .ttl-blue+.brochure__txt {
    margin: 20px 0 10px;
    font-weight: bold;
    letter-spacing: 0.01em
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
    .brochure__cont .ttl-blue+.brochure__txt {
        margin: 12px 0 0
    }
}

.news {
    margin: 103px auto 130px;
    width: 100%;
    overflow: hidden
}

@media (max-width: 767px) {
    .news {
        margin: 88px auto 70px
    }
}

.news .news-lst {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 0px 20px
}

@media (max-width: 767px) {
    .news .news-lst {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: auto;
        gap: 15px
    }
}

@media (min-width: 768px) {
    .news .news-lst a:first-child {
        grid-row: 1 / span 2;
        width: 575px
    }
}

@media (max-width: 767px) {
    .news .news-lst a:first-child {
        grid-column: span 2 / span 2
    }
}

.news .news-lst a:first-child .item__date {
    margin: 3px 0 10px
}

@media (max-width: 767px) {
    .news .news-lst a:first-child .item__date {
        margin: 8px 0 2px
    }
}

.news .news-lst a:nth-child(2),
.news .news-lst a:nth-child(3) {
    grid-row-start: 2
}

@media (max-width: 767px) {
    .news .news-lst a:last-child {
        grid-row-start: 3
    }
}

@media (max-width: 767px) {
    .news .news-lst a:not(:first-child) .item__ttl {
        overflow: hidden;
        width: 100%;
        -webkit-line-clamp: 3;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: normal
    }
}

.news .c-btn {
    margin: 49px auto 0
}

@media (max-width: 767px) {
    .news .c-btn {
        margin-top: 28px
    }
}

@media (max-width: 767px) {

    .offers .owl-stage-outer,
    .promotion .owl-stage-outer {
        overflow: visible;
        margin-bottom: 11px
    }
}

.offers .owl-nav .owl-prev,
.offers .owl-nav .owl-next,
.promotion .owl-nav .owl-prev,
.promotion .owl-nav .owl-next {
    width: 34px;
    height: 34px;
    position: absolute;
    top: calc(50% - 12px)
}

.offers .owl-nav .owl-prev,
.promotion .owl-nav .owl-prev {
    left: -2px
}

.offers .owl-nav .owl-next,
.promotion .owl-nav .owl-next {
    right: -2px
}

@media (max-width: 767px) {
    .tour .owl-stage-outer {
        overflow: visible;
        margin-bottom: 11px
    }
}

.tour .owl-nav .owl-prev,
.tour .owl-nav .owl-next {
    top: 112px
}

.offers {
    overflow: hidden;
    padding: 120px 0 0
}

@media (max-width: 767px) {
    .offers {
        padding-top: 68px
    }
}

.offers .offers-lst {
    margin-top: 40px
}

@media (max-width: 767px) {
    .offers .offers-lst {
        padding: 0 15px;
        margin-top: 31px
    }
}

.promotion {
    padding: 80px 0 70px;
    background-image: url(../../img/top/bg_worryfree.jpg);
    background-size: cover;
    border-radius: 100px 100px 0px 0px;
    overflow: hidden;
    margin-top: -100px;
    position: relative;
    z-index: 999
}

@media (max-width: 767px) {
    .promotion {
        padding-top: 48px;
        overflow: hidden;
        border-radius: 40px 40px 0px 0px;
        background-image: url(../../img/top/bg_worryfree-sp.jpg);
        margin-top: -40px
    }
}

.promotion .promotion-lst {
    margin-top: 65px;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between
}

@media (max-width: 767px) {
    .promotion .promotion-lst {
        margin-top: 37px
    }
}

.promotion .promotion-lst .item {
    width: calc(20% - 15px);
    display: block;
    background: #002F79;
    border-radius: 6px;
    text-align: center;
    color: #fff;
    line-height: 1.2;
    padding: 30px 0;
    transition: all 0.6s;
    border: 1px solid #002F79
}

@media (max-width: 767px) {
    .promotion .promotion-lst .item {
        padding: 20px 0 15px;
        width: calc(50% - 8px);
        margin-bottom: 16px;
        position: relative
    }

    .promotion .promotion-lst .item:after {
        content: '';
        position: absolute;
        width: 18px;
        height: 18px;
        right: 12px;
        top: 12px;
        background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 9.83333V14.8333C14 15.2754 13.8244 15.6993 13.5118 16.0118C13.1993 16.3244 12.7754 16.5 12.3333 16.5H3.16667C2.72464 16.5 2.30072 16.3244 1.98816 16.0118C1.67559 15.6993 1.5 15.2754 1.5 14.8333V5.66667C1.5 5.22464 1.67559 4.80072 1.98816 4.48816C2.30072 4.17559 2.72464 4 3.16667 4H8.16667' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.5 1.5H16.5V6.5' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.33333 10.6667L16.5 1.5' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
        opacity: 0.4
    }
}

.promotion .promotion-lst .item .imgwrap {
    margin-bottom: 33px;
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: center
}

@media (max-width: 767px) {
    .promotion .promotion-lst .item .imgwrap {
        margin-bottom: 24px;
        height: 47px
    }

    .promotion .promotion-lst .item .imgwrap img {
        height: 100%;
        width: auto
    }
}

.promotion .promotion-lst .item .ctnwrap {
    padding: 0 10px
}

.promotion .promotion-lst .item .ttl {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px
}

@media (max-width: 767px) {
    .promotion .promotion-lst .item .ttl {
        font-size: 18px;
        margin-bottom: 15px
    }
}

.promotion .promotion-lst .item .des {
    opacity: 0.75
}

@media (max-width: 767px) {
    .promotion .promotion-lst .item .des {
        font-size: 13px
    }
}

@media only screen and (min-width: 1025px) {
    .promotion .promotion-lst .item:hover:hover {
        border: 1px solid rgba(218, 230, 255, 0.7);
        filter: drop-shadow(0px 4px 10px rgba(0, 84, 183, 0.25))
    }
}

@media (max-width: 767px) {
    .promotion .promotion-lst.oddpost .item:last-child {
        width: 100%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        -o-justify-content: space-between;
        justify-content: space-between;
        align-items: center;
        min-height: 115px
    }

    .promotion .promotion-lst.oddpost .item:last-child .imgwrap {
        width: 32%;
        margin-bottom: 0
    }

    .promotion .promotion-lst.oddpost .item:last-child .ctnwrap {
        width: 68%;
        text-align: left
    }

    .promotion .promotion-lst.oddpost .item:last-child .ctnwrap br {
        display: none
    }
}

.chooseby {
    margin-top: 100px
}

@media (max-width: 767px) {
    .chooseby {
        margin-top: 58px
    }
}

.chooseby__tabs .tabshead {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    max-width: 700px;
    width: calc(100% - 32px);
    margin: auto;
    background: #F2F2F2;
    padding: 10px;
    border-radius: 6px
}

@media (max-width: 767px) {
    .chooseby__tabs .tabshead {
        padding: 8px
    }
}

.chooseby__tabs .tabshead .tablable {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    color: #BDBDBD;
    border-radius: 6px;
    transition: all 0.4s;
    cursor: pointer
}

@media (max-width: 767px) {
    .chooseby__tabs .tabshead .tablable {
        height: 44px
    }
}

.chooseby__tabs .tabshead .tablable span {
    padding-left: 25px;
    background-repeat: no-repeat;
    background-position: left 4px;
    transition: all 0.4s
}

.chooseby__tabs .tabshead .tablable.active {
    color: #fff;
    background: #DA7A1B
}

@media only screen and (min-width: 1025px) {
    .chooseby__tabs .tabshead .tablable:not(.active):hover:hover {
        color: #DA7A1B
    }
}

.chooseby__tabs .tabshead .tablable--des span {
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='16' viewBox='0 0 15 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.498 6.66663C13.498 11.3333 7.49805 15.3333 7.49805 15.3333C7.49805 15.3333 1.49805 11.3333 1.49805 6.66663C1.49805 5.07533 2.13019 3.5492 3.25541 2.42399C4.38062 1.29877 5.90675 0.666626 7.49805 0.666626C9.08935 0.666626 10.6155 1.29877 11.7407 2.42399C12.8659 3.5492 13.498 5.07533 13.498 6.66663Z' stroke='%23BDBDBD' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.49805 8.66663C8.60262 8.66663 9.49805 7.7712 9.49805 6.66663C9.49805 5.56206 8.60262 4.66663 7.49805 4.66663C6.39348 4.66663 5.49805 5.56206 5.49805 6.66663C5.49805 7.7712 6.39348 8.66663 7.49805 8.66663Z' stroke='%23BDBDBD' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")
}

.chooseby__tabs .tabshead .tablable--des.active span {
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='16' viewBox='0 0 14 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.998 6.66675C12.998 11.3334 6.99805 15.3334 6.99805 15.3334C6.99805 15.3334 0.998047 11.3334 0.998047 6.66675C0.998047 5.07545 1.63019 3.54933 2.75541 2.42411C3.88062 1.29889 5.40675 0.666748 6.99805 0.666748C8.58935 0.666748 10.1155 1.29889 11.2407 2.42411C12.3659 3.54933 12.998 5.07545 12.998 6.66675Z' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.99805 8.66675C8.10262 8.66675 8.99805 7.77132 8.99805 6.66675C8.99805 5.56218 8.10262 4.66675 6.99805 4.66675C5.89348 4.66675 4.99805 5.56218 4.99805 6.66675C4.99805 7.77132 5.89348 8.66675 6.99805 8.66675Z' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")
}

@media only screen and (min-width: 1025px) {
    .chooseby__tabs .tabshead .tablable--des:not(.active):hover:hover span {
        background-image: url("data:image/svg+xml,%3Csvg width='14' height='16' viewBox='0 0 14 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 6.66663C13 11.3333 7 15.3333 7 15.3333C7 15.3333 1 11.3333 1 6.66663C1 5.07533 1.63214 3.5492 2.75736 2.42399C3.88258 1.29877 5.4087 0.666626 7 0.666626C8.5913 0.666626 10.1174 1.29877 11.2426 2.42399C12.3679 3.5492 13 5.07533 13 6.66663Z' stroke='%23DA7A1B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7 8.66663C8.10457 8.66663 9 7.7712 9 6.66663C9 5.56206 8.10457 4.66663 7 4.66663C5.89543 4.66663 5 5.56206 5 6.66663C5 7.7712 5.89543 8.66663 7 8.66663Z' stroke='%23DA7A1B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")
    }
}

.chooseby__tabs .tabshead .tablable--in span {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='15' viewBox='0 0 16 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.99998 1.33325L10.06 5.50659L14.6666 6.17992L11.3333 9.42659L12.12 14.0133L7.99998 11.8466L3.87998 14.0133L4.66665 9.42659L1.33331 6.17992L5.93998 5.50659L7.99998 1.33325Z' stroke='%23BDBDBD' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")
}

.chooseby__tabs .tabshead .tablable--in.active span {
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.49992 1.33337L9.55992 5.50671L14.1666 6.18004L10.8333 9.42671L11.6199 14.0134L7.49992 11.8467L3.37992 14.0134L4.16659 9.42671L0.833252 6.18004L5.43992 5.50671L7.49992 1.33337Z' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")
}

@media only screen and (min-width: 1025px) {
    .chooseby__tabs .tabshead .tablable--in:not(.active):hover:hover span {
        background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_42_12227)'%3E%3Cpath d='M8.00212 1.88904L10.0621 6.06237L14.6688 6.73571L11.3354 9.98237L12.1221 14.569L8.00212 12.4024L3.88212 14.569L4.66878 9.98237L1.33545 6.73571L5.94212 6.06237L8.00212 1.88904Z' stroke='%23DA7A1B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_42_12227'%3E%3Crect width='16' height='16' fill='white' transform='translate(0.00195312 0.555664)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A")
    }
}

@media (min-width: 768px) {
    .chooseby__ctn {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        -o-justify-content: space-between;
        justify-content: space-between;
        margin-top: 20px
    }
}

@media (max-width: 767px) {
    .chooseby__ctn {
        margin-top: 27px
    }
}

.chooseby__ctn li {
    border-radius: 10px;
    overflow: hidden;
    position: relative
}

@media (min-width: 768px) {
    .chooseby__ctn li {
        width: calc(33.333% - 15px)
    }
}

@media (max-width: 767px) {
    .chooseby__ctn li:after {
        content: '';
        position: absolute;
        width: 18px;
        height: 18px;
        right: 14px;
        top: 14px;
        background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 9.83333V14.8333C14 15.2754 13.8244 15.6993 13.5118 16.0118C13.1993 16.3244 12.7754 16.5 12.3333 16.5H3.16667C2.72464 16.5 2.30072 16.3244 1.98816 16.0118C1.67559 15.6993 1.5 15.2754 1.5 14.8333V5.66667C1.5 5.22464 1.67559 4.80072 1.98816 4.48816C2.30072 4.17559 2.72464 4 3.16667 4H8.16667' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.5 1.5H16.5V6.5' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.33333 10.6667L16.5 1.5' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
        opacity: 0.4
    }

    .chooseby__ctn li+li {
        margin-top: 8px
    }
}

.chooseby__ctn li .item__img {
    display: block;
    position: relative;
    border-radius: 10px
}

@media only screen and (min-width: 1025px) {
    .chooseby__ctn li .item__img:hover:hover {
        opacity: 1
    }
}

.chooseby__ctn li .item__img:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    z-index: 99
}

.chooseby__ctn li .item__img .ttl {
    position: absolute;
    font-size: 36px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap
}

.chooseby__ctn li .thumb {
    width: 100%;
    position: relative;
    z-index: 3
}

.chooseby__ctn li .thumb:before {
    display: block;
    content: " ";
    width: 100%;
    padding-top: 159.15119%
}

.chooseby__ctn li .thumb>.content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

@media (max-width: 767px) {
    .chooseby__ctn li .thumb {
        position: relative
    }

    .chooseby__ctn li .thumb:before {
        display: block;
        content: " ";
        width: 100%;
        padding-top: 74.49275%
    }

    .chooseby__ctn li .thumb>.content {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }
}

.desint {
    display: none
}

.desint.active {
    display: block
}

.experiences {
    background: none;
    padding-top: 103px;
    padding-bottom: 0
}

@media (max-width: 767px) {
    .experiences {
        padding-top: 90px
    }
}

.experiences .etr__item {
    box-shadow: none;
    background-color: #F6F8FA;
    position: relative
}

.experiences .etr__item:after {
    content: '';
    position: absolute;
    width: 33px;
    height: 21px;
    background-image: url("data:image/svg+xml,%3Csvg width='33' height='21' viewBox='0 0 33 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.3389 0C20.3572 0.000121767 24.0687 1.25489 27.0723 3.37598H32.6885L30.0742 5.99023C31.5916 7.4678 32.5351 9.53217 32.5352 11.8174C32.5349 16.3094 28.8934 19.9512 24.4014 19.9512C22.2546 19.9511 20.3033 19.1176 18.8496 17.7588L16.1729 20.7188L13.6582 17.7842C12.2074 19.1279 10.2672 19.9512 8.13379 19.9512C3.64175 19.9511 0.000218784 16.3094 0 11.8174C1.84471e-05 9.48719 0.980613 7.38623 2.55078 5.90332L0 3.35254H5.63672C8.63483 1.24529 12.3349 0 16.3389 0ZM8.13379 6.13965C4.99785 6.1397 2.45521 8.68146 2.45508 11.8174C2.4553 14.9532 4.9979 17.496 8.13379 17.4961C11.2697 17.4961 13.8123 14.9533 13.8125 11.8174C13.8124 8.68143 11.2698 6.13965 8.13379 6.13965ZM24.4014 6.13965C21.2655 6.13979 18.7228 8.68155 18.7227 11.8174C18.7229 14.9532 21.2656 17.4959 24.4014 17.4961C27.5373 17.4961 30.0799 14.9533 30.0801 11.8174C30.0799 8.68147 27.5373 6.13965 24.4014 6.13965ZM8.13379 8.90137C9.74415 8.90137 11.0497 10.207 11.0498 11.8174C11.0496 13.4276 9.74407 14.7334 8.13379 14.7334C6.52355 14.7333 5.21799 13.4276 5.21777 11.8174C5.21785 10.2071 6.52347 8.90142 8.13379 8.90137ZM24.4014 8.90137C26.0117 8.90137 27.3173 10.207 27.3174 11.8174C27.3172 13.4276 26.0116 14.7334 24.4014 14.7334C22.7912 14.7333 21.4856 13.4275 21.4854 11.8174C21.4854 10.2071 22.7911 8.90149 24.4014 8.90137ZM16.3389 2.7627C14.1726 2.7627 12.1119 3.19162 10.2432 3.96094C13.7125 4.89014 16.2675 8.05489 16.2676 11.8174C16.2676 8.02416 18.8642 4.83635 22.377 3.93652C20.5236 3.182 18.4829 2.76277 16.3389 2.7627Z' fill='black'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center center;
    right: 18px;
    top: 18px
}

@media (max-width: 767px) {
    .experiences .etr__item:after {
        background-size: 18px auto;
        right: 12px;
        top: 12px
    }
}

.experiences .c-desc a {
    color: #0B6730;
    text-decoration: underline
}

.ctcBox {
    margin-top: 114px
}

@media (max-width: 767px) {
    .ctcBox {
        margin-top: 75px
    }
}

html.cn .mv__ttl {
    font-family: 'Noto Sans SC', sans-serif
}

@media only screen and (min-width: 768px) {
    html.cn .mv__ttl {
        font-size: 88px;
        letter-spacing: 0.05em;
        padding-right: 0
    }

    html.cn .mv__cont {
        top: calc(50% - 150px)
    }

    html.cn .wrap-booking {
        max-width: 729px
    }

    html.cn .c-btn.c-btn--ar {
        max-width: 180px
    }
}

html.cn .aboutus .wcm {
    max-width: 1056px
}

@media only screen and (max-width: 1000px) {
    html.cn .mv__ttl {
        font-size: 32px;
        font-family: 'Noto Sans SC', sans-serif
    }

    html.cn .top:not(.bookingFixed) .wrap-booking .booking__item .c-btn span {
        font-size: 16px;
        width: fit-content;
        padding-left: 23px;
        padding-top: 2px
    }
}

.top .ctcBox {
    display: none
}

/*# sourceMappingURL=maps/top.min.css.map */