/*
Theme Name: Thai Massage Kansai
Theme URI: https://thaimassage-kansai.com/
Author: Thai Massage Kansai
Description: A clean, reliable directory theme for Thai massage shops in Kansai.
Version: 0.13.0
Text Domain: thaimassage-kansai-theme
Requires at least: 6.0
Requires PHP: 7.4
*/

:root {
  --font-base: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  --font-montserrat: "Montserrat", sans-serif;
  --font-inter: "Inter", sans-serif;
  --tmk-green-950: #062820;
  --tmk-green-900: #0a352b;
  --tmk-green-800: #123f35;
  --tmk-green-700: #1d594a;
  --tmk-ivory-50: #fbf8ee;
  --tmk-ivory-100: #f4eddd;
  --tmk-surface: #fffdf7;
  --tmk-gold-500: #b8954a;
  --tmk-gold-600: #96783b;
  --tmk-ink: #1d2925;
  --tmk-muted: #66736d;
  --tmk-border: rgba(174, 143, 82, 0.24);
  --tmk-shadow: 0 14px 32px rgba(20, 40, 32, 0.08);
  --tmk-shadow-soft: 0 8px 20px rgba(20, 40, 32, 0.055);
  --tmk-radius: 8px;
  --tmk-hero-photo: none;
  --tmk-owner-photo: none;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 16px;
}

body {
  margin: 0;
  color: var(--tmk-ink);
  background: var(--tmk-ivory-50);
  font-family: var(--font-base);
  font-weight: 400;
  line-height: 1.78;
  letter-spacing: 0;
}

body.site-menu-open {
  overflow: hidden;
}

a {
  color: var(--tmk-green-700);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.22em;
}

a:hover {
  color: var(--tmk-gold-600);
}

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

button,
input,
select,
textarea {
  font: inherit;
}

.tmk-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  flex: 0 0 auto;
}

.screen-reader-text,
.skip-link {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link:focus {
  top: 16px;
  left: 16px;
  z-index: 1000;
  width: auto;
  height: auto;
  padding: 10px 14px;
  clip: auto;
  color: #fff;
  background: var(--tmk-green-900);
}

.tmk-container,
.site-header__inner,
.site-footer__inner,
.layout-2col,
.shop-page {
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
}

.site-header,
.site-footer {
  width: 100%;
  color: #fff;
  background: linear-gradient(135deg, #073b31 0%, #052b24 100%);
}

.site-header {
  position: relative;
  z-index: 20;
  border-bottom: 1px solid rgba(221, 201, 143, 0.22);
}

.site-header__inner {
  display: grid;
  grid-template-columns: minmax(240px, 420px) minmax(0, 1fr);
  min-height: 72px;
  padding: 14px 24px;
  align-items: center;
  gap: 24px;
}

.site-branding {
  min-width: 0;
}

.site-branding__link,
.site-footer__title {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  text-decoration: none;
}

.site-branding__logo,
.site-footer__logo {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
}

.custom-logo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.site-branding__text {
  display: grid;
  min-width: 0;
  gap: 2px;
}

.site-title {
  margin: 0;
  color: #fff;
  font-size: 1.22rem;
  font-weight: 600;
  line-height: 1.35;
}

.site-description {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
}

.site-menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 0;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(221, 201, 143, 0.24);
  border-radius: 4px;
  cursor: pointer;
}

.site-menu-toggle__lines {
  display: grid;
  width: 18px;
  gap: 4px;
}

.site-menu-toggle__lines span {
  display: block;
  height: 1px;
  background: currentColor;
}

.site-header__nav-group {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
}

.site-nav ul,
.footer-nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-nav ul {
  justify-content: flex-end;
}

.site-nav a,
.footer-nav a {
  color: rgba(255, 255, 255, 0.84);
  text-decoration: none;
  font-size: 0.86rem;
  font-weight: 500;
}

.site-nav a {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
}

.site-nav a:hover,
.footer-nav a:hover {
  color: #fff;
}

.site-header__actions {
  flex: 0 0 auto;
}

.site-header__owner-link {
  display: inline-flex;
  min-height: 38px;
  padding: 8px 14px;
  align-items: center;
  justify-content: center;
  color: var(--tmk-green-900);
  background: #ddc98f;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 4px;
  text-decoration: none;
  font-size: 0.86rem;
  font-weight: 500;
  white-space: nowrap;
}

.site-header__owner-link:hover {
  color: var(--tmk-green-900);
  background: #ead9ac;
}

.site-main {
  width: 100%;
  padding: 0 0 72px;
}

.site-main--front {
  padding-top: 0;
}

.layout-2col {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 32px;
  padding: 0 24px;
}

.content-column,
.side-column {
  min-width: 0;
}

.side-column {
  width: 300px;
}

.content-panel,
.sidebar-panel,
.archive-header,
.entry-card,
.empty-archive,
.shop-card,
.shop-section,
.shop-side-panel {
  background: var(--tmk-surface);
  border: 1px solid var(--tmk-border);
  border-radius: var(--tmk-radius);
  box-shadow: var(--tmk-shadow-soft);
}

.content-panel,
.archive-header,
.empty-archive {
  padding: 32px;
}

.sidebar-panel {
  padding: 22px;
}

.sidebar-panel h2,
.shop-side-panel h3 {
  margin: 0 0 10px;
  color: var(--tmk-green-900);
  font-size: 1.12rem;
  font-weight: 600;
}

.sidebar-panel p,
.archive-description,
.entry-meta,
.entry-summary,
.page-lead,
.shop-card__note {
  color: var(--tmk-muted);
}

.entry-title,
.archive-title,
.front-title {
  margin: 0 0 18px;
  color: var(--tmk-green-900);
  font-size: 2.15rem;
  font-weight: 600;
  line-height: 1.3;
}

.entry-card,
.shop-card {
  margin-bottom: 18px;
  padding: 24px;
}

.entry-card__title,
.shop-card__title {
  margin: 0 0 12px;
  color: var(--tmk-green-900);
  font-size: 1.24rem;
  font-weight: 600;
}

.entry-card__title a,
.shop-card__title a {
  color: inherit;
  text-decoration: none;
}

.entry-content {
  color: var(--tmk-ink);
}

.entry-content > *:first-child {
  margin-top: 0;
}

.entry-content > *:last-child {
  margin-bottom: 0;
}

.page-kicker,
.tmk-kicker,
.empty-archive__eyebrow,
.shop-card__label,
.shop-summary-card__kicker {
  margin: 0;
  color: var(--tmk-gold-600);
  font-family: var(--font-montserrat);
  font-size: 0.74rem;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: uppercase;
}

.page-panel__header {
  margin-bottom: 24px;
}

.page-actions,
.empty-archive__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.page-empty-note {
  padding: 18px;
  background: rgba(244, 237, 221, 0.42);
  border: 1px solid rgba(174, 143, 82, 0.18);
  border-radius: 6px;
}

.button,
.wp-block-button__link,
.tmk-search__button {
  display: inline-flex;
  min-height: 44px;
  padding: 10px 18px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #fff;
  background: var(--tmk-green-800);
  border: 1px solid rgba(18, 63, 53, 0.9);
  border-radius: 6px;
  text-decoration: none;
  font-size: 0.94rem;
  font-weight: 500;
  cursor: pointer;
}

.button:hover,
.wp-block-button__link:hover,
.tmk-search__button:hover {
  color: #fff;
  background: var(--tmk-green-700);
}

.button--light {
  color: var(--tmk-green-900);
  background: #fffdf7;
  border-color: rgba(174, 143, 82, 0.34);
}

.button--light:hover {
  color: var(--tmk-green-900);
  background: var(--tmk-ivory-100);
}

.button__icon {
  width: 16px;
  height: 16px;
}

.tmk-hero {
  width: 100%;
  min-height: 720px;
  display: flex;
  align-items: center;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(5, 43, 36, 0.88), rgba(5, 43, 36, 0.75) 48%, rgba(5, 43, 36, 0.54)),
    var(--tmk-hero-photo) center center / cover no-repeat,
    linear-gradient(135deg, #073b31 0%, #052b24 100%);
}

.tmk-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  width: 100%;
  gap: 28px 40px;
  padding: 48px 24px 42px;
  align-items: start;
}

.tmk-hero__copy {
  max-width: 900px;
}

.tmk-hero__title {
  max-width: 900px;
  margin: 12px 0 14px;
  color: #fff;
  font-size: 3.18rem;
  font-weight: 600;
  line-height: 1.25;
}

.tmk-hero__lead {
  max-width: 820px;
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.05rem;
}

.tmk-hero__panel {
  padding: 22px;
  background: rgba(255, 252, 244, 0.94);
  border: 1px solid rgba(221, 201, 143, 0.34);
  border-radius: var(--tmk-radius);
  box-shadow: 0 14px 30px rgba(5, 23, 19, 0.16);
}

.tmk-hero__panel-title {
  margin: 0 0 16px;
  color: var(--tmk-green-900);
  font-size: 1.05rem;
  font-weight: 600;
}

.tmk-hero__metrics {
  display: grid;
  gap: 10px;
  margin: 0;
}

.tmk-hero__metrics div {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 2px 10px;
  padding: 13px 14px;
  align-items: center;
  background: #fffdf7;
  border: 1px solid rgba(174, 143, 82, 0.2);
  border-radius: 6px;
}

.tmk-hero__metric-icon {
  grid-row: 1 / 3;
  width: 24px;
  height: 24px;
  color: var(--tmk-gold-600);
}

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

.tmk-hero__metrics dd {
  margin: 2px 0 0;
  color: var(--tmk-green-900);
  font-weight: 600;
}

.tmk-search {
  grid-column: 1 / -1;
  padding: 34px 36px 36px;
  background: rgba(255, 252, 244, 0.98);
  border: 1px solid rgba(221, 201, 143, 0.36);
  border-radius: var(--tmk-radius);
  box-shadow: 0 24px 48px rgba(5, 23, 19, 0.22);
}

.tmk-search__header {
  display: flex;
  margin-bottom: 20px;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
}

.tmk-search__header h2 {
  margin: 0;
  color: var(--tmk-green-900);
  font-size: 1.58rem;
  font-weight: 600;
  line-height: 1.4;
}

.tmk-search__grid {
  display: grid;
  grid-template-columns: 250px minmax(280px, 1fr) 250px 170px;
  gap: 16px;
  align-items: end;
}

.tmk-search__field label {
  display: block;
  color: var(--tmk-green-900);
  font-size: 0.88rem;
  font-weight: 500;
}

.tmk-search select,
.tmk-search input[type="text"] {
  width: 100%;
  min-height: 48px;
  margin-top: 7px;
  padding: 8px 12px;
  color: var(--tmk-ink);
  background: #fff;
  border: 1px solid rgba(174, 143, 82, 0.28);
  border-radius: 6px;
  font-size: 0.95rem;
}

.tmk-search select:focus,
.tmk-search input[type="text"]:focus {
  outline: 2px solid rgba(184, 149, 74, 0.24);
  outline-offset: 2px;
}

.tmk-search__button {
  width: 100%;
  min-height: 52px;
  background: linear-gradient(180deg, var(--tmk-green-700), var(--tmk-green-900));
  box-shadow: 0 10px 18px rgba(5, 43, 36, 0.18);
}

.tmk-search__quick {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 18px;
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(174, 143, 82, 0.18);
}

.tmk-search__quick-row {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  align-items: center;
}

.tmk-search__quick-row span {
  margin-right: 3px;
  color: var(--tmk-green-900);
  font-size: 0.84rem;
  font-weight: 600;
}

.tmk-search__quick-row a {
  min-height: 28px;
  padding: 4px 9px;
  color: var(--tmk-green-800);
  background: #fff;
  border: 1px solid rgba(174, 143, 82, 0.22);
  border-radius: 4px;
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 500;
}

.tmk-home-stack {
  display: grid;
  gap: 40px;
  padding: 38px 24px 0;
}

.home-section {
  margin: 0;
}

.home-section__header {
  max-width: 900px;
  margin-bottom: 16px;
}

.home-section__title {
  margin: 8px 0 0;
  color: var(--tmk-green-900);
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.35;
}

.home-section__lead {
  max-width: 820px;
  margin: 8px 0 0;
  color: var(--tmk-muted);
  font-size: 0.94rem;
}

.home-aio,
.home-faq,
.owner-cta,
.home-section--metrics {
  padding: 26px 30px;
  background: var(--tmk-surface);
  border: 1px solid var(--tmk-border);
  border-radius: var(--tmk-radius);
  box-shadow: var(--tmk-shadow-soft);
}

.home-aio {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 24px;
  align-items: center;
}

.home-aio h2,
.owner-cta h2 {
  margin: 6px 0 8px;
  color: var(--tmk-green-900);
  font-size: 1.42rem;
  font-weight: 600;
}

.home-aio p,
.owner-cta p {
  margin: 0;
  color: var(--tmk-muted);
}

.home-aio__list {
  display: grid;
  gap: 8px;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}

.home-aio__list li {
  padding: 10px 12px;
  color: var(--tmk-green-900);
  background: rgba(244, 237, 221, 0.46);
  border: 1px solid rgba(174, 143, 82, 0.16);
  border-radius: 6px;
  font-size: 0.92rem;
}

.home-aio__media {
  position: relative;
  overflow: hidden;
  height: 220px;
  margin: 0;
  background: var(--tmk-ivory-100);
  border-radius: 6px;
}

.home-aio__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-aio__media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent, rgba(5, 43, 36, 0.28));
  content: "";
}

.tmk-area-grid,
.tmk-station-grid,
.condition-grid,
.metric-grid,
.beginner-grid {
  display: grid;
  gap: 18px;
}

.tmk-area-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-section--areas,
.home-section--metrics {
  padding: 28px;
  background: rgba(255, 252, 244, 0.68);
  border: 1px solid rgba(174, 143, 82, 0.18);
  border-radius: var(--tmk-radius);
  box-shadow: var(--tmk-shadow-soft);
}

.tmk-area-card,
.tmk-station-card,
.condition-card,
.metric-card,
.beginner-card {
  color: var(--tmk-ink);
  background: var(--tmk-surface);
  border: 1px solid var(--tmk-border);
  border-radius: var(--tmk-radius);
  box-shadow: var(--tmk-shadow-soft);
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.tmk-area-card:hover,
.tmk-station-card:hover,
.condition-card:hover,
.beginner-card:hover {
  color: var(--tmk-ink);
  border-color: rgba(174, 143, 82, 0.44);
  box-shadow: var(--tmk-shadow);
  transform: translateY(-1px);
}

.tmk-area-card {
  min-height: 238px;
  background:
    radial-gradient(circle at right top, rgba(184, 149, 74, 0.1), transparent 36%),
    linear-gradient(180deg, #fffdf7 0%, #fbf6ea 100%),
    var(--tmk-surface);
}

.tmk-area-card__content {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 8px;
  height: 100%;
  padding: 24px;
  align-items: start;
}

.tmk-area-card__icon {
  grid-row: 1 / 7;
  width: 42px;
  height: 42px;
  margin-top: 2px;
  color: var(--tmk-green-700);
}

.tmk-area-card__kicker {
  margin: 0;
  color: var(--tmk-gold-600);
  font-family: var(--font-montserrat);
  font-size: 0.72rem;
  font-weight: 400;
  text-transform: uppercase;
}

.tmk-area-card__title {
  margin: 0;
  color: var(--tmk-green-900);
  font-size: 1.55rem;
  font-weight: 600;
  line-height: 1.3;
}

.tmk-area-card__stations {
  margin: 0;
  color: var(--tmk-muted);
  font-size: 0.93rem;
}

.tmk-area-card__count {
  width: fit-content;
  margin: 4px 0 2px;
  padding: 5px 10px;
  color: var(--tmk-green-900);
  background: rgba(255, 252, 244, 0.86);
  border: 1px solid rgba(174, 143, 82, 0.18);
  border-radius: 4px;
  font-size: 0.9rem;
  font-weight: 500;
}

.tmk-area-card__lead {
  margin: 0;
  color: var(--tmk-muted);
  font-size: 0.9rem;
  line-height: 1.65;
}

.tmk-area-card__action,
.tmk-station-card__action,
.condition-card__action {
  margin-top: auto;
  width: fit-content;
  min-height: 38px;
  display: inline-flex;
  padding: 8px 13px;
  align-items: center;
  justify-content: center;
  color: #fffdf7;
  background: var(--tmk-green-800);
  border: 1px solid rgba(18, 63, 53, 0.9);
  border-radius: 4px;
  font-size: 0.88rem;
  font-weight: 500;
}

.tmk-action-icon {
  width: 16px;
  height: 16px;
  margin-left: 8px;
  stroke-width: 2;
}

.tmk-station-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.tmk-station-card {
  display: grid;
  min-height: 166px;
  padding: 20px;
  gap: 9px;
  align-items: stretch;
  color: var(--tmk-ink);
  background: #fffdf7;
  border: 1px solid rgba(174, 143, 82, 0.18);
  border-radius: var(--tmk-radius);
  box-shadow: var(--tmk-shadow-soft);
  text-decoration: none;
}

.tmk-station-card__marker {
  color: var(--tmk-gold-600);
  font-family: var(--font-montserrat);
  font-size: 0.69rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.tmk-station-card__body {
  display: grid;
  gap: 4px;
}

.tmk-station-card__name,
.condition-card__name {
  color: var(--tmk-green-900);
  font-size: 1.26rem;
  font-weight: 600;
}

.tmk-station-card__area,
.tmk-station-card__count,
.condition-card__note,
.metric-card p,
.beginner-card p,
.faq-item p {
  color: var(--tmk-muted);
  font-size: 0.9rem;
}

.tmk-station-card__area {
  color: var(--tmk-green-700);
  font-weight: 500;
}

.tmk-station-card__count {
  width: fit-content;
  padding: 3px 8px;
  color: var(--tmk-muted);
  background: rgba(244, 237, 221, 0.5);
  border: 1px solid rgba(174, 143, 82, 0.16);
  border-radius: 4px;
  font-size: 0.82rem;
}

.condition-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.condition-card {
  display: grid;
  overflow: hidden;
  min-height: 326px;
  gap: 0;
}

.condition-card__media {
  display: block;
  min-height: 184px;
  aspect-ratio: 16 / 9;
  margin: 0;
  background: var(--tmk-ivory-100);
}

.condition-card__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.condition-card__body {
  display: grid;
  gap: 8px;
  min-height: 142px;
  padding: 19px 20px 20px;
}

.metric-note {
  margin-bottom: 20px;
  padding: 22px 24px;
  background: linear-gradient(135deg, rgba(6, 40, 32, 0.96), rgba(18, 63, 53, 0.9));
  border: 1px solid rgba(221, 201, 143, 0.26);
  border-radius: 7px;
}

.metric-note h3 {
  margin: 0 0 8px;
  color: #fffdf7;
  font-size: 1.26rem;
  font-weight: 600;
}

.metric-note p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
}

.metric-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.metric-card {
  position: relative;
  min-height: 220px;
  padding: 22px;
  background: #fffdf7;
}

.metric-card__icon {
  width: 34px;
  height: 34px;
  margin-bottom: 14px;
  color: var(--tmk-gold-600);
}

.metric-card__example {
  margin: 0 0 10px;
  padding: 9px 10px;
  color: var(--tmk-green-700);
  background: rgba(244, 237, 221, 0.5);
  border: 1px solid rgba(174, 143, 82, 0.18);
  border-radius: 5px;
  font-family: var(--font-inter);
  font-size: 0.84rem;
  font-weight: 600;
}

.metric-card h3,
.beginner-card h3,
.faq-item summary {
  margin: 0 0 8px;
  color: var(--tmk-green-900);
  font-size: 1.08rem;
  font-weight: 600;
}

.beginner-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.beginner-card {
  overflow: hidden;
  min-height: 260px;
}

.beginner-card__media {
  display: block;
  height: 200px;
  margin: 0;
  background: var(--tmk-ivory-100);
}

.beginner-card__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.beginner-card__body {
  display: block;
  padding: 18px 20px 20px;
}

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

.faq-item {
  background: rgba(255, 250, 240, 0.82);
  border: 1px solid var(--tmk-border);
  border-radius: 6px;
}

.faq-item summary {
  margin: 0;
  padding: 16px 18px;
  cursor: pointer;
}

.faq-item p {
  margin: 0;
  padding: 0 18px 18px;
}

.owner-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 520px);
  gap: 24px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(5, 43, 36, 0.96), rgba(5, 43, 36, 0.84)),
    var(--tmk-owner-photo) center center / cover no-repeat,
    linear-gradient(135deg, #06392f, #052b24);
}

.owner-cta .tmk-kicker,
.owner-cta h2 {
  color: #fff;
}

.owner-cta p {
  color: rgba(255, 255, 255, 0.78);
}

.owner-cta__actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  align-content: center;
}

.owner-cta__actions .button {
  min-height: 54px;
  padding: 12px 14px;
}

.shop-card__body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px;
  gap: 20px;
}

.shop-card__area {
  margin: 0 0 14px;
  color: var(--tmk-muted);
  font-size: 0.92rem;
}

.shop-card__meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
}

.shop-card__meta div,
.shop-card__tags li {
  padding: 10px 12px;
  background: rgba(244, 237, 221, 0.34);
  border: 1px solid rgba(174, 143, 82, 0.16);
  border-radius: 6px;
}

.shop-card__meta dt,
.shop-card__meta dd {
  margin: 0;
}

.shop-card__meta dt {
  color: var(--tmk-muted);
  font-size: 0.78rem;
}

.shop-card__meta dd {
  color: var(--tmk-green-900);
  font-weight: 500;
}

.shop-card__side {
  display: grid;
  align-content: space-between;
  gap: 14px;
}

.shop-card__badge {
  display: inline-flex;
  width: fit-content;
  min-height: 30px;
  padding: 6px 10px;
  align-items: center;
  color: var(--tmk-green-900);
  font-size: 0.82rem;
  font-weight: 600;
  background: rgba(28, 122, 100, 0.12);
  border: 1px solid rgba(28, 122, 100, 0.28);
  border-radius: 4px;
}

.shop-card__badge--official_partial {
  color: #5f3f05;
  background: rgba(184, 149, 74, 0.2);
  border-color: rgba(184, 149, 74, 0.45);
}

.shop-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.shop-card__tags li {
  color: var(--tmk-green-900);
  font-size: 0.84rem;
}

.shop-card__button {
  width: 100%;
}

.shop-page {
  padding: 24px 24px 0;
}

.shop-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 20px;
  color: var(--tmk-muted);
  font-size: 0.84rem;
}

.shop-breadcrumb a {
  color: var(--tmk-green-700);
  text-decoration: none;
}

.shop-breadcrumb > * + *::before {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 8px;
  background: rgba(174, 143, 82, 0.72);
  content: "";
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m9 18 6-6-6-6'/%3E%3C/svg%3E") center / contain no-repeat;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m9 18 6-6-6-6'/%3E%3C/svg%3E") center / contain no-repeat;
  vertical-align: -1px;
}

.shop-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 24px;
  align-items: start;
}

.shop-detail {
  display: grid;
  gap: 24px;
}

.shop-hero {
  display: block;
  overflow: hidden;
  background: var(--tmk-surface);
  border: 1px solid var(--tmk-border);
  border-radius: var(--tmk-radius);
  box-shadow: 0 14px 34px rgba(6, 43, 36, 0.08);
}

.shop-hero__content {
  padding: 32px;
}

.shop-hero__area,
.shop-hero__kana,
.shop-muted,
.shop-section__header p,
.shop-summary-card p,
.shop-side-panel p {
  color: var(--tmk-muted);
}

.shop-hero__area {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0 0 10px;
  align-items: center;
  font-size: 0.92rem;
}

.shop-status-badge {
  display: inline-flex;
  width: fit-content;
  min-height: 32px;
  margin: 0;
  padding: 6px 10px;
  align-items: center;
  color: var(--tmk-green-900);
  font-size: 0.86rem;
  font-weight: 600;
  background: rgba(221, 201, 143, 0.28);
  border: 1px solid rgba(184, 149, 74, 0.34);
  border-radius: 4px;
}

.shop-status-badge--official_verified {
  color: #053e34;
  background: rgba(28, 122, 100, 0.14);
  border-color: rgba(28, 122, 100, 0.42);
}

.shop-status-badge--official_partial {
  color: #6b4200;
  background: #fff2cc;
  border-color: #c6902f;
  box-shadow: inset 3px 0 0 #b87809;
}

.shop-status-badge--price,
.shop-status-badge--hours,
.shop-status-badge--date {
  color: #24433b;
  background: rgba(255, 252, 244, 0.86);
  border-color: rgba(174, 143, 82, 0.22);
}

.shop-status-badge--reservation_only,
.shop-status-badge--sns_only,
.shop-status-badge--google_only,
.shop-status-badge--external_directory_only,
.shop-status-badge--needs_manual_check {
  color: #5b4b2b;
  background: rgba(246, 241, 228, 0.92);
  border-color: rgba(184, 149, 74, 0.32);
}

.shop-verification-note {
  padding: 12px 14px;
  background: rgba(246, 241, 228, 0.78);
  border-left: 3px solid rgba(184, 149, 74, 0.48);
  border-radius: 4px;
}

.shop-verification-note--official_partial {
  color: #5c3a00;
  background: #fff7de;
  border-left-color: #b87809;
}

.shop-hero__title {
  margin: 0;
  color: var(--tmk-green-900);
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.3;
}

.shop-hero__kana {
  margin: 4px 0 18px;
  font-family: var(--font-montserrat);
  font-size: 0.9rem;
  text-transform: uppercase;
}

.shop-hero__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 18px;
}

.shop-hero__metrics,
.shop-feature-grid,
.shop-compare-grid,
.shop-access-grid {
  display: grid;
  gap: 14px;
}

.shop-hero__metrics {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 16px;
}

.shop-hero__metrics div,
.shop-feature-grid div,
.shop-compare-grid div,
.shop-access-grid div {
  padding: 14px;
  background: rgba(255, 252, 244, 0.62);
  border: 1px solid rgba(174, 143, 82, 0.18);
  border-radius: 6px;
}

.shop-hero__metrics span,
.shop-feature-grid span,
.shop-compare-grid span {
  display: block;
  color: var(--tmk-muted);
  font-size: 0.82rem;
}

.shop-hero__metrics strong,
.shop-feature-grid strong,
.shop-compare-grid strong {
  display: block;
  margin-top: 2px;
  color: var(--tmk-green-900);
  font-family: var(--font-inter);
  font-size: 1rem;
  font-weight: 600;
}

.shop-hero__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  margin: 18px 0 0;
  background: rgba(174, 143, 82, 0.2);
  border: 1px solid rgba(174, 143, 82, 0.2);
  border-radius: 6px;
}

.shop-hero__facts div {
  padding: 14px 16px;
  background: #fffdf7;
}

.shop-hero__facts dt {
  margin: 0 0 4px;
  color: var(--tmk-muted);
  font-size: 0.78rem;
}

.shop-hero__facts dd {
  margin: 0;
  color: var(--tmk-green-900);
  font-weight: 600;
}

.shop-hero__mini-icon,
.shop-hero__metric-icon,
.shop-feature__icon,
.shop-compare__icon,
.shop-access__icon,
.shop-facility__icon,
.shop-side-panel__icon {
  width: 18px;
  height: 18px;
  margin-bottom: 6px;
  color: var(--tmk-gold-600);
}

.shop-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.shop-hero__lead {
  max-width: 720px;
  margin-top: 22px;
  color: var(--tmk-muted);
}

.shop-hero__lead p {
  margin: 0;
}

.shop-hero__visual {
  display: none;
}

.shop-hero__visual img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
}

.shop-hero__visual-fallback {
  position: relative;
  overflow: hidden;
  min-height: 320px;
  height: 100%;
}

.shop-hero__fallback-image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
}

.shop-hero__visual-fallback::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 252, 244, 0.16), rgba(6, 43, 36, 0.24));
  content: "";
}

.shop-section {
  padding: 22px;
  box-shadow: none;
}

.shop-section__header {
  margin-bottom: 14px;
}

.shop-section__header--inline {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
}

.shop-section__header h2 {
  margin: 0;
  color: var(--tmk-green-900);
  font-size: 1.26rem;
  font-weight: 600;
}

.shop-overview {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 26px;
}

.shop-feature-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.shop-compare-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.shop-compare-grid p,
.shop-access-grid p {
  margin: 8px 0 0;
  color: var(--tmk-muted);
  font-size: 0.9rem;
}

.shop-price-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--tmk-border);
  border-radius: 6px;
}

.shop-price-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.92rem;
}

.shop-price-table th,
.shop-price-table td {
  padding: 12px 14px;
  border-bottom: 1px solid rgba(174, 143, 82, 0.18);
  text-align: left;
}

.shop-price-table th {
  color: var(--tmk-green-900);
  background: rgba(244, 237, 221, 0.46);
  font-weight: 600;
}

.shop-facility-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.shop-facility-list li {
  display: inline-flex;
  padding: 9px 12px;
  align-items: center;
  gap: 7px;
  color: var(--tmk-green-900);
  background: rgba(244, 237, 221, 0.34);
  border: 1px solid rgba(174, 143, 82, 0.18);
  border-radius: 6px;
}

.shop-access-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.shop-sidebar {
  position: static;
  top: auto;
  display: grid;
  gap: 18px;
  width: 300px;
  max-width: 300px;
  height: auto;
  align-self: start;
}

.shop-summary-card {
  padding: 18px;
  color: var(--tmk-green-900);
  background: #fffef9;
  border: 1px solid rgba(174, 143, 82, 0.2);
  border-radius: var(--tmk-radius);
  box-shadow: none;
}

.shop-summary-card h2 {
  margin: 8px 0 4px;
  color: var(--tmk-green-900);
  font-size: 1.22rem;
  font-weight: 600;
}

.shop-summary-card__kana {
  margin: 0 0 14px;
  font-family: var(--font-montserrat);
  text-transform: uppercase;
}

.shop-summary-card__scores {
  display: grid;
  grid-template-columns: 1fr;
  overflow: hidden;
  gap: 1px;
  margin: 16px 0;
  background: rgba(174, 143, 82, 0.16);
  border-radius: 6px;
}

.shop-summary-card__scores div {
  padding: 10px 12px;
  color: var(--tmk-green-900);
  background: #fffdf7;
}

.shop-summary-card__scores span {
  display: block;
  color: var(--tmk-muted);
  font-size: 0.78rem;
}

.shop-summary-card__scores strong {
  font-size: 1rem;
  font-weight: 600;
}

.shop-summary-card .button {
  width: 100%;
  margin-top: 10px;
}

.shop-side-panel {
  padding: 18px;
  background: #fffef9;
  border: 1px solid rgba(174, 143, 82, 0.2);
  border-radius: var(--tmk-radius);
  box-shadow: none;
}

.shop-side-panel a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-right: 12px;
  margin-top: 8px;
  color: var(--tmk-green-700);
  text-decoration: none;
  font-weight: 500;
}

.shop-ad-placeholder {
  display: grid;
  box-sizing: border-box;
  width: 300px;
  max-width: 100%;
  min-height: 250px;
  padding: 18px;
  place-items: center;
  text-align: center;
  color: var(--tmk-muted);
  background: #fbf8ef;
  border: 1px dashed rgba(91, 75, 43, 0.34);
  border-radius: var(--tmk-radius);
}

.shop-ad-placeholder strong,
.shop-ad-placeholder span,
.shop-ad-placeholder small {
  display: block;
}

.shop-ad-placeholder strong {
  color: var(--tmk-green-900);
  font-size: 1rem;
}

.shop-ad-placeholder span {
  color: var(--tmk-green-900);
  font-family: var(--font-inter);
  font-size: 1.35rem;
  font-weight: 600;
}

.shop-page .tmk-kicker {
  display: none;
}

.site-footer {
  margin-top: 56px;
}

.site-footer__inner {
  display: grid;
  grid-template-columns: minmax(260px, 420px) minmax(0, 1fr);
  gap: 32px;
  padding: 40px 24px 44px;
}

.site-footer__title {
  margin: 0;
  font-size: 1.12rem;
  font-weight: 600;
}

.site-footer__description,
.site-footer__copy {
  max-width: 420px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.86rem;
}

.footer-nav ul {
  justify-content: flex-end;
  gap: 14px 24px;
}

.navigation,
.pagination {
  margin-top: 28px;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.page-numbers {
  display: inline-flex;
  min-width: 38px;
  min-height: 38px;
  padding: 6px 10px;
  align-items: center;
  justify-content: center;
  background: var(--tmk-surface);
  border: 1px solid var(--tmk-border);
  border-radius: 4px;
  text-decoration: none;
}

.page-numbers.current {
  color: #fff;
  background: var(--tmk-green-800);
}

@media (max-width: 1180px) {
  .tmk-hero {
    min-height: auto;
  }

  .tmk-hero__inner,
  .owner-cta,
  .shop-layout,
  .shop-hero,
  .shop-overview {
    grid-template-columns: 1fr;
  }

  .tmk-search__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-aio {
    grid-template-columns: 1fr;
  }

  .metric-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .shop-sidebar {
    position: static;
    width: 100%;
    max-width: none;
  }

  .shop-hero__visual {
    min-height: 260px;
    order: -1;
  }

  .shop-hero__visual img,
  .shop-hero__fallback-image {
    min-height: 260px;
  }
}

@media (max-width: 960px) {
  .site-header__inner {
    grid-template-columns: minmax(0, 1fr) auto;
    min-height: 68px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .site-menu-toggle {
    display: inline-flex;
  }

  .site-menu-toggle[aria-expanded="true"] {
    color: var(--tmk-green-900);
    background: #ddc98f;
  }

  .site-header__nav-group {
    display: none;
    grid-column: 1 / -1;
    padding-top: 14px;
    border-top: 1px solid rgba(184, 149, 74, 0.22);
  }

  .site-header__nav-group.is-open {
    display: grid;
    gap: 14px;
    justify-content: stretch;
  }

  .site-nav ul {
    display: grid;
    gap: 7px;
    justify-content: stretch;
  }

  .site-nav a {
    width: 100%;
    min-height: 42px;
    padding: 9px 10px;
    justify-content: flex-start;
    background: rgba(255, 255, 255, 0.045);
    border: 1px solid rgba(184, 149, 74, 0.16);
    border-radius: 4px;
  }

  .site-header__actions,
  .site-header__owner-link {
    width: 100%;
  }

  .tmk-hero {
    background:
      linear-gradient(180deg, rgba(5, 43, 36, 0.97), rgba(5, 43, 36, 0.88)),
      var(--tmk-hero-photo) center center / cover no-repeat,
      linear-gradient(135deg, #073b31 0%, #052b24 100%);
  }

  .tmk-hero__panel {
    max-width: none;
  }

  .tmk-area-grid,
  .condition-grid,
  .beginner-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tmk-station-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .shop-hero__metrics,
  .shop-hero__facts,
  .shop-compare-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .site-header__inner,
  .site-footer__inner,
  .layout-2col,
  .tmk-hero__inner,
  .tmk-home-stack,
  .shop-page {
    padding-right: 16px;
    padding-left: 16px;
  }

  .site-main {
    padding-top: 28px;
    padding-bottom: 48px;
  }

  .site-main--front {
    padding-top: 0;
  }

  .layout-2col,
  .site-footer__inner {
    display: grid;
    grid-template-columns: 1fr;
  }

  .side-column {
    width: 100%;
  }

  .tmk-hero__inner {
    gap: 18px;
    padding-top: 32px;
    padding-bottom: 24px;
  }

  .tmk-hero__title {
    font-size: 2rem;
    line-height: 1.34;
  }

  .tmk-hero__lead {
    font-size: 0.96rem;
  }

  .tmk-search,
  .tmk-hero__panel,
  .home-aio,
  .home-faq,
  .owner-cta,
  .content-panel,
  .archive-header,
  .empty-archive,
  .entry-card,
  .shop-card,
  .home-section--areas,
  .home-section--metrics {
    padding: 20px;
  }

  .tmk-search__header {
    display: grid;
    gap: 4px;
  }

  .tmk-search__grid,
  .tmk-search__quick,
  .tmk-area-grid,
  .condition-grid,
  .metric-grid,
  .beginner-grid,
  .owner-cta__actions,
  .shop-card__body,
  .shop-card__meta,
  .shop-hero__metrics,
  .shop-hero__facts,
  .shop-feature-grid,
  .shop-compare-grid,
  .shop-access-grid,
  .shop-summary-card__scores {
    grid-template-columns: 1fr;
  }

  .tmk-station-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tmk-search__button,
  .button,
  .page-actions .button,
  .empty-archive__actions .button,
  .shop-card__side .button {
    width: 100%;
  }

  .tmk-home-stack {
    gap: 34px;
    padding-top: 30px;
  }

  .entry-title,
  .archive-title,
  .front-title {
    font-size: 1.7rem;
  }

  .home-section__title {
    font-size: 1.5rem;
  }

  .tmk-area-card,
  .condition-card,
  .beginner-card,
  .metric-card,
  .tmk-station-card {
    min-height: auto;
  }

  .home-aio__media {
    height: 180px;
  }

  .condition-card__media,
  .beginner-card__media {
    height: 180px;
  }

  .shop-hero__content,
  .shop-section {
    padding: 22px;
  }

  .shop-hero__title {
    font-size: 2rem;
  }

  .shop-section__header--inline {
    display: grid;
  }
}

@media (max-width: 480px) {
  .tmk-station-grid {
    grid-template-columns: 1fr;
  }
}

/* Phase E-6: 店舗詳細ページのビジュアル再設計 */
.single-shop .shop-layout,
.single-shop .shop-detail-layout,
.single-shop .tmk-shop-layout,
.single-shop .single-shop-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 32px;
  align-items: start;
}

.single-shop .shop-detail {
  gap: 28px;
}

.single-shop .shop-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.72fr);
  gap: 0;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 253, 247, 0.96), rgba(248, 241, 222, 0.9)),
    radial-gradient(circle at 92% 16%, rgba(184, 149, 74, 0.18), transparent 30%);
  border: 1px solid rgba(174, 143, 82, 0.22);
  border-radius: 8px;
  box-shadow: 0 16px 40px rgba(6, 43, 36, 0.08);
}

.single-shop .shop-hero__content {
  padding: 34px;
}

.single-shop .shop-hero__media {
  position: relative;
  min-height: 360px;
  margin: 0;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(5, 43, 36, 0.86), rgba(184, 149, 74, 0.4)),
    repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.12) 0 1px, transparent 1px 12px);
}

.single-shop .shop-hero__image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}

.single-shop .shop-hero__media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6, 43, 36, 0.04), rgba(6, 43, 36, 0.24));
  content: "";
}

.single-shop .shop-hero__media figcaption {
  position: absolute;
  right: 12px;
  bottom: 12px;
  z-index: 1;
  padding: 5px 8px;
  color: rgba(255, 255, 255, 0.92);
  background: rgba(5, 43, 36, 0.68);
  border-radius: 4px;
  font-size: 0.74rem;
}

.single-shop .shop-hero__chips {
  margin-top: 18px;
}

.single-shop .shop-hero__metrics {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 18px;
}

.single-shop .shop-hero__metrics div,
.single-shop .shop-feature-grid div,
.single-shop .shop-compare-grid div,
.single-shop .shop-access-grid div {
  background: rgba(255, 255, 255, 0.72);
  border-color: rgba(174, 143, 82, 0.18);
}

.single-shop .shop-hero__metric-icon,
.single-shop .shop-feature__icon,
.single-shop .shop-compare__icon,
.single-shop .shop-access__icon {
  color: #a77723;
}

.single-shop .shop-hero__facts {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 18px;
  background: rgba(174, 143, 82, 0.24);
}

.single-shop .shop-hero__facts div {
  background: rgba(255, 253, 247, 0.94);
}

.single-shop .shop-section {
  padding: 26px;
  background: rgba(255, 253, 247, 0.98);
  border-color: rgba(174, 143, 82, 0.2);
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(6, 43, 36, 0.05);
}

.single-shop .shop-section__header {
  display: grid;
  gap: 5px;
  margin-bottom: 18px;
}

.single-shop .shop-section__header h2 {
  font-size: 1.32rem;
}

.single-shop .shop-section__header p {
  margin: 0;
  font-size: 0.9rem;
}

.single-shop .shop-section--compare,
.single-shop .shop-section--nearby {
  background:
    linear-gradient(180deg, rgba(255, 253, 247, 0.98), rgba(249, 244, 231, 0.96));
}

.single-shop .shop-feature-grid--compact {
  align-content: start;
}

.single-shop .shop-price-table-wrap {
  border-color: rgba(174, 143, 82, 0.24);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.62);
}

.single-shop .shop-price-table {
  min-width: 680px;
}

.single-shop .shop-price-table th {
  padding: 13px 16px;
  color: #143f35;
  background: #f3ead2;
  font-size: 0.84rem;
}

.single-shop .shop-price-table td {
  padding: 14px 16px;
  background: #fffdf7;
}

.single-shop .shop-price-table tr:nth-child(even) td {
  background: #fbf7ec;
}

.single-shop .shop-price-table__price {
  color: var(--tmk-green-900);
  font-weight: 700;
  text-align: right;
  white-space: nowrap;
}

.single-shop .shop-hours-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) repeat(3, minmax(0, 1fr));
  overflow: hidden;
  background: rgba(174, 143, 82, 0.2);
  border: 1px solid rgba(174, 143, 82, 0.2);
  border-radius: 8px;
}

.single-shop .shop-hours-panel > div {
  display: grid;
  gap: 4px;
  padding: 16px;
  background: #fffdf7;
}

.single-shop .shop-hours-panel__main {
  background: #f7efd9 !important;
}

.single-shop .shop-hours-panel span {
  color: var(--tmk-muted);
  font-size: 0.8rem;
}

.single-shop .shop-hours-panel strong {
  color: var(--tmk-green-900);
  font-size: 1.02rem;
}

.single-shop .shop-facility-list {
  gap: 9px;
}

.single-shop .shop-facility-list li {
  min-height: 36px;
  background: #f8f1df;
  border-color: rgba(174, 143, 82, 0.28);
  border-radius: 999px;
}

.single-shop .shop-link-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.single-shop .shop-link-grid a {
  display: grid;
  gap: 5px;
  padding: 14px;
  color: var(--tmk-green-900);
  background: #fffdf7;
  border: 1px solid rgba(174, 143, 82, 0.2);
  border-radius: 6px;
  text-decoration: none;
}

.single-shop .shop-link-grid strong {
  font-size: 0.84rem;
}

.single-shop .shop-nearby-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.single-shop .shop-nearby-card {
  display: grid;
  overflow: hidden;
  min-height: 220px;
  color: var(--tmk-green-900);
  background: #fffdf7;
  border: 1px solid rgba(174, 143, 82, 0.22);
  border-radius: 8px;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(6, 43, 36, 0.06);
}

.single-shop .shop-nearby-card__media {
  display: flex;
  min-height: 84px;
  padding: 12px;
  align-items: end;
  color: rgba(255, 255, 255, 0.88);
  background:
    linear-gradient(135deg, rgba(6, 43, 36, 0.92), rgba(184, 149, 74, 0.55)),
    repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.12) 0 1px, transparent 1px 12px);
  font-size: 0.76rem;
}

.single-shop .shop-nearby-card__body {
  display: grid;
  gap: 6px;
  padding: 14px;
}

.single-shop .shop-nearby-card__body span,
.single-shop .shop-nearby-card__body em {
  color: var(--tmk-muted);
  font-size: 0.86rem;
  font-style: normal;
}

.single-shop .shop-nearby-card__body em {
  color: #6b4200;
  font-weight: 600;
}

.single-shop .shop-sidebar,
.single-shop .shop-detail-sidebar,
.single-shop .tmk-shop-sidebar,
.single-shop .single-shop-sidebar {
  position: static !important;
  top: auto !important;
  display: flex;
  width: 300px;
  max-width: 300px;
  height: auto;
  min-height: 0;
  flex-direction: column;
  gap: 24px;
  align-self: start;
}

.single-shop .shop-summary-card,
.single-shop .shop-side-panel {
  background: #fffdf7;
  border-color: rgba(174, 143, 82, 0.2);
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(6, 43, 36, 0.04);
}

.single-shop .shop-summary-card__scores {
  grid-template-columns: 1fr;
}

.single-shop .shop-mini-link-list {
  display: grid;
  gap: 8px;
}

.single-shop .shop-mini-link-list a,
.single-shop .shop-mini-link-list span {
  display: block;
  padding: 9px 10px;
  color: var(--tmk-green-900);
  background: #f8f1df;
  border: 1px solid rgba(174, 143, 82, 0.2);
  border-radius: 6px;
  text-decoration: none;
}

.single-shop .shop-side-panel--guide {
  background:
    linear-gradient(180deg, rgba(255, 253, 247, 0.96), rgba(245, 236, 214, 0.92)),
    url("assets/images/guide/guide-hand-spa-001-card.webp") center / cover no-repeat;
  background-blend-mode: screen;
}

.single-shop .shop-ad-placeholder {
  box-sizing: border-box;
  width: 300px;
  height: 250px;
  min-height: 250px;
  max-height: 250px;
  flex: 0 0 250px;
  padding: 18px;
}

@media (max-width: 900px) {
  .single-shop .shop-layout,
  .single-shop .shop-detail-layout,
  .single-shop .tmk-shop-layout,
  .single-shop .single-shop-layout,
  .single-shop .shop-hero,
  .single-shop .shop-overview {
    grid-template-columns: 1fr;
  }

  .single-shop .shop-sidebar,
  .single-shop .shop-detail-sidebar,
  .single-shop .tmk-shop-sidebar,
  .single-shop .single-shop-sidebar {
    width: 100%;
    max-width: none;
  }

  .single-shop .shop-hero__media {
    min-height: 240px;
    order: -1;
  }

  .single-shop .shop-hero__image {
    min-height: 240px;
  }

  .single-shop .shop-ad-placeholder {
    width: 100%;
    max-width: 336px;
    height: 280px;
    min-height: 280px;
    max-height: 280px;
    flex-basis: 280px;
    margin-inline: auto;
  }
}

@media (max-width: 768px) {
  .single-shop .shop-hero__metrics,
  .single-shop .shop-hero__facts,
  .single-shop .shop-hours-panel,
  .single-shop .shop-link-grid,
  .single-shop .shop-nearby-grid {
    grid-template-columns: 1fr;
  }
}

/* Phase E-7: 店舗詳細ページの見たくなる化 */
.single-shop .shop-hero {
  background:
    linear-gradient(135deg, rgba(255, 253, 247, 0.98), rgba(248, 239, 216, 0.94)),
    repeating-linear-gradient(135deg, rgba(184, 149, 74, 0.08) 0 1px, transparent 1px 16px);
}

.single-shop .shop-hero__area {
  color: #5b4b2b;
  font-weight: 600;
}

.single-shop .shop-hero__facts--primary {
  gap: 10px;
  margin-top: 20px;
  background: transparent;
  border: 0;
}

.single-shop .shop-hero__facts--primary div {
  padding: 18px;
  background: #fffaf0;
  border: 1px solid rgba(184, 149, 74, 0.26);
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(6, 43, 36, 0.05);
}

.single-shop .shop-hero__facts--primary dd {
  font-size: 1.16rem;
  line-height: 1.35;
}

.single-shop .shop-hero__metrics {
  gap: 10px;
  margin-top: 12px;
}

.single-shop .shop-hero__metrics div {
  padding: 12px;
  background: rgba(255, 255, 255, 0.58);
}

.single-shop .shop-hero__metrics strong {
  font-size: 0.94rem;
}

.single-shop .shop-hero__media {
  isolation: isolate;
  background:
    linear-gradient(135deg, rgba(7, 59, 49, 0.74), rgba(184, 149, 74, 0.22)),
    url("assets/images/hero/hero-spa-items-001-card.webp") center / cover no-repeat;
}

.single-shop .shop-hero__media::before {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  padding: 5px 9px;
  color: #fffdf7;
  background: rgba(5, 43, 36, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  content: "リラクゼーションイメージ";
  font-size: 0.74rem;
  letter-spacing: 0.02em;
}

.single-shop .shop-hero__media::after {
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(6, 43, 36, 0.02), rgba(6, 43, 36, 0.22)),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.14) 0 1px, transparent 1px 18px);
}

.single-shop .shop-hero__image {
  position: relative;
  z-index: 0;
  filter: saturate(0.9) contrast(0.98);
}

.single-shop .shop-status-badge {
  box-shadow: 0 3px 10px rgba(6, 43, 36, 0.04);
}

.single-shop .shop-compare-grid--user {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.single-shop .shop-compare-grid--user div {
  position: relative;
  overflow: hidden;
}

.single-shop .shop-compare-grid--user div::after {
  position: absolute;
  right: -28px;
  bottom: -34px;
  width: 84px;
  height: 84px;
  background: rgba(184, 149, 74, 0.08);
  border-radius: 50%;
  content: "";
}

.single-shop .shop-price-summary-band {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin: 0 0 14px;
  padding: 14px 16px;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(135deg, #073b31, #105748);
  border-radius: 8px;
}

.single-shop .shop-price-summary-band span {
  display: inline-flex;
  padding: 5px 9px;
  color: #073b31;
  background: #ead9ac;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 700;
}

.single-shop .shop-price-summary-band strong {
  color: #fffdf7;
  font-size: 1.16rem;
}

.single-shop .shop-section--price .shop-price-table {
  min-width: 0;
  table-layout: fixed;
}

.single-shop .shop-price-table__featured-row td {
  background: #fff6dd;
}

.single-shop .shop-price-table__featured-row .shop-price-table__price {
  color: #073b31;
  font-size: 1.04rem;
}

.single-shop .shop-price-table__featured-row .shop-price-table__price::after {
  display: inline-block;
  margin-left: 6px;
  padding: 2px 6px;
  color: #073b31;
  background: #ead9ac;
  border-radius: 999px;
  content: "目安";
  font-size: 0.72rem;
  vertical-align: 1px;
}

.single-shop .shop-nearby-card {
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.single-shop .shop-nearby-card:hover {
  transform: translateY(-2px);
  border-color: rgba(184, 149, 74, 0.42);
  box-shadow: 0 14px 28px rgba(6, 43, 36, 0.1);
}

.single-shop .shop-nearby-card__media {
  min-height: 96px;
  background:
    linear-gradient(135deg, rgba(6, 43, 36, 0.82), rgba(184, 149, 74, 0.35)),
    url("assets/images/hero/hero-spa-room-001-card.webp") center / cover no-repeat;
}

.single-shop .shop-nearby-card__media span {
  padding: 4px 7px;
  background: rgba(5, 43, 36, 0.66);
  border-radius: 999px;
}

.single-shop .shop-nearby-card__body strong {
  font-size: 1.02rem;
}

.single-shop .shop-nearby-card__price {
  color: var(--tmk-green-900) !important;
  font-weight: 700;
}

.single-shop .shop-nearby-card__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.single-shop .shop-nearby-card__badges em {
  display: inline-flex;
  padding: 4px 7px;
  color: #073b31;
  background: #f3ead2;
  border-radius: 999px;
  font-size: 0.74rem;
}

.single-shop .shop-nearby-card__button {
  display: inline-flex;
  width: fit-content;
  margin-top: 4px;
  padding: 7px 10px;
  align-items: center;
  gap: 5px;
  color: #fffdf7 !important;
  background: var(--tmk-green-800);
  border-radius: 4px;
  font-size: 0.84rem !important;
  font-weight: 700;
}

.single-shop .shop-guide-links {
  display: grid;
  gap: 9px;
  margin-top: 10px;
}

.single-shop .shop-guide-links a {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 8px;
  margin: 0;
  padding: 10px;
  align-items: center;
  color: var(--tmk-green-900);
  background: rgba(255, 253, 247, 0.84);
  border: 1px solid rgba(174, 143, 82, 0.22);
  border-radius: 6px;
}

.single-shop .shop-guide-links .shop-side-panel__icon {
  margin: 0;
}

.single-shop .shop-side-panel--stations p {
  margin-bottom: 12px;
}

.single-shop .shop-mini-link-list {
  grid-template-columns: 1fr;
}

.single-shop .shop-mini-link-list a,
.single-shop .shop-mini-link-list span {
  font-weight: 700;
}

.single-shop .faq-item {
  background: #fffdf7;
  border-color: rgba(174, 143, 82, 0.2);
}

.single-shop .faq-item summary {
  color: var(--tmk-green-900);
  font-weight: 700;
}

@media (max-width: 768px) {
  .single-shop .shop-compare-grid--user {
    grid-template-columns: 1fr;
  }

  .single-shop .shop-section--price .shop-price-table,
  .single-shop .shop-section--price .shop-price-table thead,
  .single-shop .shop-section--price .shop-price-table tbody,
  .single-shop .shop-section--price .shop-price-table tr,
  .single-shop .shop-section--price .shop-price-table td {
    display: block;
    width: 100%;
  }

  .single-shop .shop-section--price .shop-price-table thead {
    display: none;
  }

  .single-shop .shop-section--price .shop-price-table tr {
    overflow: hidden;
    margin-bottom: 12px;
    border: 1px solid rgba(174, 143, 82, 0.2);
    border-radius: 8px;
  }

  .single-shop .shop-section--price .shop-price-table td {
    display: grid;
    grid-template-columns: 94px minmax(0, 1fr);
    gap: 10px;
    padding: 10px 12px;
    text-align: left;
  }

  .single-shop .shop-section--price .shop-price-table td::before {
    color: var(--tmk-muted);
    content: attr(data-label);
    font-size: 0.78rem;
    font-weight: 700;
  }
}

/* 店舗詳細ページ：右カラム追従を完全解除 */
.single-shop .tmk-shop-sidebar,
.single-shop .shop-sidebar,
.single-shop .tmk-sidebar,
.single-shop .tmk-sidebar-inner,
.single-shop .shop-detail-sidebar,
.single-shop aside {
  position: static !important;
  top: auto !important;
  bottom: auto !important;
  height: auto !important;
  min-height: 0 !important;
  align-self: start !important;
}

/* Phase E-9 final cascade guard: スマホ指定を最後に確定 */
.site-main {
  width: 100%;
  padding: 0 0 72px;
}

.single-shop .shop-page {
  width: 100%;
  max-width: 1400px;
}

body.single-shop {
  overflow-x: hidden;
}

.single-shop .shop-page,
.single-shop .shop-layout,
.single-shop .shop-detail-layout,
.single-shop .single-shop-layout,
.single-shop .shop-detail,
.single-shop .shop-hero,
.single-shop .shop-hero__content,
.single-shop .shop-hero__media,
.single-shop .shop-section,
.single-shop .shop-sidebar,
.single-shop .shop-summary-card,
.single-shop .shop-side-panel,
.single-shop .shop-nearby-card,
.single-shop .shop-price-table-wrap {
  min-width: 0;
}

.single-shop .shop-price-table-wrap {
  overflow-x: visible;
}

.single-shop .shop-price-table,
.single-shop .shop-source-table {
  width: 100%;
  min-width: 0;
  table-layout: fixed;
}

.single-shop .shop-price-table th,
.single-shop .shop-price-table td {
  overflow-wrap: anywhere;
}

@media (max-width: 900px) {
  .single-shop .shop-layout,
  .single-shop .shop-detail-layout,
  .single-shop .tmk-shop-layout,
  .single-shop .single-shop-layout {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .single-shop .shop-sidebar,
  .single-shop .tmk-shop-sidebar,
  .single-shop .shop-detail-sidebar,
  .single-shop .single-shop-sidebar {
    width: 100%;
    max-width: none;
    order: 2;
  }

  .single-shop .shop-overview,
  .single-shop .shop-hours-panel,
  .single-shop .shop-access-grid,
  .single-shop .shop-link-grid,
  .single-shop .shop-nearby-grid {
    grid-template-columns: 1fr;
  }

  .single-shop .shop-ad-placeholder {
    width: 100% !important;
    max-width: 336px !important;
    height: 280px !important;
    min-height: 280px !important;
    max-height: 280px !important;
    margin-inline: auto;
  }
}

@media (max-width: 640px) {
  .single-shop .shop-page {
    padding-right: 12px;
    padding-left: 12px;
  }

  .single-shop .shop-hero,
  .single-shop .shop-hero-inner,
  .single-shop .shop-hero-grid {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .single-shop .shop-hero__content {
    order: 1;
    padding: 22px 16px 18px;
  }

  .single-shop .shop-hero__media {
    order: 2;
    min-height: 220px;
  }

  .single-shop .shop-hero__image {
    min-height: 220px;
  }

  .single-shop .shop-hero__title {
    max-width: none;
    font-size: 1.86rem;
    line-height: 1.25;
  }

  .single-shop .shop-hero__chips {
    gap: 6px;
    margin-bottom: 14px;
  }

  .single-shop .shop-status-badge {
    min-height: 28px;
    padding: 5px 8px;
    font-size: 0.76rem;
  }

  .single-shop .shop-hero__highlights {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 16px;
  }

  .single-shop .shop-hero__highlights li {
    grid-template-columns: 22px minmax(0, 1fr);
    min-height: 68px;
    padding: 10px;
  }

  .single-shop .shop-hero__highlight-icon {
    width: 20px;
    height: 20px;
  }

  .single-shop .shop-hero__highlights span {
    font-size: 0.72rem;
  }

  .single-shop .shop-hero__highlights strong {
    font-size: 0.88rem;
    line-height: 1.34;
  }

  .single-shop .shop-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .single-shop .shop-hero__actions .button {
    width: 100%;
    justify-content: center;
    white-space: normal;
  }

  .single-shop .shop-section {
    padding: 20px 14px;
  }

  .single-shop .shop-section__header h2 {
    font-size: 1.24rem;
  }

  .single-shop .shop-compare-grid--user {
    grid-template-columns: 1fr;
  }

  .single-shop .shop-section--price .shop-price-table,
  .single-shop .shop-section--price .shop-price-table thead,
  .single-shop .shop-section--price .shop-price-table tbody,
  .single-shop .shop-section--price .shop-price-table tr,
  .single-shop .shop-section--price .shop-price-table td {
    display: block;
    width: 100%;
  }

  .single-shop .shop-section--price .shop-price-table thead {
    display: none;
  }

  .single-shop .shop-section--price .shop-price-table tr {
    overflow: hidden;
    margin-bottom: 12px;
    border: 1px solid rgba(174, 143, 82, 0.22);
    border-radius: 8px;
  }

  .single-shop .shop-section--price .shop-price-table td {
    display: grid;
    grid-template-columns: 86px minmax(0, 1fr);
    gap: 8px;
    padding: 10px 12px;
    text-align: left;
    border-bottom: 1px solid rgba(174, 143, 82, 0.12);
  }

  .single-shop .shop-section--price .shop-price-table td::before {
    color: #6b746f;
    content: attr(data-label);
    font-size: 0.78rem;
    font-weight: 700;
  }

  .single-shop .shop-facility-list {
    gap: 8px;
  }

  .single-shop .shop-facility-list li {
    min-height: 34px;
    padding: 7px 10px;
    font-size: 0.82rem;
  }

  .single-shop .shop-nearby-grid {
    grid-template-columns: 1fr;
  }

  .single-shop .shop-nearby-card__media {
    min-height: 118px;
  }

  .single-shop .shop-nearby-card__image {
    height: 118px;
  }

  .single-shop .shop-nearby-card__button {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 360px) {
  .single-shop .shop-hero__highlights {
    grid-template-columns: 1fr;
  }
}

/* Phase E-12: 店舗詳細ページの最終デザイン磨き込み */
.single-shop .shop-hero__title {
  color: #06382f;
  font-family: 'Shippori Mincho', 'Noto Serif JP', 'Yu Mincho', 'YuMincho', 'Hiragino Mincho ProN', serif;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.22;
}

.single-shop .shop-hero__chips {
  gap: 8px;
  margin: 0 0 16px;
}

.single-shop .shop-status-badge {
  border-color: rgba(174, 143, 82, 0.32);
  background: rgba(255, 253, 247, 0.88);
  color: #17463e;
  font-size: 0.75rem;
}

.single-shop .shop-status-badge--date {
  color: #68756f;
}

.single-shop .shop-hero__highlights {
  gap: 13px;
}

.single-shop .shop-hero__highlights li {
  min-height: 88px;
  border-color: rgba(174, 143, 82, 0.2);
  background: linear-gradient(135deg, rgba(255, 253, 247, 0.95), rgba(250, 242, 224, 0.78));
  box-shadow: 0 12px 26px rgba(29, 61, 52, 0.08);
}

.single-shop .shop-hero__highlights li:first-child {
  border-color: rgba(188, 137, 33, 0.42);
  background:
    linear-gradient(135deg, rgba(255, 249, 232, 0.98), rgba(238, 213, 151, 0.42)),
    #fffdf7;
  box-shadow: 0 18px 32px rgba(92, 70, 24, 0.13);
}

.single-shop .shop-hero__highlights li:first-child strong {
  color: #8a5b00;
  font-size: clamp(1.28rem, 2.2vw, 1.68rem);
}

.single-shop .shop-hero__highlights li:nth-child(2) {
  border-color: rgba(9, 74, 62, 0.22);
  background:
    linear-gradient(135deg, rgba(242, 251, 246, 0.98), rgba(229, 241, 235, 0.78)),
    #fbfefb;
}

.single-shop .shop-hero__highlights li:nth-child(2) strong {
  color: #06382f;
  font-size: clamp(1.06rem, 1.55vw, 1.24rem);
}

.single-shop .shop-hero__highlights li:nth-child(3) strong,
.single-shop .shop-hero__highlights li:nth-child(4) strong {
  color: #243b35;
  font-size: 0.96rem;
}

.single-shop .shop-hero__highlight-icon {
  background: rgba(6, 56, 47, 0.08);
  color: #064235;
}

.single-shop .shop-hero__media {
  overflow: hidden;
  border: 1px solid rgba(174, 143, 82, 0.24);
  border-radius: 8px;
  box-shadow: 0 24px 54px rgba(21, 44, 38, 0.18);
}

.single-shop .shop-hero__media::after {
  background:
    linear-gradient(115deg, rgba(6, 56, 47, 0.66) 0%, rgba(6, 56, 47, 0.1) 45%, rgba(20, 17, 12, 0.28) 100%),
    radial-gradient(circle at 86% 18%, rgba(214, 172, 84, 0.34), rgba(214, 172, 84, 0) 32%);
}

.single-shop .shop-hero__media::before {
  z-index: 3;
  border-color: rgba(255, 244, 215, 0.6);
  background: rgba(6, 56, 47, 0.74);
  color: #fff9e9;
}

.single-shop .shop-hero__media figcaption {
  z-index: 3;
  background: rgba(5, 42, 35, 0.72);
  color: #fff8e9;
}

.single-shop .shop-section--compare .shop-compare-grid--user {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.single-shop .shop-section--compare .shop-compare-grid--user div {
  min-height: 0;
  padding: 17px;
  box-shadow: none;
}

.single-shop .shop-section--price {
  border-color: rgba(174, 143, 82, 0.3);
  box-shadow: 0 18px 38px rgba(42, 51, 44, 0.08);
}

.single-shop .shop-price-summary-band {
  align-items: center;
  border: 1px solid rgba(188, 137, 33, 0.24);
  background:
    linear-gradient(135deg, rgba(255, 248, 229, 0.98), rgba(241, 223, 176, 0.52)),
    #fffaf0;
}

.single-shop .shop-price-summary-band span {
  color: #81611a;
  font-weight: 800;
}

.single-shop .shop-price-summary-band strong {
  color: #06382f;
  font-size: clamp(1.18rem, 1.8vw, 1.5rem);
}

.single-shop .shop-price-table th {
  border-color: rgba(174, 143, 82, 0.2);
  background: #efe3c4;
  color: #493b1d;
}

.single-shop .shop-price-table td {
  border-color: rgba(174, 143, 82, 0.16);
}

.single-shop .shop-price-table__price {
  color: #06382f;
  font-weight: 850;
  text-align: right;
}

.single-shop .shop-price-table__featured-row td {
  background: rgba(255, 250, 237, 0.9);
}

.single-shop .shop-nearby-card {
  border-color: rgba(174, 143, 82, 0.22);
  background: #fffdf8;
  box-shadow: 0 15px 28px rgba(26, 49, 42, 0.08);
}

.single-shop .shop-nearby-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 34px rgba(26, 49, 42, 0.13);
}

.single-shop .shop-nearby-card__media::after {
  background:
    linear-gradient(130deg, rgba(6, 56, 47, 0.46), rgba(6, 56, 47, 0.04) 48%, rgba(168, 115, 23, 0.2)),
    radial-gradient(circle at 80% 10%, rgba(231, 190, 101, 0.34), rgba(231, 190, 101, 0) 34%);
}

.single-shop .shop-nearby-card__body {
  gap: 8px;
}

.single-shop .shop-nearby-card__body strong {
  color: #06382f;
  font-size: 1.12rem;
  line-height: 1.35;
}

.single-shop .shop-nearby-card__price {
  color: #8a5b00;
  font-size: 1.02rem;
  font-weight: 850;
}

.single-shop .shop-nearby-card__badges em:first-child {
  border-color: rgba(6, 66, 53, 0.18);
  background: #edf7f1;
  color: #064235;
}

.single-shop .shop-nearby-card__button {
  min-height: 42px;
  border-color: rgba(6, 56, 47, 0.18);
  background: #06382f;
  color: #fffdf7;
}

.single-shop .shop-summary-card,
.single-shop .shop-side-panel {
  color: #223d36;
  font-size: 0.94rem;
}

.single-shop .shop-side-panel h3 {
  color: #06382f;
  font-size: 1rem;
}

.single-shop .shop-side-panel a,
.single-shop .shop-summary-card .button {
  min-height: 42px;
}

@media (max-width: 900px) {
  .single-shop .shop-section--compare .shop-compare-grid--user {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .single-shop .shop-hero__media {
    box-shadow: 0 14px 30px rgba(21, 44, 38, 0.14);
  }
}

@media (max-width: 640px) {
  .single-shop .shop-hero__title {
    font-size: clamp(28px, 8vw, 36px);
    letter-spacing: 0.03em;
    line-height: 1.22;
  }

  .single-shop .shop-hero__chips {
    gap: 6px;
    margin-bottom: 11px;
  }

  .single-shop .shop-status-badge {
    padding: 5px 8px;
    font-size: 0.68rem;
  }

  .single-shop .shop-hero__highlights {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .single-shop .shop-hero__highlights li {
    min-height: 64px;
    padding: 10px;
  }

  .single-shop .shop-hero__highlights li:first-child {
    grid-column: 1 / -1;
    min-height: 70px;
  }

  .single-shop .shop-hero__highlights li:first-child strong {
    font-size: clamp(1.12rem, 6vw, 1.4rem);
  }

  .single-shop .shop-hero__highlights li:nth-child(2) strong,
  .single-shop .shop-hero__highlights li:nth-child(3) strong,
  .single-shop .shop-hero__highlights li:nth-child(4) strong {
    font-size: 0.86rem;
  }

  .single-shop .shop-hero__media,
  .single-shop .shop-hero__image {
    min-height: 160px;
  }

  .single-shop .shop-section--compare .shop-compare-grid--user {
    grid-template-columns: 1fr;
  }

  .single-shop .shop-price-summary-band {
    padding: 13px;
  }

  .single-shop .shop-price-summary-band strong {
    font-size: 1.1rem;
  }

  .single-shop .shop-section--price .shop-price-table tr {
    background: #fffdf8;
    box-shadow: 0 10px 18px rgba(29, 61, 52, 0.06);
  }

  .single-shop .shop-section--price .shop-price-table td {
    grid-template-columns: 78px minmax(0, 1fr);
    padding: 10px 12px;
  }

  .single-shop .shop-price-table__price {
    font-size: 1.04rem;
    text-align: left;
  }

  .single-shop .shop-nearby-card__media,
  .single-shop .shop-nearby-card__image {
    min-height: 126px;
    height: 126px;
  }

  .single-shop .shop-nearby-card__body strong {
    font-size: 1.05rem;
  }

  .single-shop .shop-nearby-card__button,
  .single-shop .shop-hero__actions .button,
  .single-shop .shop-summary-card .button,
  .single-shop .shop-side-panel a {
    min-height: 46px;
  }
}

@media (max-width: 360px) {
  .single-shop .shop-hero__highlights {
    grid-template-columns: 1fr;
  }

  .single-shop .shop-hero__highlights li:first-child {
    grid-column: auto;
  }
}

/* Phase E-11: PC幅・スマホ表示・情報階層の最終修正 */
.site-main {
  width: 100%;
  padding: 0 0 72px;
}

.single-shop .shop-page {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-inline: 24px;
}

.single-shop .shop-detail-layout,
.single-shop .shop-page-grid,
.single-shop .tmk-shop-layout,
.single-shop .single-shop-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 32px;
  align-items: start;
}

.single-shop .shop-main,
.single-shop .shop-content,
.single-shop .shop-detail,
.single-shop .shop-hero,
.single-shop .shop-section,
.single-shop .shop-card,
.single-shop .nearby-card,
.single-shop .shop-nearby-card {
  min-width: 0;
}

.single-shop .shop-sidebar,
.single-shop .tmk-shop-sidebar,
.single-shop .shop-detail-sidebar,
.single-shop .single-shop-sidebar {
  position: static !important;
  top: auto !important;
  bottom: auto !important;
  width: 300px;
  max-width: 300px;
  height: auto !important;
  min-height: 0 !important;
  align-self: start !important;
}

.single-shop .shop-detail {
  gap: 22px;
}

.single-shop .shop-hero {
  grid-template-columns: minmax(0, 1fr) minmax(360px, 40%);
  min-height: 470px;
}

.single-shop .shop-hero__content {
  padding: 42px 40px;
}

.single-shop .shop-hero__title {
  max-width: 14em;
  font-size: clamp(2.45rem, 3.6vw, 3.45rem);
}

.single-shop .shop-hero__area {
  font-size: 0.98rem;
}

.single-shop .shop-hero__chips {
  margin-bottom: 22px;
}

.single-shop .shop-status-badge {
  min-height: 30px;
  font-size: 0.8rem;
}

.single-shop .shop-hero__highlights {
  grid-template-columns: minmax(210px, 1.25fr) minmax(190px, 1.05fr) repeat(2, minmax(150px, 0.9fr));
  gap: 12px;
}

.single-shop .shop-hero__highlights li {
  min-height: 96px;
  padding: 16px;
  border-radius: 8px;
}

.single-shop .shop-hero__highlights li:first-child {
  min-height: 106px;
}

.single-shop .shop-hero__highlights li:first-child strong {
  font-size: 1.22rem;
}

.single-shop .shop-hero__highlights li:nth-child(2) {
  background: #fff7e6;
  border-color: rgba(184, 149, 74, 0.38);
}

.single-shop .shop-hero__highlights li:nth-child(2) strong {
  font-size: 1.08rem;
}

.single-shop .shop-hero__highlight-icon {
  width: 26px;
  height: 26px;
}

.single-shop .shop-hero__highlights span {
  font-size: 0.78rem;
}

.single-shop .shop-hero__highlights strong {
  font-size: 0.98rem;
}

.single-shop .shop-hero__media,
.single-shop .shop-hero__image {
  min-height: 470px;
}

.single-shop .shop-section {
  padding: 30px 32px;
}

.single-shop .shop-section--price {
  border-color: rgba(184, 149, 74, 0.34);
  box-shadow: 0 14px 34px rgba(6, 43, 36, 0.07);
}

.single-shop .shop-section--hours {
  background: linear-gradient(180deg, #fffdf7, #fff9ee);
}

.single-shop .shop-section--facilities,
.single-shop .shop-section--sources,
.single-shop .shop-section--faq {
  box-shadow: 0 6px 16px rgba(6, 43, 36, 0.035);
}

.single-shop .shop-section--sources {
  background: #fffaf0;
}

.single-shop .shop-section--update {
  background: linear-gradient(135deg, #fffaf0, #fffdf7);
  border-color: rgba(184, 149, 74, 0.34);
}

.single-shop .shop-compare-grid--user {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.single-shop .shop-compare-grid--user div {
  min-height: 148px;
}

.single-shop .shop-price-summary-band {
  margin-bottom: 18px;
  padding: 18px 20px;
}

.single-shop .shop-price-summary-band strong {
  font-size: 1.32rem;
}

.single-shop .shop-price-table th {
  background: #ead9ac;
  font-size: 0.88rem;
}

.single-shop .shop-price-table td {
  font-size: 0.94rem;
}

.single-shop .shop-price-table__price {
  font-size: 1.1rem;
  font-weight: 800;
  text-align: right;
}

.single-shop .shop-nearby-grid {
  gap: 18px;
}

.single-shop .shop-nearby-card {
  box-shadow: 0 12px 28px rgba(6, 43, 36, 0.075);
}

.single-shop .shop-nearby-card__media {
  min-height: 136px;
}

.single-shop .shop-nearby-card__image {
  height: 136px;
}

.single-shop .shop-nearby-card:nth-child(2) .shop-nearby-card__media::after {
  background:
    linear-gradient(180deg, rgba(6, 43, 36, 0.08), rgba(93, 61, 28, 0.45)),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0 1px, transparent 1px 18px);
}

.single-shop .shop-nearby-card:nth-child(3) .shop-nearby-card__media::after {
  background:
    linear-gradient(180deg, rgba(6, 43, 36, 0.08), rgba(26, 72, 88, 0.42)),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0 1px, transparent 1px 18px);
}

.single-shop .shop-nearby-card__body {
  gap: 8px;
  padding: 16px;
}

.single-shop .shop-nearby-card__body strong {
  font-size: 1.13rem;
}

.single-shop .shop-nearby-card__price {
  font-size: 0.98rem !important;
}

.single-shop .shop-nearby-card__button {
  min-height: 44px;
  justify-content: center;
}

.single-shop .shop-summary-card,
.single-shop .shop-side-panel {
  font-size: 0.94rem;
}

.single-shop .shop-summary-card h2 {
  font-size: 1.35rem;
}

.single-shop .shop-side-panel h3 {
  font-size: 1.08rem;
}

.single-shop .shop-ad-placeholder {
  width: 300px !important;
  max-width: 300px !important;
  height: 250px !important;
  min-height: 250px !important;
  max-height: 250px !important;
}

@media (max-width: 900px) {
  .single-shop .shop-page {
    padding-inline: 16px;
  }

  .single-shop .shop-detail-layout,
  .single-shop .shop-layout,
  .single-shop .tmk-shop-layout,
  .single-shop .single-shop-layout,
  .single-shop .shop-page-grid {
    grid-template-columns: 1fr;
  }

  .single-shop .shop-sidebar,
  .single-shop .tmk-shop-sidebar,
  .single-shop .shop-detail-sidebar,
  .single-shop .single-shop-sidebar {
    width: 100%;
    max-width: none;
  }

  .single-shop .shop-hero {
    grid-template-columns: 1fr;
  }

  .single-shop .shop-hero__highlights,
  .single-shop .shop-compare-grid--user,
  .single-shop .shop-overview,
  .single-shop .shop-hours-panel,
  .single-shop .shop-access-grid,
  .single-shop .shop-link-grid,
  .single-shop .shop-nearby-grid {
    grid-template-columns: 1fr;
  }

  .single-shop .shop-ad-placeholder {
    width: 100% !important;
    max-width: 336px !important;
    height: 280px !important;
    min-height: 280px !important;
    max-height: 280px !important;
    margin-inline: auto;
  }
}

@media (max-width: 640px) {
  .single-shop .shop-page {
    padding-inline: 10px;
  }

  .single-shop .shop-detail {
    display: grid;
  }

  .single-shop .shop-hero {
    order: 1;
  }

  .single-shop .shop-section--overview {
    order: 2;
  }

  .single-shop .shop-section--price {
    order: 3;
  }

  .single-shop .shop-section--hours {
    order: 4;
  }

  .single-shop .shop-section--nearby {
    order: 5;
  }

  .single-shop .shop-section--faq {
    order: 6;
  }

  .single-shop .shop-section--compare {
    order: 7;
  }

  .single-shop .shop-section--facilities,
  .single-shop .shop-section--access,
  .single-shop .shop-section--sources {
    order: 8;
  }

  .single-shop .shop-section--update {
    order: 9;
  }

  .single-shop .shop-breadcrumb {
    margin: 10px 0 12px;
    font-size: 0.76rem;
    line-height: 1.6;
  }

  .single-shop .shop-hero__content {
    order: 1;
    padding: 20px 14px 16px;
  }

  .single-shop .shop-hero__media {
    order: 2;
    min-height: 168px;
  }

  .single-shop .shop-hero__image {
    min-height: 168px;
    filter: saturate(0.95) contrast(0.98) brightness(1.04);
  }

  .single-shop .shop-hero__title {
    font-size: clamp(1.75rem, 7.4vw, 2.08rem);
  }

  .single-shop .shop-hero__area {
    font-size: 0.84rem;
  }

  .single-shop .shop-status-badge {
    font-size: 0.74rem;
  }

  .single-shop .shop-status-badge--date {
    display: none;
  }

  .single-shop .shop-hero__highlights {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .single-shop .shop-hero__highlights li {
    min-height: 66px;
    padding: 9px;
  }

  .single-shop .shop-hero__highlights li:first-child {
    min-height: 70px;
  }

  .single-shop .shop-hero__highlights li:first-child strong {
    font-size: 0.96rem;
  }

  .single-shop .shop-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .single-shop .shop-hero__actions .button {
    width: 100%;
    min-height: 46px;
    justify-content: center;
    white-space: normal;
  }

  .single-shop .shop-hero__lead {
    display: none;
  }

  .single-shop .shop-section {
    padding: 18px 13px;
  }

  .single-shop .shop-section__header h2 {
    font-size: 1.22rem;
  }

  .single-shop .shop-price-table__price {
    text-align: left;
  }

  .single-shop .shop-section--price .shop-price-table,
  .single-shop .shop-section--price .shop-price-table thead,
  .single-shop .shop-section--price .shop-price-table tbody,
  .single-shop .shop-section--price .shop-price-table tr,
  .single-shop .shop-section--price .shop-price-table td {
    display: block;
    width: 100%;
  }

  .single-shop .shop-section--price .shop-price-table thead {
    display: none;
  }

  .single-shop .shop-section--price .shop-price-table tr {
    overflow: hidden;
    margin-bottom: 10px;
    border: 1px solid rgba(174, 143, 82, 0.22);
    border-radius: 8px;
  }

  .single-shop .shop-section--price .shop-price-table td {
    display: grid;
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 8px;
    padding: 9px 11px;
    text-align: left;
  }

  .single-shop .shop-section--price .shop-price-table td::before {
    color: #6b746f;
    content: attr(data-label);
    font-size: 0.76rem;
    font-weight: 700;
  }

  .single-shop .shop-nearby-card__media {
    min-height: 116px;
  }

  .single-shop .shop-nearby-card__image {
    height: 116px;
  }

  .single-shop .shop-nearby-card__button,
  .single-shop .shop-summary-card .button,
  .single-shop .shop-side-panel a {
    width: 100%;
    min-height: 44px;
    justify-content: center;
  }
}

@media (max-width: 360px) {
  .single-shop .shop-hero__highlights {
    grid-template-columns: 1fr;
  }
}

/* Phase E-10 highlight color guard */
.single-shop .shop-hero__highlights li:nth-child(2) span,
.single-shop .shop-hero__highlights li:nth-child(3) span,
.single-shop .shop-hero__highlights li:nth-child(4) span {
  color: #6b746f;
}

.single-shop .shop-hero__highlights li:nth-child(2) strong,
.single-shop .shop-hero__highlights li:nth-child(3) strong,
.single-shop .shop-hero__highlights li:nth-child(4) strong {
  color: #073b31;
}

.single-shop .shop-hero__highlights li:nth-child(2) .shop-hero__highlight-icon,
.single-shop .shop-hero__highlights li:nth-child(3) .shop-hero__highlight-icon,
.single-shop .shop-hero__highlights li:nth-child(4) .shop-hero__highlight-icon {
  color: #a77723;
}

/* Phase E-10: スマホファースト最終調整・デザイン密度整理 */
.site-main {
  width: 100%;
  padding: 0 0 72px;
}

.single-shop .shop-page {
  width: 100%;
  max-width: 1400px;
}

body.single-shop {
  overflow-x: hidden;
}

.single-shop *,
.single-shop *::before,
.single-shop *::after {
  box-sizing: border-box;
}

.single-shop img,
.single-shop table {
  max-width: 100%;
}

.single-shop .shop-page,
.single-shop .shop-layout,
.single-shop .shop-detail-layout,
.single-shop .tmk-shop-layout,
.single-shop .single-shop-layout,
.single-shop .shop-page-grid,
.single-shop .shop-detail,
.single-shop .shop-main,
.single-shop .shop-content,
.single-shop .shop-card,
.single-shop .shop-hero,
.single-shop .shop-hero__content,
.single-shop .shop-hero__media,
.single-shop .shop-section,
.single-shop .nearby-card,
.single-shop .shop-nearby-card,
.single-shop .shop-sidebar,
.single-shop .tmk-shop-sidebar,
.single-shop .shop-detail-sidebar,
.single-shop .shop-price-table-wrap {
  min-width: 0;
}

.single-shop .shop-price-table-wrap {
  overflow-x: visible;
}

.single-shop .shop-price-table,
.single-shop .shop-source-table {
  width: 100%;
  min-width: 0;
  table-layout: fixed;
}

.single-shop .shop-price-table th,
.single-shop .shop-price-table td,
.single-shop .shop-nearby-card,
.single-shop .shop-summary-card,
.single-shop .shop-side-panel {
  overflow-wrap: anywhere;
}

.single-shop .shop-hero__highlights li:nth-child(2) {
  background: rgba(255, 253, 247, 0.78);
  border-color: rgba(174, 143, 82, 0.22);
}

.single-shop .shop-hero__highlights li:nth-child(2) span,
.single-shop .shop-hero__highlights li:nth-child(2) strong,
.single-shop .shop-hero__highlights li:nth-child(2) .shop-hero__highlight-icon {
  color: inherit;
}

.single-shop .shop-hero__highlights li:first-child {
  background: linear-gradient(135deg, #073b31, #145746);
  border-color: rgba(7, 59, 49, 0.42);
}

.single-shop .shop-hero__highlights li:first-child span,
.single-shop .shop-hero__highlights li:first-child strong,
.single-shop .shop-hero__highlights li:first-child .shop-hero__highlight-icon {
  color: #fffdf7;
}

.single-shop .button,
.single-shop .shop-nearby-card__button,
.single-shop .shop-side-panel a {
  min-height: 44px;
}

@media (max-width: 900px) {
  .single-shop .shop-layout,
  .single-shop .shop-detail-layout,
  .single-shop .tmk-shop-layout,
  .single-shop .single-shop-layout,
  .single-shop .shop-page-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .single-shop .shop-sidebar,
  .single-shop .tmk-shop-sidebar,
  .single-shop .shop-detail-sidebar,
  .single-shop .single-shop-sidebar {
    width: 100%;
    max-width: none;
    order: 2;
  }

  .single-shop .shop-overview,
  .single-shop .shop-hours-panel,
  .single-shop .shop-access-grid,
  .single-shop .shop-link-grid,
  .single-shop .shop-nearby-grid {
    grid-template-columns: 1fr;
  }

  .single-shop .shop-ad-placeholder {
    width: 100% !important;
    max-width: 336px !important;
    height: 280px !important;
    min-height: 280px !important;
    max-height: 280px !important;
    margin-inline: auto;
  }
}

@media (max-width: 640px) {
  .single-shop .shop-page {
    padding-right: 10px;
    padding-left: 10px;
  }

  .single-shop .shop-breadcrumb {
    margin: 10px 0 12px;
    overflow-wrap: anywhere;
    font-size: 0.76rem;
    line-height: 1.6;
  }

  .single-shop .shop-detail {
    gap: 14px;
  }

  .single-shop .shop-hero,
  .single-shop .shop-hero-inner,
  .single-shop .shop-hero-grid {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .single-shop .shop-hero__content {
    order: 1;
    padding: 20px 14px 16px;
  }

  .single-shop .shop-hero__media {
    order: 2;
    min-height: 172px;
  }

  .single-shop .shop-hero__image {
    min-height: 172px;
    filter: saturate(0.95) contrast(0.98) brightness(1.02);
  }

  .single-shop .shop-hero__area {
    margin-bottom: 6px;
    font-size: 0.82rem;
    line-height: 1.45;
  }

  .single-shop .shop-hero__title {
    max-width: none;
    font-size: clamp(1.64rem, 7.2vw, 1.95rem);
    line-height: 1.24;
  }

  .single-shop .shop-hero__kana {
    margin-bottom: 12px;
    font-size: 0.76rem;
  }

  .single-shop .shop-hero__chips {
    gap: 6px;
    margin-bottom: 12px;
  }

  .single-shop .shop-status-badge {
    min-height: 28px;
    padding: 5px 8px;
    font-size: 0.74rem;
    line-height: 1.2;
  }

  .single-shop .shop-status-badge--date {
    display: none;
  }

  .single-shop .shop-hero__highlights {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 14px;
  }

  .single-shop .shop-hero__highlights li {
    grid-template-columns: 20px minmax(0, 1fr);
    min-height: 64px;
    padding: 9px;
  }

  .single-shop .shop-hero__highlight-icon {
    width: 19px;
    height: 19px;
  }

  .single-shop .shop-hero__highlights span {
    font-size: 0.7rem;
  }

  .single-shop .shop-hero__highlights strong {
    font-size: 0.85rem;
    line-height: 1.32;
  }

  .single-shop .shop-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 9px;
    margin-top: 0;
  }

  .single-shop .shop-hero__actions .button {
    width: 100%;
    min-height: 46px;
    justify-content: center;
    white-space: normal;
  }

  .single-shop .shop-hero__lead {
    display: none;
  }

  .single-shop .shop-hero__media::before {
    top: 10px;
    right: 10px;
    padding: 4px 8px;
    font-size: 0.68rem;
  }

  .single-shop .shop-hero__media figcaption {
    right: 10px;
    bottom: 9px;
    left: 10px;
    width: fit-content;
    max-width: calc(100% - 20px);
    font-size: 0.66rem;
  }

  .single-shop .shop-section {
    padding: 18px 13px;
  }

  .single-shop .shop-section__header {
    margin-bottom: 12px;
    padding-bottom: 10px;
  }

  .single-shop .shop-section__header h2 {
    font-size: 1.2rem;
  }

  .single-shop .shop-section__header p,
  .single-shop .shop-muted,
  .single-shop .shop-overview__text {
    font-size: 0.88rem;
  }

  .single-shop .shop-overview-points {
    padding: 13px;
  }

  .single-shop .shop-compare-grid--user {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .single-shop .shop-compare-grid--user div {
    min-height: 0;
    padding: 13px;
  }

  .single-shop .shop-compare-grid--user div:nth-child(n+5) {
    display: none;
  }

  .single-shop .shop-price-summary-band {
    display: grid;
    gap: 7px;
    padding: 12px 13px;
  }

  .single-shop .shop-price-summary-band strong {
    font-size: 1.04rem;
  }

  .single-shop .shop-section--price .shop-price-table,
  .single-shop .shop-section--price .shop-price-table thead,
  .single-shop .shop-section--price .shop-price-table tbody,
  .single-shop .shop-section--price .shop-price-table tr,
  .single-shop .shop-section--price .shop-price-table td {
    display: block;
    width: 100%;
  }

  .single-shop .shop-section--price .shop-price-table thead {
    display: none;
  }

  .single-shop .shop-section--price .shop-price-table tr {
    overflow: hidden;
    margin-bottom: 10px;
    background: #fffdf7;
    border: 1px solid rgba(174, 143, 82, 0.22);
    border-radius: 8px;
  }

  .single-shop .shop-section--price .shop-price-table td {
    display: grid;
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 8px;
    padding: 9px 11px;
    text-align: left;
    border-bottom: 1px solid rgba(174, 143, 82, 0.12);
  }

  .single-shop .shop-section--price .shop-price-table td:last-child {
    border-bottom: 0;
  }

  .single-shop .shop-section--price .shop-price-table td::before {
    color: #6b746f;
    content: attr(data-label);
    font-size: 0.76rem;
    font-weight: 700;
  }

  .single-shop .shop-price-table__price {
    text-align: left;
  }

  .single-shop .shop-hours-panel > div,
  .single-shop .shop-access-grid div {
    padding: 13px;
  }

  .single-shop .shop-facility-list {
    gap: 7px;
  }

  .single-shop .shop-facility-list li {
    min-height: 34px;
    padding: 7px 9px;
    font-size: 0.82rem;
  }

  .single-shop .shop-nearby-grid {
    grid-template-columns: 1fr;
    gap: 11px;
  }

  .single-shop .shop-nearby-card__media {
    min-height: 112px;
  }

  .single-shop .shop-nearby-card__image {
    height: 112px;
  }

  .single-shop .shop-nearby-card__body {
    padding: 12px;
  }

  .single-shop .shop-nearby-card__button {
    width: 100%;
    min-height: 44px;
    justify-content: center;
  }

  .single-shop .shop-sidebar,
  .single-shop .shop-detail-sidebar,
  .single-shop .tmk-shop-sidebar,
  .single-shop .single-shop-sidebar {
    gap: 12px;
  }

  .single-shop .shop-summary-card,
  .single-shop .shop-side-panel {
    padding: 13px;
  }

  .single-shop .shop-summary-card .button,
  .single-shop .shop-side-panel a {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 360px) {
  .single-shop .shop-hero__highlights {
    grid-template-columns: 1fr;
  }
}

/* Phase E-9: スマホレイアウト最優先の最終調整 */
.site-main {
  width: 100%;
  padding: 0 0 72px;
}

.single-shop .shop-page {
  width: 100%;
  max-width: 1400px;
}

.single-shop *,
.single-shop *::before,
.single-shop *::after {
  box-sizing: border-box;
}

body.single-shop {
  overflow-x: hidden;
}

.single-shop img,
.single-shop table {
  max-width: 100%;
}

.single-shop .shop-page,
.single-shop .shop-layout,
.single-shop .shop-detail-layout,
.single-shop .single-shop-layout,
.single-shop .shop-detail,
.single-shop .shop-content,
.single-shop .shop-main,
.single-shop .shop-card,
.single-shop .shop-hero,
.single-shop .shop-hero__content,
.single-shop .shop-hero__media,
.single-shop .shop-section,
.single-shop .shop-sidebar,
.single-shop .shop-side-panel,
.single-shop .shop-summary-card,
.single-shop .shop-nearby-card,
.single-shop .shop-price-table-wrap {
  min-width: 0;
}

.single-shop .shop-price-table-wrap {
  overflow-x: visible;
}

.single-shop .shop-price-table,
.single-shop .shop-source-table {
  width: 100%;
  min-width: 0;
  table-layout: fixed;
}

.single-shop .shop-price-table th,
.single-shop .shop-price-table td {
  overflow-wrap: anywhere;
  word-break: normal;
}

.single-shop .button {
  max-width: 100%;
  white-space: normal;
}

@media (max-width: 900px) {
  .single-shop .shop-page {
    padding-right: 16px;
    padding-left: 16px;
  }

  .single-shop .shop-detail-layout,
  .single-shop .shop-layout,
  .single-shop .tmk-shop-layout,
  .single-shop .single-shop-layout {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .single-shop .shop-sidebar,
  .single-shop .tmk-shop-sidebar,
  .single-shop .shop-detail-sidebar,
  .single-shop .single-shop-sidebar {
    width: 100%;
    max-width: none;
    order: 2;
  }

  .single-shop .shop-detail {
    order: 1;
  }

  .single-shop .shop-overview,
  .single-shop .shop-hours-panel,
  .single-shop .shop-access-grid,
  .single-shop .shop-link-grid,
  .single-shop .shop-nearby-grid {
    grid-template-columns: 1fr;
  }

  .single-shop .shop-ad-placeholder {
    width: 100% !important;
    max-width: 336px !important;
    height: 280px !important;
    min-height: 280px !important;
    max-height: 280px !important;
    margin-inline: auto;
  }
}

@media (max-width: 640px) {
  .site-main {
    width: 100%;
    padding: 0 0 72px;
  }

  .single-shop .shop-page {
    padding-right: 12px;
    padding-left: 12px;
  }

  .single-shop .shop-breadcrumb {
    overflow-wrap: anywhere;
    font-size: 0.78rem;
  }

  .single-shop .shop-hero,
  .single-shop .shop-hero-inner,
  .single-shop .shop-hero-grid {
    grid-template-columns: 1fr;
  }

  .single-shop .shop-hero {
    min-height: 0;
    border-radius: 8px;
  }

  .single-shop .shop-hero__content {
    order: 1;
    padding: 22px 16px 18px;
  }

  .single-shop .shop-hero__media {
    order: 2;
    min-height: 220px;
  }

  .single-shop .shop-hero__image {
    min-height: 220px;
  }

  .single-shop .shop-hero__title {
    max-width: none;
    font-size: 1.86rem;
    line-height: 1.25;
  }

  .single-shop .shop-hero__area {
    font-size: 0.84rem;
    line-height: 1.45;
  }

  .single-shop .shop-hero__chips {
    gap: 6px;
    margin-bottom: 14px;
  }

  .single-shop .shop-status-badge {
    min-height: 28px;
    padding: 5px 8px;
    font-size: 0.76rem;
  }

  .single-shop .shop-hero__highlights {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 16px;
  }

  .single-shop .shop-hero__highlights li {
    grid-template-columns: 22px minmax(0, 1fr);
    min-height: 68px;
    padding: 10px;
  }

  .single-shop .shop-hero__highlight-icon {
    width: 20px;
    height: 20px;
  }

  .single-shop .shop-hero__highlights span {
    font-size: 0.72rem;
  }

  .single-shop .shop-hero__highlights strong {
    font-size: 0.88rem;
    line-height: 1.34;
  }

  .single-shop .shop-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .single-shop .shop-hero__actions .button {
    width: 100%;
    justify-content: center;
  }

  .single-shop .shop-hero__lead {
    margin-top: 14px;
    font-size: 0.9rem;
  }

  .single-shop .shop-hero__media::before {
    top: 10px;
    right: 10px;
    font-size: 0.68rem;
  }

  .single-shop .shop-hero__media figcaption {
    right: 10px;
    bottom: 10px;
    left: 10px;
    width: fit-content;
    max-width: calc(100% - 20px);
    font-size: 0.68rem;
  }

  .single-shop .shop-section {
    padding: 20px 14px;
  }

  .single-shop .shop-section__header {
    margin-bottom: 14px;
  }

  .single-shop .shop-section__header h2 {
    font-size: 1.24rem;
  }

  .single-shop .shop-section__header p,
  .single-shop .shop-muted {
    font-size: 0.88rem;
  }

  .single-shop .shop-overview-points {
    padding: 14px;
  }

  .single-shop .shop-compare-grid--user {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .single-shop .shop-compare-grid--user div {
    min-height: 0;
    padding: 14px;
  }

  .single-shop .shop-price-summary-band {
    display: grid;
    gap: 8px;
    padding: 13px 14px;
  }

  .single-shop .shop-price-summary-band strong {
    font-size: 1.08rem;
  }

  .single-shop .shop-section--price .shop-price-table,
  .single-shop .shop-section--price .shop-price-table thead,
  .single-shop .shop-section--price .shop-price-table tbody,
  .single-shop .shop-section--price .shop-price-table tr,
  .single-shop .shop-section--price .shop-price-table td {
    display: block;
    width: 100%;
  }

  .single-shop .shop-section--price .shop-price-table thead {
    display: none;
  }

  .single-shop .shop-section--price .shop-price-table tr {
    overflow: hidden;
    margin-bottom: 12px;
    background: #fffdf7;
    border: 1px solid rgba(174, 143, 82, 0.22);
    border-radius: 8px;
  }

  .single-shop .shop-section--price .shop-price-table td {
    display: grid;
    grid-template-columns: 86px minmax(0, 1fr);
    gap: 8px;
    padding: 10px 12px;
    text-align: left;
    border-bottom: 1px solid rgba(174, 143, 82, 0.12);
  }

  .single-shop .shop-section--price .shop-price-table td:last-child {
    border-bottom: 0;
  }

  .single-shop .shop-section--price .shop-price-table td::before {
    color: #6b746f;
    content: attr(data-label);
    font-size: 0.78rem;
    font-weight: 700;
  }

  .single-shop .shop-price-table__price {
    text-align: left;
  }

  .single-shop .shop-hours-panel > div,
  .single-shop .shop-access-grid div {
    padding: 14px;
  }

  .single-shop .shop-facility-list {
    gap: 8px;
  }

  .single-shop .shop-facility-list li {
    min-height: 34px;
    padding: 7px 10px;
    font-size: 0.82rem;
  }

  .single-shop .shop-link-grid {
    gap: 10px;
  }

  .single-shop .shop-link-grid a {
    min-height: 0;
    padding: 12px;
  }

  .single-shop .shop-nearby-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .single-shop .shop-nearby-card__media {
    min-height: 118px;
  }

  .single-shop .shop-nearby-card__image {
    height: 118px;
  }

  .single-shop .shop-nearby-card__body {
    padding: 13px;
  }

  .single-shop .shop-nearby-card__badges {
    gap: 5px;
  }

  .single-shop .shop-nearby-card__button {
    width: 100%;
    justify-content: center;
  }

  .single-shop .shop-sidebar,
  .single-shop .shop-detail-sidebar,
  .single-shop .tmk-shop-sidebar,
  .single-shop .single-shop-sidebar {
    gap: 14px;
  }

  .single-shop .shop-summary-card,
  .single-shop .shop-side-panel {
    padding: 14px;
  }

  .single-shop .shop-summary-card__quick strong,
  .single-shop .shop-summary-card__scores strong {
    overflow-wrap: anywhere;
  }

  .single-shop .shop-guide-links a {
    min-height: 52px;
  }
}

@media (max-width: 360px) {
  .single-shop .shop-hero__highlights {
    grid-template-columns: 1fr;
  }
}

/* Phase E-8: 添付モック準拠の店舗詳細ページ再設計 */
.single-shop .shop-page {
  max-width: 1400px;
}

.single-shop .shop-detail-layout,
.single-shop .single-shop-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 24px;
  align-items: start;
}

.single-shop .shop-detail {
  gap: 18px;
}

.single-shop .shop-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 42%);
  min-height: 420px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255, 253, 247, 1) 0%, rgba(255, 253, 247, 0.96) 54%, rgba(255, 253, 247, 0.12) 100%),
    radial-gradient(circle at 18% 12%, rgba(184, 149, 74, 0.16), transparent 28%),
    repeating-linear-gradient(135deg, rgba(184, 149, 74, 0.08) 0 1px, transparent 1px 18px);
  border: 1px solid rgba(174, 143, 82, 0.24);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(6, 43, 36, 0.1);
}

.single-shop .shop-hero__content {
  position: relative;
  z-index: 2;
  display: flex;
  padding: 30px 28px;
  flex-direction: column;
  justify-content: center;
}

.single-shop .shop-hero__area {
  margin-bottom: 8px;
  color: #5b4b2b;
  font-size: 0.9rem;
  font-weight: 700;
}

.single-shop .shop-hero__title {
  max-width: 12em;
  color: #073b31;
  font-size: clamp(2rem, 3.2vw, 3.05rem);
  line-height: 1.22;
}

.single-shop .shop-hero__kana {
  margin: 4px 0 16px;
  color: rgba(10, 53, 43, 0.58);
  font-size: 0.86rem;
  letter-spacing: 0;
}

.single-shop .shop-hero__chips {
  gap: 7px;
  margin: 0 0 18px;
}

.single-shop .shop-status-badge {
  min-height: 30px;
  padding: 5px 10px;
  align-items: center;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 700;
}

.single-shop .shop-status-badge--official_verified {
  background: #e6f2ec;
  border-color: rgba(20, 115, 92, 0.34);
}

.single-shop .shop-status-badge--official_partial {
  background: #fff3d3;
  border-color: rgba(184, 120, 9, 0.48);
  box-shadow: inset 3px 0 0 #b87809;
}

.single-shop .shop-hero__highlights {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  padding: 0;
  margin: 0 0 20px;
  list-style: none;
}

.single-shop .shop-hero__highlights li {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 2px 8px;
  min-height: 76px;
  padding: 12px 12px 11px;
  align-content: center;
  background: rgba(255, 253, 247, 0.78);
  border: 1px solid rgba(174, 143, 82, 0.22);
  border-radius: 8px;
}

.single-shop .shop-hero__highlights li:nth-child(2) {
  background: linear-gradient(135deg, #073b31, #145746);
  border-color: rgba(7, 59, 49, 0.42);
}

.single-shop .shop-hero__highlights li:nth-child(2) span,
.single-shop .shop-hero__highlights li:nth-child(2) strong,
.single-shop .shop-hero__highlights li:nth-child(2) .shop-hero__highlight-icon {
  color: #fffdf7;
}

.single-shop .shop-hero__highlight-icon {
  grid-row: span 2;
  width: 24px;
  height: 24px;
  color: #a77723;
}

.single-shop .shop-hero__highlights span {
  color: #6b746f;
  font-size: 0.76rem;
  font-weight: 700;
}

.single-shop .shop-hero__highlights strong {
  overflow-wrap: anywhere;
  color: #073b31;
  font-size: 0.95rem;
  line-height: 1.35;
}

.single-shop .shop-hero__actions {
  margin-top: 0;
}

.single-shop .shop-hero__lead {
  max-width: 680px;
  margin-top: 18px;
  font-size: 0.94rem;
}

.single-shop .shop-hero__media {
  position: relative;
  min-height: 420px;
  isolation: isolate;
  background:
    linear-gradient(135deg, rgba(6, 43, 36, 0.82), rgba(184, 149, 74, 0.36)),
    url("assets/images/hero/hero-spa-room-001-hero.webp") center / cover no-repeat;
}

.single-shop .shop-hero__media::before {
  position: absolute;
  top: 16px;
  right: 16px;
  left: auto;
  z-index: 3;
  padding: 5px 10px;
  color: #fffdf7;
  background: rgba(5, 43, 36, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  content: "リラクゼーションイメージ";
  font-size: 0.73rem;
  letter-spacing: 0;
}

.single-shop .shop-hero__media::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(6, 43, 36, 0.06), rgba(6, 43, 36, 0.18)),
    radial-gradient(circle at 72% 22%, rgba(255, 232, 174, 0.2), transparent 30%),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0 1px, transparent 1px 20px);
  content: "";
}

.single-shop .shop-hero__image {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  filter: saturate(0.88) contrast(0.98) brightness(0.9);
}

.single-shop .shop-hero__media figcaption {
  right: 16px;
  bottom: 14px;
  z-index: 3;
  background: rgba(5, 43, 36, 0.64);
  font-size: 0.72rem;
  letter-spacing: 0;
}

.single-shop .shop-section {
  padding: 26px 28px;
  background: #fffdf7;
  border: 1px solid rgba(174, 143, 82, 0.2);
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(6, 43, 36, 0.045);
}

.single-shop .shop-section__header {
  padding-bottom: 12px;
  margin-bottom: 18px;
  border-bottom: 1px solid rgba(174, 143, 82, 0.18);
}

.single-shop .shop-section__header h2 {
  color: #073b31;
  font-size: 1.45rem;
  letter-spacing: 0;
}

.single-shop .shop-section__header p {
  color: #68746e;
}

.single-shop .shop-overview {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.68fr);
  gap: 26px;
  align-items: start;
}

.single-shop .shop-overview__text {
  font-size: 0.98rem;
}

.single-shop .shop-overview-points {
  display: grid;
  gap: 10px;
  padding: 16px;
  margin: 0;
  list-style: none;
  background: linear-gradient(180deg, #fffaf0, #fffdf7);
  border: 1px solid rgba(174, 143, 82, 0.24);
  border-radius: 8px;
}

.single-shop .shop-overview-points li {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 2px 10px;
  padding: 0 0 10px;
  border-bottom: 1px solid rgba(174, 143, 82, 0.16);
}

.single-shop .shop-overview-points li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.single-shop .shop-overview-points__icon {
  grid-row: span 2;
  width: 24px;
  height: 24px;
  color: #a77723;
}

.single-shop .shop-overview-points span {
  color: #6b746f;
  font-size: 0.78rem;
  font-weight: 700;
}

.single-shop .shop-overview-points strong {
  color: #073b31;
  font-size: 0.94rem;
  line-height: 1.45;
}

.single-shop .shop-compare-grid--user {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.single-shop .shop-compare-grid--user div {
  min-height: 132px;
  padding: 17px;
  background: linear-gradient(180deg, #fffdf7, #fff8eb);
  border: 1px solid rgba(174, 143, 82, 0.24);
  border-radius: 8px;
}

.single-shop .shop-compare-grid--user span {
  color: #5e6a64;
  font-weight: 700;
}

.single-shop .shop-compare-grid--user strong {
  color: #073b31;
  font-size: 1.08rem;
}

.single-shop .shop-compare-grid--user p {
  margin-top: 8px;
  color: #69756f;
  font-size: 0.86rem;
}

.single-shop .shop-price-summary-band {
  padding: 15px 18px;
  background:
    radial-gradient(circle at 90% 20%, rgba(234, 217, 172, 0.22), transparent 28%),
    linear-gradient(135deg, #073b31, #145746);
  border-radius: 8px;
}

.single-shop .shop-price-summary-band strong {
  font-size: 1.24rem;
}

.single-shop .shop-section--price .shop-price-table {
  min-width: 0;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
}

.single-shop .shop-price-table th {
  color: #073b31;
  background: #f2e6c7;
}

.single-shop .shop-price-table td {
  border-bottom: 1px solid rgba(174, 143, 82, 0.16);
}

.single-shop .shop-price-table__price {
  color: #073b31;
  font-size: 1.02rem;
  font-weight: 800;
}

.single-shop .shop-hours-panel {
  grid-template-columns: minmax(0, 1.4fr) repeat(3, minmax(0, 1fr));
  background: rgba(174, 143, 82, 0.18);
}

.single-shop .shop-hours-panel > div {
  padding: 17px;
  background: #fffdf7;
}

.single-shop .shop-hours-panel__main {
  background: linear-gradient(135deg, #f6ecd2, #fffaf0) !important;
}

.single-shop .shop-facility-list {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.single-shop .shop-facility-list li {
  display: inline-flex;
  min-height: 36px;
  padding: 8px 12px;
  align-items: center;
  gap: 7px;
  color: #073b31;
  background: #f6ecd2;
  border: 1px solid rgba(174, 143, 82, 0.26);
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 700;
}

.single-shop .shop-access-grid {
  grid-template-columns: 0.86fr 1.14fr;
}

.single-shop .shop-access-grid div {
  padding: 18px;
  background: #fffaf0;
  border-color: rgba(174, 143, 82, 0.22);
}

.single-shop .shop-link-grid a {
  min-height: 92px;
  background: linear-gradient(180deg, #fffdf7, #fff8eb);
}

.single-shop .shop-nearby-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.single-shop .shop-nearby-card {
  min-height: 0;
  overflow: hidden;
  background: #fffdf7;
  border: 1px solid rgba(174, 143, 82, 0.24);
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(6, 43, 36, 0.06);
}

.single-shop .shop-nearby-card__media {
  position: relative;
  min-height: 120px;
  overflow: hidden;
  padding: 0;
  background: #073b31;
}

.single-shop .shop-nearby-card__media::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(6, 43, 36, 0.08), rgba(6, 43, 36, 0.42)),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.12) 0 1px, transparent 1px 16px);
  content: "";
}

.single-shop .shop-nearby-card__image {
  display: block;
  width: 100%;
  height: 120px;
  object-fit: cover;
  filter: saturate(0.88) brightness(0.88);
}

.single-shop .shop-nearby-card__media > span {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  color: #fffdf7;
  background: rgba(5, 43, 36, 0.72);
}

.single-shop .shop-nearby-card__body {
  gap: 7px;
  padding: 14px;
}

.single-shop .shop-nearby-card__body strong {
  color: #073b31;
  font-size: 1.05rem;
}

.single-shop .shop-nearby-card__badges em {
  color: #073b31;
  background: #f2e6c7;
}

.single-shop .shop-nearby-card__button {
  margin-top: 6px;
  background: #073b31;
}

.single-shop .shop-sidebar,
.single-shop .shop-detail-sidebar,
.single-shop .tmk-shop-sidebar,
.single-shop .single-shop-sidebar {
  position: static !important;
  top: auto !important;
  display: flex;
  width: 300px;
  max-width: 300px;
  height: auto !important;
  min-height: 0 !important;
  flex-direction: column;
  gap: 16px;
  align-self: start !important;
}

.single-shop .shop-summary-card {
  padding: 16px;
  color: #fffdf7;
  background:
    radial-gradient(circle at 84% 0%, rgba(234, 217, 172, 0.2), transparent 34%),
    linear-gradient(180deg, #073b31, #052b24);
  border: 0;
  border-radius: 8px;
  box-shadow: 0 16px 32px rgba(6, 43, 36, 0.18);
}

.single-shop .shop-summary-card__kicker,
.single-shop .shop-summary-card__kana {
  color: rgba(255, 253, 247, 0.68);
}

.single-shop .shop-summary-card h2 {
  color: #fffdf7;
}

.single-shop .shop-summary-card__scores,
.single-shop .shop-summary-card__quick {
  display: grid;
  gap: 0;
  padding: 10px;
  margin: 12px 0;
  background: #fffdf7;
  border-radius: 8px;
}

.single-shop .shop-summary-card__scores div {
  padding: 9px 0;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(174, 143, 82, 0.16);
}

.single-shop .shop-summary-card__scores div:last-child {
  border-bottom: 0;
}

.single-shop .shop-summary-card__scores span,
.single-shop .shop-summary-card__quick span {
  color: #6b746f;
}

.single-shop .shop-summary-card__scores strong,
.single-shop .shop-summary-card__quick strong {
  color: #073b31;
}

.single-shop .shop-summary-card__quick {
  padding: 12px;
  margin-top: 0;
  list-style: none;
}

.single-shop .shop-summary-card__quick li {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 0 8px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(174, 143, 82, 0.14);
}

.single-shop .shop-summary-card__quick li:last-child {
  border-bottom: 0;
}

.single-shop .shop-summary-card__icon {
  grid-row: span 2;
  width: 18px;
  height: 18px;
  color: #a77723;
}

.single-shop .shop-summary-card .button {
  width: 100%;
  justify-content: center;
}

.single-shop .shop-side-panel {
  padding: 16px;
  background: #fffdf7;
  border: 1px solid rgba(174, 143, 82, 0.2);
  border-radius: 8px;
  box-shadow: 0 8px 18px rgba(6, 43, 36, 0.045);
}

.single-shop .shop-side-panel h3 {
  color: #073b31;
  font-size: 1.05rem;
}

.single-shop .shop-mini-link-list a,
.single-shop .shop-mini-link-list span {
  background: #fff8eb;
}

.single-shop .shop-side-panel--guide {
  background:
    linear-gradient(180deg, rgba(255, 253, 247, 0.95), rgba(255, 248, 235, 0.96)),
    url("assets/images/guide/guide-hand-spa-001-card.webp") center / cover no-repeat;
  background-blend-mode: screen;
}

.single-shop .shop-guide-links a {
  grid-template-columns: 28px minmax(0, 1fr);
  min-height: 56px;
  background: rgba(255, 253, 247, 0.88);
}

.single-shop .shop-ad-placeholder {
  width: 300px !important;
  max-width: 300px !important;
  height: 250px !important;
  min-height: 250px !important;
  max-height: 250px !important;
  flex: 0 0 auto !important;
  padding: 18px;
  background:
    linear-gradient(135deg, rgba(255, 253, 247, 0.92), rgba(237, 230, 214, 0.9)),
    repeating-linear-gradient(135deg, rgba(6, 43, 36, 0.05) 0 1px, transparent 1px 16px);
  border: 1px solid rgba(174, 143, 82, 0.18);
  border-radius: 8px;
}

.single-shop .faq-list {
  gap: 8px;
}

.single-shop .faq-item {
  background: #fffaf0;
  border-color: rgba(174, 143, 82, 0.18);
}

.single-shop .faq-item summary {
  min-height: 42px;
  align-items: center;
}

@media (max-width: 1100px) {
  .single-shop .shop-hero {
    grid-template-columns: minmax(0, 1fr);
  }

  .single-shop .shop-hero__media {
    min-height: 300px;
    order: -1;
  }

  .single-shop .shop-hero__image {
    min-height: 300px;
  }

  .single-shop .shop-hero__highlights {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .single-shop .shop-detail-layout,
  .single-shop .single-shop-layout,
  .single-shop .shop-overview {
    grid-template-columns: 1fr;
  }

  .single-shop .shop-sidebar,
  .single-shop .shop-detail-sidebar,
  .single-shop .tmk-shop-sidebar,
  .single-shop .single-shop-sidebar {
    width: 100%;
    max-width: none;
  }

  .single-shop .shop-ad-placeholder {
    width: 100% !important;
    max-width: 336px !important;
    height: 280px !important;
    min-height: 280px !important;
    max-height: 280px !important;
    margin-inline: auto;
  }
}

@media (max-width: 768px) {
  .single-shop .shop-hero__content,
  .single-shop .shop-section {
    padding: 22px 18px;
  }

  .single-shop .shop-hero__highlights,
  .single-shop .shop-compare-grid--user,
  .single-shop .shop-hours-panel,
  .single-shop .shop-access-grid,
  .single-shop .shop-link-grid,
  .single-shop .shop-nearby-grid {
    grid-template-columns: 1fr;
  }

  .single-shop .shop-hero__media,
  .single-shop .shop-hero__image {
    min-height: 260px;
  }

  .single-shop .shop-hero__title {
    font-size: 2rem;
  }

  .single-shop .shop-hero__highlights li {
    min-height: 68px;
  }
}

.single-shop .tmk-shop-sidebar,
.single-shop .shop-sidebar,
.single-shop .tmk-sidebar,
.single-shop .tmk-sidebar-inner,
.single-shop .shop-detail-sidebar,
.single-shop aside {
  position: static !important;
  top: auto !important;
  bottom: auto !important;
  height: auto !important;
  min-height: 0 !important;
  align-self: start !important;
}

/* Phase E-11 EOF guard: PC幅・スマホ表示・情報階層の最終修正 */
.site-main {
  width: 100%;
  padding: 0 0 72px;
}

.single-shop .shop-page {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-inline: 24px;
}

body.single-shop {
  overflow-x: hidden;
}

.single-shop .shop-page,
.single-shop .shop-layout,
.single-shop .shop-detail-layout,
.single-shop .tmk-shop-layout,
.single-shop .single-shop-layout,
.single-shop .shop-detail,
.single-shop .shop-hero,
.single-shop .shop-hero__content,
.single-shop .shop-hero__media,
.single-shop .shop-section,
.single-shop .shop-sidebar,
.single-shop .shop-summary-card,
.single-shop .shop-side-panel,
.single-shop .shop-nearby-card,
.single-shop .shop-price-table-wrap {
  min-width: 0;
}

.single-shop .shop-price-table-wrap {
  overflow-x: visible;
}

.single-shop .shop-price-table,
.single-shop .shop-source-table {
  width: 100%;
  min-width: 0;
  table-layout: fixed;
}

.single-shop .shop-detail-layout,
.single-shop .shop-page-grid,
.single-shop .tmk-shop-layout,
.single-shop .single-shop-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 32px;
  align-items: start;
}

.single-shop .shop-sidebar,
.single-shop .tmk-shop-sidebar,
.single-shop .shop-detail-sidebar,
.single-shop .single-shop-sidebar {
  position: static !important;
  top: auto !important;
  bottom: auto !important;
  width: 300px;
  max-width: 300px;
  height: auto !important;
  min-height: 0 !important;
  align-self: start !important;
}

.single-shop .shop-hero {
  grid-template-columns: minmax(0, 1fr) minmax(360px, 40%);
  min-height: 470px;
}

.single-shop .shop-hero__content {
  padding: 42px 40px;
}

.single-shop .shop-hero__title {
  max-width: 14em;
  font-size: clamp(2.45rem, 3.6vw, 3.45rem);
}

.single-shop .shop-hero__highlights {
  grid-template-columns: minmax(210px, 1.25fr) minmax(190px, 1.05fr) repeat(2, minmax(150px, 0.9fr));
  gap: 12px;
}

.single-shop .shop-hero__highlights li {
  min-height: 96px;
  padding: 16px;
}

.single-shop .shop-hero__highlights li:first-child {
  min-height: 106px;
}

.single-shop .shop-hero__highlights li:first-child strong {
  font-size: 1.22rem;
}

.single-shop .shop-hero__highlights li:nth-child(2) {
  background: #fff7e6;
  border-color: rgba(184, 149, 74, 0.38);
}

.single-shop .shop-hero__highlights li:nth-child(2) span,
.single-shop .shop-hero__highlights li:nth-child(3) span,
.single-shop .shop-hero__highlights li:nth-child(4) span {
  color: #6b746f;
}

.single-shop .shop-hero__highlights li:nth-child(2) strong,
.single-shop .shop-hero__highlights li:nth-child(3) strong,
.single-shop .shop-hero__highlights li:nth-child(4) strong {
  color: #073b31;
}

.single-shop .shop-hero__highlights li:nth-child(2) .shop-hero__highlight-icon,
.single-shop .shop-hero__highlights li:nth-child(3) .shop-hero__highlight-icon,
.single-shop .shop-hero__highlights li:nth-child(4) .shop-hero__highlight-icon {
  color: #a77723;
}

.single-shop .shop-hero__highlights li:first-child,
.single-shop .shop-hero__highlights li:first-child span,
.single-shop .shop-hero__highlights li:first-child strong,
.single-shop .shop-hero__highlights li:first-child .shop-hero__highlight-icon {
  color: #fffdf7;
}

.single-shop .shop-hero__media,
.single-shop .shop-hero__image {
  min-height: 470px;
}

.single-shop .shop-section {
  padding: 30px 32px;
}

.single-shop .shop-section--price {
  border-color: rgba(184, 149, 74, 0.34);
  box-shadow: 0 14px 34px rgba(6, 43, 36, 0.07);
}

.single-shop .shop-compare-grid--user {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.single-shop .shop-price-table th {
  background: #ead9ac;
  font-size: 0.88rem;
}

.single-shop .shop-price-table__price {
  font-size: 1.1rem;
  font-weight: 800;
  text-align: right;
}

.single-shop .shop-nearby-grid {
  gap: 18px;
}

.single-shop .shop-nearby-card__media {
  min-height: 136px;
}

.single-shop .shop-nearby-card__image {
  height: 136px;
}

.single-shop .shop-nearby-card__body {
  gap: 8px;
  padding: 16px;
}

.single-shop .shop-nearby-card__body strong {
  font-size: 1.13rem;
}

.single-shop .shop-summary-card,
.single-shop .shop-side-panel {
  font-size: 0.94rem;
}

.single-shop .shop-ad-placeholder {
  width: 300px !important;
  max-width: 300px !important;
  height: 250px !important;
  min-height: 250px !important;
  max-height: 250px !important;
}

.single-shop .shop-price-table th,
.single-shop .shop-price-table td,
.single-shop .shop-nearby-card,
.single-shop .shop-summary-card,
.single-shop .shop-side-panel {
  overflow-wrap: anywhere;
}

.single-shop .shop-hero__highlights li:nth-child(2) {
  background: rgba(255, 253, 247, 0.78);
  border-color: rgba(174, 143, 82, 0.22);
}

.single-shop .shop-hero__highlights li:nth-child(2) span,
.single-shop .shop-hero__highlights li:nth-child(3) span,
.single-shop .shop-hero__highlights li:nth-child(4) span {
  color: #6b746f;
}

.single-shop .shop-hero__highlights li:nth-child(2) strong,
.single-shop .shop-hero__highlights li:nth-child(3) strong,
.single-shop .shop-hero__highlights li:nth-child(4) strong {
  color: #073b31;
}

.single-shop .shop-hero__highlights li:nth-child(2) .shop-hero__highlight-icon,
.single-shop .shop-hero__highlights li:nth-child(3) .shop-hero__highlight-icon,
.single-shop .shop-hero__highlights li:nth-child(4) .shop-hero__highlight-icon {
  color: #a77723;
}

.single-shop .shop-hero__highlights li:first-child {
  background: linear-gradient(135deg, #073b31, #145746);
  border-color: rgba(7, 59, 49, 0.42);
}

.single-shop .shop-hero__highlights li:first-child span,
.single-shop .shop-hero__highlights li:first-child strong,
.single-shop .shop-hero__highlights li:first-child .shop-hero__highlight-icon {
  color: #fffdf7;
}

.single-shop .button,
.single-shop .shop-nearby-card__button,
.single-shop .shop-side-panel a {
  min-height: 44px;
}

@media (max-width: 900px) {
  .single-shop .shop-layout,
  .single-shop .shop-detail-layout,
  .single-shop .shop-layout,
  .single-shop .tmk-shop-layout,
  .single-shop .single-shop-layout,
  .single-shop .shop-page-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .single-shop .shop-sidebar,
  .single-shop .tmk-shop-sidebar,
  .single-shop .shop-detail-sidebar,
  .single-shop .single-shop-sidebar {
    width: 100%;
    max-width: none;
    order: 2;
  }

  .single-shop .shop-overview,
  .single-shop .shop-hours-panel,
  .single-shop .shop-access-grid,
  .single-shop .shop-link-grid,
  .single-shop .shop-nearby-grid {
    grid-template-columns: 1fr;
  }

  .single-shop .shop-ad-placeholder {
    width: 100% !important;
    max-width: 336px !important;
    height: 280px !important;
    min-height: 280px !important;
    max-height: 280px !important;
    margin-inline: auto;
  }
}

@media (max-width: 640px) {
  .single-shop .shop-page {
    padding-inline: 10px;
  }

  .single-shop .shop-detail {
    display: grid;
  }

  .single-shop .shop-hero {
    order: 1;
  }

  .single-shop .shop-section--overview {
    order: 2;
  }

  .single-shop .shop-section--price {
    order: 3;
  }

  .single-shop .shop-section--hours {
    order: 4;
  }

  .single-shop .shop-section--nearby {
    order: 5;
  }

  .single-shop .shop-section--faq {
    order: 6;
  }

  .single-shop .shop-section--compare {
    order: 7;
  }

  .single-shop .shop-section--facilities,
  .single-shop .shop-section--access,
  .single-shop .shop-section--sources {
    order: 8;
  }

  .single-shop .shop-section--update {
    order: 9;
  }

  .single-shop .shop-breadcrumb {
    margin: 10px 0 12px;
    overflow-wrap: anywhere;
    font-size: 0.76rem;
    line-height: 1.6;
  }

  .single-shop .shop-detail {
    gap: 14px;
  }

  .single-shop .shop-hero,
  .single-shop .shop-hero-inner,
  .single-shop .shop-hero-grid {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .single-shop .shop-hero__content {
    order: 1;
    padding: 20px 14px 16px;
  }

  .single-shop .shop-hero__media {
    order: 2;
    min-height: 168px;
  }

  .single-shop .shop-hero__image {
    min-height: 168px;
    filter: saturate(0.95) contrast(0.98) brightness(1.04);
  }

  .single-shop .shop-hero__area {
    margin-bottom: 6px;
    font-size: 0.82rem;
    line-height: 1.45;
  }

  .single-shop .shop-hero__title {
    max-width: none;
    font-size: clamp(1.75rem, 7.4vw, 2.08rem);
    line-height: 1.24;
  }

  .single-shop .shop-hero__kana {
    margin-bottom: 12px;
    font-size: 0.76rem;
  }

  .single-shop .shop-hero__chips {
    gap: 6px;
    margin-bottom: 12px;
  }

  .single-shop .shop-status-badge {
    min-height: 28px;
    padding: 5px 8px;
    font-size: 0.74rem;
    line-height: 1.2;
  }

  .single-shop .shop-status-badge--date {
    display: none;
  }

  .single-shop .shop-hero__highlights {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 16px;
  }

  .single-shop .shop-hero__highlights li {
    grid-template-columns: 20px minmax(0, 1fr);
    min-height: 66px;
    padding: 9px;
  }

  .single-shop .shop-hero__highlights li:first-child {
    min-height: 70px;
  }

  .single-shop .shop-hero__highlights li:first-child strong {
    font-size: 0.96rem;
  }

  .single-shop .shop-hero__highlight-icon {
    width: 19px;
    height: 19px;
  }

  .single-shop .shop-hero__highlights span {
    font-size: 0.7rem;
  }

  .single-shop .shop-hero__highlights strong {
    font-size: 0.85rem;
    line-height: 1.32;
  }

  .single-shop .shop-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 9px;
    margin-top: 0;
  }

  .single-shop .shop-hero__actions .button {
    width: 100%;
    min-height: 46px;
    justify-content: center;
    white-space: normal;
  }

  .single-shop .shop-hero__lead {
    display: none;
  }

  .single-shop .shop-hero__media::before {
    top: 10px;
    right: 10px;
    padding: 4px 8px;
    font-size: 0.68rem;
  }

  .single-shop .shop-hero__media figcaption {
    right: 10px;
    bottom: 9px;
    left: 10px;
    width: fit-content;
    max-width: calc(100% - 20px);
    font-size: 0.66rem;
  }

  .single-shop .shop-section {
    padding: 18px 13px;
  }

  .single-shop .shop-section__header {
    margin-bottom: 12px;
    padding-bottom: 10px;
  }

  .single-shop .shop-section__header h2 {
    font-size: 1.2rem;
  }

  .single-shop .shop-section__header p,
  .single-shop .shop-muted,
  .single-shop .shop-overview__text {
    font-size: 0.88rem;
  }

  .single-shop .shop-overview-points {
    padding: 13px;
  }

  .single-shop .shop-compare-grid--user,
  .single-shop .shop-nearby-grid {
    grid-template-columns: 1fr;
  }

  .single-shop .shop-compare-grid--user {
    gap: 9px;
  }

  .single-shop .shop-compare-grid--user div {
    min-height: 0;
    padding: 13px;
  }

  .single-shop .shop-compare-grid--user div:nth-child(n+5) {
    display: none;
  }

  .single-shop .shop-price-summary-band {
    display: grid;
    gap: 7px;
    padding: 12px 13px;
  }

  .single-shop .shop-price-summary-band strong {
    font-size: 1.04rem;
  }

  .single-shop .shop-section--price .shop-price-table,
  .single-shop .shop-section--price .shop-price-table thead,
  .single-shop .shop-section--price .shop-price-table tbody,
  .single-shop .shop-section--price .shop-price-table tr,
  .single-shop .shop-section--price .shop-price-table td {
    display: block;
    width: 100%;
  }

  .single-shop .shop-section--price .shop-price-table thead {
    display: none;
  }

  .single-shop .shop-section--price .shop-price-table tr {
    overflow: hidden;
    margin-bottom: 10px;
    background: #fffdf7;
    border: 1px solid rgba(174, 143, 82, 0.22);
    border-radius: 8px;
  }

  .single-shop .shop-section--price .shop-price-table td {
    display: grid;
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 8px;
    padding: 9px 11px;
    text-align: left;
    border-bottom: 1px solid rgba(174, 143, 82, 0.12);
  }

  .single-shop .shop-section--price .shop-price-table td:last-child {
    border-bottom: 0;
  }

  .single-shop .shop-section--price .shop-price-table td::before {
    color: #6b746f;
    content: attr(data-label);
    font-size: 0.76rem;
    font-weight: 700;
  }

  .single-shop .shop-price-table__price {
    text-align: left;
  }

  .single-shop .shop-hours-panel > div,
  .single-shop .shop-access-grid div {
    padding: 13px;
  }

  .single-shop .shop-facility-list {
    gap: 7px;
  }

  .single-shop .shop-facility-list li {
    min-height: 34px;
    padding: 7px 9px;
    font-size: 0.82rem;
  }

  .single-shop .shop-nearby-grid {
    gap: 11px;
  }

  .single-shop .shop-nearby-card__media {
    min-height: 116px;
  }

  .single-shop .shop-nearby-card__image {
    height: 116px;
  }

  .single-shop .shop-nearby-card__body {
    padding: 12px;
  }

  .single-shop .shop-nearby-card__button {
    width: 100%;
    min-height: 44px;
    justify-content: center;
  }

  .single-shop .shop-sidebar,
  .single-shop .shop-detail-sidebar,
  .single-shop .tmk-shop-sidebar,
  .single-shop .single-shop-sidebar {
    gap: 12px;
  }

  .single-shop .shop-summary-card,
  .single-shop .shop-side-panel {
    padding: 13px;
  }

  .single-shop .shop-summary-card .button,
  .single-shop .shop-side-panel a {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 360px) {
  .single-shop .shop-hero__highlights {
    grid-template-columns: 1fr;
  }
}
