@charset "UTF-8";

/* =========================================================
   TOYOTA C1 ONLY
   �C���`�u���C�����K�L�c�X�^�W�I��p
   �쐬���F2026-07-24
========================================================= */

/* �q�[���[�摜 */
html body.ilchi-studio-toyota
.iby-page.iby-design-c1.is-toyota-top {
  --iby-c1-hero-image:
    url("https://ilchibrainyoga-toyota.com/wp-content/uploads/2026/06/c1_top.jpg");
}

/* �u�ċz�E�́E�S�𐮂���v�������� */
html body.ilchi-studio-toyota
.iby-page.iby-design-c1.is-toyota-top
.iby-c1-care::before {
  background-image:
    url("https://ilchibrainyoga-toyota.com/wp-content/uploads/2026/06/hidari_8001000.png") !important;
}

/* �u�ċz�E�́E�S�𐮂���v�E������ */
html body.ilchi-studio-toyota
.iby-page.iby-design-c1.is-toyota-top
.iby-c1-care::after {
  background-image:
    url("https://ilchibrainyoga-toyota.com/wp-content/uploads/2026/06/migi_700900.png") !important;
}
/* =========================================================
   TOYOTA C1 / CARE ICON CENTER FIX
   3つのアイコンを円の中央へ固定
========================================================= */

html body
.iby-page.iby-design-c1.is-toyota-top
.iby-c1-care__icon {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* Font Awesomeがi要素で表示される場合 */
html body
.iby-page.iby-design-c1.is-toyota-top
.iby-c1-care__icon > i {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  display: block !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1 !important;
  transform: translate(-50%, -50%) !important;
}

/* Font AwesomeがSVGへ変換される場合 */
html body
.iby-page.iby-design-c1.is-toyota-top
.iby-c1-care__icon > svg {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  display: block !important;
  width: 1em !important;
  height: 1em !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: translate(-50%, -50%) !important;
}
/* =========================================================
   TOYOTA C1 / NEWS CARD BUTTONS
========================================================= */

html body
.iby-page.iby-design-c1.is-toyota-top
.iby-c1-news__card {
  display: flex !important;
  flex-direction: column !important;
}

html body
.iby-page.iby-design-c1.is-toyota-top
.iby-c1-news__action {
  margin: 24px 0 0 !important;
  padding: 0 !important;
}

html body
.iby-page.iby-design-c1.is-toyota-top
.iby-c1-news__button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  min-height: 46px !important;
  padding: 0 24px !important;

  border: 0 !important;
  border-radius: 999px !important;

  background: #6f8f5f !important;
  color: #ffffff !important;

  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  text-align: center !important;
  text-decoration: none !important;

  box-shadow: 0 10px 22px rgba(73, 104, 57, 0.18) !important;
}

html body
.iby-page.iby-design-c1.is-toyota-top
.iby-c1-news__button:hover,
html body
.iby-page.iby-design-c1.is-toyota-top
.iby-c1-news__button:focus {
  background: #58784c !important;
  color: #ffffff !important;
  text-decoration: none !important;
}
/* =========================================================
   TOYOTA C1 / NEWS BUTTON TEXT CENTER
========================================================= */

html body
.iby-page.iby-design-c1.is-toyota-top
.iby-c1-news__button {
  height: 46px !important;
  min-height: 46px !important;
  box-sizing: border-box !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  padding: 0 24px 8px !important;
  line-height: 1 !important;
  vertical-align: middle !important;
}
/* =========================================================
   TOYOTA C1 / FINAL CTA LAYOUT FIX
   植物画像を背景装飾として配置
========================================================= */

html body
.iby-page.iby-design-c1.is-toyota-top
.iby-c1-final-cta {
  position: relative !important;
  isolation: isolate !important;
  overflow: hidden !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: 100% !important;
  max-width: none !important;
  min-height: 520px !important;
  margin: 0 !important;
  padding: 96px 32px !important;
  box-sizing: border-box !important;
}

/* CTA本文を植物画像より前へ */
html body
.iby-page.iby-design-c1.is-toyota-top
.iby-c1-final-cta__inner {
  position: relative !important;
  z-index: 3 !important;

  width: min(760px, 100%) !important;
  max-width: 760px !important;
  margin: 0 auto !important;
  box-sizing: border-box !important;
}

/* 左右の植物画像を通常配置から外す */
html body
.iby-page.iby-design-c1.is-toyota-top
.iby-c1-final-cta__leaf {
  position: absolute !important;
  z-index: 1 !important;

  display: block !important;
  height: auto !important;
  margin: 0 !important;
  pointer-events: none !important;
}

/* 左上 */
html body
.iby-page.iby-design-c1.is-toyota-top
.iby-c1-final-cta__leaf--left {
  top: 0 !important;
  left: 0 !important;

  width: min(430px, 36vw) !important;
  max-width: 430px !important;
}

/* 右下 */
html body
.iby-page.iby-design-c1.is-toyota-top
.iby-c1-final-cta__leaf--right {
  right: 0 !important;
  bottom: 0 !important;

  width: min(380px, 32vw) !important;
  max-width: 380px !important;
}

/* スマートフォン */
@media screen and (max-width: 640px) {

  html body
  .iby-page.iby-design-c1.is-toyota-top
  .iby-c1-final-cta {
    min-height: 500px !important;
    padding: 80px 18px !important;
  }

  html body
  .iby-page.iby-design-c1.is-toyota-top
  .iby-c1-final-cta__inner {
    width: 100% !important;
  }

  html body
  .iby-page.iby-design-c1.is-toyota-top
  .iby-c1-final-cta__leaf--left {
    width: 260px !important;
    max-width: 68vw !important;
  }

  html body
  .iby-page.iby-design-c1.is-toyota-top
  .iby-c1-final-cta__leaf--right {
    width: 230px !important;
    max-width: 62vw !important;
  }
}
/* =========================================================
   TOYOTA C1 / SECTION GAP FIX
   セクション間に入る余白・自動生成pタグを削除
========================================================= */

/* TOP全体にgapが指定されていても無効化 */
html body
.iby-page.iby-design-c1.is-toyota-top {
  display: block !important;
  gap: 0 !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/* 各セクション外側の余白を削除 */
html body
.iby-page.iby-design-c1.is-toyota-top
> section {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* WordPressがセクション間に自動生成する空のpタグを削除 */
html body
.iby-page.iby-design-c1.is-toyota-top
> p {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
}

/* 最後のCTA下にも余白を残さない */
html body
.iby-page.iby-design-c1.is-toyota-top
> section:last-of-type {
  margin-bottom: 0 !important;
}
/* =========================================================
   TOYOTA C1 / FOOTER TOP GAP FIX
   LightningのsiteContent下余白を削除
========================================================= */

html body
.siteContent:has(.iby-page.iby-design-c1.is-toyota-top) {
  padding-bottom: 0 !important;
}
/* =========================================================
   TOYOTA C1 / ENTRY BOTTOM GAP FIX
   本文とフッターの間にある48pxの余白を削除
========================================================= */

html body
article.entry-full:has(.iby-page.iby-design-c1.is-toyota-top) {
  margin-bottom: 0 !important;
}
/* =========================================================
   TOYOTA C1 / FOOTER WIDTH FIX FINAL 2
   Lightningのcol-md-4制限を解除
========================================================= */

/* フッター全体の外枠を本文幅へ揃える */
html body:has(.iby-page.iby-design-c1.is-toyota-top)
.siteFooter .container.sectionBox {
  width: 100% !important;
  max-width: 1110px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Bootstrapのrow余白を解除 */
html body:has(.iby-page.iby-design-c1.is-toyota-top)
.siteFooter .container.sectionBox > .row {
  display: flex !important;
  flex-wrap: wrap !important;
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* 原因になっているcol-md-4を全幅へ */
html body:has(.iby-page.iby-design-c1.is-toyota-top)
.siteFooter .container.sectionBox > .row > .col-md-4 {
  flex: 0 0 100% !important;
  width: 100% !important;
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* カスタムHTMLウィジェットの外枠 */
html body:has(.iby-page.iby-design-c1.is-toyota-top)
.siteFooter #custom_html-3,
html body:has(.iby-page.iby-design-c1.is-toyota-top)
.siteFooter #custom_html-3 .textwidget,
html body:has(.iby-page.iby-design-c1.is-toyota-top)
.siteFooter #custom_html-3 .custom-html-widget {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* 緑色のフッター本体 */
html body:has(.iby-page.iby-design-c1.is-toyota-top)
.siteFooter .iby-studio-footer {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  box-sizing: border-box !important;
}

@media screen and (max-width: 1110px) {
  html body:has(.iby-page.iby-design-c1.is-toyota-top)
  .siteFooter .container.sectionBox {
    max-width: 100% !important;
  }
}
/* =========================================================
   TOYOTA C1 / STICKY HEADER FINAL
   追従時はメニューだけを中央一列で表示
========================================================= */

@media screen and (min-width: 992px) {

  /* 追従ヘッダー本体 */
  html body.ilchi-studio-toyota.header_scrolled
  header.siteHeader,
  html body.ilchi-studio-toyota
  header.siteHeader.header_scrolled {
    display: block !important;
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;

    width: 100% !important;
    height: 56px !important;
    min-height: 56px !important;

    margin: 0 !important;
    padding: 0 !important;

    background: #ffffff !important;
    transform: none !important;
    visibility: visible !important;
    opacity: 1 !important;
    overflow: visible !important;

    z-index: 99999 !important;
  }

  /* ヘッダー内側 */
  html body.ilchi-studio-toyota.header_scrolled
  header.siteHeader .siteHeadContainer,
  html body.ilchi-studio-toyota
  header.siteHeader.header_scrolled .siteHeadContainer {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: center !important;

    width: 100% !important;
    max-width: 1110px !important;
    height: 56px !important;
    min-height: 56px !important;

    margin: 0 auto !important;
    padding: 0 15px !important;
    box-sizing: border-box !important;

    transform: none !important;
    visibility: visible !important;
    opacity: 1 !important;
    overflow: visible !important;
  }

  /* 追従時はサイト名を非表示 */
  html body.ilchi-studio-toyota.header_scrolled
  header.siteHeader .navbar-header,
  html body.ilchi-studio-toyota.header_scrolled
  header.siteHeader .siteHeader_logo,
  html body.ilchi-studio-toyota.header_scrolled
  header.siteHeader .siteHeader_logo_title,
  html body.ilchi-studio-toyota
  header.siteHeader.header_scrolled .navbar-header,
  html body.ilchi-studio-toyota
  header.siteHeader.header_scrolled .siteHeader_logo,
  html body.ilchi-studio-toyota
  header.siteHeader.header_scrolled .siteHeader_logo_title {
    display: none !important;
  }

  /* メニュー外枠 */
  html body.ilchi-studio-toyota.header_scrolled
  header.siteHeader #gMenu_outer,
  html body.ilchi-studio-toyota
  header.siteHeader.header_scrolled #gMenu_outer {
    display: flex !important;
    flex: 1 1 auto !important;
    align-items: center !important;
    justify-content: center !important;

    position: static !important;
    float: none !important;

    width: 100% !important;
    max-width: 100% !important;
    height: 56px !important;

    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
  }

  /* nav外枠 */
  html body.ilchi-studio-toyota.header_scrolled
  header.siteHeader #gMenu_outer nav,
  html body.ilchi-studio-toyota
  header.siteHeader.header_scrolled #gMenu_outer nav {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 100% !important;
    max-width: 100% !important;
    height: 56px !important;

    margin: 0 !important;
    padding: 0 !important;
  }

  /* メニュー本体 */
  html body.ilchi-studio-toyota.header_scrolled
  header.siteHeader ul.gMenu,
  html body.ilchi-studio-toyota
  header.siteHeader.header_scrolled ul.gMenu {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: center !important;

    width: auto !important;
    max-width: 100% !important;
    height: 56px !important;

    margin: 0 auto !important;
    padding: 0 !important;

    float: none !important;
  }

  /* 各項目の巨大な横幅を解除 */
  html body.ilchi-studio-toyota.header_scrolled
  header.siteHeader ul.gMenu > li,
  html body.ilchi-studio-toyota
  header.siteHeader.header_scrolled ul.gMenu > li {
    display: block !important;
    flex: 0 0 auto !important;

    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    height: 56px !important;

    margin: 0 !important;
    padding: 0 !important;

    float: none !important;
    border: 0 !important;
  }

  /* メニューリンク */
  html body.ilchi-studio-toyota.header_scrolled
  header.siteHeader ul.gMenu > li > a,
  html body.ilchi-studio-toyota
  header.siteHeader.header_scrolled ul.gMenu > li > a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: auto !important;
    min-width: 0 !important;
    height: 56px !important;
    min-height: 56px !important;

    margin: 0 !important;
    padding: 0 11px !important;
    box-sizing: border-box !important;

    font-size: 13px !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
  }
}
/* =========================================================
   TOYOTA / SECOND LAYER PAGE HEADER COLOR
   2階層目固定ページのタイトル帯をC1グリーンへ統一
========================================================= */

body.ilchi-second-layer-page .page-header,
body.ilchi-second-layer-page .pageHeader,
body.ilchi-second-layer-page .vk-page-header,
body.ilchi-second-layer-page .vk_pageHeader {
  background: #6f8f5f !important;
  background-color: #6f8f5f !important;
  border-bottom: none !important;
}

/* タイトル文字 */
body.ilchi-second-layer-page .page-header h1,
body.ilchi-second-layer-page .pageHeader h1,
body.ilchi-second-layer-page .vk-page-header h1,
body.ilchi-second-layer-page .vk_pageHeader h1,
body.ilchi-second-layer-page .page-header_pageTitle,
body.ilchi-second-layer-page .pageHeader_title {
  color: #ffffff !important;
}
/* =========================================================
   TOYOTA C1 / PC HEADER ONE LINE FINAL
   サイト名とメニューの重なりを解消
========================================================= */

@media screen and (min-width: 1200px) {

  /* ヘッダー全体の使用幅を確保 */
  html body.ilchi-studio-toyota
  header.siteHeader .siteHeadContainer {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: space-between !important;

    width: 100% !important;
    max-width: 1240px !important;
    min-height: 86px !important;

    margin: 0 auto !important;
    padding: 0 20px !important;
    box-sizing: border-box !important;
  }

  /* サイト名の領域を固定 */
  html body.ilchi-studio-toyota
  header.siteHeader .navbar-header {
    flex: 0 0 360px !important;

    width: 360px !important;
    min-width: 360px !important;
    max-width: 360px !important;

    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
  }

  html body.ilchi-studio-toyota
  header.siteHeader .siteHeader_logo,
  html body.ilchi-studio-toyota
  header.siteHeader .siteHeader_logo_title {
    width: 100% !important;
    max-width: 100% !important;

    margin: 0 !important;
    padding: 0 !important;
  }

  html body.ilchi-studio-toyota
  header.siteHeader .siteHeader_logo a,
  html body.ilchi-studio-toyota
  header.siteHeader .siteHeader_logo_title a {
    display: block !important;

    margin: 0 !important;
    padding: 0 !important;

    font-size: 22px !important;
    line-height: 1.25 !important;
    white-space: nowrap !important;
  }

  /* メニュー領域 */
  html body.ilchi-studio-toyota
  header.siteHeader #gMenu_outer {
    flex: 1 1 0 !important;
    min-width: 0 !important;
    width: auto !important;

    margin: 0 0 0 28px !important;
    padding: 0 !important;
    float: none !important;
  }

  html body.ilchi-studio-toyota
  header.siteHeader ul.gMenu {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: flex-end !important;

    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  html body.ilchi-studio-toyota
  header.siteHeader ul.gMenu > li {
    flex: 0 0 auto !important;
    width: auto !important;
    min-width: 0 !important;

    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
  }

  html body.ilchi-studio-toyota
  header.siteHeader ul.gMenu > li > a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: auto !important;
    min-height: 86px !important;

    margin: 0 !important;
    padding: 0 8px !important;

    font-size: 13px !important;
    line-height: 1.25 !important;
    white-space: nowrap !important;
  }
}