@charset "UTF-8";
/* CSS Document */
/*---------------------------------

  お問い合わせ

---------------------------------*/
#mainColum {
  margin: auto;
}
#contact {
  margin: auto;
  max-width: 100rem;
}
#contact .wrap {}
#contact .contactBox {
  background: #eee;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  margin-bottom: 10rem;
  padding: 3rem;
  text-align: center;
}
#contact .contactBox dt {
  letter-spacing: 2px;
  margin-right: 3rem;
}
#contact .contactBox dd {
  background-image: url(../images/i_tel.svg);
  background-repeat: no-repeat;
  background-size: 2.5rem;
  background-position: center left;
  color: #707070;
  display: inline-block;
  font-size: 4rem;
  font-weight: 800;
  padding-left: 4rem;
}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 896px) {}
@media screen and (max-width: 480px) {}
/*---------------------------------

  メールフォーム

---------------------------------*/
.text {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  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: transparent;
  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: 100px;
  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;
}
.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;
}
/*---------------------------------
  エラー
---------------------------------*/
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;
}
/*---------------------------------
  スタイル
---------------------------------*/
#contact-form {
  padding-bottom: 10rem;
}
#formWrap {
  margin-bottom: 5rem;
}
#formWrap > div {
  border-bottom: 1px solid #eee;
  display: flex;
  padding: 5rem 0;
}
#formWrap div dt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-basis: 30%;
}
#formWrap div dt span {
  background: var(--sub-c);
  border-radius: .5rem;
  color: #fff;
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1;
  padding: .5rem .5rem;
}
#formWrap div dd {
  flex-basis: 70%;
  padding-left: 7rem;
}
#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: 1rem;
}
#formWrap div .address .zip input {
  margin-left: 1rem;
}
#formWrap div .address .h_txt {
  font-size: .9em;
  margin: .7rem 0 .3rem;
}
/*　個人情報取り扱い　*/
#contact-form .privacy .scr {
  overflow-y: scroll;
  height: 400px;
  margin: 10px 0;
  padding: 3rem;
  border: 1px solid #ccc;
  box-sizing: border-box;
  background: #fff;
}
#contact-form .privacy .contact img {
  display: block;
  max-width: 25rem;
  margin: 2rem auto;
}
#contact-form .privacy .agree {
  text-align: center;
}
#contact-form .submit {
  text-align: center;
  margin: 1em 0;
}
#contact-form .submit #btn_submit {
  background: var(--main-c);
  display: inline-block;
  max-width: 20rem;
  width: 100%;
}
#contact-form .submit #btn_submit:disabled {
  background: #aaa;
  cursor: auto;
  opacity: .5;
}
#contact-form .submit .back_btn {
  margin-left: 5rem;
}