/*
Theme Name: 城歯科クリニック コラム
Theme URI: https://jodentalclinic.com/
Description: 城歯科クリニックのコラム／お知らせ用テーマ。求人LPと同じ Sakura Soft デザイン（サクラピンク #e8829a × スカイブルー #7ec8e3・Noto Sans JP）に統一。制作: 株式会社NARERU。
Author: 株式会社NARERU
Template: twentytwentyfive
Version: 2.0.0
Text Domain: jodental-blog
*/

:root {
  --jo-pink: #e8829a;
  --jo-blue: #7ec8e3;
  --jo-ink: #40323a;
  --jo-dark: #3a2030;
  --jo-line: #fce8ee;
  --jo-grad: linear-gradient(135deg, #e8829a 0%, #7ec8e3 100%);
}

body {
  font-family: "Noto Sans JP", sans-serif;
  background: #fdf6f8;
}

/* ═══ ヘッダー（LPと同じsticky白ヘッダー）═══ */
.jo-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255,255,255,0.97);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--jo-line);
  box-shadow: 0 2px 20px rgba(232,130,154,0.08);
}
.jo-header__inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 1.25rem;
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}
.jo-logo {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
  text-decoration: none;
}
.jo-logo__ja {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 1.1rem;
  color: var(--jo-pink);
  letter-spacing: 0.02em;
}
.jo-logo__en {
  font-weight: 700;
  font-size: 0.55rem;
  color: var(--jo-blue);
  letter-spacing: 0.15em;
}
.jo-nav {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  flex-wrap: wrap;
}
.jo-nav__link {
  font-weight: 700;
  font-size: 0.85rem;
  color: #555;
  text-decoration: none;
  transition: color 0.2s;
}
.jo-nav__link:hover { color: var(--jo-pink); }
.jo-nav__cta {
  font-weight: 900;
  font-size: 0.82rem;
  color: #fff;
  text-decoration: none;
  padding: 0.5rem 1.25rem;
  border-radius: 999px;
  background: var(--jo-grad);
  box-shadow: 0 3px 12px rgba(232,130,154,0.35);
  transition: transform 0.2s, box-shadow 0.2s;
}
.jo-nav__cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(232,130,154,0.45);
  color: #fff;
}
@media (max-width: 600px) {
  .jo-header__inner { min-height: 58px; padding: 0.5rem 1rem; }
  .jo-nav { gap: 0.85rem; width: 100%; justify-content: flex-start; }
  .jo-nav__link { font-size: 0.8rem; }
}

/* ═══ 本文の読みやすさ ═══ */
.wp-block-post-title { color: var(--jo-dark); }
.entry-content h2,
.wp-block-post-content h2 {
  border-left: 5px solid var(--jo-pink);
  padding-left: 0.7rem;
  margin-top: 2.2rem;
}
.entry-content a,
.wp-block-post-content a { color: #d15f7f; text-underline-offset: .15em; }
.wp-block-post-terms a,
.wp-block-categories a { color: var(--jo-blue); font-weight: 700; }

/* ═══ ボタン（LPと同じグラデ999px）═══ */
.wp-block-button__link {
  background: var(--jo-grad) !important;
  color: #fff !important;
  border-radius: 999px !important;
  font-weight: 900;
  padding: 0.85rem 2rem;
  box-shadow: 0 4px 18px rgba(232,130,154,0.40);
  transition: transform 0.2s, box-shadow 0.2s;
}
.wp-block-button__link:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(232,130,154,0.50);
}
.wp-block-button.is-style-outline .wp-block-button__link {
  background: #fff !important;
  color: var(--jo-blue) !important;
  border: 2px solid var(--jo-blue);
}

/* ═══ フッター（LPと同じダークローズ）═══ */
.jo-footer {
  background: var(--jo-dark);
  color: rgba(255,255,255,0.65);
  padding: 2.5rem 1.25rem;
  text-align: center;
  margin-top: 3rem;
}
.jo-footer__inner { max-width: 720px; margin: 0 auto; }
.jo-footer__name { font-weight: 900; font-size: 1.1rem; color: #fff; margin: 0 0 0.5rem; }
.jo-footer__addr { font-size: 0.8rem; margin: 0 0 0.25rem; }
.jo-footer__tel { font-size: 0.9rem; margin: 0 0 1.1rem; }
.jo-footer__tel a { color: rgba(255,255,255,0.85); text-decoration: none; }
.jo-footer__links { font-size: 0.8rem; margin: 0 0 1.1rem; }
.jo-footer__links a { color: rgba(255,255,255,0.8); text-decoration: none; }
.jo-footer__links a:hover { color: #fff; text-decoration: underline; }
.jo-footer__sep { opacity: 0.4; margin: 0 0.4rem; }
.jo-footer__copy { font-size: 0.72rem; opacity: 0.45; margin: 0; }

/* 親テーマ既定ヘッダー/フッターが二重に出た場合の保険（子partsで置換済みなら不要） */
