@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: clamp(0.875rem, 0.875rem + 0.267vw, 1rem);
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  color: #282828;
  line-height: 1.6;
  background-color: #fff;
  overflow-x: hidden;
  transition: margin 0.3s;
}
@media (max-width: 768px) {
  body {
    margin-right: 0;
  }
}

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

ul,
ol {
  list-style: none;
}

button {
  cursor: pointer;
  border: none;
  background: none;
}

.container {
  margin: 0 auto;
}

.section {
  padding: 15vh 0 5vh;
}

.section-title {
  font-size: 5rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-weight: 100;
  letter-spacing: 0.1em;
  text-align: left;
  margin-bottom: 48px;
  padding-left: 10%;
  line-height: 1;
}
@media (max-width: 768px) {
  .section-title {
    font-size: 3rem;
    margin-bottom: 30px;
  }
}
.section-title__dark {
  color: #454344;
  font-size: 5rem;
  font-weight: 100;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media (max-width: 768px) {
  .section-title__dark {
    font-size: 3rem;
    margin-bottom: 30px;
  }
}
.section-title--white {
  color: #fff;
  font-size: 5rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-weight: 100;
  letter-spacing: 0.1em;
  text-align: left;
  line-height: 1;
}
@media (max-width: 768px) {
  .section-title--white {
    font-size: 3rem;
    color: #222;
  }
}

.section-title-block {
  position: relative;
  margin-bottom: 48px;
  padding-left: 10%;
  padding-right: 10%;
  opacity: 0;
  animation: sectionTitleFadeIn 0.9s ease forwards;
}
@media (max-width: 768px) {
  .section-title-block {
    margin-bottom: 30px;
  }
}
.section-title-block__icon {
  position: absolute;
  top: -0.5em;
  left: 10%;
  width: clamp(5.5rem, 9vw, 9.5rem);
  height: auto;
  z-index: 0;
}
.section-title-block__text {
  position: relative;
  z-index: 1;
  margin-bottom: 0.4em !important;
  padding-left: 0 !important;
  display: inline-block;
}

@keyframes sectionTitleFadeIn {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.subpage-hero {
  padding: 5% 0% 5% 0;
  animation: fadeInUp 1s ease forwards;
  position: relative;
}
@media (max-width: 1330px) {
  .subpage-hero {
    padding: 20% 0% 5% 0%;
  }
}
.subpage-hero__room-inner {
  padding: 0 5% 0 10%;
}
@media (max-width: 1330px) {
  .subpage-hero__room-inner {
    padding: 5%;
  }
}
.subpage-hero__brand {
  font-size: 1.1rem;
  letter-spacing: 0.18em;
  color: #888;
  margin-bottom: 8px;
  font-family: "Montserrat", sans-serif;
}
.subpage-hero__title {
  font-size: 6.5rem;
  font-weight: 100;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 2%;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 768px) {
  .subpage-hero__title {
    font-size: 3.5rem;
  }
}

.page-header {
  padding: 5% 0% 5% 10%;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 1s ease forwards;
  position: relative;
}
@media (max-width: 1330px) {
  .page-header {
    padding: 35% 0% 5% 0%;
  }
}
.page-header__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.page-header__subtitle {
  font-size: 1.1rem;
  letter-spacing: 0.18em;
  color: #888;
  margin-bottom: 8px;
  font-family: "Montserrat", sans-serif;
}
.page-header__title {
  font-size: 6.5rem;
  font-weight: 100;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 2%;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 480px) {
  .page-header__title {
    font-size: 4rem;
  }
}
.page-header__breadcrumb {
  margin-top: 2rem;
}
.page-header__breadcrumb ol {
  display: flex;
  list-style: none;
  gap: 0.5rem;
  font-size: 0.9rem;
  color: #666;
}
.page-header__breadcrumb li:not(:last-child)::after {
  content: ">";
  margin-left: 0.5rem;
  color: #ccc;
}
.page-header__breadcrumb a {
  color: #666;
  text-decoration: none;
}
.page-header__breadcrumb a:hover {
  color: #333;
}
.page-header--room {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}
.page-header--concept {
  background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
}
.page-header--access {
  background: linear-gradient(135deg, #f3e5f5 0%, #e1bee7 100%);
}

.page-subtitle {
  font-size: 1.1rem;
  letter-spacing: 0.18em;
  color: #888;
  margin-bottom: 8px;
}

.page-title {
  font-size: 6.5rem;
  font-weight: 100;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 2%;
}
@media (max-width: 480px) {
  .page-title {
    font-size: 3.5rem;
  }
}

.subtitle {
  font-family: "Albert Sans", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 4;
  margin-bottom: 2%;
}
@media (max-width: 480px) {
  .subtitle {
    font-size: 1.2em;
    line-height: 1.5;
    margin-top: 10%;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.btn-more {
  display: inline-block;
  padding: 12px 40px;
  border: 1px solid #282828;
  font-size: clamp(0.8rem, 0.719rem + 0.133vw, 0.875rem);
  letter-spacing: 0.1em;
  transition: all 0.3s ease;
}
@media (max-width: 480px) {
  .btn-more {
    padding: 10px 30px;
    font-size: 0.9rem;
  }
}
.btn-more:hover {
  background-color: #282828;
  color: #fff;
}
.btn-more--white {
  border-color: #fff;
  color: #fff;
}
.btn-more--white:hover {
  background-color: #fff;
  color: #282828;
}

.btn-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #282828;
  border-radius: 50%;
  font-size: 18px;
  transition: all 0.3s ease;
}
.btn-arrow:hover {
  background-color: #7B9BC8;
  color: #fff;
  border-color: #7B9BC8;
}

.view-more__set {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 32px;
  margin-left: 0;
  padding-left: 0;
}

.view-more {
  display: inline-flex;
  align-items: center;
  gap: 0;
  cursor: pointer;
  color: #222;
  text-decoration: none;
}

.view-more__arrow {
  display: flex;
  align-items: center;
  color: #7B9BC8;
  transition: transform 0.7s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.view-more__arrow svg {
  transition: transform 0.7s cubic-bezier(0.34, 1.56, 0.64, 1), width 0.7s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.view-more:hover .view-more__arrow {
  transform: translateX(220px);
}
.view-more:hover .view-more__arrow svg {
  transform: scaleX(1.2);
  transform-origin: left;
}

.view-more__text {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #222;
  transition: letter-spacing 0.7s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.view-more:hover .view-more__text {
  letter-spacing: 0.28em;
}

.view-more__accent {
  color: #7B9BC8;
}

.view-more:not(:hover) .view-more__arrow {
  margin-left: 0;
  margin-right: 12px;
  order: 1;
}

.view-more:not(:hover) .view-more__text {
  margin-left: 0;
  order: 2;
}

.page-top {
  position: fixed;
  bottom: 50px;
  right: 20px;
  border: none;
  z-index: 3000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  cursor: pointer;
  padding: 0;
  background: transparent;
  color: #fff;
}
.page-top.visible {
  opacity: 1;
  visibility: visible;
}
.page-top:hover {
  transform: translateY(-4px);
}
@media (max-width: 900px) {
  .page-top--circle {
    width: 44px;
    height: 44px;
    bottom: 18px;
    right: 18px;
  }
}
.page-top--vertical {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 900px) {
  .page-top--vertical {
    right: 12px;
    bottom: 12px;
  }
}
.page-top__text {
  writing-mode: vertical-rl;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-size: 1rem;
  color: #7b7b7b;
  letter-spacing: 0.18em;
  font-weight: 500;
}
.page-top__line {
  display: block;
  width: 1.7px;
  height: 60px;
  background: #7b7b7b;
  margin: 0 0 12px;
}
.page-top__arrow {
  display: block;
}

#header {
  position: fixed;
  right: 0;
  top: 0;
  width: 230px;
  background: #fff;
  box-shadow: -2px 0 8px rgba(0, 0, 0, 0.06);
  z-index: 1003;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1330px) {
  #header {
    width: 100%;
    height: 100px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    padding: 0 20px;
    background: #DCF0F2;
  }
}
@media (max-width: 480px) {
  #header {
    height: 70px;
    padding: 0 12px;
  }
}
#header .header__inner {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  height: 100%;
}
@media (max-width: 1330px) {
  #header .header__inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: auto;
    padding: 0;
  }
}
#header .header__logo {
  background: #DCF0F2;
  padding: 1.4em 1.5em 1.8em;
  margin-bottom: 0;
  width: 100%;
  box-sizing: border-box;
}
#header .header__logo a {
  display: block;
  text-decoration: none;
}
@media (max-width: 1330px) {
  #header .header__logo {
    background: transparent;
    padding: 0;
    width: auto;
    margin: 0;
  }
}
#header .header__logo p {
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  color: #888;
  margin-bottom: 0.3em;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 1330px) {
  #header .header__logo p {
    display: none;
  }
}
#header .logo-main {
  display: block;
  width: 100%;
  max-width: 160px;
  height: auto;
}
@media (max-width: 1330px) {
  #header .logo-main {
    max-width: 120px;
  }
}
@media (max-width: 480px) {
  #header .logo-main {
    max-width: 100px;
  }
}
#header .logo-sub {
  display: block;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-size: 0.75rem;
  color: #888;
  letter-spacing: 0.38em;
  margin-top: 0.5em;
  line-height: 1.7;
  text-align: left;
}
@media (max-width: 1330px) {
  #header .nav {
    position: fixed;
    top: 0;
    right: 0;
    width: 260px;
    height: 100vh;
    background: #fff;
    transform: translateX(100%);
    z-index: 1002;
    transition: transform 0.3s ease;
    flex-direction: column;
    justify-content: flex-start;
    box-sizing: border-box;
    padding-top: 80px;
    box-shadow: -2px 0 16px rgba(0, 0, 0, 0.12);
    overflow-y: auto;
  }
  #header .nav.active {
    transform: translateX(0);
  }
  #header .nav .nav__list {
    flex: 0 0 auto;
  }
  #header .nav .nav__search {
    display: flex;
    margin: 2% 10% 0;
  }
}
@media (max-width: 480px) {
  #header .nav {
    padding-top: 60px;
  }
}
#header .nav-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1001;
}
#header .nav-overlay.active {
  display: block;
}
#header .nav__list {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 2rem 1rem 0;
  padding: 0;
}
@media (max-width: 1330px) {
  #header .nav__list {
    padding: 12px 20px;
    margin-top: 0;
  }
}
#header .nav__item {
  list-style: none;
}
#header .nav__link {
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-size: 1rem;
  color: #333;
  letter-spacing: 0.14em;
  font-weight: 400;
  display: block;
  padding: 0.75em 2em;
  position: relative;
  transition: color 0.2s;
}
@media (max-width: 1330px) {
  #header .nav__link {
    font-size: 1rem;
    padding: 14px 20px;
  }
}
#header .nav__link.active {
  color: #7395C1;
}
#header .nav__link.active::after {
  content: "";
  display: block;
  position: absolute;
  left: 2em;
  bottom: 0.4em;
  width: calc(100% - 4em);
  height: 1.5px;
  background: #7395C1;
  border-radius: 1px;
}
@media (max-width: 1330px) {
  #header .nav__link.active::after {
    left: 20px;
    width: 40px;
    bottom: 8px;
  }
}
#header .nav__link:hover {
  color: #7395C1;
}
#header .header__right {
  width: 100%;
  padding: 1em 1.5em 2em;
  box-sizing: border-box;
  margin-top: auto;
}
@media (max-width: 1330px) {
  #header .header__right {
    display: none;
  }
}
#header .header__search {
  display: flex;
  align-items: center;
  width: 100%;
  border: 1.5px solid #7395C1;
  background: #fff;
  padding: 0.6em 1em;
  box-sizing: border-box;
  border-radius: 0;
  cursor: pointer;
}
@media (max-width: 1330px) {
  #header .header__search {
    display: none;
  }
}
#header .header__search input,
#header .header__search .header__search-placeholder {
  flex: 1;
  border: none;
  outline: none;
  font-size: 0.95rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  color: #7395C1;
  background: transparent;
  padding: 0.5em 0.2em;
  letter-spacing: 0.18em;
}
#header .header__search input::-moz-placeholder, #header .header__search .header__search-placeholder::-moz-placeholder {
  color: #7395C1;
  opacity: 1;
  font-weight: 400;
}
#header .header__search input::placeholder,
#header .header__search .header__search-placeholder::placeholder {
  color: #7395C1;
  opacity: 1;
  font-weight: 400;
}
#header .search-bag-icon {
  width: 22px;
  height: 22px;
  margin-left: 0.5em;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  opacity: 0.7;
}
#header .nav__search {
  display: none;
  align-items: center;
  border: 1.5px solid #7395C1;
  background: #fff;
  padding: 1em 1.2em;
  box-sizing: border-box;
  height: 52px;
  text-decoration: none;
  color: #7395C1;
}
#header .nav__search input,
#header .nav__search .nav__search-placeholder {
  flex: 1;
  color: #7395C1;
  letter-spacing: 0.18em;
}
#header .nav__search input::-moz-placeholder, #header .nav__search .nav__search-placeholder::-moz-placeholder {
  color: #7395C1;
  opacity: 1;
}
#header .nav__search input::placeholder,
#header .nav__search .nav__search-placeholder::placeholder {
  color: #7395C1;
  opacity: 1;
}
#header .hamburger {
  display: none;
  position: relative;
  top: auto;
  right: auto;
  width: 30px;
  height: 20px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: auto;
  flex-shrink: 0;
}
@media (max-width: 1330px) {
  #header .hamburger {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
  }
}
#header .hamburger span {
  display: block;
  width: 100%;
  height: 2px;
  background: #333;
  transition: all 0.3s ease;
  z-index: 1004;
}
#header .hamburger span:nth-child(1) {
  width: 100%;
}
#header .hamburger span:nth-child(2) {
  width: 80%;
}
#header .hamburger span:nth-child(3) {
  width: 60%;
}
#header .hamburger.active span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
  width: 100%;
}
#header .hamburger.active span:nth-child(2) {
  opacity: 0;
}
#header .hamburger.active span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
  width: 100%;
}

#footer {
  background-color: #222;
  color: #fff;
  padding: 3% 10% 0;
}
#footer .footer__inner {
  margin-right: 260px;
}
@media (max-width: 1330px) {
  #footer .footer__inner {
    margin-right: 0;
  }
}
@media (max-width: 480px) {
  #footer .footer__inner {
    padding: 5% 5% 0;
  }
}
#footer .footer__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 2%;
}
@media (max-width: 480px) {
  #footer .footer__content {
    flex-direction: column;
    gap: 32px;
    margin: 0 auto;
    padding-bottom: 20%;
  }
}
#footer .footer__series-hotels {
  display: flex;
  align-items: center;
  gap: 1em;
  font-size: clamp(0.8rem, 0.719rem + 0.133vw, 0.875rem);
}
#footer .footer__series-hotels::before, #footer .footer__series-hotels::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: #fff;
}
#footer .footer__series-hotels p {
  flex-shrink: 0;
  padding: 0 0.25em;
}
#footer .footer__logo h2 {
  font-family: "Baskervville", "Montserrat", "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
#footer .footer__logo p {
  font-size: clamp(0.8rem, 0.719rem + 0.133vw, 0.875rem);
  letter-spacing: 0.05em;
}
#footer .footer__address {
  margin-top: 5%;
  font-style: normal;
}
#footer .footer__bottom {
  text-align: center;
  padding: 2% 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
#footer .footer__bottom p {
  font-size: 0.75rem;
  opacity: 0.6;
}
#footer .footer__logos {
  display: flex;
  gap: 15%;
  padding: 2% 0;
}
@media (max-width: 480px) {
  #footer .footer__logos {
    flex-direction: column;
    gap: 24px;
    text-align: left;
  }
}
#footer .footer__logos .footer__logo-item {
  font-size: clamp(0.8rem, 0.719rem + 0.133vw, 0.875rem);
}
#footer .footer__logos .footer__logo-item img {
  display: block;
  margin-bottom: 2%;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 480px) {
  #footer .footer__logos {
    margin-bottom: 10%;
  }
  #footer .footer__logos .footer__logo-item img {
    display: block;
  }
}

.fv {
  position: relative;
  width: 100vw;
  height: 100vh;
  min-height: 660px;
  overflow: hidden;
  background: #111;
}
@media (max-width: 1330px) {
  .fv {
    margin-top: 100px;
    height: calc(100vh - 100px);
    min-height: 600px;
  }
}
@media (max-width: 480px) {
  .fv {
    margin-top: 70px;
    height: calc(100vh - 70px);
    min-height: 560px;
  }
}

.fv-motion {
  color: #fff;
}

.fv-motion__slides,
.fv-motion__slide,
.fv-motion__shade {
  position: absolute;
  inset: 0;
}

.fv-motion__slides {
  z-index: 0;
}

.fv-motion__slide {
  display: block;
  opacity: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.06);
  transition: opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1), transform 1.4s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}

.fv-motion__slide--base {
  background-image: url("./images/fv01.jpg");
}

.fv-motion__slide--smart {
  background-image: url("./images/fv02.jpg");
}

.fv-motion__slide--stylish {
  background-image: url("./images/fv03.jpg");
}

.fv-motion__slide--special {
  background-image: url("./images/fv04.jpg");
}

.fv-motion__slide.is-visible {
  opacity: 1;
  transform: scale(1);
}

.fv-motion__slide--base {
  opacity: 1;
  transform: scale(1);
  animation: fv-zoom 7s ease-out both;
}

.fv-motion__slide--final {
  display: none;
}

@keyframes fv-zoom {
  from {
    transform: scale(1.05);
  }
  to {
    transform: scale(1);
  }
}
.fv-motion__shade {
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.14) 52%, rgba(0, 0, 0, 0.24) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.32) 100%);
}

.fv-motion__opening-logo,
.fv-motion__map,
.fv-motion__word,
.fv-motion__final-copy {
  position: absolute;
  z-index: 4;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.7s ease, transform 0.7s ease, filter 0.7s ease, background 0.7s ease;
}

.fv-motion__opening-logo.is-visible,
.fv-motion__map.is-visible,
.fv-motion__word.is-visible,
.fv-motion__final-copy.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.fv-motion__opening-logo {
  left: 8%;
  top: 50%;
  display: flex;
  align-items: center;
  gap: clamp(16px, 2vw, 26px);
  transform: translateY(-50%) translateX(-16px);
  filter: blur(5px);
}
.fv-motion__opening-logo.is-visible {
  transform: translateY(-50%) translateX(0);
  filter: blur(0);
}
@media (max-width: 480px) {
  .fv-motion__opening-logo {
    left: 6%;
    gap: 12px;
  }
}

.fv-motion__opening-logo-mark {
  display: block;
  width: clamp(32px, 4vw, 52px);
  flex-shrink: 0;
}
.fv-motion__opening-logo-mark svg {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 480px) {
  .fv-motion__opening-logo-mark {
    width: 32px;
  }
}

.fv-motion__opening-logo-text {
  display: block;
}
.fv-motion__opening-logo-text small {
  display: block;
  margin-bottom: 5px;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-size: clamp(0.6rem, 0.85vw, 0.8rem);
  font-weight: 700;
  letter-spacing: 0.18em;
  color: rgba(255, 255, 255, 0.72);
}
.fv-motion__opening-logo-text strong {
  display: block;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-size: clamp(2.5rem, 4.6vw, 4.6rem);
  line-height: 0.92;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #fff;
}
@media (max-width: 480px) {
  .fv-motion__opening-logo-text small {
    font-size: 0.6rem;
  }
  .fv-motion__opening-logo-text strong {
    font-size: clamp(2rem, 10vw, 3.2rem);
  }
}

.fv-motion__map {
  z-index: 5;
  right: calc(260px + 6vw);
  top: 50%;
  width: clamp(240px, 30vw, 480px);
  aspect-ratio: 1.3;
  transform: translateY(-48%) translateX(28px) scale(0.96);
  filter: blur(6px);
}
.fv-motion__map.is-visible {
  transform: translateY(-50%) translateX(0) scale(1);
  filter: blur(0);
}
@media (max-width: 1330px) {
  .fv-motion__map {
    right: 7%;
    width: min(50vw, 400px);
  }
}
@media (max-width: 480px) {
  .fv-motion__map {
    right: 3%;
    top: 55%;
    width: min(76vw, 300px);
  }
}

.fv-motion__map-img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  filter: drop-shadow(0 8px 22px rgba(0, 0, 0, 0.15));
}

.fv-motion__pin,
.fv-motion__pin-pulse,
.fv-motion__map-label,
.fv-motion__here {
  position: absolute;
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.fv-motion__circle-label {
  position: absolute;
  left: calc(62% + 10px);
  top: calc(47% + 10px);
  width: clamp(60px, 8vw, 90px);
  height: auto;
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.6s ease;
  pointer-events: none;
}

.fv-motion__pin {
  left: 62%;
  top: 47%;
  width: 20px;
  height: 20px;
  border: 3.5px solid #fff;
  border-radius: 50% 50% 50% 0;
  background: #1a2535;
  transform: rotate(-45deg) translateY(-16px);
  transition-delay: 0.6s;
  transition-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
}
.fv-motion__pin::after {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: 50%;
  background: #fff;
}

.fv-motion__pin-pulse {
  left: calc(62% - 17px);
  top: calc(47% + 15px);
  width: 54px;
  height: 54px;
  border: 1px solid rgba(255, 255, 255, 0.44);
  border-radius: 50%;
  transform: scale(0.5);
  transition-delay: 1s;
}

.fv-motion__map-label {
  left: 67%;
  top: 49%;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-size: clamp(0.56rem, 0.78vw, 0.76rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #fff;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
  transform: translateX(8px);
  transition-delay: 0.8s;
}

.fv-motion__here {
  right: 3%;
  top: 53%;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-size: clamp(1.6rem, 2.8vw, 3rem);
  font-weight: 700;
  letter-spacing: 0.18em;
  color: #fff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
  transform: translateX(18px);
  transition-delay: 1s;
}

.fv-motion__map.is-visible .fv-motion__pin {
  opacity: 1;
  transform: rotate(-45deg) translateY(0);
}
.fv-motion__map.is-visible .fv-motion__pin-pulse {
  opacity: 0.6;
  transform: scale(1);
  animation: map-pulse 1.4s ease-out 1s both;
}
.fv-motion__map.is-visible .fv-motion__map-label {
  opacity: 1;
  transform: translateX(0);
}
.fv-motion__map.is-visible .fv-motion__here {
  opacity: 1;
  transform: translateX(0);
}
.fv-motion__map.is-visible .fv-motion__circle-label {
  opacity: 0.78;
  animation: circle-spin 14s linear infinite;
}

@keyframes map-pulse {
  0% {
    opacity: 0.6;
    transform: scale(0.85);
  }
  100% {
    opacity: 0;
    transform: scale(1.65);
  }
}
@keyframes circle-spin {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.fv-motion__word {
  z-index: 6;
  left: 50%;
  top: 50%;
  width: min(82%, 940px);
  text-align: center;
  transform: translate(-50%, -44%) scale(0.98);
  filter: blur(7px);
}
.fv-motion__word.is-visible {
  transform: translate(-50%, -50%) scale(1);
  filter: blur(0);
}

.fv-motion__word-en {
  display: block;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-size: clamp(3rem, 6.5vw, 6.6rem);
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.34em;
  text-indent: 0.34em;
  text-shadow: 0 8px 32px rgba(0, 0, 0, 0.45);
}

.fv-motion__word-jp {
  display: block;
  margin-top: clamp(12px, 1.5vw, 20px);
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(0.8rem, 1.15vw, 1.05rem);
  line-height: 1.8;
  letter-spacing: 0.16em;
  font-weight: 400;
  text-shadow: 0 6px 26px rgba(0, 0, 0, 0.55);
}

@media (max-width: 480px) {
  .fv-motion__word-en {
    font-size: clamp(2.1rem, 10vw, 3.8rem);
    letter-spacing: 0.16em;
    text-indent: 0.16em;
  }
  .fv-motion__word-jp {
    font-size: 0.78rem;
    letter-spacing: 0.1em;
  }
}
.fv-motion__final-copy {
  z-index: 7;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  text-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0);
  filter: blur(10px);
  transform: none;
}
.fv-motion__final-copy.is-visible {
  filter: blur(0);
  background: rgba(0, 0, 0, 0.88);
}
.fv-motion__final-copy h1 {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1.8rem, 4vw, 4.2rem);
  line-height: 1.5;
  letter-spacing: 0.12em;
  font-weight: 400;
}
.fv-motion__final-copy p {
  margin: 20px 0 0;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-size: clamp(0.66rem, 0.92vw, 0.82rem);
  letter-spacing: 0.42em;
  opacity: 0.65;
}
@media (max-width: 480px) {
  .fv-motion__final-copy h1 {
    font-size: clamp(1.55rem, 7.5vw, 2.6rem);
    letter-spacing: 0.08em;
  }
}

.fv-motion__scroll {
  position: absolute;
  z-index: 8;
  left: 8%;
  bottom: 9%;
  writing-mode: vertical-rl;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-size: 0.6rem;
  letter-spacing: 0.38em;
  opacity: 0.85;
}
@media (max-width: 480px) {
  .fv-motion__scroll {
    display: none;
  }
}

.fv-motion__progress {
  position: absolute;
  z-index: 8;
  left: 8%;
  bottom: 5%;
  width: clamp(120px, 17vw, 220px);
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  overflow: hidden;
}
.fv-motion__progress::after {
  content: "";
  display: block;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--progress-dur, 20s) linear;
}
@media (max-width: 480px) {
  .fv-motion__progress {
    left: 6%;
  }
}

.fv-motion__progress.is-running::after {
  transform: scaleX(1);
}

@media (prefers-reduced-motion: reduce) {
  .fv-motion *,
  .fv-motion *::before,
  .fv-motion *::after {
    animation: none !important;
    transition: none !important;
  }
  .fv-motion__slide--base {
    opacity: 1;
    transform: none;
  }
  .fv-motion__opening-logo {
    opacity: 1;
    filter: none;
    transform: translateY(-50%);
  }
}
.news-home__container {
  position: relative;
  margin-right: 260px;
}
@media (max-width: 1330px) {
  .news-home__container {
    margin-right: 0;
  }
}
.news-home__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin: 0 10% 5% 10%;
}
@media (max-width: 768px) {
  .news-home__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.news-card {
  background-color: #fff;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 24px;
}
.news-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}
.news-card__image {
  aspect-ratio: 16/10;
  overflow: hidden;
  width: 100%;
  margin-bottom: 2%;
}
.news-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s ease;
}
.news-card__meta {
  display: flex;
  align-items: flex-end;
  gap: 12px;
  margin-bottom: 4%;
  width: 100%;
  padding-left: 4px;
}
.news-card__date-ym {
  font-size: 1.1rem;
  color: #666;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  min-width: 60px;
}
@media (max-width: 768px) {
  .news-card__date-ym {
    font-size: 0.9rem;
  }
}
.news-card__date-day {
  font-size: 2.6rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: rgba(0, 0, 0, 0);
  -webkit-text-stroke: 1px #222222;
  margin-bottom: -10px;
}
@media (max-width: 768px) {
  .news-card__date-day {
    font-size: 2rem;
  }
}
.news-card__date-slash {
  font-size: 2.2rem;
  color: #bbb;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans JP", sans-serif;
  font-weight: 300;
  margin-bottom: -5px;
}
@media (max-width: 768px) {
  .news-card__date-slash {
    font-size: 1.8rem;
  }
}
.news-card__title {
  font-size: 1rem;
  padding-left: 4px;
  width: 100%;
}

.concept-home--visual-bg {
  position: relative;
  min-height: 1200px;
}

.concept-home__visual-bg {
  position: absolute;
  left: 0;
  width: 100%;
  background: url("./images/concept_bg.jpg") center center/cover no-repeat;
  z-index: -1;
  filter: brightness(0.7);
  aspect-ratio: 1929/1265;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1024px) {
  .concept-home__visual-bg {
    height: 90vh;
  }
}
@media (max-width: 414px) {
  .concept-home__visual-bg {
    height: 150vh;
  }
}

.concept-home__container {
  position: relative;
  z-index: 2;
}

.concept-home__panel-wrap {
  padding: 0 10% 0 10%;
  margin-right: 260px;
}
@media (max-width: 1330px) {
  .concept-home__panel-wrap {
    margin-right: 0;
  }
}
@media (max-width: 1100px) {
  .concept-home__panel-wrap {
    width: 100%;
    padding: 0 10%;
  }
}
@media (max-width: 700px) {
  .concept-home__panel-wrap {
    padding: 0 5%;
  }
}

.concept-home__panel-text {
  padding: 20px;
  width: 100%;
}
@media (max-width: 700px) {
  .concept-home__panel-text {
    padding: 24px 16px 18px;
    font-size: 1rem;
  }
}

.concept-home__panel-title {
  font-size: 1.1rem;
  letter-spacing: 0.12em;
}

.concept-home__panel-hotelname {
  font-size: clamp(2rem, 1.5rem + 1.294vw, 2.5rem);
  letter-spacing: 0.18em;
  margin-bottom: 18px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans JP", sans-serif;
  color: rgba(0, 0, 0, 0);
  -webkit-text-stroke: 1px #282828;
}

.concept-home__panel-desc {
  font-size: clamp(1.2rem, 0.894rem + 1.294vw, 1.4rem);
  line-height: 2;
  font-weight: 500;
}

.concept-home__panel-overlay {
  margin-top: -6px;
  max-width: 50%;
  z-index: 4;
  background-color: #fff;
}
@media (max-width: 1200px) {
  .concept-home__panel-overlay {
    max-width: 46vw;
  }
}
@media (max-width: 768px) {
  .concept-home__panel-overlay {
    max-width: 80vw;
  }
}

.concept-home__panel-overlay-text {
  font-size: clamp(0.875rem, 0.875rem + 0.267vw, 1rem);
  line-height: 2.1;
  font-weight: 500;
  letter-spacing: 0.01em;
  padding: 5%;
}

.room-home {
  margin-top: 28rem;
}
@media (max-width: 768px) {
  .room-home {
    margin-top: 7rem;
  }
}

.room-home .section-title-block {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.5em 1em;
  margin-bottom: 58px;
  flex-direction: row;
}

.room-home__introduction {
  font-size: 1.5rem;
  letter-spacing: 0.18em;
  font-weight: 300;
  opacity: 0.9;
}
@media (max-width: 768px) {
  .room-home__introduction {
    font-size: 1.15rem;
    letter-spacing: 0.12em;
  }
}
@media (max-width: 480px) {
  .room-home__introduction {
    font-size: 1rem;
    letter-spacing: 0.1em;
  }
}

.room-home__carousel {
  overflow: hidden;
  width: 100%;
  position: relative;
  padding: 0 10%;
}
@media (max-width: 768px) {
  .room-home__carousel {
    margin: 0 0 5%;
    padding: 0 2% 0 0;
  }
}
@media (max-width: 1024px) {
  .room-home__carousel {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
    cursor: grab;
  }
  .room-home__carousel::-webkit-scrollbar {
    display: none;
  }
  .room-home__carousel:active {
    cursor: grabbing;
  }
}

.room-home__carousel-track {
  display: flex;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  gap: 32px;
}
@media (max-width: 1024px) {
  .room-home__carousel-track {
    transition: none;
    scroll-snap-type: x mandatory;
  }
}

.room-home__card {
  min-width: 280px;
  max-width: 420px;
  width: 32vw;
  margin-bottom: 32px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1024px) {
  .room-home__card {
    min-width: 280px;
    max-width: 380px;
    width: 75vw;
    scroll-snap-align: start;
    flex-shrink: 0;
    margin-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .room-home__card {
    min-width: 78vw;
    max-width: 78vw;
    width: 78vw;
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .room-home__card {
    min-width: 88vw;
    max-width: 88vw;
    width: 88vw;
    margin-bottom: 16px;
  }
}

.room-home__image {
  margin-bottom: 24px;
  width: 100%;
}
.room-home__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (max-width: 768px) {
  .room-home__image img {
    height: auto;
    width: 80%;
  }
}
@media (max-width: 480px) {
  .room-home__image {
    margin-bottom: 12px;
  }
  .room-home__image img {
    height: auto;
    width: 80%;
  }
}

.room-home__info {
  padding: 0 10px 24px 0;
  width: 100%;
}
.room-home__info h3 {
  font-size: 1.1rem;
  font-weight: 400;
  margin-bottom: 16px;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .room-home__info h3 {
    font-size: 1rem;
    margin-bottom: 12px;
  }
}
@media (max-width: 480px) {
  .room-home__info h3 {
    font-size: 0.95rem;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .room-home__info {
    padding: 0 6px 16px 0;
  }
}
@media (max-width: 480px) {
  .room-home__info {
    padding: 0 2px 12px 0;
  }
}

.room-home__spec {
  font-size: 0.875rem;
  color: #888;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .room-home__spec {
    font-size: 0.8125rem;
    margin-bottom: 18px;
  }
}
@media (max-width: 480px) {
  .room-home__spec {
    font-size: 0.75rem;
    margin-bottom: 14px;
  }
}

.sauna-intro-section {
  position: relative;
  margin-top: 10vh;
  padding-bottom: 80px;
}
.sauna-intro-section::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100px;
  bottom: 0;
  background-color: #DCF0F2;
  z-index: 0;
}
.sauna-intro-section .section-intro__container,
.sauna-intro-section .sauna-intro__body,
.sauna-intro-section .sauna-gallery-marquee {
  position: relative;
  z-index: 1;
}
@media (max-width: 480px) {
  .sauna-intro-section {
    padding-bottom: 48px;
  }
  .sauna-intro-section::after {
    top: 72px;
  }
}

.sauna-intro__body {
  padding: 40px 10% 0;
}
.sauna-intro__body .section-title-block {
  padding-left: 0;
  padding-right: 0;
}
.sauna-intro__body .section-title-block__icon {
  left: 0;
}
@media (max-width: 480px) {
  .sauna-intro__body {
    padding: 32px 6% 0;
  }
}

.sauna-intro__catch {
  font-size: clamp(1.3rem, 2vw, 1.9rem);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.08em;
  color: #282828;
  margin: 12px 0 20px;
}
@media (max-width: 480px) {
  .sauna-intro__catch {
    font-size: clamp(1.15rem, 5vw, 1.5rem);
  }
}

.sauna-intro__desc {
  font-size: clamp(0.875rem, 0.875rem + 0.267vw, 1rem);
  line-height: 2.2;
  color: #666;
  margin: 0 0 32px;
  letter-spacing: 0.04em;
}
@media (max-width: 480px) {
  .sauna-intro__desc {
    font-size: 0.875rem;
  }
  .sauna-intro__desc br {
    display: none;
  }
}

.sauna-gallery-marquee {
  overflow: hidden;
  width: 100%;
  margin-top: 48px;
  padding-bottom: 64px;
}
@media (max-width: 480px) {
  .sauna-gallery-marquee {
    margin-top: 32px;
    padding-bottom: 40px;
  }
}
.sauna-gallery-marquee__inner {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: sauna-gallery-loop 28s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .sauna-gallery-marquee__inner {
    animation: none;
  }
}
.sauna-gallery-marquee__img {
  height: 320px;
  width: auto;
  display: block;
  flex-shrink: 0;
  padding-left: 30px;
}
@media (max-width: 480px) {
  .sauna-gallery-marquee__img {
    height: 140px;
  }
}

@keyframes sauna-gallery-loop {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.qa-bg-fixed {
  position: fixed;
  inset: 0;
  background: url(./images/qa_bg.jpg) center center/cover no-repeat;
  z-index: -1;
}

.qa-section {
  position: relative;
}
@media (max-width: 1330px) {
  .qa-section {
    padding: 10% 5% 5% 10%;
  }
}
@media (max-width: 480px) {
  .qa-section {
    padding: 8%;
  }
}

.qa-content-area {
  flex: 1;
  min-width: 0;
  padding: 20px;
  max-width: 1000px;
  position: relative;
  background-color: #fff;
  margin: 0 5% 12% 10%;
}
@media (max-width: 900px) {
  .qa-content-area {
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .qa-content-area {
    margin: 0;
    background-color: unset;
  }
}

.qa-accordion-list {
  margin-bottom: 48px;
}

.qa-accordion {
  position: relative;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 16px;
}
.qa-accordion.active .qa-accordion-arrow {
  transform: rotate(180deg);
  border-color: #7B9BC8;
}

.qa-accordion-header {
  cursor: pointer;
  display: block;
  font-size: 1.18rem;
  margin-bottom: 0.2em;
  padding: 0.2em 40px 0.2em 0.2em;
  position: relative;
}
@media (max-width: 768px) {
  .qa-accordion-header {
    font-size: 1rem;
  }
}

.qa-accordion-arrow {
  position: absolute;
  right: 0;
  top: 50%;
  width: 18px;
  height: 18px;
  border-bottom: 2px solid #222;
  border-right: 2px solid #222;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.3s, border-color 0.2s;
  z-index: 2;
  display: block;
  margin-right: 8px;
}
@media (max-width: 700px) {
  .qa-accordion-arrow {
    width: 14px;
    height: 14px;
    margin-right: 4px;
  }
}

.qa-accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  background: #fafbfc;
  padding: 0;
}

.qa-accordion-label {
  display: flex;
  align-items: flex-end;
  gap: 12px;
  margin-bottom: 0.2em;
  margin-top: 2.2em;
  position: relative;
  height: 48px;
  cursor: pointer;
}
@media (max-width: 900px) {
  .qa-accordion-label {
    height: auto;
    margin-top: 1.2em;
  }
}

.qa-label-vertical {
  writing-mode: vertical-rl;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-size: 1.1rem;
  color: #222;
  letter-spacing: 0.18em;
  font-weight: 400;
  margin-bottom: 0.2em;
  line-height: 1;
}

.qa-label-number {
  font-size: 2.6rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: rgba(0, 0, 0, 0);
  -webkit-text-stroke: 1px #222;
  margin-bottom: -10px;
}
@media (max-width: 900px) {
  .qa-label-number {
    font-size: 2rem;
  }
}
@media (max-width: 600px) {
  .qa-label-number {
    font-size: 2.5rem;
  }
}

.qa-label-slash {
  font-size: 2.2rem;
  font-weight: 300;
  margin-bottom: -8px;
}
@media (max-width: 900px) {
  .qa-label-slash {
    font-size: 1.2rem;
    margin-bottom: -2px;
  }
}

.qa-question {
  margin: 5%;
}

.qa-q {
  font-size: 1.18rem;
  font-weight: 400;
  color: #222;
  margin-bottom: 0.2em;
  letter-spacing: 0.04em;
  position: relative;
}
@media (max-width: 768px) {
  .qa-q {
    font-size: 1rem;
  }
}

.qa-a {
  color: #888;
  font-size: 1.02rem;
  line-height: 1.8;
  margin-left: 1.2em;
  margin-top: 0.1em;
}

.qa-movie-area {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin: 0 10% 10% 10%;
}
@media (max-width: 900px) {
  .qa-movie-area {
    grid-template-columns: 1fr;
    gap: 24px;
    margin: 0 5% 5%;
    justify-items: center;
  }
}
@media (max-width: 480px) {
  .qa-movie-area {
    gap: 20px;
    margin: 0 4% 5%;
  }
}

.qa-movie-card {
  position: relative;
  max-width: 100%;
}
@media (max-width: 900px) {
  .qa-movie-card {
    width: 100%;
    max-width: 400px;
  }
}
@media (max-width: 480px) {
  .qa-movie-card {
    max-width: 100%;
  }
}
.qa-movie-card .qa-movie-check {
  position: absolute;
  top: 8px;
  left: 12px;
  color: #7B9BC8;
  font-size: 1.1rem;
  font-family: cursive;
  transform: rotate(-15deg);
  z-index: 1;
}
@media (max-width: 480px) {
  .qa-movie-card .qa-movie-check {
    top: 6px;
    left: 8px;
    font-size: 0.95rem;
  }
}

.qa-movie-thumb-wrap {
  margin-bottom: 18px;
  display: block;
}
@media (max-width: 480px) {
  .qa-movie-thumb-wrap {
    margin-bottom: 12px;
  }
}

.qa-movie-thumb {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (max-width: 900px) {
  .qa-movie-thumb {
    max-height: 220px;
  }
}
@media (max-width: 480px) {
  .qa-movie-thumb {
    max-height: 180px;
  }
}

.qa-movie-icon {
  opacity: 0.92;
  width: auto;
  height: 1.25em;
}
@media (max-width: 480px) {
  .qa-movie-icon {
    height: 1.1em;
  }
}

.qa-movie-caption {
  width: 100%;
  text-align: left;
  margin-top: 0.2em;
}

.qa-movie-caption-top {
  font-size: 0.98rem;
  color: #888;
  display: block;
  margin-bottom: 0.2em;
}
@media (max-width: 480px) {
  .qa-movie-caption-top {
    font-size: 0.875rem;
  }
}

.qa-movie-caption-title-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 480px) {
  .qa-movie-caption-title-wrap {
    gap: 8px;
  }
}

.qa-movie-caption-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #222;
  letter-spacing: 0.04em;
  display: block;
}
@media (max-width: 480px) {
  .qa-movie-caption-title {
    font-size: 1.05rem;
  }
}

/* =========================================================
   Concept Page Base
========================================================= */
.concept-page {
  margin-right: var(--header-width);
  overflow: hidden;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
}

.concept-page img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.concept-hero {
  position: relative;
  background: #081018;
  color: #fff;
}

.concept-hero__media {
  position: absolute;
  inset: 0;
}

.concept-hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(5, 8, 11, 0.86) 0%, rgba(5, 8, 11, 0.62) 42%, rgba(5, 8, 11, 0.1) 100%), linear-gradient(180deg, rgba(5, 8, 11, 0.08), rgba(5, 8, 11, 0.65));
}

.concept-hero__media img {
  filter: saturate(0.92) contrast(1.04);
}

.concept-hero__inner {
  position: relative;
  padding: 46px 9vw 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.concept-hero__copy {
  max-width: 780px;
  padding-top: 10vh;
}

.concept-hero__kicker {
  margin: 0 0 26px;
  color: var(--cyan);
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.42em;
}

.concept-hero__title.section-title-block {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  opacity: 1;
  animation: none;
}
.concept-hero__title.section-title-block .section-title-block__icon {
  left: 0;
  width: unset;
  -o-object-fit: cover;
     object-fit: cover;
}

.concept-hero h1 {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(58px, 9vw, 120px);
  font-weight: 100;
  line-height: 0.92;
  letter-spacing: 0.1em;
}

.concept-hero h2 {
  margin: 30px 0 0;
  font-size: clamp(28px, 4vw, 56px);
  font-weight: 300;
  line-height: 1.55;
  letter-spacing: 0.15em;
}

.concept-hero__lead {
  max-width: 620px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  line-height: 2.25;
  letter-spacing: 0.1em;
}

.concept-hero__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 36px;
}

.concept-button {
  min-height: 56px;
  padding: 0 28px;
  margin-top: 20px;
  border: 1px solid currentColor;
  display: inline-flex;
  align-items: center;
  gap: 18px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.24em;
  transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.concept-button:hover {
  transform: translateY(-2px);
}

.concept-button--fill {
  background: #fff;
  border-color: #fff;
  color: #101820;
}

.concept-hero__scroll {
  position: absolute;
  left: 9vw;
  bottom: 32px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 10px;
  letter-spacing: 0.35em;
  writing-mode: vertical-rl;
}

/* =========================================================
     Concept Sections
  ========================================================= */
.concept-section {
  position: relative;
  padding: 110px 8vw;
  padding-right: 250px;
}
@media (max-width: 1200px) {
  .concept-section {
    padding-right: 8vw;
  }
}

.concept-section--easystay {
  position: relative;
  padding: 110px 8vw;
  padding-right: 250px;
  background-color: #effbfc;
}
@media (max-width: 1200px) {
  .concept-section--easystay {
    padding-right: 8vw;
  }
}

.concept-section--narrow {
  padding-top: 90px;
  padding-bottom: 90px;
}

.concept-section--pale {
  background: linear-gradient(90deg, var(--cyan-2) 0 36%, transparent 36%);
}

.concept-section--features {
  background: #eaf9fb;
}

.concept-section--sauna {
  overflow: hidden;
  background: #101820;
  color: #fff;
}

.concept-section--sauna .concept-split {
  align-items: stretch;
}

.concept-section--sauna .concept-split__content {
  padding: 80px 0;
}

.concept-section--sauna .concept-text {
  color: rgba(255, 255, 255, 0.72);
}

.concept-section--group {
  background: linear-gradient(90deg, #fff 0 52%, var(--gray) 52%);
}

.concept-heading {
  position: relative;
  display: inline-block;
  margin-bottom: 46px;
}

.concept-heading__icon {
  position: absolute;
  top: -0.2em;
  left: -18px;
  width: clamp(3.5rem, 6vw, 5.5rem);
  height: auto;
  z-index: 0;
}

.concept-heading::after {
  content: "";
  display: block;
  width: 160px;
  height: 1px;
  margin-top: 16px;
  background: #8a9aa2;
}

.concept-heading__en {
  position: relative;
  z-index: 1;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(52px, 7vw, 92px);
  font-weight: 100;
  line-height: 0.95;
  letter-spacing: 0.1em;
}

.concept-heading__jp {
  margin: 16px 0 0;
  color: #748289;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.26em;
}

.concept-intro {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 70px;
  align-items: end;
}

.concept-intro__title {
  margin: 0;
  font-size: clamp(30px, 4.2vw, 30px);
  font-weight: 300;
  line-height: 1.75;
  letter-spacing: 0.16em;
}

.concept-text {
  margin: 0;
  color: #59656c;
  font-size: 15px;
  line-height: 2.25;
  letter-spacing: 0.08em;
}

.concept-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 48px;
}

.concept-card {
  position: relative;
  min-height: 340px;
  overflow: hidden;
  background: #111;
  color: #fff;
}

.concept-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.72));
}

.concept-card__text {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 28px;
  z-index: 2;
}

.concept-card__number {
  color: var(--cyan);
  opacity: 0.82;
  font-size: 54px;
  font-weight: 200;
  line-height: 1;
  letter-spacing: 0.08em;
}

.concept-card h3 {
  margin: 14px 0 12px;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.18em;
}

.concept-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  line-height: 2;
}

.concept-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}

.concept-photo {
  position: relative;
  min-height: 580px;
  overflow: hidden;
}

.concept-photo--small {
  min-height: 420px;
}

.concept-photo::before {
  content: "";
  position: absolute;
  right: -1px;
  bottom: -1px;
  z-index: 2;
  width: 110px;
  height: 110px;
  border-top: 1px solid rgba(255, 255, 255, 0.8);
  border-left: 1px solid rgba(255, 255, 255, 0.8);
}

.concept-tag {
  margin: 0 0 18px;
  color: #6f9199;
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.32em;
}

.concept-title-jp {
  margin: 0 0 28px;
  font-size: clamp(30px, 4vw, 36px);
  font-weight: 300;
  line-height: 1.65;
  letter-spacing: 0.16em;
}

.concept-list {
  display: grid;
  gap: 16px;
  margin-top: 30px;
}

.concept-list div {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 18px;
  align-items: start;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
}

.concept-list b {
  color: #b6dce3;
  font-size: 32px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.1em;
}

.concept-list span {
  color: #4c5960;
  font-size: 14px;
  line-height: 1.9;
}

.concept-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.concept-feature {
  min-height: 250px;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 12px 30px rgba(12, 42, 48, 0.05);
}

.concept-feature__number {
  color: #b9dee5;
  font-size: 48px;
  font-weight: 200;
  letter-spacing: 0.12em;
}

.concept-feature h3 {
  margin: 20px 0 14px;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  letter-spacing: 0.16em;
}

.concept-feature p {
  margin: 0;
  color: #5e6a70;
  font-size: 13px;
  line-height: 2;
}

.concept-notice {
  margin-top: 30px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  line-height: 2;
}

.concept-local-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 40px;
}

.concept-local-card {
  padding-top: 22px;
  border-top: 1px solid #cdd7db;
}

.concept-local-card h3 {
  margin: 0 0 14px;
  font-size: 18px;
  letter-spacing: 0.16em;
}

.concept-local-card p {
  margin: 0;
  color: #5a666c;
  font-size: 13px;
  line-height: 2;
}

.concept-cta {
  position: relative;
  padding: 100px 8vw 80px;
  background: linear-gradient(180deg, #fff, #f7fbfc);
  text-align: center;
}

.concept-cta::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 90px;
  height: 90px;
  background: var(--cyan);
  clip-path: polygon(0 0, 0 100%, 100% 100%);
}

.concept-cta h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.16em;
}

.concept-cta p {
  max-width: 640px;
  margin: 18px auto 32px;
  color: #5c686f;
  font-size: 14px;
  line-height: 2;
}

.concept-footerline {
  height: 1px;
  margin-top: 60px;
  background: #bfe2e8;
}

/* =========================================================
     Tablet
  ========================================================= */
@media (max-width: 1100px) {
  .concept-page {
    padding-top: 78px;
  }
  .concept-intro,
  .concept-split {
    grid-template-columns: 1fr;
  }
  .concept-cards,
  .concept-feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .concept-gallery {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }
  .concept-gallery figure,
  .concept-gallery figure:nth-child(1),
  .concept-gallery figure:nth-child(3) {
    grid-row: auto;
    min-height: 260px;
  }
  .page-top {
    right: 18px;
  }
}
/* =========================================================
     Smartphone
  ========================================================= */
@media (max-width: 720px) {
  .header__inner {
    padding-left: 18px;
  }
  .header__logo {
    width: 124px;
  }
  .concept-hero__inner,
  .concept-section,
  .concept-section--narrow,
  .concept-cta {
    padding-left: 26px;
    padding-right: 26px;
  }
  .concept-hero h1 {
    font-size: 56px;
    letter-spacing: 0.14em;
  }
  .concept-hero h2 {
    font-size: 28px;
  }
  .concept-heading__en {
    font-size: 48px;
    letter-spacing: 0.18em;
  }
  .concept-cards,
  .concept-feature-grid,
  .concept-local-grid,
  .concept-gallery {
    grid-template-columns: 1fr;
  }
  .concept-photo {
    min-height: 360px;
  }
  .concept-list div {
    grid-template-columns: 48px 1fr;
  }
  .concept-feature {
    padding: 24px;
  }
  .footer__inner {
    padding: 56px 26px 24px;
  }
  .footer__logos {
    grid-template-columns: 1fr;
  }
}
Easystay gallery · CSS .concept-section--easystay {
  background: #eaf9fb;
  padding-bottom: 0;
  /* ギャラリーが端まで広がるように */
  overflow: hidden;
}

.concept-easystay__lead {
  margin-top: 24px;
  margin-bottom: 48px;
  max-width: 640px;
}

/* トラックのラッパー：セクションの左右パディングを突き破って全幅に */
.easystay-track-wrap {
  position: relative;
  width: calc(100% + 16vw);
  /* 左右パディング分を相殺 */
  margin-left: -8vw;
  overflow: hidden;
  padding-bottom: 56px;
  cursor: grab;
}

.easystay-track-wrap:active {
  cursor: grabbing;
}

/* トラック本体：flexで横並び、transition不使用（rAFで動かすため） */
.easystay-track {
  display: flex;
  gap: 20px;
  padding: 0 8vw;
  will-change: transform;
}

/* 各カード */
.easystay-item {
  flex: 0 0 320px;
  position: relative;
  margin: 0;
  overflow: hidden;
  background: #fff;
  border-radius: 2px;
}

.easystay-item img {
  display: block;
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* figcaption：写真の下に白背景で2行 */
.easystay-item figcaption {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 16px 18px 20px;
  background: rgba(255, 255, 255, 0.96);
}

.easystay-fig__en {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.26em;
  color: #6f9199;
}

.easystay-fig__jp {
  font-size: 13px;
  line-height: 1.75;
  letter-spacing: 0.08em;
  color: #3a4a50;
}

.room-sauna-hero__btn {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.35em;
  padding: 18px 40px;
  margin-top: 20px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  transition: background 0.25s, border-color 0.25s;
  text-decoration: none;
}
.room-sauna-hero__btn:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: #fff;
}
@media (max-width: 480px) {
  .room-sauna-hero__btn {
    font-size: 11px;
    padding: 15px 28px;
    gap: 14px;
  }
}

.room-sauna-hero__btn-arrow {
  font-size: 18px;
  font-style: normal;
  transition: transform 0.25s;
}
.room-sauna-hero__btn:hover .room-sauna-hero__btn-arrow {
  transform: translateX(6px);
}

/* =========================================================
     Tablet
  ========================================================= */
@media (max-width: 1100px) {
  .easystay-item {
    flex: 0 0 260px;
  }
  .easystay-item img {
    height: 320px;
  }
  .easystay-track-wrap {
    width: calc(100% + 16vw);
    margin-left: -8vw;
  }
}
/* =========================================================
     Smartphone
  ========================================================= */
@media (max-width: 720px) {
  .easystay-track-wrap {
    width: calc(100% + 52px);
    margin-left: -26px;
  }
  .easystay-track {
    padding: 0 26px;
    gap: 14px;
  }
  .easystay-item {
    flex: 0 0 72vw;
  }
  .easystay-item img {
    height: 260px;
  }
  .concept-easystay__lead {
    margin-bottom: 32px;
  }
}
.contact-detail {
  position: relative;
  padding: 5% 5% 10% 10%;
  margin-right: 260px;
}
@media (max-width: 1330px) {
  .contact-detail {
    margin-right: 0;
    padding: 10% 5% 10% 5%;
  }
}
.contact-detail__wrapper {
  position: relative;
}
@media screen and (max-width: 900px) {
  .contact-detail__wrapper {
    padding: 2%;
  }
}
.contact-detail__form {
  flex: 1 1 340px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 0 1px #7B9BC8;
  padding: 5% 5% 5% 5%;
  margin: 5%;
}
@media (max-width: 700px) {
  .contact-detail__form {
    padding: 18px 8px 12px 8px;
    margin: 5% 0;
  }
}
.contact-detail__form-group {
  margin-bottom: 24px;
}
.contact-detail__form-group--submit {
  text-align: right;
}
@media (max-width: 700px) {
  .contact-detail__form-group--submit {
    text-align: center;
  }
}
@media (max-width: 700px) {
  .contact-detail__form-group {
    margin-bottom: 16px;
  }
}
.contact-detail__label {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 8px;
  color: #222;
  letter-spacing: 0.04em;
}
@media (max-width: 700px) {
  .contact-detail__label {
    font-size: 0.98rem;
    margin-bottom: 6px;
  }
}
.contact-detail__input, .contact-detail__textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1.5px solid #7B9BC8;
  border-radius: 4px;
  font-size: 1rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  color: #222;
  background: #f8f8f8;
  transition: border-color 0.2s;
}
.contact-detail__input:focus, .contact-detail__textarea:focus {
  border-color: #DCF0F2;
  outline: none;
}
@media (max-width: 700px) {
  .contact-detail__input, .contact-detail__textarea {
    font-size: 0.98rem;
    padding: 10px 8px;
  }
}
.contact-detail__textarea {
  min-height: 120px;
  resize: vertical;
}
@media (max-width: 700px) {
  .contact-detail__textarea {
    min-height: 80px;
  }
}
.contact-detail__submit, .contact-detail__submit--back {
  background: #7B9BC8;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 600;
  border: none;
  border-radius: 4px;
  padding: 12px 60px;
  cursor: pointer;
  transition: background 0.2s;
  letter-spacing: 0.08em;
  margin: 0 4px;
}
.contact-detail__submit:hover, .contact-detail__submit--back:hover {
  background: #9EB3D1;
}
@media (max-width: 700px) {
  .contact-detail__submit, .contact-detail__submit--back {
    font-size: 1rem;
    padding: 10px 24px;
  }
}
.contact-detail__submit--back {
  background: #fff;
  color: #666;
  border: 1px solid #7B9BC8;
}
.contact-detail__info {
  padding: 32px 32px 24px 32px;
}
@media (max-width: 900px) {
  .contact-detail__info {
    padding: 18px 12px 16px 12px;
    margin-top: 0;
  }
}
@media (max-width: 700px) {
  .contact-detail__info {
    padding: 12px 6px 10px 6px;
  }
}
.contact-detail__info-title {
  font-size: 1.2rem;
  font-weight: 600;
  color: #222;
  margin-bottom: 18px;
  letter-spacing: 0.04em;
}
@media (max-width: 700px) {
  .contact-detail__info-title {
    font-size: 1.05rem;
    margin-bottom: 10px;
  }
}
.contact-detail__info-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 1rem;
  color: #444;
  line-height: 2;
}
@media (max-width: 700px) {
  .contact-detail__info-list {
    font-size: 0.95rem;
    line-height: 1.7;
  }
}
.contact-detail__heading {
  margin-bottom: 32px;
  text-align: center;
}
@media (max-width: 700px) {
  .contact-detail__heading {
    margin-bottom: 18px;
  }
}
.contact-detail__main-title {
  font-size: 2.1rem;
  font-weight: 300;
  letter-spacing: 0.12em;
  color: #222;
  margin-bottom: 8px;
}
@media (max-width: 700px) {
  .contact-detail__main-title {
    font-size: 1.3rem;
    margin-bottom: 4px;
  }
}
.contact-detail__lead {
  font-size: 1.1rem;
  color: #7B9BC8;
  margin-bottom: 20px;
}
@media (max-width: 700px) {
  .contact-detail__lead {
    font-size: 0.98rem;
  }
}
.contact-detail__desc {
  font-size: 0.98rem;
  color: #888;
  line-height: 1.7;
  margin-bottom: 0;
}
@media (max-width: 700px) {
  .contact-detail__desc {
    font-size: 0.92rem;
  }
}
.contact-detail__legal {
  margin-top: 32px;
}
@media (max-width: 700px) {
  .contact-detail__legal {
    margin-top: 18px;
  }
}
.contact-detail__legal-title {
  font-size: 1.08rem;
  font-weight: 600;
  color: #222;
  margin: 18px 0 8px 0;
  letter-spacing: 0.04em;
}
@media (max-width: 700px) {
  .contact-detail__legal-title {
    font-size: 0.98rem;
    margin: 12px 0 6px 0;
  }
}
.contact-detail__legal-list {
  list-style: disc inside;
  padding-left: 1.2em;
  margin-bottom: 0;
  font-size: 0.98rem;
  color: #444;
  line-height: 1.8;
}
@media (max-width: 700px) {
  .contact-detail__legal-list {
    font-size: 0.92rem;
    line-height: 1.6;
    padding-left: 0.8em;
  }
}

.contact-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 24px;
  overflow: hidden;
  font-size: 1rem;
}
.contact-table th,
.contact-table td {
  padding: 12px 14px;
  border-bottom: 1px solid #e3eaf0;
  text-align: left;
  vertical-align: top;
}
.contact-table th {
  background: #DCF0F2;
  font-weight: 400;
  color: #222;
  width: 180px;
}
@media (max-width: 700px) {
  .contact-table th {
    width: auto;
    display: block;
    border-bottom: none;
    border-right: none;
  }
}
.contact-table td {
  color: #444;
}
@media (max-width: 700px) {
  .contact-table td {
    display: block;
    border-left: none;
  }
}
@media (max-width: 700px) {
  .contact-table tr {
    display: block;
    margin-bottom: 12px;
    border-bottom: 2px solid #e3eaf0;
  }
}
@media (max-width: 700px) {
  .contact-table {
    font-size: 0.95rem;
  }
  .contact-table th,
  .contact-table td {
    padding: 10px 8px;
  }
  .contact-table {
    margin-bottom: 18px;
  }
}

.contact-detail__form-group--submit {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

/* CF7が挿入するbrを非表示に */
.contact-detail__form-group--submit br {
  display: none;
}

/* CF7のスピナーも縦ズレしないように */
.contact-detail__form-group--submit .wpcf7-spinner {
  margin: 0;
}

.breadcrumb {
  margin-bottom: 5%;
}
.breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
.breadcrumb__item {
  font-size: 0.9rem;
  color: #666;
}
.breadcrumb__item:not(:last-child) {
  margin-right: 8px;
}
.breadcrumb__item:not(:last-child)::after {
  content: ">";
  margin-left: 8px;
  color: #666;
}
.breadcrumb__item a {
  color: #666;
  text-decoration: none;
}
.breadcrumb__item a:hover {
  color: #7B9BC8;
}

@media (max-width: 768px) {
  .news-detail {
    padding: 10% 5% 60px;
  }
}
.news-detail__container {
  position: relative;
  padding: 5% 5% 10% 10%;
  margin-right: 260px;
}
@media (max-width: 480px) {
  .news-detail__container {
    padding: 0 2% 0 2%;
    margin-right: 0px;
  }
}
.news-detail__header {
  margin-bottom: 48px;
}
@media (max-width: 480px) {
  .news-detail__header {
    margin-bottom: 32px;
    margin-top: 20%;
  }
}
.news-detail__wrapper {
  display: block;
  padding: 0 10% 0 10%;
}
@media (max-width: 480px) {
  .news-detail__wrapper {
    padding: 0 2% 0 2%;
  }
}
.news-detail__meta {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}
.news-detail__date {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans JP", sans-serif;
  font-size: 1.1rem;
  color: #666;
  letter-spacing: 0.05em;
}
.news-detail__title {
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: #282828;
}
@media (max-width: 480px) {
  .news-detail__title {
    font-size: 1.5rem;
  }
}
.news-detail__content {
  margin-bottom: 64px;
}
.news-detail__image {
  margin-bottom: 32px;
  border-radius: 8px;
  overflow: hidden;
  max-width: 600px;
}
.news-detail__image img {
  width: 100%;
  height: auto;
  display: block;
}
.news-detail__text {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #282828;
}
@media (max-width: 480px) {
  .news-detail__text {
    font-size: 1rem;
  }
}
.news-detail__text h2 {
  font-size: 1.5rem;
  font-weight: 400;
  margin: 32px 0 16px;
  letter-spacing: 0.05em;
}
@media (max-width: 480px) {
  .news-detail__text h2 {
    font-size: 1.3rem;
    margin: 24px 0 12px;
  }
}
.news-detail__text p {
  margin-bottom: 24px;
}
.news-detail__text p:last-child {
  margin-bottom: 0;
}
.news-detail__text ul {
  list-style: disc;
  margin: 0 0 24px 1.5em;
}
.news-detail__text ul li {
  margin-bottom: 8px;
}
.news-detail__text ul li:last-child {
  margin-bottom: 0;
}
.news-detail__cta {
  margin-top: 48px;
  text-align: center;
}
.news-detail__pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 48px;
  border-top: 1px solid #ddd;
}
@media (max-width: 480px) {
  .news-detail__pagination {
    flex-direction: column;
    gap: 24px;
    padding-top: 32px;
  }
}
.news-detail__prev, .news-detail__next {
  font-size: 1rem;
  color: #282828;
  text-decoration: none;
  transition: all 0.3s ease;
}
.news-detail__prev:hover, .news-detail__next:hover {
  color: #7B9BC8;
}
.news-detail__back {
  font-size: 1rem;
  color: #282828;
  text-decoration: none;
  padding: 8px 24px;
  border: 1px solid #282828;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.news-detail__back:hover {
  background-color: #282828;
  color: #fff;
}

.news-list-home__container {
  position: relative;
  padding: 5% 5% 10% 10%;
  margin-right: 260px;
}
@media (max-width: 1330px) {
  .news-list-home__container {
    margin-right: 0;
  }
}
@media screen and (max-width: 900px) {
  .news-list-home__container {
    padding: 10% 5% 10% 5%;
    margin-right: 0;
  }
}
@media screen and (max-width: 900px) {
  .news-list-home__header {
    padding: 30% 0% 5% 0%;
  }
}
.news-list-home__subtitle {
  font-size: 1.1rem;
  letter-spacing: 0.18em;
  color: #888;
  margin-bottom: 8px;
}
.news-list-home__title {
  font-size: 6.5rem;
  font-weight: 100;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 48px;
}
@media (max-width: 700px) {
  .news-list-home__title {
    font-size: 4rem;
    margin-bottom: 28px;
  }
}
.news-list-home__grid {
  display: block;
  padding: 0 10% 0 10%;
}
@media screen and (max-width: 900px) {
  .news-list-home__grid {
    padding: 2%;
  }
}

.news-list-card {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 32px;
  margin-bottom: 32px;
  transition: box-shadow 0.3s, transform 0.3s;
}
.news-list-card:hover {
  transform: translateY(-5px);
}
.news-list-card a {
  display: flex;
  align-items: center;
  gap: 32px;
  width: 100%;
  text-decoration: none;
}
@media (max-width: 700px) {
  .news-list-card a {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }
}
.news-list-card__image {
  width: 220px;
  min-width: 220px;
  aspect-ratio: 16/10;
  overflow: hidden;
  border-radius: 0;
}
.news-list-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (max-width: 700px) {
  .news-list-card__image {
    width: 100%;
    min-width: 0;
    aspect-ratio: 16/10;
  }
}
.news-list-card__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.news-list-card__meta {
  display: flex;
  align-items: flex-end;
  gap: 12px;
  margin-bottom: 8px;
}
.news-list-card__date-ym {
  font-size: 1.1rem;
  color: #888;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  min-width: 60px;
}
@media (max-width: 768px) {
  .news-list-card__date-ym {
    font-size: 0.95rem;
  }
}
.news-list-card__text {
  font-size: 1.1rem;
  font-weight: 400;
  margin-bottom: 8px;
  letter-spacing: 0.02em;
  color: #222;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
}
@media (max-width: 768px) {
  .news-list-card__text {
    font-size: 1rem;
  }
}
.news-list-card p.news-list-card__text {
  color: #666;
  font-size: 0.98rem;
  line-height: 1.7;
  margin-bottom: 0;
  font-weight: 400;
}
@media (max-width: 768px) {
  .news-list-card p.news-list-card__text {
    font-size: 0.95rem;
  }
}
.news-list-card .news-list-card__viewmore {
  min-width: 120px;
  text-align: right;
}
.news-list-card .news-list-card__viewmore span {
  font-size: 0.98rem;
  color: #6ec1e4;
  letter-spacing: 0.08em;
  display: inline-block;
}
.news-list-card .news-list-card__viewmore svg {
  display: block;
  margin-left: auto;
  margin-top: 2px;
}

.news-list-pagination {
  text-align: center;
  margin: 48px 0 0 0;
  font-size: 1.1rem;
  color: #888;
}

.qa-detail__container {
  position: relative;
  padding: 5% 5% 10% 10%;
  margin-right: 260px;
}
@media (max-width: 1330px) {
  .qa-detail__container {
    margin-right: 0;
  }
}
@media (max-width: 480px) {
  .qa-detail__container {
    padding: 10% 5% 10% 5%;
    margin-right: 0;
  }
}
.qa-detail__wrapper {
  position: relative;
  padding: 0 10% 0 10%;
}
@media screen and (max-width: 900px) {
  .qa-detail__wrapper {
    padding: 2%;
  }
}
@media (max-width: 700px) {
  .qa-detail__wrapper {
    padding: 0 4vw;
  }
}
.qa-detail__tab {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-bottom: 32px;
}
@media (max-width: 700px) {
  .qa-detail__tab {
    gap: 6px;
    margin-bottom: 18px;
    justify-content: center;
  }
}
.qa-detail__tab-btn {
  border: 1.5px solid #7B9BC8;
  background: #fff;
  color: #7B9BC8;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-size: 1rem;
  padding: 7px 22px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 500;
  letter-spacing: 0.08em;
  box-shadow: none;
  outline: none;
  position: relative;
}
.qa-detail__tab-btn.active {
  background: #7B9BC8;
  color: #fff;
  border-color: #7B9BC8;
}
.qa-detail__tab-btn:hover:not(.active) {
  background: #f3faff;
  color: #7B9BC8;
}
@media (max-width: 700px) {
  .qa-detail__tab-btn {
    font-size: 0.95rem;
    padding: 7px 10px;
    min-width: 110px;
  }
}
.qa-detail__category-title {
  font-size: 2rem;
  font-weight: 300;
  text-align: center;
  margin-bottom: 36px;
  color: #222;
  letter-spacing: 0.04em;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  position: relative;
}
.qa-detail__category-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background: #DCF0F2;
  margin: 18px auto 0 auto;
  border-radius: 1px;
}
@media (max-width: 700px) {
  .qa-detail__category-title {
    font-size: 1.2rem;
    margin-bottom: 18px;
  }
}
.qa-detail__list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
@media (max-width: 700px) {
  .qa-detail__list {
    gap: 12px;
  }
}
.qa-detail__item .qa-detail__q-block {
  font-size: 1.5rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.qa-detail__item .qa-detail__q-block .qa-detail__q-mark {
  font-size: 2.2rem;
  color: #7B9BC8;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-weight: 700;
  margin-right: 8px;
  display: inline-block;
}
@media (max-width: 700px) {
  .qa-detail__item .qa-detail__q-block .qa-detail__q-mark {
    font-size: 1.5rem;
  }
}
@media (max-width: 700px) {
  .qa-detail__item .qa-detail__q-block {
    font-size: 1.1rem;
  }
}
.qa-detail__item .qa-detail__a-block {
  color: #888;
  font-size: 1.05rem;
  line-height: 1.9;
  margin-left: 2.5em;
  letter-spacing: 0.01em;
}
.qa-detail__accordion.open {
  box-shadow: 0 0 0 2px #7B9BC8;
}
.qa-detail__accordion.open .qa-detail__accordion-header {
  color: #222;
}
.qa-detail__accordion.open .qa-detail__accordion-arrow {
  transform: rotate(180deg);
  border-color: #7B9BC8;
}
@media (max-width: 700px) {
  .qa-detail__accordion {
    font-size: 0.98rem;
  }
}
.qa-detail__accordion-header {
  width: 100%;
  border: none;
  outline: none;
  font-size: 1.1rem;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  text-align: left;
  padding: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: color 0.2s;
  position: relative;
}
.qa-detail__accordion-header:hover {
  background: #DCF0F2;
}
@media (max-width: 700px) {
  .qa-detail__accordion-header {
    font-size: 0.98rem;
    padding: 12px 10px;
  }
}
.qa-detail__accordion-arrow {
  display: inline-block;
  margin-left: 12px;
  width: 18px;
  height: 18px;
  border-bottom: 2px solid #222;
  border-right: 2px solid #222;
  transform: rotate(45deg);
  transition: transform 0.3s, border-color 0.2s;
}
@media (max-width: 700px) {
  .qa-detail__accordion-arrow {
    width: 14px;
    height: 14px;
    margin-left: 8px;
  }
}
.qa-detail__accordion-content {
  max-height: 0;
  overflow: hidden;
  background: #fff;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 0 0 4px 4px;
  padding: 0 16px;
  box-sizing: border-box;
}
.qa-detail__accordion-content .qa-detail__a-block {
  padding: 14px 0 18px 0;
  font-size: 1.05rem;
  color: #888;
  line-height: 1.9;
}
@media (max-width: 700px) {
  .qa-detail__accordion-content .qa-detail__a-block {
    margin-left: 0;
    font-size: 0.95rem;
    padding: 10px 0 12px 0;
  }
}

.qa-movie-card .qa-movie-check {
  position: absolute;
  top: 8px;
  left: 12px;
  color: #7B9BC8;
  font-size: 1.1rem;
  font-family: cursive;
  transform: rotate(-15deg);
  display: flex;
  align-items: center;
  gap: 4px;
}
.qa-movie-card .qa-movie-check img {
  height: 32px;
  margin-right: 2px;
  vertical-align: middle;
  display: inline-block;
}
.qa-movie-card .qa-movie-thumb-wrap {
  position: relative;
  display: block;
  margin-bottom: 18px;
}
.qa-movie-card .qa-movie-thumb-wrap .qa-movie-thumb {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 2px;
}
.qa-movie-card .qa-movie-thumb-wrap .qa-movie-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  opacity: 0.92;
  pointer-events: none;
}

.qa-search {
  max-width: 600px;
  margin: 0 auto 40px;
}
.qa-search__wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
.qa-search__input {
  width: 100%;
  padding: 12px 20px;
  padding-right: 50px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 16px;
}
.qa-search__button {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  padding: 5px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
}
.qa-search__icon {
  color: #666;
}

:root {
  --font-serif: 'Baskervville', 'Cormorant Garamond', serif;
  --font-sans: 'Noto Sans JP', sans-serif;
  --sp: 20px;
  --pc: 9vw;
}

.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;
}

.room-detail {
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
}
.room-detail__container {
  position: relative;
  padding: 5% 0 0;
  margin-right: 260px;
}
@media (max-width: 1330px) {
  .room-detail__container {
    margin-right: 0;
  }
}
@media (max-width: 480px) {
  .room-detail__container {
    padding-top: 20%;
  }
}
.room-detail__main {
  display: flex;
  margin-right: 260px;
  align-items: flex-start;
  gap: 20px;
}
@media (max-width: 1330px) {
  .room-detail__main {
    flex-direction: column;
    gap: 18px;
    margin-right: 0;
  }
}
.room-detail__thumbs {
  display: grid;
  grid-template-columns: repeat(2, 110px);
  gap: 12px;
  width: 232px;
  flex-shrink: 0;
}
@media (max-width: 1330px) {
  .room-detail__thumbs {
    display: flex;
    width: 100%;
    gap: 8px;
    margin-bottom: 8px;
  }
}
.room-detail__thumb {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 2px solid #e5e5e5;
  cursor: pointer;
  will-change: transform;
  transition: box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.room-detail__thumb.is-active {
  border-color: #fff;
}
.room-detail__thumb:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.13);
  transform: translateY(-2px);
}
.room-detail__thumb:focus {
  outline: 2px solid #7B9BC8;
  outline-offset: 2px;
}
@media (max-width: 1330px) {
  .room-detail__thumb {
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 600px) {
  .room-detail__thumb {
    width: 48px;
    height: 48px;
  }
}
.room-detail__imageblock {
  flex: 1 1 auto;
  display: flex;
  align-items: flex-start;
  min-width: 0;
}
@media (max-width: 1330px) {
  .room-detail__imageblock {
    width: 100%;
  }
}
.room-detail__mainimg {
  width: 100%;
  max-width: 900px;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
  background: #f5f5f5;
}
@media (max-width: 1200px) {
  .room-detail__mainimg {
    width: 420px;
    height: 260px;
  }
}
@media (max-width: 1330px) {
  .room-detail__mainimg {
    width: 100%;
    max-width: 98vw;
    height: 38vw;
    min-height: 180px;
  }
}
@media (max-width: 600px) {
  .room-detail__mainimg {
    height: 60vw;
    min-height: 120px;
  }
}

.room-intro {
  width: 100vw;
  min-height: 60vh;
  background: #fff;
}
.room-intro__inner {
  margin: 0 auto;
}
.room-intro__header {
  padding: 5% var(--pc) 5%;
  margin-right: 260px;
}
@media (max-width: 1400px) {
  .room-intro__header {
    margin-right: 0;
  }
}
@media (max-width: 480px) {
  .room-intro__header {
    padding: 0 10% 40%;
  }
}
.room-intro__subtitle {
  font-size: 1rem;
  letter-spacing: 0.18em;
  color: #888;
  margin-bottom: 18px;
}
.room-intro__title {
  font-size: 3.8rem;
  font-weight: 100;
  letter-spacing: 0.08em;
  line-height: 1.1;
  margin-bottom: 48px;
  color: #222;
}
@media (max-width: 768px) {
  .room-intro__title {
    font-size: 2.2rem;
  }
}
.room-intro__cards {
  display: flex;
  gap: 36px;
  margin-top: 24px;
}
@media (max-width: 768px) {
  .room-intro__cards {
    flex-direction: column;
    gap: 24px;
  }
}
.room-intro__card {
  width: 320px;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.room-intro__card:hover {
  transform: translateY(-4px);
}
@media (max-width: 600px) {
  .room-intro__card {
    width: 100%;
  }
}
.room-intro__imgwrap {
  width: 100%;
  height: 180px;
  overflow: hidden;
}
.room-intro__imgwrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.room-intro__info {
  margin-top: 18px;
}
.room-intro__name {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 4px;
  color: #222;
}
.room-intro__meta {
  font-size: 0.95rem;
  color: #888;
  margin-bottom: 18px;
}
.room-intro__more {
  display: flex;
  align-items: center;
  font-size: 0.95rem;
  color: #222;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.08em;
  cursor: pointer;
  transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.room-intro__more:hover {
  color: #1a3a5c;
}
.room-intro__more:focus {
  outline: 2px solid #1a3a5c;
  outline-offset: 2px;
}
.room-intro__more span {
  margin-right: 8px;
}
.room-intro__arrow {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-bottom: 2px solid #222;
  border-right: 2px solid #222;
  margin-left: 10px;
  margin-bottom: 2px;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}
.room-intro__arrow::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 31px;
  background: #1a3a5c;
  bottom: 0;
  right: -1px;
  transform: rotate(-45deg);
  transform-origin: bottom right;
  z-index: 0;
}
.room-intro__more:hover .room-intro__arrow, .room-intro__card:hover .room-intro__arrow {
  transform: rotate(45deg) translateX(2px);
  border-color: #1a3a5c;
}

.room-intro__card {
  cursor: pointer;
}
.room-intro__card:hover .room-intro__more {
  color: #1a3a5c;
}

.room-section {
  background: #dcf0f2;
  color: #222;
  padding-bottom: 64px;
}
.room-section--white {
  background: #fff;
  color: #222;
}
.room-section--blue {
  background: #e0eaf6;
  color: #222;
}

.room-section__header {
  padding: 8% var(--pc) 24px;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .room-section__header {
    padding: 48px var(--sp) 20px;
  }
}

.room-section__heading-block {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.room-section__title {
  font-size: clamp(32px, 6vw, 72px);
  font-weight: 300;
  letter-spacing: 0.06em;
  line-height: 1;
}

.room-section__heading-sub {
  display: flex;
  align-items: baseline;
  gap: 16px;
}

.room-section__name-ja {
  font-size: clamp(14px, 2vw, 18px);
  font-weight: 300;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  color: #222;
}
.room-section--white .room-section__name-ja {
  color: #222;
}
.room-section--blue .room-section__name-ja {
  color: #222;
}

.room-section__count {
  font-size: clamp(14px, 1.2vw, 16px);
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.12em;
  color: #102e5d;
  white-space: nowrap;
}

.room-section__carousel {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: #1a1a1a;
}

.room-section__slides {
  display: flex;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.room-section__slide {
  flex: 0 0 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (min-width: 1000px) {
  .room-section__slide {
    flex: 0 0 40%;
    width: 40%;
    margin-right: 2%;
    max-width: 580px;
  }
}

.room-section__pagination {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px var(--pc);
  font-size: 15px;
  letter-spacing: 0.1em;
  color: #222;
}
.room-section--white .room-section__pagination {
  color: #222;
}
@media (max-width: 768px) {
  .room-section__pagination {
    padding: 12px var(--sp);
  }
}

.room-section__page-sep {
  color: rgba(0, 0, 0, 0.3);
}

.room-section__arrow {
  width: 32px;
  height: 32px;
  border: 1px solid #222;
  border-radius: 50%;
  position: relative;
  flex-shrink: 0;
  transition: border-color 0.2s, background 0.2s;
}
.room-section__arrow:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.6);
}
.room-section__arrow::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-top: 1px solid #222;
  border-right: 1px solid #222;
  position: absolute;
  top: 50%;
  left: 50%;
}
.room-section__arrow--left::before {
  transform: translate(-30%, -50%) rotate(-135deg);
}
.room-section__arrow--right::before {
  transform: translate(-70%, -50%) rotate(45deg);
}
.room-section--white .room-section__arrow {
  border-color: #e8e6e0;
}
.room-section--white .room-section__arrow:hover {
  background: #e8e6e0;
  border-color: #222;
}
.room-section--white .room-section__arrow::before {
  border-color: #222;
}

.room-section--white .room-section__page-current {
  color: #222;
}

.room-section__body {
  padding: 0 var(--pc);
  margin-top: 32px;
  max-width: 1330px;
}
@media (max-width: 1690px) {
  .room-section__body {
    margin-right: 0;
  }
}
@media (max-width: 1260px) {
  .room-section__body {
    padding: 0 5%;
  }
}
@media (max-width: 768px) {
  .room-section__body {
    padding: 0 var(--sp);
    margin-top: 24px;
  }
}

.room-section__desc {
  padding-right: 48px;
}
@media (max-width: 768px) {
  .room-section__desc {
    padding-right: 0;
  }
}

.plan-intro {
  margin-bottom: 24px;
}

.plan-intro__label {
  font-size: clamp(0.825rem, 0.844rem + 0.133vw, 0.9rem);
  letter-spacing: 0.35em;
  color: #102e5d;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.plan-intro__text {
  font-size: clamp(0.875rem, 0.875rem + 0.267vw, 1rem);
  line-height: 2;
  color: #222;
}
.room-section--white .plan-intro__text {
  color: #555;
}

.plan-intro__note {
  font-size: clamp(13px, 1.4vw, 16px);
  line-height: 1.9;
  color: rgba(0, 0, 0, 0.5);
  margin-top: 10px;
}
.room-section--white .plan-intro__note {
  color: #888;
}

.plan-intro__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.plan-intro__tag {
  font-size: 12px;
  letter-spacing: 0.15em;
  border: 1px solid #102e5d;
  color: #102e5d;
  padding: 3px 12px;
}

.room-meta-block {
  margin: 24px 0 32px;
  max-width: 1000px;
}

.room-meta-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid rgba(0, 0, 0, 0.18);
  border-radius: 2px 2px 0 0;
  overflow: hidden;
}
.room-meta-grid--light {
  border-color: #e8e6e0;
}
@media (max-width: 600px) {
  .room-meta-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.room-meta-grid__item {
  padding: 18px 20px;
  border-right: 1px solid rgba(0, 0, 0, 0.18);
}
.room-meta-grid--light .room-meta-grid__item {
  border-right-color: #e8e6e0;
}
.room-meta-grid__item:last-child {
  border-right: none;
}
@media (max-width: 600px) {
  .room-meta-grid__item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.18);
  }
  .room-meta-grid--light .room-meta-grid__item {
    border-bottom-color: #e8e6e0;
  }
  .room-meta-grid__item:nth-child(2n) {
    border-right: none;
  }
  .room-meta-grid__item:nth-last-child(-n+2) {
    border-bottom: none;
  }
}
.room-meta-grid__label {
  font-size: 14px;
  letter-spacing: 0.3em;
  color: #102e5d;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.room-meta-grid__value {
  font-size: clamp(13px, 1.4vw, 16px);
  font-weight: 400;
  letter-spacing: 0.04em;
  font-family: "Montserrat", sans-serif;
  color: #222;
}
.room-section--white .room-meta-grid__value {
  color: #222;
}
.room-section--blue .room-meta-grid__value {
  color: #222;
}

.room-checkin-bar {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 20px;
  background: rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.18);
  border-top: none;
  border-radius: 0 0 2px 2px;
}
.room-checkin-bar--light {
  background: #fff;
  border-color: #e8e6e0;
}
.room-checkin-bar__item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.room-checkin-bar__icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  opacity: 0.6;
  color: #222;
}
.room-section--white .room-checkin-bar__icon {
  color: #222;
}
.room-section--blue .room-checkin-bar__icon {
  color: #222;
}
.room-checkin-bar__label {
  font-size: 12px;
  letter-spacing: 0.25em;
  color: #102e5d;
  text-transform: uppercase;
  white-space: nowrap;
}
.room-checkin-bar__val {
  font-size: clamp(12px, 1.2vw, 14px);
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: #222;
}
.room-section--white .room-checkin-bar__val {
  color: #222;
}
.room-section--blue .room-checkin-bar__val {
  color: #222;
}
.room-checkin-bar__sep {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.25);
}
.room-checkin-bar__note {
  font-size: 14px;
  letter-spacing: 0.15em;
  color: rgba(0, 0, 0, 0.35);
  margin-left: auto;
  white-space: nowrap;
}
.room-section--white .room-checkin-bar__note {
  color: #888888;
}
@media (max-width: 480px) {
  .room-checkin-bar {
    flex-wrap: wrap;
    gap: 8px;
  }
  .room-checkin-bar__note {
    margin-left: 0;
  }
}

.room-cta {
  display: flex;
  margin-top: 32px;
}
.room-cta__btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #8c7d60;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.25em;
  padding: 18px 56px;
  transition: background 0.2s;
}
.room-cta__btn:hover {
  background: #102e5d;
}
.room-cta__btn img {
  width: 20px;
  height: 20px;
  filter: brightness(10);
}

.equipment {
  padding: 64px var(--pc);
  background: #fff;
  border-top: 1px solid #e8e6e0;
  margin-right: 260px;
  margin-bottom: 0;
  max-width: 1300px;
}
@media (max-width: px) {
  .equipment {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .equipment {
    padding: 48px var(--sp);
  }
}
@media (max-width: 480px) {
  .equipment {
    padding: 48px var(--sp);
    margin-right: 0;
  }
}
.equipment__header {
  display: flex;
  align-items: baseline;
  gap: 16px;
  margin-bottom: 40px;
}
@media (max-width: 480px) {
  .equipment__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 20px;
  }
}
.equipment__title {
  font-family: var(--font-serif);
  font-size: 32px;
  font-weight: 300;
  letter-spacing: 0.08em;
}
.equipment__slash {
  color: #102e5d;
  margin: 0 4px;
}
.equipment__subtitle {
  font-size: 14px;
  letter-spacing: 0.2em;
  color: #888888;
}
.equipment__section-label {
  font-size: 15px;
  letter-spacing: 0.3em;
  color: #102e5d;
  text-transform: uppercase;
  margin-bottom: 24px;
  padding-bottom: 8px;
  border-bottom: 1px solid #e8e6e0;
}
.equipment__section-label--shared {
  margin-top: 48px;
}
.equipment__icons {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 16px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .equipment__icons {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 480px) {
  .equipment__icons {
    grid-template-columns: repeat(3, 1fr);
  }
}
.equipment__icon-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
}
.equipment__icon-item img {
  width: 36px;
  height: 36px;
  opacity: 0.7;
}
.equipment__icon-item span {
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #888888;
  line-height: 1.4;
}
.equipment__lists {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  border-top: 1px solid #e8e6e0;
  padding-top: 32px;
}
@media (max-width: 768px) {
  .equipment__lists {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.equipment__list li {
  font-size: 13px;
  color: #555;
  padding: 4px 0;
  letter-spacing: 0.05em;
}
.equipment__shared {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid #e8e6e0;
}
@media (max-width: 768px) {
  .equipment__shared {
    grid-template-columns: 1fr;
  }
}
.equipment__shared-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 24px;
  border-right: 1px solid #e8e6e0;
}
.equipment__shared-item:last-child {
  border-right: none;
}
@media (max-width: 768px) {
  .equipment__shared-item {
    border-right: none;
    border-bottom: 1px solid #e8e6e0;
  }
  .equipment__shared-item:last-child {
    border-bottom: none;
  }
}
.equipment__shared-item img {
  width: 28px;
  height: 28px;
  opacity: 0.6;
  flex-shrink: 0;
}
.equipment__shared-name {
  font-size: 15px;
  color: #222;
  letter-spacing: 0.04em;
  margin-bottom: 2px;
}
.equipment__shared-note {
  font-size: 13px;
  color: #888888;
  letter-spacing: 0.08em;
}
.equipment__cta {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}
.equipment__cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #fff;
  color: #17215E;
  font-size: 1rem;
  letter-spacing: 0.25em;
  padding: 18px 56px;
  transition: background 0.2s;
  border: 1px solid #17215E;
}
.equipment__cta-btn img {
  width: 20px;
  height: 20px;
  filter: brightness(0);
}
.equipment__cta-btn:hover {
  background: #102e5d;
  color: #fff;
}
.equipment__cta-btn:hover img {
  filter: brightness(10);
}

.room-sauna-hero {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}
@media (max-width: 768px) {
  .room-sauna-hero {
    min-height: 480px;
  }
}
@media (max-width: 480px) {
  .room-sauna-hero {
    min-height: 400px;
  }
}

.room-sauna-hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.room-sauna-hero__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}

.room-sauna-hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.45) 45%, rgba(0, 0, 0, 0.1) 100%);
}

.room-sauna-hero__content {
  position: relative;
  z-index: 1;
  padding: 64px var(--pc);
  max-width: 980px;
  margin-right: 260px;
}
@media (max-width: 1690px) {
  .room-sauna-hero__content {
    margin-right: 0;
  }
}
@media (max-width: 1024px) {
  .room-sauna-hero__content {
    padding: 48px 5%;
  }
}
@media (max-width: 480px) {
  .room-sauna-hero__content {
    padding: 40px var(--sp);
  }
}

.room-sauna-hero__label {
  font-size: 13px;
  letter-spacing: 0.4em;
  color: rgba(255, 255, 255, 0.65);
  text-transform: uppercase;
  margin-bottom: 16px;
  display: block;
}

.room-sauna-hero__title {
  font-size: clamp(26px, 4.5vw, 52px);
  font-weight: 300;
  letter-spacing: 0.04em;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 24px;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 480px) {
  .room-sauna-hero__title {
    font-size: clamp(22px, 6vw, 30px);
  }
}

.room-sauna-hero__body {
  font-size: 15px;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 36px;
}
.room-sauna-hero__body small {
  display: block;
  margin-top: 8px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.55);
}

.room-sauna-hero__btn {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.35em;
  padding: 18px 40px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  transition: background 0.25s, border-color 0.25s;
  text-decoration: none;
}
.room-sauna-hero__btn:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: #fff;
}
@media (max-width: 480px) {
  .room-sauna-hero__btn {
    font-size: 11px;
    padding: 15px 28px;
    gap: 14px;
  }
}

.room-sauna-hero__btn-arrow {
  font-size: 18px;
  font-style: normal;
  transition: transform 0.25s;
}
.room-sauna-hero__btn:hover .room-sauna-hero__btn-arrow {
  transform: translateX(6px);
}

.section-title-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.section-title-block__text {
  display: block;
}

.subtitle {
  line-height: 1.6;
  margin-top: 0.5em;
  margin-bottom: 1em;
  font-size: 2em;
}
@media (max-width: 480px) {
  .subtitle {
    font-size: 1.2em;
    line-height: 1.5;
    margin: 2em 0;
  }
}

.room-gallery {
  padding: 0px 7vw;
}

.logo-main,
.search-bag-icon {
  -o-object-fit: contain;
     object-fit: contain;
}

/* =========================================================
   SAUNA PAGE
========================================================= */
.sauna-page {
  overflow: hidden;
}
.sauna-page__inner {
  width: min(1180px, 100% - 6vw - 260px);
  margin-left: 8vw;
}
@media (max-width: 1100px) {
  .sauna-page {
    padding-top: 74px;
  }
  .sauna-page__inner {
    width: min(100% - 48px, 1040px);
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 680px) {
  .sauna-page__inner {
    width: calc(100% - 48px);
    margin-left: auto;
    margin-right: auto;
  }
}

.section-padding {
  padding: 110px 0;
}
.section-padding--pale {
  background: #ecf8fa;
}
.section-padding--dark {
  color: #ffffff;
  background: #071016;
}
@media (max-width: 1100px) {
  .section-padding {
    padding: 88px 0;
  }
}
@media (max-width: 680px) {
  .section-padding {
    padding: 70px 0;
  }
}

.sauna-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 168px;
  min-height: 54px;
  padding: 0 26px;
  border: 1px solid currentColor;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}
.sauna-button--light {
  color: #071016;
  background: #ffffff;
  border-color: #ffffff;
}
.sauna-button--light:hover {
  color: #ffffff;
  background: transparent;
  border-color: #ffffff;
}
.sauna-button--outline {
  color: #ffffff;
  background: transparent;
}
.sauna-button--outline:hover {
  color: #071016;
  background: #ffffff;
  border-color: #ffffff;
}
.sauna-button--dark {
  color: #ffffff;
  background: #071016;
  border-color: #071016;
}
.sauna-button--dark:hover {
  color: #071016;
  background: #ffffff;
}
@media (max-width: 680px) {
  .sauna-button {
    width: 100%;
  }
}

.sauna-heading {
  position: relative;
  display: grid;
  gap: 14px;
  align-content: start;
}
.sauna-heading__icon {
  position: absolute;
  top: -0.2em;
  left: -18px;
  width: clamp(3.5rem, 6vw, 5.5rem);
  height: auto;
  z-index: 0;
}
.sauna-heading__en {
  position: relative;
  z-index: 1;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(52px, 6vw, 92px);
  font-weight: 100;
  line-height: 0.95;
  letter-spacing: 0.1em;
  color: rgba(7, 16, 22, 0.6);
}
.sauna-heading__line {
  width: 160px;
  height: 1px;
  background: #93a2a8;
}
.sauna-heading__jp {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  color: #65737c;
}
.sauna-heading--small .sauna-heading__en {
  font-size: clamp(34px, 4.5vw, 64px);
}
@media (max-width: 680px) {
  .sauna-heading__en {
    font-size: 42px;
    letter-spacing: 0.1em;
  }
  .sauna-heading--small .sauna-heading__en {
    font-size: 32px;
  }
}

.sauna-hero {
  position: relative;
  background: #071016;
  color: #ffffff;
}
.sauna-hero__media {
  position: absolute;
  inset: 0;
}
.sauna-hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7, 16, 22, 0.9) 0%, rgba(7, 16, 22, 0.66) 42%, rgba(7, 16, 22, 0.16) 100%), linear-gradient(180deg, rgba(7, 16, 22, 0.08), rgba(7, 16, 22, 0.62));
}
.sauna-hero__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: saturate(0.9) contrast(1.06);
}
.sauna-hero__inner {
  position: relative;
  z-index: 2;
  padding: 46px 9vw 70px;
  padding-right: 260px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
}
.sauna-hero__copy {
  max-width: 780px;
  padding-top: 10vh;
}
.sauna-hero__eyebrow {
  margin: 0 0 28px;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.38em;
  color: rgba(255, 255, 255, 0.72);
}
.sauna-hero__title-block.section-title-block {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  opacity: 1;
  animation: none;
}
.sauna-hero__title-block.section-title-block .section-title-block__icon {
  left: 0;
}
.sauna-hero__title-block.section-title-block h1 {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(58px, 9vw, 120px);
  font-weight: 100;
  line-height: 0.92;
  letter-spacing: 0.1em;
  margin: 0;
}
.sauna-hero__catch {
  margin: 30px 0 0;
  font-size: clamp(28px, 4vw, 52px);
  font-weight: 300;
  line-height: 1.65;
  letter-spacing: 0.15em;
}
.sauna-hero__text {
  max-width: 620px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 15px;
  line-height: 2.3;
  letter-spacing: 0.08em;
}
.sauna-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 38px;
}
.sauna-hero__scroll {
  position: absolute;
  left: 9vw;
  bottom: 32px;
  color: rgba(255, 255, 255, 0.55);
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  letter-spacing: 0.35em;
  writing-mode: vertical-rl;
}
@media (max-width: 1100px) {
  .sauna-hero__inner {
    padding-top: 20vh;
  }
  .sauna-hero__copy {
    padding-top: 0;
  }
}
@media (max-width: 680px) {
  .sauna-hero__inner {
    padding: 92px 28px 60px;
  }
  .sauna-hero__copy {
    padding-top: 0;
  }
  .sauna-hero__actions {
    width: 100%;
  }
}

.sauna-lead__inner {
  grid-template-columns: minmax(260px, 1fr) minmax(420px, 1.1fr);
  gap: 72px;
  align-items: center;
  width: min(1180px, 100% - 6vw - 260px);
  margin-left: 9vw;
  margin-bottom: -50%;
  font-weight: 500;
}
.sauna-lead__title {
  margin: 0;
  font-size: clamp(28px, 3.8vw, 46px);
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.14em;
}
.sauna-lead__text {
  margin: 0;
  color: #65737c;
  font-size: 14px;
  line-height: 2.25;
}
@media (max-width: 1100px) {
  .sauna-lead__inner {
    grid-template-columns: 1fr;
    width: min(100% - 48px, 1040px);
    margin-left: auto;
    margin-right: auto;
    gap: 42px;
  }
}

.sauna-facility__head {
  margin-bottom: 2%;
}
.sauna-facility__lead {
  margin: 0;
  color: #65737c;
  font-size: 14px;
  line-height: 2.2;
}
@media (max-width: 1100px) {
  .sauna-facility__head {
    grid-template-columns: 1fr;
    gap: 36px;
  }
}

.sauna-feature {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 0.8fr);
  gap: 58px;
  align-items: center;
  margin-bottom: 70px;
}
.sauna-feature__image {
  overflow: hidden;
}
.sauna-feature__body {
  padding: 24px 0;
}
.sauna-feature__number {
  display: block;
  margin-bottom: 18px;
  color: #9bd8e7;
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-weight: 300;
  letter-spacing: 0.18em;
}
.sauna-feature__eyebrow {
  margin: 0 0 14px;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.22em;
}
.sauna-feature__title {
  margin: 0 0 24px;
  font-size: clamp(26px, 3.2vw, 42px);
  font-weight: 300;
  line-height: 1.7;
  letter-spacing: 0.14em;
}
.sauna-feature__text {
  margin: 0;
  color: #65737c;
  font-size: 14px;
  line-height: 2.2;
}
@media (max-width: 1100px) {
  .sauna-feature {
    grid-template-columns: 1fr;
  }
  .sauna-feature__image {
    min-height: 420px;
  }
}
@media (max-width: 680px) {
  .sauna-feature {
    gap: 34px;
    margin-bottom: 54px;
  }
  .sauna-feature__image {
    min-height: 300px;
  }
}

.sauna-feature-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}
.sauna-feature-list__item {
  position: relative;
  display: grid;
  align-content: start;
  gap: 16px;
}
.sauna-feature-list__image {
  aspect-ratio: 12/8;
}
.sauna-feature-list__number {
  color: #9bd8e7;
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-weight: 300;
  letter-spacing: 0.16em;
}
.sauna-feature-list__eyebrow {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.22em;
}
.sauna-feature-list__title {
  margin: -6px 0 0;
  font-size: 18px;
  letter-spacing: 0.12em;
}
.sauna-feature-list__text {
  margin: 0;
  color: #65737c;
  font-size: 13px;
  line-height: 2;
}
@media (max-width: 1100px) {
  .sauna-feature-list {
    grid-template-columns: 1fr;
    gap: 42px;
  }
  .sauna-feature-list__item {
    grid-template-columns: 0.9fr 1.1fr;
    align-items: center;
  }
  .sauna-feature-list__image {
    grid-row: span 4;
  }
}
@media (max-width: 680px) {
  .sauna-feature-list__item {
    grid-template-columns: 1fr;
  }
}

.sauna-gallery {
  padding-top: 0;
}
.sauna-gallery__grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  grid-template-rows: 220px 220px;
  gap: 16px;
  margin-top: 54px;
}
.sauna-gallery__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sauna-gallery__item {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: #eef3f4;
}
.sauna-gallery__item--large {
  grid-row: span 2;
}
.sauna-gallery__item figcaption {
  position: absolute;
  left: 16px;
  bottom: 14px;
  padding: 8px 12px;
  color: #071016;
  background: rgba(255, 255, 255, 0.9);
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
}
@media (max-width: 1100px) {
  .sauna-gallery__grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }
  .sauna-gallery__item {
    min-height: 260px;
  }
  .sauna-gallery__item--large {
    grid-row: auto;
    grid-column: span 2;
    min-height: 420px;
  }
}
@media (max-width: 680px) {
  .sauna-gallery__grid {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }
  .sauna-gallery__item, .sauna-gallery__item--large {
    grid-column: auto;
    min-height: 250px;
  }
}

.sauna-stay {
  color: #ffffff;
  background: linear-gradient(115deg, #071016 0 54%, #14242b 54% 100%);
}
.sauna-stay__inner {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 70px;
  align-items: center;
  min-height: 460px;
  padding-top: 80px;
  padding-bottom: 80px;
}
.sauna-stay__eyebrow {
  margin: 0 0 26px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.24em;
}
.sauna-stay__title {
  margin: 0;
  font-size: clamp(32px, 4.4vw, 56px);
  font-weight: 300;
  line-height: 1.72;
  letter-spacing: 0.14em;
}
.sauna-stay__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.sauna-stay__card {
  min-height: 190px;
  padding: 28px 24px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.03);
}
.sauna-stay__card span {
  color: #9bd8e7;
}
.sauna-stay__card h3 {
  margin: 26px 0 12px;
  font-size: 17px;
  letter-spacing: 0.14em;
}
.sauna-stay__card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 13px;
  line-height: 2;
}
@media (max-width: 1100px) {
  .sauna-stay__inner {
    grid-template-columns: 1fr;
    gap: 46px;
  }
}
@media (max-width: 680px) {
  .sauna-stay {
    background: #071016;
  }
  .sauna-stay__cards {
    grid-template-columns: 1fr;
  }
}

.sauna-flow__inner {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 70px;
}
.sauna-flow__list {
  display: grid;
  gap: 0;
  padding: 0;
  margin: 0;
  list-style: none;
}
.sauna-flow__item {
  display: grid;
  grid-template-columns: 78px 1fr;
  gap: 26px;
  padding: 28px 0;
  border-bottom: 1px solid #dce6ea;
}
.sauna-flow__item:first-child {
  border-top: 1px solid #dce6ea;
}
.sauna-flow__item h3 {
  margin: 0 0 10px;
  font-size: 18px;
  letter-spacing: 0.12em;
}
.sauna-flow__item p {
  margin: 0;
  color: #65737c;
  font-size: 13px;
  line-height: 1.9;
}
.sauna-flow__number {
  color: #9bd8e7;
  font-size: 26px;
  font-weight: 300;
  letter-spacing: 0.16em;
}
@media (max-width: 1100px) {
  .sauna-flow__inner {
    grid-template-columns: 1fr;
    gap: 46px;
  }
}
@media (max-width: 680px) {
  .sauna-flow__item {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

.sauna-guide__inner {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 70px;
  align-items: center;
}
.sauna-guide__eyebrow {
  margin: 0 0 26px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.24em;
}
.sauna-guide__title {
  margin: 0;
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 300;
  line-height: 1.75;
  letter-spacing: 0.14em;
}
.sauna-guide__list {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}
.sauna-guide__row {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 28px;
  padding: 22px 0;
  margin: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}
.sauna-guide__row dt {
  color: rgba(255, 255, 255, 0.56);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.16em;
}
.sauna-guide__row dd {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 1.9;
}
@media (max-width: 1100px) {
  .sauna-guide__inner {
    grid-template-columns: 1fr;
    gap: 46px;
  }
}
@media (max-width: 680px) {
  .sauna-guide__row {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

.sauna-access__inner {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 70px;
  align-items: center;
}
.sauna-access__title {
  margin: 34px 0 20px;
  font-size: clamp(24px, 3vw, 26px);
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.12em;
}
.sauna-access__text {
  margin: 0 0 32px;
  color: #65737c;
  font-size: 14px;
  line-height: 2.1;
}
.sauna-access__image {
  min-height: 360px;
  overflow: hidden;
}
@media (max-width: 1100px) {
  .sauna-access__inner {
    grid-template-columns: 1fr;
    gap: 42px;
  }
}
@media (max-width: 680px) {
  .sauna-access__image {
    min-height: 240px;
  }
}

.sauna-reservation {
  background: linear-gradient(180deg, #ecf8fa, #ffffff);
}
.sauna-reservation__box {
  position: relative;
  overflow: hidden;
  min-height: 360px;
  background: #ffffff;
  box-shadow: 0 18px 60px rgba(10, 42, 50, 0.08);
}
.sauna-reservation__box::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 34%;
  height: 100%;
  background: #071016;
  clip-path: polygon(28% 0, 100% 0, 100% 100%, 0 100%);
}
.sauna-reservation__body {
  position: relative;
  z-index: 2;
  width: 68%;
  padding: 64px 70px;
}
.sauna-reservation__eyebrow {
  margin: 0 0 20px;
  color: #65737c;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.24em;
}
.sauna-reservation__title {
  margin: 0 0 22px;
  font-size: clamp(22px, 4vw, 36px);
  font-weight: 300;
  line-height: 1.7;
  letter-spacing: 0.14em;
}
.sauna-reservation__text {
  margin: 0 0 34px;
  color: #65737c;
  font-size: 14px;
  line-height: 2.1;
}
@media (max-width: 1100px) {
  .sauna-reservation__body {
    width: 74%;
    padding: 54px;
  }
}
@media (max-width: 680px) {
  .sauna-reservation__box::after {
    display: none;
  }
  .sauna-reservation__body {
    width: 100%;
    padding: 40px 28px;
  }
}

/* 2026-05 update: 施設紹介と体験訴求を統合 */
.sauna-facility__intro {
  max-width: 680px;
}

.sauna-feature__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 28px 0 0;
  list-style: none;
}
.sauna-feature__tags li {
  padding: 10px 16px;
  color: #071016;
  background: #ecf8fa;
  border: 1px solid rgba(155, 216, 231, 0.45);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.sauna-stay {
  position: relative;
  overflow: hidden;
  color: #ffffff;
  background: #071016;
}
.sauna-stay__bg {
  position: absolute;
  inset: 0;
}
.sauna-stay__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7, 16, 22, 0.92) 0%, rgba(7, 16, 22, 0.75) 45%, rgba(7, 16, 22, 0.38) 100%), linear-gradient(180deg, rgba(7, 16, 22, 0.08), rgba(7, 16, 22, 0.42));
}
.sauna-stay__bg img {
  filter: saturate(0.86) contrast(1.08);
}
.sauna-stay__inner {
  position: relative;
  z-index: 2;
  min-height: 560px;
}
.sauna-stay__text {
  max-width: 560px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 14px;
  line-height: 2.15;
}
.sauna-stay__card {
  background: rgba(7, 16, 22, 0.36);
  backdrop-filter: blur(6px);
}

/* =========================================================
   最終案：GALLERY下のGUIDE + FLOW / サウナの楽しみ方
========================================================= */
.sauna-guide-flow {
  padding: 110px 0 110px 0;
  color: #ffffff;
  background: #071016;
}
.sauna-guide-flow__inner {
  display: grid;
  grid-template-columns: 0.95fr 1fr;
  gap: 88px;
  align-items: center;
}
.sauna-guide-flow__guide {
  position: relative;
  padding-right: 34px;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}
.sauna-guide-flow__en {
  display: block;
  position: relative;
  z-index: 1;
  color: rgba(255, 255, 255, 0.92);
  font-family: "Montserrat", sans-serif;
  font-size: clamp(56px, 8vw, 112px);
  font-weight: 100;
  line-height: 1;
  letter-spacing: 0.1em;
}
.sauna-guide-flow__icon {
  position: absolute;
  top: -0.2em;
  left: -18px;
  width: clamp(3.5rem, 6vw, 5.5rem);
  height: auto;
  z-index: 0;
  opacity: 0.45;
}
.sauna-guide-flow__line {
  display: block;
  width: 170px;
  height: 1px;
  margin: 42px 0 24px;
  background: rgba(255, 255, 255, 0.34);
}
.sauna-guide-flow__jp {
  display: block;
  color: rgba(255, 255, 255, 0.76);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.2em;
}
.sauna-guide-flow__info {
  margin: 58px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}
.sauna-guide-flow__row {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 28px;
  padding: 24px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}
.sauna-guide-flow__row dt {
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.14em;
}
.sauna-guide-flow__row dd {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.12em;
}
.sauna-guide-flow__row small {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 11px;
  letter-spacing: 0.1em;
}
.sauna-guide-flow__flow {
  max-width: 440px;
}
@media (max-width: 1400px) {
  .sauna-guide-flow__flow {
    margin-right: 0;
  }
}
.sauna-guide-flow__flow-en {
  margin: 30% 0 34px;
  color: #9bd8e7;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(28px, 3.4vw, 48px);
  font-weight: 700;
  letter-spacing: 0.26em;
}
.sauna-guide-flow__steps {
  padding: 0;
  margin: 0;
  list-style: none;
}
.sauna-guide-flow__step {
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 30px;
  padding: 3% 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}
.sauna-guide-flow__step:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}
.sauna-guide-flow__step h3 {
  color: #ffffff;
  font-size: 17px;
  letter-spacing: 0.16em;
}
.sauna-guide-flow__step p {
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.1em;
}
.sauna-guide-flow__number {
  color: #9bd8e7;
  font-family: "Montserrat", sans-serif;
  font-size: 34px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.18em;
}
@media (max-width: 1100px) {
  .sauna-guide-flow {
    padding-right: 0;
  }
  .sauna-guide-flow__inner {
    grid-template-columns: 1fr;
    gap: 56px;
  }
  .sauna-guide-flow__guide {
    padding-right: 0;
    border-right: 0;
  }
}
@media (max-width: 680px) {
  .sauna-guide-flow {
    padding: 76px 0;
  }
  .sauna-guide-flow__en {
    font-size: 50px;
    letter-spacing: 0.18em;
  }
  .sauna-guide-flow__line {
    margin: 32px 0 20px;
  }
  .sauna-guide-flow__row, .sauna-guide-flow__step {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .sauna-guide-flow__info {
    margin-top: 40px;
  }
  .sauna-guide-flow__flow-en {
    font-size: 28px;
  }
}

.sauna-scene {
  background: linear-gradient(180deg, #ffffff 0%, #f5fbfc 100%);
}
.sauna-scene__head {
  max-width: 760px;
  margin-bottom: 54px;
}
.sauna-scene__eyebrow {
  margin: 0 0 22px;
  color: #43606a;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  letter-spacing: 0.46em;
}
.sauna-scene__title {
  position: relative;
  margin: 0;
  font-size: clamp(32px, 4.4vw, 56px);
  font-weight: 300;
  line-height: 1.45;
  letter-spacing: 0.18em;
}
.sauna-scene__title::after {
  content: "";
  display: block;
  width: 74px;
  height: 1px;
  margin-top: 26px;
  background: #9bd8e7;
}
.sauna-scene__lead {
  margin: 28px 0 0;
  color: #65737c;
  font-size: 14px;
  line-height: 2.1;
  letter-spacing: 0.1em;
}
.sauna-scene__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}
.sauna-scene__card {
  position: relative;
  background: #ffffff;
  box-shadow: 0 16px 40px rgba(7, 16, 22, 0.07);
  overflow: hidden;
}
.sauna-scene__card::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 48px;
  height: 48px;
  background: #9bd8e7;
  opacity: 0.55;
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
}
.sauna-scene__image {
  position: relative;
  height: 310px;
  overflow: hidden;
  background: #071016;
}
.sauna-scene__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 16, 22, 0.12) 0%, rgba(7, 16, 22, 0.72) 100%), linear-gradient(90deg, rgba(7, 16, 22, 0.42), rgba(7, 16, 22, 0.08));
}
.sauna-scene__image img {
  transition: transform 0.5s ease;
  height: 100%;
  max-width: auto;
}
.sauna-scene__card:hover .sauna-scene__image img {
  transform: scale(1.04);
}
.sauna-scene__overlay {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 26px;
  z-index: 2;
  color: #ffffff;
}
.sauna-scene__number {
  display: block;
  margin-bottom: 14px;
  color: #9bd8e7;
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-weight: 300;
  letter-spacing: 0.18em;
}
.sauna-scene__label {
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.78);
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.28em;
}
.sauna-scene h3 {
  margin: 0;
  font-size: clamp(22px, 2.3vw, 31px);
  font-weight: 300;
  line-height: 1.65;
  letter-spacing: 0.13em;
}
.sauna-scene__text {
  min-height: 128px;
  margin: 0;
  padding: 24px 28px 32px;
  color: #65737c;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.08em;
}
@media (max-width: 1100px) {
  .sauna-scene__grid {
    grid-template-columns: 1fr;
  }
  .sauna-scene__image {
    height: 360px;
  }
  .sauna-scene__text {
    min-height: auto;
  }
}
@media (max-width: 680px) {
  .sauna-scene__head {
    margin-bottom: 40px;
  }
  .sauna-scene__image {
    height: 280px;
  }
  .sauna-scene__overlay {
    left: 22px;
    right: 22px;
    bottom: 22px;
  }
  .sauna-scene__text {
    padding: 22px 22px 30px;
  }
}

/* =========================================================
   Montserrat 一括適用 — 英語ラベル / 番号 / eyebrow 系
========================================================= */
.sauna-stay__eyebrow,
.sauna-reservation__eyebrow,
.sauna-scene__eyebrow,
.sauna-scene__label,
.sauna-scene__number,
.sauna-guide-flow__number,
.sauna-guide-flow__step .sauna-guide-flow__number,
.sauna-stay__card span,
.sauna-time__eyebrow,
.sauna-flow__number,
.sauna-guide__eyebrow {
  font-family: "Montserrat", sans-serif;
}

.access-detail__container {
  position: relative;
  padding: 5% 5% 10% 10%;
  margin-right: 260px;
}
@media screen and (max-width: 1330px) {
  .access-detail__container {
    padding: 10% 5% 10% 5%;
    margin-right: 0;
  }
}
.access-detail__map {
  padding: 0 5%;
}
.access-detail__map iframe {
  width: 100%;
  height: 350px;
  box-shadow: 0 0 0 1px #e3eaf0;
}
@media (max-width: 700px) {
  .access-detail__map iframe {
    height: 220px;
  }
}
.access-detail__wrapper {
  padding: 0 5%;
}
.access-detail__row1 {
  display: flex;
  flex-direction: row;
  gap: 2em;
  margin-bottom: 10%;
}
@media (max-width: 700px) {
  .access-detail__row1 {
    flex-direction: column;
    gap: 1em;
  }
}
.access-detail__row2 {
  margin-top: 10%;
}
.access-detail__info-block {
  margin: 0 auto 2em auto;
}
.access-detail__info-block .access-detail__address {
  font-size: 1.1rem;
  font-weight: 500;
  margin-bottom: 2%;
  color: #222;
}
.access-detail__info-block .access-detail__desc {
  font-size: 0.98rem;
  color: #444;
}
.access-detail__row-container {
  flex-direction: row;
  gap: 2em;
}
@media (max-width: 700px) {
  .access-detail__row-container {
    flex-direction: column;
    gap: 1em;
  }
}
.access-detail__row-container2 {
  display: flex;
  flex-direction: row;
  gap: 2em;
}
@media (max-width: 700px) {
  .access-detail__row-container2 {
    flex-direction: column;
    gap: 1em;
  }
}
.access-detail__hokkaido {
  max-width: 700px;
  width: 100%;
  height: auto;
  margin: 5% 5% 10% 5%;
}
.access-detail__img-block--route {
  padding: 0 5% 0;
  max-width: 500px;
}
@media (max-width: 900px) {
  .access-detail__img-block--route {
    margin: 0 auto;
    max-width: 100%;
    padding: 0;
  }
}
@media (max-width: 900px) {
  .access-detail__transport {
    flex-direction: column;
    gap: 1em;
    padding: 0;
  }
}
.access-detail__transport-block {
  flex: 1 1 200px;
  background: #f8f8f8;
  margin-bottom: 12px;
  box-shadow: 0 0 0 1px #e3eaf0;
  padding: 1.2em 1.5em;
}
@media (max-width: 700px) {
  .access-detail__transport-block {
    padding: 0.8em 1em;
    min-width: 0;
    max-width: 100%;
  }
}
.access-detail__transport-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #7B9BC8;
  margin-bottom: 0.5em;
}
.access-detail__transport-desc {
  font-size: 0.98rem;
  color: #444;
  line-height: 1.7;
}
.access-detail__map-img {
  max-width: 530px;
  width: 100%;
  height: auto;
}

.sp-br {
  display: none;
}
@media (max-width: 1440px) {
  .sp-br {
    display: block;
  }
}

.error-page {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f9fa;
  position: relative;
}

.error-container {
  text-align: center;
  max-width: 500px;
  padding: 0 20px;
}

.error-number {
  font-family: "Baskervville", "Montserrat", "Noto Sans JP", sans-serif;
  font-size: 8rem;
  font-weight: 300;
  color: #6ec1e4;
  line-height: 1;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .error-number {
    font-size: 6rem;
  }
}

.error-title {
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 300;
  color: #222;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .error-title {
    font-size: 1.5rem;
  }
}

.error-message {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  color: #666;
  line-height: 1.6;
  margin-bottom: 40px;
}

.error-actions {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
}

.error-btn {
  display: inline-block;
  padding: 12px 24px;
  border: 1px solid #6ec1e4;
  background: #6ec1e4;
  color: #fff;
  text-decoration: none;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.error-btn:hover {
  background: #5ec6d9;
  border-color: #5ec6d9;
  transform: translateY(-1px);
}
.error-btn--outline {
  background: transparent;
  color: #6ec1e4;
}
.error-btn--outline:hover {
  background: #6ec1e4;
  color: #fff;
}

.error-logo {
  position: absolute;
  top: 30px;
  left: 30px;
}
@media (max-width: 768px) {
  .error-logo {
    top: 20px;
    left: 20px;
  }
}
.error-logo a {
  text-decoration: none;
  color: #222;
}

.error-logo-main {
  font-family: "Baskervville", "Montserrat", "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  color: #222;
  line-height: 1.1;
}
@media (max-width: 768px) {
  .error-logo-main {
    font-size: 1rem;
  }
}

.error-logo-sub {
  display: block;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-size: 0.7rem;
  color: #888;
  letter-spacing: 0.38em;
  margin-top: 0.3em;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .error-logo-sub {
    font-size: 0.6rem;
  }
}

.thanks-page {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f9fa;
  position: relative;
}

.thanks-container {
  text-align: center;
  max-width: 600px;
  padding: 0 20px;
}

.thanks-number {
  font-family: "Baskervville", "Montserrat", "Noto Sans JP", sans-serif;
  font-size: 6rem;
  font-weight: 300;
  color: #6ec1e4;
  line-height: 1;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .thanks-number {
    font-size: 6rem;
  }
}

.thanks-title {
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  color: #222;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .thanks-title {
    font-size: 1.5rem;
  }
}

.thanks-message {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  color: #666;
  line-height: 1.6;
  margin-bottom: 40px;
}

.thanks-actions {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
}

.thanks-btn {
  display: inline-block;
  padding: 12px 24px;
  border: 1px solid #6ec1e4;
  background: #6ec1e4;
  color: #fff;
  text-decoration: none;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.thanks-btn:hover {
  background: #5ec6d9;
  border-color: #5ec6d9;
  transform: translateY(-1px);
}
.thanks-btn--outline {
  background: transparent;
  color: #6ec1e4;
}
.thanks-btn--outline:hover {
  background: #6ec1e4;
  color: #fff;
}

.thanks-logo {
  position: absolute;
  top: 30px;
  left: 30px;
}
@media (max-width: 768px) {
  .thanks-logo {
    top: 20px;
    left: 20px;
  }
}
.thanks-logo a {
  text-decoration: none;
  color: #222;
}

.thanks-logo-main {
  font-family: "Baskervville", "Montserrat", "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  color: #222;
  line-height: 1.1;
}
@media (max-width: 768px) {
  .thanks-logo-main {
    font-size: 1rem;
  }
}

.thanks-logo-sub {
  display: block;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-size: 0.7rem;
  color: #888;
  letter-spacing: 0.38em;
  margin-top: 0.3em;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .thanks-logo-sub {
    font-size: 0.6rem;
  }
}/*# sourceMappingURL=style.css.map */