/*
 Theme Name: TCD086 子テーマ
 Theme URI: https://example.com/
 Description: TCD086（トラベル向け）用の子テーマ。見た目の微調整やテンプレ上書きはここで行います。
 Author: You
 Version: 1.0.0
 Text Domain: tcd086-child
 Template: meets_tcd086
*/

/* --- ここにデザイン微調整を追記 --- */

/* FAQアコーディオンの簡易スタイル（必要な場合のみ） */
.faq {
  border-top: 1px solid #e5e7eb;
}
.faq-item {
  border-bottom: 1px solid #e5e7eb;
}
.faq-q {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 1rem 0;
  font-weight: 600;
}
.faq-a {
  display: none;
  padding: .5rem 0 1rem;
  color: #4b5563;
}
.faq-item.is-open .faq-a { display: block; }
