@charset "utf-8";
/* ======================================================
   デザイントークン（フォント・カラー）
====================================================== */
/*サイト*/
:root {
  /*----- フォントサイズ -----*/
  --font-xs: clamp(0.875rem, 0.859rem + 0.07vw, 0.938rem); /* 15px */
  --font-s: clamp(1rem, 0.967rem + 0.13vw, 1.125rem); /* 16-18px */
  --font-m: clamp(1.25rem, 1.217rem + 0.13vw, 1.375rem); /* 20-22px */
  --font-l: clamp(1.5rem, 1.434rem + 0.26vw, 1.75rem); /* 24-28px */
  --font-xl: clamp(2rem, 1.868rem + 0.53vw, 2.5rem); /* 32-40px */
  --font-xxl: clamp(2.5rem, 2.237rem + 1.05vw, 3.5rem); /* 40-56px */
  /*----- ベースカラー（元色）-----*/
  --main-color: #b39f4d; /* ブランドのメインカラー */
  --base-color: #f1b800; /* 薄い黄色 */
  --accent-color: #f3702e; /* アクセントカラー */
  --white: #ffffff;
  --black: #000000;
  /*----- サブカラー----- */
  /* sub-blue (水色系) */
  --sub-blue-light: #d8f1f8;
  --sub-blue: #8cc7d9;
  --sub-blue-dark: #5a9eb2;
  /* sub-green (緑系) */
  --sub-green-light: #e6f3de;
  --sub-green: #9ebe86;
  --sub-green-dark: #709159;
  /* sub-olive (黄緑・オリーブ系) */
  --sub-olive-light: #f4f0d6;
  --sub-olive: #cfc37c;
  --sub-olive-dark: #9c914e;
  /* sub-pink (ピンク系) */
  --sub-pink-light: #fde7f0;
  --sub-pink: #f3a0c2;
  --sub-pink-dark: #c86c91;
  /* sub-orange (オレンジ系) */
  --sub-orange-light: #fdf0ec;
  --sub-orange: #e9a08c;
  --sub-orange-dark: #b66d5a;
  /* sub-purple (パープル系) */
  --sub-purple-light: #e8e6f7;
  --sub-purple: #9d96d6;
  --sub-purple-dark: #6b63a8;
  /*----- Main（メインカラー）-----*/
  /* 1〜4：白を混ぜた淡いトーン */
  --main-1: color-mix(in srgb, var(--main-color) 15%, white); /*  10〜19% */
  --main-2: color-mix(in srgb, var(--main-color) 25%, white); /*  20〜29% */
  --main-3: color-mix(in srgb, var(--main-color) 35%, white); /*  30〜39% */
  --main-4: color-mix(in srgb, var(--main-color) 45%, white); /*  40〜49% */
  /* 5：基準色 */
  --main-5: var(--main-color); /* zone 5: base */
  /* 6〜9：黒を混ぜた濃いトーン */
  --main-6: color-mix(in srgb, var(--main-color) 65%, black); /*  60〜69% */
  --main-7: color-mix(in srgb, var(--main-color) 75%, black); /*  70〜79% */
  --main-8: color-mix(in srgb, var(--main-color) 85%, black); /*  80〜89% */
  --main-9: color-mix(in srgb, var(--main-color) 92%, black); /*  90%〜深 */
  /*----- Base（白ベースのグレースケール）-----*/
  /* base は「白←→黒」のグレー。数字が大きいほど暗い。 */
  --base-1: color-mix(in srgb, var(--base-color) 90%, white 10%); /* 10%  */
  --base-2: color-mix(in srgb, var(--base-color) 80%, white 20%); /* 20%  */
  --base-3: color-mix(in srgb, var(--base-color) 70%, white 30%); /* 30%  */
  --base-4: color-mix(in srgb, var(--base-color) 60%, white 40%); /* 40%  */
  --base-5: color-mix(in srgb, var(--base-color) 50%, white 50%); /* 50%  */
  --base-6: color-mix(in srgb, var(--base-color) 40%, white 60%); /* 60%  */
  --base-7: color-mix(in srgb, var(--base-color) 30%, white 70%); /* 70%  */
  --base-8: color-mix(in srgb, var(--base-color) 20%, white 80%); /* 80%  */
  --base-9: color-mix(in srgb, var(--base-color) 10%, white 90%); /* 90%  */
  /*-----Accent（アクセントカラー）-----*/
  /* 1〜4：白を混ぜた淡いトーン */
  --accent-1: color-mix(in srgb, var(--accent-color) 15%, white);
  --accent-2: color-mix(in srgb, var(--accent-color) 25%, white);
  --accent-3: color-mix(in srgb, var(--accent-color) 35%, white);
  --accent-4: color-mix(in srgb, var(--accent-color) 45%, white);
  /* 5：基準色 */
  --accent-5: var(--accent-color);
  /* 6〜9：黒を混ぜた濃いトーン */
  --accent-6: color-mix(in srgb, var(--accent-color) 65%, black);
  --accent-7: color-mix(in srgb, var(--accent-color) 75%, black);
  --accent-8: color-mix(in srgb, var(--accent-color) 85%, black);
  --accent-9: color-mix(in srgb, var(--accent-color) 92%, black);
  /* Neutral gray scale */
  --gray-0: color-mix(in srgb, white, black 2%); /* 白98% + 黒2% */
  --gray-1: color-mix(in srgb, white, black 10%); /* 白90% + 黒10% */
  --gray-2: color-mix(in srgb, white, black 20%); /* 白80% + 黒20% */
  --gray-3: color-mix(in srgb, white, black 30%); /* 白70% + 黒30% */
  --gray-4: color-mix(in srgb, white, black 40%); /* 白60% + 黒40% */
  --gray-5: color-mix(in srgb, white, black 50%); /* 白50% + 黒50% */
  --gray-6: color-mix(in srgb, white, black 60%); /* 白40% + 黒60% */
  --gray-7: color-mix(in srgb, white, black 70%); /* 白30% + 黒70% */
  --gray-8: color-mix(in srgb, white, black 80%); /* 白20% + 黒80% */
  --gray-9: color-mix(in srgb, white, black 90%); /* 白10% + 黒90% */
  --gray-10: color-mix(in srgb, white, black 98%); /* 白2% + 黒98% */
  /*----- テキスト -----*/
  --text-main: #534741; /* 本文：深モカブラウン */
  --text-soft: #7a6f67; /* 補足：ライトモカ */
  --text-dark: #3d332d; /* 見出し：こげ茶（力強い） */
  --text-strong: #b00000; /* 大切・目立たせたい 暗めの赤色*/
  /* ----- Text-Shadow（1〜10：薄い → 濃い） ----- */
  --text-shadow-1: 1px 1px 2px rgba(0, 0, 0, 0.1);
  --text-shadow-2: 1px 1px 2px rgba(0, 0, 0, 0.2);
  --text-shadow-3: 1px 1px 2px rgba(0, 0, 0, 0.3);
  --text-shadow-4: 1px 1px 2px rgba(0, 0, 0, 0.4);
  --text-shadow-5: 1px 1px 2px rgba(0, 0, 0, 0.5);
  --text-shadow-6: 1px 1px 2px rgba(0, 0, 0, 0.6);
  --text-shadow-7: 1px 1px 2px rgba(0, 0, 0, 0.7);
  --text-shadow-8: 1px 1px 2px rgba(0, 0, 0, 0.8);
  --text-shadow-9: 1px 1px 2px rgba(0, 0, 0, 0.9);
  --text-shadow-10: 1px 1px 2px rgba(0, 0, 0, 1);
  /* Box shadow scale（1 → 10：弱い → 強い） */
  --box-shadow-1: 0 1px 2px rgba(0, 0, 0, 0.05); /* ごく控えめ */
  --box-shadow-2: 0 1px 3px rgba(0, 0, 0, 0.08); /* ほんのり浮かせたい時 */
  --box-shadow-3: 0 2px 4px rgba(0, 0, 0, 0.1); /* 小さめのカード・パネル */
  --box-shadow-4: 0 2px 6px rgba(0, 0, 0, 0.12); /* よく使う標準カード用 */
  --box-shadow-5: 0 4px 8px rgba(0, 0, 0, 0.14); /* 少し強めのカード */
  --box-shadow-6: 0 6px 12px rgba(0, 0, 0, 0.16); /* モーダル手前感 */
  --box-shadow-7: 0 8px 16px rgba(0, 0, 0, 0.18); /* かなり手前に出る要素 */
  --box-shadow-8: 0 12px 24px rgba(0, 0, 0, 0.2); /* メインモーダル */
  --box-shadow-9: 0 16px 32px rgba(0, 0, 0, 0.24); /* 画面をある程度覆うもの*/
  --box-shadow-10: 0 20px 40px rgba(0, 0, 0, 0.28); /* ほぼ最前面*/
}
/* ======================================================
   all（リセット／ベース）
====================================================== */
*,
::before,
::after {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
* {
  box-sizing: border-box;
}
ul li {
  list-style-type: none;
}
a {
  text-decoration: none;
  color: inherit;
  pointer-events: auto;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
/* アンカーリンクが作用する要素に適用 */
.anchor-target {
  scroll-margin-top: 100px;
}
.no-scroll {
  overflow: hidden;
}
/* 電話番号リンク（PCではクリック不可）※ルールどおり801px基準 */
@media (min-width: 801px) {
  a[href^="tel:"] {
    pointer-events: none !important;
  }
}
/*--------------フォント／本文ベース----------------*/
body {
  padding-top: 70px; /* ヘッダーの高さ分だけ余白 */
  box-sizing: border-box;
  font-family:
    "Noto Sans JP",
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  font-optical-sizing: auto;
  font-size: var(--font-s); /* 16px ベース */
  color: var(--text-main);
  line-height: 1.7;
}
/* -----------------------------------------------------
   改行クラス（br-xxx）※デザインルール準拠
----------------------------------------------------- */
/* まず全て非表示 */
.br-pc,
.br-pc-s,
.br-pc-l,
.br-tb,
.br-tb-l,
.br-tb-m,
.br-tb-s,
.br-sp,
.br-sp-l,
.br-sp-m,
.br-sp-s {
  display: none;
}

/* -------------------------
   PC（1280px〜）※既存
------------------------- */
@media (min-width: 1280px) {
  .br-pc {
    display: inline;
  }
}

@media (min-width: 1280px) and (min-height: 801px) {
  .br-pc-l {
    display: inline;
  }
}

@media (min-width: 1280px) and (max-height: 800px) {
  .br-pc-s {
    display: inline;
  }
}

/* -------------------------
   タブレット（768〜1279px）
------------------------- */

/* TB 共通 */
@media (min-width: 768px) and (max-width: 1279px) {
  .br-tb {
    display: inline;
  }
}

/* TB-L（iPad Pro） */
@media (min-width: 1024px) and (max-width: 1279px) {
  .br-tb-l {
    display: inline;
  }
}

/* TB-M（iPad Air） */
@media (min-width: 900px) and (max-width: 1023px) {
  .br-tb-m {
    display: inline;
  }
}

/* TB-S（iPad mini） */
@media (min-width: 768px) and (max-width: 899px) {
  .br-tb-s {
    display: inline;
  }
}

/* -------------------------
スマホ（〜767px）
------------------------- */
/*SP 共通 */
@media (max-width: 767px) {
  .br-sp {
    display: inline;
  }
}

/* SP-L（大きめスマホ）*/
@media (min-width: 481px) and (max-width: 767px) {
  .br-sp-l {
    display: inline;
  }
}

/* SP-M（標準スマホ） */
@media (min-width: 376px) and (max-width: 480px) {
  .br-sp-m {
    display: inline;
  }
}

/* SP-S（小型スマホ）*/
@media (max-width: 375px) {
  .br-sp-s {
    display: inline;
  }
}

/* -----------------------------------------------------
   オーバーレイ　※上にrelativeをつけること
-----------------------------------------------------  */
.overlay {
  position: absolute;
  inset: 0; /* top: 0; right: 0; bottom: 0; left: 0; を省略 */
}
/*↑＋↓*/
/* ===========================
   White Overlay（白系）
=========================== */
.overlay-white-10 {
  background-color: rgba(255, 255, 255, 0.1);
}
.overlay-white-20 {
  background-color: rgba(255, 255, 255, 0.2);
}
.overlay-white-30 {
  background-color: rgba(255, 255, 255, 0.3);
}
.overlay-white-40 {
  background-color: rgba(255, 255, 255, 0.4);
}
.overlay-white-50 {
  background-color: rgba(255, 255, 255, 0.5);
}
.overlay-white-60 {
  background-color: rgba(255, 255, 255, 0.6);
}
.overlay-white-70 {
  background-color: rgba(255, 255, 255, 0.7);
}
.overlay-white-80 {
  background-color: rgba(255, 255, 255, 0.85);
}
.overlay-white-90 {
  background-color: rgba(255, 255, 255, 0.9);
}
/* ===========================
   Black Overlay（黒系）
=========================== */
.overlay-black-10 {
  background-color: rgba(0, 0, 0, 0.1);
}
.overlay-black-20 {
  background-color: rgba(0, 0, 0, 0.2);
}
.overlay-black-30 {
  background-color: rgba(0, 0, 0, 0.3);
}
.overlay-black-40 {
  background-color: rgba(0, 0, 0, 0.4);
}
.overlay-black-50 {
  background-color: rgba(0, 0, 0, 0.5);
}
.overlay-black-60 {
  background-color: rgba(0, 0, 0, 0.6);
}
.overlay-black-70 {
  background-color: rgba(0, 0, 0, 0.7);
}
.overlay-black-80 {
  background-color: rgba(0, 0, 0, 0.8);
}
.overlay-black-90 {
  background-color: rgba(0, 0, 0, 0.9);
}
/*上*/
.overlay-front {
  position: relative;
  z-index: 2;
}
/* ======================================================
   main
====================================================== */
/*--------------【all】----------------*/
#main {
  margin: 0 auto;
  position: relative;
}
.anchor-target {
  scroll-margin-top: 70px;
}
.back {
  position: relative;
}
/* タブレット以下（〜1024px） */
@media (max-width: 1024px) {
}
/* スマホ S（〜400px） */
@media (max-width: 400px) {
}
/*--------------【 ヒーロー（イントロ）】----------------*/
.section--hero {
  padding-top: 20px;
  padding-bottom: 40px;
  background: #fffdf5;
}
.hero-layout {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
.hero-text {
  flex: 1 1 320px;
}
.hero-text-lead {
  font-family: "Zen Old Mincho", "Noto Sans JP", serif;
  font-size: var(--font-m);
  font-weight: bold;
  margin-bottom: 10px;
  color: #4a3d19;
}
.hero-image {
  flex: 0 0 320px;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 820px) {
  .hero-layout {
    flex-direction: column;
  }
  .hero-text {
    flex: 1 1;
  }
  .hero-image {
    flex: 1 1;
  }
}
/*--------------【セクション】----------------*/
.section {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  /*scroll-margin-top: 70px; */ /* resアンカーリンクTOP */
}
/*.section-pb {
  padding-bottom: 80px;
}*/
/*--------------【インナー】----------------*/
.inner {
  width: 1120px;
  margin: 0 auto;
}
/* 横幅いっぱいにしたいときだけ使う modifier */
.inner--full {
  width: 100%;
  margin-inline: 0;
  padding-inline: 0;
}
@media (max-width: 1024px) {
  /* タブレット以下のサイズ */
  .inner {
    width: 80%;
  }
}
@media (max-width: 767px) {
  /* スマホ以下のサイズ */
  .inner {
    width: 90%;
  }
}
/* ======================================================
   タイトル
====================================================== */
/* 全体の帯部分 */
.page-title {
  position: relative;
  padding: 80px 20px;
  text-align: center;
  /* 背景の色 ＋ コンパス画像（任意の画像に差し替えてください） */
  /*    background-color: #1f477a;*/
  background-image: url("images/compass.png"); /* ←好きなパスに変更 */
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 140%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.page-title img {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: auto;
}
/* サブタイトル */
.page-title_sub {
  display: inline-block;
  padding: 6px 18px;
  font-family: "Montserrat", "Noto Sans JP", system-ui, sans-serif;
  font-size: var(--font-xs);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #d3a900;
}
/* メインタイトル */
.page-title_main {
  position: relative;
  display: inline-block;
  padding: 0 40px;
  font-family: "Zen Old Mincho", "Noto Sans JP", serif;
  font-size: var(--font-xl);
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1.6;
}
/* レスポンシブで少し小さくする例 */
@media (max-width: 768px) {
  .page-title {
    padding: 60px 15px;
    background-size: auto 120%;
  }
  .page-title_main {
    font-size: 24px;
    padding: 14px 24px;
  }
  .page-title_main::before,
  .page-title_main::after {
    width: 80px;
  }
  .page-title::before {
    left: calc(50% - 180px);
  }
  .page-title::after {
    right: calc(50% - 180px);
  }
}
/*--------------【セクションタイトル】----------------*/
.section-title {
  position: relative;
  display: block;
  margin-bottom: 2em;
  text-align: center;
}
.section-title:before {
  content: "";
  position: absolute;
  bottom: -3px;
  display: inline-block;
  width: 60px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: var(--main-color);
  border-radius: 2px;
}
.section-title span {
  font-family: "Sawarabi Mincho", serif;
  font-size: var(--font-l);
}
@media (max-width: 767px) {
  /* スマホ以下のサイズ */
  .section-title:befor {
    position: absolute;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}
/*--------------【サブタイトル】----------------*/
/* 共通 */
.title-p14 {
  margin-bottom: 10px;
}
.title-p14__main {
  border-left: 4px solid var(--main-6);
  display: inline-block;
}
.title-p14__main {
  font-size: var(--font-m);
  font-weight: 700;
}
/* ======================================================
   ボタン
====================================================== */
.btn-box {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-p04 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  min-width: 200px;
  background: var(--base-4); /* 明るい黄色 */
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 12px; /* 角丸 */
  box-shadow: 0 5px 0 #c7a500; /* 下の影で立体感 */
  transition: all 0.15s ease;
  position: relative;
}
/* → アイコン（矢印）追加したい場合のデフォルト */
.btn-p04::after {
  content: "›"; /* シンプルな矢印 */
  font-size: 20px;
  margin-left: 10px;
  line-height: 1.5;
  /*
  transform: translateY(1px);
*/
}
/* Hover：押し込まれる（沈む） */
.btn-p04:hover {
  transform: translateY(3px); /* 下に3px沈む */
  box-shadow: 0 2px 0 #c7a500; /* 影を浅くする */
  opacity: 0.95;
}
/* Click（Active）：さらに沈む */
.btn-p04:active {
  transform: translateY(5px);
  box-shadow: 0 0 0 #c7a500;
}
/* ======================================================
  会社名
====================================================== */
.company-name {
  font-family: "Yuji Syuku", serif;
  font-weight: bold;
}
/* ============================================================================================================

============================================================================================================ */
/* ======================================================
  header（site-header）
====================================================== */
/* ヘッダーは常に固定 */
#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: var(--header-h);
  width: 100%;
  z-index: 1000;
  background: var(--base-7);
}
#header,
#header.fixed {
  height: 70px;
}
.site-header {
  width: 100%;
  color: var(--text-dark);
}
/* JSで fixed が付与された際 */
#header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0; /* ← これ追加（幅が安定） */
  width: 100%; /* ← 念のため */
  z-index: 1000;
  background: var(--base-7);
  box-shadow: var(--box-shadow-5);
}
body.is-header-fixed {
  padding-top: 70px;
}

/* -----------------------------------------------------
  header：inner
----------------------------------------------------- */
.site-header__inner {
  height: 100%;
  width: 98%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
/* -----------------------------------------------------
  header：brand
----------------------------------------------------- */
.site-header__brand {
  flex: 0 0 auto;
}
.site-header__brand-link:hover {
  opacity: 0.9;
}
.site-header__logo {
  width: auto;
  height: 69px; /* 必要に応じて調整 */
  display: block;
}
.site-header__name {
  font-weight: 700;
  letter-spacing: 0.04em;
  font-size: var(--font-s);
  white-space: nowrap;
}
@media (max-width: 767px) {
  /* スマホ以下のサイズ */
  .site-header__logo {
    height: 45px;
    margin-left: 10px;
  }
}
/* -----------------------------------------------------
  header：nav（PC）
----------------------------------------------------- */
.site-header__nav {
  flex: 1 1 auto;
  display: flex;
  justify-content: flex-end;
}
.site-header__nav-list {
  display: block;
}
.site-header__nav-ul {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  padding: 0;
}
.site-header__nav-ul li {
  margin: 0;
  padding: 0;
  max-width: 180px;
  min-width: 100px;
}
.site-header__nav-ul li a {
  width: 100%;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 28px;
  color: #fff;
  font-family: "Sawarabi Mincho", serif;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-decoration: none;
  overflow: visible;
  z-index: 1; /* 背景より前にテキストを出す */
}
/* 背景（最初は角丸の箱） */
.site-header__nav-ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%; /* ← 初期状態では a と同じサイズの箱 */
  height: 100%;
  border-radius: 14px; /* 角丸ボタン */
  z-index: -1;
  transition:
    width 0.8s cubic-bezier(0.19, 1, 0.22, 1),
    height 0.8s cubic-bezier(0.19, 1, 0.22, 1),
    left 0.8s cubic-bezier(0.19, 1, 0.22, 1),
    top 0.8s cubic-bezier(0.19, 1, 0.22, 1),
    transform 0.8s cubic-bezier(0.19, 1, 0.22, 1),
    border-radius 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
/* メニューごとの色（箱＆丸の色は同じ） */
.nav-top > a::before {
  background-color: #cfc37c;
}
.nav-flow > a::before {
  background-color: #9ebe86;
}
.nav-service > a::before {
  background-color: #e9a08c;
}
.nav-works > a::before {
  background-color: #f3a0c2;
}
.nav-company > a::before {
  background-color: #9d96d6;
}
.nav-contact > a::before {
  background-color: #8cc7d9;
}
/* ホバー / 現在地：箱が中央の丸に“しぼむ” */
.site-header__nav-ul li a:hover::before,
.site-header__nav-ul li a.mark::before {
  width: 44px; /* 丸のサイズ */
  height: 44px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
/* ホバー / 現在地でも文字は白でそのまま */
.site-header__nav-ul li a:hover,
.site-header__nav-ul li a.mark {
  color: var(--text-main);
}
/* ======================================================
  hamburger（openbtn：5-2-7ベースを調整）
====================================================== */
.openbtn {
  display: none; /* PCでは非表示 */
  width: 50px;
  height: 50px;
  background: var(--main-5);
  border-radius: 6px;
  cursor: pointer;
  /* buttonのデフォルト崩れ対策 */
  padding: 0;
  border: 0;
  line-height: 1;
  appearance: none;
  -webkit-appearance: none;
}
.openbtn .openbtn-area {
  position: relative;
  width: 100%;
  height: 100%;
  transition: all 0.4s;
}
.openbtn span {
  display: inline-block;
  position: absolute;
  left: 14px;
  width: 45%;
  height: 3px;
  border-radius: 2px;
  background: var(--white);
  transition: all 0.4s;
}
.openbtn span:nth-of-type(1) {
  top: 15px;
}
.openbtn span:nth-of-type(2) {
  top: 23px;
}
.openbtn span:nth-of-type(3) {
  top: 31px;
}
/* activeで奥行き回転 → × */
.openbtn.active .openbtn-area {
  transform: rotateY(-360deg);
}
.openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-135deg);
  width: 30%;
}
.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}
.openbtn.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(135deg);
  width: 30%;
}
/* ======================================================
  SP nav（丸背景＋全画面：5-1-20ベースを調整）
====================================================== */
.circle-bg {
  position: fixed;
  z-index: 3;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: linear-gradient(
    135deg,
    var(--main-2) 0%,
    var(--main-1) 50%,
    var(--main-5) 100%
  );
  transform: scale(0);
  right: -50px;
  top: -50px;
  transition: all 0.6s;
  pointer-events: none;
}
.circle-bg.circleactive {
  transform: scale(50);
}
/* panelactive時にナビを全画面化 */
#g-nav.panelactive {
  position: fixed;
  z-index: 999;
  top: 0;
  width: 100%;
  height: 100vh;
}
/* ======================================================
  レスポンシブ
====================================================== */
/* パソコン */
@media (min-width: 1280px) {
}
/* ノートPC（高さ低め） */
@media (min-width: 1280px) and (max-height: 800px) {
  .site-header__nav-ul li a {
    padding: 9px 10px;
  }
}
/* タブレット以下 */
@media (max-width: 1024px) {
  .site-header__nav-ul li a {
    padding: 10px 10px;
  }
  .site-header__nav-ul li {
    max-width: none;
    min-width: none;
  }
}
/* タブレット（768〜1279px） */
@media (min-width: 768px) and (max-width: 1279px) {
  .site-header__name {
    font-size: var(--font-xs);
  }
}
/* スマホ以下（〜767px） */
@media (max-width: 1024px) {
  /* header内はブランドだけ見せる（必要なら調整可） */
  .site-header__nav {
    display: block;
  }
  /* PC用の横並びULは隠す（全画面用に切替） */
  .site-header__nav-ul {
    display: block;
  }
  /* ハンバーガーを常に最前面＆固定（埋もれ防止） */
  .openbtn {
    display: inline-block;
    position: fixed;
    top: 10px;
    right: 20px;
    z-index: 10001;
  }
  /* ナビリストは初期非表示（panelactiveで表示） */
  #g-nav-list {
    display: none;
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  #g-nav.panelactive #g-nav-list {
    display: block;
  }
  /* ULを画面中央へ */
  #g-nav ul {
    opacity: 0;
    position: absolute;
    z-index: 999;
    top: 53%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: min(340px, 82%);
    margin: 0;
    padding: 0;
  }
  #g-nav.panelactive ul {
    opacity: 1;
  }
  #g-nav li {
    text-align: center;
    list-style: none;
  }
  #g-nav li a {
    display: block;
    padding: 14px 10px;
    margin-bottom: 10px;
    font-weight: 800;
    letter-spacing: 0.12em;
    color: var(--text-dark);
    text-transform: uppercase;
    background: transparent;
    border-radius: 10px;
    transition:
      color 0.2s ease,
      background-color 0.2s ease;
  }
  /* 現在地とホバー */
  #g-nav li.current a {
    color: var(--main-5);
    background-color: var(--main-1);
  }
  /* SPでは hover を抑えたい場合（任意） */
  #g-nav li a:hover {
    color: var(--text-dark);
    background-color: transparent;
  }
  /* 背景出現後に li を順番に表示 */
  #g-nav.panelactive ul li {
    animation-name: gnaviAnime;
    animation-duration: 1s;
    animation-delay: 0.2s;
    animation-fill-mode: forwards;
    opacity: 0;
  }
  @keyframes gnaviAnime {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  /* 社名が長いので少し詰める */
  .site-header__name {
    font-size: var(--font-xs);
  }
}
@media (max-width: 767px) {
  /* スマホ以下のサイズ */
  .openbtn {
    right: 10px;
  }
}
/* スマホ L（401〜767px） */
@media (min-width: 376px) and (max-width: 480px) {
  #g-nav ul {
    top: 50%;
  }
}

/* スマホ S（〜400px） */
@media (max-width: 400px) {
  .site-header__name {
    letter-spacing: 0.02em;
  }
}
/* ======================================================
  レスポンシブ PC ではお問い合わせブロックを非表示 
====================================================== */
@media (min-width: 1025px) {
  .nav-contactblock {
    display: none;
  }
}
/* SP 用 お問い合わせブロック */
@media (max-width: 1024px) {
  .nav-contactblock {
    margin-top: 32px;
    padding: 18px 16px 20px;
    border-top: 1px solid var(--gray-2); /* 仕切りを少し明るめに */
  }
  .nav-contactblock__tel,
  .nav-contactblock__mail {
    display: block;
    width: 100%;
    text-align: center;
    text-decoration: none;
    border-radius: 999px;
    padding: 12px 10px;
    margin-top: 10px;
    font-weight: 700;
    letter-spacing: 0.08em;
    background-color: var(--white) !important;
  }
  /* 電話ボタン（いちばん目立たせる） */
  .nav-contactblock__tel {
    background: linear-gradient(135deg, var(--main-4), var(--main-7));
    color: #fff;
    border: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
  }
  .nav-contactblock__tel-label {
    display: block;
    font-size: 0.78rem;
    opacity: 0.9;
  }
  .nav-contactblock__tel-number {
    display: block;
    font-size: 1.2rem;
    margin-top: 3px;
    color: var(--main-6);
  }
  /* メールフォームボタン（電話の“セカンダリー”として） */
  .nav-contactblock__mail {
    background: #ffffff;
    /*color: var(--main-6)!important;*/
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
  }
  .nav-contactblock__tel:hover,
  .nav-contactblock__mail:hover {
    opacity: 0.9;
    transform: translateY(1px);
  }
}
/* ======================================================
   footer
====================================================== */
/*#footer {
}*/
/*--------------【お問い合わせリンク】----------------*/
.contact-link-title:before {
  background-color: var(--white);
}
/* セクション：背景（青グラデ＋写真っぽい雰囲気） */
.section--contact-link-p01 {
  --bg-img: url(../image/common/contact-link-img.jpg);
  /* トークンに寄せる（brand mainの濃淡） */
  --blue1: color-mix(in srgb, var(--main-4) 72%, transparent);
  --blue2: color-mix(in srgb, var(--main-5) 78%, transparent);
  --shadow: var(--box-shadow-8);
  position: relative;
  padding: clamp(40px, 6vw, 70px) 0;
  color: var(--white);
  overflow: hidden;
}
/* 背景レイヤー（擬似要素） */
.section--contact-link-p01::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, var(--blue1), var(--blue2)),
    var(--bg-img) top center/cover no-repeat;
  transform: scale(1.02);
  z-index: 0;
}
/* 中身を前面へ */
.section--contact-link-p01 .inner {
  position: relative;
  z-index: 1;
  width: min(980px, 100%);
  margin-inline: auto;
  padding-inline: 18px;
}
/* ヘッダー */
.contact-link-header-p01 {
  text-align: center;
  display: grid;
  gap: 10px;
  margin-bottom: clamp(16px, 2.2vw, 22px);
}
.contact-link-header-p01 .section-title {
  margin: 0;
}
.contact-link-header-p01 h2 {
  color: var(--white);
}
.contact-link-lead-p01 {
  margin: 0 auto;
  max-width: 56ch;
  color: var(--text-strong);
  font-size: var(--font-s);
  font-weight: bold;
  opacity: 0.92;
  line-height: 1.9;
  text-decoration: underline;
  text-shadow: 0 0 12px rgba(255, 255, 255, 0.9);
}
/* 2分割の白いボックス */
.contact-link-wrapper-p01 {
  background: var(--white);
  color: var(--text-dark);
  border-radius: 6px;
  box-shadow: var(--shadow);
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
}
/* カラム共通 */
.contact-link-box-p01 {
  padding: clamp(18px, 2.6vw, 26px);
  display: grid;
  gap: 12px;
  align-content: center;
  text-align: center;
}
.contact-link-box-p01--tel {
  border-left: 1px solid var(--gray-2);
}
.contact-link-label-p01 {
  margin: 0;
  font-weight: 800;
  font-size: var(--font-xs);
  color: var(--text-soft);
}
.contact-link-body-p01 {
  display: grid;
  gap: 10px;
  justify-items: center;
}
/* 左：フォームボタン */
.contact-link-btn-p01 {
  justify-self: center;
  width: min(340px, 100%);
  padding: 12px 18px;
  border-radius: 999px;
  text-decoration: none;
  color: var(--white);
  font-weight: 900;
  /* brand mainの濃淡でグラデ */
  background: linear-gradient(180deg, var(--main-4), var(--main-8));
  box-shadow: var(--box-shadow-5);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  transition:
    transform 160ms ease,
    filter 160ms ease;
}
.contact-link-btn-p01:hover {
  transform: translateY(-1px);
  filter: brightness(1.03);
}
.contact-link-arrow-p01 {
  font-size: var(--font-m);
  line-height: 1;
}
.contact-link-note-p01 {
  margin: 0;
  font-size: var(--font-xs);
  color: var(--text-soft);
}
/* 右：電話 */
.contact-link-tel-btn-p01 {
  font-size: var(--font-m); /* もともとのTELサイズをキープ */
  font-weight: 900;
  letter-spacing: 0.03em;
  text-decoration: none;
  color: var(--white); /* メールボタンと揃えて白文字に */
  padding: 7px 18px !important;
}
.tel-small-font {
  font-size: var(--font-xs); /* ここはお好みで微調整OK */
}
.contact-link-info-p01 {
  margin: 0;
  display: grid;
  gap: 4px;
  font-size: var(--font-xs);
  color: var(--text-soft);
}
.contact-link-emergency-p01 {
  margin-top: 6px;
  padding: 10px 12px;
  border-radius: 8px;
  background: var(--main-1);
  border: 1px solid var(--main-3);
  display: grid;
  gap: 6px;
  justify-items: center;
}
.contact-link-emergency-label-p01 {
  margin: 0;
  font-size: var(--font-xs);
  font-weight: 800;
  color: var(--text-soft);
}
.contact-link-emergency-tel-p01 {
  text-decoration: none;
  font-weight: 900;
  color: var(--main-8);
  font-size: var(--font-s);
}
.contact-link-fax-p01 {
  margin: 4px 0 0;
  font-size: var(--font-xs);
  color: var(--text-soft);
}
.contact-link-fax-note-p01 {
  color: var(--text-soft);
  font-size: var(--font-xs);
}
/* SP：縦並び */
@media (max-width: 720px) {
  .contact-link-wrapper-p01 {
    grid-template-columns: 1fr;
  }
  .contact-link-box-p01--tel {
    border-left: none;
    border-top: 1px solid var(--gray-2);
  }
  .tel-small-font {
    font-size: var(--font-s);
  }
}
/*--------------【会社情報 + アクセス】----------------*/
/* セクション全体（白背景＋軽く余白） */
.footer-company {
  background-color: #ffffff;
  padding: 30px 20px;
  border-top: 1px solid #eeeeee;
}
/* 中身を左右2カラムに。中央に仕切り線 */
.footer-company-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  gap: 40px;
  align-items: flex-start;
  position: relative;
}
/* 真ん中の縦仕切り線 */
.footer-company-inner::before {
  content: "";
  position: absolute;
  top: 10%;
  bottom: 10%;
  left: 50%;
  width: 1px;
  background-color: #dddddd;
  transform: translateX(-50%);
}
/* それぞれのカラム（カード風ではない） */
.footer-company-block {
  flex: 1;
  padding: 10px 30px;
  box-sizing: border-box;
  /* カード感を消す */
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}
/* 左側は右に余白、右側は左に余白（縦線から少し離す） */
.footer-company-info {
  padding-right: 20px;
}
.footer-company-map {
  padding-left: 40px;
}
/* 会社名 */
.footer-company-name {
  text-align: left;
  font-size: var(--font-m); /* 20px 相当 */
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--gray-2);
}
.footer-company-name a {
  text-decoration: none;
  color: inherit;
}
.footer-company-name .small-name {
  font-size: 0.8em;
  margin-right: 0.4em;
}
/* 住所・TELリスト */
.footer-address-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-address-list li {
  display: flex;
  gap: 12px;
  align-items: baseline;
  font-size: var(--font-s, 15px);
  margin-bottom: 10px;
}
.footer-label {
  min-width: 3em;
  font-weight: 600;
  color: #666666;
}
.footer-text a {
  text-decoration: none;
}
.footer-text a:hover {
  text-decoration: underline;
}
/* 地図側 */
.footer-map-title {
  font-size: var(--font-m); /* 20px 相当 */
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--gray-2);
}
/* iframeをレスポンシブに */
.footer-map-frame {
  position: relative;
  width: 100%;
  padding-top: 60%; /* 縦横比 */
  overflow: hidden;
}
.footer-map-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
/* -------------------------
   レスポンシブ（スマホ）
   ------------------------- */
@media (max-width: 767px) {
  .footer-company-inner {
    flex-direction: column;
    gap: 24px;
  }
  /* 中央の縦線はスマホでは非表示 */
  .footer-company-inner::before {
    display: none;
  }
  .footer-company-block {
    padding: 10px 10px 0 10px;
  }
  .footer-company-info {
    width: 100%;
    border-bottom: 1px solid #eeeeee; /* スマホでは横の仕切りに */
    padding-bottom: 20px;
  }
  .footer-company-map {
    width: 100%;
    padding-top: 10px;
  }
  .footer-company-name {
    text-align: center;
  }
  /* ▼▼ ここからがポイント ▼▼ */
  /* リスト全体を中央寄せしつつ、横幅をやや絞る */
  .footer-address-list {
    max-width: 340px; /* お好みで 320〜360px くらい */
    margin: 0 auto;
  }
  /* 1行ずつは左寄せのまま */
  .footer-address-list li {
    justify-content: flex-start; /* center をやめる */
    text-align: left;
  }
  /* ラベル列の幅をそろえて右寄せにする */
  .footer-label {
    min-width: 4em; /* 住所 / TEL / FAX / 定休日 の幅を統一 */
  }
  /* テキスト側は残りスペースを使う */
  .footer-text {
    flex: 1;
  }
  /* ▲▲ ここまでがポイント ▲▲ */
  .footer-map-title,
  .footer-map-text {
    text-align: center;
    border-bottom: none;
    margin-bottom: 0;
  }
  .footer-company-map {
    width: 100%;
    padding-top: 10px;
  }
  .footer-company-name {
    text-align: center;
  }
  .footer-address-list li {
    justify-content: center;
    text-align: left;
  }
  .footer-map-title,
  .footer-map-text {
    text-align: center;
    border-bottom: none;
    margin-bottom: 0;
  }
}
/* ======================================================
   コピーライト
====================================================== */
.copyright {
  color: var(--white);
  font-size: var(--font-xs); /* 13px 相当 */
  text-align: center;
  padding: 1rem 2rem;
  background-color: var(--main-color);
}
/* ======================================================
   ページトップボタン
====================================================== */
/* 矢印の外枠（aタグなどの親要素にサイズを指定） */
.arrow-icon-btt-s02 {
  display: inline-block;
  position: relative;
  width: 24px; /* 矢印の幅 */
  height: 24px; /* 矢印の高さ */
  background: var(--main-7);
  padding: 25px;
}
/* 矢印本体（CSS Chevrons方式） */
.arrow-icon-btt-s02::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-top: 3px solid #fff; /* 矢印の太さと色 */
  border-right: 3px solid #fff; /* 矢印の太さと色 */
  transform: rotate(-45deg); /* 上向きにする */
  position: absolute;
  top: 60%;
  left: 50%;
  margin-left: -8px;
  margin-top: -8px;
}
/* ホバー時の装飾（必要に応じて） */
.arrow-icon-btt-s02:hover {
  background: var(--main-6); /* ホバー時に色を変える場合 */
}
/*リンクを右下に固定*/
#page-top {
  position: fixed;
  right: 10px;
  bottom: 20px;
  z-index: 10;
  opacity: 0;
  transform: translateY(100px);
}
/*　上に上がる動き　*/
#page-top.UpMove {
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*　下に下がる動き　*/
#page-top.DownMove {
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(100px);
  }
}
/* -------------------------
   レスポンシブ（page-top）
   ------------------------- */
@media (min-height: 1200px) {
  #page-top img {
    height: 130px;
  }
}
@media (max-width: 767px) {
  #page-top img {
    height: 80px;
  }
}
