.banner{
    width:100%;
    position: relative;
    height: 600px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    padding:80px 0;
    overflow: hidden;
}
.banner img{
    width: 100%;
    height:100%;
    display: block;
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    object-fit: cover;
    object-position: top;
}
.banner .banner_text{
    width:100%;
    position: relative;
    z-index:2;
    font-size:80px;
    line-height: 1.1;
    color:#fff;
    font-weight: 600;
    text-transform: uppercase;
}
@media (max-width: 1024px) {
    .banner .banner_text {
        font-size: 70px;
    }
}
@media (max-width: 767px) {
    .banner .banner_text {
        font-size: 42px;
    }
}
@media screen and (max-width: 750px) {
    .banner{
        padding:40px 0;
        height: 50vh;
    }
}
.text_img{
    width:100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    background: #fff;
}
.text_img .item_img,.text_img .item_text,.text_img .item_text_right{
    width: 50%;
    flex-grow: 1;
    display: flex;
    flex-flow: column;
    justify-content: center;
}
.text_img .item_img{
    padding:80px 0;
}
.text_img .item_img video,.text_img .item_img img{
    width:100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.text_img .item.item_text{
    padding:40px 65px 40px calc(calc(100vw - 1320px) /2 + 15px);
}
.text_img .item.item_text_right{
    padding:40px calc(calc(100vw - 1320px) /2 + 15px) 40px 65px;
}
.text_img .item .item_text_title img{
    width: 100%;
    height: auto;
    max-width: 450px;
    display: block;
    object-fit: contain;
}
.text_img .item .item_text_title{
    margin-bottom: 20px;
    font-size: 55px;
    line-height: 1.1;
    font-style: italic;
    font-family: "Unna";
}
.text_img .item .item_text_content{
    width:100%;
    display: block;
    font-size:16px;
    line-height: 1.8;
    color:#2C2C2C;
}
.text_img .item .item_text_content p{
    margin-bottom: 20px;
}
.text_img .item .item_text_content li p{
    margin-bottom: 0;
}
@media (max-width: 1280px) {
    .text_img .item.item_text {
        padding-left: calc(((100vw - 1140px) / 2) + 15px);
    }
    .text_img .item.item_text_right {
        padding-right: calc(((100vw - 1140px) / 2) + 15px);
    }
}
@media (max-width: 1024px) {
    .text_img .item.item_text {
        padding-left: calc(((100vw - 960px) / 2) + 15px);
    }
    .text_img .item.item_text_right {
        padding-right: calc(((100vw - 960px) / 2) + 15px);
    }
    .text_img .item .item_text_title{
        font-size: 45px;
    }
}
@media (max-width: 820px) {
    .text_img .item.item_text {
        padding-left: calc(((100vw - 720px) / 2) + 15px);
        padding-right: 30px;
    }
    .text_img .item.item_text_right {
        padding-right: calc(((100vw - 720px) / 2) + 15px);
        padding-left: 30px;
    }
}
@media (max-width: 750px) {
    .text_img .item.item_text , .text_img .item.item_text_right {
        padding-left: 15px;
        padding-right: 15px;
    }
    .text_img .item_img,.text_img .item_text,.text_img .item_text_right{
        width: 100%;
    }
    .text_img .item_img{
        padding:0;
    }
    .text_img .item.item_text .item_text_content p:last-child{
        margin-bottom: 0;
    }
    .text_img .item.item_text_right .item_text_content p:last-child{
        margin-bottom: 0;
    }
    .text_img .item .item_text_title{
        font-size: 40px;
    }
}
.text_img_fluid{
    background: #F1F0EC;
    padding:80px 0;
}
@media (max-width: 750px) {
    .text_img_fluid {
        padding: 40px 0;
    }
}
.text_img_fluid.text_img .item_img{
    padding:0;
}
.text_img_fluid.text_img .item.item_text_right{
    padding-top:0;
    padding-bottom: 0;
}
.item_img_swiper{
    width:100%;
    display: block;
    height: 100%;
}
.item_img_swiper .swiper-wrapper{
    height: auto;
}
.item_img_swiper .swiper-slide{
    width:calc(50vw * 0.658);
    height: calc(50vw * 0.489);
    position: relative;
}
.item_img_swiper .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    z-index: 1;
}
.item_img_swiper .swiper-pagination{
    display: flex;
    max-width: 90%;
    padding-left: calc(((100vw - 1320px) / 2) + 15px);
    padding-right: 50px;
    z-index:2;
    margin:0 auto;
    position: relative;
    padding-top:50px;
}
.item_img_swiper .swiper-pagination span{
    width: 50%;
    height: 2px;
    background: #fff;
    display: block;
}
.item_img_swiper .swiper-pagination span.swiper-pagination-bullet-active{
    background: #2C2C2C;
}
@media (max-width: 750px) {
    .item_img_swiper .swiper-slide{
        width:calc(100vw * 0.893);
        height: calc(100vw * 0.62533);
    }
    .item_img_swiper .swiper-pagination{
        position: relative;
        padding:30px 0 0;
    }
    .item_img_swiper .swiper-wrapper{
        height: auto;
    }
    .text_img_fluid.text_img .item.item_text_right{
        padding:40px 15px;
    }
}
.bg_fixed{
    width:100%;
    display: block;
    height: 100vh;
}
.bg_fixed_img{
    width:100%;
    height: 100vh;
    position: fixed;
    top:0;
    right:0;
    left:0;
    bottom: 0;
    z-index: -1;
}
.bg_fixed_img img{
    width:100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.bg_fixed .main{
    padding:30px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
}
@media screen and (max-width: 1400px) {
    .bg_fixed .main{
        max-width: 1180px
    }
}
.bg_fixed_title{
    width: 100%;
    font-size: 70px;
    line-height: 1.1;
    margin-bottom: 20px;
    color:#fff;
    font-weight: bold;
    font-family: "Montserrat";
}
.bg_fixed_main{
    width:100%;
    display: block;
    max-width: 650px;
    padding:40px 30px;
    background: rgba(34, 28, 52, 0.9);
    margin:50px auto 0 0;
    font-size:16px;
    line-height: 1.8;
    color:#fff;
}
.bg_fixed_main img{
    float: left;
    margin-right: 20px;
    max-width: 100%;
    height: auto;
}
@media (max-width: 750px) {
    .bg_fixed_main {
        padding: 40px 20px;
        margin-top: 20px;
    }
    .bg_fixed .main{
        max-width: 540px;
        padding:0 20px;
    }
    .bg_fixed_title{
        font-size:40px;
    }
    .bg_fixed_main{
        font-size:14px;
        line-height: 1.5;
        padding: 40px 20px;
        margin-top: 20px;
    }
}
.item_text_content_a{
    width:100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.bg_fixed_works{
    width: 100%;
    background: #fff;
    margin-top:50px;
    padding:40px;
    color: #2C2C2C;
    font-size: 14px;
    line-height: 1.5em;
    font-family: "Montserrat";
}
.bg_fixed_works h2{
    font-size: 35px;
    font-weight: 500;
    line-height: 1.1em;
    margin-bottom: 20px;
}
.bg_fixed_works p{
    margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
    .bg_fixed_works{
        padding:40px 20px;
        margin-top:0;
    }
}


.benefits_club{
    width:100%;
    padding:80px 0;
    background-color: #F1F0EC;
    color: #2C2C2C;
    text-align: center;
    font-size:16px;
    line-height: 1.8;
    font-family: "Montserrat";
    font-weight: normal;
}
.benefits_club_title{
    width:100%;
    font-size:55px;
    line-height: 1.1;
    font-family: "Unna";
    font-style: italic;
    max-width: 900px;
    margin:0 auto 20px;
}
.benefits_club_intro{
    max-width: 900px;
    margin:0 auto ;
}
.benefits_club_system.benefits_club{
    color:#fff;
    background: #717E9A;
}
@media screen and (max-width: 1024px) {
    .benefits_club_title{
        font-size:45px;
    }
}
@media screen and (max-width: 750px) {
    .benefits_club_title{
        font-size:40px;
    }
}
.benefits_club_box{
    width:100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    /*flex-wrap: wrap;*/
    padding:60px 0 0;
}
.benefits_club_box .item{
    flex-grow: 1;
    display: block;
    padding: 0 15px;
    text-align: center;
    font-size: 14px;
    line-height: 1.5em;
    width: 16.666%;
}
.benefits_club_box .item.item_square{
    width: 25%;
}
.benefits_club_box .item .item_img{
    width: 100%;
    padding-top:100%;
    margin-bottom: 20px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}.benefits_club_box .item.item_square .item_img{
    padding-top:70%;
    border-radius: 0;
    margin-bottom: 0;
 }

.benefits_club_box .item .item_img img{
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
}
.benefits_club_box .item .item_square_text{
    width: 100%;
    background-color: #fff;
    padding: 40px 20px 20px;
    position: relative;
    font-size: 14px;
    line-height: 1.5em;
    text-align: left;
}
.benefits_club_box .item .item_square_text::before{
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    left: calc(50% - 25px);
    top: -25px;
    border-radius: 100%;
    z-index: 2;
    background: #fff;
}
.benefits_club_box .item .item_square_text::after{
    content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    left: calc(50% - 6px);
    top: -6px;
    z-index: 2;
    background: #D3A86A;
    transform: rotate(45deg);
}
.benefits_club_box .item h3{
    width:100%;
    font-size:24px;
    font-family: "Unna";
    font-style: italic;
    min-height: 52px;
    line-height: 1.1;
    margin-bottom: 20px;
    font-weight: normal;
    color:#2C2C2C;
}
.benefits_club_box .item .item_square_text h3{
    font-size: 35px;
    margin: 0;
    position: relative;
    padding-bottom: 30px;
    font-style: italic;
    font-family: "Unna";
}
.benefits_club_box .item .item_square_text h3::after{
    content: "";
    height: 5px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 20px;
    border-radius: 40px;
    background-color: #D3A86A;
}
.benefits_club_box .item p{
    width:100%;
    font-size:14px;
    font-family: "Montserrat";
    line-height: 1.5;
    font-weight: normal;
    color:#2C2C2C;
}
.benefits_club_box .item .item_square_text p{
    margin-bottom: 20px;
}
.benefits_club_box .item .item_square_text ul,.benefits_club_box .item .item_square_text li{
    width: 100%;
    display: block;
}
.benefits_club_box .item .item_square_text li{
    position: relative;
    padding-left: 30px;
    margin-bottom: 8px;
}
.benefits_club_box .item .item_square_text li::before{
    content: "";
    background-image: url("../uploads/right.svg");
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    left: 0;
    top: 3px;
}
@media screen and (max-width: 1400px){
    .benefits_club .main{
        max-width: 1180px;
    }
}
@media screen and (max-width: 1200px){
    .benefits_club .main{
        max-width: 1000px;
    }
}
@media screen and (max-width: 1000px){
    .benefits_club .main{
        max-width: 1000px;
    }
    .benefits_club_tiers .benefits_club_box{
        flex-wrap: wrap;
    }
    .benefits_club_tiers .benefits_club_box .item{
        width: 33.33%;
        max-width: 33.33%;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 768px){
    .benefits_club .main{
        max-width: 760px;
    }
}
@media screen and (max-width: 750px){
    .benefits_club .main{
        max-width: 540px;
    }
    .benefits_club_tiers.benefits_club .main{
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .benefits_club_box{
        flex-wrap: wrap;
    }
    .benefits_club_box .item{
        width: 50%;
        margin-bottom: 30px;
    }
    .benefits_club_tiers .benefits_club_box .item{
        width: 33.33%;
        max-width: 33.33%;
    }
    .benefits_club{
        padding:40px 0;
    }
}
.benefits_club_tips{
    width:100%;
    font-family: "Montserrat";
    font-weight: normal;
    font-size:12px;
    padding:60px 0 0;
    color:#2C2C2C;
}
@media screen and (max-width: 750px){
    .benefits_club_tips{
        padding:30px 0 0;
    }
}

.benefits_club_system_box{
    width:100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    padding:60px 15px 0;
}
.benefits_club_system_box .benefits_club_system_img{
    width: 50%;
    flex-grow: 1;
    display: block;
}
.benefits_club_system_box .benefits_club_system_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.benefits_club_system_box .benefits_club_system_text{
    width: 50%;
    flex-grow: 1;
    display: block;
    padding-right: calc(((100vw - 1320px) / 2) + 15px);
    padding-left: 50px;
    text-align: left;
}
.benefits_club_system_box .benefits_club_system_text p{
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    padding-left: 20px;
    font-family: "Montserrat";
    font-weight: normal;
    font-size: 16px;
    line-height: 1.8em;
}
.benefits_club_system_box .benefits_club_system_text p::before{
    content: "";
    width: 10px;
    height: 10px;
    border: 2px solid;
    border-radius: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 9px;
    box-sizing: border-box;
}
@media screen and (max-width: 750px) {
    .benefits_club_system_box .benefits_club_system_img,.benefits_club_system_box .benefits_club_system_text{
        width:100%;
    }
    .benefits_club_system_box{
        padding: 30px 15px 0;
    }
    .benefits_club_system_box .benefits_club_system_text{
        padding-left:0;
        padding-top: 30px;
    }
    .text_img.text_img_sort .item.item_text{
        padding-bottom: 0;
    }
    .text_img.text_img_sort.text_img_pa_bottom .item.item_text{
        padding-bottom: 40px;
    }
}
.text_img_tiers.text_img{
    padding:50px 0;
}
.text_img_tiers.text_img .item_img,.text_img_tiers.text_img .item.item_text_right{
    padding-top:0;
    padding-bottom: 0;
}
.text_img_tiers.text_img .item.item_text_right{
    margin-top:50px;
}
.text_img.text_img_gray{
    background: #F1F0EC;
}
@media screen and (max-width: 750px) {
    .text_img.text_img_sort .item_img{
        order:1;
    }
    .text_img.text_img_sort .item_text{
        order:2;
    }
}
.item_text_content.ul_circle li{
    padding-left:20px;
    position: relative;
    font-size:1.25rem;
}
.item_text_content.ul_circle.ul_circle_flex ul{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}
.item_text_content.ul_circle.ul_circle_flex li{
    width: 50%;
}
.item_text_content.ul_circle li::before{
    content:'';
    width: 6px;
    height: 6px;
    background: #2C2C2C;
    border-radius: 50%;
    position: absolute;
    left:0;
    top:0.96875rem;
}

.club_connect{
    width:100%;
    padding:50px 10px;
    background: #F1F0EC;
    color:#2C2C2C;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
}
.club_connect .item{
    width: 20%;
    padding:10px;
    display: block;
}
.club_connect .item .item_box{
    width: 100%;
    height: 100%;
    display: block;
    background: #fff;
}
.club_connect .item .item_img{
    width: 100%;
    height: 202px;
    display: block;
}
.club_connect .item .item_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.club_connect .item .item_text{
    width: 100%;
    padding:20px;
}
.club_connect .item .item_text h3{
    width: 100%;
    font-size:24px;
    font-style: italic;
    font-family: "Unna";
    line-height: 1.2;
    font-weight: 500;
    margin-bottom: 15px;
}
.club_connect .item .item_text p{
    width: 100%;
    font-size:13px;
    font-family: "Montserrat";
    line-height: 1.5;
}
@media screen and (max-width: 1024px) {
    .club_connect .item{
        width: 33.33%;
    }
}
@media screen and (max-width: 750px) {
    .club_connect .item{
        width: 50%;
    }
}
@media screen and (max-width: 500px) {
    .club_connect .item{
        width:100%;
    }
}

.text_img_white.text_img_fluid{
    background: #fff;
}
.swiper-pagination.hotel_select_page{
    position: relative;
}
.swiper-pagination.hotel_select_page span{
    background: #000;
    opacity: 0.2;
    width: 6px;
    height: 6px;
    margin:0 6px;
}
.swiper-pagination.hotel_select_page span.swiper-pagination-bullet-active{
    opacity: 1;
}
.text_img .item_img .hotel_select img{
    width: auto;
    border: none;
    border-radius: 0;
    box-shadow: none;
    height: auto;
    max-width: 100%;
}
.hotel_select .swiper-button-next, .hotel_select .swiper-button-prev{
    background-size:20px 20px;
}
@media screen and (max-width: 750px) {
    .item_text_content.ul_circle.ul_circle_flex li{
        width: 100%;
    }
    .hotel_select .swiper-button-next, .hotel_select .swiper-button-prev{
        width:25px;
        height: 25px;
        border-radius: 50%;
        background-color: #F2F2F2;
    }
}

.item_square_height .item_img{
    height: auto;
    padding-top:70%;
    position: relative;
}
.item_square_height .item_img img{
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
}

.benefits_club_system_text h3{
    width: 100%;
    font-size: 35px;
    font-style: italic;
    font-family: "Montserrat";
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 20px;
}

.faqs{
    width:80%;
    padding:60px 10px;
    margin:0 auto;
}
@media screen and (max-width: 750px) {
    .faqs{
        width: 100%;
        padding:60px 0;
    }
}
.faqs_list{
    width: 100%;
}
.faqs_list_title{
    width: 100%;
    padding: 20px 0 20px 0;
    border: none;
    border-top: 1px solid #ccc;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.faqs_list_title p{
    font-size: 16px;
    font-weight: 600;
    color: #D3A86A;
}
.faqs_list_title i{
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size:16px;
}
.faqs_list_content{
    width:100%;
    font-size: 14px;
    line-height: 1.8;
    color:#2C2C2C;
    font-family: "Montserrat";
    font-weight: normal;
    padding: 0 0 20px;
    display: none;
}
.faqs_list_content ol ,.faqs_list_content ul{
    padding-left:20px;
}
.faqs_list_content li{
    list-style: inherit;
}

.text_img .item .item_text_content.privacy_notices{
    font-family: "Montserrat";
    font-weight: normal;
    font-size: 16px;
    line-height: 1.8em;
    color:#404040;
}
.privacy_notices ol,.privacy_notices ul{
    margin: 0 0 1.5em 3em;
}
.privacy_notices ol{
    list-style: decimal;
}
.privacy_notices ol li{
    display: list-item;
    text-align: -webkit-match-parent;
    unicode-bidi: isolate;
    list-style: unset;
}
.privacy_notices ol li ul{
    list-style: disc;
}
.privacy_notices_box{
    max-width: 1180px;
    padding-left:20px !important;
    padding-right: 20px !important;
    margin:0 auto;
}
@media screen and (max-width:1024px) {
    .text_img .item .item_text_content.privacy_notices{
        font-size: 14px;
        line-height: 1.5em;
    }
}

.join_today{
    width: 100%;
    display: block;
    background-color: #0C0C30;
    color: #fff;
    padding:30px 0;
}
.join_today .main{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.join_today .join_today_title{
    width: 50%;
    flex-grow: 1;
    font-size:35px;
    font-family: "Montserrat";
    line-height: 1.1;
    max-width: 370px;
}
.join_today_operate{
    width: 50%;
    flex-grow: 1;
    max-width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.join_today_operate .btn_a{
    margin-bottom: 10px;
}
.join_today_operate p a{
    color:#fff;
    text-decoration: underline;
}
@media screen and (max-width: 1400px) {
    .join_today .main{
        max-width: 1180px;
    }
}
@media screen and (max-width: 1200px) {
    .join_today .main{
        max-width: 1000px;
    }
}
@media screen and (max-width: 992px) {
    .join_today .main{
        max-width: 760px;
    }
}
@media screen and (max-width: 820px) {
    .join_today .join_today_title{
        font-size:24px;
        text-align: center;
        margin-bottom: 20px !important;
    }
}
@media screen and (max-width: 768px) {
    .join_today .main{
        max-width: 580px;
    }
}
@media screen and (max-width: 750px) {
    .join_today .main{
        flex-wrap: wrap;
    }
    .join_today .join_today_title,.join_today_operate{
        width: 100%;
        max-width: unset;
    }
}
.join_today_box{
    width: 100%;
    max-width: 840px;
    padding:80px 20px;
    font-family: "Montserrat";
    font-weight: normal;
    font-size: 16px;
    line-height: 1.8;
    margin:0 auto;
    text-align: center;
}
.join_today_box .join_today_box_title{
    font-size:35px;
    color:#B88D5B;
    margin-bottom: 20px;
    line-height: 1.2;
    font-weight: 600;
}
.join_today_box p{
    font-size:20px;
    margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
    .join_today_box{
        padding:40px 20px;
    }
    .join_today_box p{
        line-height: 1.5;
    }
}
.join_today_box_bottom{
    width:100%;
    background: #F1F0EC;
    color: #2C2C2C;
    padding:80px 20px;
}
.join_today_box_bottom_main,.site_map{
    width: 100%;
    max-width: 1140px;
    margin:0 auto;
    font-size:16px;
    line-height: 1.8;
    font-family: "Montserrat";
    font-weight: normal;
}
.site_map{
    padding:60px 20px;
}
.site_map .item_a{
    width:100%;
    display: block;
}
.site_map a{
    transition: .1s;
}
.site_map a:hover{
    color:#D3A86A;
    text-decoration: underline;
}
.site_map ul{
    padding-left:20px;
}
@media screen and (max-width: 750px) {
    .join_today_box_bottom,.site_map{
        padding:40px 20px;
    }
    .site_map a{
        font-size:14px;
        line-height: 1.5;
    }
}
.resort{
    background-color: #F1F0EC;
    color: #2C2C2C;
    width: 100%;
    padding:60px 0;
}
.resort .main{
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
}
.resort .resorts_list{
    width: 33.33%;
    display: block;
    padding:0 12px;
    margin-bottom: 30px;
}
.resort .resorts_list .resort_list_img{
    width:100%;
    padding-top:70%;
    position: relative;
    overflow: hidden;
    display: block;
}
.resort .resorts_list .resort_list_img img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: all 1s ease;
}
.resort .resorts_list .resort_list_img img:hover{
    transform: scale(1.1);
    transition: all 1s ease
}
.resort .resorts_list .resorts_list_text{
    background-color: #fff;
    padding: 20px;
    font-size: 14px;
    line-height: 1.5em;
}
.resort .resorts_list .resorts_list_text h3{
    font-style: italic;
    font-family: "Unna";
    font-size:24px;
    width: 100%;
    display: block;
    margin-bottom: 10px;
    line-height: 1.1;
    font-weight: normal;
}
.resort .resorts_list .resorts_list_text p{
    margin-bottom: 20px;
    height: 65px;
    overflow-y: auto;
    font-size: 14px;
    line-height: 1.5;
    font-family: "Montserrat";
    font-weight: normal;
}
@media screen and (max-width: 750px) {
    .resort{
        padding:30px 0;
    }
    .resort .main{
        padding-left: 8px;
        padding-right: 8px;
    }
    .resort .resorts_list{
        width: 50%;
    }
}
@media screen and (max-width: 500px) {
    .resort .resorts_list{
        width:100%;
    }
}

.resort_detail_content{
    width:100%;
    max-width: 880px;
    padding:60px 12px;
    font-size:16px;
    line-height: 1.8;
    font-family: "Montserrat";
    font-weight: normal;
    margin:0 auto;
    display: block;
    text-align:center ;
}
.resort_detail_content_box{
    width: 100%;
}
.resort_detail_content p{
    margin-bottom: 20px;
}
@media screen and (min-width: 576px) {
    .resort_detail_content{
        max-width: 540px;
    }
}
@media screen and (min-width: 768px) {
    .resort_detail_content{
        max-width: 720px;
    }
}
@media screen and (min-width: 992px) {
    .resort_detail_content{
        max-width: 960px;
    }
    .resort_detail_content_box{
        width: 66.66%;
        margin:0 auto;
    }
}
@media screen and (min-width: 1200px) {
    .resort_detail_content{
        max-width: 1140px;
    }
}
@media screen and (min-width: 1400px) {
    .resort_detail_content{
        max-width: 1320px;
    }
}
@media screen and (max-width: 1024px) {
    .resort_detail_content{
        font-size:14px;
        line-height: 1.5;
    }
}
.join_today_resort .main{
    align-items: flex-start;
}
.resort_contract_address{
    width:25%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    font-size:14px;
    line-height: 1.5;
    font-family: "Montserrat";
    font-weight: normal;
    padding:0 12px;
}
.resort_contract_address .wdm{
    font-size:24px;
    margin-right: 10px;
    width: 28px;
    line-height: 28px;
    display: block;
}
.resort_contract_address .wdm.wdm-dianhua{
    width: 22px;
    line-height: 22px;
    font-size:22px;
}
.resort_contract_address.resort_contract_tel{
    width:50%;
}
@media screen and (max-width: 1000px) {
    .join_today_resort .main{
        flex-wrap: wrap;
    }
    .resort_contract_address,.resort_contract_address.resort_contract_tel{
        width:100%;
    }
    .resort_contract_address{
        justify-content: center;
    }
}

.resort_img{
    width:100%;
    background: #F1F0EC;
    color:#2C2C2C;
    padding:60px 0;
    overflow: hidden;
}
.resort_img.resort_special{
    background:#fff;
}
.resort_img_title{
    width:100%;
    font-size:55px;
    font-style: italic;
    font-family: "Unna";
    line-height: 1.1;
    margin-bottom: 30px;
}
.resort_special .resort_img_title{
    text-align: center;
}
@media screen and (min-width: 576px) {
    .resort_img .main{
        max-width: 540px;
    }
}
@media screen and (min-width: 768px) {
    .resort_img .main{
        max-width: 720px;
    }
}
@media screen and (min-width: 992px) {
    .resort_img .main{
        max-width: 960px;
    }
}
@media screen and (min-width: 1200px) {
    .resort_img .main{
        max-width: 1140px;
    }
}
@media screen and (min-width: 1400px) {
    .resort_img .main{
        max-width: 1320px;
    }
}
@media screen and (max-width: 1024px) {
    .resort_img_title{
        font-size:45px;
    }
}
@media screen and (max-width: 750px) {
    .resort_img_title{
        font-size:40px;
    }
    .resort_img{
        padding:30px 0;
    }
}
.resort_img_box{
    width:100%;
    display: block;
    position: relative;
}
.resort_img_box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.resort_img_change{
    width: 50px !important;
    min-width: 50px;
    height: 50px !important;
    background-color: #fff;
    border-radius: 50%;
    background-image: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size:20px;
    font-weight: 600;
}
.resort_img_change.resort_img_next{
    right:-25px;
}
.resort_img_change.resort_img_prev{
    left:-25px;
}
.resort_special_box{
    width:100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow-x: auto;
}
.resort_special_box::-webkit-scrollbar{
    display: none;
}
.resort_special_box .item{
    width: 16.66%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.resort_special_box .item .item_img{
    width: 60px;
    height: 60px;
    display: block;
    border-radius: 100%;
    background-color: #2C2C2C;
    margin: 0 auto 5px;
    padding: 10px;
}
.resort_special_box .item .item_img img{
    width: 100%;
    height: 100%;
    display: block;
}
.resort_special_box .item .item_text{
    width: 100%;
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
    font-family: "Montserrat";
    font-weight: normal;
}
@media screen and (max-width: 1200px) {
    .resort_special_box .item{
        width: 25%;
        min-width: 25%;
    }
}
@media screen and (max-width: 750px) {
    .resort_special_box .item{
        width:33.33%;
        min-width:33.33%;
    }
}
.resort_room{
    width:100%;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
}
.resort_room .item{
    width:50%;
    padding:0 15px 30px;
    display: block;
}
.resort_room .item .item_box{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    height: 100%;
}
.resort_room .item .item_box .swiper-container{
    height: auto;
}
.resort_room .item .gallery-top .swiper-slide{
    width:100%;
    padding-top:70%;
    position: relative;
}
.resort_room .item .gallery-top .swiper-slide img,.resort_room .item .gallery-thumbs .swiper-slide img{
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
}
.resort_room .item .gallery-thumbs{
    margin:2px 0 2px -2px;
}
.resort_room .item .gallery-thumbs .swiper-slide{
    padding-top:14%;
    position: relative;
    height: 0;
}
.resort_room .item .gallery-thumbs .swiper-slide img{
    border:2px solid #F1F0EC;
}
.resort_room .item .item_text{
    width: 100%;
    padding: 30px;
    font-size: 14px;
    line-height: 1.5em;
    background: #fff;
    color:#2C2C2C;
    flex-grow: 1;
}
.resort_room .item .item_text .item_text_title{
    width: 100%;
    font-size:35px;
    font-style: italic;
    font-family: "Unna";
    display: block;
    margin-bottom: 20px;
}
.resort_room .item .item_text .item_text_intro,.resort_room .item .item_text .item_text_label{
    margin-bottom: 20px;
}
.resort_room .item .item_text .item_text_label{
    font-family: "Montserrat";
    font-weight: 600;
}
@media screen and (max-width: 992px) {
    .resort_room .item{
        width: 100%;
        padding:0 0 30px;
    }
}
.resort_faqs .faqs{
    max-width: 856px;
}
.resort_faqs .faqs .faqs_list{
    border-top:1px solid;
}
.resort_faqs .faqs .faqs_list_title p{
    font-size: 30px;
    font-family: "Unna";
    border: none;
    border-radius: 0;
    background: none;
    font-weight: normal;
    color: #404040;
}
@media screen and (max-width: 820px) {
    .resort_faqs .faqs .faqs_list_title p{
        font-size:24px;
    }
}
@media screen and (max-width: 750px) {
    .resort_faqs .faqs{
        padding:30px 20px;
    }
}

.contract{
    width:100%;
    display: block;
    padding:60px 0 110px;
    background: #F1F0EC;
    color: #2C2C2C;
    font-family: "Montserrat";
    font-weight: normal;
}
.contract .main{
    max-width: 800px;
    text-align: center;
}
.contract_title{
    width: 100%;
    font-size:55px;
    line-height: 1.2;
    display: block;
    margin-bottom: 20px;
}
.contract .main .contract_content p {
    width: 100%;
    font-size:16px;
    line-height: 1.8;
    display: block;
}
@media screen and (max-width: 1024px) {
    .contract_title{
        font-size: 45px;
    }
    .contract .main .contract_content p {
        font-size:14px;
        line-height: 1.5;
    }
}
@media screen and (max-width: 750px) {
    .contract{
        padding:30px 0 80px;
    }
    .contract_title{
        font-size: 40px;
    }
}
.contract_member{
    width: 100%;
    display: block;
    padding:0 0 60px 0;
}
.contract_member .main{
    max-width: 1180px;
}
.contract_member .contract_member_tab{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top:-50px;
    padding-bottom: 80px;
}
.contract_member .contract_member_tab .item{
    width: 33.33%;
    padding:10px;
    font-family: "Montserrat";
    font-weight: normal;
}
.contract_member .contract_member_tab .item .item_box{
    width:100%;
    display: block;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    background: #fff;
    padding:30px;
    text-align: center;
}
.contract_member .contract_member_tab .item .item_box h3{
    width:100%;
    font-size:24px;
    line-height: 1.2;
    display: block;
    font-weight: 500;
    margin-bottom: 20px;
}
.contract_member .contract_member_tab .item .item_box p{
    width:100%;
    font-size:14px;
    line-height: 20px;
    display: block;
    margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
    .contract_member .contract_member_tab{
        flex-wrap: wrap;
        padding-bottom: 50px;
    }
    .contract_member .contract_member_tab .item{
        width: 100%;
    }
}
.contract_member .faqs{
    width: 100%;
    padding:0;
}
.contract_member_faqs_title{
    width: 100%;
    font-size:35px;
    line-height: 1.2;
    text-align: center;
    font-family: "Montserrat";
    font-weight: normal;
    padding-bottom: 80px;
}
.contract_link{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin:50px 0 ;
}
.contract_link a{
    width: 40px;
    height: 40px;
    font-size:30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color:#fff;
    background: #D3A86A;
    margin-right: 10px;
}
.contract_link a i{
    font-size:20px;
}
.faqs_list_content_box{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.faqs_list_content_item{
    width: 50%;
    display: block;
}
.faqs_list_content_item h4{
    width: 100%;
    font-family: "Montserrat";
    line-height: 1.1em;
    margin-bottom: 20px;
    font-size:24px;
    font-weight: 500;
}
.faqs_list_content_item th{
    text-align: left;
    font-family: "Montserrat";
    font-weight: 600;
    color:#404040;
}
@media screen and (max-width: 750px) {
    .faqs_list_content_box{
        display: block;
    }
    .faqs_list_content_item{
        width: 100%;
        margin-bottom: 20px;
    }
}
.faqs_list_content table{
    width: 100%;
}

.message{
    width: 100%;
    background-color: #F1F0EC;
    color: #2C2C2C;
    padding:60px 20px;
}
.message_main{
    width: 100%;
    max-width: 800px;
    margin:0 auto;
    font-family: "Montserrat";
}
.message_title{
    width:100%;
    font-size:35px;
    line-height: 1.2;
    font-weight: 500;
    margin-bottom:50px;
}
.message form{
    width: 100%;
    display: block;
}
.message .message_list{
    width: 100%;
    display: block;
    margin-bottom: 20px;
}
.message .message_list p{
    font-size:13px;
    line-height: 1.5;
    display: block;
}
.message .message_list input{
    background: none;
    border: none;
    border-bottom: 2px solid;
    height: 40px;
    border-radius: 0;
    font-size: 14px;
    font-weight: 600;
    color: #2C2C2C;
    width: 100%;
    appearance: none;
}

.why_become_a_member{
    padding:60px 0;
}
.why_become_a_member .text_center{
    text-align: center;
    font-weight: normal;
}
.why_become_a_member.text_img .item .item_text_title.text_center{
    font-family: "Montserrat";
    font-size: 35px;
}
.why_become_a_member .item_text_content_a.text_center{
    justify-content: center;
}