/* tdc-treatment-top.css : 施術トップ専用レイアウト */
.tdc-treatment-top { padding: 16px 0; /* max-width は swell_child .l-container に委譲 */ }
.tdc-treatment-top .tdc-section { margin: 48px 0; }
.tdc-treatment-top .tdc-section__inner { max-width: 960px; margin: 0 auto; }
/* h2 ベース は SWELL .post_content h2 に委譲。en サブのみ調整 */
.tdc-treatment-top .tdc-section__title-en { color: rgba(255,255,255,.7); font-size: .65em; letter-spacing: .15em; margin-left: 12px; }

.tdc-hero-treatment { padding: 48px 16px; background: linear-gradient(135deg, #fdf6f8 0%, #fff 100%); margin-bottom: 24px; border-radius: 8px; }
.tdc-hero-treatment__category { color: #888; font-size: .85em; letter-spacing: .1em; margin: 0 0 8px; }
.tdc-hero-treatment__title { font-size: 2em; margin: 0 0 12px; line-height: 1.3; }
.tdc-hero-treatment__lead { color: #555; line-height: 1.7; }

/* SWELL の -sidebar-on レイアウトで空サイドバー分の右余白が残り、ページ全体が左寄せに見える問題を解消。
   コンテンツ幅は変えず、960pxカラムを中央寄せして左右ガターを対称にする。 */
.l-content.-sidebar-on:has(> .tdc-treatment-top) { justify-content: center; }

/* ══ 施術トップ HERO 刷新 (2026-06-19) ══
   レガシーの「バナー画像＋#b19693文字＋白halo」を全廃し、画像なしエディトリアルHEROに統一。
   旧 #<slug> .main-fv{background:url()} (id指定) を背景の !important で打ち消す。
   .tdc-treatment-top スコープなので他レガシーページの .main-fv.page_title には影響しない。 */
.tdc-treatment-top .main-fv.page_title {
  background: linear-gradient(180deg, #fdf8f5 0%, #faf6f1 100%) !important;
  border-bottom: 1px solid var(--tdc-line, #ece6e0);
  padding: 0 !important;
}
.tdc-treatment-top .main-fv.page_title .container.inner,
.tdc-treatment-top .main-fv.page_title .inner {
  width: auto !important; max-width: 1040px; margin: 0 auto;
  padding: 52px 20px 46px !important; position: relative;
}
.tdc-treatment-top .main-fv.page_title .page_title_main { text-align: center; }
.tdc-treatment-top .main-fv.page_title .tdc-hero-treatment__category {
  display: inline-block; color: var(--tdc-rose, #a8847f);
  font-size: 12px; font-weight: 700; letter-spacing: .22em;
  margin: 0 0 15px; padding-bottom: 13px; position: relative;
}
.tdc-treatment-top .main-fv.page_title .tdc-hero-treatment__category::after {
  content: ""; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%);
  width: 30px; height: 2px; border-radius: 2px;
  background: linear-gradient(90deg, var(--tdc-rose, #a8847f), var(--tdc-terra, #d4a574));
}
.tdc-treatment-top .main-fv.page_title h1 {
  font-family: var(--tdc-sans, "Noto Sans JP", sans-serif) !important;
  color: var(--tdc-ink, #2d2520) !important; text-shadow: none !important; background: none !important;
  font-size: 32px; font-weight: 700; line-height: 1.34; letter-spacing: .02em;
  text-align: center !important; margin: 0 auto !important; max-width: 22em;
}
.tdc-treatment-top .main-fv.page_title .tdc-hero-treatment__lead {
  color: #6f655d; font-size: 14.5px; line-height: 1.85; margin: 16px auto 0; max-width: 30em;
}
@media (min-width: 768px) {
  .tdc-treatment-top .main-fv.page_title .container.inner,
  .tdc-treatment-top .main-fv.page_title .inner { padding: 70px 20px 58px !important; }
  .tdc-treatment-top .main-fv.page_title h1 { font-size: 40px; }
  .tdc-treatment-top .main-fv.page_title .tdc-hero-treatment__lead { font-size: 15.5px; }
}

.tdc-rich-text { line-height: 1.8; }
.tdc-rich-text h3 { margin-top: 1.5em; font-size: 1.2em; }
.tdc-rich-text p { margin: 1em 0; }
.tdc-rich-text ul, .tdc-rich-text ol { padding-left: 1.5em; }
.tdc-rich-text img { max-width: 100%; height: auto; }

.tdc-ranking { list-style: none; padding: 0; display: grid; gap: 24px; }
.tdc-ranking__item { position: relative; padding-top: 12px; }
.tdc-ranking__rank { position: absolute; top: -4px; left: 12px; background: var(--color-main, #c33); color: #fff; padding: 4px 14px; border-radius: 4px; font-weight: bold; font-size: .9em; z-index: 1; }

.tdc-area-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 8px; }
.tdc-area-grid__item { display: flex; justify-content: space-between; align-items: center; padding: 12px 16px; background: #fafafa; border: 1px solid #eee; border-radius: 4px; text-decoration: none; color: inherit; }
.tdc-area-grid__item:hover { background: #f0f0f0; }
.tdc-area-grid__count { color: var(--color-main, #c33); font-size: .85em; }

/* ─── HP風 エリア × 都道府県 大テーブル (I-α) ─── */
.tdc-area-table {
    background: #fff;
    border: 1px solid #ece6e0;
    border-radius: 12px;
    overflow: hidden;
}
.tdc-area-table__row {
    display: grid;
    grid-template-columns: 140px 1fr;
    align-items: stretch;
    border-bottom: 1px solid #f3eeea;
}
.tdc-area-table__row:last-child { border-bottom: 0; }
.tdc-area-table__area {
    background: linear-gradient(180deg, #fdf6f4 0%, #f8efeb 100%);
    color: #a8847f;
    font-weight: 600;
    font-size: .92em;
    letter-spacing: .04em;
    padding: 14px 16px;
    display: flex;
    align-items: center;
    border-right: 1px solid #f3eeea;
}
.tdc-area-table__prefs {
    list-style: none;
    margin: 0;
    padding: 14px 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.tdc-area-table__prefs > li { margin: 0; padding: 0; }
/* SWELL .post_content ul の padding-left 干渉を打ち消し左右対称に保つ (0,2,0 で 0,1,1 を上回る) */
.tdc-area-table .tdc-area-table__prefs { padding-left: 16px; }
.tdc-area-table__pref {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 14px;
    background: #fff;
    border: 1px solid #ece6e0;
    border-radius: 999px;
    color: #3a3a3a;
    text-decoration: none !important;
    font-size: .88em;
    line-height: 1;
    transition: all .18s;
    white-space: nowrap;
}
.tdc-area-table__pref.is-active:hover {
    background: #c9a8a4;
    color: #fff;
    border-color: #c9a8a4;
    transform: translateY(-1px);
    box-shadow: 0 4px 10px -4px rgba(168,132,127,.35);
}
.tdc-area-table__pref.is-empty {
    color: #c0bab6;
    background: #fafaf5;
    border-color: #ece6e0;
}
.tdc-area-table__pref.is-empty:hover { background: #f3eeea; color: #8a8581; }
.tdc-area-table__pref-count {
    display: inline-block;
    min-width: 18px;
    padding: 0 6px;
    background: rgba(168,132,127,.15);
    color: #a8847f;
    border-radius: 999px;
    font-size: .8em;
    font-weight: 600;
    text-align: center;
}
.tdc-area-table__pref.is-active:hover .tdc-area-table__pref-count {
    background: rgba(255,255,255,.25);
    color: #fff;
}
/* 現在地 (city ページの自分自身): リンクにせず塗りで強調し、並列関係の中の位置を示す */
.tdc-area-table__pref.is-current {
    background: #a8847f;
    border-color: #a8847f;
    color: #fff;
    cursor: default;
    font-weight: 600;
}
.tdc-area-table__pref.is-current .tdc-area-table__pref-count {
    background: rgba(255,255,255,.28);
    color: #fff;
}

/* ─── よく検索される地域 (テキスト密リスト) ─── */
.tdc-popular-regions {
    margin-top: 28px;
    padding: 18px 20px;
    background: #fdf6f4;
    border-radius: 12px;
}
.tdc-popular-regions__label {
    margin: 0 0 10px;
    color: #a8847f;
    font-weight: 600;
    font-size: .92em;
    letter-spacing: .04em;
}
.tdc-popular-regions__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 6px 0;
    align-items: baseline;
    line-height: 1.6;
}
.tdc-popular-regions__list > li { margin: 0; padding: 0 0 0 12px; position: relative; }
.tdc-popular-regions__list > li::before {
    content: "·";
    color: #c9a8a4;
    position: absolute;
    left: 4px;
}
.tdc-popular-regions__list > li:first-child::before { display: none; }
.tdc-popular-regions__list > li:first-child { padding-left: 0; }
.tdc-popular-regions__list a {
    color: #6a5f5a;
    text-decoration: none;
    font-size: .92em;
    transition: color .15s;
}
.tdc-popular-regions__list a:hover { color: #a8847f; text-decoration: underline; }

/* 価格帯セクション (2d リデザイン: ミニカード化) */
/* ── 価格帯から探す（エディトリアル再設計 2026-06-16）── */
.tdc-price-bands {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    gap: 20px;
}
.tdc-price-bands__group {
    background: #fff;
    border: 1px solid #ece6e0;
    border-radius: 18px;
    box-shadow: 0 10px 30px -18px rgba(168,132,127,.22);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.tdc-price-bands__header {
    position: relative;
    text-align: center;
    padding: 24px 20px 20px;
    background: linear-gradient(180deg, #fdf5f1 0%, #fff 100%);
    border-bottom: 1px solid #f3eee9;
}
.tdc-price-bands__header::after {
    content: '';
    position: absolute; left: 50%; bottom: -1px; transform: translateX(-50%);
    width: 50px; height: 2px; border-radius: 2px;
}
.tdc-price-bands__group--low  .tdc-price-bands__header::after { background: #d8b9b2; }
.tdc-price-bands__group--mid  .tdc-price-bands__header::after { background: #d4a574; }
.tdc-price-bands__group--high .tdc-price-bands__header::after { background: #a8847f; }
.tdc-price-bands__label {
    margin: 0;
    font-family: var(--tdc-serif, "Noto Serif JP", serif);
    font-size: 21px; font-weight: 700; letter-spacing: .04em;
    color: #2d2520;
}
.tdc-price-bands__sub {
    margin: 7px 0 0; color: #9a8f86; font-size: 12px; letter-spacing: .04em;
}
.tdc-price-bands__empty {
    margin: 24px 16px; text-align: center; color: #b0aaa6; font-size: 13px;
}
.tdc-price-bands__list {
    list-style: none; padding: 14px; margin: 0;
    display: grid; grid-template-columns: minmax(0, 1fr); gap: 12px;
}
.tdc-price-bands__list > li { margin: 0; min-width: 0; max-width: 100%; }

/* クリニックミニカード（左寄せエディトリアル） */
.tdc-price-card {
    background: #fff;
    border: 1px solid #f1ebe6;
    border-radius: 14px;
    padding: 16px;
    text-align: left;
    transition: transform .18s, box-shadow .18s, border-color .18s;
}
.tdc-price-card:hover {
    transform: translateY(-2px);
    border-color: #e3cfc8;
    box-shadow: 0 14px 28px -16px rgba(168,132,127,.4);
}
/* swell が a / 見出し(h4)::before に付ける » アイコン画像を抑止 */
.tdc-price-card a::after, .tdc-price-card a::before { content: none !important; }
.tdc-price-card__name::before, .tdc-price-card__name::after { content: none !important; display: none !important; background: none !important; }
.tdc-price-card__top { display: flex; align-items: center; gap: 12px; }
.tdc-price-card__avatar {
    flex: 0 0 auto;
    width: 46px !important; height: 46px;
    display: flex; align-items: center; justify-content: center;
    border-radius: 12px;
    background: linear-gradient(135deg, #f3ddd4 0%, #e6c6ba 100%);
    color: #fff; font-family: var(--tdc-serif, "Noto Serif JP", serif);
    font-size: 20px; font-weight: 700; text-decoration: none !important;
}
.tdc-price-card__body { min-width: 0; flex: 1; }
.tdc-price-card__name { margin: 0; font-size: 14.5px; line-height: 1.35; }
.tdc-price-card__name a {
    color: #2d2520; text-decoration: none !important; width: auto !important; display: inline; font-weight: 700;
}
.tdc-price-card__name small { display: block; color: #9a8f86; font-size: 11.5px; font-weight: 400; margin-top: 2px; }
.tdc-price-card__rating { display: flex; align-items: center; gap: 4px; margin-top: 5px; font-size: 12px; }
.tdc-price-card__star { color: #e0a96d; }
.tdc-price-card__rating-val { font-weight: 700; color: #6a5f5a; }
.tdc-price-card__rating-count { color: #a89e98; }

.tdc-price-card__pricerow {
    display: flex; align-items: baseline; justify-content: space-between; flex-wrap: wrap; gap: 4px 10px;
    margin: 12px 0 0; padding: 12px 0 0; border-top: 1px dashed #efe6e0;
}
.tdc-price-card__menu {
    font-size: 11.5px; color: #8a7d76; background: #faf4f0;
    border-radius: 6px; padding: 3px 9px; white-space: nowrap;
    overflow: hidden; text-overflow: ellipsis; max-width: 56%;
}
.tdc-price-card__price { color: #a8847f; font-weight: 700; white-space: nowrap; margin-left: auto; text-align: right; }
.tdc-price-card__price-from { font-size: 17px; letter-spacing: .01em; }
.tdc-price-card__price-from small { font-size: 11px; font-weight: 600; margin-left: 1px; }
.tdc-price-card__price-max { display: block; color: #b0aaa6; font-weight: 400; font-size: 10.5px; margin-top: 1px; }

.tdc-price-card__cta { display: flex; gap: 8px; margin-top: 14px; }
.tdc-price-card__detail, .tdc-price-card__book {
    display: inline-flex; align-items: center; justify-content: center; gap: 4px;
    width: auto !important; flex: 1; padding: 9px 12px; border-radius: 999px;
    font-size: 12.5px; font-weight: 600; text-decoration: none !important; transition: all .18s;
}
.tdc-price-card__detail { background: #fff; color: #a8847f !important; border: 1px solid #d9c2bb; }
.tdc-price-card__detail:hover { background: #fdf6f3; border-color: #c9a8a4; }
.tdc-price-card__book {
    background: linear-gradient(135deg, #b9968f 0%, #a8847f 100%);
    color: #fff !important; border: 0; box-shadow: 0 6px 14px -6px rgba(168,132,127,.5);
}
.tdc-price-card__book:hover { transform: translateY(-1px); box-shadow: 0 9px 18px -6px rgba(168,132,127,.6); }
.tdc-price-card__pr { font-size: 8.5px; font-weight: 700; background: rgba(255,255,255,.3); border-radius: 3px; padding: 1px 4px; margin-left: 4px; letter-spacing: .04em; }

/* ── 雑誌風ページヘッダ（kicker + H1 + リード + DB統計帯） ── */
.tdc-page-head { margin: 6px 0 26px; text-align: left; }
.tdc-page-head--flat { margin: 14px 0 6px; }
.tdc-page-head__kicker {
  margin: 0 0 8px; font-family: Georgia, "Times New Roman", serif;
  font-size: 10.5px; letter-spacing: .32em; text-transform: uppercase;
  color: var(--tdc-pink, #c9a8a4);
}
.post_content .tdc-page-head__title,
.tdc-page-head .tdc-page-head__title {
  margin: 0 0 12px !important; padding: 0 !important; border: 0 !important; background: none !important;
  font-family: var(--tdc-serif, "Noto Serif JP", serif) !important;
  font-size: 26px !important; font-weight: 600 !important; letter-spacing: .04em !important;
  line-height: 1.5 !important; color: #2f2a27 !important; text-align: left !important; height: auto !important;
}
.tdc-page-head__lead { margin: 0 0 18px; font-size: 13.5px; line-height: 1.95; color: #6a5f58; text-align: left; }
.tdc-page-head__lead a { color: var(--tdc-rose, #a8847f); }
.tdc-page-head__stats {
  list-style: none !important; margin: 0 !important; padding: 16px 22px !important;
  display: flex; flex-wrap: wrap; gap: 14px 0;
  background: #fdf8f5; border-radius: 16px;
}
.tdc-page-head__stat {
  display: flex; flex-direction: column; gap: 5px; align-items: flex-start;
  padding: 0 26px; border-left: 1px solid #eddfd7;
}
.tdc-page-head__stat::marker { content: "" !important; }
.tdc-page-head__stat:first-child { border-left: 0; padding-left: 4px; }
.tdc-page-head__stat-label { font-size: 10px; color: #a3958c; letter-spacing: .12em; }
.tdc-page-head__stat-val {
  font-family: Georgia, "Times New Roman", serif; font-weight: 700;
  font-size: 19px; line-height: 1.1; color: #3d352f; white-space: nowrap;
}
.tdc-page-head__stat-val small { font-size: .62em; font-weight: 600; color: #8a7d73; margin-left: 1px; }
.tdc-page-head__stat-val--sm { font-size: 14px; padding-top: 3px; }
@media (max-width: 600px) {
  .tdc-page-head__title { font-size: 21px !important; }
  .tdc-page-head__stats { padding: 14px 16px !important; gap: 12px 0; }
  .tdc-page-head__stat { padding: 0 16px; }
  .tdc-page-head__stat:first-child { padding-left: 2px; }
  .tdc-page-head__stat-val { font-size: 16.5px; }
  .tdc-page-head__stat-val--sm { font-size: 12.5px; }
}

/* ── 施術ガイド（雑誌風 3ブロック・見出し統一） ── */
.tdc-guide { max-width: 860px; margin: 0 auto; text-align: left; }
.tdc-guide__block { margin: 0 0 44px; }
.tdc-guide__block:last-child { margin-bottom: 0; }

/* 統一サブ見出し: 番号(セリフ) + ENキッカー + 和文タイトル */
.tdc-guide__h { display: flex; align-items: center; gap: 14px; margin: 0 0 10px; }
.tdc-guide__h-no {
  flex: 0 0 auto; font-family: Georgia, "Times New Roman", serif;
  font-size: 26px; font-weight: 400; line-height: 1; color: #d8bfb4;
  letter-spacing: .04em;
}
.tdc-guide__h-txt { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.tdc-guide__h-en {
  font-family: Georgia, "Times New Roman", serif; font-size: 10px;
  letter-spacing: .3em; text-transform: uppercase; color: var(--tdc-pink, #c9a8a4);
}
.tdc-guide__h-ja {
  font-family: var(--tdc-serif, "Noto Serif JP", serif); font-weight: 600;
  font-size: 17px; color: #2f2a27; letter-spacing: .04em; line-height: 1.4;
}
.tdc-guide__lead { margin: 0 0 18px; font-size: 13.5px; line-height: 1.95; color: #6a5f58; text-align: left; }
.tdc-guide__lead strong { color: var(--tdc-rose, #a8847f); font-weight: 700; }
.tdc-guide__lead--by { font-size: 11.5px; color: #a3958c; letter-spacing: .04em; margin-bottom: 14px; }
/* テーマ側の text-align:center 継承への防衛（雑誌風は左組が基本） */
.tdc-guide__h, .tdc-guide__stats, .tdc-guide__insight-t, .tdc-guide__insight-b { text-align: left; }

/* 01 相場: 柔らかいブラッシュカード */
.tdc-guide__stats {
  background: #fdf8f5; border-radius: 18px; padding: 24px 26px 20px;
}
.tdc-guide__stat-row {
  display: grid; grid-template-columns: 1fr 1.4fr 1fr; gap: 10px;
  padding: 2px 0 18px; border-bottom: 1px dashed #eaddd5; margin-bottom: 16px;
}
.tdc-guide__stat { display: flex; flex-direction: column; gap: 6px; align-items: center; text-align: center; }
.tdc-guide__stat-label { font-size: 10.5px; color: #a3958c; letter-spacing: .1em; }
.tdc-guide__stat-small { letter-spacing: 0; }
.tdc-guide__stat-val {
  font-family: Georgia, "Times New Roman", serif; font-weight: 700; color: #3d352f;
  font-size: 18px; line-height: 1.2; white-space: nowrap;
}
.tdc-guide__stat--main .tdc-guide__stat-val { color: var(--tdc-rose, #a8847f); font-size: 21px; }
.tdc-guide__stat-unit, .tdc-guide__stat-tilde { font-size: .7em; font-weight: 600; color: #a3958c; margin: 0 1px; }
.tdc-guide__bands { display: flex; flex-direction: column; gap: 9px; }
.tdc-guide__band { display: grid; grid-template-columns: 78px 1fr 44px; align-items: center; gap: 10px; }
.tdc-guide__band-label { font-size: 12px; color: #6a5f58; white-space: nowrap; }
.tdc-guide__band-bar { height: 10px; border-radius: 999px; background: #f2e7e0; overflow: hidden; }
.tdc-guide__band-fill { display: block; height: 100%; border-radius: 999px; }
.tdc-guide__band-fill--low  { background: #e8cbaa; }
.tdc-guide__band-fill--mid  { background: #d3a89f; }
.tdc-guide__band-fill--high { background: #b08a83; }
.tdc-guide__band-cnt { font-size: 12px; font-weight: 700; color: #6a5f58; text-align: right; white-space: nowrap; }
.tdc-guide__stats-note { margin: 16px 0 0; font-size: 10.5px; line-height: 1.8; color: #b3a69e; }
.tdc-guide__compare-scroll { overflow-x: auto; }
.tdc-cmp__note { display: block; font-size: 10px; font-weight: 400; opacity: .85; }
.tdc-cmp__price strong { color: var(--tdc-rose, #a8847f); font-family: Georgia, "Times New Roman", serif; font-size: 15px; white-space: nowrap; }
.tdc-cmp__price-n { display: block; margin-top: 3px; font-size: 10.5px; color: #9a8f88; white-space: nowrap; }
/* 潰れ・不細工な改行対策: 列に最低幅を確保（足りない分は横スクロール） */
.tdc-cmp th, .tdc-cmp td { min-width: 96px; }
.tdc-cmp th.tdc-cmp__rowhead, .tdc-cmp td.tdc-cmp__rowhead { min-width: 74px; }
.tdc-cmp__price { min-width: 168px !important; }
.tdc-cmp tbody td { word-break: keep-all; overflow-wrap: anywhere; }

/* 03 編集部の見解: 雑誌のコラム風カード */
.tdc-guide__insight-items {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px;
}
.tdc-guide__insight-item {
  background: #fdf8f5; border-radius: 16px; padding: 20px 20px 22px;
  display: flex; flex-direction: column; gap: 9px;
}
.tdc-guide__insight-t {
  margin: 0; font-family: var(--tdc-serif, "Noto Serif JP", serif); font-weight: 600;
  font-size: 14px; color: #3d352f; letter-spacing: .02em; line-height: 1.7;
  padding-bottom: 9px; border-bottom: 1px solid #f0e2d9; position: relative;
}
.tdc-guide__insight-t::after {
  content: ""; position: absolute; left: 0; bottom: -1px; width: 34px; height: 1px;
  background: var(--tdc-rose, #a8847f);
}
.tdc-guide__insight-b { margin: 0; font-size: 12.5px; line-height: 2; color: #6a5f58; }
@media (max-width: 720px) {
  .tdc-guide__insight-items { grid-template-columns: 1fr; gap: 12px; }
  .tdc-guide__insight-item { padding: 18px 18px 20px; }
  .tdc-guide__insight-b { font-size: 13px; line-height: 1.95; }
  .tdc-guide__block { margin-bottom: 36px; }
  .tdc-guide__stats { padding: 20px 18px 16px; }
}
@media (max-width: 600px) {
  .tdc-guide__stat-row { grid-template-columns: 1fr 1fr; gap: 8px 6px; }
  .tdc-guide__stat--main { grid-column: 1 / -1; order: -1; padding-bottom: 8px; }
  .tdc-guide__stat-val { font-size: 16px; }
  .tdc-guide__stat--main .tdc-guide__stat-val { font-size: 19px; }
  .tdc-guide__band { grid-template-columns: 66px 1fr 40px; }
}
.tdc-cmp {
  width: 100%; border-collapse: separate; border-spacing: 0; min-width: 520px;
  background: #fff; border: 1px solid #f0e6df; border-radius: 16px; overflow: hidden;
  font-size: 13.5px;
}
/* 雑誌テイスト: 強いグラデを廃し、淡いブラッシュ+ローズ文字のヘッダに（視覚的ストレス削減） */
.tdc-cmp thead th {
  background: #f9efe9 !important; color: #8a6a5e !important; font-weight: 700; font-size: 12px;
  letter-spacing: .05em; padding: 12px 14px; text-align: center; white-space: nowrap; border: 0 !important;
}
.tdc-cmp thead th.tdc-cmp__rowhead { background: #f9efe9 !important; text-align: left; }
.tdc-cmp tbody th.tdc-cmp__rowhead {
  text-align: left; font-family: var(--tdc-serif, "Noto Serif JP", serif);
  font-weight: 600; color: #3d352f; background: #fdf8f5 !important;
  padding: 14px; white-space: nowrap; border: 0 !important; border-top: 1px solid #f3e9e2 !important;
}
.tdc-cmp tbody td {
  padding: 14px; text-align: center; color: #5a5049; line-height: 1.7;
  border: 0 !important; border-top: 1px solid #f3e9e2 !important; vertical-align: middle;
  background: #fff !important;
}
@media (max-width: 600px) {
  .tdc-guide__price { padding: 15px 16px; }
  .tdc-guide__price-lead { font-size: 14px; }
}

/* FAQ: faq-treatment.php は swell .faq/.accordion 構造を出すが、その CSS/JS は
   この文脈で読み込まれない。swell 依存を避け、TDC 側で JS非依存の常時展開 Q&A
   カードとして自己完結スタイルを当てる（開閉アイコンは機能しないので隠す）。 */
.tdc-faq { max-width: 860px; margin: 0 auto; padding: 0; text-align: left; }
.tdc-faq .accordion { background: #fff; border: 1px solid var(--tdc-line, #ece6e0); border-radius: 12px; margin: 0 0 12px; overflow: hidden; }
.tdc-faq .accordion .accordion { border: 0; border-radius: 0; margin: 0; background: transparent; }
.tdc-faq .i_box { display: none !important; }
.tdc-faq .accordion_inner { display: block !important; height: auto !important; }
.tdc-faq .accordion_header.faq01 {
  position: relative; padding: 15px 22px 15px 46px; margin: 0;
  font-weight: 700; font-size: 15px; line-height: 1.6; color: #2f2a27;
  background: #fbf5f2; border: 0; text-align: left; white-space: normal;
}
.tdc-faq .accordion_header.faq01::before {
  content: "Q"; position: absolute; left: 18px; top: 13px;
  font-family: Georgia, "Times New Roman", serif; font-weight: 700; font-size: 17px;
  color: var(--tdc-rose, #a8847f);
}
.tdc-faq .accordion_inner .accordion_header {
  position: relative; padding: 14px 22px 16px 46px; margin: 0;
  font-weight: 400; font-size: 14px; line-height: 1.85; color: #4a423d;
  background: #fff; border: 0; text-align: left; white-space: normal;
}
.tdc-faq .accordion_inner .accordion_header::before {
  content: "A"; position: absolute; left: 18px; top: 12px;
  font-family: Georgia, "Times New Roman", serif; font-weight: 700; font-size: 17px;
  color: #c2b2ab;
}
/* .post_content h2 のピンクバー等がFAQ見出しに乗らないよう、FAQ見出しは h2 でなく tdc-sec-head 側で描画済 */

.tdc-related-columns { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 16px; }
.tdc-related-columns a { display: block; text-decoration: none; color: inherit; }
.tdc-related-columns img { width: 100%; aspect-ratio: 16/10; object-fit: cover; border-radius: 4px; }
.tdc-related-columns__title { display: block; margin-top: 8px; font-size: .9em; line-height: 1.4; }

/* モバイル: 施術トップの密度調整 */
@media (max-width: 600px) {
    .tdc-treatment-top .tdc-section { margin: 36px 0; }
    .tdc-hero-treatment { padding: 32px 16px; }
    .tdc-hero-treatment__title { font-size: 1.5em; }
    .tdc-hero-treatment__lead { font-size: .92em; }
    /* エリアは 2 列 (1 列だと縦に長すぎる) */
    .tdc-area-grid { grid-template-columns: repeat(2, 1fr); gap: 6px; }
    .tdc-area-grid__item { padding: 10px 12px; font-size: .9em; }
    /* 価格帯は 1 列で OK */
    .tdc-price-bands { gap: 16px; }
    .tdc-price-bands__group { padding: 14px; }
    /* 関連コラムは 2 列 (現状 1 列で間延び) */
    .tdc-related-columns { grid-template-columns: repeat(2, 1fr); gap: 12px; }
    .tdc-related-columns__title { font-size: .82em; }

    /* HP風 エリア大テーブル: モバイルでは縦積み */
    .tdc-area-table__row {
        grid-template-columns: 1fr;
    }
    .tdc-area-table__area {
        border-right: 0;
        border-bottom: 1px solid #f3eeea;
        padding: 11px 15px;
        font-size: .86em;
    }
    .tdc-area-table__prefs { padding: 13px 13px 14px; gap: 8px; }
    .tdc-area-table .tdc-area-table__prefs { padding-left: 13px; }
    .tdc-area-table__pref { font-size: .84em; padding: 7px 13px; }

    .tdc-popular-regions { padding: 14px 16px; }
}
