@charset "UTF-8";

.form_contact {
  background: #F8F7F2;
  padding: 0 0 17.6rem;
  position: relative;
}
.form_contact::before {
  content: '';
  display: block;
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  background: url('../../img/form/form_bg_01.jpg') no-repeat center center / cover;
  margin-bottom: -100vh;
  z-index: 0;
}
.form_container {
  max-width: 85rem;
  margin: 0 auto;
  padding-top: 8.2rem;
  position: relative;
  z-index: 1;
}
.form_ttl {
  font-size: 2.8rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-align: center;
}
.form_ttl > span {
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: .08em;
  color: #7A8564;
}
.form_ttl > span > span {
  font-size: 4rem;
  font-weight: 600;
}
.form_sub_ttl {
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: .1em;
  text-align: center;
  margin-top: 1.1rem;
}

@media only screen and (max-width: 768px) {
  .form_contact {
    padding: 4.8rem 0 9.6rem;
    background-image: url('../../img/form/form_bg_01-sp.jpg');
    background-size: 100% auto;
  }
  .form_container {
    padding: 0 1.5rem;
  }
  .form_ttl {
    font-size: 1.8rem;
  }
  .form_ttl > span {
    font-size: 1.8rem;
  }
  .form_ttl > span > span {
    font-size: 3rem;
  }
  .form_sub_ttl {
    font-size: 1.3rem;
    margin-top: .5rem;
  }
}

.mv {
  position: relative;
}
.mv_bg {
  width: 100%;
}
.mv_bg figure {
  width: 100%;
}
.mv_bg img {
  width: 100%;
  height: auto;
  display: block;
}
.mv_bg::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .4);
  z-index: 1010;
}

.header_logo {
  left: 50% !important;
  transform: translateX(-50%);
}
.header_logo img {
  width: 100%;
}
.page_confirm .header_logo {
  filter: none;
  mix-blend-mode: difference;
}
.page_confirm .form_contact::before {
  display: none;
}
.page_confirm .p_fair_head_pickup {
  display: none;
}

@media only screen and (max-width: 768px) {
  .header_logo {
    margin: 0;
  }
  .header::before {
    opacity: 1;
  }
}

.form_mv_ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -42%);
  z-index: 1200;
  text-align: center;
  color: #fff;
  width: 100%;
}
.form_mv_ttl .en {
  margin-bottom: 2.4rem;
}
.form_mv_ttl .en img {
  width: 49.1rem;
  height: auto;
  display: block;
  margin: 0 auto;
}
.form_mv_ttl .ja {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: .18em;
}
.form_ttl_wrap {
  padding-bottom: 6.2rem;
}

.form_step {
  display: flex;
  align-items: stretch;
  margin: 5.7rem auto 5rem;
  max-width: 85rem;
  padding-left: 2.5rem;
}
.form_step_index {
  margin-top: 0;
}
.form_step_item {
  margin-left: -2.5rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex: 1;
  height: 6rem;
  padding: 0 2rem 0 3rem;
  background: #979083;
  color: #fff;
  clip-path: polygon(0 0, calc(100% - 3rem) 0, 100% 50%, calc(100% - 3rem) 100%, 0 100%, 3rem 50%);
}

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

.form_step_item:last-child {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 3rem 50%);
}

.form_step_item--current {
  background: linear-gradient(to right, #6C7260, #A4AF95);
}

.form_step_item--active {
  background: #979083;
}
.form_step_num figure {
  width: auto;
  height: 2.6rem;
}
.form_step_num figure img {
  height: 100%;
  width: auto;
}
.form_step_label {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .form_mv_ttl {
    transform: translate(-50%, -29%);
  }
  .form_mv_ttl .ja {
    font-size: 1.4rem;
  }
  .form_mv_ttl .en {
    margin-bottom: 2rem;
  }
  .form_mv_ttl .en img {
    width: 28.5rem;
  }
  .form_ttl_wrap {
    padding-bottom: 1rem;
  }
  .form_step {
    margin: 2.5rem auto .5rem;
  }
  .form_step_item {
    height: 4rem;
  }
  .form_step_num figure {
    height: 1.8rem;
  }
  .form_step_num figure img {
    height: 100%;
    width: auto;
  }
  .form_step_label {
    font-size: 1.2rem;
  }
  .form_step_item:first-child {
    padding-left: 0;
  }
  .form_step_item:nth-child(2) {
    padding-left: 2rem;
  }
  .form_step_item:last-child {
    padding-right: 0;
    padding-left: 2rem;
  }
}
/***********************************************************************
* form
************************************************************************/
.form_list {
  display: flex;
  flex-direction: column;
}
.form_row {
  display: flex;
  align-items: flex-start;
  padding: 3rem 0;
  position: relative;
}
.form_row::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #AEA595, #EBE8E3);
}
.form_row.hidden input[type="text"],
.form_row:last-child::after {
  display: none;
}
.form_label {
  position: relative;
  flex: 0 0 26.5rem;
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: .1em;
  color: #565656;
  padding-right: 1.25rem;
  padding-left: calc(6rem + 1.5rem);
  line-height: 1.8;
}
.form_label--required {
  padding-left: 0;
}
.form_label--required::before {
  content: '必須';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #6C7260;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: .05em;
  margin-right: 1.5rem;
  flex-shrink: 0;
  width: 6rem;
  height: 2.5rem;
}
.form_field {
  flex: 1;
  min-width: 0;
}
.form_row > p {
  flex: 1;
  min-width: 0;
  margin: 0;
}
.form_field input[type="text"],
.form_field input[type="tel"],
.form_field input[type="email"],
.form_field input[type="date"],
.form_row > input[type="text"],
.form_row > input[type="tel"],
.form_row > input[type="email"],
.form_row > input[type="date"],
.form_row > p input[type="text"],
.form_row > p input[type="tel"],
.form_row > p input[type="email"],
.form_row > p input[type="date"] {
  width: 100%;
  padding: 2rem;
  height: 5rem;
  font-size: 1.4rem;
  font-family: inherit;
  background: #fff;
  letter-spacing: .1em;
  font-weight: 600;
  box-sizing: border-box;
  border-radius: .5rem;
  border: none;
}
.form_field input[type="text"]::placeholder,
.form_field input[type="tel"]::placeholder,
.form_field input[type="email"]::placeholder,
.form_field input[type="date"]::placeholder,
.form_row > input[type="text"]::placeholder,
.form_row > input[type="tel"]::placeholder,
.form_row > input[type="email"]::placeholder,
.form_row > input[type="date"]::placeholder,
.form_row > p input[type="text"]::placeholder,
.form_row > p input[type="tel"]::placeholder,
.form_row > p input[type="email"]::placeholder,
.form_row > p input[type="date"]::placeholder,
.form_field textarea::placeholder {
  font-size: 1.4rem;
  color: #A8A8A8;
}
.form_field input[type="text"]:focus,
.form_field input[type="tel"]:focus,
.form_field input[type="email"]:focus,
.form_field input[type="date"]:focus,
.form_row > input[type="text"]:focus,
.form_row > input[type="tel"]:focus,
.form_row > input[type="email"]:focus,
.form_row > input[type="date"]:focus,
.form_row > p input[type="text"]:focus,
.form_row > p input[type="tel"]:focus,
.form_row > p input[type="email"]:focus,
.form_row > p input[type="date"]:focus {
  outline: none;
  border-color: #4a7c59;
}
.form_field textarea,
.form_row > textarea,
.form_row > p textarea {
  width: 100%;
  border: none;
  padding: 2rem;
  font-size: 1.4rem;
  background: #fff;
  letter-spacing: .05em;
  font-weight: 400;
  box-sizing: border-box;
  border-radius: .5rem;
  resize: vertical;
  line-height: 1.5;
  font-family: inherit;
  height: 20rem;
}
.form_field input.form_date {
  padding: 2rem 3rem 2rem 2rem;
}
.form_field input.form_date::placeholder {
  color: #333333;
  font-weight: 600;
}
.form_field textarea:focus {
  outline: none;
  border-color: #4a7c59;
}
.form_note {
  margin-top: 2rem;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: .05em;
  color: #333333;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 2;
}
.form_field--inline {
  display: flex;
  gap: 0 0.8rem;
}
.fair_form_datetime_wrap {
  display: inline-flex;
  align-items: center;
  gap: 1.8rem;
  min-height: 5rem;
}
.fair_form_datetime_wrap input[type="hidden"] {
  display: none;
}
.fair_form_datetime {
  display: inline-flex;
  align-items: center;
  min-height: 3rem;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: .08em;
  line-height: 1.6;
}
.fair_form_datetime--date {
background-color: #B19B76;
    width: 23rem;
    height: 5rem;
    color: #fff;
    padding: 0 20px;
    text-align: center;
    border-radius: .5rem;
}
.fair_form_datetime--date.sat {
background-color: #788F9E;
    width: 23rem;
    height: 5rem;
    color: #fff;
    padding: 0 20px;
    text-align: center;
    border-radius: .5rem;
}
.fair_form_datetime--date.sun {
background-color: #D18E7D;
    width: 23rem;
    height: 5rem;
    color: #fff;
    padding: 0 20px;
    text-align: center;
    border-radius: .5rem;
}
.fair_form_datetime--time {
  color: #333333;
}
.form_field--radio-group {
  margin-bottom: 1rem;
}
.form_radio {
  display: flex;
  align-items: center;
  gap: 2rem;
  width: 14.6rem;
  height: 5rem;
  padding-left: 1.5rem;
  font-size: 1.6rem;
  letter-spacing: .05em;
  cursor: pointer;
  line-height: 1;
  color: #333;
  border-radius: .5rem;
  font-weight: 600;
}
.form_field--radio-group .form_radio:nth-child(1) {
  background: rgba(255, 228, 222, 0.5);
}
.form_field--radio-group .form_radio:nth-child(2) {
  background: rgba(200, 224, 251, 0.5);
}
.form_field--radio-group .form_radio:nth-child(3) {
  background: #FFFFFF;
}
.form_radio input[type="radio"] {
  flex-shrink: 0;
  align-self: center;
  appearance: none;
  -webkit-appearance: none;
  width: 2rem;
  height: 2rem;
  aspect-ratio: 1 / 1;
  border: 0.1rem solid #6C7260;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  background: #fff;
  box-sizing: border-box;
}
.form_radio input[type="radio"]::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: #6C7260;
  transition: transform .15s ease;
}
.form_radio input[type="radio"]:checked::after {
  transform: translate(-50%, -50%) scale(1);
}
.form_select_wrap {
  position: relative;
  display: inline-block;
  width: 100%;
}
.form_select_wrap::after {
  content: '';
  position: absolute;
  right: 0.875rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.3rem;
  height: 1.3rem;
  background: url('../../img/form/icon_arrow.svg') no-repeat center / contain;
  pointer-events: none;
}
.form_select_wrap select {
  width: 100%;
  height: 5rem;
  padding: 0 2rem;
  font-size: 1.4rem;
  line-height: 1;
  background: #fff;
  letter-spacing: .1em;
  color: #333;
  appearance: none;
  -webkit-appearance: none;
  border-radius: .5rem;
  cursor: pointer;
  box-sizing: border-box;
  border: none;
  font-family: inherit;
  font-weight: 600;
}
.form_select_wrap select:focus {
  outline: none;
}
.form_field--date-pair {
  display: flex;
  align-items: center;
}
.form_field--date-pair .form_select_wrap {
  width: auto;
  flex: 1;
  max-width: 17.5rem;
}
.form_date_sep {
  font-size: 1.4rem;
  color: #333333;
  flex-shrink: 0;
  padding-inline: 2rem;
  font-weight: 600;
}
.form_submit {
  display: flex;
  flex-direction: column;
  align-items: center;
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, .1));
}
.form_privacy {
  margin-top: 3.7rem;
  font-size: 1.2rem;
  letter-spacing: .05em;
  text-align: center;
  line-height: 1.8;
  color: #333;
  font-family: 'Noto Sans JP', sans-serif;
}
.form_submit_btn {
  border: none;
  margin-top: 2rem;
}
.form_submit .btn_large::after {
  background: #fff;
  width: 1rem;
  height: 1rem;
  -webkit-mask-image: url('../../img/form/icon_arrow_right.svg');
  mask-image: url('../../img/form/icon_arrow_right.svg');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.form_field .form_input--short {
  width: 33rem !important;
}
.form_select_wrap--short {
  width: 33rem !important;
}
.page_fair_reservation .header {
  background: #fff;
}

.page_fair_reservation .header_logo {
  filter: none;
  mix-blend-mode: difference;
}
.ui-datepicker-holiday .ui-state-default {
  background: #f9cfc0 !important;
}
@media screen and (max-width: 768px) {
  .form_field input[type="text"],
  .form_field input[type="tel"],
  .form_field input[type="email"],
  .form_field input[type="date"],
  .form_field textarea,
  .form_select_wrap select {
    font-size: 16px!important;
  }
}
@media screen and (max-width: 768px) {
  .ui-datepicker {
    box-sizing: border-box;
    left: 5% !important;
    width: 90% !important;
  }
  .ui-datepicker-calendar {
    table-layout: fixed;
  }
  .ui-datepicker td span,
  .ui-datepicker td a {
    text-align: center !important;
  }
  .form_row {
    flex-direction: column;
    align-items: flex-start;
    padding: 2.5rem 0;
    gap: 1.5rem;
  }
  .form_label {
    flex: none;
    width: 100%;
    padding-right: 0;
    font-size: 1.3rem;
    padding-left: 0;
  }
  .form_label--required::before {
    font-size: 1rem;
    width: 4.2rem;
    height: 2rem;
    line-height: 1.5;
    margin-right: 0.8rem;
  }
  .form_field {
    width: 100%;
  }
  .form_row > p {
    width: 100%;
  }
  .form_field input[type="text"],
  .form_field input[type="tel"],
  .form_field input[type="email"],
  .form_field input[type="date"],
  .form_row > input[type="text"],
  .form_row > input[type="tel"],
  .form_row > input[type="email"],
  .form_row > input[type="date"],
  .form_row > p input[type="text"],
  .form_row > p input[type="tel"],
  .form_row > p input[type="email"],
  .form_row > p input[type="date"] {
    font-size: 1.3rem;
    padding: 1.8rem 2rem;
    height: 4.5rem;
    border-radius: .3rem;
  }
  .form_field input.form_date {
    padding: 1.8rem 3rem 1.8rem 2rem;
  }
  .form_radio {
    font-size: 1.3rem;
    width: 8.5rem;
    height: 3.5rem;
    padding-left: 1rem;
    gap: 1rem;
    border-radius: .3rem;
  }
  .form_field--radio-group {
    margin-bottom: 1.5rem;
  }
  .form_field--inline {
    gap: 0 0.5rem;
  }
  .fair_form_datetime--date {
background-color: #B19B76;
    width: 18rem;
    height: 4.5rem;
    color: #fff;
    padding: 0 10px;
    text-align: center;
    border-radius: .5rem;
}
.fair_form_datetime--date.sat {
background-color: #788F9E;
    width: 18rem;
    height: 4.5rem;
    color: #fff;
    padding: 0 10px;
    text-align: center;
    border-radius: .5rem;
}
.fair_form_datetime--date.sun {
background-color: #D18E7D;
    width: 18rem;
    height: 4.5rem;
    color: #fff;
    padding: 0 10px;
    text-align: center;
    border-radius: .5rem;
}
  
  
  .fair_form_datetime_wrap {
    gap: 1.2rem;
    min-height: 4rem;
  }
  .fair_form_datetime {
    font-size: 1.3rem;
  }
  .form_radio input[type="radio"] {
    width: 1.4rem;
    height: 1.4rem;
  }
  .form_radio input[type="radio"]::after {
    width: .6rem;
    height: .6rem;
  }
  .form_note {
    font-size: 1.2rem;
      text-align: center;
  }
  .form_select_wrap select {
    font-size: 1.3rem;
    height: 4.5rem;
  }
  .form_select_wrap::after {
    right: 1.4rem;
    width: 1rem;
    height: 1rem;
  }
  .form_field--date-pair .form_select_wrap {
    max-width: none;
    flex: none;
    width: 10rem;
  }
    .form_select_wrap select {
    padding: 0 1.5rem;
}
  .form_date_sep {
    padding-inline: 1rem 1rem;
  }

  .form_submit_btn {
    width: 31rem;
    font-size: 1.4rem;
  }
  .form_privacy {
    font-size: 1.1rem;
  }
  .form_field .form_input--short,
  .form_select_wrap--short {
    width: 100% !important;
  }
}

/************************************************************************
* footer
************************************************************************/
.topicpath {
  padding: 2.6rem 2rem 2.6rem;
}
.form_footer {
  color: #fff;
  overflow: clip;
  padding-top: .1rem;
  background: linear-gradient(to bottom, #ABA496, #766F62);
}
.form_footer_inner {
  max-width: 120rem;
  margin: 0 auto;
  z-index: 2;
  text-align: center;
  padding: 6rem 0 5rem;
}
.form_footer_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  padding-block: 5rem 5rem;
}
.form_footer_info {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.form_footer_logo {
  width: 15.4rem;
  margin-bottom: 2rem;
}
.form_footer_info_address {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: .16em;
}
.form_footer_info_map {
  position: relative;
  width: fit-content;
  display: block;
  font-size: 1.2rem;
  letter-spacing: .1em;
  font-weight: 600;
  padding-right: 2.2rem;
  border-bottom: .1rem solid rgba(255, 255, 255, .5);
  margin-top: 1rem;
  padding-bottom: .7rem;
}
.form_footer_info_map::after {
  content: '';
  display: block;
  background: url(../../img/common/icon_map.svg) no-repeat left top / 100% auto;
  width: 1.2rem;
  height: 1.6rem;
  position: absolute;
  top: .2rem;
  right: 0;
}
.form_footer_sns {
  display: flex;
  align-items: center;
  margin-top: 7rem;
  gap: 4rem;
}
.form_footer_sns a {
  display: block;
}
.form_footer_sns a img {
  height: 2.5rem;
}
.form_footer_sns a img[src$="youtube.svg"] {
  height: 2rem;
}
.form_footer_link {
  margin-top: 8rem;
  display: flex;
  align-items: center;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: .1em;
}
.form_footer_link p {
  line-height: 1;
}
.form_footer_link p + p::before {
  content: '|';
  display: inline-block;
  margin: 0 2rem;
}
.form_footer_bottom {
  border-top: .1rem solid rgba(255, 255, 255, .5);
  display: flex;
  justify-content: center;
  gap: 3rem;
  font-size: 1.2rem;
  letter-spacing: .1em;
  font-weight: 600;
  padding-top: 4.8rem;
  max-width: 116rem;
  margin-inline: auto;
}
.form_footer .copyright {
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: .06em;
  display: block;
  margin-top: .1rem;
}

@media screen and (max-width: 768px) {
  .topicpath {
    padding: 1.5rem 1.5rem 1.6rem;
    overflow: visible;
    font-size: 1.1rem;
    line-height: 1.7;
  }
  .topicpath ol {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0.35rem 1.1rem;
    padding-left: 0;
    overflow: visible;
    text-align: center;
  }
  .topicpath ol li {
    flex: 0 1 auto;
    max-width: 100%;
    min-width: 0;
    white-space: normal;
    overflow-wrap: anywhere;
  }
  .topicpath ol li + li {
    padding-left: 1.1rem;
  }
  .topicpath ol li + li::before {
    left: 0;
  }
  .topicpath ol li br {
    display: none;
  }
  .form_footer_box {
    padding-block: 5.4rem 4rem;
  }
  .form_footer_logo {
    width: 11.6rem;
    margin-bottom: 3rem;
  }
  .form_footer_info_map {
    margin: 1rem auto 0;
  }
  .form_footer_sns {
    margin-top: 6.6rem;
  }
  .form_footer_link {
    margin-top: 6.7rem;
  }
  .form_footer .copyright {
    margin-top: 0;
  }
  .form_footer_bottom {
    border: 0;
    flex-wrap: wrap;
    gap: 0 4rem;
    font-size: 1.3rem;
    padding-top: 0;
  }
}

/************************************************************************
* form_remaining
************************************************************************/
.form_remaining {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  width: 18rem;
  height: 4rem;
  background: url('../../img/form/bg_form_remaining.png') no-repeat center / cover;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: .9rem;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: .1em;
  color: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, .15);
  z-index: 9000;
  pointer-events: none;
}
.form_remaining_count {
  font-size: 2rem;
  font-weight: 600;
  margin: 0 0.3rem -0.2rem;
}


/************************************************************************
* inquiry
************************************************************************/
.form_mv_ttl_contact .en img {
  width: 32.1rem;
}
.form_mv_ttl_contact .en {
  margin-bottom: 1rem;
}
.inquiry_contact .form_ttl > span {
  color: #A08962;
}
.inquiry_contact .form_step_item--current {
  background: linear-gradient(to right, #A08962, #CDBDA0);
}
.inquiry_contact .form_label--required::before {
  background: #A08962;
}
.inquiry_contact .btn_large:not(.form_back_btn) {
  background: linear-gradient(to right, #A08962, #CDBDA0);
}
.page_confirm_inquiry .form_mv_ttl .en {
  margin-bottom: 1rem;
}
.page_confirm_inquiry .form_mv_ttl .en img {
  width: 32.1rem;
}
.page_confirm_inquiry .form_confirm_mv_ttl .ja {
  color: #A08962;
}
.main_thanks_inquiry .form_confirm_mv_ttl .ja {
  color: #A08962;
}
@media screen and (max-width: 768px) {
  .form_mv_ttl_contact .en img {
    width: 18.7rem;
  }
  .form_mv_ttl_contact .en {
    margin-bottom: 1rem;
  }
  .page_confirm_inquiry .form_mv_ttl .en img {
    width: 18.6rem;
  }
}
/************************************************************************
* contact
************************************************************************/
.form_mv_ttl_contact .en img {
  width: 31.8rem;
}
.form_mv_ttl_contact .en {
  margin-bottom: 1rem;
}
.contact_contact .form_ttl > span {
  color: #A08962;
}
.contact_contact .form_step_item--current {
  background: linear-gradient(to right, #A08962, #CDBDA0);
}
.contact_contact .form_label--required::before {
  background: #A08962;
}
.contact_contact .btn_large:not(.form_back_btn) {
  background: linear-gradient(to right, #A08962, #CDBDA0);
}
.page_confirm_contact .form_mv_ttl .en {
  margin-bottom: 1rem;
}
.page_confirm_contact .form_mv_ttl .en img {
  width: 31.8rem;
}
.page_confirm_contact .form_confirm_mv_ttl .ja {
  color: #A08962;
}
.main_thanks_contact .form_confirm_mv_ttl .ja {
  color: #A08962;
}
@media screen and (max-width: 768px) {
  .form_mv_ttl_contact .en img {
    width: 18.5rem;
  }
  .form_mv_ttl_contact .en {
    margin-bottom: 1rem;
  }
  .page_confirm_contact .form_mv_ttl .en img {
    width: 18.5rem;
  }
}

/************************************************************************
* confirm
************************************************************************/
.main_confirm {
  background: #F8F7F2;
  position: relative;
}
.main_confirm::before {
  content: '';
  display: block;
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  background: url('../../img/form/form_bg_01.jpg') no-repeat center center / cover;
  margin-bottom: -100vh;
}
.main_confirm .form_contact {
  background: none;
  padding-top: 1.2rem;
}
.main_confirm .form_row:last-child::after {
  display: block;
}
.main_confirm .form_note {
  margin-top: 1rem;
}
.form_confirm_mv_ttl {
  position: static;
  transform: none;
  color: #333;
  padding-top: 19.1rem;
}
.form_confirm_mv_ttl .ja {
  color: #6C7260;
}
.form_field--col {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.form_back_btn::after {
  display: none;
}
.form_back_btn {
  margin-top: 3rem;
  width: 28rem;
  height: 6rem;
  background: transparent;
  color: #A08962;
  border: 1px solid #A08962;
  border-radius: 4rem 0;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: .1em;
  text-decoration: none;
  box-sizing: border-box;
}
.form_back_btn::before {
  content: '';
  display: block;
  width: 1rem;
  height: 1rem;
  background: #A08962;
  -webkit-mask-image: url('../../img/form/icon_arrow_right.svg');
  mask-image: url('../../img/form/icon_arrow_right.svg');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  transform: scaleX(-1);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 3rem;
  margin: auto 0;
}
.form_confirm_checked {
  display: inline-flex;
  align-items: center;
  gap: 2rem;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: .05em;
  color: #565656;
  margin-right: 1.5rem;
}
.form_confirm_checked::before {
  content: '';
  display: inline-block;
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  aspect-ratio: 1 / 1;
  border: 0.1rem solid #6C7260;
  border-radius: 50%;
  background: radial-gradient(circle, #6C7260 30%, transparent 30%);
  box-sizing: border-box;
}
.form_confirm_text,
.page_confirm .form_field {
  font-size: 1.6rem;
  color: #333333;
  letter-spacing: .1em;
  font-weight: 600;
}
.page_confirm input[name="message"] ~ .form_note {
  display: none;
}
@media only screen and (max-width: 768px) {
  .main_confirm {
    background-image: url('../../img/form/form_bg_01-sp.jpg');
    background-size: 100% auto;
  }
  .form_confirm_mv_ttl {
    padding-top: 13.7rem;
  }
  .main_confirm .form_contact {
    padding-top: 3.5rem;
  }
  .form_confirm_checked::before {
    width: 1.4rem;
    height: 1.4rem;
    background: radial-gradient(circle, #6C7260 35%, transparent 35%);
  }
  .form_confirm_checked {
    font-size: 1.3rem;
    gap: 1rem;
  }
  .form_confirm_text,
  .page_confirm .form_field {
    font-size: 1.3rem;
  }
  .form_submit--confirm,
  .page_confirm .form_submit {
    margin-top: 2rem;
  }
  .form_back_btn {
    height: 5rem;
  }
}

/************************************************************************
* thanks
************************************************************************/
.main_thanks {
  background: #F8F7F2;
  position: relative;
}
.main_thanks::before {
  content: '';
  display: block;
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  background: url('../../img/form/form_bg_01.jpg') no-repeat center center / cover;
  margin-bottom: -100vh;
}
.main_thanks .form_contact {
  background: none;
  padding-top: 1.2rem;
}
.main_thanks .form_confirm_mv_ttl .en img {
  width: 41.4rem;
}
.main_thanks .form_contact {
  padding-bottom: 13rem;
}
.thanks_body {
  text-align: center;
  padding-top: 3rem;
}
.thanks_ttl {
  font-size: 3.4rem;
  font-weight: 600;
  letter-spacing: .1em;
  color: #565656;
}
.thanks_txt {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: .16em;
  line-height: 2.14;
  color: #333333;
  margin-top: 4rem;
}
.thanks_txt + .thanks_txt {
  margin-top: 2rem;
}
.thanks_btn {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .main_thanks {
    background-image: url('../../img/form/form_bg_01-sp.jpg');
    background-size: 100% auto;
  }
  .main_thanks .form_confirm_mv_ttl .en img {
    width: 24.2rem;
  }
  .main_thanks .form_contact {
    padding-top: 3.5rem;
  }
  .main_thanks .form_contact {
    padding-bottom: 10rem;
  }
  .thanks_ttl {
    font-size: 1.8rem;
  }
  .thanks_txt {
    font-size: 1.3rem;
    margin-top: 3rem;
  }
  .thanks_txt + .thanks_txt {
    margin-top: 1rem;
  }
  .thanks_btn {
    margin-top: 4rem;
  }
}

/* fair_form
----------------------------------------*/
.fair_form .p_fair {
	background: none;
	padding-top: 18.5rem;
}
.fair_form .form_contact {
	margin-top: -1rem;
}
.fair_form .p_fair_head_ttl {
	z-index: 5;
}
.fair_form .p_fair_head_ttl h2 img {
	width: 49.3rem;
}
.fair_form .p_fair_head {
	padding-right: 0;
	margin-bottom: 8.9rem;
}
.fair_form .p_fair_head_pickup {
	width: 58rem;
	filter: none;
}
.fair_form .p_fair_head_pickup img {
	aspect-ratio: auto;
}
.fair_form .p_fair_head_ttl h2 {
	margin-bottom: 0;
}
.fair_form .p_fair_head::before {
	background: url(../../img/fair/reservation_txt.svg) no-repeat left top / 100% auto;
	left: -52.4rem;
	z-index: 5;
	width: 105.6rem;
	height: 67rem;
}
.fair_form .p_fair {
	padding-bottom: 0;
}
.fair_form .form_contact {
	padding-top: 0;
	background: none;
	overflow: clip;
}
.fair_form .form_contact .form_container {
	z-index: 5;
}
.fair_form .form_contact::before {
	content: '';
	display: block;
	background: url(../../img/fair/bg_form.jpg) no-repeat center center / cover;
	position: sticky;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	margin-bottom: -100vh;
}
.fair_form .form_contact::after {
	content: '';
	display: block;
	background: url(../../img/fair/bg_form_top.jpg) no-repeat center top / cover;
	position: absolute;
	top: -37rem;
	left: 0;
	width: 100%;
	height: 78.7rem;
	z-index: 1;
	-webkit-mask-image: linear-gradient(to bottom, black 0%, black 60%, transparent 100%);
	mask-image: linear-gradient(to bottom, black 0%, black 60%, transparent 100%);
}
.page_confirm .fair_form .form_contact::after {
  background: none;
}

.fair_reserve_title {
	display: flex;
	align-items: center;
	gap: 3rem;
	background: #fff;
	width: 58.5rem;
	height: 16rem;
	padding: 1rem;
}
.fair_reserve_title_img {
	width: 14rem;
	flex-shrink: 0;
}
.fair_reserve_title_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.fair_reserve_title h2 {
	color: #6C7260;
	font-size: 1.6rem;
	letter-spacing: .1em;
	line-height: 1.625;
	font-weight: 600;
}
.fair_reserve_date {
	display: flex;
	align-items: center;
	gap: 1rem;
    width: 69%;
}
.fair_reserve_date select {
	appearance: none;
	width: 33rem;
	height: 6rem;
	background: #A08962 url(../../img/fair/icon_select_arrow.svg) no-repeat center right 2.3rem / 1.6rem auto;
	color: #fff;
	border: 0;
	font-family: inherit;
	border-radius: .5rem;
	font-size: 1.6rem;
	font-weight: 600;
	padding: 1rem 2.3rem 1rem 3rem;
	letter-spacing: .1em;
	box-shadow: 0 .4rem 1rem rgba(0, 0, 0, .15);
	outline: none;
	cursor: pointer;
}
.fair_reserve_date select.fair_reserve_date_time,
.fair_form_datetime_wrap select.fair_reserve_date_time {
	appearance: none;
	width: 24.5rem;
	height: 5rem;
	background: #fff no-repeat center right 2.3rem / 1.6rem auto;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath fill='%23565656' d='M8 16 4.68 9 0 0s7.142 8.111 8 8.111S16 0 16 0l-4.68 9z'/%3E%3C/svg%3E");
	color: #565656;
	border: 0;
	font-family: inherit;
	border-radius: .5rem;
	font-size: 1.6rem;
	font-weight: 600;
	letter-spacing: .1em;
	box-shadow: 0 .4rem 1rem rgba(0, 0, 0, .15);
	padding: 1rem 2.3rem 1rem 3rem;
	outline: none;
	cursor: pointer;
}

@media only screen and (max-width: 768px) {
	.fair_form .p_fair {
		padding-top: 14rem;
	}
	.fair_form .p_fair_head_ttl h2 img {
		width: 28.5rem;
	}
	.fair_form .p_fair_head {
		margin-bottom: 4.8rem;
	}
	.fair_form .p_fair_head::before {
		left: -26rem;
		width: 65rem;
	}
	.fair_form .p_fair_head_pickup {
		margin-top: 6rem;
		width: 95%;
		margin-inline: auto;
		z-index: 5;
	}
	.fair_form .form_contact::before {
		background-position: left -10.7rem center;
	}
	.fair_reserve_title {
		width: 33rem;
		height: auto;
		padding: 1.7rem 2rem;
		align-items: flex-start;
		gap: 2.1rem;
	}
	.fair_reserve_title_img {
		width: 10rem;
	}
	.fair_reserve_title h2 {
		font-size: 1.3rem;
		line-height: 1.69;
	}
	.fair_reserve_date select {
		border-radius: .3rem;
		width: 18.5rem;
		height: 4.5rem;
		font-size: 1.3rem;
		padding-inline: 2rem;
		background: #B19B76 url(../../img/fair/icon_select_arrow.svg) no-repeat center right 1rem / 1rem auto;
	}
		.fair_reserve_date select.fair_reserve_date_time,
		.fair_form_datetime_wrap select.fair_reserve_date_time {
			border-radius: .3rem;
			width: 14rem;
			height: 4.5rem;
		font-size: 1.3rem;
		padding-inline: 1.5rem;
		background: #fff no-repeat center right 1rem / 1rem auto;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath fill='%23565656' d='M8 16 4.68 9 0 0s7.142 8.111 8 8.111S16 0 16 0l-4.68 9z'/%3E%3C/svg%3E");
	}
}

.page_confirm .fair_form .form_contact::before {
	background: none;
}
.fair_reserve_date {
	gap: 2.4rem;
}
.fair_confirm_date {
  color: #A08962;
}
select[name="fair_date"].fair_date_sat {
  background-color: #788F9E;
}
select[name="fair_date"].fair_date_sun {
  background-color: #D18E7D;
}
.page_confirm .fair_confirm_date.fair_date_sat {
  color: #788F9E;
}
.page_confirm .fair_confirm_date.fair_date_sun {
  color: #D18E7D;
}
.fair_confirm_date_time {
  color: #565656;
}
.form_submit--confirm,
.page_confirm .form_submit {
  margin-top: 6rem;
}
.page_confirm .fair_form .form_row:last-child::after {
  display: block;
}
.page_confirm .fair_form .p_fair_head_ttl {
	margin-top: 6.4rem;
}
.page_confirm .fair_form .p_fair_head_ttl h2 img {
	width: 42.9rem;
}
.page_confirm .fair_form .p_fair_head {
	margin-bottom: 2.3rem;
}

@media only screen and (max-width: 768px) {
	.page_confirm .fair_form .p_fair {
		padding-top: 9.4rem;
	}
	.page_confirm .fair_form .p_fair_head {
		margin-bottom: 3.3rem;
	}
	.page_confirm .fair_form .p_fair_head_ttl h2 img {
		width: 24.2rem;
	}
	.fair_reserve_date {
		gap: 1.4rem;
	}
	.page_confirm .fair_reserve_date {
		gap: 1.5rem;
	}
}
