@charset "UTF-8";
/*** main ***/
#wrap.main #container:before {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: url(../img/main_bg.png) #fff9f0 no-repeat 0 0/100% 100vh;
    opacity: 0;
    transition: 1s;
    content: '';
}
#wrap.main #container:has(.wrap_video.on):before {
    opacity: 1;
}
#wrap.main #container:has(.st_fast):before {
    display: none;
}
@media screen and (max-width: 1024px) {
    #wrap.main #container:before {
        opacity: 1;
    }
}
#wrap.main #header {
    opacity: 0;
}
#wrap.main #header.on {
    opacity: 1;
}
#wrap.main #visual {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background: #fff9f0;
    z-index: 4;
}
#wrap.main #visual .wrap_video {
    position: absolute;
    top: 0;
    left: 50%;
    width: 150vw;
    transform: translateX(-50%);
    height: 80%;
    border-radius: 0 0 50% 50%;
    overflow: hidden;
    z-index: 1;
    transition: 1s;
    will-change: transform;
}
#wrap.main #visual .wrap_video iframe {
    position: absolute;
    top: -10vh;
    left: 50%;
    height: 120vh;
    aspect-ratio: 16/9;
    transform: translateX(-50%);
}
@media screen and (min-width: 1024px) {
    #wrap.main #visual .wrap_video.on {
        height: 100vh;
        border-radius: 0;
    }
}
#wrap.main #visual .btn {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    opacity: 0;
    transition: 0.5s;
}
#wrap.main #visual .btn button {
    width: 60px;
    height: 60px;
    font-size: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
#wrap.main #visual .btn #btn_play {
    background-image: url(../img/common/icon_pause.png);
}
#wrap.main #visual .btn #btn_pause {
    display: none;
    background-image: url(../img/common/icon_play.png);
}
#wrap.main #visual .btn.play #btn_pause,
#wrap.main #visual .btn.pause #btn_play {
    display: none;
}
#wrap.main #visual .btn.play #btn_play,
#wrap.main #visual .btn.pause #btn_pause {
    display: block;
}
#wrap.main #visual .conts_visual {
    position: absolute;
    bottom: 8%;
    left: 0;
    width: 100%;
    color: #534637;
    z-index: 2;
}
#wrap.main #visual .conts_visual .inner {
    position: relative;
    text-align: right;
    max-width: 1656px;
}
#wrap.main #visual .conts_visual .typo {
    position: absolute;
    bottom: 0;
    font-size: 20px;
    text-align: left;
}
#wrap.main #visual .conts_visual img {
    max-width: 60vw;
}
@media screen and (min-width: 1024px) {
    #wrap.main #visual:has(.wrap_video.on) {
        background: none;
    }
}
@media screen and (max-width: 1024px) {
    #wrap.main #visual {
        max-height: calc(100vw - 50px);
        background: none;
    }
    #wrap.main #visual .wrap_video {
        height: 60vw;
    }
    #wrap.main #visual .wrap_video iframe {
        top: -7vw;
        max-height: 74vw;
    }
    #wrap.main #visual .conts_visual {
        bottom: 4%;
    }
    #wrap.main #visual .conts_visual .typo {
        display: none;
    }
    #wrap.main #visual .conts_visual img {
        max-width: 72vw;
    }
}
#wrap.main #intro {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
}
#wrap.main #intro > .wrapper {
    position: relative;
    width: 100%;
    transition: unset;
}
#wrap.main #intro .wrap_intro {
    transition: 0.5s;
}
#wrap.main #intro .wrap_intro .tit {
    font-size: 18px;
    font-weight: bold;
}
#wrap.main #intro .wrap_intro .conts {
    margin-top: 15px;
    font-size: 16px;
}
#wrap.main #intro .wrap_swiper {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1018px;
    height: auto;
    transform: translate(calc(-50% + 290px), -50%);
    padding: 4px;
    border: 1px solid #cfae88;
    transition: 0.6s;
    will-change: transform;
}
#wrap.main #intro .wrap_swiper:after {
    position: absolute;
    top: 0;
    right: 0;
    width: 4.12%;
    aspect-ratio: 1/1;
    transform: translate(50%, -50%);
    border-radius: 50%;
    background: #cfae88;
    transition: 0.5s;
    z-index: 3;
    content: '';
}
#wrap.main #intro .wrap_swiper .swiper {
    height: 100%;
}
#wrap.main #intro .wrap_swiper .item {
    position: relative;
    z-index: 3;
}
#wrap.main #intro .wrap_swiper .item + .item {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
}
#wrap.main #intro .wrap_swiper .item,
#wrap.main #intro .wrap_swiper img {
    width: 100%;
    height: 100%;
}
#wrap.main #intro .wrap_swiper img {
    -o-object-fit: cover;
    object-fit: cover;
    max-width: 100vw;
}
#wrap.main #intro .wrap_swiper img.img_mo {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
#wrap.main #intro .pager {
    display: none;
    position: absolute;
    bottom: 16vh;
    left: 0;
    width: 100%;
}
#wrap.main #intro .pager .inner {
    max-width: 1390px;
}
#wrap.main #intro.fix .wrap_swiper,
#wrap.main #intro.st_fast .wrap_swiper {
    max-width: none;
    padding: 0;
    border: none;
}
#wrap.main #intro.fix {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
#wrap.main #intro.on_scr .wrap_intro {
    opacity: 0;
}
#wrap.main #intro.on_scr .wrap_swiper {
    transform: translate(-50%, -50%);
    overflow: hidden;
}
#wrap.main #intro.on_scr .wrap_swiper .swiper,
#wrap.main #intro.on_scr .wrap_swiper .slick-list,
#wrap.main #intro.on_scr .wrap_swiper .slick-track,
#wrap.main #intro.on_scr .wrap_swiper .slick-slide,
#wrap.main #intro.on_scr .wrap_swiper .slick-slide > div,
#wrap.main #intro.on_scr .wrap_swiper .item,
#wrap.main #intro.on_scr .wrap_swiper img {
    width: 100%;
    height: 100%;
    transition: 0.6s;
}
#wrap.main #intro.on_scr .wrap_swiper:after {
    opacity: 0;
}
#wrap.main #intro.on_swiper .wrap_intro {
    display: none;
}
#wrap.main #intro.on_swiper .wrap_swiper {
    aspect-ratio: unset;
}
#wrap.main #intro.on_swiper .wrap_swiper .slick-arrow {
    position: absolute;
}
#wrap.main #intro.on_swiper .pager {
    display: block;
}
#wrap.main #intro.st_fast {
    margin-top: 150vh;
}
#wrap.main #intro.st_fast + #special {
    margin-top: 0;
}
@media screen and (max-width: 1640px) {
    #wrap.main #intro .wrapper {
        padding: 0;
        margin: 0 20px;
        transition: 1s;
    }
    #wrap.main #intro .wrap_intro {
        max-width: 40%;
        padding-right: 60px;
    }
    #wrap.main #intro .wrap_swiper {
        max-width: 60%;
    }
    #wrap.main #intro .pager {
        bottom: 10vw;
    }
    #wrap.main #intro.on_scr .wrapper {
        margin: 0;
    }
}
@media screen and (max-width: 1024px) {
    #wrap.main #intro {
        height: auto;
    }
    #wrap.main #intro .wrapper {
        margin: 0;
        padding-top: calc(53vw + 100px);
        padding-bottom: 100px;
        transition: unset;
    }
    #wrap.main #intro .wrap_swiper {
        top: 100px;
        left: 50%;
        width: calc(100% - 40px);
        transform: translate(-50%, 0);
        max-width: none;
        transition: 1s;
    }
    #wrap.main #intro .wrap_intro {
        max-width: none;
        margin-top: 25px;
        padding: 0 20px;
    }
    #wrap.main #intro .wrap_intro .conts {
        word-break: normal;
    }
    #wrap.main #intro .pager {
        bottom: 26px;
    }
    #wrap.main #intro.on_scr img,
    #wrap.main #intro.on_swiper img {
        transition: 0.1s;
    }
    #wrap.main #intro.on_scr img.img_pc,
    #wrap.main #intro.on_swiper img.img_pc {
        opacity: 0;
    }
    #wrap.main #intro.on_scr img.img_mo,
    #wrap.main #intro.on_swiper img.img_mo {
        opacity: 1;
    }
    #wrap.main #intro.on_scr .wrap_swiper {
        top: 50%;
        min-width: 100%;
        transform: translate(-50%, -50%);
    }
    #wrap.main #intro.on_swiper .wrap_swiper .wrap_swiper {
        transition: 0s;
    }
    #wrap.main #intro.on_swiper .wrap_swiper img.img_pc {
        display: none;
    }
    #wrap.main #intro.on_swiper .wrap_swiper img.img_mo {
        display: block;
    }
}
@media screen and (max-width: 540px) {
    #wrap.main #intro .wrap_intro .tit {
        font-size: 16px;
    }
    #wrap.main #intro .wrap_intro .conts {
        font-size: 14px;
    }
}
#wrap.main #special {
    margin-top: 250vh;
    z-index: 3;
}
@media screen and (min-width: 1024px) {
    #wrap.main #intro .bg {
        opacity: 0;
    }
    #wrap.main:has(#visual .wrap_video.on) #intro:has(.wrapper.aos-animate) .bg {
        opacity: 1;
    }
}

#special {
    position: relative;
    background: #fff9f0;
}
#special .tit_special {
    position: absolute;
    top: 9vh;
    left: 0;
    width: 100%;
    font-size: 100px;
    z-index: 2;
}
#special .tit_special .inner {
    position: relative;
}
#special .tit_special .under,
#special .tit_special .title {
    opacity: 0;
    transform: translateY(-0.02em);
    transition: 0.8s;
}
#special .tit_special .under {
    display: block;
    font-size: 160px;
    line-height: 1.35;
    color: rgba(83, 70, 55, 0.1);
}
#special .tit_special .title {
    position: absolute;
    bottom: 0;
    left: 3.8em;
    line-height: 1;
    transition-delay: 0.3s;
}
#special .tit_special.on .under,
#special .tit_special.on .title {
    opacity: 1;
    transform: translateY(0);
}
#special .wrap_swiper {
    position: relative;
}
#special .swiper .inr_item {
    display: flex;
    align-items: center;
}
#special .swiper .inr_item > div {
    width: 100%;
}
#special .swiper .left .wrap_conts,
#special .swiper .right img {
    height: 100vh;
    max-height: 75vw;
}
#special .swiper .left .wrap_conts {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 120px;
}
#special .swiper .left .img {
    width: 250px;
    border-radius: 250px 250px 0 0;
    overflow: hidden;
}
#special .swiper .left .img video {
    width: 100%;
    height: 290px;
    -o-object-fit: cover;
    object-fit: cover;
}
#special .swiper .left .conts {
    margin-top: 50px;
    text-align: center;
    font-size: 16px;
}
#special .swiper .left .tit,
#special .swiper .left .desc {
    transform: translateY(0.5em);
    opacity: 0;
    transition: 1s;
}
#special .swiper .left .tit {
    display: block;
    font-weight: bold;
}
#special .swiper .left .desc {
    height: 6.5em;
    margin-top: 15px;
}
#special .swiper .right {
    position: relative;
}
#special .swiper .right img {
    width: 50vw;
    -o-object-fit: cover;
    object-fit: cover;
}
#special .swiper .slick-active .left .tit,
#special .swiper .slick-active .left .desc {
    transform: translateY(0);
    opacity: 1;
}
#special .pager {
    position: absolute;
    bottom: 50px;
    left: 50%;
    width: 50%;
}
#special .pager .inner {
    padding: 0 50px;
}
#special .swiper_small {
    margin-top: 164px;
}
#special .swiper_small .slick-list {
    overflow: visible;
}
#special .swiper_small .item {
    padding: 0 18px;
}
#special .swiper_small .inr {
    position: relative;
}
#special .swiper_small img {
    width: 100%;
}
#special .swiper_small .conts {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 20px;
    color: #fff;
    font-size: 20px;
}
#special .swiper_small .conts .number {
    display: block;
}
#special .swiper_small .conts .tit {
    display: block;
    font-size: 30px;
}
@media screen and (max-width: 1640px) {
    #special .tit_special {
        font-size: 6vw;
    }
    #special .tit_special .under {
        font-size: 9.75vw;
    }
    #special .swiper_small {
        margin-top: 10vw;
    }
    #special .swiper_small .item {
        padding: 0 1vw;
    }
    #special .swiper_small .conts {
        padding: 1.2vw;
        font-size: 1.2vw;
    }
    #special .swiper_small .conts .tit {
        font-size: 1.83vw;
    }
}
@media screen and (max-width: 1024px) {
    #special .tit_special {
        top: 60px;
    }
    #special .swiper .left .wrap_conts {
        padding-top: 11.7vw;
    }
    #special .swiper .left .img {
        width: 24.5vw;
    }
    #special .swiper .left .conts {
        padding: 0 20px;
    }
    #special .swiper_small {
        margin-top: 76px;
    }
    #special .swiper_small .item {
        padding: 0 5px;
    }
    #special .swiper_small .conts {
        padding: 20px;
        font-size: 14px;
    }
    #special .swiper_small .conts .tit {
        font-size: 20px;
    }
}
@media screen and (max-width: 768px) {
    #special .tit_special {
        position: relative;
        top: auto;
        padding-top: 60px;
        font-size: 10.8vw;
        text-align: center;
    }
    #special .tit_special .under {
        padding-right: 10.2vw;
        font-size: 16.2vw;
    }
    #special .tit_special .title {
        display: block;
        position: relative;
        bottom: auto;
        left: auto;
        margin: -7vw 0 0;
        padding-left: 27.65vw;
    }
    #special .wrap_swiper {
        margin-top: 40px;
    }
    #special .swiper .inr_item {
        display: block;
    }
    #special .swiper .left .wrap_conts {
        display: block;
        height: auto;
        max-height: none;
        padding-top: 0;
    }
    #special .swiper .left .img {
        min-width: 250px;
        margin: 0 auto;
    }
    #special .swiper .left .conts {
        margin-top: 25px;
    }
    #special .swiper .left .desc {
        height: auto;
    }
    #special .swiper .right {
        display: none;
    }
    #special .pager {
        display: none;
    }
}

#rooms {
    position: relative;
    padding-top: 240px;
}
#rooms:before {
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 50%;
    width: 150vw;
    transform: translateX(-50%);
    border-radius: 100% 100% 0 0;
    background-color: #cfae88;
    transition: 0.7s;
    content: '';
}
#rooms .list_room {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    position: relative;
}
#rooms .list_room li {
    width: 100%;
    height: 744px;
    border-radius: 380px 380px 0 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: 0.5s;
    overflow: hidden;
}
#rooms .list_room .item1 {
    background-image: url(../img/room1_img.jpg);
}
#rooms .list_room .item2 {
    background-image: url(../img/room2_img.jpg);
}
#rooms .list_room .item3 {
    background-image: url(../img/room3_img.jpg);
}
#rooms .list_room .item4 {
    background-image: url(../img/room4_img.jpg);
}
#rooms .list_room .inr {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
#rooms .list_room .conts {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: flex-end;
    transform: rotate(-90deg) translate(24%, 45%);
    padding: 30px;
    font-size: 50px;
    gap: 25px;
    line-height: 1;
}
#rooms .list_room .conts span {
    display: inline-block;
}
#rooms .list_room .conts strong {
    font-size: 120px;
    line-height: 0.75;
}
#rooms .list_room .item4 .conts {
    transform: rotate(-90deg) translate(32%, 90%);
}
#rooms .list_room .item4 .conts strong {
    font-size: 70px;
}
@media screen and (min-width: 1440px) {
    #rooms .list_room li:hover {
        border-radius: 380px 380px 0 380px;
    }
}
#rooms .tit_rooms {
    position: relative;
    margin-top: 68px;
    padding-bottom: 50px;
    text-align: right;
    line-height: 1;
    color: #fff;
}
#rooms .tit_rooms .sup,
#rooms .tit_rooms .title {
    display: block;
    transform: translateY(20%);
    opacity: 0;
    transition: 1s;
}
#rooms .tit_rooms .sup {
    font-size: 20px;
    font-weight: 300;
    font-family: 'Lato';
}
#rooms .tit_rooms .wrap_tit {
    margin-top: 28px;
}
#rooms .tit_rooms .wrap_tit:before {
    display: inline-block;
    width: 50px;
    height: 1px;
    background: #fff;
    content: '';
}
#rooms .tit_rooms .title {
    margin-top: 8px;
    font-size: 60px;
}
#rooms .typo_rooms {
    position: relative;
    margin-top: -145px;
    margin-left: -45px;
    overflow: hidden;
}
#rooms .typo_rooms .row {
    display: flex;
    transform: translateY(145px);
}
#rooms .typo_rooms .row:first-child {
    padding-left: 420px;
}
#rooms .typo_rooms .row + .row {
    margin-top: -160px;
}
#rooms .typo_rooms [class^='item'] {
    opacity: 0;
    transition: 1s;
}
#rooms .typo_rooms [class^='item']:not(:first-child) {
    margin-left: -25px;
}
#rooms .typo_rooms .row:first-child .item2 {
    transition-delay: 0.2s;
}
#rooms .typo_rooms .row:first-child .item3 {
    transition-delay: 0.4s;
}
#rooms .typo_rooms .row:first-child .item4 {
    transition-delay: 0.6s;
}
#rooms .typo_rooms .row:first-child .item5 {
    transition-delay: 0.8s;
}
#rooms .typo_rooms .row:first-child .item6 {
    transition-delay: 1s;
}
#rooms .typo_rooms .row:last-child .item1 {
    transition-delay: 1.2s;
}
#rooms .typo_rooms .row:last-child .item2 {
    transition-delay: 1.4s;
}
#rooms .typo_rooms .row:last-child .item3 {
    transition-delay: 1.6s;
}
#rooms .typo_rooms .row:last-child .item4 {
    transition-delay: 1.8s;
}
#rooms .typo_rooms .row:last-child .item5 {
    transition-delay: 2s;
}
#rooms .typo_rooms .row:last-child .item6 {
    transition-delay: 2.2s;
}
#rooms .typo_rooms img {
    height: 348px;
}
#rooms.active:before {
    top: 35%;
}
#rooms.typo_on .tit_rooms .sup,
#rooms.typo_on .tit_rooms .title {
    transform: translateY(0%);
    opacity: 1;
}
#rooms.typo_on .tit_rooms .title {
    transition-delay: 0.2s;
}
#rooms.typo_on .typo_rooms [class^='item'] {
    opacity: 1;
}
@media screen and (max-width: 1640px) {
    #rooms {
        padding-top: 14.6vw;
    }
    #rooms .list_room li {
        height: 45.3vw;
    }
    #rooms .list_room .conts {
        padding: 1.82vw;
        font-size: 3vw;
        gap: 1.5vw;
    }
    #rooms .list_room .conts strong {
        font-size: 7.3vw;
    }
    #rooms .list_room .item4 .conts strong {
        font-size: 4.26vw;
    }
    #rooms .tit_rooms {
        margin-top: 4.1vw;
        padding-bottom: 3vw;
    }
    #rooms .tit_rooms .sup {
        font-size: 1.5vw;
    }
    #rooms .tit_rooms .wrap_tit {
        margin-top: 1.7vw;
    }
    #rooms .tit_rooms .wrap_tit:before {
        width: 3vw;
    }
    #rooms .tit_rooms .title {
        margin-top: 0.5vw;
        font-size: 3.6vw;
    }
    #rooms .typo_rooms {
        margin-top: -8.8vw;
        margin-left: -2.7vw;
    }
    #rooms .typo_rooms .row {
        transform: translateY(8.8vw);
    }
    #rooms .typo_rooms .row:first-child {
        padding-left: 25.6vw;
    }
    #rooms .typo_rooms .row + .row {
        margin-top: -9.75vw;
    }
    #rooms .typo_rooms [class^='item']:not(:first-child) {
        margin-left: -1.52vw;
    }
    #rooms .typo_rooms img {
        height: 21.2vw;
    }
}
@media screen and (max-width: 768px) {
    #rooms .tit_rooms {
        margin-top: 40px;
    }
    #rooms .tit_rooms .sup {
        font-size: 16px;
    }
    #rooms .tit_rooms .wrap_tit {
        margin-top: 12px;
    }
    #rooms .tit_rooms .wrap_tit:before {
        width: 25px;
    }
    #rooms .tit_rooms .title {
        margin-top: 0;
        font-size: 30px;
    }
}
@media screen and (max-width: 640px) {
    #rooms {
        padding-top: 140px;
    }
    #rooms:before {
        width: 200vw;
    }
    #rooms .list_room {
        display: block;
    }
    #rooms .list_room li {
        height: 47vw;
        max-height: 240px;
        border-radius: 0 47vw 47vw 0;
    }
    #rooms .list_room li + li {
        margin-top: 10px;
    }
    #rooms .list_room .conts {
        left: 0;
        right: 0;
        transform: unset !important;
        padding: 4.4vw;
        font-size: 25px;
        gap: 10px;
    }
    #rooms .list_room .conts strong {
        font-size: 50px;
    }
    #rooms .list_room .item1 {
        background-image: url(../img/room1_img_m.jpg);
    }
    #rooms .list_room .item2 {
        background-image: url(../img/room2_img_m.jpg);
    }
    #rooms .list_room .item3 {
        background-image: url(../img/room3_img_m.jpg);
    }
    #rooms .list_room .item4 {
        background-image: url(../img/room4_img_m.jpg);
    }
    #rooms .list_room .item4 .conts strong {
        font-size: 50px;
    }
    #rooms .tit_rooms {
        padding-bottom: 60px;
    }
}
@media screen and (max-width: 414px) {
    #rooms .list_room .conts {
        padding: 16px;
        gap: 10px;
    }
}

/*** sub ***/
#container.bg {
    background-image: url(../img/common/sub_bg.png);
    background-repeat: no-repeat;
    background-position: right 0;
    background-size: auto 100vh;
    transition: 0.4s;
}
#container.bg #visual.sub_comm {
    position: relative;
}
#container.bg #visual.sub_comm .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 82%;
    max-width: 1350px;
    transition: 1s;
}
#container.bg #visual.sub_comm .img > * {
    width: 100%;
    height: 600px;
    -o-object-fit: cover;
    object-fit: cover;
}
#container.bg #visual.sub_comm .inner {
    display: flex;
    width: 100%;
    height: 600px;
    align-items: flex-end;
    justify-content: flex-end;
}
#container.bg #visual.sub_comm .title {
    font-size: 150px;
    line-height: 1;
}
#container.bg #visual.sub_comm:has(.aos-animate) .img {
    border-bottom-right-radius: 400px;
    overflow: hidden;
}
@media screen and (max-width: 1640px) {
    #container.bg #visual.sub_comm:has(.aos-animate) .img {
        border-bottom-right-radius: 25vw;
    }
    #container.bg #visual.sub_comm .img {
        width: 62.8%;
    }
    #container.bg #visual.sub_comm .img > *,
    #container.bg #visual.sub_comm .inner {
        height: 36.5vw;
        min-height: 250px;
    }
    #container.bg #visual.sub_comm .title {
        font-size: 9vw;
    }
}
@media screen and (max-width: 1024px) {
    #container.bg #visual.sub_comm .img {
        width: 82%;
    }
    #container.bg #visual.sub_comm .title {
        margin-bottom: -0.5em;
    }
}
@media screen and (max-width: 768px) {
    #container.bg #visual.sub_comm .img {
        width: 100%;
    }
    #container.bg #visual.sub_comm .title {
        font-size: 40px;
    }
}
@media screen and (max-width: 540px) {
    #container.bg #visual.sub_comm .img > *,
    #container.bg #visual.sub_comm .inner {
        height: 62.7vw;
    }
}

/*** sub1 - view ***/
#wrap.view #visual {
    position: relative;
}
#wrap.view #visual img {
    width: 100vw;
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
}
#wrap.view #visual .pager {
    position: absolute;
    bottom: 75px;
    left: 0;
    width: 100%;
}
@media screen and (max-width: 1640px) {
    #wrap.view #visual .pager {
        bottom: 4.5vw;
    }
}
@media screen and (max-width: 1440px) {
    #wrap.view #visual img {
        max-height: 80vw;
    }
}
@media screen and (max-width: 640px) {
    #wrap.view #visual .pager {
        bottom: 4px;
    }
}
#wrap.view #introduce {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
}
#wrap.view #introduce .left,
#wrap.view #introduce .right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
#wrap.view #introduce .left {
    left: 0;
}
#wrap.view #introduce .left img {
    max-height: 70vh;
}
#wrap.view #introduce .right {
    right: 8.17vw;
    padding: 100px 140px 70px 0;
}
#wrap.view #introduce .right .circle {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 50%;
    overflow: hidden;
}
#wrap.view #introduce .wrap_script {
    padding: 0 20px;
    text-align: center;
    font-size: 16px;
}
#wrap.view #introduce .wrap_script .item + .item {
    margin-top: 1.5em;
}
#wrap.view #introduce .wrap_script .item {
    opacity: 0.5;
}
#wrap.view #introduce .wrap_script.aos-animate .item {
    animation: fadeInOut 16s infinite;
}
#wrap.view #introduce .wrap_script.aos-animate .item:nth-child(1) {
    animation-delay: 0s;
}
#wrap.view #introduce .wrap_script.aos-animate .item:nth-child(2) {
    animation-delay: 4s;
}
#wrap.view #introduce .wrap_script.aos-animate .item:nth-child(3) {
    animation-delay: 8s;
}
#wrap.view #introduce .wrap_script.aos-animate .item:nth-child(4) {
    animation-delay: 12s;
}
@keyframes fadeInOut {
    0% {
        opacity: 0.5;
    }
    12.5% {
        opacity: 1;
    }
    25% {
        opacity: 1;
    }
    40% {
        opacity: 0.5;
    }
    100% {
        opacity: 0.5;
    }
}
@media screen and (max-width: 1920px) and (min-width: 1440px) {
    #wrap.view #introduce .left {
        width: 28.6vw;
    }
    #wrap.view #introduce .right {
        padding: 5.2vw 7.29vw 3.6vw 0;
    }
    #wrap.view #introduce .right .square {
        width: 14.3vw;
    }
    #wrap.view #introduce .right .circle {
        width: 10.4vw;
    }
}
@media screen and (max-width: 1440px) {
    #wrap.view #introduce {
        justify-content: space-around;
        height: 100vw;
    }
    #wrap.view #introduce .left {
        display: none;
    }
    #wrap.view #introduce .right {
        position: relative;
        right: auto;
        top: auto;
        transform: unset;
    }
}
@media screen and (max-width: 1024px) {
    #wrap.view #introduce {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 70px;
        height: auto;
        padding: 66px 0 130px;
    }
}
@media screen and (max-width: 540px) {
    #wrap.view #introduce .right {
        padding: 75px 112px 0 0;
    }
    #wrap.view #introduce .right .square {
        width: 206px;
    }
    #wrap.view #introduce .right .circle {
        width: 150px;
    }
}
@media screen and (max-width: 360px) {
    #wrap.view #introduce .right {
        transform: scale(0.9);
    }
}
#wrap.view #under {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 800px;
    background: url(../img/sub1_view_bg.jpg) no-repeat center center/cover;
    color: #fff;
    font-size: 0;
}
#wrap.view #under .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
#wrap.view #under [class^='row'] {
    line-height: 1;
}
#wrap.view #under [class^='row'] .lab,
#wrap.view #under [class^='row'] .ogg {
    display: inline-block;
    vertical-align: baseline;
}
#wrap.view #under [class^='row'] .lab {
    margin-right: 0.6em;
    font-family: 'Lato';
    font-size: 35px;
    font-weight: 200;
}
#wrap.view #under [class^='row'] .ogg {
    font-size: 80px;
    font-weight: 300;
}
#wrap.view #under .row2 {
    margin-top: 34px;
}
#wrap.view #under .row2 .ogg {
    position: relative;
    padding-bottom: 1em;
    padding-right: 0.8em;
}
#wrap.view #under .row2 .ogg span {
    position: absolute;
    bottom: 0;
    left: 0.8em;
}
#wrap.view #under .link_oval {
    margin-top: 68px;
    border-color: #fff;
}
#wrap.view #under .link_oval:before {
    background-color: #fff;
}
#wrap.view #under .link_oval .inr .clone {
    color: #cfae88;
}
#wrap.view #under .link_oval .inr .lab {
    color: #fff;
}
@media screen and (max-width: 1440px) {
    #wrap.view #under {
        height: 48.7vw;
    }
    #wrap.view #under [class^='row'] .lab {
        font-size: 2.4vw;
    }
    #wrap.view #under [class^='row'] .ogg {
        font-size: 5.5vw;
    }
    #wrap.view #under .row2 {
        margin-top: 2.3vw;
    }
    #wrap.view #under .link_oval {
        margin-top: 4.7vw;
    }
}
@media screen and (max-width: 768px) {
    #wrap.view #under {
        height: 400px;
    }
    #wrap.view #under [class^='row'] .lab {
        margin-right: 20px;
        font-size: 16px;
    }
    #wrap.view #under [class^='row'] .ogg {
        font-size: 40px;
    }
    #wrap.view #under .row2 {
        margin-top: 8px;
    }
    #wrap.view #under .link_oval {
        margin-top: 36px;
        background: none;
    }
}

/*** sub2 - rooms ***/
#wrap.rooms #visual {
    position: relative;
    z-index: 2;
}
#wrap.rooms #visual .movie {
    width: 1350px;
    overflow: hidden;
}
#wrap.rooms #visual .movie img,
#wrap.rooms #visual .movie video {
    width: 100%;
    height: 850px;
    -o-object-fit: cover;
    object-fit: cover;
}
#wrap.rooms #visual .movie.aos-animate {
    border-bottom-right-radius: 400px;
}
#wrap.rooms #visual .wrap_conts {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: right;
}
#wrap.rooms #visual .wrap_conts .conts {
    display: inline-block;
    width: 340px;
    text-align: left;
    font-size: 16px;
}
#wrap.rooms #visual .wrap_conts .conts .tit {
    display: block;
    font-size: 24px;
}
#wrap.rooms #visual .wrap_conts .conts .desc {
    margin-top: 0.8em;
}
#wrap.rooms #visual .wrap_conts .title_room {
    display: block;
    margin-top: 105px;
    font-size: 250px;
    line-height: 1;
}
@media screen and (max-width: 1920px) {
    #wrap.rooms #visual .movie {
        max-width: calc(100% - 500px);
    }
}
@media screen and (max-width: 1640px) {
    #wrap.rooms #visual .movie {
        max-width: calc(100% - 420px);
    }
    #wrap.rooms #visual .movie.aos-animate {
        border-bottom-right-radius: 35vw;
    }
    #wrap.rooms #visual .movie img,
    #wrap.rooms #visual .movie video {
        height: 52vw;
    }
    #wrap.rooms #visual .wrap_conts .title_room {
        margin-top: 6.4vw;
        font-size: 15.2vw;
    }
}
@media screen and (max-width: 1024px) {
    #wrap.rooms #visual .movie {
        max-width: 100%;
    }
    #wrap.rooms #visual .wrap_conts {
        position: relative;
    }
    #wrap.rooms #visual .wrap_conts .inner {
        display: flex;
        flex-direction: column-reverse;
        align-items: flex-end;
    }
    #wrap.rooms #visual .wrap_conts .inner .title_room {
        margin-top: -8vw;
        font-size: 16.6vw;
    }
    #wrap.rooms #visual .wrap_conts .inner .conts {
        display: block;
        width: 56vw;
        margin-top: 2em;
        text-align: left;
    }
    #wrap.rooms #visual .wrap_conts .inner .conts .tit {
        font-size: 20px;
    }
    #wrap.rooms #visual .wrap_conts .inner .conts .desc {
        margin-top: 20px;
    }
}
@media screen and (max-width: 768px) {
    #wrap.rooms #visual .wrap_conts .inner .conts {
        width: auto;
    }
}
@media screen and (max-width: 540px) {
    #wrap.rooms #visual .movie img,
    #wrap.rooms #visual .movie video {
        height: 62vw;
    }
    #wrap.rooms #visual .wrap_conts .inner .title_room {
        margin-top: -32px;
        font-size: 60px;
    }
    #wrap.rooms #visual .wrap_conts .inner .conts {
        margin-top: 52px;
    }
    #wrap.rooms #visual .wrap_conts .inner .conts .tit {
        text-align: center;
    }
}
#wrap.rooms #information .inner {
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 100%;
    gap: 160px;
}
#wrap.rooms #information .inner:after {
    position: absolute;
    top: -100px;
    right: 800px;
    width: 2px;
    height: 0;
    background: rgba(98, 85, 71, 0.3);
    opacity: 0;
    transition: 1.5s 0.2s;
    content: '';
}
#wrap.rooms #information:has(.aos-animate) .inner:after {
    height: 716px;
    opacity: 1;
}
#wrap.rooms #information .left,
#wrap.rooms #information .right {
    padding: 236px 0 132px;
}
#wrap.rooms #information .tit {
    font-size: 18px;
    font-weight: bold;
}
#wrap.rooms #information .left {
    font-size: 18px;
}
#wrap.rooms #information .left .item_info {
    display: flex;
    gap: 50px;
}
#wrap.rooms #information .left .item_info + .item_info {
    margin-top: 70px;
}
#wrap.rooms #information .left dt {
    min-width: 4.5em;
}
#wrap.rooms #information .left dd {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
#wrap.rooms #information .left .people {
    position: relative;
    height: 22px;
    background: url(../img/common/icon_person.png) repeat-x 0 0 / auto 100%;
}
#wrap.rooms #information .left .people:after {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    background: url(../img/common/icon_person_on.png) repeat-x 0 0 / auto 100%;
    content: '';
}
#wrap.rooms #information .left .people[data-people-max='1'] {
    width: 26px;
}
#wrap.rooms #information .left .people[data-people='1']:after {
    width: 26px;
}
#wrap.rooms #information .left .people[data-people-max='2'] {
    width: 52px;
}
#wrap.rooms #information .left .people[data-people='2']:after {
    width: 52px;
}
#wrap.rooms #information .left .people[data-people-max='3'] {
    width: 78px;
}
#wrap.rooms #information .left .people[data-people='3']:after {
    width: 78px;
}
#wrap.rooms #information .left .people[data-people-max='4'] {
    width: 104px;
}
#wrap.rooms #information .left .people[data-people='4']:after {
    width: 104px;
}
#wrap.rooms #information .left .people[data-people-max='5'] {
    width: 130px;
}
#wrap.rooms #information .left .people[data-people='5']:after {
    width: 130px;
}
#wrap.rooms #information .left .people[data-people-max='6'] {
    width: 156px;
}
#wrap.rooms #information .left .people[data-people='6']:after {
    width: 156px;
}
#wrap.rooms #information .left .people[data-people-max='7'] {
    width: 182px;
}
#wrap.rooms #information .left .people[data-people='7']:after {
    width: 182px;
}
#wrap.rooms #information .left .people[data-people-max='8'] {
    width: 208px;
}
#wrap.rooms #information .left .people[data-people='8']:after {
    width: 208px;
}
#wrap.rooms #information .left .people[data-people-max='9'] {
    width: 234px;
}
#wrap.rooms #information .left .people[data-people='9']:after {
    width: 234px;
}
#wrap.rooms #information .left .people[data-people-max='10'] {
    width: 260px;
}
#wrap.rooms #information .left .people[data-people='10']:after {
    width: 260px;
}
#wrap.rooms #information .left .people[data-people-max='11'] {
    width: 286px;
}
#wrap.rooms #information .left .people[data-people='11']:after {
    width: 286px;
}
#wrap.rooms #information .right {
    width: 720px;
    flex-shrink: 0;
}
#wrap.rooms #information .right .inr_fix {
    display: flex;
    gap: 60px;
}
#wrap.rooms #information .right .room_fixtures {
    flex-grow: 1;
}
#wrap.rooms #information .right .room_fixtures .list {
    display: grid;
    row-gap: 32px;
    grid-template-columns: repeat(7, 1fr);
}
#wrap.rooms #information .right .room_fixtures .list li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 28px;
}
#wrap.rooms #information .right .room_fixtures .list .icon {
    display: flex;
    width: 45px;
    height: 45px;
    justify-content: center;
    align-items: center;
}
#wrap.rooms #information .right .room_fixtures .list .icon i {
    display: block;
    font-size: 28px;
}
#wrap.rooms #information .right .room_fixtures .list .txt {
    font-size: 14px;
    letter-spacing: -0.08em;
    margin-top: 5px;
    line-height: 1.2;
}
#wrap.rooms #information .right .desc {
    margin-top: 40px;
    font-size: 11px;
    color: #cc7e2b;
}
#wrap.rooms #information .right .desc p + p {
    margin-top: 5px;
}
@media screen and (max-width: 1640px) {
    #wrap.rooms #information .inner {
        gap: 9.7vw;
    }
    #wrap.rooms #information .left,
    #wrap.rooms #information .right {
        padding: 14.4vw 0 8vw;
    }
}
@media screen and (max-width: 1440px) {
    #wrap.rooms #information .inner:after {
        left: 50%;
    }
    #wrap.rooms #information .left,
    #wrap.rooms #information .right {
        padding-top: 10vw;
    }
    #wrap.rooms #information .left {
        width: 50%;
    }
    #wrap.rooms #information .left .item_info + .item_info {
        margin-top: 30px;
    }
    #wrap.rooms #information .right {
        position: relative;
        width: 50%;
        flex-shrink: 1;
    }
    #wrap.rooms #information .right .inr_fix {
        gap: 40px;
    }
    #wrap.rooms #information .right .room_fixtures .list {
        grid-template-columns: repeat(5, 1fr);
        row-gap: 20px;
    }
    #wrap.rooms #information .right .room_fixtures .list .icon i {
        font-size: 24px;
    }
    #wrap.rooms #information .right .room_fixtures .list span {
        font-size: 13px;
    }
}
@media screen and (max-width: 1280px) {
    #wrap.rooms #information .inner:after {
        left: 42%;
    }
    #wrap.rooms #information .left {
        width: 40%;
    }
    #wrap.rooms #information .right {
        width: 60%;
    }
}
@media screen and (max-width: 1024px) {
    #wrap.rooms #information .inner {
        display: block;
        padding: 65px 0 0;
    }
    #wrap.rooms #information .inner:after {
        display: none;
    }
    #wrap.rooms #information .left,
    #wrap.rooms #information .right {
        width: auto;
        padding: 0 20px;
    }
    #wrap.rooms #information .left .item_info {
        display: block;
    }
    #wrap.rooms #information .left .item_info + .item_info {
        margin-top: 40px;
    }
    #wrap.rooms #information .left dd {
        margin-top: 10px;
        font-size: 16px;
    }
    #wrap.rooms #information .right {
        margin-top: 44px;
        padding-top: 44px;
    }
    #wrap.rooms #information .right:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 70%;
        height: 2px;
        background: rgba(98, 85, 71, 0.3);
        content: '';
    }
    #wrap.rooms #information .right .inr_fix {
        display: block;
        margin-bottom: 10px;
    }
    #wrap.rooms #information .right .tit {
        display: block;
        margin-bottom: 10px;
    }
    #wrap.rooms #information .right .room_fixtures .list {
        grid-template-columns: repeat(10, 1fr);
    }
    #wrap.rooms #information .right .room_fixtures .list .txt {
        font-size: 13px;
    }
}
@media screen and (max-width: 768px) {
    #wrap.rooms #information .right .room_fixtures .list {
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
        margin: 0 -20px;
    }
    #wrap.rooms #information .right .room_fixtures .list .icon {
        width: 40px;
        height: 40px;
    }
    #wrap.rooms #information .right .room_fixtures .list .icon i {
        font-size: 24px;
    }
    #wrap.rooms #information .right .room_fixtures .list .txt {
        display: block;
        max-width: calc(25vw - 20px);
    }
}
@media screen and (max-width: 414px) {
    #wrap.rooms #information .right .room_fixtures .list {
        grid-template-columns: repeat(4, 1fr);
    }
}
#wrap.rooms #overview .item {
    position: relative;
}
#wrap.rooms #overview img {
    width: 100%;
}
#wrap.rooms #overview .conts {
    position: absolute;
    left: 0;
    bottom: 35px;
    width: 100%;
    color: #fff;
}
#wrap.rooms #overview .conts .ogg {
    display: block;
    font-size: 50px;
}
#wrap.rooms #overview .conts span {
    display: block;
    margin-top: 6px;
    font-size: 25px;
}
@media screen and (max-width: 1024px) {
    #wrap.rooms #overview {
        display: none;
    }
}
#wrap.rooms #gallery {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    margin-top: 246px;
}
#wrap.rooms #gallery .tab_vertical {
    flex-shrink: 0;
}
#wrap.rooms #gallery .swiper {
    width: 100%;
    max-width: 1270px;
    margin-right: 160px;
}
#wrap.rooms #gallery .swiper .tit_swiper {
    display: none;
}
#wrap.rooms #gallery .swiper .item {
    position: relative;
}
#wrap.rooms #gallery .swiper .pager {
    position: absolute;
    left: 0;
    bottom: 35px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 68px;
    padding: 0 50px;
}
@media screen and (max-width: 1920px) {
    #wrap.rooms #gallery .swiper {
        width: calc(100vw - 400px);
        margin-right: 0;
        padding-right: 8vw;
    }
}
@media screen and (max-width: 1640px) {
    #wrap.rooms #gallery {
        margin-top: 15vw;
    }
    #wrap.rooms #gallery .swiper {
        width: calc(100vw - 360px);
        padding-right: 20px;
    }
}
@media screen and (max-width: 1024px) {
    #wrap.rooms #gallery {
        display: block;
        margin-top: 100px;
    }
    #wrap.rooms #gallery .tab_vertical {
        display: none;
    }
    #wrap.rooms #gallery .swiper {
        width: auto;
        padding: 0;
    }
    #wrap.rooms #gallery .swiper .item + .item {
        margin-top: 60px;
    }
    #wrap.rooms #gallery .swiper .item .tit_swiper {
        display: inline-flex;
        align-items: center;
        height: 35px;
        padding: 0 28px 0 20px;
        border-radius: 0 35px 35px 0;
        background: #625547;
        color: #fff;
        font-size: 16px;
    }
    #wrap.rooms #gallery .swiper .swiper_inner {
        margin-top: 15px;
        padding: 0 20px;
    }
    #wrap.rooms #gallery .swiper .item .pager {
        left: 20px;
        right: 20px;
        width: auto;
        bottom: 5px;
        padding: 0 20px;
    }
}

/*** sub3 - special ***/
#wrap.special #visual {
    position: relative;
}
#wrap.special #visual:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    background: #625547;
    content: '';
}
#wrap.special #visual .wrapper {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100vh;
    max-height: 100vw;
    background: #fff9f0;
    transition-duration: 1.5s;
}
#wrap.special #visual .inner {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    width: 100%;
}
#wrap.special #visual .title {
    position: absolute;
    bottom: -0.1em;
    left: 0;
    font-size: 150px;
    font-weight: 400;
    line-height: 1;
}
#wrap.special #visual .desc,
#wrap.special #visual .movie {
    width: 100%;
}
#wrap.special #visual .desc {
    padding-bottom: 56px;
    text-align: center;
    font-size: 16px;
}
#wrap.special #visual .desc span {
    display: block;
}
#wrap.special #visual .desc br {
    font-size: 0;
    display: none;
}
#wrap.special #visual .movie {
    display: flex;
    justify-content: center;
    align-items: center;
}
#wrap.special #visual .movie > * {
    width: 600px;
    aspect-ratio: 1/1;
    border-radius: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
#wrap.special #visual.on .wrapper {
    border-radius: 100vw 100vw 0 0;
}
@media screen and (max-width: 1640px) {
    #wrap.special #visual .title {
        left: 20px;
        font-size: 9.1vw;
    }
    #wrap.special #visual .desc {
        padding-bottom: 3.4vw;
    }
    #wrap.special #visual .movie > * {
        width: 36.5vw;
    }
}
@media screen and (max-width: 1024px) {
    #wrap.special #visual .wrapper {
        display: block;
        height: auto;
        max-height: none;
        text-align: center;
    }
    #wrap.special #visual .inner {
        display: block;
    }
    #wrap.special #visual .title {
        position: relative;
        display: block;
        left: auto;
        bottom: auto;
        letter-spacing: -0.02em;
    }
    #wrap.special #visual .desc {
        margin-top: 1em;
        padding: 0;
    }
    #wrap.special #visual .movie {
        padding: 16px 0;
    }
    #wrap.special #visual .movie > * {
        width: 288px;
    }
}
@media screen and (max-width: 768px) {
    #wrap.special #visual .title {
        font-size: 40px;
    }
    #wrap.special #visual .desc span {
        display: inline;
    }
    #wrap.special #visual .desc br {
        font-size: inherit;
        display: inherit;
    }
}
#wrap.special #gallery .wrap_swiper {
    position: relative;
}
#wrap.special #gallery .pager {
    position: absolute;
    bottom: 57px;
    left: 0;
    width: 100%;
}
#wrap.special #gallery .pager .inner {
    padding: 0 50px;
}
#wrap.special #gallery .item img {
    width: 100%;
    max-height: calc(100vh - 80px);
    -o-object-fit: cover;
    object-fit: cover;
}
@media screen and (max-width: 1640px) {
    #wrap.special #gallery .pager {
        bottom: 3vw;
    }
    #wrap.special #gallery .pager .inner {
        padding: 0 20px;
    }
}
@media screen and (max-width: 1024px) {
    #wrap.special #gallery {
        margin-top: 82px;
    }
}
@media screen and (max-width: 768px) {
    #wrap.special #gallery .pager {
        bottom: 0;
    }
    #wrap.special #gallery .item img {
        height: 70vw;
    }
}
#wrap.special #description {
    padding: 160px 0 184px;
}
#wrap.special #description .item {
    text-align: center;
    font-size: 16px;
}
#wrap.special #description .item + .item {
    margin-top: 50px;
}
#wrap.special #description .conts,
#wrap.special #description span + span {
    margin-top: 5px;
}
#wrap.special #description .tit {
    display: block;
    font-weight: bold;
}
#wrap.special #description span {
    display: block;
}
@media screen and (max-width: 1640px) {
    #wrap.special #description {
        padding: 9.7vw 0 11.2vw;
    }
}
@media screen and (max-width: 1024px) {
    #wrap.special #description {
        padding: 80px 0 115px;
    }
}
#wrap.special #objects .inner {
    display: flex;
    width: 100%;
    gap: 10px;
}
#wrap.special #objects [class^='item'] {
    position: relative;
}
#wrap.special #objects .item1,
#wrap.special #objects .item4 {
    width: 21%;
}
#wrap.special #objects .item2 {
    width: 31.25%;
}
#wrap.special #objects .item3 {
    width: 25%;
}
#wrap.special #objects [class^='item']:not(.item2) img {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    transition: 1s;
}
#wrap.special #objects .aos-animate .item1 img {
    top: 0;
    transform: translateY(0);
}
#wrap.special #objects .aos-animate .item3 img {
    margin-top: 48px;
}
#wrap.special #objects .aos-animate .item4 img {
    margin-top: 76px;
}
@media screen and (max-width: 1640px) {
    #wrap.special #objects .aos-animate .item3 img {
        margin-top: 2.9vw;
    }
    #wrap.special #objects .aos-animate .item4 img {
        margin-top: 4.63vw;
    }
}
@media screen and (max-width: 768px) {
    #wrap.special #objects .inner {
        gap: 6px;
    }
}
#wrap.special #special {
    margin: 294px 0 314px;
}
@media screen and (max-width: 1640px) {
    #wrap.special #special {
        margin: 18vw 0 19vw;
    }
}
@media screen and (max-width: 768px) {
    #wrap.special #special {
        margin: 30px 0 114px;
    }
}

/*** sub4 - reservation ***/
#wrap.reservation #contents {
    position: relative;
    margin-top: 250px;
    padding-bottom: 220px;
}
#wrap.reservation #contents .tab_vertical {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100vw - 1600px);
    max-width: 340px;
    min-width: 204px;
    padding: 100px 0;
    z-index: 2;
}
#wrap.reservation #contents .tab_vertical .list_tab {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 694px;
    max-height: calc(100vh - 200px);
}
#wrap.reservation #contents .tab_vertical .list_tab li + li {
    margin-top: 0;
}
#wrap.reservation #contents .tab_vertical .list_tab button {
    white-space: nowrap;
}
#wrap.reservation #contents .inner {
    padding-left: 300px;
    padding-top: 120px;
    line-height: 1.8;
}
#wrap.reservation #contents [class^='section'] {
    padding-left: 90px;
}
#wrap.reservation #contents [class^='section'] + [class^='section'] {
    margin-top: 220px;
}
#wrap.reservation #contents .tit_section {
    display: block;
    font-size: 40px;
    line-height: 1;
}
#wrap.reservation #contents .wrap_conts {
    margin-top: 40px;
}
#wrap.reservation #contents .wrap_info .info {
    display: flex;
    gap: 20px;
    font-size: 18px;
}
#wrap.reservation #contents .wrap_info .info + .info {
    margin-top: 10px;
}
#wrap.reservation #contents .wrap_info dt {
    font-weight: bold;
}
#wrap.reservation #contents .wrap_info dd span {
    display: inline-block;
}
#wrap.reservation #contents .wrap_table {
    border-radius: 40px 40px 0 0;
    overflow: hidden;
}
#wrap.reservation #contents .wrap_table:not(:first-child) {
    margin-top: 50px;
}
#wrap.reservation #contents .wrap_table th,
#wrap.reservation #contents .wrap_table td {
    padding: 0.5em 0.7em;
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
}
#wrap.reservation #contents .wrap_table th {
    font-weight: bold;
}
#wrap.reservation #contents .wrap_table thead th {
    background: #625547;
    color: #fff;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
}
#wrap.reservation #contents .wrap_table thead th:last-child {
    border-right: none;
}
#wrap.reservation #contents .wrap_table thead tr + tr th {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}
#wrap.reservation #contents .wrap_table tbody th,
#wrap.reservation #contents .wrap_table tbody td {
    height: 80px;
    border-bottom: 1px solid rgba(98, 85, 71, 0.5);
    border-left: 1px solid rgba(98, 85, 71, 0.5);
}
#wrap.reservation #contents .wrap_table tbody th:last-child,
#wrap.reservation #contents .wrap_table tbody td:last-child {
    border-right: 1px solid rgba(98, 85, 71, 0.5);
}
#wrap.reservation #contents .wrap_link {
    margin-top: 60px;
    text-align: center;
}
#wrap.reservation #contents .list_dot:not(:first-child) {
    margin-top: 50px;
}
#wrap.reservation #contents .list_dot li {
    position: relative;
    padding-left: 22px;
}
#wrap.reservation #contents .list_dot li:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 3px;
    margin-top: 12px;
    border-radius: 50%;
    background: #625547;
    content: '';
}
#wrap.reservation #contents .list_dot li + li {
    margin-top: 10px;
}
#wrap.reservation #contents .list_conts li + li {
    margin-top: 50px;
}
#wrap.reservation #contents .list_conts .tit {
    display: block;
    font-weight: 600;
    font-size: 18px;
}
#wrap.reservation #contents .list_conts .conts {
    margin-top: 15px;
}
#wrap.reservation #contents .list_conts p + p {
    margin-top: 10px;
}
#wrap.reservation #contents .section8 {
    position: relative;
    left: 50%;
    margin-left: -800px;
    margin-top: 220px;
    padding-left: 300px;
    width: calc(50% + 800px);
}
#wrap.reservation #contents .section8 .deco {
    display: flex;
    width: 100%;
    margin-bottom: 100px;
}
#wrap.reservation #contents .section8 .deco .item {
    width: 400px;
    max-width: 100%;
    aspect-ratio: 1/1;
    border-radius: 100%;
    overflow: hidden;
    transition: 1s 0.5s;
}
#wrap.reservation #contents .section8 .deco .item + .item.aos-animate {
    margin-left: -50px;
}
#wrap.reservation #contents .section8 .wrap_conts {
    width: 100%;
}
#wrap.reservation #contents .section8 .wrap_conts .bg {
    position: absolute;
    left: 0;
    background: #fff9f0;
}
#wrap.reservation #contents .section8 .wrap_refund {
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    cursor: grab;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
#wrap.reservation #contents .section8 .wrap_refund::-webkit-scrollbar {
    display: none;
}
#wrap.reservation #contents .section8 .wrap_refund .item {
    text-align: center;
    border-left: 1px solid rgba(98, 85, 71, 0.5);
}
#wrap.reservation #contents .section8 .wrap_refund .item .inr {
    width: 170px;
    white-space: nowrap;
}
#wrap.reservation #contents .section8 .wrap_refund .item .tit,
#wrap.reservation #contents .section8 .wrap_refund .item .desc {
    display: block;
}
#wrap.reservation #contents .section8 .wrap_refund .item .desc {
    margin-top: 20px;
}
#wrap.reservation #contents .section8 .wrap_refund .item:first-child {
    border-left: none;
    padding-right: 42px;
}
#wrap.reservation #contents .section8 .wrap_refund .item:first-child .inr {
    width: auto;
}
#wrap.reservation #contents .section8 .wrap_refund .item:first-child .tit,
#wrap.reservation #contents .section8 .wrap_refund .item:first-child .desc {
    font-weight: bold;
}
#wrap.reservation #contents.fix .tab_vertical {
    position: fixed;
}
#wrap.reservation #contents.end .tab_vertical {
    position: absolute;
    bottom: 0;
    top: auto;
}
@media screen and (max-width: 1920px) {
    #wrap.reservation #contents .tab_vertical {
        width: auto;
    }
    #wrap.reservation #contents .tab_vertical button {
        padding-left: calc((100vw - 1600px) / 2);
    }
}
@media screen and (max-width: 1640px) {
    #wrap.reservation #contents {
        margin-top: 15vw;
        padding-bottom: 13.4vw;
    }
    #wrap.reservation #contents .tab_vertical {
        padding: 6vw 0;
    }
    #wrap.reservation #contents .tab_vertical .list_tab {
        max-height: calc(100vh - 6vw);
    }
    #wrap.reservation #contents .tab_vertical .list_tab button {
        padding-left: 20px;
    }
    #wrap.reservation #contents .inner {
        padding-left: 18vw;
        padding-top: 7.3vw;
    }
    #wrap.reservation #contents [class^='section'] {
        padding-left: 5.5vw;
    }
    #wrap.reservation #contents [class^='section'] + [class^='section'] {
        margin-top: 13.4vw;
    }
    #wrap.reservation #contents .section8 {
        left: 0;
        margin-left: 0;
        padding-left: 18vw;
        max-width: 1600px;
        margin: 13.4vw auto 0;
    }
}
@media screen and (max-width: 1200px) {
    #wrap.reservation #contents .wrap_table {
        border-radius: 2.8vw 2.8vw 0 0;
    }
    #wrap.reservation #contents .wrap_table th,
    #wrap.reservation #contents .wrap_table td {
        font-size: 14px;
    }
    #wrap.reservation #contents .wrap_table tbody span {
        display: block;
        white-space: nowrap;
    }
    #wrap.reservation #contents .wrap_table tbody em {
        display: none;
    }
}
@media screen and (max-width: 1024px) {
    #wrap.reservation #contents {
        margin-top: 120px;
        padding-bottom: 90px;
    }
    #wrap.reservation #contents .tab_vertical {
        display: none;
    }
    #wrap.reservation #contents .inner {
        padding: 0 20px;
    }
    #wrap.reservation #contents [class^='section'] {
        padding-left: 0;
    }
    #wrap.reservation #contents [class^='section'] + [class^='section'] {
        margin-top: 120px;
    }
    #wrap.reservation #contents .section8 {
        padding: 0 20px;
        width: auto;
    }
    #wrap.reservation #contents .section8 .wrap_refund {
        margin: 0 -20px;
        padding-left: 20px;
    }
    #wrap.reservation #contents .tit_section {
        font-size: 40px;
    }
    #wrap.reservation #contents .list_dot li {
        padding-left: 12px;
    }
}
@media screen and (max-width: 640px) {
    #wrap.reservation #contents .wrap_table th,
    #wrap.reservation #contents .wrap_table td {
        padding: 0.5em 0.2em;
        font-size: 2.5vw;
    }
}
@media screen and (max-width: 414px) {
    #wrap.reservation #contents .wrap_table {
        margin: 0 -10px;
    }
}

/*** sub1 - tour ***/
#wrap.tour #contents {
    margin-top: 200px;
    padding-bottom: 150px;
}
#wrap.tour #contents .item_tour {
    position: relative;
    display: flex;
    align-items: flex-end;
    gap: 100px;
    padding: 150px 0;
}
#wrap.tour #contents .item_tour:first-child {
    padding-top: 0;
}
#wrap.tour #contents .item_tour:nth-child(even) {
    flex-direction: row-reverse;
}
#wrap.tour #contents .item_tour .line {
    position: absolute;
    top: -235px;
    left: 98px;
    width: calc(100% - 196px);
    height: 0;
    overflow: hidden;
    transition: 2s 0.5s;
    content: '';
}
#wrap.tour #contents .item_tour .line svg {
    width: 100%;
    height: 470px;
    -o-object-fit: fill;
    object-fit: fill;
}
#wrap.tour #contents .item_tour.aos-animate .line {
    height: 470px;
}
#wrap.tour #contents .swiper {
    width: 600px;
    flex-shrink: 0;
    border-radius: 100%;
    overflow: hidden;
    transform: scale(0.5);
    transition: 1s;
}
#wrap.tour #contents .aos-animate .swiper {
    transform: scale(1);
}
#wrap.tour #contents .wrap_conts {
    max-width: 550px;
    flex-grow: 1;
}
#wrap.tour #contents .wrap_conts .tit {
    display: block;
    font-size: 40px;
}
#wrap.tour #contents .wrap_conts .conts {
    margin-top: 40px;
}
#wrap.tour #contents .wrap_conts .sup {
    font-size: 0;
}
#wrap.tour #contents .wrap_conts .sup span {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
}
#wrap.tour #contents .wrap_conts .sup span:first-child {
    position: relative;
    margin-right: 15px;
    padding-right: 16px;
}
#wrap.tour #contents .wrap_conts .sup span:first-child:before {
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 15px;
    background: rgba(98, 85, 71, 0.5);
    transform: translateY(-50%);
    content: '';
}
#wrap.tour #contents .wrap_conts .desc {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.8;
}
@media screen and (max-width: 1640px) {
    #wrap.tour #contents {
        margin-top: 12vw;
        padding-bottom: 9vw;
    }
    #wrap.tour #contents .item_tour {
        gap: 6vw;
        padding: 9vw 0;
    }
    #wrap.tour #contents .item_tour .line {
        top: -14.32vw;
        left: 5.975vw;
        width: calc(100% - 11.95vw);
    }
    #wrap.tour #contents .item_tour .line svg {
        height: 28.65vw;
    }
    #wrap.tour #contents .item_tour.aos-animate .line {
        height: 28.65vw;
    }
    #wrap.tour #contents .swiper {
        width: 36vw;
        min-width: 300px;
    }
}
@media screen and (max-width: 1024px) {
    #wrap.tour #contents .wrap_conts .sup span {
        font-size: 16px;
    }
    #wrap.tour #contents .wrap_conts .desc {
        font-size: 14px;
    }
}
@media screen and (max-width: 768px) {
    #wrap.tour #contents {
        margin-top: 120px;
        padding-bottom: 108px;
    }
    #wrap.tour #contents .item_tour {
        display: block;
        padding: 0;
    }
    #wrap.tour #contents .item_tour .line {
        display: none;
    }
    #wrap.tour #contents .item_tour + .item_tour {
        margin-top: 86px;
    }
    #wrap.tour #contents .swiper {
        width: 100%;
        max-width: 83.33vw;
        margin: 0 auto;
    }
    #wrap.tour #contents .swiper img {
        width: 100%;
    }
    #wrap.tour #contents .wrap_conts {
        max-width: none;
        margin-top: 50px;
    }
    #wrap.tour #contents .wrap_conts .conts {
        margin-top: 30px;
    }
    #wrap.tour #contents .wrap_conts .desc {
        margin-top: 14px;
    }
}

/* 예약안내 팝업창 */
.reser-pop-wrap {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
    background-color: #f1ede9;
    padding: 30px 40px;
    z-index: 10000;
    visibility: hidden;
    opacity: 0;
    transition: 0.8s;
}

.reser-pop-wrap.on {
    visibility: visible;
    opacity: 1;
}

.reser-pop-wrap .close-btn {
    position: absolute;
    right: 20px;
    top: 12px;
}

.reser-pop-wrap .checkT input {
    position: absolute;
    margin-top: 3px;
}

.reser-pop-wrap .checkT p {
    width: 88%;
    margin: 0 auto;
}

.reser-pop-wrap .checkT p:last-child {
    width: 100%;
    margin-bottom: 20px;
}

.reser-pop-wrap .checkT p input {
    margin-right: 10px;
}

.reser-pop-wrap .btnArea .btn a {
    border: 1px solid #191919;
    padding: 10px 20px;
    border-radius: 5px;
    transition: 0.5s;
}

.reser-pop-wrap .checkT input {
    outline: auto;
}

.reser-pop-wrap .btnArea .btn a:hover {
    background: #191919;
    color: #fff;
}

.btnArea {
    visibility: hidden;
    opacity: 0;
    transition: 0.8s;
}

.btnArea.on {
    visibility: visible;
    opacity: 1;
    transition: 0.8s;
}

.checkT p {
    font-size: 13px;
}

#wrap.movie .inner .video {
    width: 100%;
    margin: 0 auto;
    padding: 150px 0;
}

#wrap.movie .inner .video iframe {
    width: 100%;
    height: 800px;
}

@media screen and (max-width: 1024px) {
    #wrap.movie .inner .video iframe {
        height: 250px;
    }
}
#wrap.notice .notice-board {
    padding: 150px 0 50px 0;
}

#wrap.location .wrap_conts {
    margin-top: 40px;
}

#wrap.location .wrap_info {
    width: 90%;
    padding: 150px 0 0 0;
    margin: 0 auto;
}

#wrap.location .wrap_info .info {
    display: flex;
    gap: 20px;
    font-size: 18px;
}
#wrap.location .wrap_info .info + .info {
    margin-top: 10px;
}
#wrap.location .wrap_info dt {
    font-weight: bold;
}
#wrap.location .wrap_info dd span {
    display: inline-block;
}

#wrap.location .pc-map {
    width: 90%;
    margin: 0 auto;
    padding: 50px 0;
}

#wrap.location .m-map {
    display: none;
}

@media screen and (max-width: 1024px) {
    #wrap.location .wrap_info {
        width: 300px;
    }
    #wrap.location .pc-map {
        display: none;
    }
    #wrap.location .m-map {
        display: block;
        padding: 50px 0 100px 0;
    }
}
@media screen and (max-width: 1640px) {
    #wrap.tour #contents {
        margin-top: 12vw;
        padding-bottom: 9vw;
    }
    #wrap.tour #contents .item_tour {
        gap: 6vw;
        padding: 9vw 0;
    }
    #wrap.tour #contents .item_tour .line {
        top: -14.32vw;
        left: 5.975vw;
        width: calc(100% - 11.95vw);
    }
    #wrap.tour #contents .item_tour .line svg {
        height: 28.65vw;
    }
    #wrap.tour #contents .item_tour.aos-animate .line {
        height: 28.65vw;
    }
    #wrap.tour #contents .swiper {
        width: 36vw;
        min-width: 300px;
    }
}
@media screen and (max-width: 1024px) {
    #wrap.tour #contents .wrap_conts .sup span {
        font-size: 16px;
    }
    #wrap.tour #contents .wrap_conts .desc {
        font-size: 14px;
    }
}
@media screen and (max-width: 768px) {
    #wrap.tour #contents {
        margin-top: 120px;
        padding-bottom: 108px;
    }
    #wrap.tour #contents .item_tour {
        display: block;
        padding: 0;
    }
    #wrap.tour #contents .item_tour .line {
        display: none;
    }
    #wrap.tour #contents .item_tour + .item_tour {
        margin-top: 86px;
    }
    #wrap.tour #contents .swiper {
        width: 100%;
        max-width: 83.33vw;
        margin: 0 auto;
    }
    #wrap.tour #contents .swiper img {
        width: 100%;
    }
    #wrap.tour #contents .wrap_conts {
        max-width: none;
        margin-top: 50px;
    }
    #wrap.tour #contents .wrap_conts .conts {
        margin-top: 30px;
    }
    #wrap.tour #contents .wrap_conts .desc {
        margin-top: 14px;
    }
    .reser-pop-wrap {
        width: 80%;
        padding: 30px 20px;
        height: 500px;
        overflow-y: scroll;
    }
    .reser-pop-wrap .checkT p {
        width: 80%;
        font-size: 11px;
        padding-bottom: 10px;
    }
    .reser-pop-wrap .btnArea .btn a {
        font-size: 11px;
    }
}
