@charset "UTF-8";

/* =========================================================
   02-a1-aratamabashi.css
   イルチブレインヨガ新瑞橋教室 A1専用CSS

   運用ルール
   - 新瑞橋教室だけの調整をこのファイルへ記述する
   - 町田専用画像・URL・調整値は持ち込まない
   - 効かなかった指定を残したまま重ねない
========================================================= */
/* =========================================================
   新瑞橋A1：参加しやすい理由 FIX
   ※ @charset直後に配置
========================================================= */

html body .iby-reasons-fixed {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 76px 24px 80px !important;
  background: #fff9f6 !important;
  box-sizing: border-box !important;
}

html body .iby-reasons-fixed > .iby-section__inner {
  display: block !important;
  width: 100% !important;
  max-width: 1110px !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

/* 見出し */
html body .iby-reasons-fixed .iby-reasons-fixed__title {
  display: block !important;
  width: 100% !important;
  margin: 0 auto 46px !important;
  padding: 0 !important;

  color: #171717 !important;
  font-size: 36px !important;
  font-weight: 700 !important;
  line-height: 1.45 !important;
  text-align: center !important;

  border: 0 !important;
  background: none !important;
  box-shadow: none !important;
}

html body .iby-reasons-fixed .iby-reasons-fixed__title::before,
html body .iby-reasons-fixed .iby-reasons-fixed__title::after {
  content: none !important;
  display: none !important;
}

/* 画像左・説明右 */
html body .iby-reasons-fixed .iby-reasons-fixed__layout {
  display: grid !important;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 54px !important;

  width: 100% !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

/* WordPressが挿入する不要な段落 */
html body .iby-reasons-fixed 
html body .iby-reasons-fixed 
  margin: 0 !important;
  padding: 0 !important;
}

/* 写真 */
html body .iby-reasons-fixed .iby-reasons-fixed__photo {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;

  overflow: hidden !important;
  background: #ffffff !important;
  border-radius: 22px !important;
  box-shadow: 0 12px 30px rgba(74, 54, 49, 0.08) !important;
}

html body .iby-reasons-fixed .iby-reasons-fixed__photo img {
  display: block !important;
  width: 100% !important;
  height: 315px !important;
  max-width: none !important;
  margin: 0 !important;

  object-fit: cover !important;
  object-position: center !important;
}

/* 右側3項目 */
html body .iby-reasons-fixed .iby-reasons-fixed__list {
  display: flex !important;
  flex-direction: column !important;
  gap: 32px !important;

  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

html body .iby-reasons-fixed .iby-reasons-fixed__item {
  display: grid !important;
  grid-template-columns: 42px minmax(0, 1fr) !important;
  align-items: start !important;
  gap: 18px !important;

  margin: 0 !important;
  padding: 0 !important;

  background: none !important;
  border: 0 !important;
  box-shadow: none !important;
}

/* 左の円 */
html body .iby-reasons-fixed .iby-reasons-fixed__mark {
  display: block !important;
  width: 40px !important;
  height: 40px !important;
  margin: 1px 0 0 !important;

  background: #fff4f6 !important;
  border: 1px solid rgba(244, 95, 134, 0.38) !important;
  border-radius: 50% !important;
}

/* 項目見出し */
html body .iby-reasons-fixed .iby-reasons-fixed__content h3 {
  margin: 0 0 7px !important;
  padding: 0 !important;

  color: #171717 !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;

  border: 0 !important;
  background: none !important;
  box-shadow: none !important;
}

html body .iby-reasons-fixed .iby-reasons-fixed__content h3::before,
html body .iby-reasons-fixed .iby-reasons-fixed__content h3::after {
  content: none !important;
  display: none !important;
}

html body .iby-reasons-fixed .iby-reasons-fixed__content p {
  margin: 0 !important;
  padding: 0 !important;

  color: #444444 !important;
  font-size: 15px !important;
  line-height: 1.85 !important;
}

/* タブレット・スマホ */
@media screen and (max-width: 900px) {

  html body .iby-reasons-fixed {
    padding: 56px 18px 60px !important;
  }

  html body .iby-reasons-fixed .iby-reasons-fixed__title {
    margin-bottom: 32px !important;
    font-size: 28px !important;
  }

  html body .iby-reasons-fixed .iby-reasons-fixed__layout {
    grid-template-columns: 1fr !important;
    gap: 32px !important;
    max-width: 680px !important;
  }

  html body .iby-reasons-fixed .iby-reasons-fixed__photo img {
    height: auto !important;
    aspect-ratio: 16 / 10 !important;
  }
}

@media screen and (max-width: 767px) {

  html body .iby-reasons-fixed .iby-reasons-fixed__list {
    gap: 26px !important;
  }

  html body .iby-reasons-fixed .iby-reasons-fixed__item {
    grid-template-columns: 36px minmax(0, 1fr) !important;
    gap: 14px !important;
  }

  html body .iby-reasons-fixed .iby-reasons-fixed__mark {
    width: 34px !important;
    height: 34px !important;
  }

  html body .iby-reasons-fixed .iby-reasons-fixed__content h3 {
    font-size: 19px !important;
  }

  html body .iby-reasons-fixed .iby-reasons-fixed__content p {
    font-size: 14px !important;
  }
}

/* =========================================================
   A1 / Lightning fixed-page layout reset
   作業用A1ページだけ、タイトル帯・パンくず・サイドバーを解除
========================================================= */

body.ilchi-lp-a1 .page-header,
body.ilchi-lp-a1 .pageHeader,
body.ilchi-lp-a1 .vk_pageHeader,
body.ilchi-lp-a1 .vk-page-header,
body.ilchi-lp-a1 .breadcrumb,
body.ilchi-lp-a1 .breadSection,
body.ilchi-lp-a1 .section.breadSection {
  display: none !important;
}

body.ilchi-lp-a1 .siteContent {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.ilchi-lp-a1 .siteContent > .container,
body.ilchi-lp-a1 .siteContent .container,
body.ilchi-lp-a1 .siteContent .row,
body.ilchi-lp-a1 .siteContent .mainSection,
body.ilchi-lp-a1 .siteContent main.mainSection,
body.ilchi-lp-a1 .siteContent #main,
body.ilchi-lp-a1 .entry-body,
body.ilchi-lp-a1 .entry-content {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  flex: 0 0 100% !important;
}

body.ilchi-lp-a1 .siteContent .subSection,
body.ilchi-lp-a1 .siteContent .sideSection,
body.ilchi-lp-a1 .siteContent aside.widget-area,
body.ilchi-lp-a1 .siteContent #secondary {
  display: none !important;
}

/* A1本文は明朝体にしない */
body.ilchi-lp-a1 .iby-page,
body.ilchi-lp-a1 .iby-page * {
  font-family:
    "Noto Sans JP",
    "Hiragino Kaku Gothic ProN",
    "Yu Gothic",
    Meiryo,
    sans-serif !important;
}

body.ilchi-lp-a1 .iby-a1-hero__title,
body.ilchi-lp-a1 .iby-section-title,
body.ilchi-lp-a1 h2,
body.ilchi-lp-a1 h3 {
  letter-spacing: 0.02em !important;
}

/* =========================================================
   A1 / Aratamabashi hero image
   新瑞橋教室ヒーロー背景画像
========================================================= */
body.ilchi-lp-a1 .iby-a1-hero {
  background-image: url("https://ilchibrainyoga-aratamabashi.com/wp-content/uploads/2026/07/a1-hero-bg-02-revised-sharp.webp") !important;
  background-position: 74% 50% !important;
}

@media screen and (max-width: 767px) {
  body.ilchi-lp-a1 .iby-a1-hero {
    background-position: 70% 50% !important;
  }
}
/* =========================================================
   新瑞橋A1：イルチブレインヨガとは FINAL
   町田A1準拠
   PC4列／スマホ1列／背景SVGアイコン
========================================================= */


/* =========================================================
   新瑞橋A1：ヒーローCTA高さ調整 FINAL
========================================================= */

html body.ilchi-lp-a1 .iby-page
.iby-a1-hero .iby-button,
html body.ilchi-lp-a1 .iby-page
.iby-a1-hero .iby-button:visited {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: auto !important;
  min-width: 0 !important;

  height: 46px !important;
  min-height: 46px !important;

  margin: 0 !important;
  padding: 0 26px !important;

  font-size: 14px !important;
  line-height: 1.2 !important;
  white-space: nowrap !important;

  box-sizing: border-box !important;
}

/* PC：2つのボタン幅を自然に揃える */
@media screen and (min-width: 768px) {
  html body.ilchi-lp-a1 .iby-page
  .iby-a1-hero .iby-button {
    min-width: 190px !important;
  }
}

/* スマホ：横幅いっぱい、適正な高さ */
@media screen and (max-width: 767px) {
  html body.ilchi-lp-a1 .iby-page
  .iby-a1-hero .iby-button {
    width: 100% !important;
    min-width: 0 !important;

    height: 48px !important;
    min-height: 48px !important;

    padding: 0 18px !important;
  }
}
/* =========================================================
   新瑞橋A1：ヒーロー高さ・タイトル改行 FINAL
   PC表示をA1見本に近い高さへ調整
========================================================= */

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

  /* ヒーロー全体をコンパクト化 */
  html body.ilchi-lp-a1 .iby-page .iby-a1-hero {
    min-height: 590px !important;
    height: auto !important;
  }

  html body.ilchi-lp-a1 .iby-page .iby-a1-hero__inner {
    min-height: 590px !important;
    height: auto !important;

    padding-top: 48px !important;
    padding-bottom: 48px !important;

    align-items: center !important;
    box-sizing: border-box !important;
  }

  /* 左側テキスト領域を広げる */
  html body.ilchi-lp-a1 .iby-page .iby-a1-hero__copy {
    width: 100% !important;
    max-width: 680px !important;

    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  /* 上部ラベル */
  html body.ilchi-lp-a1 .iby-page .iby-a1-hero__eyebrow {
    margin-top: 0 !important;
    margin-bottom: 18px !important;
  }

  /* タイトル */
  html body.ilchi-lp-a1 .iby-page .iby-a1-hero__title {
    width: 100% !important;
    max-width: 680px !important;

    margin: 0 0 22px !important;

    font-size: clamp(42px, 3.2vw, 54px) !important;
    line-height: 1.22 !important;
    letter-spacing: 0.01em !important;

    word-break: keep-all !important;
    overflow-wrap: normal !important;
  }

  /* PCでは指定した2行を維持 */
  html body.ilchi-lp-a1 .iby-page
  .iby-a1-hero__title > span {
    display: block !important;
    white-space: nowrap !important;
  }

  /* 説明文 */
  html body.ilchi-lp-a1 .iby-page .iby-a1-hero__lead {
    max-width: 620px !important;
    margin: 0 0 18px !important;
    line-height: 1.9 !important;
  }

  /* 箇条書き */
  html body.ilchi-lp-a1 .iby-page .iby-a1-hero__list {
    margin-top: 0 !important;
    margin-bottom: 24px !important;
  }

  /* CTA */
  html body.ilchi-lp-a1 .iby-page
  .iby-a1-hero .iby-button-row {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    gap: 14px !important;
  }
}


/* スマホでは画面幅に応じて折り返しを許可 */
@media screen and (max-width: 767px) {

  html body.ilchi-lp-a1 .iby-page
  .iby-a1-hero__title > span {
    display: block !important;
    white-space: normal !important;
  }

  html body.ilchi-lp-a1 .iby-page .iby-a1-hero__title {
    word-break: keep-all !important;
    overflow-wrap: anywhere !important;
  }
}
/* =========================================================
   新瑞橋A1：インストラクター2名表示 FINAL
   PC中央2列／スマホ中央1列
========================================================= */

html body.ilchi-lp-a1 .iby-page
.iby-a1-trainer-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 560px)) !important;
  justify-content: center !important;
  align-items: stretch !important;
  gap: 28px !important;

  width: 100% !important;
  max-width: 1160px !important;
  margin: 40px auto 0 !important;
  padding: 0 !important;

  box-sizing: border-box !important;
}

/* 共通CSS側の配置指定を解除 */
html body.ilchi-lp-a1 .iby-page
.iby-a1-trainer-grid .iby-a1-trainer-card {
  grid-column: auto !important;
  grid-row: auto !important;
  justify-self: stretch !important;

  display: grid !important;
  grid-template-columns: 160px minmax(0, 1fr) !important;
  align-items: start !important;
  gap: 22px !important;

  width: 100% !important;
  max-width: 560px !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 24px !important;

  box-sizing: border-box !important;
}

/* 写真 */
html body.ilchi-lp-a1 .iby-page
.iby-a1-trainer-grid .iby-a1-trainer-photo {
  width: 100% !important;
  margin: 0 !important;
}

html body.ilchi-lp-a1 .iby-page
.iby-a1-trainer-grid .iby-a1-trainer-photo img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 3 / 4 !important;

  object-fit: cover !important;
  object-position: center top !important;
}

/* 本文 */
html body.ilchi-lp-a1 .iby-page
.iby-a1-trainer-content {
  min-width: 0 !important;
}

html body.ilchi-lp-a1 .iby-page
.iby-a1-trainer-grid .iby-a1-trainer-content h3 {
  font-size: 23px !important;
}

/* 資格・経歴 */
html body.ilchi-lp-a1 .iby-page
.iby-a1-trainer-list {
  margin: 0 0 16px !important;
  padding: 0 !important;
  list-style: none !important;
}

html body.ilchi-lp-a1 .iby-page
.iby-a1-trainer-list li {
  position: relative !important;
  margin: 0 0 6px !important;
  padding-left: 1.25em !important;

  font-size: 13px !important;
  line-height: 1.7 !important;
}

html body.ilchi-lp-a1 .iby-page
.iby-a1-trainer-list li::before {
  content: "✓" !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;

  color: #f45f86 !important;
  font-weight: 700 !important;
}

/* 詳細ボタン */
html body.ilchi-lp-a1 .iby-page
.iby-a1-trainer-button-row {
  display: flex !important;
  justify-content: center !important;

  margin-top: 34px !important;
}

/* タブレット以下：中央1列 */
@media screen and (max-width: 1000px) {

  html body.ilchi-lp-a1 .iby-page
  .iby-a1-trainer-grid {
    grid-template-columns: minmax(0, 560px) !important;
    justify-content: center !important;
  }
}

/* スマホ：写真の下に本文 */
@media screen and (max-width: 767px) {

  html body.ilchi-lp-a1 .iby-page
  .iby-a1-trainer-grid {
    width: calc(100% - 24px) !important;
    gap: 22px !important;
  }

  html body.ilchi-lp-a1 .iby-page
  .iby-a1-trainer-grid .iby-a1-trainer-card {
    grid-template-columns: 1fr !important;
    gap: 22px !important;

    max-width: 100% !important;
    padding: 22px !important;
  }

  html body.ilchi-lp-a1 .iby-page
  .iby-a1-trainer-grid .iby-a1-trainer-photo {
    width: 100% !important;
    max-width: 240px !important;
    margin: 0 auto !important;
  }
}
/* WordPressが自動生成する空段落をグリッドから除外 */
html body.ilchi-lp-a1 .iby-page
.iby-a1-trainer-grid > p {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
/* =========================================================
   新瑞橋A1：TOPインストラクター1名表示 FINAL
   内容量に合わせてカード幅を調整
========================================================= */

html body.ilchi-lp-a1 .iby-page
.iby-a1-trainer-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 640px) !important;
  justify-content: center !important;

  width: 100% !important;
  max-width: 100% !important;
  margin: 40px auto 0 !important;
  padding: 0 !important;
}

html body.ilchi-lp-a1 .iby-page
.iby-a1-trainer-grid .iby-a1-trainer-card {
  display: grid !important;
  grid-template-columns: 180px minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 28px !important;

  width: 100% !important;
  max-width: 640px !important;
  margin: 0 auto !important;
  padding: 24px !important;

  box-sizing: border-box !important;
}

html body.ilchi-lp-a1 .iby-page
.iby-a1-trainer-grid .iby-a1-trainer-photo {
  width: 180px !important;
  margin: 0 !important;
}

html body.ilchi-lp-a1 .iby-page
.iby-a1-trainer-grid .iby-a1-trainer-content {
  width: 100% !important;
  min-width: 0 !important;
}

/* スマホ */
@media screen and (max-width: 767px) {

  html body.ilchi-lp-a1 .iby-page
  .iby-a1-trainer-grid {
    grid-template-columns: 1fr !important;
    width: calc(100% - 24px) !important;
  }

  html body.ilchi-lp-a1 .iby-page
  .iby-a1-trainer-grid .iby-a1-trainer-card {
    grid-template-columns: 1fr !important;
    gap: 22px !important;

    max-width: 100% !important;
    padding: 22px !important;
  }

  html body.ilchi-lp-a1 .iby-page
  .iby-a1-trainer-grid .iby-a1-trainer-photo {
    width: 100% !important;
    max-width: 240px !important;
    margin: 0 auto !important;
  }
}
/* =========================================================
   新瑞橋A1：体験レッスンの流れ FINAL
   PC5列／スマホ1列
========================================================= */

html body.ilchi-lp-a1 .iby-page
.iby-a1-trial-flow {
  background: #fff8fa !important;
}

/* 5ステップ */
html body.ilchi-lp-a1 .iby-page
.iby-a1-trial-flow__grid {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 18px !important;

  width: 100% !important;
  max-width: 1180px !important;
  margin: 42px auto 0 !important;
  padding: 0 !important;

  box-sizing: border-box !important;
}

/* WordPressが自動生成する空段落を除外 */
html body.ilchi-lp-a1 .iby-page
.iby-a1-trial-flow__grid > p {
  display: none !important;
}

/* 各カード */
html body.ilchi-lp-a1 .iby-page
.iby-a1-trial-flow__item {
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;

  min-width: 0 !important;
  margin: 0 !important;
  padding: 30px 20px 26px !important;

  background: #ffffff !important;
  border: 1px solid rgba(244, 95, 134, 0.24) !important;
  border-radius: 18px !important;

  box-shadow: 0 12px 30px rgba(91, 63, 67, 0.08) !important;
  text-align: center !important;

  box-sizing: border-box !important;
}

/* STEP番号 */
html body.ilchi-lp-a1 .iby-page
.iby-a1-trial-flow__number {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: 54px !important;
  height: 54px !important;
  margin: 0 auto 20px !important;

  background: #f45f86 !important;
  border-radius: 50% !important;

  color: #ffffff !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  line-height: 1 !important;

  box-shadow: 0 9px 20px rgba(244, 95, 134, 0.22) !important;
}

/* カード見出し */
html body.ilchi-lp-a1 .iby-page
.iby-a1-trial-flow__item h3 {
  margin: 0 0 14px !important;
  padding: 0 !important;

  color: #333333 !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;

  border: none !important;
  border-bottom: none !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body.ilchi-lp-a1 .iby-page
.iby-a1-trial-flow__item h3::before,
html body.ilchi-lp-a1 .iby-page
.iby-a1-trial-flow__item h3::after {
  content: none !important;
  display: none !important;
}

/* 説明文 */
html body.ilchi-lp-a1 .iby-page
.iby-a1-trial-flow__item p {
  margin: 0 !important;

  color: #555555 !important;
  font-size: 14px !important;
  line-height: 1.85 !important;
}

/* 予約ボタン */
html body.ilchi-lp-a1 .iby-page
.iby-a1-trial-flow__button-row {
  display: flex !important;
  justify-content: center !important;

  margin-top: 38px !important;
}

/* タブレット */
@media screen and (min-width: 768px) and (max-width: 1100px) {

  html body.ilchi-lp-a1 .iby-page
  .iby-a1-trial-flow__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    max-width: 760px !important;
  }

  html body.ilchi-lp-a1 .iby-page
  .iby-a1-trial-flow__item:last-child {
    grid-column: 1 / -1 !important;
    width: calc(50% - 9px) !important;
    justify-self: center !important;
  }
}

/* スマホ */
@media screen and (max-width: 767px) {

  html body.ilchi-lp-a1 .iby-page
  .iby-a1-trial-flow__grid {
    grid-template-columns: 1fr !important;
    gap: 16px !important;

    width: calc(100% - 24px) !important;
    max-width: 440px !important;
    margin-top: 30px !important;
  }

  html body.ilchi-lp-a1 .iby-page
  .iby-a1-trial-flow__item {
    padding: 26px 22px !important;
  }

  html body.ilchi-lp-a1 .iby-page
  .iby-a1-trial-flow__number {
    width: 48px !important;
    height: 48px !important;
    margin-bottom: 16px !important;
  }

  html body.ilchi-lp-a1 .iby-page
  .iby-a1-trial-flow__button-row {
    margin-top: 30px !important;
  }
}
/* インストラクター詳細ボタン：高さ・文字位置調整 */
html body.ilchi-lp-a1 .iby-page
.iby-a1-trainer-button-row .iby-button,
html body.ilchi-lp-a1 .iby-page
.iby-a1-trainer-button-row .iby-button:visited {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: auto !important;
  height: 42px !important;
  min-height: 42px !important;

  margin: 0 !important;
  padding: 0 28px !important;

  font-size: 14px !important;
  line-height: 1.2 !important;
  text-align: center !important;

  box-sizing: border-box !important;
}

/* スマホ */
@media screen and (max-width: 767px) {
  html body.ilchi-lp-a1 .iby-page
  .iby-a1-trainer-button-row .iby-button {
    width: auto !important;
    max-width: calc(100% - 24px) !important;
    height: 44px !important;
    min-height: 44px !important;
    padding: 0 22px !important;
  }
}
/* ボタン内の自動改行を除去 */
html body.ilchi-lp-a1 .iby-page
.iby-a1-trainer-button-row .iby-button br {
  display: none !important;
}

/* 文字を高さ中央へ固定 */
html body.ilchi-lp-a1 .iby-page
.iby-a1-trainer-button-row .iby-button,
html body.ilchi-lp-a1 .iby-page
.iby-a1-trainer-button-row .iby-button:visited {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  height: 42px !important;
  min-height: 42px !important;
  padding: 0 28px !important;

  line-height: 1 !important;
  vertical-align: middle !important;
}
/* =========================================================
   新瑞橋A1：体験予約CTA FINAL
========================================================= */

html body.ilchi-lp-a1 .iby-page
.iby-a1-trial-cta {
  padding-top: 70px !important;
  padding-bottom: 70px !important;

  background:
    linear-gradient(
      120deg,
      #fff2f6 0%,
      #fffafa 55%,
      #f2f8f3 100%
    ) !important;
}

html body.ilchi-lp-a1 .iby-page
.iby-a1-trial-cta__box {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;

  width: calc(100% - 32px) !important;
  max-width: 860px !important;
  margin: 0 auto !important;
  padding: 48px 36px !important;

  background: rgba(255, 255, 255, 0.94) !important;
  border: 1px solid rgba(244, 95, 134, 0.22) !important;
  border-radius: 24px !important;

  box-shadow: 0 16px 38px rgba(91, 63, 67, 0.09) !important;

  text-align: center !important;
  box-sizing: border-box !important;
}

/* WordPressが自動生成する空段落を除外 */
html body.ilchi-lp-a1 .iby-page
.iby-a1-trial-cta__box > p:empty {
  display: none !important;
}

/* 英字ラベル */
html body.ilchi-lp-a1 .iby-page
.iby-a1-trial-cta__label {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  margin: 0 auto 16px !important;
  padding: 7px 16px !important;

  background: #fff0f4 !important;
  border-radius: 999px !important;

  color: #f45f86 !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  letter-spacing: 0.12em !important;
  text-align: center !important;
}

/* 見出し */
html body.ilchi-lp-a1 .iby-page
.iby-a1-trial-cta__box .iby-section-title {
  width: 100% !important;
  margin: 0 auto 18px !important;
  padding: 0 !important;

  text-align: center !important;
}

/* 説明文 */
html body.ilchi-lp-a1 .iby-page
.iby-a1-trial-cta__box .iby-section-lead {
  width: 100% !important;
  max-width: 620px !important;
  margin: 0 auto 28px !important;

  text-align: center !important;
}

/* 予約ボタンの行 */
html body.ilchi-lp-a1 .iby-page
.iby-a1-trial-cta__box .iby-button-row {
  display: flex !important;
  justify-content: center !important;

  width: 100% !important;
  margin: 0 auto 20px !important;
}

/* 予約ボタン */
html body.ilchi-lp-a1 .iby-page
.iby-a1-trial-cta__box .iby-button,
html body.ilchi-lp-a1 .iby-page
.iby-a1-trial-cta__box .iby-button:visited {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: auto !important;
  min-width: 230px !important;
  height: 48px !important;
  min-height: 48px !important;
  margin: 0 auto !important;
  padding: 0 26px !important;

  line-height: 1.2 !important;
  text-align: center !important;
}

/* 自動挿入された改行を無効化 */
html body.ilchi-lp-a1 .iby-page
.iby-a1-trial-cta__box .iby-button br {
  display: none !important;
}

/* 電話案内 */
html body.ilchi-lp-a1 .iby-page
.iby-a1-trial-cta__note {
  width: 100% !important;
  margin: 0 auto !important;

  color: #555555 !important;
  font-size: 14px !important;
  line-height: 1.8 !important;
  text-align: center !important;
}

html body.ilchi-lp-a1 .iby-page
.iby-a1-trial-cta__note a {
  color: #f45f86 !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  text-decoration: none !important;
}

/* スマホ */
@media screen and (max-width: 767px) {

  html body.ilchi-lp-a1 .iby-page
  .iby-a1-trial-cta {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }

  html body.ilchi-lp-a1 .iby-page
  .iby-a1-trial-cta__box {
    width: calc(100% - 24px) !important;
    padding: 36px 22px !important;
    border-radius: 20px !important;
  }

  html body.ilchi-lp-a1 .iby-page
  .iby-a1-trial-cta__box .iby-button {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 340px !important;
  }
}
/* =========================================================
   新瑞橋A1：お客様の声 FINAL
   町田A1準拠／PC3列・スマホ1列
========================================================= */

html body.ilchi-lp-a1 .iby-page
.iby-a1-customer-voices {
  background: #fff8f5 !important;
}

/* カード一覧 */
html body.ilchi-lp-a1 .iby-page
.iby-a1-customer-voices__grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 20px !important;

  width: 100% !important;
  max-width: 980px !important;
  margin: 34px auto 0 !important;
  padding: 0 !important;

  box-sizing: border-box !important;
}

/* Classic Editorが作る空段落を除外 */
html body.ilchi-lp-a1 .iby-page
.iby-a1-customer-voices__grid > p {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* カード */
html body.ilchi-lp-a1 .iby-page
.iby-a1-customer-voices__card {
  display: flex !important;
  flex-direction: column !important;

  min-width: 0 !important;
  margin: 0 !important;
  padding: 28px 26px 24px !important;

  background: #ffffff !important;
  border: 1px solid rgba(244, 95, 134, 0.28) !important;
  border-radius: 17px !important;

  box-shadow: none !important;
  box-sizing: border-box !important;
}

/* 画像 */
html body.ilchi-lp-a1 .iby-page
.iby-a1-customer-voices__photo {
  width: 88px !important;
  height: 88px !important;

  margin: 0 auto 20px !important;
  padding: 0 !important;

  overflow: hidden !important;
  background: #fffafa !important;
}

html body.ilchi-lp-a1 .iby-page
.iby-a1-customer-voices__photo img {
  display: block !important;

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

  object-fit: contain !important;
  object-position: center !important;
}

/* 見出し */
html body.ilchi-lp-a1 .iby-page
.iby-a1-customer-voices__card h3 {
  margin: 0 0 16px !important;
  padding: 0 !important;

  color: #222222 !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.65 !important;

  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body.ilchi-lp-a1 .iby-page
.iby-a1-customer-voices__card h3::before,
html body.ilchi-lp-a1 .iby-page
.iby-a1-customer-voices__card h3::after {
  content: none !important;
  display: none !important;
}

/* 本文 */
html body.ilchi-lp-a1 .iby-page
.iby-a1-customer-voices__text {
  flex: 1 1 auto !important;

  margin: 0 0 18px !important;

  color: #444444 !important;
  font-size: 13px !important;
  line-height: 1.85 !important;
}

/* 年代 */
html body.ilchi-lp-a1 .iby-page
.iby-a1-customer-voices__meta {
  margin: auto 0 0 !important;

  color: #f45f86 !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1.5 !important;
  text-align: center !important;
}

/* タブレット */
@media screen and (min-width: 768px) and (max-width: 1000px) {

  html body.ilchi-lp-a1 .iby-page
  .iby-a1-customer-voices__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    max-width: 720px !important;
  }

  html body.ilchi-lp-a1 .iby-page
  .iby-a1-customer-voices__card:last-child {
    grid-column: 1 / -1 !important;
    width: calc(50% - 10px) !important;
    justify-self: center !important;
  }
}

/* スマホ */
@media screen and (max-width: 767px) {

  html body.ilchi-lp-a1 .iby-page
  .iby-a1-customer-voices__grid {
    grid-template-columns: 1fr !important;
    gap: 18px !important;

    width: calc(100% - 24px) !important;
    max-width: 420px !important;
    margin-top: 28px !important;
  }

  html body.ilchi-lp-a1 .iby-page
  .iby-a1-customer-voices__card {
    padding: 26px 22px 22px !important;
  }

  html body.ilchi-lp-a1 .iby-page
  .iby-a1-customer-voices__photo {
    width: 82px !important;
    height: 82px !important;
    margin-bottom: 18px !important;
  }
}
/* =========================================================
   新瑞橋A1：アクセス FINAL
   PC2列／スマホ1列
========================================================= */

html body.ilchi-lp-a1 .iby-page
.iby-a1-access {
  background: #fffaf8 !important;
}

/* 教室情報＋地図 */
html body.ilchi-lp-a1 .iby-page
.iby-a1-access__grid {
  display: grid !important;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr) !important;
  align-items: stretch !important;
  gap: 24px !important;

  width: 100% !important;
  max-width: 980px !important;
  margin: 38px auto 0 !important;
  padding: 0 !important;

  box-sizing: border-box !important;
}

/* Classic Editorが自動生成する空段落を除外 */
html body.ilchi-lp-a1 .iby-page
.iby-a1-access__grid > p {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* 左側：教室情報 */
html body.ilchi-lp-a1 .iby-page
.iby-a1-access__info {
  display: flex !important;
  flex-direction: column !important;

  min-width: 0 !important;
  margin: 0 !important;
  padding: 28px !important;

  background: #ffffff !important;
  border: 1px solid rgba(244, 95, 134, 0.22) !important;
  border-radius: 18px !important;

  box-shadow: 0 12px 30px rgba(91, 63, 67, 0.07) !important;
  box-sizing: border-box !important;
}

html body.ilchi-lp-a1 .iby-page
.iby-a1-access__info h3 {
  margin: 0 0 22px !important;
  padding: 0 0 14px !important;

  color: #222222 !important;
  font-size: 21px !important;
  line-height: 1.5 !important;

  border: none !important;
  border-bottom: 1px solid rgba(244, 95, 134, 0.28) !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body.ilchi-lp-a1 .iby-page
.iby-a1-access__info h3::before,
html body.ilchi-lp-a1 .iby-page
.iby-a1-access__info h3::after {
  content: none !important;
  display: none !important;
}

/* 住所・アクセス・電話 */
html body.ilchi-lp-a1 .iby-page
.iby-a1-access__list {
  margin: 0 !important;
}

html body.ilchi-lp-a1 .iby-page
.iby-a1-access__list > div {
  margin: 0 0 18px !important;
  padding: 0 0 18px !important;

  border-bottom: 1px solid #f0e4df !important;
}

html body.ilchi-lp-a1 .iby-page
.iby-a1-access__list > div:last-child {
  margin-bottom: 0 !important;
}

html body.ilchi-lp-a1 .iby-page
.iby-a1-access__list dt {
  margin: 0 0 8px !important;

  color: #f45f86 !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1.5 !important;
}

html body.ilchi-lp-a1 .iby-page
.iby-a1-access__list dd {
  margin: 0 !important;

  color: #333333 !important;
  font-size: 14px !important;
  line-height: 1.8 !important;
}

html body.ilchi-lp-a1 .iby-page
.iby-a1-access__list dd a {
  color: #333333 !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

/* Googleマップボタン */
html body.ilchi-lp-a1 .iby-page
.iby-a1-access__button-row {
  display: flex !important;
  justify-content: flex-start !important;

  margin-top: 24px !important;
}

html body.ilchi-lp-a1 .iby-page
.iby-a1-access__button-row .iby-button,
html body.ilchi-lp-a1 .iby-page
.iby-a1-access__button-row .iby-button:visited {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: auto !important;
  height: 44px !important;
  min-height: 44px !important;
  margin: 0 !important;
  padding: 0 24px !important;

  font-size: 13px !important;
  line-height: 1.2 !important;
  text-align: center !important;
}

/* 右側：地図 */
html body.ilchi-lp-a1 .iby-page
.iby-a1-access__map {
  position: relative !important;

  width: 100% !important;
  min-width: 0 !important;
  min-height: 420px !important;
  margin: 0 !important;

  overflow: hidden !important;
  background: #eeeeee !important;
  border: 1px solid rgba(244, 95, 134, 0.22) !important;
  border-radius: 18px !important;

  box-shadow: 0 12px 30px rgba(91, 63, 67, 0.07) !important;
  box-sizing: border-box !important;
}

html body.ilchi-lp-a1 .iby-page
.iby-a1-access__map iframe {
  display: block !important;

  position: absolute !important;
  inset: 0 !important;

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

  border: 0 !important;
}

/* スマホ */
@media screen and (max-width: 767px) {

  html body.ilchi-lp-a1 .iby-page
  .iby-a1-access__grid {
    grid-template-columns: 1fr !important;
    gap: 18px !important;

    width: calc(100% - 24px) !important;
    max-width: 440px !important;
    margin-top: 28px !important;
  }

  html body.ilchi-lp-a1 .iby-page
  .iby-a1-access__info {
    padding: 24px 22px !important;
  }

  html body.ilchi-lp-a1 .iby-page
  .iby-a1-access__button-row {
    justify-content: center !important;
  }

  html body.ilchi-lp-a1 .iby-page
  .iby-a1-access__map {
    min-height: 330px !important;
  }
}
/* =========================================================
   新瑞橋A1：ブログ・イベント情報 FINAL
   PC2列／スマホ1列
========================================================= */

html body.ilchi-lp-a1 .iby-page
.iby-a1-information {
  background: #fff8f5 !important;
}

/* 2カード */
html body.ilchi-lp-a1 .iby-page
.iby-a1-information__grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  align-items: stretch !important;
  gap: 24px !important;

  width: 100% !important;
  max-width: 980px !important;
  margin: 38px auto 0 !important;
  padding: 0 !important;

  box-sizing: border-box !important;
}

/* Classic Editorが自動生成する空段落を除外 */
html body.ilchi-lp-a1 .iby-page
.iby-a1-information__grid > p {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* カード */
html body.ilchi-lp-a1 .iby-page
.iby-a1-information__card {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;

  min-width: 0 !important;
  margin: 0 !important;
  padding: 32px !important;

  background: #ffffff !important;
  border: 1px solid rgba(244, 95, 134, 0.22) !important;
  border-radius: 18px !important;

  box-shadow: 0 12px 30px rgba(91, 63, 67, 0.07) !important;
  box-sizing: border-box !important;
}

/* BLOG・EVENTラベル */
html body.ilchi-lp-a1 .iby-page
.iby-a1-information__label {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  margin: 0 0 18px !important;
  padding: 6px 13px !important;

  background: #fff0f4 !important;
  border-radius: 999px !important;

  color: #f45f86 !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  letter-spacing: 0.1em !important;
}

/* 見出し */
html body.ilchi-lp-a1 .iby-page
.iby-a1-information__card h3 {
  margin: 0 0 16px !important;
  padding: 0 !important;

  color: #222222 !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;

  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body.ilchi-lp-a1 .iby-page
.iby-a1-information__card h3::before,
html body.ilchi-lp-a1 .iby-page
.iby-a1-information__card h3::after {
  content: none !important;
  display: none !important;
}

/* 説明文 */
html body.ilchi-lp-a1 .iby-page
.iby-a1-information__card > p:not(.iby-a1-information__label) {
  flex: 1 1 auto !important;

  margin: 0 0 24px !important;

  color: #555555 !important;
  font-size: 14px !important;
  line-height: 1.85 !important;
}

/* ボタン行 */
html body.ilchi-lp-a1 .iby-page
.iby-a1-information__card .iby-button-row {
  display: flex !important;
  justify-content: flex-start !important;

  width: 100% !important;
  margin: auto 0 0 !important;
}

/* ボタン */
html body.ilchi-lp-a1 .iby-page
.iby-a1-information__card .iby-button,
html body.ilchi-lp-a1 .iby-page
.iby-a1-information__card .iby-button:visited {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: auto !important;
  min-width: 150px !important;
  height: 44px !important;
  min-height: 44px !important;

  margin: 0 !important;
  padding: 0 24px !important;

  font-size: 13px !important;
  line-height: 1.2 !important;
  text-align: center !important;
}

/* ボタン内の自動改行を除外 */
html body.ilchi-lp-a1 .iby-page
.iby-a1-information__card .iby-button br {
  display: none !important;
}

/* スマホ */
@media screen and (max-width: 767px) {

  html body.ilchi-lp-a1 .iby-page
  .iby-a1-information__grid {
    grid-template-columns: 1fr !important;
    gap: 18px !important;

    width: calc(100% - 24px) !important;
    max-width: 440px !important;
    margin-top: 28px !important;
  }

  html body.ilchi-lp-a1 .iby-page
  .iby-a1-information__card {
    padding: 26px 22px !important;
  }

  html body.ilchi-lp-a1 .iby-page
  .iby-a1-information__card .iby-button-row {
    justify-content: center !important;
  }
}
/* =========================================================
   新瑞橋A1：光明チャクラコース FINAL
========================================================= */

html body.ilchi-lp-a1 .iby-page
.iby-a1-advanced {
  background: #ffffff !important;
}

html body.ilchi-lp-a1 .iby-page
.iby-a1-advanced__box {
  width: calc(100% - 32px) !important;
  max-width: 980px !important;

  margin: 0 auto !important;
  padding: 30px 34px 26px !important;

  background: #ffffff !important;
  border: 1px solid rgba(244, 95, 134, 0.18) !important;
  border-radius: 20px !important;

  box-shadow:
    0 14px 34px rgba(91, 63, 67, 0.08) !important;

  text-align: center !important;
  box-sizing: border-box !important;
}

/* Classic Editorによる空段落を除外 */
html body.ilchi-lp-a1 .iby-page
.iby-a1-advanced__box > p:empty {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* 上部のピンクラベル */
html body.ilchi-lp-a1 .iby-page
.iby-a1-advanced__label {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  margin: 0 auto 22px !important;
  padding: 7px 16px !important;

  background: #fff0f4 !important;
  border-radius: 999px !important;

  color: #f45f86 !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  letter-spacing: 0.05em !important;
  text-align: center !important;
}

/* バナー */
html body.ilchi-lp-a1 .iby-page
.iby-a1-advanced__banner {
  width: 100% !important;
  max-width: 760px !important;

  margin: 0 auto !important;
  padding: 0 !important;

  overflow: hidden !important;
  border-radius: 12px !important;

  box-shadow:
    0 10px 26px rgba(91, 63, 67, 0.09) !important;
}

html body.ilchi-lp-a1 .iby-page
.iby-a1-advanced__banner img {
  display: block !important;

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

  margin: 0 !important;
  padding: 0 !important;

  object-fit: contain !important;
}

/* 下部の案内文 */
html body.ilchi-lp-a1 .iby-page
.iby-a1-advanced__note {
  margin: 20px auto 0 !important;

  color: #666666 !important;
  font-size: 13px !important;
  line-height: 1.8 !important;
  text-align: center !important;
}

/* スマホ */
@media screen and (max-width: 767px) {

  html body.ilchi-lp-a1 .iby-page
  .iby-a1-advanced__box {
    width: calc(100% - 24px) !important;
    padding: 24px 18px 22px !important;
    border-radius: 17px !important;
  }

  html body.ilchi-lp-a1 .iby-page
  .iby-a1-advanced__label {
    margin-bottom: 18px !important;
    padding: 7px 13px !important;
    font-size: 11px !important;
  }

  html body.ilchi-lp-a1 .iby-page
  .iby-a1-advanced__banner {
    border-radius: 9px !important;
  }

  html body.ilchi-lp-a1 .iby-page
  .iby-a1-advanced__note {
    margin-top: 16px !important;
    font-size: 12px !important;
  }
}
/* =========================================================
   新瑞橋A1：関連活動 FINAL
   左側4項目／右側背景写真
========================================================= */

html body.ilchi-lp-a1 .iby-page
.iby-a1-related {
  background: #fff4f7 !important;
}

/* 背景写真を持つパネル */
html body.ilchi-lp-a1 .iby-page
.iby-a1-related__panel {
  position: relative !important;
  isolation: isolate !important;
  overflow: hidden !important;

  width: calc(100% - 32px) !important;
  max-width: 1100px !important;
  min-height: 690px !important;

  margin: 0 auto !important;
  padding: 52px 58px 42px !important;

  background-color: #fffaf9 !important;
  background-image:
    linear-gradient(
      90deg,
      rgba(255, 250, 249, 1) 0%,
      rgba(255, 250, 249, 0.98) 38%,
      rgba(255, 250, 249, 0.68) 57%,
      rgba(255, 250, 249, 0.08) 100%
    ),
    url("https://ilchibrainyoga-aratamabashi.com/wp-content/uploads/2026/07/kakuremino_bg.jpg") !important;

  background-repeat: no-repeat !important;
  background-position: center, center right !important;
  background-size: cover, cover !important;

  border: 1px solid rgba(244, 95, 134, 0.18) !important;
  border-radius: 22px !important;

  box-shadow: 0 16px 38px rgba(91, 63, 67, 0.08) !important;
  box-sizing: border-box !important;
}

/* 左側本文 */
html body.ilchi-lp-a1 .iby-page
.iby-a1-related__copy {
  position: relative !important;
  z-index: 2 !important;

  width: 47% !important;
  max-width: 500px !important;

  margin: 0 !important;
  padding: 0 !important;
}

/* 見出し */
html body.ilchi-lp-a1 .iby-page
.iby-a1-related__title {
  margin: 0 0 34px !important;
  padding: 0 !important;

  color: #222222 !important;
  font-size: 34px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;

  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body.ilchi-lp-a1 .iby-page
.iby-a1-related__title::before,
html body.ilchi-lp-a1 .iby-page
.iby-a1-related__title::after {
  content: none !important;
  display: none !important;
}

/* 導入文 */
html body.ilchi-lp-a1 .iby-page
.iby-a1-related__lead {
  margin: 0 0 30px !important;

  color: #333333 !important;
  font-size: 14px !important;
  line-height: 2 !important;
}

/* 4項目 */
html body.ilchi-lp-a1 .iby-page
.iby-a1-related__list {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* 自動生成される空段落を除外 */
html body.ilchi-lp-a1 .iby-page
.iby-a1-related__list > p {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

html body.ilchi-lp-a1 .iby-page
.iby-a1-related__item {
  display: grid !important;
  grid-template-columns: 54px minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 18px !important;

  margin: 0 !important;
  padding: 14px 0 !important;

  border-bottom: 1px dashed rgba(244, 95, 134, 0.34) !important;
}

html body.ilchi-lp-a1 .iby-page
.iby-a1-related__item:first-child {
  padding-top: 0 !important;
}

/* アイコン */
html body.ilchi-lp-a1 .iby-page
.iby-a1-related__icon {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: 54px !important;
  height: 54px !important;

  margin: 0 !important;
  padding: 3px !important;

  background: transparent !important;
  border: none !important;
  box-shadow: none !important;

  box-sizing: border-box !important;
}

html body.ilchi-lp-a1 .iby-page
.iby-a1-related__icon img {
  display: block !important;

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

  object-fit: contain !important;
}

/* 項目内文字 */
html body.ilchi-lp-a1 .iby-page
.iby-a1-related__item-content {
  min-width: 0 !important;
}

html body.ilchi-lp-a1 .iby-page
.iby-a1-related__item-content h3 {
  margin: 0 0 5px !important;
  padding: 0 !important;

  color: #f45f86 !important;
  font-size: 17px !important;
  font-weight: 800 !important;
  line-height: 1.55 !important;

  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body.ilchi-lp-a1 .iby-page
.iby-a1-related__item-content h3::before,
html body.ilchi-lp-a1 .iby-page
.iby-a1-related__item-content h3::after {
  content: none !important;
  display: none !important;
}

html body.ilchi-lp-a1 .iby-page
.iby-a1-related__item-content p {
  margin: 0 !important;

  color: #333333 !important;
  font-size: 13px !important;
  line-height: 1.75 !important;
}

/* 注記 */
html body.ilchi-lp-a1 .iby-page
.iby-a1-related__note {
  margin: 22px 0 18px !important;

  color: #666666 !important;
  font-size: 12px !important;
  line-height: 1.7 !important;
}

/* 問い合わせボタン */
html body.ilchi-lp-a1 .iby-page
.iby-a1-related__button-row {
  display: flex !important;
  justify-content: flex-start !important;

  margin: 0 !important;
}

html body.ilchi-lp-a1 .iby-page
.iby-a1-related__button-row .iby-button,
html body.ilchi-lp-a1 .iby-page
.iby-a1-related__button-row .iby-button:visited {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: auto !important;
  min-width: 205px !important;
  height: 46px !important;
  min-height: 46px !important;

  margin: 0 !important;
  padding: 0 26px !important;

  font-size: 14px !important;
  line-height: 1.2 !important;
  text-align: center !important;
}

html body.ilchi-lp-a1 .iby-page
.iby-a1-related__button-row .iby-button br {
  display: none !important;
}

/* スマホ */
@media screen and (max-width: 767px) {

  html body.ilchi-lp-a1 .iby-page
  .iby-a1-related__panel {
    width: calc(100% - 24px) !important;
    min-height: 0 !important;

    padding: 34px 22px 300px !important;

    background-image:
      linear-gradient(
        180deg,
        rgba(255, 250, 249, 1) 0%,
        rgba(255, 250, 249, 0.98) 53%,
        rgba(255, 250, 249, 0.48) 72%,
        rgba(255, 250, 249, 0.04) 100%
      ),
      url("https://ilchibrainyoga-aratamabashi.com/wp-content/uploads/2026/07/kakuremino_bg.jpg") !important;

    background-position: center, 70% bottom !important;
    background-size: cover, auto 100% !important;

    border-radius: 18px !important;
  }

  html body.ilchi-lp-a1 .iby-page
  .iby-a1-related__copy {
    width: 100% !important;
    max-width: none !important;
  }

  html body.ilchi-lp-a1 .iby-page
  .iby-a1-related__title {
    margin-bottom: 22px !important;

    font-size: 28px !important;
    text-align: center !important;
  }

  html body.ilchi-lp-a1 .iby-page
  .iby-a1-related__lead {
    margin-bottom: 24px !important;

    font-size: 13px !important;
    line-height: 1.9 !important;
  }

  html body.ilchi-lp-a1 .iby-page
  .iby-a1-related__item {
    grid-template-columns: 46px minmax(0, 1fr) !important;
    gap: 14px !important;
    padding: 13px 0 !important;
  }

  html body.ilchi-lp-a1 .iby-page
  .iby-a1-related__icon {
    width: 46px !important;
    height: 46px !important;
  }

  html body.ilchi-lp-a1 .iby-page
  .iby-a1-related__item-content h3 {
    font-size: 15px !important;
  }

  html body.ilchi-lp-a1 .iby-page
  .iby-a1-related__item-content p {
    font-size: 12px !important;
  }

  html body.ilchi-lp-a1 .iby-page
  .iby-a1-related__button-row {
    justify-content: center !important;
  }
}
/* =========================================================
   新瑞橋A1：最終CTA FINAL
========================================================= */

html body.ilchi-lp-a1 .iby-page
.iby-a1-final-cta {
  padding-top: 72px !important;
  padding-bottom: 72px !important;

  background:
    linear-gradient(
      120deg,
      #fff2f6 0%,
      #fffafa 52%,
      #eef7f0 100%
    ) !important;
}

html body.ilchi-lp-a1 .iby-page
.iby-a1-final-cta__box {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;

  width: calc(100% - 32px) !important;
  max-width: 920px !important;
  margin: 0 auto !important;
  padding: 52px 38px !important;

  background: rgba(255, 255, 255, 0.94) !important;
  border: 1px solid rgba(244, 95, 134, 0.22) !important;
  border-radius: 24px !important;

  box-shadow: 0 16px 38px rgba(91, 63, 67, 0.09) !important;

  text-align: center !important;
  box-sizing: border-box !important;
}

/* Classic Editorの空段落を除外 */
html body.ilchi-lp-a1 .iby-page
.iby-a1-final-cta__box > p:empty {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* 英字ラベル */
html body.ilchi-lp-a1 .iby-page
.iby-a1-final-cta__label {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  margin: 0 auto 18px !important;
  padding: 7px 16px !important;

  background: #fff0f4 !important;
  border-radius: 999px !important;

  color: #f45f86 !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  letter-spacing: 0.12em !important;
}

/* 見出し */
html body.ilchi-lp-a1 .iby-page
.iby-a1-final-cta__title {
  margin: 0 auto 20px !important;
  padding: 0 !important;

  color: #222222 !important;
  font-size: 34px !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
  text-align: center !important;

  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body.ilchi-lp-a1 .iby-page
.iby-a1-final-cta__title::before,
html body.ilchi-lp-a1 .iby-page
.iby-a1-final-cta__title::after {
  content: none !important;
  display: none !important;
}

/* 説明 */
html body.ilchi-lp-a1 .iby-page
.iby-a1-final-cta__lead {
  max-width: 620px !important;
  margin: 0 auto 30px !important;

  color: #555555 !important;
  font-size: 15px !important;
  line-height: 1.9 !important;
  text-align: center !important;
}

/* ボタン行 */
html body.ilchi-lp-a1 .iby-page
.iby-a1-final-cta__buttons {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 14px !important;

  width: 100% !important;
  margin: 0 auto 22px !important;
}

/* ボタン */
html body.ilchi-lp-a1 .iby-page
.iby-a1-final-cta__buttons .iby-button,
html body.ilchi-lp-a1 .iby-page
.iby-a1-final-cta__buttons .iby-button:visited {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: auto !important;
  min-width: 220px !important;
  height: 48px !important;
  min-height: 48px !important;

  margin: 0 !important;
  padding: 0 26px !important;

  font-size: 14px !important;
  line-height: 1.2 !important;
  white-space: nowrap !important;
  text-align: center !important;

  box-sizing: border-box !important;
}

html body.ilchi-lp-a1 .iby-page
.iby-a1-final-cta__buttons .iby-button br {
  display: none !important;
}

/* 電話 */
html body.ilchi-lp-a1 .iby-page
.iby-a1-final-cta__contact {
  margin: 0 auto !important;

  color: #555555 !important;
  font-size: 13px !important;
  line-height: 1.8 !important;
  text-align: center !important;
}

html body.ilchi-lp-a1 .iby-page
.iby-a1-final-cta__contact a {
  display: inline-block !important;
  margin-left: 8px !important;

  color: #f45f86 !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  text-decoration: none !important;
}

/* スマホ */
@media screen and (max-width: 767px) {

  html body.ilchi-lp-a1 .iby-page
  .iby-a1-final-cta {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }

  html body.ilchi-lp-a1 .iby-page
  .iby-a1-final-cta__box {
    width: calc(100% - 24px) !important;
    padding: 38px 22px !important;
    border-radius: 20px !important;
  }

  html body.ilchi-lp-a1 .iby-page
  .iby-a1-final-cta__title {
    font-size: 26px !important;
    line-height: 1.55 !important;
  }

  html body.ilchi-lp-a1 .iby-page
  .iby-a1-final-cta__lead {
    font-size: 14px !important;
  }

  html body.ilchi-lp-a1 .iby-page
  .iby-a1-final-cta__buttons {
    flex-direction: column !important;
    gap: 12px !important;
  }

  html body.ilchi-lp-a1 .iby-page
  .iby-a1-final-cta__buttons .iby-button {
    width: 100% !important;
    max-width: 340px !important;
    min-width: 0 !important;
  }

  html body.ilchi-lp-a1 .iby-page
  .iby-a1-final-cta__contact a {
    display: block !important;
    margin: 4px 0 0 !important;
  }
}
/* =========================================================
   新瑞橋A1：HEROタイトル明朝体
========================================================= */

html body.ilchi-lp-a1 .iby-page
.iby-a1-hero__title,
html body.ilchi-lp-a1 .iby-page
.iby-a1-hero__title span {
  font-family:
    "Noto Serif JP",
    "Yu Mincho",
    "YuMincho",
    "Hiragino Mincho ProN",
    "Hiragino Mincho Pro",
    serif !important;

  font-weight: 500 !important;
}
/* =========================================================
   新瑞橋A1：イルチブレインヨガとは 安定版 FINAL
   ※ このセクションは専用構造で固定
========================================================= */

html body.ilchi-lp-a1 .iby-page .iby-about-fixed {
  position: relative !important;
  z-index: 1 !important;
  overflow: hidden !important;

  max-width: 1120px !important;
  margin: 0 auto !important;
  padding: 80px 28px 72px !important;

  background: linear-gradient(90deg, #fff4f7 0%, #ffffff 48%, #f3faf4 100%) !important;
}

html body.ilchi-lp-a1 .iby-page .iby-about-fixed::before {
  content: "" !important;
  position: absolute !important;
  top: 58px !important;
  left: -90px !important;
  width: 210px !important;
  height: 210px !important;
  border-radius: 50% !important;
  background: rgba(244, 95, 134, 0.10) !important;
  z-index: 0 !important;
}

html body.ilchi-lp-a1 .iby-page .iby-about-fixed::after {
  content: "" !important;
  position: absolute !important;
  top: 18px !important;
  right: -94px !important;
  width: 230px !important;
  height: 230px !important;
  border-radius: 50% !important;
  background: rgba(141, 170, 143, 0.12) !important;
  z-index: 0 !important;
}

html body.ilchi-lp-a1 .iby-page .iby-about-fixed > * {
  position: relative !important;
  z-index: 2 !important;
}

html body.ilchi-lp-a1 .iby-page .iby-about-fixed .iby-section-title {
  margin: 0 0 18px !important;
  text-align: center !important;
  font-size: 54px !important;
  line-height: 1.25 !important;
  letter-spacing: 0.02em !important;
  border: none !important;
}

html body.ilchi-lp-a1 .iby-page .iby-about-fixed .iby-section-title::before,
html body.ilchi-lp-a1 .iby-page .iby-about-fixed .iby-section-title::after {
  content: none !important;
  display: none !important;
}

html body.ilchi-lp-a1 .iby-page .iby-about-fixed .iby-section-lead {
  max-width: 720px !important;
  margin: 0 auto 42px !important;
  text-align: center !important;
  font-size: 18px !important;
  line-height: 2 !important;
  color: #333 !important;
}

html body.ilchi-lp-a1 .iby-page .iby-about-fixed__grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 18px !important;

  max-width: 980px !important;
  margin: 0 auto !important;
}

html body.ilchi-lp-a1 .iby-page .iby-about-fixed__card {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;

  min-height: 225px !important;
  padding: 28px 22px 24px !important;
  margin: 0 !important;

  text-align: center !important;
  background: rgba(255,255,255,0.92) !important;
  border: 1px solid rgba(238, 203, 211, 0.9) !important;
  border-radius: 24px !important;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.05) !important;
}

html body.ilchi-lp-a1 .iby-page .iby-about-fixed__icon {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: 56px !important;
  height: 56px !important;
  margin: 0 auto 18px !important;

  background: #f45f86 !important;
  border-radius: 50% !important;
  box-shadow: 0 8px 20px rgba(244, 95, 134, 0.18) !important;
}

html body.ilchi-lp-a1 .iby-page .iby-about-fixed__icon svg {
  width: 28px !important;
  height: 28px !important;
  display: block !important;
}

html body.ilchi-lp-a1 .iby-page .iby-about-fixed__icon svg path {
  fill: #ffffff !important;
  stroke: #ffffff !important;
  stroke-width: 2.2 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

html body.ilchi-lp-a1 .iby-page .iby-about-fixed__card h3 {
  margin: 0 0 16px !important;
  padding: 0 !important;

  font-size: 18px !important;
  line-height: 1.6 !important;
  font-weight: 700 !important;
  color: #1f2a1f !important;

  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  text-decoration: none !important;
}

html body.ilchi-lp-a1 .iby-page .iby-about-fixed__card h3::before,
html body.ilchi-lp-a1 .iby-page .iby-about-fixed__card h3::after {
  content: none !important;
  display: none !important;
}

html body.ilchi-lp-a1 .iby-page .iby-about-fixed__card p {
  margin: 0 !important;
  font-size: 15px !important;
  line-height: 1.9 !important;
  color: #444 !important;
}

/* タブレット */
@media screen and (max-width: 991px) {
  html body.ilchi-lp-a1 .iby-page .iby-about-fixed {
    padding: 68px 24px 60px !important;
  }

  html body.ilchi-lp-a1 .iby-page .iby-about-fixed__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

/* スマホ */
@media screen and (max-width: 767px) {
  html body.ilchi-lp-a1 .iby-page .iby-about-fixed {
    padding: 56px 18px 48px !important;
  }

  html body.ilchi-lp-a1 .iby-page .iby-about-fixed::before {
    top: 40px !important;
    left: -82px !important;
    width: 170px !important;
    height: 170px !important;
  }

  html body.ilchi-lp-a1 .iby-page .iby-about-fixed::after {
    top: 30px !important;
    right: -86px !important;
    width: 180px !important;
    height: 180px !important;
  }

  html body.ilchi-lp-a1 .iby-page .iby-about-fixed .iby-section-title {
    font-size: 34px !important;
    line-height: 1.35 !important;
  }

  html body.ilchi-lp-a1 .iby-page .iby-about-fixed .iby-section-lead {
    margin-bottom: 28px !important;
    font-size: 15px !important;
    line-height: 1.9 !important;
  }

  html body.ilchi-lp-a1 .iby-page .iby-about-fixed__grid {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  html body.ilchi-lp-a1 .iby-page .iby-about-fixed__card {
    min-height: auto !important;
    padding: 24px 18px 20px !important;
    border-radius: 20px !important;
  }

  html body.ilchi-lp-a1 .iby-page .iby-about-fixed__icon {
    width: 52px !important;
    height: 52px !important;
    margin-bottom: 14px !important;
  }

  html body.ilchi-lp-a1 .iby-page .iby-about-fixed__card h3 {
    margin-bottom: 10px !important;
    font-size: 17px !important;
  }

  html body.ilchi-lp-a1 .iby-page .iby-about-fixed__card p {
    font-size: 14px !important;
    line-height: 1.8 !important;
  }
}
/* =========================================================
   新瑞橋A1：aboutアイコン見本合わせ
========================================================= */

html body.ilchi-lp-a1 .iby-page .iby-about-fixed__icon {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: 54px !important;
  height: 54px !important;
  margin: 0 auto 18px !important;

  background: #f45f86 !important;
  border-radius: 50% !important;
  box-shadow: 0 8px 18px rgba(244, 95, 134, 0.18) !important;
}

html body.ilchi-lp-a1 .iby-page .iby-about-fixed__icon svg {
  display: block !important;
  width: 26px !important;
  height: 26px !important;
}

/* ハート */
html body.ilchi-lp-a1 .iby-page .iby-about-fixed__icon svg.is-fill-icon path {
  fill: #ffffff !important;
  stroke: none !important;
}

/* 呼吸 */
html body.ilchi-lp-a1 .iby-page .iby-about-fixed__icon svg.is-stroke-icon path {
  fill: none !important;
  stroke: #ffffff !important;
  stroke-width: 2.8 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

/* 葉 */
html body.ilchi-lp-a1 .iby-page .iby-about-fixed__icon svg.is-leaf-icon path:first-child {
  fill: #ffffff !important;
  stroke: none !important;
}
html body.ilchi-lp-a1 .iby-page .iby-about-fixed__icon svg.is-leaf-icon path:last-child {
  fill: none !important;
  stroke: #ffffff !important;
  stroke-width: 2.2 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

/* 蓮 */
html body.ilchi-lp-a1 .iby-page .iby-about-fixed__icon svg.is-lotus-icon path {
  fill: #ffffff !important;
  stroke: none !important;
}
/* =========================================================
   新瑞橋A1：参加しやすい理由 崩れ修復 FINAL
========================================================= */

/* WordPressの自動段落は非表示にせず、構造だけ解除 */
html body.ilchi-lp-a1 .iby-page
.iby-reasons-fixed__layout > p,
html body.ilchi-lp-a1 .iby-page
.iby-reasons-fixed__list > p {
  display: contents !important;
}

/* 完全な空段落だけ消す */
html body.ilchi-lp-a1 .iby-page
.iby-reasons-fixed p:empty {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* セクション内幅 */
html body.ilchi-lp-a1 .iby-page
.iby-reasons-fixed > .iby-section__inner {
  display: block !important;
  width: 100% !important;
  max-width: 1110px !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

/* PC：画像左、説明右 */
html body.ilchi-lp-a1 .iby-page
.iby-reasons-fixed__layout {
  display: grid !important;
  grid-template-columns: minmax(0, 520px) minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 56px !important;

  width: 100% !important;
  max-width: 1100px !important;
  min-width: 0 !important;
  margin: 0 auto !important;
  padding: 0 !important;

  writing-mode: horizontal-tb !important;
  box-sizing: border-box !important;
}

/* 左側画像を確実に表示 */
html body.ilchi-lp-a1 .iby-page
.iby-reasons-fixed__photo {
  display: block !important;
  grid-column: 1 !important;

  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;

  overflow: hidden !important;
  background: #ffffff !important;
  border-radius: 22px !important;
}

html body.ilchi-lp-a1 .iby-page
.iby-reasons-fixed__photo img {
  display: block !important;

  width: 100% !important;
  height: 315px !important;
  max-width: 100% !important;
  margin: 0 !important;

  object-fit: cover !important;
  object-position: center !important;
}

/* 右側リストの幅を固定 */
html body.ilchi-lp-a1 .iby-page
.iby-reasons-fixed__list {
  display: flex !important;
  grid-column: 2 !important;
  flex-direction: column !important;
  gap: 32px !important;

  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;

  writing-mode: horizontal-tb !important;
}

/* 各項目 */
html body.ilchi-lp-a1 .iby-page
.iby-reasons-fixed__item {
  display: grid !important;
  grid-template-columns: 42px minmax(0, 1fr) !important;
  align-items: start !important;
  gap: 18px !important;

  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;

  writing-mode: horizontal-tb !important;
}

/* 文字領域の極端な縮小を解除 */
html body.ilchi-lp-a1 .iby-page
.iby-reasons-fixed__content {
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;

  writing-mode: horizontal-tb !important;
}

html body.ilchi-lp-a1 .iby-page
.iby-reasons-fixed__content h3,
html body.ilchi-lp-a1 .iby-page
.iby-reasons-fixed__content p {
  display: block !important;
  width: auto !important;
  min-width: 0 !important;

  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: break-word !important;
  writing-mode: horizontal-tb !important;
}

/* 見出しのテーマ装飾を除去 */
html body.ilchi-lp-a1 .iby-page
.iby-reasons-fixed__content h3 {
  margin: 0 0 8px !important;
  padding: 0 !important;

  font-size: 22px !important;
  line-height: 1.5 !important;

  border: 0 !important;
  background: none !important;
  box-shadow: none !important;
}

html body.ilchi-lp-a1 .iby-page
.iby-reasons-fixed__content h3::before,
html body.ilchi-lp-a1 .iby-page
.iby-reasons-fixed__content h3::after {
  content: none !important;
  display: none !important;
}

/* タブレット・スマホ */
@media screen and (max-width: 900px) {

  html body.ilchi-lp-a1 .iby-page
  .iby-reasons-fixed__layout {
    grid-template-columns: 1fr !important;
    gap: 32px !important;
    max-width: 680px !important;
  }

  html body.ilchi-lp-a1 .iby-page
  .iby-reasons-fixed__photo,
  html body.ilchi-lp-a1 .iby-page
  .iby-reasons-fixed__list {
    grid-column: 1 !important;
  }

  html body.ilchi-lp-a1 .iby-page
  .iby-reasons-fixed__photo img {
    height: auto !important;
    aspect-ratio: 16 / 10 !important;
  }
}
/* =========================================================
   新瑞橋A1：セクション間の隙間を削除
========================================================= */

/* セクション自体の外側余白をなくす */
html body.ilchi-lp-a1 .iby-page
.iby-about-fixed,
html body.ilchi-lp-a1 .iby-page
.iby-reasons-fixed {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* イルチブレインヨガとは → 参加しやすい理由 */
html body.ilchi-lp-a1 .iby-page
.iby-about-fixed + .iby-reasons-fixed {
  margin-top: 0 !important;
}

/* WordPressがセクション間に挿入する空段落を消す */
html body.ilchi-lp-a1 .iby-page
.iby-about-fixed + p:empty,
html body.ilchi-lp-a1 .iby-page
.iby-about-fixed + p:has(> br:only-child),
html body.ilchi-lp-a1 .iby-page
p:empty + .iby-reasons-fixed,
html body.ilchi-lp-a1 .iby-page
p:has(> br:only-child) + .iby-reasons-fixed {
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0 !important;
}

/* セクション間に直接入った改行対策 */
html body.ilchi-lp-a1 .iby-page
.iby-about-fixed + br {
  display: none !important;
}
/* =========================================================
   新瑞橋A1：全セクション間の白い隙間を完全除去
========================================================= */

/* ページ直下に自動生成された段落・改行だけを消す */
html body.ilchi-lp-a1 .iby-page > p,
html body.ilchi-lp-a1 .iby-page > br {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
}

/* 全セクションの外側余白をリセット */
html body.ilchi-lp-a1 .iby-page > section,
html body.ilchi-lp-a1 .iby-page > .iby-section {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* 親要素がgrid・flexになっている場合のgapも解除 */
html body.ilchi-lp-a1 .iby-page {
  gap: 0 !important;
  row-gap: 0 !important;
}

/* 今回のCTAとお客様の声を直接連結 */
html body.ilchi-lp-a1 .iby-page
.iby-a1-trial-cta {
  margin-bottom: 0 !important;
}

html body.ilchi-lp-a1 .iby-page
.iby-a1-customer-voices {
  margin-top: 0 !important;
}
/* =========================================================
   新瑞橋A1：Googleマップボタン文字中央 FINAL
========================================================= */

html body.ilchi-lp-a1 .iby-page
.iby-a1-access__button-row {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;

  width: 100% !important;
  margin: 24px 0 0 !important;
  padding: 0 !important;
}

html body.ilchi-lp-a1 .iby-page
.iby-a1-access__button-row .iby-button,
html body.ilchi-lp-a1 .iby-page
.iby-a1-access__button-row .iby-button:visited {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: auto !important;
  min-width: 175px !important;

  height: 44px !important;
  min-height: 44px !important;
  max-height: 44px !important;

  margin: 0 !important;
  padding: 0 24px !important;

  color: #ffffff !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  text-align: center !important;
  vertical-align: middle !important;
  white-space: nowrap !important;

  box-sizing: border-box !important;
}

/* エディターが挿入した改行を無効化 */
html body.ilchi-lp-a1 .iby-page
.iby-a1-access__button-row .iby-button br {
  display: none !important;
}

/* ボタン内に段落が入った場合 */
html body.ilchi-lp-a1 .iby-page
.iby-a1-access__button-row .iby-button p,
html body.ilchi-lp-a1 .iby-page
.iby-a1-access__button-row .iby-button span {
  display: inline !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1 !important;
}

/* スマホ */
@media screen and (max-width: 767px) {
  html body.ilchi-lp-a1 .iby-page
  .iby-a1-access__button-row {
    justify-content: center !important;
  }
}
/* =========================================================
   新瑞橋：テーマヘッダーPC一列化 FINAL
========================================================= */

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

  /* ヘッダー内を横一列にする */
  html body .siteHeader > .container,
  html body header.siteHeader > .container {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    flex-wrap: nowrap !important;

    width: calc(100% - 48px) !important;
    max-width: 1380px !important;
    min-height: 86px !important;

    margin: 0 auto !important;
    padding: 0 !important;
  }

  /* サイト名 */
  html body .siteHeader_logo,
  html body .siteHeader_logo_title,
  html body .site-title {
    flex: 0 0 auto !important;

    width: auto !important;
    max-width: none !important;

    margin: 0 36px 0 0 !important;
    padding: 0 !important;

    text-align: left !important;
    white-space: nowrap !important;
  }

  html body .siteHeader_logo a,
  html body .siteHeader_logo_title a,
  html body .site-title a {
    display: block !important;

    color: #222222 !important;
    font-size: 27px !important;
    font-weight: 400 !important;
    line-height: 1.3 !important;
    white-space: nowrap !important;
    text-decoration: none !important;
  }

  /* メニュー領域 */
  html body .siteHeader_nav {
    position: static !important;
    flex: 1 1 auto !important;

    width: auto !important;
    max-width: none !important;

    margin: 0 !important;
    padding: 0 !important;
  }

  /* メニュー本体 */
  html body .siteHeader_nav .gMenu,
  html body .siteHeader .gMenu {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    flex-wrap: nowrap !important;

    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  html body .siteHeader_nav .gMenu > li,
  html body .siteHeader .gMenu > li {
    flex: 0 0 auto !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  html body .siteHeader_nav .gMenu > li > a,
  html body .siteHeader .gMenu > li > a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    min-height: 86px !important;
    padding: 0 15px !important;

    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1.4 !important;
    white-space: nowrap !important;
  }
}
/* =========================================================
   新瑞橋：ヘッダーPC一列化・追従時メニュー整列 FINAL
========================================================= */

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

  /* -----------------------------------------
     通常時：教室名＋メニューを一列
  ----------------------------------------- */

  html body .siteHeader > .container,
  html body header.siteHeader > .container {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-wrap: nowrap !important;

    width: calc(100% - 40px) !important;
    max-width: 1500px !important;
    min-height: 88px !important;

    margin: 0 auto !important;
    padding: 0 !important;

    gap: 24px !important;
  }

  /* 教室名 */
  html body .siteHeader_logo,
  html body .siteHeader_logo_title,
  html body .site-title {
    flex: 0 0 auto !important;

    width: auto !important;
    max-width: 380px !important;

    margin: 0 !important;
    padding: 0 !important;

    white-space: nowrap !important;
    text-align: left !important;
  }

  html body .siteHeader_logo a,
  html body .siteHeader_logo_title a,
  html body .site-title a {
    display: block !important;

    margin: 0 !important;
    padding: 0 !important;

    color: #222222 !important;
    font-size: 25px !important;
    font-weight: 400 !important;
    line-height: 1.3 !important;
    white-space: nowrap !important;
    text-decoration: none !important;
  }

  /* メニュー領域 */
  html body .siteHeader_nav {
    position: static !important;
    flex: 0 1 auto !important;

    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;

    margin: 0 !important;
    padding: 0 !important;
  }

  /* メニュー本体 */
  html body .siteHeader_nav .gMenu,
  html body .siteHeader .gMenu {
    display: flex !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    flex-wrap: nowrap !important;

    width: auto !important;
    max-width: none !important;

    margin: 0 !important;
    padding: 0 !important;

    gap: 0 !important;
  }

  html body .siteHeader_nav .gMenu > li,
  html body .siteHeader .gMenu > li {
    display: block !important;
    flex: 0 0 auto !important;

    width: auto !important;
    min-width: 0 !important;

    margin: 0 !important;
    padding: 0 !important;
  }

  html body .siteHeader_nav .gMenu > li > a,
  html body .siteHeader .gMenu > li > a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: auto !important;
    min-width: 0 !important;
    min-height: 88px !important;

    margin: 0 !important;
    padding: 0 13px !important;

    color: #222222 !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
    white-space: nowrap !important;
  }


  /* -----------------------------------------
     追従時：教室名を隠してメニューを全幅一列
  ----------------------------------------- */

  html body.header_scrolled .siteHeader > .container,
  html body.header_scrolled header.siteHeader > .container {
    justify-content: center !important;

    width: 100% !important;
    max-width: none !important;
    min-height: 64px !important;

    padding: 0 24px !important;
    gap: 0 !important;
  }

  /* 追従時は教室名を非表示 */
  html body.header_scrolled .siteHeader_logo,
  html body.header_scrolled .siteHeader_logo_title,
  html body.header_scrolled .site-title {
    display: none !important;
  }

  /* メニュー領域を全幅へ */
  html body.header_scrolled .siteHeader_nav {
    display: block !important;
    flex: 1 1 100% !important;

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

    margin: 0 !important;
    padding: 0 !important;
  }

  html body.header_scrolled .siteHeader_nav .gMenu,
  html body.header_scrolled .siteHeader .gMenu {
    display: flex !important;
    align-items: stretch !important;
    justify-content: center !important;
    flex-wrap: nowrap !important;

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

    margin: 0 auto !important;
    padding: 0 !important;

    overflow: visible !important;
  }

  html body.header_scrolled .siteHeader_nav .gMenu > li,
  html body.header_scrolled .siteHeader .gMenu > li {
    display: block !important;
    flex: 0 0 auto !important;

    width: auto !important;
    min-width: 0 !important;

    margin: 0 !important;
    padding: 0 !important;
  }

  html body.header_scrolled .siteHeader_nav .gMenu > li > a,
  html body.header_scrolled .siteHeader .gMenu > li > a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: auto !important;
    min-width: 0 !important;
    min-height: 64px !important;

    padding: 0 24px !important;

    font-size: 13px !important;
    line-height: 1.3 !important;
    white-space: nowrap !important;
  }
}


/* 1200px付近だけ少し詰める */
@media screen and (min-width: 1200px) and (max-width: 1350px) {

  html body .siteHeader > .container,
  html body header.siteHeader > .container {
    gap: 16px !important;
  }

  html body .siteHeader_logo a,
  html body .siteHeader_logo_title a,
  html body .site-title a {
    font-size: 22px !important;
  }

  html body .siteHeader_nav .gMenu > li > a,
  html body .siteHeader .gMenu > li > a {
    padding-right: 9px !important;
    padding-left: 9px !important;
    font-size: 12px !important;
  }

  html body.header_scrolled .siteHeader_nav .gMenu > li > a,
  html body.header_scrolled .siteHeader .gMenu > li > a {
    padding-right: 16px !important;
    padding-left: 16px !important;
    font-size: 12px !important;
  }
}