.mainImgArea {
  background-image: url("../img/sub/shop/main.jpg");
}

.sub_h2Area .h2Box img {
  width: 70px;
}

.contactArea {
  display: none;
}

.contactArea_m .inner {
  text-align: center;
  padding-right: 0;
  padding-left: 0;
}

.contactBox {
  padding: 30px 0;
}

.contactBox > .inner {
  padding-top: 70px;
}

h3 {
  font-size: 25px;
  font-weight: bold;
  display: block;
  position: relative;
  padding-bottom: 0.732em;
  margin-bottom: 22px;
  text-align: center;
}

h3::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 10em;
  height: 14px;
  background-image: url(../img/sub/menu01/wave_y_long.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.contactBox .formBox #mailfield p {
  padding: 10px 20px 30px;
  text-align: center;
  color: #444;
}

.contactBox .formBox #mailfield .requiredCaution {
  text-align: right;
}

.mfp_element_button {
  border-radius: 15px;
  border: solid 3px transparent;
  background-color: #ea5e2b !important;
}

.mfp_element_button:hover {
  border-color: #ea5e2b !important;
  background-color: #fff !important;
  color: #ea5e2b !important;
}

.contactBox .formBox #mailfield div.mfp_buttons {
  margin-top: 40px;
}

.contactBox .formBox #mailfield div.mfp_buttons button.sub_btn01 {
  font-size: 16px;
  font-weight: bold;
  margin: 0 auto;
  border-radius: 15px;
  border: solid 3px transparent;
}

.contactBox .formBox #mailfield div.mfp_buttons button.sub_btn01 p {
  padding: 0;
}

@media screen and (max-width: 767px) {
  /* sub_h2Area */
  .sub_h2Area .h2Box img {
    width: auto;
    height: 6vh;
  }
  .contactArea_m .inner {
    padding-right: 0;
    padding-left: 0;
  }
  .contactBox {
    width: 100%;
    padding: 0 0;
  }
  .contactBox .formBox #mailfield p {
    padding: 10px 0 20px;
    text-align: left;
  }
}

/* // MARK : maxW 622px */
@media screen and (max-width: 622px) {
  .mfp_element_button {
    width: 100%;
    padding: 15px 90px;
    border-radius: 15px;
    border: solid 3px transparent;
  }
}

/* // MARK : maxW 500px */
@media screen and (max-width: 500px) {
  .inner h3 {
    font-size: 19px;
    padding-bottom: 1.38em;
    margin-bottom: 28px;
  }
}
/*# sourceMappingURL=contact.css.map */