.contact .mv {
  background: url(../img/contact/mv.jpg) center top/cover no-repeat;
  padding: 160px 0 !important;
  margin-bottom: 40px;
}
.contact .mv .page_ttl {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .contact .mv {
    padding: 50px 0 !important;
  }
}

.h_title {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 48px;
  letter-spacing: 6px;
}

.page_title {
  margin-bottom: 30px;
}
.page_title h3 {
  font-size: 2rem;
  font-weight: 400;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 4px !important;
  text-align: center;
  margin-bottom: 15px;
}
.page_title p {
  font-size: 1.8rem;
  font-weight: 200;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 4px !important;
  text-align: center;
}

.contact_area dl {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #ddd;
}
.contact_area dl:last-child {
  border-bottom: none;
}
.contact_area dl dt {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 2px;
  font-family: "Noto Serif JP", serif;
  width: 30%;
  padding: 20px;
}
.contact_area dl dd {
  font-size: 16px;
  letter-spacing: 2px;
  font-family: "Noto Serif JP", serif;
  width: 70%;
  padding: 20px;
}
.contact_area dl dd input {
  display: inline-block;
  vertical-align: middle;
  padding: 5px 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  width: 80%;
  max-width: 400px;
}
.contact_area dl dd input.mid {
  max-width: 215px;
  margin-right: 20px;
}
.contact_area dl dd input.mid:last-child {
  margin-right: 0px;
}
.contact_area dl dd input.large {
  width: 100%;
}
.contact_area dl dd input.small {
  max-width: 95px;
}
.contact_area dl dd input.addre {
  max-width: 248px;
}
.contact_area dl dd input::-webkit-input-placeholder {
  color: #aaa;
}
.contact_area dl dd input::-moz-placeholder {
  color: #aaa;
}
.contact_area dl dd input:-ms-input-placeholder {
  color: #aaa;
}
.contact_area dl dd input::-ms-input-placeholder {
  color: #aaa;
}
.contact_area dl dd input::placeholder {
  color: #aaa;
}
.contact_area dl dd textarea {
  min-height: 184px;
  border: 1px solid #dddddd;
  padding: 5px 10px;
  border-radius: 5px;
}
@media screen and (min-width: 769px) {
  .contact_area dl dd textarea {
    width: 100%;
  }
}
.contact_area dl dd p {
  font-family: "Noto Serif JP", serif;
  margin-bottom: 15px;
}
.contact_area dl dd p:last-child {
  margin-bottom: 0px;
}
.contact_area dl dd .w-110 {
  max-width: 110px;
  margin-bottom: 10px;
}
.contact_area dl dd .form-select {
  max-width: 215px;
}

span.red_t {
  display: inline-block;
  font-size: 11px;
  color: #df001d;
  vertical-align: middle;
  letter-spacing: 1px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border-radius: 0;
  border: none;
  outline: 0;
  margin: 0;
  background: #fff;
}

.inquiry-section {
  display: block;
  position: relative;
  width: 30%;
  height: 35px;
  font-size: 16px;
  border: 1px solid #dddddd;
  overflow: hidden;
  border-radius: 5px;
}
.inquiry-section::after {
  position: absolute;
  display: block;
  content: "";
  width: 10px;
  height: 35px;
  top: 0;
  right: 0;
  margin-top: 0;
  pointer-events: none;
  background: url(../img/contact/select_arrow.png) center top no-repeat;
  background-size: 12px;
}
.inquiry-section select {
  width: 100%;
  height: 30px;
  font-size: 16px;
  padding: 0 10px;
  border: none;
  position: relative;
  color: #000;
}

.submit_area {
  text-align: center;
  margin: 100px auto;
}
.submit_area .submit_btn {
  display: inline-block;
  border: 1px solid #000;
  width: 263px;
  height: 60px;
  text-align: center;
  background: url(../img/contact/submit_arrow.png) right 30px center no-repeat;
  background-size: 8px;
}

.wpcf7c-conf {
  background-color: #ffffff !important;
  color: black;
  border: none !important;
  pointer-events: none !important;
}

input[type=submit] {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input[type=submit]:hover {
  color: #fff;
  background-color: #000;
}

@media screen and (max-width: 768px) {
  #header_area {
    background: url(../img/contact/header_image.jpg) center top no-repeat;
    width: 100%;
    height: 200px;
    background-size: cover;
  }
  .h_title {
    font-size: 24px;
    letter-spacing: 2px;
    text-align: center;
  }
  .breadcrumb {
    padding: 4px;
    margin-bottom: 20px;
  }
  .breadcrumb ul li {
    font-size: 12px;
  }
  .page_title {
    position: relative;
    margin-bottom: 35px;
  }
  .page_title h3 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
  }
  .page_title p {
    font-size: 14px;
  }
  .contact_area dl {
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .contact_area dl dt {
    width: 100%;
    padding: 0 0 20px 0px;
    font-size: 14px;
    letter-spacing: 2px;
  }
  .contact_area dl dd {
    width: 100%;
    padding: 0 0 0 0px;
    font-size: 14px;
    letter-spacing: 2px;
  }
  .contact_area dl dd input.mid {
    max-width: 150px;
    margin-right: 20px;
  }
  .contact_area dl dd input.large {
    width: 90%;
  }
  .contact_area dl dd p {
    margin-bottom: 10px;
  }
  .contact_area dl dd input.small {
    max-width: 75px;
  }
  .submit_area {
    text-align: center;
    margin: 40px auto;
  }
  .contact_area dl dd textarea {
    width: 95%;
    min-height: 104px;
    border: 1px solid #000;
    padding: 5px;
  }
}
.address1 {
  margin-bottom: 15px;
}