@charset "UTF-8";
/*
Theme Name: 井上塗装
Theme URI: https://inouetoso.com/
Author: 株式会社PEEES
Description: 山口県宇部市の住宅塗装店「井上塗装」専用テーマ。
Version: 1.0.0
Text Domain: inoue-toso
*/
/* ==================================================================
   1. 変数
   ================================================================== */
/* ==================================================================
   2. ブレイクポイント（PEEES標準）
   ================================================================== */
/* 見出し用：日本語を文節単位で折り返して「段落ち」を防ぐ。
   word-break:auto-phrase に未対応のブラウザは normal のまま（見た目が崩れることはない）。
   text-wrap:balance で行の長さを揃え、1行目が長く2行目に1〜2文字だけ残るのを避ける。 */
/* 本文用：禁則を守りつつ、最終行が1文字だけにならないようにする */
/* ==================================================================
   3. リセット / ベース
   ================================================================== */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}
@media screen and (max-width: 768px) {
  html {
    scroll-padding-top: 64px;
  }
}

body {
  margin: 0;
  font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: 0.04em;
  color: #211E1A;
  background: #FFFFFF;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  word-break: normal;
  word-break: auto-phrase;
  overflow-wrap: break-word;
  line-break: strict;
  text-wrap: pretty;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 15px;
    line-height: 1.85;
  }
}
body.is-menu-open {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
  transition: 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1, h2, h3, h4, p, figure, dl, dd, table {
  margin: 0;
}

h1, h2, h3, h4 {
  font-weight: 500;
  word-break: normal;
  word-break: auto-phrase;
  overflow-wrap: break-word;
  line-break: strict;
  text-wrap: balance;
}

button {
  font-family: inherit;
  cursor: pointer;
  border: none;
  background: none;
  color: inherit;
}

/* ==================================================================
   4. ユーティリティ
   ================================================================== */
.mincho {
  font-family: "Zen Old Mincho", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
}

.en {
  font-family: "Cormorant Garamond", serif;
}

.wrap {
  width: min(1120px, 88%);
  margin-inline: auto;
}

.wrap-s {
  width: min(880px, 88%);
  margin-inline: auto;
}

.sec {
  padding: 110px 0;
}
@media screen and (max-width: 1024px) {
  .sec {
    padding: 80px 0;
  }
}
@media screen and (max-width: 768px) {
  .sec {
    padding: 60px 0;
  }
}

.sec-sm {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .sec-sm {
    padding: 48px 0;
  }
}

.bg-base {
  background: #FBF9F5;
}

.tac {
  text-align: center;
}

/* PCは中央寄せ、SPは左寄せ（長文が中央寄せだと段落ちして読みにくいため） */
.tac-pc {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .tac-pc {
    text-align: left;
  }
}

.mt24 {
  margin-top: 24px;
}

.mt40 {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .mt40 {
    margin-top: 28px;
  }
}

/* 改行制御 */
.brsp {
  display: none;
}
@media screen and (max-width: 768px) {
  .brsp {
    display: inline;
  }
}

.brpc {
  display: inline;
}
@media screen and (max-width: 768px) {
  .brpc {
    display: none;
  }
}

/* スクロールリビール
   JavaScriptが動く環境（html.js）でだけ隠す。
   JSが無効・読み込み失敗でも本文が消えないようにするため。 */
.js .js-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.7s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.js .js-reveal.is-in {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .js .js-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
/* ==================================================================
   5. パーツ / ページ
   ================================================================== */
/* ==================================================================
   共通パーツ：見出し / ボタン / テーブル / 下層ヘッダー / パンくず / ページャー
   ================================================================== */
/* ---------- 電話リンク（スマホ以外では無効化） ----------
   スマートフォン以外では JS が href を外して .is-tel-off を付与する。
   番号の見た目はそのまま残し、リンクとしての挙動だけを消す。 */
a.is-tel-off {
  cursor: default;
}
a.is-tel-off:hover {
  opacity: 1;
}

.hcta.is-tel-off:hover {
  background: #F2C230;
}

.btn.-wh.is-tel-off:hover {
  background: #FFFFFF;
  border-color: #FFFFFF;
  color: #211E1A;
}

.btn.is-tel-off:hover i {
  transform: none;
}

.cinfo__tel.is-tel-off:hover {
  color: inherit;
}

.tbl td a.is-tel-off {
  text-decoration: none;
}

.tbl td a.is-tel-off:hover {
  color: inherit;
}

/* ---------- セクション見出し ---------- */
.shead {
  margin-bottom: 56px;
}
@media screen and (max-width: 768px) {
  .shead {
    margin-bottom: 32px;
  }
}
.shead .en {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: clamp(2.2rem, 4.4vw, 3.4rem);
  line-height: 1;
  letter-spacing: 0.02em;
  color: #211E1A;
}
.shead .jp {
  display: block;
  margin-top: 14px;
  font-size: 0.86rem;
  font-weight: 500;
  letter-spacing: 0.28em;
  color: #6E6862;
}
@media screen and (max-width: 768px) {
  .shead .jp {
    font-size: 0.78rem;
    letter-spacing: 0.18em;
  }
}
.shead.-c {
  text-align: center;
}
.shead.-c .en::after {
  content: "";
  display: block;
  width: 44px;
  height: 2px;
  margin: 22px auto 0;
  background: #F2C230;
}
.shead.-l .en::after {
  content: "";
  display: block;
  width: 44px;
  height: 2px;
  margin-top: 22px;
  background: #F2C230;
}

/* ---------- リード見出し（黄色マーカー付き） ---------- */
.lead-h {
  font-size: clamp(1.3rem, 2.6vw, 1.85rem);
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.06em;
  word-break: normal;
  word-break: auto-phrase;
  overflow-wrap: break-word;
  line-break: strict;
  text-wrap: balance;
}
@media screen and (max-width: 768px) {
  .lead-h {
    font-size: 1.18rem;
    line-height: 1.75;
    letter-spacing: 0.04em;
  }
}
.lead-h em,
.lead-h .mark {
  font-style: normal;
  background: linear-gradient(transparent 62%, #FBEBBD 62%);
}

/* ---------- 本文 ---------- */
.intro__body {
  font-size: 0.96rem;
  line-height: 2.4;
  color: #3A352E;
  word-break: normal;
  word-break: auto-phrase;
  overflow-wrap: break-word;
  line-break: strict;
  text-wrap: pretty;
}
@media screen and (max-width: 768px) {
  .intro__body {
    font-size: 0.92rem;
    line-height: 2.1;
    text-align: left;
  }
}

/* ---------- ボタン ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.8em;
  min-width: 250px;
  padding: 17px 34px;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  color: #FFFFFF;
  background: #211E1A;
  border: 1px solid #211E1A;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .btn {
    width: 100%;
    min-width: 0;
    padding: 16px 20px;
    letter-spacing: 0.1em;
  }
}
.btn i {
  font-size: 0.8em;
  transition: 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.btn:hover {
  background: #F2C230;
  border-color: #F2C230;
  color: #211E1A;
}
.btn:hover i {
  transform: translateX(4px);
}
.btn.-y {
  background: #F2C230;
  border-color: #F2C230;
  color: #211E1A;
}
.btn.-y:hover {
  background: #211E1A;
  border-color: #211E1A;
  color: #FFFFFF;
}
.btn.-ghost {
  background: transparent;
  color: #211E1A;
}
.btn.-ghost:hover {
  background: #211E1A;
  color: #FFFFFF;
}
.btn.-ghost:hover i {
  transform: translateX(-4px);
}
.btn.-wh {
  background: #FFFFFF;
  border-color: #FFFFFF;
  color: #211E1A;
}
.btn.-wh:hover {
  background: #F2C230;
  border-color: #F2C230;
}

/* ---------- 下層ページヘッダー ---------- */
.phead {
  position: relative;
  height: 340px;
  margin-top: 88px;
  background: #bbb center/cover no-repeat;
  display: grid;
  place-items: center;
  text-align: center;
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .phead {
    height: 220px;
    margin-top: 64px;
  }
}
.phead::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(24, 21, 17, 0.48);
}
.phead__in {
  position: relative;
  z-index: 2;
  padding: 0 20px;
}
.phead__ttl {
  font-weight: 400;
}
.phead__ttl .en {
  display: block;
  font-style: italic;
  font-size: clamp(2.2rem, 5.4vw, 3.8rem);
  line-height: 1;
}
.phead__ttl .en::after {
  content: "";
  display: block;
  width: 44px;
  height: 2px;
  margin: 20px auto 0;
  background: #F2C230;
}
@media screen and (max-width: 768px) {
  .phead__ttl .en::after {
    margin-top: 14px;
  }
}
.phead__ttl .jp {
  display: block;
  margin-top: 12px;
  font-size: 0.82rem;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 768px) {
  .phead__ttl .jp {
    font-size: 0.74rem;
    letter-spacing: 0.18em;
  }
}

/* ---------- パンくず ---------- */
.breadcrumb {
  padding: 16px 0;
  font-size: 0.72rem;
  color: #6E6862;
  border-bottom: 1px solid #E3DED5;
}
.breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 8px;
}
.breadcrumb li + li::before {
  content: "›";
  margin-right: 8px;
}
.breadcrumb a:hover {
  color: #D9A916;
}

/* ---------- テーブル ---------- */
.tbl {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
}
.tbl th,
.tbl td {
  padding: 22px 20px;
  border-bottom: 1px solid #E3DED5;
  text-align: left;
  vertical-align: top;
  word-break: normal;
  word-break: auto-phrase;
  overflow-wrap: break-word;
  line-break: strict;
  text-wrap: pretty;
}
.tbl th {
  width: 210px;
  font-weight: 500;
  letter-spacing: 0.1em;
  background: #FBF9F5;
  white-space: nowrap;
}
.tbl td a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.tbl td a:hover {
  color: #D9A916;
}
/* 「※〜」の注記。スマホでは改行して本文の下にまわす */
@media screen and (max-width: 768px) {
  .tbl__note {
    display: block;
    margin-top: 4px;
    font-size: 0.84rem;
  }
}
@media screen and (max-width: 768px) {
  .tbl th,
  .tbl td {
    display: block;
    width: 100%;
  }
  .tbl th {
    border-bottom: none;
    padding: 14px 16px;
  }
  .tbl td {
    padding: 4px 16px 20px;
  }
}

/* ---------- ページャー ---------- */
.pager {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .pager {
    margin-top: 40px;
  }
}
.pager span,
.pager a,
.pager .page,
.pager .current,
.pager .nextpostslink,
.pager .previouspostslink,
.pager .first,
.pager .last {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid #E3DED5;
  font-size: 0.85rem;
}
.pager .current,
.pager .is-current {
  background: #F2C230;
  border-color: #F2C230;
}
.pager a:hover {
  background: #211E1A;
  border-color: #211E1A;
  color: #FFFFFF;
}
.pager .pages {
  display: none;
}

/* wp-pagenavi 用 */
.wp-pagenavi {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

/* ---------- Googleマップ ---------- */
.map {
  width: 100%;
  border: 1px solid #E3DED5;
}
.map iframe {
  display: block;
  width: 100%;
  height: 420px;
  border: 0;
}
@media screen and (max-width: 768px) {
  .map iframe {
    height: 300px;
  }
}

/* ---------- 404 ---------- */
.nf__links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
  font-size: 0.92rem;
}
.nf__links a {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.nf__links a:hover {
  color: #D9A916;
}

/* ==================================================================
   ヘッダー
   ================================================================== */
.header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  height: 88px;
  background: #FFFFFF;
  display: flex;
  align-items: stretch;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}
@media screen and (max-width: 768px) {
  .header {
    height: 64px;
  }
}
.header__logo {
  display: flex;
  align-items: center;
  padding: 0 24px 0 34px;
  flex-shrink: 0;
}
@media screen and (max-width: 1200px) {
  .header__logo {
    padding: 0 16px 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .header__logo {
    padding: 0 10px 0 16px;
  }
}
.header__nav {
  margin-left: auto;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .header__nav {
    display: none;
  }
}
.header__cta {
  display: flex;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .header__cta {
    margin-left: auto;
  }
}

.logo {
  display: flex;
  align-items: center;
  gap: 12px;
}
.logo > img {
  max-height: 52px;
  width: auto;
}
@media screen and (max-width: 1200px) {
  .logo > img {
    max-height: 42px;
  }
}
@media screen and (max-width: 768px) {
  .logo > img {
    max-height: 34px;
  }
}
.logo__mark {
  width: 46px;
  height: 46px;
  flex-shrink: 0;
  position: relative;
  background: #211E1A;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 768px) {
  .logo__mark {
    width: 38px;
    height: 38px;
  }
}
.logo__mark::after {
  content: "";
  position: absolute;
  right: -5px;
  bottom: -5px;
  width: 100%;
  height: 100%;
  background: #F2C230;
  z-index: -1;
}
.logo__mark span {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-size: 1.5rem;
  color: #FFFFFF;
  letter-spacing: -0.04em;
  line-height: 1;
  padding-right: 2px;
}
@media screen and (max-width: 768px) {
  .logo__mark span {
    font-size: 1.2rem;
  }
}
.logo__txt {
  line-height: 1.25;
}
.logo__txt b {
  display: block;
  font-family: "Zen Old Mincho", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: 1.22rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .logo__txt b {
    font-size: 1rem;
    letter-spacing: 0.1em;
  }
}
.logo__txt small {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 0.56rem;
  letter-spacing: 0.18em;
  color: #6E6862;
}

/* ---------- グローバルナビ ---------- */
.gnav {
  display: flex;
  align-items: center;
  gap: 34px;
  padding-right: 32px;
}
@media screen and (max-width: 1200px) {
  .gnav {
    gap: 20px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .gnav {
    gap: 14px;
    padding-right: 12px;
    font-size: 0.84rem;
  }
}
.gnav a {
  position: relative;
  display: block;
  padding: 6px 0;
  font-size: 0.88rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
.gnav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #F2C230;
  transition: 0.35s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.gnav a:hover::after, .gnav a.is-current::after {
  width: 100%;
}

/* ---------- ヘッダーのTEL / メールボタン ---------- */
.hcta {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 190px;
  line-height: 1.3;
  background: #F2C230;
  color: #211E1A;
}
@media screen and (max-width: 1200px) {
  .hcta {
    width: 160px;
  }
}
@media screen and (max-width: 768px) {
  .hcta {
    width: 56px;
  }
}
.hcta strong {
  font-size: 1.02rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
@media screen and (max-width: 1200px) {
  .hcta strong {
    font-size: 0.94rem;
  }
}
.hcta small {
  font-size: 0.6rem;
  letter-spacing: 0.06em;
  opacity: 0.78;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  padding: 0 6px;
}
.hcta:hover {
  background: #D9A916;
}
@media screen and (max-width: 768px) {
  .hcta strong,
  .hcta small {
    display: none;
  }
  .hcta::after {
    content: "\f095";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 1.05rem;
  }
}
.hcta.-mail {
  width: 88px;
  background: #211E1A;
  color: #FFFFFF;
  font-size: 1.15rem;
}
@media screen and (max-width: 768px) {
  .hcta.-mail {
    width: 56px;
  }
}
.hcta.-mail:hover {
  background: #3A352E;
}
.hcta.-mail::after {
  content: none;
}

/* ---------- ハンバーガー ---------- */
.burger {
  display: none;
}
@media screen and (max-width: 768px) {
  .burger {
    display: grid;
    place-items: center;
    width: 60px;
    flex-shrink: 0;
    background: #3A352E;
    color: #FFFFFF;
  }
}
.burger span {
  display: block;
  width: 22px;
  height: 1.5px;
  background: #FFFFFF;
  position: relative;
  transition: 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.burger span::before, .burger span::after {
  content: "";
  position: absolute;
  left: 0;
  width: 22px;
  height: 1.5px;
  background: #FFFFFF;
  transition: 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.burger span::before {
  top: -7px;
}
.burger span::after {
  top: 7px;
}
.burger.is-open span {
  background: transparent;
}
.burger.is-open span::before {
  top: 0;
  transform: rotate(45deg);
}
.burger.is-open span::after {
  top: 0;
  transform: rotate(-45deg);
}

/* ---------- SPメニュー ---------- */
.spmenu {
  display: none;
}
@media screen and (max-width: 768px) {
  .spmenu {
    display: block;
    position: fixed;
    inset: 64px 0 0 0;
    z-index: 99;
    padding: 34px 24px 60px;
    background: rgba(33, 30, 26, 0.97);
    overflow-y: auto;
    opacity: 0;
    transform: translateY(-12px);
    pointer-events: none;
    transition: 0.35s cubic-bezier(0.22, 0.61, 0.36, 1);
  }
  .spmenu.is-open {
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }
  .spmenu a {
    display: block;
    padding: 18px 4px;
    color: #FFFFFF;
    font-size: 0.95rem;
    letter-spacing: 0.1em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }
  .spmenu a .en {
    display: block;
    margin-bottom: 2px;
    font-style: italic;
    font-size: 0.72rem;
    color: #F2C230;
  }
}

/* ---------- 右端の縦組みレール（SNSは設置しない） ---------- */
.side-rail {
  position: fixed;
  right: 16px;
  top: 56%;
  transform: translateY(-50%);
  z-index: 90;
  writing-mode: vertical-rl;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 0.82rem;
  letter-spacing: 0.22em;
  color: #6E6862;
  pointer-events: none;
}
@media screen and (max-width: 1200px) {
  .side-rail {
    display: none;
  }
}
.side-rail::after {
  content: "";
  display: block;
  width: 1px;
  height: 70px;
  margin: 14px auto 0;
  background: #E3DED5;
}

/* ==================================================================
   フッターCTA / フッター / ページトップ
   ================================================================== */
.fcta {
  position: relative;
  padding: 96px 0 100px;
  background: #333 center/cover no-repeat;
  text-align: center;
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .fcta {
    padding: 60px 0 64px;
  }
}
.fcta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(24, 21, 17, 0.66);
}
.fcta__in {
  position: relative;
  z-index: 2;
  width: min(1000px, 88%);
  margin-inline: auto;
}
.fcta__logo {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: clamp(2.2rem, 6vw, 4.2rem);
  line-height: 1;
  color: rgba(255, 255, 255, 0.92);
}
.fcta__logo::after {
  content: "";
  display: block;
  width: 56px;
  height: 3px;
  margin: 20px auto 0;
  background: #F2C230;
}
.fcta__meta {
  margin-top: 26px;
  font-size: 0.86rem;
  line-height: 2.1;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .fcta__meta {
    font-size: 0.8rem;
    letter-spacing: 0.02em;
    line-height: 1.95;
  }
}
.fcta__btns {
  margin-top: 34px;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .fcta__btns {
    gap: 12px;
  }
}
.fcta__btns .btn {
  min-width: 290px;
}
@media screen and (max-width: 768px) {
  .fcta__btns .btn {
    min-width: 0;
    width: 100%;
  }
}
.fcta__note {
  margin-top: 22px;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.75);
}

.footer {
  padding: 44px 0 26px;
  background: #211E1A;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
}
.footer__pp {
  margin-top: 18px;
  font-size: 0.76rem;
}
.footer__pp a {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.footer__pp a:hover {
  color: #F2C230;
}
.footer__cr {
  margin-top: 20px;
  font-size: 0.66rem;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.5);
}

.fnav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px 30px;
  font-size: 0.8rem;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .fnav {
    gap: 12px 20px;
  }
}
.fnav a {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.fnav a:hover {
  color: #F2C230;
}

.pagetop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 95;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  background: #F2C230;
  color: #211E1A;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
@media screen and (max-width: 768px) {
  .pagetop {
    width: 42px;
    height: 42px;
    right: 12px;
    bottom: 12px;
  }
}
.pagetop.is-show {
  opacity: 1;
  pointer-events: auto;
}
.pagetop:hover {
  background: #211E1A;
  color: #F2C230;
}

/* ==================================================================
   TOPページ
   ================================================================== */
/* ---------- 01 メインビジュアル ---------- */
.hero {
  position: relative;
  padding-top: 88px;
  /* 表示中のスライドだけゆっくりズーム */
  /* スライダー未初期化時（JS無効）は1枚目だけ見せる */
  /* slickのドット */
}
@media screen and (max-width: 768px) {
  .hero {
    padding-top: 64px;
  }
}
.hero__inner {
  position: relative;
  margin-left: 6%;
  height: 74vh;
  min-height: 520px;
  overflow: hidden;
  background: #ccc;
}
@media screen and (max-width: 1024px) {
  .hero__inner {
    height: 62vh;
    min-height: 460px;
  }
}
@media screen and (max-width: 768px) {
  .hero__inner {
    margin-left: 0;
    height: 66vh;
    min-height: 420px;
  }
}
.hero__slider, .hero__slider .slick-list, .hero__slider .slick-track, .hero__slide {
  height: 100%;
}
.hero__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero__slider .slick-slide img {
  transform: scale(1);
}
.hero__slider .slick-slide.is-zoom img {
  transform: scale(1.08);
  transition: transform 9s linear;
}
.hero__slider:not(.slick-initialized) .hero__slide {
  display: none;
}
.hero__slider:not(.slick-initialized) .hero__slide:first-child {
  display: block;
}
.hero__mask {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(180deg, rgba(20, 17, 13, 0.38), rgba(20, 17, 13, 0.2) 45%, rgba(20, 17, 13, 0.48));
}
.hero__wm {
  position: absolute;
  left: 50%;
  top: 62%;
  transform: translateX(-50%);
  z-index: 3;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: clamp(3rem, 11vw, 9rem);
  line-height: 1;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.16);
  white-space: nowrap;
  pointer-events: none;
}
.hero__wm--img {
  width: min(420px, 60%);
  opacity: 0.18;
  height: auto;
}
.hero__copy {
  position: absolute;
  z-index: 4;
  left: 0;
  right: 0;
  top: 44%;
  transform: translateY(-50%);
  padding: 0 24px;
  text-align: center;
  color: #FFFFFF;
}
.hero__catch {
  font-family: "Zen Old Mincho", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-weight: 500;
  font-size: clamp(1.5rem, 4.2vw, 3.15rem);
  letter-spacing: 0.14em;
  line-height: 1.6;
  text-shadow: 0 2px 26px rgba(0, 0, 0, 0.42);
}
@media screen and (max-width: 768px) {
  .hero__catch {
    font-size: 1.5rem;
    letter-spacing: 0.08em;
    line-height: 1.75;
  }
}
.hero__sub {
  margin-top: 20px;
  font-size: clamp(0.7rem, 1.4vw, 0.92rem);
  letter-spacing: 0.24em;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
  .hero__sub {
    margin-top: 14px;
    font-size: 0.68rem;
    letter-spacing: 0.1em;
  }
}
.hero .slick-dots {
  position: absolute;
  z-index: 5;
  right: 24px;
  bottom: 20px;
  left: auto;
  width: auto;
  display: flex !important;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .hero .slick-dots {
    right: 0;
    left: 0;
    justify-content: center;
  }
}
.hero .slick-dots li {
  width: auto;
  height: auto;
  margin: 0;
}
.hero .slick-dots li button {
  width: 26px;
  height: 3px;
  padding: 0;
  background: rgba(255, 255, 255, 0.45);
  text-indent: -9999px;
  overflow: hidden;
}
.hero .slick-dots li button::before {
  content: none;
}
.hero .slick-dots li.slick-active button {
  background: #F2C230;
}

/* ---------- 02 Concept ---------- */
.intro {
  padding: 120px 0 100px;
}
@media screen and (max-width: 1024px) {
  .intro {
    padding: 80px 0 70px;
  }
}
@media screen and (max-width: 768px) {
  .intro {
    padding: 60px 0 50px;
  }
}

/* ---------- 03 帯 ---------- */
.band {
  position: relative;
  min-height: 640px;
  display: flex;
  align-items: center;
  background: #ddd center/cover no-repeat;
}
@media screen and (max-width: 1024px) {
  .band {
    min-height: 480px;
  }
}
@media screen and (max-width: 768px) {
  .band {
    min-height: 0;
    padding: 60px 0;
  }
}
.band::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.28);
}
.band__inner {
  position: relative;
  z-index: 2;
  width: min(1200px, 92%);
  margin-inline: auto;
}
.band__ttl {
  display: inline-block;
  padding: 26px 52px;
  background: rgba(33, 30, 26, 0.86);
  color: #FFFFFF;
  font-size: clamp(1.2rem, 2.8vw, 2rem);
  font-weight: 500;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 768px) {
  .band__ttl {
    padding: 18px 22px;
    letter-spacing: 0.06em;
  }
}
.band__ttl em {
  font-style: normal;
  color: #F2C230;
}
.band__txt {
  width: min(560px, 100%);
  margin: 26px 0 0 auto;
  padding: 34px 40px;
  background: rgba(255, 255, 255, 0.88);
  font-size: 0.9rem;
  line-height: 2.2;
  word-break: normal;
  word-break: auto-phrase;
  overflow-wrap: break-word;
  line-break: strict;
  text-wrap: pretty;
}
@media screen and (max-width: 1024px) {
  .band__txt {
    margin-inline: auto;
  }
}
@media screen and (max-width: 768px) {
  .band__txt {
    margin-top: 20px;
    padding: 24px 22px;
    font-size: 0.86rem;
    line-height: 2.05;
  }
}

/* ---------- 04 Our Strength ---------- */
.str {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: #E3DED5;
}
@media screen and (max-width: 1024px) {
  .str {
    grid-template-columns: 1fr;
  }
}
.str__item {
  background: #FFFFFF;
  padding: 52px 34px 56px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .str__item {
    padding: 36px 24px 40px;
  }
}
.str__item h3 {
  margin-top: 14px;
  font-size: 1.16rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .str__item h3 {
    font-size: 1.08rem;
    letter-spacing: 0.04em;
  }
}
.str__item p {
  margin-top: 16px;
  font-size: 0.86rem;
  line-height: 2.1;
  color: #6E6862;
  text-align: left;
  word-break: normal;
  word-break: auto-phrase;
  overflow-wrap: break-word;
  line-break: strict;
  text-wrap: pretty;
}
.str__num {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 2.6rem;
  line-height: 1;
  color: #F2C230;
}

/* ---------- 05 Contents ---------- */
.cts__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 390px;
}
@media screen and (max-width: 768px) {
  .cts__row {
    grid-template-columns: 1fr;
  }
}
.cts__row.-rev .cts__img {
  order: 2;
}
@media screen and (max-width: 768px) {
  .cts__row.-rev .cts__img {
    order: 0;
  }
}
.cts__img {
  overflow: hidden;
  background: #ccc;
}
@media screen and (max-width: 768px) {
  .cts__img {
    aspect-ratio: 16/10;
  }
}
.cts__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cts__box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px;
  /* 写真は左半分の <img> のみ。ここは無地にして同じ写真の重複を避ける */
  background: #FBF9F5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .cts__box {
    padding: 44px 24px;
  }
}
.cts__box .en {
  font-style: italic;
  font-size: clamp(1.8rem, 3.4vw, 2.9rem);
  line-height: 1;
}
.cts__box .jp {
  margin-top: 10px;
  font-size: 0.84rem;
  letter-spacing: 0.24em;
  color: #6E6862;
}
.cts__box .btn {
  margin-top: 26px;
  min-width: 220px;
}
@media screen and (max-width: 768px) {
  .cts__box .btn {
    width: 100%;
  }
}

/* ---------- 06 Voice ---------- */
.voice {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
@media screen and (max-width: 1024px) {
  .voice {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.voice__item {
  position: relative;
  padding: 34px 30px;
  background: #FFFFFF;
  border: 1px solid #E3DED5;
}
@media screen and (max-width: 768px) {
  .voice__item {
    padding: 26px 22px;
  }
}
.voice__item::before {
  content: "“";
  position: absolute;
  right: 20px;
  top: 6px;
  font-family: "Cormorant Garamond", serif;
  font-size: 4rem;
  line-height: 1;
  color: #FBEBBD;
}
.voice__item h3 {
  margin-top: 12px;
  font-size: 1.02rem;
  font-weight: 500;
  line-height: 1.8;
  position: relative;
  z-index: 1;
}
.voice__item p {
  margin-top: 14px;
  font-size: 0.86rem;
  line-height: 2;
  color: #6E6862;
  word-break: normal;
  word-break: auto-phrase;
  overflow-wrap: break-word;
  line-break: strict;
  text-wrap: pretty;
}
.voice__star {
  font-size: 0.82rem;
  letter-spacing: 0.2em;
  color: #F2C230;
}
.voice__name {
  margin-top: 18px !important;
  font-size: 0.76rem !important;
  letter-spacing: 0.08em;
  color: #6E6862;
}

/* ==================================================================
   会社概要
   ================================================================== */
/* 代表メッセージ（画像なし・1カラム） */
.msg {
  max-width: 720px;
  margin-inline: auto;
}
.msg__body h2 {
  font-family: "Zen Old Mincho", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: 1.62rem;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .msg__body h2 {
    font-size: 1.24rem;
    line-height: 1.8;
    letter-spacing: 0.04em;
  }
}
.msg__body h2::after {
  content: "";
  display: block;
  width: 44px;
  height: 2px;
  margin: 28px auto 0;
  background: #F2C230;
}
@media screen and (max-width: 768px) {
  .msg__body h2::after {
    width: 36px;
    margin-top: 20px;
  }
}
.msg__body p {
  margin-top: 34px;
  font-size: 0.92rem;
  line-height: 2.2;
  color: #3A352E;
  word-break: normal;
  word-break: auto-phrase;
  overflow-wrap: break-word;
  line-break: strict;
  text-wrap: pretty;
}
@media screen and (max-width: 768px) {
  .msg__body p {
    margin-top: 24px;
    font-size: 0.9rem;
    line-height: 2.05;
  }
}
.msg__sign {
  margin-top: 34px;
  text-align: right;
  font-size: 0.86rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .msg__sign {
    margin-top: 26px;
  }
}
.msg__sign b {
  font-family: "Zen Old Mincho", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: 1.2rem;
  margin-left: 10px;
  letter-spacing: 0.14em;
}

/* ==================================================================
   事業内容
   ================================================================== */
.svc {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 56px 48px;
}
@media screen and (max-width: 1024px) {
  .svc {
    gap: 44px 32px;
  }
}
@media screen and (max-width: 768px) {
  .svc {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.svc__item figure {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/10;
  background: #eee;
}
.svc__item figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.svc__item:hover figure img {
  transform: scale(1.06);
}
.svc__item .no {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  padding: 6px 18px;
  background: #F2C230;
  color: #211E1A;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 1.15rem;
  letter-spacing: 0.06em;
}
.svc__item h2 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 22px;
  font-family: "Zen Old Mincho", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: 1.28rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .svc__item h2 {
    font-size: 1.16rem;
    letter-spacing: 0.06em;
  }
}
.svc__item h2::before {
  content: "";
  width: 22px;
  height: 2px;
  background: #F2C230;
  flex-shrink: 0;
}
.svc__item p {
  margin-top: 14px;
  font-size: 0.88rem;
  line-height: 2.1;
  color: #6E6862;
  word-break: normal;
  word-break: auto-phrase;
  overflow-wrap: break-word;
  line-break: strict;
  text-wrap: pretty;
}

/* ==================================================================
   施工実績（一覧 / 詳細）
   ================================================================== */
@media screen and (max-width: 768px) {
  .works__lead {
    text-align: left;
  }
}

.works__filter {
  font-size: 0.88rem;
  color: #6E6862;
}
.works__filter b {
  color: #211E1A;
}
.works__filter a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.works__filter a:hover {
  color: #D9A916;
}

/* 1カードに施工前後の2枚が入るので、一覧は2列。3列だと写真が小さくなりすぎる */
.works {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 44px 32px;
}
@media screen and (max-width: 1024px) {
  .works {
    gap: 36px 24px;
  }
}
@media screen and (max-width: 768px) {
  .works {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

.work {
  display: block;
}
/* カード内の施工前後ならべ。詳細ページの .ba をそのまま流用して、
   カードに収まるようにラベルと矢印だけ小さくする */
.work__ba {
  gap: 10px;
}
.work__ba figcaption {
  padding: 4px 10px;
  font-size: 0.62rem;
  letter-spacing: 0.1em;
}
.work__ba .ba__arrow {
  font-size: 0.95rem;
}
/* 2枚組のときは、カード全体ではなく触れている写真だけを寄る */
.work:hover .work__ba img {
  transform: none;
}
.work .work__ba figure:hover img {
  transform: scale(1.06);
}
.work figure {
  position: relative; /* 拡大のしるしを写真の隅に置くため */
  overflow: hidden;
  aspect-ratio: 4/3;
  background: #eee;
}
.work figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.work:hover figure img {
  transform: scale(1.06);
}
/* 写真の下にくる見出しの帯。カードがリンクではなくなったので、
   左の黄色いラインとルーペのしるしで「押せる」ことを伝える */
.work__ttl {
  padding: 15px 18px;
  background: #FBF9F5;
  border-left: 4px solid #F2C230;
}
.work__ttl h2 {
  margin-top: 0;
  font-family: "Zen Old Mincho", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: 1.02rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.work__ttl .work__cat {
  display: inline-block;
  margin-bottom: 8px;
}
/* 押せる場所と印を一致させるため、写真の上に置く。
   クリックは下の写真に通すので、しるし自体は当たり判定を持たせない */
.work__zoom {
  position: absolute;
  right: 8px;
  bottom: 8px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  background: rgba(33, 30, 26, 0.72);
  color: #FFFFFF;
  font-size: 0.78rem;
  pointer-events: none;
  transition: 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.work figure:hover .work__zoom {
  background: rgba(242, 194, 48, 0.94);
  color: #211E1A;
}
.work__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 12px;
  margin-top: 16px;
}
.work__cat {
  padding: 4px 12px;
  background: #211E1A;
  color: #FFFFFF;
  font-size: 0.66rem;
  letter-spacing: 0.1em;
}
.work a.work__cat:hover {
  background: #F2C230;
  color: #211E1A;
}
.work__date {
  font-family: "Cormorant Garamond", serif;
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  color: #6E6862;
}
.work h2 {
  margin-top: 10px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.7;
  transition: 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.work p {
  margin-top: 8px;
  font-size: 0.82rem;
  line-height: 1.9;
  color: #6E6862;
  word-break: normal;
  word-break: auto-phrase;
  overflow-wrap: break-word;
  line-break: strict;
  text-wrap: pretty;
}

/* ---------- 詳細 ---------- */
.wd__hero {
  aspect-ratio: 16/9;
  overflow: hidden;
  background: #eee;
}
.wd__hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* 縦位置の写真は16:9で切ると中央の帯しか残らないので、
   比率を保ったまま高さを抑えて全体を見せる */
.wd__hero.-portrait {
  aspect-ratio: auto;
  display: flex;
  justify-content: center;
  background: #FBF9F5;
}
.wd__hero.-portrait img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 76vh;
  object-fit: contain;
}
.wd__thumbs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .wd__thumbs {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
}
.wd__thumbs img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}
/* ---------- 画像の拡大表示（ライトボックス） ---------- */
.js-zoom {
  cursor: zoom-in;
}

.lb {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(20, 18, 15, 0.93);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.32s ease, visibility 0.32s;
}
.lb.is-open {
  opacity: 1;
  visibility: visible;
}
/* ふわっと出すための拡大アニメーション */
.lb__img {
  max-width: 92vw;
  max-height: 86vh;
  object-fit: contain;
  transform: scale(0.94);
  opacity: 0;
  transition: transform 0.42s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.32s ease;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
}
.lb.is-open .lb__img {
  transform: scale(1);
  opacity: 1;
}
/* 画像の入れ替え中だけ一瞬フェードさせる */
.lb.is-swap .lb__img {
  opacity: 0;
  transform: scale(0.98);
}
.lb__close,
.lb__nav {
  position: absolute;
  display: grid;
  place-items: center;
  border: 0;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  cursor: pointer;
  transition: background 0.3s ease;
}
.lb__close:hover,
.lb__nav:hover {
  background: rgba(255, 255, 255, 0.26);
}
.lb__close:focus-visible,
.lb__nav:focus-visible {
  outline: 2px solid #F2C230;
  outline-offset: 2px;
}
.lb__close {
  top: 18px;
  right: 18px;
  width: 48px;
  height: 48px;
  font-size: 1.4rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .lb__close {
    top: 10px;
    right: 10px;
    width: 42px;
    height: 42px;
  }
}
.lb__nav {
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
  font-size: 1.1rem;
}
@media screen and (max-width: 768px) {
  .lb__nav {
    width: 40px;
    height: 40px;
  }
}
.lb__nav.-prev {
  left: 18px;
}
@media screen and (max-width: 768px) {
  .lb__nav.-prev {
    left: 6px;
  }
}
.lb__nav.-next {
  right: 18px;
}
@media screen and (max-width: 768px) {
  .lb__nav.-next {
    right: 6px;
  }
}
.lb__caption {
  position: absolute;
  left: 50%;
  bottom: 48px;
  transform: translateX(-50%);
  max-width: 88vw;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.92rem;
  letter-spacing: 0.08em;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.lb__count {
  position: absolute;
  left: 50%;
  bottom: 22px;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.72);
  font-family: "Cormorant Garamond", serif;
  font-size: 0.9rem;
  letter-spacing: 0.12em;
}

body.is-lb-open {
  overflow: hidden;
}

.wd__lead {
  font-size: 1.14rem;
  line-height: 1.9;
  letter-spacing: 0.06em;
  word-break: normal;
  word-break: auto-phrase;
  overflow-wrap: break-word;
  line-break: strict;
  text-wrap: balance;
}
@media screen and (max-width: 768px) {
  .wd__lead {
    font-size: 1.04rem;
  }
}

/* ---------- Before / After ---------- */
.ba {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 24px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .ba {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.ba figure {
  position: relative;
}
.ba figure img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.ba figcaption {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  padding: 6px 16px;
  background: rgba(33, 30, 26, 0.84);
  color: #FFFFFF;
  font-family: "Cormorant Garamond", serif;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
}
.ba__arrow {
  font-size: 1.4rem;
  color: #F2C230;
  /* スマホでは90度回転させるので、中央に置いていないと
     回転後に矢印が写真の上へずれ込む */
  text-align: center;
}
@media screen and (max-width: 768px) {
  .ba__arrow {
    transform: rotate(90deg);
  }
}

/* ==================================================================
   お問い合わせ
   ================================================================== */
.contact__lead {
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .contact__lead {
    margin-bottom: 32px;
  }
}

/* ---------- 連絡先 2カラム ---------- */
.cinfo {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px;
  background: #E3DED5;
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .cinfo {
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }
}
.cinfo__box {
  padding: 44px 36px;
  background: #FBF9F5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .cinfo__box {
    padding: 32px 22px;
  }
}
.cinfo__box .en {
  font-style: italic;
  font-size: 1.5rem;
  color: #D9A916;
}
.cinfo__box h2 {
  margin-top: 6px;
  font-size: 1.14rem;
  font-weight: 500;
  letter-spacing: 0.12em;
}
.cinfo__tel {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
  font-size: 2.3rem;
  letter-spacing: 0.02em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .cinfo__tel {
    font-size: 1.85rem;
  }
}
.cinfo__tel i {
  font-size: 1.1rem;
  color: #D9A916;
}
.cinfo__tel:hover {
  color: #D9A916;
}
.cinfo__body {
  margin-top: 16px;
  font-size: 0.9rem;
  line-height: 2;
}
.cinfo__note {
  display: block;
  margin-top: 12px;
  font-size: 0.78rem;
  line-height: 2;
  color: #6E6862;
}

/* ---------- フォーム ---------- */
.form__guide {
  margin-bottom: 24px;
  font-size: 0.84rem;
  color: #6E6862;
}
@media screen and (max-width: 768px) {
  .form__guide {
    text-align: left;
  }
}
.form__missing {
  padding: 20px;
  border: 1px solid #C7402F;
  color: #C7402F;
  font-size: 0.9rem;
}

/* 必須 / 任意 バッジ（CF7本文の <span class="red"> / <span class="blue">） */
.red,
.blue,
.req,
.opt {
  display: inline-block;
  margin-left: 10px;
  padding: 3px 10px;
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.5;
  color: #FFFFFF;
  vertical-align: middle;
  white-space: nowrap;
  border-radius: 2px;
}

.red,
.req {
  background: #C7402F;
}

.blue,
.opt {
  background: #2F6FA8;
}

/* フォームの行組み */
.fform {
  display: grid;
  grid-template-columns: 230px 1fr;
  border-top: 1px solid #E3DED5;
}
@media screen and (max-width: 768px) {
  .fform {
    grid-template-columns: 1fr;
  }
}
.fform dt,
.fform dd {
  padding: 24px 20px;
  border-bottom: 1px solid #E3DED5;
  margin: 0;
}
.fform dt {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
  background: #FBF9F5;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .fform dt {
    border-bottom: none;
    padding: 14px 16px;
  }
}
@media screen and (max-width: 768px) {
  .fform dd {
    padding: 0 16px 20px;
  }
}
.fform .hint {
  display: block;
  margin-top: 8px;
  font-size: 0.76rem;
  color: #6E6862;
  line-height: 1.8;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=url],
select,
textarea {
  width: 100%;
  padding: 13px 16px;
  border: 1px solid #E3DED5;
  border-radius: 0;
  background: #FFFFFF;
  font-family: inherit;
  font-size: 0.95rem;
  color: #211E1A;
  appearance: none;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=url]:focus,
select:focus,
textarea:focus {
  outline: 2px solid #F2C230;
  outline-offset: 0;
}

select {
  background-image: linear-gradient(45deg, transparent 50%, #6E6862 50%), linear-gradient(135deg, #6E6862 50%, transparent 50%);
  background-position: calc(100% - 20px) center, calc(100% - 14px) center;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  padding-right: 40px;
}

textarea {
  min-height: 180px;
  resize: vertical;
}

/* 同意チェック */
.form__privacy {
  margin-top: 34px;
  text-align: center;
  font-size: 0.88rem;
}
@media screen and (max-width: 768px) {
  .form__privacy {
    text-align: left;
  }
}
.form__privacy a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.form__privacy a:hover {
  color: #D9A916;
}
.form__privacy .wpcf7-list-item {
  margin: 0;
}
.form__privacy input[type=checkbox] {
  width: auto;
  margin-right: 6px;
}

/* 送信ボタン */
.form__submit {
  margin-top: 28px;
  text-align: center;
  /* 確認画面の「戻る」ボタン */
}
.form__submit input[type=submit],
.form__submit button[type=submit],
.form__submit .wpcf7-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 320px;
  padding: 20px 34px;
  border: 1px solid #F2C230;
  background: #F2C230;
  color: #211E1A;
  font-family: inherit;
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  cursor: pointer;
  transition: 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  appearance: none;
}
@media screen and (max-width: 768px) {
  .form__submit input[type=submit],
  .form__submit button[type=submit],
  .form__submit .wpcf7-submit {
    min-width: 0;
    width: 100%;
    padding: 18px 20px;
  }
}
.form__submit input[type=submit]:hover,
.form__submit button[type=submit]:hover,
.form__submit .wpcf7-submit:hover {
  background: #211E1A;
  border-color: #211E1A;
  color: #FFFFFF;
}
.form__submit .wpcf7-previous,
.form__submit input[value=修正する],
.form__submit input[value=戻る] {
  background: transparent;
  border-color: #211E1A;
  color: #211E1A;
  margin-right: 12px;
}
@media screen and (max-width: 768px) {
  .form__submit .wpcf7-previous,
  .form__submit input[value=修正する],
  .form__submit input[value=戻る] {
    margin-right: 0;
    margin-bottom: 12px;
  }
}
.form__submit .wpcf7-previous:hover,
.form__submit input[value=修正する]:hover,
.form__submit input[value=戻る]:hover {
  background: #211E1A;
  color: #FFFFFF;
}

/* CF7 のメッセージ表示 */
.wpcf7-not-valid-tip {
  display: block;
  margin-top: 6px;
  font-size: 0.78rem;
  color: #C7402F;
}

.wpcf7-response-output {
  margin: 28px 0 0 !important;
  padding: 16px 20px !important;
  border: 1px solid #E3DED5 !important;
  font-size: 0.88rem;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #C7402F !important;
  color: #C7402F;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #D9A916 !important;
}

.wpcf7-spinner {
  display: block;
  margin: 12px auto 0;
}

/* ---------- 入力 → 確認 → 完了 のステップ表示 ---------- */
.fstep {
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  font-family: "Cormorant Garamond", serif;
  font-size: 0.84rem;
  letter-spacing: 0.12em;
}
.fstep li {
  padding: 8px 22px;
  border: 1px solid #E3DED5;
  color: #6E6862;
}
@media screen and (max-width: 768px) {
  .fstep li {
    padding: 6px 14px;
    font-size: 0.78rem;
  }
}
.fstep li.is-current {
  background: #F2C230;
  border-color: #F2C230;
  color: #211E1A;
  font-weight: 500;
}

/* ---------- 確認画面 ---------- */
.form--confirm .fform dd {
  font-size: 0.95rem;
  word-break: normal;
  word-break: auto-phrase;
  overflow-wrap: break-word;
  line-break: strict;
  text-wrap: pretty;
}
.form--confirm input[type=text],
.form--confirm input[type=email],
.form--confirm input[type=tel],
.form--confirm textarea,
.form--confirm select {
  border: none;
  background: transparent;
  padding: 0;
  pointer-events: none;
}
.form--confirm textarea {
  min-height: 0;
  height: auto;
}

/* ---------- 完了画面 ---------- */
.thanks a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.thanks a:hover {
  color: #D9A916;
}

/* ==================================================================
   プライバシーポリシー
   ================================================================== */
.pp h2 {
  margin-top: 44px;
  padding-left: 14px;
  border-left: 3px solid #F2C230;
  font-family: "Zen Old Mincho", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: 1.16rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .pp h2 {
    margin-top: 32px;
    font-size: 1.06rem;
    letter-spacing: 0.04em;
  }
}
.pp h2:first-child {
  margin-top: 0;
}
.pp p {
  margin-top: 14px;
  font-size: 0.9rem;
  line-height: 2.1;
  color: #3A352E;
  word-break: normal;
  word-break: auto-phrase;
  overflow-wrap: break-word;
  line-break: strict;
  text-wrap: pretty;
}
@media screen and (max-width: 768px) {
  .pp p {
    font-size: 0.88rem;
    line-height: 2;
  }
}
.pp ul {
  margin-top: 14px;
}
.pp li {
  position: relative;
  padding-left: 1.2em;
  font-size: 0.9rem;
  line-height: 2.1;
  color: #3A352E;
  word-break: normal;
  word-break: auto-phrase;
  overflow-wrap: break-word;
  line-break: strict;
  text-wrap: pretty;
}
@media screen and (max-width: 768px) {
  .pp li {
    font-size: 0.88rem;
  }
}
.pp li::before {
  content: "・";
  position: absolute;
  left: 0;
}
.pp a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.pp a:hover {
  color: #D9A916;
}
