.reservation-main { overflow: hidden; background: var(--bg-about); }
.reservation-heading { position: relative; overflow: hidden; padding: 48px 0 31px; background: var(--bg-about); }
.reservation-heading::after { content: ""; position: absolute; top: 8px; right: 28px; width: 122px; height: 176px; background: url("../assets/images/deco-feature-right.png") center / contain no-repeat; opacity: .72; pointer-events: none; }
.reservation-heading .container { position: relative; z-index: 1; }
.reservation-heading .section-title { margin: 0; font-size: 28px; }
.reservation-heading-en { margin: 11px 0 0; color: var(--olive); text-align: center; font-size: 11px; letter-spacing: .18em; }
.reservation-heading .features-title-decoration { margin-top: 15px; margin-bottom: 0; }
.reservation-content { padding-top: 56px; padding-bottom: 90px; }
.reservation-lead { margin: 0; text-align: center; font-size: 16px; line-height: 2.1; }
.required-note { width: min(880px, 100%); margin: 34px auto 12px; text-align: right; font-size: 12px; }
.required-note span, .required { color: #9c6f24; font-size: 11px; font-weight: 400; }
.reservation-form { width: min(880px, 100%); margin: 0 auto; border-top: 1px solid rgba(138,121,38,.38); }
.form-row { margin: 0; padding: 25px 28px; display: grid; grid-template-columns: 210px minmax(0, 1fr); gap: 30px; border: 0; border-bottom: 1px solid rgba(138,121,38,.25); }
.form-row > label, .form-row > legend { padding: 12px 0 0; font-size: 15px; }
.form-row > legend { float: left; width: 210px; }
.form-row input[type="text"], .form-row input[type="number"], .form-row input[type="date"], .form-row input[type="tel"], .form-row input[type="email"], .form-row textarea { width: 100%; min-height: 48px; padding: 10px 14px; border: 1px solid rgba(138,121,38,.42); border-radius: 3px; color: var(--ink); background: #fff; font: inherit; font-size: 16px; }
.form-row textarea { min-height: 145px; resize: vertical; }
.form-row input:focus, .form-row textarea:focus { outline: 2px solid rgba(248,202,62,.5); border-color: var(--olive); }
.short-field { display: grid; grid-template-columns: 120px auto; align-items: center; gap: 10px; }
.short-field .field-error { grid-column: 1 / -1; }
.choice-list { display: grid; gap: 11px; }
.choice-inline { grid-template-columns: repeat(2, max-content); gap: 12px 38px; }
.choice-list label { display: flex; align-items: center; gap: 9px; font-size: 14px; cursor: pointer; }
.choice-list input, .privacy-check input { width: 18px; height: 18px; accent-color: #d6aa25; }
.form-help { margin: 8px 0 0; color: #686257; font-size: 12px; line-height: 1.6; }
.field-error { min-height: 0; margin: 6px 0 0; color: #a33d32; font-size: 12px; }
.is-invalid { border-color: #a33d32 !important; }
.privacy-check { width: min(880px, 100%); margin: 28px auto 0; display: flex; justify-content: center; align-items: flex-start; gap: 10px; font-size: 13px; line-height: 1.7; cursor: pointer; }
.privacy-check input { flex: 0 0 auto; margin-top: 2px; }
.privacy-check a { color: var(--olive); border-bottom: 1px solid rgba(138,121,38,.45); }
.form-status { min-height: 24px; margin: 18px 0 0; text-align: center; color: #a33d32; font-size: 13px; }
.submit-button { min-width: 320px; margin: 4px auto 0; display: flex; border: 0; color: var(--ink); font-family: inherit; cursor: pointer; }
.submit-button:disabled { opacity: .55; cursor: wait; }
.honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.line-reservation { width: min(880px, 100%); margin: 48px auto 0; padding: 30px; border-top: 1px solid rgba(138,121,38,.3); border-bottom: 1px solid rgba(138,121,38,.3); text-align: center; }
.line-reservation p { margin: 0 0 18px; font-size: 14px; }

@media screen and (max-width: 767px) {
  .reservation-heading { padding: 38px 0 27px; }
  .reservation-heading::after { top: 12px; right: 0; width: 72px; height: 128px; opacity: .45; }
  .reservation-heading .section-title { font-size: 23px; }
  .reservation-content { padding-top: 40px; padding-bottom: 58px; }
  .reservation-lead { font-size: 14px; text-align: left; }
  .reservation-lead br { display: none; }
  .required-note { margin-top: 26px; }
  .form-row { padding: 20px 0; grid-template-columns: 1fr; gap: 10px; }
  .form-row > label, .form-row > legend { padding: 0; font-size: 14px; }
  .form-row > legend { float: none; width: auto; }
  .choice-inline { grid-template-columns: 1fr 1fr; gap: 12px; }
  .choice-list label { align-items: flex-start; font-size: 13px; line-height: 1.6; }
  .privacy-check { justify-content: flex-start; font-size: 12px; }
  .submit-button { width: 100%; min-width: 0; }
  .line-reservation { margin-top: 38px; padding: 25px 12px; }
  .line-reservation .button { width: 100%; }
}
