@charset "utf-8";

/* all */
:root {
    --sp-fs10: 2.6667vw;
    --sp-fs11: 2.9334vw;
    --sp-fs12: 3.2vw;
    --sp-fs13: 3.4667vw;
    --sp-fs14: 3.7334vw;
    --sp-fs15: 4vw;
    --sp-fs16: 4.2667vw;
    --sp-fs17: 4.5334vw;
    --sp-fs18: 4.8vw;
    --sp-fs19: 5.0667vw;
    --sp-fs20: 5.3334vw;
    --sp-fs21: 5.6vw;
    --sp-fs22: 5.8667vw;
    --sp-fs23: 6.1334vw;
    --sp-fs24: 6.4vw;
    --sp-fs26: 6.9334vw;
    --sp-fs28: 7.4667vw;
    --sp-fs30: 8vw;
    --sp-fs32: 8.5334vw;
    --sp-fs34: 9.0667vw;
    --sp-fs40: 10.6667vw;
}

#v-top_main * { box-sizing: border-box;}

#v-top_main {
    font-family: "Shippori Mincho", serif;
    color: #222;
    background-color: #f9f8f4;
}
#v-top_main a {
    opacity: 1;
	transition: opacity .25s ease-in-out;
    text-decoration: none;
}
#v-top_main a:hover {
    opacity: .65;
    text-decoration: none;
}
#v-top_main img { width: 100%;}

#v-top_main figure,
#v-top_main picture {
    display: block;
}

#v-top_main .sp-only {
    display: none;
}
@media screen and (max-width: 700px) {
    #v-top_main .pc-only { display: none;}
    #v-top_main .sp-only { display: block;}
}
/* /all */

/* KV */
#v-top_main .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
}
#v-top_main .kv {
    max-width: 1440px;
    margin-inline: auto;
    position: relative;
}
#v-top_main .kv .catch-copy {
    position: absolute;
    top: 259px;
    left: 100px;
    pointer-events: none;
    z-index: 2;
}
#v-top_main .kv .catch-copy p {
    font-size: 48px;
    line-height: 1.4;
    color: #FFF;
}
#v-top_main .kv .catch-copy p:last-of-type {
    padding-top: 21px;
}
#v-top_main .kv .swiper_autofade {
    width: 100%;
}
#v-top_main .kv .swiper-slide {
    width: 100%;
    height: 600px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
#v-top_main .kv .swiper-slide.shuzenji {
    background-image: url(../img/kv_shuzenji_pc.webp);
    background-image: image-set(url(../img/kv_shuzenji_pc.webp) 1x, url(../img/kv_shuzenji_pc@2x.webp) 2x);
    background-image: -webkit-image-set(url(../img/kv_shuzenji_pc.webp) 1x, url(../img/kv_shuzenji_pc@2x.webp) 2x);
}
#v-top_main .kv .swiper-slide.ito {
    background-image: url(../img/kv_ito_pc.webp);
    background-image: image-set(url(../img/kv_ito_pc.webp) 1x, url(../img/kv_ito_pc@2x.webp) 2x);
    background-image: -webkit-image-set(url(../img/kv_ito_pc.webp) 1x, url(../img/kv_ito_pc@2x.webp) 2x);
}
#v-top_main .kv .swiper-slide.gora {
    background-image: url(../img/kv_gora_pc.webp);
    background-image: image-set(url(../img/kv_gora_pc.webp) 1x, url(../img/kv_gora_pc@2x.webp) 2x);
    background-image: -webkit-image-set(url(../img/kv_gora_pc.webp) 1x, url(../img/kv_gora_pc@2x.webp) 2x);
}
#v-top_main .kv .swiper-slide.nasu {
    background-image: url(../img/kv_nasu_pc.webp);
    background-image: image-set(url(../img/kv_nasu_pc.webp) 1x, url(../img/kv_nasu_pc@2x.webp) 2x);
    background-image: -webkit-image-set(url(../img/kv_nasu_pc.webp) 1x, url(../img/kv_nasu_pc@2x.webp) 2x);
}
#v-top_main .kv .swiper_autofade figure {
    width: 380px;
    height: 100px;
    position: absolute;
    bottom: 80px;
    right: 230px;
	transition: opacity .25s ease-in-out;
}
.swiper-pagination-bullet {
    width: 6px;
    height: auto;
    aspect-ratio: 1;
    background: #FFF;
    opacity: .3;
}
.swiper-pagination-bullet-active {
    background: #FFF;
    opacity: 1;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px;
}
#v-top_main .kv a:hover {
    opacity: 1;
}
#v-top_main .kv a figure:hover {
    opacity: .65;
}
#oshirase_v .notice {
    margin: 40px auto 0!important;
}
@media screen and (max-width: 1440px) {
    #v-top_main .kv .catch-copy {
        left: 6.95%;
    }
    #v-top_main .kv .swiper-slide {
        background-size: 1440px 600px;
        background-position: center;
    }
    #v-top_main .kv .swiper_autofade figure {
        right: 16%;
    }
}
@media screen and (max-width: 700px) {
    #v-top_main .kv .catch-copy {
        top: 38.4%;
        left: 11%;
    }
    #v-top_main .kv .catch-copy p {
        font-size: var(--sp-fs40);
    }
    #v-top_main .kv .catch-copy p:last-of-type {
        padding-top: 5.8%;
    }
    #v-top_main .kv .swiper-slide {
        height: auto;
        aspect-ratio: 0.7076 / 1;
    }
    #v-top_main .kv .swiper-slide {
        background-size: 100% 100%;
    }
    #v-top_main .kv .swiper-slide.shuzenji {
        background-image: url(../img/kv_shuzenji_sp.webp);
        background-image: image-set(url(../img/kv_shuzenji_sp.webp) 1x, url(../img/kv_shuzenji_sp.webp) 2x);
        background-image: -webkit-image-set(url(../img/kv_shuzenji_sp.webp) 1x, url(../img/kv_shuzenji_sp.webp) 2x);
    }
    #v-top_main .kv .swiper-slide.ito {
        background-image: url(../img/kv_ito_sp.webp);
        background-image: image-set(url(../img/kv_ito_sp.webp) 1x, url(../img/kv_ito_sp.webp) 2x);
        background-image: -webkit-image-set(url(../img/kv_ito_sp.webp) 1x, url(../img/kv_ito_sp.webp) 2x);
    }
    #v-top_main .kv .swiper-slide.gora {
        background-image: url(../img/kv_gora_sp.webp);
        background-image: image-set(url(../img/kv_gora_sp.webp) 1x, url(../img/kv_gora_sp.webp) 2x);
        background-image: -webkit-image-set(url(../img/kv_gora_sp.webp) 1x, url(../img/kv_gora_sp.webp) 2x);
    }
    #v-top_main .kv .swiper-slide.nasu {
        background-image: url(../img/kv_nasu_sp.webp);
        background-image: image-set(url(../img/kv_nasu_sp.webp) 1x, url(../img/kv_nasu_sp.webp) 2x);
        background-image: -webkit-image-set(url(../img/kv_nasu_sp.webp) 1x, url(../img/kv_nasu_sp.webp) 2x);
    }
    #v-top_main .kv .swiper_autofade figure {
        width: 82.344%;
        height: auto;
        position: absolute;
        bottom: 8.3%;
        left: 0;
        right: 0;
        margin-inline: auto;
    }
    .swiper-pagination-bullet {
        width: 1%;
    }
    .swiper-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-bullets.swiper-pagination-horizontal,
    .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 3%;
    }
    .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
    .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 1.3%;
    }
    #oshirase_v .notice {
        margin-bottom: 0!important;
    }
}
/* /KV */

/* contents-lead */
#v-top_main .contents-lead {
    max-width: 1040px;
    margin-inline: auto;
}
#v-top_main .contents-lead p {
    font-size: 18px;
    line-height: 2.2;
    text-align: center;
    padding-block: 66px 63px;
}
#v-top_main .contents-lead .images {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 4.8077%;
}
@media screen and (max-width: 700px) {
    #v-top_main .contents-lead p {
        font-size: var(--sp-fs16);
        padding-block: 9.5%;
    }
}
/* /contents-lead */

/* experience */
#experience {
    background-color: #f2f1e9;
    padding: 446px 30px 114px;
    margin-top: -360px;
}
#experience .lf-logo {
    width: 156px;
    margin-inline: auto;
}
#experience .subheading01 {
    font-size: 26px;
    text-align: center;
    font-weight: 500;
    line-height: 1.7;
    padding-block: 34px 53px;
}
#experience .list-wrapper {
    max-width: 980px;
    margin-inline: auto;
}
#experience .list-wrapper li {
    width: 100%;
    height: 450px;
    display: flex;
    justify-content: right;
    position: relative;
}
#experience .list-wrapper li:nth-of-type(n+2) {
    margin-top: 80px;
}
#experience .list-wrapper li:nth-of-type(even) {
    justify-content: left;
}
#experience .text-wrapper {
    width: 250px;
    padding-inline: 0 50px;
    flex-shrink: 0;
}
#experience .list-wrapper li:nth-of-type(even) .text-wrapper {
    order: 2;
    padding-inline: 50px 0;
}
#experience .list-wrapper li:nth-of-type(even) .pircure {
    order: 1;
}
#experience .list-title {
    width: 100%;
    font-size: 24px;
    line-height: 1.4;
    text-align: center;
    border-bottom: 1px solid #222;
    padding-block: 16px;
}
#experience .text-wrapper p {
    writing-mode: vertical-rl;
    font-size: 16px;
    line-height: 1.2;
    white-space: nowrap;
    letter-spacing: 0.19em;
}
#experience .text-vertical {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
    gap: 15px;
    padding-top: 21px;
}
#experience .btn_detail {
    font-family: yu-gothic-pr6n, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 130px;
    height: 34px;
    background-color: rgb(255 255 255 / .85);
    color: #555555;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 14px;
    padding-right: 24px;
}
#experience .list-wrapper li:nth-of-type(even) .btn_detail {
    left: unset;
    right: 0;
}
#experience .btn_detail::after {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background-image: url(../common/img/icon_vector01.webp);
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 9px;
    right: 10px;
}
#experience .list-wrapper picture {
    width: 650px;
}
@media screen and (max-width: 1040px) {
    #experience .text-wrapper {
        width: 230px;
        padding-inline: 0 30px;
    }
    #experience .list-wrapper li:nth-of-type(even) .text-wrapper {
        padding-inline: 30px 0;
    }
    #experience .list-title {
        padding-block: 0 16px
    }
}
@media screen and (max-width: 700px) {
    #experience {
        padding: 44.3% 0 19.8%;
        margin-top: -29.5%;
    }
    #experience .lf-logo {
        width: 35.2374%;
    }
    #experience .subheading01 {
        font-size: var(--sp-fs22);
        line-height: 1.8;
        padding-block: 5.2% 5.7%;
    }
    #experience .list-wrapper {
        max-width: 89.3334%;
    }
    #experience .list-wrapper li {
        width: 100%;
        height: auto;
        aspect-ratio: 0.698 / 1;
        display: block;
    }
    #experience .list-wrapper li:nth-of-type(n+2) {
        margin-top: 9.5%;
    }
    #experience .text-wrapper {
        width: 68.7762%;
        height: auto;
        aspect-ratio: 0.6348 / 1;
        padding-inline: unset;
        position: absolute;
        top: 4.5%;
        right: 5.5%;
        z-index: 2;
        display: flex;
        flex-direction: row-reverse;
        padding-block: 10.5% 6%;
    }
    #experience .list-wrapper li:nth-of-type(even) .text-wrapper {
        right: unset;
        left: 5.5%;
        padding-inline: unset;
    }
    #experience .text-wrapper::after {
        content: "";
        display: block;
        width: 100%;
        height: auto;
        aspect-ratio: 0.6348 / 1;
        background-color: rgb(242 241 233 / .5);
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
    }
    #experience li:nth-of-type(2) .text-wrapper::after {
        aspect-ratio: 0.7004 / 1;
    }
    #experience li:nth-of-type(3) .text-wrapper::after {
        aspect-ratio: 0.61 / 1;
    }
    #experience .btn_detail {
        width: 32.84%;
        height: auto;
        aspect-ratio: 1 / 0.2728;
        left: 6%;
        bottom: 4%;
        z-index: 3;
        font-size: var(--sp-fs12);
        padding-right: 6%;
    }
    #experience .btn_detail::after {
        width: 13.91%;
        height: auto;
        aspect-ratio: 1;
        top: 25%;
        right: 7%;
    }
    #experience .list-wrapper li:nth-of-type(even) .btn_detail {
        left: unset;
        right: 5%;
    }
    #experience .list-wrapper picture {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }
    #experience .list-title {
        writing-mode: vertical-rl;
        width: fit-content;
        font-size: 5.44vw;
        padding-block: 8%;
        border-bottom: unset;
        text-align: left;
        letter-spacing: .43em;
    }
    #experience .list-title::after {
        content: "";
        display: block;
        width: 45.334vw;
        height: 1px;
        transform: rotate(90deg);
        background-color: #222;
        position: absolute;
        top: 34.3%;
        right: -9%;
    }
    #experience .text-wrapper p {
        font-size: var(--sp-fs14);
        letter-spacing: 0.21em;
    }
    #experience .text-vertical {
        gap: 3.2vw;
        padding-top: 1%;
        padding-right: 4.5vw;
    }
}
/* /experience */

/* hotels */
#hotels {
    background-color: #eceae1;
    padding-top: 49px;
}
#hotels hgroup {
    position: relative;
}
#hotels hgroup p {
    font-family: "Castoro Titling", serif;
    font-size: 40px;
    line-height: 1;
    text-align: center;
    color: #8A9B8C;
    opacity: .2;
    letter-spacing: .04em;
    mix-blend-mode: multiply;
    position: absolute;
    top: -65px;
    left: 0;
    right: 0;
    margin-inline: auto;
}
#hotels hgroup .subheading02 {
    font-size: 26px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    letter-spacing: .06em;
}
#hotels .hotel-images {
    max-width: 1200px;
    margin-inline: auto;
    padding-top: 38px;
}
#hotels .hotel-images .hotel-box {
    display: block;
    width: 100%;
    height: 450px;
    position: relative;
    background-repeat: no-repeat;
    background-size: 1200px 450px;
    background-position: center;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 19px;
}
#hotels .hotel-images .hotel-box:hover {
    opacity: 1;
}
#hotels .hotel-images .hotel-box picture:hover,
#hotels .hotel-images .hotel-box .btn_detail:hover {
    opacity: .65;
}
#hotels .hotel-images .column-wrapper {
    display: flex;
}
#hotels .hotel-images .shuzenji,
#hotels .hotel-images .sss {
    width: 50%;
    background-size: 600px 450px;
}
#hotels .hotel-images .hotel-box.nasu {
    background-image: url(../img/hotels_bg-nasu_pc.webp);
    background-image: image-set(url(../img/hotels_bg-nasu_pc.webp) 1x, url(../img/hotels_bg-nasu_pc@2x.webp) 2x);
    background-image: -webkit-image-set(url(../img/hotels_bg-nasu_pc.webp) 1x, url(../img/hotels_bg-nasu_pc@2x.webp) 2x);
}
#hotels .hotel-images .hotel-box.ito {
    background-image: url(../img/hotels_bg-ito_pc.webp);
    background-image: image-set(url(../img/hotels_bg-ito_pc.webp) 1x, url(../img/hotels_bg-ito_pc@2x.webp) 2x);
    background-image: -webkit-image-set(url(../img/hotels_bg-ito_pc.webp) 1x, url(../img/hotels_bg-ito_pc@2x.webp) 2x);
}
#hotels .hotel-images .hotel-box.gora {
    background-image: url(../img/hotels_bg-gora_pc.webp);
    background-image: image-set(url(../img/hotels_bg-gora_pc.webp) 1x, url(../img/hotels_bg-gora_pc@2x.webp) 2x);
    background-image: -webkit-image-set(url(../img/hotels_bg-gora_pc.webp) 1x, url(../img/hotels_bg-gora_pc@2x.webp) 2x);
}
#hotels .hotel-images .hotel-box.shuzenji {
    background-image: url(../img/hotels_bg-shuzenji_pc.webp);
    background-image: image-set(url(../img/hotels_bg-shuzenji_pc.webp) 1x, url(../img/hotels_bg-shuzenji_pc@2x.webp) 2x);
    background-image: -webkit-image-set(url(../img/hotels_bg-shuzenji_pc.webp) 1x, url(../img/hotels_bg-shuzenji_pc@2x.webp) 2x);
}
#hotels .hotel-images .hotel-box.sss {
    background-image: url(../img/hotels_bg-sss_pc.webp);
    background-image: image-set(url(../img/hotels_bg-sss_pc.webp) 1x, url(../img/hotels_bg-sss_pc@2x.webp) 2x);
    background-image: -webkit-image-set(url(../img/hotels_bg-sss_pc.webp) 1x, url(../img/hotels_bg-sss_pc@2x.webp) 2x);
}
#hotels .hotel-images .hotel-box.shuzenji_g {
    background-image: url(../img/hotels_bg-shuzenji_g_pc.webp);
    background-image: image-set(url(../img/hotels_bg-shuzenji_g_pc.webp) 1x, url(../img/hotels_bg-shuzenji_g_pc@2x.webp) 2x);
    background-image: -webkit-image-set(url(../img/hotels_bg-shuzenji_g_pc.webp) 1x, url(../img/hotels_bg-shuzenji_g_pc@2x.webp) 2x);
}
#hotels .hotel-images .hotel-box picture {
    width: 360px;
    height: 160px;
	transition: opacity .25s ease-in-out;
}
#hotels .hotel-images .hotel-box.sss picture {
    width: 413px;
}
#hotels .hotel-images .hotel-box.shuzenji_g picture {
    width: 453px;
}
#hotels .hotel-images .hotel-box .btn_detail {
    font-family: yu-gothic-pr6n, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 130px;
    height: 34px;
    background-color: rgb(255 255 255 / .85);
    color: #555555;
    font-size: 14px;
    padding-right: 24px;
    position: absolute;
    bottom: 30px;
    right: 30px;
	transition: opacity .25s ease-in-out;
}
#hotels .hotel-images .hotel-box .btn_detail::after {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background-image: url(../common/img/icon_vector01.webp);
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 9px;
    right: 10px;
}
#hotels .other-links {
    padding: 45px 30px 63px;
}
#hotels .other-links .bnr01 {
    display: block;
    max-width: 780px;
    margin-inline: auto;
    margin-bottom: 41px;
}
#hotels .other-links p {
    width: fit-content;
    margin-inline: auto;
    padding-bottom: 16px;
}
#hotels .other-links .txt-link a {
    font-family: yu-gothic-pr6n, sans-serif;
    font-size: 15px;
    line-height: 1.6;
    color: #000;
    text-align: center;
    text-decoration: underline;
}

@media screen and (max-width: 850px) {
    #hotels .hotel-images .column-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #hotels .hotel-images .shuzenji,
    #hotels .hotel-images .sss {
        width: 600px;
    }
    #hotels .hotel-images .hotel-box.shuzenji {
        margin-bottom: 0;
    }
}
@media screen and (max-width: 700px) {
    #hotels {
        padding-top: 10.3%;
    }
    #hotels hgroup p {
        font-size: var(--sp-fs30);
        top: -234%;
    }
    #hotels hgroup .subheading02 {
        font-size: var(--sp-fs22);
    }
    #hotels .hotel-images {
        padding-top: 8.3%;
    }
    #hotels .hotel-images .hotel-box {
        width: 100%;
        height: auto;
        aspect-ratio: 1 / 0.8934;
        background-size: 100%;
        align-items: flex-start;
        padding-top: 5.3%;
        margin-bottom: 2.7%;
    }
    #hotels .hotel-images .hotel-box picture,
    #hotels .hotel-images .hotel-box.sss picture,
    #hotels .hotel-images .hotel-box.shuzenji_g picture {
        width: 89.3334%;
        height: auto;
    }
    #hotels .hotel-images .hotel-box .btn_detail {
        width: 29.3334%;
        height: auto;
        aspect-ratio: 1 / 0.2728;
        bottom: 6%;
        right: 5.5%;
        z-index: 3;
        font-size: var(--sp-fs12);
        padding-right: 6%;
    }
    #hotels .hotel-images .hotel-box .btn_detail::after {
        width: 13.91%;
        height: auto;
        aspect-ratio: 1;
        top: 25%;
        right: 7%;
    }
    #hotels .hotel-images .hotel-box.shuzenji .btn_detail,
    #hotels .hotel-images .hotel-box.sss .btn_detail {
        bottom: 8%;
    }
    #hotels .hotel-images .hotel-box.nasu {
        background-image: url(../img/hotels_bg-nasu_sp.webp);
        background-image: image-set(url(../img/hotels_bg-nasu_sp.webp) 1x, url(../img/hotels_bg-nasu_sp.webp) 2x);
        background-image: -webkit-image-set(url(../img/hotels_bg-nasu_sp.webp) 1x, url(../img/hotels_bg-nasu_sp.webp) 2x);
    }
    #hotels .hotel-images .hotel-box.ito {
        background-image: url(../img/hotels_bg-ito_sp.webp);
        background-image: image-set(url(../img/hotels_bg-ito_sp.webp) 1x, url(../img/hotels_bg-ito_sp.webp) 2x);
        background-image: -webkit-image-set(url(../img/hotels_bg-ito_sp.webp) 1x, url(../img/hotels_bg-ito_sp.webp) 2x);
    }
    #hotels .hotel-images .hotel-box.gora {
        background-image: url(../img/hotels_bg-gora_sp.webp);
        background-image: image-set(url(../img/hotels_bg-gora_sp.webp) 1x, url(../img/hotels_bg-gora_sp.webp) 2x);
        background-image: -webkit-image-set(url(../img/hotels_bg-gora_sp.webp) 1x, url(../img/hotels_bg-gora_sp.webp) 2x);
    }
    #hotels .hotel-images .hotel-box.shuzenji {
        background-image: url(../img/hotels_bg-shuzenji_sp.webp);
        background-image: image-set(url(../img/hotels_bg-shuzenji_sp.webp) 1x, url(../img/hotels_bg-shuzenji_sp.webp) 2x);
        background-image: -webkit-image-set(url(../img/hotels_bg-shuzenji_sp.webp) 1x, url(../img/hotels_bg-shuzenji_sp.webp) 2x);
        margin-bottom: 0;
        aspect-ratio: 1 / 0.6667;
    }
    #hotels .hotel-images .hotel-box.sss {
        background-image: url(../img/hotels_bg-sss_sp.webp);
        background-image: image-set(url(../img/hotels_bg-sss_sp.webp) 1x, url(../img/hotels_bg-sss_sp.webp) 2x);
        background-image: -webkit-image-set(url(../img/hotels_bg-sss_sp.webp) 1x, url(../img/hotels_bg-sss_sp.webp) 2x);
        aspect-ratio: 1 / 0.6667;
    }
    #hotels .hotel-images .hotel-box.shuzenji_g {
        background-image: url(../img/hotels_bg-shuzenji_g_sp.webp);
        background-image: image-set(url(../img/hotels_bg-shuzenji_g_sp.webp) 1x, url(../img/hotels_bg-shuzenji_g_sp.webp) 2x);
        background-image: -webkit-image-set(url(../img/hotels_bg-shuzenji_g_sp.webp) 1x, url(../img/hotels_bg-shuzenji_g_sp.webp) 2x);
    }
    #hotels .other-links {
        padding: 5.7% 0 8.5%;
    }
    #hotels .other-links .bnr01 {
        max-width: 89.3334%;
        margin-bottom: 8.5%;
    }
    #hotels .other-links .txt-link a {
        font-size: var(--sp-fs12);
    }
    #hotels .other-links p {
        padding-bottom: 4.4%;
    }
}
/* /hotels */

/* topics */
#carousels {
    background-color: #f2f1e9;
    padding-block: 77px 83px;
}
#carousels .stay-plans {
    padding-top: 83px;
}
#carousels hgroup {
    max-width: 1040px;
    margin-inline: auto;
    padding-inline: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    line-height: 1;
}
#carousels hgroup::after {
    content: "";
    display: block;
    width: calc(100% - 60px);
    height: 1px;
    background-color: #8A9B8C;
    position: absolute;
    bottom: 9px;
}
#carousels hgroup p {
    font-family: "Castoro Titling", serif;
    font-size: 40px;
    letter-spacing: .04em;
    opacity: .2;
    color: #8A9B8C;
    mix-blend-mode: multiply;
}
#carousels hgroup .subheading03 {
    font-size: 22px;
    letter-spacing: .06em;
    font-weight: 400;
    padding-bottom: 12px;
}
#carousels .swiper_carousel {
    width: 100%;
    padding-block: 15px 50px;
    overflow: hidden;
    position: relative;
}
#carousels .swiper_carousel::before,
#carousels .swiper_carousel::after {
    content: "";
    display: block;
    width: calc((100% - 980px) / 2);
    height: 310px;
    background-color: rgb(242 241 233 / .9);
    position: absolute;
    top: 0;
    z-index: 2;
}
#carousels .swiper_carousel::before { left: 0;}
#carousels .swiper_carousel::after { right: 0;}

#carousels .swiper_carousel .swiper-slide {
    width: 287px;
    height: 191px;
}

#carousels .swiper-button-next,
#carousels .swiper-button-prev {
    width: 18px;
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: unset;
    position: absolute;
    z-index: 10;
    opacity: 1;
	transition: opacity .25s ease-in-out;
}

#carousels .swiper-button-next:hover,
#carousels .swiper-button-prev:hover {
    opacity: .65;
    text-decoration: none;
}

#carousels .swiper-button-prev,
#carousels .swiper-button-next,
#carousels .swiper-rtl .swiper-button-prev,
#carousels .swiper-rtl .swiper-button-next {
    top: unset;
    bottom: 3px;
    left: 50%;
    transform: translateX(-50%);
}
#carousels .swiper-button-prev,
#carousels .swiper-rtl .swiper-button-next {
    margin-left: 431px;
}
#carousels .swiper-button-next,
#carousels .swiper-rtl .swiper-button-prev {
    margin-left: 481px;
}
#carousels .swiper-button-prev::after,
#carousels .swiper-button-next::after {
    content: "";
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    background-repeat: no-repeat;
    background-size: 100%;
}
#carousels .swiper-button-next::after {
    background-image: url(../common/img/icon_vector01.webp);
}
#carousels .swiper-button-prev::after {
    background-image: url(../common/img/icon_vector01.webp);
    transform: scale(-1, 1);
}
#carousels .swiper-button-next::before {
    content: "";
    display: block;
    width: 18px;
    height: 1px;
    background-color: #555555;
    transform: rotate(90deg);
    position: absolute;
    top: 22px;
    left: -25px;
}
#carousels .swiper-pagination-bullet {
    width: 4px;
}
#carousels .swiper-horizontal > .swiper-pagination-bullets,
#carousels .swiper-pagination-bullets.swiper-pagination-horizontal,
#carousels .swiper-pagination-custom,
#carousels .swiper-pagination-fraction {
    bottom: 19px;
}
#carousels .swiper-pagination-bullet {
    background: #D9D9D9;
    opacity: 1;
}
#carousels .swiper-pagination-bullet-active {
    background: #222;
}
#carousels .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
#carousels .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}

@media screen and (max-width: 1040px) {
    #carousels .swiper_carousel {
        max-width: 1040px;
    }
    #carousels .swiper_carousel::before,
    #carousels .swiper_carousel::after {
         content: none;
    }
    #carousels .swiper-button-next,
    #carousels .swiper-rtl .swiper-button-prev {
        margin-left: unset;
    }
    #carousels .swiper-button-prev,
    #carousels .swiper-button-next,
    #carousels .swiper-rtl .swiper-button-prev,
    #carousels .swiper-rtl .swiper-button-next {
        left: unset;
        transform: unset;
    }
    #carousels .swiper-button-prev,
    #carousels .swiper-rtl .swiper-button-next {
        right: 79px;
        margin-left: unset;
    }
    #carousels .swiper-button-next,
    #carousels .swiper-rtl .swiper-button-prev {
        right: 30px;
    }
}
@media screen and (max-width: 700px) {
    #carousels {
        padding-block: 16.5% 15.3%;
    }
    #carousels hgroup {
        max-width: 89.3334%;
        padding-inline: 0;
    }
    #carousels hgroup p {
        font-size: var(--sp-fs30);
    }
    #carousels hgroup .subheading03 {
        font-size: var(--sp-fs20);
        padding-bottom: 1%;
    }
    #carousels hgroup::after {
        width: 100%;
        bottom: 0;
    }
    #carousels .swiper_carousel {
        padding-block: 4.7% 13.336%;
    }
    #carousels .swiper_carousel .swiper-slide {
        width: 76.535%;
        height: auto;
        aspect-ratio: 1 / 0.6656;
    }
    #carousels .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
    #carousels .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 1.335%;
    }
    #carousels .swiper-horizontal > .swiper-pagination-bullets,
    #carousels .swiper-pagination-bullets.swiper-pagination-horizontal,
    #carousels .swiper-pagination-custom,
    #carousels .swiper-pagination-fraction {
        bottom: 7.1%;
    }
    #carousels .swiper-button-next,
    #carousels .swiper-button-prev {
        width: 4.8%;
    }
    #carousels .swiper-button-next,
    #carousels .swiper-rtl .swiper-button-prev {
        right: 5.4%;
    }
    #carousels .swiper-button-next::before {
        width: 100%;
        left: -152%;
    }

    #carousels .swiper-button-prev,
    #carousels .swiper-rtl .swiper-button-next {
        right: 19.8%;
    }
    #carousels .swiper-button-prev,
    #carousels .swiper-button-next,
    #carousels .swiper-rtl .swiper-button-prev,
    #carousels .swiper-rtl .swiper-button-next {
        bottom: -2%;
    }
    #carousels .stay-plans {
        padding-top: 12.5%;
    }
}
/* /topics */

/* news */
#news {
    background-color: #f2f1e9;
    padding-bottom: 100px;
}
#news .news-wrapper {
    max-width: 1200px;
    margin-inline: auto;
    background-color: #ECEAE1;
    padding: 38px 20px 91px;
}
#news hgroup {
    position: relative;
}
#news hgroup p {
    font-family: "Castoro Titling", serif;
    font-size: 40px;
    line-height: 1;
    text-align: center;
    color: #8A9B8C;
    opacity: .2;
    letter-spacing: .04em;
    mix-blend-mode: multiply;
    position: absolute;
    top: -57px;
    left: 0;
    right: 0;
    margin-inline: auto;
}
#news hgroup .subheading02 {
    font-size: 26px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    letter-spacing: .06em;
}

#news .member-top-only {
    display: none;
}
#news #news-load {
    max-width: 980px;
    margin-inline: auto;
    background-color: #FFF;
    position: relative;
    padding: 16px 40px;
    margin-top: 24px;
}
#news #news-load .accordion li {
    width: 100%;
    height: 72px;
    display: flex;
    border-top: #716555 1px solid;
}
#news #news-load .accordion li:first-of-type {
    border-top: none;
}
#news #news-load dl {
    width: 100%;
    height: 100%;
    font-family: yu-gothic-pr6n, sans-serif;
    display: flex;
    align-items: center;
}
#news #news-load dt {
    width: 108px;
    font-size: 14px;
    line-height: 1.6;
    padding-right: 38px;
}
#news #news-load dd {
    width: 100%;
    font-size: 14px;
    line-height: 1.4;
}
#news #news-load dd a {
    color: #222;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#news #news-load dd a::after {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-left: 18px;
    background-image: url(../common/img/icon_vector01.webp);
    background-size: 100%;
    background-repeat: no-repeat;
    flex-shrink: 0;
}
#news .btn_more {
    font-family: "Castoro Titling", serif;
    font-size: 18px;
    line-height: 1.4;
    position: absolute;
    bottom: -49px;
    right: 74px;
    cursor: pointer;
    letter-spacing: .04em;
}
#news .btn_more::after {
    content: "";
    display: block;
    width: 16px;
    height: auto;
    aspect-ratio: 1;
    border: #555555 solid 1px;
    position: absolute;
    top: 1px;
    right: -34px;
}
#news .btn_more::before {
    content: "＋";
    display: block;
    font-size: 12px;
    position: absolute;
    top: 4px;
    right: -32px;  
}
#news .btn_more.news-btn-close::before {
    content: "－";
}
@media screen and (max-width: 700px) {
    #news { padding-bottom: 17%;}

    #news hgroup p {
        font-size: var(--sp-fs30);
        top: -190%;
    }

    #news hgroup .subheading02 { font-size: var(--sp-fs22);}

    #news .news-wrapper {
        padding: 6.7% 0 18.3%;
    }
    #news #news-load {
        max-width: 89.3334%;
        padding: 5% 0;
        margin-top: 4.5%;
    }
    #news #news-load .accordion {
        width: 88.0598%;
        margin-inline: auto;
    }
    #news #news-load .accordion li {
        height: auto;
    }
    #news #news-load .accordion li:nth-of-type(n+2) {
        padding-top: 2.5%;
    }
    #news #news-load dl {
        display: block;
    }
    #news #news-load dt {
        width: 100%;
        font-size: var(--sp-fs12);
        padding-right: unset;
        padding-bottom: 5px;
    }
    #news #news-load dd {
        font-size: var(--sp-fs13);
        padding-bottom: 4%;
    }
    #news #news-load dd a::after {
        width: 6.51%;
        height: auto;
        aspect-ratio: 1;
    }
    #news .btn_more {
        font-size: 4.08vw;
        bottom: -11vw;
        right: 14.8%;
    }
    #news .btn_more::before {
        font-size: var(--sp-fs11);
        top: 11.5%;
        right: -7.5vw;
    }
    #news .btn_more::after {
        width: 3.546vw;
        right: -8vw;
    }
}
/* /news */

/* banner-area */
#v-top_main .banner-area {
    width: 100%;
    background-color: #f2f1e9;
    padding-bottom: 72px;
}
#v-top_main .banner-area .swiper_carousel {
    position: relative;
    overflow: hidden;
    padding-bottom: 34px;
}
#v-top_main .banner-area .swiper-slide {
    width: 333px;
}
#v-top_main .banner-area .swiper-pagination-bullet {
    width: 4px;
    background: #555;
    opacity: .3;
}
#v-top_main .banner-area .swiper-pagination-bullet-active {
    background: #555555;
    opacity: 1;
}
#v-top_main .banner-area .swiper-horizontal>.swiper-pagination-bullets,
#v-top_main .banner-area .swiper-pagination-bullets.swiper-pagination-horizontal,
#v-top_main .banner-area .swiper-pagination-custom,
#v-top_main .banner-area .swiper-pagination-fraction {
    bottom: 3px;
}
#v-top_main .banner-area .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
#v-top_main .banner-area .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}
#v-top_main .banner-area .swiper-button-next,
#v-top_main .banner-area .swiper-button-prev {
    width: 18px;
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: unset;
    position: absolute;
    z-index: 10;
    opacity: 1;
	transition: opacity .25s ease-in-out;
}

#v-top_main .banner-area .swiper-button-next:hover,
#v-top_main .banner-area .swiper-button-prev:hover {
    opacity: .65;
    text-decoration: none;
}

#v-top_main .banner-area .swiper-button-prev,
#v-top_main .banner-area .swiper-button-next,
#v-top_main .banner-area .swiper-rtl .swiper-button-prev,
#v-top_main .banner-area .swiper-rtl .swiper-button-next {
    top: unset;
    bottom: -13px;
    left: 50%;
    transform: translateX(-50%);
}
#v-top_main .banner-area .swiper-button-prev,
#v-top_main .banner-area .swiper-rtl .swiper-button-next {
    margin-left: 431px;
}
#v-top_main .banner-area .swiper-button-next,
#v-top_main .banner-area .swiper-rtl .swiper-button-prev {
    margin-left: 481px;
}
#v-top_main .banner-area .swiper-button-prev::after,
#v-top_main .banner-area .swiper-button-next::after {
    content: "";
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    background-repeat: no-repeat;
    background-size: 100%;
}
#v-top_main .banner-area .swiper-button-next::after {
    background-image: url(../common/img/icon_vector01.webp);
}
#v-top_main .banner-area .swiper-button-prev::after {
    background-image: url(../common/img/icon_vector01.webp);
    transform: scale(-1, 1);
}
#v-top_main .banner-area .swiper-button-next::before {
    content: "";
    display: block;
    width: 18px;
    height: 1px;
    background-color: #555555;
    transform: rotate(90deg);
    position: absolute;
    top: 22px;
    left: -25px;
}
@media screen and (max-width: 1040px) {
    #v-top_main .banner-area .swiper-button-next,
    #v-top_main .banner-area .swiper-rtl .swiper-button-prev {
        margin-left: unset;
    }
    #v-top_main .banner-area .swiper-button-prev,
    #v-top_main .banner-area .swiper-button-next,
    #v-top_main .banner-area .swiper-rtl .swiper-button-prev,
    #v-top_main .banner-area .swiper-rtl .swiper-button-next {
        left: unset;
        transform: unset;
    }
    #v-top_main .banner-area .swiper-button-prev,
    #v-top_main .banner-area .swiper-rtl .swiper-button-next {
        right: 79px;
        margin-left: unset;
    }
    #v-top_main .banner-area .swiper-button-next,
    #v-top_main .banner-area .swiper-rtl .swiper-button-prev {
        right: 30px;
    }
}
@media screen and (max-width: 700px) {
    #v-top_main .banner-area {
        padding-bottom: 14.5%;
    }
    #v-top_main .banner-area .swiper-slide {
        width: 76.535%;
    }
    #v-top_main .banner-area .swiper_carousel {
        padding-bottom: 13.76%;
    }
    #v-top_main .banner-area .swiper-button-next,
    #v-top_main .banner-area .swiper-button-prev {
        width: 4.8%;
    }
    #v-top_main .banner-area .swiper-button-next,
    #v-top_main .banner-area .swiper-rtl .swiper-button-prev {
        right: 5.4%;
    }
    #v-top_main .banner-area .swiper-button-next::before {
        width: 100%;
        left: -152%;
    }
    #v-top_main .banner-area .swiper-button-prev,
    #v-top_main .banner-area .swiper-rtl .swiper-button-next {
        right: 19.8%;
    }
    #v-top_main .banner-area .swiper-button-prev,
    #v-top_main .banner-area .swiper-button-next,
    #v-top_main .banner-area .swiper-rtl .swiper-button-prev,
    #v-top_main .banner-area .swiper-rtl .swiper-button-next {
        bottom: -2%;
    }
    #v-top_main .banner-area .swiper-horizontal>.swiper-pagination-bullets,
    #v-top_main .banner-area .swiper-pagination-bullets.swiper-pagination-horizontal,
    #v-top_main .banner-area .swiper-pagination-custom,
    #v-top_main .banner-area .swiper-pagination-fraction {
        bottom: 12%;
    }
    #v-top_main .banner-area .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
    #v-top_main .banner-area .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 1.335%;
    }
}
/* /banner-area */