@charset "utf-8";
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.disnon-sp {
  display: block;
}
.disnon-pc {
  display: none;
}
/* 基本設定（PC向け） */
.br-pc { display: inline; }
.br-sp { display: none; }

@media screen and (max-width: 768px) {
  .disnon-sp { display: block; } 
  .disnon-pc { display: none; }  
  .br-pc { display: none; }   
  .br-sp { display: inline; } 
}

/* =========================================
   スムーススクロール（HTML全体）
========================================= */
html {
font-size: 100%; 
  scroll-behavior: smooth;
}

/* =========================================
   ベース設定
========================================= */
#wrapper {
  margin: 0;
  padding: 0;
  color: #333;
  background-color: #fff;
  font-family: "Noto Sans JP",sans-serif!important;
  font-weight: 400;
  line-height: 1.6; 
  letter-spacing: 0.05em;
  font-size: 1rem;
}

#wrapper a {
    color: inherit;
    text-decoration: none;
    transition: opacity 0.3s ease; 
}

#wrapper a:hover {
    opacity: 0.7; 
}
/* =========================================

========================================= */
#wrapper h1, h2, .minor-name, .text-loc-title .ja {
     font-family: 'Noto Serif JP', "游明朝", "Yu Mincho", serif!important;
         font-weight: 400;
}
#wrapper .en, .en-title, .area-en {
    font-family: 'Cormorant Garamond', 'Noto Serif JP', serif!important;
}


/* =========================================
   ヒーローセクション（スプリットレイアウト）
========================================= */
.hero-split {
    display: flex; 
    width: 100vw;
    margin-left: calc(50% - 50vw);
    height: 800px; 
/*    background-color: #fcfcfb;*/
    background-color: #fff;
        position: relative;
    background-position: 100% 0%, 100% 100%;
}

/* ＝左側：テキストエリア＝ */
.hero-split-text {
    flex: 0 0 45%; 
    display: flex;
    flex-direction: column;
    justify-content: center; 
    padding: 0 1%; 
    box-sizing: border-box;
}
.hero-split-text .hero-en {
    display: block;
    font-family: 'Cormorant Garamond', 'Noto Serif JP', serif!important;
    font-size: 6.875rem; 
    font-style: italic;
    font-weight: 300;
    color: #333; 
    line-height: 1.3;
    margin-bottom: 30px;
}


.hero-split-text .hero-ja {
    font-family: 'Noto Serif JP', "Yu Mincho", YuMincho, serif!important;
    font-size: 1.25rem;
    font-weight: 400;
    letter-spacing: 0.15em;
    line-height: 1.3;
    color: #333;
    margin: 0 0 30px 0;
}

.hero-split-text .hero-lead {
    font-family: 'Noto Sans JP', sans-serif!important; 
    font-weight: 300;
    font-size: 0.875rem;
    color: #666; 
  line-height: 1.6; 
    letter-spacing: 0.1em;
    margin: 0;
}

/* ＝右側：画像エリア＝ */
.hero-split-image {
    flex: 1; 
    height: 100%;
}

.hero-split-image img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
}


/* =========================================
   タブレット用（769px 〜 1024px）の調整
========================================= */
@media (max-width: 1024px) and (min-width: 769px) {
  .hero-split {
    height: 60vh;  
  }
}

 @media (max-width: 768px) {
  .hero-split {
    width: 100%;
    margin-left: 0;
    display: grid; 
    grid-template-columns: 1fr;
    height: auto;
    min-height: auto; 
  }
  
  .hero-split-image {
    grid-row: 1;
    grid-column: 1;
    width: 100%;
    aspect-ratio: 1 / 1; 
    transform: translateZ(0);
    will-change: transform;
  }

  .hero-split-image img {
    transform: translateZ(0);
    backface-visibility: hidden;
  }
  .hero-split-text {
    display: contents; 
  }
  
  .hero-split-text .hero-en {
    grid-row: 1;
    grid-column: 1;
    display: block;   
    align-self: center;  
    justify-self: center; 
    text-align: center;   
    width: 100%;
    padding: 0 10px;     
    z-index: 10;
    
    font-size: 2.5rem;
    margin: 0; 
    color: #ffffff; 
 text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5), 0px 4px 15px rgba(0, 0, 0, 0.3);
 }
  
  .hero-split-text .hero-ja {
    grid-row: 2;
    grid-column: 1;
    display: block;
    text-align: center;
     font-size: 1.25rem;
    color: #333;
    margin: 40px auto 0px; 
    text-shadow: none; 
  }
  /* リード文追加の場合には非表示 */
  .hero-split-text .hero-lead {
    display: none; 
  }
}


/* =========================================
   ヒーロー内の日時・場所インフォメーション
========================================= */
.hero-info {
    margin: 0 0 20px 0;
    padding: 1rem 0 1rem 24px;
    border-left: 2px solid #d4d0c6; 
    text-align: left;
}

.hero-info p {
    margin: 0 0 12px 0; 
    font-size: 0.875rem; 
    letter-spacing: 0.05em;
    color: #555;
  line-height: 1.6; 
    font-weight: 600;
}

.hero-info p:last-child {
    margin: 0;
}

.hero-info span.en-label {
    display: inline-block;
    font-family: 'Cormorant Garamond', serif!important;
    font-style: italic;
    color: #7A6F5A;
    font-size: 0.875rem;
    width: 80px; 
}

/* =========================================
   タグナビゲーション（CONTENTS）
========================================= */
/* .tag-nav-wrapper { 
    margin: 40px auto; 
    padding: 0 10px; 
    text-align: center; 
 } 

.tag-nav-wrapper::before {
    content: "CONTENTS";
    display: block;
    font-family: 'Cormorant Garamond', serif!important;
    color: #7A6F5A;
    font-size: 13px;
    letter-spacing: 0.15em;
    margin-bottom: 1rem;
    text-align: center;
}*/

/* =========================================
   タグナビゲーション（左にCONTENTS配置パターン）
========================================= */
.tag-nav-wrapper { 
    margin: 40px auto; 
    padding: 0 10px; 
    display: flex;
    justify-content: center;
    align-items: center; 
    gap: 24px;
}

/* 「CONTENTS」の見出し */
.nav-title-en {
    font-family: 'Cormorant Garamond', serif!important;
    color: #777;
    font-size: 0.875rem;
    letter-spacing: 0.15em;
    margin-bottom: 0; 
    white-space: nowrap; 
    font-weight: 600;
}

.elegant-tags {
    list-style: none; 
    padding: 0; 
    margin: 0;
    display: flex; 
    flex-wrap: wrap; 
    justify-content: center; 
    gap: 12px;
}


.elegant-tags a {
    display: inline-block;
    padding: 8px 24px; 
    font-size: 0.75rem; 
    color: #555; 
    font-weight: 600;
    background: #fff; 
    border: 1px solid #e8e6e1; 
    border-radius: 9999px;
    letter-spacing: 0.1em; 
    transition: all 0.3s ease;
    text-decoration: none;
}


.elegant-tags a .hash { 
    display: inline-block; 
    font-family: "Noto Sans JP", sans-serif!important; 
    color: #d4d0c6; 
    font-size: 0.75rem; 
    margin-right: 6px;
    transition: transform 0.3s ease, color 0.3s ease; 
}


.elegant-tags a:hover { 
    background: #f9f8f4; 
    color: #7A6F5A; 
    border-color: #d4d0c6; 
    transform: translateY(-2px); 
    box-shadow: 0 4px 10px rgba(0,0,0,0.04);
}


.elegant-tags a:hover .hash {
    color: #7A6F5A;
    transform: translateY(3px); 
}

/* =========================================
   スマホ用（画面幅768px以下）のレイアウト
========================================= */
@media (max-width: 768px) {
    .tag-nav-wrapper {
        flex-direction: column; 
        gap: 1rem; 
    }
}



/* =========================================
   大見出し
========================================= */
.section-title { text-align: center; margin: 96px 0 40px; }
.section-title span.en {
    display: block; font-size: 4rem; font-style: italic; font-weight: 300;
    color: #7A6F5A; line-height: 1.3; margin-bottom: 10px;
}
.section-title h2 { font-size: 1.75rem; font-weight: 300; letter-spacing: -0.05em; color: #333; margin: 96px 0 40px; }



/* =========================================
   リード文（余白重視）
========================================= */
.lead-section { 
    text-align: center; 
    margin-bottom: 40px; 
}
.lead-catch { 
    font-family: 'Noto Serif JP', "游明朝", "Yu Mincho", serif!important;
        font-weight: 500;
    font-size: 1.5rem; 
    margin-bottom: 40px; 
  line-height: 1.6; 
}
.lead-text { 
    max-width: 900px; 
    margin: 0 auto; 
    font-size: 0.875rem;
    color: #555;
    text-align: justify;
}
@media (max-width: 768px) {
    .lead-section { 
        margin-bottom: 40px; 
    }
    .lead-catch { 
      font-size: 1.125rem;
        padding: 20px 20px 0 20px;
        text-align: left;
        letter-spacing: normal;
        }
    .lead-text {
        padding-top: 1rem;
        padding-left: 20px;
        padding-right: 20px;
    }
}


/* =========================================
   HISが選ばれる3つの理由：デザインCSS
========================================= */
.sec-reason {
    background-color: #fcfbf9;
    padding: 70px 0 80px;
    margin-bottom: 96px; 
    color: #333;
    position: relative;
  z-index: 0;
}
.sec-reason::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-color: #fcfbf9; 
  z-index: -1; 
}
.sec-reason-inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}

.reason-lead {
    text-align: center;
    font-size: 0.875rem;
  line-height: 1.6; 
    margin: 0 0 50px 0;
    letter-spacing: 0.08em;
}

/* リスト（カード）のレイアウト */
.reason-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin: 0 0 60px 0;
    padding: 0;
    list-style: none;
}

/* カード本体のデザイン */
.reason-item {
    position: relative;
    background: #fff;
    padding: 50px 25px 35px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.03);
    border-radius: 4px;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.reason-num {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    background: #7A6F5A; 
    color: #fff;
    font-family: 'Times New Roman', Times, serif!important;
    font-size: 1.5rem;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(163, 155, 139, 0.3);
}

.reason-head {
    font-size: 1rem;
    font-weight: bold;
    margin: 0 0 15px 0;
  line-height: 1.6; 
}

.reason-text {
    font-size: 0.875rem;
  line-height: 1.6; 
    color: #555;
    text-align: justify; 
    margin: 0;
    flex-grow: 1;
}

/* =========================================
   スマホ用（768px以下）完全レスポンシブ
========================================= */
@media screen and (max-width: 768px) {
    .sec-reason {
        padding: 50px 0 60px;
        margin-bottom: 50px;
    }
    
    .reason-lead {
        font-size: 0.875rem;
        text-align: left;
        margin-bottom: 40px;
    }
   
    .reason-list {
        grid-template-columns: 1fr;
        gap: 40px;         margin-bottom: 40px;
    }
   
    .reason-item {
        padding: 45px 20px 30px;
    }
}

.location-group {
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid #e8e6e1;
    border-radius: 9999px; 
    padding: 4px 4px 4px 1rem; 
    box-shadow: 0 2px 8px rgba(0,0,0,0.02);
}

.location-group .group-label {
    font-size: 0.75rem;
    color: #7A6F5A; 
    letter-spacing: 0.1em;
    margin-right: 12px;
}

.location-group a {
    background: #f9f8f4;
    border: none; 
    box-shadow: none;
    padding: 6px 1rem;
    margin-right: 4px;
}

.location-group a:last-child {
    margin-right: 0; 
}

.location-group a:hover {
    background: #e8e6e1; 
    transform: none; 
}

/* =========================================
   エリア切り替えの特大インパクト見出し
========================================= */
.area-heading {
    text-align: center;
    margin: 96px 0 96px;
    position: relative;
}
.area-heading .area-en {
    display: block;
    font-family: 'Cormorant Garamond', serif!important;
    font-size: 3.75rem; 
    font-style: italic;
    font-weight: 300;
    color: #333;
    line-height: 1.3;
    letter-spacing: 0.01em;
    margin-bottom: 15px;
}
.area-heading .area-ja {
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.3em; 
    color: #666;
    margin: 0;
}

/* スマホ対応 */
@media (max-width: 768px) {
    .area-heading {
        margin: 20px 0 20px;
    }
    .area-heading .area-en {
        font-size: 4.75rem; 
    }
    .area-heading .area-ja {
        font-size: 0.875rem;
        letter-spacing: 0.25em;
    }
}

/* =========================================
   主要ロケーション
========================================= */
.location-major {
    display: flex;
    align-items: center;
    margin-bottom: 160px; 
    position: relative;
}
/* 偶数番目は左右反転 */
.location-major:nth-child(even) { 
    flex-direction: row-reverse; 
}
.loc-img { 
    width: 60%; 
    z-index: 1;
}
.loc-img img { 
    width: 100%;
}
.loc-text { 
    width: 50%; 
    background-color: #fff;
    padding: 60px;
    margin-left: -10%; 
    z-index: 2;
    box-sizing: border-box;
    box-shadow: 0 20px 40px rgba(0,0,0,0.03); 
}
.location-major:nth-child(even) .loc-text {
    margin-left: 0;
    margin-right: -10%; 
}
.loc-text .en-title {
    font-family: 'Cormorant Garamond', serif!important;
    color: #766A54;
    font-size: 1.75rem;
    font-style: italic;
    display: block;
    margin-bottom: 5px;
}
.loc-text h3 {
    font-size: 1.25rem;
    font-weight: 400;
    margin: 0 0 30px 0;
    letter-spacing: 0.1em;
}
.loc-text p {
    font-size: 0.875rem;
    color: #555;
    margin: 0;
}

/* =========================================
   その他のスポット
========================================= */
.location-minor {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3列グリッド */
    gap: 40px; 
    margin-bottom: 140px;
}
.minor-item { 
    text-align: center;
}
.minor-item img { 
    width: 100%; 
    aspect-ratio: 4/3; 
    object-fit: cover; 
    margin-bottom: 1rem;
}
.minor-name {
    font-size: 1rem;
    letter-spacing: normal;
    margin: 0;
    color: #333;
}
.minor-desc {
    font-size: 0.875rem;
    text-align: left;
}


/* =========================================
   FAQ
========================================= */
.faq-list { 
    max-width: 800px; 
    margin: 0 auto 120px; 
}
details { 
    border-bottom: 1px solid #eaeaea; 
    padding: 30px 0; 
}
summary {
    font-size: 0.875rem;
    cursor: pointer;
    list-style: none;
    position: relative;
    padding-right: 40px;
    letter-spacing: 0.05em;
     font-weight: 500!important;
    font-family: "Noto Sans JP", sans-serif!important;
}
summary::-webkit-details-marker { display: none; } /* Safari用矢印消し */
summary::after {
    content: '+';
    position: absolute;
    right: 0; 
    top: 50%;
    transform: translateY(-50%);
    font-family: 'Cormorant Garamond', serif!important;
    color: #7A6F5A;
    font-size: 1.5rem;
    font-weight: 300;
}
details[open] summary::after { content: '−'; }
.faq-answer { 
    padding-top: 20px; 
    font-size: 0.875rem;
    color: #666; 
  line-height: 1.6; 
      font-family: "Noto Sans JP", sans-serif!important;
}


@media (max-width: 768px) {
    .faq-list { 
        padding: 0 1rem; 
        margin-bottom: 80px; 
    }
}


/* =========================================
   レスポンシブ
========================================= */
@media (max-width: 768px) {
    .container { padding: 0 1rem; }
    .location-major, .location-major:nth-child(even) { 
        flex-direction: column; 
        margin-bottom: 80px;
    }
    .loc-img { width: 100%; }
    .loc-text { 
        width: 90%; 
        margin: -10px auto 0 !important; /* スマホ時は下に重ねる */
        padding: 40px 20px;
    }
    .location-minor { grid-template-columns: repeat(2, 1fr); gap: 20px; }
    .mv-text h1 { font-size: 2rem; }
    .section-title { margin: 40px 20px 20px; }
}

/* ＝テキストロケーション用のCSS＝ */
.text-locations {
    max-width: 800px;
    margin: 100px auto;
    padding: 0 1rem;
    margin: 40px auto 96px;
}
.text-loc-intro {
    text-align: center;
    font-size: 0.875rem;
    color: #555;
    margin-bottom: 40px;
    letter-spacing: 0.1em;
}
.text-loc-list {
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: 1px solid #eaeaea;
}
.text-loc-item {
    padding: 20px 10px;
    border-bottom: 1px solid #eaeaea;
    display: flex;
    align-items: baseline;
    gap: 24px;
      font-family: "Noto Sans JP",sans-serif!important;
}
.text-loc-title {
    flex: 0 0 100px;
}
.text-loc-title .en {
    display: block;
    font-family: 'Cormorant Garamond', serif!important;
    font-size: 1.25rem;
    color: #7A6F5A;
    font-style: italic;
}
.text-loc-title .ja {
    font-size: 1rem;
    letter-spacing: 0.1em;
    color: #333;
}
.text-loc-desc {
    flex: 1;
    font-size: 0.75rem;
    color: #666;
  line-height: 1.6; 
    margin: 0;
}

/* スマホ対応 */
@media (max-width: 768px) {
    .text-loc-item {
        flex-direction: column;
        gap: 10px;
    }
    .text-loc-title {
        flex: auto;
    }
}


/* =========================================
   横スクロール
========================================= */
.scroll-container {
    width: 100%;
    /* コンテナの幅（1100px） */
    box-sizing: border-box;
/*    margin-bottom: 80px;*/
}
@media (max-width: 768px) {
    .scroll-container {
        padding: 0 1rem; 
    }
}


.horizontal-list {
    display: flex;
    gap: 40px; 
    overflow-x: auto; 
    padding-bottom: 30px; 
    margin: 0;
    list-style: none;
    
    scroll-snap-type: x mandatory; 
    -webkit-overflow-scrolling: touch;
        /*Firefox用のスクロールバー設定 */
    scrollbar-width: thin; 
    scrollbar-color: #d4d0c6 #f9f8f4;
    cursor: grab; 
}
/* クリック最中の設定 */
.horizontal-list:active {
    cursor: grabbing; 
}
.horizontal-list img, 
.horizontal-list a {
    -webkit-user-drag: none;
    user-select: none;
}

/*Chrome/Safari用のスクロールバー表示 */
.horizontal-list::-webkit-scrollbar {
    display: block;
    height: 8px; 
}
.horizontal-list::-webkit-scrollbar-track {
    background: #f9f8f4; 
    border-radius: 8px;
}
.horizontal-list::-webkit-scrollbar-thumb {
    background: #d4d0c6; 
    border-radius: 8px;
}

/* 個別のカード設定 */
.scroll-item {
    flex: 0 0 25%; 
    max-width: 320px; 
    
    scroll-snap-align: start; 
}

.scroll-item img {
    width: 100%;
/*    aspect-ratio: 4/5;*/
    object-fit: cover;
    margin-bottom: 24px;
}

.item-text .en-title {
    font-family: 'Cormorant Garamond', serif!important;
    color: #766A54;
    font-size: 1.5rem;
    font-style: italic;
    display: block;
    margin-bottom: 5px;
}
.item-text h3 {
    font-size: 1.125rem;
    font-weight: 400;
    margin: 0 0 15px 0;
    letter-spacing: 0.1em;
}
.item-text p {
    font-size: 0.875rem;
    color: #555;
    margin: 0;
    text-align: justify;
}

@media (max-width: 768px) {
    /* スクロールエリア（余白と隙間の調整） */
    .horizontal-list {
        gap: 1rem;
        padding: 0 20px 20px; 
    }
    .scroll-item {
        flex: 0 0 85%; 
        max-width: none; /* PC用で設定 max-width: 320px; の制限をスマホでは解除 */
    }
}


/*================================================
 * カルーセル 全体設定
================================================*/
.carousel-wrapper {
  max-width: 1000px; 
  margin: 0 auto 60px;
  overflow: hidden; /* はみ出し防止 */
}

.carousel {
  width: 100%;
  position: relative;
}

.carousel__slides {
  display: flex;
  gap: 30px; 
  padding: 0 20px; 
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  margin: 0;
  align-items: flex-start; 
}

.carousel__slides::-webkit-scrollbar {
  display: none;
}

/*================================================
 * 1枚ずつのスライド設定
================================================*/
.carousel__slide {
  list-style: none;
  position: relative;
/* ▼「1枚＋2枚目チラ見せ」 */
  flex: 0 0 70%; 
/* ▼ 変更：「2枚＋3枚目チラ見せ」 */
/*  flex: 0 0 42%;*/
   scroll-snap-align: start;
  scroll-snap-stop: always;
}

.carousel__slide img {
  width: 100%;
  aspect-ratio: 3 / 2; 
  object-fit: cover;
  display: block;
/*  border-radius: 4px; */
}

/*================================================
 * テキスト部分
================================================*/
.slide-text {
  position: relative;
  padding: 20px 0 0 0; 
  background: transparent; 
      font-family: "Noto Sans JP",sans-serif!important;
}

.slide-text h4 {
  margin: 0 0 10px 0;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  color: #333; 
}

.slide-text p {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.6; 
  color: #555;
  text-align: justify;

}

/*================================================
 * PC用コントロール部分（透過スタイル）
================================================*/
.carousel-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px; 
  margin-top: 50px; 
}

.arrow-btn {
  background: transparent;
  border: 1px solid rgba(163, 155, 139, 0.3);
  border-radius: 50%;
  width: 44px;  
  height: 44px; 
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(51, 51, 51, 0.5);
  transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  padding: 0;
}

.arrow-btn svg {
  width: 18px; 
  height: 18px;
  transition: all 0.4s ease;
}

.arrow-btn:hover {
  background: rgba(163, 155, 139, 0.05);
  border-color: rgba(122, 111, 90, 0.8);
  color: #333;
  transform: translateY(-2px); 
  box-shadow: 0 6px 15px rgba(163, 155, 139, 0.15); 
}

/* ドットナビゲーション */
.dots-nav {
  display: flex;
  gap: 1rem; 
  align-items: center;
}
.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid rgba(163, 155, 139, 0.4); 
  background-color: transparent; 
  cursor: pointer;
  padding: 0;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.dot.active {
  background-color: rgba(122, 111, 90, 0.8); 
  border-color: rgba(122, 111, 90, 0.8);
  width: 32px; 
  border-radius: 8px;
}
/*================================================
 * スマホ用設定
================================================*/
@media (max-width: 768px) {
  .carousel-controls {
    display: none;
  }
  
  .carousel__slides {
    gap: 1rem; 
    padding: 0; 
    scroll-padding-left: 20px; 
    scroll-padding-right: 20px;
  }

  .carousel__slide:first-child {
    margin-left: 20px; 
  }
  .carousel__slide:last-child {
    margin-right: 20px;
  }

  .carousel__slide {
    flex: 0 0 85%; 
  }

  .slide-text {
    padding: 15px 0 0 0;
  }

  .slide-text h4 {
    font-size: 0.875rem;
    margin-bottom: 5px;
  }

  .slide-text p {
    font-size: 0.875rem;
  }
}

/*================================================
 * カルーセル ドラッグ（つかむ）用の設定
================================================*/
.carousel__slides {
  cursor: grab;
}

/* つかんでいる最中の設定 */
.carousel__slides.grabbing {
  cursor: grabbing;
  scroll-snap-type: none !important; /* ドラッグ中はスナップを解除 */
  scroll-behavior: auto !important;  /* ドラッグにピッタリ追従させる */
}

.carousel__slide img,
.slide-text {
  -webkit-user-drag: none;
  user-select: none;
}

/* =========================================
   【PC用】フラット構造（セパレート）専用 3カラムレイアウト
========================================= */
.plan-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 24px; /* 横の隙間のみ24px空ける */
    margin-bottom: 60px;
    width: 100%;
      font-family: "Noto Sans JP",sans-serif!important;
}

/* 1列目 (1つ目、4つ目のプラン) */
.plan-img:nth-child(1), .plan-info:nth-child(2),
.plan-img:nth-child(7), .plan-info:nth-child(8),
.plan-img:nth-child(13), .plan-info:nth-child(14) {
    grid-column: 1;
}
/* 2列目 (2つ目、5つ目のプラン) */
.plan-img:nth-child(3), .plan-info:nth-child(4),
.plan-img:nth-child(9), .plan-info:nth-child(10),
.plan-img:nth-child(15), .plan-info:nth-child(16) {
    grid-column: 2;
}
/* 3列目 (3つ目、6つ目のプラン) */
.plan-img:nth-child(5), .plan-info:nth-child(6),
.plan-img:nth-child(11), .plan-info:nth-child(12),
.plan-img:nth-child(17), .plan-info:nth-child(18) {
    grid-column: 3;
}

/* CMS対策：リンク(aタグ)のレイアウト崩れを防ぐ */
a.plan-item {
    display: block !important;
    text-decoration: none !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;
    box-shadow: none !important;
}

/* 画像エリアの装飾（カードの上半分に見せる） */
.plan-img {
    width: 100%;
    overflow: hidden;
    border: 1px solid #eaeaea;
    border-bottom: none; 
    border-radius: 8px 8px 0 0;
    margin-top: 40px; 
    background: #fff;
}

.plan-img img {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 3/2;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.plan-img:hover img {
    transform: scale(1.05);
}

.plan-info {
    padding: 20px;
    border: 1px solid #eaeaea;
    border-top: none; 
    border-radius: 0 0 8px 8px;
    background: #fff;
    display: flex;
    flex-direction: column;
}

.plan-name {
font-size: 1rem;
letter-spacing: -0.05em;
  font-weight: bold;
  color: #333;
  margin: 0 0 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  line-height: 1.6; 

/* =========================================
   追加：高さの統一とレイアウト崩れ防止
========================================= */
  /* 1.5（line-height）× 2行 ＝ 3em（常に2行分の高さを確保） */
  min-height: 3em; 
  
  /* 万が一3行以上になった場合は「...」で省略（はみ出し防止） */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;

  }

.plan-catch {
    font-size: 0.875rem;
    color: #666;
  line-height: 1.6; 
    margin-bottom: 20px;
    flex-grow: 1; 
}

/* =========================================
    【スマホ用】縦一列レイアウト（768px以下）
========================================= */
@media screen and (max-width: 768px) {
    .plan-wrapper {
        display: block !important; /* グリッドを解除 */
        padding: 0 15px !important;
    }
    
    .plan-img, .plan-info {
        grid-column: auto !important; 
    }
    
    .plan-name {
     font-size: 1.125rem !important;
   min-height: auto !important; 
    }
    
    .plan-catch {
        font-size: 0.875rem !important;
        margin-bottom: 15px;
    }
}

/* ボタン・矢印パーツ（共通） */
.btn-card {
    font-size: 0.875rem;
    font-weight: 500;
    color: #333;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #eee;
    padding-top: 15px;
}
.btn-card .arrow {
    display: inline-block;
    width: 20px;
    height: 1px;
    background: #333;
    margin-left: 10px;
    position: relative;
}
.btn-card .arrow::after {
    content: '';
    position: absolute;
    right: 0;
    top: -4px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    transform: rotate(45deg);
}

.plan-item:hover .arrow {
    width: 35px;
    background: #7A6F5A;
}

.plan-item:hover .btn-card {
    color: #7A6F5A;
}

.plan-item:hover .arrow::after {
    border-color: #7A6F5A;
}

/* =========================================================
       卒花（体験談）セクション 
========================================================= */
.sotsuhana-section {
padding: 80px 0;
    background-color: #fcfbf9;
    color: #333;
   margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
}

.sotsuhana-inner {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 20px;
      font-family: "Noto Sans JP",sans-serif!important;
}

.sotsuhana-head {
    text-align: center;
    margin-bottom: 50px;
}

.sotsuhana-head h2 {
    font-family: 'Noto Serif JP', serif!important;
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}

.sotsuhana-head p {
    font-size: 0.875rem;
    line-height: 1.6;
    color: #666;
}

/* =========================================================
       リスト（インデックス）セクション 
========================================================= */
.index-nav-enhanced { 
    max-width: 1000px; 
    margin: 0 auto; 
    padding: 40px 20px; 
}

.index-img-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 20px; 
    list-style: none;
    padding: 0;
    margin: 0;
}

.index-img-item {
    display: flex;
}

.index-img-item a { 
    position: relative; 
    display: flex; 
    flex: 1;              
    align-items: stretch; 
    gap: 15px; 
    padding-left: 30px;
    padding-bottom: 15px; 
    border-bottom: 1px solid #eaeaea; 
    color: #333; 
    text-decoration: none; 
    transition: all 0.4s ease; 
}

.index-num { 
    position: absolute; 
    top: 0; 
    left: 8px; 
    color: #777; 
    font-family: 'Noto Serif JP', serif!important;
    font-size: 0.875rem; 
    line-height: 1;
    letter-spacing: 0.05em; 
    writing-mode: vertical-rl; 
    text-orientation: mixed; 
}

.item-image { 
    flex: 0 0 100px; 
    width: 100px; 
    height: 100px; 
    overflow: hidden; 
}

.item-image img { 
    display: block;
    width: 100%; 
    height: 100%; 
    object-fit: cover; 
    transition: transform 0.6s ease; 
}

.item-content { 
    display: flex;            
    flex: 1; 
    flex-direction: column;  
}

.item-heading { 
    margin-bottom: 5px; 
}

.index-ja { 
    display: inline-block;
    padding: 2px 8px;
    border: 1px solid #7A6F5A;
    border-radius: 4px;
    background-color: #fff;
    color: #7A6F5A;
    font-family: 'Noto Sans JP', sans-serif!important; 
    font-size: 0.75rem; 
    font-weight: 500;
    text-transform: uppercase;
}

.item-text {
    display: -webkit-box;
    margin-bottom: 8px;
    color: #333;
    font-size: 0.875rem;
    line-height: 1.6; 
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.item-link {
    display: flex;
    align-items: center;
    margin-top: auto;  
    padding-top: 10px; 
    color: #777; 
    font-family: 'Noto Serif JP', serif!important;
    font-size: 0.75rem;
    font-weight: 600;
}

.arrow {
    margin-left: 5px;
}

.index-img-item a:hover { 
    border-bottom-color: #7A6F5A; 
}

.index-img-item a:hover .index-ja,
.index-img-item a:hover .item-link {
    color: #7A6F5A;
}

.index-img-item a:hover .item-image img {
    transform: scale(1.1); 
}

/* =========================================================
       ボタン・共通エリア
========================================================= */
.btn-wrapper {
    text-align: center;
}

.btn-elegant {
    display: inline-block;
    padding: 18px 40px;
    border: 1px solid #7A6F5A;
    border-radius: 4px;
    background-color: transparent;
    color: #333;
    font-size: 0.875rem;
    font-weight: bold;
    letter-spacing: 0.2em;
    text-decoration: none;
    transition: all 0.3s ease;
    font-family: 'Noto Sans JP', sans-serif!important;     
}

.btn-elegant:hover {
    background-color: #7A6F5A;
    color: #fff!important;
}


/* =========================================================
       レスポンシブ (メディアクエリ)
========================================================= */
@media (max-width: 768px) {
    .index-nav-enhanced { 
        padding: 0 0 40px; 
    }
    .index-img-list {
        grid-template-columns: 1fr; 
    }
}

@media (max-width: 640px) {
    .sotsuhana-section {
        padding: 50px 0;
    }
    .sotsuhana-head h2 {
        font-size: 1.625rem;
    }
    .sotsuhana-head p {
        text-align: left;
    }
}