.lfr-layout-structure-item-row {overflow: hidden;}.lfr-layout-structure-item-2ef88dd3-8e90-a3cd-0448-60009a05e08f {
  background-color: #F2F2F2;
  padding: 80px; /* 内側の余白 */
}
.lfr-layout-structure-item-3dee5aed-3ee6-0b98-18b8-78944827259b {
padding-left: var(--spacer-3,1rem) !important;
}
.lfr-layout-structure-item-3dee5aed-3ee6-0b98-18b8-78944827259b.main-text{
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4;
  color: #000000;
  font-family: "HGS明朝M", "ヒラギノ明朝 ProN", "游明朝", serif;
}

/* ▼ スマホ対応 ▼ */
@media (max-width: 768px) {
  .strapline-text h1 {
    font-size: 16px; /* 小さめに調整 */
    line-height: 1.3;
    padding: 0 10px; /* 左右に余白を追加して読みやすく */
    text-align: center; /* 中央揃えにして見栄えよく */
  }
}
.lfr-layout-structure-item-b418537b-a4af-f43f-7984-fbcbbdf5d107 {
margin-top: var(--spacer-3,1rem) !important;
}
 /* 追従ボタンの基本スタイル */
  .floating-button {
    position: fixed;
    right: -60px;   /* 右端からの距離 */
    bottom: 50px;  /* 下からの距離 */
    z-index: 9999;
    opacity: 0;             /* 初期は非表示 */
    pointer-events: none;   /* 初期はクリック不可 */
    transition: opacity 0.3s;
  }

  /* ボタン画像 */
  .floating-button img {
    width: 300px;   /* ← サイズ調整 */
    height: auto;
    display: block;

    /* ホバー拡大用設定 */
    transform-origin: bottom right; /* 拡大の起点を右下に固定 */
    transition: transform 0.25s ease;
  }

  /* ホバー時に拡大 */
  .floating-button img:hover {
    transform: scale(1.08); /* ← 拡大率はお好みで調整 (例: 1.05〜1.1) */
  }

  /* スクロール後に表示 */
  .floating-button.show-on-scroll002 {
    opacity: 1;
    pointer-events: auto;
  }
   /* ⚠️ Safari が勝手につける外部リンク（共有）アイコンを消す（浮遊ボタン限定） */
  .floating-button a[target="_blank"]::after {
    content: none !important;
    display: none !important;
  }

  /* 任意：長押しで出るメニューを抑えたいとき */
  .floating-button a[target="_blank"] {
    -webkit-touch-callout: none; /* iOS の長押しメニュー抑制（必要なら） */
    -webkit-user-select: none;
  }.lfr-layout-structure-item-76d95b7f-0241-f42a-d511-7563bf0e1419 {
padding-left: var(--spacer-3,1rem) !important;
}
.lfr-layout-structure-item-76d95b7f-0241-f42a-d511-7563bf0e1419.main-text{
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4;
  color: #000000;
  font-family: "HGS明朝M", "ヒラギノ明朝 ProN", "游明朝", serif;
}

/* ▼ スマホ対応 ▼ */
@media (max-width: 768px) {
  .strapline-text h1 {
    font-size: 16px; /* 小さめに調整 */
    line-height: 1.3;
    padding: 0 10px; /* 左右に余白を追加して読みやすく */
    text-align: center; /* 中央揃えにして見栄えよく */
  }
}
.lfr-layout-structure-item-ca4e9b7c-511e-58a3-10d4-40094ec6da94 {
display: none !important;
text-align: center !important;
}
.lfr-layout-structure-item-ca4e9b7c-511e-58a3-10d4-40094ec6da94 .btn-yellow {
  font-size: 20px;
  font-family: "HGS明朝E";
  font-weight: bold;
  background-color: #FFFF00;
  color: #000;
  border: none;
  border-radius: 12px;
  padding: 25px 37px;
   text-decoration: none;
 
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: background-color 0.3s ease;
  display: inline-block;
  text-align: center;
}

/* ホバー時の色変更 */
.btn-yellow:hover {
  background-color: #DBD600;
}

/* ▼ スマホ対応 ▼ */
@media (max-width: 768px) {
  .btn-blue {
    font-size: 12px;       /* さらに小さく */
    padding: 12px 22px;    /* 内側余白をコンパクトに */
    margin: 12px 0;        /* ★ スマホ時は上下の余白も小さく */
    width: auto;           
    white-space: nowrap;   /* 改行を防ぐ */
    box-sizing: border-box;
  }
}
.lfr-layout-structure-item-f55ff42a-477e-e6b5-48a2-8f96996ed855 a {
  color: inherit;              /* 親要素の文字色を継承 */
  text-decoration: none !important; /* 下線を強制的に消す */
}

/* ヘッダー全体 */
.lfr-layout-structure-item-f55ff42a-477e-e6b5-48a2-8f96996ed855 .site-header {
  background-color: #ffffff;
  padding: 20px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* タイトルのリンク */
.lfr-layout-structure-item-f55ff42a-477e-e6b5-48a2-8f96996ed855 .site-title a {
  font-size: 1.8em;
  font-weight: bold;
  color: #333;
  transition: color 0.3s ease;
}

.lfr-layout-structure-item-f55ff42a-477e-e6b5-48a2-8f96996ed855 .site-title a:hover {
  color: #39ABC3;
}

/* ナビゲーションのリンク */
.lfr-layout-structure-item-f55ff42a-477e-e6b5-48a2-8f96996ed855 .nav-menu a {
  margin-left: 20px;
  color: #333;
  font-weight: 500;
  transition: color 0.3s ease;
}

.lfr-layout-structure-item-f55ff42a-477e-e6b5-48a2-8f96996ed855 .nav-menu a:hover {
  color: #39ABC3;
}
.lfr-layout-structure-item-35f3cd43-fa1d-8c43-01a5-0b9a0ac6d00c {
text-align: center !important;
}
@media screen and (max-width: 575px) {.lfr-layout-structure-item-2ef88dd3-8e90-a3cd-0448-60009a05e08f {
  background-color: #F2F2F2;
  padding: 40px; /* 内側の余白 */
}
 /* 追従ボタンの基本スタイル */
  .floating-button {
    position: fixed;
    right: -40px;   /* 右端からの距離 */
    bottom: 50px;  /* 下からの距離 */
    z-index: 9999;
    opacity: 0;             /* 初期は非表示 */
    pointer-events: none;   /* 初期はクリック不可 */
    transition: opacity 0.3s;
  }

  /* ボタン画像 */
  .floating-button img {
    width: 180px;   /* ← サイズ調整 */
    height: auto;
    display: block;

    /* ホバー拡大用設定 */
    transform-origin: bottom right; /* 拡大の起点を右下に固定 */
    transition: transform 0.25s ease;
  }

  /* ホバー時に拡大 */
  .floating-button img:hover {
    transform: scale(1.08); /* ← 拡大率はお好みで調整 (例: 1.05〜1.1) */
  }

  /* スクロール後に表示 */
  .floating-button.show-on-scroll002 {
    opacity: 1;
    pointer-events: auto;
  }
   /* ⚠️ Safari が勝手につける外部リンク（共有）アイコンを消す（浮遊ボタン限定） */
  .floating-button a[target="_blank"]::after {
    content: none !important;
    display: none !important;
  }

  /* 任意：長押しで出るメニューを抑えたいとき */
  .floating-button a[target="_blank"] {
    -webkit-touch-callout: none; /* iOS の長押しメニュー抑制（必要なら） */
    -webkit-user-select: none;
  }}