.fv{position:fixed;top:0;left:0;width:100%;height:100vh;min-height:600px;overflow:hidden;z-index:0;will-change:transform;transform:translateZ(0)}.fv__bg{position:absolute;top:0;left:0;width:100%;height:100%;transition:filter .1s ease-out,transform .1s ease-out;will-change:filter,transform}.fv__slide{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.fv__slide-img{width:100%;height:100%;object-fit:cover;transform:scale(1);will-change:transform}.fv__slide.is-animating .fv__slide-img{animation:ken-burns 7s ease-out forwards !important}@keyframes ken-burns{0%{transform:scale(1)}100%{transform:scale(1.1)}}.fv__logo{position:absolute;right:0;bottom:0;z-index:200}@media screen and (max-width: 767px){.fv__logo{right:0;bottom:0}}.fv__logo-img{width:571px;height:auto}@media screen and (max-width: 767px){.fv__logo-img{width:280px}}.fv__scroll{position:absolute;left:46px;bottom:16px;z-index:200;display:flex;flex-direction:column;align-items:center;gap:2px}@media screen and (max-width: 767px){.fv__scroll{left:0;bottom:17px}}.fv__scroll-text{font-family:"EB Garamond",serif;font-size:16px;margin-left:32px;color:#fff}.fv__scroll-line{width:1px;height:40px;background-color:#fff;animation:scroll-line 1.5s ease infinite}@media screen and (max-width: 767px){.fv__scroll-line{height:30px}}@keyframes scroll-line{0%{transform:scaleY(0);transform-origin:top}50%{transform:scaleY(1);transform-origin:top}51%{transform-origin:bottom}100%{transform:scaleY(0);transform-origin:bottom}}.intro{position:relative;margin-top:100vh;z-index:1;background:rgba(0,0,0,0)}.intro__bg{display:none}.intro__bg-img{display:none}.intro__overlay{display:none}.intro__content{position:relative;z-index:1;padding:160px min(80px,5.56vw) 142px;display:flex;justify-content:flex-start;max-width:1440px;margin:auto;gap:min(240px,16.66vw)}@media(max-width: 1024px){.intro__content{gap:min(40px,3.9vw)}}@media screen and (max-width: 767px){.intro__content{flex-direction:column;gap:56px;padding:90px 16px 101px}}.intro__left{flex-shrink:0}.intro__heading{font-family:"Noto Serif JP",serif;font-size:36px;line-height:2;color:#fff;font-weight:400}@media screen and (max-width: 767px){.intro__heading{font-size:32px;letter-spacing:0em}}.intro__right{margin-top:16px;max-width:396px}.intro__text{font-family:"Noto Serif JP",serif;font-size:18px;line-height:2;color:#fff;margin-bottom:24px}.intro__text:last-child{margin-bottom:0}@media screen and (max-width: 767px){.intro__text{font-size:16px;line-height:2;margin-bottom:16px}}.intro__btn{margin-top:54px}@media screen and (max-width: 767px){.intro__btn{margin-top:64px}}.top-content-wrapper{position:relative;background-color:#f2f0ec;z-index:2}.top-about{max-width:1280px;margin-inline:auto;padding:160px 0 90px;display:flex;flex-direction:column;align-items:center;gap:48px}@media(max-width: 1360px){.top-about{padding-inline:min(80px,5.56vw)}}@media screen and (max-width: 767px){.top-about{padding:80px 20px 60px;gap:32px}}.top-about__content{display:flex;flex-direction:column;align-items:center;gap:32px;max-width:800px;text-align:center}.top-about__text{font-family:"Noto Serif JP",serif;font-size:16px;line-height:2;color:#615653}@media screen and (max-width: 767px){.top-about__text{font-size:14px;text-align:left}}.top-facility{max-width:1280px;margin-inline:auto;padding:160px 0 90px;display:flex;flex-direction:column;gap:48px}@media(max-width: 1360px){.top-facility{padding-inline:min(80px,5.56vw)}}@media screen and (max-width: 767px){.top-facility{width:100%;padding:100px 15px 64px;gap:32px}}.top-facility__header{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:min(40px,2.78vw)}@media screen and (max-width: 767px){.top-facility__header{display:contents}}.top-facility__header .section-heading{margin:0;flex-shrink:0}@media screen and (max-width: 767px){.top-facility__header .section-heading{order:1}}.top-facility__text{font-family:"Sawarabi Gothic",sans-serif;font-size:16px;line-height:2;color:#615353;margin:0;flex-shrink:0}@media screen and (max-width: 767px){.top-facility__text{font-size:14px;order:2}}.top-facility__header .btn{white-space:nowrap;flex-shrink:0}@media screen and (max-width: 767px){.top-facility__header .btn{order:4;align-self:center;margin-top:8px}}@media screen and (max-width: 767px){.top-facility__list{order:3}}.top-facility__list{display:grid;grid-template-columns:repeat(3, 1fr);gap:8px}@media screen and (max-width: 767px){.top-facility__list{grid-template-columns:1fr;gap:4px}}.top-facility__item{position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;aspect-ratio:421/438}@media screen and (max-width: 767px){.top-facility__item{aspect-ratio:345/297}}.top-facility__item::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);z-index:1;pointer-events:none;transition:backdrop-filter 1.2s ease !important}.top-facility__item:hover::before{backdrop-filter:blur(20px) !important}.top-facility__img{width:100%;height:100%;object-fit:cover;transition:filter 1s ease,transform 1s ease !important;z-index:0}.top-facility__item:hover .top-facility__img{filter:blur(20px) !important;transform:scale(1.1) !important}.top-facility__content{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:0 min(40px,2.78vw)}@media screen and (max-width: 767px){.top-facility__content{padding:0 20px}}.top-facility__name{font-family:"Noto Serif JP",serif;font-size:min(28px,1.94vw);color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.3);margin:0;padding:0;line-height:1;transition:opacity .8s ease,visibility .8s ease,transform .8s ease !important}@media screen and (max-width: 767px){.top-facility__name{font-size:24px}}.top-facility__item:hover .top-facility__name{opacity:0 !important;visibility:hidden !important;transform:translateY(-10px) !important}.top-facility__hover-content{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;padding:0 min(40px,2.78vw);opacity:0;visibility:hidden;transition:opacity 1s ease,visibility 1s ease !important}@media screen and (max-width: 767px){.top-facility__hover-content{padding:0 15px}}.top-facility__item:hover .top-facility__hover-content{opacity:1 !important;visibility:visible !important}.top-facility__hover-title{font-family:"Noto Serif JP",serif;font-size:min(28px,1.94vw);color:#fff;margin-bottom:min(48px,3.33vw)}@media screen and (max-width: 767px){.top-facility__hover-title{font-size:20px;margin-bottom:24px}}.top-facility__desc{font-family:"Sawarabi Gothic",sans-serif;font-size:min(16px,1.11vw);line-height:1.8;color:#fff;margin-bottom:min(54px,3.75vw);text-align:left}@media screen and (max-width: 767px){.top-facility__desc{font-size:13px;margin-bottom:40px}}.top-facility__btn{display:inline-flex;align-items:center;gap:20px;font-family:"Sawarabi Gothic",sans-serif;font-size:16px;color:#fff;background-color:#8b574d;padding:12px 56px;border-radius:0}@media(min-width: 1360px){.top-facility__btn{gap:min(20px,1.39vw);font-size:min(16px,1.11vw);padding:min(12px,.83vw) min(56px,3.89vw)}}@media screen and (max-width: 767px){.top-facility__btn{gap:16px;font-size:14px;padding:12px 40px}}.top-facility__btn-arrow{width:min(22px,1.53vw);height:auto}@media screen and (max-width: 767px){.top-facility__btn-arrow{width:18px}}.top-rooms{padding:56px 0 100px;display:flex;flex-wrap:wrap;justify-content:center;gap:min(222px,15.42vw)}@media screen and (max-width: 767px){.top-rooms{padding:24px 20px 60px;gap:24px}}.top-rooms__item{position:relative;width:calc(50% - 111px);max-width:500px;cursor:pointer}@media screen and (max-width: 767px){.top-rooms__item{width:100%;max-width:none}}.top-rooms__img-wrap{position:relative;overflow:hidden}.top-rooms__img{width:100%;aspect-ratio:4/3;object-fit:cover;transition:filter .3s ease}.top-rooms__item:hover .top-rooms__img{filter:blur(8px)}.top-rooms__overlay{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:16px;background-color:rgba(0,0,0,.3);opacity:0;transition:opacity .3s ease}.top-rooms__item:hover .top-rooms__overlay{opacity:1}.top-rooms__overlay-text{font-family:"Noto Serif JP",serif;font-size:20px;color:#fff}.top-rooms__info{margin-top:16px}.top-rooms__name{font-family:"Noto Serif JP",serif;font-size:20px;color:#615653;margin-bottom:8px}.top-rooms__capacity{font-family:"Sawarabi Gothic",sans-serif;font-size:14px;color:rgba(97,86,83,.8)}.top-onsen{max-width:1280px;margin-inline:auto;margin-top:90px;padding:0 0 90px;display:flex;flex-direction:column;gap:48px}@media(max-width: 1360px){.top-onsen{padding-inline:min(80px,5.56vw)}}@media screen and (max-width: 767px){.top-onsen{width:100%;margin-top:0px;padding:64px 15px 64px;gap:24px}}.top-onsen__header{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:min(40px,2.78vw)}@media screen and (max-width: 767px){.top-onsen__header{display:contents}}.top-onsen__header .section-heading{margin:0;flex-shrink:0}@media screen and (max-width: 767px){.top-onsen__header .section-heading{order:1}}.top-onsen__text{font-family:"Sawarabi Gothic",sans-serif;font-size:16px;line-height:2;color:#615353;margin:0;flex-shrink:0}@media screen and (max-width: 767px){.top-onsen__text{font-size:14px;order:2;margin-bottom:0px}}.top-onsen__header .btn{white-space:nowrap;flex-shrink:0}@media screen and (max-width: 767px){.top-onsen__header .btn{order:4;align-self:center;margin-top:16px}}.top-onsen__images{display:grid;grid-template-columns:repeat(2, 1fr);gap:min(56px,3.89vw)}@media screen and (max-width: 767px){.top-onsen__images{order:3;grid-template-columns:1fr;gap:4px}}.top-onsen__img-wrap{overflow:hidden}.top-onsen__img{width:100%;height:auto;display:block}@media screen and (max-width: 767px){.top-onsen__img{height:276px}}.top-howto{padding:0 0 100px;position:relative}@media screen and (max-width: 767px){.top-howto{padding:64px 0 80px}}.top-howto::before{content:"";position:absolute;left:0;right:0;background-image:url("../img/top/top-bg.webp");background-size:cover;background-position:center top;background-repeat:no-repeat;z-index:-1;width:100vw;height:62.5vw}@media screen and (max-width: 767px){.top-howto::before{background-image:url("../img/top/top-bg-sp.webp");height:225.87vw}}.top-howto__content{max-width:1280px;margin-inline:auto;display:flex;justify-content:center;gap:min(170px,11.81vw);align-items:flex-start;margin-top:60px;margin-bottom:40px;padding-inline:0}@media(max-width: 1360px){.top-howto__content{padding-inline:min(80px,5.56vw)}}@media screen and (max-width: 767px){.top-howto__content{flex-direction:column-reverse;align-items:center;gap:20px;margin-bottom:0px;margin-top:0;padding-inline:0}}.top-howto__image{flex-shrink:0;max-height:510px}@media screen and (max-width: 767px){.top-howto__image{width:100%;max-height:none}}.top-howto__map{height:100%;width:auto;max-height:510px;display:block}@media screen and (max-width: 767px){.top-howto__map{max-width:90.14%;max-height:none;height:auto;margin-left:15px}}.top-howto__text-content{flex-shrink:1;min-width:0;display:flex;flex-direction:column;align-items:flex-start;padding-top:90px}@media screen and (max-width: 767px){.top-howto__text-content{width:100%;padding:0 15px}}.top-howto__text-content .section-heading{margin:0}.top-howto__text-content .btn{flex-shrink:0;white-space:nowrap}.top-howto__text{font-family:"Sawarabi Gothic",sans-serif;font-size:16px;line-height:2;color:#615353;margin-top:48px;margin-bottom:54px}@media screen and (max-width: 767px){.top-howto__text{margin-top:34px;margin-bottom:40px;margin-right:-16px;font-size:14px}}.top-howto__slider{overflow:hidden;width:100%;margin:0 auto}.top-howto__slider-track{display:flex;gap:24px;width:max-content;animation:infinite-scroll 60s linear infinite;will-change:transform}.top-howto__slider-img{display:block;height:331px;width:auto;flex-shrink:0}@keyframes infinite-scroll{from{transform:translateX(0)}to{transform:translateX(-50%)}}.top-access{background-color:#6e6665;padding:150px min(80px,5.56vw)}@media screen and (max-width: 767px){.top-access{width:100%;padding:100px 15px 96px}}.top-access__content{max-width:1280px;margin-inline:auto;display:flex;gap:min(80px,5.56vw)}@media screen and (max-width: 767px){.top-access__content{flex-direction:column;gap:0;width:100%;padding-inline:0}}.top-access__text-content{display:flex;flex-direction:column;margin-top:16px}@media screen and (max-width: 767px){.top-access__text-content{display:contents;width:100%;gap:24px;margin-bottom:0px}}.top-access__text-content .section-heading{margin:0;color:#fff;flex-shrink:0}.top-access__text-content .section-heading .section-heading__en,.top-access__text-content .section-heading .section-heading__ja{color:#fff}@media screen and (max-width: 767px){.top-access__text-content .section-heading{order:1;align-items:flex-start;text-align:left;width:100%}}.top-access__text-content .btn{flex-shrink:0;white-space:nowrap}@media screen and (max-width: 767px){.top-access__text-content .btn{order:5;align-self:center;margin-top:24px;width:100%;justify-content:center}}.top-access__description{font-family:"Sawarabi Gothic",sans-serif;font-size:16px;line-height:2;color:#fff;margin:0;margin-top:48px;padding-bottom:24px;border-bottom:1px solid #c2b7b6;flex-shrink:0}@media screen and (max-width: 767px){.top-access__description{font-size:14px;order:2;margin-top:32px;padding-bottom:24px;width:100%}}.top-access__info{display:flex;flex-direction:column;margin-top:16px;margin-bottom:54px}@media screen and (max-width: 767px){.top-access__info{order:3;width:100%;margin-bottom:32px}}.top-access__info p{font-family:"Sawarabi Gothic",sans-serif;font-size:16px;line-height:2;color:#fff;margin:0}@media screen and (max-width: 767px){.top-access__info p{font-size:14px}}.top-access__map{flex-shrink:0;width:min(720px,50vw);aspect-ratio:238/163}@media screen and (max-width: 767px){.top-access__map{width:100%;order:4}}.top-access__map iframe{width:100%;height:100%;display:block}.top-gallery{max-width:1280px;margin-inline:auto;padding:200px 0 90px;display:flex;gap:min(80px,5.56vw);justify-content:center;position:relative}@media(max-width: 1320px){.top-gallery{padding-inline:3.125vw}}@media screen and (max-width: 767px){.top-gallery{padding:100px 15px;flex-direction:column;gap:64px}}.top-gallery::after{content:"";position:absolute;bottom:-570px;left:50%;transform:translateX(-50%) scaleX(-1);background-image:url("../img/top/top-bg.webp");background-size:cover;background-position:center;background-repeat:no-repeat;z-index:-1;pointer-events:none;width:100vw;height:62.5vw}@media screen and (max-width: 767px){.top-gallery::after{background-image:url("../img/top/top-bg-sp.webp");width:100vw;height:225.87vw;background-size:cover;bottom:-150px}}.top-gallery__group{display:flex;flex-direction:column;gap:0px;align-items:center}@media screen and (max-width: 767px){.top-gallery__group{gap:0px}}.top-gallery__group #sb_instagram,.top-gallery__group .sb_instagram_header{width:auto !important;max-width:none !important;background:rgba(0,0,0,0) !important}.top-gallery__group #sb_instagram #sbi_images,.top-gallery__group .sbi_images{display:grid !important;grid-template-columns:repeat(2, min(240px, 18vw)) !important;grid-template-rows:repeat(2, min(240px, 18vw)) !important;gap:min(24px,1.67vw) !important;padding:0 !important;margin:0 !important;width:auto !important;max-width:none !important}@media screen and (max-width: 767px){.top-gallery__group #sb_instagram #sbi_images,.top-gallery__group .sbi_images{grid-template-columns:repeat(2, min(165px, 44vw)) !important;grid-template-rows:repeat(2, min(165px, 44vw)) !important;gap:16px !important}}.top-gallery__group #sb_instagram .sbi_item,.top-gallery__group .sbi_item{width:min(240px,18vw) !important;height:min(240px,18vw) !important;padding:0 !important;margin:0 !important;background-color:#fff !important;flex:0 0 auto !important;display:block !important}@media screen and (max-width: 767px){.top-gallery__group #sb_instagram .sbi_item,.top-gallery__group .sbi_item{width:min(165px,44vw) !important;height:min(165px,44vw) !important}}.top-gallery__group #sb_instagram .sbi_photo_wrap,.top-gallery__group #sb_instagram .sbi_photo,.top-gallery__group .sbi_photo_wrap,.top-gallery__group .sbi_photo{width:min(240px,18vw) !important;height:min(240px,18vw) !important;background-color:#fff !important;padding:0 !important;margin:0 !important}@media screen and (max-width: 767px){.top-gallery__group #sb_instagram .sbi_photo_wrap,.top-gallery__group #sb_instagram .sbi_photo,.top-gallery__group .sbi_photo_wrap,.top-gallery__group .sbi_photo{width:min(165px,44vw) !important;height:min(165px,44vw) !important}}.top-gallery__group #sb_instagram .sbi_photo img,.top-gallery__group .sbi_photo img{width:min(240px,18vw) !important;height:min(240px,18vw) !important;object-fit:cover !important;display:block !important;margin:0 !important;padding:0 !important}@media screen and (max-width: 767px){.top-gallery__group #sb_instagram .sbi_photo img,.top-gallery__group .sbi_photo img{width:min(165px,44vw) !important;height:min(165px,44vw) !important}}.top-gallery__group #sb_instagram .sb_instagram_header,.top-gallery__group #sb_instagram .sbi_follow_btn,.top-gallery__group #sb_instagram .sbi_load_btn,.top-gallery__group .sb_instagram_header,.top-gallery__group .sbi_follow_btn,.top-gallery__group .sbi_load_btn{display:none !important}.top-gallery__images{display:grid;grid-template-columns:repeat(2, min(240px, 18vw));grid-template-rows:repeat(2, min(240px, 18vw));gap:min(24px,1.67vw)}@media screen and (max-width: 767px){.top-gallery__images{grid-template-columns:repeat(2, min(165px, 44vw));grid-template-rows:repeat(2, min(165px, 44vw));gap:16px}}.top-gallery__image{width:100%;height:100%;overflow:hidden}.top-gallery__image img{width:100%;height:100%;object-fit:cover;display:block}.top-news{max-width:1280px;margin-inline:auto;padding:90px 0 200px;display:flex;gap:min(100px,6.94vw)}@media(max-width: 1360px){.top-news{padding-inline:min(80px,5.56vw)}}@media screen and (max-width: 767px){.top-news{flex-direction:column;padding:64px 15px 100px;gap:0px}}.top-news__left{flex-shrink:0;display:flex;flex-direction:column;gap:48px}@media screen and (max-width: 767px){.top-news__left{gap:32px}}.top-news__header{flex-shrink:0}.top-news__image{width:292px;height:365px}@media screen and (max-width: 767px){.top-news__image{display:none}}.top-news__image img{width:100%;height:100%;object-fit:cover;display:block}@media screen and (max-width: 767px){.top-news__image img{height:0px}}.top-news__right{flex:1;display:flex;flex-direction:column;gap:48px;align-items:flex-start;min-width:0;margin-top:80px;margin-bottom:0px}@media screen and (max-width: 767px){.top-news__right{gap:40px;width:100%;margin-top:0px;margin-bottom:0px}}.top-news__right .btn{flex-shrink:0;white-space:nowrap}@media screen and (max-width: 767px){.top-news__right .btn{align-self:center}}.top-news__list{display:flex;flex-direction:column;gap:0;width:100%}.top-news__item{border-bottom:1px solid #d6caca}.top-news__link{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;padding:32px 0;transition:background-color .3s ease}.top-news__link:hover{background-color:#e8e7e3}@media screen and (max-width: 767px){.top-news__link{padding:32px 0;gap:32px}}.top-news__content{flex:1;display:flex;flex-direction:column;gap:8px;min-width:0}@media screen and (max-width: 767px){.top-news__content{gap:16px}}.top-news__meta{display:flex;gap:16px}.top-news__date{font-family:"Jost",sans-serif;font-size:16px;color:#615353;line-height:1;letter-spacing:.64px}@media screen and (max-width: 767px){.top-news__date{font-size:14px}}.top-news__category{font-family:"Sawarabi Gothic",sans-serif;font-size:15px;line-height:1;color:#615353;font-feature-settings:"liga" off,"clig" off}@media screen and (max-width: 767px){.top-news__category{font-size:14px}}.top-news__title{font-family:"Sawarabi Gothic",sans-serif;font-size:18px;line-height:1.8;color:#615353;margin:0;display:flex;align-items:center;gap:16px}@media screen and (max-width: 767px){.top-news__title{font-size:14px}}.top-news__title-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;line-height:1}.top-news__arrow{width:22px;height:auto;flex-shrink:0;margin-left:auto}@media screen and (max-width: 767px){.top-news__arrow{width:18px}}.top-instagram{padding:100px min(80px,5.56vw);background-color:#fff;text-align:center}@media screen and (max-width: 767px){.top-instagram{padding:60px 20px}}.top-instagram__feed{margin-top:48px}@media screen and (max-width: 767px){.top-instagram__feed{margin-top:32px}}.btn{border:1px solid #8b574d;outline:none;padding:15px 56px}.btn--footer-primary,.btn--footer,.btn--dark{padding:15px 56px}.top-access .btn{border:1px solid #c2b7b6;max-width:266px}@media screen and (max-width: 767px){.top-access .btn{margin-top:40px;width:100%;max-width:100%}}/*# sourceMappingURL=front-page.css.map */
