@charset "UTF-8";
/* =====================================
	Contact
===================================== */
/*--------------------------------------
	General
--------------------------------------*/
.wrap_contact {
  max-width: 800px;
  margin: 0 auto;
}

.inquiryForm_message {
  text-align: center;
}

/*--------------------------------------
	Step List
--------------------------------------*/
.step_list {
  width: 467px;
  margin: 0 auto 90px;
}
.step_list li {
  position: relative;
  float: left;
  width: 100px;
  margin-left: 83px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #BFBEBD;
}
.step_list li:first-child {
  margin: 0;
}
.step_list li:last-child span:after {
  display: none;
}
.step_list li.current {
  color: #373431;
}
.step_list li.current span {
  background: #DFD6BD;
}
.step_list li span {
  position: relative;
  display: block;
  width: 54px;
  height: 54px;
  margin: 0 auto 12px;
  border-radius: 50%;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 58px;
  color: #fff;
  background: #BFBEBD;
}
.step_list li span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 54px;
  display: block;
  width: 130px;
  height: 1px;
  background: #BFBEBD;
}
.step_list li span.current:after {
  background: #DFD6BD;
}

/*--------------------------------------
	リード文メッセージ
--------------------------------------*/
.inquiryForm_message .step_catch {
  margin-bottom: 44px;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #373431;
}

/*--------------------------------------
	フォームパーツ
--------------------------------------*/
.inquiryFormTable {
  padding: 22px 30px 0;
  border-top: 1px solid #707070;
  font-size: 16px;
}
.inquiryFormTable dl {
  display: table;
  width: 100%;
}
.inquiryFormTable dl dt, .inquiryFormTable dl dd {
  position: relative;
  display: table-cell;
  padding: 20px 0 24px;
  vertical-align: top;
  text-align: left;
}
.inquiryFormTable dl dt {
  width: 29%;
  padding-top: 31px;
  border-right: none;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #2C2F30;
}
.inquiryFormTable dl dd {
  padding-right: 40px;
}
.inquiryFormTable dl dd.radio_box {
  padding-top: 32px;
}
.inquiryFormTable dl dd.radio_box .wpcf7-list-item {
  margin-right: 30px;
  display: inline-block;
  width: auto;
}
.inquiryFormTable dl dd.radio_box .wpcf7-list-item:last-child {
  margin-right: 0;
}
.inquiryFormTable dl dd.radio_box input[type=radio]:disabled:not(:checked) {
  display: none;
}
.inquiryFormTable dl dd.radio_box .result_txt {
  display: inline-block;
}
.inquiryFormTable .wpcf7-list-item {
  display: block;
  width: 100%;
  margin: 0 0 13px;
}
.inquiryFormTable input,
.inquiryFormTable textarea,
.inquiryFormTable select {
  display: block;
  width: 100%;
  padding: 13px 14px 14px;
  border: 1px solid #BFBEBD;
  border-radius: 5px;
  color: #333;
  background: #EBE9E7;
}
.inquiryFormTable input:focus,
.inquiryFormTable textarea:focus,
.inquiryFormTable select:focus {
  box-shadow: 0 0 3px 1px #3D4C75;
}
.inquiryFormTable textarea {
  resize: vertical;
}
.inquiryFormTable select {
  position: relative;
  background: #ECECEC url(/wp-content/themes/basic_tpl/img/icons/ico_select.svg) no-repeat 96% center;
  background-size: 12px 10px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.inquiryFormTable select::-ms-expand {
  display: none;
}
.inquiryFormTable input[type=radio] {
  margin-right: 10px;
  display: inline-block;
  width: auto;
}

.wpcf7-list-item-label {
  position: relative;
}
.wpcf7-list-item-label:before, .wpcf7-list-item-label:after {
  display: none;
}

.wpcf7-form-control-wrap {
  display: block;
}

/* required and optional */
.inquiryFormTable .required {
  position: absolute;
  top: 36px;
  right: 28px;
  display: inline-block;
  padding-left: 0;
  width: 46px;
  height: 22px;
  border-radius: 10px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  color: #fff;
  background: #D93636;
}

.inquiryFormTable .optional {
  position: absolute;
  top: 36px;
  right: 28px;
  display: inline-block;
  width: 46px;
  height: 22px;
  padding-left: 0;
  border-radius: 10px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  color: #fff;
  background: #63696A;
}

.inquiryFormTable .btBox {
  text-align: center;
  margin: 103px 0 80px;
}
.inquiryFormTable .btBox:after {
  content: "";
  display: block;
  clear: both;
}

.inquiryFormTable .btBox input[type=submit] {
  display: block;
  width: 100%;
  padding: 29px 32px 28px 30px;
  border: none;
  margin: 0 auto;
  border-radius: 0 !important;
  font-size: 26px;
  letter-spacing: 0.1em;
  line-height: 1.2;
  color: #fff;
  background: #3D4C75 url(/wp-content/themes/basic_tpl/img/icons/ico_arrow02.png) no-repeat 95% center !important;
  background-size: 6px 10px;
  cursor: pointer;
  outline: 0px;
  -webkit-appearance: none;
}

.inquiryFormTable .btBox input[type=submit].disabled {
  padding: 29px 40px 28px 40px;
  opacity: 1 !important;
  color: #BFBEBD;
  background: #72706E url(/wp-content/themes/basic_tpl/img/icons/ico_arrow01.png) no-repeat 96% center !important;
  background-size: 6px 10px;
  pointer-events: none;
  cursor: default;
}

.inquiryFormTable .btBox input[type=submit].abled {
  padding: 29px 40px 28px 40px;
  background-position: 96% center !important;
}

.inquiryFormTable .wpcf7-back {
  float: left;
  width: 37.5% !important;
  padding: 29px 30px 28px;
  border: none;
  margin: 0 auto;
  border-radius: 0 !important;
  outline: 0px;
  text-align: left;
  font-size: 26px;
  letter-spacing: 0.1em;
  line-height: 1.2;
  color: #fff;
  background: #72706E url(/wp-content/themes/basic_tpl/img/icons/ico_arrow02.png) no-repeat 92% center !important;
  background-size: 6px 10px;
  cursor: pointer;
  -webkit-appearance: none;
}

.inquiryFormTable .wpcf7-submit {
  float: right;
  width: 58.5% !important;
  text-align: left;
}

.inquiryFormTable .btBox input[type=submit]:hover,
.inquiryFormTable .btBox input[type=button]:hover {
  opacity: 0.8;
}

span.verify_icon {
  position: absolute;
  top: 13px;
  right: -42px;
  display: none;
  width: 25px;
  height: 25px;
}

.verified_table .wpcf7-validates-as-required:not(.wpcf7-not-valid) + .verify_icon {
  display: block;
}

.verified_table .wpcf7-validates-as-required:not(.wpcf7-not-valid) + .verify_icon::before {
  vertical-align: top;
  font-size: 25px;
  color: #DFD6BD;
}

.inquiryFormTable .wpcf7-not-valid-tip {
  color: #DE5050;
  font-weight: normal;
  display: block;
  font-size: 12px;
}

.file_btn {
  position: relative;
  display: block;
  width: 123px;
  height: 30px;
  margin-top: 13px;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  background: #807B7B;
  cursor: pointer;
}

.file_btn .wpcf7-form-control-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 30px;
  margin: 0;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}

div.wpcf7 input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 30px;
  padding: 0;
  border: 0;
}

.failed .confirm_table input[type=text],
.failed .confirm_table input[type=tel],
.failed .confirm_table input[type=email],
.failed .confirm_table input[type=date],
.failed .confirm_table textarea,
.failed .confirm_table select,
.failed .confirm_table input[type=checkbox],
.failed .confirm_table input[type=radio] {
  display: none;
}

.failed .confirm_table .required,
.failed .confirm_table .optional {
  display: none;
}

.failed .confirm_table .wpcf7-list-item-label {
  display: none;
}

.failed .confirm_table span.comment {
  display: none;
}

.failed .confirm_table .wpcf7-form-control-wrap.your-email_confirm {
  display: none;
}

.result_txt {
  display: block;
  word-break: break-all;
  white-space: pre-wrap;
}

.failed .confirm_table .wpcf7-list-item {
  padding-left: 0;
}

.failed .confirm_table dt,
.failed .confirm_table dd {
  padding: 12px 0 10px;
}

.wpcf7-mail-sent-ok,
div.wpcf7 .ajax-loader,
div.wpcf7-validation-errors {
  display: none !important;
}

@media screen and (max-width: 1060px) {
  .inquiryFormTable dt {
    width: 35%;
  }
}
@media screen and (max-width: 767px) {
  .step_list {
    width: 400px;
    margin: 0 auto 60px;
  }
  .step_list li {
    margin-left: 50px;
  }
  .inquiryFormTable dl {
    display: block;
  }
  .inquiryFormTable dt,
  .inquiryFormTable dd {
    display: block;
    width: 100%;
    padding: 0;
  }
  .inquiryFormTable dd {
    padding: 10px 0 30px;
  }
  .inquiryFormTable .required,
  .inquiryFormTable .optional {
    position: static;
    display: inline-block;
    margin-left: 20px;
    margin-top: -2px;
    vertical-align: middle;
  }
  .inquiryFormTable .btBox {
    margin: 50px 0;
  }
  .inquiryFormTable .btBox input[type=submit],
  .inquiryFormTable .wpcf7-back {
    text-align: center;
    float: none;
    width: 100% !important;
    padding: 29px 20px 28px 20px;
    font-size: 20px;
    background-position: 96% center !important;
  }
  .inquiryFormTable .btBox input[type=submit].disabled,
  .inquiryFormTable .btBox input[type=submit].abled {
    padding: 29px 20px 28px 20px;
  }
  .inquiryFormTable .wpcf7-back {
    margin-bottom: 15px;
  }
  .file_btn {
    margin-top: 0;
  }
  .failed .confirm_table dt,
  .failed .confirm_table dd {
    padding: 5px 0;
  }
}
@media screen and (max-width: 480px) {
  .step_list {
    width: 270px;
  }
  .step_list li {
    width: 70px;
    margin-left: 30px;
    font-size: 16px;
  }
  .step_list li span:after {
    width: 60px;
  }
  .inquiryForm_message .step_catch {
    font-size: 12px;
    letter-spacing: 0;
  }
  .inquiryFormTable .btBox input[type=submit],
  .inquiryFormTable .wpcf7-back {
    font-size: 16px;
    letter-spacing: 0.1em;
  }
}
.inquiryFormTable .halfWidth {
  width: 100px;
}

.hope1_month, .hope2_month, .hope3_month, .hope1_time, .hope2_time, .hope3_time, .hope1_min, .hope2_min, .hope3_min, .inlineFormParts .halfWidth {
  display: inline-block;
}

.inlineFormParts .halfWidth {
  margin-right: 20px;
}

.hope1_day, .hope2_day, .hope3_day {
  display: inline-block;
  margin-left: 20px;
}

@media (max-width: 767px) {
  .inquiryFormTable .expected_date dd {
    padding-left: 10px;
  }
}
@media (max-width: 480px) {
  .inquiryFormTable .halfWidth {
    width: 86px;
    padding: 10px;
  }
  .inlineFormParts .halfWidth {
    margin-right: 5px;
  }
  .hope1_day, .hope2_day, .hope3_day {
    margin-left: 5px;
  }
}
.inquiryFormTable select {
  position: relative;
  background: #ECECEC url(/wp-content/themes/basic_tpl/img/icons/ico_select.png) no-repeat right center;
  background-size: contain;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.inquiryFormTable select::-ms-expand {
  display: none;
}

/* 1行フォーム */
.form-line1 li {
  display: flex;
  align-items: center;
}
.form-line1 li:not(:last-child) {
  margin-bottom: 1em;
}
.form-line1 li label {
  margin-right: 1em;
  min-width: 4em;
}

/* calendar ui holiday */
.is-sunday a,
.is-holiday a {
  background: #fff0f5 !important;
}

.is-saturday a {
  background: #f0f8ff !important;
}

/*--------------------------------------
loading
--------------------------------------*/
.loader {
  margin: 60px auto 20px;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
.loader_container {
  visibility: hidden;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
}
.loader_bg {
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.loader_bg p {
  text-align: center;
  color: #fff;
}

@keyframes load8 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*# sourceMappingURL=../sourcemaps/css/contact.css.map */