@charset "UTF-8";

body {
    opacity: 0;
    animation: bodyAppear .3s .3s forwards;
}

@keyframes bodyAppear {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


@media screen and (min-width:768px) {}

@media screen and (min-width:1025px) {}

/*============================
	kv 
============================*/
.kv {
    margin-top: 52px;
    background: #fcf6e0;
}

.kv__imgwrap {
    background: linear-gradient(#fff 0, #fff 45%, #fcf6e0 45%, #fcf6e0 100%);
    position: relative;
}

.kv__swiper-area {
    width: 95%;
    margin: 0 0 0 auto;

}

.kv__copy {
    max-width: 581px;
    width: 80%;
    z-index: 99;
    margin: 20px auto 0;
}

.kv__tbl {
    max-width: 668px;
    margin: -30px auto 0;
    position: relative;
}

.kv__copy .slide-in,
.kv__copy .slide-in_inner {
    animation-duration: 1s;
    animation-delay: .3s;
    opacity:1.0;
}

.kv__obj02 {
    max-width: 117px;
    width: calc((117/1920)*100%);
    top: 100%;
    left: 10%;
    transform: translate(-50%);
    z-index: 1;
}


.kv__obj03 {
    max-width: 74px;
    width: calc((74/1920)*150%);
    top: 5%;
    left: 5%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.kv__obj04 {
    max-width: 74px;
    width: calc((74/1920)*150%);
    top: 5%;
    left: 85%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.kv__ill {
    max-width: 376px;
    width: calc((376/1920)*100%);
    top: 90%;
    right: .5%;
    transform: translate(0, -50%);
    z-index: 1;
}

.kv__scroll {
    max-width: 13px;
    width: 10px;
    position: absolute;
    bottom: 0;
    left: 5%;
    z-index: 9;
    display: none;
}



@keyframes copyAnime {
    0% {
        opacity: 0;
        transform: translate(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}


/* swiper */
.kv__swiper-area {
    position: relative;
}

.swiper__imgwrap {
    overflow: hidden;
    display: block;
}

.kv .swiper-slide-active .swiper__imgwrap img,
.kv .swiper-slide-duplicate-active .swiper__imgwrap img,
.kv .swiper-slide-prev .swiper__imgwrap img {
    animation: zoom-out 10s linear 0s 1 normal both;
}

@keyframes zoom-out {
    0% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}


.kv .swiper-pagination {
    left: 5%;
    bottom: -30px;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
}


.kv .swiper-pagination-bullet {
    display: block;
    background: none;
    font-size: 1.2rem;
    margin: 0 5px !important;
    color: #897d44;
    opacity: 1;
    width: 30px;
    text-align: left;
    line-height: 1;
    transition: .3s ease-out;
    position: relative;
    opacity: .5;

    &::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        background-color: #897d44;
        bottom: -.5em;
        left: 0;
    }

    & span {
        position: absolute;
        bottom: 0;
        left: 0;
        line-height: 1;
        transition: .3s;
    }
}

.kv .swiper-pagination-bullet-active {
    opacity: 1;

    & span {
        font-size: 1.8rem;
    }
}



@media screen and (min-width:768px) {

    .kv {
        margin-top: 62px;
    }

    .kv__swiper-area {
        width: 78.64%;
        margin: 0 0 0 auto;

    }

    .kv__copy {
        max-width: 581px;
        width: calc((581/1920)*100%);
        position: absolute;

        margin: 0;
        top: 35%;
        left: 23%;
        transform: translate(-50%, -50%);
    }

    .kv__tbl {
        max-width: 668px;
        width: calc((668/1920)*100%);
        position: absolute;
        margin: 0;
        top: 70%;
        left: 23%;
        transform: translate(-50%, -50%);
        z-index: 99;
    }

    .kv__obj02 {
        width: calc((117/1920)*100%);
        top: 100%;
        left: 10%;
    }


    .kv__obj03 {
        width: calc((74/1920)*100%);
        top: 5%;
        left: 5%;
    }

    .kv__obj04 {
        width: calc((74/1920)*100%);
        top: 5%;
        left: 85%;
    }

    .kv__ill {
        width: calc((376/1920)*100%);
        top: 75%;
        right: .5%;
    }


}



@media screen and (min-width:1025px) {

    .kv {
        margin-top: 120px;
    }

    .kv__swiper-area {
        width: 78.64%;
        margin: 0 0 0 auto;

    }

    .kv__copy {
        max-width: 581px;
        width: calc((581/1920)*100%);

        top: 35%;
        left: 23%;
    }

    .kv__tbl {
        width: calc((668/1920)*100%);
        top: 70%;
        left: 23%;
    }

    .kv__obj02 {
        width: calc((117/1920)*100%);
        top: 100%;
        left: 25%;
    }


    .kv__obj03 {
        width: calc((74/1920)*100%);
        top: 0;
        left: 5%;
    }

    .kv__obj04 {
        width: calc((74/1920)*100%);
        top: 5%;
        left: 85%;
    }

    .kv__ill {
        width: calc((376/1920)*100%);
        top: 82%;
        right: .5%;
    }
}

/*============================
   news
============================*/
.news {
    padding: 30px 0 0;

}

.news__box {
    max-width: 1160px;
    margin: 0 0 0 auto;
    height: auto;
    background: #fff;
    padding: 20px 0 20px 5%;
    position: relative;
    z-index: 9;

    &::before {
        content: "";
        position: absolute;
        width: 150%;
        height: 100%;
        background: #fff;
        top: 0;
        left: 0;
        box-shadow: 0 0 20px rgba(0, 0, 0, .03);
    }
}


.news__ttl {
    margin-bottom: 20px;

    & img {
        max-width: 46px;
        width: 30px;
        margin: 10px 0 0;
    }
}

.news__atc {
    display: block;
    width: 100%;

    & a {
        display: flex;
        align-items: center;

    }
}

.mews__img {
    max-width: 118px;
    width: 80px;
}

.news__txtwrap {
    width: calc(100% - 80px);
    padding-left: 1em;
    margin-bottom: 20px;
}

.news__info {
    display: flex;
    margin-bottom: .5em;
}

.news__cat {
    width: fit-content;
    margin-left: 1em;
    padding: 0 1em;
    line-height: 20px;
    background: #e6b85c;
    text-align: center;
    border-radius: 10px;
    display: block;
    white-space: nowrap;
}

.news__atc--ttl {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-decoration: underline;
}

.news__btn {
    max-width: 98px;
    width: 70px;
    margin: 10px 0 0 auto;
    display: block;
    position: relative;
}

@media screen and (min-width:768px) {
    .news {
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 0;
        z-index: 9;
        width: 100%;
    }

    .news__box {
        width: 90%;
        margin: 0 0 0 auto;
        padding: 20px 0 20px 5%;
    }


    .news__ttl {
        margin-bottom: 0;
        width: 100px;

        & img {
            max-width: 46px;
            width: 30px;
            margin: 10px 0 0;
        }
    }



    .news__atcwrap {
        max-width: calc(100% - 170px);
        padding: 0 1em;


    }

    .mews__img {
        max-width: 118px;
        width: 80px;
    }

    .news__txtwrap {
        width: calc(100% - 80px);
        padding-left: 1em;
    }

    .news__info {
        margin-bottom: .5em;
    }

    .news__cat {
        margin-left: 1em;
        padding: 0 1em;
        line-height: 20px;
        border-radius: 10px;
    }


    .news__btn {
        max-width: 98px;
        width: 70px;
        margin: 10px 0 0 auto;
    }

}

@media screen and (min-width:1025px) {


    .news__box {
        width: 90%;
        margin: 0 0 0 auto;
        padding: 20px 0 20px 3%;
    }


    .news__ttl {
        width: 200px;

        & img {
            max-width: 46px;
            width: 46px;
            margin: 10px 0 0;
        }
    }



    .news__atcwrap {
        max-width: calc(100% - 300px);
        padding: 0 1em;


    }

    .mews__img {
        max-width: 118px;
        width: 118px;
    }

    .news__txtwrap {
        width: calc(100% - 118px);
        padding-left: 1em;
    }

    .news__info {
        margin-bottom: .5em;
    }

    .news__cat {
        margin-left: 1em;
        padding: 0 1em;
        line-height: 26px;
        border-radius: 13px;
    }


    .news__btn {
        max-width: 98px;
        margin: 30px 0 0 auto;
    }


}

/*============================
   about
============================*/
.about {
    padding: 100px 0 0;
    background: #fcf6e0;
}

.about__obj01 {
    display: block;
    max-width: 109px;
    width: calc((109/1920)*150%);
    bottom: -10px;
    left: 1%;
    z-index: 1;
}

.about__obj02 {
    display: block;
    max-width: 162px;
    width: calc((162/1920)*150%);
    bottom: 0;
    left: 100%;
    transform: translate(-50%);
    z-index: 1;
}

.about__box {
    padding: 80px 5% 60px 0;

    &::before {
        content: "";
        position: absolute;
        width: 150%;
        height: 100%;
        top: 0;
        right: 0;
        border-radius: 0 40px 0 0;
        background: #fff;
    }
}

.about__ttl {
    position: absolute;
    left: 50%;
    top: -2%;
    transform: translate(-50%, -50%);

    & img {
        max-width: 88px;
        width: 50px;
        margin: 0 auto 10px;
    }

    .font-en {
        margin-bottom: .3em;
    }
}

.about__txtwrap {
    margin-bottom: 30px;
}

@media screen and (min-width:768px) {
    .about {
        padding: 260px 0 0;
    }

    .about__obj01 {
        width: calc((109/1920)*100%);
        bottom: -10px;
        left: 1%;
    }

    .about__obj02 {
        width: calc((162/1920)*100%);
        bottom: 0;
        left: 100%;
    }

    .about__box {
        padding: 100px 5% 60px 0;

        &::before {
            border-radius: 0 60px 0 0;
        }
    }

    .about__ttl {
        left: 50%;
        top: -2%;

        & img {
            max-width: 88px;
            width: 60px;
            margin: 0 auto 10px;
        }

        .font-en {
            margin-bottom: .3em;
        }
    }

    .about__txtwrap {
        width: 45%;
        margin-bottom: 0;
    }

    .about__img {
        width: 50%;
    }
}

@media screen and (min-width:1025px) {
    .about {
        padding: 300px 0 0;
    }

    .about__obj01 {
        width: calc((109/1920)*100%);
        bottom: -10px;
        left: 1%;
    }

    .about__obj02 {
        width: calc((162/1920)*100%);
        bottom: 0;
        left: 100%;
    }

    .about__box {
        padding: 200px 2% 100px 0;

        &::before {
            border-radius: 0 100px 0 0;
        }
    }

    .about__ttl {
        left: 50%;
        top: -2%;

        & img {
            max-width: 88px;
            width: 88px;
            margin: 0 auto 10px;
        }

        .font-en {
            margin-bottom: .3em;
        }
    }

    .about__txtwrap {
        width: 45%;
    }

    .about__img {
        width: 50%;
    }

}

/*============================
   month
============================*/
.month {
    padding: 60px 0;
    background: #e6b85c;
}

.month__obj01 {
    display: block;
    max-width: 177px;
    width: calc((177/1920)*150%);
    bottom: 30px;
    left: 0;
}

.month__obj02 {
    display: block;
    max-width: 194px;
    width: calc((194/1920)*150%);
    bottom: 0;
    right: 1%;
}

.month__box {
    padding: 60px 0;

    &::before {
        content: "";
        position: absolute;
        width: 120%;
        height: 100%;
        background: url(../images/month_bg.png) no-repeat center center/cover;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

}

.month__bg {
    max-width: 1400px;
    min-width: 800px;
    width: calc((1400/1920)*100%);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

.month__ttl {
    .font-en {
        margin-bottom: 1em;
    }

    & img {
        max-width: 76px;
        width: 50px;
        margin: 10px auto 0;
    }


}

.mont__h3 {
    position: relative;
    margin-bottom: 20px;
}

.month__img {
    position: relative;
    width: 90%;
    margin: 0 0 70px auto;
    max-width: 407px;

    .ill {
        position: absolute;
        max-width: 106px;
        width: calc((106/407)*100%);
        top: 90%;
        left: 0;
        transform: translate(0, -50%);
    }

    .pop {
        max-width: 186px;
        width: 160px;
        height: 160px;
        background: url(../images/month_pop01.png) no-repeat center center/contain;
        top: 22%;
        left: 5%;
        transform: translate(-50%, -50%);

        .txt {
            position: absolute;
            top: 50%;
            left: 55%;
            width: 80%;
            transform: translate(-50%, -50%);
        }

    }

    
    & img {
        border-radius: 20px;
    }


    &:nth-child(2) {
        max-width: 443px;
        margin: 0 auto 0 0;

        .ill {
            max-width: 82px;
            width: calc((82/443)*100%);
            top: -6%;
            left: 60%;
            transform: translate(-50%, -50%);
        }

        .pop {
            max-width: 186px;
            width: 160px;
            height: 160px;
            top: 90%;
            left: 95%;

            .txt {
                top: 50%;
                left: 55%;
                width: 80%;
            }

        }

        
    & img {
        border-radius: 20px;
    }

    }

}

@media screen and (min-width:768px) {
    .month {
        padding: 80px 0;
    }

    .month__obj01 {
        width: calc((177/1920)*100%);
        bottom: 30px;
        left: 0;
    }

    .month__obj02 {
        width: calc((194/1920)*100%);
        bottom: 0;
        right: 1%;
    }

    .month__box {
        padding: 80px 0;

        &::before {
            width: 110%;
            height: 100%;
        }

    }

    .month__bg {
        max-width: 1400px;
        min-width: 800px;
        width: calc((1400/1920)*100%);
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: none;
    }

    .month__ttl {
        .font-en {
            margin-bottom: 1em;
        }

        & img {
            max-width: 76px;
            width: 60px;
            margin: 15px auto 0;
        }


    }

    .mont__h3 {
        margin-bottom: 20px;
    }

    .month__img {
        width: 47%;
        margin: 0 ;
        max-width: 407px;

        .ill {
            width: calc((106/407)*100%);
            top: 90%;
            left: 0;
        }

        .pop {
            max-width: 186px;
            width: 160px;
            height: 160px;
            top: 20%;
            left: 10%;

            .txt {
                top: 50%;
                left: 55%;
                width: 80%;
            }

        }

        &:nth-child(2) {
            max-width: 443px;
            margin: 0;

            .ill {
                width: calc((82/443)*100%);
                top: -6%;
                left: 60%;
            }

            .pop {
                width: 160px;
                height: 160px;
                top: 80%;
                left: 85%;

                .txt {
                    top: 50%;
                    left: 55%;
                    width: 80%;
                }

            }
        }
    }

}

@media screen and (min-width:1025px) {
    .month {
        padding: 80px 0;
    }

    .month__obj01 {
        width: calc((177/1920)*100%);
        bottom: 30px;
        left: 0;
    }

    .month__obj02 {
        width: calc((194/1920)*100%);
        bottom: 0;
        right: 1%;
    }

    .month__box {
        padding: 120px 0;

        &::before {
            display: none;
        }

    }

    .month__bg {
        max-width: 1400px;
        min-width: 1400px;
        width: calc((1400/1920)*100%);
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: block;
    }

    .month__ttl {
        .font-en {
            margin-bottom: 1em;
        }

        & img {
            max-width: 76px;
            width: 76px;
            margin: 20px auto 0;
        }


    }

    .mont__h3 {
        margin-bottom: 20px;
    }

    .month__items {
        max-width: 920px;
        margin: 0 auto 30px;
        align-items: center;
    }

    .month__img {
        width: 47%;
        margin: 0 ;
        max-width: 407px;

        .ill {
            width: calc((106/407)*100%);
            top: 90%;
            left: 0;
        }

        .pop {
            max-width: 186px;
            width: 186px;
            height: 176px;
            top: 15%;
            left: 13%;

            .txt {
                top: 50%;
                left: 60%;
                width: 80%;
            }

        }

        &:nth-child(2) {
            max-width: 443px;
            margin: 0;

            .ill {
                width: calc((82/443)*100%);
                top: -7%;
                left: 60%;
            }

            .pop {
                width: 160px;
                height: 160px;
                top: 70%;
                left: 95%;

                .txt {
                    top: 50%;
                    left: 60%;
                    width: 80%;
                }

            }
        }
    }


}

/*============================
   guidance
============================*/
.guidance {
    padding: 60px 0;
    background: #fcf6e0;
}

.guide__obj01 {
    display: block;
    max-width: 73px;
    width: calc((73/1920)*150%);
    top: 120px;
    left: 5%;
    transform: translate(-50%, -50%);
}

.guide__obj02 {
    display: block;
    max-width: 124px;
    width: calc((124/1920)*150%);
    top: 150px;
    left: 85%;
    transform: translate(-50%, -50%);
}

.guide__ttl {
    & img {
        max-width: 138px;
        width: 80px;
        margin: 0 auto 10px;
    }

    .font-en {
        margin-bottom: .3em;
    }
}

.guide__atc {
    max-width: 440px;
    margin: 0 auto 30px;

    & a {
        display: block;
        background: #fff;
        border-radius: 10px;
        overflow: hidden;
        width: 100%;
        height: 100%;
    }

    &:last-child {
        margin-bottom: 0;
    }
}

.guide__txtwarp {
    padding: 1em;
}

.guide__h3 {
    display: flex;
    align-items: center;
    position: relative;
    padding-bottom: .75em;
    border-bottom: dashed 1.5px #947b59;
    margin-bottom: 1em;

    .ico {
        max-width: 22px;
        width: 16px;
        margin-right: .5em;
    }

    .arw {
        position: absolute;
        right: 0;
        top: 30%;
        transform: translate(0, -50%);
        max-width: 42px;
        width: 30px;
    }
}

@media screen and (min-width:768px) {
    .guidance {
        padding: 80px 0;
    }

    .guide__obj01 {
        max-width: 73px;
        width: calc((73/1920)*100%);
        top: 120px;
        left: 5%;
    }

    .guide__obj02 {
        max-width: 124px;
        width: calc((124/1920)*100%);
        top: 150px;
        left: 90%;
    }

    .guide__ttl {
        & img {
            max-width: 138px;
            width: 100px;
            margin: 0 auto 10px;
        }

        .font-en {
            margin-bottom: .3em;
        }
    }

    .guide__atc {
        width: 32%;
        margin: 0;
        background: #fff;
        border-radius: 10px;

        &:last-child {
            margin-bottom: 0;
        }
    }

    .guide__txtwarp {
        padding: 1em;
    }

    .guide__h3 {
        padding-bottom: .75em;
        border-bottom: dashed 1.5px #947b59;
        margin-bottom: 1em;

        .ico {
            max-width: 22px;
            width: 18px;
            margin-right: .5em;
        }

        .arw {
            right: 0;
            top: 30%;
            max-width: 42px;
            width: 30px;
        }
    }
}

@media screen and (min-width:1025px) {
    .guidance {
        padding: 100px 0 120px;
    }

    .guide__obj01 {
        max-width: 73px;
        width: calc((73/1920)*100%);
        top: 200px;
        left: 5%;
    }

    .guide__obj02 {
        max-width: 124px;
        width: calc((124/1920)*100%);
        top: 250px;
        left: 90%;
    }

    .guide__ttl {
        & img {
            max-width: 138px;
            width: 138px;
            margin: 0 auto 10px;
        }

        .font-en {
            margin-bottom: .3em;
        }
    }

    .guide__atc {
        width: 32%;
    }

    .guide__txtwarp {
        padding: 1.5em 1em;
    }

    .guide__h3 {
        padding-bottom: .75em;
        margin-bottom: 1em;

        .ico {
            max-width: 22px;
            width: 22px;
            margin-right: .5em;
        }

        .arw {
            right: 0;
            top: 30%;
            max-width: 42px;
            width: 42px;
        }
    }
}

/*============================
   prevention
============================*/
.prevention {
    padding-bottom: 60px;
    background: url(../images/hotel_top.png) no-repeat center bottom/100%, #fcf6e0;
}

.prev__box {
    padding: 60px 0 40px 5%;

    &::before {
        content: "";
        position: absolute;
        width: 150%;
        height: 100%;
        top: 0;
        left: 0;
        border-radius: 40px 0 0;
        background: #fff;
    }
}

.prev__obj {
    display: block;
    max-width: 98px;
    width: calc((98/1600)*150%);
    bottom: 0;
    left: 5%;
    transform: translate(-50%);
    pointer-events: none;
}

.prev__txtwrap {
    margin-bottom: 30px;
}

.prev__ttl {
    padding-left: 80px;

    & img {
        max-width: 103px;
        width: 60px;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translate(0, -50%);
    }

    .font-en {
        margin-bottom: .3em;
    }
}

.prev__img {
    max-width: 727px;
    margin: 0 auto;

    .obj {
        max-width: 230px;
        width: calc((230/727)*100%);
        position: absolute;
        top: 10%;
        left: 85%;
        transform: translate(-50%, -50%);
    }
}

@media screen and (min-width:768px) {
    .prevention {
        padding-bottom: 68px;
    }

    .prev__box {
        padding: 60px 0 60px 5%;

        &::before {
            border-radius: 60px 0 0;
        }
    }

    .prev__obj {
        width: calc((98/1600)*100%);
        bottom: 0;
        left: 0;
    }

    .prev__txtwrap {
        width: 52%;
        margin-bottom: 0;
    }

    .prev__ttl {
        padding-left: 80px;

        & img {
            max-width: 103px;
            width: 60px;
            position: absolute;
            left: 0;
            top: 50%;
            transform: translate(0, -50%);
        }

        .font-en {
            margin-bottom: .3em;
        }
    }

    .prev__img {
        width: 50%;
        margin: 0;

        .obj {
            width: calc((230/727)*100%);
            top: 0;
            left: 70%;
        }
    }
}

@media screen and (min-width:1025px) {
    .prevention {
        padding-bottom: 170px;
        background-position: center bottom -2px;
    }

    .prev__box {
        padding: 100px 0 80px 5%;

        &::before {
            border-radius: 100px 0 0;
        }
    }

    .prev__obj {
        width: calc((98/1600)*100%);
        bottom: 0;
        left: 0;
    }

    .prev__txtwrap {
        width: 52%;
    }

    .prev__ttl {
        padding-left: 120px;

        & img {
            max-width: 103px;
            width: 103px;
        }

        .font-en {
            margin-bottom: .3em;
        }
    }

    .prev__img {
        width: 50%;
    }
}

/*============================
   hotel
============================*/
.hotel {
    padding: 30px 0 60px;
    background: #fff;
}

.hotel__obj {
    display: block;
    max-width: 168px;
    width: calc((168/1920)*150%);
    bottom: 0;
    left: 1%;
}

.hotel__ttl {
    & img {
        max-width: 136px;
        width: 80px;
        margin: 0 auto 15px;
    }

    .font-en {
        font-size: 3rem;
        margin-bottom: .3em;
    }
}

.hotel__img {
    max-width: 645px;
    margin: 0 auto 30px;
}

.hotel__btnwrap {
    padding: 20px 15% 20px 5%;

    &::before {
        content: "";
        position: absolute;
        width: 150%;
        height: 100%;
        background: #fcf6e0;
        border-radius: 10px 0 0 10px;
        top: 0;
        left: 0;
    }
}

.hotel__obj02 {
    max-width: 105px;
    width: 11.2%;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.hotel__btn {
    margin-bottom: 10px;

    &:last-child {
        margin-bottom: 0;
    }
}

@media screen and (min-width:768px) {
    .hotel {
        padding: 40px 0 80px;
    }

    .hotel__obj {
        width: calc((168/1920)*150%);
        bottom: 0;
        left: 1%;
    }

    .hotel__ttl {
        & img {
            max-width: 136px;
            width: 90px;
            margin: 0 auto 15px;
        }

        .font-en {
            font-size: 4rem;
            margin-bottom: .3em;
        }
    }

    .hotel__img {
        width: 45%;
        margin: 0;
    }

    .hotel__txtwrap {
        width: 53%;
    }

    .hotel__txt {
        padding-left: 2em;
    }

    .hotel__btnwrap {
        padding: 20px 12% 20px 5%;

        &::before {
            border-radius: 10px 0 0 10px;
        }
    }

    .hotel__obj02 {
        width: 11.2%;
        right: 0;
        top: 50%;
    }

    .hotel__btn {
        width: 32%;
        min-width: 160px;
        margin: 0 10px 10px 0;


        &:last-child {
            margin-bottom: 0;
        }
    }
}

@media screen and (min-width:1025px) {
    .hotel {
        padding: 40px 0 80px;
    }

    .hotel__obj {
        width: calc((168/1920)*150%);
        bottom: 0;
        left: 1%;
    }

    .hotel__ttl {
        & img {
            max-width: 136px;
            width: 136px;
            margin: 0 auto 15px;
        }

        .font-en {
            font-size: 6.5rem;
            margin-bottom: .2em;
        }
    }

    .hotel__img {
        width: 45%;
        margin: 0;
    }

    .hotel__txtwrap {
        width: 53%;
    }

    .hotel__txt {
        padding-left: 2em;
    }

    .hotel__btnwrap {
        padding: 30px 12% 30px 5%;

        &::before {
            border-radius: 40px 0 0 40px;
        }
    }

    .hotel__obj02 {
        width: 11.2%;
        right: 0;
        top: 50%;
    }

    .hotel__btn {
        width: 31%;
        min-width: 160px;
        margin: 0 10px 10px 0;


        &:last-child {
            margin-bottom: 0;
        }
    }
}

/*============================
   contents
============================*/
.contents {
    padding: 60px 0;
    background: #fcf6e0;
}

.cont__obj01 {
    display: block;
    max-width: 189px;
    width: calc((189/1920)*150%);
    bottom: 0;
    left: 1%;
}

.cont__obj02 {
    display: block;
    max-width: 122px;
    width: calc((122/1920)*150%);
    bottom: -20px;
    right: 1%;
}

.cont__item {
    margin: 0 auto 60px;
    max-width: 620px;
    position: relative;

    &:last-child {
        margin-bottom: 0;
    }

    & a {
        display: block;
        width: 100%;
        height: 200px;
        border: 40px 0;
        background: url(../images/contents_bg01.png) no-repeat center center/cover;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    &:nth-child(2) a {
        background: url(../images/contents_bg02.png) no-repeat center center/cover;
    }
}

.cont__ico {
    max-width: 138px;
    width: 90px;
    top: 5%;
    left: 20%;
    transform: translate(-50%, -50%);
}

.cont__ttl {
    .font-en {
        margin-top: .5em;
    }
}

@media screen and (min-width:768px) {
    .contents {
        padding: 80px 0;
    }

    .cont__obj01 {
        width: calc((189/1920)*100%);
        bottom: 0;
        left: 1%;
    }

    .cont__obj02 {
        width: calc((122/1920)*100%);
        bottom: -20px;
        right: 1%;
    }

    .cont__item {
        width: 48%;
        margin: 0;

        & a {
            height: 220px;
            border-radius: 50px 0;
        }
    }

    .cont__ico {
        max-width: 138px;
        width: 90px;
        top: 5%;
        left: 20%;
    }

}

@media screen and (min-width:1025px) {
    .contents {
        padding: 120px 0;
    }

    .cont__obj01 {
        width: calc((189/1920)*100%);
        bottom: 0;
        left: 1%;
    }

    .cont__obj02 {
        width: calc((122/1920)*100%);
        bottom: -20px;
        right: 1%;
    }

    .cont__item {
        width: 48%;

        & a {
            height: 350px;
            border-radius: 80px 0;
        }
    }

    .cont__ico {
        max-width: 138px;
        width: 138px;
        top: 5%;
        left: 20%;
    }
}