@charset "utf-8";

/* bg image */
#contact::after {
  background-image: url(/sp/images/bg/bg-contact.jpg);
}

/* contact */
.contact .head {
  font-size: 5.06vw;
  color: #7b0002;
  line-height: 1.3;
  letter-spacing: -0.03em;
  text-align: center;
}
.contact .text {
  margin: 5.33vw 0 10vw;
  font-size: 3.33vw;
  line-height: 1.6;
}
.contact_mail {
  width: 86.6vw;
  margin: 0 auto;
  background: #434343;
}
.contact_mail a {
  display: block;
  padding: 4vw 0;
  font-size: 3.73vw;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

/* form */
.form {
  padding: 0 0 3.66vw;
}
.form .err {
  min-height: 0;
  margin-top: 40px;
  font-size: 14px;
  color: #f00;
  border-radius: 4px;
}
.form form {
  width: 82.66vw;
  margin: 0 auto;
}
.form table {
  width: 100%;
  font-weight: bold;
}
.form tr {
  display: block;
  margin: 5.33vw 0;
  text-align: left;
}
.form th {
  display: block;
  margin-bottom: 1vw;
  font-size: 3.33vw;
}
.form td {
  display: block;
  font-size: 3.33vw;
}
.form .required {
  font-size: 3.33vw;
  color: #f00;
}
input[name="name"],
input[name="kana"],
input[name="tel"],
input[name="email"],
input[name="address"] {
  width: 100%;
}
textarea[name="comment"] {
  width: 100%;
}
input[name="insert"] {
  width: 100%;
  padding: 4vw 0;
  font-size: 4vw;
  font-weight: bold;
  color: #fff;
  background: #9d0013;
}
.submit {
  margin: 0 -1.97vw;
}
.submit.border {
  padding-bottom: 12.33vw;
  border-bottom: 1px solid #000;
}


/* form reset */
input[type="text"] {
  height: 30px;
  padding: 0;
  outline: none;
  background: none;
  border: 1px solid #aaa;
  box-shadow: 1px 1px 2px 0 #ccc inset;
  box-sizing: border-box;
  border-radius: 2px;
}
input[type="radio"] {
  margin: 0;
}
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  outline: none;
  background: transparent;
  border: 1px solid #aaa;
  box-shadow: 1px 1px 2px 0 #ccc inset;
  box-sizing: border-box;
  border-radius: 2px;
}
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
}

/* complete */
.complete {
  padding: 50px 0;
  text-align: center;
}
.complete .bodytext {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.complete a {
  display: inline-block;
  margin-top: 20px;
  font-size: 13px;
  color: #000;
  text-decoration: underline;
}
