@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
/* Sticky CTA: mobile only */
@media (max-width: 768px){
  /* 本文が隠れないように下部に余白を付与 */
  body{ padding-bottom: 74px; } /* ボタン高さ + 余白 */

  #gk-sticky-cta{
    position: fixed;
    left: 0; right: 0; bottom: 0;
    display: flex; gap: 8px;
    padding: 10px 12px calc(10px + env(safe-area-inset-bottom)) 12px;
    background: rgba(255,255,255,.92);
    backdrop-filter: blur(6px);
    border-top: 1px solid #eee;
    z-index: 9999;
  }
  #gk-sticky-cta .gk-cta{
    flex: 1 1 0;
    display: inline-flex; align-items:center; justify-content:center;
    height: 54px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    box-shadow: 0 6px 16px rgba(0,0,0,.08);
    transition: transform .12s ease, box-shadow .12s ease, opacity .12s ease;
  }
  #gk-sticky-cta .gk-cta:active{
    transform: translateY(1px);
    box-shadow: 0 3px 10px rgba(0,0,0,.08);
    opacity: .9;
  }
  #gk-sticky-cta .gk-cta.tel{
    background: #2e7d32; /* 緑系：電話 */
    color: #fff;
  }
  #gk-sticky-cta .gk-cta.line{
    background: #06C755; /* LINEカラー */
    color: #fff;
  }
}

/* WP管理バーがあるとき（ログイン時）ずれない配慮 */
@media (max-width: 782px){
  body.admin-bar #gk-sticky-cta{ bottom: 0; }
}
/* ブログ感の強いメタ情報を非表示 */
.entry-meta, .sns-share, .sns-follow, .date-tags, .entry-categories,
.post-author, .pager-post-navi { display:none !important; }

/* 固定ページは見出しや余白を“コーポレート風”に */
.page .entry-title { display:none; } /* ホーム等でタイトル帯を隠す */
.page .entry-content > * { margin-block: 1.2rem; }
:root{
  --line:#eee; --muted:#666; --brand:#0aa; --brand-dark:#077; --gold:#d4af37;
  --radius:14px; --shadow:0 10px 30px rgba(0,0,0,.06);
}
.card{ background:#fff; border:1px solid var(--line); border-radius:var(--radius); padding:18px; box-shadow:var(--shadow); margin:16px 0; }
.sec-title{ font-size:1.2rem; margin:0 0 10px; position:relative; }
.sec-title::after{ content:""; display:block; width:56px; height:3px; background:var(--gold); margin-top:6px; border-radius:3px; }
.subnote{ color:var(--muted); font-size:13px; margin-top:8px; }

/* ヒーロー（料金の見出し帯） */
.price-hero{ text-align:center; padding:26px 18px; }
.price-title{ font-size:1.6rem; margin:0 0 6px; }
.price-lead{ color:var(--muted); }

/* 基本コーステーブル */
.price-table table{ width:100%; border-collapse:separate; border-spacing:0 10px; }
.price-table th, .price-table td{
  background:#fafafa; padding:12px 14px; border:1px solid var(--line);
}
.price-table th{ width:38%; border-right:none; border-top-left-radius:10px; border-bottom-left-radius:10px; text-align:left; }
.price-table td{ text-align:right; font-weight:700; border-left:none; border-top-right-radius:10px; border-bottom-right-radius:10px; }

/* 指名・延長・オプションの3カラム */
.price-grid{ display:grid; gap:12px; grid-template-columns:repeat(3,1fr); }
.price-box{ border:1px solid var(--line); border-radius:12px; padding:12px; background:#fafafa; }
.price-box h3{ margin:0 0 8px; font-size:1rem; }
.price-box ul{ list-style:none; padding:0; margin:0; }
.price-box li{ display:flex; justify-content:space-between; padding:8px 0; border-bottom:1px dashed #e7e7e7; }
.price-box li:last-child{ border-bottom:none; }

/* 支払い方法 */
.pay-list{ display:flex; flex-wrap:wrap; gap:8px; list-style:none; padding:0; margin:0; }
.pay-list li{ border:1px solid var(--line); background:#fafafa; padding:8px 12px; border-radius:999px; }

/* 注意書き（黄色系の目立つ枠） */
.warn{ border-color:#f3e5ab; background:#fffdf5; }
.warn .sec-title::after{ background:#f0c419; }
.notes{ margin:8px 0 0; padding-left:1.1em; }
.notes li{ margin:.3em 0; }

/* ボタン */
.btn{ display:inline-flex; align-items:center; padding:.8em 1.2em; background:var(--brand); color:#fff!important; border-radius:12px; font-weight:700; text-decoration:none; box-shadow:0 8px 18px rgba(0,170,170,.18); margin:.25em; }
.btn:hover{ background:var(--brand-dark); }
.btn--line{ background:#06C755; }

/* レスポンシブ */
@media (max-width: 900px){
  .price-grid{ grid-template-columns:1fr; }
  .price-table th{ width:46%; }
}
body {
  background: linear-gradient(to bottom, #ffffff 0%, #fdf8f1 100%);
}
.card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 14px;
  padding: 18px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
}
.gk-footer {
  background: rgba(255, 255, 255, 0.8);
  border-top: 1px solid #e0d7c6; /* ゴールドっぽいライン */
  padding: 30px 10px 15px;
  font-size: 14px;
  color: #555;
  text-align: left;
}

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
}

.footer-col {
  flex: 1 1 250px;
}

.footer-col h3 {
  font-size: 16px;
  color: #222;
  margin-bottom: 10px;
  border-bottom: 2px solid #d4af37; /* ゴールドアクセント */
  display: inline-block;
  padding-bottom: 4px;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col ul li {
  margin-bottom: 6px;
}

.footer-col a {
  color: #555;
  text-decoration: none;
}

.footer-col a:hover {
  color: #0aa;
}

.footer-bottom {
  text-align: center;
  margin-top: 20px;
  padding-top: 10px;
  border-top: 1px solid #eee;
  font-size: 13px;
  color: #777;
}
  .footer-inner {
    flex-direction: column;
    gap: 20px;
  }
  .footer-col {
    text-align: center;
  }
  .footer-col h3 {
    border: none;
  }
}
/* フッターの表示を強制 */
.gk-footer { display:block !important; }

/* 横並びレイアウト（PC） */
.gk-footer .footer-inner{
  display:flex !important;
  flex-wrap:wrap;
  justify-content:space-between;
  gap:30px;
  max-width:1200px;
  margin:0 auto;
}
.gk-footer .footer-col{
  flex:1 1 300px;
  min-width:260px;
}

/* スマホでも必ず表示（縦並び） */
@media (max-width: 768px){
  .gk-footer { display:block !important; }
  .gk-footer .footer-inner{ display:flex !important; }
}

/* 既存スタイル（色味など）はそのまま流用OK */
.gk-footer{
  background: rgba(255,255,255,.8);
  border-top: 1px solid #e0d7c6;
  padding: 30px 10px 15px;
  color:#555; font-size:14px;
}
.footer-bottom{
  text-align:center; margin-top:20px; padding-top:10px;
  border-top:1px solid #eee; font-size:13px; color:#777;
}
/* ベース */
.gk-footer2{
  background: rgba(255,255,255,.85);
  border-top: 1px solid #e0d7c6;
  padding: 30px 10px 15px;
  color:#555; font-size:14px;
}

/* グリッドで3カラム（自動可変） */
.gk-footer2__inner{
  max-width: 1200px; margin:0 auto;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(220px, 1fr));
  gap: 30px;
}

/* スマホは縦並び（自動） */
@media (max-width: 900px){
  .gk-footer2__inner{
    grid-template-columns: 1fr !important;
  }
}

.gk-footer2__col h3{
  font-size:16px; color:#222; margin:0 0 10px;
  border-bottom:2px solid #d4af37; display:inline-block; padding-bottom:4px;
}
/* Recruit hero */
.recruit-hero{ text-align:center; }
.recruit-title{ font-size:1.6rem; margin:0 0 6px; }
.recruit-lead{ color:#666; }

/* セクション見出し */
.sec-title{ font-size:1.2rem; margin:0 0 10px; position:relative; }
.sec-title::after{ content:""; display:block; width:56px; height:3px; background:#d4af37; margin-top:6px; border-radius:3px; }

/* リスト類 */
.merit-list, .req-list{ list-style:none; padding:0; margin:0; }
.merit-list li, .req-list li{ padding:10px 12px; border:1px solid #eee; background:#fafafa; border-radius:10px; margin:8px 0; }

/* 給与テーブル */
.pay-table{ width:100%; border-collapse:separate; border-spacing:0 10px; }
.pay-table th, .pay-table td{ background:#fafafa; padding:12px 14px; border:1px solid #eee; }
.pay-table th{ width:36%; border-right:none; border-top-left-radius:10px; border-bottom-left-radius:10px; text-align:left; }
.pay-table td{ border-left:none; border-top-right-radius:10px; border-bottom-right-radius:10px; text-align:right; }

/* 応募フロー */
.flow-list{ counter-reset: num; list-style:none; padding:0; margin:0; }
.flow-list li{ position:relative; padding:12px 12px 12px 44px; border:1px solid #eee; background:#fff; border-radius:12px; margin:10px 0; box-shadow:0 6px 18px rgba(0,0,0,.04); }
.flow-list li::before{
  counter-increment: num; content: counter(num);
  position:absolute; left:12px; top:50%; transform:translateY(-50%);
  width:24px; height:24px; border-radius:50%; background:#0aa; color:#fff; display:flex; align-items:center; justify-content:center; font-weight:700; font-size:13px;
}

/* FAQ */
.recruit-faq details{ border:1px solid #eee; border-radius:12px; background:#fff; padding:12px; margin:10px 0; }
.recruit-faq summary{ font-weight:700; cursor:pointer; }

/* CTA */
.recruit-cta{ margin-top:12px; }
.single-therapist .t-single{ padding:16px; }
.t-single__head{ display:grid; gap:20px; grid-template-columns: 360px 1fr; align-items:start; }
.t-single__thumb{ width:100%; height:360px; object-fit:cover; border-radius:12px; display:block; background:#f2f2f2; }
.t-single__name{ font-size:22px; margin:0 0 8px; }
.t-single__list{ list-style:none; padding:0; margin:0 0 10px; color:#444; }
.t-single__list li{ margin:4px 0; }
.t-single__comment{ margin:8px 0 12px; color:#555; line-height:1.7; }
.t-single__cta .btn{ margin-right:8px; }
@media (max-width: 900px){
  .t-single__head{ grid-template-columns: 1fr; }
  .t-single__thumb{ height:300px; }
}
/* PCで400x600固定、スマホは幅優先 */
.single-therapist .t-single__thumb{
  width:400px; height:600px; object-fit:cover; border-radius:12px; display:block; margin:0 auto;
}
@media (max-width:768px){
  .single-therapist .t-single__thumb{
    width:100%; height:auto; aspect-ratio: 2 / 3; /* 2:3を維持 */
  }
}
/* デフォルト（スマホ含む） */
.single-therapist .t-single__thumb {
  width: 100%;
  max-width: 400px;
  height: auto;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  border-radius: 12px;
  display: block;
  margin: 0 auto;
}

/* パソコン表示（横幅1000px以上のとき） */
@media (min-width: 1000px) {
  .single-therapist .t-single__thumb {
    max-width: 280px;  /* ← PCで少し小さく */
    height: auto;
  }
}
/* スマホ・タブレット共通 */
.single-therapist .t-single__thumb {
  width: 100%;
  max-width: 400px;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  border-radius: 12px;
  display: block;
  margin: 0 auto;
}

/* 🖥️ PC表示（横幅1000px以上）では小さく */
@media (min-width: 1000px) {
  .single-therapist .t-single__thumb {
    width: 280px !important;  /* ← これで固定幅 */
    height: 420px !important; /* 2:3 比率キープ */
  }
}
/* コンテナ */
.th-archive{ max-width:1200px; margin:0 auto; }

/* フィルタバー */
.th-toolbar{ display:flex; justify-content:space-between; align-items:center; gap:12px; padding:10px 12px; margin-bottom:14px; background:#fff; border:1px solid #eee; border-radius:12px; box-shadow:0 6px 16px rgba(0,0,0,.05); }
.th-tabs{ display:flex; gap:8px; flex-wrap:wrap; }
.th-tab{ display:inline-block; padding:8px 12px; border:1px solid #eee; border-radius:999px; background:#fafafa; color:#333; text-decoration:none; font-weight:700; }
.th-tab.is-active{ background:#06C755; color:#fff; border-color:#06C755; }
.th-sort select{ padding:6px 8px; border-radius:8px; border:1px solid #ddd; }

/* グリッド */
.th-grid{ display:grid; gap:16px; grid-template-columns:repeat(auto-fill,minmax(180px,1fr)); }

/* カード */
.th-card{ display:flex; flex-direction:column; background:#fff; border:1px solid #eee; border-radius:14px; overflow:hidden; text-decoration:none; color:#222; box-shadow:0 8px 20px rgba(0,0,0,.05); transition:.15s; }
.th-card:hover{ transform:translateY(-2px); box-shadow:0 12px 28px rgba(0,0,0,.08); }

/* 画像 */
.th-media{ position:relative; }
.th-thumb{ width:100%; height:240px; object-fit:cover; display:block; }
.th-thumb--ph{ background:#f2f2f2; }

/* バッジ */
.th-badges{ position:absolute; left:8px; top:8px; display:flex; gap:6px; flex-wrap:wrap; }
.th-badge{ display:inline-block; padding:4px 8px; font-size:12px; font-weight:700; color:#fff; border-radius:999px; box-shadow:0 4px 12px rgba(0,0,0,.12); }
.th-badge--today{ background:#3f51b5; }
.th-badge--new{ background:#06C755; }
.th-badge--rec{ background:#ff6b6b; }

/* 本文 */
.th-body{ padding:10px 12px 12px; }
.th-name{ font-size:16px; margin:2px 0 0; }
.th-sub{ font-size:13px; color:#666; margin-top:4px; }
.th-desc{ font-size:12px; color:#777; margin-top:4px; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; overflow:hidden; }

/* ページネーション */
.th-pager{ margin-top:18px; text-align:center; }
/* ピックアップセクション */
.th-pickup{ max-width:1200px; margin:0 auto 18px; }
.th-pickup__title{
  font-size:1.3rem; margin:0 0 10px; position:relative;
}
.th-pickup__title::after{
  content:""; display:block; width:56px; height:3px; background:#d4af37; margin-top:6px; border-radius:3px;
}

/* 5カラム→可変 */
.th-pickup__grid{
  display:grid; gap:16px;
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 1100px){ .th-pickup__grid{ grid-template-columns: repeat(4, 1fr); } }
@media (max-width: 900px){  .th-pickup__grid{ grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 600px){  .th-pickup__grid{ grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 380px){  .th-pickup__grid{ grid-template-columns: 1fr; } }

/* 既存のカードを軽く強調 */
.th-card--pickup .th-thumb{ height:220px; }
.th-card--pickup{ box-shadow:0 10px 24px rgba(0,0,0,.06); }
/* ピックアップも在籍一覧と同じカードサイズにする */
.th-pickup__grid{
  display:grid;
  gap:16px;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); /* ← 一覧と同じ幅感 */
}

/* 画像の高さも一覧（240px）に合わせる */
.th-card--pickup .th-thumb{
  height:240px !important; /* 一覧の .th-thumb と同じ */
}

/* （任意）影や強調を一覧と同じに寄せたい場合は差を消す */
.th-card--pickup{
  box-shadow:0 8px 20px rgba(0,0,0,.05); /* 一覧と同等に揃える */
}
/* ===== 在籍一覧＆ピックアップ 共通調整 ===== */

/* フォント統一（名前・サブ情報） */
.th-name {
  font-size: 15px !important;  /* 一覧と同じ感覚 */
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 2px;
}
.th-sub {
  font-size: 13px !important;
  color: #555;
  line-height: 1.3;
}

/* コメント非表示 */
.th-desc {
  display: none !important;
}

/* 在籍一覧・ピックアップどちらも共通カード設定 */
.th-card,
.th-card--pickup {
  text-align: center;
}
.th-card .th-body,
.th-card--pickup .th-body {
  padding: 6px 4px;
}

/* 画像比率とサイズ */
.th-thumb {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: 8px;
}

/* スマホ対応の微調整 */
@media (max-width: 600px) {
  .th-name { font-size: 14px !important; }
  .th-sub { font-size: 12px !important; }
}
/* ===== スマホ時はセラピスト一覧を2列に ===== */
@media (max-width: 600px){
  /* 在籍一覧 */
  .th-grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px;
  }
  .th-thumb{ height: 200px; } /* 画像少し低めに（好みで調整OK） */

  /* トップのピックアップも同様に2列 */
  .th-pickup__grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px;
  }
}

/* さらに狭い端末（≈iPhone SEなど）は1列にフェイルバック */
@media (max-width: 360px){
  .th-grid,
  .th-pickup__grid{
    grid-template-columns: 1fr !important;
  }
}
/* ===== 名前・身長を画像の上に重ねるデザイン ===== */
.th-card,
.th-card--pickup {
  position: relative;
  overflow: hidden;
}

.th-card .th-body,
.th-card--pickup .th-body {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.6));
  color: #fff;
  padding: 6px 8px 8px;
  text-align: left;
  box-sizing: border-box;
}

/* 名前・T表記の文字サイズや余白調整 */
.th-name {
  font-size: 15px !important;
  font-weight: 600;
  margin: 0;
  line-height: 1.3;
}
.th-sub {
  font-size: 13px !important;
  color: #ddd;
  margin: 0;
}

/* コメントは非表示のまま */
.th-desc {
  display: none !important;
}

/* 写真サイズを安定 */
.th-thumb {
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: block;
}
/* ピックアップの名前（h3）を普通のテキスト風にする */
.th-pickup__grid .th-name {
  all: unset; /* h3の見出しスタイルをリセット */
  display: block;
  font-size: 15px !important;
  font-weight: 600;
  color: #fff;
  line-height: 1.3;
  margin: 0;
  padding: 0;
}

/* サブ情報（T:160とか）も白っぽく統一 */
.th-pickup__grid .th-sub {
  color: #ddd;
  font-size: 13px !important;
  margin-top: 2px;
}
/* セクション枠 */
.th-new-slider{ max-width:1200px; margin:0 auto 18px; }
.th-new-slider__head{ display:flex; align-items:center; justify-content:space-between; margin-bottom:8px; }

/* タイトル装飾は既存と統一 */
.th-pickup__title{ font-size:1.3rem; margin:0; position:relative; }
.th-pickup__title::after{ content:""; display:block; width:56px; height:3px; background:#d4af37; margin-top:6px; border-radius:3px; }

/* ナビボタン */
.th-new-slider__nav{ display:flex; gap:6px; }
.th-nav{
  appearance:none; border:1px solid #ddd; background:#fff; border-radius:8px;
  width:32px; height:32px; line-height:30px; text-align:center; cursor:pointer;
  box-shadow:0 4px 10px rgba(0,0,0,.06);
}
.th-nav:hover{ background:#f5f5f5; }

/* 横スクロール本体 */
.th-slider{
  overflow-x:auto; -webkit-overflow-scrolling:touch;
  scroll-snap-type:x mandatory;
}
.th-track{
  display:flex; gap:12px; padding-bottom:6px;
}

/* スライド1枚の幅（PC/スマホで良い感じのカード幅） */
.th-slide{ flex: 0 0 180px; scroll-snap-align:start; position:relative; }

/* 画像（一覧と同等） */
.th-thumb{ width:100%; height:240px; object-fit:cover; display:block; }

/* 画像上に重ねるテキスト（既存の重ねデザインを流用/統一） */
.th-card, .th-card--pickup{ position:relative; overflow:hidden; text-decoration:none; color:#222; border-radius:12px; }
.th-card .th-body, .th-card--pickup .th-body{
  position:absolute; left:0; bottom:0; width:100%;
  background: linear-gradient(transparent, rgba(0,0,0,.6));
  color:#fff; padding:6px 8px 8px; text-align:left; box-sizing:border-box;
}
.th-name{ all:unset; display:block; font-size:15px !important; font-weight:600; color:#fff; line-height:1.3; }
.th-sub{ font-size:13px !important; color:#ddd; margin-top:2px; }
.th-desc{ display:none !important; } /* コメントは出さない */

/* スクロールバーを少し細く（対応ブラウザのみ） */
.th-slider::-webkit-scrollbar{ height:8px; }
.th-slider::-webkit-scrollbar-thumb{ background: #ddd; border-radius: 999px; }

/* スマホで1枚幅を少し広めに */
@media (max-width: 600px){
  .th-slide{ flex: 0 0 48%; }
  .th-thumb{ height: 200px; }
}
@media (max-width: 360px){
  .th-slide{ flex: 0 0 80%; }
  .th-thumb{ height: 200px; }
}
/* 新人スライダーの名前を普通のテキストっぽく統一 */
.th-new-slider .th-name {
  all: unset; /* h3タグの見出しスタイルをリセット */
  display: block;
  font-size: 15px !important;
  font-weight: 600;
  color: #fff;
  line-height: 1.3;
  margin: 0;
  padding: 0;
}

/* T:160（D）などの表記も白っぽく整える */
.th-new-slider .th-sub {
  font-size: 13px !important;
  color: #ddd;
  margin-top: 2px;
}

/* コメントは非表示 */
.th-new-slider .th-desc {
  display: none !important;
}
/* ===== 新人セラピスト（ゴールド高級風） ===== */
.th-new-slider__head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}

.th-new-slider__head::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, #fff, #faf8f3, #fff);
  border-radius: 8px;
  z-index: 0;
}

/* タイトル（ゴールドグラデーション） */
.th-new-slider__head h2.th-pickup__title {
  position: relative;
  z-index: 1;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", serif;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 1px;
  background: linear-gradient(90deg, #c6a04f, #f1e2b0, #d7b560);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
}

/* 下線もゴールド */
.th-new-slider__head h2.th-pickup__title::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  margin-top: 6px;
  background: linear-gradient(90deg, #c6a04f, #f1e2b0, #d7b560);
  border-radius: 2px;
}

/* ナビボタン（ゴールドトーン） */
.th-nav {
  position: relative;
  z-index: 2;
  border: 1px solid #d9c58a;
  color: #b89f54;
  background: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  cursor: pointer;
  transition: all 0.25s ease;
}
.th-nav:hover {
  background: linear-gradient(135deg, #fff9e5, #fff);
  box-shadow: 0 0 6px rgba(198, 160, 79, 0.4);
}

/* セクション全体（白＋ゴールドの柔らかカード枠） */
.th-new-slider {
  background: #fffdf8;
  border: 1px solid #e7d9b6;
  border-radius: 10px;
  padding: 14px 10px 18px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
}

/* カードの角丸と影を上品に */
.th-slide {
  border-radius: 12px;
  overflow: hidden;
}

/* 画像上に文字を重ねたままトーン統一 */
.th-card .th-body, .th-card--pickup .th-body {
  background: linear-gradient(transparent 40%, rgba(0, 0, 0, 0.55) 100%);
  padding: 8px 10px 10px;
}
.th-name {
  all: unset;
  display: block;
  font-size: 15px !important;
  font-weight: 600;
  color: #fff;
  line-height: 1.3;
}
.th-sub {
  font-size: 13px !important;
  color: #f2f0e6;
  margin-top: 2px;
}
.th-desc { display: none !important; }
/* ===== ご利用の流れ ===== */
.gk-flow{ max-width: 1100px; margin: 0 auto 18px; }
.gk-flow__title{
  font-size: 1.4rem; margin: 0 0 12px;
  font-family: "Noto Serif JP","Hiragino Mincho ProN",serif;
  background: linear-gradient(90deg,#c6a04f,#f1e2b0,#d7b560);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  position: relative;
}
.gk-flow__title::after{
  content:""; display:block; width:60px; height:2px; margin-top:6px;
  background: linear-gradient(90deg,#c6a04f,#f1e2b0,#d7b560); border-radius:2px;
}

.gk-steps{ list-style:none; padding:0; margin:0; position:relative; }
.gk-step{
  background:#fff; border:1px solid #e7d9b6; border-radius:12px;
  box-shadow:0 6px 16px rgba(0,0,0,.05);
  padding:12px; margin-bottom:12px; position:relative;
}
.gk-step__head{ display:flex; align-items:center; gap:10px; margin-bottom:6px; }
.gk-step__num{
  display:inline-block; min-width:84px; text-align:center; font-weight:700;
  color:#b28c3b; background:#fff9e5; border:1px solid #e7d9b6; border-radius:999px; padding:4px 10px;
}
.gk-step__label{
  font-size:1.05rem; font-weight:700; color:#333; letter-spacing:.02em;
}
.gk-step__body{ color:#444; line-height:1.85; }
.gk-step__body p{ margin:6px 0; }

/* CTA */
.gk-flow__cta{ display:flex; gap:10px; flex-wrap:wrap; justify-content:center; margin-top:8px; }
.gk-flow .btn{
  display:inline-block; padding:10px 16px; border-radius:999px; text-decoration:none; font-weight:700;
  background:#fff; color:#222; border:1px solid #ddd; box-shadow:0 6px 16px rgba(0,0,0,.05);
}
.gk-flow .btn--line{ background:#06C755; color:#fff; border-color:#06C755; }
/* ご利用の流れ：電話ボタンの色修正 */
.gk-flow .btn {
  background: linear-gradient(90deg, #c6a04f, #d7b560, #f1e2b0);
  color: #fff !important;
  border: none;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.gk-flow .btn:hover {
  opacity: 0.9;
}

.gk-flow .btn--line {
  background: #06C755;
  color: #fff !important;
  border: none;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}


/* リンク装飾 */
a.gk-tel{ font-weight:700; color:#333; text-decoration:underline; text-underline-offset:2px; }
a.gk-line{ font-weight:700; color:#06C755; text-decoration:underline; text-underline-offset:2px; }

/* スマホ最適化 */
@media (max-width: 600px){
  .gk-step{ padding:12px 10px; }
  .gk-step__num{ min-width:auto; }
}
/* ===== ヒーロー下の在籍/出勤ボタン帯 ===== */
.gk-hero-nav{
  display:flex;
  justify-content:center;
  gap:12px;
  flex-wrap:wrap;
  margin:16px auto 20px;
  max-width:500px;
}
.gk-hero-nav__btn{
  flex:1;
  min-width:45%;
  text-align:center;
  padding:12px 0;
  font-size:15px;
  font-weight:700;
  color:#fff;
  border-radius:999px;
  text-decoration:none;
  background:linear-gradient(90deg,#c6a04f,#d7b560,#f1e2b0);
  box-shadow:0 4px 12px rgba(0,0,0,0.1);
  transition:opacity .25s;
}
.gk-hero-nav__btn:hover{ opacity:.9; }

.gk-hero-nav__btn--today{
  background:linear-gradient(90deg,#06C755,#38e27e);
  box-shadow:0 4px 12px rgba(6,199,85,0.25);
}

/* スマホで少し詰める */
@media (max-width:600px){
  .gk-hero-nav{gap:10px;margin-top:14px;}
  .gk-hero-nav__btn{font-size:14px;padding:10px 0;}
}
/* ===== 背景写真バナー（在籍／出勤共通） ===== */
.gk-hero-banners {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin: 16px auto 22px;
  max-width: 600px;
}

.gk-banner {
  position: relative;
  display: block;
  width: 48%;
  height: 160px; /* 写真に合わせて少し縦長に設定 */
  border-radius: 14px;
  overflow: hidden;
  text-align: center;
  color: #fff;
  box-shadow: 0 6px 16px rgba(0,0,0,0.15);
  transition: transform .25s, opacity .25s;
}
.gk-banner:hover {
  transform: translateY(-3px);
  opacity: 0.95;
}

/* 共通背景写真（同じ画像） */
.gk-banner--therapist,
.gk-banner--today {
  background:
    linear-gradient(180deg, rgba(0,0,0,0.25), rgba(0,0,0,0.55)),
    url('https://gion-k.com/wp-content/uploads/2025/10/rogo.jpg') center/cover no-repeat;
}

/* オーバーレイのテキスト層位置調整 */
.gk-banner__overlay {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 10px;
}

/* キャッチコピー */
.gk-banner__catch {
  font-size: 13px;
  margin: 0 0 4px;
  letter-spacing: 0.05em;
  opacity: 0.9;
  text-shadow: 0 2px 6px rgba(0,0,0,0.5);
}

/* メインテキスト（在籍／本日出勤） */
.gk-banner__text {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-shadow: 0 2px 6px rgba(0,0,0,0.4);
}

/* スマホ時のバナー幅と高さ調整 */
@media (max-width: 600px) {
  .gk-banner {
    width: 100%;
    height: 140px;
  }
  .gk-banner__catch { font-size: 12px; }
  .gk-banner__text { font-size: 16px; }
}
/* ===== 1枚背景タイプのヒーローバナー ===== */
.gk-hero-banner {
  position: relative;
  width: 100%;
  max-width: 1000px;
  height: 300px;
  margin: 0 auto 20px;
  border-radius: 16px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.25), rgba(0,0,0,0.55)),
    url('https://gion-k.com/wp-content/uploads/2025/10/rogo.jpg') center/cover no-repeat;
  box-shadow: 0 6px 16px rgba(0,0,0,0.15);
}

/* 中央テキストエリア（下寄せ配置） */
.gk-hero-banner__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end; /* ← 下寄せ */
  align-items: center;
  color: #fff;
  text-align: center;
  padding: 0 20px 30px; /* 下余白を多めに */
}

.gk-hero-banner__catch {
  font-size: 16px;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", serif;
  letter-spacing: 0.05em;
  margin-bottom: 18px;
  text-shadow: 0 2px 8px rgba(0,0,0,0.6);
  opacity: 0.95;
}

/* ボタン２つ横並び */
.gk-hero-banner__links {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}

/* 半透明ホワイトボタン */
.gk-hero-banner__btn {
  display: inline-block;
  padding: 10px 22px;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  font-size: 14px;
  color: #fff;
  background: rgba(255, 255, 255, 0.2); /* ← 白透明 */
  border: 1px solid rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(4px); /* ← ガラスっぽく見せる */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  transition: all 0.25s ease;
}
.gk-hero-banner__btn:hover {
  background: rgba(255, 255, 255, 0.35);
  transform: translateY(-2px);
}

/* スマホ対応 */
@media (max-width: 600px) {
  .gk-hero-banner { height: 240px; }
  .gk-hero-banner__overlay { padding-bottom: 24px; }
  .gk-hero-banner__catch { font-size: 14px; margin-bottom: 12px; }
  .gk-hero-banner__btn { font-size: 13px; padding: 8px 18px; }
}
/* ===== 右上固定ハンバーガー + 下向きドロップ ===== */
.gk-menu-toggle {
  position: fixed;
  top: 14px; right: 16px;
  width: 46px; height: 46px;
  border-radius: 50%;
  background: rgba(255,255,255,0.9);
  backdrop-filter: blur(6px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  display: flex; flex-direction: column; justify-content: center; align-items: center;
  gap: 5px;
  cursor: pointer;
  z-index: 9999;
}
.gk-menu-toggle span {
  width: 20px; height: 2px; background: #333;
  transition: transform .25s, opacity .25s;
}
.gk-menu-toggle.is-open span:nth-child(1){ transform: translateY(6px) rotate(45deg); }
.gk-menu-toggle.is-open span:nth-child(2){ opacity: 0; }
.gk-menu-toggle.is-open span:nth-child(3){ transform: translateY(-6px) rotate(-45deg); }

/* メニュー部分 */
.gk-dropdown {
  position: fixed;
  top: 66px; right: 16px;
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(8px);
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all .3s ease;
  z-index: 9998;
}
.gk-dropdown.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.gk-dropdown__item {
  display: block;
  padding: 12px 20px;
  text-decoration: none;
  color: #222;
  font-weight: 600;
  border-bottom: 1px solid rgba(0,0,0,0.05);
  font-size: 14px;
}
.gk-dropdown__item:last-child { border-bottom: none; }
.gk-dropdown__item:hover { background: rgba(0,0,0,0.05); }

.gk-dropdown__item--tel { color: #b28c3b; }
.gk-dropdown__item--line { color: #06C755; }

@media (max-width: 600px){
  .gk-menu-toggle { width: 44px; height: 44px; top: 10px; right: 12px; }
  .gk-dropdown { right: 10px; top: 60px; }
}
.logo-header img {
  max-height: 150px;  /* ← これくらいから試して！ */
  width: auto;
  object-fit: contain;
}
/* --- ロゴサイズを強制的に調整（Cocoon対応）--- */
.logo-header img,
.site-logo img {
  max-height: 50px !important; /* ← 数字をここで変える！ */
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
}
/* ===== ロゴ画像のサイズを強制リセット（Cocoon対応） ===== */
:root{ --gk-logo-h: 150px; }  /* ← まずは70pxで固定。後で60/80に微調整OK */

/* よく使われるロゴのセレクタを網羅して上書き */
.header .logo img,
.logo-header img,
.site-logo img,
.site-title a img,
.site-name a img {
  height: var(--gk-logo-h) !important; /* ← 高さを“固定”にする */
  width: auto !important;
  max-height: none !important;
  max-width: none !important;
  object-fit: contain !important;
  display: block;
}

/* もし親の高さが伸びすぎる場合のガード */
.logo-header,
.site-logo {
  height: var(--gk-logo-h) !important;
  overflow: hidden;
}
/* ===== ロゴ下の切れ対策（余白を確保） ===== */
.logo-header,
.site-logo {
  height: auto !important;       /* 高さを自動に戻す */
  padding-bottom: 6px !important; /* 下にちょい余白を追加 */
  overflow: visible !important;   /* 切り取り防止 */
}
