.shop-hub-page {
  --shop-ink: #111;
  --shop-body: #333;
  --shop-muted: #888;
  --shop-line: rgba(0, 0, 0, 0.08);
  --shop-paper: #fff;
  --shop-wash: #f5f5f5;
  --shop-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --shop-max: 1200px;
  color: var(--shop-body);
  background: var(--shop-paper);
  -webkit-font-smoothing: antialiased;
}

.shop-hub-page .s-header-spacer {
  display: none;
}

.shop-page {
  width: 100%;
}

.shop-page h1,
.shop-page h2,
.shop-page h3,
.shop-page p,
.shop-page ul,
.shop-page li {
  margin-top: 0;
}

.shop-page p:last-child,
.shop-page ul:last-child,
.shop-page li:last-child {
  margin-bottom: 0;
}

.shop-container {
  width: min(var(--shop-max), calc(100% - 32px));
  margin: 0 auto;
  padding: 0 0 clamp(56px, 10vw, 88px);
}

.shop-header {
  padding: calc(var(--s-header-h, 64px) + 28px) 0 28px;
  margin-bottom: 28px;
  max-width: 640px;
  border-bottom: 1px solid var(--shop-line);
}

.shop-kicker {
  margin: 0 0 10px;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  color: var(--shop-muted);
}

.shop-title {
  margin: 0 0 14px;
  font-size: clamp(28px, 5vw, 44px);
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 0.06em;
  color: var(--shop-ink);
}

.shop-subtitle {
  margin: 0;
  font-size: 14px;
  line-height: 1.85;
  color: var(--shop-muted);
  text-wrap: pretty;
}

.shop-hero {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  align-items: start;
  padding-bottom: 8px;
}

.shop-hero__map,
.shop-hero__side {
  width: 100%;
  min-width: 0;
}

.shop-hero__map {
  order: 1;
}

.shop-hero__side {
  order: 2;
}

.shop-section__title {
  margin: 0 0 16px;
  font-size: clamp(18px, 3vw, 22px);
  line-height: 1.45;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: var(--shop-ink);
}

.shop-map {
  width: 100%;
  min-height: 280px;
  border: 1px solid var(--shop-line);
  border-radius: 0;
  background: var(--shop-wash);
  overflow: hidden;
}

#map {
  width: 100%;
  min-height: 280px;
  background: var(--shop-wash);
}

.shop-map--loading {
  position: relative;
}

.shop-map--loading::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: var(--shop-wash);
}

.shop-map--loading::before {
  content: "地図を読み込んでいます…";
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  place-items: center;
  font-size: 13px;
  color: var(--shop-muted);
  pointer-events: none;
}

.shop-map--error {
  display: grid;
  place-items: center;
  padding: 24px;
  text-align: center;
  color: var(--shop-muted);
  background:
    linear-gradient(180deg, rgba(211, 198, 166, 0.12), rgba(211, 198, 166, 0.04)),
    var(--shop-wash);
}

.shop-map--error::before {
  content: "地図を読み込めませんでした。右の検索欄から対応エリアをご確認いただけます。";
  max-width: 28em;
  font-size: 13px;
  line-height: 1.8;
}

.shop-search {
  width: 100%;
  padding: 0 0 20px;
  border: none;
  border-bottom: 1px solid var(--shop-line);
  background: transparent;
}

.shop-search__label {
  display: block;
  margin-bottom: 12px;
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  line-height: 1.6;
  color: var(--shop-muted);
}

.shop-search__input {
  display: block;
  width: 100%;
  height: 44px;
  margin: 0 0 12px;
  padding: 0 0 6px;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: transparent;
  color: var(--shop-ink);
  font-size: 16px;
  font-family: inherit;
  transition: border-color 0.2s var(--shop-ease);
}

.shop-search__input::placeholder {
  color: #bbb;
  letter-spacing: 0.04em;
}

.shop-search__input:focus {
  outline: none;
  border-bottom-color: var(--shop-ink);
}

.shop-search__button,
.shop-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-height: 48px;
  padding: 12px 18px;
  border: 1px solid var(--shop-ink);
  border-radius: 0;
  background: var(--shop-ink);
  color: #fff;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.25s var(--shop-ease), color 0.25s var(--shop-ease);
}

.shop-search__button {
  width: 100%;
}

.shop-button:hover,
.shop-search__button:hover {
  background: #fff;
  color: var(--shop-ink);
}

.shop-result {
  width: 100%;
  margin-top: 20px;
  padding-top: 0;
  border-top: none;
}

.shop-result__title {
  margin: 0 0 12px;
  font-size: clamp(16px, 2.4vw, 19px);
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: var(--shop-ink);
}

.shop-result__text {
  margin: 0;
  font-size: 14px;
  line-height: 1.85;
  color: var(--shop-body);
}

.shop-result__cta {
  margin-top: 20px;
}

.shop-result__cta .shop-button {
  width: 100%;
}

.shop-section {
  margin-top: clamp(48px, 8vw, 72px);
  padding-top: clamp(28px, 5vw, 40px);
  border-top: 1px solid var(--shop-line);
}

.shop-section > .shop-section__title {
  margin-bottom: clamp(16px, 3vw, 24px);
}

.shop-list-head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px 20px;
  margin-bottom: clamp(12px, 2.5vw, 18px);
}

.shop-list-head .shop-section__title {
  margin-bottom: 0;
}

.shop-show-all {
  appearance: none;
  border: none;
  background: transparent;
  padding: 0;
  margin: 0;
  font: inherit;
  font-size: 13px;
  letter-spacing: 0.04em;
  color: var(--shop-ink);
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.shop-show-all:hover {
  opacity: 0.65;
}

.shop-list__status {
  margin: 0 0 clamp(14px, 2.5vw, 20px);
  font-size: 12px;
  letter-spacing: 0.06em;
  color: var(--shop-muted);
}

.shop-list {
  display: flex;
  flex-direction: column;
  gap: clamp(28px, 5vw, 40px);
}

.shop-region__title {
  margin: 0 0 14px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.18em;
  color: var(--shop-muted);
}

.shop-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  align-items: start;
}

.shop-card {
  padding: 20px 0;
  border: none;
  border-top: 1px solid var(--shop-line);
  border-radius: 0;
  background: transparent;
}

.shop-grid > .shop-card:first-child {
  border-top: none;
  padding-top: 0;
}

.shop-card__meta {
  margin: 0 0 8px;
}

.shop-card__badge {
  display: inline-block;
  font-size: 10px;
  letter-spacing: 0.12em;
  color: var(--shop-muted);
}

.shop-card__badge--showroom {
  color: var(--shop-ink);
}

.shop-card__title {
  margin: 0 0 8px;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: var(--shop-ink);
}

.shop-card__text {
  margin: 0;
  font-size: 13px;
  line-height: 1.85;
  color: var(--shop-muted);
}

.shop-card__text a {
  color: var(--shop-ink);
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: opacity 0.2s ease;
}

.shop-card__text a:hover {
  opacity: 0.65;
}

.shop-card--empty {
  min-height: 0;
  display: block;
}

.shop-contact-button {
  margin: 18px 0 0;
}

.shop-contact-button .shop-button {
  width: 100%;
}

@media (min-width: 768px) {
  .shop-container {
    width: min(var(--shop-max), calc(100% - 48px));
  }

  .shop-hero {
    gap: 32px;
  }

  .shop-map,
  #map {
    min-height: 380px;
  }

  .shop-search__input {
    height: 42px;
  }
}

@media (min-width: 1025px) {
  .shop-hero {
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 40px;
    align-items: start;
  }

  .shop-hero__side {
    max-width: 360px;
    position: sticky;
    top: calc(var(--s-header-h, 64px) + 20px);
  }

  .shop-map,
  #map {
    min-height: 520px;
  }

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

  .shop-grid > .shop-card:nth-child(-n + 2) {
    border-top: none;
    padding-top: 0;
  }

  .shop-grid > .shop-card:nth-child(odd) {
    border-right: 1px solid var(--shop-line);
    padding-right: 20px;
  }

  .shop-grid > .shop-card:nth-child(even) {
    padding-left: 20px;
  }
}

.cta-final {
  background: #fff;
  padding-block: clamp(72px, 14vw, 120px);
  border-top: 1px solid var(--shop-line);
}

.cta-final-inner {
  width: min(92%, 600px);
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cta-final-eyebrow {
  display: block;
  font-size: 10px;
  letter-spacing: 0.28em;
  color: var(--shop-muted);
  margin-bottom: 20px;
  text-transform: uppercase;
}

.cta-final-title {
  font-size: clamp(18px, 4vw, 32px);
  line-height: 1.55;
  color: var(--shop-ink);
  margin: 0 0 24px;
  font-weight: 400;
  letter-spacing: 0.04em;
}

.cta-final-lead {
  font-size: 14px;
  line-height: 1.85;
  color: var(--shop-muted);
  margin: 0 0 28px;
  text-wrap: pretty;
}

.cta-btn-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
}

.cta-btn {
  position: relative;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 0;
  padding: 14px 18px;
  min-height: 48px;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  line-height: 1;
}

.cta-final .cta-btn.main {
  background: transparent;
  color: var(--shop-ink);
  border: 1px solid var(--shop-ink);
  min-width: 240px;
  transition: background 0.25s ease, color 0.25s ease;
}

.cta-final .cta-btn.main:hover {
  background: var(--shop-ink);
  color: #fff;
}

.cta-final-tel {
  display: block;
  margin-top: 24px;
  font-size: 13px;
  letter-spacing: 0.12em;
  color: var(--shop-muted);
  text-decoration: none;
  transition: color 0.2s ease;
}

.cta-final-tel:hover {
  color: var(--shop-ink);
}

.cta-final-note {
  margin-top: 10px;
  font-size: 11px;
  letter-spacing: 0.06em;
  color: var(--shop-muted);
  line-height: 1.8;
}

.cta-final-simulator {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid var(--shop-line);
  width: 100%;
  max-width: 320px;
}

.cta-final-simulator p {
  margin: 0;
  font-size: 12px;
  line-height: 1.8;
  color: var(--shop-muted);
  letter-spacing: 0.04em;
}

.cta-final-simulator a {
  display: inline-block;
  margin-top: 6px;
  font-size: 13px;
  letter-spacing: 0.08em;
  color: var(--shop-ink);
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  padding-bottom: 2px;
}

.cta-final-simulator a::after {
  content: " →";
}

.cta-final-simulator a:hover {
  opacity: 0.5;
}

@media (min-width: 768px) {
  .cta-final .cta-btn.main {
    min-width: 280px;
  }
}
