@charset "UTF-8";
/* =========================================================================
   脱毛サロン図鑑 — デザインシステム
   方向性: 美容メディア型（2026-07-26 ユーザー決定）
     白ベース＋くすみパープル＋ベージュ。余白を広く、角丸を大きく、中央寄せ。
     参考: フレイアクリニック／リゼクリニック／脱毛サロン比較ナビ
     （調査は 事業部/14_脱毛/12_デザイン参考サイト調査_20260726.md）

   構成
     1. Cocoon の既定装飾を止める
     2. デザイントークン
     3. ヘッダー・フッター
     4. 共通パーツ（カード・見出し・チップ・ボタン）
     5. トップ（ヒーロー・タイル）
     6. 一覧・ファセット
     7. 店舗詳細（集計バー・口コミ・写真・基本情報・CTA）
     8. 条件ナビ・種別比較
     9. レスポンシブ
   ====================================================================== */

/* -------------------------------------------------------------------------
   1. Cocoon の既定装飾を止める（2026-07-26 ユーザー決定「全部止める」）
      店舗データベースに不要なもの: サイドバー・SNSシェア・目次・投稿日
   ---------------------------------------------------------------------- */
#sidebar,
.sns-share,
.sns-share-message,
.toc,
.date-tags,
.author-info,
.entry-categories-tags,
.pager-post-navi,
.under-entry-content .sns-share,
.footer-widgets {
  display: none !important;
}

#content.content,
#container.container {
  max-width: 100% !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
#main.main {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}
.article,
.entry-content,
.page .article {
  margin: 0 !important;
  padding: 0 !important;
}
/* 記事タイトルは各テンプレートが自前で出すので二重に出さない */
.single-salon .entry-title,
.page .entry-title {
  display: none !important;
}

/* Cocoon は .entry-content h2 に灰色の帯、a に独自の色を当てている。
   詳細度が同じで Cocoon が後に読まれるため、ここは !important で明示的に打ち消す。 */
.ds-wrap h1,
.ds-wrap h2,
.ds-wrap h3 {
  background: none !important;
  border: 0 !important;
  padding: 0 !important;
  color: inherit !important;
  font-family: inherit !important;
}
.ds-wrap h1::before, .ds-wrap h1::after,
.ds-wrap h2::before, .ds-wrap h2::after,
.ds-wrap h3::before, .ds-wrap h3::after { content: none !important; }

.ds-wrap .ds-btn,
.ds-wrap .ds-btn:visited,
.ds-wrap .ds-btn:hover {
  color: #fff !important;
  text-decoration: none !important;
}
.ds-wrap .ds-btn-sub,
.ds-wrap .ds-btn-sub:visited,
.ds-wrap .ds-btn-sub:hover { color: var(--ds-brand-dark) !important; }
.ds-wrap .ds-btn-sm,
.ds-wrap .ds-btn-sm:hover { color: #fff !important; }
.ds-wrap .ds-clear a { color: var(--ds-sub) !important; }

.ds-wrap .ds-tile,
.ds-wrap .ds-tile:visited,
.ds-wrap .ds-tile:hover { color: var(--ds-ink) !important; text-decoration: none !important; }
.ds-wrap .ds-tile .ds-tile-count { color: var(--ds-sub) !important; }
/* エリア×種別リンク。Cocoonの `.entry-content a` に負けるので !important が要る
   （自前CSSがテーマに負ける事故は既知。デプロイ後に必ず目視で確認する） */
.ds-wrap .ds-typelinks a,
.ds-wrap .ds-typelinks a:visited { color: var(--ds-ink) !important; text-decoration: none !important; }
.ds-wrap .ds-typelinks a:hover { color: var(--ds-brand-dark) !important; text-decoration: none !important; }
.ds-wrap .ds-typelinks span { color: var(--ds-sub) !important; }
.ds-wrap .ds-chip { text-decoration: none !important; }
.ds-wrap .ds-item h2 a { color: var(--ds-ink) !important; }
.ds-wrap .ds-item h2 a:hover { color: var(--ds-brand-dark) !important; }
/* 関連店舗・近くのエリア。ここも Cocoon の `.entry-content a` に負けるので !important */
.ds-wrap .ds-rel-list a,
.ds-wrap .ds-rel-list a:visited { color: var(--ds-ink) !important; text-decoration: none !important; }
.ds-wrap .ds-rel-list a:hover { color: var(--ds-brand-dark) !important; text-decoration: underline !important; }
.ds-wrap .ds-rel-areas a,
.ds-wrap .ds-rel-areas a:visited,
.ds-wrap .ds-rel-areas a:hover { color: var(--ds-ink) !important; text-decoration: none !important; }
.ds-wrap .ds-rel-more a,
.ds-wrap .ds-rel-more a:visited { color: var(--ds-brand-dark) !important; text-decoration: none !important; }

/* -------------------------------------------------------------------------
   2. デザイントークン
   ---------------------------------------------------------------------- */
:root {
  --ds-ink: #2f2a33;
  --ds-ink-soft: #6f6875;
  --ds-sub: #8d8593;
  --ds-line: #ece7ee;
  --ds-line-soft: #f5f1f6;

  --ds-brand: #8f6fb0;          /* くすみパープル */
  --ds-brand-dark: #7a5c99;
  --ds-brand-soft: #f4eefa;
  --ds-accent: #c9a86c;         /* ベージュゴールド */
  --ds-accent-soft: #faf5ec;

  --ds-pos: #7fbfa4;
  --ds-neg: #dba0a8;
  --ds-mid: #ded8e2;

  --ds-bg: #fbf9fb;
  --ds-card: #ffffff;

  --ds-r-sm: 10px;
  --ds-r: 16px;
  --ds-r-lg: 24px;
  --ds-r-pill: 999px;

  --ds-shadow: 0 1px 2px rgba(47, 42, 51, .04), 0 8px 24px rgba(47, 42, 51, .05);
  --ds-shadow-sm: 0 1px 2px rgba(47, 42, 51, .05);

  --ds-font: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", system-ui, sans-serif;
}

body {
  background: var(--ds-bg) !important;
  color: var(--ds-ink);
  font-family: var(--ds-font);
}

.ds-wrap {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px 96px;
  line-height: 1.85;
  color: var(--ds-ink);
  font-size: 15px;
}
.ds-wrap a { color: var(--ds-brand-dark); }

/* -------------------------------------------------------------------------
   3. ヘッダー・フッター（Cocoonの枠を活かして見た目だけ整える）
   ---------------------------------------------------------------------- */
#header-container,
#header {
  background: #fff !important;
  border-bottom: 1px solid var(--ds-line) !important;
  box-shadow: none !important;
}
#header .site-name-text,
#header .site-name a {
  color: var(--ds-ink) !important;
  font-weight: 800 !important;
  letter-spacing: .04em;
  font-size: 21px !important;
}
.tagline { display: none !important; }

#navi,
#navi-in,
.navi-in > ul {
  background: #fff !important;
  border: 0 !important;
}
.navi-in > ul > li > a {
  color: var(--ds-ink-soft) !important;
  font-size: 13.5px !important;
  font-weight: 700;
  padding: 14px 18px !important;
}
.navi-in > ul > li > a:hover {
  background: var(--ds-brand-soft) !important;
  color: var(--ds-brand-dark) !important;
  border-radius: var(--ds-r-pill);
}

.footer,
#footer {
  background: #fff !important;
  border-top: 1px solid var(--ds-line) !important;
  color: var(--ds-sub) !important;
}

/* -------------------------------------------------------------------------
   4. 共通パーツ
   ---------------------------------------------------------------------- */
.ds-crumb {
  font-size: 12px;
  color: var(--ds-sub);
  margin: 24px 0 10px;
}
.ds-crumb a { color: var(--ds-sub); text-decoration: none; }
.ds-crumb a:hover { color: var(--ds-brand); }

/* 条件ナビ・違いページは素の h1 を使っているので、見出しの見た目を揃える */
.ds-title,
.ds-wrap > h1 {
  font-size: 28px;
  line-height: 1.5;
  letter-spacing: .01em;
  margin: 0 0 14px;
  font-weight: 800;
  border: 0;
  padding: 0;
  background: none;
}

/* パンくずが無いページ（条件ナビ・違い）は h1 がナビに接するので上余白を足す */
.ds-wrap > h1:first-child { margin-top: 36px; }

.ds-lead { font-size: 14.5px; color: var(--ds-ink-soft); margin: 10px 0 26px; }
.ds-note, .ds-src { font-size: 11.5px; color: var(--ds-sub); margin-top: 10px; line-height: 1.8; }
.ds-sub { font-size: 12px; color: var(--ds-sub); }

.ds-card {
  background: var(--ds-card);
  border: 1px solid var(--ds-line);
  border-radius: var(--ds-r-lg);
  padding: 28px;
  margin: 18px 0;
  box-shadow: var(--ds-shadow-sm);
}
.ds-card h2 {
  font-size: 17px;
  font-weight: 800;
  margin: 0 0 6px;
  padding: 0;
  border: 0;
  background: none;
  display: block;
  letter-spacing: .01em;
}
.ds-card h2::before { content: none; }
.ds-card > .ds-sub { display: block; margin: 0 0 20px; padding: 0; }

/* チップ */
.ds-chips { display: flex; flex-wrap: wrap; gap: 7px; margin: 12px 0 0; }
.ds-chip {
  font-size: 12px;
  padding: 6px 13px;
  border-radius: var(--ds-r-pill);
  background: var(--ds-line-soft);
  color: var(--ds-ink-soft);
  border: 1px solid var(--ds-line);
  font-weight: 700;
  text-decoration: none;
  line-height: 1.5;
}
.ds-chip-type { background: var(--ds-brand-soft); border-color: #e6dbf1; color: var(--ds-brand-dark); }
.ds-chip-fact { background: var(--ds-accent-soft); border-color: #f0e4cd; color: #96793f; }
a.ds-chip:hover { background: #fff; border-color: var(--ds-brand); color: var(--ds-brand-dark); }

/* ボタン */
.ds-btn {
  display: inline-block;
  background: var(--ds-brand);
  color: #fff;
  text-align: center;
  font-weight: 800;
  padding: 17px 32px;
  border-radius: var(--ds-r-pill);
  text-decoration: none;
  font-size: 15.5px;
  border: 0;
  cursor: pointer;
  font-family: inherit;
  box-shadow: 0 6px 18px rgba(143, 111, 176, .22);
  transition: transform .15s ease, box-shadow .15s ease;
}
.ds-btn:hover {
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(143, 111, 176, .3);
}
.ds-btn-sub {
  background: #fff;
  color: var(--ds-brand-dark);
  border: 1.5px solid #e0d2ee;
  box-shadow: none;
}
.ds-btn-sub:hover { background: var(--ds-brand-soft); color: var(--ds-brand-dark); }

.ds-alert {
  background: var(--ds-accent-soft);
  border: 1px solid #f0e4cd;
  color: #8a6d2f;
  border-radius: var(--ds-r);
  padding: 14px 18px;
  font-size: 13px;
  margin: 16px 0;
}
.ds-trust {
  font-size: 12.5px;
  padding: 16px 18px;
  border-radius: var(--ds-r);
  margin-top: 20px;
  line-height: 1.9;
  background: var(--ds-line-soft);
  color: var(--ds-ink-soft);
  border: 1px solid var(--ds-line);
}
.ds-trust b { color: var(--ds-ink); }
.ds-trust a { color: var(--ds-brand-dark); }
.ds-linkout { color: var(--ds-brand-dark); text-decoration: none; font-weight: 700; }
.ds-linkout:hover { text-decoration: underline; }

/* -------------------------------------------------------------------------
   5. トップ
   ---------------------------------------------------------------------- */
.ds-hero {
  background: linear-gradient(180deg, #fff 0%, var(--ds-brand-soft) 100%);
  border: 1px solid #efe7f6;
  border-radius: var(--ds-r-lg);
  padding: 64px 32px 56px;
  margin: 28px 0 22px;
  text-align: center;
  box-shadow: var(--ds-shadow);
}
.ds-hero h1 {
  font-size: 32px;
  line-height: 1.55;
  margin: 0 0 20px;
  font-weight: 800;
  letter-spacing: .01em;
  border: 0;
  padding: 0;
  background: none;
}
.ds-hero-lead {
  font-size: 14.5px;
  color: var(--ds-ink-soft);
  margin: 0 auto 30px;
  max-width: 620px;
  line-height: 2;
}
.ds-hero-lead strong { color: var(--ds-brand-dark); }
.ds-hero-actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.ds-hero-actions .ds-btn { min-width: 240px; }

.ds-tiles { display: grid; grid-template-columns: repeat(auto-fill, minmax(168px, 1fr)); gap: 10px; }
.ds-tile {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 17px 20px;
  border: 1px solid var(--ds-line);
  border-radius: var(--ds-r);
  text-decoration: none;
  color: var(--ds-ink);
  background: #fff;
  transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease;
}
.ds-tile:hover {
  border-color: var(--ds-brand);
  color: var(--ds-ink);
  box-shadow: 0 6px 18px rgba(143, 111, 176, .12);
  transform: translateY(-1px);
}
.ds-tile-sm { padding: 13px 16px; }
.ds-tile-name { font-size: 14px; font-weight: 700; }
.ds-tile-count { font-size: 11.5px; color: var(--ds-sub); white-space: nowrap; }

.ds-policy ol { margin: 8px 0 0; padding-left: 1.4em; font-size: 13.5px; }
.ds-policy li { margin: 10px 0; line-height: 1.9; }

/* -------------------------------------------------------------------------
   6. 一覧・ファセット
   ---------------------------------------------------------------------- */
.ds-filter {
  background: #fff;
  border: 1px solid var(--ds-line);
  border-radius: var(--ds-r-lg);
  padding: 24px 26px;
  margin: 18px 0;
  box-shadow: var(--ds-shadow-sm);
}
.ds-facet { border: 0; padding: 0 0 18px; margin: 0; }
.ds-facet legend { font-size: 13px; font-weight: 800; padding: 0 0 10px; color: var(--ds-ink); }
.ds-facet label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  margin: 0 14px 9px 0;
  cursor: pointer;
  color: var(--ds-ink-soft);
}
.ds-facet input { accent-color: var(--ds-brand); }
.ds-cnt-badge { font-size: 10.5px; color: var(--ds-sub); }
.ds-filter-actions { display: flex; align-items: center; gap: 18px; padding-top: 8px; }
.ds-btn-sm {
  background: var(--ds-brand);
  color: #fff;
  border: 0;
  border-radius: var(--ds-r-pill);
  padding: 12px 30px;
  font-weight: 800;
  font-size: 14px;
  cursor: pointer;
  font-family: inherit;
}
.ds-btn-sm:hover { background: var(--ds-brand-dark); }
.ds-clear { font-size: 12.5px; color: var(--ds-sub); }

/* エリアページ →「エリア×種別」ページへの入口（2026-08-02 追加）。
   ここが「名古屋 医療脱毛」のような検索の受け皿になる実URLへの導線。 */
.ds-typelinks { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 10px; list-style: none; margin: 18px 0 6px; padding: 0; }
.ds-typelinks li { margin: 0; }
.ds-typelinks a { display: flex; align-items: center; justify-content: space-between; gap: 8px;
  padding: 15px 18px; border: 1px solid var(--ds-line); border-radius: var(--ds-r);
  background: #fff; color: var(--ds-ink); text-decoration: none; font-weight: 700;
  transition: border-color .15s ease, box-shadow .15s ease; }
.ds-typelinks a:hover { border-color: var(--ds-brand); box-shadow: 0 2px 10px rgba(0, 0, 0, .06); }
.ds-typelinks span { font-size: 13px; font-weight: 400; color: var(--ds-sub); }
.ds-backlink { margin: 10px 0 0; font-size: 14px; }

.ds-result-count { font-size: 15px; margin: 26px 0 14px; font-weight: 700; }
.ds-result-count strong { font-size: 22px; color: var(--ds-brand-dark); }

.ds-list { display: grid; gap: 14px; }
.ds-item {
  display: flex;
  gap: 18px;
  background: #fff;
  border: 1px solid var(--ds-line);
  border-radius: var(--ds-r-lg);
  padding: 18px;
  box-shadow: var(--ds-shadow-sm);
  transition: border-color .15s ease, box-shadow .15s ease;
}
.ds-item:hover { border-color: #e0d2ee; box-shadow: var(--ds-shadow); }
.ds-item-thumb { flex: none; width: 148px; }
.ds-item-thumb img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: var(--ds-r);
  display: block;
}
.ds-item-body { min-width: 0; }
.ds-item h2 { font-size: 16.5px; margin: 0 0 6px; border: 0; padding: 0; background: none; font-weight: 800; }
.ds-item h2 a { text-decoration: none; color: var(--ds-ink); }
.ds-item h2 a:hover { color: var(--ds-brand-dark); }
.ds-item-rating { font-size: 15px; font-weight: 800; color: var(--ds-accent); }
.ds-item-rating small { font-size: 11.5px; color: var(--ds-sub); font-weight: 600; }
.ds-item-addr { font-size: 12px; color: var(--ds-sub); margin: 8px 0 0; }
.ds-item-analyzed { font-size: 11.5px; color: #4f8f75; margin: 5px 0 0; font-weight: 700; }
.ds-item-analyzed.ds-pending { color: var(--ds-sub); font-weight: 500; }

.ds-pager { margin: 32px 0; text-align: center; }
.ds-pager .page-numbers {
  display: inline-block;
  padding: 9px 15px;
  margin: 0 3px;
  border: 1px solid var(--ds-line);
  border-radius: var(--ds-r-sm);
  text-decoration: none;
  font-size: 13px;
  color: var(--ds-ink);
  background: #fff;
}
.ds-pager .page-numbers:hover { border-color: var(--ds-brand); color: var(--ds-brand-dark); }
.ds-pager .page-numbers.current {
  background: var(--ds-brand);
  color: #fff;
  border-color: var(--ds-brand);
}
.ds-empty { padding: 48px 0; text-align: center; color: var(--ds-sub); }

/* -------------------------------------------------------------------------
   7. 店舗詳細
   ---------------------------------------------------------------------- */
.ds-head {
  background: #fff;
  border: 1px solid var(--ds-line);
  border-radius: var(--ds-r-lg);
  padding: 30px 32px;
  box-shadow: var(--ds-shadow-sm);
  margin-bottom: 18px;
}
.ds-head .ds-title { margin-bottom: 12px; }
.ds-rating { font-size: 30px; font-weight: 800; color: var(--ds-accent); letter-spacing: -.01em; }
.ds-rating small { font-size: 12.5px; color: var(--ds-sub); font-weight: 600; }
.ds-rating-row { display: flex; gap: 18px; align-items: baseline; flex-wrap: wrap; }

/* 話題別の件数 */
.ds-counts { display: grid; gap: 14px; }
.ds-cnt { display: grid; grid-template-columns: 116px 1fr auto; gap: 14px; align-items: center; }
.ds-lbl { font-weight: 700; font-size: 13px; }
.ds-bar {
  display: flex;
  height: 12px;
  border-radius: var(--ds-r-pill);
  overflow: hidden;
  background: var(--ds-line-soft);
}
.ds-bar i { display: block; height: 100%; }
.ds-bar i.pos { background: var(--ds-pos); }
.ds-bar i.mid { background: var(--ds-mid); }
.ds-bar i.neg { background: var(--ds-neg); }
.ds-num { font-size: 11.5px; color: var(--ds-sub); white-space: nowrap; font-variant-numeric: tabular-nums; }
.ds-legend { font-size: 11.5px; color: var(--ds-sub); margin: 18px 0 0; display: flex; gap: 18px; flex-wrap: wrap; }
.ds-legend span::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 3px;
  margin-right: 6px;
}
.ds-legend .p::before { background: var(--ds-pos); }
.ds-legend .n::before { background: var(--ds-neg); }

/* 口コミ */
.ds-review {
  border: 1px solid var(--ds-line);
  border-radius: var(--ds-r);
  padding: 20px;
  margin: 14px 0;
  background: #fff;
}
.ds-rv-head { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.ds-rv-head img { width: 40px; height: 40px; border-radius: 50%; flex: none; background: var(--ds-line-soft); }
.ds-rv-who { font-size: 13px; font-weight: 800; line-height: 1.4; }
.ds-rv-when { font-size: 11.5px; color: var(--ds-sub); font-weight: 500; }
.ds-rv-stars { color: var(--ds-accent); font-size: 13px; letter-spacing: 1.5px; }
.ds-review p { margin: 0; font-size: 14px; white-space: pre-line; line-height: 1.95; }
.ds-rv-foot { font-size: 11.5px; margin-top: 14px; }
.ds-rv-foot a { color: var(--ds-brand-dark); text-decoration: none; font-weight: 700; }
.ds-rv-foot a:hover { text-decoration: underline; }
.ds-review-slot {
  border: 1.5px dashed #ded5e6;
  border-radius: var(--ds-r);
  padding: 18px;
  background: #fdfcfe;
  margin: 12px 0;
}

/* 写真 */
.ds-photos { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 12px; }
.ds-photos img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: var(--ds-r);
  display: block;
}
/* ★ hidden を効かせる。クラス側の display:grid がブラウザ既定の [hidden]{display:none}
   より強いため、これが無いと「押す前の5枚」が崩れた画像として並ぶ（2026-09-20 実機で確認） */
.ds-photos[hidden] { display: none; }
/* 1枚目だけ先に出し、残りはこのボタンを押したときに読み込む（2026-09-20） */
.ds-photo-more {
  appearance: none;
  border: 1.5px solid #ded5e6;
  background: #fdfcfe;
  color: var(--ds-brand-dark);
  font-weight: 700;
  font-size: .95rem;
  padding: 8px 14px;
  border-radius: var(--ds-r);
  cursor: pointer;
}
.ds-photo-more:hover { background: #f6f1fa; }
.ds-slots { display: grid; grid-template-columns: repeat(auto-fill, minmax(170px, 1fr)); gap: 10px; }
.ds-slot {
  aspect-ratio: 4 / 3;
  border: 1.5px dashed #ded5e6;
  border-radius: var(--ds-r);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  color: #a99fb2;
  font-size: 11.5px;
  text-align: center;
  padding: 10px;
  background: #fdfcfe;
}

/* SNS */
.ds-embed {
  border: 1.5px dashed #d5dced;
  border-radius: var(--ds-r);
  padding: 18px;
  background: #fcfdff;
  font-size: 13px;
}
.ds-embed a { color: #5a76a8; font-weight: 700; text-decoration: none; }
.ds-embed .hd { font-weight: 800; color: #5a76a8; margin-bottom: 8px; font-size: 12.5px; }

/* 基本情報 */
.ds-facts { width: 100%; border-collapse: collapse; font-size: 14px; }
.ds-facts th, .ds-facts td {
  text-align: left;
  padding: 14px 6px;
  border-bottom: 1px solid var(--ds-line);
  vertical-align: top;
}
.ds-facts tr:last-child th, .ds-facts tr:last-child td { border-bottom: 0; }
.ds-facts th { width: 116px; color: var(--ds-sub); font-weight: 600; white-space: nowrap; font-size: 13px; }

/* 関連店舗・近くのエリア（店舗ページ同士を繋ぐ内部リンク） */
.ds-rel-list { list-style: none; margin: 4px 0 0; padding: 0; }
.ds-rel-list li {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  padding: 13px 4px;
  border-bottom: 1px solid var(--ds-line);
}
.ds-rel-list li:last-child { border-bottom: 0; }
.ds-rel-list a { font-size: 14.5px; font-weight: 600; line-height: 1.5; }
.ds-rel-meta { color: var(--ds-sub); font-size: 12px; white-space: nowrap; flex-shrink: 0; }
.ds-rel-meta b {
  display: inline-block;
  background: var(--ds-brand-soft);
  color: var(--ds-brand-dark);
  border-radius: var(--ds-r-pill);
  padding: 2px 9px;
  margin-right: 6px;
  font-weight: 600;
}
.ds-rel-more { margin: 14px 0 0; font-size: 13.5px; font-weight: 600; }

.ds-rel-areas { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; margin: 4px 0 0; padding: 0; }
.ds-rel-areas a {
  display: inline-block;
  border: 1px solid var(--ds-line);
  border-radius: var(--ds-r-pill);
  padding: 7px 14px;
  font-size: 13px;
  background: #fff;
}
.ds-rel-areas a:hover { border-color: var(--ds-brand); background: var(--ds-brand-soft); }
.ds-rel-areas span { color: var(--ds-sub); font-size: 11.5px; margin-left: 6px; }

/* CTA */
.ds-cta {
  background: linear-gradient(180deg, #fff, var(--ds-brand-soft));
  border: 1px solid #efe7f6;
  border-radius: var(--ds-r-lg);
  padding: 28px;
  margin: 22px 0;
  text-align: center;
  box-shadow: var(--ds-shadow-sm);
}
.ds-cta .ds-btn { display: block; }
.ds-cta .ds-btn.sub { margin-top: 10px; }
.ds-pr { font-size: 11.5px; color: var(--ds-sub); margin: 0 0 14px; }
.ds-cta-row { display: flex; gap: 12px; margin: 24px 0; flex-wrap: wrap; }
.ds-cta-row .ds-btn { flex: 1; min-width: 240px; }

/* スマホで追従する予約ボタン（参考: フレイア・リゼ） */
.ds-sticky-cta {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
  background: rgba(255, 255, 255, .96);
  border-top: 1px solid var(--ds-line);
  backdrop-filter: blur(8px);
}
.ds-sticky-cta .ds-btn { display: block; padding: 15px; font-size: 15px; }

.ds-disc {
  font-size: 11.5px;
  color: var(--ds-sub);
  line-height: 2;
  margin-top: 34px;
  border-top: 1px solid var(--ds-line);
  padding-top: 22px;
}
.ds-disc b { color: var(--ds-ink-soft); }

/* -------------------------------------------------------------------------
   8. 条件ナビ・種別比較
   ---------------------------------------------------------------------- */
.ds-navi-form {
  background: #fff;
  border: 1px solid var(--ds-line);
  border-radius: var(--ds-r-lg);
  padding: 30px;
  box-shadow: var(--ds-shadow-sm);
}
.ds-navi-form fieldset { border: 0; padding: 0 0 24px; margin: 0; }
.ds-navi-form legend { font-size: 15px; font-weight: 800; padding: 0 0 12px; }
.ds-navi-form label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 14px;
  margin: 0 16px 10px 0;
  cursor: pointer;
}
.ds-navi-form input { accent-color: var(--ds-brand); }
.ds-hint { display: block; font-size: 12px; color: var(--ds-sub); margin-top: 6px; }
.ds-navi-actions { padding-top: 6px; }
.ds-navi-actions .ds-btn { width: 100%; }

.ds-compare { overflow-x: auto; }
.ds-compare table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  background: #fff;
  border: 1px solid var(--ds-line);
  border-radius: var(--ds-r-lg);
  overflow: hidden;
  box-shadow: var(--ds-shadow-sm);
}
.ds-compare th, .ds-compare td {
  padding: 16px 18px;
  border-bottom: 1px solid var(--ds-line);
  text-align: left;
  vertical-align: top;
  line-height: 1.85;
}
.ds-compare thead th { background: var(--ds-brand-soft); font-size: 13.5px; color: var(--ds-brand-dark); }
.ds-compare tbody th { width: 140px; color: var(--ds-sub); font-weight: 600; white-space: nowrap; font-size: 13px; }
.ds-compare tbody tr:last-child th, .ds-compare tbody tr:last-child td { border-bottom: 0; }

/* -------------------------------------------------------------------------
   9. レスポンシブ（美容ジャンルは8割がスマホ）
   ---------------------------------------------------------------------- */
@media (max-width: 782px) {
  .ds-wrap { padding: 0 16px 96px; font-size: 14.5px; }
  .ds-title,
  .ds-wrap > h1 { font-size: 22px; }
  .ds-hero { padding: 40px 20px 36px; border-radius: var(--ds-r); }
  .ds-hero h1 { font-size: 23px; }
  .ds-hero-lead { font-size: 13.5px; }
  .ds-hero-actions .ds-btn { min-width: 100%; }

  .ds-card, .ds-head, .ds-filter, .ds-navi-form { padding: 20px 18px; border-radius: var(--ds-r); }
  .ds-rating { font-size: 26px; }

  .ds-cnt { grid-template-columns: 96px 1fr; }
  .ds-num { grid-column: 1 / -1; }

  .ds-item { flex-direction: column; }
  .ds-item-thumb { width: 100%; }
  .ds-item-thumb img { aspect-ratio: 16 / 9; }

  .ds-tiles { grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); }
  .ds-photos { grid-template-columns: 1fr 1fr; gap: 8px; }
  .ds-compare tbody th { width: 100px; font-size: 12px; }
  .ds-compare th, .ds-compare td { padding: 12px 12px; font-size: 13px; }
  .ds-cta-row .ds-btn { min-width: 100%; }

  /* 関連店舗は横並びだと店名が潰れるので、スマホでは2段に落とす */
  .ds-rel-list li { flex-direction: column; gap: 4px; }
  .ds-rel-meta { white-space: normal; }

  /* 追従CTAはスマホだけ。フッターに隠れないよう余白を足す */
  .ds-sticky-cta { display: block; }
  .single-salon .ds-wrap { padding-bottom: 110px; }
}

/* -------------------------------------------------------------------------
 * 他エリアへの入口（2026-09-07 追加）
 * エリアページ同士のリンクが1本も無く、検索結果に出るページが毎週入れ替わっていた。
 * 実装と理由は area_nav.php
 * ---------------------------------------------------------------------- */
.ds-area-nav {
  margin: 32px 0 8px;
  padding: 20px 18px;
  background: #fff;
  border: 1px solid var(--ds-line);
  border-radius: var(--ds-r);
}
.ds-area-nav-group + .ds-area-nav-group { margin-top: 20px; }
.ds-area-nav h2 {
  margin: 0 0 12px;
  font-size: 15px;
  font-weight: 600;
  color: var(--ds-text, #3b3340);
}
.ds-area-nav-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.ds-area-nav-list li { margin: 0; }
.ds-area-nav-list a {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  padding: 7px 13px;
  font-size: 13px;
  text-decoration: none;
  color: inherit;
  background: var(--ds-line-soft);
  border: 1px solid var(--ds-line);
  border-radius: var(--ds-r-pill);
}
.ds-area-nav-list a:hover {
  background: var(--ds-accent-soft);
  border-color: var(--ds-accent);
}
.ds-nav-count { font-size: 11px; opacity: .6; }

@media (max-width: 600px) {
  .ds-area-nav { padding: 16px 14px; }
  .ds-area-nav-list a { padding: 6px 11px; font-size: 12px; }
}

/* ---------- 近くの提携店舗（広告・ジムA-4型。2026-09-23 追加。partner_offers.php） ---------- */
.ds-partner { border: 1.5px solid #e0d2ee; }
.ds-partner-list { list-style: none; margin: 10px 0 0; padding: 0; display: grid; gap: 10px; }
.ds-partner-item {
  margin: 0;
  padding: 12px 14px;
  background: var(--ds-line-soft);
  border: 1px solid var(--ds-line);
  border-radius: var(--ds-r-sm);
}
.ds-partner-name { font-weight: 700; }
.ds-wrap .ds-partner-name a,
.ds-wrap .ds-partner-name a:visited { color: var(--ds-ink) !important; }
.ds-partner-meta { font-size: 12px; color: var(--ds-sub); margin: 2px 0 8px; }
.ds-partner-cta { margin: 0; display: flex; flex-wrap: wrap; align-items: center; gap: 6px; }
.ds-pr-label { font-size: 12px; color: var(--ds-sub); }
.ds-partner-cta .ds-btn-sub { padding: 8px 14px; font-size: 13px; }
