@charset "utf-8";
/* CSS Document */
/*  contactページのみ*/
.section__lower__instruction {
  font-size: 1.5rem;
  margin-top: 12px;
}

@media(min-width:796px) {
  .section__lower__instruction {
    font-size: 1.6rem;
  }
/*アコーディオンタイトル*/
.number {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-size:1.6rem;
    font-weight: normal;
    padding: 15px 3% 0 50px;
    transition: all .5s ease;
  width: 30%;
  
}
}
.section-contact__bg {
  background-image: url("../images/texture_bg@2x.png");
  background-size: 100%;
  width: 100%;
  padding-top: 20px;
}
.section-contact__grid {
  position: relative;
  width: 87.2%;
  border-radius: 20px;
  margin: 40px auto 50px;
  background-color: #fbfbfb;
}
@media(min-width:769px) {
  .section-contact__grid {
    width: 60%;
    margin: 60px auto 80px;
  }
}
.formrun {
  padding: 30px 20px;
}
.formrun input[type="text"], .formrun input[type="email"], .formrun select, .formrun textarea {
  display: block;
  width: 90%;
  height: 40px;
  padding: 0 10px;
  margin: 0 auto 30px;
  border: solid 1px #777;
}
.formrun textarea {
  height: 300px;
}
.form__title {
  font-weight: 500;
  font-size: 1.8rem;
  display: block;
  margin-bottom: 4px;
}
.formrun__contact__method {
  margin-bottom: 20px;
}
.formrun p label.small-label {
  display: inline-block;
  padding-left: 5%;
}
.error {
  margin-top: -30px;
  margin-bottom: 30px;
}
.grecaptcha-badge {
  visibility: hidden;
}
.g-recaptcha__wrapper {
  display: flex;
  justify-content: center;
}
.small-label__second {
  padding-bottom: 5px;
}
.small-label__privacy {
  font-size: 1.5rem;
  margin-bottom: 30px;
}
.formrun__privasy-link {
  color: #333;
}
.formrun__submit {
  display: block;
  height: 38px;
  max-width: 320px;
  width: 100%;
  background-color: #BD6856;
  color: #fbfbfb;
  font-size: 1.6rem;
  border-radius: 38px;
  border-style: none;
  letter-spacing: 0.2rem;
  margin-top: 35px;
}
.phone-button__flex-container {
  display: flex;
  margin: 0 24px 40px 24px;
  padding: 20px 0 0 20px;
  background-color: #fbfbfb;
  height: 120px;
  border-radius: 20px;
}
.phone-button {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #F2AAAA;
  display: flex;
  justify-content: center;
  align-items: center;
}
.phone-button a img {
  width: 70%;
  padding: 9px 0 0 8px;
}
.phone-button__flex-item {
  padding-left: 15px;
  font-size: 1.4rem;
}
@media(min-width:769px) {
  .formrun {
    padding: 40px 40px;
  }
  .formrun input[type="text"], .formrun input[type="email"], .formrun select, .formrun textarea {
    width: 60%;
    height: 40px;
    padding: 0 10px;
    margin: 0 auto 30px;
    border: solid 1px #777;
  }
  .formrun textarea {
    height: 300px;
  }
  .form__title {
    margin: 0 0 10px 120px;
  }
  .error {
    margin-left: 120px;
  }
  #form__reply__method__1, #form__reply__method__2 {
    margin-left: 18.6%;
  }
  .small-label__second {
    padding-bottom: 10px;
  }
  .formrun__privasy__wrapper {
    margin-left: 18.6%;
  }
  .g-recaptcha {
    margin: 0 auto;
    text-align: center;
    width: 63%;
  }
  .formrun__submit {
    margin-left: 18.6%;
    max-width: 63%;
    margin-top: 110px;
  }
}
.section-contact__area {
  padding-bottom: 70px;
}
.section-contact__area__map img {
  display: block;
  width: 90%;
  margin: 0 auto 20px;
}
.section-contact__area__map__discription {
  margin-left: 44px;
  font-size: 1.5rem;
}
@media(min-width:769px) {
  .section-contact__area {
    padding-bottom: 100px;
  }
  .section-contact__area__map img {
    width: 60%;
    max-width: 800px;
  }
  .section-contact__area__map__discription__wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .section-contact__area__map__discription {
    display: block;
    margin-left: 0;
    font-size: 1.6rem;
  }
}
@media(max-width:360px) {
  iframe {
    width: 95%;
  }
}