@charset 'UTF-8';
/*--------------------
main
--------------------*/
.contact_mv_suv {
  background-image: url(../img/conatact/contact_mv.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 52.533333333333333vw;
  position: relative;
}
.contact_mv_title_box {
  background: #f0ede1;
  bottom: 0;
  left: 50%;
  padding-top: 20px;
  position: absolute;
  transform: translateX(-50%);
  width: 52%;
}
.contact_mv_title {
  color: #000;
  font-family: Noto Sans JP;
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
  text-align: center;
}

.contact_main_title img {
  margin: 0 auto;
  padding-top: 48px;
  width: 153px;
}
.contact_main_title_text {
  color: #000;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.7;
  margin: 45px auto 0;
}
.contact_main_tel_box {
  margin-top: 101px;
  position: relative;
}
.contact_main_tel_item {
  border-top: 1px solid #ceccc2;
  padding: 18px 0;
}
.contact_main_tel_item_fax {
  border-bottom: 1px solid #ceccc2;
  border-top: 1px solid #ceccc2;
  padding: 18px 0;
}
.contact_main_tel_item img {
  position: relative;
  width: 251px;
  z-index: 1;
}
.contact_main_tel_item_fax img {
  width: 246px;
}
.contact_main_tel_box_flower {
  position: absolute;
  right: -20px;
  top: -65px;
  width: 201px;
}
.contact_main_form_desc_box_l {
  border-bottom: 1px solid #ceccc2;
  color: #000;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5;
  margin-top: 36px;
  padding-bottom: 26px;
}
.contact_main_form_desc_box_l_item {
  padding-left: 1em;
  text-indent: -1em;
}
.contact_main_form_desc_box_s {
  border-bottom: 1px solid #ceccc2;
  color: #000;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5;
  margin-top: 26px;
  padding-bottom: 26px;
}
.contact_form {
  margin: 18px 10px 0;
}
.contact_form .wpcf7 table {
  width: 100%;
}
.contact_form .wpcf7 th {
  display: block;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  padding-top: 30px;
  text-align: left;
  width: 100%;
}
.contact_form .wpcf7 td {
  display: block;
  padding-top: 10px;
  width: 100%;
}
.contact_form .wpcf7 select {
  background: #fff;
  border: 1px solid #ceccc2;
  border-radius: 5px;
  color: inherit;
  font-size: 13px;
  font-weight: 300;
  height: 36px;
  padding: 10px;
  width: 50%;
}
.contact_form .wpcf7 input {
  border: 1px solid #ceccc2;
  border-radius: 5px;
  font-family: inherit;
  font-size: 16px;
  font-weight: 300;
  height: 48px;
  padding: 10px;
  width: 100%;
}
.contact_form .wpcf7 textarea {
  border: 1px solid #ceccc2;
  display: block;
  font-family: inherit;
  font-size: 16px;
  font-weight: 300;
  height: 225px;
  padding: 10px;
  resize: vertical;
  width: 100%;
}
.contact_form .wpcf7 *::placeholder {
  color: #969696;
}
.contact_form .wpcf7 .submit-b {
  margin-top: 39px;
  text-align: center;
}
.contact_form .wpcf7 input[type='submit'] {
  background: #e1a3a6;
  border: none;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  height: 61px;
  letter-spacing: .3em;
  line-height: 1.1;
  width: 216px;
}
.contact_form .wpcf7 input[type='submit']:hover {
  background: #da7b83;
  border: 1px solid #da7b83;
}
.contact_form .wpcf7-not-valid-tip {
  font-size: 12px;
  margin-top: 10px;
  text-align: right;
}
.contact_form .wpcf7 form .wpcf7-response-output {
  background-color: #fff;
  font-size: 12px;
  margin: 2em 0 0;
  padding: 15px;
}
