@charset "UTF-8";*{min-inline-size:0}:root{--l_width:1200px;--m_width:1000px;--s_width:800px;--font--en:"Josefin Sans","Zen Maru Gothic",sans-serif;--font--jp:"Zen Maru Gothic",sans-serif;--font--min:"Zen Antique",sans-serif;--header__height:9rem;--center_percent:90%;--section_margin:12.5em;--black:#222;--gray:#ccc;--dark-blue:#183366;--main-green:#00913a;--light-blue:#dbedfb;--bg__gray:#f5f5f5;--bg__blue:#f4fbff;--dark-red:#ba1702;--easing_1:cubic-bezier(.65,.05,.36,1);--easing_2:cubic-bezier(.79,.14,.15,.86);--hover_opacity:.5;--duration__common:.2s;--duration--200:.2s;--duration--400:.4s;--duration--600:.6s;--duration--800:1.4s}html{font-size:62.5%;scroll-behavior:smooth}[id]{scroll-margin-top:calc(var(--header__height) + 2em)}body{font-family:var(--font--jp);font-size:1.6rem;font-weight:500;letter-spacing:1px;line-height:1.75;color:var(--black);background-image:url(//hotel-teramoto.com/wp-content/themes/hotel-teramoto/assets/css/../img/common/bg__img@1.webp)}h1,h2,h3,h4,h5{font-weight:700}img{max-width:100%;height:auto}.container--L{max-width:var(--l_width);width:var(--center_percent);margin:0 auto}.container--M{max-width:var(--m_width);width:var(--center_percent);margin:0 auto}.container--S{max-width:var(--s_width);width:var(--center_percent);margin:0 auto}section{margin-block:var(--section_margin)}.from--tb{display:none}.from--sp{display:none}.indention p+p{margin-top:1em}.indention span{display:inline-block}.ff--en{font-family:var(--font--en);line-height:1}.ff--min{font-family:var(--font--min);font-weight:500}.fs--12{font-size:1.2rem}.fs--14{font-size:1.4rem}.fw--300{font-weight:300}.fw--500{font-weight:500}.fw--700{font-weight:700}.fw--400{font-weight:400}.lh--100{line-height:1.00}.lh--125{line-height:1.25}.lh--150{line-height:1.5}.lh--175{line-height:1.75}.section__margin--M{margin-block:7.5em}.mt--1em{margin-top:1em}.mt--80{margin-top:5em}.mt--120{margin-top:7.5em}.mb--40{margin-bottom:2.5em}.mb--64{margin-bottom:4em}.mb--80{margin-bottom:5em}.mb--120{margin-bottom:7.5em}.uppercase{text-transform:uppercase}.--letter-spacing{letter-spacing:.75em}.header{position:fixed;top:2rem;z-index:9;width:15rem;left:2rem}.header__wrap{height:100%;display:flex;flex-direction:column;justify-content:flex-start;gap:2em}.header__logo{position:relative;z-index:5;display:flex}.header__logo__link{display:flex;justify-content:center;align-items:center;transition:var(--duration__common);width:12rem;position:relative}.header__logo__img{width:100%;transition:.2s}.header__logo__img.--tb{display:none}.header__nav__wrap{display:flex;flex-direction:column;align-items:flex-start;gap:2em;font-size:clamp(1rem, 1.11vw, 1.4rem)}.nav__list{display:flex;flex-direction:column;align-items:flex-start;gap:1.5em}.nav__item{display:flex;position:relative}.nav__item__link{line-height:1;transition:var(--duration__common);display:flex;gap:.5em}.nav__item__link:hover,.nav__item__sub__item:hover{opacity:var(--hover_opacity)}.header__nav__btn__wrap{display:none;z-index:9}.nav__other__list{display:flex;flex-direction:column;align-items:flex-start;gap:1em;width:100%}.nav__other__item{background-color:var(--main-green);color:#fff;width:100%;height:5rem;display:flex;justify-content:center;align-items:center;line-height:1.25;text-align:center;font-size:1.4rem;border-radius:5em}.nav__other__item.--black{background-color:var(--black)}.nav__other__item.--sns{background-color:#fff;padding:.75em;width:auto;height:auto}.nav__other__item.--sns img{width:1.5em}.top__loading{position:fixed;top:0;left:0;z-index:99;width:100vw;height:100svh;background-color:#fff;transition:1s 1s}.top__loading.is-finished{opacity:0;visibility:hidden}.top__loading__slider,.top__loading__slider .splide__track,.top__loading__slider .splide__list{height:100%}.top__loading__slider__item{display:flex;justify-content:center;align-items:center;width:100%;height:100%}.top__loading__slider__item__inner{width:35rem;height:35rem;overflow:hidden;position:relative;transition:1s var(--easing_1)}.top__loading__slider__item__img__wrap.full-size{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:100vw;height:100svh}.top__loading__img{width:100%;height:100%;object-fit:cover}.btn__to-top{position:fixed;z-index:9;right:2em;bottom:2em;width:3em;opacity:0;visibility:hidden;transition:.4s}.btn__to-top.is-visible{opacity:1;visibility:visible}.btn__to-top img{width:100%}.hover--fade{transition:var(--duration__common)}.hover--fade:hover{opacity:var(--hover_opacity)}.target{transition:.6s var(--easing_1)}.link--arrow:after{content:'';inline-size:.9em;block-size:.9em;border-right:2px solid currentColor;border-top:2px solid currentColor;transform:rotate(45deg)}.link--mini{display:inline-flex;align-items:center;gap:.6em;color:#fff}.link--mini:after{content:'';inline-size:.8em;block-size:.8em;border-right:2px solid currentColor;border-top:2px solid currentColor;transform:rotate(45deg)}.target.fade--blur{transition:var(--duration--600) var(--easing_1)}.fv__target{transition:.6s var(--easing_2)}.fade--blur{opacity:0;filter:blur(5px)}.fade--blur.show{opacity:1;filter:blur(0)}.fade--up-blur{opacity:0;transform:translateY(1em);filter:blur(5px)}.fade--up-blur.show{opacity:1;transform:translateY(0em);filter:blur(0)}.fv__target.fade--blur.show{opacity:1;filter:blur(0) drop-shadow(0 0 20px #00000080)}.target.fade--up{opacity:0;transform:translateY(1em);transition:.6s var(--easing_1)}.target.show.fade--up{opacity:1;transform:translateY(0)}.section__title__wrap{display:flex;gap:1em;line-height:1}.section__title__wrap.--v--center{flex-direction:column;align-items:center}.section__title__wrap.--v--left{flex-direction:column;align-items:flex-start}.section__title--main{display:flex}.section__title--main img{height:3rem}.top__sauna .section__title--main img{height:7rem}.section__title--sub{font-size:1.4rem;color:var(--gray)}.common__btn{display:flex;align-items:center;flex-shrink:0;gap:1em;background-color:#fff;border:1px solid #0086CB40;padding:.5em 1em;border-radius:5em;transition:var(--duration__common)}.common__btn__arrow{background-color:var(--main-blue);width:1.5em;aspect-ratio:1/1;border-radius:50%;background-image:url(//hotel-teramoto.com/wp-content/themes/hotel-teramoto/assets/css/../img/common/icon__arrow--white.svg);background-size:45%;background-repeat:no-repeat;background-position:center;transition:var(--duration__common)}.common__btn:hover{color:#fff;background-color:var(--dark-blue)}.common__btn:hover .common__btn__arrow{background-color:#fff;background-image:url(//hotel-teramoto.com/wp-content/themes/hotel-teramoto/assets/css/../img/common/icon__arrow--dark-blue.svg)}.text__anime{overflow:hidden}.text__anime span{display:inline-block}.color--blue{color:var(--main-blue)}.text--center{text-align:center}.--fade-in{opacity:0;transition:var(--duration--800)}.fade--up{opacity:0;transform:translateY(2em);transition:var(--duration--800)}.icon__check{display:flex;align-items:center;gap:1em}.icon__check:before{content:'';width:1em;aspect-ratio:1/1;background-image:url(//hotel-teramoto.com/wp-content/themes/hotel-teramoto/assets/css/../img/common/icon__check--blue.svg);background-size:contain;background-position:center}.section__content__wrap{margin-left:auto;padding-left:20rem;padding-right:8.33%;display:flex;justify-content:center;overflow-x:hidden}.section__content__inner{width:min(110rem, 90%)}.section__content__inner.--S{width:min(80rem, 90%)}.page--top{overflow:hidden}.top__fv{width:100vw;margin-top:0;position:relative}.top__fv__bg__circle__01{position:absolute;width:45.14%;top:30%;left:7%;z-index:-1}.top__fv__bg__circle__02{position:absolute;width:65.97%;top:20%;right:0;transform:translateX(50%);z-index:-1}.top__fv__content{display:flex;padding-left:calc(15rem + 5rem);gap:5rem}.top__fv__slider__wrap{margin-left:auto;width:100%}.top__fv__slider{width:100%}.top__fv__slider .splide__track{width:100%;height:100%}.top__fv__slider__item{width:100%;height:100%;border-radius:0 0 0 4em;overflow:hidden}.top__fv__slider__item img{width:100%;height:100%;object-fit:cover;transform:scale(1);transition:transform 6s ease-out}.top__fv__slider__item.is-active img{transform:scale(1.1)}.top__fv__catch{margin-top:2rem;font-size:min(2em, 2.78vw);color:var(--main-green);writing-mode:vertical-lr;letter-spacing:.5em}.top__intro__content{display:flex;align-items:center;gap:5em}.top__intro__detail{flex-shrink:0;width:min(50%, 40rem);display:flex;flex-direction:column;gap:3em}.top__intro__catch{font-size:1.75em;color:var(--main-green)}.top__intro__text{color:var(--main-green)}.top__intro__text.indention>*+*{margin-top:2em}.top__intro__img__list{right:0;width:min(60rem, 41.67vw);margin-right:calc(50% - 50vw)}.top__intro__img__list img{width:100%}.top__about__facility{margin-top:4em}.top__about__facility__title{font-size:1.75em;line-height:1;color:var(--main-green);margin-bottom:2em}.top__about__facility__list{display:flex;flex-wrap:wrap;gap:4em 1.75em}.top__about__facility__item{flex-basis:calc((100% - 3.5em) / 3);display:flex;flex-direction:column;gap:1em}.top__about__facility__item__img img{width:100%;border-radius:1.5em}.top__about__facility__item__title{display:flex;flex-direction:column;gap:.5em;color:var(--main-green)}.top__about__facility__item__title--main{font-size:1.5em;line-height:1.25}.top__about__facility__item__title--sub{font-size:.75em}.top__about__facility__item__text{font-size:1.4rem}.top__about__facility__item__text .note{font-size:.875em;margin-top:1em;line-height:1.5}.top__about__facility__note{margin-top:4em;width:min(90%, 80rem);margin-inline:auto}.top__about__facility__note p{display:flex;gap:.5em;color:var(--main-green);border-bottom:1px solid #00913A40;padding-block:1em;font-size:1.25em;line-height:1.5}.top__about__facility__note p:before{content:'●';flex-shrink:0}.top__feature{background-color:#00913A40;margin-top:calc(var(--section_margin) / 3 * -1);padding-top:calc(var(--section_margin) / 3)}.top__feature__list{display:flex;flex-wrap:wrap;gap:4em 2.5em}.top__feature__item{flex-basis:calc((100% - 5em) / 3);display:flex;flex-direction:column;align-items:center}.top__feature__item__img{width:min(24rem, 80%)}.top__feature__item__img img{width:100%}.top__feature__item__content{margin-top:1.5em;display:flex;flex-direction:column;align-items:center;gap:1em}.top__feature__item__title{font-size:1.5em;color:var(--main-green)}.top__feature__item__text .note{font-size:.875em;line-height:1.5}.top__feature__item__time{width:min(22rem, 100%);margin-inline:auto;margin-top:1em}.top__feature__item__time__item{font-size:min(1.25em, 1.39vw);color:var(--main-green);display:flex;align-items:center;justify-content:space-between;gap:1em;line-height:1.5;border-bottom:1px solid var(--main-green)}.top__feature__item__time__item+.top__feature__item__time__item{margin-top:.25em}.top__food__slider{margin-block:calc(var(--section_margin) / 2)}.top__food__slider .splide__slide{width:100%;height:auto;display:flex}.top__food__slider__img{width:100%}.top__service__slider{width:100vw;margin-inline:calc(50% - 50vw)}.top__service__slider__img{width:100%}.top__room__header{display:flex;align-items:center;gap:2em;color:var(--main-green)}.top__room__list{margin-top:4em;display:flex;flex-direction:column;gap:7.5em}.top__room__item{display:flex;gap:3em}.top__room__item__img__wrap{flex-shrink:0;flex-basis:43.64%}.top__room__item__slider{position:relative;border-radius:1em;overflow:hidden}.top__room__item__slider__img{width:100%}.top__room__item__slider .splide__arrows{position:absolute;right:0;bottom:0}.top__room__item__slider:not(:has(.splide__slide+.splide__slide)) .splide__arrows{display:none}.top__room__item__slider .splide__arrows .splide__arrow{background-color:#fff;width:3em;aspect-ratio:1/1;background-image:url(//hotel-teramoto.com/wp-content/themes/hotel-teramoto/assets/css/../img/common/icon__slider-arrow--black.svg);background-size:25%;background-repeat:no-repeat;background-position:center}.top__room__item__slider .splide__arrows .splide__arrow.splide__arrow--next{scale:-1 1}.top__room__item__slider .splide__arrows .splide__arrow svg{display:none}.top__room__item__note{margin-top:1em}.top__room__item__note__title{color:var(--main-green);line-height:1.5}.top__room__item__note__text{margin-top:1em;font-size:1.4rem}.top__room__item__content{display:flex;flex-direction:column;gap:1.5em}.top__room__item__header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1em;color:var(--main-green)}.top__room__item__title{font-size:1.75em}.top__room__item__header__note{display:flex;align-items:center;gap:1em}.top__room__item__header__note .wifi{display:flex;align-items:center;gap:.25em}.top__room__item__header__note .wifi:before{content:'';width:1em;aspect-ratio:1/1;background-image:url(//hotel-teramoto.com/wp-content/themes/hotel-teramoto/assets/css/../img/top/top__room__icon__wifi.svg);background-size:contain;background-repeat:no-repeat;background-position:center}.top__room__item__detail__list{display:flex;flex-wrap:wrap;gap:1em 2em}.top__room__item__detail__item{display:flex;align-items:center;gap:.5em}.top__room__item__detail__item.--bed{flex-basis:100%}.top__room__item__detail__item__img{width:2.625em;flex-shrink:0}.top__room__item__table{display:flex;flex-direction:column;gap:1.5em}.top__room__item__table__item{display:flex;gap:1em;align-items:center}.top__room__item__table__name{flex-shrink:0;background-color:var(--black);color:#fff;line-height:1;padding:.5em 0;text-align:center;border-radius:5em;width:8rem;font-size:1.4rem;white-space:nowrap}.top__room__item__table__price{color:var(--main-green);line-height:1.5;display:flex;flex-direction:column;gap:.5em}.top__room__item__table__text{line-height:1.5}.top__room__item__table__price .big{font-size:1.25em}.top__room__item__table__price .small{font-size:.75em}.top__sauna__header__detail{display:flex;gap:4em;align-items:center}.top__sauna__header__img{margin-top:2em}.top__sauna__header__img img{width:100%;border-radius:1.5em}.top__sauna__list{display:flex;gap:2em;margin-top:2em}.top__sauna__item{flex-basis:50%}.top__sauna__item__img img{width:100%;border-radius:1.5em}.top__sauna__item__title{margin-top:1em;margin-bottom:1em;border-bottom:1px solid var(--main-green);padding-bottom:.5em;font-size:1.25em;color:var(--main-green)}.top__sauna__item__detail{display:flex;gap:2em}.top__sauna__item__detail__header{display:flex;flex-direction:column;align-items:center;gap:.5em;flex-shrink:0}.top__sauna__item__detail__header__img{width:3.5em}.top__sauna__item__detail__header__text{font-size:1.75em;color:var(--main-green);display:flex;align-items:baseline;line-height:1;gap:.125em}.top__sauna__item__detail__header__text span{font-size:.5em}.top__sauna__item__detail__list{display:flex;align-items:flex-start;flex-wrap:wrap;gap:.5em 1em}.top__sauna__item__detail__item{background-color:var(--main-green);color:#fff;line-height:1;border-radius:5em;padding:.25em .5em;font-size:1.2rem}.top__sauna__price{margin-top:10em;color:var(--main-green);position:relative;width:min(80rem, 100%);margin-inline:auto;display:flex;flex-direction:column;align-items:center}.top__sauna__price__img{position:absolute;opacity:.1;top:50%;transform:translateY(-50%);width:17rem}.top__sauna__price__img.--left{left:0}.top__sauna__price__img.--right{right:0}.top__sauna__price__title{text-align:center;line-height:1.5;font-size:1.5em;margin-bottom:1em}.top__sauna__price__table__wrap{width:min(30rem, 100%)}.top__sauna__price__table{width:100%;font-size:1.25em;display:flex;flex-direction:column;gap:.75em}.top__sauna__price__table__item{display:flex;justify-content:space-between;gap:1em;border-bottom:1px solid var(--main-green);padding-bottom:.5em}.top__sauna__price__table__note{margin-top:.5em;font-size:1.4rem;text-align:right}.top__sauna__inner.section__content__inner,.top__message__inner.section__content__inner,.top__info__inner.section__content__inner{width:min(100rem, 90%);margin-left:10rem}.top__message__content__wrap{display:flex;gap:4em;align-items:flex-start;justify-content:space-between}.top__message__content{flex-basis:43%;display:flex;flex-direction:column;gap:3em}.top__message__img__wrap{flex-basis:46.5%;display:flex;flex-direction:column;gap:.5em;align-items:center;text-align:center}.top__message__img img{width:100%;border-radius:1.5em}.top__message__catch{font-size:1.75em;line-height:1.5}.top__info__content{margin-top:4em;padding-left:5rem}.top__info__table__wrap{padding-left:5rem}.top__info__table__wrap+.top__info__table__wrap{margin-top:6.25em}.top__info__table{width:100%}.top__info__table tr{display:flex;align-items:center;border-bottom:1px solid #00913A40;padding-block:2em}.top__info__table tr td:nth-child(1){width:30rem;flex-shrink:0;color:var(--main-green)}.top__info__table tr td:nth-child(2){width:100%}.top__access__content{display:flex;gap:4em;margin-top:4em}.top__access__map{width:73%;aspect-ratio:3/2}.top__access__map iframe{width:100%;height:100%;object-fit:cover}.top__access__detail__list{display:flex;flex-direction:column;gap:2em}.top__access__detail__item{display:flex;flex-direction:column;gap:.5em;line-height:1.5}.top__access__detail__item__title{color:var(--main-green)}.top__news__list{margin-top:4em;margin-left:10rem;display:flex;flex-direction:column;gap:4em}.top__news__item{display:flex;gap:3em;align-items:flex-start}.top__news__item__date{color:var(--main-green);line-height:1;flex-shrink:0;margin-top:.5em}.top__news__item__title{font-size:1.25em}.top__news__item__text{margin-top:1em;font-size:1.4rem}.top__news__item__text.indention>*+*{margin-top:1em}.footer__top{position:relative;padding-top:5em}.footer__top__img{width:100%;max-height:60rem;object-fit:cover}.footer__contact{background-color:#fff;width:min(90%, 100rem);position:absolute;top:0;left:50%;transform:translateX(-50%);border-radius:1.5em;border:4px solid var(--main-green);padding:2em}.footer__contact__content{margin-top:2em;display:flex;position:relative}.footer__contact__content:after{content:'';width:2px;height:100%;background-color:var(--main-green);position:absolute;top:0;left:50%;transform:translateX(-50%)}.footer__contact__detail{flex-basis:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5em}.footer__contact__detail__title{font-size:1.25em;font-weight:700;line-height:1}.footer__contact__list{display:flex;flex-direction:column;gap:.5em;font-size:1.75em;line-height:1;color:var(--main-green)}.footer__contact__item span{font-weight:700;font-size:1.375em}.footer__contact__reserve{background-color:var(--main-green);color:#fff;display:flex;align-items:center;justify-content:center;gap:1em;width:min(90%, 32rem);padding:.75em 1em;border-radius:5em}.footer__contact__reserve__aroow{width:1.5em;aspect-ratio:1/1;background-color:#fff;background-image:url(//hotel-teramoto.com/wp-content/themes/hotel-teramoto/assets/css/../img/common/icon__arrow--green.svg);background-position:center;background-repeat:no-repeat;background-size:50%;border-radius:50%}.footer__content{background-color:var(--black);padding-block:4em;padding-inline:2em;color:#fff;position:relative}.footer__inner{display:flex;flex-direction:column;align-items:center;gap:4em}.footer__detail{display:flex;align-items:center;gap:4em}.footer__logo img{width:28rem}.footer__address{font-size:1.4rem;line-height:1.5}.footer__copyright{font-size:1.2rem;line-height:1.5}.footer__page-top{position:absolute;top:50%;right:2em;transform:translateY(-50%);width:min(9.72vw, 14rem)}.footer__page-top img{width:100%}@media screen and (max-width:900px){:root{--header__height:6rem;--section_margin:8em}body{font-size:1.4rem}section{margin:var(--section_margin) 0}.from--tb{display:block}.none--tb{display:none}.header{width:100%;height:var(--header__height);top:0;left:0;transform:translateX(0);padding-inline:5%}.header__wrap{flex-direction:row;justify-content:space-between;align-items:center;width:100%}.header__logo__link{width:13rem}.header__logo__img.--pc{display:none}.header__logo__img.--tb{display:flex}.header__nav__wrap{display:none;background-color:#fff;width:100%;height:100dvh;padding-top:calc(var(--header__height) + 0em);padding-inline:5%;padding-bottom:40dvh;position:fixed;left:0;top:0;overflow:scroll;gap:2em;visibility:hidden;opacity:0;transition:all var(--duration__common) cubic-bezier(.79,.14,.15,.86);flex-direction:column;align-items:flex-start}.header.open .header__nav__wrap{display:flex;filter:drop-shadow(0 0 1rem #00000040);visibility:visible;opacity:1}.nav__list{width:100%;flex-direction:column;gap:0;font-size:1.6rem}.nav__item{width:100%;flex-direction:column;border-bottom:1px solid #00000080}.nav__item__link{width:100%;padding-block:1.5em;display:flex;justify-content:space-between;font-size:1em}.nav__item:has(.nav__item__sub) .nav__item__link:after{content:none}.nav__item__sub{padding-top:0;visibility:visible;opacity:1;position:relative;top:0;left:0;transform:translateX(0);filter:none}.nav__item__sub__list{border-radius:0;border-top:1px solid #0000001A}.nav__item__sub__item{font-size:.875em}.nav__other__list{flex-direction:column;align-items:flex-start;width:100%;gap:2em}.nav__other__item{font-size:1.5em}.nav__other__item.--contact{justify-content:center}.nav__other__tel__number{font-size:2rem}.nav__other__tel__note{font-size:1.4rem}.header__nav__btn__wrap{display:flex}.header__nav__btn{cursor:pointer;width:2em;aspect-ratio:1/1;display:flex;flex-direction:column;justify-content:center;position:relative}.header__nav__btn__line{position:absolute;background-color:var(--main-green);width:100%;left:0;height:1px;transform-origin:center;transition:all .4s cubic-bezier(.79,.14,.15,.86)}.header__nav__btn__line:nth-child(1){top:25%}.header__nav__btn__line:nth-child(3){top:75%}.header__nav__btn.open .header__nav__btn__line:nth-child(1){top:50%;transform:rotate(25deg)}.header__nav__btn.open .header__nav__btn__line:nth-child(2){top:50%;transform:rotate(-25deg)}.header__nav__btn.open .header__nav__btn__line:nth-child(3){opacity:0}.nav__other__item.--sns img{width:2em}.section__title--main img{height:2.5rem}.top__sauna .section__title--main img{height:5.3rem}.section__content__wrap{padding-left:0;padding-right:0}.top__fv{margin-top:calc(var(--header__height) + 1em)}.top__fv__content{padding-left:5%;flex-direction:column;gap:2em}.top__fv__catch{margin-top:0;font-size:1.6rem;color:var(--main-green);writing-mode:initial}.top__intro{margin-top:calc(var(--section_margin) / 2 * -1)}.top__intro__content{flex-direction:column;width:100%}.top__intro__catch{font-size:1.5em}.top__intro__detail{width:100%;gap:3em}.top__intro__img__list{width:100vw}.top__about__facility__list{gap:4em 2em}.top__about__facility__item{flex-basis:calc((100% - 2em) / 2)}.top__about__facility__note{width:100%}.top__about__facility__note p{font-size:1.125em}.top__feature__list{gap:4em 3em}.top__feature__item{flex-basis:calc((100% - 3em) / 2)}.top__feature__item__time__item{font-size:1em}.top__room__header{flex-direction:column;align-items:flex-start}.top__room__item{flex-direction:column;gap:2em}.top__room__item__content{display:contents}.top__room__item__header{order:1;flex-direction:column;align-items:flex-start;gap:1em}.top__room__item__img__wrap{order:2}.top__room__item__detail__list{order:3}.top__room__item__table{order:4}.top__room__item__table__item{flex-direction:column;align-items:flex-start;gap:.5em}.top__sauna__inner.section__content__inner,.top__message__inner.section__content__inner,.top__info__inner.section__content__inner{margin-left:0}.top__sauna__header__detail{display:contents}.top__sauna__header__wrap{display:flex;flex-direction:column;align-items:center;gap:2em}.top__sauna__header__wrap .section__title__wrap.--v--left{align-items:center;order:1}.top__sauna__header__img{margin-top:0;order:2}.top__sauna__header__img img{aspect-ratio:3/2;object-fit:cover}.top__sauna__header__text{order:3}.top__sauna__list{margin-top:4em;flex-direction:column;gap:6.25em}.top__sauna__price__img{width:min(15rem, 40%);top:auto;bottom:100%;transform:translateY(50%)}.top__sauna__price__img.--left{left:0}.top__sauna__price__img.--right{right:0}.top__message__content__wrap{flex-direction:column;gap:1.5em}.top__message__content,.top__message__img__wrap{display:contents}.top__message__catch{order:1;font-size:1.5em}.top__message__img{order:2;width:min(40rem, 100%);margin-inline:auto}.top__message__text{order:3}.top__message__img__detail{order:4;text-align:right;margin-left:auto}.top__info__content,.top__info__table__wrap{padding-left:0}.top__info__table tr{flex-direction:column;align-items:flex-start;gap:1em}.top__info__table tr td:nth-child(1){width:auto}.top__access__content{flex-direction:column-reverse;gap:2em}.top__access__map{width:100%}.top__news__list{margin-left:auto}.top__news__item{flex-direction:column;gap:1em}.top__news__item__title{font-size:1.125em}.footer__top{padding-top:0;padding-bottom:30vw}.footer__top__img{position:absolute;bottom:0;aspect-ratio:3/2}.footer__contact{position:relative}.footer__contact__content{flex-direction:column;max-width:40rem;margin-inline:auto}.footer__contact__content:after{content:none}.footer__contact__detail{padding-block:2em}.footer__contact__detail:nth-child(1){border-bottom:2px solid var(--main-green)}.footer__contact__detail__title{font-size:1em}.footer__content{padding-block:3em}.footer__inner{align-items:flex-start;width:80%;gap:3em}.footer__detail{flex-direction:column;align-items:flex-start;gap:2em}.footer__logo img{width:min(70vw, 23rem)}.footer__page-top{width:min(20%, 10rem);top:auto;bottom:3em;transform:translateY(0)}}@media screen and (max-width:480px){:root{--center_percent:90%}.from--sp{display:block}.none--sp{display:none}.header__wrap{gap:.5em}.top__about__facility__item,.top__feature__item{flex-basis:100%}.top__room__item__detail__item__img{width:2em}}@media (hover:none){.top__service__item:hover{.top__service__item__content{transform:none}.top__service__item__inner{background-color:initial}}}