/*
Theme Name: Nochi Yuragi
Theme URI: https://hotel-nochi.com/
Author: Hotel Nochi Development Team
Author URI: https://hotel-nochi.com/
Description: Hotel Nochi専用のカスタムWordPressテーマ。日本の伝統とモダンなデザインを融合させ、ホテルの独特な雰囲気を表現します。
Version: 1.0.0
License: Proprietary
License URI: https://hotel-nochi.com/license
Text Domain: nochi-yuragi
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
*/

/* ==========================================================================
   ユーティリティクラス
   ========================================================================== */

/* スクリーンリーダー専用 - 視覚的には非表示だがスクリーンリーダーでは読み上げられる */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* フォーカス可能な要素がフォーカスを受けた時は表示する */
.sr-only-focusable:focus,
.sr-only-focusable:active {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

/* モバイル専用要素 - デスクトップでは非表示 */
.mobile-only {
  display: none;
}

/* タブレット以下（768px以下）で表示 */
@media screen and (max-width: 768px) {
  .mobile-only {
    display: inline;
  }
}

/* ==========================================================================
   リセットとベース設定
   ========================================================================== */

/* Box-sizing reset */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
dl,
dd,
ol,
ul,
figure {
  margin: 0;
}

ol {
  padding-left: 0;
}

/* HTML5 display definitions */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

/* ==========================================================================
   ベーススタイル
   ========================================================================== */

body {
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* リンク */
a {
  color: #8b4513;
  text-decoration: none;
  transition: color 0.3s ease;
}

a:hover,
a:focus {
  color: #a0522d;
  text-decoration: underline;
}

/* 見出し */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  line-height: 1.4;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

/* ==========================================================================
   共通パンくずリスト
   ========================================================================== */

.breadcrumbs {
  margin: 0 0 32px;
}

.breadcrumbs ol {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #313f33;
}

.breadcrumb-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

.breadcrumb-link {
  color: inherit;
  text-decoration: none;
}

.breadcrumb-link:hover,
.breadcrumb-link:focus {
  text-decoration: underline;
}

.breadcrumb-current {
  color: rgba(49, 63, 51, 0.72);
  font-weight: 600;
}

.breadcrumb-icon svg,
.breadcrumb-separator svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

/* ==========================================================================
   ユニット別パンくずリスト（継承・調整）
   ========================================================================== */

.hero-section {
  position: relative;
  height: 720px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.hero-menu-toggle {
  position: fixed;
  top: 24px;
  right: 24px;
  z-index: 1100;
  display: none;
}

.hero-menu-toggle {
  width: 44px;
  height: 44px;
  padding: 8px;
  border-radius: 0;
  background-color: transparent;
  border: none;
  box-shadow: none;
  color: #f5f3ec;
}

.hero-menu-toggle .menu-toggle__bars,
.hero-menu-toggle .menu-toggle__bars::before,
.hero-menu-toggle .menu-toggle__bars::after {
  width: 24px;
  height: 2px;
  background-color: #f5f3ec;
}

.hero-menu-toggle.is-solid {
  background-color: rgba(15, 20, 25, 0.45);
  border: 1px solid rgba(245, 243, 236, 0.16);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

.hero-menu-toggle .menu-toggle__bars::before {
  top: -7px;
}

.hero-menu-toggle .menu-toggle__bars::after {
  top: 7px;
}

.hero-menu-toggle:focus-visible {
  outline: 2px solid rgba(245, 243, 236, 0.8);
  outline-offset: 3px;
}

/* カルーセルコンテナ */
.hero-carousel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

/* スライド */
.hero-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
}

.hero-slide.active {
  opacity: 1;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 800px;
  padding: 0 20px;
}

.hero-title {
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
  font-size: 52px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1.4;
  margin-bottom: 24px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.hero-subtitle {
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
  font-size: 20px;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.5;
  margin-bottom: 40px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.hero-cta-button {
  display: inline-block;
  background-color: #e38e0f;
  color: #ffffff;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
  font-size: 18px;
  font-weight: 600;
  padding: 16px 32px;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.hero-cta-button:hover {
  background-color: #c57a0a;
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  text-decoration: none;
  color: #ffffff;
}

.hero-cta-button:focus {
  outline: 3px solid rgba(227, 142, 15, 0.5);
  outline-offset: 2px;
}

/* ドットインジケーター */
.hero-dots {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 12px;
  z-index: 3;
}

.hero-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4);
  border: 2px solid rgba(255, 255, 255, 0.6);
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
}

.hero-dot:hover {
  background-color: rgba(255, 255, 255, 0.6);
  transform: scale(1.2);
}

.hero-dot.active {
  background-color: #e38e0f;
  border-color: #e38e0f;
  transform: scale(1.2);
}

.hero-dot:focus {
  outline: 2px solid rgba(227, 142, 15, 0.8);
  outline-offset: 2px;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .hero-section {
    height: 600px;
  }

  .hero-title {
    font-size: 36px;
    margin-bottom: 20px;
  }

  .hero-subtitle {
    font-size: 16px;
    margin-bottom: 32px;
  }

  .hero-cta-button {
    font-size: 16px;
    padding: 14px 28px;
  }
}

@media (max-width: 480px) {
  .hero-section {
    height: 500px;
  }

  .hero-title {
    font-size: 28px;
  }

  .hero-subtitle {
    font-size: 14px;
  }
}

/* ==========================================================================
   お知らせセクション
   ========================================================================== */

.news-section {
  background-color: #f5f3ec;
  color: #313f33;
  padding: 80px 0;
}

.news-header {
  text-align: center;
  margin-bottom: 48px;
}

.news-title-ja {
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 8px;
  color: #313f33;
  letter-spacing: 0.05em;
}

.news-title-en {
  font-family: "Montserrat", sans-serif;
  font-size: 48px;
  font-weight: 600;
  margin: 0;
  letter-spacing: 0.05em;
  color: #313f33;
}

.news-list {
  max-width: 1000px;
  margin: 0 auto 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.news-entry {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
  font-size: 20px;
  line-height: 1.75;
  letter-spacing: 0.05em;
}

.news-entry-date {
  font-weight: 700;
  color: #313f33;
  min-width: 110px;
}

.news-entry-link {
  color: #313f33;
  text-decoration: none;
  flex: 1;
  min-width: 200px;
  transition: color 0.3s ease;
}

.news-entry-link:hover,
.news-entry-link:focus {
  color: #e38e0f;
  outline: none;
}

.news-entry-title {
  font-weight: 500;
}

.news-footer {
  max-width: 1000px;
  margin: 8px auto 0;
  text-align: right;
}

.news-more-link {
  color: #313f33;
  text-decoration: none;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.07em;
  transition: color 0.3s ease;
}

.news-more-link:hover,
.news-more-link:focus {
  color: #e38e0f;
  outline: none;
}

.news-more-link .arrow {
  margin-left: 6px;
}

.no-news {
  text-align: center;
  color: rgba(49, 63, 51, 0.6);
  font-size: 16px;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .news-section {
    padding: 64px 0;
  }

  .news-title-en {
    font-size: 36px;
  }

  .news-entry {
    font-size: 18px;
    gap: 12px;
  }

  .news-entry-date {
    min-width: 90px;
  }

  .news-footer {
    text-align: center;
  }
}

@media (max-width: 480px) {
  .news-title-en {
    font-size: 28px;
  }

  .news-entry {
    font-size: 16px;
  }

  .news-entry-date {
    min-width: 80px;
  }
}

/* ==========================================================================
   Instagramセクション
   ========================================================================== */

.instagram-section {
  background-color: #ffffff;
  padding: 80px 0;
}

.instagram-section .container {
  display: flex;
  flex-direction: column;
}

.instagram-feed-wrapper {
  margin-bottom: 50px;
  width: 100%;
}

/* Instagram Follow Buttons */
.instagram-follow-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.instagram-follow-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: #171415;
  color: #ffffff;
  padding: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.instagram-follow-btn:hover {
  background-color: #2a2728;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  text-decoration: none;
  color: #ffffff;
}

.instagram-follow-btn:focus {
  outline: 2px solid rgba(23, 20, 21, 0.5);
  outline-offset: 2px;
}

.instagram-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

/* Instagram Feed Plugin Override Styles */
.instagram-section .sbi {
  margin: 0 !important;
}

.instagram-section .sbi_follow_btn {
  display: none !important; /* Hide plugin's default follow button */
}

/* Fallback notice */
.instagram-notice {
  text-align: center;
  padding: 40px 20px;
  background-color: #f5f5f5;
  border-radius: 8px;
}

.instagram-notice p {
  margin: 0;
  color: #666;
  font-size: 16px;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .instagram-section {
    padding: 40px 0;
  }

  .instagram-feed-wrapper {
    margin-bottom: 40px;
  }

  .instagram-follow-buttons {
    gap: 15px;
  }

  .instagram-follow-btn {
    font-size: 14px;
    padding: 10px 20px;
  }
}

@media (max-width: 480px) {
  .instagram-follow-buttons {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .instagram-follow-btn {
    width: 100%;
    max-width: 280px;
    justify-content: center;
  }
}

/* ==========================================================================
   コンセプトセクション
   ========================================================================== */

.concept-section {
  padding: 120px 0;
  position: relative;
}

.concept-inner {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 96px;
}

.concept-content {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
}

.concept-title {
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: #313f33;
  line-height: 1.2;
  letter-spacing: 0.05em;
  margin: 0;
  max-width: 520px;
}

.concept-description {
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #313f33;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin: 0 auto;
}

.concept-description p {
  margin: 0;
}

/* レスポンシブ対応 */

@media (max-width: 1024px) {
  .concept-inner {
    padding: 0 48px;
  }
}

@media (max-width: 768px) {
  .concept-section {
    padding: 96px 0;
  }

  .concept-inner {
    padding: 0 32px;
  }

  .concept-title {
    font-size: 36px;
  }

  .concept-description {
    font-size: 18px;
    line-height: 1.5;
  }

  .concept-description br {
    display: none;
  }

  .concept-description p {
    margin: 16px 0;
  }
}

@media (max-width: 480px) {
  .concept-section {
    padding: 72px 0;
  }

  .concept-title {
    font-size: 30px;
  }

  .concept-description {
    font-size: 16px;
  }

  .concept-description br {
    display: none;
  }

  .concept-description p {
    margin: 16px 0;
  }
}

/* ==========================================================================
   グローバルBOOK NOWボタン
   ========================================================================== */

.global-book-now {
  position: fixed;
  right: -95px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  transform-origin: center;
  background-color: #e38e0f;
  color: #ffffff;
  padding: 15px 40px;
  z-index: 100000;
  transition: all 0.3s ease;
}

.global-book-now span {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.1em;
  white-space: nowrap;
}

.global-book-now:hover {
  background-color: #c57a0a;
  color: #ffffff;
  text-decoration: none;
  right: -90px;
}

.global-book-now:focus {
  outline: 3px solid rgba(227, 142, 15, 0.5);
  outline-offset: -3px;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .global-book-now {
    right: -85px;
    padding: 12px 30px;
  }

  .global-book-now span {
    font-size: 20px;
  }

  .global-book-now:hover {
    right: -80px;
  }
}

@media (max-width: 480px) {
  .global-book-now {
    right: -70px;
    top: 66.67%; /* 画面の上から2/3の位置 */
    padding: 10px 25px;
  }

  .global-book-now span {
    font-size: 18px;
  }

  .global-book-now:hover {
    right: -65px;
  }
}

/* ==========================================================================
   施設紹介セクション
   ========================================================================== */

/* セクション全体 */
.facility-section {
  width: 100%;
  margin: 0 auto;
  background-color: #f5f3ec;
  position: relative;
}

.facility-grid {
  display: grid;
  grid-template-columns: 50% 50%;
  min-height: 1715px;
}

/* カラム基本設定 */
.facility-column {
  position: relative;
  display: flex;
  flex-direction: column;
}

/* 左列（hotel）専用スタイル */
.facility-column--hotel .facility-text-area {
  min-height: 600px;
  padding: 64px 80px 0 64px;
  position: relative;
}

.facility-column--hotel .facility-image-area {
  flex: 1;
  position: relative;
  overflow: hidden;
  height: 1115px;
}

/* 右列（cafe）専用スタイル */
.facility-column--cafe .facility-image-area {
  height: 1020px;
  position: relative;
  overflow: hidden;
}

.facility-column--cafe .facility-text-area {
  min-height: 500px;
  padding: 77px 64px 0 80px;
  position: relative;
}

.facility-column--cafe .facility-logo {
  display: flex;
  align-items: center;
  flex: 0 0 195px;
}

/* テキストコンテンツ */
.facility-text-area {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.facility-content {
  max-width: 576px;
  margin-bottom: 32px;
}

.facility-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}

.facility-header > div:first-child {
  display: flex;
  flex-direction: column;
}

.facility-header .facility-floor {
  margin-bottom: 12px;
}

.facility-header .facility-title {
  margin-bottom: 0;
}

.facility-header .facility-logo {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-shrink: 0;
}

.facility-logo img,
.facility-logo-image {
  width: 191px;
  height: 192px;
}

/* フロア表示 */
.facility-floor {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 1.8px;
  line-height: 43.2px;
  color: #313f33;
  margin-bottom: 24px;
}

/* タイトル */
.facility-title {
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
  font-size: 56px;
  font-weight: 700;
  letter-spacing: 2.8px;
  line-height: 67.2px;
  color: #313f33;
  margin: 0 0 24px;
}
/* 説明文 */
.facility-description {
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  color: #313f33;
  margin: 0 0 32px;
}

/* ボタン共通 */
.facility-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 158px;
  height: 48px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.8px;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  z-index: 3;
  border: 1px solid;
  margin-top: 32px;
  margin-left: auto;
  align-self: flex-end;
  flex: 0 0 auto;
}

/* ダークボタン（hotel） */
.facility-button--dark {
  background-color: #313f33;
  color: #f5f3ec;
  border-color: #313f33;
}

.facility-button--dark:hover {
  background-color: transparent;
  color: #313f33;
}

/* オレンジボタン（cafe） */
.facility-button--orange {
  background-color: #e38e0f;
  color: #f5f3ec;
  border-color: #e38e0f;
}

.facility-button--orange:hover {
  background-color: transparent;
  color: #e38e0f;
}

/* ボタンアニメーション */
.facility-button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  transform: translate(-50%, -50%);
  transition: width 0.6s, height 0.6s;
}

.facility-button:hover::before {
  width: 300px;
  height: 300px;
}

/* 矢印 */
.facility-button .arrow {
  margin-left: 4px;
  transition: transform 0.3s ease;
  font-size: 20px;
  line-height: 1;
}

.facility-button:hover .arrow {
  transform: translateX(4px);
}

/* 画像スタイル */
.facility-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.facility-image-area:hover .facility-image {
  transform: scale(1.08);
}

.facility-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
  z-index: 2;
}

.facility-image-overlay--bottom {
  top: auto;
  bottom: 0;
}

.facility-overlay-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}

.facility-overlay-cell {
  height: 30px;
  background: transparent;
  padding: 0;
  margin: 0;
}

.facility-overlay-cell--highlight {
  background: #f5f3ec;
}

.facility-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #f5f5f5 0%, #e0e0e0 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #999;
}

/* 装飾パターン */
/* ロゴマーク */
.facility-logo svg {
  width: 190.47px;
  height: 192px;
}

.logo-accent {
  fill: #b50000;
}

.logo-base {
  fill: #ffffff;
}

/* アニメーション定義 */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.facility-floor,
.facility-title,
.facility-description,
.facility-button {
  animation: fadeInUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  opacity: 0;
  animation-play-state: paused;
}

.facility-floor {
  animation-delay: 0.1s;
}
.facility-title {
  animation-delay: 0.2s;
}
.facility-description {
  animation-delay: 0.3s;
}
.facility-button {
  animation-delay: 0.4s;
}

/* レスポンシブ対応 */
@media (max-width: 1440px) {
  .facility-grid {
    grid-template-columns: 1fr 1fr;
  }

  .facility-column {
    width: 50vw;
  }
}

@media (max-width: 1024px) {
  .facility-grid {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .facility-column {
    width: 100%;
  }

  .facility-column--cafe {
    margin-top: 0;
    display: flex;
    flex-direction: column;
  }

  .facility-column--cafe .facility-text-area {
    order: 1;
    margin-top: 0;
    min-height: unset !important;
  }

  .facility-column--cafe .facility-image-area {
    order: 2;
    margin-top: 40px;
  }

  .facility-button {
    position: static !important;
    margin-top: 32px;
  }

  .facility-column--hotel .facility-text-area,
  .facility-column--cafe .facility-text-area {
    height: auto !important;
    padding: 60px 40px !important;
  }

  .facility-column--hotel .facility-image-area,
  .facility-column--cafe .facility-image-area {
    height: 400px !important;
  }
}
@media (max-width: 768px) {
  .facility-text-area {
    padding: 48px 16px !important;
  }

  .facility-column--hotel .facility-text-area,
  .facility-column--cafe .facility-text-area {
    height: auto !important;
    min-height: unset !important;
    padding: 48px 16px !important;
  }

  .facility-content {
    margin-bottom: 0;
  }

  .facility-description {
    margin-bottom: 0;
  }

  .facility-button {
    margin-left: 0;
    align-self: flex-start;
  }

  .facility-column--hotel .facility-image-area,
  .facility-column--cafe .facility-image-area {
    margin-top: 0;
    height: 300px !important;
  }

  /* 喫茶ゆらぎの画像の高さをhotel のちに合わせる */
  .facility-column--cafe .facility-image {
    height: 100%;
    object-fit: cover;
  }

  .facility-floor {
    font-size: 28px;
    line-height: 36px;
  }

  .facility-title {
    font-size: 42px;
    line-height: 50px;
    letter-spacing: 2.1px;
  }

  .facility-description {
    font-size: 16px;
    line-height: 24px;
  }

  .facility-logo {
    width: 80px;
    height: 80px;
  }

  .facility-column--cafe .facility-logo {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex: 0 0 80px;
    width: 80px;
  }

  .facility-logo img,
  .facility-logo-image {
    width: 80px;
    height: 80px;
  }

  .facility-overlay-cell {
    height: 10px;
  }

  /* hotel のちのオーバーレイを下端に配置して反転 */
  .facility-column--hotel .facility-image-overlay {
    top: auto;
    bottom: 0;
  }

  .facility-column--hotel .facility-overlay-table {
    transform: scaleY(-1);
  }

  .facility-column--cafe .facility-image-overlay {
    display: none;
  }
}

/* 769px〜1024pxで画像とオーバーレイを入れ替え */
@media (min-width: 769px) and (max-width: 1024px) {
  /* hotel のちのオーバーレイを下からに変更 */
  .facility-column--hotel .facility-image-overlay {
    top: auto;
    bottom: 0;
  }

  /* 喫茶ゆらぎのオーバーレイを非表示 */
  .facility-column--cafe .facility-image-overlay {
    display: none;
  }

  /* ハイライトパターンを反転させるため、テーブルを上下反転 */
  .facility-column--hotel .facility-overlay-table {
    transform: scaleY(-1);
  }
}

@media (max-width: 480px) {
  .facility-title {
    font-size: 36px;
    line-height: 44px;
  }

  .facility-description {
    font-size: 15px;
  }

  .facility-button {
    width: 140px;
    height: 44px;
    font-size: 14px;
  }
}

/* ==========================================================================
   隠岐についてセクション
   ========================================================================== */

.about-oki-section {
  position: relative;
  width: 100%;
  height: 692px;
  overflow: hidden;
}

/* パララックス背景 */
.about-oki-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.about-oki-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
}

/* コンテナ設定 */
.about-oki-container {
  position: relative;
  z-index: 1;
  max-width: 1440px;
  margin: 0 auto;
  padding: 80px 64px;
  height: 100%;
  display: flex;
  align-items: center;
}

.about-oki-content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  width: 100%;
  max-width: 1312px;
  margin: 0 auto;
}

/* テキストコンテンツ */
.about-oki-text {
  display: flex;
  align-items: center;
}

.about-oki-text__inner {
  max-width: 624px;
}

.about-oki-subtitle {
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.9px;
  line-height: 27px;
  color: #313f33;
  margin: 0;
}

.about-oki-title {
  font-family: "Montserrat", sans-serif;
  font-size: 48px;
  font-weight: 600;
  letter-spacing: 2.4px;
  line-height: 57.6px;
  color: #313f33;
  margin: 24px 0 0;
}

.about-oki-description {
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.9px;
  line-height: 27px;
  color: #313f33;
  margin: 24px 0 32px;
}

/* ボタンスタイル */
.about-oki-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 24px;
  height: 48px;
  border: 2px solid #e38e0f;
  color: #e38e0f;
  background: transparent;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.about-oki-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #e38e0f;
  transition: left 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: -1;
}

.about-oki-button:hover {
  color: #ffffff;
}

.about-oki-button:hover::before {
  left: 0;
}

.button-arrow {
  width: 12px;
  height: 12px;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
  transition: transform 0.3s ease;
}

.about-oki-button:hover .button-arrow {
  transform: translateX(4px);
}

/* 画像コラージュ */
.about-oki-images {
  display: flex;
  align-items: center;
  justify-content: center;
}

.image-collage {
  position: relative;
  width: 624px;
  height: 532px;
  max-width: 100%;
}

.collage-item {
  position: absolute;
  margin: 0;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.collage-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

/* 各画像の配置 */
.collage-item--1 {
  width: 383px;
  height: 383px;
  top: 103px;
  left: -71px;
  z-index: 1;
}

.collage-item--2 {
  width: 364px;
  height: 242px;
  top: 0;
  left: 48px;
  z-index: 2;
}

.collage-item--3 {
  width: 364px;
  height: 242px;
  bottom: 0;
  right: 0;
  z-index: 3;
}

/* プレースホルダー */
.collage-placeholder {
  background: linear-gradient(135deg, #f5f5f5 0%, #e0e0e0 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  font-size: 14px;
}

/* ホバーエフェクト */
.collage-item:hover {
  z-index: 10;
  transform: scale(1.05);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.15);
}

.collage-item:hover img {
  transform: scale(1.1);
}

/* フェードインアニメーション */
.about-oki-text p,
.about-oki-text h2,
.about-oki-text a {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.about-oki-text.fade-in p,
.about-oki-text.fade-in h2,
.about-oki-text.fade-in a {
  opacity: 1;
  transform: translateY(0);
}

.collage-item {
  opacity: 0;
  transform: translateY(50px) scale(0.95);
}

.collage-item.fade-in {
  opacity: 1;
  transform: translateY(0) scale(1);
}

/* 画像ごとの遅延 */
.collage-item--1 {
  transition-delay: 0.2s;
}
.collage-item--2 {
  transition-delay: 0.4s;
}
.collage-item--3 {
  transition-delay: 0.6s;
}

/* レスポンシブ対応 */
@media (max-width: 1024px) {
  .about-oki-section {
    height: auto;
    min-height: 0;
  }

  .about-oki-container {
    height: auto;
    align-items: flex-start;
  }

  .about-oki-content-wrapper {
    grid-template-columns: 1fr;
    gap: 48px;
    justify-items: center;
  }

  .about-oki-text {
    text-align: center;
  }

  .about-oki-text__inner {
    margin: 0 auto;
    max-width: 100%;
  }

  .image-collage {
    transform: scale(0.8);
    margin: 0 auto;
    transform-origin: center top;
  }

  .about-oki-button {
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .about-oki-section {
    height: auto;
    min-height: 0;
  }

  .about-oki-container {
    padding: 48px 16px;
  }

  .about-oki-content-wrapper {
    display: block;
  }

  .about-oki-title {
    font-size: 32px;
    letter-spacing: 1.6px;
    line-height: 38.4px;
    margin-top: 16px;
  }

  .about-oki-subtitle {
    font-size: 14px;
    letter-spacing: 0.7px;
    line-height: 21px;
  }

  .about-oki-description {
    font-size: 14px;
    letter-spacing: 0.7px;
    line-height: 21px;
    margin: 16px 0 32px;
  }

  /* 新モバイルレイアウト: Figma上の624x532比率をベースに割合指定 */
  .image-collage {
    width: min(100%, 428px);
    aspect-ratio: 624 / 532;
    margin: 40px auto 0 auto;
    transform: none;
    transform-origin: center top;
  }

  .collage-item {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  }

  .collage-item--1 {
    width: 100%;
    top: 19.36%;
    left: -43%;
    right: auto;
    bottom: auto;
    z-index: 2;
  }

  .collage-item--2 {
    width: 100%;
    top: 0;
    left: 7.69%;
    right: auto;
    bottom: auto;
    z-index: 3;
  }

  .collage-item--3 {
    width: 100%;
    top: 54.51%;
    left: 30%;
    right: auto;
    bottom: auto;
    z-index: 1;
  }
}

@media (max-width: 480px) {
  .about-oki-title {
    font-size: 32px;
    letter-spacing: 1.6px;
  }

  .about-oki-subtitle {
    font-size: 14px;
    letter-spacing: 0.7px;
  }

  .about-oki-description {
    font-size: 14px;
    letter-spacing: 0.7px;
    line-height: 21px;
  }

  .image-collage {
    width: min(100%, 390px);
  }

  .collage-item--1 {
    left: -40%;
  }

  .collage-item--3 {
    left: 30%;
  }
}

/* reduced-motionへの対応 */
@media (prefers-reduced-motion: reduce) {
  .about-oki-background,
  .collage-item {
    transform: none !important;
    transition: opacity 0.3s ease !important;
  }
}

/* ==========================================================================
   アクセスセクション
   ========================================================================== */

/* セクション基本設定 */
.access-section {
  width: 100%;
  background-color: #313f33;
  position: relative;
}

/* 情報エリア */
.access-info-area {
  padding: 80px 0;
}

.access-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 64px;
  display: grid;
  grid-template-columns: 732px 1fr;
  gap: 80px;
  align-items: start;
}

/* 左カラム: アクセス情報 */
.access-column--left {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.access-header {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.access-subtitle {
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #f5f3ec;
  margin: 0;
}

.access-title {
  font-family: "Montserrat", sans-serif;
  font-size: 48px;
  font-weight: 600;
  letter-spacing: 2.4px;
  line-height: 57.6px;
  color: #f5f3ec;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .access-header {
    gap: 8px;
  }

  .access-subtitle {
    text-align: center;
  }

  .access-title {
    text-align: center;
  }

  .access-button-container {
    text-align: center;
  }
}

/* 経路情報 */
.access-routes {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.access-main-route {
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  color: #f5f3ec;
  margin: 0;
}

.route-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.route-item {
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  color: #f5f3ec;
  display: grid;
  grid-template-columns: 60px 40px 120px 40px 1fr;
  align-items: center;
}

.route-from {
  text-align: right;
}

.route-arrow {
  text-align: center;
  opacity: 0.6;
}

.route-to {
  font-weight: 600;
}

.route-line {
  text-align: center;
  opacity: 0.4;
}

.route-time {
  text-align: left;
}

/* View moreボタン */
.access-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 24px;
  height: 48px;
  border: 2px solid #f5f3ec;
  color: #f5f3ec;
  background: transparent;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.8px;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  align-self: flex-start;
}

.access-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #f5f3ec;
  transition: left 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 0;
}

.access-button:hover {
  color: #313f33;
}

.access-button:hover::before {
  left: 0;
}

.access-button > * {
  position: relative;
  z-index: 1;
}

/* 右カラム: 店舗詳細情報 */
.access-column--right {
  padding-top: 8px;
}

.store-details {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.detail-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.detail-header {
  display: flex;
  align-items: center;
  gap: 16px;
}

.detail-icon {
  width: 24px;
  height: 24px;
  fill: #f5f3ec;
  flex-shrink: 0;
}

.detail-label {
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 28px;
  color: #f5f3ec;
}

.detail-value {
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.8px;
  line-height: 24px;
  color: #f5f3ec;
  margin: 0;
  padding-left: 40px;
}

/* 電話リンク */
.phone-link {
  color: #f5f3ec;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.phone-link:hover {
  opacity: 0.8;
  text-decoration: underline;
}

/* SNS情報 */
.sns-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.sns-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.sns-icon {
  width: 24px;
  height: 24px;
  fill: #f5f3ec;
}

.sns-icon--line {
  width: 25px;
  height: 25px;
}

.sns-accounts {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.8px;
  color: #9e9146;
}

/* 地図エリア */
.access-map {
  position: relative;
  width: 100%;
  height: 738px;
  overflow: hidden;
}

.map-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.map-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #252525 0%, #1a1a1a 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  font-size: 16px;
}

/* 地図オーバーレイ */
.map-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  transition: background 0.3s ease;
  pointer-events: none;
}

.map-expand-btn {
  position: absolute;
  bottom: 24px;
  right: 24px;
  width: 48px;
  height: 48px;
  background: #313f33;
  border: 2px solid #f5f3ec;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  pointer-events: all;
  transition: all 0.3s ease;
}

.map-expand-btn:hover {
  background: #f5f3ec;
}

.map-expand-btn:hover svg {
  fill: #313f33;
}

.map-expand-btn svg {
  width: 24px;
  height: 24px;
  fill: #f5f3ec;
  transition: fill 0.3s ease;
}

/* アニメーション初期状態 */
.access-column--left .access-subtitle,
.access-column--left .access-title,
.access-column--left .access-main-route,
.access-column--left .route-item,
.access-column--left .access-button {
  opacity: 0;
  transform: translateY(20px);
}

.access-column--right .detail-item {
  opacity: 0;
  transform: translateX(20px);
}

/* フォーカススタイル */
.access-button:focus,
.phone-link:focus,
.sns-link:focus,
.map-expand-btn:focus {
  outline: 2px solid #9e9146;
  outline-offset: 2px;
}

/* レスポンシブ対応 */
@media (max-width: 1200px) {
  .access-container {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .access-column--right {
    padding-top: 0;
  }
}

@media (max-width: 768px) {
  .access-info-area {
    padding: 48px 0;
  }

  .access-container {
    padding: 0 24px;
  }

  .access-title {
    font-size: 36px;
    line-height: 43.2px;
    letter-spacing: 1.8px;
  }

  .access-subtitle,
  .access-main-route {
    font-size: 16px;
  }

  .route-item {
    font-size: 16px;
    grid-template-columns: 50px 30px 100px 30px 1fr;
  }

  .detail-label {
    font-size: 18px;
  }

  .detail-value {
    padding-left: 32px;
    font-size: 14px;
  }

  .sns-accounts {
    font-size: 14px;
  }

  .access-map {
    height: 400px;
  }
}

@media (max-width: 480px) {
  .route-item {
    font-size: 14px;
    grid-template-columns: 45px 25px 80px 25px 1fr;
  }

  .access-button {
    font-size: 14px;
    height: 44px;
    padding: 0 20px;
  }
}

/* ハイコントラストモード対応 */
@media (prefers-contrast: high) {
  .access-section {
    border-top: 2px solid #f5f3ec;
    border-bottom: 2px solid #f5f3ec;
  }

  .detail-icon,
  .sns-icon {
    stroke: #f5f3ec;
    stroke-width: 2;
  }
}

/* ==========================================================================
   レイアウト
   ========================================================================== */

.site {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.site-content {
  flex: 1;
}

/* フロントページ以外ではメインコンテンツにオフセットを追加 */
body:not(.home) .site-main {
  padding-top: 118px;
}

/* WordPress管理バーがある場合の調整 */
.admin-bar body:not(.home) .site-main {
  padding-top: 150px;
}

/* フロントページでヘッダーが固定されたときにオフセットを追加 */
body.home .site-main.header-fixed {
  padding-top: 118px;
}

/* WordPress管理バーがある場合の調整 */
.admin-bar body.home .site-main.header-fixed {
  padding-top: 150px;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ==========================================================================
   ヘッダー
   ========================================================================== */

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
  background-color: #ffffff;
  padding: 24px 0 16px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
}

/* WordPress管理バーがある場合の調整 */
.admin-bar .site-header {
  top: 32px;
}

/* フロントページでは最初は固定しない（hero-sectionの下に配置） */
body.home .site-header {
  position: static;
}

/* スクロールしたら固定する */
body.home .site-header.is-fixed {
  position: fixed;
  top: 0;
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 48px;
}

.gnav-logos {
  display: flex;
  align-items: center;
  gap: 32px;
}

.gnav-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.gnav-logo img {
  display: block;
  height: 78px;
  width: auto;
}

.gnav-logo .mobile-logo {
  display: none;
}

/* ==========================================================================
   ナビゲーション
   ========================================================================== */

.main-navigation {
  margin-top: 0;
  flex: 1;
}

.menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 0;
  padding: 0;
  cursor: pointer;
  background-color: #ffffff;
  color: #313f33;
  border: 1px solid rgba(49, 63, 51, 0.1);
  transition: background-color 0.3s ease, border-color 0.3s ease,
    box-shadow 0.3s ease, color 0.3s ease;
}

/* PC版ではメニュートグルを非表示にし、ナビゲーションを表示 */
@media screen and (min-width: 769px) {
  .menu-toggle {
    display: none !important;
  }

  .main-navigation .nav-menu {
    display: flex !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
  }
}

.menu-toggle:hover,
.menu-toggle:focus-visible {
  background-color: #f5f7f4;
  border-color: rgba(49, 63, 51, 0.2);
  outline: none;
}

.menu-toggle.hero-menu-toggle {
  background-color: transparent;
  border: none;
  box-shadow: none;
  color: #f5f3ec;
}

.menu-toggle.hero-menu-toggle:hover,
.menu-toggle.hero-menu-toggle:focus-visible {
  background-color: transparent;
  border: none;
  box-shadow: none;
}

.menu-toggle.hero-menu-toggle.is-solid {
  background-color: rgba(15, 20, 25, 0.45);
  border: none;
}

.menu-toggle__bars {
  position: relative;
  display: block;
  width: 22px;
  height: 2px;
  background-color: currentColor;
  border-radius: 999px;
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.menu-toggle__bars::before,
.menu-toggle__bars::after {
  content: "";
  position: absolute;
  left: 0;
  width: 22px;
  height: 2px;
  background-color: currentColor;
  border-radius: 999px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.menu-toggle__bars::before {
  top: -6px;
}

.menu-toggle__bars::after {
  top: 6px;
}

.main-navigation.toggled .menu-toggle__bars {
  background-color: transparent;
}

.main-navigation.toggled .menu-toggle__bars::before {
  transform: translateY(6px) rotate(45deg);
}

.main-navigation.toggled .menu-toggle__bars::after {
  transform: translateY(-6px) rotate(-45deg);
}

.main-navigation .nav-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 48px;
  flex-wrap: wrap;
  font-family: "Montserrat", "Yu Gothic", "YuGothic",
    "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 15px;
  line-height: 1.4;
  opacity: 1;
  visibility: visible;
  transform: none;
}

.main-navigation .nav-menu > li {
  position: relative;
  opacity: 1;
  visibility: visible;
  transform: none;
}

.main-navigation .nav-menu > li > a {
  display: block;
  padding: 8px 0;
  color: #313f33;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.3s ease;
}

.main-navigation .nav-menu > li > a:hover,
.main-navigation .nav-menu > li > a:focus {
  color: #e38e0f;
}

.main-navigation .nav-menu > li.current-menu-item > a,
.main-navigation .nav-menu > li.current_page_item > a,
.main-navigation .nav-menu > li.current-menu-ancestor > a {
  color: #e38e0f;
  font-weight: 700;
}

/* ==========================================================================
   コンテンツ
   ========================================================================== */

.content-area {
  padding: 40px 0;
}

.entry-header {
  margin-bottom: 2rem;
}

.entry-title {
  margin-top: 0;
}

.entry-content {
  font-size: 1rem;
  line-height: 1.5;
}

.entry-content p {
  margin-bottom: 1.5rem;
}

.entry-content img {
  max-width: 100%;
  height: auto;
}

/* ==========================================================================
   フッター
   ========================================================================== */

.site-footer {
  background-color: #ffffff;
  color: #313f33;
  padding: 80px 0;
  border-top: 1px solid rgba(49, 63, 51, 0.12);
}

.footer-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 64px;
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.footer-primary {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.footer-brand {
  display: flex;
  gap: 24px;
  min-width: 180px;
}

.footer-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.footer-logo img {
  display: block;
  height: 56px;
  width: auto;
}

.footer-nav__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 32px;
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.footer-nav__list li {
  display: flex;
}

.footer-nav__list a {
  color: inherit;
  text-decoration: none;
  position: relative;
  transition: color 0.3s ease;
}

.footer-nav__list a:hover,
.footer-nav__list a:focus {
  color: #e38e0f;
}

.footer-nav__link-text {
  display: inline-block;
}

.footer-social {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-width: 120px;
}

.footer-social__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 9999px;
  border: 1px solid currentColor;
  color: #313f33;
  transition: background-color 0.3s ease, color 0.3s ease,
    border-color 0.3s ease;
}

.footer-social__link:hover,
.footer-social__link:focus {
  background-color: #313f33;
  color: #ffffff;
  border-color: #313f33;
}

.footer-social__icon svg {
  display: block;
}

.footer-secondary {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.footer-divider {
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(49, 63, 51, 0.25);
}

.footer-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px 24px;
  font-family: "Yu Gothic Medium", "YuGothic", "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", "Yu Gothic", "YuGothic", "Hiragino Sans", Meiryo,
    sans-serif;
  font-size: 14px;
  letter-spacing: 0.05em;
}

.footer-meta__item {
  color: inherit;
}

.footer-meta__link {
  color: inherit;
  text-decoration: underline;
  text-underline-position: under;
  text-decoration-thickness: 1px;
}

.footer-meta__link:hover,
.footer-meta__link:focus {
  opacity: 0.75;
}

.footer-meta__links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.5rem;
  margin-left: auto;
}

.footer-meta__links .footer-meta__link,
.footer-meta__links .footer-meta__item {
  white-space: nowrap;
}

/* フッターメニューのアイコンを非表示 */
.menu-footer-links .menu-item::before,
.menu-footer-links .menu-item::after,
.footer-meta__links .menu-item::before,
.footer-meta__links .menu-item::after {
  display: none !important;
}

.menu-footer-links .menu-item,
.footer-meta__links .menu-item {
  padding-left: 0 !important;
  background: none !important;
}

/* フッターメニューのリストマーカーを非表示 */
.menu-footer-links,
.footer-meta__links {
  list-style: none !important;
  padding-left: 0 !important;
  margin: 0 !important;
}

.menu-footer-links li,
.footer-meta__links li {
  list-style: none !important;
  padding-left: 0 !important;
}

@media (max-width: 1024px) {
  .footer-inner {
    padding: 0 48px;
    gap: 64px;
  }

  .footer-primary {
    align-items: flex-start;
  }

  .footer-social {
    justify-content: flex-start;
  }
}

@media (max-width: 768px) {
  .site-footer {
    padding: 40px 0 80px;
    border-top: 1px solid #000000;
    color: #000000;
  }

  .footer-inner {
    padding: 0 16px;
    gap: 80px;
    align-items: center;
  }

  .footer-primary {
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    text-align: center;
  }

  .footer-brand {
    justify-content: center;
    gap: 32px;
  }

  .footer-nav,
  .footer-social {
    display: none;
  }

  .footer-secondary {
    width: 100%;
    gap: 32px;
  }

  .footer-divider {
    background-color: #000000;
  }

  .footer-meta {
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    text-align: center;
  }

  .footer-meta__item,
  .footer-meta__link {
    white-space: nowrap;
  }

  .footer-meta__links {
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin-left: 0;
    margin-top: 16px;
  }
}

@media (max-width: 480px) {
  .footer-inner {
    padding: 0 16px;
  }

  .footer-social__link {
    width: 40px;
    height: 40px;
  }
}

/* ==========================================================================
   共通セクションヘッダー
   ========================================================================== */

.section-header {
  text-align: center;
  margin-bottom: 48px;
}

.section-body {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.section-tagline {
  font-family: "Montserrat", "Yu Gothic", "YuGothic", sans-serif;
  font-size: 0.95rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: #313f33;
}

/* Text color definitions for specific contexts */
.yuragi-information .section-tagline,
.yuragi-menu .section-tagline,
.yuragi-services .section-tagline,
.yuragi-parking .section-tagline {
  color: #313f33;
}

.section-title {
  font-family: "Montserrat", "Yu Gothic", "YuGothic", sans-serif;
  font-size: clamp(2rem, 3vw, 3rem);
  letter-spacing: 0.08em;
  margin: 12px 0 0;
}

/* Text color definitions for specific contexts */
.yuragi-information .section-title,
.yuragi-menu .section-title,
.yuragi-services .section-title,
.yuragi-parking .section-title {
  color: #313f33;
}

/* ==========================================================================
   喫茶ゆらぎページ
   ========================================================================== */

.site-main--yuragi {
  background-color: #ffffff;
  color: #313f33;
}

.site-main--yuragi .qa-section {
  margin-top: 48px;
}

.site-main--yuragi .yuragi-hero {
  position: relative;
  padding: 32px 0 72px;
  background-color: #f4f5f3;
  background-size: cover;
  background-position: center;
  color: #313f33;
}

.yuragi-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.92) 0%,
    rgba(255, 255, 255, 0.85) 100%
  );
}

.yuragi-hero > .container {
  position: relative;
  z-index: 1;
}

.yuragi-hero-intro {
  position: relative;
  padding: 120px 0;
  color: #f5f3ec;
  text-align: center;
  background: var(--yuragi-hero-background, lightgray) 50% / cover no-repeat;
  overflow: hidden;
}

.yuragi-hero__overlay {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(
      180deg,
      rgba(17, 22, 18, 0.6),
      rgba(17, 22, 18, 0.88)
    ),
    var(--yuragi-hero-overlay, none);
  background-size: cover;
  background-position: center;
  opacity: 0.5;
  pointer-events: none;
}

.yuragi-hero .yuragi-hero__overlay {
  display: none;
}

.yuragi-hero-intro .container {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

/* Yuragiページのパンくずリスト */
.yuragi-hero__breadcrumb-item {
  font-size: 0.875rem;
  font-weight: 600;
}

.yuragi-hero__inner {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.yuragi-hero__body {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 36px;
}

.yuragi-hero__mark {
  flex: 0 0 auto;
  width: 480px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}

.yuragi-hero__mark img {
  display: block;
  width: 100%;
  height: auto;
}

.yuragi-hero__title {
  margin: 0;
  max-width: 900px;
  font-family: "Montserrat", "Yu Gothic", "YuGothic", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-shadow: 0 0 24px rgba(0, 0, 0, 0.45);
}

/* PC版では非表示にする（768px以上） */
.yuragi-hero__lead-section {
  display: none;
}

/* yuragi-hero-intro 内の lead スタイル */
.yuragi-hero-intro .yuragi-hero__lead {
  max-width: 820px;
  padding: 0;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
  font-size: clamp(1.1rem, 2.4vw, 1.5rem);
  line-height: 1.5;
  color: #f5f3ec;
  text-align: center;
}

.yuragi-hero-intro .yuragi-hero__lead p {
  margin: 0;
}

.yuragi-information {
  background-color: #fff;
  padding: 80px 0;
}

.yuragi-information__list {
  display: grid;
  gap: 28px;
  margin: 0;
}

.yuragi-information__item {
  display: grid;
  grid-template-columns: minmax(160px, 220px) 1fr;
  gap: 24px;
  padding: 0 8px;
  border-bottom: 1px solid rgba(49, 63, 51, 0.2);
  padding-bottom: 20px;
}

.yuragi-information__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.yuragi-information__term {
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.yuragi-information__description {
  margin: 0;
  letter-spacing: 0.04em;
}

.yuragi-concept {
  position: relative;
  padding: 0;
  height: 520px;
}

.yuragi-concept__image {
  position: absolute;
  inset: 0;
  background: var(--yuragi-concept-image, #e5e5e5) center / cover no-repeat;
}

/* Menu Section */
.yuragi-menu {
  background-color: #ffffff;
  padding: 80px 32px;
}

.yuragi-menu__container {
  max-width: 1000px;
  margin: 0 auto;
}

.yuragi-menu__section {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
}

.yuragi-menu__section-header {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
  width: 100%;
}

.yuragi-menu__section-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 36px;
  letter-spacing: 1.8px;
  color: #313f33;
  margin: 0;
  line-height: 1.2;
}

/* Recommended Section */
.yuragi-menu__recommended-container {
  border-top: 1px solid #313f33;
  border-bottom: none;
  border-left: none;
  border-right: none;
  padding: 24px 0;
  width: 100%;
}

.yuragi-menu__cards {
  display: flex;
  gap: 24px;
  width: 100%;
}

.yuragi-menu__card {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  min-height: 393px;
}

.yuragi-menu__card-media {
  background-color: #313f33;
  border: 2px solid #313f33;
  border-radius: 4px;
  height: 232px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.yuragi-menu__card-media img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

.yuragi-menu__card-media--placeholder {
  background-color: #313f33;
}

.yuragi-menu__placeholder-icon {
  width: 64px;
  height: 64px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 4px;
}

.yuragi-menu__card-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  height: 113px;
  line-height: 24px;
  color: #313f33;
}

.yuragi-menu__card-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  width: 100%;
  gap: 8px;
}

.yuragi-menu__card-title {
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.9px;
  color: #313f33;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.yuragi-menu__card-price {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.9px;
  color: #313f33;
  text-align: right;
}

.yuragi-menu__card-text {
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.7px;
  color: #313f33;
  margin: 0;
  line-height: 1.5;
  overflow: hidden;
}

/* Menu Lists */
.yuragi-menu__list-container {
  border-top: 1px solid #313f33;
  border-bottom: none;
  border-left: none;
  border-right: none;
  width: 100%;
}

.yuragi-menu__list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.yuragi-menu__row {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  padding: 24px 0;
  border-bottom: 1px solid #313f33;
}

.yuragi-menu__row:last-child {
  border-bottom: none;
}

.yuragi-menu__list-item {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 24px;
  font-size: 16px;
  line-height: 1.5;
  color: #313f33;
}

.yuragi-menu__list-name {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-weight: 600;
  flex: 1;
}

.yuragi-menu__list-price {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  text-align: right;
  min-width: 80px;
}

.yuragi-menu__list-price small {
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: rgba(49, 63, 51, 0.7);
}

.yuragi-instagram {
  margin-top: 48px;
  padding: 48px 0;
}

.yuragi-instagram__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
}

.yuragi-instagram__item {
  background-color: #ffffff;
  border: 1px solid rgba(49, 63, 51, 0.12);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.yuragi-instagram__media {
  background: rgba(49, 63, 51, 0.08);
  min-height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.yuragi-instagram__media img {
  max-width: 160px;
  height: auto;
}

.yuragi-instagram__body {
  flex: 1;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.yuragi-instagram__item-title {
  font-size: 1.1rem;
  margin: 0;
  letter-spacing: 0.08em;
}

.yuragi-services {
  background-color: #f5f3ec;
  padding: 80px 64px 112px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.yuragi-services__container {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.yuragi-services__description {
  font-family: "Yu Gothic", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  color: #313f33;
  margin-bottom: 40px;
  text-align: center;
}

.yuragi-services__description p {
  margin: 0;
}

.yuragi-services__grid {
  display: flex;
  gap: 32px;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}

.yuragi-services__item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  justify-content: center;
  width: 128px;
  flex-shrink: 0;
}

.yuragi-services__icon {
  width: 64px;
  height: 64px;
  flex-shrink: 0;
}

.yuragi-services__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.yuragi-services__item-title {
  margin: 0;
  font-family: "Yu Gothic", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  color: #313f33;
  text-align: center;
}

.yuragi-services__item-note {
  margin: 0;
  font-family: "Yu Gothic", "Yu Gothic", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  color: #313f33;
  text-align: center;
  white-space: nowrap;
}

.yuragi-services__item-note p {
  margin: 0;
}

.yuragi-services__item-more {
  font-family: "Yu Gothic", "Yu Gothic", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  color: #e38e0f !important;
  text-align: center;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
}

.yuragi-services__item-more:hover,
.yuragi-services__item-more:focus-visible {
  text-decoration: underline;
}

.yuragi-parking__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 480px);
  gap: 56px;
  align-items: start;
}

.yuragi-parking__details {
  display: grid;
  gap: 32px;
}

.yuragi-parking__detail-title {
  margin: 0 0 16px;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
}

.yuragi-parking__detail-body {
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.yuragi-parking__detail-body ul {
  padding-left: 1.2em;
  margin: 0;
}

.yuragi-parking__visual {
  position: relative;
  width: 100%;
  padding-top: 80%;
  border-radius: 24px;
  overflow: hidden;
  background: var(--yuragi-parking-image, rgba(49, 63, 51, 0.1)) center / cover
    no-repeat;
  border: 1px solid rgba(49, 63, 51, 0.12);
}

@media (max-width: 1200px) {
  .yuragi-menu__cards {
    flex-wrap: wrap;
  }

  .yuragi-menu__card {
    flex: 1 1 calc(50% - 12px);
    min-width: calc(50% - 12px);
  }

  .yuragi-instagram__grid,
  .yuragi-services__grid {
    gap: 24px;
  }

  .yuragi-parking__layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .yuragi-parking__title {
    margin-top: 8px;
    font-size: 36px;
  }

  .yuragi-parking__visual {
    padding-top: 60%;
  }
}

@media (max-width: 992px) {
  .site-main--yuragi .yuragi-hero {
    padding: 32px 0 56px;
  }

  .yuragi-hero__body {
    flex-direction: column;
    align-items: center;
    gap: 24px;
    padding: 0 56px;
  }

  .yuragi-hero-intro {
    padding: 96px 0;
  }

  .yuragi-hero__inner {
    gap: 36px;
  }

  .yuragi-hero__mark {
    width: 320px;
  }

  .yuragi-hero__lead {
    font-size: 1.1rem;
  }

  .yuragi-menu {
    margin: 0 16px;
  }

  .yuragi-services__container {
    padding: 0 16px;
  }

  .yuragi-menu__section-title {
    font-size: 24px;
  }

  .yuragi-menu__card-header {
    flex-direction: column;
    width: 100%;
  }

  .yuragi-menu__card-body {
    width: 100%;
    height: auto;
  }

  .yuragi-menu__card-price {
    width: 100%;
  }

  .yuragi-menu__row {
    flex-direction: column;
    gap: 16px;
  }

  .yuragi-menu__list-item {
    width: 100%;
    flex-wrap: wrap;
    flex-direction: row;
  }

  .yuragi-menu__list-price {
    width: auto;
    text-align: right;
  }
}

@media screen and (max-width: 900px) {
  .yuragi-hero__title {
    font-size: 38px;
    letter-spacing: 0.02em;
  }
}

@media (max-width: 768px) {
  .site-main--yuragi section {
    padding: 48px 0;
  }

  .yuragi-services {
    padding: 48px 16px;
  }

  .site-main--yuragi .yuragi-hero {
    padding: 16px 0 56px;
  }

  .yuragi-hero__body {
    flex-direction: column;
    align-items: center;
    gap: 24px;
    padding: 0 56px;
  }

  .yuragi-hero-intro {
    padding: 72px 0;
  }

  .yuragi-hero__breadcrumbs ol {
    gap: 8px;
    font-size: 0.75rem;
  }

  .yuragi-hero__mark {
    width: 260px;
  }

  .yuragi-hero__title {
    font-size: 30px;
  }

  .yuragi-hero__title .mobile-break {
    display: block;
  }

  /* モバイル版では yuragi-hero__lead-section を再表示 */
  .yuragi-hero__lead-section {
    display: block;
    background-color: #f5f3ec;
    padding: 48px 0;
  }

  .yuragi-hero__lead-section .yuragi-hero__lead {
    max-width: 820px;
    padding: 0;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 24px;
    font-size: 1.1rem;
    line-height: 1.5;
    color: #313f33;
    text-align: center;
  }

  .yuragi-hero__lead-section .yuragi-hero__lead p {
    margin: 0;
  }

  /* yuragi-hero-intro 内の lead はモバイルでは非表示 */
  .yuragi-hero-intro .yuragi-hero__lead {
    display: none;
  }

  .yuragi-information__item {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .yuragi-concept {
    height: 320px;
  }

  .section-header {
    margin-bottom: 24px;
  }

  .section-title {
    margin: 8px 0 0;
  }

  .yuragi-menu__container {
    gap: 24px;
  }

  .section-body {
    gap: 24px;
  }

  .yuragi-menu__cards {
    flex-direction: column;
  }

  .yuragi-menu__card {
    flex: 1 1 100%;
    min-width: 100%;
    min-height: unset;
  }

  .yuragi-instagram__grid,
  .yuragi-services__grid {
    gap: 20px;
  }
}

@media screen and (max-width: 600px) {
  .yuragi-hero__breadcrumbs ol {
    flex-wrap: wrap;
    gap: 4px;
  }
}

@media (max-width: 576px) {
  .yuragi-instagram__grid {
    gap: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    width: 100%;
    margin: 0;
  }

  .yuragi-instagram__item {
    border-radius: 0;
    border: none;
    margin: 0;
  }

  .yuragi-services__grid {
    gap: 32px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, auto);
    width: 100%;
    max-width: 343px;
    margin: 0 auto;
  }

  .yuragi-services__item {
    width: 100%;
    max-width: none;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .nochi-parking__inner {
    gap: 0 !important;
  }

  .nochi-parking__header {
    margin-bottom: 32px;
  }
}

/* ==========================================================================
   WordPress コアスタイル
   ========================================================================== */

/* アライメント */
.alignleft {
  float: left;
  margin-right: 1.5rem;
}

.alignright {
  float: right;
  margin-left: 1.5rem;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* キャプション */
.wp-caption {
  margin-bottom: 1.5rem;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption-text {
  text-align: center;
  font-size: 0.875rem;
  color: #666;
  margin-top: 0.5rem;
}

/* ギャラリー */
.gallery {
  margin-bottom: 1.5rem;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

/* ==========================================================================
   9. Booking Section
   ========================================================================== */

/* セクション全体 */
.booking-section {
  background-color: #f5f3ec;
  padding: 80px 0;
  position: relative;
}

.faqs-booking .booking-section {
  background-color: #ffffff;
}

.booking-container {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ヘッダー部分 */
.booking-header {
  text-align: center;
  margin-bottom: 48px;
}

.booking-subtitle {
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.8px;
  line-height: 24px;
  color: #313f33;
  margin: 0;
}

.booking-title {
  font-family: "Montserrat", sans-serif;
  font-size: 48px;
  font-weight: 600;
  letter-spacing: 2.4px;
  line-height: 57.6px;
  color: #313f33;
  margin: 16px 0 0;
}

.booking-description {
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.9px;
  line-height: 36px;
  color: #313f33;
  margin: 16px 0 0;
}

/* フォーム全体 */
.booking-form {
  width: 100%;
}

.form-grid {
  display: grid;
  grid-template-columns: 165px 175px 175px 1fr;
  gap: 16px;
  align-items: end;
}

/* フォームフィールド */
.form-field {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.form-label {
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.7px;
  line-height: 24px;
  color: #313f33;
}

.form-label--hidden {
  visibility: hidden;
  height: 24px;
}

.required {
  color: #e38e0f;
}

/* インプット共通スタイル */
.form-input {
  height: 44px;
  padding: 0 12px;
  background-color: #ffffff;
  border: 1px solid #313f33;
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #313f33;
  transition: all 0.3s ease;
}

.form-input:focus {
  outline: none;
  border-color: #e38e0f;
  box-shadow: 0 0 0 2px rgba(227, 142, 15, 0.1);
}

/* プレースホルダー */
.form-input::placeholder {
  color: rgba(0, 0, 0, 0.16);
}

/* 日付入力のカスタマイズ */
.form-input--date {
  cursor: pointer;
  position: relative;
}

.form-input--date::-webkit-calendar-picker-indicator {
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.3s ease;
}

.form-input--date:hover::-webkit-calendar-picker-indicator {
  opacity: 1;
}

/* セレクトボックスのカスタマイズ */
.form-input--select {
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23313f33' stroke-width='2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 36px;
}

/* 送信ボタン */
.booking-submit {
  width: 100%;
  height: 44px;
  background-color: #e38e0f;
  color: #ffffff;
  border: none;
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.9px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  white-space: nowrap; /* Prevent text wrapping */
}

.booking-submit::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.6s, height 0.6s;
}

.booking-submit:hover {
  background-color: #d07e00;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(227, 142, 15, 0.3);
}

.booking-submit:hover::before {
  width: 300px;
  height: 300px;
}

.booking-submit:active {
  transform: translateY(0);
  box-shadow: 0 2px 6px rgba(227, 142, 15, 0.3);
}

/* エラー状態 */
.form-input.error {
  border-color: #d32f2f;
}

.form-error {
  font-size: 12px;
  color: #d32f2f;
  margin-top: 4px;
}

/* ローディング状態 */
.booking-submit.loading {
  pointer-events: none;
  opacity: 0.7;
}

.booking-submit.loading::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  border-top-color: transparent;
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* 489ban予約フォームカスタマイズ */
.booking-form-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}

#search_489ban {
  display: flex;
  justify-content: center;
}

/* 489banフォーム横並びレイアウト */
#search_489ban form {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
  gap: 16px;
}

/* 宿泊日フィールド */
#search_489ban .date_489ban {
  margin: 0;
}

/* 泊数・人数のコンテナ */
#search_489ban .inbox_489ban {
  flex: 0 0 auto;
  min-width: 100px;
}

/* 泊数フィールド */
#search_489ban .stay_489ban {
  margin: 0;
}

/* 人数フィールド */
#search_489ban .person_489ban {
  margin: 0;
}

/* dlのリセット */
#search_489ban dl {
  margin: 0;
}

/* ラベル（dt） */
#search_489ban dt {
  margin-bottom: 4px;
}

#search_489ban dt label {
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.7px;
  line-height: 24px;
  color: #313f33;
  display: block;
}

/* 入力フィールド（dd） */
#search_489ban dd {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

/* 日付入力 */
#search_489ban input[type="date"] {
  height: 44px;
  padding: 0 12px;
  background-color: #ffffff;
  border: 1px solid #313f33;
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #313f33;
  transition: all 0.3s ease;
  box-sizing: border-box;
  width: 100%;
}

/* 宿泊日フィールドの幅調整 */
#search_489ban .date_489ban {
  flex: 0 0 170px;
  min-width: 170px;
}

/* 日付未定チェックボックスを非表示 */
#search_489ban .date_489ban dd label:has(input[type="checkbox"]),
#search_489ban input[name="unspecifiedDate"],
#search_489ban input[name="unspecifiedDate"] + label,
#search_489ban .date_489ban dd > label:not(:first-of-type) {
  display: none;
}

/* セレクトボックス */
#search_489ban select {
  height: 44px;
  padding: 0 36px 0 12px;
  background-color: #ffffff;
  border: 1px solid #313f33;
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #313f33;
  transition: all 0.3s ease;
  box-sizing: border-box;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23313f33' stroke-width='2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  min-width: 80px;
}

#search_489ban input[type="date"]:focus,
#search_489ban select:focus {
  outline: none;
  border-color: #e38e0f;
  box-shadow: 0 0 0 2px rgba(227, 142, 15, 0.1);
}

/* 「名」テキスト */
#search_489ban .person_489ban dd span {
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  font-size: 14px;
  color: #313f33;
}

/* 検索ボタン */
#search_489ban button[name="searchButton489ban"] {
  height: 44px;
  padding: 0 32px;
  background-color: #e38e0f;
  color: #ffffff;
  border: none;
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.9px;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
  flex: 0 0 auto;
}

#search_489ban button[name="searchButton489ban"]:hover {
  background-color: #d07e00;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(227, 142, 15, 0.3);
}

#search_489ban button[name="searchButton489ban"]:active {
  transform: translateY(0);
  box-shadow: 0 2px 6px rgba(227, 142, 15, 0.3);
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .booking-section {
    padding: 60px 0;
  }

  .booking-header {
    margin-bottom: 32px;
  }

  .form-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .form-field {
    width: 100%;
  }

  .form-input,
  .booking-submit {
    width: 100%;
    height: 48px;
    font-size: 16px;
  }

  .booking-title {
    font-size: 36px;
    line-height: 43px;
    margin: 8px 0 0;
  }

  .booking-description {
    font-size: 16px;
    line-height: 28px;
  }

  /* 489banモバイル対応 - ラベル左・フィールド右レイアウト */
  .booking-form-wrapper {
    width: 100%;
    padding: 0 16px;
  }

  #search_489ban {
    width: 100%;
    display: block;
  }

  #search_489ban form {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    width: 100%;
  }

  #search_489ban .date_489ban,
  #search_489ban .inbox_489ban {
    flex: none;
    width: 100%;
    min-width: unset;
  }

  /* dl要素を横並びに（ラベル左・フィールド右） */
  #search_489ban dl {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 16px;
  }

  #search_489ban dt {
    flex: 0 0 60px;
    margin-bottom: 0;
  }

  #search_489ban dt label {
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
  }

  #search_489ban dd {
    flex: 1;
    margin: 0;
  }

  #search_489ban input[type="date"] {
    width: 100%;
    height: 48px;
    font-size: 16px;
  }

  #search_489ban select {
    width: 100%;
    height: 48px;
    font-size: 16px;
  }

  #search_489ban .person_489ban dd {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  #search_489ban .person_489ban dd select {
    flex: 1;
  }

  #search_489ban .person_489ban dd span {
    flex-shrink: 0;
    font-size: 14px;
  }

  #search_489ban button[name="searchButton489ban"] {
    width: 100%;
    height: 52px;
    font-size: 16px;
    margin-top: 8px;
  }
}

/* タッチデバイス向けの最適化 */
@media (hover: none) and (pointer: coarse) {
  .form-input {
    height: 52px;
    font-size: 16px; /* iOSのズーム防止 */
  }

  .booking-submit {
    height: 52px;
    font-size: 18px;
  }

  /* タップ領域の拡大 */
  .form-label {
    padding: 8px 0;
  }

  /* 489banタッチデバイス対応 */
  #search_489ban input[type="date"],
  #search_489ban select {
    font-size: 16px; /* iOSのズーム防止 */
    min-height: 48px;
  }

  #search_489ban button[name="searchButton489ban"] {
    min-height: 52px;
  }

  #search_489ban dt label {
    padding: 4px 0;
  }
}

/* 横向き表示対応 */
@media (max-height: 500px) and (orientation: landscape) {
  .booking-section {
    padding: 40px 0;
  }

  .booking-header {
    margin-bottom: 24px;
  }

  /* 489ban横向き表示対応 - 横並びを維持 */
  #search_489ban form {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px;
  }

  #search_489ban .date_489ban {
    flex: 0 0 auto;
    width: auto;
    min-width: 150px;
  }

  #search_489ban .inbox_489ban {
    flex: 0 0 auto;
    width: auto;
  }

  #search_489ban input[type="date"],
  #search_489ban select,
  #search_489ban button[name="searchButton489ban"] {
    height: 40px;
  }
}

/* ==========================================================================
   レスポンシブデザイン
   ========================================================================== */

@media screen and (max-width: 1024px) {
  .site-header__inner {
    gap: 32px;
    padding: 0 32px;
  }

  .gnav-logo img {
    height: 70px;
  }

  .main-navigation .nav-menu {
    gap: 32px;
  }
}

@media screen and (max-width: 768px) {
  /* フロントページ以外ではヘッダーを固定 */
  body:not(.home) #masthead {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 44px;
    z-index: 1000;
    padding: 0;
    background-color: #ffffff;
    box-sizing: border-box;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  }

  /* WordPress管理バーがある場合の調整（モバイル） */
  .admin-bar body:not(.home) #masthead {
    top: 46px;
  }

  /* フロントページ以外ではメインコンテンツにオフセットを追加 */
  body:not(.home) .site-main {
    padding-top: 44px;
  }

  /* WordPress管理バーがある場合の調整（モバイル） */
  .admin-bar body:not(.home) .site-main {
    padding-top: 90px;
  }

  /* フロントページ以外のgnav-logosは中央揃え */
  body:not(.home) .gnav-logos {
    justify-content: center;
  }

  /* フロントページ以外のsite-header__innerは高さ100% */
  body:not(.home) .site-header__inner {
    height: 100%;
  }

  /* フロントページ以外のメニューボタンを右端に配置 */
  body:not(.home) .main-navigation {
    position: absolute;
    right: 0;
    top: 0;
    transform: none;
    z-index: 99997;
    height: 100%;
    align-items: center;
  }

  /* フロントページではヘッダーを固定しない（hero-sectionの下に配置） */
  body.home #masthead {
    position: static !important;
    width: 100%;
    height: auto;
    padding: 40px 0;
    background-color: #ffffff;
    box-sizing: border-box;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  }

  .site-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0;
    padding: 0 32px;
    box-sizing: border-box;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
  }

  .gnav-logo .desktop-logo {
    display: none;
  }

  .gnav-logo .mobile-logo {
    display: block;
    height: 28px;
    width: auto;
    max-width: 80px;
    object-fit: contain;
  }

  .gnav-logos {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 32px;
    flex: 0 0 auto;
    min-width: 0;
    overflow: hidden;
    width: 100%;
  }

  .gnav-logo {
    flex-shrink: 1;
    min-width: 0;
    max-width: 120px;
  }

  .gnav-logo img {
    max-width: 100%;
    height: 80px;
  }

  .main-navigation {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99997;
  }

  .main-navigation {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 12px;
  }

  .menu-toggle {
    display: flex;
    align-self: flex-end;
    border: none;
    box-shadow: none;
  }

  .menu-toggle:hover,
  .menu-toggle:focus-visible {
    background-color: #ffffff;
  }

  /* フロントページ以外ではmenu-toggleを右上端に固定 */
  body:not(.home) .site-header .menu-toggle {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    z-index: 10000 !important;
    align-self: auto !important;
    pointer-events: auto !important;
  }

  /* モバイル版でsite-mainにヘッダー固定分のオフセットを追加 */
  body:not(.home) .site-main {
    padding-top: 44px;
  }

  .main-navigation {
    width: 100%;
    pointer-events: none;
  }

  .main-navigation .nav-menu {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    padding: 24px !important;
    margin-top: 4px;
    opacity: 0;
    transform: translateY(-20px) scale(0.95);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    visibility: hidden;
    pointer-events: none;
  }

  .main-navigation.toggled .nav-menu {
    display: flex !important;
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    max-width: 320px;
    width: calc(100% - 48px);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    z-index: 99999;
    margin: 0 !important;
  }

  .main-navigation.toggled {
    pointer-events: auto;
    transform: none !important;
    position: static !important;
  }

  /* メニューが開いている時、親要素のtransformの影響を排除 */
  body .main-navigation.toggled .nav-menu {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    right: auto !important;
    bottom: auto !important;
    transform: translate(-50%, -50%) !important;
  }

  /* メニュー表示時の背景オーバーレイ */
  .main-navigation.toggled::before {
    content: "";
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99998;
    pointer-events: none;
  }

  .main-navigation .nav-menu > li {
    width: 100%;
  }

  .main-navigation .nav-menu > li > a {
    width: 100%;
    padding: 14px 0;
    border-bottom: 1px solid rgba(49, 63, 51, 0.08);
  }

  .main-navigation .nav-menu > li:last-child > a {
    border-bottom: none;
  }

  .hero-menu-toggle {
    display: flex !important;
    position: fixed !important;
    top: 24px !important;
    right: 24px !important;
    z-index: 10000 !important;
  }

  body.home .site-header .menu-toggle {
    display: none;
  }

  h1 {
    font-size: 2rem;
  }

  h2 {
    font-size: 1.5rem;
  }

  .container {
    padding: 0 15px;
  }
}

@media screen and (max-width: 480px) {
  .gnav-logos {
    gap: 24px;
  }

  .gnav-logo img {
    height: 80px;
    max-width: 100px;
  }
}
/* ------------------------------------------------------------------------- *
   Hotel Nochi hero block
/* ------------------------------------------------------------------------- */

.site-main--nochi .nochi-hero {
  position: relative;
  padding: 32px 0 72px;
  background-color: #f4f5f3;
  background-size: cover;
  background-position: center;
  color: #313f33;
}

.site-main--nochi .nochi-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.92) 0%,
    rgba(255, 255, 255, 0.85) 100%
  );
}

.site-main--nochi .nochi-hero > .container {
  position: relative;
  z-index: 1;
}

/* Nochiページのパンくずリスト */

.nochi-hero__body {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 36px;
}

.nochi-hero__mark {
  flex: 0 0 auto;
  width: 480px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}

.nochi-hero__mark img {
  display: block;
  width: 100%;
  height: auto;
}

.nochi-hero__content {
  max-width: 640px;
}

.nochi-hero__kicker {
  font-size: 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin: 0 0 12px;
  color: rgba(49, 63, 51, 0.72);
}

.nochi-hero__title {
  margin: 0;
  font-size: 44px;
  line-height: 1.15;
  letter-spacing: 0.02em;
  color: #313f33;
}

.nochi-hero__description {
  margin: 20px 0 0;
  font-size: 17px;
  line-height: 1.7;
  color: rgba(49, 63, 51, 0.82);
}

@media screen and (max-width: 900px) {
  .site-main--nochi .nochi-hero {
    padding: 16px 0 56px;
  }

  .nochi-hero__body {
    flex-direction: column;
    align-items: center;
    gap: 24px;
    padding: 0 56px;
  }

  .nochi-hero__title {
    font-size: 36px;
  }
}

@media screen and (max-width: 768px) {
  .nochi-hero__breadcrumbs ol {
    flex-wrap: wrap;
    gap: 4px;
  }

  .nochi-hero__title {
    font-size: 30px;
  }

  .nochi-hero__description {
    font-size: 16px;
  }
}

/* ------------------------------------------------------------------------- *
   Hotel Nochi island introduction block
/* ------------------------------------------------------------------------- */

.site-main--nochi .nochi-island-intro {
  position: relative;
  padding: 120px 0;
  color: #ffffff;
  text-align: center;
  background-color: #1f2a24;
  background-image: linear-gradient(
      180deg,
      rgba(14, 23, 20, 0.4) 0%,
      rgba(14, 23, 20, 0.4) 100%
    ),
    var(--nochi-island-intro-image, url("../assets/images/facility_nochi.jpg"));
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.site-main--nochi .nochi-island-intro > .container {
  position: relative;
  z-index: 1;
}

.nochi-island-intro__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}

.nochi-island-intro__title {
  margin: 0;
  max-width: 900px;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-shadow: 0 0 24px rgba(0, 0, 0, 0.45);
}

/* Mobile title styles - hidden on desktop */
.nochi-island-intro__title-mobile {
  display: none;
}

.nochi-island-intro__title-mobile-line1,
.nochi-island-intro__title-mobile-line2 {
  margin: 0;
  font-weight: 700;
  line-height: 1.2;
  text-shadow: 0 0 24px rgba(0, 0, 0, 0.45);
  text-align: center;
}

.nochi-island-intro__title-mobile-line1 {
  font-size: 28px;
  letter-spacing: 0.02em;
  margin-bottom: 8px;
}

.nochi-island-intro__title-mobile-line2 {
  font-size: 36px;
  letter-spacing: 0.04em;
}

.nochi-island-intro__content {
  max-width: 900px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  font-size: 24px;
  line-height: 1.7;
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.45);
}

.nochi-island-intro__content p {
  margin: 0;
}

/* Mobile content section - hidden on desktop, visible on mobile */
.nochi-island-intro__mobile-content {
  display: none;
  background-color: #ffffff;
  padding: 60px 0;
  color: #313f33;
  text-align: center;
}

.nochi-island-intro__mobile-content-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}

.nochi-island-intro__mobile-content .nochi-island-intro__content {
  max-width: 900px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  font-size: 24px;
  line-height: 1.7;
  text-shadow: none;
  color: #313f33;
}

@media screen and (max-width: 900px) {
  .site-main--nochi .nochi-island-intro {
    padding: 96px 0;
  }

  .nochi-island-intro__title {
    font-size: 38px;
    letter-spacing: 0.02em;
  }

  .nochi-island-intro__content {
    font-size: 20px;
  }

  .nochi-island-intro__mobile-content .nochi-island-intro__content {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .site-main--nochi .nochi-island-intro {
    padding: 72px 0;
  }

  .nochi-island-intro__inner {
    gap: 32px;
  }

  /* Hide desktop title on mobile */
  .nochi-island-intro__title {
    display: none;
  }

  /* Hide desktop content on mobile */
  .nochi-island-intro .nochi-island-intro__content {
    display: none;
  }

  /* Show mobile title on mobile */
  .nochi-island-intro__title-mobile {
    display: block;
  }

  .nochi-island-intro__title-mobile-line1 {
    font-size: 24px;
    letter-spacing: 0.01em;
    margin-bottom: 6px;
  }

  .nochi-island-intro__title-mobile-line2 {
    font-size: 30px;
    letter-spacing: 0.03em;
  }

  .nochi-island-intro__mobile-content {
    display: block;
    padding: 24px 0;
  }

  .nochi-island-intro__mobile-content-inner {
    gap: 24px;
  }

  .nochi-island-intro__mobile-content .nochi-island-intro__content {
    font-size: 18px;
    gap: 20px;
  }
}

/* ==========================================================================
   Rooms Overview Section
   ========================================================================== */

.nochi-rooms-overview {
  background-color: #ffffff;
  padding: 112px 0 80px;
}

.nochi-rooms-overview .container {
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.nochi-rooms-overview__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
}

.nochi-rooms-overview__tagline {
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #313f33;
}

.nochi-rooms-overview__title {
  font-family: "Montserrat", "Yu Gothic", "YuGothic", sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #313f33;
}

.nochi-rooms-overview__description {
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #313f33;
}

.nochi-rooms-overview__description p + p {
  margin-top: 8px;
}

.nochi-rooms-overview__list {
  display: flex;
  flex-direction: column;
}

.nochi-rooms-overview__item {
  display: flex;
  gap: 80px;
  align-items: flex-start;
  padding: 48px 0;
  border-top: 1px solid #313f33;
}

.nochi-rooms-overview__item:last-child {
  padding-bottom: 0;
}

.nochi-rooms-overview__media {
  flex: 1;
  max-width: 640px;
  width: 100%;
  margin: 0;
  background-color: #f5f3ec;
}

.nochi-rooms-overview__media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4096 / 2731;
  object-fit: cover;
}

.nochi-rooms-overview__body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.nochi-rooms-overview__text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.nochi-rooms-overview__room-title {
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.05em;
  color: #313f33;
}

.nochi-rooms-overview__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.nochi-rooms-overview__tags li {
  background-color: #9e9146;
  color: #f5f3ec;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 4px 12px;
  white-space: nowrap;
}

.nochi-rooms-overview__summary {
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #313f33;
}

.nochi-rooms-overview__cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #313f33;
  font-family: "Roboto", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-decoration: none;
}

.nochi-rooms-overview__cta:hover,
.nochi-rooms-overview__cta:focus {
  text-decoration: underline;
}

.nochi-rooms-overview__cta img {
  width: 24px;
  height: 24px;
}

@media screen and (max-width: 1200px) {
  .nochi-rooms-overview {
    padding: 96px 0 72px;
  }

  .nochi-rooms-overview .container {
    gap: 64px;
  }

  .nochi-rooms-overview__item {
    gap: 48px;
  }
}

@media screen and (max-width: 960px) {
  .nochi-rooms-overview__title {
    font-size: 40px;
  }

  .nochi-rooms-overview__item {
    flex-direction: column;
    padding: 40px 0;
  }

  .nochi-rooms-overview__media {
    max-width: none;
  }

  .nochi-rooms-overview__body {
    gap: 24px;
  }
}

@media screen and (max-width: 768px) {
  .nochi-rooms-overview {
    padding: 48px 0;
  }

  .nochi-rooms-overview .container {
    gap: 48px;
  }

  .nochi-rooms-overview__tagline {
    font-size: 14px;
  }

  .nochi-rooms-overview__title {
    font-size: 32px;
    letter-spacing: 0.03em;
  }

  .nochi-rooms-overview__description {
    font-size: 16px;
  }

  .nochi-rooms-overview__item {
    gap: 32px;
  }

  .nochi-rooms-overview__room-title {
    font-size: 26px;
  }

  .nochi-rooms-overview__summary {
    font-size: 16px;
  }
}

/* ==========================================================================
   Room Facilities Section
   ========================================================================== */

.nochi-room-facilities {
  background-color: #f5f3ec;
  padding: 80px 0 112px;
}

.nochi-room-facilities .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
}

.nochi-room-facilities__header {
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: center;
  max-width: 768px;
}

.nochi-room-facilities__tagline {
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #313f33;
}

.nochi-room-facilities__title {
  font-family: "Montserrat", "Yu Gothic", "YuGothic", sans-serif;
  font-size: 48px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.2;
  color: #313f33;
}

.nochi-room-facilities__lead {
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #313f33;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.nochi-room-facilities__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
}

.nochi-room-facilities__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px;
  width: 100%;
}

.nochi-room-facilities__card {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  min-height: 269px;
}

.nochi-room-facilities__image {
  height: 171px;
  width: 100%;
  background-color: #e8e3d6;
  border-bottom: 1px solid #e0dacd;
  overflow: hidden;
}

.nochi-room-facilities__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nochi-room-facilities__card-title {
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #313f33;
  padding: 24px;
  margin: 0;
}

.nochi-room-facilities__card-title-note {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
}

.nochi-room-facilities__extras {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 880px;
  margin: 0 auto;
}

.nochi-room-facilities__extras-title {
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #313f33;
  margin: 0;
}

.nochi-room-facilities__extras-body {
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #313f33;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.nochi-room-facilities__extras-body p {
  margin: 0;
}

@media screen and (max-width: 1200px) {
  .nochi-room-facilities {
    padding: 72px 0 96px;
  }

  .nochi-room-facilities .container {
    gap: 64px;
  }

  .nochi-room-facilities__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 768px) {
  .nochi-room-facilities__title {
    font-size: 40px;
  }

  .nochi-room-facilities__lead,
  .nochi-room-facilities__extras-body {
    font-size: 16px;
  }
}

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

  .nochi-room-facilities .container {
    gap: 48px;
  }

  .nochi-room-facilities__tagline {
    font-size: 14px;
  }

  .nochi-room-facilities__title {
    font-size: 32px;
    letter-spacing: 0.03em;
  }

  .nochi-room-facilities__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .nochi-room-facilities__card {
    min-height: auto;
  }

  .nochi-room-facilities__card-title {
    padding: 24px 20px;
  }

  .nochi-room-facilities__extras-title {
    font-size: 20px;
  }
}

.nochi-room-amenities {
  padding: 80px 0;
  background-color: #ffffff;
}

.nochi-room-amenities .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
  padding: 0 64px;
  width: 100%;
  box-sizing: border-box;
}

.nochi-room-amenities__header {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  text-align: center;
  max-width: 768px;
}

.nochi-room-amenities__tagline {
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #313f33;
  margin: 0;
}

.nochi-room-amenities__title {
  font-family: "Montserrat", "Yu Gothic", "YuGothic",
    "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #313f33;
  margin: 0;
}

.nochi-room-amenities__description {
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #313f33;
  margin: 0;
}

.nochi-room-amenities__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
}

.nochi-room-amenities__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px;
  width: 100%;
}

.nochi-room-amenities__card {
  display: flex;
  flex-direction: column;
  min-height: 269px;
  background-color: #f5f3ec;
  overflow: hidden;
}

.nochi-room-amenities__card-media {
  margin: 0;
  height: 171px;
  background-color: #ffffff;
  border-bottom: 1px solid #e0dacd;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nochi-room-amenities__card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nochi-room-amenities__card-body {
  background-color: #f5f3ec;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
  align-items: flex-start;
  min-height: 98px;
}

.nochi-room-amenities__card-title {
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #313f33;
  margin: 0;
  text-align: left;
}

.nochi-room-amenities__highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: center;
  max-width: 860px;
  width: 100%;
  margin: 0 auto;
}

.nochi-room-amenities__highlight {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  flex: 1 1 116px;
  max-width: 140px;
  text-align: center;
}

.nochi-room-amenities__highlight-icon {
  width: 64px;
  height: 64px;
  object-fit: cover;
}

.nochi-room-amenities__highlight-label {
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #313f33;
  margin: 0;
}

.nochi-room-amenities__additional {
  max-width: 880px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: center;
}

.nochi-room-amenities__additional-title {
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #313f33;
  margin: 0;
}

.nochi-room-amenities__additional-text {
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #313f33;
  margin: 0;
}

@media screen and (max-width: 1200px) {
  .nochi-room-amenities {
    padding: 64px 0;
  }

  .nochi-room-amenities .container {
    gap: 64px;
    padding: 0 48px;
  }

  .nochi-room-amenities__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 960px) {
  .nochi-room-amenities__title {
    font-size: 40px;
  }

  .nochi-room-amenities__description {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .nochi-room-amenities .container {
    padding: 0 32px;
  }

  .nochi-room-amenities__content {
    gap: 24px;
  }

  .nochi-room-amenities__grid {
    grid-template-columns: 1fr;
  }

  .nochi-room-amenities__highlight {
    flex: 1 1 calc(50% - 16px);
    max-width: none;
  }
}

@media screen and (max-width: 768px) {
  .nochi-room-amenities {
    padding: 48px 0;
  }

  .nochi-room-amenities .container {
    gap: 48px;
    padding: 0 20px;
  }

  .nochi-room-amenities__tagline {
    font-size: 14px;
  }

  .nochi-room-amenities__title {
    font-size: 32px;
    letter-spacing: 0.03em;
  }

  .nochi-room-amenities__highlight {
    flex: 1 1 calc(50% - 16px);
  }

  .nochi-room-amenities__highlight-label {
    font-size: 14px;
  }

  .nochi-room-amenities__additional {
    gap: 12px;
  }

  .nochi-room-amenities__additional-title {
    font-size: 20px;
  }

  .nochi-room-amenities__additional-text {
    font-size: 16px;
  }
}

.nochi-dining {
  padding: 112px 0;
  background-color: #f5f3ec;
}

.nochi-dining .container {
  padding: 0 64px;
  box-sizing: border-box;
}

.nochi-dining__inner {
  display: flex;
  flex-direction: column;
  gap: 80px;
  align-items: center;
}

.nochi-dining__header {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  text-align: center;
  max-width: 768px;
  width: 100%;
}

.nochi-dining__tagline {
  margin: 0;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #313f33;
}

.nochi-dining__title {
  margin: 0;
  font-family: "Montserrat", "Yu Gothic", "YuGothic",
    "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #313f33;
}

.nochi-dining__layout {
  display: flex;
  gap: 80px;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  max-width: 1200px;
}

.nochi-dining__visual {
  flex: 1 1 0;
  margin: 0;
  background-color: #dcd6c7;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nochi-dining__visual img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
}

.nochi-dining__content {
  flex: 0 1 500px;
  max-width: 500px;
  display: flex;
}

.nochi-dining__content-inner {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: flex-start;
}

.nochi-dining__menu-title {
  margin: 0;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #313f33;
}

.nochi-dining__menu-description {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.nochi-dining__menu-description p {
  margin: 0;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #313f33;
}

@media screen and (max-width: 1200px) {
  .nochi-dining {
    padding: 96px 0;
  }

  .nochi-dining .container {
    padding: 0 48px;
  }

  .nochi-dining__layout {
    gap: 64px;
  }
}

@media screen and (max-width: 960px) {
  .nochi-dining .container {
    padding: 0 40px;
  }

  .nochi-dining__layout {
    flex-direction: column;
    align-items: center;
    gap: 48px;
  }

  .nochi-dining__visual {
    width: 100%;
    max-width: 720px;
  }

  .nochi-dining__content {
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .nochi-dining {
    padding: 80px 0;
  }

  .nochi-dining .container {
    padding: 0 32px;
  }

  .nochi-dining__title {
    font-size: 40px;
  }

  .nochi-dining__layout {
    gap: 40px;
  }
}

@media screen and (max-width: 768px) {
  .nochi-dining {
    padding: 48px 0;
  }

  .nochi-dining .container {
    padding: 0 20px;
  }

  .nochi-dining__tagline {
    font-size: 14px;
  }

  .nochi-dining__header {
    gap: 8px;
  }

  .nochi-dining__title {
    font-size: 32px;
    letter-spacing: 0.03em;
  }

  .nochi-dining__visual {
    width: 100%;
    max-width: 720px;
    min-height: 240px;
  }

  .nochi-dining__visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .nochi-dining__inner {
    gap: 0;
  }

  .nochi-dining__header {
    margin-bottom: 32px;
  }

  .nochi-dining__content {
    height: auto;
    flex: 1 1 auto;
  }

  .nochi-dining__content-inner {
    gap: 16px;
  }

  .nochi-dining__menu-description p {
    font-size: 15px;
  }
}

.nochi-parking {
  padding: 80px 0;
  background-color: rgba(255, 255, 255, 0.21);
}

.nochi-parking .container {
  padding: 0 64px;
  box-sizing: border-box;
}

.nochi-parking__inner {
  display: flex;
  flex-direction: column;
  gap: 80px;
  align-items: center;
  width: 100%;
}

.nochi-parking__header {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  text-align: center;
  max-width: 768px;
  width: 100%;
}

.nochi-parking__tagline {
  margin: 0;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #313f33;
}

.nochi-parking__title {
  margin: 0;
  font-family: "Montserrat", "Yu Gothic", "YuGothic",
    "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #313f33;
}

.nochi-parking__layout {
  display: flex;
  gap: 80px;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  max-width: 1200px;
}

.nochi-parking__details {
  display: flex;
  flex-direction: column;
  gap: 40px;
  flex: 0 1 500px;
  max-width: 500px;
  width: 100%;
}

.nochi-parking__detail {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-left: 32px;
}

.nochi-parking__detail-title {
  margin: 0;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #313f33;
}

.nochi-parking__detail-body {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.nochi-parking__detail-body p {
  margin: 0;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #313f33;
}

.nochi-parking__detail-body ul {
  margin: 0;
  padding-left: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.nochi-parking__detail-body li {
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #313f33;
}

.nochi-parking__visual {
  flex: 1 1 0;
  margin: 0;
  min-height: 440px;
  overflow: hidden;
  background-color: #dcd6c7;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nochi-parking__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nochi-parking__visual-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px;
  text-align: center;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #313f33;
}

@media screen and (max-width: 1200px) {
  .nochi-parking {
    padding: 80px 0;
  }

  .nochi-parking .container {
    padding: 0 48px;
  }

  .nochi-parking__layout {
    gap: 64px;
  }
}

@media screen and (max-width: 960px) {
  .nochi-parking .container {
    padding: 0 40px;
  }

  .nochi-parking__layout {
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }

  .nochi-parking__details {
    max-width: 720px;
  }

  .nochi-parking__visual {
    width: 100%;
    max-width: 720px;
  }
}

@media screen and (max-width: 768px) {
  .nochi-parking {
    padding: 48px 0;
  }

  .nochi-parking .container {
    padding: 0 32px;
  }

  .nochi-parking__title {
    font-size: 40px;
  }

  .nochi-parking__details {
    gap: 32px;
    flex: 1;
  }
}

@media screen and (max-width: 768px) {
  .nochi-parking {
    padding: 48px 0;
  }

  .nochi-parking .container {
    padding: 0 20px;
  }

  .nochi-parking__tagline {
    font-size: 14px;
  }

  .nochi-parking__header {
    gap: 8px;
  }

  .nochi-parking__title {
    font-size: 32px;
    letter-spacing: 0.03em;
  }

  .nochi-parking__detail {
    padding-left: 0;
  }

  .nochi-parking__visual {
    min-height: 280px;
  }

  .nochi-parking__detail-body li,
  .nochi-parking__detail-body p {
    font-size: 15px;
  }
}

/* ==========================================================================
   FAQページ
   ========================================================================== */

/* ==========================================================================
   サブページタイトルセクション
   ========================================================================== */

.subpage-title {
  position: relative;
  width: 100%;
  height: 300px;
  background-color: #ffffff;
  overflow: hidden;
}

.subpage-title__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.subpage-title__image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.subpage-title__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.subpage-title__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.subpage-title__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 48px;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.subpage-title__heading {
  font-family: "Montserrat", "Yu Gothic", "YuGothic", sans-serif;
  font-weight: 600;
  font-size: 64px;
  line-height: 52px;
  color: #f5f3ec;
  text-align: center;
  letter-spacing: 3.2px;
  margin: 0;
}

/* アイキャッチ画像が指定されていない場合のスタイル */
.subpage-title--no-image {
  background-color: #313f33;
}

.subpage-title--no-image .subpage-title__content {
  background-color: #313f33;
  position: relative;
  transform: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
}

/* モバイル対応 */
@media screen and (max-width: 768px) {
  .subpage-title {
    height: 250px;
  }

  .subpage-title__heading {
    font-size: 48px;
    line-height: 40px;
    letter-spacing: 2.4px;
  }
}

@media screen and (max-width: 480px) {
  .subpage-title {
    height: 200px;
  }

  .subpage-title__heading {
    font-size: 36px;
    line-height: 32px;
    letter-spacing: 1.8px;
  }
}

/* ==========================================================================
   QAセクション
   ========================================================================== */

.qa-sections {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.qa-section {
  background-color: #ffffff;
}

.qa-section__content {
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.qa-section__header {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  padding: 0 0 16px;
  width: 100%;
  max-width: 900px;
}

.qa-section__title-wrapper {
  border-bottom: 1px solid #313f33;
  border-left: none;
  border-right: none;
  border-top: none;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}

.qa-section__title {
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.2;
  color: #313f33;
  letter-spacing: 1.8px;
  margin: 0;
  text-align: left;
}

.qa-section__items {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 900px;
  gap: 0;
}

.qa-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 900px;
}

.qa-item__question {
  background-color: #f5f3ec;
  border: none;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  width: 900px;
  height: 68px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.qa-item__question:hover {
  background-color: #ede8da;
}

.qa-item__question-text {
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 36px;
  color: #313f33;
  letter-spacing: 1px;
  text-align: left;
  flex: 1;
}

.qa-item__icon {
  overflow: hidden;
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.qa-item__icon-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.qa-item__question[aria-expanded="true"] .qa-item__icon {
  transform: rotate(0deg);
}

.qa-item__question[aria-expanded="false"] .qa-item__icon {
  transform: rotate(180deg);
}

.qa-item__answer {
  box-sizing: border-box;
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 16px;
  width: 900px;
  min-height: 68px;
  height: auto;
  background-color: #ffffff;
  border: none;
}

.qa-item__answer[aria-hidden="true"] {
  display: none;
}

.qa-item__answer[aria-hidden="false"] {
  display: flex;
}

.qa-item__answer-text {
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 36px;
  color: #313f33;
  letter-spacing: 1px;
  text-align: left;
  flex: 1;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.qa-item__answer-prefix {
  font-weight: 500;
  font-size: 20px;
  line-height: 36px;
  color: #313f33;
  letter-spacing: 1px;
  flex-shrink: 0;
}

/* モバイル対応 */
@media screen and (max-width: 768px) {
  .qa-section {
    padding: 0;
  }

  .qa-section__title {
    font-size: 28px;
    letter-spacing: 1.4px;
  }

  .qa-item__question {
    width: 100%;
    height: auto;
    min-height: 68px;
    padding: 12px 16px;
  }

  .qa-item__question-text {
    font-size: 18px;
    line-height: 28px;
  }

  .qa-item__answer {
    width: 100%;
    padding: 12px 16px;
    height: auto;
    min-height: 68px;
    align-items: flex-start;
  }

  .qa-item__answer-text {
    font-size: 18px;
    line-height: 28px;
    display: flex;
    align-items: flex-start;
    gap: 6px;
  }

  .qa-item__answer-prefix {
    font-size: 18px;
    line-height: 28px;
    flex-shrink: 0;
  }
}

@media screen and (max-width: 480px) {
  .qa-section {
    padding: 0;
  }

  .qa-section__title {
    font-size: 24px;
    letter-spacing: 1.2px;
  }

  .qa-item__question-text {
    font-size: 16px;
    line-height: 24px;
  }

  .qa-item__answer-text {
    font-size: 16px;
    line-height: 24px;
  }
}

/* ==========================================================================
   固定ページ（汎用）
   ========================================================================== */

/* ページコンテンツセクション */
.page-content {
  margin-bottom: 120px;
  background-color: #ffffff;
}

/* パンくずリスト */
.page-content > .container {
  padding-top: 32px;
  padding-bottom: 0;
}

.page-content .breadcrumbs {
  margin-bottom: 0;
}

/* ヒーローセクション */
.page-hero {
  background-color: #ffffff;
  padding: 0;
  position: relative;
}

.page-hero__content {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.page-hero__image {
  margin-top: 40px;
  width: 100%;
  max-width: 100%;
}

.page-hero__thumbnail {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* 本文セクション */
.page-body {
  background-color: #ffffff;
  padding: 80px 0;
  position: relative;
}

.page-body .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-body__content {
  max-width: 900px;
  margin: 0 auto;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
  font-size: 18px;
  line-height: 36px;
  color: #313f33;
  letter-spacing: 0.9px;
}

.page-body__content p {
  margin: 0 0 16px;
}

.page-body__content p:last-child {
  margin-bottom: 0;
}

/* カスタムコンテンツブロック */
.page-content-blocks {
  max-width: 700px;
  margin: 40px auto 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.content-block {
  width: 100%;
}

.content-block--text {
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
  font-size: 18px;
  line-height: 36px;
  color: #313f33;
  letter-spacing: 0.9px;
}

.content-block--text p {
  margin: 0 0 16px;
}

.content-block--text p:last-child {
  margin-bottom: 0;
}

.content-block--image {
  width: 100%;
}

.content-block--image figure {
  margin: 0;
  width: 100%;
}

.content-block--image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

.content-block--image figcaption {
  margin-top: 12px;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #666;
  text-align: center;
}

.content-block--image-text {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.content-block--image-text.content-block--image_right {
  grid-template-columns: 1fr 1fr;
}

.content-block--image-text.content-block--image_right .content-block__image {
  order: 2;
}

.content-block--image-text.content-block--image_right .content-block__text {
  order: 1;
}

.content-block__image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

.content-block__text {
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
  font-size: 18px;
  line-height: 36px;
  color: #313f33;
  letter-spacing: 0.9px;
}

.content-block__text p {
  margin: 0 0 16px;
}

.content-block__text p:last-child {
  margin-bottom: 0;
}

/* ページ予約セクション */
.page-booking--white-bg {
  background-color: #ffffff;
  padding: 0;
  margin: 0;
}

/* レスポンシブ対応 */
@media (max-width: 1024px) {
  .page-content > .container {
    padding-top: 24px;
  }

  .page-hero {
    padding: 0;
  }

  .page-hero__image {
    margin-top: 32px;
  }

  .page-body {
    padding: 64px 0;
  }

  .page-body__content {
    font-size: 16px;
    line-height: 32px;
  }

  .page-content {
    margin-bottom: 80px;
  }

  .content-block--text {
    font-size: 16px;
    line-height: 32px;
  }

  .content-block__text {
    font-size: 16px;
    line-height: 32px;
  }

  .content-block--image-text {
    gap: 32px;
  }
}

@media (max-width: 768px) {
  .page-content > .container {
    padding-top: 16px;
  }

  .page-hero {
    padding: 0;
  }

  .page-hero__image {
    margin-top: 24px;
  }

  .page-body {
    padding: 48px 0;
  }

  .page-body__content {
    font-size: 15px;
    line-height: 28px;
  }

  .page-content {
    margin-bottom: 48px;
  }

  .page-content-blocks {
    gap: 32px;
  }

  .content-block--text {
    font-size: 15px;
    line-height: 28px;
  }

  .content-block__text {
    font-size: 15px;
    line-height: 28px;
  }

  .content-block--image-text {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .content-block--image-text.content-block--image_right .content-block__image {
    order: 1;
  }

  .content-block--image-text.content-block--image_right .content-block__text {
    order: 2;
  }
}

@media (max-width: 480px) {
  .page-content > .container {
    padding-top: 16px;
  }

  .page-hero {
    padding: 0;
  }

  .page-hero__image {
    margin-top: 20px;
  }

  .page-body {
    padding: 32px 0;
  }

  .page-body__content {
    font-size: 14px;
    line-height: 26px;
  }

  .page-content-blocks {
    gap: 24px;
  }

  .content-block--text {
    font-size: 14px;
    line-height: 26px;
  }

  .content-block__text {
    font-size: 14px;
    line-height: 26px;
  }

  .content-block--image-text {
    gap: 16px;
  }
}

/* ==========================================================================
   SWELL アコーディオン・ステップブロック
   ========================================================================== */

/* アコーディオン基本スタイル */
.swell-block-accordion {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.swell-block-accordion__item {
  margin-bottom: 16px;
}

.swell-block-accordion__item:last-child {
  margin-bottom: 0;
}

/* アコーディオンヘッダー（質問部分） */
.swell-block-accordion__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 68px;
  padding: 16px 24px;
  background-color: #f5f3ec;
  border: none;
  cursor: pointer;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 1px;
  color: #313f33;
  text-align: left;
  transition: background-color 0.3s ease;
}

.swell-block-accordion__title:hover {
  background-color: #ede8da;
}

.swell-block-accordion__label {
  flex: 1;
}

/* アコーディオンアイコン */
.swell-block-accordion__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin-left: 16px;
  flex-shrink: 0;
  transition: transform 0.3s ease;
  position: relative;
}

/* SVG chevron アイコンを疑似要素で追加 */
.swell-block-accordion__icon::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27 22.5L18 13.5L9 22.5' stroke='%23313F33' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* フォントアイコンを非表示（SVGを使用） */
.swell-block-accordion__icon i {
  display: none;
}

.swell-block-accordion__icon.__icon--closed {
  display: flex;
}

.swell-block-accordion__icon.__icon--opened {
  display: none;
}

/* 開いている状態: アイコンを180度回転（直接の子要素のみ） */
.swell-block-accordion__item[open]
  > .swell-block-accordion__title
  .swell-block-accordion__icon {
  transform: rotate(180deg);
}

.swell-block-accordion__item[open]
  > .swell-block-accordion__title
  .__icon--closed {
  display: none;
}

.swell-block-accordion__item[open]
  > .swell-block-accordion__title
  .__icon--opened {
  display: flex;
}

/* アコーディオンボディ（回答部分） */
.swell-block-accordion__body {
  padding: 24px;
  background-color: #ffffff;
  border-left: 4px solid #f5f3ec;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.9px;
  color: #313f33;
}

/* ネストされたアコーディオン */
.swell-block-accordion.is-style-main {
  margin-top: 16px;
}

.swell-block-accordion.is-style-main .swell-block-accordion__title {
  background-color: #ffffff;
  border: 1px solid #f5f3ec;
  min-height: 56px;
  font-size: 18px;
}

.swell-block-accordion.is-style-main .swell-block-accordion__title:hover {
  background-color: #f5f3ec;
}

.swell-block-accordion.is-style-main .swell-block-accordion__body {
  background-color: #fafaf8;
  padding: 16px;
  border-left: 2px solid #e38e0f;
}

/* ネストされたアコーディオンの chevron アイコン */
.swell-block-accordion.is-style-main .swell-block-accordion__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin-left: 16px;
  flex-shrink: 0;
  transition: transform 0.3s ease;
  position: relative;
}

.swell-block-accordion.is-style-main .swell-block-accordion__icon::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27 22.5L18 13.5L9 22.5' stroke='%23313F33' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* ネストされたアコーディオンが開いている状態（直接の子要素のみ） */
.swell-block-accordion.is-style-main
  .swell-block-accordion__item[open]
  > .swell-block-accordion__title
  .swell-block-accordion__icon {
  transform: rotate(180deg);
}

/* ステップブロック基本スタイル */
.swell-block-step {
  width: 100%;
  margin: 24px 0;
}

.swell-block-step__item {
  display: flex;
  align-items: center;
  gap: 16px;
  position: relative;
  padding-bottom: 32px;
}

.swell-block-step__item:last-child {
  padding-bottom: 0;
}

/* ステップ番号・インジケーター */
.swell-block-step__number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  position: relative;
  z-index: 2;
}

.swell-block-step__number .__shape {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid #e38e0f;
  background-color: #ffffff;
  transition: all 0.3s ease;
}

.swell-block-step__number .__shape[style*="background:currentColor"] {
  background-color: #e38e0f !important;
}

/* ステップ接続線 */
.swell-block-step__item:not(:last-child) .swell-block-step__number::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 30px;
  transform: translateX(-50%);
  width: 2px;
  height: calc(100% + 32px);
  background-color: #f5f3ec;
  z-index: 1;
}

/* ステップタイトル */
.swell-block-step__title {
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0.9px;
  color: #313f33;
  flex-shrink: 0;
}

.swell-block-step__title.u-fz-m {
  font-size: 18px;
}

/* ステップ本文 */
.swell-block-step__body {
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.8px;
  color: #313f33;
}

.swell-block-step__body p {
  margin: 0;
}

.swell-block-step__body .has-small-font-size {
  font-size: 14px;
  line-height: 24px;
  color: #666;
}

/* 小サイズバリエーション */
.swell-block-step.is-style-small .swell-block-step__number {
  width: 40px;
  height: 40px;
}

.swell-block-step.is-style-small .swell-block-step__number .__shape {
  width: 20px;
  height: 20px;
}

.swell-block-step.is-style-small .swell-block-step__title {
  font-size: 16px;
  line-height: 28px;
}

.swell-block-step.is-style-small .swell-block-step__body {
  font-size: 14px;
  line-height: 24px;
}

/* 区切り線 */
.swell-block-accordion__body hr.wp-block-separator {
  margin: 32px 0;
  border: none;
  border-top: 1px solid #f5f3ec;
  opacity: 1;
}

/* レスポンシブ対応 */
@media (max-width: 1024px) {
  .swell-block-accordion__title {
    font-size: 18px;
    line-height: 32px;
    padding: 14px 20px;
    min-height: 60px;
  }

  .swell-block-accordion__body {
    font-size: 16px;
    line-height: 28px;
    padding: 20px;
  }

  .swell-block-accordion.is-style-main .swell-block-accordion__title {
    font-size: 16px;
    min-height: 52px;
  }

  .swell-block-step__title {
    font-size: 16px;
    line-height: 28px;
  }

  .swell-block-step__body {
    font-size: 15px;
    line-height: 26px;
  }
}

@media (max-width: 768px) {
  .swell-block-accordion__title {
    font-size: 16px;
    line-height: 28px;
    padding: 12px 16px;
    min-height: 56px;
  }

  .swell-block-accordion__body {
    font-size: 15px;
    line-height: 26px;
    padding: 16px;
  }

  .swell-block-accordion.is-style-main .swell-block-accordion__title {
    font-size: 15px;
    min-height: 48px;
    padding: 10px 14px;
  }

  .swell-block-accordion.is-style-main .swell-block-accordion__body {
    padding: 14px;
  }

  .swell-block-accordion.is-style-main .swell-block-accordion__icon {
    width: 20px;
    height: 20px;
  }

  .swell-block-accordion.is-style-main .swell-block-accordion__icon::after {
    width: 20px;
    height: 20px;
  }

  .swell-block-step__item {
    grid-template-columns: 40px 1fr;
    gap: 12px;
    padding-bottom: 24px;
  }

  .swell-block-step__number {
    width: 40px;
    height: 40px;
  }

  .swell-block-step__number .__shape {
    width: 20px;
    height: 20px;
  }

  .swell-block-step__item:not(:last-child) .swell-block-step__number::after {
    height: calc(100% + 24px);
  }

  .swell-block-step__title {
    font-size: 15px;
    line-height: 26px;
  }

  .swell-block-step__body {
    font-size: 14px;
    line-height: 24px;
  }

  .swell-block-step.is-style-small .swell-block-step__title {
    font-size: 14px;
    line-height: 24px;
  }

  .swell-block-step.is-style-small .swell-block-step__body {
    font-size: 13px;
    line-height: 22px;
  }
}

@media (max-width: 480px) {
  .swell-block-accordion__title {
    font-size: 15px;
    line-height: 26px;
    padding: 10px 14px;
    min-height: 52px;
  }

  .swell-block-accordion__icon {
    width: 20px;
    height: 20px;
    margin-left: 12px;
  }

  .swell-block-accordion__icon::after {
    width: 20px;
    height: 20px;
  }

  .swell-block-accordion__icon i {
    font-size: 18px;
  }

  .swell-block-accordion__body {
    font-size: 14px;
    line-height: 24px;
    padding: 14px;
  }

  .swell-block-accordion.is-style-main .swell-block-accordion__title {
    font-size: 14px;
    min-height: 44px;
    padding: 8px 12px;
  }

  .swell-block-accordion.is-style-main .swell-block-accordion__body {
    padding: 12px;
    font-size: 13px;
    line-height: 22px;
  }

  .swell-block-accordion.is-style-main .swell-block-accordion__icon {
    width: 18px;
    height: 18px;
  }

  .swell-block-accordion.is-style-main .swell-block-accordion__icon::after {
    width: 18px;
    height: 18px;
  }

  .swell-block-step__item {
    grid-template-columns: 36px 1fr;
    gap: 10px;
    padding-bottom: 20px;
  }

  .swell-block-step__number {
    width: 36px;
    height: 36px;
  }

  .swell-block-step__number .__shape {
    width: 18px;
    height: 18px;
    border-width: 1.5px;
  }

  .swell-block-step__item:not(:last-child) .swell-block-step__number::after {
    height: calc(100% + 20px);
  }

  .swell-block-step__title {
    font-size: 14px;
    line-height: 24px;
  }

  .swell-block-step__body {
    font-size: 13px;
    line-height: 22px;
  }

  .swell-block-step__body .has-small-font-size {
    font-size: 12px;
    line-height: 20px;
  }

  .swell-block-step.is-style-small .swell-block-step__title {
    font-size: 13px;
    line-height: 22px;
  }

  .swell-block-step.is-style-small .swell-block-step__body {
    font-size: 12px;
    line-height: 20px;
  }
}

/* ==========================================================================
   FAQページ
   ========================================================================== */

/* ヒーローセクション */
.faqs-hero {
  background-color: #ffffff;
  padding: 32px 0 80px 0;
  position: relative;
}

/* FAQページのパンくずリスト */
.faqs-hero__breadcrumb-item {
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
  list-style: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.faqs-hero__breadcrumb-link {
  color: #666;
}

.faqs-hero__breadcrumb-icon {
  color: #313f33;
  width: 24px;
  height: 24px;
}

.faqs-hero__content {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}

.faqs-hero__description {
  margin-top: 24px;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
  font-size: 18px;
  line-height: 36px;
  color: #313f33;
  letter-spacing: 0.9px;
}

.faqs-hero__description p {
  margin: 0 0 16px;
}

.faqs-hero__description p:last-child {
  margin-bottom: 0;
}

/* タイムラインセクション */

.timeline-tabs {
  background-color: #f8f5ed;
  padding: 0 0 40px 0;
}

.timeline-tabs__content {
  max-width: 700px;
  margin: 0 auto;
}

.timeline-tabs__intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
  padding: 40px 0;
  margin-bottom: 32px;
  background-color: transparent;
}

.timeline-tabs__title {
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 32px;
  color: #313f33;
  text-align: center;
  margin: 0;
}

.timeline-tabs__description {
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 1px;
  text-align: center;
  color: #313f33;
  margin: 0;
}

.timeline-tabs__nav {
  display: flex;
  gap: 0;
  margin-bottom: 40px;
  height: 64px;
  background-color: transparent;
  border: 1px solid #e38e0f;
}

.timeline-tabs__tab {
  flex: 1;
  height: 100%;
  background-color: #ffffff;
  border: none;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #e38e0f;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  letter-spacing: 1.2px;
}

.timeline-tabs__tab:hover,
.timeline-tabs__tab:focus {
  background-color: rgba(227, 142, 15, 0.1);
  outline: none;
}

.timeline-tabs__tab.is-active {
  background-color: #e38e0f;
  color: #ffffff;
}

.timeline-tabs__tab + .timeline-tabs__tab {
  border-left: 1px solid #e38e0f;
}

.timeline-tabs__tab:focus-visible {
  outline: 2px solid #e38e0f;
  outline-offset: 2px;
}

/* モデルコースタイムライン */
:root {
  --timeline-line-color: #313f33;
  --timeline-accent: #e38e0f;
  --timeline-card-bg: #ffffff;
  --timeline-body-bg: #f8f5ed;
}

.timeline {
  position: relative;
  max-width: 900px;
  margin: 0 auto 40px;
  padding: 20px 0;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 3px;
  background: var(--timeline-line-color);
  transform: translateX(-50%);
}

.timeline-item {
  position: relative;
  width: 50%;
  padding: 5px 40px;
  box-sizing: border-box;
  transition: margin 0.3s ease;
}

.timeline-item.left {
  left: 0;
  text-align: right;
}

.timeline-item.right {
  left: 50%;
}

.timeline-item::before {
  content: "";
  position: absolute;
  top: 22px;
  width: 20px;
  height: 2px;
  background: var(--timeline-line-color);
}

.timeline-item.left::before {
  right: 0;
}

.timeline-item.right::before {
  left: 0;
}

.timeline-item::after {
  content: "";
  position: absolute;
  top: 18px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid var(--timeline-accent);
  box-shadow: 0 0 0 3px var(--timeline-body-bg);
}

.timeline-item.left::after {
  right: -5px;
}

.timeline-item.right::after {
  left: -5px;
}

.timeline-card {
  background: var(--timeline-card-bg);
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

.timeline-num {
  font-size: 20px;
  font-weight: bold;
  color: var(--timeline-accent);
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
}

.timeline-title {
  margin: 6px 0 4px;
  font-size: 18px;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
  color: #313f33;
}

.timeline-desc {
  margin: 0;
  font-size: 13px;
  color: #555;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
}

.timeline-card img {
  width: 100%;
  border-radius: 4px;
  margin-top: 8px;
}

.day-divider {
  position: relative;
  width: 100%;
  text-align: center;
  margin: 50px 0 30px;
}

.day-divider span {
  background: var(--timeline-body-bg);
  padding: 4px 16px;
  font-size: 18px;
  font-weight: bold;
  color: var(--timeline-accent);
  border: 2px solid var(--timeline-accent);
  border-radius: 20px;
  position: relative;
  z-index: 2;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
}

.day-start {
  margin-top: 0 !important;
}

@media (max-width: 768px) {
  .timeline::before {
    left: 24px;
    transform: none;
  }

  .timeline-item,
  .timeline-item.left,
  .timeline-item.right {
    width: 100%;
    left: 0;
    text-align: left;
    padding: 10px 20px 10px 60px;
    margin-top: 0 !important;
  }

  .timeline-item::before {
    left: 24px;
  }

  .timeline-item::after {
    left: 25.5px;
    transform: translateX(-50%);
  }

  .timeline-item.right::before {
    left: 24px;
    right: auto;
  }

  .timeline-item.right::after {
    left: 24px;
    right: auto;
    transform: translateX(-50%);
  }

  .day-divider {
    margin: 40px 0 20px;
  }
}

/* 画像セクション */
.faqs-image {
  padding: 40px 0;
  background-color: #ffffff;
}

.faqs-image__wrapper {
  max-width: 700px;
  margin: 0 auto;
  aspect-ratio: 1821/3456;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
}

.faqs-image__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.faqs-image__wrapper:hover .faqs-image__img {
  transform: scale(1.05);
}

/* ==========================================================================
   FAQコンテンツセクション
   ========================================================================== */

.faqs-content {
  margin-bottom: 120px;
}

/* FAQ予約セクション */
.faqs-booking--white-bg {
  background-color: #ffffff;
}

/* FAQレスポンシブ対応 */
@media (max-width: 768px) {
  .faqs-hero {
    padding: 16px 0 64px;
  }

  .faqs-booking {
    padding: 0;
  }

  .faqs-hero__description {
    font-size: 16px;
    line-height: 32px;
  }

  .timeline-tabs {
    padding: 0 0 32px 0;
  }

  .timeline-tabs__title {
    font-size: 24px;
  }

  .timeline-tabs__nav {
    height: auto;
    flex-direction: row;
    gap: 0;
    border: 1px solid #e38e0f;
  }

  .timeline-tabs__tab {
    height: 48px;
    border: none;
  }

  .timeline-tabs__tab + .timeline-tabs__tab {
    border-left: 1px solid #e38e0f;
  }

  .timeline-tabs__tab.is-active {
    background-color: #e38e0f;
    color: #ffffff;
  }

  .faqs-image {
    padding: 32px 0;
  }

  .faqs-booking {
    padding: 64px 0;
  }

  .faqs-booking__description {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 32px;
  }

  .faqs-content {
    margin-bottom: 48px;
  }

  .booking-form__row {
    flex-direction: column;
    gap: 16px;
  }

  .booking-form__field {
    width: 100%;
  }

  .booking-form__field--button {
    align-items: stretch;
  }

  .booking-form__input {
    height: 48px;
  }

  .booking-form__submit {
    height: 48px;
  }
}

@media (max-width: 480px) {
  .faqs-hero {
    padding: 16px 0 48px;
  }

  .faqs-tabs__tab {
    height: 48px;
    font-size: 18px;
  }

  .faqs-booking {
    padding: 0;
  }

  .faqs-booking__description {
    font-size: 15px;
    line-height: 28px;
  }
}

/* ==========================================================================
   SNSリンクスタイル
   ========================================================================== */

.sns-link {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.8px;
  color: #9e9146;
  text-decoration: none;
}

.sns-link:hover,
.sns-link:focus {
  text-decoration: underline;
}
