/* 店舗詳細ページ専用レイアウト */
.location-detail-body {
  background:
    radial-gradient(circle at 12% 4%, rgba(255, 255, 255, 0.92) 0 5%, transparent 24%),
    linear-gradient(180deg, #eaf8f5 0, #f8f4e9 36%, #f6f1e8 100%);
}

.location-detail-main {
  max-width: 760px;
  padding-top: 72px;
}

.location-detail-intro {
  max-width: 620px;
  margin: 0 auto;
  padding: clamp(20px, 5vw, 34px) 4px 12px;
  text-align: center;
}

.location-detail-store-name {
  margin-bottom: 8px;
  color: #1f6f7a;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.location-detail-intro h1 {
  margin-bottom: 14px;
  color: #123f48;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(1.65rem, 6vw, 2.35rem);
  line-height: 1.4;
}

.location-detail-station {
  display: inline-block;
  margin-bottom: 14px;
  padding: 5px 14px;
  border-radius: 999px;
  background: rgba(31, 111, 122, 0.1);
  color: #175762;
  font-weight: 700;
}

.location-detail-lead {
  max-width: 560px;
  margin: 0 auto;
  color: #345d61;
  text-align: left;
}

.location-detail-intro-actions { margin-top: 26px; }

.location-detail-section {
  width: min(100%, 620px);
  margin: clamp(48px, 10vw, 76px) auto 0;
  scroll-margin-top: 64px;
}

.location-price-lead {
  margin: 26px 0 18px;
  color: #345d61;
  text-align: center;
}

.location-price-list {
  overflow: hidden;
  margin: 0;
  border-top: 3px solid #42a9a0;
  border-bottom: 1px solid rgba(31, 111, 122, 0.25);
  background: rgba(255, 255, 255, 0.64);
}

.location-price-row {
  display: grid;
  grid-template-columns: 110px 1fr;
  align-items: stretch;
  border-bottom: 1px solid rgba(31, 111, 122, 0.16);
}

.location-price-row:last-child { border-bottom: 0; }

.location-price-row dt {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 10px;
  background: rgba(82, 177, 167, 0.14);
  color: #175762;
  font-weight: 700;
}

.location-price-row-holiday dt { background: rgba(236, 180, 91, 0.18); }

.location-price-row dd {
  display: flex;
  align-items: baseline;
  gap: 10px;
  padding: 14px 18px;
  color: #345d61;
}

.location-price-row dd strong {
  color: #123f48;
  font-size: 1.45rem;
}

.location-price-row dd span { font-size: 0.86rem; }

.location-price-example {
  margin-top: 22px;
  padding: 0 0 0 16px;
  border-left: 4px solid #e2b05b;
}

.location-price-example h3 { color: #175762; }
.location-price-example p { margin-top: 5px; }
.location-price-calculation { color: #175762; }

.location-price-notes {
  margin: 20px 0 0;
  padding-left: 1.3em;
  color: #536e70;
  font-size: 0.9rem;
}

.location-access-info {
  margin: 26px 0 18px;
  padding-left: 16px;
  border-left: 4px solid #42a9a0;
}

.location-access-info h3 { color: #123f48; }
.location-access-station { color: #175762; font-weight: 700; }
.location-access-info address { margin-top: 5px; font-style: normal; }
.location-access-note { margin-top: 10px; color: #61787a; font-size: 0.88rem; }

.location-access-map {
  overflow: hidden;
  border: 1px solid rgba(31, 111, 122, 0.2);
  border-radius: 14px;
  box-shadow: 0 8px 20px rgba(20, 82, 90, 0.1);
}

.location-access-map iframe {
  display: block;
  width: 100%;
  height: 320px;
  border: 0;
}

.location-access-actions { margin-top: 18px; }

@media (min-width: 521px) {
  .location-detail-mobile-break { display: none; }
}

@media (max-width: 520px) {
  .location-detail-main { padding-right: 14px; padding-left: 14px; }
  .location-detail-lead { text-align: left; }
  .location-price-row { grid-template-columns: 86px 1fr; }
  .location-price-row dd { display: block; padding: 12px 14px; }
  .location-price-row dd strong, .location-price-row dd span { display: block; }
  .location-access-map iframe { height: 260px; }
}
