body {
      font-family: 'Noto Serif JP', serif;
    }

    .navbar {
      /* 💡元の background-color を消して、以下に差し替えます */
      background-color: rgba(255, 255, 255, 0.4); /* 白の85%の濃さ（透明度0.85） */
      
      /* 💡今っぽい「すりガラス効果（後ろをぼかす）」を追加 */
      backdrop-filter: blur(8px);
      -webkit-backdrop-filter: blur(8px); /* Safari用の対策 */
      
      /* 境界線を少しだけ薄く入れると引き締まります */
      border-bottom: 1px solid rgba(85, 78, 72, 0.08); 
      
      /* スクロール時に一番上に固定するための設定（すでにあれば不要です） */
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 1000;
    }

    /* サロン名（ロゴ）のスタイル */
    .navbar-brand {
      font-size: 1.4rem;
      letter-spacing: 0.15em;
      color: #554e48 !important; /* 優しいダークブラウン */
      font-weight: 400;
    }

    .nav-icon{
      width: 50px;
      height: 50px;
    }

    /* メニュー項目のスタイル */
    .nav-link {
      color: #786e64 !important; /* グレージュ */
      font-size: 0.9rem;
      letter-spacing: 0.1em;
      padding-left: 1.5rem !important;
      padding-right: 1.5rem !important;
      transition: color 0.3s ease;
    }

    /* ホバー（マウスを乗せたとき）の優んわりした効果 */
    .nav-link:hover {
      color: #bfa790 !important; /* くすんだゴールド・ベージュ */
    }

    /* スマホ用ハンバーガーボタンの線を細く上品に */
    .navbar-toggler {
      border: none;
    }
    .navbar-toggler:focus {
      box-shadow: none;
    }
    /* ハンバーガーメニューの三本線アイコンの「色」を強制的に変更 */
    .navbar-toggler-icon {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23554e48' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
    }

    .hero-slider-section {
  width: 100vw;
  height: 85vh; /* 💡 画面の高さの85%を占めるサイズ（100vhにすれば完全全画面になります） */
  position: relative;
  overflow: hidden;
}

.main-slider {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
}

.slider-img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* 画像の比率を崩さずに画面いっぱいに敷き詰める */
}

/* 💡 写真の上に薄い黒を重ねて、文字を読みやすくするマスク */
.slider-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25); /* 0.25の数値を大きくすると暗くなります */
  z-index: 1;
}

/* 写真の上に乗るキャッチコピーの文字 */
.slider-caption {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  z-index: 2;
  color: #ffffff;
}

.slider-title {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-shadow: 0 2px 10px rgba(0,0,0,0.3); /* 文字の後ろに影をつけてクッキリ */
}

.slider-subtitle {
  font-size: 1.2rem;
  margin-top: 1rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #fdfbf7; /* 先ほどの薄いオーガニックベージュ */
}

/* 下のドットの色をサロンのテーマカラーにカスタム */
.main-slider .swiper-pagination-bullet-active {
  background: #ffffff !important;
}

/* 📱 スマホ用の文字サイズ調整 */
@media (max-width: 768px) {
  .hero-slider-section {
    height: 60vh; /* スマホでは少し高さを抑える */
  }
  .slider-title {
    font-size: 1.8rem;
  }
}

    /* 画面端に常駐する予約ボタンのスタイル */
.floating-reserve-btn {
  position: fixed;
  z-index: 1050; /* ナビゲーションバー（1020）より手前に表示 */
  background-color: #bfa790; /* 上品なゴールドベージュ */
  color: #ffffff !important;
  text-decoration: none;
  font-size: 0.95rem;
  letter-spacing: 0.1em;
  font-weight: 400;
  box-shadow: 0 4px 12px rgba(191, 167, 144, 0.3);
  transition: all 0.3s ease;
  text-align: center;
}

/* ホバー時のふわっとしたエフェクト */
.floating-reserve-btn:hover {
  background-color: #a89078;
  transform: translateY(-2px); /* 少し上に浮き上がる */
  box-shadow: 0 6px 16px rgba(191, 167, 144, 0.4);
}

/* 【スマホ表示】画面の一番下に横いっぱいに固定 */
@media (max-width: 767.98px) {
  .floating-reserve-btn {
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 1.1rem;
    border-radius: 0; /* スマホは画面端までぴったり */
  }
}

/* 【パソコン表示】画面の右下に丸みのあるボタンとして配置 */
@media (min-width: 768px) {
  .floating-reserve-btn {
    bottom: 40px;
    right: 40px;
    padding: 1rem 2.5rem;
    border-radius: 50px; /* カプセル型の可愛い形に */
  }
}

/* 基本情報（フッター）のスタイル */
.footer-info {
  background-color: #554e48; /* やわらかい薄ベージュ */
  color: #ffffff;
  padding-top: 5rem;
  padding-bottom: 5rem; /* スマホ用常駐ボタンに被らないよう広めに */
}

/* セクションのタイトル（SHOP INFO） */
.footer-title {
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  margin-bottom: 3rem;
  position: relative;
}

/* 基本情報のテーブル（枠線なしでスッキリと） */
.info-table {
  width: 100%;
  margin-bottom: 2rem;
}
.info-table th {
  width: 30%;
  font-weight: 400;
  padding-bottom: 1rem;
  vertical-align: top;
}
.info-table td {
  padding-bottom: 1rem;
  vertical-align: top;
}

/* Googleマップのレスポンシブ対応用コンテナ */
.map-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 65%; /* マップの縦横比（黄金比に近く） */
  border-radius: 8px; /* 角を少し丸めて優しく */
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0,0,0,0.02);
}
.map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* コピーライト */
.copyright {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  color: #9a9085;
  margin-top: 4rem;
}

/* スマホ表示のときの調整 */
@media (max-width: 767.98px) {
  .footer-info {
    padding-top: 4rem;
    padding-bottom: 7rem; /* スマホは下部の予約ボタンがあるため、さらに余白を確保 */
  }
  .info-table th {
    width: 100%;
    display: block;
    padding-bottom: 0.2rem;
  }
  .info-table td {
    display: block;
    padding-bottom: 1.2rem;
  }
}

/* メニューセクション全体のスタイル */
.menu-section {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

/* セクションタイトル */
.menu-title {
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  color: #554e48;
  margin-bottom: 4rem;
}

/* 縦並び用のメニューカード（上：写真、下：テキスト構成） */
.menu-item-vertical {
  margin-bottom: 4rem; /* メニュー同士の間隔をゆったり取る */
}

/* 写真の枠（上に大きく配置） */
.menu-img-wrapper {
  width: 75vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);

  height: 75vh; 
  min-height: 450px; /* スマホでもしっかり高さを出す */
  
  overflow: hidden;
  margin-bottom: 2rem; /* 写真と下のメニュー名との間の余白 */
}
.menu-img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* 画像の比率を崩さずに枠内に収める */
  transition: transform 0.6s ease;
}
.menu-item-vertical:hover .menu-img {
  transform: scale(1.04); /* マウスを乗せると静かに拡大 */
}

/* テキストコンテンツ全体の横幅を絞る */
.menu-content {
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

/* メニュー名と価格のレイアウト */
.menu-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  border-bottom: 1px dashed #e2dad1; /* メニュー名と価格の間の繊細な点線 */
  padding-bottom: 0.4rem;
  margin-bottom: 0.8rem;
}
.menu-name {
  font-size: 1.65rem;
  font-weight: 500;
  color: #554e48;
  margin-bottom: 0;
}
.menu-price {
  font-size: 1.5rem;
  color: #786e64;
  font-weight: 500;
}

/* メニューの説明文 */
.menu-text {
  font-size: 1.15rem; 
  line-height: 1.85; 
  letter-spacing: 0.03em;
  margin-top: 1.2rem;
  color: #554e48;
}

/* スマホ表示のときの微調整 */
@media (max-width: 767.98px) {
  .menu-item-vertical {
    margin-bottom: 3.5rem;
  }
  .menu-img-wrapper {
    height: 220px; /* スマホでは写真の高さを抑える */
    margin-bottom: 1.2rem;
  }
  .menu-name, .menu-price {
    font-size: 1.1rem; /* スマホでは文字を少し小さく */
  }
}

/* プロフィールセクション全体のスタイル */
.about-section {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

/* セクションタイトル */
.about-title {
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  color: #554e48;
  margin-bottom: 4rem;
}

/* プロフィール写真の枠（正方形に統一） */
.about-img-wrapper {
  width: 100%;
  aspect-ratio: 1 / 1; /* 縦横比を1:1の正方形にする */
  overflow: hidden;
  border-radius: 8px; /* 少し角を丸めて優しく */
  box-shadow: 0 4px 20px rgba(85, 78, 72, 0.05); /* ほんのり繊細な影 */
}
.about-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 役職・名前 */
.profile-post {
  font-size: 0.85rem;
  letter-spacing: 0.1em;
  color: #9a9085;
  margin-bottom: 0.3rem;
}
.profile-name {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  color: #554e48;
  margin-bottom: 0.2rem;
}
.profile-name-en {
  font-size: 0.8rem;
  letter-spacing: 0.15em;
  color: #bfa790; /* アクセントのゴールドベージュ */
  margin-bottom: 2rem;
}

/* メッセージ本文 */
.profile-message {
  font-size: 0.9rem;
  color: #554e48;
  line-height: 1.9;
  margin-bottom: 2.5rem;
}

/* スマホ表示のときの微調整 */
@media (max-width: 767.98px) {
  .about-img-wrapper {
    max-width: 320px; /* スマホで写真が大きくなりすぎないように制限 */
    margin: 0 auto 2.5rem auto; /* 中央寄せにして下に余白を作る */
  }
  .profile-name {
    font-size: 1.3rem;
  }
  .profile-message {
    font-size: 0.85rem;
  }
}

/* ちょうどいいサイズの独立マップセクション */
.access-section {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

/* セクションタイトル */
.access-title {
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  color: #554e48;
  margin-bottom: 1.5rem;
}

/* サブタイトル（住所など） */
.access-subtitle {
  font-size: 0.9rem;
  letter-spacing: 0.05em;
  color: #786e64;
  margin-bottom: 3.5rem;
}

/* 🗺️ 枠の中に収まる、ちょうどいい大きさのマップ */
.balanced-map-container {
  width: 100%;
  max-width: 800px; /* パソコン画面で大きくなりすぎないように横幅をブロック */
  margin: 0 auto; /* 中央寄せ */
  height: 400px; /* 縦幅も「大きすぎず、見やすい」絶妙な高さに */
  border-radius: 8px; /* 角を少し丸めて柔らかい印象に */
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(85, 78, 72, 0.04); /* ほんのり優しい影 */
}
.balanced-map-container iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

/* スマホ表示のときの調整 */
@media (max-width: 767.98px) {
  .access-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .access-subtitle {
    font-size: 0.85rem;
    margin-bottom: 2.5rem;
  }
  .balanced-map-container {
    height: 280px; /* スマホでは縦幅をコンパクトにして、画面を邪魔しないように */
  }
}

/* 追加情報セクションのスタイル */
.detail-info-section {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

/* セクションタイトル */
.detail-title {
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  color: #554e48;
  margin-bottom: 3.5rem;
}

/* 情報のブロック */
.info-block {
  margin-bottom: 2rem;
}

/* 各項目の見出し（お支払い方法、設備など） */
.info-block-title {
  font-size: 1rem;
  letter-spacing: 0.1em;
  color: #786e64; /* 上品なグレージュ */
  font-weight: 400;
  border-left: 2px solid #bfa790; /* 左側にゴールドベージュの細い縦線 */
  padding-left: 0.8rem;
  margin-bottom: 0.8rem;
}

/* 各項目の説明文 */
.info-block-text {
  font-size: 0.85rem;
  color: #554e48;
  line-height: 1.8;
  padding-left: 1rem; /* 縦線から少し離して見やすく */
}

.insta-block-title{
  font-size: 1.5rem;
  color: #554e48;
  line-height: 1.8;
}

/* スマホ表示のときの調整 */
@media (max-width: 767.98px) {
  .detail-info-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .info-block {
    margin-bottom: 1.8rem;
  }
}

/* 予約セクション全体のスタイル */
.cta-section {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e5dbcf; /* ほんのり温かみのあるニュアンスベージュ */
  color: #554e48;
}

/* 小さな英語のキャッチコピー */
.cta-subtitle {
  font-size: 0.8rem;
  letter-spacing: 0.25em;
  color: #bfa790; /* ゴールドベージュ */
  text-transform: uppercase;
  margin-bottom: 1rem;
}

/* メインのキャッチコピー */
.cta-title {
  font-size: 1.5rem;
  letter-spacing: 0.15em;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 3rem;
}

/* 埋め込み用の大きな予約ボタン */
.cta-btn {
  display: inline-block;
  background-color: #554e48; /* 深みのある上品なダークブラウン */
  color: #F9F7F2 !important;
  text-decoration: none;
  font-size: 1rem;
  letter-spacing: 0.15em;
  padding: 1.2rem 4rem;
  border-radius: 0; /* あえて角を丸めず、直線で都会的な高級感を出す */
  box-shadow: 0 4px 15px rgba(85, 78, 72, 0.1);
  transition: all 0.4s ease;
}

/* ホバー時のフェード効果 */
.cta-btn:hover {
  background-color: #786e64; /* 少し明るいグレージュに */
  box-shadow: 0 6px 20px rgba(85, 78, 72, 0.15);
  letter-spacing: 0.18em; /* 文字間隔がふわっと少し広がる演出 */
}

/* 注意書き（24時間受付など） */
.cta-note {
  font-size: 0.8rem;
  color: #9a9085;
  margin-top: 1.5rem;
  letter-spacing: 0.05em;
}

/* スマホ表示のときの調整 */
@media (max-width: 767.98px) {
  .cta-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .cta-title {
    font-size: 1.25rem;
    line-height: 1.7;
  }
  .cta-btn {
    padding: 1.1rem 2.5rem;
    font-size: 0.95rem;
    width: 85%; /* スマホでは画面に収まるよう幅広に */
  }
}

/* 説明文 */
.explanation-section{
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.calendar{
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.bg-section-light{
  background-color: #e3dad0;
}

.bg-section-thin{
  background-color: #F9F7F2;
}

/* セクション全体の見た目 */
.process-section {
  background-color: #fdfbf7; /* サロンのオーガニックな背景色 */
}

.section-title {
  font-size: 2rem;
  letter-spacing: 0.15em;
  color: #201c14;
}

.section-subtitle {
  font-size: 0.95rem;
  color: #6b6055;
  margin-top: 0.5rem;
}

/* 画像ラッパー */
.process-img-wrapper {
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.process-img-wrapper img {
  width: 100%;
  height: 280px; /* 画像の高さを統一 */
  object-fit: cover;
  transition: transform 0.5s ease;
}

.process-item:hover .process-img-wrapper img {
  transform: scale(1.03); /* マウスを乗せると静かに拡大 */
}

/* STEPの番号とテキスト */
.step-number {
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 600;
  color: #6b6055;
  letter-spacing: 0.15em;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #6b6055;
  padding-bottom: 2px;
}

.step-title {
  font-size: 1.4rem;
  font-weight: 600;
  color: #201c14;
  margin-bottom: 1rem;
}

.step-text {
  font-size: 1.05rem;
  color: #554e48;
  line-height: 1.85;
}

/* カード全体 */
.notice-section {
  background-color: #fdfbf7; /* サロンの柔らかいベージュ系背景 */
}

.notice-card {
  background-color: #ffffff;
  border: 1px solid #e8e2d9;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
}

.notice-main-title {
  font-size: 1.4rem;
  color: #201c14;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 0.3rem;
}

.notice-main-subtitle {
  font-size: 0.88rem;
  color: #80766d;
  margin-bottom: 0;
}

/* 各グループの見出し */
.notice-sub-title {
  font-size: 1.1rem;
  color: #6b6055;
  font-weight: 600;
  margin-bottom: 1rem;
  padding-left: 0.8rem;
  border-left: 3px solid #6b6055; /* 左側に落ち着いたブラウンの縦ライン */
}

/* リスト表示 */
.notice-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.notice-list li {
  font-size: 0.98rem;
  color: #554e48;
  line-height: 1.8;
  margin-bottom: 0.9rem;
  position: relative;
  padding-left: 1.3rem;
}

/* リスト頭のポッチ（・） */
.notice-list li::before {
  content: "・";
  position: absolute;
  left: 0;
  color: #6b6055;
  font-weight: bold;
}

/* 補足注釈 */
.notice-note {
  font-size: 0.88rem;
  color: #786f66;
  display: block;
  margin-top: 0.2rem;
}

/* 点線の区切り線 */
.notice-divider {
  border: 0;
  border-top: 1px dashed #e3dad1;
  margin: 1.8rem 0;
}

/* プロフィール写真の枠（正方形に統一） */
.about-img-wrapper {
  width: 100%;
  aspect-ratio: 1 / 1; /* 縦横比を1:1の正方形にする */
  overflow: hidden; /* はみ出た画像を隠す */
  border-radius: 8px; /* 少し角を丸めて優しく */
  box-shadow: 0 4px 20px rgba(85, 78, 72, 0.05); /* ほんのり繊細な影 */
}

/* 拡大処理のためにアニメーション（transition）を追加 */
.about-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease; /* 0.6秒かけて滑らかに変化 */
}

/* 💡 マウスを乗せたときに画像（.about-img）を1.04倍に拡大 */
.about-img-wrapper:hover .about-img {
  transform: scale(1.04);
}