:root {
  --bg-dark: #1f2026;
  --navy: #00183f;
  --white: #f6f8ff;
  --text-muted: #b7bfd0;
  --mint: #d5ebe7;
  --access-bg: #e0f7f4;
  --ink: #00183f;
  --footer-gold: #c3b26e;
  --stay-bg: #e3f4f8;
  --stay-ink: #00183f;
  --stay-muted: rgba(0, 24, 63, 0.68);
  --stay-display: "CaslonMO Pro", "Big Caslon", "Libre Caslon Text", Georgia,
    "Times New Roman", serif;
  --stay-body: "Times New Roman", "Hiragino Mincho ProN", "Yu Mincho", serif;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Times New Roman", "Hiragino Mincho ProN", "Yu Mincho", serif;
  background: var(--navy);
  color: var(--white);
}

.page {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.subpage {
  background: var(--navy);
  min-height: calc(100vh - 74px);
  padding: clamp(48px, 8vw, 100px) clamp(20px, 4vw, 40px)
    clamp(64px, 10vw, 120px);
}

.subpage-inner {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.subpage-title {
  margin: 0 0 1.25rem;
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 400;
  letter-spacing: 0.22em;
  color: var(--white);
}

.subpage-lead {
  margin: 0;
  font-size: clamp(14px, 1.6vw, 16px);
  letter-spacing: 0.12em;
  line-height: 2;
  color: rgba(255, 255, 255, 0.72);
}

/* —— FAQ page (faq.html) —— */
.faq-page {
  min-height: calc(100vh - 74px);
  background: #d4e7e8;
  color: var(--navy);
  padding: clamp(54px, 8vw, 96px) clamp(20px, 4vw, 40px)
    clamp(72px, 10vw, 120px);
}

.faq-inner {
  max-width: 760px;
  margin: 0 auto;
}

.faq-title {
  margin: 0 0 clamp(36px, 5vw, 56px);
  text-align: center;
  font-family: var(--stay-display);
  font-size: clamp(30px, 4vw, 40px);
  font-weight: 400;
  letter-spacing: 0.08em;
  color: rgba(0, 24, 63, 0.9);
}

.faq-group + .faq-group {
  margin-top: clamp(50px, 7vw, 74px);
}

.faq-group-title {
  margin: 0 0 clamp(22px, 3vw, 30px);
  font-size: clamp(20px, 2.4vw, 28px);
  font-weight: 400;
  letter-spacing: 0.09em;
  color: rgba(0, 24, 63, 0.92);
}

.faq-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.faq-item + .faq-item {
  margin-top: clamp(20px, 3vw, 30px);
}

.faq-q,
.faq-a {
  margin: 0;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-size: clamp(14px, 1.6vw, 17px);
  line-height: 1.85;
  letter-spacing: 0.05em;
  color: rgba(0, 24, 63, 0.86);
}

.faq-a {
  margin-top: 8px;
  font-size: clamp(13px, 1.5vw, 16px);
  color: rgba(0, 24, 63, 0.78);
}

.faq-marker {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--stay-display);
  font-size: 22px;
  line-height: 1;
}

.faq-marker-q {
  background: rgba(235, 232, 242, 0.92);
  color: rgba(0, 24, 63, 0.78);
}

.faq-marker-a {
  border: 1px solid rgba(0, 24, 63, 0.3);
  color: rgba(0, 24, 63, 0.72);
}

/* —— Terms page (terms.html) —— */
.terms-page {
  min-height: calc(100vh - 74px);
  background: #d4e7e8;
  color: var(--navy);
  padding: clamp(54px, 8vw, 96px) clamp(20px, 4vw, 40px)
    clamp(72px, 10vw, 120px);
}

.terms-inner {
  max-width: 900px;
  margin: 0 auto;
}

.terms-head {
  text-align: center;
  margin-bottom: clamp(34px, 5vw, 52px);
}

.terms-title {
  margin: 0 0 0.65em;
  font-family: var(--stay-display);
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 1.4;
  color: rgba(0, 24, 63, 0.9);
}

.terms-lead {
  margin: 0;
  font-size: clamp(13px, 1.45vw, 15px);
  letter-spacing: 0.1em;
  line-height: 1.9;
  color: rgba(0, 24, 63, 0.7);
}

.terms-section + .terms-section {
  margin-top: clamp(52px, 7vw, 74px);
}

.terms-section-title {
  margin: 0 0 clamp(24px, 3vw, 32px);
  padding-bottom: 0.55em;
  border-bottom: 1px solid rgba(0, 24, 63, 0.18);
  font-size: clamp(20px, 2.5vw, 28px);
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.5;
  color: rgba(0, 24, 63, 0.92);
}

.terms-article + .terms-article {
  margin-top: 28px;
}

.terms-article-title {
  margin: 0 0 0.8em;
  font-size: clamp(16px, 1.9vw, 20px);
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.65;
  color: rgba(0, 24, 63, 0.9);
}

.terms-paragraph {
  margin: 0;
  font-size: clamp(13px, 1.45vw, 15px);
  line-height: 2;
  letter-spacing: 0.04em;
  color: rgba(0, 24, 63, 0.82);
}

.terms-list {
  margin: 0;
  padding-left: 1.3em;
  font-size: clamp(13px, 1.45vw, 15px);
  line-height: 2;
  letter-spacing: 0.04em;
  color: rgba(0, 24, 63, 0.82);
}

.terms-list li + li {
  margin-top: 0.35em;
}

.terms-list--paren {
  list-style: none;
  counter-reset: terms-paren;
  padding-left: 0;
}

.terms-list--paren li {
  counter-increment: terms-paren;
  padding-left: 2.1em;
  position: relative;
}

.terms-list--paren li::before {
  content: "(" counter(terms-paren) ")";
  position: absolute;
  left: 0;
  top: 0;
}

.terms-table-wrap {
  overflow-x: auto;
}

.terms-table {
  width: 100%;
  border-collapse: collapse;
  background: rgba(255, 255, 255, 0.26);
}

.terms-table th,
.terms-table td {
  border: 1px solid rgba(0, 24, 63, 0.15);
  padding: 12px 14px;
  text-align: left;
  vertical-align: top;
  font-size: clamp(12px, 1.35vw, 14px);
  line-height: 1.75;
  letter-spacing: 0.04em;
  color: rgba(0, 24, 63, 0.86);
  font-weight: 400;
}

.terms-table thead th {
  background: rgba(255, 255, 255, 0.32);
  font-weight: 500;
}

.terms-note-list {
  margin-top: 14px;
}

.terms-footer {
  margin-top: clamp(54px, 7vw, 76px);
  padding-top: 20px;
  border-top: 1px solid rgba(0, 24, 63, 0.18);
  font-size: clamp(12px, 1.3vw, 14px);
  line-height: 1.9;
  letter-spacing: 0.06em;
  color: rgba(0, 24, 63, 0.76);
}

.terms-footer p {
  margin: 0;
}

.terms-footer p + p {
  margin-top: 0.3em;
}

/* —— Stay page (stay.html) —— */
.stay-page {
  min-height: calc(100vh - 74px);
  background: var(--stay-bg);
  color: var(--stay-ink);
  padding: clamp(40px, 6vw, 88px) clamp(20px, 4vw, 40px)
    clamp(56px, 8vw, 100px);
}

.stay-intro {
  max-width: 920px;
  margin: 0 auto clamp(28px, 4vw, 48px);
  text-align: center;
}

.stay-title {
  margin: 0 0 0.75em;
  font-family: var(--stay-display);
  font-size: clamp(28px, 4.2vw, 38px);
  font-weight: 400;
  letter-spacing: 0.38em;
  line-height: 1.35;
  color: var(--stay-ink);
}

.stay-sub {
  margin: 0;
  font-family: var(--stay-body);
  font-size: clamp(14px, 1.6vw, 16px);
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 2;
  color: var(--stay-muted);
}

.stay-hero {
  margin: 0 auto clamp(40px, 5vw, 64px);
  max-width: 1100px;
}

.stay-hero-img {
  width: 100%;
  height: auto;
  display: block;
}

.stay-main {
  max-width: 1100px;
  margin: 0 auto clamp(40px, 5vw, 64px);
}

.stay-main-heading {
  margin: 0 0 clamp(22px, 3vw, 34px);
  padding-bottom: 0.55em;
  border-bottom: 1px solid rgba(0, 24, 63, 0.22);
  font-family: var(--stay-display);
  font-size: clamp(20px, 2.6vw, 26px);
  font-weight: 400;
  letter-spacing: 0.22em;
  line-height: 1.35;
  color: var(--stay-ink);
}

.stay-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(28px, 4vw, 48px);
  align-items: start;
}

.stay-details-heading {
  margin: 0 0 1.2em;
  font-family: var(--stay-display);
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 400;
  letter-spacing: 0.14em;
  line-height: 1.4;
  color: var(--stay-ink);
}

.stay-detail-list {
  list-style: none;
  margin: 0 0 clamp(26px, 3vw, 38px);
  padding: 0;
  font-family: var(--stay-body);
  font-size: clamp(15px, 1.55vw, 17px);
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.65;
  color: var(--stay-ink);
}

.stay-detail-list li {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 0.65em;
}

.stay-detail-list li:last-child {
  margin-bottom: 0;
}

.stay-detail-num {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--navy);
  color: var(--white);
  font-family: var(--stay-display);
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
}

.stay-specs {
  margin: 0;
  font-family: var(--stay-body);
  font-size: clamp(14px, 1.5vw, 15px);
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.9;
  color: var(--stay-muted);
}

.stay-spec-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35em 0.5em;
  margin-bottom: 0.35em;
}

.stay-spec-row:last-child {
  margin-bottom: 0;
}

.stay-spec-row dt {
  margin: 0;
  font-weight: 400;
  color: var(--stay-ink);
}

.stay-spec-row dt::after {
  content: " :";
  font-weight: 400;
  color: inherit;
  opacity: 0.85;
}

.stay-spec-row dd {
  margin: 0;
}

.stay-plan-caption {
  margin: 0 0 14px;
  font-family: var(--stay-body);
  font-size: clamp(12px, 1.35vw, 14px);
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 1.85;
  color: var(--stay-muted);
  text-align: right;
}

.stay-plan-figure {
  margin: 0;
}

.stay-plan-img {
  width: 100%;
  height: auto;
  display: block;
}

.stay-gallery {
  max-width: 1100px;
  margin: 0 auto;
}

.stay-gallery-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(10px, 1.8vw, 18px);
}

.stay-gallery-item {
  margin: 0;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: rgba(0, 24, 63, 0.06);
}

.stay-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* —— Stay: AMENITIES（ネイビーブロック） —— */
.stay-amenities {
  background: var(--navy);
  color: var(--white);
  margin-top: clamp(48px, 7vw, 88px);
  margin-left: calc(-1 * clamp(20px, 4vw, 40px));
  margin-right: calc(-1 * clamp(20px, 4vw, 40px));
  padding: clamp(48px, 7vw, 96px) clamp(20px, 4vw, 40px)
    clamp(56px, 8vw, 100px);
}

.stay-amenities-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.stay-amenities-head {
  margin-bottom: clamp(22px, 3vw, 32px);
}

.stay-amenities-title {
  margin: 0 0 0.45em;
  font-family: var(--stay-display);
  font-size: clamp(20px, 2.6vw, 28px);
  font-weight: 400;
  letter-spacing: 0.28em;
  line-height: 1.3;
  color: var(--white);
  text-align: left;
}

.stay-amenities-rule {
  height: 1px;
  margin: 0 0 0.85em;
  background: rgba(246, 248, 255, 0.45);
}

.stay-amenities-sub {
  margin: 0;
  font-family: var(--stay-body);
  font-size: clamp(12px, 1.4vw, 14px);
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 1.85;
  color: rgba(246, 248, 255, 0.82);
  text-align: right;
}

.stay-amenities-hero {
  margin: 0 0 clamp(18px, 2.5vw, 24px);
}

.stay-amenities-hero-img {
  width: 100%;
  height: auto;
  display: block;
}

.stay-amenities-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(12px, 2vw, 20px);
  align-items: stretch;
}

.stay-amenities-left {
  display: flex;
  flex-direction: column;
  gap: clamp(14px, 2.2vw, 22px);
  min-width: 0;
}

.stay-amenities-thumb {
  margin: 0;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: rgba(255, 255, 255, 0.06);
}

.stay-amenities-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.stay-amenities-lists {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 3vw, 28px);
  align-content: start;
}

.stay-amenities-col {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: var(--stay-body);
  font-size: clamp(12px, 1.35vw, 14px);
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.85;
  color: rgba(246, 248, 255, 0.92);
}

.stay-amenities-col li {
  position: relative;
  margin: 0 0 0.35em;
  padding-left: 1.1em;
}

.stay-amenities-col li:last-child {
  margin-bottom: 0;
}

.stay-amenities-col li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--white);
  opacity: 0.95;
}

.stay-amenities-side {
  position: relative;
  margin: 0;
  min-height: 0;
  min-width: 0;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.06);
  align-self: stretch;
}

.stay-amenities-side-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 60% center;
  display: block;
}

/* —— Stay: ゲストベッドルーム（ミント背景・3カラム） —— */
.stay-guest {
  background: var(--mint);
  color: var(--navy);
  margin-left: calc(-1 * clamp(20px, 4vw, 40px));
  margin-right: calc(-1 * clamp(20px, 4vw, 40px));
  padding: clamp(48px, 7vw, 96px) clamp(20px, 4vw, 40px);
}

.stay-guest + .stay-guest {
  padding-top: clamp(40px, 6vw, 72px);
  box-shadow: inset 0 1px 0 rgba(0, 24, 63, 0.08);
}

.stay-guest-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.stay-guest-head {
  margin-bottom: clamp(22px, 3vw, 32px);
}

.stay-guest-title {
  margin: 0 0 0.45em;
  font-family: var(--stay-display);
  font-size: clamp(20px, 2.6vw, 26px);
  font-weight: 400;
  letter-spacing: 0.22em;
  line-height: 1.35;
  color: var(--navy);
  text-align: left;
}

.stay-guest-rule {
  height: 1px;
  margin: 0 0 0.85em;
  background: rgba(0, 24, 63, 0.22);
}

.stay-guest-sub {
  margin: 0;
  font-family: var(--stay-body);
  font-size: clamp(12px, 1.35vw, 14px);
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 1.85;
  color: var(--stay-muted);
  text-align: right;
}

.stay-guest-trio {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2.5vw, 24px);
  align-items: stretch;
}

.stay-guest-photo {
  margin: 0;
  overflow: hidden;
  background: rgba(0, 24, 63, 0.06);
  aspect-ratio: 2 / 3;
  min-height: 0;
}

.stay-guest-photo--wide {
  aspect-ratio: 4 / 3;
}

.stay-guest-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.stay-guest-plan {
  margin: 0;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
  min-width: 0;
}

.stay-guest-plan img {
  width: 100%;
  height: auto;
  max-height: min(72vh, 640px);
  object-fit: contain;
  object-position: center;
  display: block;
}

.stay-guest-details {
  min-width: 0;
  padding: clamp(4px, 1vw, 8px) 0;
}

.stay-guest .stay-details-heading {
  color: var(--navy);
}

.stay-guest .stay-detail-list {
  color: var(--navy);
}

.stay-guest .stay-specs {
  color: var(--stay-muted);
}

/* GUEST BEDROOM 2：左＝縦長の平面図／右＝Room Details の下に青枠写真 */
.stay-guest-b2-main {
  display: grid;
  grid-template-columns: clamp(150px, 22vw, 240px) minmax(0, 1fr);
  gap: clamp(20px, 3.5vw, 44px);
  align-items: start;
}

.stay-guest-b2-plan {
  margin: 0;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.45);
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.stay-guest-b2-plan img {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: top center;
  display: block;
}

.stay-guest-b2-right {
  display: flex;
  flex-direction: column;
  gap: clamp(18px, 3vw, 30px);
  min-width: 0;
}

.stay-guest-b2-details {
  padding: 0;
}

.stay-guest-b2-details .stay-details-heading {
  margin-top: 0;
}

.stay-guest-b2-photo {
  margin: 0;
  width: 100%;
  max-width: 100%;
  border: 1px solid #6eb8e8;
  box-sizing: border-box;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.35);
}

.stay-guest-b2-photo img {
  width: 100%;
  height: auto;
  display: block;
}

.stay-guest-b2-foot {
  margin: clamp(36px, 5.5vw, 64px) 0 0;
  font-family: var(--stay-display);
  font-size: clamp(20px, 2.6vw, 26px);
  font-weight: 400;
  letter-spacing: 0.22em;
  line-height: 1.35;
  color: var(--navy);
  text-align: left;
}

.stay-guest--sky {
  background: var(--stay-bg);
  color: var(--navy);
}

.stay-guest--sky .stay-guest-rule {
  background: rgba(0, 24, 63, 0.22);
}

.stay-guest--sky .stay-guest-sub {
  color: var(--stay-muted);
}

.stay-guest-pair {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(16px, 2.5vw, 28px);
  align-items: stretch;
}

.stay-guest-pair-left {
  display: flex;
  flex-direction: column;
  gap: clamp(18px, 2.5vw, 26px);
  min-width: 0;
}

.stay-guest-pair-photo {
  margin: 0;
  overflow: hidden;
  background: rgba(0, 24, 63, 0.06);
  aspect-ratio: 16 / 10;
}

.stay-guest-pair-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.stay-guest--sky .stay-guest-plan {
  background: rgba(255, 255, 255, 0.55);
}

.stay-guest-plan--pair {
  align-self: stretch;
}

.stay-guest-plan--pair img {
  max-height: min(78vh, 720px);
}

/* —— Gallery page (gallery.html): 2-col grid, full / portrait / half rows —— */
.gallery-page-main.subpage {
  padding-top: clamp(40px, 7vw, 88px);
}

.gallery-page {
  max-width: 960px;
  margin: 0 auto;
}

.gallery-page__title {
  margin: 0 0 clamp(28px, 4.5vw, 52px);
  font-size: clamp(22px, 3.2vw, 30px);
  font-weight: 400;
  letter-spacing: 0.38em;
  text-align: center;
  color: var(--white);
}

.gallery-page__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(10px, 1.8vw, 14px);
  margin: 0;
  padding: 0;
}

.gallery-page__cell {
  margin: 0;
  min-width: 0;
}

.gallery-page__cell--full {
  grid-column: 1 / -1;
}

.gallery-page__figure {
  position: relative;
  margin: 0;
  width: 100%;
  overflow: hidden;
  background: rgba(110, 184, 232, 0.08);
}

.gallery-page__figure--wide {
  aspect-ratio: 16 / 9;
}

.gallery-page__figure--portrait {
  aspect-ratio: 2 / 3;
}

.gallery-page__figure--half {
  aspect-ratio: 4 / 3;
}

.gallery-page__img,
.gallery-page__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ロゴ下：モバイル参考レイアウト（全幅横 → 2×2 → 全幅縦） */
.gallery-page-stack {
  --gallery-stack-gap: clamp(36px, 6vw, 56px);
  margin-top: var(--gallery-stack-gap);
  padding-top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--gallery-stack-gap);
}

.gallery-page-brand {
  display: flex;
  justify-content: center;
  margin: 0;
}

.gallery-page-brand-img {
  width: min(88%, 280px);
  height: auto;
  display: block;
}

.gallery-page-subgrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(4px, 1.2vw, 8px);
  margin: 0;
  padding: 0 0 clamp(32px, 5vw, 64px);
  align-self: stretch;
  width: 100%;
}

.gallery-page-subgrid__cell {
  min-width: 0;
}

.gallery-page-subgrid__cell--full {
  grid-column: 1 / -1;
}

.gallery-page-subgrid__figure--hero {
  aspect-ratio: 16 / 9;
}

.gallery-page-subgrid__figure--tile {
  aspect-ratio: 4 / 3;
}

.gallery-page-subgrid__figure--tall {
  aspect-ratio: 2 / 3;
}

.frame {
  background: var(--navy);
  padding-bottom: 28px;
}

/* Welcome section intro animation */
.frame > .hero-image,
.frame > .section-title,
.frame > .map-image,
.frame > .gallery,
.frame > .more-link-wrap {
  opacity: 0;
  transform: translateY(20px);
  animation: welcome-fade-up 900ms cubic-bezier(0.2, 0.7, 0.2, 1) forwards;
}

.frame > .hero-image {
  animation-delay: 120ms;
}

.frame > .section-title {
  animation-delay: 260ms;
}

.frame > .map-image {
  animation-delay: 420ms;
}

.frame > .gallery {
  animation-delay: 560ms;
}

.frame > .more-link-wrap {
  animation-delay: 720ms;
}

/* Global page intro animation (all pages) */
.page > :not(.frame) {
  opacity: 0;
  transform: translateY(18px);
  animation: page-fade-up 760ms cubic-bezier(0.2, 0.7, 0.2, 1) forwards;
}

.page > :not(.frame):nth-child(1) {
  animation-delay: 120ms;
}

.page > :not(.frame):nth-child(2) {
  animation-delay: 260ms;
}

.page > :not(.frame):nth-child(3) {
  animation-delay: 400ms;
}

.page > :not(.frame):nth-child(4) {
  animation-delay: 540ms;
}

.page > :not(.frame):nth-child(5) {
  animation-delay: 680ms;
}

/* Pages with a single wrapper inside main (FAQ/GALLERY/TERMS etc.) */
.page > :only-child > * {
  opacity: 0;
  transform: translateY(16px);
  animation: page-fade-up 700ms cubic-bezier(0.2, 0.7, 0.2, 1) forwards;
}

.page > :only-child > *:nth-child(1) {
  animation-delay: 140ms;
}

.page > :only-child > *:nth-child(2) {
  animation-delay: 280ms;
}

.page > :only-child > *:nth-child(3) {
  animation-delay: 420ms;
}

.page > :only-child > *:nth-child(4) {
  animation-delay: 560ms;
}

.hero-video {
  transform: scale(1.035);
  animation: welcome-video-settle 1800ms ease-out 120ms forwards;
}

@keyframes welcome-fade-up {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes welcome-video-settle {
  from {
    transform: scale(1.035);
  }
  to {
    transform: scale(1);
  }
}

@keyframes page-fade-up {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes intro-mark-in {
  from {
    opacity: 0;
    transform: translateY(12px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes intro-backdrop-drift {
  from {
    transform: scale(1);
    opacity: 0.78;
  }
  to {
    transform: scale(1.06);
    opacity: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-intro-overlay,
  .page-intro-backdrop,
  .page-intro-mark,
  .page-intro-logo {
    animation: none;
    transition: none;
  }

  .frame > .hero-image,
  .frame > .section-title,
  .frame > .map-image,
  .frame > .gallery,
  .frame > .more-link-wrap,
  .page > :not(.frame),
  .page > :only-child > * {
    opacity: 1;
    transform: none;
    animation: none;
  }

  .hero-video {
    transform: none;
    animation: none;
  }
}

.top-bar {
  position: sticky;
  top: 0;
  z-index: 50;
  height: 74px;
  padding: 0 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--navy);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.12);
}

.page-intro-overlay {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #060c1d;
  opacity: 1;
  visibility: visible;
  transition: opacity 520ms ease, visibility 520ms ease;
}

.page-intro-overlay.is-closing {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.page-intro-backdrop {
  position: absolute;
  inset: -5%;
  pointer-events: none;
  background:
    radial-gradient(circle at 32% 28%, rgba(121, 176, 230, 0.32), transparent 40%),
    radial-gradient(circle at 70% 66%, rgba(72, 114, 186, 0.3), transparent 42%),
    linear-gradient(165deg, #06132c 0%, #0b1f45 48%, #040b1d 100%);
  animation: intro-backdrop-drift 1800ms ease-out forwards;
}

.page-intro-mark {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 14px;
  padding: 24px;
  animation: intro-mark-in 680ms cubic-bezier(0.2, 0.7, 0.2, 1) 80ms both;
}

.page-intro-logo {
  display: block;
  width: min(72vw, 340px);
  height: auto;
  filter: drop-shadow(0 6px 22px rgba(5, 17, 44, 0.55));
}

.page-intro-subtitle {
  color: rgba(247, 250, 255, 0.88);
  font-size: 11px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
}

.menu-button {
  width: 40px;
  height: 40px;
  border: none;
  background: transparent;
  display: grid;
  align-content: center;
  row-gap: 5px;
  cursor: pointer;
}

.menu-button span {
  display: block;
  width: 24px;
  height: 1.5px;
  background: var(--white);
}

.brand {
  margin: 0;
  line-height: 0;
}

.brand-link {
  display: block;
  line-height: 0;
  text-decoration: none;
}

.brand-logo {
  display: block;
  height: clamp(26px, 5vw, 38px);
  width: auto;
}

.book-link {
  color: var(--white);
  text-decoration: none;
  font-family: var(--stay-display);
  font-size: clamp(10px, 1.15vw, 12px);
  font-weight: 400;
  letter-spacing: 0.24em;
  line-height: 1.2;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.book-link-stack {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.book-link-line {
  display: block;
}

.book-link-line--now {
  position: relative;
  display: inline-block;
  padding-bottom: 9px;
}

.book-link-deco {
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(100% + 10px);
  height: 12px;
  display: block;
  pointer-events: none;
}

.nav-overlay {
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: var(--navy);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.nav-overlay[hidden] {
  display: none;
}

.nav-drawer {
  position: relative;
  min-height: 100%;
  padding: 5.5rem clamp(20px, 5vw, 40px) 3rem;
  max-width: 640px;
  margin: 0 auto;
}

.nav-drawer-close {
  position: fixed;
  top: 22px;
  left: 22px;
  z-index: 1001;
  width: 44px;
  height: 44px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}

.nav-drawer-close-line {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 22px;
  height: 1px;
  margin-left: -11px;
  margin-top: -0.5px;
  background: var(--footer-gold);
}

.nav-drawer-close-line:first-child {
  transform: rotate(45deg);
}

.nav-drawer-close-line:last-child {
  transform: rotate(-45deg);
}

.nav-drawer-close:focus-visible {
  outline: 2px solid var(--footer-gold);
  outline-offset: 4px;
}

.nav-drawer-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-drawer-item + .nav-drawer-item {
  margin-top: clamp(1.25rem, 3vw, 1.75rem);
}

.nav-drawer-link {
  display: block;
  color: var(--footer-gold);
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.nav-drawer-link:hover {
  opacity: 0.82;
}

.nav-drawer-row {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.nav-drawer-caret {
  flex-shrink: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent var(--footer-gold);
  margin-top: 2px;
}

.nav-drawer-title {
  font-size: clamp(15px, 2.8vw, 19px);
  font-weight: 400;
  letter-spacing: 0.14em;
  line-height: 1.35;
}

.nav-drawer-title--ja {
  font-size: clamp(14px, 2.5vw, 17px);
  letter-spacing: 0.12em;
}

.nav-drawer-rule {
  display: block;
  height: 1px;
  margin: 0.65rem 0 0.5rem;
  background: var(--footer-gold);
  opacity: 0.55;
}

.nav-drawer-sub {
  display: block;
  text-align: right;
  font-size: clamp(11px, 2vw, 13px);
  letter-spacing: 0.1em;
  line-height: 1.65;
  opacity: 0.92;
}

.nav-drawer-item--terms .nav-drawer-rule {
  margin-bottom: 0;
}

.image-placeholder {
  border: 1px solid rgba(255, 255, 255, 0.24);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  background-image: linear-gradient(
      115deg,
      rgba(255, 255, 255, 0.2),
      rgba(255, 255, 255, 0) 36%
    ),
    linear-gradient(160deg, #4f6980, #8ca2bc 45%, #4e7694 100%);
}

.hero-image {
  aspect-ratio: 16 / 9;
  margin: 0;
  overflow: hidden;
}

.hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-block: 14px;
}

.section-title h2 {
  max-width: 435px;
  margin: 0;
  font-family: "CaslonMO Pro", "Big Caslon", "Libre Caslon Text", Georgia,
    "Times New Roman", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 0.4em;
  color: #ffffff;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.map-image {
  aspect-ratio: 16 / 9;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background-color: var(--navy);
  background-image: linear-gradient(
      180deg,
      rgba(0, 24, 63, 0.12),
      rgba(0, 24, 63, 0.28)
    ),
    url("./Assets/b21f2662726e61888f9126604a198ec2a3d8454c.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.map-copy {
  margin-right: 90px;
  text-align: left;
  color: #edf0f8;
  text-transform: none;
}

.map-copy p {
  margin: 8px 0;
  font-size: 15px;
  letter-spacing: 2px;
}

.gallery {
  margin: 30px 24px 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.thumb {
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.more-link-wrap {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

.more-link {
  color: var(--text-muted);
  text-decoration: none;
  letter-spacing: 1.8px;
  font-size: 30px;
}

.more-link--light {
  color: rgba(255, 255, 255, 0.85);
}

.information {
  background: var(--mint);
  color: var(--ink);
  padding: 56px 28px 64px;
}

.information-heading {
  margin: 0 0 36px;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-align: center;
}

.information-list {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 720px;
}

.information-item {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 24px 32px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 24, 63, 0.12);
  font-size: 14px;
  line-height: 1.7;
}

.information-item:first-of-type {
  border-top: 1px solid rgba(0, 24, 63, 0.12);
}

.information-date {
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.04em;
}

.information-text {
  margin: 0;
}

.premium-comfort {
  background: var(--navy);
  color: var(--white);
  padding-bottom: 56px;
}

.premium-comfort-stack {
  position: relative;
}

.premium-hero-block {
  position: relative;
  z-index: 1;
}

.premium-comfort-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 4;
  text-align: center;
  padding: 36px clamp(20px, 4vw, 40px) clamp(12px, 3vw, 20px);
  pointer-events: none;
}

.premium-comfort-eyebrow {
  margin: 0 0 10px;
  font-size: clamp(14px, 2vw, 17px);
  letter-spacing: 0.35em;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.95);
}

.premium-comfort-title {
  margin: 0;
  font-size: clamp(20px, 2.8vw, 26px);
  font-weight: 400;
  letter-spacing: 0.22em;
  color: rgba(255, 255, 255, 0.95);
}

.premium-hero {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.premium-hero-img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.premium-hero-fade {
  position: absolute;
  left: 0;
  right: 0;
  pointer-events: none;
  z-index: 2;
}

.premium-hero-fade--top {
  top: 0;
  height: 36%;
  background: linear-gradient(
    to bottom,
    var(--navy) 0%,
    rgba(0, 24, 63, 0.72) 22%,
    rgba(0, 24, 63, 0.2) 55%,
    transparent 100%
  );
}

.premium-hero-fade--bottom {
  bottom: 0;
  height: 44%;
  background: linear-gradient(
    to top,
    var(--navy) 0%,
    rgba(0, 24, 63, 0.78) 28%,
    rgba(0, 24, 63, 0.22) 58%,
    transparent 100%
  );
}

.premium-hero-logo-wrap {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  padding: clamp(2rem, 6vw, 3.75rem) clamp(1.5rem, 5vw, 3rem);
  box-sizing: border-box;
}

.premium-hero-logo {
  width: min(64%, 300px);
  height: auto;
}

.premium-overlap {
  position: relative;
  z-index: 5;
  margin-top: clamp(-13rem, -23vw, -6rem);
  padding: clamp(12px, 2.5vw, 24px) clamp(20px, 4vw, 40px) 0;
}

.premium-overlap-inner {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(36px, 5.5vw, 72px);
  align-items: start;
}

.premium-overlap-visual {
  position: relative;
  justify-self: center;
  width: 100%;
  max-width: min(100%, 360px);
  padding-inline: clamp(10px, 2vw, 20px);
  margin-top: clamp(4px, 1vw, 12px);
}

.premium-overlap-visual img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  aspect-ratio: 3 / 4;
}

.premium-overlap-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: clamp(16px, 3.5vw, 36px) clamp(20px, 3vw, 32px) clamp(20px, 3vw, 36px);
  font-size: clamp(13px, 1.65vw, 15px);
  letter-spacing: 0.18em;
  line-height: 2.05;
}

.premium-copy-block {
  margin: 0;
}

.premium-copy-block--spaced {
  margin-top: 1.75em;
}

.premium-overlap-more {
  margin-top: 2.25em;
  font-size: clamp(22px, 3.2vw, 30px);
  letter-spacing: 0.12em;
}

.wave-section {
  background: var(--navy);
}

.wave-hero {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(186, 220, 235, 0.35);
}

.wave-hero-img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.wave-hero-fade {
  position: absolute;
  left: 0;
  right: 0;
  pointer-events: none;
  z-index: 2;
}

.wave-hero-fade--top {
  top: 0;
  height: 34%;
  background: linear-gradient(
    to bottom,
    var(--navy) 0%,
    rgba(0, 24, 63, 0.55) 35%,
    transparent 100%
  );
}

.wave-hero-fade--bottom {
  bottom: 0;
  height: 40%;
  background: linear-gradient(
    to top,
    var(--navy) 0%,
    rgba(0, 24, 63, 0.5) 38%,
    transparent 100%
  );
}

.wave-hero-copy {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: clamp(1.75rem, 5vw, 3rem) clamp(1.25rem, 4vw, 2rem);
  color: #fff;
  text-shadow: 0 2px 16px rgba(0, 24, 63, 0.45);
}

.wave-hero-eyebrow {
  margin: 0 0 1.25em;
  font-size: clamp(16px, 2.2vw, 20px);
  letter-spacing: 0.35em;
  font-weight: 400;
}

.wave-hero-text {
  margin: 0;
  font-size: clamp(14px, 1.85vw, 17px);
  letter-spacing: 0.22em;
  line-height: 2.1;
}

.wave-hero-text--closing {
  margin-top: 1.35em;
  letter-spacing: 0.28em;
}

.wave-panel {
  background: var(--mint);
  color: var(--ink);
  padding: clamp(48px, 7vw, 80px) clamp(20px, 4vw, 40px);
}

.wave-panel-inner {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(40px, 6vw, 80px);
  align-items: center;
}

.wave-panel-copy {
  text-align: center;
  padding: clamp(8px, 2vw, 16px) clamp(12px, 3vw, 24px);
}

.wave-panel-lead {
  margin: 0;
  font-size: clamp(14px, 1.7vw, 16px);
  letter-spacing: 0.16em;
  line-height: 2.05;
}

.wave-panel-note {
  margin: 1.85em 0 0;
  font-size: clamp(13px, 1.55vw, 15px);
  letter-spacing: 0.14em;
  line-height: 1.95;
}

.wave-panel-more {
  display: inline-block;
  margin-top: 2.25em;
  font-size: clamp(22px, 3vw, 30px);
  letter-spacing: 0.12em;
  color: rgba(0, 24, 63, 0.55);
  text-decoration: none;
}

.wave-panel-more:hover {
  color: var(--ink);
}

.wave-panel-visual {
  justify-self: center;
  width: 100%;
  max-width: min(100%, 380px);
  padding-inline: clamp(10px, 2vw, 20px);
}

.wave-panel-visual img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  aspect-ratio: 3 / 4;
}

.experience-trio {
  background: var(--navy);
  color: var(--white);
  padding: clamp(56px, 9vw, 96px) clamp(20px, 4vw, 40px)
    clamp(64px, 10vw, 104px);
}

.experience-trio-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.experience-trio-header {
  display: flex;
  justify-content: center;
  margin-bottom: clamp(40px, 6vw, 72px);
}

.experience-trio-logo {
  width: min(78%, 300px);
  height: auto;
  display: block;
}

.experience-trio-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(28px, 4vw, 48px);
  align-items: start;
}

.experience-card {
  margin: 0;
  text-align: center;
}

.experience-card-visual {
  width: 100%;
  max-width: 280px;
  margin: 0 auto 1.5rem;
  overflow: hidden;
}

.experience-card-visual img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 3 / 4;
  object-fit: cover;
}

.experience-card-heading {
  margin: 0 0 0.85em;
  font-size: clamp(15px, 1.6vw, 17px);
  font-weight: 400;
  letter-spacing: 0.2em;
  color: rgba(255, 255, 255, 0.95);
}

.experience-card-text {
  margin: 0;
  font-size: clamp(13px, 1.45vw, 15px);
  letter-spacing: 0.14em;
  line-height: 1.95;
  color: rgba(255, 255, 255, 0.88);
}

.access-section {
  background: var(--access-bg);
  color: var(--ink);
  padding: clamp(56px, 8vw, 88px) clamp(20px, 4vw, 40px)
    clamp(64px, 9vw, 96px);
}

.access-inner {
  max-width: 920px;
  margin: 0 auto;
}

.access-heading {
  margin: 0 0 clamp(28px, 4vw, 44px);
  font-size: clamp(26px, 3.2vw, 34px);
  font-weight: 400;
  letter-spacing: 0.35em;
  text-align: center;
  font-family: "Times New Roman", "Hiragino Mincho ProN", "Yu Mincho", serif;
}

.access-info {
  max-width: 42rem;
  margin: 0 auto clamp(36px, 5vw, 52px);
  text-align: left;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP",
    sans-serif;
  font-size: clamp(13px, 1.5vw, 15px);
  line-height: 2;
  letter-spacing: 0.06em;
}

.access-info p {
  margin: 0 0 1em;
}

.access-info p:last-child {
  margin-bottom: 0;
}

.access-map {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  aspect-ratio: 16 / 9;
  min-height: 260px;
  overflow: hidden;
  border: 1px solid rgba(0, 24, 63, 0.08);
  box-shadow: 0 8px 32px rgba(0, 24, 63, 0.06);
}

.access-map-frame {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.site-footer {
  background: var(--navy);
  color: var(--footer-gold);
  padding: clamp(48px, 7vw, 80px) clamp(20px, 4vw, 32px)
    clamp(52px, 7vw, 84px);
}

.site-footer-inner {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: clamp(36px, 5vw, 52px);
}

.site-footer-brand {
  width: 100%;
  display: flex;
  justify-content: center;
}

.site-footer-brand-img {
  width: min(88%, 320px);
  height: auto;
  display: block;
}

.site-footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.35em 0.15em;
  font-family: "Times New Roman", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: clamp(12px, 1.35vw, 14px);
  letter-spacing: 0.12em;
  line-height: 1.8;
}

.site-footer-nav a {
  color: var(--footer-gold);
  text-decoration: none;
  padding: 0.15em 0.35em;
}

.site-footer-nav a:hover {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.site-footer-sep {
  color: var(--footer-gold);
  opacity: 0.65;
  user-select: none;
  padding: 0 0.1em;
}

.site-footer-copy {
  margin: 0;
  font-family: "Times New Roman", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: clamp(11px, 1.2vw, 13px);
  letter-spacing: 0.08em;
  color: var(--footer-gold);
  opacity: 0.92;
}

@media (max-width: 760px) {
  .terms-page {
    padding: 40px 18px 54px;
  }

  .terms-head {
    margin-bottom: 30px;
  }

  .terms-title {
    font-size: 27px;
    letter-spacing: 0.08em;
  }

  .terms-section + .terms-section {
    margin-top: 42px;
  }

  .terms-section-title {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .terms-article + .terms-article {
    margin-top: 24px;
  }

  .terms-list--paren li {
    padding-left: 1.9em;
  }

  .terms-table th,
  .terms-table td {
    padding: 10px 12px;
  }

  .terms-footer {
    margin-top: 44px;
  }

  .faq-page {
    padding: 40px 18px 54px;
  }

  .faq-title {
    margin-bottom: 32px;
    font-size: 28px;
  }

  .faq-group + .faq-group {
    margin-top: 42px;
  }

  .faq-group-title {
    margin-bottom: 20px;
    font-size: 20px;
    letter-spacing: 0.06em;
  }

  .faq-q,
  .faq-a {
    gap: 10px;
    line-height: 1.8;
  }

  .faq-marker {
    width: 34px;
    height: 34px;
    font-size: 20px;
  }

  .top-bar {
    padding: 0 18px;
  }

  .brand-logo {
    height: clamp(22px, 6vw, 30px);
  }

  .section-title h2 {
    max-width: 100%;
    padding-inline: 16px;
    font-size: 26px;
    line-height: 32px;
    letter-spacing: 0.35em;
  }

  .map-copy {
    margin-right: 34px;
  }

  .map-copy p {
    font-size: 13px;
  }

  .gallery {
    margin: 24px 16px 0;
    gap: 12px;
  }

  .gallery-page__title {
    font-size: 20px;
    letter-spacing: 0.32em;
    margin-bottom: 24px;
  }

  .gallery-page__grid {
    gap: 10px;
    padding-bottom: 0;
  }

  .stay-page {
    padding: 32px 18px 48px;
  }

  .stay-split {
    grid-template-columns: 1fr;
  }

  .stay-plan-caption {
    text-align: left;
  }

  .stay-gallery-grid {
    grid-template-columns: 1fr;
  }

  .stay-amenities {
    margin-left: -18px;
    margin-right: -18px;
    padding: 40px 18px 48px;
  }

  .stay-amenities-grid {
    grid-template-columns: 1fr;
  }

  .stay-amenities-side {
    position: relative;
    aspect-ratio: 3 / 4;
    min-height: 280px;
  }

  .stay-amenities-side-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }

  .stay-amenities-lists {
    grid-template-columns: 1fr;
    gap: 1.25em;
  }

  .stay-guest {
    margin-left: -18px;
    margin-right: -18px;
    padding: 40px 18px 48px;
  }

  .stay-guest + .stay-guest {
    padding-top: 36px;
  }

  .stay-guest-trio {
    grid-template-columns: 1fr;
  }

  .stay-guest-plan img {
    max-height: none;
  }

  .stay-guest-pair {
    grid-template-columns: 1fr;
  }

  .stay-guest-plan--pair img {
    max-height: none;
  }

  .stay-guest-b2-main {
    grid-template-columns: 1fr;
  }

  .stay-guest-b2-plan {
    max-width: 280px;
    margin: 0 auto;
  }

  .more-link {
    font-size: 24px;
  }

  .information {
    padding: 40px 20px 48px;
  }

  .information-heading {
    margin-bottom: 28px;
    font-size: 18px;
  }

  .information-item {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 16px 0;
  }

  .premium-comfort-header {
    padding: 24px 16px 10px;
  }

  .premium-hero-logo-wrap {
    padding: clamp(1.25rem, 5vw, 2.25rem) clamp(1rem, 4vw, 1.5rem);
  }

  .premium-hero-logo {
    width: min(70%, 260px);
  }

  .premium-comfort-eyebrow {
    font-size: 13px;
    letter-spacing: 0.22em;
  }

  .premium-overlap {
    margin-top: clamp(-4.5rem, -16vw, -2rem);
    padding-top: clamp(8px, 2vw, 16px);
  }

  .premium-overlap-inner {
    grid-template-columns: 1fr;
    gap: clamp(28px, 6vw, 40px);
  }

  .premium-overlap-visual {
    max-width: min(100%, 300px);
    padding-inline: clamp(8px, 3vw, 16px);
    margin-top: 8px;
  }

  .premium-overlap-visual img {
    aspect-ratio: 4 / 5;
    max-height: 360px;
    margin: 0 auto;
    width: 100%;
    object-position: center;
  }

  .premium-overlap-copy {
    padding: 12px 20px 36px;
    font-size: 13px;
    letter-spacing: 0.14em;
    line-height: 1.95;
  }

  .premium-overlap-more {
    margin-top: 1.75em;
    font-size: 22px;
  }

  .site-footer {
    padding: 40px 18px 48px;
  }

  .site-footer-inner {
    gap: 32px;
  }

  .site-footer-brand-img {
    width: min(90%, 260px);
  }

  .site-footer-nav {
    font-size: 11px;
    letter-spacing: 0.08em;
    row-gap: 0.5em;
  }

  .wave-hero-copy {
    padding: 1.25rem 1rem;
  }

  .wave-hero-eyebrow {
    margin-bottom: 1em;
    font-size: 14px;
    letter-spacing: 0.28em;
  }

  .wave-hero-text {
    font-size: 13px;
    letter-spacing: 0.18em;
    line-height: 2;
  }

  .wave-panel {
    padding: 40px 18px 48px;
  }

  .wave-panel-inner {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .wave-panel-visual {
    max-width: min(100%, 300px);
    order: 2;
  }

  .wave-panel-copy {
    order: 1;
    padding: 0 8px;
  }

  .wave-panel-visual img {
    aspect-ratio: 4 / 5;
    max-height: 400px;
    margin: 0 auto;
  }

  .wave-panel-more {
    font-size: 22px;
    margin-top: 1.75em;
  }

  .experience-trio {
    padding: 48px 18px 56px;
  }

  .experience-trio-header {
    margin-bottom: 36px;
  }

  .experience-trio-logo {
    width: min(88%, 260px);
  }

  .experience-trio-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .experience-card-visual {
    max-width: min(100%, 260px);
    margin-bottom: 1.25rem;
  }

  .access-section {
    padding: 44px 18px 52px;
  }

  .access-heading {
    margin-bottom: 24px;
    font-size: 22px;
    letter-spacing: 0.28em;
  }

  .access-info {
    margin-bottom: 28px;
    font-size: 13px;
    line-height: 1.9;
  }

  .access-map {
    min-height: 220px;
    aspect-ratio: 4 / 3;
  }
}

/* =====================================================
   Indulgence ページ
   上：サンドカラー背景／下：ネイビー背景
   ===================================================== */
.indulge-page {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background: var(--navy);
}

.indulge-light {
  background: #dcf6f5;
  color: var(--navy);
  padding: clamp(56px, 9vw, 110px) clamp(20px, 4vw, 48px)
    clamp(48px, 7vw, 96px);
}

.indulge-light-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.indulge-intro {
  text-align: center;
  margin: 0 0 clamp(36px, 5.5vw, 64px);
}

.indulge-title {
  margin: 0;
  font-family: var(--stay-display);
  font-weight: 400;
  letter-spacing: 0.32em;
  font-size: clamp(20px, 2.4vw, 26px);
  line-height: 1.4;
  color: var(--navy);
}

.indulge-sub {
  margin: clamp(14px, 2vw, 22px) 0 0;
  font-family: var(--stay-body);
  font-size: clamp(11px, 1.25vw, 13px);
  letter-spacing: 0.22em;
  line-height: 1.9;
  color: rgba(0, 24, 63, 0.78);
}

.indulge-hero {
  margin: 0;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.04);
}

.indulge-hero-img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
}

.indulge-copy {
  margin: clamp(34px, 5.5vw, 60px) auto;
  text-align: center;
  font-family: var(--stay-body);
  font-size: clamp(12px, 1.35vw, 14px);
  letter-spacing: 0.2em;
  line-height: 2.3;
  color: rgba(0, 24, 63, 0.86);
}

.indulge-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: clamp(12px, 2vw, 22px);
}

.indulge-grid-cell {
  margin: 0;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.04);
}

.indulge-grid-cell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.indulge-grid-cell--tl,
.indulge-grid-cell--bl {
  aspect-ratio: 1 / 1;
  grid-column: 1;
}

.indulge-grid-cell--tl {
  grid-row: 1;
}

.indulge-grid-cell--bl {
  grid-row: 2;
}

.indulge-grid-cell--right {
  grid-column: 2;
  grid-row: 1 / span 2;
}

.indulge-grid-cell--right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.indulge-brand {
  margin: clamp(56px, 8vw, 96px) auto 0;
  text-align: center;
}

.indulge-brand-img {
  width: clamp(180px, 22vw, 260px);
  height: auto;
  display: inline-block;
}

.indulge-dark {
  background: var(--navy);
  color: rgba(246, 248, 255, 0.92);
  padding: clamp(64px, 9vw, 120px) clamp(20px, 4vw, 48px)
    clamp(72px, 10vw, 130px);
}

.indulge-dark-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.indulge-dark-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 0;
}

.indulge-grid-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: var(--stay-body);
  font-size: clamp(12px, 1.35vw, 14px);
  letter-spacing: 0.2em;
  line-height: 2.4;
  color: rgba(246, 248, 255, 0.92);
  padding: clamp(20px, 2.8vw, 34px);
}

.indulge-grid-text p {
  margin: 0 0 0.4em;
}

.indulge-grid-text p:last-child {
  margin-bottom: 0;
}

.indulge-grid-photo {
  margin: 0;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.04);
  aspect-ratio: 4 / 3;
}

.indulge-grid-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.indulge-grid-text--tl {
  grid-column: 1;
  grid-row: 1;
}

.indulge-grid-photo--tr {
  grid-column: 2;
  grid-row: 1;
}

.indulge-grid-photo--bl {
  grid-column: 1;
  grid-row: 2;
}

.indulge-grid-text--br {
  grid-column: 2;
  grid-row: 2;
}

@media (max-width: 760px) {
  .indulge-light {
    padding: clamp(48px, 10vw, 80px) clamp(16px, 5vw, 28px) 56px;
  }

  .indulge-grid {
    gap: 12px;
  }

  .indulge-brand-img {
    width: 200px;
  }

  .indulge-dark {
    padding: 64px 18px 80px;
  }

  .indulge-dark-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .indulge-grid-text--tl,
  .indulge-grid-photo--tr,
  .indulge-grid-photo--bl,
  .indulge-grid-text--br {
    grid-column: auto;
    grid-row: auto;
  }

  .indulge-grid-text {
    line-height: 2.1;
    letter-spacing: 0.18em;
    padding: 26px 18px;
  }
}

/* =====================================================
   Moments ページ
   ===================================================== */
.moments-page {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background: #dcf6f5;
}

.moments-light {
  --moments-logo-pad: clamp(14px, 2.2vw, 22px);
  background: #00183f;
  color: var(--white);
  padding: clamp(32px, 5vw, 56px) 0 var(--moments-logo-pad);
  display: flex;
  flex-direction: column;
  gap: 0;
}

.moments-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.moments-light .moments-inner {
  padding-inline: clamp(20px, 4vw, 48px);
  box-sizing: border-box;
}

.moments-intro {
  text-align: center;
  margin: 0 0 clamp(10px, 1.6vw, 18px);
}

.moments-title {
  margin: 0;
  font-family: var(--stay-display);
  font-weight: 400;
  letter-spacing: 0.32em;
  font-size: clamp(20px, 2.4vw, 26px);
  line-height: 1.4;
  color: var(--white);
}

.moments-sub {
  margin: clamp(6px, 1vw, 12px) 0 0;
  font-family: var(--stay-body);
  font-size: clamp(11px, 1.25vw, 13px);
  letter-spacing: 0.22em;
  line-height: 1.45;
  color: rgba(246, 248, 255, 0.82);
}

.moments-hero {
  margin: 0;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.18);
}

.moments-hero-img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
}

.moments-brand {
  margin: 0;
  padding-top: var(--moments-logo-pad);
  padding-bottom: 0;
  text-align: center;
}

.moments-brand-img {
  width: clamp(180px, 22vw, 260px);
  height: auto;
  display: inline-block;
}

/* Moments：周辺スポット（画像＋本文の交互レイアウト） */
.moments-editorial {
  background: #dcf6f5;
  color: var(--navy);
  padding: clamp(48px, 7vw, 88px) clamp(20px, 4vw, 48px)
    clamp(40px, 6vw, 72px);
}

.moments-rule {
  border: 0;
  border-top: 1px solid rgba(0, 24, 63, 0.14);
  margin: clamp(40px, 6vw, 72px) 0;
}

.moments-spot {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(24px, 4vw, 48px);
  align-items: start;
}

.moments-spot--media-left,
.moments-spot--media-right {
  align-items: center;
}

.moments-spot-media {
  min-width: 0;
}

.moments-spot-media--full {
  grid-column: 1 / -1;
}

.moments-photo-credit {
  position: absolute;
  right: 10px;
  bottom: 8px;
  margin: 0;
  padding: 2px 6px;
  font-family: var(--stay-body);
  font-size: clamp(10px, 1.1vw, 12px);
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: rgba(246, 248, 255, 0.95);
  background: rgba(0, 24, 63, 0.42);
  border-radius: 2px;
}

.moments-spot-fig {
  margin: 0;
  position: relative;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.04);
  aspect-ratio: 4 / 3;
}

.moments-spot-fig img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.moments-spot-fig--wide {
  aspect-ratio: 16 / 9;
}

.moments-spot-fig--portrait {
  aspect-ratio: 3 / 4;
  max-height: min(90vh, 640px);
  margin: 0 auto;
}

.moments-spot-fig--portrait img {
  object-fit: cover;
}

.moments-rule--after-copy {
  margin: clamp(20px, 3vw, 32px) 0 0;
  border-top-color: rgba(110, 184, 232, 0.55);
}

.moments-spot--solo-wide {
  grid-template-columns: 1fr;
  gap: 0;
}

.moments-spot--solo-wide .moments-spot-fig {
  width: 100%;
}

.moments-spot-copy {
  min-width: 0;
  padding-top: clamp(4px, 0.6vw, 8px);
}

.moments-spot--stack .moments-spot-copy {
  padding-top: clamp(12px, 2vw, 20px);
}

.moments-spot-title {
  margin: 0 0 clamp(14px, 2vw, 22px);
  font-family: var(--stay-display);
  font-weight: 400;
  font-size: clamp(17px, 2.1vw, 22px);
  letter-spacing: 0.18em;
  line-height: 1.45;
  color: var(--navy);
}

.moments-spot-text p {
  margin: 0 0 1.1em;
  font-family: var(--stay-body);
  font-size: clamp(12px, 1.3vw, 14px);
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 2.05;
  color: rgba(0, 24, 63, 0.88);
}

.moments-spot-text p:last-child {
  margin-bottom: 0;
}

.moments-spot--media-left .moments-spot-media {
  grid-column: 1;
}

.moments-spot--media-left .moments-spot-copy {
  grid-column: 2;
}

.moments-spot--media-right .moments-spot-copy {
  grid-column: 1;
}

.moments-spot--media-right .moments-spot-media {
  grid-column: 2;
}

.moments-spot--stack {
  grid-template-columns: 1fr;
}

.moments-spot--stack .moments-spot-media {
  grid-column: 1 / -1;
}

.moments-spot--stack .moments-spot-copy {
  grid-column: 1 / -1;
  max-width: 52rem;
}

@media (max-width: 760px) {
  .moments-light {
    --moments-logo-pad: clamp(14px, 3vw, 20px);
    padding: clamp(28px, 8vw, 48px) 0 var(--moments-logo-pad);
  }

  .moments-light .moments-inner {
    padding-inline: clamp(16px, 5vw, 28px);
  }

  .moments-brand-img {
    width: 200px;
  }

  .moments-editorial {
    padding: 40px 18px 48px;
  }

  .moments-rule {
    margin: 36px 0;
  }

  .moments-spot {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .moments-spot--media-left .moments-spot-media,
  .moments-spot--media-left .moments-spot-copy,
  .moments-spot--media-right .moments-spot-media,
  .moments-spot--media-right .moments-spot-copy {
    grid-column: 1;
  }

  .moments-spot--media-right .moments-spot-media {
    order: -1;
  }

  .moments-spot-fig--portrait {
    max-height: none;
    aspect-ratio: 3 / 4;
  }

  .moments-spot--media-left .moments-spot-media {
    order: -1;
  }

}

