@charset "UTF-8";
/*----------------------------------
  カラー
------------------------------------*/
/*----------------------------------
  レスポンシブ制御関係
------------------------------------*/
body {
  min-width: 1200px;
}

@media (max-width: 1200px) {
  body {
    overflow-x: scroll;
  }
}

@media (max-width: 768px) {
  body {
    overflow-x: hidden;
    min-width: 0px;
  }
}

/*----------------------------------
  mv
------------------------------------*/
/*----------------------------------
  lead
------------------------------------*/
.lead {
  width: 100%;
  background-color: rgba(229, 150, 194, 0.15);
  padding-top: 70px;
  padding-bottom: 80px;
  text-align: center;
}

.lead_text {
  margin-top: 50px;
  font-size: 17px;
  line-height: 2.5;
  letter-spacing: 2px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .lead {
    width: 100%;
    background-color: rgba(229, 150, 194, 0.15);
    padding-top: 70px;
    padding-bottom: 80px;
    text-align: center;
  }
  .lead_text {
    margin-top: 50px;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 2px;
    font-weight: bold;
  }
}

/*----------------------------------
  お問い合わせ/フォーム
------------------------------------*/
.contact-form {
  width: 100%;
  background-color: rgba(229, 150, 194, 0.15);
  padding-bottom: 80px;
}

.contact-form_inner {
  width: 1200px;
  margin: 0 auto;
  padding: 80px 250px 70px;
  background-color: #fff;
  position: relative;
}

.contact-form_inner::before {
  position: absolute;
  top: 20px;
  left: 20px;
  content: "";
  width: 17px;
  height: 17px;
  background-color: #FABF13;
  border-radius: 50%;
}

.contact-form_inner::after {
  position: absolute;
  top: 20px;
  right: 20px;
  content: "";
  width: 17px;
  height: 17px;
  background-color: #FABF13;
  border-radius: 50%;
}

.form {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .contact-form {
    width: 90%;
    margin: 0 auto;
    padding-top: 20px;
  }
  .form {
    margin-top: 32px;
    padding: 0 10px;
  }
}

.form__textbox-container {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
}

.form__textbox-container:not(:first-child) {
  margin-top: 24px;
}

.form__textbox-label {
  font-size: 14px;
  line-height: calc(27 / 16);
  letter-spacing: 1.8px;
}

.form__textbox {
  display: block;
  width: 100%;
  height: 40px;
  padding-left: 20px;
  margin-top: 6px;
  font-size: 14px;
  line-height: 40px;
  border: solid 1px #DDDDDD;
  box-sizing: border-box;
}

.form__textarea-container {
  display: flex;
  flex-direction: column;
  margin-top: 16px;
}

.form__textarea-label {
  margin-top: 4px;
  font-size: 14px;
  line-height: calc(27 / 16);
  letter-spacing: 1.8px;
}

.wpcf7-list-item-label {
  font-size: 14px;
  line-height: calc(27 / 16);
  letter-spacing: 1.8px;
}

.wpcf7-list-item label {
  display: flex;
  align-items: center;
}

.wpcf7-list-item {
  width: 100%;
  margin: 3px 0;
}

.form__textarea {
  height: 240px;
  padding: 20px;
  margin-top: 6px;
  font-size: 14px;
  resize: none;
  border: solid 1px #DDDDDD;
  width: 100%;
  box-sizing: border-box;
}

.form__textarea:-ms-input-placeholder {
  font-size: 14px;
}

.form__textarea::-moz-placeholder {
  font-size: 14px;
}

.form__textarea::placeholder {
  font-size: 14px;
}

.form__submit {
  display: block;
  margin: 40px auto 0;
  width: 300px;
  height: 80px;
  border-radius: 50px;
  background: #f398c2;
  border: 3px solid #fff;
  box-shadow: 5.08px 5.08px 1.45px rgba(0, 0, 0, 0.1);
  font-size: 20px;
  letter-spacing: 6px;
  line-height: 80px;
  color: #fff;
  transition: opacity 0.3s;
}

.form__submit:hover {
  opacity: 0.6;
  transition: opacity 0.3s;
}

@media (max-width: 768px) {
  .contact-form {
    width: 100%;
    background-color: rgba(229, 150, 194, 0.15);
    padding-bottom: 80px;
  }
  .contact-form_inner {
    width: 90%;
    margin: 0 auto;
    padding: 40px 0px 70px;
    background-color: #fff;
    position: relative;
  }
  .contact-form_inner::before {
    position: absolute;
    top: 20px;
    left: 20px;
    content: "";
    width: 17px;
    height: 17px;
    background-color: #FABF13;
    border-radius: 50%;
  }
  .contact-form_inner::after {
    position: absolute;
    top: 20px;
    right: 20px;
    content: "";
    width: 17px;
    height: 17px;
    background-color: #FABF13;
    border-radius: 50%;
  }
  .form__submit {
    display: block;
    margin: 40px auto 0;
    width: 200px;
    height: 60px;
    border-radius: 50px;
    background: #f398c2;
    border: 3px solid #fff;
    font-size: 16px;
    letter-spacing: 6px;
    line-height: 1;
    color: #fff;
  }
}
/*# sourceMappingURL=style.css.map */
