/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 18 2026 | 17:59:50 */
/* ================================================
   福島孝徳 プロフィールページ専用CSS
   対象：body.page-id-10
   用途：Simple Custom CSS and JS 外部CSS用
================================================ */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,600;1,400&family=Noto+Sans+JP:wght@400;500;700;800&family=Noto+Serif+JP:wght@400;600&display=swap');


/* 001. ページ全体：プロフィールページ専用の基本変数 */
body.page-id-10 {
  --pf-content-width: 1110px;
  --pf-black: #111111;
  --pf-gold: #b59a5b;
  --pf-gold-light: #d8ccb2;
  --pf-bg: #f6f4ef;
  --pf-text: #2b2b2b;
}

/* 001-2. 本文エリアを全幅化 */
body.page-id-10 .entry-content {
  max-width: 100% !important;
}


/* 002. 上部見出し：旧見出し装飾の削除と左位置統一
   ※現在は本文先頭の見出しを非表示にしているため未使用。
   必要になった場合は、このブロックのコメントアウトを外す。
*/
/*
body.page-id-10 .entry-content > h2:first-of-type,
body.page-id-10 .entry-content > .wp-block-heading:first-of-type {
  max-width: var(--pf-content-width) !important;
  margin: 42px auto 28px !important;
  padding: 0 !important;
  border: none !important;
  background: none !important;
  box-sizing: border-box !important;
}

body.page-id-10 .entry-content > h2:first-of-type::before,
body.page-id-10 .entry-content > h2:first-of-type::after,
body.page-id-10 .entry-content > .wp-block-heading:first-of-type::before,
body.page-id-10 .entry-content > .wp-block-heading:first-of-type::after {
  display: none !important;
  content: none !important;
}
*/


/* 002. 上部見出し：本文先頭の旧見出しを非表示
   ページ上部のタイトル「福島孝徳とは」と内容が重複するため、
   本文側の「福島孝徳とは（福島孝徳 プロフィール・経歴）」を非表示にする。
*/
body.page-id-10 .entry-content > h2:first-of-type,
body.page-id-10 .entry-content > .wp-block-heading:first-of-type {
  display: none !important;
}


/* 003. 逝去お知らせバナー */
body.page-id-10 .pf-notice {
  background: #f4f1ea;
  border-top: 3px solid var(--pf-gold);
  border-bottom: 1px solid #ddd5c6;
}

body.page-id-10 .pf-notice__inner {
  max-width: var(--pf-content-width) !important;
  margin: 0 auto !important;
  padding: 16px 0 !important;
  display: flex;
  align-items: center;
  gap: 12px;
  box-sizing: border-box !important;
}

body.page-id-10 .pf-notice__icon {
  color: var(--pf-black);
  flex-shrink: 0;
  margin-top: 2px;
}

body.page-id-10 .pf-notice__inner p {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: var(--pf-black);
  font-weight: 500;
  margin: 0;
}

@media (min-width: 1100px) {
  body.page-id-10 .pf-notice__inner p {
    white-space: nowrap;
  }
}


/* 004. ヒーロー：黒背景・写真エリア */
body.page-id-10 .profile-hero {
  position: relative;
  overflow: hidden;
  background: var(--pf-black);
}

body.page-id-10 .profile-hero::before {
  content: "";
  position: absolute;
  top: -160px;
  right: -60px;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  border: 1px solid rgba(181,154,91,.16);
  z-index: 1;
  pointer-events: none;
}

body.page-id-10 .profile-hero::after {
  content: "";
  position: absolute;
  bottom: -260px;
  left: 36%;
  width: 720px;
  height: 720px;
  border-radius: 50%;
  border: 1px solid rgba(181,154,91,.08);
  z-index: 1;
  pointer-events: none;
}

body.page-id-10 .profile-hero__inner {
  display: grid;
  grid-template-columns: 1fr 460px;
  max-width: var(--pf-content-width) !important;
  margin: 0 auto !important;
  padding: 0 !important;
  min-height: 540px;
  position: relative;
  z-index: 2;
  box-sizing: border-box !important;
}

body.page-id-10 .profile-hero__text {
  padding: 76px 52px 76px 0 !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 0 !important;
  transform: none !important;
}

body.page-id-10 .profile-hero__en-label {
  font-family: 'Cormorant Garamond', 'Noto Serif JP', serif;
  font-size: 12px;
  letter-spacing: .3em;
  color: var(--pf-gold);
  text-transform: uppercase;
  display: block;
  margin-bottom: 18px;
}

body.page-id-10 .profile-hero__name {
  font-family: 'Noto Serif JP', serif;
  font-size: clamp(36px, 5vw, 60px);
  font-weight: 600;
  color: #ffffff;
  line-height: 1.18;
  letter-spacing: .08em;
  margin-bottom: 8px !important;
}

body.page-id-10 .profile-hero__name-en {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(15px, 2vw, 22px);
  font-style: italic;
  color: var(--pf-gold);
  letter-spacing: .04em;
  margin-bottom: 30px;
}

body.page-id-10 .profile-hero__tagline {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15.5px;
  color: rgba(255,255,255,.68);
  line-height: 2.05;
  margin-bottom: 38px;
  max-width: 440px;
}

body.page-id-10 .profile-hero__stats {
  display: flex;
  gap: 34px;
}

body.page-id-10 .profile-hero__stat-num {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-size: 40px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1;
  letter-spacing: -.02em;
}

body.page-id-10 .profile-hero__stat-num em {
  font-size: 19px;
  font-style: normal;
  color: var(--pf-gold);
  margin-left: 2px;
}

body.page-id-10 .profile-hero__stat-label {
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 10.5px;
  color: var(--pf-gold);
  letter-spacing: .14em;
  margin-top: 6px;
  font-weight: 700;
  text-transform: uppercase;
}

body.page-id-10 .profile-hero__photo {
  position: relative;
  overflow: hidden;
}

body.page-id-10 .profile-hero__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 82% top;
  display: block;
}

body.page-id-10 .profile-hero__photo::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, #111111 0%, rgba(17,17,17,.35) 40%, transparent 70%);
  z-index: 1;
}


/* 005. セクション共通 */
body.page-id-10 .pf-section {
  padding: 76px 0;
}

body.page-id-10 .pf-section.pf-about,
body.page-id-10 .pf-section.pf-detail,
body.page-id-10 .pf-section.pf-books {
  background: var(--pf-bg);
}

body.page-id-10 .pf-section.pf-career,
body.page-id-10 .pf-section.pf-videos {
  background: #ffffff;
}

body.page-id-10 .pf-inner {
  max-width: var(--pf-content-width) !important;
  margin: 0 auto !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}

body.page-id-10 .pf-section-label {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 8px;
}

body.page-id-10 .pf-label-en {
  font-family: 'Cormorant Garamond', serif;
  font-size: 12px;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: var(--pf-gold);
  white-space: nowrap;
}

body.page-id-10 .pf-label-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(to right, #d8ccb2, transparent);
}

body.page-id-10 .pf-label-line--light {
  background: linear-gradient(to right, rgba(181,154,91,.62), transparent);
}

body.page-id-10 .pf-section-title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: clamp(20px, 3vw, 28px);
  font-weight: 800;
  color: var(--pf-black);
  letter-spacing: .04em;
  margin-bottom: 44px !important;
  border: none !important;
  background: none !important;
  padding: 0 !important;
  display: block !important;
}

body.page-id-10 .pf-section-title--light {
  color: #ffffff !important;
}


/* 006. プロフィール本文：本文グリッド・情報カード */
body.page-id-10 .pf-about-grid {
  display: grid;
  grid-template-columns: 1fr 290px;
  gap: 60px;
  align-items: start;
}

body.page-id-10 .pf-about-body p {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  line-height: 2.1;
  color: var(--pf-text);
  margin-bottom: 18px !important;
}

body.page-id-10 .pf-about-body p:last-child {
  margin-bottom: 0 !important;
}

body.page-id-10 .pf-lead {
  font-family: 'Noto Serif JP', serif !important;
  font-size: 17.5px !important;
  color: var(--pf-black) !important;
  font-weight: 600 !important;
  padding-bottom: 20px !important;
  border-bottom: 1px solid var(--pf-gold-light) !important;
  margin-bottom: 22px !important;
}

body.page-id-10 .pf-about-sidebar {
  position: sticky;
  top: 20px;
}

body.page-id-10 .pf-info-card {
  background: #ffffff;
  border: 1px solid #ddd5c6;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(0,0,0,.10);
}

body.page-id-10 .pf-info-card-head {
  background: var(--pf-black);
  padding: 20px 24px;
}

body.page-id-10 .pf-info-card-label {
  font-family: 'Cormorant Garamond', serif;
  font-size: 11px;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: var(--pf-gold);
  display: block;
  margin-bottom: 4px;
}

body.page-id-10 .pf-info-card-name {
  font-family: 'Noto Serif JP', serif;
  font-size: 19px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: .06em;
  display: block;
}

body.page-id-10 .pf-info-card-row {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  padding: 14px 20px;
  border-bottom: 1px solid #f1ede4;
}

body.page-id-10 .pf-info-card-row:last-child {
  border-bottom: none;
}

body.page-id-10 .pf-info-icon {
  width: 32px;
  height: 32px;
  background: #f4f1ea;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}

body.page-id-10 .pf-info-key {
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 10px;
  letter-spacing: .12em;
  color: var(--pf-gold);
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 3px;
}

body.page-id-10 .pf-info-val {
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;
  line-height: 1.65;
  color: var(--pf-text);
  font-weight: 500;
}


/* 007. 経歴タイムライン */
body.page-id-10 .pf-timeline {
  position: relative;
  padding-left: 40px;
}

body.page-id-10 .pf-timeline::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 8px;
  bottom: 0;
  width: 1px;
  background: linear-gradient(to bottom, #b59a5b, #d8ccb2 80%, transparent);
}

body.page-id-10 .pf-tl-item {
  position: relative;
  margin-bottom: 40px;
}

body.page-id-10 .pf-tl-item:last-child {
  margin-bottom: 0;
}

body.page-id-10 .pf-tl-dot {
  position: absolute;
  left: -40px;
  top: 7px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #ffffff;
  border: 2px solid var(--pf-gold);
  box-shadow: 0 0 0 4px #ffffff;
}

body.page-id-10 .pf-tl-key .pf-tl-dot {
  background: var(--pf-black);
  border-color: var(--pf-black);
  width: 17px;
  height: 17px;
  left: -41px;
}

body.page-id-10 .pf-tl-year {
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
  font-weight: 600;
  color: var(--pf-gold);
  line-height: 1;
  letter-spacing: .02em;
  margin-bottom: 7px;
}

body.page-id-10 .pf-tl-key .pf-tl-year {
  color: var(--pf-black);
}

body.page-id-10 .pf-tl-item:last-child .pf-tl-year {
  color: #6b6252;
}

body.page-id-10 .pf-tl-body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  line-height: 1.9;
  color: var(--pf-text);
}

body.page-id-10 .pf-tl-body strong {
  font-weight: 700;
  color: var(--pf-black);
}


/* 008. 手術成績：黒背景カード */
body.page-id-10 .pf-records {
  background: var(--pf-black);
  padding: 76px 0;
}

body.page-id-10 .pf-records .pf-section-title,
body.page-id-10 .pf-records .pf-section-title--light,
body.page-id-10 .pf-records h2.pf-section-title {
  color: #ffffff !important;
}

body.page-id-10 .pf-records-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 2px;
  background: rgba(181,154,91,.14);
  border-radius: 14px;
  overflow: hidden;
  margin-top: 40px;
}

body.page-id-10 .pf-rec-card {
  background: rgba(255,255,255,.04);
  padding: 30px 24px;
  transition: background .2s;
}

body.page-id-10 .pf-rec-card:hover {
  background: rgba(255,255,255,.08);
}

body.page-id-10 .pf-rec-hero {
  grid-column: span 2;
  background: rgba(181,154,91,.16) !important;
  padding: 38px 34px !important;
}

body.page-id-10 .pf-rec-cat {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 10px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--pf-gold);
  font-weight: 700;
  margin-bottom: 12px;
  display: block;
}

body.page-id-10 .pf-rec-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 48px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1;
  letter-spacing: -.02em;
}

body.page-id-10 .pf-rec-hero .pf-rec-num {
  font-size: 72px;
}

body.page-id-10 .pf-rec-num em {
  font-style: normal;
  font-size: 21px;
  font-weight: 400;
  margin-left: 2px;
  color: var(--pf-gold);
  vertical-align: .1em;
}

body.page-id-10 .pf-rec-hero .pf-rec-num em {
  font-size: 32px;
}

body.page-id-10 .pf-rec-label {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 12.5px;
  color: rgba(255,255,255,.48);
  margin-top: 9px;
  line-height: 1.6;
  font-weight: 500;
}

body.page-id-10 .pf-rec-note {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 10.5px;
  color: rgba(181,154,91,.72);
  margin-top: 6px;
  line-height: 1.5;
}

body.page-id-10 .pf-rec-foot {
  text-align: right;
  font-size: 13px;
  color: rgba(181,154,91,.78);
  margin-top: 16px;
}


/* 009. 手術成績詳細：テーブル */
body.page-id-10 .pf-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 48px;
}

body.page-id-10 .pf-detail-grid > div {
  min-width: 0;
}

body.page-id-10 .pf-detail-gtitle {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--pf-gold);
  padding-bottom: 11px;
  border-bottom: 1px solid var(--pf-gold-light);
  margin-top: 30px;
  margin-bottom: 0;
}

body.page-id-10 .pf-detail-gtitle:first-child {
  margin-top: 0;
}

body.page-id-10 .pf-detail-table {
  width: 100% !important;
  max-width: 100% !important;
  table-layout: auto !important;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border-radius: 8px;
  box-sizing: border-box !important;
}

body.page-id-10 .pf-detail-table tr {
  border-bottom: 1px solid #e6e0d5;
}

body.page-id-10 .pf-detail-table tr:last-child {
  border-bottom: none;
}

body.page-id-10 .pf-detail-table td {
  box-sizing: border-box !important;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 13.5px;
  line-height: 1.6;
  vertical-align: middle !important;
  border: none !important;
  background: #ffffff !important;
}

body.page-id-10 .pf-detail-table td:first-child {
  font-family: 'Noto Sans JP', sans-serif;
  color: var(--pf-text);
  font-weight: 500;
  padding-left: 28px !important;
  padding-right: 20px !important;
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: break-word !important;
}

body.page-id-10 .pf-detail-table td:last-child {
  font-family: 'Cormorant Garamond', serif;
  color: var(--pf-black);
  font-weight: 800;
  font-size: 16.5px;
  padding-left: 20px !important;
  padding-right: 28px !important;
  text-align: right !important;
  white-space: nowrap !important;
}


/* 010. 動画エリア */
body.page-id-10 .pf-videos-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
  margin-top: 40px;
}

body.page-id-10 .pf-video-wrap {
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  box-shadow: 0 14px 36px rgba(0,0,0,.14);
  background: #000000;
}


/* 011. 関連書籍グリッド */
body.page-id-10 .pf-books-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, 104px);
  justify-content: start;
  align-items: start;
  gap: 24px 28px;
  margin-top: 40px;
}

body.page-id-10 .pf-book-item {
  display: block;
  width: 104px;
  transition: transform .25s ease;
}

body.page-id-10 .pf-book-item:hover {
  transform: translateY(-4px);
}

body.page-id-10 .pf-book-item img {
  width: 104px;
  max-width: 104px;
  height: auto;
  border-radius: 3px;
  box-shadow: 0 8px 18px rgba(0,0,0,.18), 2px 0 5px rgba(0,0,0,.08);
  display: block;
}


/* 012. タブレット・スマホ調整 */
@media (max-width: 768px) {

  body.page-id-10 {
    --pf-content-width: none;
  }

  body.page-id-10 .entry-content > h2:first-of-type,
  body.page-id-10 .entry-content > .wp-block-heading:first-of-type,
  body.page-id-10 .pf-notice__inner,
  body.page-id-10 .profile-hero__inner,
  body.page-id-10 .pf-inner {
    max-width: none !important;
    margin-left: 20px !important;
    margin-right: 20px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  body.page-id-10 .entry-content > h2:first-of-type,
  body.page-id-10 .entry-content > .wp-block-heading:first-of-type {
    margin-top: 32px !important;
    margin-bottom: 22px !important;
  }

  body.page-id-10 .pf-notice__inner {
    padding-top: 18px !important;
    padding-bottom: 18px !important;
    gap: 10px;
  }

  body.page-id-10 .pf-notice__inner p {
    font-size: 14px;
  }

  body.page-id-10 .profile-hero__inner {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  body.page-id-10 .profile-hero__text {
    padding: 52px 0 44px !important;
    transform: none !important;
  }

  body.page-id-10 .profile-hero__photo {
    height: 260px;
  }

  body.page-id-10 .profile-hero__photo img {
    object-position: center top;
  }

  body.page-id-10 .profile-hero__photo::before {
    background: linear-gradient(to bottom, transparent 30%, #111111 100%);
  }

  body.page-id-10 .profile-hero__stats {
    gap: 20px;
    flex-wrap: wrap;
  }

  body.page-id-10 .pf-section,
  body.page-id-10 .pf-records {
    padding: 52px 0;
  }

  body.page-id-10 .pf-about-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  body.page-id-10 .pf-about-sidebar {
    position: static;
  }

  body.page-id-10 .pf-records-grid {
    grid-template-columns: 1fr !important;
    gap: 1px !important;
    overflow: hidden !important;
  }

  body.page-id-10 .pf-rec-card,
  body.page-id-10 .pf-rec-hero {
    grid-column: span 1 !important;
    width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
    padding: 28px 24px !important;
  }

  body.page-id-10 .pf-rec-num,
  body.page-id-10 .pf-rec-hero .pf-rec-num {
    font-size: 58px !important;
    line-height: 1 !important;
  }

  body.page-id-10 .pf-rec-num em,
  body.page-id-10 .pf-rec-hero .pf-rec-num em {
    font-size: 24px !important;
  }

  body.page-id-10 .pf-rec-label {
    font-size: 13px !important;
  }

  body.page-id-10 .pf-detail-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  body.page-id-10 .pf-detail-table {
    table-layout: auto !important;
  }

  body.page-id-10 .pf-detail-table td:first-child {
    padding-left: 14px !important;
    padding-right: 8px !important;
    font-size: 14px !important;
    line-height: 1.55 !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
  }

  body.page-id-10 .pf-detail-table td:last-child {
    padding-left: 8px !important;
    padding-right: 14px !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
    text-align: right !important;
    white-space: nowrap !important;
  }

  body.page-id-10 .pf-videos-grid {
    grid-template-columns: 1fr;
  }

  body.page-id-10 .pf-books-grid {
    grid-template-columns: repeat(auto-fill, 92px);
    gap: 18px 16px;
  }

  body.page-id-10 .pf-book-item,
  body.page-id-10 .pf-book-item img {
    width: 92px;
    max-width: 92px;
  }
}


/* 013. 小型スマホ調整 */
@media (max-width: 480px) {

  body.page-id-10 .pf-rec-card,
  body.page-id-10 .pf-rec-hero {
    padding: 26px 22px !important;
  }

  body.page-id-10 .pf-rec-num,
  body.page-id-10 .pf-rec-hero .pf-rec-num {
    font-size: 52px !important;
  }

  body.page-id-10 .pf-books-grid {
    grid-template-columns: repeat(auto-fill, 88px);
  }

  body.page-id-10 .pf-book-item,
  body.page-id-10 .pf-book-item img {
    width: 88px;
    max-width: 88px;
  }
}