@charset "UTF-8";

/* ============================================================
  FILE: page.css
  DESCRIPTION: 下層ページ（Company, Privacy Policy, Work一覧等）共通スタイル
============================================================ */

/* ==========================================================================
  1. Company & Privacy Page (会社概要・プライバシー)
========================================================================== */
.company-page-content {
  padding-top: 140px;
  padding-bottom: 120px;
}

/* 下層ページ専用ヘッダー制御 */
.page-company .menu_line {
  background-color: #333 !important;
}

.page-company #header-logo {
  filter: brightness(0) saturate(100%) invert(18%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(95%) contrast(90%) !important;
}

/* タイトル・テキスト組 */
.company_ttl {
  font-family: 'Noto Serif JP', serif;
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  color: #333;
  margin-bottom: 60px;
  text-align: left;
}

.company-img {
  width: 100%;
  margin-bottom: 100px;
}

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

.company-subttl {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.15em;
  color: #333;
  margin-bottom: 40px;
  position: relative;
}

.company-about {
  margin-bottom: 120px;
}

.company-text p {
  font-size: 1.05rem;
  line-height: 2.3;
  letter-spacing: 0.12em;
  color: #444;
  font-feature-settings: "palt";
}

/* 会社情報リスト */
.company-info {
  margin-bottom: 80px;
}

.company-list > div {
  display: flex;
  padding: 28px 0;
  border-bottom: 1px solid #eee;
  align-items: baseline;
}

.company-list dt {
  width: 28%;
  font-weight: 600;
  font-size: 0.9rem;
  color: #333;
  flex-shrink: 0;
}

.company-list dd {
  flex: 1;
  font-size: 0.95rem;
  color: #555;
  margin: 0;
  letter-spacing: 0.05em;
}

/* 下層フッター背景 */
.page-company .site-footer {
  background-color: transparent !important;
}

/* Company & Privacy - レスポンシブ */
@media (max-width: 768px) {
  .company-page-content {
    padding-top: 100px;
    padding-bottom: 80px;
  }
  .company_ttl {
    font-size: 1.8rem;
    margin-bottom: 40px;
  }
  .company-img {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 60px;
  }
  .company-subttl {
    font-size: 1.25rem;
    margin-bottom: 25px;
  }
  .company-text p {
    font-size: 0.95rem;
    line-height: 2.0;
    letter-spacing: 0.05em;
  }
  .company-list > div {
    flex-direction: column;
    padding: 18px 0;
  }
  .company-list dt {
    width: 100%;
    margin-bottom: 6px;
    font-size: 0.85rem;
    color: #888;
  }
  .company-list dd {
    width: 100%;
    font-size: 0.9rem;
    line-height: 1.6;
  }
}

/* ==========================================================================
  2. WORK（作品一覧）
========================================================================== */

#category-obi, #category-kimono, #category-kimono {
  scroll-margin-top: 20px;
}

/* --- Work FV --- */
.work-fv {
  width: 100%;
  height: 60vh;
  overflow: hidden;
}

.work-fv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sub-notice {
  text-align: center;
  display: block;
  color: #888;
  letter-spacing: 0.05em;
}

.concept.is-list {
    padding-bottom: 0 !important;
    text-align: center; /* PCはセンター配置 */
}


/* --- カテゴリーナビ --- */
.work-category-nav {
  margin: 40px auto 80px;
  border-bottom: 1px solid #eee;
}

.work-category-nav ul {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.work-category-nav li {
  flex: 1;
  text-align: center;
}

.work-category-nav a {
  display: block;
  padding-bottom: 15px;
  font-size: 1.1rem;
  color: #333;
  letter-spacing: 0.1em;
  position: relative;
  transition: color 0.3s;
}

.work-category-nav a::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #333;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.work-category-nav a:hover::after,
.work-category-nav a:active::after {
  transform: scaleX(1);
}

.work-category-nav a:hover {
  opacity: 0.7;
}

/* カテゴリーナビ - レスポンシブ */
@media (max-width: 768px) {

  .work-category-nav {
    margin: 0 auto 10px;
    width: 100%;
    box-sizing: border-box;
  }
  .work-category-nav ul {
    display: flex;
    justify-content: center; /* 中身を中央に寄せる */
    width: 100%;
    gap: 0;
  }

  .work-category-nav li {
    flex: 1; /* 3つの項目を均等に広げる */
    text-align: center;
  }

  .work-category-nav a {
    font-size: 0.9rem;
  }

  .concept.is-list {
    padding-top: 40px; 
  }

  .sub-notice {
    font-size: 0.9rem; 
    margin-top: 8px;
  }

}

/* --- 作品グリッド・セクション --- */
.work-section {
  padding: 60px 0;
}

.category-ttl {
  font-size: 1.4rem;
  margin-bottom: 50px;
  font-weight: 400;
  letter-spacing: 0.15em;
  color: #333;
  border-left: 2px solid #333;
  padding-left: 15px;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 20px;
}

/* --- 商品カード --- */
.product-card {
  display: block;
  border: 1px solid #e5e5e5;
  padding: 8px;
  text-align: left;
  background: #fff;
  text-decoration: none;
  color: inherit;
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1),
    box-shadow 0.5s cubic-bezier(0.25, 1, 0.5, 1),
    opacity 0.5s ease;
  display: none;
  opacity: 0;
}

.product-card.show {
  display: block;
  opacity: 1;
}

.product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

/* 画像エリア */
.product-img {
  width: 100%;
  overflow: hidden;
  margin-bottom: 15px;
  position: relative;
}

.product-img img {
  width: 100%;
  transition: opacity .4s ease, transform .5s ease;
  display: block;
}

.product-img .img-hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 2;
}

.product-card:hover .img-main {
  opacity: 0;
  transform: scale(1.05);
}

.product-card:hover .img-hover {
  opacity: 1;
  transform: scale(1.05);
}

/* 商品名・価格 */
.product-name {
  font-size: 0.9rem;
  color: #444;
  margin-bottom: 8px;
  letter-spacing: 0.03em;
  text-align: left;
}

.product-price {
  font-size: 0.85rem;
  color: #666;
  text-align: left;
}

/* 区切り線 */
.collection-divider {
  grid-column: span 3;
  padding: 60px 0;
  display: none;
}

.collection-divider.show {
  display: flex;
  align-items: center;
}

.divider-line {
  width: 100%;
  height: 1px;
  background: #eee;
}

/* --- ボタンエリア --- */
.btn-area {
  text-align: center;
  margin-top: 80px;
}

.load-more-btn,
.close-btn {
  display: inline-block;
  background: transparent;
  border: 1px solid #333;
  padding: 16px 80px;
  font-size: 0.9rem;
  color: #333;
  letter-spacing: 0.1em;
  cursor: pointer;
  transition: all 0.4s ease;
  min-width: 250px;
}

.load-more-btn:hover,
.close-btn:hover {
  background: #333;
  color: #fff;
}

/* Work一覧 - レスポンシブ */
@media (max-width: 768px) {

  .category-ttl {
  font-size: 1.2rem;
  }

  .product-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 10px;
  }
  .collection-divider {
    grid-column: span 2;
    padding: 40px 0;
  }
  .product-card {
    padding: 10px;
  }
  .product-name {
    font-size: 0.8rem;
  }
  .product-price {
    font-size: 0.8rem;
  }
  .load-more-btn,
  .close-btn {
    padding: 16px 0;
  }
}


/* --- Coming Soon エリアのデザイン --- */
.coming-soon-wrapper {
    padding: 100px 0; /* しっかりと余白をとる */
    text-align: center;
    border: 1px solid #f0f0f0; /* 非常に薄い枠線で囲う（お好みで） */
    background-color: #fafafa; /* ほんの少しだけ背景色を変えて落ち着かせる */
    margin-top: 40px;
}

.cs-en {
    font-family: 'Georgia', serif; /* 高級感のあるセリフ体 */
    font-size: 1.8rem;
    letter-spacing: 0.3em;
    color: #b4a078; /* yosooiセクション等で使っている金茶系、または#999 */
    text-transform: uppercase;
    margin-bottom: 20px;
}

.cs-jp {
    font-size: 0.85rem;
    line-height: 2;
    letter-spacing: 0.1em;
    color: #888;
}

.work-section:last-of-type {
    padding-bottom: 120px;
}

/* --- レスポンシブ --- */
@media (max-width: 768px) {
    .coming-soon-wrapper {
        padding: 60px 20px;
        margin-top: 30px;
    }
    .cs-en {
        font-size: 1.4rem;
        letter-spacing: 0.2em;
    }
    .cs-jp {
        font-size: 0.75rem;
    }
}

@media (max-width: 768px) {
    .work-section:last-of-type {
        padding-bottom: 80px;
    }
}


/* ==========================================================================
  2. EVENT & NEWS（作品一覧）
========================================================================== */

/* --- アンカーリンクの調整（詳細ページとの競合を避けるため list- に変更） --- */
#list-event, #list-info {
  scroll-margin-top: 20px;
}

/* --- NEWS FV (WORK一覧と共通の高さ) --- */
.news-fv {
  width: 100%;
  height: 60vh;
  overflow: hidden;
}

.news-fv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* --- カテゴリーナビ (WORK一覧と共通のサイズ・挙動) --- */
.news-category-nav {
  margin: 40px auto 80px; 
  border-bottom: 1px solid #eee;
}

.news-category-nav ul {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}

.news-category-nav li {
  width: 50%;
  text-align: center;
}

.news-category-nav a {
  display: block;
  padding-bottom: 15px;
  font-size: 1.1rem; 
  color: #333;
  letter-spacing: 0.1em;
  position: relative;
  text-decoration: none;
  transition: color 0.3s;
}

.news-category-nav a::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #333;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.news-category-nav a:hover::after {
  transform: scaleX(1);
}

.news-category-nav a:hover {
  opacity: 0.7;
}

/* --- リストセクション共通 (TOPのnews-sectionと競合しないよう命名変更) --- */
.list-section {
  padding: 60px 0; 
}

/* WORKと同じデザインのタイトル */
.list-section .category-ttl {
  font-size: 1.4rem;
  margin-bottom: 50px;
  font-weight: 400;
  letter-spacing: 0.15em;
  color: #333;
  border-left: 2px solid #333; 
  padding-left: 15px;
  text-align: left;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 20px; 
}

/* --- ニュースカード（枠なし・パディングなし） --- */
.news-card {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.5s ease;
  /* JSを使用する場合の初期設定 */
  display: none;
  opacity: 0;
}

.news-card.show {
  display: block;
  opacity: 1;
}

.news-img {
  width: 100%;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  margin-bottom: 15px;
}

.news-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.news-card:hover .news-img img {
  transform: scale(1.05);
}

/* テキスト部分 */
.news-body {
  text-align: left;
}

.news-date {
  font-family: 'Georgia', serif;
  font-size: 0.85rem;
  color: #999;
  margin-bottom: 8px;
}

.news-grid h4.news-title {
  font-size: 1.0rem !important; 
  color: #444;       
  line-height: 1.6;
  font-weight: 400;
  margin-top: 5px;
  margin-bottom: 0;
  letter-spacing: 0.03em;
  display: block;
}

/* 一番最後のセクション（ニュース一覧）の下だけ120px空ける */
#list-info {
  padding-bottom: 120px;
}

/* ==========================================================================
  レスポンシブ
========================================================================== */
@media (max-width: 768px) {
  
  .news-category-nav {
    margin: 0 auto 10px;
  }
  .news-category-nav a {
    font-size: 0.85rem;
  }

  .list-section .category-ttl {
    font-size: 1.2rem;
    margin-bottom: 30px;
  }

  .news-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 10px; 
  }

  .news-grid h4.news-title {
        font-size: 0.95rem !important;
  }

  #list-info {
    padding-bottom: 80px;
  }
}

/* ==========================================================================
   3. NEWS & EVENT (詳細)
   ========================================================================== */

/* --- 3-1. レイアウト共通設定 --- */
.news-detail-section {
    padding-top: 100px;
    padding-bottom: 60px;
}

.news-detail-text-area {
    margin-top: 60px;
}

.detail-content-item {
    margin-bottom: 60px;
}

.detail-divider {
    border: none;
    border-top: 1px solid #eee;
    margin: 60px 0;
}

/* --- 3-2. 基本テキスト・見出し --- */
.detail-sub-ttl {
    font-size: 1.2rem;
    font-weight: 400;
    color: #333;
    letter-spacing: 0.15em;
    margin-bottom: 40px;
    text-align: left;
}

.detail-text,
.detail-list li {
    max-width: 800px;
    margin-left: 0;
    font-size: 0.9rem;
    line-height: 2.2;
    color: #444;
    letter-spacing: 0.05em;
    text-align: justify;
}

.detail-list {
    list-style: none;
    padding: 0;
}

.detail-list li {
    margin-bottom: 1.2em;
    padding-left: 1.5em;
    position: relative;
}

.detail-list li::before {
    content: "・";
    position: absolute;
    left: 0;
    color: #b4a078;
}

/* --- 3-3. 予約ボタン・ステータス表示 --- */
.booking-status-wrap {
    margin: 30px auto;
    text-align: center;
    min-height: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.booking-btn {
    display: inline-block;
    background: transparent;
    border: 1px solid #333;
    padding: 16px 80px;
    font-size: 0.9rem;
    color: #333;
    letter-spacing: 0.1em;
    text-decoration: none;
    transition: all 0.4s ease;
    min-width: 250px;
}

.booking-btn:hover {
    background: #333;
    color: #fff;
}

.booking-status-wrap.is-finished {
    min-height: 0;   /* ★追記：終了時は最低限の高さ制限をなくす */
    margin: 10px auto; /* ★追記：終了時は上下の余白をギュッと詰める */
}

/* 以下、既存のコード ... */
.booking-status-wrap.is-finished .booking-btn {
    display: none;
}

/* 終了フラグ(is-finished)制御 */
.booking-status-wrap.is-finished .booking-btn {
    display: none;
}

.finished-message {
    display: none;
}

.booking-status-wrap.is-finished .finished-message {
    display: block;
    animation: fadeIn 0.8s ease forwards;
}

.status-label {
    font-size: 1.1rem;
    color: #333;
    margin-bottom: 10px;
    letter-spacing: 0.1em;
}

.status-note {
    font-size: 0.85rem;
    color: #b4a078;
    letter-spacing: 0.05em;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* --- 3-4. 詳細スライダー --- */
.detail-slider-container {
    margin-top: 50px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.detail-slider {
    width: 100%;
    margin-bottom: 8px;
    background: #fafafa;
}

.detail-thumbnail .swiper-slide {
    cursor: pointer;
    opacity: 0.3;
    transition: opacity 0.4s ease;
}

.detail-thumbnail .swiper-slide-thumb-active {
    opacity: 1;
}

.detail-slider .swiper-button-prev,
.detail-slider .swiper-button-next {
    transform: scale(0.8);
}

/* --- 3-5. スペックボックス(料金・定員・時間) --- */
.detail-info-box {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fcfcfc;
    padding: 25px 0;
    margin: 60px auto;
    max-width: 700px;
    box-sizing: border-box;
}

.info-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex: 1;
    position: relative;
    height: 40px;
}

.info-item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 24px;
    background: #ddd;
}

.info-icon-wrap {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.info-svg {
    width: 100%;
    height: auto;
    opacity: 0.6;
}

.info-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.info-label {
    font-size: 0.7rem;
    color: #999;
    margin: 0;
    line-height: 1.2;
    padding-bottom: 2px;
}

.info-value {
    font-size: 0.95rem;
    color: #444;
    font-weight: 400;
    margin: 0;
    line-height: 1.4;
}

.info-value span {
    font-size: 0.7rem;
    color: #888;
    margin-left: 2px;
}

/* --- 3-6. 体験紹介(ストーリーエリア) --- */
.news-detail-intro {
    width: 100%;
    padding: 120px 0;
    text-align: center;
    overflow-x: hidden;
    background: linear-gradient(to bottom, #fff 0%, #efefef 100px, #efefef 100%);
}

.news-intro-block {
    margin-bottom: 100px;
    text-align: left;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.news-intro-block:last-child {
    margin-bottom: 0;
}

.news-intro-lead {
    font-size: 1.1rem;
    color: #333;
    font-weight: 500;
    margin-bottom: 20px;
    letter-spacing: 0.15em;
    line-height: 1.6;
}

.news-intro-text {
    font-size: 0.95rem;
    line-height: 2.2;
    color: #555;
    margin-bottom: 40px;
    letter-spacing: 0.05em;
    text-align: justify;
}

.news-intro-figure {
    width: 100%;
    margin: 0 0 15px 0;
}

.news-intro-figure img {
    width: 100%;
    height: auto;
    box-shadow: 0 10px 30px rgba(0,0,0,0.03);
}

.news-intro-figure figcaption {
    margin-top: 10px;
    font-size: 0.75rem;
    color: #888;
    letter-spacing: 0.1em;
    text-align: right;
}

/* --- 3-7. 開催詳細・アクセスエリア --- */
.news-detail-bottom {
    background: #fff;
    padding-top: 80px;
    padding-bottom: 100px;
}

.access-flex {
    display: flex;
    gap: 40px;
    align-items: center;
}

.access-map {
    flex: 1;
    line-height: 0;
}

.access-map iframe {
    width: 100%;
    filter: grayscale(100%) contrast(90%);
    transition: filter 0.5s ease;
}

.access-map iframe:hover {
    filter: grayscale(0%) contrast(100%);
}

.access-info {
    flex: 1;
}

.access-name {
    font-size: 1.1rem;
    margin-bottom: 10px;
    color: #333;
    font-weight: 500;
}

.access-address {
    font-size: 0.9rem;
    line-height: 1.8;
    margin-bottom: 25px;
    color: #666;
}

.access-label {
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 12px;
    color: #333;
    display: block;
}

/* 予約詳細テーブル */
.info-table {
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 30px 0;
    font-size: 0.9rem;
}

.info-table dt {
    font-weight: 500;
    color: #333;
    padding-right: 20px;
}

.info-table dd {
    color: #555;
    line-height: 1.8;
    margin: 0;
}

.info-table dd span {
    font-size: 0.8rem;
    color: #888;
}

/* --- 3-8. よくあるご質問(アコーディオン) --- */
.faq-container {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    border-bottom: 1px solid #eee;
}

.faq-question {
    width: 100%;
    padding: 25px 0;
    text-align: left;
    background: none;
    border: none;
    font-size: 0.95rem;
    color: #333;
    cursor: pointer;
    position: relative;
    padding-right: 40px;
    transition: color 0.3s;
}

.faq-question::after {
    content: "＞";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    font-size: 0.8rem;
    transition: transform 0.4s;
}

.faq-item.is-open .faq-question::after {
    transform: translateY(-50%) rotate(-90deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
    background: #efefef;
}

.faq-answer p {
    padding: 25px 20px;
    font-size: 0.9rem;
    line-height: 1.8;
    color: #555;
    margin: 0;
}

.faq-item.is-open .faq-answer {
    max-height: 500px;
}

/* --- 3-9. ページ下部リンク --- */
.back-to-list {
    margin-top: 100px;
    text-align: center;
}

.back-to-list a {
    color: #333;
    text-decoration: none;
    font-size: 0.9rem;
    letter-spacing: 0.1em;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    transition: opacity 0.3s;
}

.back-to-list a:hover {
    opacity: 0.6;
}

/* ==========================================================================
   ニュース詳細 レスポンシブ集約 (768px以下)
   ========================================================================== */
@media (max-width: 768px) {
    /* レイアウト・コンテナ */
    .news-detail-section {
        padding-top: 60px;
        padding-bottom: 80px;
    }

    .news-detail-bottom {
        padding-top: 40px;
    }

    .news-detail-intro {
        padding: 80px 0;
    }

    .detail-slider-container,
    .detail-text,
    .detail-list li,
    .detail-info-box,
    .news-intro-block {
        max-width: 100% !important;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    /* テキスト・見出し */
    .detail-sub-ttl,
    .news-intro-lead {
        font-size: 1.1rem;
        margin-bottom: 25px;
        text-align: left;
    }

    .news-intro-text {
        font-size: 0.85rem;
        line-height: 2.0;
        margin-bottom: 25px;
        text-align: left;
    }

    .status-label {
        font-size: 1.0rem;
    }

    /* 予約ボタン */
    .booking-btn {
        padding: 16px 0;
    }

    /* スライダー */
    .detail-slider-container {
        margin-top: 30px;
        padding: 0;
    }

    /* スペックボックス(縦並び) */
    .detail-info-box {
        flex-direction: column;
        align-items: flex-start;
        padding: 30px 20px;
        gap: 25px;
        margin: 40px 0;
    }

    .info-item {
        justify-content: flex-start;
        width: 100%;
        height: auto;
    }

    .info-item:not(:last-child)::after {
        display: none;
    }

    /* 開催詳細・アクセス */
    .access-flex {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }

    .access-map {
        width: calc(100% + 40px);
        margin-left: -20px;
        margin-right: -20px;
    }

    .access-map iframe {
        height: 300px;
        filter: grayscale(100%);
    }

    .access-info {
        width: 100%;
        padding: 0;
    }

    /* 予約テーブル(縦並び) */
    .info-table {
        grid-template-columns: 1fr;
        /* gap: 10px 0; */
    }

    .info-table dt {
        padding-bottom: 5px;
        border-bottom: 1px inset #eee;
    }

    /* その他微調整 */
    .news-intro-block {
        margin-bottom: 80px;
    }

    .news-intro-figure figcaption {
        text-align: left;
    }
}



/* ==========================================================================
   3. Nuiire （詳細）
   ========================================================================== */

/* アンカーリンクの調整 */
#category-hira, #category-sagara, #category-swatow, #category-sashiko, #category-other {
    scroll-margin-top: 20px;
}

/* --- 刺繍カテゴリーナビ (共通設計) --- */
.nuiire-category-nav {
    margin: 40px auto 80px;
    border-bottom: 1px solid #eee;
}

.nuiire-category-nav ul {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
}

.nuiire-category-nav li {
    flex: 1;
    text-align: center;
}

.nuiire-category-nav a {
    display: block;
    padding-bottom: 15px;
    font-size: 1.1rem;
    color: #333;
    letter-spacing: 0.1em;
    position: relative;
    text-decoration: none;
    transition: color 0.3s;
}

/* マウスホバー時の下線アニメーション */
.nuiire-category-nav a::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #333;
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.nuiire-category-nav a:hover::after {
    transform: scaleX(1);
}

.nuiire-category-nav a:hover {
    opacity: 0.7;
}

/* --- 刺繍カテゴリーナビ：レスポンシブ (スマホ用：上3 下2) --- */
@media (max-width: 768px) {
    .nuiire-category-nav {
        margin: 30px auto 60px;
    }

    .nuiire-category-nav ul {
      flex-wrap: nowrap; /* 折り返しを禁止 */  
      /* flex-wrap: wrap;  */
        /* justify-content: center; */
    }

    .nuiire-category-nav li {
        flex: none;
        width: 25%;
        /* width: 33.333%; */
    }

    .nuiire-category-nav li:nth-child(n+4) {
      width: 25%; 
      margin-top: 0; 
      /* width: 45%;  */
      /* margin-top: 15px; */
    }

    .nuiire-category-nav a {
        font-size: 0.9rem;
        padding-bottom: 8px;
        letter-spacing: 0;
    }
}   



/* ==========================================================================
   繍入れ（nuiire）専用：セクション＆モーダル
   ========================================================================== */

.nuiire-section {
    padding: 60px 0;
}

.nuiire-section .category-ttl {
    margin-bottom: 20px; /* リード文と密着させる */
}

.nuiire-section .category-lead {
    font-size: 0.9rem;
    line-height: 2.2;
    color: #666;
    margin-bottom: 50px;
    letter-spacing: 0.08em;
}

/* --- モーダル本体 --- */
.modal-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    display: none;
    align-items: center;
    justify-content: center;
}

.modal-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(4px);
    cursor: zoom-out;
}

.modal-content {
    position: relative;
    background: #fff;
    width: 90%;
    max-width: 960px;
    padding: 60px;
    z-index: 1001;
    max-height: 90vh; /* スマホ画面突き抜け防止 */
    overflow-y: auto;
    animation: modalFadeIn 0.5s ease forwards;
}

@keyframes modalFadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

/* モーダル内レイアウト */
.modal-flex {
    display: flex;
    gap: 50px;
    align-items: center;
}

.modal-left { flex: 1.2; }
.modal-right { 
  flex: 1;
  padding-top: 0;
}

/* モーダル内画像 */
.modal-img-wrap {
    width: 100%;
}
.modal-img-wrap img {
    width: 100%;
    height: auto;
    display: block;
    pointer-events: none;
}

/* --- モーダル内テキスト（バランス調整版） --- */
.modal-category {
    font-size: 0.7rem;
    color: #b4a078;
    letter-spacing: 0.2em;
    margin-bottom: 2px; /* タイトルと密着させて上品に */
    font-weight: 500;
    display: block;
}

.modal-title {
    font-size: 1.6rem;
    color: #333;
    margin-bottom: 20px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.4;
}

.modal-divider {
    width: 25px;
    height: 1px;
    background: #333;
    margin-bottom: 25px;
}

.modal-subtitle {
    font-size: 0.95rem;
    color: #333;
    margin-bottom: 12px;
    font-weight: 600;
}

.modal-desc {
    font-size: 0.82rem; /* 繊細なサイズ感 */
    line-height: 2.3;
    color: #666;
    text-align: justify;
    white-space: pre-wrap;
}

/* 閉じるボタン */
.modal-close-btn {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    z-index: 1005;
}

.modal-close-btn span::before,
.modal-close-btn span::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #333;
}
.modal-close-btn span::before { transform: rotate(45deg); }
.modal-close-btn span::after { transform: rotate(-45deg); }

/* --- モーダル：レスポンシブ (スマホ) --- */
@media (max-width: 768px) {
    .nuiire-section {
        padding: 40px 0;
    }

    .modal-content {
        padding: 50px 20px 30px; /* 上部に閉じるボタン用のスペース */
        width: 92%;
        max-height: 85vh; /* 画面高さの85%に制限して収まりを良くする */
    }

    .modal-flex {
       flex-direction: column;
        /* スマホでは中央揃えを解除して上（左）揃えに戻す */
        align-items: flex-start; 
        gap: 25px;
    }

    .modal-close-btn {
        top: 15px;
        right: 15px;
    }

    .modal-title {
        font-size: 1.25rem;
    }

    .modal-left { order: 1; width: 100%; }
    .modal-right { order: 2; width: 100%; }
}

/* --- 繍入れ作品ギャラリー後のご案内エリア --- */
.nuiire-info {
    margin-top: 100px; 
    padding-bottom: 120px;
    text-align: center;
}

.concept-lead {
  margin-top: 0;
  font-size: 1.1rem;
  font-weight: 500;
  color: #333;
  letter-spacing: 0.15em;
  margin-bottom: 25px;
  position: relative;
  display: inline-block;
}

.nuiire-section h4, .modal-content h4 { 
  margin-top: 0;
 }

.concept-text {
    font-size: 0.85rem;
    line-height: 2.6;
    color: #666;
    letter-spacing: 0.1em;
    margin-bottom: 60px;
}

/* ボタン：Work/News/Nuiire 共通設計 */
.booking-btn {
    display: inline-block;
    background: transparent;
    border: 1px solid #333;
    padding: 16px 80px;
    font-size: 0.9rem;
    color: #333;
    letter-spacing: 0.1em;
    text-decoration: none;
    transition: all 0.4s ease;
    min-width: 250px;
    text-align: center;
}

.booking-btn:hover {
    background: #333;
    color: #fff;
}

/* --- ご案内エリア：レスポンシブ (スマホ) --- */
@media (max-width: 768px) {
    .nuiire-info {
        margin-top: 80px;
    }

    .concept-lead {
        font-size: 1.0rem;
    }

    .concept-text {
        font-size: 0.8rem;
        line-height: 2.2;
        margin-bottom: 40px;
    }

    .booking-btn {
        padding: 16px 0;
        width: 100%;
        min-width: none;
    }
}