:root {
  --bg: #f4eee5;
  --ink: #1d1915;
  --muted: #665a4e;
  --card: rgba(255, 250, 244, 0.92);
  --line: #e4d5c3;
  --brand: #bf6b3d;
  --brand-deep: #9a4d2a;
  --accent: #2f6f69;
  --accent-soft: #edf6f4;
  --danger: #c74b3f;
  --soft-shadow: 0 10px 30px rgba(48, 33, 17, 0.08);
  --lift-shadow: 0 18px 36px rgba(40, 28, 18, 0.11);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "M PLUS 1p", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 8%, rgba(240, 223, 203, 0.92) 0, transparent 42%),
    radial-gradient(circle at 88% 6%, rgba(220, 235, 231, 0.9) 0, transparent 36%),
    linear-gradient(180deg, #f8f3ec 0%, #f4eee5 60%, #f2ece2 100%),
    var(--bg);
  line-height: 1.75;
  letter-spacing: 0.01em;
}

img {
  display: block;
  max-width: 100%;
}

button,
a {
  font: inherit;
}

h1,
h2,
h3 {
  font-family: "Noto Serif JP", serif;
  line-height: 1.25;
}

.topbar,
main,
footer {
  width: min(1120px, 92vw);
  margin-left: auto;
  margin-right: auto;
}

.topbar {
  margin-top: 18px;
  padding: 14px 22px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 251, 246, 0.88);
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  box-shadow: var(--soft-shadow);
}

.brand-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand-mark {
  width: 76px;
  height: 76px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: transparent;
  padding: 0;
  border: 0;
  box-shadow: none;
  overflow: hidden;
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 14px;
}

.brand-kicker {
  margin: 0 0 2px;
  color: var(--accent);
  font-size: 0.68rem;
  letter-spacing: 0.16em;
}

.brand {
  font-size: 1.2rem;
  font-weight: 700;
}

nav {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

nav a {
  color: var(--ink);
  text-decoration: none;
  font-size: 0.93rem;
  letter-spacing: 0.03em;
  padding-bottom: 2px;
  border-bottom: 1px solid transparent;
}

nav a:hover {
  border-bottom-color: #c8aa8a;
}

nav a.active,
nav a[aria-current="true"] {
  color: var(--brand-deep);
  border-bottom-color: #b77b51;
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  border: 1px solid #dbcab6;
  background: rgba(255, 255, 255, 0.8);
  padding: 9px 8px;
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 99px;
  background: var(--ink);
}

.nav-toggle span + span {
  margin-top: 6px;
}

.topbar.nav-open .nav-toggle span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.topbar.nav-open .nav-toggle span:nth-child(2) {
  opacity: 0;
}

.topbar.nav-open .nav-toggle span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.topbar.nav-open .nav-toggle span {
  transition: transform 0.22s ease, opacity 0.22s ease;
}

.lang-switch {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  padding: 4px;
  border: 1px solid #dbcab6;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.75);
}

.lang-switch button {
  border: 0;
  background: transparent;
  color: var(--muted);
  font-size: 0.76rem;
  line-height: 1;
  padding: 8px 10px;
  border-radius: 999px;
  cursor: pointer;
  white-space: nowrap;
}

.lang-switch button:hover {
  background: rgba(190, 106, 61, 0.1);
  color: var(--brand-deep);
}

.lang-switch button.active {
  background: linear-gradient(145deg, #c87546, #a8522f);
  color: #fff;
}

main {
  margin-bottom: 70px;
}

.hero {
  padding: 56px 0 20px;
}

.hero-shell {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  align-items: start;
}

.eyebrow {
  color: var(--accent);
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin: 0;
}

h1 {
  font-size: clamp(2.2rem, 5.4vw, 4.35rem);
  margin: 12px 0 18px;
  white-space: pre-line;
}

h1 span,
.offer-list em,
.price-list em {
  color: var(--brand);
}

h2 {
  font-size: clamp(1.45rem, 2.8vw, 2.1rem);
  margin: 0 0 14px;
}

h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.08rem;
}

.lead,
.cards p,
.group-note,
.panel-note,
.access-copy,
.map-modal-copy {
  color: var(--muted);
}

.lead {
  max-width: 760px;
  font-size: 1.02rem;
}

.hero-actions,
.map-actions,
.map-modal-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.hero-actions {
  margin-top: 22px;
}

.hero-actions .hero-map-actions {
  margin-top: 0;
  padding: 10px 12px;
  border: 1px solid rgba(216, 198, 177, 0.9);
  border-radius: 20px;
  background: rgba(255, 253, 249, 0.86);
  box-shadow: 0 8px 18px rgba(66, 41, 16, 0.06);
}

.hero-map-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(140px, 1fr));
  gap: 10px;
}

.hero-map-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 9px 20px;
  border-radius: 999px;
  border: 1px solid #d8c6b1;
  background: rgba(255, 255, 255, 0.82);
  color: #2f2419;
  text-decoration: none;
  line-height: 1.2;
  white-space: nowrap;
  font-size: 0.95rem;
}

.hero-map-pill:hover {
  border-color: #c7a17d;
  background: rgba(255, 255, 255, 0.95);
}

@media (max-width: 860px) {
  .hero-map-actions {
    grid-template-columns: repeat(2, minmax(140px, 1fr));
  }
}

.hero-inline-info {
  margin-top: 16px;
}

.hero-inline-title {
  margin: 0;
  font-size: clamp(1.9rem, 4.2vw, 3rem);
}

.hero-inline-facts {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-inline-fact {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(201, 138, 99, 0.34);
  background: rgba(255, 255, 255, 0.7);
  min-width: 0;
}

.hero-inline-dt {
  color: var(--muted);
  font-size: 0.8rem;
  white-space: nowrap;
}

.hero-inline-dd {
  min-width: 0;
}

.hero-inline-note {
  margin-top: 10px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, #c87546, #a8522f);
  color: #fff;
  text-decoration: none;
  padding: 12px 20px;
  border: 0;
  border-radius: 999px;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  box-shadow: 0 8px 18px rgba(156, 79, 43, 0.24);
}

.btn:hover {
  transform: translateY(-1px);
  background: linear-gradient(145deg, #b8683f, #924628);
  box-shadow: 0 12px 22px rgba(156, 79, 43, 0.28);
}

.btn.ghost {
  background: rgba(255, 255, 255, 0.7);
  color: var(--brand-deep);
  border: 1px solid #c98a63;
  box-shadow: none;
}

.btn.mini {
  padding: 8px 14px;
  font-size: 0.88rem;
}

.hero-meta {
  margin-top: 20px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.hero-meta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 9px 14px;
  border: 1px solid rgba(201, 138, 99, 0.4);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
  color: var(--muted);
  font-size: 0.86rem;
}

.hero-panel,
.section,
.map-modal-panel {
  border: 1px solid var(--line);
  border-radius: 26px;
  background: var(--card);
  box-shadow: var(--soft-shadow);
}

.hero-panel {
  position: relative;
  overflow: hidden;
  padding: 28px;
  isolation: isolate;
  min-height: 420px;
}

.hero-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(155deg, rgba(255, 251, 244, 0.6), rgba(255, 255, 255, 0.28)),
    url("./assets/service-foam-new.jpg") center / cover no-repeat;
  animation: heroPanelServiceSlideshow 20s steps(1, end) infinite;
  opacity: 0.9;
  filter: saturate(0.82) brightness(1.06);
  z-index: -1;
}

.hero-panel-copy {
  margin-top: 18px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255, 251, 246, 0.84);
  box-shadow: 0 8px 18px rgba(66, 41, 16, 0.06);
}

.hero-info-layout {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}

.hero-info-layout .hero-panel-copy,
.hero-info-layout .hero-panel {
  margin-top: 0;
  min-height: 420px;
  height: 100%;
}

@keyframes heroPanelServiceSlideshow {
  0%,
  19.999% {
    background-image:
      linear-gradient(155deg, rgba(255, 251, 244, 0.6), rgba(255, 255, 255, 0.28)),
      url("./assets/service-foam-new.jpg");
  }

  20%,
  39.999% {
    background-image:
      linear-gradient(155deg, rgba(255, 251, 244, 0.6), rgba(255, 255, 255, 0.28)),
      url("./assets/service-oil-network.jpg");
  }

  40%,
  59.999% {
    background-image:
      linear-gradient(155deg, rgba(255, 251, 244, 0.6), rgba(255, 255, 255, 0.28)),
      url("./assets/service-shiatsu-new.jpg");
  }

  60%,
  79.999% {
    background-image:
      linear-gradient(155deg, rgba(255, 251, 244, 0.6), rgba(255, 255, 255, 0.28)),
      url("./assets/service-relax-new.jpg");
  }

  80%,
  100% {
    background-image:
      linear-gradient(155deg, rgba(255, 251, 244, 0.6), rgba(255, 255, 255, 0.28)),
      url("./assets/service-scrub-new2.jpg");
  }
}

.panel-label,
.access-label {
  margin: 0 0 8px;
  color: #8a6441;
  font-size: 0.76rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.status-line {
  margin: -2px 0 10px;
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}

.open-status {
  display: inline-flex;
  align-items: center;
  padding: 5px 11px;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  background: rgba(22, 138, 88, 0.15);
  color: #0f7e51;
  border: 1px solid rgba(15, 126, 81, 0.25);
}

.open-status[data-state="closed"] {
  background: rgba(179, 87, 42, 0.12);
  color: #9a4d2a;
  border-color: rgba(154, 77, 42, 0.24);
}

.open-status-detail {
  color: var(--muted);
  font-size: 0.78rem;
  letter-spacing: 0.02em;
  line-height: 1.45;
}

.open-status-detail[data-state="closed"] {
  color: #9a4d2a;
}

.open-status-clock {
  color: var(--muted);
  font-size: 0.76rem;
  letter-spacing: 0.02em;
}

.hero-facts {
  margin: 18px 0 0;
  display: grid;
  gap: 12px;
}

.hero-facts div {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 10px;
  align-items: baseline;
}

.hero-facts dt {
  color: var(--muted);
  font-size: 0.82rem;
}

.hero-facts dd {
  margin: 0;
}

.text-link {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 3px;
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
}

.text-link:hover {
  color: var(--brand-deep);
}

.section {
  margin-top: 46px;
  padding: 34px;
}

.ambience {
  background:
    linear-gradient(145deg, rgba(253, 248, 240, 0.95), rgba(241, 248, 247, 0.95));
}

.info-ambience-bridge {
  margin-top: 46px;
}

.info-ambience-bridge .ambience-empty-frame {
  margin-top: 0;
}

.bridge-offer-frame {
  min-height: 0;
  padding: 20px;
}

.bridge-offer-title {
  margin: 0;
  font-size: 1.3rem;
}

.bridge-offer-lead {
  margin: 8px 0 0;
  color: var(--muted);
}

.bridge-offer-grid {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.bridge-offer-grid .bridge-offer-item:only-child {
  max-width: 560px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.bridge-offer-item {
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid #e7d8c7;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 8px 18px rgba(66, 41, 16, 0.06);
}

.bridge-offer-item img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: center top;
}

.bridge-offer-item video {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  display: block;
  background: #f4eee6;
}

.bridge-roll-slideshow {
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: #f4eee6;
}

.bridge-roll-slideshow img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  animation: bridgeRollSlide 28s infinite;
}

.bridge-roll-slideshow img:nth-child(1) { animation-delay: 0s; }
.bridge-roll-slideshow img:nth-child(2) { animation-delay: 4s; }
.bridge-roll-slideshow img:nth-child(3) { animation-delay: 8s; }
.bridge-roll-slideshow img:nth-child(4) { animation-delay: 12s; }
.bridge-roll-slideshow img:nth-child(5) { animation-delay: 16s; }
.bridge-roll-slideshow img:nth-child(6) { animation-delay: 20s; }
.bridge-roll-slideshow img:nth-child(7) { animation-delay: 24s; }

@keyframes bridgeRollSlide {
  0% { opacity: 0; }
  4% { opacity: 1; }
  14% { opacity: 1; }
  18% { opacity: 0; }
  100% { opacity: 0; }
}

.bridge-offer-item h4 {
  margin: 12px 14px 6px;
  font-family: "Noto Serif JP", serif;
  font-size: 1rem;
}

.bridge-offer-item p {
  margin: 0 14px 14px;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.62;
}

.gallery-grid {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 14px;
}

.ambience-empty-frame {
  margin-top: 18px;
  min-height: 150px;
  border-radius: 20px;
  border: 1px solid var(--line);
  background: rgba(255, 253, 249, 0.88);
  box-shadow: 0 8px 18px rgba(66, 41, 16, 0.06);
}

.gallery-grid figure {
  margin: 0;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid var(--line);
  box-shadow: 0 8px 18px rgba(66, 41, 16, 0.06);
}

.gallery-main {
  grid-row: span 2;
}

.gallery-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.84) brightness(1.07);
}

.cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.cards article,
.payment-card,
.access-card {
  background: #fffdf9;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 18px;
  box-shadow: 0 8px 18px rgba(66, 41, 16, 0.06);
}

.media-cards article {
  overflow: hidden;
  padding: 0;
}

.media-cards article img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.media-cards article video {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
  background: #f4eee6;
}

.media-cards article video.oil-video-x3 {
  height: 660px;
}

.media-cards article h3,
.media-cards article p {
  padding-left: 18px;
  padding-right: 18px;
}

.media-cards article h3 {
  margin-top: 18px;
}

.media-cards article p {
  margin-bottom: 18px;
}

.course-section {
  background: linear-gradient(142deg, #fff8f2 0%, #f8f6ef 100%);
}

.comfort-section {
  background: linear-gradient(145deg, #fff9f1 0%, #f4f8f4 58%, #edf7f7 100%);
}

.features-section {
  background: linear-gradient(145deg, #fff8f1 0%, #f7f8f1 56%, #eef7f8 100%);
}

.guide-course-section {
  background: linear-gradient(145deg, #fff9f0 0%, #f6f8f2 54%, #edf7f8 100%);
}

.quick-pick-section {
  background: linear-gradient(145deg, #fff8f0 0%, #f4f8f3 55%, #edf7f8 100%);
}

.estimate-section {
  background: linear-gradient(145deg, #fff8f2 0%, #f5f8f3 56%, #edf7f8 100%);
}

.estimate-panel {
  margin-top: 14px;
  padding: 20px;
  border: 1px solid #e7d7c5;
  border-radius: 18px;
  background: #fffdf9;
  box-shadow: 0 8px 18px rgba(66, 41, 16, 0.06);
}

.estimate-row + .estimate-row {
  margin-top: 14px;
}

.estimate-label {
  display: block;
  margin-bottom: 8px;
  font-weight: 700;
  color: var(--brand-deep);
}

.estimate-panel select {
  width: 100%;
  padding: 11px 12px;
  border-radius: 12px;
  border: 1px solid #d9c5ae;
  background: #fff;
  font: inherit;
}

.estimate-check {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-top: 8px;
  color: var(--muted);
}

.estimate-check input {
  margin-top: 3px;
}

.estimate-result {
  margin-top: 16px;
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.estimate-result-label {
  color: var(--muted);
}

.quick-pick-meta {
  color: var(--brand-deep);
  font-weight: 700;
}

.flow {
  list-style: none;
  margin: 18px 0 8px;
  padding: 0;
  display: grid;
  gap: 10px;
}

.flow li {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 14px;
  align-items: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 15px;
  padding: 13px 14px;
  box-shadow: 0 6px 14px rgba(58, 36, 16, 0.05);
}

.flow strong {
  font-family: "Noto Serif JP", serif;
  font-size: 1rem;
}

.offer-list li:nth-child(3) strong::before {
  content: "♥";
  color: #e05060;
  font-size: 0.78em;
  margin-right: 6px;
  vertical-align: middle;
}

.offer-list li:nth-child(4) strong::before {
  content: "★";
  color: #e05060;
  font-size: 0.78em;
  margin-right: 6px;
  vertical-align: middle;
}

.flow span {
  color: var(--muted);
  font-size: 0.96rem;
}

.offer-list del,
.price-list del {
  color: #9c8e82;
  margin-right: 6px;
  text-decoration: none;
}

.small-note {
  margin-top: 12px;
  color: var(--muted);
  font-size: 0.84rem;
}

.split {
  display: grid;
  grid-template-columns: 1.4fr 0.9fr;
  gap: 20px;
}

.price-group + .price-group {
  margin-top: 28px;
}

.group-note {
  margin-top: -4px;
  margin-bottom: 12px;
}

.price-list {
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.price-list li {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: baseline;
  border-bottom: 1px dashed #d9c5ae;
  padding-bottom: 10px;
}

.price-list.compact li span {
  max-width: 72%;
}

.price-list strong {
  text-align: right;
}

.note {
  background: linear-gradient(150deg, #fff3e6, #fff9f2);
  border: 1px solid #ebc9ac;
  border-radius: 18px;
  padding: 20px;
}

.bullet-points {
  margin: 14px 0 0;
  padding-left: 20px;
  color: var(--muted);
}

.bullet-points li + li {
  margin-top: 8px;
}

.payment-section {
  background: linear-gradient(135deg, #fff8ef 0%, #f5faf7 100%);
}

.payment-card + .payment-card {
  margin-top: 14px;
}

.payment-card img {
  max-width: 300px;
  margin-bottom: 10px;
}

.payment-extra {
  margin-top: 12px;
  color: var(--muted);
}

.shop-section {
  background: linear-gradient(135deg, #fffaf2 0%, #f5f7f2 48%, #eef7f5 100%);
}

.shop-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.shop-profile,
.qr-card {
  background: #fffdf9;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 8px 18px rgba(66, 41, 16, 0.06);
}

.shop-profile-head {
  display: grid;
  grid-template-columns: minmax(180px, 220px) 1fr;
  gap: 18px;
  align-items: center;
}

.shop-profile-head > * {
  min-width: 0;
}

.shop-logo,
.shop-gallery-track {
  width: 100%;
  border-radius: 18px;
  background: rgba(255, 252, 247, 0.65);
  padding: 0;
  border: 1px solid rgba(215, 182, 153, 0.48);
  box-shadow: 0 5px 14px rgba(55, 36, 20, 0.1);
}

.shop-gallery {
  position: relative;
  width: 100%;
}

.shop-gallery-track {
  display: flex;
  gap: 0;
  overflow: hidden;
  touch-action: pan-y;
  cursor: grab;
  will-change: transform;
}

.shop-gallery-track img {
  flex: 0 0 100%;
  min-width: 100%;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 16px;
  -webkit-user-drag: none;
  user-select: none;
}

.shop-gallery-track img.shop-logo-slide {
  object-fit: cover;
}

.shop-gallery-track.dragging {
  cursor: grabbing;
  user-select: none;
}

.shop-gallery-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border: 1px solid rgba(215, 182, 153, 0.8);
  border-radius: 50%;
  background: rgba(255, 252, 247, 0.92);
  color: #8b623d;
  font-size: 22px;
  line-height: 1;
  display: grid;
  place-items: center;
  box-shadow: 0 4px 12px rgba(66, 41, 16, 0.16);
  z-index: 2;
}

.shop-gallery-nav.prev {
  left: 8px;
}

.shop-gallery-nav.next {
  right: 8px;
}

.shop-gallery-nav:disabled {
  opacity: 0.42;
}

.compact-lead {
  margin-bottom: 0;
}

.shop-facts,
.hero-facts {
  margin: 18px 0 0;
}

.shop-facts div {
  display: grid;
  grid-template-columns: 84px 1fr;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px dashed #ddc8b4;
}

.shop-facts dt {
  color: var(--muted);
  font-size: 0.84rem;
}

.shop-facts dd {
  margin: 0;
}

.shop-side {
  display: grid;
  gap: 16px;
  margin-top: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.shop-tools {
  margin-top: 18px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.qr-card {
  text-align: left;
}

.qr-card img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  margin: 8px 0 10px;
  border-radius: 14px;
  border: 1px solid #e6d5c2;
  background: #fff;
  padding: 8px;
}

.cta {
  text-align: center;
  background: linear-gradient(135deg, #fff9f0 0%, #f8f4ee 55%, #eef6f5 100%);
}

.cta-inline {
  margin-top: 22px;
  display: inline-flex;
  gap: 18px;
  flex-wrap: wrap;
  justify-content: center;
}

.cta-inline figure {
  margin: 0;
  padding: 12px;
  width: 140px;
  border: 1px solid #e5d4c0;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.9);
}

.booking-subtitle {
  margin-top: 20px;
  margin-bottom: 10px;
}

.booking-info-cards {
  margin-top: 8px;
}

.booking-callout {
  margin-top: 14px;
  color: var(--muted);
}

.booking-template {
  margin-top: 18px;
  padding: 16px;
  border: 1px solid #e6d8c7;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.88);
  text-align: left;
}

.booking-template-title {
  margin: 0 0 8px;
  font-size: 1.02rem;
}

.booking-template-lead {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 0.92rem;
}

.booking-template-form {
  margin-bottom: 12px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.booking-template-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.booking-template-field.full {
  grid-column: 1 / -1;
}

.booking-form-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.booking-form-label {
  color: var(--muted);
  font-size: 0.8rem;
}

.booking-sync-course-btn {
  font-size: 0.75rem;
  white-space: nowrap;
}

.booking-quick-hint {
  margin: 2px 0 0;
  color: var(--muted);
  font-size: 0.74rem;
}

.booking-quick-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.booking-quick-btn {
  border: 1px solid #dfceb9;
  border-radius: 999px;
  background: #fff;
  color: var(--muted);
  font-size: 0.74rem;
  padding: 4px 10px;
  cursor: pointer;
  line-height: 1.3;
  white-space: normal;
  text-align: left;
}

.booking-quick-btn:hover {
  border-color: #c59a73;
  color: #7c4b2c;
}

.booking-quick-btn.active {
  border-color: #b06b42;
  background: #f9ebdd;
  color: #7b472a;
}

.booking-template-field input,
.booking-template-field textarea {
  width: 100%;
  padding: 9px 10px;
  border: 1px solid #dcc9b2;
  border-radius: 10px;
  background: #fffdf9;
  font: inherit;
  color: var(--text);
}

.booking-template-field.missing .booking-form-label {
  color: #9a5b32;
}

.booking-template-field.missing input,
.booking-template-field.missing textarea {
  border-color: #cf8d66;
  background: #fff8f4;
}

.booking-template-field textarea {
  min-height: 78px;
  resize: vertical;
}

.booking-template-text {
  margin: 0;
  padding: 12px;
  border: 1px dashed #d9c6af;
  border-radius: 12px;
  background: #fff;
  white-space: pre-wrap;
  max-height: 260px;
  overflow: auto;
  line-height: 1.65;
  font-size: 0.92rem;
}

.booking-template-progress {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 0.78rem;
}

.booking-template-progress[data-complete="true"] {
  color: #0f7e51;
}

.booking-template-progress[data-complete="false"] {
  color: #9a5b32;
}

.booking-template-draft-status {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 0.74rem;
}

.booking-template-draft-status[data-saved="true"] {
  color: #2d6b62;
}

.booking-template-draft-status[data-saved="pending"] {
  color: #9a5b32;
}

.copy-booking-template-btn {
  margin-top: 12px;
}

.booking-template-actions {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.booking-template-actions .btn {
  margin-top: 0;
}

.restore-booking-template-btn[hidden] {
  display: none;
}

.cta-inline img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  margin: 0 auto 8px;
  border-radius: 12px;
}

.cta-inline figcaption {
  color: var(--muted);
  font-size: 0.84rem;
}

.access-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.access-card.accent {
  background: linear-gradient(145deg, #fdf8f0 0%, #f1f8f7 100%);
}

.access-postal {
  margin: 0 0 6px;
  color: var(--muted);
}

.access-address {
  padding: 0;
  color: var(--accent);
  text-align: left;
  background: transparent;
  border: 0;
  font-family: "Noto Serif JP", serif;
  font-size: 1.26rem;
  cursor: pointer;
}

.access-address:hover {
  color: var(--brand-deep);
}

.map-actions {
  margin-top: 18px;
}

.copy-address-btn {
  margin-top: 10px;
}

.copy-phone-btn {
  margin-top: 8px;
}

footer {
  margin-top: 8px;
  margin-bottom: 26px;
  text-align: center;
  color: var(--muted);
  font-size: 0.9rem;
}

.floating-actions {
  display: none;
  position: fixed;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  width: min(560px, calc(100vw - 24px));
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  padding: 10px;
  border: 1px solid rgba(228, 213, 195, 0.9);
  border-radius: 999px;
  background: rgba(255, 251, 246, 0.92);
  backdrop-filter: blur(10px);
  box-shadow: var(--lift-shadow);
  z-index: 25;
}

.floating-actions a,
.floating-actions button {
  min-height: 48px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(145deg, #c87546, #a8522f);
  color: #fff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-weight: 600;
}

.floating-actions a:nth-child(2) {
  background: linear-gradient(145deg, #2f6f69, #23534f);
}

.floating-actions button {
  background: linear-gradient(145deg, #d7b185, #be8959);
}

.map-modal {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
  z-index: 30;
}

.map-modal.open {
  opacity: 1;
  visibility: visible;
}

.map-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(20, 14, 11, 0.46);
  backdrop-filter: blur(6px);
}

.map-modal-panel {
  position: relative;
  width: min(520px, 100%);
  padding: 26px;
  z-index: 1;
}

.map-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #ddcab7;
  background: rgba(255, 255, 255, 0.8);
  color: var(--brand-deep);
  cursor: pointer;
}

.map-modal-actions {
  margin-top: 18px;
}

.map-modal-actions .copy-address-btn {
  width: 100%;
}

.map-modal-actions .copy-phone-btn {
  width: 100%;
}

.toast {
  position: fixed;
  left: 50%;
  bottom: calc(22px + env(safe-area-inset-bottom));
  transform: translate(-50%, 12px);
  max-width: min(560px, calc(100vw - 28px));
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid rgba(201, 138, 99, 0.42);
  background: rgba(255, 251, 246, 0.95);
  color: var(--brand-deep);
  box-shadow: 0 12px 24px rgba(66, 41, 16, 0.14);
  font-size: 0.88rem;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
  z-index: 40;
}

.toast.show {
  opacity: 1;
  transform: translate(-50%, 0);
}

.guide-section {
  background: linear-gradient(145deg, #fff7ef 0%, #f4f8f2 52%, #eef7f6 100%);
}

.first-visit {
  background: linear-gradient(145deg, #fff8f1 0%, #f7f8f1 55%, #eef7f8 100%);
}

.tips-section {
  background: linear-gradient(145deg, #fff8f2 0%, #f6f8f3 54%, #edf7f7 100%);
}

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

.policy-section {
  background: linear-gradient(145deg, #fff9f1 0%, #f6f8f2 52%, #eef7f7 100%);
}

.guide-layout {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 20px;
  align-items: start;
}

.guide-note {
  background: linear-gradient(150deg, #fff3e6, #fff9f2);
  border: 1px solid #ebc9ac;
  border-radius: 18px;
  padding: 20px;
  box-shadow: 0 8px 18px rgba(66, 41, 16, 0.06);
}

.faq-section {
  background: linear-gradient(140deg, #fff9f1 0%, #f4f8f4 50%, #eef7f7 100%);
}

.faq-tools {
  margin-bottom: 16px;
}

.faq-search-label {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 0.9rem;
}

.faq-search-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  align-items: center;
}

#faqSearchInput {
  width: 100%;
  min-height: 46px;
  border: 1px solid #dbc8b3;
  border-radius: 14px;
  padding: 10px 14px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--ink);
}

#faqSearchInput:focus-visible {
  outline: 2px solid rgba(191, 107, 61, 0.42);
  outline-offset: 1px;
  border-color: #be7a4f;
}

.faq-search-clear-btn {
  min-height: 46px;
  padding: 10px 16px;
}

.faq-search-empty {
  margin-top: 10px;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-list details.faq-hidden {
  display: none;
}

.faq-list details {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fffdf9;
  padding: 12px 14px;
  box-shadow: 0 6px 14px rgba(58, 36, 16, 0.05);
}

.faq-list summary {
  cursor: pointer;
  font-weight: 700;
  list-style: none;
}

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

.faq-list summary::after {
  content: "+";
  float: right;
  color: var(--brand-deep);
}

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

.faq-list p {
  margin: 10px 0 2px;
  color: var(--muted);
}

.notfound-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  width: min(960px, 92vw);
  margin: 0 auto;
}

.notfound-card {
  text-align: center;
  background: linear-gradient(145deg, rgba(253, 248, 240, 0.95), rgba(241, 248, 247, 0.95));
}

.notfound-lang {
  display: flex;
  justify-content: center;
  margin-bottom: 14px;
}

.notfound-card .lead {
  margin-left: auto;
  margin-right: auto;
}

.notfound-card .hero-actions {
  justify-content: center;
}

.reveal {
  opacity: 1;
  transform: none;
}

.js-enabled .reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.js-enabled .reveal.show {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 980px) {
  .topbar {
    border-radius: 22px;
    flex-wrap: wrap;
    padding: 12px 16px;
  }

  .nav-toggle {
    display: inline-block;
    margin-left: auto;
  }

  .topbar nav {
    display: none;
    width: 100%;
    order: 5;
    margin-top: 4px;
    padding-top: 10px;
    border-top: 1px dashed #d7c3ad;
    flex-direction: column;
    gap: 6px;
  }

  .topbar.nav-open nav {
    display: flex;
  }

  .topbar nav a {
    width: 100%;
    padding: 8px 4px;
    border-bottom: 1px solid #efe0cf;
  }

  .topbar nav a.active,
  .topbar nav a[aria-current="true"] {
    border-bottom-color: #c79a75;
    background: rgba(191, 107, 61, 0.08);
  }

  .hero-shell,
  .hero-info-layout,
  .split,
  .gallery-grid,
  .access-layout,
  .shop-layout,
  .guide-layout,
  .shop-profile-head {
    grid-template-columns: 1fr;
  }

  .gallery-main {
    grid-row: auto;
  }

  .cards {
    grid-template-columns: 1fr;
  }

  .bridge-offer-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .topbar {
    align-items: flex-start;
  }

  .brand-mark {
    width: 58px;
    height: 58px;
  }

  .brand {
    font-size: 1.02rem;
  }

  nav {
    gap: 12px;
  }

  .lang-switch {
    order: 3;
    width: 100%;
    justify-content: flex-start;
  }

  .topbar .btn.mini {
    order: 4;
  }

  .section {
    padding: 24px;
  }

  .flow li,
  .hero-facts div,
  .shop-facts div {
    grid-template-columns: 1fr;
  }

  .hero-inline-fact {
    width: 100%;
  }

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

  .price-list li {
    flex-direction: column;
    align-items: flex-start;
  }

  .price-list strong {
    text-align: left;
  }

  .booking-template {
    padding: 14px;
  }

  .booking-template-text {
    font-size: 0.88rem;
  }

  .booking-template-form {
    grid-template-columns: 1fr;
  }

  .booking-form-head {
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .faq-search-row {
    grid-template-columns: 1fr;
  }

  .faq-search-clear-btn {
    width: 100%;
  }

  footer {
    margin-bottom: 92px;
  }

  .floating-actions {
    display: grid;
    bottom: 12px;
    gap: 8px;
    padding: 8px;
  }

  .toast {
    bottom: calc(86px + env(safe-area-inset-bottom));
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .js-enabled .reveal,
  .js-enabled .reveal.show {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
