@font-face {
  font-family: "Fa V 4 Compatibility";
  src: url('../fonts/fa-v4compatibility.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/*
 * Export stability
 *
 * Webflow's interaction runtime exports scroll-reveal targets with an inline
 * opacity of 0, then reveals them after JavaScript has initialized. That can
 * produce a blank flash on first paint and leave content invisible when a
 * third-party script is delayed. Keep exported content visible by default;
 * interactive controls without an inline reveal style continue to work.
 */
[data-w-id][style] {
  opacity: 1 !important;
}

/* Quiet, cross-document page transition for same-origin navigation. */
@view-transition {
  navigation: auto;
}

::view-transition-image-pair(root) {
  background-color: #fff;
  isolation: auto;
}

::view-transition-old(root),
::view-transition-new(root) {
  mix-blend-mode: normal;
}

::view-transition-old(root) {
  animation: sakichi-page-out 200ms cubic-bezier(.76, 0, .24, 1) both;
}

::view-transition-new(root) {
  animation: sakichi-page-in 420ms 70ms cubic-bezier(.22, 1, .36, 1) both;
}

@keyframes sakichi-page-out {
  to {
    opacity: 0;
    transform: translateY(-.35rem);
  }
}

@keyframes sakichi-page-in {
  from {
    opacity: 0;
    transform: translateY(.5rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  @view-transition {
    navigation: none;
  }

  html {
    scroll-behavior: auto !important;
  }

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
    transition-delay: 0s !important;
  }
}

/* Sakichi content refinements */
html {
  scroll-behavior: smooth;
}

.site-skip-link {
  background: #fff;
  border: 1px solid currentColor;
  color: #171812;
  left: 1.6rem;
  padding: 1rem 1.4rem;
  position: fixed;
  top: -10rem;
  z-index: 1000;
}

.site-skip-link:focus {
  top: 1.6rem;
}

.site-header a:focus-visible,
.site-footer a:focus-visible,
.site-contact a:focus-visible,
.fix-banner a:focus-visible,
.site-utility-page a:focus-visible,
.site-utility-page button:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 4px;
}

.site-footer__sns-list {
  display: none;
}

.privacy-copy {
  max-width: 70ch;
  margin: 0 auto;
  font-size: max(1.5rem, 15px);
  line-height: 2;
}

.privacy-copy h2 {
  margin: 3rem 0 1rem;
  font-family: "Shippori Mincho", serif;
  font-size: clamp(20px, 2.2vw, 28px);
  font-weight: 500;
}

.site-utility-page {
  background: #f6f3eb;
  color: #22251f;
  min-height: 100svh;
}

.site-utility-header {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  padding: clamp(24px, 4vw, 56px);
}

.site-utility-header__brand {
  display: block;
  width: clamp(132px, 14vw, 210px);
}

.site-utility-header__brand img {
  display: block;
  height: auto;
  width: 100%;
}

.site-utility-header .language-switcher {
  margin-left: 24px;
}

.site-utility {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  max-width: 760px;
  min-height: calc(100svh - 190px);
  padding: 48px clamp(24px, 6vw, 72px) 96px;
}

.site-utility h1 {
  font-size: clamp(36px, 6vw, 72px);
  font-weight: 400;
  letter-spacing: .04em;
  line-height: 1.25;
  margin: 0 0 24px;
}

.site-utility p {
  color: #62675e;
  font-size: max(1.6rem, 16px);
  line-height: 2;
  margin: 0 0 36px;
  max-width: 48ch;
}

.site-utility__button,
.site-utility__action {
  align-items: center;
  background: #263027;
  border: 1px solid #263027;
  color: #fff;
  display: inline-flex;
  font-size: max(1.4rem, 14px);
  justify-content: center;
  min-height: 52px;
  min-width: 220px;
  padding: 12px 28px;
  text-decoration: none;
}

.site-utility__button:hover,
.site-utility__action:hover {
  background: #465246;
}

.privacy-copy a,
.contact--section a {
  text-decoration: underline;
  text-underline-offset: .25em;
}

@media screen and (max-width: 767px) {
  .section-header__title {
    overflow-wrap: anywhere;
  }
}

@font-face {
  font-family: "Fa Brands 400";
  src: url('../fonts/fa-brands-400.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Sharp 400";
  src: url('../fonts/fa-sharp-regular-400.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Duotone 900";
  src: url('../fonts/fa-duotone-900.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Sharp 100";
  src: url('../fonts/fa-sharp-thin-100.woff2') format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Solid 900";
  src: url('../fonts/fa-solid-900.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa 100";
  src: url('../fonts/fa-thin-100.woff2') format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Sharp Solid 900";
  src: url('../fonts/fa-sharp-solid-900.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Sharp 300";
  src: url('../fonts/fa-sharp-light-300.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa 300";
  src: url('../fonts/fa-light-300.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: #000;
  letter-spacing: .07em;
  background-color: #fff;
  font-family: Shippori Mincho, sans-serif;
  font-size: max(1.6rem, 15px);
  line-height: 1.8;
  text-decoration: none;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-bottom: 0;
}

img {
  display: inline-block;
}

.page-wrapper {
  position: relative;
}

.site-header__logo {
  width: 22rem;
  position: absolute;
  top: 6rem;
  left: 6rem;
}

.top_hero--section {
  width: 100%;
  height: 100vh;
  min-height: 92rem;
  margin-bottom: 20rem;
  position: relative;
}

.main-wrapper {
  width: 100%;
}

.site-header {
  z-index: 2;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 9.5rem;
  display: flex;
  position: static;
}

.site-header:where(.w-variant-9d62113a-4233-3aa9-7031-8d8d7c787d2d) {
  margin-bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.global-nav {
  justify-content: flex-end;
  width: 100%;
  padding-top: 6rem;
  padding-right: 6rem;
  display: flex;
}

.global-nav.footer--nav--wrapper {
  margin-top: 6rem;
  padding-top: 0;
  padding-right: 0;
}

.global-nav__list {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
}

.global-nav__item {
  text-align: center;
}

.global-nav__item:where(.w-variant-9d62113a-4233-3aa9-7031-8d8d7c787d2d) {
  color: #fff;
}

.nav--contact {
  box-sizing: border-box;
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  border: 1px solid #000;
  justify-content: flex-end;
  align-items: flex-end;
  margin-left: 5rem;
  min-height: 44px;
  padding: 1.15rem 3.5rem;
  line-height: 1.2;
  display: flex;
}

.global-nav__actions {
  align-items: center;
  display: flex;
  flex: none;
  flex-direction: column;
  gap: .6rem;
  margin-left: 5rem;
}

@media screen and (min-width: 992px) {
  .site-header > .global-nav {
    align-items: flex-start;
  }
}

.global-nav__actions .nav--contact,
.global-nav__actions .language-switcher {
  margin-left: 0;
}

.site-header:where(.w-variant-9d62113a-4233-3aa9-7031-8d8d7c787d2d) .global-nav__actions {
  color: #fff;
}

.nav--contact:where(.w-variant-9d62113a-4233-3aa9-7031-8d8d7c787d2d) {
  color: #fff;
  border-color: #fff;
}

.nav--contact.footer--nav--lcontact {
  color: #000;
  border-color: #000;
}

.code-embed {
  font-size: 1.2rem;
}

.site-header__logo-image {
  margin: 0;
}

.nav--contact_ja {
  font-size: max(1.7rem, 17px);
}

.nav--contact_en {
  display: none;
  font-family: Josefin Slab, sans-serif;
  font-size: max(1.3rem, 13px);
  font-weight: 600;
}

.global-nav__link {
  flex-flow: column;
  display: flex;
}

.global-nav__link.footer--nav--link {
  color: #090404;
}

.global-nav__text-ja {
  font-size: max(1.7rem, 17px);
  line-height: 1.8;
}

.global-nav__text-en {
  display: none;
  font-family: Josefin Slab, sans-serif;
  font-size: max(1.3rem, 13px);
  font-weight: 600;
  line-height: 1;
}

.top_hero--copy {
  z-index: 2;
  position: absolute;
  bottom: 25%;
  left: 9.4%;
}

.top_hero--copy--title {
  color: #fff;
  margin: 0 0 2rem;
  font-family: Shippori Mincho, serif;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.5;
}

.top_hero--copy--sub_title {
  color: #fff;
  margin: 0 0 2.5rem;
  font-size: max(1.8rem, 16px);
  font-weight: 400;
  line-height: 1.5;
}

.top_hero--copy--text {
  color: #fff;
  margin-bottom: 0;
  font-family: Josefin Slab, sans-serif;
  font-size: max(1.2rem, 14px);
  font-weight: 600;
  line-height: 1.6;
}

.image-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section-container {
  padding-left: 9.375vw;
  padding-right: 9.375vw;
  position: relative;
}

.section-container.section--padding--narrow {
  padding-left: 16.4063vw;
  padding-right: 16.4063vw;
}

.top_feature--section {
  margin-bottom: 19rem;
  padding-bottom: 15rem;
  position: relative;
}

.circle-arrow-button {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  position: relative;
}

.circle-arrow-button.feature--btn {
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 18rem;
}

.circle-arrow-button.news--btn {
  position: absolute;
  bottom: 0;
  left: 9.375vw;
}

.top_feature--list {
  grid-column-gap: .9rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: grid;
}

.feature-card__text {
  margin-bottom: 0;
  line-height: 1.7;
}

.swiper-wrapper {
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: flex;
}

.swiper-wrapper.swiper1-wrapper, .swiper-slide {
  width: 100%;
  height: 100%;
}

.swiper1-pagination {
  z-index: 3;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%);
}

.swiper1-pagination.swiper1pagination {
  z-index: 7;
}

.feature-card__title {
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-size: max(1.8rem, 18px);
  font-weight: 500;
  line-height: 1.8;
}

.feature-card__image {
  aspect-ratio: auto;
  margin-bottom: 3.8rem;
}

.top_room--section {
  margin-bottom: 22rem;
}

.top_room--contents {
  margin-bottom: 8rem;
}

.feature-card__content {
  padding-left: 2rem;
  padding-right: 2rem;
}

.circle-arrow-button__text {
  margin-bottom: 0;
  font-size: max(1.8rem, 16px);
  font-weight: 500;
  line-height: 1.8;
}

.circle-arrow-button__decor {
  background-image: url('../images/arrow5.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: .7rem 1.2rem;
  border: 1px solid #000;
  border-radius: 100%;
  width: 6rem;
  height: 6rem;
  position: relative;
}

.swiper.swiper1 {
  width: 100%;
  height: 100vh;
  min-height: 92rem;
  position: relative;
  overflow: hidden;
}

.swiper.swiper1::after {
  content: "";
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(110deg, rgba(12, 11, 9, .26) 0%, rgba(12, 11, 9, .12) 45%, rgba(12, 11, 9, .02) 100%);
  position: absolute;
  inset: 0;
}

.swiper.swiper3, .swiper.swiper4 {
  width: 100%;
  height: 76rem;
}

/* A gentle daylight lift retains the rooms' natural colours and details. */
.top_hero--section .image-cover,
.swiper2--container .image-cover,
.top_room--list--image .image-cover,
.room-card-slider__slide img {
  filter: brightness(1.08);
}

.top_hero--copy {
  text-shadow: 0 2px 12px rgba(0, 0, 0, .65);
}

.top_room--list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: grid;
}

.top_room--list--item {
  position: relative;
}

.top_room--list--image {
  overflow: hidden;
}

.top_room--list--contents {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%)translate(0);
}

.top_room--list--title {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Shippori Mincho, serif;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.8;
}

.top_room--list--text {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: 2.4rem;
}

.top_room--list--btn {
  aspect-ratio: 1;
  background-image: url('../images/arrow2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1.3rem 2rem;
  background-attachment: scroll;
  border: 1px solid #fff;
  border-radius: 100%;
  width: 15.48%;
  position: absolute;
  bottom: 29.41%;
  left: 50%;
  transform: translate(-50%);
}

.top_news--section {
  margin-bottom: 22.4rem;
}

.news--list {
  grid-column-gap: 4.65%;
  grid-row-gap: 8rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.top_news--wrapper {
  justify-content: space-between;
  display: flex;
}

.article-card__image {
  aspect-ratio: 19 / 12;
  margin-bottom: 2.3rem;
}

.article-card__data {
  margin-bottom: .8rem;
  font-family: Josefin Slab, sans-serif;
  font-size: max(1.4rem, 12px);
  font-weight: 600;
}

.article-card__title {
  font-size: max(1.5rem, 14px);
}

.site-footer {
  padding-bottom: 12.4rem;
}

.site-contact {
  height: 58rem;
  margin-top: 25rem;
  margin-bottom: 10rem;
  position: relative;
}

.site-contact__content {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.site-contact__image {
  width: 100%;
  height: 100%;
  position: relative;
}

.site-contact__title {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 8.2rem;
  padding-bottom: 3.6rem;
  font-family: Josefin Slab, sans-serif;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1;
  position: relative;
}

.site-contact__button {
  color: #fff;
  border: 1px solid #fff;
  justify-content: center;
  align-items: center;
  width: 41rem;
  padding: 2rem;
  display: flex;
}

.site-contact__button-text {
  color: #fff;
  margin-bottom: 0;
  font-family: Shippori Mincho, serif;
  font-size: 2rem;
  font-weight: 400;
}

.site-contact__tel {
  color: #fff;
  margin-bottom: 0;
  font-family: Josefin Slab, sans-serif;
  font-size: 2.8rem;
  font-weight: 600;
}

.site-contact__actions {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  display: flex;
}

.site-footer--logo {
  width: 31.6rem;
}

.site-footer__head {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 5rem;
  display: flex;
}

.site-footer__tel {
  font-family: Josefin Slab, sans-serif;
  font-size: 2rem;
  font-weight: 600;
}

.copyright {
  text-align: right;
  margin-bottom: 0;
  font-size: max(1.4rem, 12px);
  font-weight: 400;
}

.site-footer__map {
  font-size: max(1.4rem, 12px);
  text-decoration: underline;
}

.site-footer__sns-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.site-footer__sns-item {
  border: 1px solid #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  display: flex;
}

.site-footer__links {
  grid-column-gap: 3.1rem;
  grid-row-gap: 3.1rem;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 12rem;
  display: flex;
}

.site-footer__sns-link {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  display: flex;
}

.icon--instagram {
  aspect-ratio: 1;
  width: 1.891rem;
  display: block;
}

.icon--line {
  aspect-ratio: 1;
  width: 2.182rem;
}

.icon--facebook {
  aspect-ratio: 1;
  width: 2.327rem;
}

.global-nav__logo, .hamburger {
  display: none;
}

.top_feature--section--underlay {
  z-index: -1;
  background-image: url('../images/bg_image1_1.webp');
  background-position: 0 0;
  background-size: auto;
  height: 53.1%;
  position: absolute;
  inset: auto 0% 0%;
}

.top_room--contents--text {
  margin-bottom: 0;
}

.section-header__head {
  padding-right: 2rem;
  display: block;
  position: relative;
}

.section--title--deco {
  background-color: #000;
  width: 6rem;
  height: .1rem;
  margin-top: -.05rem;
  position: absolute;
  top: .9rem;
  left: 0;
}

.top_feature--section--title {
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 8rem;
  padding-left: 8rem;
  display: flex;
  position: relative;
}

.top_feature--section--title--deco {
  background-color: #000;
  width: 6rem;
  height: .1rem;
  margin-top: -.05rem;
  position: absolute;
  top: 50%;
  left: 0;
}

.site-contact__head {
  position: relative;
}

.site-contact__line {
  background-color: #fff;
  width: 8rem;
  height: .1rem;
  margin-left: -4rem;
  position: absolute;
  bottom: 0;
  left: 50%;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.page-header {
  margin-bottom: 16.6rem;
}

.page-header:where(.w-variant-5d54bf67-f43d-4cc1-3e5a-8f3eb507549e) {
  margin-bottom: 9rem;
}

.page-header:where(.w-variant-fe15afa6-0c92-f022-6221-08036387d510), .page-header.subpage--section--no_image {
  margin-bottom: 12rem;
  padding-top: 5rem;
}

.page-header__image {
  height: 42rem;
  margin-bottom: 6.3rem;
}

.page-header__head {
  text-align: center;
  flex-flow: column;
}

.page-header__title {
  margin-top: 0;
  margin-bottom: 2.5rem;
  font-family: Shippori Mincho, serif;
  font-size: 3.8rem;
  font-weight: 400;
  line-height: 1;
}

.page-header__label {
  font-family: Josefin Slab, sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
}

.section-header__label {
  margin-bottom: 5.8rem;
  padding-left: 8rem;
  font-family: Josefin Slab, sans-serif;
  font-weight: 600;
  line-height: 1;
}

.section-header__label.section--title--en--no_margin {
  margin-bottom: 0;
}

.section-header__title {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Shippori Mincho, serif;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1;
}

.section-header {
  justify-content: space-between;
  margin-bottom: 11.4rem;
  display: flex;
}

.section-header.section-header--no-desc {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 9.2rem;
  position: relative;
}

.section-header__content {
  flex: none;
  order: 0;
  width: 77.24%;
  margin-bottom: 0;
  padding-top: 7rem;
}

.room-price__grid {
  grid-column-gap: 22rem;
  grid-row-gap: 22rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.room-detail-card__content {
  justify-content: space-between;
  display: flex;
}

.room-detail-card__title {
  margin-top: 0;
  margin-bottom: 3rem;
  font-family: Shippori Mincho, serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.8;
}

.room-detail-card__description {
  margin-bottom: 8rem;
}

.square-button {
  grid-column-gap: .9rem;
  grid-row-gap: .9rem;
  border: 1px solid #000;
  border-radius: .1rem;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 1.445rem 2.54rem;
  line-height: 1;
  display: inline-flex;
}

.square-button.sp {
  display: none;
}

.room-detail-card__intro {
  flex: none;
  width: 46.15%;
}

.table-spec {
  flex: none;
}

.table-spec.table-spec--room-detail-card {
  width: 50%;
}

.table-spec.mb--30 {
  margin-bottom: 3rem;
}

.table-spec__row {
  border-bottom: 1px solid #0003;
  border-radius: .1rem;
  padding-top: 1.56rem;
  padding-bottom: 1.56rem;
  display: flex;
}

.table-spec__row.table--spec--row--first {
  border-top: 1px solid #0003;
}

.table-spec__key {
  flex: none;
  width: 17.4rem;
  margin-bottom: 0;
  padding-left: 3rem;
  padding-right: 2rem;
}

.table-spec__key.table--spec--key--width_lg {
  width: 22.3rem;
}

.table-spec__value {
  margin-bottom: 0;
}

.swiper3-container {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10rem;
  padding-bottom: 5rem;
  padding-left: 9.375vw;
  padding-right: 9.375vw;
  position: relative;
  overflow: hidden;
}

.swiper3-pagination {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}

.square-button__en {
  margin-bottom: 0;
  font-family: Josefin Slab, sans-serif;
  font-size: 1.2rem;
  line-height: 1;
}

.square-button__ja {
  margin-bottom: 0;
  font-size: 1.7rem;
  line-height: 1;
}

.top_feature--section--title--ja {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 3rem;
  font-family: Shippori Mincho, serif;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.8;
}

.top_feature--section--title--en {
  margin-bottom: 0;
  font-family: Josefin Slab, sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
}

.top_room--section--title {
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 8rem;
  padding-left: 8rem;
  display: flex;
  position: relative;
}

.top_room--section--title--en {
  margin-bottom: 0;
  font-family: Josefin Slab, sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
}

.top_room--section--title--ja {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 3rem;
  font-family: Shippori Mincho, serif;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.8;
}

.top_room--section--title--deco {
  background-color: #000;
  width: 6rem;
  height: .1rem;
  margin-top: -.05rem;
  position: absolute;
  top: 50%;
  left: 0;
}

.top_news--section--title {
  justify-content: flex-start;
  align-items: flex-end;
  display: block;
  position: relative;
}

.top_news--section--title--en {
  margin-bottom: 3rem;
  padding-left: 8rem;
  font-family: Josefin Slab, sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
}

.top_news--section--title--ja {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Shippori Mincho, serif;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.8;
}

.top_news--section--title--deco {
  background-color: #000;
  width: 6rem;
  height: .1rem;
  margin-top: -.05rem;
  position: absolute;
  top: .9rem;
  left: 0;
}

.facility_onsen--section {
  margin-bottom: 20rem;
}

.facility-card {
  justify-content: space-between;
  padding-left: 9.375vw;
  padding-right: 9.375vw;
  display: flex;
}

.facility-card__image {
  flex: none;
  width: 53.8%;
}

.facility-card__content {
  flex: none;
  width: 41%;
}

.facility-card__content.media--item--detail--pt {
  padding-top: 5rem;
}

.facility-card__title {
  margin-top: 0;
  margin-bottom: 3rem;
  font-family: Shippori Mincho, serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.8;
}

.facility-card__text {
  margin-bottom: 6rem;
}

.table-spec__sub-title {
  margin-top: 0;
  margin-bottom: 1.7rem;
  font-family: Shippori Mincho, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
}

.table-spac-block {
  margin-bottom: 6rem;
}

.facility_onsen--list {
  grid-column-gap: 19rem;
  grid-row-gap: 19rem;
  flex-flow: column;
  display: flex;
}

.table-spec__value--note {
  margin-left: .8rem;
  font-size: 1.4rem;
}

.table--spec--value--note_space {
  margin-top: 1.2rem;
  margin-bottom: .4rem;
  display: block;
}

.facility--restaurant--section {
  margin-bottom: 18.6rem;
}

.section-header__lead {
  margin-top: 0;
  margin-bottom: 2.5rem;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.8;
}

.swiper4-container {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 12.2rem;
  padding-bottom: 5rem;
  padding-left: 9.375vw;
  padding-right: 9.375vw;
  position: relative;
  overflow: hidden;
}

.swiper4-pagination {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}

.subpage--navigation {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 13rem;
  padding-left: 0;
  display: flex;
}

.subpage--navigation--item {
  list-style-type: none;
}

.subpage--navigation--link {
  background-image: url('../images/arrow4.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 1.3rem .8rem;
  padding-right: 3rem;
}

.facility--navigation--text {
  margin-bottom: 0;
  font-size: 2rem;
}

.facility_restaurant--list {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.facility_restaurant--list--item {
  background-image: url('../images/facility_restaurant_meal_bg1_1.webp');
  background-position: 0 0;
  background-size: auto;
  padding: 6rem;
}

.facility_restaurant--list--title {
  position: relative;
}

.facility_restaurant--list--time {
  letter-spacing: .13em;
  margin-bottom: 0;
  font-family: Josefin Slab, sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
}

.facility_restaurant--list--image {
  margin-bottom: 4rem;
}

.facility_restaurant--list--lead {
  margin-bottom: 1.5rem;
  font-size: 2rem;
}

.facility_restaurant--list--description {
  margin-bottom: 0;
}

.facility--restaurant--meal--title-text {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 6rem;
  font-family: Josefin Slab, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
}

.facility--restaurant--meal--title-deco {
  background-color: #000;
  width: 4rem;
  height: .1rem;
  margin-top: -.05rem;
  position: absolute;
  top: 50%;
}

.facility_restaurant--list--header {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 3.5rem;
  display: flex;
}

.facility_shop--section {
  margin-bottom: 20rem;
}

.media--item--copy {
  margin-bottom: 3rem;
  font-size: 2rem;
}

.media--item--banner {
  background-image: url('../images/media_banner_image1_1.webp');
  background-position: 0 0;
  background-size: auto;
  padding: 2.5rem 6rem;
}

.facility_sightseeing--list {
  grid-column-gap: 18rem;
  grid-row-gap: 18rem;
  flex-flow: column;
  display: flex;
}

.text--center {
  text-align: center;
  margin-bottom: 0;
}

.mb--60 {
  margin-bottom: 60px;
}

.access__map {
  margin-bottom: 6rem;
  padding-left: 9.375vw;
  padding-right: 9.375vw;
}

.access--contact {
  text-align: center;
  margin-bottom: 10.8rem;
}

.access--address {
  margin-bottom: 1.5rem;
}

.layout--columns--770-720 {
  grid-template-rows: auto auto;
  grid-template-columns: 49.4% 46.2%;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.text--left {
  text-align: right;
  margin-bottom: 0;
}

.access--tel {
  font-family: Josefin Slab, sans-serif;
  font-weight: 600;
}

.access--tel-text {
  font-size: 1.8rem;
  font-weight: 600;
}

.access--tel-number {
  margin-left: 1.2rem;
  font-size: 2rem;
  font-weight: 600;
}

.table--spac--row--padding_lg {
  padding-top: 2.46rem;
  padding-bottom: 2.46rem;
}

.pagination {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  justify-content: center;
  align-items: center;
  margin-top: 13rem;
  display: none;
}

.pagination--number {
  text-align: center;
  width: 2.5rem;
  font-family: Josefin Slab, sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2;
}

.pagination--number.pagination--number--active {
  border-bottom: 1px solid #000;
}

.pagination--prev, .pagination--next {
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 6rem;
  height: 6rem;
  display: flex;
}

.pagination--list {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  line-height: 2;
  display: flex;
}

.pagination--prev--arrow {
  width: .7rem;
  transform: rotate(-180deg);
}

.pagination--next--arrow {
  width: .7rem;
}

.form--input {
  border: 1px solid #0003;
  height: 6.7rem;
  margin-bottom: 0;
  padding: 0 3rem;
}

.form--bottom {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form--list {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  margin-bottom: 6rem;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.form--label {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2rem;
  font-weight: 400;
  display: flex;
}

.form--category {
  color: #fff;
  text-align: center;
  background-color: #000;
  width: 5rem;
  margin-left: 1.5rem;
  font-size: 1.2rem;
  display: block;
}

.form--textarea {
  margin-bottom: 0;
}

.form--textarea.form--textarea--height {
  border: 1px solid #0003;
  height: 18rem;
  padding: 2rem 3rem;
}

.select-field {
  background-color: #fff0;
}

.select-field.select--pad {
  border: 1px solid #0003;
  height: 6.7rem;
  margin-bottom: 0;
  padding: 0 3rem;
}

.code-embed-2, .news--empty {
  display: none;
}

.pagination--wrapper {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  justify-content: center;
  align-items: center;
  margin-top: 13rem;
  display: flex;
}

.pagination--count {
  display: none;
}

.page-buttons {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  display: flex;
}

.form--submit {
  background-color: #000;
  width: 32rem;
  height: 8rem;
}

.form--check {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 6rem;
  display: flex;
}

.form--check--label {
  margin-bottom: 0;
}

.form--check--text {
  border-bottom: 1px solid #000;
}

.form--checkbox {
  margin-top: 0;
}

.top_news--list {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 80.6%;
  display: flex;
}

.news--list--time {
  margin-bottom: .5rem;
  font-family: Josefin Slab, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
}

.news--list--title {
  font-size: 1.6rem;
}

.news--list--image {
  aspect-ratio: 19 / 12;
  margin-bottom: 2.5rem;
}

.mb--120 {
  margin-bottom: 12rem;
}

.top_concept--section {
  margin-bottom: 22rem;
}

.top_concept--section--title {
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 4rem;
  padding-left: 8rem;
  display: flex;
  position: relative;
}

.top_concept--section--title--deco {
  background-color: #000;
  width: 6rem;
  height: .1rem;
  margin-top: -.05rem;
  position: absolute;
  top: 50%;
  left: 0;
}

.top_concept--section--title--en {
  margin-bottom: 0;
  font-family: Josefin Slab, sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
}

.top_concept--wrapper {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 16rem;
  display: flex;
}

.top_concept--copy {
  width: 25.5%;
  margin-bottom: 0;
  font-family: Shippori Mincho, serif;
  font-size: 2.2rem;
}

.top_concept--text {
  width: 69.6%;
  margin-bottom: 0;
}

.swiper2--container {
  padding-bottom: 4rem;
  position: relative;
}

.swiper3-button-next, .swiper3-button-prev {
  display: none;
}

.footer_contact--image--overlay {
  background-color: #0006;
  width: 100%;
  height: 100%;
  position: absolute;
}

.fix-banner, .swiper4-button-next, .swiper4-button-prev, .code-embed-3 {
  display: none;
}

.news--section {
  margin-bottom: 22.4rem;
}

.swiper2-button-next {
  background-image: url('../images/arrow6.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 8rem;
  height: 1rem;
  margin-left: 6rem;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}

.swiper2-button-prev {
  background-image: url('../images/arrow1.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 8rem;
  height: 1rem;
  margin-left: -6rem;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}

.article-card {
  width: auto;
}

.site-footer__info {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  margin-bottom: 3.8rem;
  display: flex;
}

.access__map-url {
  aspect-ratio: 1560 / 680;
}

@media screen and (max-width: 991px) {
  body {
    letter-spacing: .07em;
    font-size: 1.4rem;
  }

  .site-header__logo {
    width: 11.4rem;
    top: 2rem;
    left: 1.5rem;
  }

  .top_hero--section {
    height: calc(100svh - 5.5rem);
    min-height: auto;
    margin-bottom: 6rem;
    overflow: hidden;
  }

  .main-wrapper {
    display: block;
  }

  .site-header {
    margin-bottom: 8.5rem;
  }

  .site-header:where(.w-variant-9d62113a-4233-3aa9-7031-8d8d7c787d2d) {
    z-index: 3;
  }

  .global-nav {
    z-index: 99;
    background-color: #fff;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    padding-top: 9rem;
    padding-right: 0;
    display: none;
    position: fixed;
  }

  .global-nav.footer--nav--wrapper {
    display: none;
  }

  .global-nav__list {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    margin-bottom: 3rem;
  }

  .nav--contact {
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    max-width: 26rem;
    margin-left: 0;
  }

  .global-nav__actions {
    gap: .8rem;
    margin-left: 0;
    max-width: 26rem;
    width: 100%;
  }

  .site-header:where(.w-variant-9d62113a-4233-3aa9-7031-8d8d7c787d2d) .global-nav__actions {
    color: #000;
  }

  .nav--contact:where(.w-variant-9d62113a-4233-3aa9-7031-8d8d7c787d2d) {
    color: #000;
    border-color: #000;
  }

  .global-nav__link {
    color: #000;
  }

  .global-nav__text-ja {
    font-size: 1.6rem;
  }

  .top_hero--copy {
    width: 84.6%;
    top: auto;
    bottom: 22.3077%;
    left: 7.6923%;
  }

  .top_hero--copy--title {
    margin-bottom: 1rem;
    font-size: 1.8rem;
  }

  .top_hero--copy--sub_title {
    margin-bottom: 2rem;
    font-size: max(1.2rem, 14px);
  }

  .top_hero--copy--text {
    font-size: max(1.1rem, 13px);
  }

  .section-container, .section-container.section--padding--narrow {
    padding-left: 7.6923vw;
    padding-right: 7.6923vw;
  }

  .top_feature--section {
    margin-bottom: 15.4rem;
    padding-bottom: 6.5rem;
  }

  .circle-arrow-button {
    display: flex;
  }

  .circle-arrow-button.feature--btn {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    width: 100%;
    display: flex;
    position: absolute;
    inset: auto auto -14rem 50%;
    transform: translate(-50%);
  }

  .circle-arrow-button.news--btn {
    margin-right: auto;
    position: relative;
    bottom: auto;
    left: auto;
  }

  .top_feature--list {
    grid-column-gap: .6rem;
    grid-row-gap: 4rem;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .swiper-wrapper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    display: block;
  }

  .swiper1-pagination.swiper1pagination {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    top: 36.923%;
    left: auto;
    right: 2rem;
  }

  .feature-card__title {
    margin-bottom: 1rem;
    font-size: 1.5rem;
  }

  .top_room--section {
    margin-bottom: 10rem;
  }

  .top_room--contents {
    margin-bottom: 4rem;
  }

  .circle-arrow-button__text {
    letter-spacing: .07em;
    font-size: 1.5rem;
  }

  .circle-arrow-button__decor {
    background-size: .537rem;
    width: 4.5rem;
    height: 4.5rem;
  }

  .swiper.swiper1 {
    height: 100svh;
    min-height: auto;
  }

  .swiper.swiper3 {
    height: 35rem;
  }

  .swiper.swiper4 {
    height: auto;
  }

  .swiper.swiper2 {
    height: 38rem;
  }

  .top_room--list {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .top_room--list--title {
    font-size: 1.5rem;
  }

  .top_room--list--text {
    font-size: 1.3rem;
  }

  .top_room--list--btn {
    background-size: .554rem;
    width: 5rem;
    height: 5rem;
  }

  .top_news--section {
    margin-bottom: 8.4rem;
  }

  .news--list {
    grid-column-gap: 2rem;
    grid-row-gap: 3rem;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    margin-bottom: 4rem;
    display: grid;
  }

  .top_news--wrapper {
    display: block;
  }

  .article-card__image {
    margin-bottom: 2rem;
  }

  .article-card__data {
    font-size: 1.2rem;
  }

  .article-card__title {
    font-size: 1.4rem;
    line-height: 1.7;
  }

  .site-footer {
    padding-bottom: 10.5rem;
    display: block;
  }

  .site-contact {
    height: 47rem;
    margin-top: 10rem;
    margin-bottom: 4.7rem;
    display: block;
  }

  .site-contact__content {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .site-contact__title {
    letter-spacing: .07em;
    margin-bottom: 5rem;
    padding-bottom: 2rem;
    font-size: 2.4rem;
    line-height: 1;
  }

  .site-contact__button {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 33rem;
    height: 6.5rem;
    padding: 1.5rem 2rem;
    display: flex;
  }

  .site-contact__button-text {
    font-size: 1.5rem;
  }

  .site-contact__tel {
    letter-spacing: .07em;
    font-size: 1.8rem;
    display: block;
  }

  .site-contact__actions {
    grid-column-gap: 2.9rem;
    grid-row-gap: 2.9rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .site-footer--logo {
    width: 16.3rem;
  }

  .site-footer__head {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
  }

  .site-footer__address {
    font-size: 1.5rem;
  }

  .site-footer__tel {
    letter-spacing: .07em;
    font-size: 1.7rem;
    line-height: 1.7;
  }

  .copyright {
    text-align: center;
    letter-spacing: .07em;
    font-size: 1.2rem;
  }

  .site-footer__links {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .article-card__link {
    width: 100%;
  }

  .global-nav__logo {
    width: 11.4rem;
    display: block;
    position: absolute;
    top: 2rem;
    left: 1.5rem;
  }

  .hamburger {
    z-index: 100;
    cursor: pointer;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    min-height: 44px;
    min-width: 44px;
    width: 4rem;
    display: flex;
    position: fixed;
    top: 3.5rem;
    right: 2rem;
  }

  .hamburger--line {
    background-color: #fff;
    width: 4rem;
    height: .1rem;
  }

  .hamburger--line.hamburger--line--1 {
    background-color: #000;
    margin-bottom: .6rem;
  }

  .hamburger--line.hamburger--line--1:where(.w-variant-9d62113a-4233-3aa9-7031-8d8d7c787d2d) {
    background-color: #fff;
  }

  .hamburger--line.hamburger--line--2 {
    background-color: #000;
  }

  .hamburger--line.hamburger--line--2:where(.w-variant-9d62113a-4233-3aa9-7031-8d8d7c787d2d) {
    background-color: #fff;
  }

  .hamburger--text {
    text-align: center;
    margin-top: .7rem;
    font-family: Josefin Slab, sans-serif;
    font-size: max(.9rem, 14px);
    font-weight: 600;
    line-height: 1;
  }

  .hamburger--text:where(.w-variant-9d62113a-4233-3aa9-7031-8d8d7c787d2d) {
    color: #fff;
  }

  .top_feature--section--underlay {
    height: 85.6%;
  }

  .text--menu {
    color: #000;
    margin-bottom: 0;
  }

  .text--menu:where(.w-variant-9d62113a-4233-3aa9-7031-8d8d7c787d2d) {
    color: #fff;
  }

  .text--close {
    color: #000;
    margin-bottom: 0;
    display: none;
  }

  .text--close:where(.w-variant-9d62113a-4233-3aa9-7031-8d8d7c787d2d) {
    color: #fff;
  }

  .section-header__head {
    margin-bottom: 2.5rem;
    padding-right: 0;
  }

  .section--title--deco {
    width: 4rem;
    top: .7rem;
  }

  .top_feature--section--title {
    margin-bottom: 4rem;
    padding-left: 5.5rem;
  }

  .top_feature--section--title--deco {
    width: 4rem;
  }

  .site-contact__line {
    width: 5rem;
    margin-left: -2.5rem;
  }

  .page-header {
    margin-bottom: 8rem;
  }

  .page-header:where(.w-variant-5d54bf67-f43d-4cc1-3e5a-8f3eb507549e) {
    margin-bottom: 7rem;
  }

  .page-header:where(.w-variant-fe15afa6-0c92-f022-6221-08036387d510), .page-header.subpage--section--no_image {
    margin-bottom: 6rem;
  }

  .page-header__image {
    height: 25rem;
    margin-bottom: 3rem;
  }

  .page-header__title {
    margin-bottom: 1.5rem;
    font-size: 2.5rem;
  }

  .page-header__label {
    font-size: 1.6rem;
  }

  .section-header__label {
    letter-spacing: .07em;
    margin-bottom: 2.3rem;
    padding-left: 6rem;
  }

  .section-header__title {
    font-family: Shippori Mincho, serif;
    font-size: 1.6rem;
  }

  .section-header {
    margin-bottom: 6rem;
    display: block;
  }

  .section-header__content {
    letter-spacing: 0;
    width: 100%;
    padding-top: 0;
    line-height: 2;
  }

  .room-price__grid {
    grid-column-gap: 10rem;
    grid-row-gap: 10rem;
  }

  .room-detail-card__content {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
    flex-flow: column;
    display: block;
  }

  .room-detail-card__title {
    margin-bottom: 1rem;
    font-size: 2rem;
    line-height: 2;
  }

  .room-detail-card__description {
    margin-bottom: 0;
  }

  .square-button {
    justify-content: center;
    align-items: baseline;
    width: 100%;
    max-width: 33rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .square-button.sp {
    display: flex;
    overflow: auto;
  }

  .room-detail-card__intro {
    width: 100%;
    margin-bottom: 3rem;
  }

  .table-spec {
    letter-spacing: 0;
    width: 100%;
    margin-bottom: 0;
  }

  .table-spec.table-spec--room-detail-card {
    width: 100%;
    margin-bottom: 5rem;
  }

  .table-spec__row {
    flex-flow: column;
  }

  .table-spec__key {
    width: 100%;
    padding-bottom: .5rem;
    padding-left: 0;
    padding-right: 0;
  }

  .swiper3-container {
    margin-bottom: 7rem;
    padding-bottom: 3rem;
    padding-left: 0;
    padding-right: 0;
  }

  .swiper3-pagination {
    display: none;
  }

  .square-button__en {
    letter-spacing: .07em;
  }

  .top_feature--section--title--ja {
    margin-left: 2rem;
    font-size: 1.6rem;
  }

  .top_feature--section--title--en {
    letter-spacing: .07em;
    font-size: 1.4rem;
  }

  .top_room--section--title {
    margin-bottom: 3rem;
    padding-left: 5.5rem;
  }

  .top_room--section--title--en {
    letter-spacing: .07em;
    font-size: 1.4rem;
  }

  .top_room--section--title--ja {
    margin-left: 2rem;
    font-size: 1.6rem;
  }

  .top_room--section--title--deco {
    width: 4rem;
  }

  .top_news--section--title {
    justify-content: flex-start;
    align-items: flex-end;
    margin-bottom: 4rem;
    display: flex;
  }

  .top_news--section--title--en {
    letter-spacing: .07em;
    margin-bottom: 0;
    padding-left: 5.5rem;
    font-size: 1.4rem;
    line-height: 1.8;
  }

  .top_news--section--title--ja {
    margin-left: 2rem;
    font-size: 1.6rem;
  }

  .top_news--section--title--deco {
    width: 4rem;
    top: 50%;
  }

  .facility_onsen--section {
    margin-bottom: 8rem;
  }

  .facility-card {
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .facility-card__image {
    width: 100%;
    height: 28rem;
    margin-bottom: 4rem;
  }

  .facility-card__content {
    width: 100%;
    padding-left: 7.6923vw;
    padding-right: 7.6923vw;
  }

  .facility-card__content.media--item--detail--pt {
    padding-top: 0;
  }

  .facility-card__title {
    letter-spacing: 0;
    margin-bottom: 2rem;
    font-size: 2rem;
  }

  .facility-card__text {
    letter-spacing: 0;
    margin-bottom: 3rem;
    line-height: 2;
  }

  .facility_onsen--list {
    grid-column-gap: 7rem;
    grid-row-gap: 7rem;
  }

  .facility--restaurant--section {
    margin-bottom: 8rem;
  }

  .section-header__lead {
    font-size: 1.6rem;
  }

  .swiper4-container {
    margin-bottom: 6.4rem;
    padding-bottom: 3rem;
    padding-left: 0;
    padding-right: 0;
  }

  .swiper4-pagination, .subpage--navigation {
    display: none;
  }

  .facility_restaurant--list {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: flex;
  }

  .facility_restaurant--list--item {
    width: 100%;
    padding: 3.8rem 2rem;
  }

  .facility_restaurant--list--time {
    font-size: 1.3rem;
  }

  .facility_restaurant--list--image {
    margin-bottom: 2rem;
  }

  .facility_restaurant--list--lead {
    font-size: 1.5rem;
  }

  .facility--restaurant--meal--title-text {
    font-size: 1.4rem;
  }

  .facility_restaurant--list--header {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-bottom: 2rem;
  }

  .facility_shop--section {
    margin-bottom: 8rem;
  }

  .media--item--copy {
    margin-bottom: 1.5rem;
    font-size: 1.6rem;
  }

  .media--item--banner {
    padding: 1.2rem 3rem;
  }

  .facility_sightseeing--list {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
  }

  .text--center {
    letter-spacing: 0;
  }

  .mb--60 {
    margin-bottom: 3rem;
  }

  .access__map {
    margin-bottom: 3rem;
    padding-left: 0;
    padding-right: 0;
  }

  .access--contact {
    margin-bottom: 6rem;
  }

  .access--address {
    font-size: 1.5rem;
  }

  .layout--columns--770-720 {
    grid-column-gap: 0rem;
    grid-row-gap: 5rem;
    flex-flow: column;
    display: flex;
  }

  .access--tel-text {
    font-size: 1.5rem;
  }

  .access--tel-number {
    font-size: 1.6rem;
  }

  .pagination--prev, .pagination--next {
    width: 4.5rem;
    height: 4.5rem;
  }

  .pagination--prev--arrow, .pagination--next--arrow {
    width: .6rem;
  }

  .form--input {
    height: auto;
    padding: 1.25rem 2rem;
  }

  .form--list {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .form--label {
    margin-bottom: 1rem;
  }

  .form--category {
    width: 4.5rem;
  }

  .form--textarea.form--textarea--height {
    height: 12rem;
    padding: 1.25rem 2rem;
  }

  .select-field.select--pad {
    height: auto;
    padding: 1.25rem 2rem;
  }

  .pagination--wrapper {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
  }

  .page-buttons {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .form--submit {
    width: 100%;
    max-width: 33rem;
    height: 6rem;
  }

  .form--check {
    margin-bottom: 4rem;
  }

  .top_news--list {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    width: 100%;
    margin-bottom: 4rem;
  }

  .news--list--time {
    font-size: 1.2rem;
  }

  .news--list--title {
    letter-spacing: 0;
    font-size: 1.4rem;
    line-height: 1.7;
  }

  .news--list--image {
    margin-bottom: 1.5rem;
  }

  .inline {
    display: inline-block;
  }

  .mb--120 {
    margin-bottom: 6rem;
  }

  .top_concept--section {
    margin-bottom: 10rem;
  }

  .top_concept--section--title {
    margin-bottom: 1.5rem;
    padding-left: 5.5rem;
  }

  .top_concept--section--title--deco {
    width: 4rem;
  }

  .top_concept--section--title--en {
    font-size: 1.4rem;
  }

  .top_concept--wrapper {
    margin-bottom: 4rem;
    display: block;
  }

  .top_concept--copy {
    width: auto;
    margin-bottom: 3rem;
    font-size: 1.6rem;
  }

  .top_concept--text {
    width: auto;
  }

  .swiper2--container {
    padding-bottom: 3rem;
  }

  .swiper3-button-next {
    cursor: pointer;
    background-image: url('../images/arrow6.svg');
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    width: 3rem;
    height: .9rem;
    margin-left: 3rem;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    right: auto;
    transform: translate(-50%);
  }

  .swiper3-button-prev {
    cursor: pointer;
    background-image: url('../images/arrow1.svg');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    width: 3rem;
    height: .9rem;
    margin-left: -3rem;
    padding-bottom: 0;
    display: flex;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
  }

  .fix-banner {
    z-index: 3;
    background-color: #fff;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    height: 5.5rem;
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: 3px 3px 8px 3px #0000001a;
  }

  .fix-banner__link {
    background-color: #fff;
    justify-content: center;
    align-items: center;
    width: 50%;
    display: flex;
  }

  .fix-banner__link.fix-banner__link--access {
    background-image: url('../images/fix_access_image.webp');
    background-position: 0 0;
    background-size: auto;
    width: 100%;
  }

  .fix-banner > .fix-banner__link[href*="booking.com"] {
    display: none;
  }

  .fix-banner__text {
    margin-bottom: 0;
    font-size: 1.6rem;
  }

  .fix-banner__text-en {
    margin-left: 1.2rem;
    font-family: Josefin Slab, sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
  }

  .swiper4-button-next {
    cursor: pointer;
    background-image: url('../images/arrow6.svg');
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    width: 3rem;
    height: .9rem;
    margin-left: 3rem;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    right: auto;
    transform: translate(-50%);
  }

  .swiper4-button-prev {
    cursor: pointer;
    background-image: url('../images/arrow1.svg');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    width: 3rem;
    height: .9rem;
    margin-left: -3rem;
    padding-bottom: 0;
    display: flex;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
  }

  .news--section {
    margin-bottom: 8.4rem;
  }

  .news--list--link {
    width: 100%;
  }

  .swiper2-button-next {
    cursor: pointer;
    background-image: url('../images/arrow6.svg');
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    width: 3rem;
    height: .9rem;
    margin-left: 2.5rem;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    right: auto;
    transform: translate(-50%);
  }

  .swiper2-button-prev {
    cursor: pointer;
    background-image: url('../images/arrow1.svg');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    width: 3rem;
    height: .9rem;
    margin-left: -2.5rem;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    right: auto;
    transform: translate(-50%);
  }

  .room-detail-card__button {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .global-nav {
    opacity: 0;
  }

  .feature-card__text {
    line-height: 1.8;
  }

  .top_room--contents {
    margin-bottom: 4rem;
  }

  .top_room--list {
    flex-flow: column;
    display: flex;
  }

  .top_room--list--title {
    font-size: 1.5rem;
  }

  .top_room--list--text {
    font-size: 1.3rem;
  }

  .top_room--contents--text {
    line-height: 2;
  }
}

@media screen and (max-width: 479px) {
  .site-header__logo, .site-header__logo:where(.w-variant-9d62113a-4233-3aa9-7031-8d8d7c787d2d) {
    width: 11.4rem;
  }

  .top_hero--section {
    margin-bottom: 6rem;
  }

  .section-container {
    padding-right: 7.69vw;
  }

  .circle-arrow-button.feature--btn {
    display: inline-flex;
  }

  .top_feature--list {
    flex-flow: column;
    display: flex;
  }

  .feature-card__content {
    padding-left: 0;
    padding-right: 0;
  }

  .news--list {
    grid-column-gap: 0rem;
    grid-row-gap: 4rem;
    flex-flow: column;
    display: flex;
  }

  .site-contact__button-text {
    line-height: 1.2;
  }

  .site-contact__actions {
    padding-left: 7.6923vw;
    padding-right: 7.6923vw;
  }

  .global-nav__logo:where(.w-variant-9d62113a-4233-3aa9-7031-8d8d7c787d2d) {
    width: 11.4rem;
  }

  .hamburger--line.hamburger--line--1:where(.w-variant-9d62113a-4233-3aa9-7031-8d8d7c787d2d), .hamburger--line.hamburger--line--2:where(.w-variant-9d62113a-4233-3aa9-7031-8d8d7c787d2d) {
    background-color: #fff;
  }

  .hamburger--text:where(.w-variant-9d62113a-4233-3aa9-7031-8d8d7c787d2d), .text--menu:where(.w-variant-9d62113a-4233-3aa9-7031-8d8d7c787d2d), .text--close:where(.w-variant-9d62113a-4233-3aa9-7031-8d8d7c787d2d) {
    color: #fff;
  }

  .page-header__image {
    height: 25rem;
  }

  .room-detail-card__description {
    letter-spacing: 0;
  }

  .facility_restaurant--list--time {
    line-height: 1.5;
  }

  .facility_restaurant--list--description {
    letter-spacing: 0;
    line-height: 2;
  }

  .media--item--banner {
    letter-spacing: 0;
  }

  .pagination--prev {
    flex: none;
    width: 4.5rem;
    height: 4.5rem;
  }

  .form--input, .form--textarea.form--textarea--height {
    font-size: 16px;
  }

  .top_news--list {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
  }

  .swiper3-button-next {
    height: .8rem;
    margin-left: 2.5rem;
  }

  .swiper3-button-prev {
    height: .8rem;
    margin-left: -2.5rem;
  }

  .swiper4-button-next {
    height: .8rem;
    margin-left: 2.5rem;
  }

  .swiper4-button-prev {
    height: .8rem;
    margin-left: -2.5rem;
  }

  .swiper2-button-next {
    height: .8rem;
    margin-left: 2.5rem;
  }

  .swiper2-button-prev {
    height: .8rem;
  }
}


@font-face {
  font-family: 'Fa V 4 Compatibility';
  src: url('../fonts/fa-v4compatibility.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Sharp 400';
  src: url('../fonts/fa-sharp-regular-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Duotone 900';
  src: url('../fonts/fa-duotone-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Sharp 100';
  src: url('../fonts/fa-sharp-thin-100.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 100';
  src: url('../fonts/fa-thin-100.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Sharp Solid 900';
  src: url('../fonts/fa-sharp-solid-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Sharp 300';
  src: url('../fonts/fa-sharp-light-300.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 300';
  src: url('../fonts/fa-light-300.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* 2026 bilingual booking and room-catalog refinement */
:root {
  --sakichi-ink: #171815;
  --sakichi-muted: #5f625b;
  --sakichi-line: #d8d8d2;
  --sakichi-soft: #f4f4f0;
  --sakichi-moss: #465246;
}

html[data-site-lang="ja"] [data-lang="en"],
html[data-site-lang="en"] [data-lang="ja"] {
  display: none !important;
}

.language-switcher {
  align-items: center;
  align-self: center;
  background: rgba(255, 255, 255, .88);
  border: 1px solid rgba(23, 24, 21, .42);
  box-sizing: border-box;
  color: currentColor;
  display: inline-flex;
  flex: none;
  font-family: "Josefin Slab", serif;
  font-size: max(1.2rem, 15px);
  font-weight: 600;
  gap: .2rem;
  letter-spacing: .08em;
  margin-left: 1.6rem;
  padding: .1rem .35rem;
}

.language-switcher button {
  background: none;
  border: 0;
  color: inherit;
  cursor: pointer;
  font: inherit;
  min-height: max(3.6rem, 44px);
  min-width: max(3.6rem, 44px);
  opacity: .82;
  padding: .5rem;
  transition: background-color .2s ease, opacity .2s ease;
}

.language-switcher button:hover {
  background: rgba(23, 24, 21, .08);
  opacity: 1;
}

.language-switcher button:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
  opacity: 1;
}

.language-switcher button.is-active {
  font-weight: 700;
  opacity: 1;
  text-decoration: underline;
  text-underline-offset: .35em;
}

.site-header:where(.w-variant-9d62113a-4233-3aa9-7031-8d8d7c787d2d) .global-nav__actions .language-switcher {
  background: rgba(17, 18, 16, .6);
  border-color: rgba(255, 255, 255, .72);
  color: #fff;
}

.site-header:where(.w-variant-9d62113a-4233-3aa9-7031-8d8d7c787d2d) .global-nav__actions .language-switcher button:hover {
  background: rgba(255, 255, 255, .16);
}

.room-catalog {
  margin: 2rem auto 0;
  max-width: 150rem;
  padding: 0 6rem 16rem;
}

.room-catalog__statement {
  align-items: end;
  border-bottom: 1px solid var(--sakichi-line);
  display: grid;
  gap: 3rem;
  grid-template-columns: minmax(0, 1.1fr) minmax(28rem, .9fr);
  margin-bottom: 3rem;
  padding-bottom: 4rem;
}

.room-catalog__statement h3 {
  color: var(--sakichi-ink);
  font-size: clamp(2.4rem, 3.5vw, 4.8rem);
  font-weight: 400;
  letter-spacing: .02em;
  line-height: 1.35;
  text-wrap: balance;
}

.room-catalog__statement p {
  color: var(--sakichi-muted);
  font-size: 1.4rem;
  line-height: 2;
  max-width: 58ch;
  text-wrap: pretty;
}

.room-type-strip {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 8rem;
  background: var(--sakichi-line);
}

.room-type-strip__item {
  background: #fff;
  color: var(--sakichi-ink);
  display: block;
  min-height: 16rem;
  padding: 2.8rem 3rem;
  text-decoration: none;
  transition: background-color .24s cubic-bezier(.22, 1, .36, 1), color .24s cubic-bezier(.22, 1, .36, 1);
}

.room-type-strip__item:hover,
.room-type-strip__item:focus-visible {
  background: var(--sakichi-soft);
}

.room-type-strip__item[aria-current="true"] {
  background: var(--sakichi-ink);
  color: #fff;
}

.room-type-strip__item strong {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 1rem;
}

.room-type-strip__item span {
  color: var(--sakichi-muted);
  display: block;
  font-size: 1.25rem;
  line-height: 1.8;
}

.room-type-strip__item[aria-current="true"] span {
  color: rgba(255, 255, 255, .8);
}

.room-type-strip__item[aria-current="true"] strong span {
  color: #fff;
}

.room-inventory__item[hidden] {
  display: none;
}

.room-inventory {
  border-top: 1px solid var(--sakichi-ink);
  list-style: none;
  margin: 0;
  padding: 0;
}

.room-inventory__item {
  align-items: center;
  border-bottom: 1px solid var(--sakichi-line);
  display: grid;
  gap: 2.4rem;
  grid-template-columns: 7rem minmax(16rem, 26rem) minmax(18rem, 1fr) minmax(20rem, 34rem) auto;
  min-height: 18rem;
  padding: 2.4rem 0;
}

.room-inventory__number {
  color: var(--sakichi-muted);
  font-family: "Josefin Slab", serif;
  font-size: 1.4rem;
  letter-spacing: .12em;
}

.room-inventory__image {
  aspect-ratio: 16 / 10;
  background: var(--sakichi-soft);
  overflow: hidden;
}

.room-inventory__image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.room-inventory__image img.room-inventory__placeholder {
  object-fit: contain;
  padding: clamp(2.5rem, 5vw, 5rem);
}

.room-card-slider {
  position: relative;
}

.room-card-slider__viewport {
  display: flex;
  height: 100%;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  touch-action: pan-x pan-y;
}

.room-card-slider__viewport::-webkit-scrollbar {
  display: none;
}

.room-card-slider__slide {
  flex: 0 0 100%;
  min-width: 0;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.room-card-slider__slide img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.room-card-slider__arrow {
  align-items: center;
  background: rgba(27, 31, 26, .82);
  border: 0;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 1.8rem;
  height: max(4.4rem, 44px);
  justify-content: center;
  min-width: 44px;
  width: max(4.4rem, 44px);
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.room-card-slider__arrow--previous {
  left: .8rem;
}

.room-card-slider__arrow--next {
  right: .8rem;
}

.room-card-slider__status {
  background: rgba(27, 31, 26, .82);
  bottom: .8rem;
  color: #fff;
  font-family: "Josefin Slab", serif;
  font-size: 1.1rem;
  left: 50%;
  letter-spacing: .08em;
  min-width: 4.8rem;
  padding: .45rem .7rem;
  position: absolute;
  text-align: center;
  transform: translateX(-50%);
}

.room-inventory__title {
  color: var(--sakichi-ink);
  font-size: clamp(1.8rem, 2.2vw, 2.6rem);
  font-weight: 400;
  line-height: 1.45;
}

.room-inventory__meta {
  color: var(--sakichi-muted);
  font-size: 1.2rem;
  line-height: 1.85;
}

.room-inventory__status {
  background: var(--sakichi-soft);
  color: #41453f;
  display: inline-block;
  font-size: max(1.2rem, 12px);
  margin-top: .9rem;
  padding: .45rem .75rem;
}

.room-inventory__actions {
  display: flex;
  flex-direction: column;
  gap: .8rem;
  min-width: 16rem;
}

.room-inventory__actions a {
  border-bottom: 1px solid var(--sakichi-ink);
  color: var(--sakichi-ink);
  font-size: 1.2rem;
  padding: .7rem 0;
  text-align: center;
}

.room-inventory__title a {
  color: inherit;
  text-decoration: none;
}

.room-inventory__title a:hover,
.room-inventory__title a:focus-visible {
  text-decoration: underline;
  text-underline-offset: .5rem;
}

.room-inventory__actions a.room-inventory__detail {
  background: var(--sakichi-ink);
  border: 1px solid var(--sakichi-ink);
  color: #fff;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}

.room-inventory__actions a.room-inventory__detail:hover,
.room-inventory__actions a.room-inventory__detail:focus-visible {
  background: var(--sakichi-moss);
}

@media screen and (min-width: 1200px) {
  .room-type-strip__item strong {
    font-size: 19px;
  }

  .room-type-strip__item span {
    font-size: 14px;
  }

  .room-inventory__number {
    font-size: 14px;
  }

  .room-inventory__title {
    font-size: 18px;
  }

  .room-inventory__meta {
    font-size: 12px;
    line-height: 1.8;
  }

  .room-inventory__status,
  .room-card-slider__status {
    font-size: 12px;
  }

  .room-inventory__actions {
    min-width: 190px;
  }

  .room-inventory__actions a {
    align-items: center;
    display: flex;
    font-size: 12px;
    justify-content: center;
    min-height: 4.8rem;
  }
}

.faq-section {
  background: var(--sakichi-soft);
  padding: 14rem 0;
}

.faq-section__inner {
  margin: 0 auto;
  max-width: 96rem;
  padding: 0 6rem;
}

.faq-section__title {
  font-size: clamp(2.8rem, 4vw, 4.8rem);
  font-weight: 400;
  margin-bottom: 5rem;
  text-align: center;
}

.faq-list {
  border-top: 1px solid var(--sakichi-ink);
}

.faq-list details {
  border-bottom: 1px solid var(--sakichi-line);
}

.faq-list summary {
  cursor: pointer;
  font-size: 1.5rem;
  list-style: none;
  padding: 2.4rem 5rem 2.4rem 0;
  position: relative;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  font-family: "Josefin Slab", serif;
  font-size: 2.4rem;
  font-weight: 300;
  position: absolute;
  right: .5rem;
  top: 50%;
  transform: translateY(-50%);
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list__answer {
  color: var(--sakichi-muted);
  font-size: 1.3rem;
  line-height: 2;
  max-width: 70ch;
  padding: 0 5rem 2.6rem 0;
}

.announcement-panel {
  border-bottom: 1px solid var(--sakichi-line);
  margin-bottom: 8rem;
  padding-bottom: 6rem;
}

.announcement-panel h2 {
  font-size: clamp(2.6rem, 3vw, 4rem);
  font-weight: 400;
  margin-bottom: 2rem;
}

.announcement-panel p {
  color: var(--sakichi-muted);
  font-size: 1.35rem;
  line-height: 2;
}

.legacy-room-grid {
  display: none !important;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.contact-delivery-note {
  margin: 0 0 2rem;
  padding: 1rem 1.25rem;
  border-left: 2px solid var(--sakichi-accent);
  background: rgba(111, 92, 60, .08);
  color: var(--sakichi-ink);
  font-size: max(1.3rem, 13px);
  line-height: 1.75;
}

.contact-delivery-note.is-alert {
  outline: 2px solid var(--sakichi-accent);
  outline-offset: 3px;
}

html[data-site-lang="en"] .global-nav__text-ja,
html[data-site-lang="en"] .nav--contact_ja {
  display: none;
}

html[data-site-lang="en"] .global-nav__text-en,
html[data-site-lang="en"] .nav--contact_en {
  display: inline;
  font-family: inherit;
  font-size: max(1.4rem, 14px);
  font-weight: 500;
  line-height: 1.3;
}

html[data-site-lang="en"] .fix-banner__text-en {
  display: none;
}

@media screen and (max-width: 991px) {
  .global-nav__actions .language-switcher {
    margin: 0;
  }

  .site-header:where(.w-variant-9d62113a-4233-3aa9-7031-8d8d7c787d2d) .global-nav__actions .language-switcher {
    background: #fff;
    border-color: rgba(23, 24, 21, .42);
    color: var(--sakichi-ink);
  }

  .site-header:where(.w-variant-9d62113a-4233-3aa9-7031-8d8d7c787d2d) .global-nav__actions .language-switcher button:hover {
    background: rgba(23, 24, 21, .08);
  }

  .room-catalog {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .room-inventory__item {
    grid-template-columns: 5rem minmax(14rem, 22rem) 1fr;
  }

  .room-inventory__meta {
    grid-column: 2 / 4;
  }

  .room-inventory__actions {
    grid-column: 2 / 4;
    flex-direction: row;
  }

  .room-inventory__actions a {
    min-width: 16rem;
  }
}

@media screen and (max-width: 767px) {
  .room-catalog {
    padding: 0 7.69vw 9rem;
  }

  .room-catalog__statement {
    align-items: start;
    grid-template-columns: 1fr;
  }

  .room-type-strip {
    grid-template-columns: 1fr;
    margin-bottom: 5rem;
  }

  .room-type-strip__item {
    min-height: auto;
  }

  .room-inventory__item {
    align-items: start;
    gap: 1.4rem;
    grid-template-columns: 1fr;
    padding: 3rem 0;
  }

  .room-inventory__number,
  .room-inventory__image,
  .room-inventory__title,
  .room-inventory__meta,
  .room-inventory__actions {
    grid-column: 1;
  }

  .room-inventory__number {
    grid-row: auto;
    white-space: nowrap;
  }

  .room-card-slider__arrow {
    height: max(4.8rem, 44px);
    min-width: 44px;
    width: max(4.8rem, 44px);
  }

  .room-inventory__actions {
    flex-direction: column;
    min-width: 0;
  }

  .faq-section {
    padding: 9rem 0;
  }

  .faq-section__inner {
    padding: 0 7.69vw;
  }

  .faq-list summary {
    font-size: 1.35rem;
  }
}

/* Keep the exported slideshow graphics delicate while giving every control a
 * reliable keyboard and touch target. The page-level Webflow styles define
 * the visible one-pixel lines; these rules expand only the interactive area. */
.swiper1-pagination .swiper-pagination-bullet,
.swiper3-pagination .swiper-pagination-bullet,
.swiper4-pagination .swiper-pagination-bullet {
  background: transparent !important;
  border-radius: 0;
  box-sizing: border-box;
  min-height: 44px;
  min-width: 44px;
  opacity: 1 !important;
  position: relative;
}

.swiper1-pagination .swiper-pagination-bullet::before,
.swiper3-pagination .swiper-pagination-bullet::before,
.swiper4-pagination .swiper-pagination-bullet::before {
  background: rgba(0, 0, 0, .6);
  content: "";
  height: 1px;
  inset: 50% 0 auto;
  position: absolute;
  transform: translateY(-50%);
}

.swiper1-pagination .swiper-pagination-bullet-active::before {
  background: #fff;
}

.swiper3-pagination .swiper-pagination-bullet-active::before,
.swiper4-pagination .swiper-pagination-bullet-active::before {
  background: #171812;
}

.swiper2-button-next,
.swiper2-button-prev,
.swiper3-button-next,
.swiper3-button-prev,
.swiper4-button-next,
.swiper4-button-prev {
  background-attachment: scroll !important;
  background-position: center !important;
  background-size: 100% auto !important;
  min-height: 44px;
  min-width: 44px;
}

.swiper-pagination-bullet:focus-visible,
.swiper2-button-next:focus-visible,
.swiper2-button-prev:focus-visible,
.swiper3-button-next:focus-visible,
.swiper3-button-prev:focus-visible,
.swiper4-button-next:focus-visible,
.swiper4-button-prev:focus-visible,
.room-card-slider__arrow:focus-visible {
  outline: 2px solid #171812;
  outline-offset: 3px;
}

@media screen and (max-width: 991px) {
  .swiper1-pagination .swiper-pagination-bullet::before {
    height: 30px;
    inset: 7px auto auto 50%;
    transform: translateX(-50%);
    width: 1px;
  }

  .swiper2-button-next,
  .swiper2-button-prev,
  .swiper3-button-next,
  .swiper3-button-prev,
  .swiper4-button-next,
  .swiper4-button-prev {
    background-size: 30px auto !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .room-card-slider__viewport {
    scroll-behavior: auto;
  }
}
