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

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

@media screen and (max-width: 810px) {
  #pagetit {
    background: url(../img/contact/pagetit_bg_sp.jpg) center;
    background-size: cover;
  }
}
/* ---------------------------------------------------
	contact_sec
------------------------------------------------------ */
/* 確認画面パートを非表示にする（JSで切り替え） */
.confirm_on {
  display: none;
}

/* 必須項目に未入力がある場合のエラーメッセージ表示 */
.wpcf7-not-valid-tip,
.form_required.has-error::after {
  content: "この項目は必須です。";
  display: block;
  width: max-content;
  max-width: 100%;
  margin-top: 12px;
  margin-bottom: 8px;
  padding: 2px 2px 2px 5px;
  background: #b9272d;
  color: #fcfaf2;
  line-height: 1.2;
  vertical-align: middle;
}

#contact_sec {
  padding: 72px 0 128px;
}
#contact_sec .color {
  color: #b9272d;
}
#contact_sec .must {
  display: inline-block;
  margin-left: 4px;
  margin-bottom: 2px;
  padding-left: 2px;
  background: #b9272d;
  color: #fcfaf2;
  line-height: 1.2;
  vertical-align: middle;
}
#contact_sec .contact_lead {
  margin-bottom: 16px;
  text-align: center;
}
#contact_sec .contact_bg {
  padding: 48px 50px 80px;
  background: #434343;
}
#contact_sec .mail_note {
  letter-spacing: 0;
}
#contact_sec .table th,
#contact_sec .table td {
  padding: 24px 0;
  line-height: 2.25;
}
#contact_sec .table th {
  width: 22%;
  padding-top: 32px;
  padding-right: 0;
  color: currentColor;
}
#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: 12px 16px;
  background: #fff;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: #1c1c1c;
  font-size: 1.6rem;
  font-family: "Shippori Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0.1em;
  line-height: 1.75;
}
#contact_sec select {
  max-width: 100%;
  margin: 5px 0;
  background: #fff;
  border: none;
  border-radius: 0;
  padding: 12px 16px;
  color: #1c1c1c;
  font-size: 1.6rem;
  font-family: "Shippori Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0.1em;
  line-height: 1.75;
}
#contact_sec textarea {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 5px 0;
  padding: 12px 16px;
  height: 13em;
  background: #fff;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: #1c1c1c;
  font-size: 1.6rem;
  font-family: "Shippori Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.75;
  letter-spacing: 0.1em;
  -webkit-appearance: none;
}
#contact_sec textarea.p-region {
  height: 5em;
}
#contact_sec label {
  position: relative;
  display: inline-block;
  cursor: pointer;
  line-height: 1.6;
}
#contact_sec label:has(input[type=checkbox]) {
  padding-left: 1.5em;
}
#contact_sec input[type=radio] {
  width: 1em;
  height: 1em;
  background: #fff;
  margin: 0 1px 4px 0;
  vertical-align: middle;
}
#contact_sec input[type=checkbox] {
  margin: 0 1px 4px 0;
  border: none;
  vertical-align: middle;
  appearance: none;
  outline: none;
}
#contact_sec input[type=checkbox]::before {
  display: block;
  position: absolute;
  content: "";
  top: 0.25em;
  left: 0;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 4px;
}
#contact_sec input[type=checkbox]::after {
  display: block;
  content: "";
  position: absolute;
  left: 6px;
  top: 4px;
  width: 8px;
  height: 16px;
  border-right: 3px solid #fcfaf2;
  border-bottom: 3px solid #fcfaf2;
  transform: rotate(45deg);
  opacity: 0;
}
#contact_sec input[type=checkbox]:checked::after {
  opacity: 1;
}
#contact_sec .wpcf7-list-item {
  margin-left: 0;
  margin-right: 1.5em;
}
#contact_sec .wpcf7-list-item:last-of-type {
  margin-right: 0;
}
#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=reset],
#contact_sec input[type=submit] {
  display: inline-block;
  float: none;
  width: 250px;
  margin-right: 16px;
  padding: 16px 40px;
  background: url(../img/contact/icon_arrow.svg) no-repeat right 24px center, #bc9f77;
  background-size: 10px;
  border-radius: 2px;
  border: none;
  box-sizing: border-box;
  color: #1c1c1c;
  cursor: pointer;
  font-size: 1.6rem;
  font-family: "Shippori Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.5;
  letter-spacing: 0.06em;
  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=reset]:hover,
  #contact_sec input[type=submit]:hover {
    opacity: 0.7;
  }
}
#contact_sec input[type=button]::-ms-expand,
#contact_sec input[type=reset]::-ms-expand,
#contact_sec input[type=submit]::-ms-expand {
  display: none;
}
#contact_sec input[type=button]:focus,
#contact_sec input[type=reset]:focus,
#contact_sec input[type=submit]:focus {
  outline: none;
}
#contact_sec input[type=reset],
#contact_sec #back-button {
  padding-left: 56px;
  background: url(../img/contact/icon_arrow_left.svg) no-repeat left calc(50% - 3em) center, #ddcfbb;
  background-size: 10px;
}
#contact_sec .contact_btn {
  position: relative;
  margin-top: 64px;
  text-align: center;
}
#contact_sec .contact_btn br {
  display: none;
}
#contact_sec .contact_btn_txt {
  margin-top: 24px;
  line-height: 2.25;
  text-align: center;
}
#contact_sec .wpcf7-spinner {
  position: absolute;
  right: 0;
  top: 0;
}

@media screen and (max-width: 810px) {
  #contact_sec {
    padding: 48px 0 48px;
  }
  #contact_sec .container {
    width: 100%;
  }
  #contact_sec .contact_lead {
    margin-bottom: 32px;
    text-align: left;
  }
  #contact_sec .contact_bg {
    padding: 32px 24px 48px;
  }
  #contact_sec .table th,
  #contact_sec .table td {
    padding: 16px 16px 20px;
  }
  #contact_sec .table th {
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  #contact_sec input[type=text],
  #contact_sec input[type=tel],
  #contact_sec input[type=email],
  #contact_sec input[type=number] {
    font-size: 1.6rem;
  }
  #contact_sec select {
    padding: 8px 16px;
    font-size: 1.6rem;
  }
  #contact_sec textarea {
    height: 14em;
    font-size: 1.6rem;
  }
  #contact_sec img.mail {
    width: auto;
    height: 15px;
    object-fit: cover;
  }
  #contact_sec input[type=button],
  #contact_sec input[type=reset],
  #contact_sec input[type=submit] {
    margin-right: 8px;
    margin-bottom: 8px;
    padding: 12px 32px 12px 16px;
    font-size: 1.6rem;
  }
  #contact_sec input[type=reset],
  #contact_sec #back-button {
    padding-left: 32px;
    padding-right: 16px;
  }
  #contact_sec .contact_btn {
    margin-top: 48px;
  }
  #contact_sec .contact_btn_txt {
    margin-top: 32px;
    text-align: left;
  }
}
/* ---------------------------------------------------
	tel
------------------------------------------------------ */
#tel {
  padding: 72px 0 192px;
  text-align: center;
}
#tel .tel_logo {
  margin-bottom: 16px;
  line-height: 1;
}
#tel .tel_txt {
  line-height: 2.25;
}
#tel .tel_num {
  width: max-content;
  max-width: 100%;
  margin: 48px auto 0;
  padding-bottom: 16px;
  border-bottom: 1px solid #78c2c4;
  line-height: 1.5;
}
#tel .tel_num .color {
  display: inline-block;
  margin-bottom: 16px;
  color: #78c2c4;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1;
}
#tel .tel_num .color .big {
  font-weight: inherit;
  font-size: 4.6rem;
}
#tel .tel_num .color a {
  font-weight: inherit;
}

@media screen and (max-width: 810px) {
  #tel {
    padding: 32px 0 64px;
  }
  #tel .tel_logo img {
    width: 240px;
    height: auto;
  }
  #tel .tel_num {
    margin-top: 40px;
  }
  #tel .tel_num .color {
    margin-bottom: 8px;
    font-size: 2.2rem;
  }
  #tel .tel_num .color .big {
    font-size: 3.1rem;
  }
}
/* ---------------------------------------------------
	thanks
------------------------------------------------------ */
#thanks {
  padding: 72px 0 128px;
}

@media screen and (max-width: 810px) {
  #thanks {
    padding: 48px 0 64px;
  }
  #thanks .sec_tit {
    letter-spacing: 0.2em;
  }
}