/*----------------------------------------------
mv_area
----------------------------------------------*/
.mv_area {
  width: 100%;
  height: 300px;
  margin: 70px 0 0;
  position: relative;
  justify-content: center;
  background: url("../images/contact_mv_2.jpg") no-repeat center center;
  background-size: cover;
}
.mv_area h2 {
  width: 347px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
  text-align: center;
  color: #523D32;
}
.mv_area h2 img {
  width: 100%;
}

@media screen and (max-width: 815px) {
  .mv_area {
    background: url("../images/contact_mv_sp_2.jpg") no-repeat center center;
    background-size: cover;
    margin: 50px 0 0;
    height: 200px;
  }
  .mv_area h2 {
    width: 247px;
  }
}
/*----------------------------------------------
contact
----------------------------------------------*/
#contact {
  padding: 100px 0;
}
#contact .inner > p {
  text-align: center;
  margin: 50px 0 0;
}
#contact .inner > p:first-of-type {
  margin: 0;
}
#contact .page_text .btn_area {
  max-width: 320px;
  margin: 50px auto 0;
}
#contact .page_text .btn_area a.btn_gr {
  width: calc(100% - 40px);
}
#contact .required {
  font-size: 1.2rem;
  color: #FFF;
  font-weight: bold;
  background: #969107;
  padding: 3px 5px 5px;
  line-height: 1;
  display: inline-block;
  margin: 0 0 0 5px;
  font-family: "Noto Sans JP", sans-serif;
  vertical-align: middle;
}
#contact .required.sp_show {
  display: none;
}
#contact .form-sec {
  max-width: 1000px;
  margin: 100px auto 0;
}
#contact .form-sec.confirm {
  margin: 0 auto;
}
#contact .form-sec form {
  /* IE */
  /* Edge */
}
#contact .form-sec form table {
  width: 100%;
}
#contact .form-sec form th {
  font-size: 16px;
  letter-spacing: 0.1em;
  width: 30%;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  border-top: 1px solid #523D32;
  padding: 20px 0;
  vertical-align: middle;
}
#contact .form-sec form th.v_top {
  vertical-align: top;
}
#contact .form-sec form td {
  padding: 10px;
  border-top: 1px solid #523D32;
  padding: 20px 0;
}
#contact .form-sec form td input {
  height: 50px;
  padding: 0 10px;
  border: 1px solid #B1B1B2;
  background: #F4F4F4;
  border-radius: 3px;
  width: 50%;
  font-family: "Noto Sans JP", sans-serif;
}
#contact .form-sec form td input.mail_txt {
  width: 70%;
}
#contact .form-sec form td div p {
  font-size: 1.3rem;
  margin: 5px 0 0;
}
#contact .form-sec form td div:first-of-type p {
  margin: 0;
}
#contact .form-sec form td select {
  height: 50px;
  border: 1px solid #B1B1B2;
  font-family: "Noto Sans JP", sans-serif;
}
#contact .form-sec form td.privacy {
  text-align: center;
}
#contact .form-sec form input {
  font-size: 1.6rem;
}
#contact .form-sec form input::placeholder {
  color: #B1B1B2;
  font-size: 1.6rem;
}
#contact .form-sec form input.btn_gr {
  border: none;
}
#contact .form-sec form input::-ms-input-placeholder {
  color: #B1B1B2;
  font-size: 1.6rem;
}
#contact .form-sec form input:-ms-input-placeholder {
  color: #B1B1B2;
  font-size: 1.6rem;
}
#contact .form-sec form select::-ms-expand {
  display: none;
}
#contact .form-sec form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 7px 30px 7px 10px;
  font-size: 93%;
  line-height: 1.1em;
  border: none;
  background-image: url("../images/icon02.svg");
  background-repeat: no-repeat;
  background-size: 12px 10px;
  background-position: right 10px center;
  background-color: #F4F4F4;
  border: 1px solid #B1B1B2;
  border-radius: 3px;
  font-family: "Noto Sans JP", sans-serif;
  color: #523D32;
}
#contact .form-sec form textarea {
  background-color: #F4F4F4;
  border: 1px solid #B1B1B2;
  border-radius: 3px;
  width: calc(100% - 20px);
  padding: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
}
#contact .form-sec form textarea::placeholder {
  color: #B1B1B2;
  font-size: 1.6rem;
}
#contact .form-sec form .checkbox-input {
  display: none;
}
#contact .form-sec form .checkbox-parts {
  padding-left: 35px;
  position: relative;
  margin-right: 20px;
}
#contact .form-sec form .checkbox-parts:before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #999;
  border-radius: 4px;
}
#contact .form-sec form .checkbox-input:checked + .checkbox-parts {
  color: #d01137;
}
#contact .form-sec form .checkbox-input:checked + .checkbox-parts:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 7px;
  width: 5px;
  height: 10px;
  transform: rotate(40deg);
  border-bottom: 3px solid #d01137;
  border-right: 3px solid #d01137;
}
#contact .form-sec .button {
  display: inline-block;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
  background: linear-gradient(to bottom, #B2AF4B, #969107);
  color: #ffffff;
  line-height: 1em;
  transition: 0.3s;
  border: 0;
  width: 100%;
  max-width: 770px;
  height: 50px;
  margin: 10px auto;
  border-radius: 25px;
  font-family: "Noto Sans JP", sans-serif;
}
#contact .form-sec .button:hover {
  opacity: 0.7;
}
#contact .form-sec .button.reset {
  width: 300px;
  height: 40px;
  background: #9F9F9F;
}
#contact .form-sec .button.reset:hover {
  opacity: 0.7;
}
#contact .form-sec #formWrap h3 {
  font-weight: 500;
  font-size: 1.8rem;
  text-align: center;
  margin: 0 0 20px;
}
#contact .form-sec #formWrap > p {
  margin: 0 0 50px;
}
#contact .form-sec a {
  color: #E78B58;
  text-decoration: underline;
}
#contact .form-sec .privacy_txt {
  overflow-y: scroll;
  border: 1px solid #B1B1B2;
  width: calc(100% - 60px);
  height: 320px;
  padding: 30px;
  margin: 0 0 20px;
  text-align: left;
  line-height: 1.7;
}
#contact .form-sec .privacy_txt h3 {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 0 20px;
}
#contact .form-sec .privacy_txt h4 {
  margin: 30px 0 5px;
  font-weight: 500;
}
#contact .form-sec .privacy_txt h4:before {
  content: "";
  background: url(../images/icon03.svg) no-repeat center center;
  background-size: contain;
  width: 11px;
  height: 11px;
  display: inline-block;
  margin: 0 5px 0 0;
}
#contact .form-sec .privacy_txt p:last-of-type {
  margin: 10px 0 20px;
}
#contact .form-sec .send_btn {
  max-width: 320px;
  margin: 0 auto;
  position: relative;
}
#contact .form-sec .send_btn:after {
  content: "";
  background: url(../../common/images/arrow_w.svg) no-repeat center center;
  background-size: contain;
  width: 10px;
  height: 16px;
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
#contact .form-sec .send_btn input {
  width: 100%;
  cursor: pointer;
  transition: all ease 0.3s;
}
#contact .form-sec .send_btn input:hover {
  opacity: 0.7;
}

@media screen and (max-width: 815px) {
  #contact {
    padding: 50px 0;
  }
  #contact .inner > p {
    margin: 25px 0 0;
  }
  #contact .required {
    margin: 0 0 0 5px;
  }
  #contact .required.sp_hide {
    display: none;
  }
  #contact .required.sp_show {
    display: inline-block;
  }
  #contact .form-sec {
    margin: 50px auto 0;
  }
  #contact .form-sec form th {
    display: block;
    width: 100%;
    text-align: left;
    border-top: 1px solid #523D32;
    padding: 15px 0 10px;
  }
  #contact .form-sec form th.v_top {
    vertical-align: middle;
  }
  #contact .form-sec form td {
    border: 0;
    display: block;
    padding: 0 0 18px;
    width: 100%;
  }
  #contact .form-sec form td input {
    width: calc(100% - 20px);
  }
  #contact .form-sec form td input.mail_txt {
    width: calc(100% - 20px);
  }
  #contact .form-sec form td input.sp_size70 {
    width: calc(70% - 20px);
  }
  #contact .form-sec form td.privacy .checkbox-parts {
    display: block;
    text-align: left;
  }
  #contact .form-sec form td label {
    margin-right: 0;
  }
  #contact .form-sec form td select.sp_size70 {
    width: 70%;
  }
  #contact .form-sec form .button {
    width: 100%;
  }
  #contact .form-sec form .button.reset {
    width: 80%;
  }
  #contact .form-sec .privacy_txt {
    overflow-y: scroll;
    border: 1px solid #B1B1B2;
    width: calc(100% - 60px);
    height: 320px;
    padding: 30px;
    margin: 0 0 20px;
    text-align: left;
  }
  #contact .form-sec .privacy_txt h3 {
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0 0 10px;
  }
  #contact .form-sec .privacy_txt h4 {
    font-size: 1.4rem;
    margin: 15px 0 10px;
  }
  #contact .form-sec .privacy_txt p:last-of-type {
    margin: 10px 0 20px;
  }
  #contact .form-sec .button {
    width: 100%;
  }
  #contact .form-sec .button.reset {
    width: 80%;
  }
  #contact .form-sec .checkbox-parts {
    font-size: 1.3rem;
  }
  #contact .form-sec .checkbox-input:checked + .checkbox-parts::after {
    top: 10px;
  }
  #contact .form-sec #formWrap h3 {
    margin: 0 0 10px;
  }
  #contact .form-sec #formWrap > p {
    margin: 0 0 25px;
    text-align: left;
  }
}/*# sourceMappingURL=style2.css.map */