@charset "UTF-8";
/* ///////////////////////////////////////////////////////////////////

  お問い合わせフォーム

/////////////////////////////////////////////////////////////////// */

/*=================================
  contact
==================================*/
#contact {
  margin: 50px 0 120px 0;
}

#contact h1 {
  width: 100%;
  height: 200px;
  font-size: 3.4rem;
  font-weight: 700;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
  background: #feefbc;
  margin-bottom: 80px;
}

#contact .contact-form {
  max-width: 940px;
  padding: 0 30px;
  margin: 0 auto;
}

#contact .required {
  line-height: 1.4;
  color: #FF0000;
  text-align: center;
  margin: 30px 0 60px 0;
}

#contact .contact-form dl {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #f39801;
  border-bottom: 1px solid #f39801;
}
#contact .contact-form dl dt,
#contact .contact-form dl dd {
  padding: 15px;
}

#contact .contact-form dl dt:nth-of-type(n+2),
#contact .contact-form dl dd:nth-of-type(n+2) {
  border-top: 1px solid #f39801;
}

#contact .contact-form dl dt {
  width: 250px;
  line-height: 1.4;
  /*
  color: #f39801;
  font-size: 1.8rem;
  */
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #feefbc;
}
#contact .contact-form dl dd {
  width: calc(100% - 250px);
}

#contact .contact-form dl dd .contact-form__input {
  width: 100%;
  height: 50px;
  padding: 10px;
  background-color: #FFF;
  color: #353535;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  border: 1px solid #000;
  box-sizing: border-box;
  outline: none;
  appearance: none;
  display: block;
}

#contact .contact-form dl dd #zip {
  max-width: 50%;
}

#contact .contact-form dl dd .contact-form__textarea {
  width: 100%;
  height: 160px;
  padding: 10px;
  background-color: #FFF;
  color: #353535;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  border: 1px solid #000;
  resize: none;
  box-sizing: border-box;
  outline: none;
  appearance: none;
}

#contact .contact-form dl dd .error-message {
  color: #FF0000;
  display: inline-block;
  margin-top: 5px;
}

#contact .contact-form__turnstile {
  width: 300px;
  padding: 0;
  border: none;
  margin: 0 auto;
}

#contact .contact-form__submit {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
#contact .contact-form__submit button {
  font: normal 1.6rem/1.6 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-style: normal;
  text-align: center;
  text-decoration: none;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0 10px;
  padding: 15px 40px;
  min-width: 320px;
  height: 68px;
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  background: #f39801;
  border: none;
  transition: all .2s ease-out;
  position: relative;
  cursor: pointer;
  box-sizing: border-box;
}
#contact .contact-form__submit button:hover {
  background: #000;
}

#contact .contact-form__back {
  text-align: center;
  display: block;
  margin: 30px auto 0 auto;
}
#contact .contact-form__back a {
  line-height: 1.4;
  color: #f39801;
  font-size: 1.8rem;
  text-align: center;
  transition: all .2s ease-out;
  text-decoration: underline;
}
#contact .contact-form__back a:hover {
  color: #000;
  text-decoration: none;
}

#contact .complete-message {
  text-align: center;
  padding: 0 30px;
}
#contact .complete-message__title {
  line-height: 1.4;
  color: #f39801;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
#contact .complete-message__text {
  text-align: center;
  margin-bottom: 30px;
}
#contact .complete-message__back {
  font: normal 1.6rem/1.6 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-style: normal;
  text-align: center;
  text-decoration: none;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0 10px;
  padding: 15px 40px;
  min-width: 320px;
  height: 68px;
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  background: #f39801;
  border: none;
  transition: all .2s ease-out;
  position: relative;
  box-sizing: border-box;
}
#contact .complete-message__back:hover {
  background: #000;
}




