@charset "utf-8";
/* メールフォーム専用CSS */

/*----------------------------------------------
		CONTACT FORM COMPONENT
----------------------------------------------*/

/* コンポーネント用のコンタクトフォーム共通スタイル */
.contact_front {
  width: 7rem;
  margin: 0 auto;
}

/* Small variant for booking icons used under/over forms */
/* small icons used around forms (top/contact inside .contact_front, reserve outside) */
.booking-icons--small {
  --icons-gap: .28rem;
  gap: var(--icons-gap);
  margin: calc(var(--icons-gap) + .06rem) auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  list-style: none;
  padding: 0;
}
.booking-overlay__icons.booking-icons--small { display: flex !important; flex-wrap: nowrap; justify-content: center; gap: var(--icons-gap) !important; max-width: none; }
.booking-icons--small .booking-overlay__icon-link {
  max-width: .72rem;
}
.booking-icons--small .booking-overlay__icon-link img {
  width: 100%;
}

/* extra small variant (e.g., Reserve page Online Reservation) */
.booking-icons--xs .booking-overlay__icon-link { max-width: .56rem; }

/* page-context tweaks */
#front-page .booking-icons--small { margin-top: .36rem; margin-bottom: .34rem; }
.contact_front .booking-icons--small { margin-top: .36rem; margin-bottom: .34rem; }
.advance_method .booking-icons--small { margin-top: .46rem; }

/* credit card banner */
.creditcard_banner { text-align: center; margin: .4rem 0; }
.creditcard_banner img { width: 100%; max-width: 6.4rem; height: auto; display: inline-block; }

.contact_front .border_ttl {
  border-bottom: 1px solid var(--black);
  border-top: 1px solid var(--black);
  padding: .1rem;
  margin: .8rem 0 .2rem;
  font-size: .3rem;
  text-align: center;
  font-family: 'Bodoni Moda', serif;
  font-weight: 900;
}

.contact_front form p,
.contact_front form label {
  font-size: .16rem;
  font-family: "Noto Sans", sans-serif;
  color: var(--black);
}

.contact_front form label {
  margin: .2rem 0 .1rem;
  display: inline-block;
  font-weight: 500;
}

.contact_front input,
.contact_front select,
.contact_front textarea {
  font: inherit;
  border: 1px solid #ccc;
  padding: .1rem .15rem;
  width: 100%;
  margin-bottom: .15rem;
  color: #333;
  background: var(--white);
  font-family: "Noto Sans", sans-serif;
  border-radius: .02rem;
  box-sizing: border-box;
}

.contact_front select {
  background: var(--white);
  cursor: pointer;
}

.contact_front textarea {
  height: 1.2rem;
  resize: vertical;
}

/* Booking Form 特有のスタイル（現在は使用していないためコメントアウト） */
/*
.mirai-contact-form.booking-form {
  margin: 0 auto;
}

.booking-row {
  display: flex;
  gap: .2rem;
  margin-bottom: .15rem;
}

.booking-row .form-group {
  flex: 1;
}

.booking-row .form-group label {
  margin: 0 0 .05rem;
}

/* Submit Button */
.btn_submit {
  background: var(--gold);
  color: var(--white);
  width: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Ubuntu Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: .20rem;
  padding: .1rem;
  margin: .4rem auto 0;
  border: none;
  cursor: pointer;
  border-radius: .02rem;
  transition: background-color 0.3s ease;
}

.btn_submit:hover {
  background: #52286f;
}

.btn_submit img {
  margin-right: .1rem;
  width: .3rem;
  height: auto;
}


/* Info Box */
.info-box {
  border: 1px solid #c0399f;
  background: #fbeef7;
  padding: .5rem;
  margin-top: .5rem;
  gap: 0.15rem;
  font-size: .16rem;
  color: #c0399f;
  font-family: "Ubuntu Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-radius: .02rem;
}

.info-box .lock {
  margin-bottom: .1rem;
}

.info-box .lock img {
  width: .4rem;
  height: auto;
}

/* Contact Form Variant Styles（現在は使用していないためコメントアウト） */
/*
.mirai-contact-form[data-variant="contact"] {
   Contact用の特別なスタイルがあれば追加 
}*/

.mirai-contact-form[data-variant="booking"] {
  /* Booking用の特別なスタイルがあれば追加 */
}
*/

/* Form Group Styles */
.form-group {
  margin-bottom: .15rem;
}

.form-group p {
  margin: 0 0 .1rem;
  font-size: .14rem;
}

/* Radio Styles */
.radio_area {
  display: block;
  margin: .05rem 0;
  font-size: .16rem;
  cursor: pointer;
}

.radio_area input[type="radio"] {
  width: auto;
  margin-right: .1rem;
  margin-bottom: 0;
}

.txt_red {
  color: #c0399f;
}

/* Reserve Form Specific Styles - Based on image design */
.reserve_form {
  --edge: #fbeef7;
  --line: #c0399f;
  --border: .3rem;
  --pad: .1rem;
  --pad-inline: -.15rem;
  --pad-block: -.6rem;

  --top-gap: .28rem;
  --inline-gap: .8rem;
  --center-gap: .25rem;
  --center-gap: .25rem;

  --orn-lr-w: .47rem;
  --orn-lr-h: .47rem;
  --orn-c-w: 2.08rem;
  --orn-c-h: .225rem;
  
  --inner-off: calc(var(--pad) + var(--border));
  --inner-off-inline: calc(var(--orn-lr-h) + var(--border));
  --top-line-y: calc(var(--pad-block) + max(var(--orn-lr-h), var(--orn-c-h)) + var(--top-gap));
  --inline-line-y: calc(var(--pad-block) + max(var(--orn-lr-h), var(--orn-c-h)) + var(--inline-gap));
  --side-start-y: calc(var(--top-line-y) + var(--top-gap));

  position: relative;
  box-sizing: border-box;
  padding: calc(var(--pad) + max(var(--orn-lr-h), var(--orn-c-h)) + var(--top-gap)) var(--pad) var(--pad);
  margin-top: .5rem;
  border: var(--border) solid var(--edge);
  background: #fff;
}

.reserve_form::before {
  content: "";
  position: absolute;
  inset: calc(var(--border) * -1);
  z-index: 1;
  pointer-events: none;

  background:
    /* 左上・中央・右上の装飾画像 */
    none no-repeat left var(--pad) top var(--pad),
    none no-repeat center top calc(var(--pad)/2),
    none no-repeat right var(--pad) top var(--pad),

    /* 上ライン */
    linear-gradient(var(--line), var(--line)) no-repeat left calc(var(--pad) + var(--border)) top var(--top-line-y),
    linear-gradient(var(--line), var(--line)) no-repeat right calc(var(--pad) + var(--border)) top var(--top-line-y),

    /* 下ライン（全幅） */
    linear-gradient(var(--line), var(--line)) no-repeat left calc(var(--pad-inline) + var(--border)) bottom calc(var(--pad-inline) + var(--border)),

    /* 左右の縦ライン（上部装飾の“下から”最下部まで） */
    linear-gradient(var(--line), var(--line)) no-repeat left calc(var(--pad-inline) + var(--border)) top var(--inline-line-y),
    linear-gradient(var(--line), var(--line)) no-repeat right calc(var(--pad-inline) + var(--border)) top var(--inline-line-y);

  background-size:
    /* 装飾（左右・中央・右） */
    var(--orn-lr-w) var(--orn-lr-h),
    var(--orn-c-w) var(--orn-c-h),
    var(--orn-lr-w) var(--orn-lr-h),

    /* 上ライン（左右分割の長さを計算：全幅/2 から中央装飾の半分と左右余白を引く） */
    calc(50% - (var(--orn-c-w) / 2) - var(--center-gap) - var(--inner-off)) 1px,
    calc(50% - (var(--orn-c-w) / 2) - var(--center-gap) - var(--inner-off)) 1px,

    /* 下ライン（全幅） */
    calc(100% - 2 * (var(--pad-inline) + var(--border))) 1px,

    /* 縦ライン（上ライン位置から下端の余白まで） */
    1px calc(100% - var(--side-start-y) - var(--inner-off)),
    1px calc(100% - var(--side-start-y) - var(--inner-off));
}

.form_wrap{
  margin-inline: .5rem;
}

/* Progress Bar - Arrow style like in image */
/* PC版PDF実測：ステップバーは全体700を3等分（各233） */
.progress_bar {
  display: flex;
  justify-content: center;
  width: 7rem;
  max-width: 100%;
  margin-inline: auto;
  margin-bottom: .4rem;
  position: relative;
  z-index: 1;
}

/* PC版PDF実測（1600設計）：ステップバーは 3等分・幅700・高さ68。
   色は紫系（現在=#a577b2 / 未通過=#e8deee）。マゼンタのグラデはPDFに無い。 */
.progress_step {
  background: #e8deee;
  color: #6b4a86;
  padding: .16rem .25rem;
  font-size: .2rem;
  font-weight: 600;
  position: relative;
  clip-path: polygon(0 0, calc(100% - .2rem) 0, 100% 50%, calc(100% - .2rem) 100%, 0 100%, .2rem 50%);
  flex: 1 1 0;
  min-width: 0;
  text-align: center;
  font-family: "Noto Sans", sans-serif;
}

.progress_step:first-child {
  clip-path: polygon(0 0, calc(100% - .2rem) 0, 100% 50%, calc(100% - .2rem) 100%, 0 100%);
  padding-left: .15rem;
}

.progress_step:last-child {
  margin-right: 0;
  clip-path: polygon(0 0, calc(100% - .2rem) 0, 100% 50%, calc(100% - .2rem) 100%, 0 100%, .2rem 50%);
}

.progress_step.active {
  background: #a577b2;
  color: #fff;
  font-weight: 700;
}

/* Radio Group Styles - Horizontal layout like in image */
.radio_group {
  display: flex;
  gap: .2rem;
  margin-top: .1rem;
  justify-content: flex-start;
}

.radio_group .radio_area {
  display: flex;
  align-items: center;
  margin: 0;
  padding: .08rem .15rem;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: .14rem;
}

.radio_group .radio_area:hover {
  border-color: #c0399f;
  background: #fbeef7;
}

.radio_group .radio_area input[type="radio"]:checked + span {
  color: #52286f;
  font-weight: 600;
}

.radio_group .radio_area input[type="radio"] {
  margin-right: .08rem;
  margin-bottom: 0;
  accent-color: #c0399f;
}

/* Optional Tag - "any" style like in image */
/* PC版PDF準拠：任意バッジは薄紫（マゼンタのグラデはPDFに無い） */
.optional_tag {
  background: #a577b2;
  color: var(--white);
  font-size: .12rem;
  padding: .03rem .12rem;
  border-radius: .03rem;
  margin-right: .1rem;
  font-weight: 700;
  display: inline-block;
  text-transform: lowercase;
}

/* Location Help - Small text below location details */
.location_help .red_txt{
  color: #c00000;
}

.location_help p {
  margin: .03rem 0;
  font-size: .13rem !important;
}

.help_icon {
  color: #c0399f;
  font-weight: 600;
  margin-right: .05rem;
}

/* Proceed Button - Large gold button like in image */
.proceed_btn {
  background: var(--gold);
  color: var(--white);
  font-size: .16rem;
  font-weight: 700;
  letter-spacing: .05em;
  padding: .1rem;
  width: auto;
  text-transform: uppercase;
  margin-top: .3rem;
  transition: all 0.3s ease;
}

.proceed_btn:hover {
  background: linear-gradient(135deg, #c0399f 0%, #c0399f 100%);
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(196, 151, 91, 0.4);
}

/* Reserve Form Layout Adjustments - Match image design */
/* PC版PDF準拠：項目の区切りは**薄いグレーの罫線**（金色でもマゼンタでもない） */
.reserve_form .form-group {
  margin-bottom: .25rem;
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #d8d8d8;
}
.reserve_form .form-group:last-of-type{
  border-bottom: none;
}

/* PC版PDF実測：ラベルは細字のグレー #666（太字の黒ではない） */
.reserve_form label {
  display: block;
  margin-bottom: .08rem;
  font-weight: 400;
  color: #666767;
  font-size: .18rem;
  font-family: "Noto Sans", sans-serif;
}

.reserve_form select,
.reserve_form input[type="text"],
.reserve_form input[type="tel"],
.reserve_form input[type="email"],
.reserve_form textarea {
  width: 100%;
  padding: .1rem .12rem;
  border: 1px solid #d466b5;
  border-radius: .03rem;
  font-size: .14rem;
  background: #fbeef7;
  transition: all 0.3s ease;
  color: #6b5d47;
  font-family: "Noto Sans", sans-serif;
  position: relative;
  z-index: 1;
}

.reserve_form select:focus,
.reserve_form input:focus,
.reserve_form textarea:focus {
  border-color: #c0399f;
  background: #ffffff;
  outline: none;
  box-shadow: 0 0 0 2px rgba(196, 151, 91, 0.15);
}

.reserve_form textarea {
  resize: vertical;
  min-height: .8rem;
  line-height: 1.4;
}

/* Select Dropdown Styling - No arrow */
.reserve_form select {
  appearance: none;
  background-image: none;
  padding-right: .12rem;
}

/* Reservation Form Title and Subtitle */
.reservation_form_title {
  text-align: center;
  font-size: .32rem;
  font-weight: 700;
  color: var(--gold);
  margin-bottom: .1rem;
  font-family: 'Bodoni Moda', serif;
  letter-spacing: .02rem;
}

.reservation_form_subtitle {
  text-align: center;
  font-size: .14rem;
  color: var(--black);
  margin-bottom: .3rem;
  line-height: 1.5;
  font-weight: 400;
}

/* Privacy Policy Checkbox */
.privacy_policy {
  margin: .3rem 0;
  padding: .15rem;
  background: rgba(196, 151, 91, 0.1);
  border-radius: .08rem;
}

.checkbox_area {
  display: flex;
  align-items: flex-start;
  gap: .1rem;
  cursor: pointer;
  margin: 0;
}

.checkbox_area input[type="checkbox"] {
  margin: .03rem .1rem 0 0;
  min-width: .16rem;
  height: .16rem;
  accent-color: var(--gold);
}

.checkbox_area span {
  font-size: .13rem;
  line-height: 1.4;
  color: var(--black);
}

/* Reserve Page Main Title */
.reserve_main_title {
  text-align: center;
  font-size: .48rem;
  font-weight: 600;
  color: var(--gold);
  margin: .3rem 0 .5rem;
  font-family: 'Bodoni Moda', serif;
  line-height: 1.2;
  letter-spacing: .01rem;
}

/* Form Confirmation Styles */
.confirmation_title {
  text-align: center;
  font-size: .24rem;
  font-weight: 700;
  color: var(--gold);
  margin-bottom: .1rem;
  font-family: 'Bodoni Moda', serif;
}

.confirmation_subtitle {
  text-align: center;
  font-size: .14rem;
  color: var(--black);
  margin-bottom: .3rem;
}

.confirmation_table {
  width: 100%;
  border-collapse: collapse;
  margin: .2rem 0;
}

.confirmation_table td {
  padding: .1rem .15rem;
  border-bottom: 1px solid #fbeef7;
  vertical-align: top;
}

.confirmation_table .label {
  font-weight: 600;
  color: var(--gold);
  width: 30%;
  font-size: .13rem;
}

.confirmation_table .value {
  font-size: .13rem;
  color: var(--black);
}

.confirmation_buttons {
  display: flex;
  gap: .2rem;
  justify-content: center;
  align-items: center;
}

.confirmation_buttons .btn_back,
.confirmation_buttons .btn_submit {
  background: var(--gold);
  color: var(--white);
  border: none;
  padding: .1rem .3rem;
  border-radius: 0;
  font-size: .16rem;
  font-weight: 700;
  letter-spacing: .05em;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  min-width: 2rem;
  text-transform: uppercase;
  margin: 2em auto;
}

.confirmation_buttons .btn_back:hover {
  background: #c0399f;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(196, 151, 91, 0.3);
}

.confirmation_buttons .btn_submit:hover {
  background: linear-gradient(135deg, #c0399f 0%, #c0399f 100%);
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(196, 151, 91, 0.4);
}

/* ボタンの基本状態リセット */
.confirmation_buttons .btn_submit {
  transition: all 0.3s ease;
}

/* 送信中のボタンスタイル */
.confirmation_buttons .btn_submit.sending {
  background: #ccc !important;
  cursor: not-allowed !important;
  opacity: 0.7 !important;
  pointer-events: none !important;
  color: #666 !important;
}

.confirmation_buttons .btn_submit.sending:hover {
  background: #ccc !important;
  transform: none !important;
  box-shadow: none !important;
}

/* 無効化されたボタンのスタイル */
.confirmation_buttons .btn_submit:disabled {
  background: #ccc !important;
  cursor: not-allowed !important;
  opacity: 0.7 !important;
  pointer-events: none !important;
  color: #666 !important;
}

/* ボタンの状態リセット用スタイル */
.confirmation_buttons .btn_submit.reset-state {
  background: var(--gold) !important;
  cursor: pointer !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  color: var(--white) !important;
}

/* disabled属性を強制的に無効化 */
.confirmation_buttons .btn_submit.reset-state[disabled] {
  background: var(--gold) !important;
  cursor: pointer !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  color: var(--white) !important;
}

/* Form Complete Styles */
.complete_content {
  text-align: center;
  padding: .3rem 0;
}

.contact-info__icons {
  margin: .2rem auto .12rem !important;
  display: flex !important;
  justify-content: center;
  gap: .24rem !important;
}

.contact-info__icons .mirai-app-icons__item {
  margin: 0;
}

.contact-info__icons .mirai-app-icons__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .12rem;
  width: 1.6rem;
}

.contact-info__icons .mirai-app-icons__thumb {
  max-width: .72rem;
}

.contact-info__icons .mirai-app-icons__actions {
  flex-direction: column;
  gap: .08rem;
}

.contact-info__icons .mirai-app-icons__action {
  padding: .08rem .24rem;
  font-size: .14rem;
}

.complete_title {
  font-size: .24rem;
  font-weight: 700;
  color: var(--gold);
  margin-bottom: .2rem;
  font-family: 'Bodoni Moda', serif;
}

.complete_message {
  margin: .2rem 0;
  font-size: .14rem;
  line-height: 1.6;
}

.contact_info {
  background: rgba(196, 151, 91, 0.1);
  padding: .2rem;
  border-radius: .08rem;
  margin: .2rem 0;
}

.contact_info h4 {
  font-size: .16rem;
  color: var(--gold);
  margin-bottom: .1rem;
}

.business_hours {
  font-size: .12rem;
  color: var(--black);
}

.complete_buttons {
  margin-top: .3rem;
}

/* Form Error Styles */
.form_errors {
  background: #ffe6e6;
  border: 1px solid #ff9999;
  border-radius: .08rem;
  padding: .15rem;
  margin-bottom: .2rem;
}

.form_errors ul {
  margin: 0;
  padding-left: .2rem;
}

.form_errors li {
  color: #cc0000;
  font-size: .13rem;
  margin-bottom: .05rem;
}

/* JavaScript Form Enhancement Styles */
.field-error {
  border-color: #ff9999 !important;
  background: #ffe6e6 !important;
}

.error-message {
  color: #cc0000;
  font-size: .12rem;
  margin-top: .05rem;
  display: none;
}

@media (max-width: 767px) {
  .contact_front {
    width: 90vw;
  }
  .form_wrap {
    margin-inline: .25rem;
  }
  .contact_front .border_ttl {
    font-size: .36rem;
    margin: .6rem 0 .3rem;
  }
  
  .contact_front form p,
  .contact_front form label {
    font-size: .24rem;
  }
  
  .booking-row {
    flex-direction: column;
    gap: 0;
  }
  
  .btn_submit {
    width: 3.5rem;
    font-weight: normal;
    font-size: .24rem;
    padding: .15rem .1rem;
  }
  
  .info-box {
    font-size: .20rem;
    padding: .3rem;
  }
  
  /* Reserve Form Mobile Styles */
  .reserve_form {
    width: 100vw;
    padding: .6rem 0 .4rem;
    margin: .2rem calc(50% - 50vw);
  }
  .reserve_form::before{
    background: var(--edge);
    background-position: center;
    background-size: 80%;
    height: .6rem;
  }
  .progress_step {
    font-size: .16rem;
    padding: .06rem .2rem;
    min-width: .8rem;
  }
  
  .radio_group {
    flex-direction: column;
    gap: 0;
    margin-bottom: .15rem;
  }
  
  .radio_group .radio_area {
    justify-content: flex-start;
    width: 100%;
  }
  
  /* Mobile styles for new reservation form elements */
  .reservation_form_title {
    font-size: .48rem;
    margin-bottom: .15rem;
  }
  
  .reservation_form_subtitle {
    font-size: .18rem;
    margin-bottom: .4rem;
  }
  
  .checkbox_area span {
    font-size: .16rem;
  }
  
  .reserve_main_title {
    font-size: .64rem;
    margin: .4rem 0 .6rem;
  }
  
  .reserve_form label {
    font-size: .16rem;
  }
  
  .reserve_form select,
  .reserve_form input,
  .reserve_form textarea {
    font-size: .16rem;
    padding: .12rem;
  }
  
  .proceed_btn {
    font-size: .18rem;
    padding: .15rem .6rem;
    min-width: 3.5rem;
  }
  
  .location_help {
    font-size: .14rem;
    padding: .1rem .12rem;
  }
}

/*----------------------------------------------
		CONTACT FORM CONFIRMATION & COMPLETE
----------------------------------------------*/

/* 確認画面スタイル */
.contact_confirmation {
  width: 100%;
  margin: 0 auto;
}

.contact_confirmation .confirmation_title {
  font-size: .4rem;
  font-family: 'Bodoni Moda', serif;
  font-weight: 900;
  text-align: center;
  margin: .4rem 0 .2rem;
  color: var(--black);
}

.contact_confirmation .confirmation_subtitle {
  font-size: .18rem;
  text-align: center;
  margin-bottom: .4rem;
  color: #666;
  font-family: "Noto Sans", sans-serif;
}

.contact_confirmation .confirmation_content {
  margin-bottom: .4rem;
}

.contact_confirmation .confirmation_table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto;
}

.contact_confirmation .confirmation_table td {
  padding: .15rem;
  border: 1px solid #ddd;
  vertical-align: top;
}

.contact_confirmation .confirmation_table .label {
  width: 30%;
  background: #f8f8f8;
  font-weight: 600;
  font-size: .16rem;
  color: var(--black);
}

.contact_confirmation .confirmation_table .value {
  width: 70%;
  background: var(--white);
  font-size: .16rem;
  color: #333;
  word-break: break-word;
}

/* 確認画面のメッセージ改行表示 */
.contact_confirmation .value#confirm-message {
  white-space: pre-line;
  line-height: 1.6;
}

.contact_confirmation .confirmation_buttons {
  display: flex;
  gap: .2rem;
  justify-content: center;
  margin-top: .4rem;
}

.contact_confirmation .btn_back,
.contact_confirmation .btn_submit {
  padding: .15rem .4rem;
  font-size: .18rem;
  border: none;
  border-radius: .02rem;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  min-width: 2rem;
}

.contact_confirmation .btn_back {
  background: var(--gold);
  color: var(--white);
}

.contact_confirmation .btn_back:hover {
  background: #c0399f;
}

.contact_confirmation .btn_submit {
  background: var(--gold);
  color: var(--white);
}

.contact_confirmation .btn_submit:hover {
  background: #c0399f;
}

.contact_confirmation .btn_submit:disabled {
  background: #ccc;
  cursor: not-allowed;
}

/* コンタクトフォーム完了画面のスタイル */
.contact_complete .complete_content {
  text-align: center;

}

.contact_complete .complete_title {
  font-size: .4rem;
  font-weight: 700;
  margin-bottom: .5rem;
  color: var(--gold);
  font-family: "Bodoni Moda", serif;
}

.contact_complete .complete_message {

}

.contact_complete .complete_message p {

  line-height: 1.6;
}

.contact_complete .contact_info {
  background: rgba(196, 151, 91, 0.1);
  padding: 0.2rem;
  border-radius: 0.08rem;
  margin: 0.2rem 0;
}

.contact_complete .contact_info h4 {
  font-size: 0.16rem;
  color: var(--gold);
  margin-bottom: 0.1rem;
}

.contact_complete .phone_number {
  font-size: 0.24rem;
  margin-bottom: 0.1rem;
}

.contact_complete .business_hours {
  font-size: 0.12rem;
  color: var(--black);
}

.contact_complete .complete_buttons {
  margin-top: 0.3rem;
}

.contact_complete .complete_buttons .btn_submit {
  background: var(--gold);
  color: var(--white);
  padding: 0.15rem 0.4rem;
  border-radius: 0.02rem;
  text-decoration: none;
  display: inline-block;
  font-size: 0.18rem;
  transition: background 0.3s ease;
}

.contact_complete .complete_buttons .btn_submit:hover {
  background: #c0399f;
}

/* コンタクトフォーム用のアニメーション */
.contact_front form,
.contact_confirmation,
.contact_complete {
  transition: opacity 0.3s ease, transform 0.3s ease;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .contact_confirmation .confirmation_title {
    font-size: .32rem;
    margin: .3rem 0 .15rem;
  }
  
  .contact_confirmation .confirmation_subtitle {
    font-size: .16rem;
    margin-bottom: .3rem;
  }
  
  .contact_confirmation .confirmation_table .label,
  .contact_confirmation .confirmation_table .value {
    font-size: .14rem;
    padding: .12rem;
  }
  
  .contact_confirmation .confirmation_buttons {
    flex-direction: column;
    gap: .15rem;
  }
  
  .contact_confirmation .btn_back,
  .contact_confirmation .btn_submit {
    width: 100%;
    padding: .15rem;
    background: var(--gold);
    color: var(--white);
    border-radius: 0;
    font-size: .16rem;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    font-family: "Noto Sans", sans-serif;
  }
  
  .contact_complete .complete_title {
    font-size: .32rem;
    margin-bottom: .25rem;
  }
  
  .contact_complete .complete_message p {
    font-size: .16rem;
  }
  
  .contact_complete .contact_info {
    padding: .25rem;
  }
  
  .contact_complete .contact_info h4 {
    font-size: .18rem;
  }
  
  .contact_complete .phone_number {
    font-size: .2rem;
  }
  
  .contact_complete .business_hours {
    font-size: .14rem;
  }
}

/*----------------------------------------------
    AVAILABLE COMPANIONS SECTION (予約フォーム用)
----------------------------------------------*/

/* コンテナ */
.available-companions-wrapper {
  margin: .2rem 0;
  padding: .2rem;
  background: rgba(196, 151, 91, 0.05);
  border-radius: .08rem;
  border: 1px dashed var(--gold);
}

.available-companions-wrapper > label {
  font-size: .16rem !important;
  color: var(--gold) !important;
  font-weight: 700 !important;
  margin-bottom: .1rem !important;
  display: block;
}

.available-companions-hint {
  font-size: .13rem !important;
  color: #888 !important;
  margin-bottom: .15rem !important;
}

/* キャストカードグリッド */
.available-companions-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(1.2rem, 1fr));
  gap: .12rem;
  padding: .05rem;
}

/* 個別キャストカード */
.available-companion-card {
  background: var(--white);
  border: 2px solid transparent;
  border-radius: .06rem;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  position: relative;
}

.available-companion-card:hover {
  border-color: var(--gold);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(196, 151, 91, 0.25);
}

.available-companion-card.selected {
  border-color: var(--gold);
  background: rgba(196, 151, 91, 0.1);
  box-shadow: 0 0 0 3px rgba(196, 151, 91, 0.3);
}

/* 画像エリア */
.companion-card-image {
  position: relative;
  width: 100%;
  aspect-ratio: 5 / 6;
  overflow: hidden;
  background: #f0f0f0;
}

.companion-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.available-companion-card:hover .companion-card-image img {
  transform: scale(1.05);
}

/* ランクバッジ */
.companion-rank-badge {
  position: absolute;
  top: .05rem;
  left: .05rem;
  width: .4rem;
  z-index: 2;
}

.companion-rank-badge img {
  width: 100%;
  height: auto;
}

/* 情報エリア */
.companion-card-info {
  padding: .08rem .06rem;
  text-align: center;
}

.companion-card-info .companion-name {
  font-size: .12rem;
  font-weight: 600;
  color: var(--black);
  margin: 0 0 .03rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.3;
}

.companion-card-info .companion-time {
  font-size: .1rem;
  color: #888;
  margin: 0;
  line-height: 1.2;
}

/* 選択ボタン */
.select-companion-btn {
  width: 100%;
  padding: .06rem;
  background: var(--gold);
  color: var(--white);
  border: none;
  font-size: .11rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease;
  text-transform: uppercase;
  letter-spacing: .02em;
}

.select-companion-btn:hover {
  background: #c0399f;
}

.available-companion-card.selected .select-companion-btn {
  background: #2e7d32;
}

.available-companion-card.selected .select-companion-btn::after {
  content: " ✓";
}

/* ローディングスピナー */
.available-companions-wrapper .loading-spinner {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: .3rem;
  color: var(--gold);
  font-size: .14rem;
}

.available-companions-wrapper .loading-spinner::before {
  content: "";
  width: .2rem;
  height: .2rem;
  border: 2px solid var(--gold);
  border-top-color: transparent;
  border-radius: 50%;
  margin-right: .1rem;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

/* メッセージ */
.no-companions-message {
  text-align: center;
  padding: .2rem;
  color: #888;
  font-size: .14rem;
  font-style: italic;
}

/* レスポンシブ */
@media (max-width: 767px) {
  .available-companions-wrapper {
    padding: .15rem;
    margin: .15rem 0;
  }

  .available-companions-wrapper > label {
    font-size: .18rem !important;
  }

  .available-companions-hint {
    font-size: .14rem !important;
  }

  .available-companions-grid {
    grid-template-columns: repeat(auto-fill, minmax(1.5rem, 1fr));
    gap: .1rem;
  }

  .companion-card-info .companion-name {
    font-size: .14rem;
  }

  .companion-card-info .companion-time {
    font-size: .12rem;
  }

  .select-companion-btn {
    font-size: .12rem;
    padding: .08rem;
  }

  .companion-rank-badge {
    width: .5rem;
  }
}
