@charset "utf-8";
/* CSS Document */
.main {
  background-color: #FFFFFF;
}
.section-top_image {
  height: 300px;
  background-image: url("../images/contact_top.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 50px;
}
.section-top_image-filter {
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.20);
}
.section-top h2 {
  padding: 130px 0;
  text-align: center;
  font-size: 3.0rem;
  font-family: "游明朝";
  font-weight: 600;
}
@media(min-width:1160px) {
  .section-top_image {
    height: 600px;
    margin-top: 80px;
  }
  .section-top h2 {
    padding-top: 270px;
    font-size: 6.0rem;
  }
}
.contact_form {
  padding: 40px 24px 80px;
  text-align: left;
}
.contact_form p {
  margin-bottom: 40px;
}
.contact_form input[type="text"], .contact_form input[type="email"], .contact_form textarea {
  display: block;
  width: 327px;
  height: 30px;
  padding: 10px 10px;
  border: solid 1px #777;
}
.contact_form textarea {
  height: 150px;
}
.contact_form p label {
  font-weight: 600;
  font-size: 1.8rem;
  display: block;
  margin-bottom: 20px;
}
.contact_form p label.small-label {
  display: inline-block;
  font-weight: 500;
  font-size: 1.8rem;
  padding-left: 30px;
}
.contact-form_submit {
  display: block;
  height: 40px;
  width: 150px;
  background-color: #e98eae;
  color: #FFF;
  font-size: 1.6rem;
  margin: 0 auto;
  border: none;
}
@media(min-width: 1160px) {
  .contact_form {
    padding: 100px 0 120px;
    width: 1160px;
    margin: 0 auto;
  }
  .contact_form input[type="text"], .contact_form input[type="email"], .contact_form textarea {
    width: 1160px;
  }
  .contact_form p label {
    font-size: 2.4rem;
  }
  .contact-form_submit {
    height: 80px;
    width: 300px;
    font-size: 2.4rem;
  }
}