@charset "UTF-8";
/* ---------------------------------------------------
	common
------------------------------------------------------ */
#pagetit::after {
  background: url(../img/contact/pagetit_bg.jpg) center;
  background-size: cover;
}

#lead .lead_btn {
  margin-top: 48px;
  text-align: center;
}

.grecaptcha-badge {
  bottom: 74px !important;
}

/* ---------------------------------------------------
	contact_sec
------------------------------------------------------ */
/* 確認画面パートを非表示にする（JSで切り替え） */
.confirm_on {
  display: none;
}

/* 必須項目に未入力がある場合のエラーメッセージ表示 */
.form_required.has-error::after {
  content: "この項目は必須です。";
  display: block;
  color: #a01c2f;
  font-size: 1em;
  margin-top: 4px;
  line-height: 2;
}

#contact_sec {
  padding: 112px 0;
}
#contact_sec .color {
  color: #a01c2f;
}
#contact_sec .must {
  padding-left: 4px;
  color: #a01c2f;
}
#contact_sec .contact_lead {
  max-width: 1056px;
  margin: 0 auto 40px;
}
#contact_sec .table th,
#contact_sec .table td {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 2;
}
#contact_sec .table th {
  width: 30%;
}
#contact_sec input[type=text],
#contact_sec input[type=tel],
#contact_sec input[type=email],
#contact_sec input[type=number] {
  width: 100%;
  max-width: 100%;
  margin: 4px 0;
  padding: 4px 16px;
  background: none;
  border: 1px solid #2e3826;
  border-radius: 0;
  box-sizing: border-box;
  color: #2e3826;
  font-size: 1.6rem;
  font-family: "Zen Kaku Gothic New", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.5;
}
#contact_sec select {
  max-width: 100%;
  margin: 5px 0;
  background: none;
  border: 1px solid #2e3826;
  border-radius: 0;
  padding: 4px 16px;
  color: #2e3826;
  font-size: 1.6rem;
  font-family: "Zen Kaku Gothic New", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.5;
}
#contact_sec textarea {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 5px 0;
  padding: 4px 16px;
  height: 6em;
  background: none;
  border: 1px solid #2e3826;
  border-radius: 0;
  box-sizing: border-box;
  color: #2e3826;
  font-size: 1.6rem;
  font-family: "Zen Kaku Gothic New", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.5;
  -webkit-appearance: none;
}
#contact_sec textarea.p-region {
  height: 5em;
}
#contact_sec label {
  display: inline-block;
  margin-right: 1em;
  padding: 3px 0;
  cursor: pointer;
  line-height: 1.6;
}
#contact_sec input[type=radio] {
  width: 1em;
  height: 1em;
  background: #fff;
  margin: 0 1px 4px 0;
  vertical-align: middle;
}
#contact_sec .horizontal-item + .horizontal-item {
  margin-left: 0;
}
#contact_sec img.mail {
  margin: 0 3px 3px;
  vertical-align: middle;
}
#contact_sec input[type=button],
#contact_sec input[type=submit] {
  float: none;
  width: 245px;
  padding: 8px;
  background: url(../img/common/icon_arrow_green.svg) no-repeat right 16px center;
  background-size: 20px;
  border: none;
  border-bottom: 1px solid #2e3826;
  border-radius: 0;
  box-sizing: border-box;
  color: #2e3826;
  cursor: pointer;
  font-size: 18px;
  font-family: "Zen Kaku Gothic New", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.5;
  transition: all 0.5s;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
}
@media (any-hover: hover) {
  #contact_sec input[type=button]:hover,
  #contact_sec input[type=submit]:hover {
    opacity: 0.5;
  }
}
#contact_sec input[type=button]::-ms-expand,
#contact_sec input[type=submit]::-ms-expand {
  display: none;
}
#contact_sec input[type=button]:focus,
#contact_sec input[type=submit]:focus {
  outline: none;
}
#contact_sec #back-button {
  background: none;
}
#contact_sec .btn_back {
  background: url(../img/contact/icon_arrow_02.svg) no-repeat left 16px center;
  background-size: 7px;
}
#contact_sec .contact_btn {
  position: relative;
  margin-top: 48px;
  text-align: center;
}
#contact_sec .wpcf7-spinner {
  position: absolute;
  right: 0;
  top: 0;
}

:placeholder-shown {
  color: #94988f;
}

::-webkit-input-placeholder {
  color: #94988f;
}

:-moz-placeholder {
  color: #94988f;
  opacity: 1;
}

::-moz-placeholder {
  color: #94988f;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #94988f;
}

@media screen and (max-width: 810px) {
  #contact_sec {
    padding: 48px 0 96px;
  }
  #contact_sec .table th {
    width: 100%;
  }
}
/* ---------------------------------------------------
		contact_tel
------------------------------------------------------ */
#contact_tel {
  padding: 112px 0;
  background: #2e3826;
  color: #c7af87;
}
#contact_tel .tel_col .col_img {
  width: 50%;
}
#contact_tel .tel_col .col_txt {
  width: calc(50% - 64px);
}
#contact_tel .tel_col .col_txt p {
  line-height: 2;
}
#contact_tel .tel_col .col_txt .txt_tel {
  margin-bottom: 32px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
}
#contact_tel .tel_col .col_txt .txt_tel .sp_tel {
  padding-left: 4px;
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 0.02em;
}
#contact_tel .tel_col .col_txt .txt_tel a {
  color: currentColor;
  font-weight: bold;
}

@media screen and (max-width: 810px) {
  #contact_tel {
    padding: 48px 0;
  }
  #contact_tel .tel_col .col_img {
    width: 100%;
    margin-bottom: 32px;
  }
  #contact_tel .tel_col .col_txt {
    width: 100%;
    text-align: center;
  }
  #contact_tel .tel_col .col_txt .txt_tel {
    margin-bottom: 24px;
  }
}
/* ---------------------------------------------------
	sec
------------------------------------------------------ */
/* ---------------------------------------------------
	sec
------------------------------------------------------ */