@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ（THIRD CLINIC GINZA MEDIA カスタマイズ版）
    Version: 1.1.0
    Author: LOOS WEB STUDIO / THIRD CLINIC GINZA
    Author URI: https://thirdclinic.jp/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* =========================================
   THIRD CLINIC MEDIA – 本体寄せヘッダー/フッター
   ========================================= */

:root {
  --tcg-base:        #fff;
  --tcg-ink:         #2b2b2b;
  --tcg-ink-mute:    #555;
  --tcg-line:        #e8e3dc;
  --tcg-accent:      #b59c6c;        /* 本体の差し色（ベージュ） */
  --tcg-pink:        #d49b9b;        /* 婦人科系の差し色 */
  --tcg-bg-soft:     #f7f3ee;
  --tcg-line-green:  #06c755;        /* LINE公式色 */
  --tcg-shadow:      0 2px 8px rgba(0,0,0,.06);
  --tcg-header-h:    72px;
  --tcg-header-h-sp: 60px;
  --tcg-max:         1180px;
}

/* SWELL のヘッダー/フッターを上書き表示するため、本体っぽい余白を確保 */
body.tcg-media {
  padding-top: var(--tcg-header-h);
  color: var(--tcg-ink);
  background: var(--tcg-base);
}
@media (max-width: 959px) {
  body.tcg-media { padding-top: var(--tcg-header-h-sp); }
}

/* SWELL本体のヘッダー/フッターを念のため非表示（保険） */
body.tcg-media > .l-header,
body.tcg-media > .l-footer { display: none !important; }

/* ============================================================
   SWELLメインコンテンツを中央寄せに固定
   （独自ヘッダーを使うと SWELL の container 設定が外れて左寄りに
    なるため、主要ラッパに max-width + auto margin を当てる）
   ============================================================ */
body.tcg-media #main,
body.tcg-media .l-main,
body.tcg-media .l-mainContent,
body.tcg-media .l-mainContent__inner,
body.tcg-media .l-container,
body.tcg-media .l-content,
body.tcg-media .l-content__inner,
body.tcg-media .l-articleSection,
body.tcg-media .p-articleSection,
body.tcg-media .p-postList,
body.tcg-media .c-postListWrap,
body.tcg-media .l-archive,
body.tcg-media .p-archivePosts {
  max-width: var(--tcg-max);
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 24px;
  padding-right: 24px;
  box-sizing: border-box;
  float: none !important;
}

/* 記事単体ページの本文（さらに狭めに） */
body.tcg-media .post_content,
body.tcg-media .p-postContent,
body.tcg-media article.post .entry-content,
body.tcg-media .l-articleBody {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

/* シェアボタンが横一杯に伸びてしまうのを抑える */
body.tcg-media .p-shareBtns,
body.tcg-media .p-shareBtnsWrap,
body.tcg-media .sns-share {
  max-width: 820px;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* 関連記事ブロック */
body.tcg-media .p-relatedPosts,
body.tcg-media .related-posts {
  max-width: var(--tcg-max);
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 24px;
  padding-right: 24px;
  box-sizing: border-box;
}

@media (max-width: 959px) {
  body.tcg-media #main,
  body.tcg-media .l-main,
  body.tcg-media .l-mainContent,
  body.tcg-media .l-mainContent__inner,
  body.tcg-media .l-container,
  body.tcg-media .l-content,
  body.tcg-media .l-content__inner,
  body.tcg-media .l-articleSection,
  body.tcg-media .p-articleSection,
  body.tcg-media .p-postList,
  body.tcg-media .c-postListWrap,
  body.tcg-media .l-archive,
  body.tcg-media .p-archivePosts,
  body.tcg-media .p-relatedPosts {
    padding-left: 16px;
    padding-right: 16px;
  }
}

/* ====== ヘッダー ====== */
.tcg-header {
  position: fixed;
  inset: 0 0 auto 0;
  height: var(--tcg-header-h);
  background: #fff;
  border-bottom: 1px solid var(--tcg-line);
  z-index: 999;
  display: flex;
  align-items: center;
}
.tcg-header__inner {
  width: 100%;
  max-width: var(--tcg-max);
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.tcg-header__logo a { display: inline-block; line-height: 0; }
.tcg-header__logo img { height: 38px; width: auto; }

.tcg-nav { display: flex; align-items: center; gap: 28px; }
.tcg-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 24px;
}
.tcg-nav__list a {
  color: var(--tcg-ink);
  text-decoration: none;
  font-size: 14px;
  letter-spacing: .04em;
  font-weight: 500;
}
.tcg-nav__list a:hover { color: var(--tcg-accent); }
.tcg-nav__list .is-current a { color: var(--tcg-accent); }

/* LINE予約ボタン（本体 new-line.png のピル型画像をそのまま使用） */
.tcg-cv-line-img { display: inline-block; line-height: 0; flex-shrink: 0; }
.tcg-cv-line-img img { height: 44px; width: auto; display: block; }
.tcg-cv-line-img:hover { opacity: .88; }

/* ナビは改行禁止 */
.tcg-nav__list li { white-space: nowrap; }

/* SP メニュー */
.tcg-menu-btn {
  display: none;
  width: 40px; height: 40px;
  border: 0; background: transparent;
  cursor: pointer;
  position: relative;
}
.tcg-menu-btn span,
.tcg-menu-btn span::before,
.tcg-menu-btn span::after {
  content: "";
  position: absolute;
  left: 8px; right: 8px;
  height: 2px; background: var(--tcg-ink);
  transition: transform .25s ease, top .25s ease;
}
.tcg-menu-btn span { top: 50%; transform: translateY(-50%); }
.tcg-menu-btn span::before { top: -8px; }
.tcg-menu-btn span::after  { top:  8px; }
.tcg-menu-btn.is-open span { background: transparent; }
.tcg-menu-btn.is-open span::before { top: 0; transform: rotate(45deg); }
.tcg-menu-btn.is-open span::after  { top: 0; transform: rotate(-45deg); }

@media (max-width: 959px) {
  .tcg-header { height: var(--tcg-header-h-sp); }
  .tcg-header__logo img { height: 30px; }
  .tcg-menu-btn { display: inline-block; }
  .tcg-nav {
    position: fixed;
    inset: var(--tcg-header-h-sp) 0 0 0;
    background: #fff;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 24px;
    overflow: auto;
    border-top: 1px solid var(--tcg-line);
  }
  .tcg-nav.is-open { display: flex; }
  .tcg-nav__list {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .tcg-nav__list li { border-bottom: 1px solid var(--tcg-line); }
  .tcg-nav__list a {
    display: block;
    padding: 16px 4px;
    font-size: 15px;
  }
  .tcg-cv-line-img { margin-top: 16px; align-self: center; }
  .tcg-cv-line-img img { height: 56px; }
}

/* ====== パンくず（本体 > MEDIA > カテゴリ > 記事） ====== */
.tcg-breadcrumb {
  background: #fafaf7;
  border-bottom: 1px solid var(--tcg-line);
  padding: 12px 0;
  font-size: 12px;
  color: var(--tcg-ink-mute);
}
.tcg-breadcrumb__inner {
  max-width: var(--tcg-max);
  margin: 0 auto;
  padding: 0 24px;
}
.tcg-breadcrumb ol {
  list-style: none; margin: 0; padding: 0;
  display: flex; flex-wrap: wrap; align-items: center; gap: 6px;
}
.tcg-breadcrumb li { display: inline-flex; align-items: center; gap: 6px; }
.tcg-breadcrumb a {
  color: var(--tcg-ink-mute);
  text-decoration: none;
  transition: color .15s ease;
}
.tcg-breadcrumb a:hover { color: var(--tcg-accent); text-decoration: underline; }
.tcg-breadcrumb li + li::before {
  content: ">";
  color: var(--tcg-ink-mute);
  opacity: .6;
  font-size: 10px;
}
.tcg-breadcrumb li:last-child span {
  color: var(--tcg-ink);
  font-weight: 500;
}
@media (max-width: 599px) {
  .tcg-breadcrumb__inner { padding: 0 16px; }
  .tcg-breadcrumb { font-size: 11px; }
  /* 長すぎる記事タイトルは省略 */
  .tcg-breadcrumb li:last-child span {
    max-width: 60vw;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
  }
}

/* ====== 監修ボックス（記事末尾） ====== */
.tcg-supervisor {
  border: 1px solid var(--tcg-line);
  background: var(--tcg-bg-soft);
  padding: 20px;
  border-radius: 8px;
  margin: 32px 0;
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 16px;
  align-items: start;
}
.tcg-supervisor__photo img {
  width: 96px; height: 96px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}
.tcg-supervisor__label {
  font-size: 11px;
  letter-spacing: .12em;
  color: var(--tcg-accent);
  font-weight: 700;
  margin-bottom: 4px;
}
.tcg-supervisor__name {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 6px;
}
.tcg-supervisor__role { font-size: 12px; color: var(--tcg-ink-mute); margin: 0 0 8px; }
.tcg-supervisor__bio { font-size: 13px; line-height: 1.7; margin: 0; }
.tcg-supervisor__link { font-size: 12px; margin-top: 8px; display: inline-block; }

@media (max-width: 599px) {
  .tcg-supervisor { grid-template-columns: 72px 1fr; padding: 16px; }
  .tcg-supervisor__photo img { width: 72px; height: 72px; }
}

/* ========================================================
   フッター – 本体（thirdclinic.jp）にHTML/class名レベルで揃える
   ======================================================== */

/* ---- 1. 大型CVバナー（薄緑グラデ + ロゴ + LINE + 予約手順 + 施設写真） ---- */
.tcg-footcv {
  background: linear-gradient(180deg, #eef6ec 0%, #e6f1e3 100%);
  padding: 56px 24px;
  margin-top: 80px;
}
.tcg-footcv__inner {
  max-width: var(--tcg-max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  align-items: center;
  gap: 40px;
}
.tcg-footcv__left { display: flex; flex-direction: column; align-items: center; gap: 32px; }
.tcg-footcv__logo img { height: 56px; width: auto; display: block; }
.tcg-footcv__actions {
  display: flex; align-items: center; gap: 24px; flex-wrap: wrap; justify-content: center;
}
.tcg-footcv__line { display: inline-block; line-height: 0; transition: opacity .2s ease; }
.tcg-footcv__line img { height: 56px; width: auto; display: block; }
.tcg-footcv__line:hover { opacity: .85; }
.tcg-footcv__steps {
  color: var(--tcg-ink);
  text-decoration: none;
  font-size: 13px;
  letter-spacing: .04em;
  border-bottom: 1px solid var(--tcg-ink);
  padding-bottom: 4px;
}
.tcg-footcv__arrow { margin-left: 6px; font-size: 11px; }
.tcg-footcv__right img {
  width: 100%; height: auto; display: block;
  border-radius: 4px;
  object-fit: cover;
  max-height: 280px;
}
@media (max-width: 959px) {
  .tcg-footcv { padding: 40px 16px; margin-top: 56px; }
  .tcg-footcv__inner { grid-template-columns: 1fr; gap: 24px; }
  .tcg-footcv__right { order: -1; }
  .tcg-footcv__logo img { height: 44px; }
}

/* ---- 2. #information（本体構造） ---- */
#information {
  background: #fff;
  padding: 64px 24px 40px;
}
#information .container {
  max-width: var(--tcg-max);
  margin: 0 auto;
}
#information .information {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 48px;
  align-items: start;
}
.information_logo { margin: 0 0 28px; }
.information_logo img { height: 44px; width: auto; }

/* 住所ブロック（PC: 右カラム / SP: 左カラム頭） */
.information_right_txt {
  list-style: none; margin: 0; padding: 0;
  display: flex; flex-direction: column; gap: 18px;
  font-size: 14px;
  line-height: 1.9;
  color: var(--tcg-ink);
}
.information_right_txt li {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 16px;
  align-items: start;
}
.information_address_title {
  font-size: 12px;
  letter-spacing: .12em;
  color: var(--tcg-ink-mute);
  font-weight: 500;
  padding-top: 2px;
}
.information_right_txt p { margin: 0; }
.information_right_txt a.btnTel { color: var(--tcg-ink); text-decoration: none; font-weight: 500; }
.more_bt { margin-top: 10px; }
.more_bt a {
  display: inline-block;
  font-size: 12px;
  color: var(--tcg-ink);
  text-decoration: none;
  border-bottom: 1px solid var(--tcg-ink-mute);
  padding-bottom: 4px;
  position: relative;
  padding-right: 28px;
}
.more_bt a::after {
  content: "→";
  position: absolute;
  right: 4px;
  top: 0;
  transition: transform .2s ease;
}
.more_bt a:hover::after { transform: translateX(4px); }

/* PC/SP 出し分け */
.information_right_txt.tablet_sp { display: none; }
.information_right_txt.tablet_pc { display: flex; }
.sp { display: none; }
.pc { display: block; font-size: 11px; color: var(--tcg-ink-mute); margin-top: 4px; }

/* 診療時間テーブル（本体の薄ピンク●） */
.schedule {
  border-collapse: collapse;
  width: 100%;
  font-size: 13px;
  margin: 0;
}
.schedule th,
.schedule td {
  border: 1px solid var(--tcg-line);
  padding: 14px 6px;
  text-align: center;
  vertical-align: middle;
  color: var(--tcg-ink);
}
.schedule thead th, .schedule tr:first-child th { background: #faf7f2; font-weight: 500; font-size: 13px; }
.schedule .table_title { background: #faf7f2; font-weight: 500; width: 17%; }
.schedule .table_title_time { text-align: left; padding-left: 14px; line-height: 1.5; }
.schedule .table_title_time .pc { font-size: 11px; color: var(--tcg-ink-mute); margin-top: 2px; display: inline-block; }
.schedule .table_title_time .sp { display: none; }
.schedule td { font-size: 18px; color: #e8b4b4; font-weight: 700; letter-spacing: 0; }
.schedule td .holiday { color: var(--tcg-ink-mute); font-weight: 400; font-size: 14px; }

/* 注釈リスト */
.information_txt {
  list-style: none; margin: 20px 0 0; padding: 0;
  display: flex; flex-direction: column; gap: 6px;
  font-size: 13px; color: var(--tcg-ink);
  line-height: 1.8;
}
.information_title.border {
  display: inline-block;
  border: 1px solid var(--tcg-ink-mute);
  font-size: 11px;
  padding: 2px 8px;
  margin-right: 8px;
  letter-spacing: .08em;
}

/* 採用情報・仕事問い合わせ */
.information-btns {
  list-style: none;
  margin: 56px 0 0;
  padding: 0;
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}
.information-btns a {
  display: inline-block;
  padding: 12px 28px;
  border: 1px solid var(--tcg-ink);
  color: var(--tcg-ink);
  text-decoration: none;
  font-size: 13px;
  letter-spacing: .04em;
  border-radius: 2px;
  transition: background .2s ease, color .2s ease;
}
.information-btns a:hover { background: var(--tcg-ink); color: #fff; }

@media (max-width: 959px) {
  #information { padding: 40px 20px 24px; }
  #information .information { grid-template-columns: 1fr; gap: 24px; }
  .information_right_txt.tablet_sp { display: flex; }
  .information_right_txt.tablet_pc { display: none; }
  .schedule .table_title_time .pc { display: none; }
  .schedule .table_title_time .sp { display: inline-block; font-size: 11px; color: var(--tcg-ink-mute); margin-top: 2px; }
  .sp { display: inline; }
  .information_logo img { height: 36px; }
}

/* ---- 3. Google Maps ---- */
.tcg-footmap {
  line-height: 0;
}
.tcg-footmap iframe {
  display: block;
  width: 100%;
  height: 320px;
  border: 0;
}

/* ---- 4. サイトマップ・コピーライト ---- */
.tcg-footnav {
  background: #fff;
  border-top: 1px solid var(--tcg-line);
  padding: 16px 24px 32px;
}
.tcg-footnav__inner {
  max-width: var(--tcg-max);
  margin: 0 auto;
  text-align: center;
}
.tcg-footnav__sitemap { margin: 0 0 12px; font-size: 12px; }
.tcg-footnav__sitemap a {
  color: var(--tcg-ink-mute);
  text-decoration: none;
  letter-spacing: .08em;
}
.tcg-footnav__sitemap a:hover { color: var(--tcg-accent); }
.tcg-footnav__copy {
  margin: 0;
  font-size: 11px;
  color: var(--tcg-ink-mute);
  letter-spacing: .06em;
}

/* ---- 5. 右下追従LINE予約（PC/SP共通） ---- */
.tcg-fixed-line {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 998;
  display: inline-block;
  line-height: 0;
  transition: opacity .2s ease, transform .2s ease;
  filter: drop-shadow(0 4px 12px rgba(0,0,0,.15));
}
.tcg-fixed-line img { height: 56px; width: auto; display: block; }
.tcg-fixed-line:hover { opacity: .9; transform: translateY(-2px); }
@media (max-width: 959px) {
  .tcg-fixed-line { right: 12px; bottom: 12px; }
  .tcg-fixed-line img { height: 48px; }
}

/* =========================================
   医療SEO（YMYL/E-E-A-T）コンポーネント
   ========================================= */

/* ====== 記事冒頭バッジ ====== */
.tcg-meta-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 8px 0 24px;
  align-items: center;
}
.tcg-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 11px;
  padding: 4px 10px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--tcg-line);
  color: var(--tcg-ink-mute);
  letter-spacing: .04em;
  line-height: 1.5;
}
.tcg-badge--reviewed {
  background: #f0f8f1;
  color: #1e7a36;
  border-color: #cdebd4;
  font-weight: 700;
}
.tcg-badge--reviewed svg { stroke: #1e7a36; }
.tcg-badge--mute { color: var(--tcg-ink-mute); }

/* ====== FAQ ====== */
.tcg-faq {
  margin: 40px 0;
  border-top: 1px solid var(--tcg-line);
  padding-top: 32px;
}
.tcg-faq__title {
  font-size: 20px;
  margin: 0 0 16px;
  letter-spacing: .04em;
}
.tcg-faq__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.tcg-faq__item {
  border: 1px solid var(--tcg-line);
  border-radius: 6px;
  background: #fff;
  overflow: hidden;
}
.tcg-faq__q {
  cursor: pointer;
  padding: 14px 18px;
  font-weight: 700;
  font-size: 14px;
  list-style: none;
  position: relative;
  padding-right: 40px;
}
.tcg-faq__q::-webkit-details-marker { display: none; }
.tcg-faq__q::before {
  content: "Q";
  color: var(--tcg-accent);
  font-weight: 700;
  margin-right: 8px;
}
.tcg-faq__q::after {
  content: "";
  position: absolute;
  right: 18px; top: 50%;
  width: 10px; height: 10px;
  border-right: 2px solid var(--tcg-ink-mute);
  border-bottom: 2px solid var(--tcg-ink-mute);
  transform: translateY(-70%) rotate(45deg);
  transition: transform .2s ease;
}
.tcg-faq__item[open] .tcg-faq__q::after { transform: translateY(-30%) rotate(-135deg); }
.tcg-faq__a {
  padding: 0 18px 16px 18px;
  font-size: 14px;
  line-height: 1.8;
  color: var(--tcg-ink);
}
.tcg-faq__a::before {
  content: "A";
  color: var(--tcg-accent);
  font-weight: 700;
  margin-right: 8px;
}

/* ====== 参考文献 ====== */
.tcg-refs {
  margin: 40px 0;
  border-top: 1px solid var(--tcg-line);
  padding-top: 24px;
}
.tcg-refs__title {
  font-size: 16px;
  margin: 0 0 12px;
  color: var(--tcg-ink);
  letter-spacing: .04em;
}
.tcg-refs__list {
  margin: 0;
  padding-left: 20px;
  font-size: 12px;
  color: var(--tcg-ink-mute);
  line-height: 1.8;
}
.tcg-refs__list li { margin-bottom: 4px; word-break: break-all; }
.tcg-refs__list a { color: var(--tcg-accent); text-decoration: underline; }
.tcg-refs__list a:hover { text-decoration: none; }

/* ====== 医療免責事項 ====== */
.tcg-disclaimer {
  margin: 40px 0;
  padding: 20px 22px;
  background: #fafaf7;
  border: 1px solid var(--tcg-line);
  border-left: 4px solid var(--tcg-accent);
  border-radius: 4px;
  font-size: 12px;
  line-height: 1.8;
  color: var(--tcg-ink-mute);
}
.tcg-disclaimer__title {
  font-size: 13px;
  margin: 0 0 10px;
  color: var(--tcg-ink);
  letter-spacing: .04em;
}
.tcg-disclaimer p { margin: 0 0 8px; font-size: 12px; }
.tcg-disclaimer p:last-child { margin: 0; }
.tcg-disclaimer__note { font-size: 11px !important; color: #888; }

/* ====== 相談CTA ====== */
.tcg-cta {
  margin: 40px 0 0;
  border: 1px solid var(--tcg-accent);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}
.tcg-cta__head {
  background: var(--tcg-accent);
  color: #fff;
  padding: 20px 22px;
  text-align: center;
}
.tcg-cta__lead {
  margin: 0 0 6px;
  font-size: 13px;
  letter-spacing: .04em;
  opacity: .92;
}
.tcg-cta__name {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .04em;
}
.tcg-cta__body { padding: 20px 22px; }
.tcg-cta__addr {
  font-size: 12px;
  color: var(--tcg-ink-mute);
  margin: 0 0 16px;
  text-align: center;
  line-height: 1.8;
}
.tcg-cta__addr a { color: inherit; text-decoration: none; }
.tcg-cta__btns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.tcg-cta__btn {
  display: block;
  text-align: center;
  padding: 14px;
  border-radius: 4px;
  font-weight: 700;
  text-decoration: none;
  font-size: 14px;
  transition: opacity .2s ease, background .2s ease;
}
.tcg-cta__btn--line {
  background: var(--tcg-line-green);
  color: #fff !important;
}
.tcg-cta__btn--line:hover { opacity: .88; }
.tcg-cta__btn--ghost {
  background: #fff;
  color: var(--tcg-accent) !important;
  border: 1px solid var(--tcg-accent);
}
.tcg-cta__btn--ghost:hover { background: var(--tcg-bg-soft); }

@media (max-width: 599px) {
  .tcg-cta__btns { grid-template-columns: 1fr; }
}
