@charset "utf-8";

body {
  color: #3f3f3f;
  font-family: "noto-sans-cjk-jp", "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  overflow: hidden;
}
.sp {
  display: none !important;
}

a {
  color: #3f3f3f;
  display: block;
  text-decoration: none;
  transition: all 0.5s;
}
.img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}

/* youtube */
.movie_area {
  background: linear-gradient(
    180deg,
    #fff 0%,
    #fff 70%,
    #f3ebe8 70%,
    #f3ebe8 100%
  );
  padding-bottom: 101px;
}
.movie_area .inner {
  width: 79.16%; /* 1140px */
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 auto;

  display: none !important;
}
.movie_box {
  width: calc((100% - 30px) / 2);
}
.movie_title {
  width: 279px;
  margin: 0 auto 19px;
}
.yt_box {
  width: 100%;
  background: #ccc;
  position: relative;
  padding-top: 56.25%;
}
.yt_box iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .movie_area {
    background: #fff;
    padding-bottom: 61px;
  }
  .movie_area .inner {
    width: 86.6%;
    flex-direction: column;
    display: none;
  }
  .movie_box {
    width: 100%;
  }
  .movie_box:nth-of-type(2) {
    margin-top: 31px;
  }
  .movie_title {
    width: 85.8%;
  }
}

/* form */
#form {
  background: #f3ebe8;
  padding: 232px 0 140px;
}
.form-inner {
  /* width: 79.16%; */
  width: 747px;
  margin: 0 auto;
}
/* .form-inner .required-txt {
  color: #d80000;
  font-family: YuGothic;
  font-weight: bold;
  font-size: 16px;
  margin: 25px auto 25px;
} */
form#mail_form {
  width: 100% !important;
}
#mail_form dt {
  /* width: 85px !important; */
  width: 155px !important;
}
/* #mail_form dt span {
  color: #d80000;
  font-size: 10px;
  line-height: 55px;
  vertical-align: top;
} */
#mail_form dd {
  width: calc(100% - 155px) !important;
  padding: 15px 0;
}
form#mail_form input[name="name_1"],
form#mail_form input[name="name_2"],
form#mail_form input[name="read_1"],
form#mail_form input[name="read_2"],
form#mail_form input[name="postal"],
form#mail_form input[name="phone"],
form#mail_form input[name="schedule"],
form#mail_form input[name="mail_address"],
form#mail_form input[name="mail_address_confirm"],
form#mail_form textarea {
  width: 100%;
  background: #fff;
  border: none;
  box-sizing: border-box;
  font-size: 16px;
  padding: 14px 20px;
}
/* form#mail_form ::placeholder {
  color: #a0a0a0;
  font-family: NitalagoRuika, "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN",
    "Arial", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-weight: normal;
  font-size: 16px;
} */
#form_submit {
  width: 360px !important;
  height: 62px !important;
  display: block;
  position: relative;
  margin: 53px auto 0 !important;
}
#form_submit::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("images/send_btn.png") no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
#form_submit:hover {
  opacity: 0.8;
}
@media screen and (max-width: 1000px) {
  #mail_form dt {
    width: 155px !important;
    float: left !important;
  }
  #mail_form dd {
    width: calc(100% - 155px) !important;
    padding: 15px 0;
    float: right !important;
  }
  #form_submit {
    padding: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  #form {
    padding: 102px 0 0;
  }
  .form-inner {
    width: 86.6%;
  }
  #mail_form dt,
  #mail_form dd {
    width: 100% !important;
    display: block;
  }
  form#mail_form dl dt {
    padding: 0;
  }
  form#mail_form dl dd {
    padding: 15px 0 25px;
  }
  form#mail_form p#form_submit {
    width: 239px !important;
    height: 50px !important;
    margin-top: 44px !important;
    padding: 0 !important;
  }
  #form_submit::after {
    background: url("images/send_btn_sp.png") no-repeat center;
    background-size: 100% 100%;
  }
}
@media screen and (max-width: 414px) {
}

/* thanks */
#thanks {
  background-color: #f3ebe8;
}
.thanks {
  /* background-color: #f3ebe8; */
  background-color: #fff;
  padding: 150px 0;
  margin-bottom: 50px;
}
#thanks .wrap {
  width: 500px;
  margin: 0 auto;
  text-align: center;
}
#thanks .re_top_btn {
  margin: 50px auto 0;
}
@media screen and (max-width: 768px) {
  #thanks .wrap {
    width: 90%;
    margin: 0 auto;
  }
}
