@charset "UTF-8";
/* CSS Document */
/*---------------------------------

  お問い合わせ

---------------------------------*/
.pc_none {
  display: none;
}
header .gnav, #fixed-header {
  display: none;
}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 896px) {}
@media screen and (max-width: 480px) {
  .pc_none {
    display: block;
  }
  .sp_none {
    display: none;
  }
}
/*---------------------------------

  メールフォーム

---------------------------------*/
.text {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-color: #F3F8F8;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  padding: 0.4em 0.8em;
  width: 100%;
}
.text:focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  box-shadow: none;
  outline: none;
}
.text.w30 {
  max-width: 25rem;
}
.text.w50 {
  max-width: 50%;
}
.textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #F3F8F8;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  min-height: 20rem;
  resize: vertical;
  padding: 0.4em 0.8em;
  width: 100%;
}
.textarea:focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  box-shadow: none;
  outline: none;
}
.check {
  display: none;
}
.check + span {
  cursor: pointer;
  display: inline-block;
  margin: 0 0.2em 0;
  padding: 0 0 0 1.2em;
  position: relative;
}
.check + span::before {
  -webkit-transform: translateY(-50%);
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 2px;
  content: "";
  display: block;
  height: 1em;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
}
.check + span::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  border-bottom: 3px solid rgba(0, 0, 0, 0.32);
  border-left: 3px solid rgba(0, 0, 0, 0.32);
  content: "";
  display: block;
  height: 0.6em;
  left: 0;
  margin-top: -0.2em;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  transition: all 0.3s ease 0s;
  width: 1em;
}
.check:checked + span::after {
  opacity: 1;
}
label {
  display: block;
  margin: .5rem 0;
}
.radio {
  opacity: 0;
  position: absolute;
}
.radio + span {
  cursor: pointer;
  display: inline-block;
  margin: 0 0.2em 0;
  padding: 0 0 0 1.6em;
  position: relative;
}
.radio + span::before {
  -webkit-transform: translateY(-50%);
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 50%;
  content: "";
  display: block;
  height: 16px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
}
.radio + span::after {
  -webkit-transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.32);
  border: 1px solid transparent;
  border-radius: 50%;
  content: "";
  height: 8px;
  left: 4px;
  opacity: 0;
  padding: 2px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease 0s;
  width: 8px;
}
.radio:checked + span::after {
  opacity: 1;
}
.select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: #F3F8F8 url(https://haniwaman.com/cms/wp-content/uploads/2018/12/form-css-arrow.png) no-repeat center right 8px/16px 16px;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 0;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-size: 1em;
  padding: 0.4em 0.8em;
  width: 100%;
}
.select::-ms-expand {
  display: none;
}
.select:focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  box-shadow: none;
  outline: none;
}
.button {
  -webkit-appearance: none;
  background-color: rgba(0, 0, 0, 0.32);
  background-image: none;
  border: none;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  margin: 0;
  padding: 1em 2em;
  text-decoration: none;
}
.button:hover, .button:focus {
  outline: none;
}
.button::-moz-foucus-inner {
  border: none;
  padding: 0;
}
@media screen and (max-width: 480px) {
  .button {
    padding: 1em;
  }
}
/*---------------------------------
  エラー
---------------------------------*/
p.is-error {
  display: block;
  flex-basis: 100%;
}
p.is-error span {
  background: #ffdddd;
  color: #cc0000;
  display: block;
  font-size: 12px;
  line-height: 1;
  padding: 5px;
  margin: 10px 0 0;
}
/*---------------------------------
  スタイル
---------------------------------*/
.inquiryBlock {
  padding-top: 0;
}
.inquiryBlock .l-inner {
  background: #fff;
  border-radius: 2rem;
  padding: 5rem 7rem;
  max-width: var(--txtWidth);
}
.inquiryBlock._check .txt {
  text-align: center;
}
.inquiryBlock._send .txt {
  margin-bottom: 5rem;
  text-align: center;
}
#contact-form {
  padding: 3rem 0;
}
#formWrap {
  margin-bottom: 5rem;
}
#formWrap > div {
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
  gap: 6rem;
  padding: 3rem 0;
}
#formWrap div dt {
  display: flex;
  justify-content: flex-end;
  flex-basis: 35%;
  font-size: 1.1em;
  font-weight: 500;
}
#formWrap div dt span {
  color: #D71717;
  display: inline-block;
  line-height: 1;
}
#formWrap div dd {
  flex-basis: 65%;
}
#formWrap div dd p.aside {
  font-size: 1.3rem;
  margin-top: 1rem;
}
/* 住所 */
#formWrap div .address .zip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 2rem;
}
#formWrap div .address .zip input {
  margin-left: 1rem;
}
#formWrap div .address span {
  display: block;
  font-size: .8em;
  margin-top: 1.5rem;
}
#formWrap div .address span .hi {
  background: #D71717;
  border-radius: .5rem;
  color: #fff;
  display: inline-block;
  font-size: .8em;
  padding: .1rem .5rem;
  margin: 0;
}
/* 電話希望時間帯 */
#formWrap div ._telephone {
  display: flex;
  align-items: center;
  gap: .5em;
}
#formWrap div ._telephone .select {
  max-width: 5em;
}
/*　個人情報取り扱い　*/
#contact-form .txtArea {
  margin: 2rem 0;
  text-align: center;
}
#contact-form .privacy .scr {
  overflow-y: scroll;
  height: 25rem;
  margin: 1rem 0;
  padding: 3rem;
  border: 1px solid #ccc;
  background: #fff;
}
#contact-form .privacy .scr .headttl {
  font-size: 1.2em;
  font-weight: 500;
  margin-bottom: 1rem;
}
#contact-form .privacy .scr ol {
  margin: 2rem 0;
  margin-left: 2rem;
}
#contact-form .privacy .scr ol li {
  margin: 1rem 0;
}
#contact-form .privacy .privacy-comment {
  margin: 2rem 0;
  text-align: center;
}
#contact-form .privacy .agree {
  text-align: center;
}
#contact-form .privacy .agree .check:disabled + span {
  color: #aaa;
}
#contact-form .submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  margin: 1em 0;
}
#contact-form .submit #btn_submit {
  border: #ccc solid 1px;
  border-radius: 3px;
  background-color: #fff;
  color: #ccc;
  cursor: pointer;
  font-size: 24px;
  font-weight: bold;
  max-width: 32rem;
  padding: 12px;
  transition: all 0.3s;
  width: 100%;
}
#contact-form .submit #btn_submit:hover {
  background: #1A54AC;
  border: #1A54AC solid 1px;
  color: #ffffff;
}
#contact-form .submit #btn_submit:disabled {
  background-color: #eee;
  border: #ccc solid 1px;
  color: #ccc;
  cursor: auto;
}
#contact-form .submit .back_btn {}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 896px) {}
@media screen and (max-width: 480px) {
  .inquiryBlock .l-inner {
    padding: 2rem;
  }
  #formWrap > div {
    display: block;
    padding: 2rem 0;
  }
  #formWrap div dt {
    justify-content: flex-start;
    margin-bottom: 1rem;
  }
  #formWrap div dd {
    padding-left: 0;
  }
  #contact-form .submit #btn_submit {
    font-size: 20px;
    max-width: 16rem;
    padding: 9px;
  }
}