@charset "UTF-8";
/* =========================================================
   Post Page Header Color
   投稿ページの見出し帯を2階層目系グリーンへ
   2026-07-04
========================================================= */

body.single-post .page-header,
body.blog .page-header,
body.archive .page-header,
body.category .page-header,
body.tag .page-header {
  background: #6f8f5f !important;
  border-bottom: none !important;
}

body.single-post .page-header h1,
body.blog .page-header h1,
body.archive .page-header h1,
body.category .page-header h1,
body.tag .page-header h1,
body.single-post .page-header_pageTitle,
body.blog .page-header_pageTitle,
body.archive .page-header_pageTitle,
body.category .page-header_pageTitle,
body.tag .page-header_pageTitle {
  color: #ffffff !important;
}

/* Lightning系の別クラス保険 */
body.single-post .vk_pageHeader,
body.blog .vk_pageHeader,
body.archive .vk_pageHeader,
body.category .vk_pageHeader,
body.tag .vk_pageHeader {
  background: #6f8f5f !important;
}

body.single-post .vk_pageHeader h1,
body.blog .vk_pageHeader h1,
body.archive .vk_pageHeader h1,
body.category .vk_pageHeader h1,
body.tag .vk_pageHeader h1 {
  color: #ffffff !important;
}
/* =========================================================
   TWENTY SEVENTEEN → LIGHTNING
   ROOT SCROLL FIX
   body内スクロールを解除し、Lightning標準追従を復旧
========================================================= */

html {
  height: auto !important;
  min-height: 100% !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
}

body {
  height: auto !important;
  min-height: 100% !important;
  max-height: none !important;
  overflow: visible !important;
}
/* =========================================================
   SAKAIHIGASHI / HEADER MENU SPACING
   PCメニュー項目間をコンパクト化
========================================================= */

@media screen and (min-width: 992px) {

  /* メニュー全体の余分な間隔をなくす */
  html body #site-header .global-nav-list {
    gap: 0 !important;
  }

  html body #site-header .global-nav-list > li {
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* 各メニューの左右余白を縮小 */
  html body #site-header .global-nav-list > li > a {
    width: auto !important;
    min-width: 0 !important;

    padding-left: 8px !important;
    padding-right: 8px !important;

    letter-spacing: 0 !important;
    white-space: nowrap !important;
  }

  /* 体験予約ボタンだけはボタンらしい幅を維持 */
  html body #site-header
  a[href*="reserve.ilchibrainyoga.com/sakaihigashi"] {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
}

/* =========================================================
   SAKAIHIGASHI / HEADER TITLE
   Lightning切替後の表示確認をしてから末尾へ追加する
   京橋の固定文言は持ち込まない
========================================================= */
/* =========================================================
   SAKAIHIGASHI / HEADER COMPACT + TITLE 2 LINES
   PC通常時：サイト名を2行、メニュー幅を京橋と同じに調整
========================================================= */

@media screen and (min-width: 992px) {

  /* メニュー項目間をコンパクト化 */
  html body #site-header .global-nav-list {
    gap: 0 !important;
  }

  html body #site-header .global-nav-list > li {
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  html body #site-header .global-nav-list > li > a {
    width: auto !important;
    min-width: 0 !important;

    padding-left: 8px !important;
    padding-right: 8px !important;

    font-size: 14px !important;
    letter-spacing: 0 !important;
    white-space: nowrap !important;
  }

  html body #site-header
  .global-nav-list > li > a .global-nav-name {
    font-size: 14px !important;
    letter-spacing: 0 !important;
    white-space: nowrap !important;
  }

  /* 体験予約だけボタン幅を維持 */
  html body #site-header
  a[href*="reserve.ilchibrainyoga.com/sakaihigashi"] {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  /* 通常ヘッダーのタイトル領域 */
  html body:not(.header_scrolled)
  header#site-header .site-header-logo {
    flex: 0 0 310px !important;
    width: 310px !important;
    max-width: 310px !important;

    margin-top: 0 !important;
    margin-right: 18px !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;

    padding: 0 !important;
  }

  /* 元の1行タイトルを非表示 */
  html body:not(.header_scrolled)
  header#site-header .site-header-logo > a {
    display: block !important;

    width: 100% !important;
    max-width: 100% !important;

    font-size: 0 !important;
    line-height: 0 !important;
    white-space: normal !important;
    text-decoration: none !important;
  }

  /* 堺東のタイトルを2行表示 */
  html body:not(.header_scrolled)
  header#site-header .site-header-logo > a::before {
    content: "【呼吸・瞑想】\Aイルチブレインヨガ堺東スタジオ" !important;

    display: block !important;
    white-space: pre-line !important;

    color: #1f2933 !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    line-height: 1.3 !important;
    letter-spacing: -0.02em !important;
  }
}
