@charset "UTF-8";
/*
 * ======================================
 * 追加クラス一覧（共通SCSS取り込み検討用）
 * ======================================
 *
 * .hana-fade / .is-shown            - スクロールフェードイン（下から20px・ease-out）
 * .hana-section / --white/--sub/--list/--news/--entry
 *                                   - 元データのセクション余白 clamp() 各パターン
 * .hana-inner / --1000/--960/--940/--900
 *                                   - 元データのコンテナ最大幅（1400 / 1000 / 960 / 940 / 900）
 * .hana-ttl__en / __ja / __label / __ja--*
 *                                   - 英字（Outfit・大）＋日本語（小）の共通セクション見出し
 * .hana-btn / __arrow / --outline    - 右端に白丸矢印を持つピル型CTAボタン
 * .hana-header__*                    - 元データのヘッダー（ロゴ／2段ナビ＋現在ドット／電話2段／CTA／LINE）
 * .hana-sp-nav / __*                 - SPナビの配色を焦げ茶系に調整＋日本語左／英語右の並び
 * .hana-footer__*                    - 白地フッター（会社情報＋SITE MAP＋コピーライト）
 * .hana-cta / __*                    - お問い合わせCTA帯（アクセントオレンジ地）
 * .hana-page-head / __*              - 下層ページヒーロー（中央見出し＋16:5 の横長写真）
 * .hana-mv / __*                     - TOPメインビュー（中央コピー＋21:9 スライド枠）
 * .hana-about / __*                  - TOP 華ホームについて
 * .hana-service-*                    - TOP 事業内容カード／事業内容ページの工事メニュー
 * .hana-promise-*                    - TOP 華ホームが大切にすること（背景ナンバー＋箇条書き）
 * .hana-area-*                       - 対応エリア
 * .hana-works-*                      - 施工実績（TOP抜粋／一覧ページ）
 * .hana-company-*                    - 会社案内・会社情報
 * .hana-news-*                       - TOPお知らせ／お知らせ一覧・詳細
 * .hana-business-*                   - 事業内容ページ 法人のお客様へ／自社施工の強み
 * .hana-background-*                 - 事業内容ページ これまでの経験（枠線ボックス＋はみ出し写真）
 * .hana-contact-*                    - お問い合わせ方法カード／フォーム／個人情報の取り扱い
 * .hana-breadcrumb / .hana-pager     - 共通 breadcrumb / pagination の見た目差分のみ上書き
 * .hana-photo / .hana-img            - 写真ブロック（img版 / background-image版）の共通指定
 *
 * ======================================
 * 共通SCSSに不足していたもの
 * ======================================
 *
 * ■ 値の粒度不足
 *   - 余白が clamp()（例 clamp(64px,7vw,104px)）で可変。utility の mt/mb/pt/pb は
 *     5px刻みの固定値のみで、ビューポート連動の余白を表現できない。
 *   - font-size が 13.5px / 14.5px / 12.5px / 10.5px 等の 0.5px 刻み、および
 *     clamp() 可変。utility の .fz-* は 1px 刻みの固定値のみ。
 *   - line-height 1.45 / 1.85 / 1.9 / 1.95 / 2 / 1.05 / 0.8 など。
 *     .lh-* は 1 / 1.1 / 1.2 / 1.4 / 1.6 / 1.8 / 2 の7段のみ。
 *   - gap が clamp()（clamp(20px,3vw,48px) 等）。.gap-* は固定7段のみ。
 *
 * ■ 指定方向不足
 *   - grid-template-columns: repeat(auto-fit, minmax(NNNpx,1fr)) 系の
 *     「最小幅で折り返す」grid が無い（.grid-auto は minmax(250px,1fr) 固定）。
 *   - grid-template-columns: 25% minmax(0,70%) のような非等分2カラム grid が無い
 *     （.column2 は flex の %指定のみ）。
 *   - grid-column: span 2 を使った 1:2 レイアウトが組めない。
 *
 * ■ 状態不足
 *   - 現在ページのナビ表示が「ドット＋文字色」の2要素同時変化。
 *     .header__nav-item--current は色・装飾のみで、ドット枠の高さ確保ができない。
 *
 * ■ 構造不足
 *   - CTAボタンが「テキスト左・白丸矢印右・両端揃え・ピル型」。
 *     .btn-circle-arrow は丸が左・max-width基準・radius 40px で、
 *     modifier の組み合わせでは並び順と両端揃えを再現できない。
 *   - ヘッダーが「ロゴ ／ (ナビ＋電話＋CTA＋LINE) 」の2ブロック構成で、
 *     ナビとCTA群を1つのグループにまとめて右寄せする入れ物が無い。
 *   - 下層ページヒーローが「白地の中央見出し」＋「その下に16:5の横長写真」の
 *     上下2段構成。.page-hero は写真の上にテキストを重ねる3層構造のため不可。
 *   - 事業内容ページ「これまでの経験」で、枠線ボックスの上辺に英字ラベルが
 *     重なり、右の写真がボックスの上下からはみ出す設計。既存componentに無い。
 *
 * ■ 装飾パターン不足
 *   - 見出し左上に敷く巨大な背景ナンバー（#f2e8de・line-height:0.8・はみ出し）。
 *     .heading__number は色 base_color・インライン配置で、背景透かしにできない。
 *
 */

/* ==========================================================================
   0. ベース補正（元データの body / a の指定に合わせる）
   ========================================================================== */
body {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: normal;
}
p {
  text-wrap: pretty;
}
a {
  color: inherit;
}
a:hover {
  opacity: 0.72;
}

/* スクロールフェードイン（移動量20px・ease-out） */
.hana-fade {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.hana-fade.is-shown {
  opacity: 1;
  transform: none;
}
@media (prefers-reduced-motion: reduce) {
  .hana-fade {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* ==========================================================================
   1. セクション枠・コンテナ
   ========================================================================== */
.hana-section {
  padding: clamp(64px, 7vw, 104px) clamp(20px, 5vw, 40px);
}
.hana-section--sub {
  padding: clamp(56px, 6vw, 88px) clamp(20px, 5vw, 40px);
}
.hana-section--list {
  padding: clamp(48px, 5vw, 72px) clamp(20px, 5vw, 40px);
}
.hana-section--news {
  padding: clamp(44px, 5vw, 72px) clamp(20px, 5vw, 40px);
}
.hana-section--entry {
  padding: clamp(40px, 5vw, 72px) clamp(20px, 5vw, 40px);
}
.hana-section--white {
  background: #ffffff;
}
.hana-section--pale {
  background: #FBF7F1;
}

.hana-inner {
  max-width: 1400px;
  margin: 0 auto;
}
.hana-inner--1000 {
  max-width: 1000px;
  margin: 0 auto;
}
.hana-inner--960 {
  max-width: 960px;
  margin: 0 auto;
}
.hana-inner--940 {
  max-width: 940px;
  margin: 0 auto;
}
.hana-inner--900 {
  max-width: 900px;
  margin: 0 auto;
}

/* 写真ブロック共通 */
.hana-photo {
  overflow: hidden;
}
.hana-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hana-img {
  background-size: cover;
  background-position: center;
  background-color: #f0e6dc;
}

/* ==========================================================================
   2. 共通セクション見出し（英字 Outfit 大 ＋ 日本語 小）
   ========================================================================== */
.hana-ttl__en {
  font-family: "Outfit", sans-serif;
  font-size: clamp(30px, 4.2vw, 56px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.07em;
  color: #b8a06a;
  margin-bottom: 10px;
}
.hana-ttl__ja {
  font-size: clamp(17px, 1.5vw, 20px);
  font-weight: 700;
  letter-spacing: 0.04em;
}
.hana-ttl__ja--lh16 {
  line-height: 1.6;
}
/* 元データのセクションごとの見出し下余白（実数） */
.hana-ttl__ja--mb14 { margin-bottom: 14px; }
.hana-ttl__ja--mb18 { margin-bottom: 18px; }
.hana-ttl__ja--mb26 { margin-bottom: 26px; }
.hana-ttl__ja--mb30 { margin-bottom: 30px; }
.hana-ttl__ja--mb34 { margin-bottom: 34px; }
.hana-ttl__ja--mb36 { margin-bottom: 36px; }
.hana-ttl__ja--mb44 { margin-bottom: 44px; }
.hana-ttl__ja--mb8  { margin-bottom: 8px; }

/* 小さな英字ラベル（letter-spacing 広め） */
.hana-ttl__label {
  font-family: "Outfit", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.22em;
  color: #b8a06a;
  margin-bottom: 8px;
}
.hana-ttl__ja--lg {
  font-size: clamp(21px, 2.2vw, 27px);
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.4;
  margin-bottom: 24px;
}

/* ==========================================================================
   3. ボタン
   ========================================================================== */
.hana-btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-width: 240px;
  background: #ffa400;
  color: #ffffff;
  border-radius: 999px;
  padding: 9px 10px 9px 34px;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.04em;
}
.hana-btn__arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ffffff;
  color: #3a2c22;
  display: grid;
  place-items: center;
  font-family: "Outfit", sans-serif;
  font-size: 15px;
  flex: 0 0 auto;
}
.hana-btn--outline {
  display: inline-block;
  border: 1px solid #433430;
  font-weight: 700;
  font-size: 14px;
  padding: 14px 30px;
  border-radius: 4px;
}

/* ==========================================================================
   4. ヘッダー
   ========================================================================== */
.hana-header {
  position: sticky;
  top: 0;
  background: #ffffff;
}
.hana-header__inner {
  width: 96%;
  max-width: none;
  margin: 0 auto;
  padding: 14px 0;
  height: auto;
  border-bottom: 1px solid #e6d9cf;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.hana-header__logo {
  display: flex;
  align-items: baseline;
  gap: 10px;
  flex: 0 0 auto;
}
.hana-header__logo-ja {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.14em;
}
.hana-header__logo-en {
  font-family: "Outfit", sans-serif;
  font-size: 11px;
  letter-spacing: 0.28em;
  color: #b8a06a;
}
.hana-header__group {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2.4vw, 30px);
  flex-wrap: wrap;
}
.hana-header__nav {
  display: flex;
  align-items: flex-end;
  gap: clamp(14px, 2vw, 26px);
  flex-wrap: wrap;
  margin: 0;
}
.hana-header__nav-item > a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  padding: 0 0 4px;
  line-height: 1.2;
}
.hana-header__nav-item > a::after {
  display: none;
}
/* 共通CSSはナビのhoverを opacity:1 に固定して下線アニメーションで見せるが、
   元データは下線なし・全リンク共通の opacity:0.72 のみ */
.hana-header__nav-item > a:hover {
  opacity: 0.72;
}
.hana-header__dot {
  height: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4px;
}
.hana-header__nav-item--current .hana-header__dot::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffa400;
}
.hana-header__nav-en {
  font-family: "Outfit", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.16em;
  line-height: 1;
  color: #b8a06a;
}
.hana-header__nav-ja {
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
  line-height: 1.25;
  margin-top: 3px;
  color: #433430;
}
.hana-header__nav-item--current .hana-header__nav-en,
.hana-header__nav-item--current .hana-header__nav-ja {
  color: #a35c00;
}
.hana-header__contact {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  height: auto;
}
.hana-header__tel {
  display: flex;
  flex-direction: column;
  line-height: 1.3;
  white-space: nowrap;
}
.hana-header__tel-num {
  font-family: "Outfit", sans-serif;
  font-size: 23px;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.hana-header__tel-note {
  font-size: 12px;
  color: #6b5a53;
}
.hana-header__cta {
  display: inline-block;
  height: auto;
  padding: 13px 24px;
  background: #ffa400;
  color: #ffffff;
  font-weight: 700;
  font-size: 15px;
  border-radius: 4px;
  white-space: nowrap;
}
.hana-header__line {
  display: inline-block;
  border: 1px solid #cdbdb0;
  color: #5b4b43;
  font-size: 15px;
  font-weight: 700;
  padding: 12px 20px;
  border-radius: 4px;
  white-space: nowrap;
}
/* PCナビ・CTA群は 1100px 以下で非表示（SPナビへ切替） */
@media (max-width: 1100px) {
  .hana-header__group {
    display: none;
  }
  .hana-header__inner {
    padding: 12px 0;
  }
  .hana-header__logo-ja {
    font-size: 20px;
  }
}

/* SPナビ（配色のみ元データのトーンに合わせる） */
.hana-sp-nav {
  background: linear-gradient(135deg, rgba(67, 52, 48, 0.97), rgba(43, 33, 30, 0.98));
}
.hana-sp-nav .sp-nav__link {
  font-size: 16px;
  font-weight: 700;
}
/* 共通CSSの疑似要素アイコンは Font Awesome 5 のファミリー名で書かれているが、
   本サイトが読み込むのは v6 のためファミリー名を合わせる。
   あわせて右端のアイコンを文字から離す（共通CSSは文字に密着している） */
.hana-sp-nav .sp-nav__link::after {
  font-family: "Font Awesome 6 Free";
  margin-left: 16px;
}
/* 日本語を左・英語を右にする（共通CSSは英語が左）。
   .sp-nav__link は justify-content:space-between なので、
   先頭の日本語に margin-right:auto を持たせて英語とアイコンを右端へ寄せる。
   共通CSSの .sp-nav__en の margin-right:auto / padding-left は
   英語が先頭にある前提の指定なので打ち消す。 */
.hana-sp-nav__ja {
  margin-right: auto;
}
.hana-sp-nav .sp-nav__en {
  font-family: "Outfit", sans-serif;
  font-size: 11px;
  letter-spacing: 0.16em;
  color: #e2cf9f;
  opacity: 1;
  margin-right: 0;
  padding-left: 0;
}
.hana-sp-nav__bottom {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-top: 28px;
  color: #ffffff;
}
.hana-sp-nav__tel {
  font-family: "Outfit", sans-serif;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #ffffff;
}
.hana-sp-nav__note {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.72);
}
.hana-sp-nav__cta {
  margin-top: 16px;
  display: inline-block;
  background: #ffa400;
  color: #ffffff;
  font-weight: 700;
  font-size: 15px;
  padding: 13px 24px;
  border-radius: 4px;
}

/* ==========================================================================
   5. フッター
   ========================================================================== */
.hana-footer {
  background: #ffffff;
  padding: clamp(44px, 5vw, 72px) clamp(20px, 5vw, 40px) 28px;
}
.hana-footer__inner {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: clamp(24px, 4vw, 56px);
}
.hana-footer__logo {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 18px;
}
.hana-footer__logo-ja {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.14em;
}
.hana-footer__logo-en {
  font-family: "Outfit", sans-serif;
  font-size: 10px;
  letter-spacing: 0.28em;
  color: #b8a06a;
}
.hana-footer__address {
  font-size: 13.5px;
  color: #5b4b43;
  line-height: 2;
}
.hana-footer__area {
  margin-top: 16px;
  font-size: 13px;
  color: #6b5a53;
}
.hana-footer__label {
  font-family: "Outfit", sans-serif;
  font-size: 10px;
  letter-spacing: 0.24em;
  color: #b8a06a;
  margin-bottom: 14px;
}
.hana-footer__nav {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 4px 20px;
}
.hana-footer__nav a {
  font-size: 13.5px;
  padding: 7px 0;
}
.hana-footer__copyright {
  max-width: 1400px;
  margin: 36px auto 0;
  padding-top: 20px;
  border-top: 1px solid #f0e6dc;
  font-family: "Outfit", sans-serif;
  font-size: 11px;
  letter-spacing: 0.12em;
  color: #6b5a53;
}

/* ==========================================================================
   6. お問い合わせCTA帯
   ========================================================================== */
.hana-cta {
  padding: clamp(60px, 7vw, 96px) clamp(20px, 5vw, 40px);
  background: #ffa400;
}
.hana-cta__en {
  font-family: "Outfit", sans-serif;
  font-size: clamp(30px, 4.2vw, 56px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.07em;
  color: #ffffff;
  margin-bottom: 10px;
}
.hana-cta__ttl {
  font-size: clamp(22px, 2.8vw, 30px);
  font-weight: 700;
  line-height: 1.6;
  color: #ffffff;
  margin-bottom: 16px;
}
.hana-cta__lead {
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 34px;
}
.hana-cta__btns {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
.hana-cta__tel {
  background: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  padding: 16px 30px;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  line-height: 1.4;
}
.hana-cta__tel-num {
  font-family: "Outfit", sans-serif;
  font-size: 22px;
  font-weight: 600;
}
.hana-cta__tel-note {
  font-size: 11px;
}
.hana-cta__mail {
  background: #ffffff;
  color: #433430;
  font-weight: 700;
  padding: 19px 32px;
  border-radius: 4px;
}
.hana-cta__line {
  border: 1px solid #ffffff;
  color: #ffffff;
  font-weight: 700;
  padding: 18px 30px;
  border-radius: 4px;
}

/* ==========================================================================
   7. 下層ページヒーロー
   ========================================================================== */
.hana-page-head {
  background: #ffffff;
  padding: clamp(48px, 6vw, 88px) clamp(20px, 5vw, 40px) 0;
}
.hana-page-head__en {
  font-family: "Outfit", sans-serif;
  font-size: clamp(34px, 5vw, 64px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.07em;
  color: #b8a06a;
  margin-bottom: 12px;
}
.hana-page-head__ja {
  font-size: clamp(18px, 1.7vw, 22px);
  font-weight: 700;
  letter-spacing: 0.04em;
}
.hana-page-head__img {
  max-width: 1400px;
  margin: clamp(32px, 4vw, 56px) auto 0;
  aspect-ratio: 16/5;
  overflow: hidden;
}
/* 縦位置の切り抜き基準を上端へ。被写体が写真上部にあり、
   既定の中央基準（元データ値）だと人物の頭部が切れるヒーローに付ける */
.hana-page-head__img--top img {
  object-position: center top;
}

/* ==========================================================================
   8. TOP：メインビュー
   ========================================================================== */
.hana-mv {
  background: #ffffff;
  padding: clamp(48px, 7vw, 104px) 0 0;
}
.hana-mv__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 40px);
  text-align: center;
}
.hana-mv__en {
  font-family: "Outfit", sans-serif;
  font-size: clamp(38px, 7vw, 104px);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: 0.02em;
  color: #433430;
  margin-bottom: clamp(14px, 1.6vw, 22px);
}
.hana-mv__en em {
  font-style: normal;
  color: #b8a06a;
}
.hana-mv__ttl {
  font-size: clamp(19px, 2.2vw, 30px);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.03em;
  margin-bottom: clamp(18px, 2vw, 28px);
}
.hana-mv__ttl em {
  font-style: normal;
  color: #a1834a;
}
.hana-mv__lead {
  font-size: 17px;
  font-weight: 500;
  color: #5b4b43;
  line-height: 2;
}

/* メインビュー枠
   本番でCMSスライダー（高さ100%指定で外枠に追従）に差し替える。
   aspect-ratio でビューポート連動の確定高さを与え、min-height で
   狭い画面での下限を確保する（元データの指定と同値）。 */
#slideshow {
  width: 96%;
  margin: clamp(40px, 5vw, 80px) auto 0;
  position: relative;
  aspect-ratio: 21/9;
  min-height: clamp(220px, 36vw, 520px);
  overflow: hidden;
  border-radius: 2px;
}
#slideshow .swiper-slide {
  width: 100%;
  height: 100%;
}
#slideshow .main_slider__inner {
  width: 100%;
  height: 100%;
}
#slideshow img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 静止画スライダーのクロスフェード（静止画HTML専用）
   CMSスライダーに差し替えると .hana-mv-slide ごとHTMLが消えるため、
   CMS側のSwiper出力（.swiper-slide）には一切干渉しない。
   ズーム・スライドインは使わずクロスフェードのみ（wireframe §434）。
   1周期12s＝1枚あたり表示5s＋切り替え1s。2枚前提で遅延を半周期ずらしている。
   1枚目は負の遅延で不透明の状態から始め、読み込み直後のちらつきを避ける。 */
.hana-mv-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  animation: hana-mv-fade 12s linear infinite;
}
.hana-mv-slide:nth-of-type(1) {
  animation-delay: -1s;
}
.hana-mv-slide:nth-of-type(2) {
  animation-delay: 5s;
}
@keyframes hana-mv-fade {
  0%      { opacity: 0; }
  8.333%  { opacity: 1; }
  50%     { opacity: 1; }
  58.333% { opacity: 0; }
  100%    { opacity: 0; }
}
/* 視差効果を減らす設定では切り替えを止め、1枚目のみを表示する */
@media (prefers-reduced-motion: reduce) {
  .hana-mv-slide {
    animation: none;
  }
  .hana-mv-slide:nth-of-type(1) {
    opacity: 1;
  }
}

/* ==========================================================================
   9. TOP：華ホームについて
   ========================================================================== */
.hana-about {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: clamp(28px, 4vw, 72px);
  align-items: center;
}
.hana-about__txt {
  color: #5b4b43;
}
.hana-about__btn {
  margin-top: 36px;
}
.hana-about__img {
  aspect-ratio: 4/3;
}

/* ==========================================================================
   10. TOP：事業内容
   ========================================================================== */
.hana-service-head {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: clamp(20px, 4vw, 64px);
  align-items: end;
  margin-bottom: clamp(32px, 4vw, 52px);
}
.hana-service-head__lead {
  color: #5b4b43;
}
.hana-service-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
}
.hana-service-card {
  background: #ffffff;
  border-radius: 8px;
  padding: 14px 14px 22px;
  display: flex;
  flex-direction: column;
}
.hana-service-card__img {
  aspect-ratio: 1/1;
  border-radius: 5px;
}
.hana-service-card__ttl {
  font-size: clamp(16px, 1.4vw, 19px);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.02em;
  margin: 22px 0 18px;
  text-align: center;
}
.hana-service-card__rule {
  height: 1px;
  background: #eadfd4;
  margin: 0 6px auto;
}
.hana-service-card__name {
  margin-top: 16px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.hana-service-card__no {
  font-family: "Outfit", sans-serif;
  color: #b8a06a;
}
.hana-service-btn {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

/* ==========================================================================
   11. TOP：華ホームが大切にすること
   ========================================================================== */
.hana-promise-list {
  display: flex;
  flex-direction: column;
  gap: clamp(40px, 5vw, 72px);
}
.hana-promise {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: clamp(28px, 4vw, 72px);
  align-items: center;
}
.hana-promise__img {
  aspect-ratio: 3/2;
}
.hana-promise__body {
  position: relative;
  padding-top: 26px;
}
.hana-promise__no {
  position: absolute;
  top: 0;
  left: -6px;
  font-family: "Outfit", sans-serif;
  font-size: clamp(64px, 7vw, 104px);
  font-weight: 400;
  line-height: 0.8;
  color: #f2e8de;
  pointer-events: none;
}
.hana-promise__ttl {
  position: relative;
  font-size: clamp(20px, 2.2vw, 28px);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.02em;
  margin-bottom: 20px;
}
.hana-promise__txt {
  color: #5b4b43;
  font-size: 17px;
  max-width: 38em;
}
.hana-promise__points {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-top: 26px;
  max-width: 38em;
}
.hana-promise__point {
  display: flex;
  gap: 14px;
  align-items: baseline;
  padding: 12px 0;
  border-bottom: 1px solid #f0e6dc;
}
.hana-promise__point::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ffa400;
  flex: 0 0 auto;
  transform: translateY(-3px);
}
.hana-promise__point span {
  font-size: 15px;
  font-weight: 500;
  color: #4d3e37;
}

/* ==========================================================================
   12. 対応エリア
   ========================================================================== */
.hana-area {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: clamp(28px, 4vw, 56px);
  align-items: center;
}
.hana-area__txt {
  color: #5b4b43;
  margin-bottom: 22px;
}
.hana-area__base {
  font-size: 13px;
  color: #7d6a5f;
}
/* 元データは padding:14px 0 だが、県リストを左カラムへ移したため行間を詰めている */
.hana-area__row {
  display: flex;
  gap: 16px;
  align-items: baseline;
  padding: 2px 0;
}
.hana-area__name {
  font-size: 16px;
  font-weight: 700;
  min-width: 5.5em;
}
.hana-area__note {
  font-size: 16px;
  font-weight: 500;
  color: #6b5a53;
}
.hana-area__foot {
  margin-top: 18px;
  font-size: 12.5px;
  color: #6b5a53;
}
/* 県リストは元データでは右カラムだったが、右カラムをイラスト地図にしたため
   左カラムの文章の下へ移した（TOP・事業内容ページの両方）。
   拠点の行との間隔を確保する */
.hana-area__list {
  margin-top: 24px;
}
/* エリアのイラスト地図（map.png / 1536×1024・透過PNG）
   写真ではなくイラストなので .hana-photo の切り抜き枠は使わず全体を見せる。
   影・枠線・角丸なし（サイトの装飾密度に合わせる）。
   イラストの左右に透過の余白があるため、見た目の大きさは箱より一段小さくなる。
   広い画面で伸びすぎないよう max-width で上限を設けて中央に置く */
.hana-area__map {
  max-width: 620px;
  margin: 0 auto;
}
.hana-area__map img {
  display: block;
  width: 100%;
  height: auto;
}

/* ==========================================================================
   13. 施工実績
   ========================================================================== */
/* TOP抜粋（初期公開時は非掲載。実写が入り次第コメントを外す） */
.hana-works-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}
.hana-works-card {
  background: #FBF7F1;
  border: 1px solid #e6d9cf;
  border-radius: 6px;
  overflow: hidden;
}
.hana-works-card__img {
  aspect-ratio: 4/3;
}
.hana-works-card__body {
  padding: 18px 20px 22px;
}
.hana-works-card__date {
  font-family: "Outfit", sans-serif;
  font-size: 12px;
  color: #6b5a53;
  margin-bottom: 6px;
}
.hana-works-card__ttl {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 6px;
}
.hana-works-card__cost {
  font-size: 13px;
  color: #6b5a53;
}
.hana-works-btn {
  margin-top: 32px;
}

/* 一覧ページ */
.hana-works-lead {
  margin: 0 auto clamp(40px, 5vw, 64px);
  color: #5b4b43;
  max-width: 52em;
  text-align: center;
}
.hana-works-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(28px, 3.5vw, 56px) clamp(20px, 2.5vw, 40px);
}
.hana-work__img {
  aspect-ratio: 4/3;
}
.hana-work__date {
  font-family: "Outfit", sans-serif;
  font-size: 13px;
  line-height: 1.4;
  color: #7d6a5f;
  margin: 18px 0 2px;
}
.hana-work__ttl {
  font-size: clamp(18px, 1.6vw, 21px);
  font-weight: 700;
  line-height: 1.45;
  margin-bottom: 8px;
}
.hana-work__cost {
  margin-bottom: 4px;
  line-height: 1.3;
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.hana-work__cost-label {
  color: #7d6a5f;
  font-size: 12px;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.hana-work__cost-value {
  font-family: "Outfit", sans-serif;
  font-size: 20px;
  font-weight: 600;
}
.hana-work__desc {
  color: #5b4b43;
  font-size: 14.5px;
  line-height: 1.9;
}
@media (max-width: 896px) {
  .hana-works-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 639px) {
  .hana-works-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* ==========================================================================
   14. 会社案内（TOP）／会社情報（会社概要）
   ========================================================================== */
.hana-company {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: clamp(24px, 3vw, 48px);
  align-items: start;
}
.hana-company__row {
  display: flex;
  gap: 20px;
  padding: 13px 0;
  border-bottom: 1px solid #f0e6dc;
}
.hana-company__label {
  font-size: 13px;
  font-weight: 700;
  min-width: 6.5em;
  color: #7d6a5f;
}
.hana-company__value {
  font-size: 14px;
}
.hana-company__btn {
  margin-top: 28px;
}
.hana-company__img {
  aspect-ratio: 4/3;
}

/* ごあいさつ */
.hana-greeting__txt {
  color: #5b4b43;
}
.hana-greeting__sign {
  margin-top: 28px;
  font-size: 14px;
  color: #7d6a5f;
}

/* 会社情報テーブル（25% / 70% 非等分2カラム） */
.hana-profile {
  display: grid;
  grid-template-columns: 25% minmax(0, 70%);
  justify-content: space-between;
  gap: clamp(24px, 4vw, 48px);
}
.hana-profile > * {
  min-width: 0;
}
.hana-profile__row {
  display: flex;
  gap: clamp(14px, 3vw, 32px);
  padding: 15px 0;
  border-bottom: 1px solid #ece1d7;
  flex-wrap: wrap;
}
.hana-profile__label {
  font-size: 13px;
  font-weight: 700;
  min-width: 9em;
  color: #7d6a5f;
}
.hana-profile__value {
  font-size: 16px;
  font-weight: 500;
  flex: 1 1 240px;
  min-width: 0;
}
@media (max-width: 896px) {
  .hana-profile {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* アクセス（マップ見出し） */
.hana-access {
  padding: 0 clamp(20px, 5vw, 40px) clamp(32px, 4vw, 48px);
}
.hana-map {
  aspect-ratio: 16/5;
  border-radius: 0;
}
.hana-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
@media (max-width: 639px) {
  .hana-map {
    aspect-ratio: 4/3;
  }
}

/* ==========================================================================
   15. TOP：お知らせ ／ お知らせ一覧・詳細
   ========================================================================== */
.hana-news {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: clamp(20px, 3vw, 48px);
  align-items: start;
}
.hana-news__btn {
  margin-top: 28px;
}
.hana-news__list {
  grid-column: span 2;
  min-width: 0;
  border-top: 1px solid #ece1d7;
}
.hana-news__item {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: clamp(14px, 2vw, 28px);
  align-items: center;
  padding: 26px 4px;
  border-bottom: 1px solid #ece1d7;
}
.hana-news__date {
  font-family: "Outfit", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #6b5a53;
  white-space: nowrap;
}
.hana-news__ttl {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
}
.hana-news__arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #433430;
  color: #FBF7F1;
  display: grid;
  place-items: center;
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  flex: 0 0 auto;
}
@media (max-width: 639px) {
  /* auto-fit が1トラックになると span 2 が暗黙カラムを作って
     はみ出すため、SPでは明示的に1カラムへ落とす */
  .hana-news {
    grid-template-columns: minmax(0, 1fr);
  }
  .hana-news__list {
    grid-column: auto;
  }
  .hana-news__item {
    grid-template-columns: auto 1fr;
    row-gap: 8px;
  }
  .hana-news__ttl {
    grid-column: 1 / -1;
  }
  .hana-news__arrow {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    width: 34px;
    height: 34px;
  }
}

/* 一覧ページ：本文＋サイドバー */
.hana-blog {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: clamp(28px, 4vw, 56px);
}
.hana-blog__main {
  grid-column: span 2;
  min-width: 0;
}
.hana-blog__list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.hana-blog__item {
  display: flex;
  gap: 20px;
  background: #ffffff;
  border: 1px solid #e6d9cf;
  border-radius: 6px;
  padding: 18px;
  flex-wrap: wrap;
}
.hana-blog__thumb {
  flex: 0 0 160px;
  aspect-ratio: 4/3;
  border-radius: 4px;
}
.hana-blog__body {
  flex: 1 1 220px;
  min-width: 0;
}
.hana-blog__meta {
  display: flex;
  gap: 12px;
  align-items: baseline;
  margin-bottom: 8px;
}
.hana-blog__date {
  font-family: "Outfit", sans-serif;
  font-size: 12.5px;
  color: #6b5a53;
}
.hana-blog__ttl {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 8px;
}
.hana-blog__excerpt {
  font-size: 16px;
  font-weight: 500;
  color: #6b5a53;
}
.hana-blog__side {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.hana-widget {
  background: #ffffff;
  border: 1px solid #e6d9cf;
  border-radius: 6px;
  padding: 22px;
}
.hana-widget__ttl {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e6d9cf;
}
.hana-widget__link {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #f4ece5;
}
.hana-widget__date {
  display: block;
  font-family: "Outfit", sans-serif;
  font-size: 11.5px;
  color: #6b5a53;
}
.hana-widget__name {
  font-size: 13.5px;
  font-weight: 500;
}
/* 月別アーカイブはCMSが裸の <ul><li><a> を出力する（クラスが付かない）ため、
   .hana-widget__archive の指定をそのまま子孫セレクタへ移した。
   ul,ol の list-style:none と *{margin:0;padding:0} は main.css で効いているので
   リスト由来の余白・記号は出ない。
   ラベルは 2026年09月（3）でCMS側固定。デザインの 2026年10月 表記には変えられない。 */
.hana-widget__archives a {
  display: block;
  font-family: "Outfit", sans-serif;
  font-size: 13.5px;
  padding: 8px 0;
  border-bottom: 1px solid #f4ece5;
}
@media (max-width: 639px) {
  /* auto-fit が1トラックになると span 2 が暗黙カラムを作って
     はみ出すため、SPでは明示的に1カラムへ落とす */
  .hana-blog {
    grid-template-columns: minmax(0, 1fr);
  }
  .hana-blog__main {
    grid-column: auto;
  }
  .hana-blog__thumb {
    flex: 0 0 120px;
  }
}

/* CMSが出力するページャ
   実出力（確認済み）：
     <div class="pages">
       <div class="page_prev"><a href="?p=0&…#cmsblog">&lt;&nbsp;前の5件</a></div>
       <div class="page_next"><a href="?p=2&…#cmsblog">次の5件&nbsp;&gt;</a></div>
     </div>
   ・クラスは .pages / .page_prev / .page_next（main.css に同名定義は無く衝突しない）
   ・数字のページリンクは出力されず「前の◯件／次の◯件」の2つだけ。
     そのためデザインの数字ページャ（1・2・Next ›）は再現できない。
     見た目は下の .hana-pager .pagination__link--wide に合わせている
   ・p は0始まり。href はクエリのみの相対URLで entry_list.php に対して解決される */
.hana-blog__cms .pages {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin: 36px 0 0;
}
.hana-blog__cms .pages a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 38px;
  padding: 0 16px;
  border: 1px solid #ddcec2;
  border-radius: 3px;
  background: #ffffff;
  font-family: "Outfit", sans-serif;
  font-size: 13px;
  color: #433430;
}
.hana-blog__cms .pages a:hover {
  opacity: 0.72;
}

/* ページネーション（共通 .pagination の見た目差分のみ） */
.hana-pager {
  margin: 36px 0 0;
  text-align: center;
}
.hana-pager .pagination__list {
  gap: 8px;
}
.hana-pager .pagination__link {
  min-width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid #ddcec2;
  border-radius: 3px;
  background: #ffffff;
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  color: #433430;
}
.hana-pager .pagination__link--wide {
  padding: 0 16px;
  font-size: 13px;
}
.hana-pager .pagination__link:hover {
  border-color: #ddcec2;
  color: #433430;
}
.hana-pager .pagination__link.is-current {
  border-color: #433430;
  background: #433430;
  color: #fdf6f0;
}

/* 記事詳細 */
.hana-breadcrumb {
  background: #ffffff;
  border-bottom: 1px solid #e6d9cf;
  padding: 18px clamp(20px, 5vw, 40px);
  font-size: 12.5px;
}
.hana-breadcrumb .breadcrumb__list {
  max-width: 1400px;
  margin: 0 auto;
  color: #7d6a5f;
}
.hana-breadcrumb .breadcrumb__item:not(:last-child)::after {
  content: "›";
  margin: 0 10px;
  color: #7d6a5f;
}
.hana-breadcrumb .breadcrumb__link {
  color: #7d6a5f;
}
.hana-breadcrumb .breadcrumb__current {
  color: #7d6a5f;
}
.hana-entry {
  grid-column: span 2;
  min-width: 0;
  background: #ffffff;
  border: 1px solid #e6d9cf;
  border-radius: 6px;
  padding: clamp(22px, 3vw, 44px);
}
.hana-entry__meta {
  display: flex;
  gap: 14px;
  align-items: baseline;
  margin-bottom: 12px;
}
.hana-entry__date {
  font-family: "Outfit", sans-serif;
  font-size: 13px;
  color: #6b5a53;
}
.hana-entry__ttl {
  font-size: clamp(21px, 2.8vw, 30px);
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 26px;
}
.hana-entry__img {
  aspect-ratio: 16/9;
  border-radius: 4px;
  margin-bottom: 30px;
}
.hana-entry__body p {
  color: #5b4b43;
  margin-bottom: 20px;
}
.hana-entry__body p:last-child {
  margin-bottom: 0;
}
.hana-entry__back {
  margin-top: 34px;
  padding-top: 26px;
  border-top: 1px solid #e6d9cf;
}
.hana-entry__back a {
  font-size: 13.5px;
  font-weight: 500;
  border-bottom: 1px solid #b8a06a;
  padding-bottom: 2px;
}
@media (max-width: 639px) {
  .hana-entry {
    grid-column: auto;
  }
}

/* ==========================================================================
   16. 事業内容ページ
   ========================================================================== */
.hana-reform__ttl {
  font-size: clamp(22px, 2.8vw, 32px);
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 18px;
  text-align: center;
}
.hana-reform__lead {
  margin: 0 auto 44px;
  color: #5b4b43;
  max-width: 44em;
  text-align: center;
}
.hana-menu-list {
  display: flex;
  flex-direction: column;
  gap: clamp(48px, 6vw, 88px);
}
/* 画像35%＋本文60%＝95% で、残り5%が画像と本文の間隔になる。
   間隔は justify-content:space-between が余りを吸収するため常に
   「.hana-inner の幅 × 5%」に落ち着き、gap は下限としてだけ働く。
   このため gap の上限は 5% を超えてはいけない。
   .hana-inner は max-width:1400px で止まる（5% = 70px）のに対し
   gap の 4vw はビューポートに比例して伸び続けるので、
   デザインデータどおりの上限 72px だと約1650px超の画面で
   「95% + gap > 100%」になって flex が折り返し、
   画像が flex-grow:0 のまま左に取り残されて崩れる。
   そのため上限を 70px 未満（64px）に抑えている。見た目は変わらない。 */
.hana-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: clamp(28px, 4vw, 64px);
  align-items: center;
}
.hana-menu__img {
  flex: 0 1 35%;
  min-width: 260px;
  aspect-ratio: 3/2;
}
.hana-menu__body {
  flex: 0 1 60%;
  min-width: 280px;
}
.hana-menu__en {
  font-family: "Outfit", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.22em;
  color: #ffa400;
  margin-bottom: 6px;
}
.hana-menu__ttl {
  font-size: clamp(22px, 2.4vw, 30px);
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.2;
  margin-bottom: 18px;
}
.hana-menu__rule {
  height: 1px;
  background: #e6d9cf;
  margin-bottom: 20px;
}
.hana-menu__txt {
  margin-bottom: 26px;
  font-size: 17px;
  font-weight: 500;
  color: #5b4b43;
  line-height: 1.95;
  max-width: 34em;
}
.hana-menu__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.hana-menu__tag {
  font-size: 13.5px;
  font-weight: 500;
  color: #5b4b43;
  border: 1px solid #e6d9cf;
  padding: 7px 16px;
}
/* 縦積みになる幅での崩れ対策。
   PCは画像35%／本文60%の左右交互で、これは claude-design-output/service.php の
   指定どおり（変更しない）。ただし1行に収まらなくなると、画像は flex-grow:0 の
   ため行を独占しても min-width の260pxのまま左に取り残され、幅が揃わない。
   そのため縦積み時だけ幅100%にする。
   ※ 左右交互のまま縦積みされる並び（本文→画像／画像→本文）は変えない。
      TOPの .hana-promise（grid auto-fit のため1カラムで自動的にこうなる）と
      同じ挙動で、サイト全体で揃えている。
   ブレークポイントはサイト共通の896px。 */
@media (max-width: 896px) {
  .hana-menu {
    gap: 24px;
  }
  .hana-menu__img,
  .hana-menu__body {
    flex: 1 1 100%;
    min-width: 0;
  }
}
.hana-menu-note {
  margin-top: 22px;
  font-size: 12.5px;
  color: #6b5a53;
}

/* 法人のお客様へ／自社施工の強み */
.hana-business {
  padding: clamp(24px, 3vw, 40px) 0 clamp(56px, 6vw, 88px);
  background: #ffffff;
}
.hana-business__box {
  width: 96%;
  margin: 0 auto;
  background: #FBF7F1;
  padding: clamp(32px, 4vw, 64px) clamp(24px, 4vw, 56px);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: clamp(28px, 4vw, 56px);
}
.hana-business__img {
  aspect-ratio: 16/9;
  margin-bottom: 24px;
}
.hana-business__txt {
  color: #5b4b43;
}

/* これまでの経験（枠線ボックス＋上辺の英字ラベル＋はみ出し写真） */
.hana-background {
  padding: clamp(40px, 5vw, 72px) clamp(20px, 5vw, 40px) clamp(56px, 6vw, 88px);
  background: #ffffff;
}
.hana-background__wrap {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}
.hana-background__box {
  position: relative;
  width: 64%;
  min-width: 0;
  border: 1px solid #e6d9cf;
  border-radius: 4px;
  padding: clamp(24px, 3vw, 44px) clamp(36px, 4.5vw, 72px) clamp(24px, 3vw, 44px) clamp(20px, 3vw, 40px);
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.hana-background__label {
  position: absolute;
  top: 0;
  left: clamp(20px, 3vw, 40px);
  transform: translateY(-50%);
  background: #ffffff;
  padding: 0 12px;
  font-family: "Outfit", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.18em;
  color: #b8a06a;
}
.hana-background__ttl {
  font-size: clamp(20px, 1.8vw, 24px);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.6;
}
.hana-background__txt {
  color: #6b5a53;
  font-size: 15px;
  line-height: 1.95;
}
.hana-background__img {
  position: absolute;
  right: 0;
  top: clamp(-28px, -2vw, -16px);
  bottom: clamp(-28px, -2vw, -16px);
  width: 38%;
  overflow: hidden;
  border-radius: 4px;
}
@media (max-width: 896px) {
  .hana-background__box {
    width: 100%;
  }
  .hana-background__img {
    position: static;
    width: 100%;
    margin-top: 24px;
    aspect-ratio: 16/9;
  }
}

/* ==========================================================================
   17. お問い合わせページ
   ========================================================================== */
.hana-contact-lead {
  margin: 0 auto clamp(40px, 5vw, 56px);
  color: #5b4b43;
  max-width: 52em;
  text-align: center;
}
/* 下に注意書き（.hana-contact-caution）が続く場合の下余白 */
.hana-contact-lead--tight {
  margin-bottom: 16px;
}
/* 営業・勧誘のお断り。地色＋1px淡罫のみで、影・グラデーションは使わない */
.hana-contact-caution {
  max-width: 52em;
  margin: 0 auto clamp(40px, 5vw, 56px);
  padding: 14px 20px;
  background: #FBF7F1;
  border: 1px solid #e6d9cf;
  border-radius: 4px;
  color: #5b4b43;
  font-size: 13.5px;
  line-height: 1.8;
  text-align: center;
}
@media (max-width: 639px) {
  .hana-contact-caution {
    text-align: left;
  }
}
.hana-contact-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 16px;
}
.hana-contact-card {
  background: #ffffff;
  border: 1px solid #e6d9cf;
  border-radius: 6px;
  padding: 26px;
}
.hana-contact-card__label {
  font-family: "Outfit", sans-serif;
  font-size: 10px;
  letter-spacing: 0.24em;
  color: #b8a06a;
  margin-bottom: 10px;
}
.hana-contact-card__ttl {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 12px;
}
.hana-contact-card__tel {
  font-family: "Outfit", sans-serif;
  font-size: 26px;
  font-weight: 600;
  display: block;
  line-height: 1.4;
}
.hana-contact-card__note {
  margin-top: 8px;
  font-size: 13px;
  color: #6b5a53;
}
.hana-contact-card__note a {
  border-bottom: 1px solid #cdbdb0;
}
.hana-contact-card__txt {
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 500;
  color: #6b5a53;
}
.hana-contact-card__btn {
  display: inline-block;
  border: 1px solid #433430;
  font-weight: 700;
  font-size: 13.5px;
  padding: 11px 20px;
  border-radius: 4px;
}

.hana-form-section {
  padding: 0 clamp(20px, 5vw, 40px) clamp(64px, 7vw, 104px);
  background: #ffffff;
}
.hana-form__note {
  margin-bottom: 6px;
  font-size: 13px;
  color: #7d6a5f;
}
/* 以下 .hana-form__label / __name / __req / __input / __submit は
   ダミーフォーム時代の指定。CMSフォームに差し替えたためHTMLはもう無いが、
   下の #hana-form-area ブロック（CMS出力側の見た目）の値の出典として残している。
   数値を変える場合は両方そろえること。 */
.hana-form {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.hana-form__label {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.hana-form__name {
  font-size: 13.5px;
  font-weight: 700;
}
.hana-form__req {
  color: #c8791a;
  font-size: 11px;
  margin-left: 8px;
}
.hana-form__input {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14.5px;
  color: #433430;
  background: #FBF7F1;
  border: 1px solid #ddcec2;
  border-radius: 4px;
  padding: 13px 14px;
}
.hana-form__input:focus {
  border-color: #b8a06a;
  outline: none;
}
textarea.hana-form__input {
  resize: vertical;
}
.hana-form__privacy {
  margin-bottom: 28px;
  font-size: 12.5px;
  color: #7d6a5f;
}
.hana-form__submit {
  align-self: flex-start;
  background: #ffa400;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 700;
  border: 0;
  border-radius: 4px;
  padding: 17px 44px;
  cursor: pointer;
}

/* --------------------------------------------------------------------------
   CMSフォーム出力の見た目調整（お問い合わせ）

   contact.php の #hana-form-area にCMSフォーム（cms_id=7 / cms=28666-1 /
   design_pattern=1）を埋め込んでいる。CMSは以下を吐き出す。

     <link href="https://cdn.rs-sys.jp/css/cms/mail-form.css">   ← body内に後から挿入
     <div class="form-contents form-pattern-1">
       <div class="form-thanks-msg"> … <div class="back-home-btn"><a>
       <div class="form-err-msg">    （中身は <ul><li>）
       <form><dl><dt><span class="required">項目名</span></dt>
                 <dd><input class="textarea"> / <textarea class="textarea">
             <button class="submit-btn">

   ■ ID（#hana-form-area）で上書きしている理由
     CMSの mail-form.css は innerHTML でbody内に挿し込まれるため、css/site.css より
     後に読まれる。同じ詳細度だとCMS側が勝つので、ID を頭に付けて確実に上書きする。
     （mail-form.css は :not(.pattern-exclusion) という除外フックを持つが、
       CMSの出力は class="" のまま＝こちらから付けられないので詳細度で解決する）

   ■ 見た目の出典
     下の .hana-form__* （ダミーフォーム時代の指定。HTMLはもう無い）と同値。
     色・角丸・余白の根拠は C:\web\.claude\tonmana\ros-serv066_2701000026.md。
     hoverはサイト共通の慣習にあわせ、色を変えず opacity: 0.72 のみ。

   ■ 入力エラー時、CMSのJSが input に背景色 #FFEEEE をインラインで付ける。
     これは入力エラーの合図なので上書きしない。
   -------------------------------------------------------------------------- */

/* 外枠：CMSの padding 35px 30px / 白地をリセットし、セクション側の余白に任せる */
#hana-form-area .form-contents {
  padding: 0;
  margin: 0;
  background: transparent;
}

/* dt を横280pxのラベル列にする2カラム指定を解除し、現行デザインの縦積みに戻す */
#hana-form-area .form-contents form dl {
  margin-bottom: 12px;
}
#hana-form-area .form-contents form dl dt {
  float: none;
  width: auto;
  padding-top: 0;
  margin: 0 0 8px;
  text-align: left;
}
#hana-form-area .form-contents form dl dd {
  padding: 0 0 22px;
  margin: 0;
  border-bottom: 0;
  line-height: 1.9;
}

/* 項目名と「必須」。CMSは span.required::before で「必須」を項目名の前に出すため、
   row-reverse で現行デザインどおり項目名のうしろに置く */
#hana-form-area .form-contents form dl dt span {
  display: inline-flex;
  flex-direction: row-reverse;
  align-items: baseline;
  gap: 8px;
  font-size: 13.5px;
  font-weight: 700;
  color: #433430;
}
#hana-form-area .form-contents form dl dt span.required::before {
  color: #c8791a;
  background: transparent;
  padding: 0;
  margin: 0;
  font-size: 11px;
  font-weight: 400;
  border-radius: 0;
  top: 0;
}

/* 入力欄 */
#hana-form-area .form-contents .textarea {
  width: 100%;
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14.5px;
  line-height: 1.7;
  color: #433430;
  background: #FBF7F1;
  border: 1px solid #ddcec2;
  border-radius: 4px;
  padding: 13px 14px;
}
#hana-form-area .form-contents input.textarea {
  height: auto;
}
#hana-form-area .form-contents textarea.textarea {
  resize: vertical;
}
#hana-form-area .form-contents .textarea:focus {
  border-color: #b8a06a;
  outline: none;
}
#hana-form-area .form-contents .textarea::placeholder {
  color: #a89383;
}

/* 送信ボタン。CMSの width:300px・中央寄せ・封筒アイコンを解除し、
   現行デザインの左寄せ・角丸4px・オレンジ地に戻す */
#hana-form-area .form-contents .submit-btn {
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 17px 44px;
  background: #ffa400;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  transition: none;
}
#hana-form-area .form-contents .submit-btn::before {
  content: none;
}
#hana-form-area .form-contents .submit-btn:hover {
  background: #ffa400;
  opacity: 0.72;
}
#hana-form-area .form-contents .submit-btn:disabled {
  opacity: 0.45;
  cursor: default;
}

/* 入力エラーの表示枠。CMSの #f00 ベタ赤をサイトの色調に寄せる
   （サイトにエラー色の既存定義が無いため、ベージュ〜茶系の同系統で赤寄りに振っている） */
#hana-form-area .form-contents .form-err-msg {
  background: #fdf2ee;
  border: 1px solid #e8c4b5;
  border-radius: 4px;
  color: #b3401f;
  padding: 16px 18px;
  margin: 0 0 24px;
  font-size: 13.5px;
  line-height: 1.9;
}
#hana-form-area .form-contents .form-err-msg ul {
  list-style: inside;
  margin: 0;
  padding: 0;
}

/* 送信完了メッセージ。枠線はサイトの主罫線色、角丸はカードと同じ6px */
#hana-form-area .form-contents .form-thanks-msg {
  background: #ffffff;
  border: 1px solid #e6d9cf;
  border-radius: 6px;
  padding: clamp(28px, 4vw, 44px) clamp(20px, 4vw, 40px);
}
#hana-form-area .form-contents .form-thanks-msg p {
  text-align: center;
  line-height: 1.9;
  color: #433430;
}
/* 「ホームへ戻る」は遷移用CTAなので .hana-btn と同じピル型に寄せる */
#hana-form-area .form-contents .form-thanks-msg .back-home-btn {
  width: auto;
  margin: 28px auto 0;
  text-align: center;
}
#hana-form-area .form-contents .form-thanks-msg .back-home-btn a {
  display: inline-block;
  padding: 15px 40px;
  background: #ffa400;
  color: #ffffff;
  border: 0;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  transition: none;
}
#hana-form-area .form-contents .form-thanks-msg .back-home-btn a:hover {
  background: #ffa400;
  opacity: 0.72;
}

.hana-privacy-section {
  padding: 0 clamp(20px, 5vw, 40px) clamp(56px, 6vw, 88px);
  background: #ffffff;
}
.hana-privacy {
  border-top: 1px solid #ece1d7;
  border-bottom: 1px solid #ece1d7;
  padding: 20px 0;
}
.hana-privacy__summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: baseline;
  gap: 14px;
}
.hana-privacy__summary::-webkit-details-marker {
  display: none;
}
.hana-privacy__summary-en {
  font-family: "Outfit", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  color: #b8a06a;
}
.hana-privacy__summary-ja {
  font-size: 14.5px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.hana-privacy__lead {
  margin: 18px 0 22px;
  color: #6b5a53;
  font-size: 14px;
  line-height: 1.9;
}
.hana-privacy__list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.hana-privacy__ttl {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 4px;
}
.hana-privacy__txt {
  color: #6b5a53;
  font-size: 13.5px;
  line-height: 1.85;
}

/* ==========================================================================
   18. ページトップ / SP固定バー（共通componentの配色調整）
   ========================================================================== */
.page-top__link {
  background: #433430;
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(67, 52, 48, 0.18);
}
.page-top__link:hover {
  background: #433430;
  transform: none;
}
.sp-fixed-bar {
  background: #ffffff;
  border-top: 1px solid #e6d9cf;
}
