@charset "UTF-8";
/* CSS Document : ご予約フォームページ専用 */

/* ===== 共通: 下層ページのヘッダー余白 ===== */
.subPageHeader .headerContentInner {
  padding-bottom: 20px;
}

/* ===== ページタイトル+リード ===== */
.reservationHero {
  padding: 90px 0 50px;
}
.reservationHeroTitle {
  text-align: center;
}
.reservationHeroTitle h2 {
  text-align: center;
  line-height: 1.1;
}
.reservationHeroTitle p.title {
  text-align: center;
  left: 0;
  display: inline-block;
  margin-top: -10px;
  margin-bottom: 50px;
  color: #5a3a25; /* ページトップのみ少し薄い濃茶 */
}
.reservationHero .lead {
  text-align: center;
  font-size: 17px;
  line-height: 34px;
  margin: 30px auto 0;
  max-width: 720px;
}
.reservationHero .telLink {
  color: #6A6012;
  text-decoration: none;
  font-weight: bold;
  font-family: "adobe-caslon-pro", serif;
  font-size: 1.1em;
  letter-spacing: 1px;
}
.reservationHero .telLink:hover {
  text-decoration: underline;
}
@media screen and (max-width: 640px) {
  .reservationHero {
    padding: 50px 0 20px;
  }
  .reservationHero .lead {
    font-size: 15px;
    line-height: 28px;
  }
  .reservationHero .lead br.pc-br {
    display: none;
  }
}

/* ===== フォーム本体 ===== */
.reservationForm {
  padding: 30px 0 100px;
}
.reservationFormInner {
  max-width: 880px;
}
.reservationFormInner form {
  background-color: #fff;
  padding: 60px 60px 50px;
  position: relative;
}

/* ===== セクション見出し ===== */
.formSection {
  margin-bottom: 50px;
}
.formSection:last-of-type {
  margin-bottom: 30px;
}
.formSectionTitle {
  display: flex;
  align-items: baseline;
  gap: 16px;
  border-bottom: 1px solid #6A6012;
  padding-bottom: 14px;
  margin-bottom: 30px;
  font-weight: bold;
  flex-wrap: wrap;
}
.formSectionTitle .num {
  font-family: "adobe-caslon-pro", serif;
  font-size: 32px;
  color: #6A6012;
  font-weight: 400;
  line-height: 1;
}
.formSectionTitle .en {
  font-family: "adobe-handwriting-ernie", "charm", "Inglesa Script Variable", "selif";
  font-size: 38px;
  color: #321707;
  font-weight: 400;
  line-height: 1;
}
.formSectionTitle .jp {
  font-family: "クレー", 'Hiragino Kaku Gothic ProN', 'sans-serif';
  font-size: 16px;
  color: #321707;
  margin-left: auto;
}

/* ===== フォーム1行 ===== */
.formRow {
  display: flex;
  align-items: flex-start;
  margin-bottom: 24px;
  gap: 24px;
}
.formRow:last-child {
  margin-bottom: 0;
}
.formLabel {
  flex-shrink: 0;
  width: 180px;
  padding-top: 12px;
  font-family: "クレー", 'Hiragino Kaku Gothic ProN', 'sans-serif';
  font-size: 15px;
  color: #321707;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.required {
  background-color: #C46651;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  padding: 3px 8px;
  border-radius: 3px;
  font-family: "Noto Sans JP";
}
.optional {
  background-color: #B5B5A8;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  padding: 3px 8px;
  border-radius: 3px;
  font-family: "Noto Sans JP";
}
.labelNote {
  font-size: 12px;
  color: #888;
  font-family: "Noto Sans JP";
  font-weight: normal;
}
.formGroup {
  flex: 1;
  min-width: 0;
}

/* ===== input/textareaの基本スタイル ===== */
.formInput {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #c8c8c0;
  background-color: #f6f6f1; /* 指定ベージュ */
  font-size: 15px;
  font-family: "Noto Sans JP";
  color: #333;
  border-radius: 2px;
  transition: border-color 0.2s, background-color 0.2s;
}
.formInput:focus {
  outline: none;
  border-color: #6A6012;
  background-color: #fff;
}
.formInput::placeholder {
  color: #aaa;
}
.formTextarea {
  resize: vertical;
  min-height: 140px;
  line-height: 26px;
}

/* ===== select 矢印カスタム ===== */
select.formInput {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'><path fill='%236A6012' d='M6 8L0 0h12z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
  cursor: pointer;
}

/* ===== 日付+時間の横並び ===== */
.dateTimeGroup {
  display: flex;
  gap: 12px;
}
.dateTimeGroup .formDate {
  flex: 1;
}
.dateTimeGroup .formTime {
  width: 140px;
  flex-shrink: 0;
}

/* ===== ラジオボタン ===== */
.radioGroup {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  padding-top: 10px;
}
.radioItem {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-size: 15px;
  user-select: none;
  position: relative;
}
.radioItem input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #6A6012;
  border-radius: 50%;
  margin-right: 8px;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
  background-color: #fff;
}
.radioItem input[type="radio"]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background-color: #6A6012;
  border-radius: 50%;
}

/* ===== チェックボックス(メニュー選択グリッド) ===== */
.checkGrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 18px;
  padding-top: 8px;
}
.checkItem {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-size: 15px;
  user-select: none;
}
.checkItem input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #6A6012;
  margin-right: 10px;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
  background-color: #fff;
  border-radius: 2px;
}
.checkItem input[type="checkbox"]:checked {
  background-color: #6A6012;
}
.checkItem input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%) rotate(45deg);
  width: 5px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
}

/* ===== フォームの注意文 ===== */
.formNote {
  font-size: 13px;
  color: #6A6012;
  margin-top: 12px;
  margin-left: 204px; /* labelの幅 + gap */
  font-family: "Noto Sans JP";
}

/* ===== プライバシー同意 ===== */
.formAgreement {
  background-color: rgba(184, 218, 230, 0.25);
  border-left: 3px solid #6A6012;
  padding: 22px 28px;
  margin-bottom: 40px;
}
.agreeItem {
  font-weight: bold;
  font-size: 15px;
}
.agreeText {
  margin-top: 10px;
  margin-left: 28px;
  font-size: 13px;
  color: #555;
  line-height: 22px;
}

/* ===== 送信ボタン ===== */
.formSubmit {
  text-align: center;
  margin-top: 50px;
}
.submitBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 320px;
  padding: 18px 40px;
  background-color: #6A6012;
  color: #fff;
  border: 1px solid #6A6012;
  font-family: "クレー", 'Hiragino Kaku Gothic ProN', 'sans-serif';
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 2px;
  cursor: pointer;
  transition: background-color 0.25s, color 0.25s;
}
.submitBtn:hover {
  background-color: #fff;
  color: #6A6012;
}
.submitBtn .arrow {
  font-size: 18px;
}

/* ===== レスポンシブ ===== */
@media screen and (max-width: 800px) {
  .reservationForm {
    padding: 20px 0 60px;
  }
  .reservationFormInner form {
    padding: 35px 25px 35px;
  }
  .formSection {
    margin-bottom: 40px;
  }
  .formSectionTitle {
    gap: 12px;
    padding-bottom: 12px;
    margin-bottom: 20px;
  }
  .formSectionTitle .num {
    font-size: 26px;
  }
  .formSectionTitle .en {
    font-size: 30px;
  }
  .formSectionTitle .jp {
    font-size: 14px;
    margin-left: 0;
    width: 100%;
  }

  .formRow {
    flex-direction: column;
    gap: 8px;
    margin-bottom: 20px;
  }
  .formLabel {
    width: 100%;
    padding-top: 0;
    font-size: 14px;
  }
  .formInput {
    padding: 10px 14px;
    font-size: 14px;
  }
  .formTextarea {
    min-height: 120px;
  }

  .dateTimeGroup {
    flex-direction: column;
    gap: 10px;
  }
  .dateTimeGroup .formTime {
    width: 100%;
  }

  .radioGroup {
    padding-top: 4px;
    gap: 12px 18px;
  }

  .checkGrid {
    grid-template-columns: 1fr;
    gap: 8px;
    padding-top: 4px;
  }

  .formNote {
    margin-left: 0;
    font-size: 12px;
  }

  .formAgreement {
    padding: 16px 20px;
    margin-bottom: 30px;
  }
  .agreeText {
    margin-left: 28px;
    font-size: 12px;
  }

  .formSubmit {
    margin-top: 30px;
  }
  .submitBtn {
    width: 100%;
    min-width: auto;
    padding: 15px 20px;
    font-size: 15px;
    letter-spacing: 1px;
  }
}
