@charset "UTF-8";
label {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
  color: #704834;
  cursor: pointer;
}

input[type=text], input[type=email], input[type=tel], input[type=number] {
  width: 100%;
  height: 40px;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #704834;
  padding-left: 1.1em;
  border: 1px solid #e6cfac;
  border-radius: 6px;
}
input::placeholder {
  color: #e6cfac;
  opacity: 1;
}
input[type=checkbox] {
  appearance: none;
  width: 16px;
  height: 16px;
  border: 1px solid #e6cfac;
  vertical-align: middle;
  position: relative;
}
input[type=checkbox]:checked::after {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #b26c53;
  position: absolute;
  top: 1px;
  left: 1px;
}
input[type=submit] {
  width: 300px;
  height: 50px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  color: #FFF;
  margin: 0 auto;
  border: none;
  border-radius: 25px;
  background-color: #b26c53;
  display: block;
  cursor: pointer;
}

input[type=button] {
  width: 300px;
  height: 50px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  color: #FFF;
  margin: 0 auto;
  border: none;
  border-radius: 25px;
  background-color: #b26c53;
  display: block;
  cursor: pointer;
}

select {
  width: 100%;
  height: 40px;
  font-size: 15px;
  font-size: 0.9375rem;
  padding-left: 1.1em;
  border: 1px solid #e6cfac;
  border-radius: 6px;
}

textarea {
  width: 100%;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #704834;
  padding: 10px 1.1em;
  border: 1px solid #e6cfac;
  border-radius: 6px;
}
textarea::placeholder {
  color: #e6cfac;
  opacity: 1;
}

.reserve #main {
  background-color: #fbf8f3;
}
.reserve #main .inner {
  width: 100%;
  max-width: 900px;
  margin: 35px auto 50px;
}
@media screen and (max-width: 768px) {
  .reserve #main .inner {
    max-width: 550px;
  }
}
@media screen and (max-width: 575px) {
  .reserve #main .inner {
    max-width: 360px;
  }
}
.reserve #main #pageheader {
  background-color: #FFF;
}
.reserve #main #pageheader .page-title {
  font-size: 25px;
  font-size: 1.5625rem;
  text-align: center;
  color: #b26c53;
  padding-top: 50px;
  margin-bottom: 40px;
}
.reserve #main #pageheader nav ul {
  margin-bottom: 40px;
  display: box;
  display: flexbox;
  display: flex;
  justify-content: center;
  flex-flow: column wrap;
  align-items: center;
  row-gap: 15px;
}
@media screen and (min-width: 769px) {
  .reserve #main #pageheader nav ul {
    flex-flow: row wrap;
    row-gap: 0;
    column-gap: 30px;
  }
}
.reserve #main #pageheader nav li a {
  width: 300px;
  height: 50px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  color: #ff9a2c;
  border: 1px solid #ff9a2c;
  border-radius: 5px;
  display: box;
  display: flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
.reserve #main #pageheader nav li a.current {
  color: #FFF;
  border-color: #b26c53;
  background-color: #b26c53;
}
.reserve #main #pageheader .read {
  padding: 30px 0 35px;
  background-color: #f9f1e6;
}
.reserve #main #pageheader .read h2 {
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
  margin-bottom: 30px;
}
.reserve #main #pageheader .read p {
  max-width: 510px;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 575px) {
  .reserve #main #pageheader .read p {
    padding: 0 25px;
  }
}
.reserve #main #pageheader .read p a {
  color: #ff9a2c;
  font-weight: bold;
}
.reserve #main .form .form-inner {
  padding: 60px 0 50px;
  margin-bottom: 50px;
  background-color: #FFF;
}
@media screen and (max-width: 575px) {
  .reserve #main .form .form-inner {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.reserve #main .form h3, .reserve #main .form dl {
  margin: 0 auto;
  display: block;
}
.reserve #main .form h3 {
  max-width: 516px;
  font-size: 18px;
  font-size: 1.125rem;
  color: #b26c53;
  padding-bottom: 15px;
  margin-bottom: 35px;
  border-bottom: 2px solid #e6cfac;
}
.reserve #main .form p {
  max-width: 516px;
  margin: 0 auto 30px;
  font-weight: bold;
}
.reserve #main .form dl {
  max-width: 510px;
  margin-bottom: 25px;
}
.reserve #main .form dt {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.reserve #main .form dt.required::after {
  content: "※";
  color: #ec1c24;
  margin-left: 1em;
  display: inline-block;
}
.reserve #main .form .questionnaire-ttl {
  padding: 10px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #e6cfac;
}
.reserve #main .form dd .add {
  max-width: 100px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  color: #FFF;
  padding: 6px 0;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 3px;
  background-color: #b26c53;
  cursor: pointer;
}
.reserve #main .form dd.one-rows.checkbox {
  margin-bottom: 20px;
}
.reserve #main .form dd.one-rows.checkbox > span > span {
  padding: 0 15px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 10px;
}
@media screen and (max-width: 575px) {
  .reserve #main .form dd.one-rows.checkbox > span > span {
    grid-template-columns: repeat(2, 1fr);
  }
}
.reserve #main .form dd.two-rows {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 10px;
}
.reserve #main .form dd .select-wrap {
  position: relative;
}
.reserve #main .form dd .select-wrap::after {
  content: "▼";
  font-size: 15px;
  font-size: 0.9375rem;
  color: #704834;
  position: absolute;
  right: 0.8em;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.reserve #main .form dd .select-wrap select {
  appearance: none;
  color: #e6cfac;
  padding-right: 1.8em;
  position: relative;
  cursor: pointer;
}
.reserve #main .form dd .select-wrap select.has-value {
  color: #704834;
}
.reserve #main .form .getting__form {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  column-gap: 12px;
}
.reserve #main .form .getting__form span.required::after {
  content: "※";
  color: #ec1c24;
  margin-left: 1em;
  display: inline-block;
}
.reserve #main .form .getting__hairmake {
  padding: 10px 0;
  border-bottom: 1px solid #e6cfac;
}
.reserve #main .form .getting__photograph {
  padding-top: 20px;
}
/*
.reserve #main .form .getting__photograph .add {
  max-width: 100px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  color: #FFF;
  padding: 6px 0;
  margin-bottom: 20px;
  border-radius: 3px;
  background-color: #b26c53;
}
*/
.reserve #main .form .getting__photograph label {
  padding-bottom: 10px;
  display: inline-block;
}
.reserve #main .form .getting__photograph > span > span {
  padding: 10px 15px 0 !important;
  margin-bottom: 15px;
  border-top: 1px solid #e6cfac;
  border-bottom: 1px solid #e6cfac;
}
.reserve #main .form .add-form {
  display: none;
}
.reserve #main .form dt.add-form.is-active {
  display: inline-block;
}
.reserve #main .form .add-form.is-active {
  display: grid;
}
.reserve #footer {
  padding-top: 75px;
}

/*
reset
*/

input:focus,
textarea:focus{
  outline: none;
}

.confirm_area,
.thanks_area {
  display: none;
}
input.confirm_button:disabled{
  background-color: #ccc;
  cursor: not-allowed;
}

.wpcf7-response-output{
  display: none;
}
.wpcf7-list-item-label::before, .wpcf7-list-item-label::after {
  content: "" !important;
}
.wpcf7-list-item{
  margin: 0 !important;
}

.wpcf7-spinner{
  display: block !important;
  margin: 10px auto !important;
}
