@charset "UTF-8";
/* メディアクエリ */
/* //メディアクエリ */
/* position 中央寄せ */
/* //position 中央寄せ */
input[type=text],
input[type=email],
input[type=tel],
textarea {
  border: 1px solid #B78A51;
  border-radius: 0.3660322108vw;
  background: #FFFFFF;
  padding: 1rem;
  font-weight: 400;
  color: #000000;
}

input[type=checkbox] {
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
  border: 1px solid #B78A51;
  vertical-align: -5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #FFFFFF;
  border-radius: 0.5rem;
  margin-bottom: 0.25rem;
  margin-right: 0.25rem;
  font-weight: 400;
}

input[type=checkbox]:checked:before {
  position: absolute;
  top: 18%;
  left: 35%;
  transform: rotate(50deg);
  width: 0.4rem;
  height: 0.8rem;
  border-right: 2px solid #B78A51;
  border-bottom: 2px solid #B78A51;
  content: "";
}

.contact-main-message,
.form-txt {
  font-weight: 400;
}

.contact-main-message {
  font-size: 1.6rem;
}

.form-wrapper {
  width: 80%;
  margin: 10vw auto;
}
@media screen and (max-width: 991px) {
  .form-wrapper {
    width: 100%;
  }
}

.sec-contact-confirm .form-wrapper,
.sec-contact-complete .form-wrapper {
  margin: 0 auto 10vw;
}

.input-item-inner {
  display: flex;
  gap: 6rem;
}
@media screen and (max-width: 575px) {
  .input-item-inner {
    flex-wrap: wrap;
    gap: 1.5rem;
  }
}

label {
  font-size: 1.6rem;
  display: flex;
  align-items: center;
}

.input-item-wrapper {
  width: 65%;
}
@media screen and (max-width: 575px) {
  .input-item-wrapper {
    width: 100%;
  }
}

.input-item__item {
  width: 100%;
}

.form-txt {
  margin-bottom: 2rem;
  font-size: 1.8rem;
}

.input-item--message {
  margin-bottom: 3rem;
}
.input-item--message label {
  width: 35%;
}
@media screen and (max-width: 575px) {
  .input-item--message label {
    width: 100%;
  }
}

.input-item--name,
.input-item--email,
.input-item--phone {
  margin-bottom: 2rem;
}
.input-item--name label,
.input-item--email label,
.input-item--phone label {
  width: 35%;
}
@media screen and (max-width: 575px) {
  .input-item--name label,
  .input-item--email label,
  .input-item--phone label {
    width: 100%;
  }
}

.about-caution {
  margin-top: 6rem;
  margin-bottom: 3rem;
  font-weight: 400;
  font-size: 1.6rem;
  display: flex;
  flex-wrap: wrap;
  row-gap: 1rem;
}

.btn-send {
  color: #FFFFFF;
  background-color: #B78A51;
  border: 2px solid #B78A51;
  font-size: 1.8rem;
  text-align: center;
  padding: 1rem 0 1.2rem;
  border-radius: 100vw;
  width: 18rem;
  margin: 6rem auto 0;
  transition: all 0.3s;
  font-weight: 400;
  display: block;
}
.btn-send:hover {
  color: #B78A51;
  background-color: #FFFFFF;
}

.sec-contact-confirm .btn-send {
  margin: 2rem auto 0;
}

.btn-fix {
  color: #B78A51;
  background-color: #FFFFFF;
  border: 2px solid #B78A51;
  font-size: 1.6rem;
  text-align: center;
  padding: 1rem 0 1.2rem;
  border-radius: 100vw;
  width: 15rem;
  margin: 6rem auto 0;
  transition: all 0.3s;
  font-weight: 400;
  display: block;
}
.btn-fix:hover {
  color: #FFFFFF;
  background-color: #B78A51;
}

.must {
  color: #FFFFFF;
  font-weight: 400;
  background-color: #B94137;
  border-radius: 0.5rem;
  padding: 0.3rem 0.8rem 0.5rem;
  margin-left: 1rem;
  display: inline-block;
  font-size: 1.2rem;
}

.error {
  color: #B94137;
  font-size: 1.4rem;
  margin-top: 0.8rem;
}/*# sourceMappingURL=style-contact.css.map */