@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: #a67b3a;
}

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


/* Info Box */
.info-box {
  border: 1px solid #c59d5f;
  background: #f7f3ea;
  padding: .5rem;
  margin-top: .5rem;
  gap: 0.15rem;
  font-size: .16rem;
  color: #c59d5f;
  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: #d4842a;
}

/* Reserve Form Specific Styles - Based on image design */
.reserve_form {
  --edge: #f8f3eb;
  --line: #c19b5b;
  --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:
    /* 左上・中央・右上の装飾画像 */
    url("../../../images/common/table_corner_gold_left_top.webp") no-repeat left var(--pad) top var(--pad),
    url("../../../images/common/hr_03.webp") no-repeat center top calc(var(--pad)/2),
    url("../../../images/common/table_corner_gold_right_top.webp") 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 */
.progress_bar {
  display: flex;
  justify-content: center;
  margin-bottom: .4rem;
  position: relative;
  z-index: 1;
}

.progress_step {
  background: #e8dcc6;
  color: #8b7355;
  padding: .08rem .25rem;
  font-size: .14rem;
  font-weight: 600;
  position: relative;
  clip-path: polygon(0 0, calc(100% - .2rem) 0, 100% 50%, calc(100% - .2rem) 100%, 0 100%, .2rem 50%);
  min-width: 1rem;
  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: linear-gradient(135deg, #c4975b 0%, #d4a868 100%);
  color: var(--white);
  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: #b8884f;
  background: #f5f0e8;
}

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

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

/* Optional Tag - "any" style like in image */
.optional_tag {
  background: linear-gradient(135deg, #c4975b 0%, #d4a868 100%);
  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: #c4975b;
  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, #b8884f 0%, #c4975b 100%);
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(196, 151, 91, 0.4);
}

/* Reserve Form Layout Adjustments - Match image design */
.reserve_form .form-group {
  margin-bottom: .25rem;
  position: relative;
  z-index: 1;
  border-bottom: 1px solid var(--gold);
}
.reserve_form .form-group:last-of-type{
  border-bottom: none;
}

.reserve_form label {
  display: block;
  margin-bottom: .08rem;
  font-weight: 500;
  color: #6b5d47;
  font-size: .15rem;
  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 #d4a868;
  border-radius: .03rem;
  font-size: .14rem;
  background: #f5f0e8;
  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: #b8884f;
  background: #fefcf8;
  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 #e8dcc6;
  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: #d4af37;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(196, 151, 91, 0.3);
}

.confirmation_buttons .btn_submit:hover {
  background: linear-gradient(135deg, #b8884f 0%, #c4975b 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) 
        url(../../../images/common/hr_03.webp) no-repeat;
    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: #d4af37;
}

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

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

.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: #d4af37;
}

/* コンタクトフォーム用のアニメーション */
.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;
  }
}
