.sub .section{
    overflow: unset;
}


/* ABOUT */

.about-wrapper1{
    display: grid;
    grid-template-columns: 22% 27.91% 34.94% 15.15%;
    grid-template-rows: 15% 75% 10%;
    min-height: 100vh;
    position: relative;
}
#about-logo{
    position: absolute;
    left:0%;
    bottom: 0%;
    width: 160px;
    transform: translate(-50%, 35%);

    /* left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 170px; */
}

.about-typo1{
    margin-bottom: calc(30px + 1.1111vw);
}
.about-typo2{
    margin-bottom: calc(50px + 2.0202vw);
}

/* ABOUT */
.about-image-wrapper{
    grid-column: 3/4;
    grid-row: 2/5;
    display: flex;
    width: 100%;
    justify-self: end;
    position: relative;
    padding-top: 10.19%;
    justify-content: end;

    
}
.about-image-wrapper figure{
    width: 75%;
    padding-top: 100%;
    position: relative;
    height: 90%;
    
}
.about-image-wrapper figure .img{
    height: 100%;
}
.about-tit{
    grid-column: 4/5;
    grid-row: 2/3;
    padding-left: 33.3%;
    align-self: center;
    font-weight: 400;
}
.about-tit p:first-child{
    display: inline-block;
    margin-bottom: 50px;
    
}

.about-tit p:last-child{
    writing-mode: vertical-lr;
    letter-spacing: 0.5em;
}

.about-deco{
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    margin-bottom: calc(30px + 4.0404vw);
    opacity: 0.7;
}
.about-wrapper2{
    grid-column: 2/4;
    grid-row: 3/5;
    display: flex;
    flex-direction: column;
    text-align: center;
    padding-top: 16vw;
}
.about-typo-wrapper{
    margin-bottom: calc(30px + 20.5556vw);
    line-height: 2.3;
}

.wrapper4.sub-wrapper4{
    display: block;
}

.sub-wrapper4 figure{
    padding-top: 25%;
    background-position: bottom;
}

.wrapper4.sub-wrapper4 .ft-inner{
    padding-bottom: 140px;
}


/* ROOM */

.room-wrapper1{
    display: grid;
    grid-template-columns: 22% 27.91% 34.94% 15.15%;
    grid-template-rows: 15% 75% 10%;
    min-height: 100vh;
}

.room-l-wrapper{
    grid-column: 1/5;
    grid-row: 2/3;
    padding-left: 30.23%;
    padding-top: 30px;
    padding-right: 6.5%;
}
.room-l-wrapper #mainslide{
    border-radius: 0 0 0 70%;
}

.room-l-wrapper .swiper-slide{
    border-radius: 0 0 0 70%;
}

.room-l-wrapper .swiper-slide img{
    border-radius: 0% 0% 0% 30% / 0% 0% 0% 50%
}


.room-wrapper2{
    display: grid;
    grid-template-columns: 23.23% 26.78% 26.76% 23.23%;
    grid-template-rows: minmax(105px, auto) minmax(272px,auto) minmax(306px,auto) minmax(319px,auto) minmax(295px, auto);
    min-height: 100vh;
    padding-top: 60px;
    position: relative;
    z-index: 10;
}

/* .room-wrapper2::before{
    content: '';
    position: absolute;
    left: -30px;
    top: 30%;
    width: calc(130px + 21.2121vw);
    height: calc(130px + 21.2121vw);
    border: 1px solid #b5b5b5;
    border-radius: 100%;
    z-index: -1;
} */
.back-circle-deco{
    display: block;
    position: absolute;
    left: -30px;
    top: 30%;
    width: calc(130px + 21.2121vw);
    height: calc(130px + 21.2121vw);
    border: 1px solid #b5b5b5;
    border-radius: 100%;
    z-index: -1;
}

.room-typo-wrapper{
   grid-column: 3/5;
   grid-row: 1/2;
   text-align: right;
   padding-right: 16.16%;
}
.room-tit {
    display: inline-block;
    font-weight: 400;
    position: relative;
}
/* .room-tit::after{
    content: '';
    position: absolute;
    left: -104px;
    top: 50%;
    width: 84px;
    height: 2px;
    background-color: #b5b5b5;
    transform: translateY(300%);
} */


.room-tit span{
    font-size: calc(10px + 1.232vw);
}
.room-typo1{
    margin-bottom: 30px;
}
.room-info-wrapper{
   grid-column: 3/5;
   grid-row: 3/5;
   text-align: right;
   line-height: 2;
   padding-right: 16.16%;
}
.room-info-tit{
    font-weight: 400;
    margin-bottom: calc(30px + 2.2727vw);
}
.room-info-typo{
    margin-bottom: 70px;
}
.room-info-typo br{
    display: none;
}
.room-info-typo div:not(div:last-child){
}
.room-info-typo div:last-child{
    font-size: calc(10px + 0.2525vw);
}
.room-info-image-wrapper{
    grid-column: 1/3;
    grid-row: 4/6;
    padding-left: 38.38%;
}
.room-info2-typo{
   grid-column: 2/4;
   grid-row: 5/6;
   justify-self: start;
   align-self: start;
   border: 1px solid #b5b5b5;
   padding: 45px;
   color: #5d5d5d;
   background-color: #f5eee6;
   margin-left: 45%;
}
.room-info2-tit{
    display: block;
    margin-bottom: calc(10px + 1.1616vw);
    font-size: calc(10px + 0.4051vw)
}
.room-info2-typo1{
    padding-left: 30px;
    line-height: 1.5;
}
.room-info2-typo1 p{
    word-break: keep-all;
}

.room-info2-typo1 p br{
    display: none;
}

.room-wrapper3{
    max-width: 56.06%;
    margin: 0 auto;
}
.other-room-tit-wrapper{
    margin: 12.12% 0 8.08%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
}
.other-room-tit-wrapper::after{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background-color: #b5b5b5;
    z-index: -1;
}
.other-room-tit{
    max-width: 45%;
    text-align: center;
    padding: 5% 0;
    margin: 0 auto;
    border-radius: 100%;
    border: 1px solid #b5b5b5;
    background-color: #f5eee6;
}
.other-room-image{
    width: 31.7172vw;
    margin: 0 auto 95px;
    position: relative;
}

.other-room-image figure{
    overflow: hidden;
}

.other-room-image figure a{
    display: block;
    padding-top: 100%;
    transition: all 0.5s linear;
}

@media(hover: hover){
    .other-room-image figure:hover a{
        transform: scale(1.05);
    }
}

.text-deco2{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 150px;
    height: 150px;
    transform: translate(50%, 50%);
}

.text-deco2 img{
    animation: circleAni 8s linear infinite
}

@keyframes circleAni{
    100%{
        transform: rotate(360deg);
    }


}
.other-room-explain {
    max-width: 31.7172vw;
    margin: 0 auto;
    border: 1px solid #b5b5b5;
}
.other-room-tit span{
    font-size: calc(10px + 0.472vw);
    color: #4a4a4a;
}
.other-room-explain-typo{
    padding: 20px 0;
    text-align: center;
}
.other-room-explain-typo br{
    display: none;
}

.deco1{
    grid-column: 3/5;
    grid-row: 2/3;
    justify-self: end;
    align-self: center;
    padding-right: 16.16%;
    opacity: 0.7;
}
.deco1 img{
    width: 40px;
    height: 40px;
}


/* SPECIAL */
.special-wrapper1{
    display: grid;
    grid-template-columns: 22% 27.91% 34.94% 15.15%;
    grid-template-rows: 15% auto;
    min-height: 100vh;
}

.special-l-wrapper{
    grid-column: 3/5;
    grid-row: 2/3;
    padding-right: 13%;
    padding-top: 30px;
    padding-left: 19%;
}
.special-tit{
    grid-column: 3/4;
    grid-row: 2/3;
    justify-self: start;
    align-self: end;
    writing-mode: vertical-lr;
    padding-left: calc(30px + 5.15152vw);
    padding-bottom: calc(30px + 3.5354vw);
    letter-spacing: 0.45em;
    font-weight: 400;
}
.special-l-wrapper #mainslide img{
    
}
.special-wrapper2{
    display: grid;
    grid-template-columns: 25% 25% 26.6% 23.4%;
    position: relative;
    z-index: 10;
}
.special-wrapper2::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 60.5%;
    height: 63.65%;
    border-right: 1px solid #b5b5b5;
    border-bottom: 1px solid #b5b5b5;
    border-radius: 0% 0% 34% 0% / 0% 0% 45% 0% ;
    z-index: -1;
}
.special-wrapper2::after{
    content: '';
    position: absolute;
    right: -17.6%;
    bottom: -17.6%;
    width: 44.9495vw;
    height: 44.9495vw;
    border: 1px solid #b5b5b5;
    border-radius: 100%;
    z-index: -1;
}
.special-typo-wrapper{
    grid-column: 2/4;
    grid-row: 1/2;
    margin-top: 20.3%;
    margin-bottom: 15.8%;
    text-align: right;
    padding: 65px 80px 65px 150px;
    border: 1px solid #b5b5b5;
    justify-self: center;
    line-height: 2.2;
    background-color: #f5eee6;
    position: relative;
}
.special-typo1{
    margin-bottom: calc(30px + 2.0202vw);
}
.special-typo1-m{
    display: none;
}
.special-typo2-m{
    display: none;
}

.special-preview-tit-wrapper{
    writing-mode: vertical-lr;
    grid-column: 3/4;
    grid-row: 1/2;
    justify-self: end;
    align-self: end;
    padding-right: 34px;
    padding-bottom: 65px;
    font-size: calc(10px + 0.4051vw);
}
.special-preview-wrapper{
    grid-column: 3/5;
    grid-row: 2/3;
    padding-left: 53.23%;
    padding-right: 13%;
    justify-self: end;
}
.special-content-slider .slick-slide{
    margin-bottom: calc(30px + 2.0253vw);
}
.special-preview{
    display: flex;
}
.special-wrapper2 .deco1{
    padding-right: 23.16%;
    grid-row: 1/2;
}

.m-text-deco{
    display: none;
}

/* RESERVE */
.reserve-tit{
    display: inline-block;
    writing-mode: vertical-rl;
    justify-self: start;
    letter-spacing: 0.5em;
}
.reserve-information{
    max-width: 70%;
    padding-top: 10%;
    margin: 0 auto;
}
.infobox{
    margin: 50px 0;
    line-height: 2.2;
}
.infobox .tit{
    margin-bottom: 30px;
}
.infobox table{
    width: 70%;
}
.infobox table td{
    padding: 10px;
}




@media screen and (min-width:1921px) {

    .about-wrapper2{
        padding-top: 12vw;
    }
    .room-info2-typo{
        padding: 75px 100px;
    }
    .other-room-tit{
        max-width: 311px;
        padding: 2% 0;
    }
}



@media screen and (max-width: 1400px) {
    .about-wrapper2{
        padding-top: 110px;
    }
    .about-image-wrapper{
    }
    .special-l-wrapper #mainslide img{
        height: 100%;
    }
}



@media screen and (max-width: 1024px) {

    /* HEADER */
    .menu-wrapper{
        grid-column: 2/3;
    }
    .about-wrapper1{
        display: block;
        min-height: unset;
    }
    .about-image-wrapper{
        margin-left: auto;
        width: 70.55%;
        padding-top: unset;
        padding-right: 22px;
        justify-content: start;
    }
    .about-image-wrapper figure{
        height: 70vw;
    }
    .about-tit{
        transform: translateY(-150%);
        padding-left: 10%;
        font-size: calc(10px + 1.232vw) !important;
    }
    .about-image-wrapper figure #about-logo .img{
        height: unset;
    }
    #about-logo{
        width: 90px;
        margin-left: unset;
    }
    .about-wrapper2{
        padding-top: 30px;
    }
    .reserve-btn{
        display: none;
    }

    /* ROOM */

    .room-wrapper1{
        display: block;
        min-height: unset;
    }
    .room-l-wrapper{
        padding-left: 32px;
        padding-top: 0;
    }
    .room-l-wrapper #mainslide .swiper-slide img{
        height: unset;
    }
    .room-tit::after{
        width: 60px;
        left: -84px;
    }
    .room-wrapper2 .deco1{
        display: block;
        grid-column: 1/5;
        grid-row:2/3;
        width: 25px;
    }
    .back-circle-deco{
        top: 50%;
    }
    .room-wrapper2{
        padding-top: 0;
        grid-template-rows: minmax(105px, auto) minmax(100px,auto) minmax(306px,auto) minmax(319px,auto) minmax(295px, auto);
    }
    .room-typo-wrapper{
        margin-bottom: 40px;
    }
    .room-info-wrapper{
        grid-row: 3/4;
    }
    .room-info-image-wrapper{
        grid-row: 4/5;
        
    }
    .room-info2-typo{
        grid-column: 3/5;
        /* margin-right: 16.16%; */
        margin-right: 0;
        margin-left: 0;
    }
    .sub-wrapper4 figure{
        padding-top: 33%;
    }

    /* SPECIAL */
    .special-preview-wrapper{
        grid-column: 1/5;
    }

    .special-wrapper1{
        display: block;
        min-height: unset;
    }
    .special-wrapper1 #mainslide .swiper-slide img{
        height: unset;
    }
    .special-tit{
        writing-mode: unset;
        padding-left: 34px;
        font-size: calc(10px + 1.232vw) !important;
    }
    .special-l-wrapper{
        padding-left: 30%;
    }
    .special-typo1-web{
        display: none;
    }
    .special-typo1-m{
        display: block;
    }
    .special-typo2-web{
        display: none;
    }
    .special-typo2-m{
        display: block;
    }
    .special-l-wrapper #mainslide{
        padding-left: 0;
        margin: 0;
    }
    .special-typo-wrapper{
        margin-right: 0;
    }
    .special-typo-wrapper .text-deco{
        transform: translate(-50%, 50%);
    }
    .special .next-arrow{
        top: 25%;
    }

    .special-preview-tit-wrapper{
        grid-column: 2/3;
        grid-row: 2/3;
        align-self: start;
        justify-self: start;
        padding-left: 67%;
    }


    /* RESERVE */
    .reserve-information{
        max-width: 78%;
    }

}


@media screen and (max-width:768px) {
    .room-typo-wrapper{
        grid-column: 2/5;
    }
    .special-wrapper1{
        min-height: unset;
    }
    .special-l-wrapper #mainslide .swiper-slide img{
    }
    .special-typo-wrapper{
        /* grid-column: 1/3; */
        /* margin-left: 32px; */
    }
    .text-deco2{
        width: 70px;
        height: 100px;
    }
    .about-tit p:first-child{
        margin-bottom: 20px;
    }

    .special-preview-wrapper{
        padding-left: 47.23%;
    }
}


@media screen and (max-width: 560px) {
    .about-image-wrapper{
        width: 70.55%;
        padding-right: 32px;
        justify-content: end;
        padding-top: 80px;
    }
    #about-logo{
        width: 75px;
        transform: translate(5%, 35%);
    }
    .about-wrapper2{
        padding-top: 0;
        margin-top: 0px;
    }
    .about-deco{
        width: 25px;
        height: 25px;
        margin-bottom: calc(50px + 9.0404vw);;
    }
    .about-typo-wrapper{
        margin-bottom: calc(100px + 35.5556vw);
        line-height: 2.3;
    }
    .room-l-wrapper #mainslide{
        margin: 0;
        padding: 0;
    }
    .room-l-wrapper{
        padding-right: 32px;
    }
    .room-typo-wrapper{
        grid-column: 1/5;
    }
    .room-wrapper2{
        padding-top: 30px;
        grid-template-rows: minmax(50px, auto) minmax(100px,auto) minmax(306px,auto) minmax(0px,auto) minmax(180px, auto);
    }
    .room-wrapper2::before{
        top: 20%;
    }
    .room-tit::after{
        width: 40px;
        left: -54px;
        transform: translateY(0);
    }
    .room-info-typo{
        margin-bottom: 50px;
    }
    .room-info-typo br{
        display: block;
    }
    .room-typo1{
        margin-bottom: 10px;
    }
    .deco1 img{
        width: 25px;
        height: 25px;
    }
    .room-typo-wrapper{
        padding-right: 32px;
        align-self: center;
    }
    .room-info-wrapper{
        grid-column: 1/5;
        padding-right: 32px;
        padding-left: 32px;
    }
    .room-info-image-wrapper{
        grid-column: 1/5;
        grid-row: 4/5;
        padding-right: 32px;
        margin-bottom: 30px;
        padding-left: 32px;
        /* padding-left: 32px;
        padding-right: 16%; */
        padding-top: 25%;
    }
    .room-info2-typo{
        grid-column: 1/5;
        margin-left: 32px;
        margin-right: 32px;
        padding: 30px;
        margin-bottom: 30px;
    }
    .room-info-typo2{
        margin-bottom: 60px;
    }
    
    .other-room-explain-typo br{
        display: block;
    }
    .room-wrapper3{
        max-width: 82.06%;
    }

    .other-room-tit-wrapper{
        margin-top: 20.12%;
        margin-bottom: 20.12%;
    }

    .other-room-image{
        width: 66.7172vw;
        margin-bottom: 38px;
    }
    .other-room-explain{
        max-width: 66.7172vw;
    }


    /* SPECIAL */
    .special-text-deco{
        display: none;
    }

    .special-l-wrapper{
        position: relative;
    }

    .special-l-wrapper #mainslide{
        margin-right: 0;
    }

    .special-tit{
        padding-bottom: 10px;
    }
    .special-typo-wrapper{
        grid-column: 1/5;
        margin-top: 80px;
        margin-right: auto;
        margin-left: auto;
        padding: 20px;
        margin-left: 32px;
        margin-right: 16%;
    }
    /* .special-typo1 br{
        display: none;
    } */
    .special-typo1 p{
        word-break: keep-all;
    }
    .special-typo2 br{
        display: block;
    }
    .special-preview-wrapper{
        grid-column: 1/5;
        padding-left: 62.23%;
        transform: translateY(50px);
    }
    .special-preview-tit-wrapper{
        grid-column: 2/3;
        grid-row: 2/3;
        align-self: start;
        justify-self: start;
        padding-left: 117%;
    }
    .special-wrapper2::before{
        width: 41.5%;
        height: 64%;
    }
    .special-typo-wrapper .text-deco{
        transform: translate(-120%, 100%);
    }
    .special-wrapper2::before{
        border-radius: 0% 100% 100% 25% / 100% 0% 35% 0% 
    }
    .special-wrapper2::after{
        bottom: -47px;
        width: 53.9495vw;
        height: 53.9495vw;
    }
    .special-l-wrapper{
        padding-right: 32px;
    }
    .special-preview-wrapper{
        padding-right: 32px;
    }
    .m-text-deco{
        display: block;
    }
    .infobox{
        margin: 50px 0px;
    }
    .infobox table{
        width: 100%;
    }
    .wrapper4.sub-wrapper4 .ft-inner{
        padding-bottom: 45px;
    }
    .sub-wrapper4 figure{
        padding-top: 50%;
    }
    .reserinfo .sub-wrapper4 figure{
        padding-top: 33%;
    }
    .reserve-information{
        padding-top: 0;
        margin-top: 0px;
    }


    
}