/*
Theme Name: ANTHEM Child
Theme URI: https://tcd-theme.com/tcd083
Template: anthem_tcd083
Author: TCD
Author URI: https://tcd-theme.com/
Description: "ANTHEM" is a WordPress theme that allows you to create great sales pages. It beautifully expresses the features of products and includes a review function. Smart ranking pages also supports product sales.
Version: 1.16.4.1775721518
Updated: 2026-04-09 16:58:38
*/

/* =============================================================
   ベーススタイル
============================================================= */
body {
  margin: 0;
  font-size: 16px;
}

/* テーマのpost_content pのmarginを上書き（詳細度で勝つ） */
.post_content p {
  margin: 0;
  line-height: 1.6;
}

/* =============================================================
   セクション共通 padding・max-width
   親クラスを使って詳細度を上げることで!importantなしで上書き
============================================================= */

/* =============================================================
   タブレット対応（テーマ干渉対策）
============================================================= */
@media (max-width: 1200px) {
  .megamenu_product_category_list_inner,
.category_list,
.megamenu_blog_list_inner,
.menu_area,
.post_list_area,
.post_list {
    max-width: 100% !important;
    width: 100% !important;
    overflow: hidden !important;
  }
}

/* =============================================================
   共通パーツ
============================================================= */

/* セクションラベル・タイトル・ボーダー */
.nm-section-label {
	font-size: 16px;          /* 16pxで統一 */
  font-weight: bold;
  letter-spacing: 0.2em;
  color: #06C755;
  margin: 0 0 4px;
  display: block;
}
.nm-section-title {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin: 10px 0 12px;
  border: none;
  padding: 0;
}
.nm-section-border {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0 auto 40px;
  width: auto;
  height: auto;
  background: none;
}
.nm-section-border::before {
  content: "";
  width: 30px;
  height: 3px;
  background: #06C755;
}
.nm-section-border::after {
  content: "";
  width: 30px;
  height: 3px;
  background: #8B5E3C;
}
.nm-section-border-dot {
  width: 8px;
  height: 8px;
  background: #8B5E3C;
  border-radius: 50%;
  display: inline-block;
}

/* ボタン */

/* 背景全幅 */

/* =============================================================
   HOURS 営業時間
============================================================= */

/* グリッド */

/* 季節ラベル */

/* 時間テーブル */

/* 定休日・休業日 */

/* sp */
@media (max-width: 640px) {
	.nm-section-title {
  font-size: 20px;
}

	
  
  
  
  
  
  
  
}
/* ===== HOURS ここまで ===== */

/* =============================================================
   NEWS お知らせ
============================================================= */

/* ===== NEWS ここまで ===== */

/* =============================================================
   INSTAGRAM
============================================================= */

/* ===== INSTAGRAM ここまで ===== */

/* =============================================================
   FACILITY 施設案内
============================================================= */

/* ===== FACILITY ここまで ===== */

/* =============================================================
   ACCESS アクセス
============================================================= */

/* ===== ACCESS ここまで ===== */

/* =============================================================
   FOOTER CONTACT お問い合わせ（全ページ共通）
============================================================= */
.nm-footer-contact {
  background: #fff;
  padding: 0;
}
.nm-footer-contact-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 60px 20px;
  text-align: center;
}
.nm-contact-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
}
.nm-contact-btn {
  display: inline-block;
  padding: 20px 60px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  transition: opacity 0.2s;
}
.nm-contact-btn:hover { opacity: 0.8; }
.nm-contact-btn--form {
  background: #06C755;
  color: #fff;
}
.nm-contact-btn--form:hover { color: #fff; }
.nm-contact-btn--tel {
  background: #FAF7F0;
  color: #8B5E3C;
}

@media (max-width: 640px) {
  .nm-footer-contact-inner {
    padding: 40px 16px;
  }
  .nm-contact-buttons {
    flex-direction: column;
    gap: 12px;
  }
  .nm-contact-btn {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    font-size: 16px;
    padding: 16px 20px;
  }
}

/* =============================================================
   RESTAURANT レストランページ（rs- prefix）
   トップページ統一版（フォントサイズ底上げ）
============================================================= */
/* =============================================================
   ページ内リンク：ジャンプ先がナビの裏に隠れないように
============================================================= */
#rs-hidabeef,
#rs-alacarte,
#rs-rice,
#rs-noodle,
#rs-kids,
#rs-drink {
  scroll-margin-top: 80px; /* ナビの高さ分の余白 */
}

/* =============================================================
   セクション共通
============================================================= */

/* 本文：トップに合わせて16px */
.rs-section-inner p {
  font-size: 16px;
  line-height: 1.9;
}
.rs-note {
  font-size: 14px;
  color: #888;
  margin-bottom: 24px;
  line-height: 1.8;
}

/* =============================================================
   背景色・全幅
============================================================= */

 /* 緑→白に統一 */

/* =============================================================
   セクション見出し（トップ統一スタイル・大きめ）
============================================================= */
/* ドット付き装飾線を非表示 */

/* 英語ラベル */

/* 日本語見出し */

/* 背景色ごとの英語ラベル色切替 */

/* サブコピー */

/* =============================================================
   営業時間ブロック（トップ統一スタイル・大きめ）
============================================================= */

.rs-hours-lo {
  font-size: 15px;
  color: #888;
  font-weight: 400;
  margin-left: 6px;
}

/* =============================================================
   img共通対応
============================================================= */
.rs-card-image img,
.rs-gallery-item img,
.rs-ranking-image img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  display: block;
}

/* =============================================================
   商品カード（縦型: 画像上・テキスト下、PC 3列 / SP 2列）
============================================================= */
.rs-card-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.rs-card-item {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  overflow: hidden;
  text-align: left;
  display: flex;
  flex-direction: column;
}
.rs-card-image {
  width: 100%;
  aspect-ratio: 4/3;
  position: relative;
}

.rs-card-info {
  padding: 14px 16px 18px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

/* =============================================================
   テキスト共通（フォントサイズ底上げ）
============================================================= */
.rs-menu-name {
  font-size: 17px !important;
  font-weight: bold;
  color: #333;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.5 !important;
}
.rs-menu-sub {
  font-size: 14px !important;
  color: #888;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.6 !important;
}
.rs-menu-price {
  font-size: 18px !important;
  font-weight: bold;
  color: #8B5E3C;
  margin: 6px 0 0 !important;
  padding: 0 !important;
  line-height: 1.4 !important;
}

/* =============================================================
   価格リスト（SP用・狭いセクション）
============================================================= */

.rs-p-name {
  color: #333;
  line-height: 1.6;
  font-size: 16px !important;
  font-weight: bold;
  text-align: left;
}
.rs-p-sub {
  font-size: 14px;
  font-weight: normal;
  color: #888;
  display: block;
  margin-top: 4px;
  line-height: 1.5;
  text-align: left;
}
.rs-p-price {
  font-weight: bold;
  color: #8B5E3C;
  white-space: nowrap;
  margin-left: 12px;
  font-size: 18px;
}

/* =============================================================
   価格リスト カテゴリー2列
============================================================= */
.rs-price-cat-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 40px;
}
.rs-price-cat-col {
  display: flex;
  flex-direction: column;
}
.rs-price-cat-title {
  font-weight: 700;
  color: #2c1f10;
  font-size: 16px;
  padding: 0 0 10px;
  border-bottom: 2px solid #60bf87;   /* 濃茶→緑 */
  margin-bottom: 4px;
}

/* .rs-price-category 単体の差分（padding-top など必要なら維持） */

.rs-price-cat-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 4px;
  border-bottom: 1px solid #e8e8e8;
  font-size: 16px;
}
.rs-price-cat-row:last-child { border-bottom: none; }

/* =============================================================
   ギャラリー
============================================================= */
.rs-gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.rs-gallery-item {
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 470/290;
}
.rs-gallery-item--wide {
  grid-column: 1 / -1;
  aspect-ratio: 800/460;
}

/* =============================================================
   PICK UP おすすめ三選（グルメと統一・枠なし・バッジなし）
============================================================= */
.rs-ranking-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 24px;
}
.rs-ranking-item {
  text-align: left;
}
.rs-ranking-image {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
}
.rs-ranking-image img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  display: block;
  border-radius: 6px;
}
.rs-rank-head {
  display: flex;
  align-items: baseline;
  gap: 9px;
  margin-top: 11px;
}
.rs-rank-name {
  color: #2c1f10;
  font-size: 17px !important;
  font-weight: 600;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.5 !important;
  flex-shrink: 0;
}
.rs-rank-price {
  color: #8B5E3C;
  font-size: 17px !important;
  font-weight: 700;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.5 !important;
  flex-shrink: 0;
}
.rs-rank-sub {
  font-size: 13px !important;
  color: #555 !important;
  line-height: 1.65 !important;
  margin: 6px 1px 0 !important;
}

/* SP対応 */
@media (max-width: 640px) {
  .rs-ranking-grid {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    gap: 24px;
  }
  .rs-ranking-image { aspect-ratio: 16/10; }
  .rs-rank-name { font-size: 15px; }
  .rs-rank-price { font-size: 16px; }
}

/* WordPress wpautop対策：空の<p>タグを非表示 */
.rs-ranking-grid > p:empty,
.rs-card-grid > p:empty,
.rs-price-cat-grid > p:empty,
.rs-gallery-grid > p:empty {
  display: none;
}

/* =============================================================
   カテゴリーナビ（追従型）
============================================================= */
.rs-cat-nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.96);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid #c9bda3;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
}

.rs-cat-nav-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  gap: 8px;
  padding: 12px 16px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  justify-content: center;
  scrollbar-width: none;
}

.rs-cat-nav-btn {
  flex: 1 1 0;                 /* 6個で均等割り付け */
  min-width: 0;                /* 130px固定をやめ、縮小を許可 */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 12px 10px;          /* 左右を少し詰める */
  background: #fff;
  border: 1px solid #c9bda3;
  border-radius: 99px;
  text-decoration: none;
  color: #2c1f10;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
  line-height: 1.3;
}

.rs-cat-nav-btn:hover {
  background: #FAF7F0;
  color: #2c1f10;
  text-decoration: none;
}

/* 現在地ハイライト（残してOK・JSなくても影響なし） */
.rs-cat-nav-btn.is-active {
  background: #2c1f10;
  color: #fff;
  border-color: #2c1f10;
}

.rs-cat-nav-btn.is-active .rs-cat-nav-en {
  color: rgba(255, 255, 255, 0.7);
}

.rs-cat-nav-en {
  font-size: 12px;             /* 11→12px */
  color: #91a586;
  letter-spacing: 0.15em;
  font-weight: 500;
  display: block;
}

.rs-cat-nav-jp {
  font-size: 17px;             /* 15→17px */
  font-weight: 600;
  margin-top: 4px;
  display: block;
}

/* =============================================================
   スマホ対応
============================================================= */
@media (max-width: 640px) {
  

  /* 本文 */
  .rs-section-inner p {
    font-size: 15px;
    line-height: 1.85;
  }

  /* 見出し */
  
  
  

  /* 営業時間 */
  
  .rs-hours-lo {
    font-size: 14px;
  }
  

  /* 商品カード：SPは2列グリッド */
  .rs-card-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 12px;
  }
  
  .rs-card-info {
    padding: 12px 12px 14px;
  }
  .rs-menu-name {
    font-size: 15px !important;
  }
  .rs-menu-sub {
    font-size: 13px !important;
  }
  .rs-menu-price {
    font-size: 16px !important;
  }

  /* 価格リスト */
  
  .rs-price-cat-grid {
    grid-template-columns: 1fr;
  }
  .rs-price-cat-col + .rs-price-cat-col {
    margin-top: 24px;
  }
  .rs-price-cat-title {
    font-size: 16px;
  }
  .rs-price-cat-row {
    font-size: 15px;
  }
  .rs-p-name {
    font-size: 15px !important;
  }
  .rs-p-sub {
    font-size: 13px;
  }
  .rs-p-price {
    font-size: 16px;
  }

  /* ギャラリー */
  .rs-gallery-grid {
    grid-template-columns: 1fr;
  }

  /* RANKING：SPは1列縦並び */
  .rs-ranking-grid {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    gap: 16px;
  }
  .rs-ranking-image {
    aspect-ratio: 16/10;
  }
  .rs-ranking-info {
    padding: 12px 14px 16px;
  }

/* カテゴリーナビ：横スクロール */
.rs-cat-nav-inner {
  justify-content: flex-start;
  padding: 10px 12px;
  gap: 6px;
}
.rs-cat-nav-btn {
  min-width: 110px;            /* SPは少し小さめ */
	flex: 0 0 auto;
  padding: 10px 16px;
}
.rs-cat-nav-en {
  font-size: 11px;             /* 10→11px */
}
.rs-cat-nav-jp {
  font-size: 15px;             /* 14→15px */
}
}

/* =============================================================
   SOUVENIR お土産コーナーページ（sv- prefix）
   ナチュラルモダン統一版（バッジなし・営業時間ブロックあり）
============================================================= */

/* 背景色・全幅 */

/* セクション共通 */

/* 見出し */

/* 紹介文 */
.sv-section-inner > p {
  margin: 0 auto !important;
  font-size: 16px;
  line-height: 1.9 !important;
}

/* 営業時間ブロック（!important付き・他ページと統一） */

/* 店内写真グリッド */
.sv-photo-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 40px;
}
.sv-photo-item {
  border-radius: 12px;
  overflow: hidden;
}
.sv-photo-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* No.1大カード */
.sv-recommend-main {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #e8e8e8;
  display: flex;
  gap: 0;
  text-align: left;
  margin-bottom: 20px;
}
.sv-recommend-main-image {
  width: 350px;
  flex-shrink: 0;
  aspect-ratio: 4/3;
}
.sv-recommend-main-image img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  display: block;
}
.sv-recommend-main-info {
  padding: 24px 28px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 8px;
}
.sv-recommend-name {
  font-size: 22px;
  font-weight: 600;
  color: #2c1f10;
  margin: 0 !important;
}
.sv-recommend-desc {
  font-size: 15px;
  color: #555;
  line-height: 1.8;
  margin: 0 !important;
}
.sv-recommend-price {
  font-size: 22px;
  font-weight: bold;
  color: #8B5E3C;
  margin: 0 !important;
}

/* 商品グリッド（PC 3列 / SP 2列） */
.sv-product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.sv-product-item {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #e8e8e8;
  text-align: left;
}
.sv-product-image {
  width: 100%;
  aspect-ratio: 4/3;
}
.sv-product-image img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  display: block;
}
.sv-product-info {
  padding: 14px 16px 18px;
}
.sv-product-name {
  font-size: 17px;
  font-weight: 600;
  color: #2c1f10;
  margin: 0 !important;
  padding: 0 !important;
}
.sv-product-desc {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
  margin: 4px 0 8px !important;
  padding: 0 !important;
}
.sv-product-price {
  font-size: 18px;
  font-weight: bold;
  color: #8B5E3C;
  margin: 0 !important;
  padding: 0 !important;
}

/* スマホ対応 */
@media (max-width: 640px) {
  
  
  
  .sv-section-inner > p { font-size: 15px; }
  
  
  .sv-photo-grid { grid-template-columns: 1fr; }
  .sv-recommend-main { flex-direction: column; }
  .sv-recommend-main-image { width: 100%; }
  .sv-recommend-name { font-size: 19px; }
  .sv-recommend-desc { font-size: 14px; }
  .sv-recommend-price { font-size: 19px; }
  .sv-product-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 12px;
  }
  .sv-product-name { font-size: 15px; }
  .sv-product-desc { font-size: 13px; }
}
/* =============================================================
   VEGETABLE 野菜直売所ページ（vg- prefix）
   レストランページと統一したナチュラルモダンデザイン
============================================================= */

/* 背景色・全幅 */

/* セクション共通 */

/* =============================================================
   セクション見出し（レストランページと統一スタイル）
============================================================= */
/* ドット付き装飾線を非表示 */

/* 英語ラベル */

/* 日本語見出し */

/* 背景色ごとの英語ラベル色切替 */

/* 紹介文 */
.vg-intro {
  margin: 0 auto 0 !important;
  line-height: 1.95;
  font-size: 16px;
}

/* =============================================================
   営業時間ブロック（レストランページと同じ形式）
============================================================= */

/* 既存の緑ボタン形式は非表示（万一HTMLが残っていた場合） */

/* =============================================================
   SEASON 旬の野菜カレンダー（4カード＋SP折りたたみ）
============================================================= */
.vg-season-note {
  font-size: 14px !important;
  color: #888;
  margin: 0 auto 24px !important;
  line-height: 1.8;
}

.vg-season-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 32px;
}

.vg-season-card {
  background: #fff;
  border: 0.5px solid #e5dfd0;
  border-radius: 8px;
  overflow: hidden;
  text-align: left;
}

.vg-season-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 14px 16px 10px;
  background: transparent;
  border: none;
  cursor: default;
  font-family: inherit;
  box-sizing: border-box;
}

.vg-season-head {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.vg-season-badge {
  display: inline-block;
  padding: 3px 14px;
  border-radius: 4px;
  color: #fff;
  font-size: 13px;
  line-height: 1.5;
}

.vg-season-badge--spring { background: #D14377; }
.vg-season-badge--summer { background: #5A9927; }
.vg-season-badge--autumn { background: #C97724; }
.vg-season-badge--winter { background: #3A7A94; }

.vg-season-label-text {
  font-size: 15px;
  color: #2c1f10;
  font-weight: 600;
}

.vg-season-current-mark {
  display: none;
  font-size: 11px;
  color: #60bf87;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.vg-season-toggle-icon {
  display: none;
}

.vg-season-list {
  list-style: none !important;
  margin: 0 !important;
  padding: 4px 16px 16px !important;
}

.vg-season-list li {
  list-style: none !important;
  padding: 4px 0 !important;
  margin: 0 !important;
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

.vg-season-list li::before {
  content: "・";
  color: #999;
  margin-right: 2px;
}

/* SP対応：1列縦並び＋折りたたみ */
@media (max-width: 640px) {
  .vg-season-grid {
    grid-template-columns: 1fr;
    gap: 8px;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }

  .vg-season-toggle {
    cursor: pointer;
    padding: 14px 16px;
  }

  .vg-season-toggle-icon {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #7a5230;
    transition: transform 0.3s;
    flex-shrink: 0;
  }

  .vg-season-card.is-collapsed .vg-season-list {
    display: none;
  }

  .vg-season-card.is-collapsed .vg-season-toggle-icon {
    transform: rotate(0deg);
  }

  .vg-season-card:not(.is-collapsed) .vg-season-toggle-icon {
    transform: rotate(180deg);
  }

  .vg-season-card.is-current .vg-season-current-mark {
    display: inline-block;
  }
}
/* ===== SEASON ここまで ===== */

/* =============================================================
   COMMITMENT こだわり（三景スタイル）
============================================================= */

.vg-commit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
	margin-top: 32px;
}

.vg-commit-item {
  text-align: left;
}

.vg-commit-image {
  position: relative;
  width: 100%;
  aspect-ratio: 4/3;
  border-radius: 4px;
  overflow: hidden;
  margin: 0 0 14px;
}

.vg-commit-image img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  display: block;
}

/* バッジ（三景と同じ） */
.vg-commit-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 38px;
  height: 38px;
  background: rgba(250, 248, 243, 0.95);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #2c1f10;
  font-weight: 600;
  letter-spacing: 0;
  z-index: 2;
}

.vg-commit-title {
  font-size: 17px !important;
  color: #2c1f10;
  font-weight: 600 !important;
  margin: 0 0 8px !important;
  line-height: 1.6 !important;
}

.vg-commit-desc {
  font-size: 14px !important;
  color: #555;
  line-height: 1.85 !important;
  margin: 0 !important;
}

/* SP対応 */
@media (max-width: 640px) {  
  .vg-commit-grid {
    grid-template-columns: 1fr;
    gap: 24px;
    max-width: 400px;
    margin: 0 auto;
  }
  
  .vg-commit-title {
    font-size: 15px !important;
  }
  
  .vg-commit-desc {
    font-size: 12px !important;
  }
}
/* ===== COMMITMENT ここまで ===== */

/* =============================================================
   FRESH 新鮮野菜（既存のaspect-ratioベース）
============================================================= */
.vg-fresh-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 32px;
}

.vg-fresh-item {
  border-radius: 6px;
  overflow: hidden;
  aspect-ratio: 470/290;
}

.vg-fresh-item--wide {
  grid-column: 1 / -1;
  aspect-ratio: 800/460;
}

.vg-fresh-item img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  display: block;
}

/* =============================================================
   VOICE お客様の声（罫線のみ、シンプル）
============================================================= */
.vg-voice-list {
  max-width: 600px;
  margin: 32px auto 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.vg-voice-item {
  padding: 20px 0;
  border-bottom: 0.5px solid #e5dfd0;
  text-align: left;
}

.vg-voice-item:last-child {
  border-bottom: none;
}

.vg-voice-text {
  color: #2c1f10;
  line-height: 1.9;
  font-size: 16px;
  margin: 0 0 8px !important;
}

.vg-voice-author {
  margin: 0 !important;
  color: #8B5E3C;
  font-size: 14px;
  text-align: right;
}

/* =============================================================
   スマホ対応
============================================================= */
@media (max-width: 640px) {
  
  /* 見出し */
  
  
  /* 紹介文 */
  .vg-intro {
    font-size: 15px;
  }
  /* 営業時間 */
  
  
  /* SEASON */
  .vg-season-note {
    font-size: 13px !important;
  }
  .vg-season-list li {
    font-size: 13px;
  }
  /* COMMITMENT */
  .vg-commit-title {
    font-size: 15px !important;
  }
  .vg-commit-desc {
    font-size: 13px !important;
  }
  /* FRESH：1列 */
  .vg-fresh-grid {
    grid-template-columns: 1fr;
  }
  /* VOICE */
  .vg-voice-text {
    font-size: 15px;
  }
  .vg-voice-author {
    font-size: 13px;
  }
}
/* ===== VEGETABLE ここまで ===== */

/* =============================================================
   SNACK グルメコーナーページ（sn- prefix）イベントコーナー
============================================================= */
.sn-intro {
  margin: 0 auto 0 !important;
  line-height: 1.9;
  font-size: 16px;
}

/* =============================================================
   おすすめグルメ（人気ランキング・突き抜け数字バッジ）
============================================================= */
.sn-ranking-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 30px;
}
.sn-rank-card { text-align: left; }
.sn-rank-image {
  position: relative;
  width: 100%;
  aspect-ratio: 4/3;
}
.sn-rank-image img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  display: block;
  border-radius: 6px;
}
.sn-rank-num {
  position: absolute;
  top: -12px;
  left: -12px;
  width: 46px;
  height: 46px;
  background: #8B5E3C;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: serif;
  font-size: 22px !important;
  font-weight: 600;
  line-height: 1 !important;
  box-shadow: 0 2px 6px rgba(0,0,0,0.18);
  z-index: 2;
}
.sn-rank-head {
  display: flex;
  align-items: baseline;
  gap: 9px;
  margin-top: 11px;
}
.sn-rank-name {
  color: #2c1f10;
  font-size: 17px !important;
  font-weight: 600;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.5 !important;
  flex-shrink: 0;
}
.sn-rank-price {
  color: #8B5E3C;
  font-size: 17px !important;
  font-weight: 700;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.5 !important;
  flex-shrink: 0;
}
.sn-rank-desc {
  font-size: 13px;
  color: #555;
  line-height: 1.65;
  margin: 6px 1px 0 !important;
}

/* =============================================================
   ギャラリー（左1・右2）
============================================================= */
.sn-gallery-grid {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 12px;
  margin-top: 24px;
}
.sn-gallery-item {
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 470/290;
}
.sn-gallery-item--left {
  grid-row: 1 / 3;
  aspect-ratio: auto;
  height: 100%;
}
.sn-gallery-item img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  display: block;
}

/* =============================================================
   商品カード（HIDA BEEF / LOCAL / EXCLUSIVE）
============================================================= */
.sn-item-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 24px;
}
.sn-item {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  overflow: hidden;
  text-align: left;
  display: flex;
  flex-direction: column;
}
.sn-item-image {
  width: 100%;
  aspect-ratio: 4/3;
  position: relative;
}
.sn-item-image img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  display: block;
}
.sn-item-info {
  padding: 14px 16px 18px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.sn-item-name {
  font-size: 17px;
  font-weight: 600;
  color: #2c1f10;
  margin: 0 !important;
}
.sn-item-desc {
  font-size: 14px;
  color: #888;
  line-height: 1.6;
  margin: 0 !important;
}
.sn-item-price {
  font-size: 18px;
  font-weight: 700;
  color: #8B5E3C;
  margin: 4px 0 0 !important;
}

/* =============================================================
   おすすめの食べ方（緑ドット・緑下線・背景なし）
============================================================= */
.sn-tip {
  margin-top: 24px;
  padding: 6px 4px;
  text-align: left;
}
.sn-tip-label {
  display: flex !important;
  align-items: center;
  gap: 9px;
  font-size: 15px !important;
  font-weight: 600;
  color: #2c1f10;
  letter-spacing: 0.08em;
  padding: 0 0 11px !important;
  border-bottom: 0.5px solid #60bf87;
  margin: 0 0 12px !important;
  line-height: 1.4 !important;
}
.sn-tip-label::before {
  content: "";
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #60bf87;
}
.sn-tip-text {
  color: #2c1f10;
  line-height: 1.85 !important;
  margin: 0 !important;
  font-size: 16px !important;
}

/* イベントコーナー専用：見出しを緑文字＋上に茶罫線（下線なし） */
.sn-bg-green .sn-tip {
  border-top: 1px solid #c9bda3;
  padding-top: 20px;
}
.sn-bg-green .sn-tip-label {
  color: #5a8a5a;
  border-bottom: none;
  padding-bottom: 0 !important;
}

/* おすすめの食べ方：箇条書きリスト版 */
.sn-tip-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sn-tip-list li {
  font-size: 16px;
  color: #2c1f10;
  line-height: 1.85;
  padding: 4px 0;
  margin: 0;
}
/* おすすめの食べ方：箇条書きリスト版 */
.sn-bg-green ul.sn-tip-list {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.sn-bg-green ul.sn-tip-list li {
  list-style: none !important;
  font-size: 16px;
  color: #2c1f10;
  line-height: 1.85;
  padding: 4px 0 4px 1.1em;
  margin: 0;
  position: relative;
}
.sn-bg-green ul.sn-tip-list li::before {
  content: "・";
  position: absolute;
  left: 0;
  color: #2c1f10;
}

/* =============================================================
   スマホ
============================================================= */
@media (max-width: 640px) {
  .sn-intro { font-size: 15px; }
  .sn-ranking-grid {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    gap: 30px;
  }
  .sn-rank-image { aspect-ratio: 16/10; }
  .sn-rank-name { font-size: 15px; }
  .sn-rank-desc { font-size: 13px; }
  .sn-rank-price { font-size: 16px; }
  .sn-item-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 12px;
  }
  .sn-item-name { font-size: 15px; }
  .sn-item-desc { font-size: 13px; }
  .sn-item-price { font-size: 16px; }
  .sn-gallery-grid { grid-template-columns: 1fr; }
  .sn-gallery-item--left {
    grid-row: auto;
    aspect-ratio: 470/290;
  }
  .sn-tip-list li { font-size: 15px; }
}

/* wpautop対策 */
.sn-ranking-grid > p:empty,
.sn-item-list > p:empty,
.sn-gallery-grid > p:empty {
  display: none;
}
/* ===== SNACK グルメコーナー イベントコーナーここまで ===== */

/* =============================================================
   INFO 情報コーナーページ（ic- prefix）
   TOP/レストラン/野菜直売所と統一（ナチュラルモダン）
============================================================= */

/* 背景色・全幅 */

   /* #EFF5E8 → 白に統一 */

/* セクション共通 */

/* =============================================================
   見出し（他ページと統一：ドット線なし・英日2行）
============================================================= */

/* 紹介文 */
.ic-intro {
  margin: 0 auto 36px !important;
  line-height: 1.9;
  font-size: 16px;
}

/* =============================================================
   割引クーポンカード（赤は維持・目立たせ）
============================================================= */
.ic-coupon-card {
  display: flex;
  background: #fff;
  border: 2px solid #EC4D2E;
  border-radius: 16px;
  overflow: hidden;
  text-align: left;
  margin: 36px auto 0;
  box-shadow: 0 4px 16px rgba(236, 77, 46, 0.15);
  max-width: 900px;
}
.ic-coupon-info {
  flex: 1;
  padding: 28px 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
.ic-coupon-image {
  width: 320px;
  flex-shrink: 0;
  aspect-ratio: 4/3;
}
.ic-coupon-image img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  display: block;
}
.ic-coupon-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: #EC4D2E;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 5px 16px;
  border-radius: 20px;
  align-self: flex-start;
  letter-spacing: 0.05em;
}
.ic-coupon-title {
  font-size: 22px;
  font-weight: 600;
  color: #2c1f10;
  margin: 0 !important;
  line-height: 1.4;
}
.ic-coupon-desc {
  font-size: 15px;
  color: #555;
  line-height: 1.8;
  margin: 0 !important;
}
.ic-coupon-hint {
  font-size: 13px;
  color: #EC4D2E;
  font-weight: bold;
  margin: 4px 0 0 !important;
}

/* =============================================================
   施設のご案内
============================================================= */
.ic-facility-top {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-bottom: 16px;
}
.ic-facility-item {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  padding: 28px 24px;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.ic-facility-label {
  display: inline-block;
  background: #60bf87;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 5px 14px;
  border-radius: 99px;
  align-self: flex-start;
}
.ic-facility-name {
  font-size: 18px;
  font-weight: 600;
  color: #2c1f10;
  margin: 6px 0 0 !important;
}
.ic-facility-desc {
  font-size: 15px;
  color: #555;
  line-height: 1.8;
  margin: 0 !important;
}

/* 休憩スペースカード（画像あり横長） */
.ic-facility-wide {
  display: flex;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  overflow: hidden;
  text-align: left;
}
.ic-facility-wide-info {
  flex: 1;
  padding: 24px 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
}
.ic-facility-wide-image {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ic-facility-wide-image img {
  width: 100%;
  height: auto !important;
  aspect-ratio: 4/3;
  object-fit: cover;
  display: block;
}

/* =============================================================
   お子様連れの方へ
============================================================= */
.ic-family-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.ic-family-item {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  overflow: hidden;
  text-align: left;
  display: flex;
  flex-direction: column;
}
.ic-family-image {
  aspect-ratio: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ic-family-image img {
  width: 100%;
  height: auto !important;
  aspect-ratio: 4/3;
  object-fit: cover;
  display: block;
}
.ic-family-info {
  padding: 20px 24px 24px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.ic-family-name {
  font-size: 18px;
  font-weight: 600;
  color: #2c1f10;
  margin: 0 !important;
}
.ic-family-desc {
  font-size: 15px;
  color: #555;
  line-height: 1.8;
  margin: 0 !important;
}

/* =============================================================
   アクセス（TOPと同じイラストマップ＋Googleマップ）
   ※マップ本体は nm-cat-access-* を流用（既存CSSあり）
============================================================= */
/* 情報コーナーでTOPのアクセスマップを使う際の微調整 */
.ic-section .nm-cat-access-sublabel {
  text-align: left;
}

/* 所在地・営業時間テーブル */
.ic-access-info {
  max-width: 700px;
  margin: 28px auto 0;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  padding: 24px 32px;
  text-align: left;
}
.ic-access-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.ic-access-list li {
  list-style: none !important;
  padding: 12px 0 !important;
  margin: 0 !important;
  display: flex;
  gap: 20px;
  border-bottom: 1px solid #f0f0f0;
}
.ic-access-list li:last-child {
  border-bottom: none;
}
.ic-access-term {
  font-weight: 600;
  color: #60bf87;
  min-width: 100px;
  flex-shrink: 0;
  font-size: 15px;
}
.ic-access-desc {
  color: #2c1f10;
  flex: 1;
  font-size: 15px;
}

/* =============================================================
   スマホ
============================================================= */
@media (max-width: 640px) {
  

  /* 見出し */
  
  
  /* 紹介文 */
  .ic-intro {
    font-size: 15px;
  }

  /* クーポンカード：縦積み */
  .ic-coupon-card { flex-direction: column; }
  .ic-coupon-image {
    width: 100%;
    aspect-ratio: 16/9;
  }
  .ic-coupon-info {
    padding: 20px 20px 24px;
  }
  .ic-coupon-title {
    font-size: 20px;
  }

  /* 施設：2列 → 1列 */
  .ic-facility-top {
    grid-template-columns: 1fr;
  }
  .ic-facility-wide { flex-direction: column; }
  .ic-facility-wide-info {
    padding: 20px 20px 24px;
  }
  .ic-facility-name,
.ic-family-name {
    font-size: 16px;
  }
  .ic-facility-desc,
.ic-family-desc {
    font-size: 14px;
  }

  /* お子様連れ：2列 → 1列 */
  .ic-family-grid {
    grid-template-columns: 1fr;
  }

  /* アクセス情報：横並び → 縦積み */
  .ic-access-info { padding: 20px 20px; }
  .ic-access-list li {
    flex-direction: column;
    gap: 4px;
  }
  .ic-access-term {
    min-width: 0;
  }
}
/* ===== INFO 情報コーナー ここまで ===== */
/* =============================================================
   CONTACT お問い合わせフォーム
============================================================= */

/* フォーム全体を640pxに絞る */
.wpcf7 {
  max-width: 640px;
  margin: 0 auto;
}

/* 入力欄の共通スタイル */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 12px 16px;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  font-size: 15px;
  font-family: inherit;
  background: #fff;
}

/* テキストエリアのリサイズを縦方向のみに制限 */
.wpcf7 textarea {
  resize: vertical;
  min-height: 180px;
}

/* フォーカス時のハイライト */
.wpcf7 input:focus,
.wpcf7 textarea:focus {
  outline: 2px solid #06C755;
  outline-offset: -1px;
}

/* ラベル */
.wpcf7 label {
  display: block;
  margin-bottom: 6px;
  font-size: 15px;
}

/* 送信ボタンを中央寄せ */
.wpcf7 p:last-child {
  text-align: center;
  margin-top: 24px !important;
}

/* 送信ボタンのデザイン統一 */
.wpcf7 input[type="submit"] {
  background: #06C755;
  color: #fff;
  padding: 14px 60px;
  border: none;
  border-radius: 30px;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
  transition: opacity 0.2s;
  min-width: 200px;
}
.wpcf7 input[type="submit"]:hover {
  opacity: 0.8;
}

/* =============================================================
   パターンA カタログ調デザイン用追加スタイル
   既存 style.css の末尾にこの内容を追記してください
   ----------------------------------------------------------
   命名規則：すべて nm-cat- プレフィックス
   既存の .nm-hours-bg / .nm-news-bg などとは完全に分離
============================================================= */

/* -------------------------------------------------------------
   カタログ全体ラッパー（全幅、各セクションは画面いっぱい）
------------------------------------------------------------- */
.nm-catalog {
  width: 100%;
  margin: 0 auto;
}

/* -------------------------------------------------------------
   セクション共通：背景は画面いっぱい、内側コンテンツは1100px幅で中央寄せ
   セクション間は細い境界線で区切る
   ただしクリーム背景セクションが絡む境界は色面で区切るので線を消す
------------------------------------------------------------- */
.nm-cat-section {
  padding-top: 36px;
  padding-bottom: 36px;
  border-bottom: 0.5px solid #e5dfd0;
}
.nm-cat-section:last-child {
  border-bottom: none;
}

/* セクション内のコンテンツを1100px幅で中央寄せ
   これにより、すべてのセクションのコンテンツの左右位置が完全に揃う */
.nm-cat-section > * {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}

/* TODAY / SCENES / TRAVEL TIPS は薄いクリーム背景でアクセント */
.nm-cat-today,
.nm-cat-scenes,
.nm-cat-tips {
  background: #fdf9ee;
  border-bottom: none;
}

/* クリーム背景セクションの直前にある白背景セクションは
   border-bottom を消す（クリーム背景上部に線が見えてしまうため） */
.nm-cat-section:has(+ .nm-cat-today),
.nm-cat-section:has(+ .nm-cat-scenes),
.nm-cat-section:has(+ .nm-cat-tips) {
  border-bottom: none;
}

/* :has() が効かないブラウザ用のフォールバック
   セクション順：TODAY(クリーム) → HOURS+NEWS(白・2カラム) → SCENES(クリーム) → TIPS(クリーム) → FACILITY(白) → INSTAGRAM(白) → ACCESS(白)
   クリーム背景セクションの直前にある白背景セクションの border-bottom を消す：
   ・nm-cat-twocol → nm-cat-scenes（クリーム） */
.nm-cat-twocol {
  border-bottom: none;
}

/* SCENES と TIPS が連続するクリーム背景：間の余白を整える */
.nm-cat-scenes {
  padding-bottom: 18px;
}
.nm-cat-tips {
  padding-top: 18px;
}

@media (max-width: 640px) {
  .nm-cat-section {
    padding-top: 28px;
    padding-bottom: 28px;
  }
  .nm-cat-section > * {
    padding-left: 16px;
    padding-right: 16px;
  }
}

/* -------------------------------------------------------------
   セクションヘッダー共通（ラベル・タイトル・タグライン）
   見出しは強くするが、下の罫線は外して紙面のような流れに
------------------------------------------------------------- */
.nm-cat-header {
  display: flex;
  align-items: baseline;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 22px;
}
.nm-cat-label {
  font-size: 12px;
  color: #999;
  margin: 0;
  letter-spacing: 0.25em;
  font-weight: 500;
}

/* 白背景セクション（HOURS+NEWS、FACILITY、INSTAGRAM、ACCESS）の
   英語ラベルだけグリーンに変更してアクセント */
.nm-cat-twocol .nm-cat-label,
.nm-cat-facility .nm-cat-label,
.nm-cat-instagram .nm-cat-label,
.nm-cat-access .nm-cat-label {
  color: #60bf87;
}
.nm-cat-title {
  font-size: 22px;
  font-weight: 600;
  color: #2c1f10;
  margin: 0;
  letter-spacing: 0.05em;
  border: none;
  padding: 0;
  line-height: 1.4;
}
/* タグラインはタイトルのすぐ右隣に配置（追従する） */
.nm-cat-tagline {
  font-family: serif;
  font-size: 13px;
  color: #888;
  margin: 0;
}
/* meta（更新日など）は右端に飛ばす */
.nm-cat-meta {
  font-size: 12px;
  color: #888;
  margin: 0 0 0 auto;
}

@media (max-width: 640px) {
  .nm-cat-header {
    gap: 10px;
    margin-bottom: 18px;
  }
  .nm-cat-title {
    font-size: 19px;
  }
  .nm-cat-tagline,
.nm-cat-meta {
    flex-basis: 100%;
    margin: 4px 0 0;
    font-size: 12px;
  }
}

/* -------------------------------------------------------------
   TODAY / 本日のおすすめ
------------------------------------------------------------- */
/* -------------------------------------------------------------
   TODAY / 本日のおすすめ
   アイキャッチ画像の有無で出し分け
   - 画像なし：テキストのみ（widthフルに広がる）
   - 画像あり：左にテキスト、右に画像（小さめ）
------------------------------------------------------------- */
.nm-cat-today-content {
  display: flex;
  align-items: flex-start;
  gap: 22px;
  width: 100%;
  box-sizing: border-box;
}

/* テキスト部分は残りスペースを使う */
.nm-cat-today-text {
  flex: 1 1 auto;
  min-width: 0;
  font-size: 15px;
  line-height: 1.8;
  color: #2c1f10;
}
.nm-cat-today-text p {
  margin: 0 0 0.6em;
  line-height: 1.8;
}
.nm-cat-today-text p:last-child {
  margin-bottom: 0;
}

/* 画像部分（画像ありのときのみ表示） */
.nm-cat-today-image {
  flex: 0 0 220px;
  width: 220px;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 2px;
}
.nm-cat-today-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* スマホ対応 */
@media (max-width: 640px) {
  .nm-cat-today-content {
    gap: 12px;
  }
  .nm-cat-today-text {
    font-size: 13px;
    line-height: 1.7;
  }
  .nm-cat-today-image {
    flex: 0 0 120px;
    width: 120px;
  }
}

/* -------------------------------------------------------------
   HOURS + NEWS 2カラム
   セクションは画面いっぱい、内側のグリッド（1100px幅）の中で2カラム
------------------------------------------------------------- */

/* twocol セクション自体は padding を持たせない（内側で管理） */
.nm-cat-twocol {
  padding: 0;
}

/* twocol 直下の最初の子要素（.nm-cat-twocol-inner）を1100px幅で中央寄せ */
.nm-cat-twocol > div.nm-cat-twocol-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 1100px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}

/* 各カラム内のパディング */
.nm-cat-col {
  padding: 36px 0;
  max-width: none;
}
.nm-cat-twocol .nm-cat-col:first-child {
  padding-right: 30px;
}
.nm-cat-twocol .nm-cat-col:last-child {
  padding-left: 30px;
}

/* 縦区切り線（2カラム間） */
.nm-cat-twocol .nm-cat-col + .nm-cat-col {
  border-left: 0.5px solid #e5dfd0;
}

@media (max-width: 640px) {
  .nm-cat-twocol > div.nm-cat-twocol-inner {
    grid-template-columns: 1fr;
  }
  .nm-cat-twocol .nm-cat-col:first-child,
.nm-cat-twocol .nm-cat-col:last-child {
    padding: 28px 0;
  }
  .nm-cat-twocol .nm-cat-col + .nm-cat-col {
    border-left: none;
    border-top: 0.5px solid #e5dfd0;
  }
}

/* -------------------------------------------------------------
   HOURS / 営業時間
------------------------------------------------------------- */
.nm-cat-hours-list {
  font-size: 14px;
  line-height: 1.8;
  color: #2c1f10;
}
.nm-cat-season {
  color: #7a5230;
  font-weight: 600;
  margin: 0 0 6px;
  font-size: 14px;
}
.nm-cat-hours-table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 16px;
}
.nm-cat-hours-table th,
.nm-cat-hours-table td {
  font-size: 14px;
  padding: 5px 0;
  text-align: left;
  font-weight: 400;
  color: #2c1f10;
  border: none;
  line-height: 1.6;
  vertical-align: top;
}
.nm-cat-hours-table td {
  text-align: right;
  color: #555;
}
.nm-cat-hours-lo {
  font-size: 12px;
  color: #999;
  margin-left: 8px;
}
.nm-cat-hours-note {
  font-size: 12px;
  color: #999;
  margin: 10px 0 0;
  line-height: 1.7;
}

/* -------------------------------------------------------------
   NEWS / お知らせ
------------------------------------------------------------- */
/* -------------------------------------------------------------
   NEWS / お知らせ（2カラム内：日付の下に本文）
------------------------------------------------------------- */
.nm-cat-news-list {
  display: flex;
  flex-direction: column;
}
.nm-cat-news-item {
  display: block;
  padding: 12px 0;
  border-bottom: 0.5px solid #e5dfd0;
  text-decoration: none;
  color: #2c1f10;
  transition: opacity 0.2s;
}
.nm-cat-news-item:first-child {
  padding-top: 0;
}
.nm-cat-news-item:last-of-type {
  border-bottom: none;
}
.nm-cat-news-item:hover {
  opacity: 0.6;
}
.nm-cat-news-date {
  display: block;
  font-size: 11px;
  color: #999;
  margin-bottom: 4px;
  font-family: serif;
  letter-spacing: 0.05em;
}
.nm-cat-news-title {
  display: block;
  font-size: 14px;
  color: #2c1f10;
  line-height: 1.6;
}
.nm-cat-news-empty {
  font-size: 14px;
  color: #999;
  margin: 0;
}
.nm-cat-news-more {
  text-align: right;
  margin: 14px 0 0;
}
.nm-cat-news-more a {
  font-size: 12px;
  color: #7a5230;
  text-decoration: none;
  border-bottom: 0.5px solid #c9bda3;
  padding-bottom: 1px;
}
.nm-cat-news-more a:hover {
  border-bottom-color: #7a5230;
}

/* -------------------------------------------------------------
   SCENES / ななもり三景
------------------------------------------------------------- */
.nm-cat-scenes-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.nm-cat-scene {
  text-align: left;
}
.nm-cat-scene-image {
  position: relative;
  width: 100%;
  aspect-ratio: 4/3;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 12px;
}
.nm-cat-scene-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.nm-cat-scene-num {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 36px;
  height: 36px;
  background: rgba(250, 248, 243, 0.95);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: serif;
  font-size: 15px;
  color: #2c1f10;
  font-weight: 600;
  letter-spacing: 0;
}
.nm-cat-scene-text {
  font-size: 14px;
  font-weight: 500;
  color: #2c1f10;
  margin: 0;
  line-height: 1.7;
}

@media (max-width: 640px) {
  .nm-cat-scenes-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .nm-cat-scene-text {
    font-size: 13px;
  }
}

/* -------------------------------------------------------------
   FACILITY / 施設案内
------------------------------------------------------------- */
.nm-cat-facility-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.nm-cat-facility-item {
  display: block;
  text-decoration: none;
  color: #2c1f10;
  transition: opacity 0.2s;
}
.nm-cat-facility-item:hover {
  opacity: 0.85;
  color: #2c1f10;
}
.nm-cat-facility-image {
  width: 100%;
  aspect-ratio: 4/3;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 10px;
}
.nm-cat-facility-image img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  display: block;
}
.nm-cat-facility-name {
  font-size: 15px;
  font-weight: 600;
  margin: 0 0 2px;
  color: #2c1f10;
}
.nm-cat-facility-en {
  font-size: 11px;
  color: #999;
  margin: 0 0 6px;
  letter-spacing: 0.15em;
}
.nm-cat-facility-desc {
  font-size: 13px;
  color: #555;
  margin: 0;
  line-height: 1.6;
}

@media (max-width: 640px) {
  .nm-cat-facility-grid {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
}

/* -------------------------------------------------------------
   INSTAGRAM
------------------------------------------------------------- */
.nm-cat-instagram-wrap {
  /* プラグインの内部スタイルに任せる */
}

/* -------------------------------------------------------------
   TRAVEL TIPS / 旅のしおり
------------------------------------------------------------- */
.nm-cat-tips-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.nm-cat-tip {
  border-left: 2px solid #c9bda3;
  padding-left: 16px;
}
.nm-cat-tip-for {
  font-size: 11px;
  color: #999;
  margin: 0 0 5px;
  letter-spacing: 0.25em;
  font-weight: 600;
}
.nm-cat-tip-dest {
  font-size: 15px;
  font-weight: 600;
  color: #2c1f10;
  margin: 0 0 10px;
  line-height: 1.5;
}
.nm-cat-tip-text {
  font-size: 13px;
  color: #555;
  margin: 0;
  line-height: 1.8;
}

@media (max-width: 640px) {
  .nm-cat-tips-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

/* -------------------------------------------------------------
   ACCESS / アクセス（イラストマップ＋Googleマップ 横並び）
   高さを揃える（align-items: stretch）
------------------------------------------------------------- */
.nm-cat-access-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: stretch;
}
.nm-cat-access-illustrated,
.nm-cat-access-google {
  display: flex;
  flex-direction: column;
}
.nm-cat-access-sublabel {
  font-size: 12px;
  color: #7a5230;
  letter-spacing: 0.15em;
  font-weight: 600;
  margin: 0 0 10px;
}

.nm-cat-access-map-svg {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  display: block;
  border-radius: 4px;
  border: 0.5px solid #e5dfd0;
  background: #fdf9ee;
}
.nm-cat-access-iframe {
  flex: 1;
  border-radius: 4px;
  overflow: hidden;
  border: 0.5px solid #e5dfd0;
  min-height: 320px;
}
.nm-cat-access-iframe iframe {
  display: block;
  width: 100%;
  height: 100%;
}

@media (max-width: 640px) {
  .nm-cat-access-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .nm-cat-access-iframe {
    min-height: 280px;
  }
}

/* -------------------------------------------------------------
   ヒーローと旧コンテンツビルダーのマージン調整
   index_content_builder の直下に .nm-catalog が来る
------------------------------------------------------------- */
#index_content_builder + .nm-catalog {
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (max-width: 640px) {
  #index_content_builder + .nm-catalog {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}

/* ===== パターンA カタログ調デザイン ここまで ===== */

/* =============================================================
   フッター お問い合わせセクション
   全ページ共通（footer.php）に表示される CONTACT セクション
============================================================= */

.nm-footer-contact {
  background: #fdf9ee;
  border-top: 0.5px solid #e5dfd0;
  border-bottom: 0.5px solid #e5dfd0;
  padding: 50px 20px;
}

.nm-footer-contact-inner {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

/* TOPページの共通スタイル（.nm-section-label / .nm-section-title など）を継承 */
.nm-footer-contact .nm-section-label {
  font-size: 12px;
  color: #999;
  letter-spacing: 0.25em;
  margin: 0 0 8px;
  font-weight: 500;
}

.nm-footer-contact .nm-section-title {
  font-size: 22px;
  font-weight: 600;
  color: #2c1f10;
  margin: 0 0 14px;
  letter-spacing: 0.05em;
  border: none;
  padding: 0;
  line-height: 1.4;
}

/* 区切りドット（既存の .nm-section-border を使用） */
.nm-footer-contact .nm-section-border {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0 auto 28px;
  width: auto;
  height: auto;
  background: none;
}
.nm-footer-contact .nm-section-border::before,
.nm-footer-contact .nm-section-border::after {
  content: "";
  width: 24px;
  height: 1px;
  background: #c9bda3;
}
.nm-footer-contact .nm-section-border-dot {
  width: 6px;
  height: 6px;
  background: #c9bda3;
  border-radius: 50%;
  display: inline-block;
}

/* ボタン2つ */
.nm-contact-buttons {
  display: flex;
  gap: 12px;
  justify-content: center;
  max-width: 540px;
  margin: 0 auto;
}

.nm-contact-btn {
  flex: 1;
  padding: 15px 24px;
  border-radius: 32px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: opacity 0.2s, background 0.2s;
}

/* お問い合わせフォーム（塗りつぶし） */
.nm-contact-btn--form {
  background: #2c1f10;
  color: #fff;
  border: 0.5px solid #2c1f10;
}
.nm-contact-btn--form:hover {
  opacity: 0.85;
  color: #fff;
}

/* 電話番号（白背景） */
.nm-contact-btn--tel {
  background: #fff;
  color: #2c1f10;
  border: 0.5px solid #c9bda3;
}
.nm-contact-btn--tel:hover {
  background: #f5f1e8;
  color: #2c1f10;
}

@media (max-width: 640px) {
  .nm-footer-contact {
    padding: 36px 16px;
  }
  .nm-footer-contact .nm-section-title {
    font-size: 19px;
  }
  .nm-contact-buttons {
    flex-direction: column;
    gap: 10px;
    max-width: 320px;
  }
  .nm-contact-btn {
    padding: 14px 20px;
    font-size: 13px;
  }
}

/* ===== フッター お問い合わせ ここまで ===== */

/* =============================================================
   ヒーロー（スライダー）のキャッチコピーを左下に配置
============================================================= */
#header_slider .caption_inner {
  /* デフォルトの縦中央寄せを解除 */
  top: auto !important;
  transform: none !important;
  
  /* 下寄せ */
  bottom: 60px !important;
  
  /* 左寄せ */
  text-align: left;
  padding-left: 60px;
  padding-right: 60px;
  box-sizing: border-box;
}

/* スマホ対応：responsive.css の指定を強力に上書き */
@media screen and (max-width: 750px) {
  
  body #header_slider .header_slider_content .item .caption .caption_inner,
body #header_slider .header_slider_content .item.no_layer_image .caption .caption_inner,
body.mobile_device #header_slider .caption_inner,
body.mobile_device #header_slider .item .caption_inner,
body.mobile_device #header_slider .item.no_layer_image .caption_inner {
    top: auto !important;
    bottom: 30px !important;
    transform: none !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    -moz-transform: none !important;
    -o-transform: none !important;
    padding: 0 24px !important;
    text-align: left !important;
    width: 100% !important;
    position: absolute !important;
  }
}

/* ===== ヒーロー左下配置 ここまで ===== */

/* =============================================================
   ヒーロースライダー：スマホ専用の高さ調整＋矢印・ドット（案E）
   - 高さ55vh（次のコンテンツへの誘導を促す）
   - 下中央にドットインジケーター、両脇に枠なし矢印
   - キャッチコピーは矢印と被らないよう位置調整
============================================================= */
@media screen and (max-width: 750px) {
  
  /* ヒーロー全体の高さを55vhに */
  body #header_slider,
body.mobile_device #header_slider {
    height: 55vh !important;
    min-height: 420px !important;
    max-height: 660px !important;
    position: relative !important;
  }
  body #header_slider .header_slider_content,
body #header_slider .slick-list,
body #header_slider .slick-track,
body #header_slider .item {
    height: 55vh !important;
    min-height: 420px !important;
    max-height: 660px !important;
  }
  
  /* 背景画像のフォーカス位置 */
  body #header_slider .image_pc,
body #header_slider .image_mobile {
    background-position: center center !important;
    background-size: cover !important;
  }
  
  /* キャッチコピー：矢印・ドット領域（下から約50px）と被らないように */
  body #header_slider .caption_inner,
body #header_slider .item .caption_inner,
body #header_slider .item.no_layer_image .caption_inner {
    bottom: 60px !important;
    padding: 0 24px !important;
  }
  
  /* キャッチコピーの文字サイズ */
  body #header_slider .caption_inner h2,
body #header_slider .caption_inner .catch {
    font-size: 18px !important;
    line-height: 1.6 !important;
  }
  
  
  /* ----- ドット（インジケーター） ----- */
  body #header_slider .slick-dots {
    position: absolute !important;
    bottom: 16px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
    z-index: 10 !important;
  }
  body #header_slider .slick-dots li {
    width: 6px !important;
    height: 6px !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  body #header_slider .slick-dots li button {
    width: 6px !important;
    height: 6px !important;
    padding: 0 !important;
    border-radius: 50% !important;
    background: rgba(255, 255, 255, 0.4) !important;
    border: none !important;
    text-indent: -9999px !important;
    overflow: hidden !important;
    transition: background 0.3s !important;
  }
  body #header_slider .slick-dots li button:before {
    display: none !important;
  }
  body #header_slider .slick-dots li.slick-active button {
    background: #fff !important;
  }
  
  
  /* ----- 矢印（前へ / 次へ） ----- */
  body #header_slider .slick-prev,
body #header_slider .slick-next {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: absolute !important;
    bottom: 11px !important;
    top: auto !important;
    width: 18px !important;
    height: 18px !important;
    background: transparent !important;
    border: none !important;
    z-index: 11 !important;
    padding: 0 !important;
    cursor: pointer !important;
    text-indent: -9999px !important;
    overflow: hidden !important;
  }
  body #header_slider .slick-prev {
    left: calc(50% - 60px) !important;
    right: auto !important;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 16 16' fill='none'><path d='M10 4L6 8L10 12' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/></svg>") !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 14px 14px !important;
  }
  body #header_slider .slick-next {
    right: calc(50% - 60px) !important;
    left: auto !important;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 16 16' fill='none'><path d='M6 4L10 8L6 12' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/></svg>") !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 14px 14px !important;
  }
  
  /* デフォルトの矢印アイコン（フォントベース）を消す */
  body #header_slider .slick-prev:before,
body #header_slider .slick-next:before {
    display: none !important;
  }
}

/* ===== スマホヒーロー55vh + 矢印 ここまで ===== */

/* =============================================================
   ヒーローとTODAY間の白余白を削除（PC・スマホ共通）
   テーマCSSが #index_content_builder + .nm-catalog に
   margin-top/bottom を付けているので、それを上書きする
============================================================= */
body #index_content_builder + .nm-catalog {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* =============================================================
   Slick Slider 矢印を強制表示する JS
   ※テーマの初期化後に矢印を追加するため、JSが必要
   この CSS だけでは矢印が表示されない場合は、テーマの JavaScript 設定で
   arrows: true にするか、別途 JS を追加する必要があります。
   
   下のコードは参考用：footer.php や functions.php に jQuery を追加することで
   矢印を強制表示できる可能性があります。
   
   <script>
   jQuery(document).ready(function($) {
     if ($.fn.slick) {
       $('#header_slider_content').slick('slickSetOption', 'arrows', true, true);
     }
   });
   </script>
============================================================= */

/* =============================================================
   営業時間：折りたたみ機能（スマホのみ折りたたみ、PCは両方展開）
   - 現在月に応じて、適切な季節を「展開」、もう一方を「折りたたみ」
   - 矢印付きボタンでクリックで展開/折りたたみ
============================================================= */

.nm-cat-hours-block {
  margin-bottom: 16px;
}
.nm-cat-hours-block:last-of-type {
  margin-bottom: 0;
}

/* トグルボタン（▼ 12月～3月の営業時間を見る）
   薄いグレー背景、テキスト・矢印は茶系カラー */
.nm-cat-hours-toggle {
  display: none; /* PCでは非表示（常に展開） */
  width: 100%;
  background: #efefef;
  border: none;
  border-radius: 8px;
  padding: 14px 18px;
  margin: 0;
  text-align: left;
  cursor: pointer;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  color: #7a5230;
  align-items: center;
  gap: 12px;
  transition: background 0.2s;
}
.nm-cat-hours-toggle:hover {
  background: #e5e5e5;
}
.nm-cat-hours-toggle-label {
  display: inline-block;
}

/* 矢印アイコン（塗りつぶしの三角 ▼） */
.nm-cat-hours-toggle-icon {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #7a5230;
  border-bottom: none;
  background: transparent;
  transition: transform 0.3s;
  flex-shrink: 0;
}
/* 展開状態のときは矢印を上向きに（▲） */
.nm-cat-hours-toggle[aria-expanded="true"] .nm-cat-hours-toggle-icon {
  transform: rotate(180deg);
}

/* 「（現在）」マーク：見出しの右に小さく */
.nm-cat-hours-current-mark {
  font-size: 11px;
  font-weight: 500;
  color: #60bf87;
  letter-spacing: 0.05em;
  margin-left: 4px;
}

/* 折りたたみ展開時の中の見出し（12月～3月など） */
.nm-cat-season--collapsed-heading {
  margin-top: 12px;
}

/* 営業時間の中身 */
.nm-cat-hours-content {
  overflow: hidden;
}

/* スマホ：折りたたみ機能を有効化 */
@media (max-width: 750px) {
  .nm-cat-hours-toggle {
    display: flex;
  }
  
  /* 折りたたみ状態のときは中身を非表示 */
  .nm-cat-hours-block.is-collapsed .nm-cat-hours-content {
    display: none;
  }
  
  /* JS未読み込み時のフォールバック：is-current のみ表示 */
  .nm-cat-hours-block:not(.is-current):not(.is-collapsed) .nm-cat-hours-content {
    display: block;
  }
}

/* PC：トグルボタンは非表示、両方展開 */
@media (min-width: 751px) {
  .nm-cat-hours-toggle {
    display: none !important;
  }
  .nm-cat-hours-block .nm-cat-hours-content {
    display: block !important;
  }
}

/* 季節見出し（.nm-cat-season）はPC・スマホ共通で表示 */

/* ===== 営業時間 折りたたみ機能 ここまで ===== */

/* =============================================================
   フォントサイズ全体底上げ（アクセシビリティ向上）
   - WCAG/Google推奨：本文16px以上
   - PCはやや大きめ、スマホは控えめにバランス調整
============================================================= */

/* === PC基準（デフォルト） === */

/* セクション見出し（22px → 24px） */
.nm-cat-title {
  font-size: 24px !important;
}

/* 英語ラベル（12px → 13px） */
.nm-cat-label {
  font-size: 13px !important;
}

/* タグライン（13px → 14px） */
.nm-cat-tagline {
  font-size: 14px !important;
}

/* メタ情報・更新日（12px → 13px） */
.nm-cat-meta {
  font-size: 13px !important;
}

/* TODAY 本文（15px → 16px） */
.nm-cat-today-text {
  font-size: 16px !important;
}

/* HOURS リスト全体（14px → 16px） */
.nm-cat-hours-list {
  font-size: 16px !important;
}

/* 季節見出し（14px → 15px） */
.nm-cat-season {
  font-size: 15px !important;
}

/* 営業時間テーブル（14px → 16px） */
.nm-cat-hours-table th,
.nm-cat-hours-table td {
  font-size: 16px !important;
}

/* L.O 表記（12px → 13px） */
.nm-cat-hours-lo {
  font-size: 13px !important;
}

/* 定休日・休業日（12px → 14px） */
.nm-cat-hours-note {
  font-size: 14px !important;
}

/* お知らせの日付（11px → 13px） */
.nm-cat-news-date {
  font-size: 13px !important;
}

/* お知らせのタイトル（14px → 16px） */
.nm-cat-news-title {
  font-size: 16px !important;
}

/* お知らせなし（14px → 15px） */
.nm-cat-news-empty {
  font-size: 15px !important;
}

/* お知らせ一覧リンク（12px → 14px） */
.nm-cat-news-more a {
  font-size: 14px !important;
}

/* 三景の説明（14px → 16px） */
.nm-cat-scene-text {
  font-size: 16px !important;
}

/* 施設名（15px → 16px） */
.nm-cat-facility-name {
  font-size: 16px !important;
}

/* 施設英語ラベル（11px → 12px） */
.nm-cat-facility-en {
  font-size: 12px !important;
}

/* 施設説明（13px → 14px） */
.nm-cat-facility-desc {
  font-size: 14px !important;
}

/* TIPS 「○○へ向かう方へ」（11px → 13px） */
.nm-cat-tip-for {
  font-size: 13px !important;
}

/* TIPS 行き先名（15px → 16px） */
.nm-cat-tip-dest {
  font-size: 16px !important;
}

/* TIPS 説明文（13px → 15px） */
.nm-cat-tip-text {
  font-size: 15px !important;
}

/* アクセスマップのサブラベル（12px → 13px） */
.nm-cat-access-sublabel {
  font-size: 13px !important;
}

/* フッターお問い合わせ：見出し（22px → 24px） */
.nm-footer-contact .nm-section-title {
  font-size: 24px !important;
}

/* お問い合わせボタン（14px → 15px） */
.nm-contact-btn {
  font-size: 15px !important;
}

/* 営業時間トグルボタン（14px → 15px） */
.nm-cat-hours-toggle {
  font-size: 15px !important;
}

/* === スマホ調整（max-width: 750px） === */
@media (max-width: 750px) {

  /* セクション見出し（PC 24px → スマホ 22px） */
  .nm-cat-title {
    font-size: 22px !important;
  }

  /* TODAY 本文（PC 16px → スマホ 15px） */
  .nm-cat-today-text {
    font-size: 15px !important;
  }

  /* HOURS リスト全体（PC 16px → スマホ 15px） */
  .nm-cat-hours-list {
    font-size: 15px !important;
  }

  /* 営業時間テーブル（PC 16px → スマホ 15px） */
  .nm-cat-hours-table th,
.nm-cat-hours-table td {
    font-size: 15px !important;
  }

  /* お知らせのタイトル（PC 16px → スマホ 15px） */
  .nm-cat-news-title {
    font-size: 15px !important;
  }

  /* 三景の説明（PC 16px → スマホ 15px） */
  .nm-cat-scene-text {
    font-size: 15px !important;
  }

  /* フッターお問い合わせ：見出し（PC 24px → スマホ 22px） */
  .nm-footer-contact .nm-section-title {
    font-size: 22px !important;
  }

  /* お問い合わせボタン（PC 15px → スマホ 14px） */
  .nm-contact-btn {
    font-size: 14px !important;
  }
}

/* ===== フォントサイズ全体底上げ ここまで ===== */

/* =============================================================
   ヘッダーメニュー：ロゴとメニューの間隔調整
   ロゴが長くてメニューと重なる問題を解消
   #global_menu の margin-left で間隔を確保
============================================================= */

/* PCヘッダーのみ適用 */
@media (min-width: 751px) {
  /* メニュー側で左マージンを取る */
  body #global_menu {
    margin-left: 80px;
  }
}

/* ===== ヘッダーメニュー間隔調整 ここまで ===== */

/* =============================================================
   TODAYセクション：カテゴリーバッジ
   モノトーン統一、カテゴリーページへのリンク
============================================================= */

.nm-cat-today-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0 0 10px;
}

.nm-cat-badge {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 12px;
  background: #f5f1e8;
  color: #7a5230;
  border-radius: 99px;
  letter-spacing: 0.05em;
}

/* スマホでサイズ調整 */
@media (max-width: 750px) {
  .nm-cat-badge {
    font-size: 11px;
    padding: 3px 10px;
  }
}

/* ===== TODAYカテゴリーバッジ ここまで ===== */

/* =============================================================
   営業中インジケーター
   HOURSセクション見出しの右に表示
   - 枠線なし、ベタつけ、ライブ感のあるシンプル表示
============================================================= */

.nm-cat-hours-status {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  padding: 0;
  margin: 0 0 0 18px;
  background: transparent;
  border: none;
  font-size: 16px;
  font-weight: 600;
  color: #2c1f10;
}

.nm-cat-hours-status-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  flex-shrink: 0;
  align-self: center;
}

/* 営業中：緑のドット＋緑のOPEN文字 */
.nm-cat-hours-status.is-open .nm-cat-hours-status-dot {
  background: #60bf87;
}

.nm-cat-hours-status.is-open .nm-cat-hours-status-text {
  color: #60bf87;
  font-weight: 700;
  letter-spacing: 0.1em;
}

/* 営業時間外・閉店：グレーのドット＋グレーのCLOSED文字 */
.nm-cat-hours-status.is-closed .nm-cat-hours-status-dot {
  background: #c9bda3;
}

.nm-cat-hours-status.is-closed .nm-cat-hours-status-text {
  color: #999;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.nm-cat-hours-status-text {
  font-weight: 700;
  font-size: 16px;
}

.nm-cat-hours-status-sub {
  font-size: 16px;
  color: #2c1f10;
  font-weight: 700;
}

/* スマホ */
@media (max-width: 750px) {
  .nm-cat-hours-status {
    font-size: 14px;
    margin-left: 12px;
    gap: 6px;
  }
  .nm-cat-hours-status-text {
    font-size: 14px;
  }
  .nm-cat-hours-status-sub {
    font-size: 14px;
  }
}

/* ===== 営業中インジケーター ここまで ===== */

/* =============================================================
   アクセスセクション拡充：駐車場情報＋情報コーナーリンク
============================================================= */

.nm-cat-access-facilities {
  margin-top: 28px;
}

/* 案4：左ラベル＋右情報の横並び */
.nm-cat-access-facility-row {
  display: flex;
  gap: 24px;
  padding: 12px 0;
  border-bottom: 0.5px solid #f0ead5;
  font-size: 15px;
}

.nm-cat-access-facility-row:last-of-type {
  border-bottom: none;
}

.nm-cat-access-facility-label {
  flex: 0 0 90px;
  font-size: 11px;
  color: #91a586;
  letter-spacing: 0.15em;
  font-weight: 500;
  padding-top: 3px;
}

.nm-cat-access-facility-info {
  flex: 1;
  color: #2c1f10;
  line-height: 1.7;
}

.nm-cat-access-facility-info strong {
  font-weight: 600;
}

/* 「情報コーナーをもっと見る →」テキストリンク */
.nm-cat-access-more {
  text-align: right;
  margin: 24px 0 0;
}

.nm-cat-access-more a {
  font-size: 13px;
  color: #7a5230;
  text-decoration: none;
  border-bottom: 0.5px solid #7a5230;
  padding-bottom: 2px;
  transition: opacity 0.2s;
}

.nm-cat-access-more a:hover {
  opacity: 0.7;
}

/* スマホ */
@media (max-width: 750px) {
  .nm-cat-access-facility-row {
    flex-direction: column;
    gap: 4px;
    font-size: 14px;
  }
  .nm-cat-access-facility-label {
    flex: none;
    padding-top: 0;
  }
}

/* ===== アクセスセクション拡充 ここまで ===== */

/* =============================================================
   TODAYセクション：スマホ時のレイアウト調整
   バッジ列の右端に更新日を配置（行数削減）
============================================================= */

/* =============================================================
   TODAYセクション：スマホ時のレイアウト調整
   構造：バッジ列（全幅）→ 本文・画像（2カラム）
============================================================= */

@media (max-width: 750px) {
  /* スマホ時、TODAYヘッダーの更新日を非表示 */
  .nm-cat-today .nm-cat-header .nm-cat-meta {
    display: none;
  }
  
  /* スマホ時：PCの flex を解除して全幅block扱い */
  .nm-cat-today-content {
    display: block !important;
  }
  
  .nm-cat-today-text {
    display: block !important;
    flex: none !important;
    width: 100% !important;
  }
  
  /* バッジ列：本文の上、全幅 */
  .nm-cat-today-badges {
    align-items: center;
    margin: 0 0 12px;
  }
  
  /* バッジ列の右端に更新日 */
  .nm-cat-today-meta-mobile {
    display: inline-block;
    font-size: 11px;
    color: #888;
    margin-left: auto;
    padding-left: 8px;
    white-space: nowrap;
  }
}

/* PCではモバイル用更新日を非表示 */
@media (min-width: 751px) {
  .nm-cat-today-meta-mobile {
    display: none;
  }
}

/* =============================================================
   本文と画像の2カラム配置（PC・スマホ共通）
============================================================= */
.nm-cat-today-row {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.nm-cat-today-body {
  flex: 1 1 auto;
  min-width: 0;
}

.nm-cat-today-body p {
  margin: 0 0 0.6em;
}
.nm-cat-today-body p:last-child {
  margin-bottom: 0;
}

/* PC時：画像220px、スマホ：120px */
@media (max-width: 750px) {
  .nm-cat-today-row {
    gap: 12px;
  }
  .nm-cat-today-row .nm-cat-today-image {
    flex: 0 0 120px !important;
    width: 120px !important;
    margin: 0 !important;
  }
}

/* ===== TODAYスマホ更新日配置 ここまで ===== */

/* =============================================================
   ヒーロースライダー：スマホ時に矢印を追加
   構造：‹ ・ dots ・ ›
   .slick-dotsは変更せず、矢印は別レイヤーで重ね配置
============================================================= */

/* スマホのみ適用 */
@media (max-width: 750px) {
  /* 矢印ナビゲーション：slick-dotsより下、押しやすいサイズ */
  .nm-slick-nav {
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 100px;
    z-index: 11;
    pointer-events: none;
  }
  
  .nm-slick-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: rgba(255, 255, 255, 0.85);
    cursor: pointer;
    user-select: none;
    background: transparent;
    border: none;
    padding: 0;
    transition: color 0.2s;
    -webkit-tap-highlight-color: transparent;
    pointer-events: auto;
  }
  
  .nm-slick-arrow svg {
    display: block;
  }
  
  .nm-slick-arrow:hover,
.nm-slick-arrow:active {
    color: rgba(255, 255, 255, 1);
  }
}

/* ===== ヒーロースライダー矢印 ここまで ===== */

/* =============================================================
   ヒーロースライダー：スマホ時のキャッチコピー位置調整
   矢印との余白確保のため、キャッチコピーを上に
============================================================= */

@media (max-width: 750px) {
  /* TCDテーマの正しいクラス名は .caption_inner */
  body #header_slider .caption_inner,
body #header_slider .item .caption .caption_inner,
body.mobile_device #header_slider .caption_inner,
body.mobile_device #header_slider .item .caption .caption_inner {
    bottom: 50px !important;
  }
}

/* ===== キャッチコピー位置調整 ここまで ===== */

/* =============================================================
   ★★★ 共通土台 全ページ共通（rs / vg / sn / sv / ic）★★★
   背景・セクション・見出し・営業時間を1箇所に統合
============================================================= */

/* 背景全幅 */
.rs-bg-ivory,
.rs-bg-white,
.vg-bg-ivory,
.vg-bg-white,
.sn-bg-ivory,
.sn-bg-green,
.sv-bg-ivory,
.sv-bg-green,
.ic-bg-ivory,
.ic-bg-green {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
}

/* 背景色 */
.rs-bg-ivory,
.vg-bg-ivory,
.sn-bg-ivory,
.sv-bg-ivory,
.ic-bg-ivory { background: #FAF7F0; }
.rs-bg-white,
.vg-bg-white,
.sn-bg-green,
.sv-bg-green,
.ic-bg-green { background: #fff; }

/* セクション */
.rs-section,
.vg-section,
.sn-section,
.sv-section,
.ic-section {
  padding: 60px 20px;
  text-align: center;
}
.rs-section-inner,
.vg-section-inner,
.sn-section-inner,
.sv-section-inner,
.ic-section-inner {
  max-width: 1100px;
  margin: 0 auto;
}

/* 見出し：ドット線非表示 */
.rs-section .nm-section-border,
.vg-section .nm-section-border,
.sn-section .nm-section-border,
.sv-section .nm-section-border,
.ic-section .nm-section-border { display: none !important; }

/* 見出し：英語ラベル */
.rs-section .nm-section-label,
.vg-section .nm-section-label,
.sn-section .nm-section-label,
.sv-section .nm-section-label,
.ic-section .nm-section-label {
  font-size: 13px;
  letter-spacing: 0.25em;
  color: #60bf87;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 8px;
}

/* 見出し：日本語タイトル */
.rs-section .nm-section-title,
.vg-section .nm-section-title,
.sn-section .nm-section-title,
.sv-section .nm-section-title,
.ic-section .nm-section-title {
  font-size: 28px;
  color: #2c1f10;
  font-weight: 600;
  margin: 0 0 10px;
  line-height: 1.4;
}

/* 背景ごとの英語ラベル色 */
.rs-bg-ivory .nm-section-label,
.vg-bg-ivory .nm-section-label,
.sn-bg-ivory .nm-section-label,
.sv-bg-ivory .nm-section-label,
.ic-bg-ivory .nm-section-label { color: #999; }
.rs-bg-white .nm-section-label,
.vg-bg-white .nm-section-label,
.sn-bg-green .nm-section-label,
.sv-bg-green .nm-section-label,
.ic-bg-green .nm-section-label { color: #60bf87; }

/* 営業時間ブロック */
.rs-hours-block,
.vg-hours-block,
.sn-hours-block,
.sv-hours-block {
  text-align: center;
  padding-top: 20px;
  margin-top: 28px;
  border-top: 0.5px solid #c9bda3;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}
.rs-hours-label,
.vg-hours-label,
.sn-hours-label,
.sv-hours-label {
  font-size: 13px !important;
  color: #60bf87;
  letter-spacing: 0.15em;
  margin: 0 0 10px !important;
  line-height: 1 !important;
}
.rs-hours-time,
.vg-hours-time,
.sn-hours-time,
.sv-hours-time {
  font-size: 20px !important;
  color: #2c1f10;
  margin: 0 0 6px !important;
  font-weight: 600;
  line-height: 1.5 !important;
}
.rs-hours-note,
.vg-hours-note,
.sn-hours-note,
.sv-hours-note {
  font-size: 14px !important;
  color: #888;
  margin: 0 !important;
  line-height: 1.6 !important;
}

/* SP共通 */
@media (max-width: 640px) {
  .rs-section,
.vg-section,
.sn-section,
.sv-section,
.ic-section {
    padding: 40px 16px;
  }
  .rs-section .nm-section-label,
.vg-section .nm-section-label,
.sn-section .nm-section-label,
.sv-section .nm-section-label,
.ic-section .nm-section-label { font-size: 12px; }
  .rs-section .nm-section-title,
.vg-section .nm-section-title,
.sn-section .nm-section-title,
.sv-section .nm-section-title,
.ic-section .nm-section-title { font-size: 22px; }
  .rs-hours-time,
.vg-hours-time,
.sn-hours-time,
.sv-hours-time {
    font-size: 18px !important;
  }
  .rs-hours-note,
.vg-hours-note,
.sn-hours-note,
.sv-hours-note {
    font-size: 13px !important;
  }
}
/* ===== ★★★ 共通土台 ここまで ★★★ ===== */

