/* ============================================================
   整骨院元 くまなん院 / 産後骨盤矯正ページ 専用スタイル
   ファイル名: sango.css
   ※ 全スタイルは .km-page--sango スコープ内に限定
   ※ 他ページへの干渉なし
   ============================================================ */

/* ============================================================
   カラー変数
   ============================================================ */
.km-page--sango {
  --sg-pink: #e0507a;
  --sg-pink-light: #fdeef2;
  --sg-gold: #b8935a;
  --sg-gold-light: #f7f2ea;
  --sg-orange: #E8722A;
  --sg-orange-light: #fff3ec;
  --sg-navy: #4a6b8a;
  --sg-gray: #f5f5f5;
  --sg-border: #e8d8dc;
  --sg-text: #333;
  --sg-text-sub: #555;
}

/* ============================================================
   ページラッパー
   ============================================================ */
.km-page--sango {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  color: var(--sg-text);
  line-height: 1.7;
}

/* ============================================================
   テキストカラーユーティリティ
   ============================================================ */
.km-page--sango .sg-text-pink   { color: var(--sg-pink);   font-weight: bold; }
.km-page--sango .sg-text-gold   { color: var(--sg-gold);   font-weight: bold; }
.km-page--sango .sg-text-orange { color: var(--sg-orange); font-weight: bold; }

/* ============================================================
   共通セクション
   ============================================================ */
.km-page--sango .sg-section {
  padding: 32px 16px;
}

.km-page--sango .sg-section--nopad {
  padding: 0;
}

.km-page--sango .sg-section--pink {
  background: var(--sg-pink-light);
  padding: 32px 16px;
}

.km-page--sango .sg-section--gold {
  background: var(--sg-gold-light);
  padding: 32px 16px;
}

.km-page--sango .sg-full-img {
  width: 100%;
  height: auto;
  display: block;
}

/* ============================================================
   セクションタイトル共通
   ============================================================ */
.km-page--sango .sg-section-title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: var(--sg-text);
  margin-bottom: 6px;
  line-height: 1.5;
}

.km-page--sango .sg-section-title-line {
  width: 60px;
  height: 3px;
  background: var(--sg-pink);
  margin: 0 auto 20px;
  border-radius: 2px;
}

.km-page--sango .sg-section-title-line--gold {
  background: var(--sg-gold);
}

.km-page--sango .sg-section-lead {
  font-size: 14px;
  text-align: center;
  color: var(--sg-text-sub);
  margin-bottom: 20px;
  line-height: 1.8;
}

/* ============================================================
   SECTION 3: ご出産おめでとうございます
   ============================================================ */
.km-page--sango .sg-congrats-wrap {
  text-align: center;
}

.km-page--sango .sg-congrats-title {
  font-size: 19px;
  font-weight: bold;
  color: var(--sg-pink);
  margin-bottom: 6px;
  line-height: 1.6;
}

.km-page--sango .sg-congrats-body {
  font-size: 14px;
  line-height: 1.9;
  color: var(--sg-text-sub);
  text-align: left;
  margin-bottom: 16px;
}

.km-page--sango .sg-congrats-photo {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 16px;
  background: var(--sg-gray);
}

.km-page--sango .sg-congrats-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.km-page--sango .sg-congrats-highlight {
  background: #fff;
  border: 1px solid var(--sg-pink);
  border-radius: 8px;
  padding: 14px 16px;
  font-size: 14px;
  font-weight: bold;
  color: var(--sg-pink);
  margin-bottom: 16px;
  line-height: 1.7;
}

.km-page--sango .sg-congrats-body2 {
  font-size: 14px;
  line-height: 1.9;
  color: var(--sg-text-sub);
  text-align: left;
  margin-bottom: 16px;
}

.km-page--sango .sg-congrats-closing {
  font-size: 13px;
  color: var(--sg-text-sub);
  line-height: 1.8;
}

/* ============================================================
   SECTION 5: 産後アンケート導入
   ============================================================ */
.km-page--sango .sg-survey-wrap {
  /* ラッパー */
}

.km-page--sango .sg-survey-lead {
  font-size: 14px;
  line-height: 1.9;
  color: var(--sg-text-sub);
  margin-bottom: 20px;
}

.km-page--sango .sg-survey-graph-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

/* ============================================================
   SECTION 7: 産後の3つの理由
   ============================================================ */
.km-page--sango .sg-riyu-wrap {
  /* ラッパー */
}

.km-page--sango .sg-riyu-item {
  margin-bottom: 28px;
}

.km-page--sango .sg-riyu-item:last-child {
  margin-bottom: 0;
}

.km-page--sango .sg-riyu-badge {
  display: inline-block;
  background: var(--sg-pink);
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 3px 12px;
  border-radius: 12px;
  margin-bottom: 6px;
}

.km-page--sango .sg-riyu-title {
  font-size: 16px;
  font-weight: bold;
  color: var(--sg-text);
  margin-bottom: 12px;
  line-height: 1.6;
}

.km-page--sango .sg-riyu-illust-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  margin-bottom: 12px;
}

.km-page--sango .sg-riyu-body {
  font-size: 13px;
  line-height: 1.85;
  color: var(--sg-text-sub);
}

/* ============================================================
   SECTION 8: 骨盤ゆがみ4タイプ（表）
   ============================================================ */
.km-page--sango .sg-yugami-wrap {
  /* ラッパー */
}

.km-page--sango .sg-yugami-timing-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  margin-bottom: 24px;
}

.km-page--sango .sg-yugami-lead {
  font-size: 14px;
  line-height: 1.8;
  color: var(--sg-text-sub);
  margin-bottom: 20px;
}

.km-page--sango .sg-yugami-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}

.km-page--sango .sg-yugami-table th {
  background: var(--sg-pink);
  color: #fff;
  padding: 10px 8px;
  text-align: center;
  font-weight: bold;
  border: 1px solid #f0c0cc;
  width: 34%;
}

.km-page--sango .sg-yugami-table td {
  padding: 10px 10px;
  border: 1px solid #ddd;
  line-height: 1.7;
}

.km-page--sango .sg-yugami-table tr:nth-child(even) td {
  background: #f8f8f8;
}

.km-page--sango .sg-yugami-name {
  font-weight: bold;
  color: var(--sg-pink);
}

/* ============================================================
   SECTION 9: なぜ産後骨盤矯正が必要か（Q&A）
   ============================================================ */
.km-page--sango .sg-hitsuyou-wrap {
  /* ラッパー */
}

.km-page--sango .sg-hitsuyou-qa {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}

.km-page--sango .sg-hitsuyou-q {
  background: var(--sg-gray);
  border-radius: 14px 14px 14px 2px;
  padding: 12px 16px;
  font-size: 13px;
  color: var(--sg-text);
  align-self: flex-start;
  max-width: 90%;
}

.km-page--sango .sg-hitsuyou-a {
  background: var(--sg-pink-light);
  border-radius: 14px 14px 2px 14px;
  padding: 12px 16px;
  font-size: 13px;
  color: var(--sg-text);
  align-self: flex-end;
  max-width: 90%;
  font-weight: bold;
}

.km-page--sango .sg-hitsuyou-body {
  font-size: 14px;
  line-height: 1.9;
  color: var(--sg-text-sub);
  margin-bottom: 24px;
}

.km-page--sango .sg-hitsuyou-sub {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: var(--sg-text);
  margin-bottom: 16px;
  line-height: 1.6;
}

.km-page--sango .sg-hitsuyou-graph-img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 16px;
}

.km-page--sango .sg-hitsuyou-body2 {
  font-size: 13px;
  line-height: 1.85;
  color: var(--sg-text-sub);
  margin-bottom: 20px;
}

.km-page--sango .sg-hitsuyou-sub2 {
  font-size: 14px;
  font-weight: bold;
  color: var(--sg-pink);
  margin-bottom: 10px;
}

.km-page--sango .sg-hitsuyou-list {
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
}

.km-page--sango .sg-hitsuyou-list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 13px;
  color: var(--sg-text-sub);
  padding: 8px 0;
  border-bottom: 1px dashed #e0c0c8;
}

.km-page--sango .sg-hitsuyou-list li::before {
  content: "✓";
  color: var(--sg-pink);
  font-weight: bold;
  flex-shrink: 0;
}

.km-page--sango .sg-hitsuyou-closing {
  font-size: 13px;
  line-height: 1.85;
  color: var(--sg-text-sub);
}

/* ============================================================
   SECTION 10: この不調を放置すると（円形リスト）
   ============================================================ */
.km-page--sango .sg-hochi-wrap {
  /* ラッパー */
}

.km-page--sango .sg-hochi-title {
  font-size: 19px;
  font-weight: bold;
  text-align: center;
  color: var(--sg-text);
  margin-bottom: 20px;
  line-height: 1.6;
}

.km-page--sango .sg-hochi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 16px;
}

.km-page--sango .sg-hochi-item {
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--sg-gold);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  padding: 8px;
  line-height: 1.4;
}

.km-page--sango .sg-hochi-note {
  text-align: center;
  font-size: 13px;
  color: var(--sg-text-sub);
  line-height: 1.7;
  margin-bottom: 20px;
}

.km-page--sango .sg-hochi-rest-img {
  width: 100%;
  height: auto;
  display: block;
}

/* ============================================================
   SECTION 13: 産後骨盤矯正の2つの理由＋オーダーメイド
   ============================================================ */
.km-page--sango .sg-order-wrap {
  /* ラッパー */
}

.km-page--sango .sg-order-pre {
  font-size: 13px;
  text-align: center;
  color: var(--sg-text-sub);
  margin-bottom: 4px;
}

.km-page--sango .sg-order-bar {
  background: var(--sg-gray);
  color: var(--sg-text);
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  padding: 10px 12px;
  margin-bottom: 8px;
  line-height: 1.6;
}

.km-page--sango .sg-order-title {
  font-size: 19px;
  font-weight: bold;
  text-align: center;
  color: var(--sg-gold);
  margin-bottom: 20px;
  line-height: 1.6;
}

.km-page--sango .sg-order-body {
  font-size: 14px;
  line-height: 1.9;
  color: var(--sg-text-sub);
  text-align: center;
  margin-bottom: 24px;
}

.km-page--sango .sg-order-reason-grid {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}

.km-page--sango .sg-order-reason-item {
  border: 2px dotted var(--sg-pink);
  border-radius: 50%;
  width: 130px;
  height: 130px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px;
}

.km-page--sango .sg-order-reason-num {
  font-size: 12px;
  color: var(--sg-pink);
  font-weight: bold;
  margin-bottom: 4px;
}

.km-page--sango .sg-order-reason-text {
  font-size: 12px;
  color: var(--sg-text);
  line-height: 1.5;
}

.km-page--sango .sg-order-photo {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 16px;
  background: var(--sg-gray);
}

.km-page--sango .sg-order-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.km-page--sango .sg-order-catch {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: var(--sg-gold);
  line-height: 1.6;
  margin-bottom: 16px;
}

.km-page--sango .sg-order-sub-catch {
  text-align: center;
  font-size: 14px;
  color: var(--sg-text-sub);
  line-height: 1.8;
  padding-top: 12px;
  border-top: 1px solid var(--sg-border);
}

/* ============================================================
   SECTION 14: 5つの効果
   ============================================================ */
.km-page--sango .sg-kouka-wrap {
  /* ラッパー */
}

.km-page--sango .sg-kouka-title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: var(--sg-text);
  line-height: 1.7;
  margin-bottom: 20px;
}

.km-page--sango .sg-kouka-illust-img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 24px;
}

.km-page--sango .sg-kouka-sub {
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  color: var(--sg-orange);
  margin-bottom: 10px;
  line-height: 1.6;
}

.km-page--sango .sg-kouka-lead {
  font-size: 13px;
  text-align: center;
  color: var(--sg-text-sub);
  line-height: 1.8;
  margin-bottom: 20px;
}

.km-page--sango .sg-kouka-item {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
  border: 1px solid var(--sg-border);
  border-radius: 8px;
  padding: 12px;
}

.km-page--sango .sg-kouka-item:last-child {
  margin-bottom: 0;
}

.km-page--sango .sg-kouka-item-photo {
  flex-shrink: 0;
  width: 84px;
  height: 84px;
  border-radius: 8px;
  overflow: hidden;
  background: var(--sg-gray);
}

.km-page--sango .sg-kouka-item-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.km-page--sango .sg-kouka-item-num {
  font-size: 22px;
  font-weight: bold;
  color: var(--sg-orange);
  line-height: 1;
}

.km-page--sango .sg-kouka-item-title {
  font-size: 14px;
  font-weight: bold;
  color: var(--sg-text);
  margin-bottom: 4px;
}

.km-page--sango .sg-kouka-item-desc {
  font-size: 12px;
  line-height: 1.6;
  color: var(--sg-text-sub);
}

.km-page--sango .sg-kouka-closing {
  margin-top: 20px;
  font-size: 13px;
  line-height: 1.85;
  color: var(--sg-text-sub);
  text-align: center;
}

/* ============================================================
   SECTION 15: 7つの施術
   ============================================================ */
.km-page--sango .sg-shujutsu-wrap {
  /* ラッパー */
}

.km-page--sango .sg-shujutsu-item {
  margin-bottom: 22px;
}

.km-page--sango .sg-shujutsu-item:last-child {
  margin-bottom: 0;
}

.km-page--sango .sg-shujutsu-item-title {
  background: var(--sg-gold-light);
  color: var(--sg-gold);
  font-size: 15px;
  font-weight: bold;
  padding: 8px 14px;
  border-left: 4px solid var(--sg-gold);
  margin-bottom: 10px;
}

.km-page--sango .sg-shujutsu-item-photo {
  width: 100%;
  aspect-ratio: 16 / 10;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 10px;
  background: var(--sg-gray);
}

.km-page--sango .sg-shujutsu-item-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.km-page--sango .sg-shujutsu-item-body {
  font-size: 13px;
  line-height: 1.85;
  color: var(--sg-text-sub);
}

/* ============================================================
   SECTION 16: なぜ産後骨盤矯正に特化しているのか（長文）
   ============================================================ */
.km-page--sango .sg-tokka-wrap {
  /* ラッパー */
}

.km-page--sango .sg-tokka-body {
  font-size: 13.5px;
  line-height: 1.95;
  color: var(--sg-text-sub);
  margin-bottom: 18px;
}

.km-page--sango .sg-tokka-body:last-child {
  margin-bottom: 0;
}

/* ============================================================
   SECTION 18: 施術の強み比較表
   ============================================================ */
.km-page--sango .sg-hikaku-wrap {
  /* ラッパー */
}

.km-page--sango .sg-hikaku-lead {
  font-size: 13px;
  text-align: center;
  color: var(--sg-text-sub);
  margin-bottom: 20px;
}

.km-page--sango .sg-hikaku-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 11.5px;
}

.km-page--sango .sg-hikaku-table th,
.km-page--sango .sg-hikaku-table td {
  border: 1px solid #ddd;
  padding: 8px 6px;
  vertical-align: top;
  line-height: 1.6;
}

.km-page--sango .sg-hikaku-table thead th {
  text-align: center;
  font-weight: bold;
  background: var(--sg-gray);
  color: var(--sg-text);
}

.km-page--sango .sg-hikaku-table thead th.sg-hikaku-us {
  background: var(--sg-pink);
  color: #fff;
}

.km-page--sango .sg-hikaku-table tbody th {
  background: var(--sg-gray);
  text-align: left;
  font-weight: bold;
  width: 22%;
}

.km-page--sango .sg-hikaku-table td.sg-hikaku-us-cell {
  background: var(--sg-pink-light);
  color: var(--sg-pink);
  font-weight: bold;
}

/* ============================================================
   SECTION 19: FAQ
   ============================================================ */
.km-page--sango .sg-faq-wrap {
  /* ラッパー */
}

.km-page--sango .sg-faq-header {
  background: var(--sg-pink);
  color: #fff;
  text-align: center;
  padding: 16px;
  border-radius: 8px;
  margin-bottom: 20px;
}

.km-page--sango .sg-faq-header-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}

.km-page--sango .sg-faq-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.km-page--sango .sg-faq-item {
  border: 1px solid var(--sg-border);
  border-radius: 8px;
  overflow: hidden;
}

.km-page--sango .sg-faq-q {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 14px 16px;
  background: var(--sg-pink-light);
  font-size: 14px;
  font-weight: bold;
  color: var(--sg-text);
  line-height: 1.6;
}

.km-page--sango .sg-faq-q-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  background: var(--sg-pink);
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 1px;
}

.km-page--sango .sg-faq-a {
  padding: 14px 16px;
  font-size: 13px;
  line-height: 1.8;
  color: var(--sg-text-sub);
  background: #fff;
}

.km-page--sango .sg-faq-a-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  background: var(--sg-gold);
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  border-radius: 50%;
  flex-shrink: 0;
  margin-right: 8px;
  vertical-align: middle;
}

/* ============================================================
   レスポンシブ（スマートフォン対応）
   ============================================================ */
@media (max-width: 480px) {
  .km-page--sango .sg-section {
    padding: 24px 12px;
  }

  .km-page--sango .sg-section-title,
  .km-page--sango .sg-hochi-title {
    font-size: 17px;
  }

  .km-page--sango .sg-yugami-table,
  .km-page--sango .sg-hikaku-table {
    font-size: 10.5px;
  }

  .km-page--sango .sg-yugami-table th,
  .km-page--sango .sg-yugami-table td {
    padding: 7px 6px;
  }

  .km-page--sango .sg-order-reason-item {
    width: 108px;
    height: 108px;
  }

  .km-page--sango .sg-kouka-item-photo {
    width: 64px;
    height: 64px;
  }

  .km-page--sango .sg-kouka-item-title {
    font-size: 13px;
  }
}
