@charset "utf-8";
/* CSS Document */
.wrapper {
  margin-bottom: 120px;
}
/*-------------------
top title
---------------------*/
.top-title {
  margin-top: 170px;
  width: 100%;
  height: 120px;
  position: relative;
}
.top-title__background {
  width: 40%;
  height: 100%;
  background-image: url("../images/common/rose.png");
  text-align: center;
}
.top-title__background h2 {
  color: #D9009F;
  font-family: "Great Vibes", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 7rem;
  padding-top: 55px;
}
.top-title__line {
  width:  65%;
  height: 55px;
  position: absolute;
  border-bottom: solid 1px #333;
  top: 0px;
  right: 0;
}
.top-title__ja {
  display: block;
  font-size: 2.0rem;
  padding: 50px 0 60px;
  line-height: 1.5;
}
@media screen and (max-width: 1140px) {
  .top-title {
    margin-top: 80px;
  }
  .top-title__line {
    display: none;
  }
  .top-title__background {
    width: 100%;
  }
}
/*-------------------
main
---------------------*/
.section-contact__text {
  font-size: 1.8rem;
  line-height: 2.7rem;
  text-align: left;
  width: 100%;
  max-width: 960px;
  margin: 0 auto 50px;
  padding: 0 24px;
  box-sizing: border-box;
}
.form_contact {
  display: block;
  background-color: #FDF2FA;
  padding: 50px 0 60px;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  text-align: left;
}
.form_wrapper {
  width: 90%;
  margin: 0 auto;
  box-sizing: border-box;
}
.form_contact p {
  margin-bottom: 40px;
  width: 100%;
}
.form_contact p label {
  color: #D9009F;
  display: inline-block;
  text-align: left;
  vertical-align: top;
  padding-top: 8px;
  width: 250px;
}
.form_contact input[type="text"], .form_contact input[type="email"], .form_contact select, .form_contact input[type="number"], .form_contact textarea {
  display: inline-block;
  width: 400px;
  height: 40px;
  padding: 0 10px;
  border: solid 1px #777;
}
.form_contact select {
  width: 470px;
}
.form_contact input[type="number"] {
  width: 100px;
}
.form_contact input[type="date"] {
  display: inline-block;
  width: 200px;
  height: 40px;
  padding: 0 10px;
  border: solid 1px #777;
}
.form_contact textarea {
  height: 300px;
}
.form_contact p label.kind_small-label {
  display: inline-block;
  padding-left: 15px;
  color: #333;
}
#form_inquiry-kind_1, #form_inquiry-kind_2 {
  width: 15px;
  height: 15px;
  padding-top: 4px;
  position: relative;
  top: 4px;
}
.form_contact p label.date_small-label {
  display: inline-block;
  color: #333;
  width: 100px
}
.form_inquiry-kind {
  display: inline-block;
}
.form_date {
  display: inline-block;
}
#form_date_1 {
  margin-bottom: 10px;
}
.form_privacy {
  text-align: center;
  margin-bottom: 30px;
}
.inquiry-form__privacy-link {
  text-decoration: underline;
  color: #D9009F;
}
.form_submit {
  display: block;
  height: 48px;
  max-width: 250px;
  width: 100%;
  background-color: #D9009F;
  color: #FFF;
  font-size: 2.2rem;
  border-radius: 48px;
  border: none;
  box-shadow: 3px 5px 6px #DBDBDB;
  margin: 0 auto;
}
.form_submit:hover {
  opacity: 0.5;
}
@media screen and (max-width: 820px){
 .form_contact {
   width: 100%;
}
.form_contact p {
  margin-bottom: 30px;
  width: 90%;
}
.form_contact p label {
  display: block;
  width: 100%;
  padding-bottom: 15px;
  margin: 0;
}
  .form_contact input[type="text"], .form_contact input[type="email"], .form_contact select, .form_contact input[type="number"], .form_contact textarea {
  width: 100%;
    margin: 0;
}
.form_contact input[type="number"] {
  width: 25%;
}
.form_contact textarea {
  height: 200px;
}
  #form_inquiry-kind_1, #form_inquiry-kind_2 {
  position: relative;
  top: 28px;
}
  .form_contact p label.kind_small-label {
  padding-left: 30px;
}
  .form_wrapper {
  width: 100%;
    padding: 0 24px;
  margin: 0 auto;
}
  
}