@charset "utf-8";

@font-face {
  font-family: 'AngelicaC'; /* フォント名 */
  src: url('../assets/AngelicaC.woff2?v=0') format('woff2'),
       url('../assets/AngelicaC.woff?v=0') format('woff'),
       url('../assets/AngelicaC.ttf?v=0')   format('truetype'); /* 通常のフォントファイル */
  font-weight: normal; /* 通常のウェイト */
  font-style: normal; /* 通常のスタイル */
}


html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/*以上がリセットCSS*/

/* 予約ボタン（回転SVG） */
.reserve-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 150px;
    height: 150px;
    z-index: 4000;
    cursor: pointer;
    transform: translate(-20px, -20px);
    fill: #fff;
    color: #fff;
  }
  
  .reserve-button svg {
    width: 100%;
    height: 100%;
    fill: #fff;
  }
  
  .reserve-button.dark-mode svg,
  .reserve-button.dark-mode text {
    fill: #a2212a;
    color: #a2212a;
  }
  
  .reserve-button text {
    fill: #fff;
    letter-spacing: 2px;
  }
  
  .reserve-button svg g.rotate-text {
    animation: spin-text 20s linear infinite;
    transform-origin: center center;
  }
  
  @keyframes spin-text {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
  
  /* オーバーレイメニュー */
  .menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #a2212a;
    display: none;
    z-index: 3000;
    pointer-events: auto;
  }
  
  .menu-overlay.active {
    display: block;
  }
  
  .menu-overlay.active ~ .reserve-button {
    background-color: white !important;
    color: #a2212a !important;
  }
  
  .menu-overlay .menu-center.overlay-version {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    font-family: 'AngelicaC';
    z-index: 3001;
    pointer-events: auto;              /* メニュー項目も有効化 */
  }
  
  .menu-overlay .menu-center .top-link,
  .menu-overlay .menu-center .bottom-label {
    writing-mode: vertical-rl;
    font-size: 20px;
    color: white;
  }
  
  .menu-overlay .menu-center .bottom-label {
    font-family: fot-klee-pro, sans-serif;
    font-weight: 600;
  }
  
  .menu-overlay .menu-close {
    position: fixed;
    top: 49%;
    left: 50%;
    transform: translate(-50%, -52%);
    font-size: 64px;
    color: white;
    cursor: pointer;
    z-index: 4000;
    font-family: 'Helvetica Neue', system-ui, sans-serif;
    font-weight: 100;
    text-decoration: none;
    pointer-events: auto;              /* クリックを確実に受け取る */
  }
  
  .overlay-nav-row {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -51%);
    width: 85%;
    display: flex;
    justify-content: space-between;
    z-index: 3001;
    padding: clamp(120px, 18vh, 220px) 0;
  }
  
  .overlay-nav-row .nav-left,
  .overlay-nav-row .nav-right {
    display: flex;
    flex-direction: row;
    
  }
  .overlay-nav-row .nav-left{
    margin: 0;
    transform: translateX(-5%);
    gap: clamp(1vw, 6vw, 150px);
  }
  .overlay-nav-row .nav-right {
    margin: 0;
    transform: translateX(-2%);
    gap: clamp(1vw, 8vw, 150px);
  }
  .overlay-nav-row a {
    color: white;
    font-size: 20px;
    font-family: 'Times New Roman',     /* 英語用（スペース必ずクオート） */
    fot-klee-pro,          /* 日本語用（ハイフンのみならクオート省略可） */
    sans-serif;
    font-weight: 400;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
  }
  
  /* --- iOS端末向けにdvh対応（必要なら） --- */
@supports (-webkit-touch-callout: none) {
    @media screen and (max-width: 1024px) and (orientation: portrait) {
      .menu-center,
      .menu-center.overlay-version {
        height: 100dvh;
      }
    }
  }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    /* nav-left/nav-right の項目間隔を少し狭く */
  .menu-overlay .overlay-nav-row .nav-left,
  .menu-overlay .overlay-nav-row .nav-right {
    gap: 2rem !important;
  }

  /* ×ボタンと隣接する項目には最低1emの余白を確保 */
  .menu-overlay .overlay-nav-row .nav-left a:last-child {
    margin-right: 1em !important;
  }
  .menu-overlay .overlay-nav-row .nav-right a:first-child {
    margin-left: 1em !important;
  }
  }
  
  /* --- 中央固定メニュー（通常） --- */
.menu-center {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    color: #B38A5A;
    font-family: 'AngelicaC';
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 100vh;
    pointer-events: none;
  }
  
  .menu-center .top-link,
  .menu-center .menu-icon {
    pointer-events: auto;
  }
  
  .top-link,
  .bottom-label {
    font-size: 20px;
    writing-mode: vertical-rl;
    transform: rotate(0deg);
    color: #B38A5A;
    text-decoration: none;
  }

  .top-link{
    margin-top: 25px;
  }
  
  .bottom-label {
    font-family: fot-klee-pro, sans-serif;
    font-weight: 600;
    margin-bottom: 25px;
  }
  
  .menu-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  
  .menu-icon .line {
    width: 30px;
    height: 2.5px;
    background: #B38A5A;
    margin-bottom: 2px;
  }
  
  .menu-icon .eight {
    font-size: 48px;
    color: #B38A5A;
    transition: transform 0.3s ease;
    transform-origin: center;
  }
  
  .menu-icon:hover .eight {
    transform: rotate(90deg) translateX(-3px) translateY(2px);
  }
  
  .menu-label {
    font-size: 16px;
    color: #B38A5A;
    margin-top: -2px;
  }
  
/* News リンク本体を相対配置に */
.nav-link--news {
  position: relative;
  display: inline-block;     /* 必要に応じて */
}

/* + を小さく・右上に */
.nav-link--news-plus {
  position: absolute;
  top: 0;                    /* 親要素の上端 */
  right: -0.7em;             /* 文字 1 つ分くらい右へ */
  font-size: 0.7em;          /* 本文の60% サイズ */
  line-height: 0.9;            /* 高さを合わせる */
}

  /* スクロール */
  .scroll-container {
    height: 100vh;
    overflow-y: scroll;
    scroll-snap-type: y mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    background-color: #a2212a;
  }
  
  .snap {
    height: 100vh;
    scroll-snap-align: start;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  

  /*メニュー縦書きタイトル*/
  .fixed-page-label {
    position: fixed;
    top: 30px;
    left: 50px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-size: 20px;
    font-weight: bold;
    color: white;
    z-index: 999;
    font-family: 'AngelicaC', serif;
    letter-spacing: 0.1em;
    user-select: none;
    pointer-events: none;
  }

  /* === 12 枚目 FAQ（light テーマ） === */
.section-s12 {
  background-color: #e8e9e9;
  color: #a2212a;
  font-family: 'fot-klee-pro', sans-serif;
}

/* 固定ラベル・予約ボタンも同じ色に */
.fixed-page-label,
.reserve-button,
.reserve-button svg,
.reserve-button text {
  color: #a2212a ;
  fill:  #a2212a ;
}

/* レイアウト：左右 2 カラム */
.content-wrapper-s12 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 8%;
  gap: 5vw;
  margin-top: -2rem; /* 上に -2rem 開ける */
}

/* 各カラム幅 */
.faq-column {
  flex: 0 0 42%;         /* 幅 48% ずつ */
}

/* FAQ アイテム */
.faq-item + .faq-item {
  border-top: 2px solid rgba(0, 0, 0, 0.1);
  padding-top: 1.5em;
  margin-top: 1.5em;
}

/* 3. FAQ 項目同士の間隔を広げる */
.faq-item {
  margin-bottom: 2.5rem;   /* 下に 3rem 開ける */
  position: relative;    
}


.left-column {
  padding-right: 6rem;   /* 左カラム内側に余白 */
}
.right-column {
  padding-left: 4rem;    /* 右カラム内側に余白 */
}

/* 質問 */
.question {
  font-size: 1.2vw;
  margin-bottom: 1.5em;
  margin-top: 1em;
}

/* 回答 */
.answer {
  font-family: 'fot-klee-pro', sans-serif;
  font-size: 1vw;
  line-height: 1.6;
  margin-bottom: 1.5em;
  white-space: normal;
}

/* 1問目の左右リスト */
.dual-list {
  display: flex;
  gap: 2em;
  margin-bottom: 2em;
}
.dual-list p {
  margin: 0;
  font-size: 1vw;
  line-height: 1.6;
}
.dual-list ul {
  margin: 0;
  padding-left: 1em;
  list-style: disc inside;
}
.dual-list ul li {
  margin-bottom: 0.5em;
  font-size: 1vw;
  line-height: 1.6;
}

/* レスポンシブ：2 カラム崩さずに縮小 */
@media (max-width: 1024px) {
  .content-wrapper-s12 {
    padding: 0 3%;
    gap: 3vw;
  }
  .faq-column {
    width: 100%;
  }
}

/* ============ Mobile 一覧レイアウト（max-width:768px） ============ */
@media screen and (max-width: 768px) {

  /* 1. 予約ボタンを左下に */
  .reserve-button {
    right: auto !important;
    left: 20px !important;
    bottom: 20px !important;
    transform: none !important;
  }
  
  .reserve-button {
    width: 80px !important;
    height: 80px !important;
  }
  .reserve-button svg {
    width: 100% !important;
    height: 100% !important;
  }
  
  .menu-center {
    position: static !important;
    display: block   !important;
    transform: none  !important;
  }
  
  /* ── 上端リンクを画面上端に固定 ── */
  .menu-center .top-link {
    position: fixed    !important;
    top:      10px        !important;
    right:    18px      !important;
    z-index: 10000     !important;
    white-space: nowrap!important;
    font-size:   14px  !important;
    line-height: 1     !important;
    margin:      0     !important;
    padding:     4px 0 !important;
  }
  
  /* ── ハンバーガーを画面縦中央に固定 ── */
  .menu-center .menu-icon {
    position: fixed    !important;
    top:      50%      !important;
    right:    18px      !important;
    transform: translateY(-50%) !important;
    z-index: 10000     !important;
    display: flex      !important;
    flex-direction: column!important;
    align-items:    center   !important;
    margin:         0        !important;
    padding:        0        !important;
  }
  .menu-center .menu-icon .line {
    width:  20px !important;
    height: 2px  !important;
    margin: 1px 0 !important;
  }
  .menu-center .menu-icon .eight {
    font-size:   32px !important;
    line-height: 1    !important;
  }
  .menu-center .menu-icon .menu-label {
    font-size:   10px !important;
    line-height: 1     !important;
    white-space: nowrap!important;
    margin:      1px 0 !important;
    padding:     0     !important;
  }
  
  /* ── 下端ラベルを画面下端に固定 ── */
  .menu-center .bottom-label {
    position: fixed    !important;
    bottom:   10px        !important;
    right:    18px      !important;
    z-index: 10000     !important;
    white-space: nowrap!important;
    font-size:   14px  !important;
    line-height: 1     !important;
    margin:      0     !important;
    padding:     4px 0 !important;
  }
  
  
  /* 3. 全スライドを縦レイアウトに切り替え */
  .slide-content,
  .content-wrapper-s12 {
    flex-direction: column !important;
    align-items: flex-start !important;
  }
  /* 各カラムを幅100%に */
  .slide-content > div,
  .content-wrapper-s12> div {
    width: 100% !important;
  }
  
  /* モバイル版: オーバーレイメニュー */
  
    /* PC用縦バーは隠し、オーバーレイ用縦バー（overlay-version）を表示 */
   
    .menu-overlay .menu-center.overlay-version {
      display: flex !important;
      position: fixed !important;
      top: 0 !important;
      left: 0 !important;
      width: 100vw !important;
      height: 100vh !important;
      flex-direction: column !important;
      justify-content: space-between !important;
      align-items: center !important;
      background-color: #a2212a !important;
      z-index: 2000 !important;
      padding: 0 20px !important;
      box-sizing: border-box !important;
    }
  
   /* 閉じるボタン（×） */
   .menu-overlay.active .menu-close {
    display: block !important;
    position: fixed !important;
    top: 50% !important;               /* 垂直中央 */
    right: 18px !important;             /* 右から18px */
    left: auto !important;              /* 左位置クリア */
    transform: translate(0, -72%) !important; /* 縦方向中央合わせ */
    font-size: 43px !important;
    color: white !important;
    z-index: 2100 !important;
    cursor: pointer !important;
  }
  
  
    /* メニュー項目: 縦並び、左から20px、中央縦配置 */
    .menu-overlay .overlay-nav-row {
      position: fixed !important;
      top: 50% !important;
      left: 80px !important;
      transform: translateY(-50%) !important;
      display: flex !important;
      flex-direction: column !important;
      align-items: flex-start !important;
      gap: 32px !important; /* 広めの間隔 */
      margin: 0 !important;
      padding: 0 !important;
      background: none !important;
      z-index: 2000 !important;
    }
  
    .menu-overlay .overlay-nav-row .nav-left,
    .menu-overlay .overlay-nav-row .nav-right {
      display: flex !important;
      flex-direction: column !important;
      gap: 40px !important;
    }
  
    .menu-overlay .overlay-nav-row a {
      color: white !important;
      font-size: 24px !important; /* 文字サイズ大きく */
      text-decoration: none !important;
      line-height: 1.2 !important;
      margin: 0 !important;
      padding: 0 !important;
    }
  
    /* プラス記号の位置調整 */
    .menu-overlay .overlay-nav-row .nav-link--news-plus {
      position: absolute !important;
      top: 0 !important;
      left: 5.5em !important;
      font-size: 0.7em !important;
      line-height: 1 !important;
    }
  
  /* Toggle between main and overlay menus using :has */
  /* main menu hidden when overlay active */
  body:has(.menu-overlay.active) .menu-center:not(.overlay-version) {
    display: none !important;
  }
  /* overlay-version shown only when overlay active */
  body:has(.menu-overlay.active) .menu-center.overlay-version {
    display: flex !important;
  }
  /* overlay-version hidden when overlay not active */
  body:not(:has(.menu-overlay.active)) .menu-center.overlay-version {
    display: none !important;
  }
  
  
  .content-wrapper-s12 {
    display: block !important;
    overflow-y: auto!important;
    -ms-overflow-style: none !important;
    scrollbar-width: none !important;
    scroll-snap-type: y mandatory !important;
    position: fixed;
    padding: 0 5% !important;
    top: 0; left: 0; right: 0; bottom: 0;
    -webkit-overflow-scrolling: touch;
  }
  .content-wrapper-s12::-webkit-scrollbar {
    display: none !important;
  }

  /* 2. Each column occupies one page */
  .faq-column {
    width: 100% !important;
    scroll-snap-align: start !important;
    height: 100vh !important;
    box-sizing: border-box;
    padding: 20px 0 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    transform: translateX(-5%) !important; /* 左へ5%移動 */
}

  /* 3. Left column (Q1 & Q2) page 1 */
  .faq-column.left-column {
    border-bottom: 0 !important;
  }
  .faq-column.left-column .faq-item + .dual-list {
    display: flex !important;            /* 横並び */
    align-items: flex-start !important;  /* 上揃え */
    margin-bottom: 1rem !important;
}
  .faq-column.left-column .faq-item:last-child {
    border-bottom: none !important;
  }

  /* 4. Right column (Q3–Q5) page 2 */
  .faq-column.right-column {
    margin-top: 0 !important;
  }

  /* 5. Text left-aligned, larger font & line-height, 50ch limit */
  .question,
  .answer,
  .dual-list p,
  .dual-list ul li {
    text-align: left !important;
    font-size: 2.5vw !important;
    line-height: 1.8 !important;
    max-width: 50ch !important;
    margin: 0 auto !important;
  }

  /* 6. Single separator line */
  .faq-item {
    padding-bottom: 1.2rem !important;
    border-bottom: 2px solid rgba(0,0,0,0.1) !important;
    border-top: 0 !important;
    margin: 0 0 1.5rem 0 !important;
  }

  .dual-list {
    display: flex !important;
    align-items: flex-start !important;
    gap: 1em !important;          /* 項目間の余白 */
    margin-bottom: 1rem !important;
    width: 100% !important;
    margin-top: 20px !important; 
  }
  .dual-list p,
  .dual-list ul {
    margin: 0 !important;
  }
  .dual-list ul {
    margin: 0 !important;
    padding-left: 1em !important;
    list-style: disc inside !important;
    align-self: flex-start !important;  /* 上揃え */
    margin-left: auto !important;       /* 横方向右揃え */
  }
  .dual-list ul li {
    margin-bottom: 0.5em !important;
  }

  html, body {
margin: 0;
    overflow: hidden !important;
    height: 100vh !important;
    height: 100dvh !important;   /* 動的ビューポート対応 */
    overscroll-behavior-y: none;  /* バウンス抑制 */
  }

  }
    
  /* Tablet 用：FAQ 左右カラムのはみ出し防止＆文字調整 */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  /* 左カラムを右に 5% オフセット */
  .faq-column.left-column {
    width: 45% !important;
    margin-left: 10% !important;
    margin-right: 0 !important;
  }

  /* 右カラムを左に 5% オフセット */
  .faq-column.right-column {
    width: 45% !important;
    margin-right: 0!important;
    margin-left: 0 !important;
    transform: translateX(-18%) !important; /* 左へ5%移動 */
  }

  /* 質問文 */
  .question {
    font-size: 2.0vw !important;        /* +0.3vw */
    line-height: 1.5 !important;        /* 行間 */
    letter-spacing: 0.05em !important;  /* 文字間 */
    padding-left: 0.5em !important;     /* 左余白 */
  }

  /* 回答・リスト内テキスト */
  .answer,
  .dual-list p,
  .dual-list ul li {
    font-size: 1.8vw !important;        /* +0.3vw */
    line-height: 1.6 !important;        /* 行間 */
    letter-spacing: normal !important;  /* 文字間 */
    padding-left: 0.5em !important;     /* 左余白 */
    font-feature-settings: "palt";
  }
}
