/* ==========================================================================
   「topics-lunch-feature」特集ランチ・特別プラン専用スタイル
   ========================================================================== */
.topics-lunch-feature-hero {
  margin-bottom: 20px;
}
.topics-lunch-feature-badge {
  display: inline-block;
  background-color: #8b7355;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  padding: 4px 16px;
  border-radius: 20px;
  margin-bottom: 15px;
  letter-spacing: 0.05em;
}
.topics-lunch-feature-main-title {
  font-size: 21px;
  font-weight: bold;
  color: #111;
  line-height: 1.5;
  margin: 0 0 15px;
}
.topics-lunch-feature-title-name {
  font-size: 26px;
  color: #a93c3c;
  display: inline-block;
  margin-top: 5px;
}
.topics-lunch-feature-catchcopy {
  font-size: 14.5px;
  color: #555;
  line-height: 1.7;
  max-width: 650px;
  margin: 0 auto;
}

/* 販売期間セクション専用スタイル（hero内追加用・目立ち度向上版） */
.topics-lunch-period-section {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  background: linear-gradient(135deg, #fff9f0 0%, #fdf3e6 100%);
  border: 2px solid #c98e26;
  border-left: 6px solid #a93c3c;
  max-width: 650px;
  margin: 25px auto 0;
  padding: 16px 24px;
  box-sizing: border-box;
  text-align: left;
  box-shadow: 0 4px 12px rgba(169, 60, 60, 0.08);
  border-radius: 6px;
}
.topics-lunch-period-label {
  font-size: 15px;
  font-weight: 800;
  color: #ffffff;
  background: #a93c3c;
  padding: 6px 14px;
  border-radius: 4px;
  letter-spacing: 0.08em;
  flex-shrink: 0;
  box-shadow: 0 2px 4px rgba(169, 60, 60, 0.2);
}
.topics-lunch-period-val {
  font-size: 19px;
  font-weight: 800;
  color: #111111;
  letter-spacing: 0.03em;
  line-height: 1.4;
}

/* メインビジュアル直下の注釈スタイル */
.topics-image-note {
  text-align: center;
  margin-top: 8px;
}
.topics-image-note p {
  font-size: 12px;
  color: #777;
  letter-spacing: 0.03em;
  margin: 0;
}

/* ハイライトボックス */
.topics-lunch-feature-box {
  background: #fdfbf7;
  border: 2px solid #dcb062;
  border-radius: 8px;
  max-width: 650px;
  margin: 30px auto;
  padding: 25px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.03);
  text-align: center;
  box-sizing: border-box;
}

/* ★改善：価格の主張を高めた強力なプライスブロック */
.topics-lunch-feature-price-block {
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 22px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #e6dfd7;
}
.topics-lunch-feature-price-block .price-label {
  font-size: 14px;
  font-weight: bold;
  color: #555;
}
.topics-lunch-feature-price-block .price-value {
  font-size: 36px;
  font-weight: 800;
  color: #a93c3c;
  letter-spacing: -0.03em;
  line-height: 1;
}
.topics-lunch-feature-price-block .price-tax {
  font-size: 12.5px;
  font-weight: bold;
  color: #777;
}

/* スペック2×2グリッドレイアウト */
.topics-lunch-feature-spec-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  border-bottom: 1px solid #e6dfd7;
  padding-bottom: 15px;
  margin-bottom: 15px;
  text-align: left;
}
.topics-lunch-feature-spec-grid .spec-item {
  display: flex;
  flex-direction: column;
  background: #fff;
  padding: 10px 12px;
  border-radius: 6px;
  border: 1px solid #f0ece6;
  box-sizing: border-box;
}
.topics-lunch-feature-spec-grid .spec-item .spec-label {
  font-size: 11.5px;
  color: #8b7355;
  font-weight: bold;
  margin-bottom: 3px;
  letter-spacing: 0.03em;
}
.topics-lunch-feature-spec-grid .spec-item .spec-val {
  font-size: 13.5px;
  font-weight: bold;
  color: #333;
}

/* 特典バナー */
.topics-lunch-feature-benefit {
  background: #fff;
  border: 1px solid #ffb74d;
  color: #d84315;
  padding: 10px;
  border-radius: 4px;
  font-size: 14px;
}

/* メニュー詳細 */
.topics-lunch-feature-detail-section {
  max-width: 650px;
  margin: 30px auto;
  text-align: left;
  background: #fff;
  padding: 0 15px;
  box-sizing: border-box;
}
.topics-lunch-feature-detail-section .section-heading {
  font-size: 16px;
  color: #8b7355;
  text-align: center;
  margin-bottom: 12px;
}
.topics-lunch-feature-detail-section .section-lead-text {
  font-size: 15px;
  line-height: 1.8;
  color: #444;
}

/* フッター強調 */
.topics-lunch-feature-footer-box {
  background: #f7f5f0 !important;
  border-top: 3px solid #8b7355 !important;
}
.topics-lunch-feature-footer-box .booking-lead-title {
  font-size: 17px;
  font-weight: bold;
  color: #8b7355;
  margin-bottom: 15px;
}
.topics-lunch-feature-main-btn {
  font-size: 17px !important;
  padding: 15px 30px !important;
  width: 100%;
  max-width: 450px;
  box-sizing: border-box;
}


/* ==========================================================================
   [レスポンシブ調整] タブレット端末 (max-width: 768px)
   ========================================================================== */
@media screen and (max-width: 768px) {
  .topics-lunch-feature-hero {
    margin-bottom: 20px;
  }
  .topics-lunch-feature-main-title {
    font-size: 19px;
    line-height: 1.45;
  }
  .topics-lunch-feature-title-name {
    font-size: 24px;
  }
  .topics-lunch-feature-catchcopy {
    font-size: 13.5px;
    line-height: 1.65;
    padding: 0 10px;
  }
  .topics-lunch-period-section {
    margin: 20px 15px 0;
    padding: 14px 18px;
    gap: 12px;
  }
  .topics-lunch-period-label {
    font-size: 14px;
    padding: 5px 12px;
  }
  .topics-lunch-period-val {
    font-size: 17px;
  }
  .topics-lunch-feature-box {
    margin: 20px 15px;
    padding: 20px 15px;
  }
  .topics-lunch-feature-price-block .price-value {
    font-size: 32px;
  }
  .topics-lunch-feature-detail-section {
    margin: 25px 15px;
    padding: 0 10px;
  }
  .topics-lunch-feature-detail-section .section-lead-text {
    font-size: 14px;
  }
  .topics-lunch-feature-footer-box .booking-lead-title {
    font-size: 16px;
  }
  .topics-lunch-feature-main-btn {
    font-size: 16px !important;
    padding: 12px 20px !important;
  }
}


/* ==========================================================================
   [レスポンシブ調整] スマートフォン端末 (max-width: 576px)
   ========================================================================== */
@media screen and (max-width: 576px) {
  .topics-lunch-feature-badge {
    font-size: 12px;
    padding: 3px 12px;
    margin-bottom: 10px;
  }
  .topics-lunch-feature-main-title {
    font-size: 17px;
  }
  .topics-lunch-feature-title-name {
    font-size: 21px;
    display: block;
    margin-top: 4px;
  }
  .topics-lunch-feature-catchcopy {
    font-size: 13px;
  }
  .topics-lunch-period-section {
    margin: 15px 10px 0;
    padding: 12px 14px;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    text-align: center;
  }
  .topics-lunch-period-label {
    font-size: 13px;
    padding: 5px 10px;
    text-align: center;
  }
  .topics-lunch-period-val {
    font-size: 16px;
    text-align: center;
  }
  .topics-lunch-feature-box {
    margin: 20px 10px;
    padding: 15px 12px;
  }
  .topics-lunch-feature-price-block {
    margin-bottom: 15px;
    padding-bottom: 12px;
  }
  .topics-lunch-feature-price-block .price-value {
    font-size: 28px;
  }
  
  .topics-lunch-feature-spec-grid {
    gap: 8px;
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
  .topics-lunch-feature-spec-grid .spec-item {
    padding: 8px 10px;
  }
  .topics-lunch-feature-spec-grid .spec-item .spec-label {
    font-size: 11px;
  }
  .topics-lunch-feature-spec-grid .spec-item .spec-val {
    font-size: 12.5px;
  }

  .topics-lunch-feature-benefit {
    font-size: 13px;
    padding: 8px;
  }
  .topics-lunch-feature-detail-section {
    margin: 20px 10px;
  }
  .topics-lunch-feature-detail-section .section-heading {
    font-size: 15px;
  }
  .topics-lunch-feature-detail-section .section-lead-text {
    font-size: 13.5px;
  }
  .topics-lunch-feature-footer-box .booking-lead-title {
    font-size: 15px;
  }
  .topics-lunch-feature-main-btn {
    font-size: 15px !important;
    padding: 12px 15px !important;
  }
}

/* ==========================================================================
   27:10 横長バナー専用スタイル
   ========================================================================== */
.topics-feature-banner-wrapper {
  width: 100%;
  max-width: 650px;
  margin: 0 auto 35px auto;
  aspect-ratio: 27 / 10;
  overflow: hidden;
  border-radius: 6px;
}

.topics-feature-banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* レスポンシブ対応（必要に応じて微調整） */
@media screen and (max-width: 768px) {
  .topics-feature-banner-wrapper {
    margin-bottom: 30px;
    border-radius: 4px;
  }
}