@charset "UTF-8";
/* CSS Document */
/*トップ*/
.top-image{
  position: relative;
  width: 100%;
  height: 400px;
  background: url("../images/top-image-bg2.jpg") no-repeat center/cover;
}
.top-filter {
  background-color: rgba(0, 0, 0, 0.20);
  height: 100%;
  width: 100%;
}
.top-image::after {
  position: absolute;
  content: "";
  background-image: url(../images/wave_long.svg);
  left: 0;
  background-repeat: repeat-x;
  height: 17px;
  background-position: center;
  width: 100%;
  bottom: -1px;
  background-size: 1200px;
}
.top-logo {
  display: block;
  position: absolute;
  width: 220px;
  cursor: pointer;
  z-index: 500;
  transition: all .5s;
  top: 12px;
  left: 15px;
}
.top-logo img {
  width: 100%;
  object-fit: cover;
}
.page-title {
  position: absolute;
  top: 44%;
  left: 0;
  right: 0;
  text-align: center;
  letter-spacing: 0.1rem;
  line-height: 1.4;
  color: #fff;
}
.page-title h1 {
  font-size: 2.6rem;
  font-family: 'Zen Maru Gothic', serif;
    font-weight: 500;
  letter-spacing: 0.2rem;
  opacity: 0;
}
.page-title p {
  font-family: Arial, Helvetica, "sans-serif", "Helvetica Neue";
  font-size: 1.6rem;
  letter-spacing: 0.2rem;
  opacity: 0;
}
/*トップ(タブレット)*/
@media(min-width:600px) {
  .top-logo {
    width: 260px;
  }
  .page-title {
  top: 43%;
}
}
/*トップ(PC)*/
@media(min-width:1000px) {
  .top-image {
    height:75vh;
  }
  .top-image::after {
    height: 27px;
    background-position: center;
    width: 100%;
    bottom: -5px;
    background-size: 1500px;
  }
  .page-title {
    position: absolute;
    top: 48%;
    left: 0;
    right: 0;
    text-align: center;
    line-height: 1.4;
    color: #fff;
  }
  .page-title h1 {
    font-size: 3.6rem;
    margin-bottom: 10px;
  }
  .page-title p {
    font-size: 2.0rem;
  }
}
/*お問合せ*/
.section-contact {
  padding: 60px 20px 80px;
}
.contact-discription {
  max-width: 460px;
  margin: 0 auto 30px;
  text-align: justify;
}
.inquiry-form {
  max-width: 460px;
  margin: 0 auto;
}
.inquiry-form p {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  text-align: justify;
}
.inquiry-form p:last-of-type {
  margin-bottom: 25px;
  display: block;
}
.inquiry-form label, .label {
  font-size: 2.0rem;
  line-height: 1.4;
  letter-spacing: 0.1rem;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.required {
  margin-left: 15px;
  background-color: #E57C44;
  border-radius: 5px;
  font-size: 1.3rem;
  line-height: 1;
  padding: 5px 10px 6px 10px;
  color: #fff;
  white-space: nowrap;
}
.example{
  font-size: 1.4rem;
  margin :2px 0 8px;
}
input[type="text"], input[type="email"], input[type="tel"] {
  border: solid 2.5px #DBC8AD;
  border-radius: 10px;
  background-color: #fff;
  height: 50px;
  padding: 10px 20px;
  width: 100%;
  font-size: 1.8rem;
  line-height: 1;
}
.inquiry-form select {
  border: solid 2.5px #DBC8AD;
  border-radius: 10px;
  background-color: #fff;
  height: 50px;
  padding: 10px 15px;
  font-size: 1.8rem;
  line-height: 1.4;
  width: 100%;
  cursor: pointer;
}
.inquiry-form .select {
  position: relative;
  width: 250px;
  margin-top: 8px;
}
.inquiry-form .select::after {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #bb9b7d;
  margin-bottom: 25px;
  border-radius: 3px;
  position: absolute;
  top: 18px;
  right: 16px;
  clip-path: polygon(100% 0, 0 0, 50% 80%);
}
.privacy-check {
  position: relative;
}
.inquiry-form .form-textarea {
  margin-bottom: 20px;
}
.detail-discription{
  margin :2px 0 8px;
}
.inquiry-form textarea {
  border: solid 2.5px #DBC8AD;
  border-radius: 15px;
  background-color: #fff;
  height: 240px;
  padding: 10px 15px;
  width: 100%;
  font-size: 1.8rem;
  line-height: 1.4;
}
.inquiry-form p.privacy-check {
  display: block;
  margin: 0 auto 20px;
  max-width: 345px;
}
.wpcf7-list-item-label {
  position: relative;
  cursor: pointer;
  vertical-align: middle;
  padding: 0 0 0 35px;
  font-size: 1.8rem;
  font-weight: 500;
  display: block;
  margin: 0;
}
.wpcf7-list-item-label::before {
  content: "";
  display: block;
  position: absolute;
  border: solid 2.5px #DBC8AD;
  border-radius: 3px;
  background-color: #fff;
  width: 24px;
  height: 24px;
  left: 0px;
  top: 1px;
}
input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}
input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
  content: "";
  display: block;
  position: absolute;
  border-bottom: solid 4px #E57C44;
  border-left: solid 4px #E57C44;
  width: 14px;
  height: 10px;
  transform: rotate(-45deg);
  left: 5px;
  top: 6px;
}
#privacy-link {
  text-decoration: underline;
  transition: all .3s;
}
#privacy-link:hover {
  color: #E57C44;
}
.form-submit-wrap {
  margin: 0 auto;
  width: 200px;
  font-size: 1.6rem;
  font-weight: 500;
  background-color: #abd91d;
  color: #fff;
  border-radius: 50px;
  transition: .4s;
  display: block;
  position: relative;
  cursor: pointer;
}
.form-submit-wrap::after {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  background-image: url(../images/arrow_white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: all .4s ease-out;
  position: absolute;
  top: 31%;
  right: 22%;
}
.form-submit-wrap:hover {
  background-color: #83cd43;
}
.form-submit-wrap:hover::after {
  transform: translateX(5px);
}
.form-submit {
  text-align: center;
  display: inline-block;
  width: 180px;
  padding: 11px 0 12px;
}
.wpcf7-spinner{
  display: none;
}
/*お問合せ（タブレット）*/
@media(min-width:600px) {
  .section-contact {
    padding: 80px 70px 100px;
  }
  .contact-discription {
    max-width: 640px;
    margin: 0 auto 40px;
  }
  .inquiry-form {
    max-width: 640px;
  }
  .form-submit-wrap {
    width: 220px;
    font-size: 1.8rem;
    border-radius: 80px;
  }
  .form-submit-wrap::after {
    width: 18px;
    height: 18px;
    top: 34%;
    right: 21%;
  }
  .form-submit {
    text-align: center;
    display: inline-block;
    width: 200px;
    padding: 13px 0 14px;
  }
}
/*お問合せ（PC）*/
@media(min-width:1000px) {
  .section-contact {
    padding: 100px 110px 140px;
  }
  .contact-discription {
    max-width: 800px;
    margin: 0 auto 50px;
  }
  .inquiry-form {
    max-width: 800px;
  }
  .inquiry-form p:last-of-type {
    margin-bottom: 35px;
  }
  .inquiry-form .form-textarea {
    margin-bottom: 30px;
  }
  .inquiry-form p.privacy-check {
    margin: 0 auto 30px;
  }
  .form-submit-wrap {
    width: 240px;
  }
  .form-submit-wrap::after {
    width: 19px;
    height: 19px;
    top: 32%;
    right: 23%;
  }
  .form-submit {
    text-align: center;
    display: inline-block;
    width: 220px;
  }
}