    body {
      font-family: 'Noto Sans JP', sans-serif;
      scroll-behavior: smooth;
      background-image: url('img/food/paper_texture.png');
      /* 薄い和紙風など */
      background-size: cover;
      background-repeat: no-repeat;
      background-attachment: fixed;

    }

    html,
    body {
      overflow-x: hidden;
    }

    .hero-section {
      background-image: url('../img/splende_nightmode_glowup.jpg');
      /* 画像パス */
      background-size: cover;
      background-position: center;
      background-attachment: fixed;
      height: 100vh;
      position: relative;
    }

    .hero-overlay {
      background-color: rgba(0, 0, 0, 0.4);
      width: 100%;
      height: 100%;
    }

    .hero-section h1,
    .hero-section p {
      text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    }

    .hero-overlay .text-center h1 {
      font-size: 3.5rem;
      margin-bottom: 1rem;
    }

    .hero-overlay .text-center p.lead {
      font-size: 1.3rem;
      margin-bottom: 1.5rem;
    }


    @media (max-width: 768px) {
      .hero-section {
        background-attachment: scroll;
        background-size: cover;
        background-position: center;
      }
    }


    .btn-gold {
      background: linear-gradient(to right, #d4af37, #c5a100);
      color: white;
      border: none;
      padding: 0.8rem 1.6rem;
      font-size: 1.1rem;
      border-radius: 30px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
      transition: all 0.3s ease;
    }

    .btn-gold:hover {
      background: linear-gradient(to right, #c5a100, #d4af37);
      transform: scale(1.05);
    }

    h1,
    .display-4 {
      font-family: 'Cormorant Garamond', serif;
      letter-spacing: 1px;
    }

    .hero h1 {
      font-size: 4rem;
      font-weight: bold;
    }

    h1,
    h2 {
      font-family: 'Playfair Display', serif;
      margin-top: 20px;
    }

    .section {
      padding: 100px 0;
      border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    }


    .navbar {
      transition: background 0.3s;
    }

    .navbar .nav-link.active {
      font-weight: bold;
      color: gold !important;
    }

    .glass {
      background: rgba(255, 255, 255, 0.15);
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
      border-radius: 16px;
      border: 1px solid rgba(255, 255, 255, 0.3);
      box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    }

    .section-title {
      position: relative;
      display: inline-block;
      padding-bottom: 10px;
      font-size: 2rem;
      font-weight: 700;

    }

    .section-title::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 80px;
      height: 2px;
      background: goldenrod;
    }

    .ribbon {
      position: absolute;
      top: 10px;
      left: -10px;
      background: crimson;
      color: white;
      padding: 5px 15px;
      transform: rotate(-45deg);
      font-size: 0.8rem;
      font-weight: bold;
    }

    /* タブUI整形 */
    .nav-tabs .nav-link {
      font-family: 'Playfair Display', serif;
      font-size: 1.1rem;
      color: #444;
      border: none;
      border-bottom: 2px solid transparent;
      transition: border-color 0.3s ease;
    }

    .nav-tabs .nav-link.active {
      color: #000;
      border-bottom: 2px solid #d4af37;
      /* ゴールド系 */
      font-weight: bold;
    }


    .menu-tabs .nav-link.active {
      background-color: #fff9e9;
      border-radius: 6px;
      font-weight: 600;
      color: #3d2b1f;
      box-shadow: inset 0 -2px 0 goldenrod;
      padding: 0.5rem 1rem;
    }

    .menu-tabs .nav-link:hover {
      background-color: #fdf5dc;
    }

    /* 共通：カード画像比率 */
    /* --------------------------
 📷 カード画像の基本スタイル
--------------------------- */
    .card-img-top {
      aspect-ratio: 3 / 2;
      object-fit: cover;
      width: 100%;
      height: 220px;
      border-radius: 6px;
      transition: transform 0.3s ease;
    }

    .card-img-top:hover {
      transform: scale(1.015);
    }

    /* --------------------------
 🏷️ タブタイトル（用途分離）
--------------------------- */
    .tab-title.jp {
      font-family: 'Noto Serif JP', serif;
      font-weight: 700;
      font-size: 1.1rem;
      color: #3a2e28;
      text-shadow: 0.5px 0.5px #fffaf0;
    }

    .tab-title.en {
      font-family: 'Playfair Display', serif;
      font-weight: 600;
      font-size: 1.1rem;
      letter-spacing: 0.05em;
      font-style: italic;
      color: #4e342e;
    }

    /* --------------------------
 🍽️ メニューカードデザイン
--------------------------- */
    .menu-card {
      border: 1px solid #d4af37;
      border-radius: 16px;
      background: linear-gradient(to bottom right, #fffef3, #fdf7e8);
      box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
      overflow: hidden;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .menu-card a {
      text-decoration: none;
      color: inherit;
    }

    .menu-card:hover {
      transform: scale(1.03);
      box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
    }

    /* --------------------------
 📝 テキストの階層と余白
--------------------------- */
    .menu-card .card-body {
      padding: 1.2rem 1.4rem;
    }

    .menu-card h5.card-title {
      font-family: 'Great Vibes', cursive;
      font-size: 1.3rem;
      margin-bottom: 0.3rem;
      color: #4b2e2e;
    }

    .menu-card p.jp-title {
      font-family: 'Noto Serif JP', serif;
      font-size: 1rem;
      font-weight: 500;
      color: #333;
      margin-bottom: 0.4rem;
    }

    .menu-card p.card-text {
      font-size: 0.95rem;
      color: #555;
      line-height: 1.6;
      margin-bottom: 0.5rem;
    }

    .card-img-top {
      height: 280px;
    }

    .menu-card .card-price,
    .menu-card .fw-bold {
      font-family: 'Noto Serif JP', serif;
      color: #b58900;
      font-size: 1.1rem;
      font-weight: 600;
      display: inline-block;
      margin-top: 0.5rem;
    }

    .swiper {
      width: 100%;
      padding: 1rem 0;
    }

    .swiper-wrapper {
      align-items: stretch !important;
    }

    .swiper-slide {
      flex-shrink: 0;
      width: auto;
      min-width: 240px;
      height: auto !important;
      box-sizing: border-box;
      padding: 20px 8px;
    }

    @media (max-width: 767px) {
      .swiper-slide {
        width: 100% !important;
        max-width: 100% !important;
      }
    }

    /* モバイル用：スライドは手動 */
    @media (max-width: 767px) {
      .swiper-pagination {
        display: block;
      }
    }

    /* PC用：スライドは自動で3枚表示 */
    @media (min-width: 768px) {
      .swiper-slide {
        width: calc(33.333% - 16px);
        max-width: calc(33.333% - 16px);
      }

      .swiper-pagination {
        display: none;
      }
    }

    .glightbox-clean .gslide-title {
      color: #fff !important;
    }

    .glightbox-container .gdesc-inner {
      background: rgba(0, 0, 0, 0.85);
      color: #fff;
      padding: 1.5rem;
      max-height: 40vh;
      overflow-y: auto;
      font-size: 0.95rem;
      line-height: 1.7;
    }

    /* GLightboxの説明文が非表示になってる場合用 */
    .gdesc,
    .gdesc-inner,
    .glightbox-description {
      display: block !important;
      opacity: 1 !important;
      color: #fff;
      font-size: 1rem;
      text-align: left;
    }


    .cta-block {
      margin: 3rem auto;
      text-align: center;
    }


    .daily-cta-button {
      text-align: center;
      display: inline-block;
      padding: 0.8em 1.6em;
      border: 1px solid #000;
      text-decoration: none;
      font-weight: bold;
      transition: 0.2s;
      background: #fff;
      color: #333;
    }

    .daily-cta-button:hover {
      background: #333;
      color: #fff;
    }

    .cta-choice {
      margin-top: 2rem;
      text-align: center;
      font-family: "Yu Mincho", serif;
    }

    .cta-choice h2 {
      font-size: 1.5rem;
      margin-bottom: 1rem;
      font-weight: 500;
    }

    .cta-choice .cta-buttons {
      display: flex;
      justify-content: center;
      gap: 1rem;
      flex-wrap: wrap;
    }

    .cta-choice .cta-buttons a {
      text-decoration: none;
      border: 1px solid #333;
      padding: 0.6rem 1.2rem;
      font-size: 0.95rem;
      border-radius: 6px;
      transition: all 0.2s ease;
      background-color: white;
      color: #333;
    }

    .cta-choice .cta-buttons a:hover {
      background-color: #9b6f6fd8;
      color: white;
      cursor: pointer;
    }

    /* --- レスポンシブ --- */
    @media (max-width: 600px) {
      .cta-choice h2 {
        font-size: 1.2rem;
      }

      .cta-choice .cta-buttons {
        flex-direction: column;
        gap: 0.5rem;
      }

      .cta-choice .cta-buttons a {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
        font-size: 1rem;
        padding: 0.8rem;
      }
    }

    .cta-slide {
      border: 2px dashed #d9c18b;
      border-radius: 12px;
    }

    .cta-button-gold {
      display: inline-block;
      margin-top: 2.5rem;
      /* ← ここで上の余白調整 */
      padding: 0.75em 2em;
      font-size: 1.05rem;
      font-family: 'Libre Baskerville', serif;
      color: #fff;
      background-color: #bfa76f;
      border: 1px solid #bfa76f;
      border-radius: 9999px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
      transition: background-color 0.3s ease, box-shadow 0.3s ease;
      letter-spacing: 0.05em;
      text-decoration: none;
    }

    .cta-button-gold:hover {
      background-color: #d6be89;
      box-shadow: 0 6px 16px rgba(191, 167, 111, 0.4);
      color: #fff;
      text-decoration: none;
      /* 念のためホバー時も明示的に消す */
    }


    .menu-swiper .swiper-wrapper {
      display: flex;
      /* 念のため強制 */
    }

    .menu-swiper .swiper-slide {
      width: auto;
      /* または 100%、あなたのスライド設計による */
    }

    .ig-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 8px
    }

    .ig-card {
      display: block;
      position: relative;
      overflow: hidden;
      border-radius: 12px
    }

    .ig-card img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      transition: transform .3s
    }

    .ig-card:hover img {
      transform: scale(1.04)
    }

    @media (max-width:720px) {
      .ig-grid {
        grid-template-columns: repeat(2, 1fr)
      }
    }

    #insta-gallery {
      display: flex;
      flex-wrap: wrap;
      gap: 16px;
      justify-content: center;
    }

    #insta-gallery img {
      width: calc(33.333% - 10.67px);
      /* 3列レイアウト */
      max-width: 300px;
      height: 200px;
      object-fit: cover;
      border-radius: 8px;
      transition: transform 0.3s ease;
    }

    #insta-gallery img:hover {
      transform: scale(1.05);
    }

    @media (max-width: 992px) {
      #insta-gallery img {
        width: calc(50% - 8px);
        /* タブレット：2列 */
      }
    }

    @media (max-width: 576px) {
      #insta-gallery img {
        width: 100%;
        /* スマホ：1列 */
        height: 150px;
      }
    }


    .map-thumbnail img {
      border: 2px solid goldenrod;
      border-radius: 18px;
      transition: transform 0.3s ease;
      max-width: 800px;
    }

    .map-thumbnail img:hover {
      transform: scale(1.02);
    }

    .border-gold {
      border: 3px solid goldenrod;
      border-radius: 12px;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .map-thumbnail:hover .border-gold {
      transform: scale(1.03);
      box-shadow: 0 0 20px rgba(218, 165, 32, 0.5);
    }

    .store-info p {
      margin-bottom: 6px;
      font-size: 0.95rem;
      line-height: 1.6;
    }

    .store-info strong {
      color: #333;
      font-weight: 600;
    }


    .footer {
      background-color: #333;
      color: white;
      padding: 40px 0;
    }

    .footer-sns a {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 50px;
      height: 50px;
      margin: 0 8px;
      border-radius: 50%;
      font-size: 1.4rem;
      color: white;
      transition: all 0.3s ease;
      text-decoration: none;
    }

    /* 個別スタイル */
    .footer-sns a {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      width: 42px;
      /* ちょい小さめ。元が48pxとかなら */
      height: 42px;
      border-radius: 50%;
      font-size: 1.2rem;
      /* アイコンの中身の大きさも縮小 */
      color: white;
      transition: transform 0.3s ease, opacity 0.3s ease;
    }

    .footer-sns a.instagram {
      background: radial-gradient(circle at 30% 30%, #feda75, #d62976, #962fbf);
    }

    .footer-sns a.facebook {
      background-color: #1877F2;
    }

    .footer-sns a.x {
      background-color: #000;
    }

    .footer-sns a.tiktok {
      background: linear-gradient(135deg, #69C9D0 0%, #EE1D52 100%);
    }

    /* Hover Effects */
    .footer-sns a:hover {
      transform: scale(1.1);
      opacity: 0.9;
    }

    .footer-nav a,
    .footer-nav a:hover {
      text-decoration: none;
    }

    .footer-logo img {
      max-height: 80px;
      object-fit: contain;
      margin: 0 auto;
      display: block;
    }

    .cta-button {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-decoration: none;
      background: linear-gradient(145deg, #bfa76f, #8b793d);
      color: white;
      padding: 10px 12px;
      border-radius: 30px;
      box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
      font-size: 0.75rem;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .cta-button:hover {
      transform: scale(1.05);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    }

    .cta-icon {
      font-size: 1.3rem;
      margin-bottom: 2px;
    }

    .cta-text {
      font-size: 0.75rem;
      white-space: nowrap;
    }


    /* ▼ 固定CTA表示用：位置とレイアウト */
    .sticky-cta {
      position: fixed;
      bottom: 10px;
      right: 20px;
      z-index: 999;
      text-align: center;
      display: none;
      opacity: 0;
      transform: translateY(20px);
      transition: opacity 0.8s ease, transform 0.8s ease;
    }

    .sticky-cta.show {
      display: block;
      opacity: 1;
      transform: translateY(0);
    }

    /* ▼ CTAのボタン全体 */
    .sticky-cta .cta-button {
      display: inline-flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      background: #aa925e;
      color: white;
      padding: 12px 16px;
      border-radius: 24px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
      text-decoration: none;
      font-size: 13px;
      min-width: 100px;
      max-width: 160px;
      position: relative;
    }

    /* ▼ 閉じるボタン */
    .sticky-cta .close-btn {
      position: absolute;
      top: -10px;
      right: -10px;
      background: #333;
      color: white;
      border: none;
      border-radius: 50%;
      width: 20px;
      height: 20px;
      font-size: 14px;
      line-height: 20px;
      text-align: center;
      padding: 0;
      cursor: pointer;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
      z-index: 9999;
    }

    /* ▼ アイコン付き丸ボタン型（未使用なら省略可） */
    .btn-reserve-sm {
      background: linear-gradient(145deg, #c5a100, #d4af37);
      color: white;
      width: 56px;
      height: 56px;
      border-radius: 50%;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.3rem;
      cursor: pointer;
      transition: all 0.3s ease-in-out;
      position: relative;
      overflow: hidden;
      border: 2px solid white;
    }

    .btn-reserve-sm::before {
      content: "";
      position: absolute;
      top: -100%;
      left: -100%;
      width: 300%;
      height: 300%;
      background: radial-gradient(circle, rgba(255, 255, 255, 0.15) 10%, transparent 60%);
      transition: opacity 0.5s, transform 0.5s;
      opacity: 0;
    }

    .btn-reserve-sm:hover::before {
      opacity: 1;
      transform: scale(1.1);
    }

    .btn-reserve-sm:hover {
      transform: scale(1.08);
      background: linear-gradient(145deg, #d4af37, #c5a100);
      box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
    }

    /* ▼ CTAラベル（スマホ向け） */
    .cta-label {
      font-size: 0.65rem;
      color: white;
      margin-top: 6px;
      display: none;
      text-align: center;
    }

    @media (max-width: 768px) {
      .cta-label {
        display: block;
      }
    }

    /* ▼ フェード＋鼓動アニメーション（任意） */
    @keyframes gentlePulse {
      0% {
        transform: scale(1);
        box-shadow: 0 0 0 rgba(212, 175, 55, 0.4);
      }

      50% {
        transform: scale(1.05);
        box-shadow: 0 0 10px rgba(212, 175, 55, 0.5);
      }

      100% {
        transform: scale(1);
        box-shadow: 0 0 0 rgba(212, 175, 55, 0.4);
      }
    }

    .btn-reserve-sm.attention {
      animation: gentlePulse 3s ease-in-out infinite;
    }

    /* ▼ モバイル対応（調整） */
    @media (max-width: 768px) {
      .btn-reserve-sm {
        width: 64px;
        height: 64px;
        font-size: 1.5rem;
      }

      .sticky-cta {
        bottom: 100px;
        right: 20px;
      }
    }

    iframe {
      height: 360px !important;
      width: 100% !important;
      border: none !important;
      border-radius: 12px !important;
    }

    .border-gold {
      border: 2px solid gold !important;
    }

    /* モーダル閉じるボタンのデザイン */
    .btn-close {
      top: 12px;
      right: 12px;
      z-index: 1055;
      background-color: rgba(255, 255, 255, 0.9);
      border-radius: 50%;
      padding: 0.6rem;
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
    }

    /* モバイルで少し大きく押しやすく */
    @media (max-width: 576px) {
      .btn-close {
        top: 8px;
        right: 8px;
        padding: 0.9rem;
      }
    }

    /* モーダルの外枠を高級感ある角丸と影で演出 */
    .modal-content {
      border-radius: 16px;
      overflow: hidden;
      border: none;
      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
    }