@charset "UTF-8";

/* =========================================================
   スモーク・エース 鶏炭火焼 特集＆FAQ 共通スタイル
   ========================================================= */

/* --- 基本スタイル定義 --- */
.sa-feature-wrapper {
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px 15px;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  color: #333333;
  line-height: 1.6;
  background-color: #fff;
}

.sa-feature-wrapper * {
  box-sizing: border-box;
}

/* --- 共通見出し --- */
.sa-section-title {
  font-size: 22px;
  font-weight: bold;
  color: #1a2530;
  border-left: 6px solid #c89d54;
  padding-left: 12px;
  margin: 50px 0 25px 0;
  line-height: 1.3;
}

/* --- メインビジュアル --- */
.sa-hero {
  background: linear-gradient(rgba(26, 37, 48, 0.85), rgba(26, 37, 48, 0.85)), url('https://www.smokeace.jp/images/hero-bg.jpg') center/cover no-repeat;
  color: #ffffff;
  padding: 40px 20px;
  border-radius: 8px;
  text-align: center;
  margin-bottom: 30px;
}

.sa-hero-sub {
  color: #c89d54;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.sa-hero-title {
  font-size: 26px;
  font-weight: bold;
  margin: 0 0 15px 0;
  line-height: 1.4;
}

.sa-hero-desc {
  font-size: 15px;
  line-height: 1.8;
  max-width: 750px;
  margin: 0 auto;
}

/* --- ナビゲーション（目次ボタン） --- */
.sa-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 40px;
  justify-content: center;
}

.sa-nav-btn {
  flex: 1 1 calc(33.333% - 10px);
  min-width: 140px;
  background-color: #f1f5f9;
  color: #1a2530;
  text-decoration: none;
  padding: 12px 10px;
  border-radius: 6px;
  font-weight: bold;
  font-size: 13px;
  text-align: center;
  border: 1px solid #cbd5e1;
  transition: all 0.2s ease;
}

.sa-nav-btn:hover {
  background-color: #c89d54;
  color: #ffffff;
  border-color: #c89d54;
}

/* --- 比較表スタイル --- */
.sa-comp-container {
  overflow-x: auto;
  margin-bottom: 25px;
}

.sa-comp-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 600px;
  font-size: 14px;
}

.sa-comp-table th, .sa-comp-table td {
  border: 1px solid #cbd5e1;
  padding: 12px 10px;
  text-align: left;
}

.sa-comp-table th {
  background-color: #1a2530;
  color: #ffffff;
  text-align: center;
}

.sa-comp-table td.sa-highlight {
  background-color: #fffbeb;
  font-weight: bold;
  color: #854d0e;
  border: 2px solid #c89d54;
}

.sa-badge {
  display: inline-block;
  background-color: #c89d54;
  color: #ffffff;
  font-size: 11px;
  padding: 2px 6px;
  border-radius: 3px;
  margin-bottom: 4px;
}

.sa-comp-box {
  background-color: #f8fafc;
  border: 1px solid #e2e8f0;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 40px;
}

.sa-comp-box-title {
  font-weight: bold;
  font-size: 16px;
  color: #1a2530;
  margin-bottom: 10px;
}

/* --- Q&A（LP002標準スタイル） --- */
.sa-qa-item {
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0,0,0,0.02);
}

.sa-qa-q {
  background-color: #f8fafc;
  padding: 15px 20px;
  font-weight: bold;
  font-size: 15px;
  color: #1a2530;
  border-bottom: 1px solid #e2e8f0;
  display: flex;
  align-items: flex-start;
}

.sa-qa-q-prefix {
  color: #c89d54;
  font-size: 18px;
  margin-right: 10px;
  font-weight: bold;
  line-height: 1;
}

.sa-qa-a {
  padding: 15px 20px;
  font-size: 14px;
  color: #475569;
  background-color: #ffffff;
}

/* --- CTA（商品カード） --- */
.sa-cta-grid {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.sa-card {
  flex: 1 1 calc(33.333% - 20px);
  min-width: 250px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  background-color: #ffffff;
  box-shadow: 0 4px 6px rgba(0,0,0,0.03);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.sa-card-title {
  font-weight: bold;
  font-size: 16px;
  color: #1a2530;
  margin: 10px 0;
}

.sa-card-btn {
  display: block;
  background-color: #c89d54;
  color: #ffffff;
  text-decoration: none;
  padding: 12px 0;
  border-radius: 6px;
  font-weight: bold;
  font-size: 14px;
  margin-top: 15px;
  transition: background-color 0.2s ease;
}

.sa-card-btn:hover {
  background-color: #b0843e;
}

/* --- FAQ アコーディオン（LP001統合スタイル） --- */
.sa-faq-wrapper {
  margin-top: 60px;
  padding-top: 40px;
  border-top: 2px solid #e2e8f0;
}

.sa-faq-header {
  text-align: center;
  margin-bottom: 40px;
}

.sa-faq-title-sub {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #c89d54;
  margin-bottom: 5px;
}

.sa-faq-title {
  font-size: 26px;
  font-weight: bold;
  color: #1a2530;
  position: relative;
  display: inline-block;
  padding-bottom: 12px;
  margin: 0;
}

.sa-faq-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background-color: #c89d54;
}

.sa-faq-desc {
  font-size: 15px;
  color: #64748b;
  margin-top: 15px;
  line-height: 1.6;
}

.sa-faq-group {
  margin-bottom: 35px;
}

.sa-faq-group-title {
  font-size: 18px;
  font-weight: bold;
  color: #1a2530;
  background-color: #f8fafc;
  padding: 12px 18px;
  border-left: 5px solid #c89d54;
  border-radius: 0 4px 4px 0;
  margin-bottom: 15px;
}

.sa-faq-item {
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  margin-bottom: 12px;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0,0,0,0.02);
}

.sa-faq-question {
  padding: 16px 20px;
  font-weight: bold;
  font-size: 15px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  transition: background-color 0.2s ease;
  user-select: none;
}

.sa-faq-question:hover {
  background-color: #f8fafc;
}

.sa-faq-q-text {
  display: flex;
  align-items: flex-start;
  padding-right: 15px;
  line-height: 1.5;
}

.sa-faq-q-badge {
  color: #c89d54;
  font-weight: bold;
  font-size: 18px;
  margin-right: 12px;
  line-height: 1;
  flex-shrink: 0;
}

.sa-faq-icon {
  font-size: 20px;
  font-weight: 300;
  color: #94a3b8;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

.sa-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.35s ease;
  background-color: #fafafa;
}

.sa-faq-answer-inner {
  padding: 18px 20px;
  font-size: 14px;
  line-height: 1.8;
  color: #475569;
  border-top: 1px dashed #e2e8f0;
  display: flex;
  align-items: flex-start;
}

.sa-faq-a-badge {
  color: #1a2530;
  font-weight: bold;
  font-size: 18px;
  margin-right: 12px;
  line-height: 1;
  flex-shrink: 0;
}

.sa-faq-item.active .sa-faq-answer {
  max-height: 800px;
}

.sa-faq-item.active .sa-faq-icon {
  transform: rotate(45deg);
  color: #c89d54;
}

.sa-faq-cta {
  text-align: center;
  margin-top: 50px;
  padding: 35px 20px;
  background-color: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
}

.sa-faq-cta-text {
  font-weight: bold;
  font-size: 17px;
  color: #1a2530;
  margin-bottom: 20px;
}

.sa-faq-cta-btn {
  display: inline-block;
  background-color: #c89d54;
  color: #ffffff !important;
  font-size: 16px;
  font-weight: bold;
  padding: 14px 40px;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(200, 157, 84, 0.25);
  transition: all 0.3s ease;
}

.sa-faq-cta-btn:hover {
  background-color: #b0843e;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(200, 157, 84, 0.35);
}

/* --- レスポンシブ調整（スマホ対応） --- */
@media (max-width: 768px) {
  .sa-hero-title { font-size: 20px; }
  .sa-hero-desc { font-size: 13px; }
  .sa-section-title { font-size: 18px; }
  .sa-nav-btn { flex: 1 1 calc(50% - 10px); }
  .sa-card { flex: 1 1 100%; }
  .sa-faq-title { font-size: 22px; }
  .sa-faq-group-title { font-size: 16px; }
  .sa-faq-question { padding: 14px 15px; font-size: 14px; }
  .sa-faq-answer-inner { padding: 14px 15px; font-size: 13px; }
  .sa-faq-cta-btn { font-size: 15px; padding: 12px 25px; width: 100%; box-sizing: border-box; }
}