@charset "UTF-8";
/* ==========================================================================
   faq.scss - faq.html 専用スタイル
   ========================================================================== */
/* ==========================================================================
   変数定義 - Variables
   ========================================================================== */
/* ----- 色 : ベース ----- */
/* ----- 色 : ゴールド系 ----- */
/* ----- 色 : ブラウン系 ----- */
/* ----- 色 : クリーム系 ----- */
/* ----- 色 : グラデーション (左→右 #704816 → #d7a43b) ----- */
/* ----- 色 : 赤 (キャンペーン帯) ----- */
/* ----- 色 : フッター ----- */
/* ----- 色 : その他 ----- */
/* ----- フォント ----- */
/* ----- レイアウト ----- */
/* ----- ブレイクポイント ----- */
/* ==========================================================================
   Mixin
   ========================================================================== */
/* ----- メディアクエリ ----- */
/* ----- インナーラッパー ----- */
/* ----- ゴールドのグラデーション文字 (左→右) ----- */
/* ----- ゴールド左→右の背景 (タグなど) ----- */
/* ----- 2重線バー (heading-line, sub-title などの装飾) ----- */
/* ----- カード共通の影 ----- */
/* ----- ピル型ボタン ----- */
/* ==========================================================================
   page-head (下層ページ共通)
   ========================================================================== */
.page-head {
  position: relative;
  width: 100%;
  height: 36rem;
  display: block;
  overflow: hidden;
  background: #fff;
  /* ----- 下部 2重ウェーブ ----- */ }
  @media (max-width: 767px) {
    .page-head {
      height: 24rem; } }
  .page-head__bg {
    position: absolute;
    inset: 0; }
    .page-head__bg img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 0.3; }
    .page-head__bg .ph {
      height: 100%;
      width: 100%; }
      .page-head__bg .ph span {
        min-height: 34rem; }
  .page-head__heading {
    position: absolute;
    left: 8%;
    top: 20rem;
    z-index: 2;
    text-align: left;
    background: transparent;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
    @media (max-width: 767px) {
      .page-head__heading {
        left: 0;
        width: 100%;
        top: 10rem;
        align-items: center; } }
    .page-head__heading .jp {
      font-size: 4.8rem;
      font-weight: 500;
      line-height: 1.1; }
      @media (max-width: 767px) {
        .page-head__heading .jp {
          font-size: 3.2rem; } }
    .page-head__heading .en {
      font-family: bodoni-std, sans-serif;
      font-size: 2.2rem;
      margin-top: .4rem;
      margin-left: .7rem;
      line-height: 1;
      background: linear-gradient(to right, #704816 0%, #d7a43b 100%);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
      -webkit-text-fill-color: transparent; }
      @media (max-width: 767px) {
        .page-head__heading .en {
          font-size: 1.6rem;
          margin-left: 0; } }
  .page-head__wave {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 9rem;
    z-index: 2;
    pointer-events: none; }
  .page-head__wave-gold {
    position: absolute;
    bottom: 0.6rem;
    left: 0;
    width: 100%;
    height: 6rem;
    background: rgba(197, 160, 74, 0.55);
    -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 60' preserveAspectRatio='none'><path d='M0,38 Q360,8 720,28 T1440,38 L1440,60 L0,60 Z' fill='black'/></svg>") no-repeat center/100% 100%;
    mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 60' preserveAspectRatio='none'><path d='M0,38 Q360,8 720,28 T1440,38 L1440,60 L0,60 Z' fill='black'/></svg>") no-repeat center/100% 100%; }
  .page-head__wave-white {
    position: absolute;
    bottom: -0.1rem;
    left: 0;
    width: 100%;
    height: 6rem;
    background: #ffffff;
    -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 60' preserveAspectRatio='none'><path d='M0,42 Q360,0 720,28 T1440,42 L1440,60 L0,60 Z' fill='black'/></svg>") no-repeat center/100% 100%;
    mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 60' preserveAspectRatio='none'><path d='M0,42 Q360,0 720,28 T1440,42 L1440,60 L0,60 Z' fill='black'/></svg>") no-repeat center/100% 100%; }

/* ==========================================================================
   FAQ (よくあるご質問 / Q&A)
   ========================================================================== */
.faq {
  /* ----- 質問行 (常時表示) ----- */
  /* ----- Q アイコン (円形ゴールド) ----- */
  /* ----- 開閉アイコン (+/-) ----- */
  /* ----- 回答エリア ----- */
  /* ----- 開いた状態 ----- */ }
  .faq-page {
    padding: 8rem 0 10rem; }
    @media (max-width: 767px) {
      .faq-page {
        padding: 5rem 0 7rem; } }
  .faq__list {
    width: 92%;
    max-width: 90rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    gap: 0;
    border-top: 1px solid rgba(110, 74, 35, 0.15); }
  .faq__item {
    background: #ffffff;
    overflow: hidden;
    border-bottom: 1px solid rgba(110, 74, 35, 0.15); }
  .faq__question {
    display: flex;
    align-items: center;
    gap: 1.8rem;
    padding: 1.8rem 2.4rem;
    cursor: pointer;
    user-select: none;
    background: #ffffff;
    transition: background .2s ease; }
    @media (max-width: 767px) {
      .faq__question {
        padding: 1.2rem .6rem;
        gap: 1rem; } }
    .faq__question:hover {
      color: #6e4a23; }
  .faq__q-mark {
    flex-shrink: 0;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    background: rgba(249, 234, 195, 0.5);
    color: #d6a33a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: bodoni-std, sans-serif;
    font-size: 2.4rem;
    line-height: 1;
    padding-bottom: .3rem; }
    @media (max-width: 767px) {
      .faq__q-mark {
        width: 3.6rem;
        height: 3.6rem;
        font-size: 2rem; } }
  .faq__q-text {
    flex: 1;
    font-size: 1.8rem;
    line-height: 1.4;
    font-weight: 600; }
    .faq__q-text a {
      text-decoration: underline; }
      .faq__q-text a:hover {
        text-decoration: none; }
    @media (max-width: 767px) {
      .faq__q-text {
        font-size: 1.7rem; } }
  .faq__toggle {
    flex-shrink: 0;
    width: 2rem;
    height: 3.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d6a33a;
    transition: transform .25s ease; }
    .faq__toggle .icon {
      font-family: "Material Symbols Outlined";
      font-size: 2rem; }
      @media (max-width: 767px) {
        .faq__toggle .icon {
          font-size: 1.5rem; } }
  .faq__answer {
    overflow: hidden;
    max-height: 0;
    transition: max-height .3s ease;
    background: rgba(249, 234, 195, 0.2); }
  .faq__answer-inner {
    padding: 2rem 2.4rem 2.2rem 8.2rem;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 1.6rem;
    line-height: 1.9; }
    @media (max-width: 767px) {
      .faq__answer-inner {
        font-size: 1.4rem;
        padding: 1.6rem 2rem 2rem 2rem; } }
    .faq__answer-inner p + p {
      margin-top: 0.8rem; }
  .faq__item.is-open .faq__toggle {
    transform: rotate(0deg); }
  .faq__item.is-open .faq__answer {
    max-height: 100rem; }
