@charset "UTF-8";
body {
  background-color: #EFEDE9;
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
}

a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  /* nonaka */
  opacity: 0.8;
}

.header_group {
  max-width: 100%;
  background-image: url(../img/image_8.jpg);
  /*スマホサイズの縦は468px*/
  /* nonaka */
  background-size: cover;
}

.header_top {
  color: #FFF;
  margin: 0 auto;
  padding: 0 0 328px;
  background-image: url(../img/image_7.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 768px) {
  .header_top {
    background-image: url(../img/image_7.jpg);
    padding: 0 0 157px;
    color: #000;
  }
}

.header_top_main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header_logo {
  /* nonaka */
  margin: 27px 0 0 31px;
}
.header_logo img {
  width: 39%;
}
@media screen and (max-width: 768px) {
  .header_logo {
    /* nonaka */
    margin: 14px auto 0 23px;
  }
  .header_logo img {
    width: 82px;
  }
}

.header_reserve {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .header_reserve {
    display: none;
  }
}

.header_reserve_text {
  background-color: #3996FF;
  border-radius: 27px;
  background-image: url(../img/arrow.svg);
  background-repeat: no-repeat;
  background-position: right 16px center;
  /* nonaka */
  box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  position: fixed;
  top: 30px;
  right: 30px;
  padding: 16px 64px;
  text-align: center;
  transition: all 0.4s;
  z-index: 2;
}
.header_reserve_text:hover {
  /* nonaka */
  background-position: right 12px center;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .header_reserve_text {
    /* nonaka */
    background: none;
    background-color: #3996ff;
    border-radius: 0;
    box-shadow: none;
    font-weight: bold;
    font-size: 16px;
    position: fixed;
    top: auto;
    right: auto;
    left: 0;
    bottom: 0;
    padding: 12px;
    width: 100%;
  }
}

.header_insta {
  width: 32px;
  padding: 0;
  /* nonaka */
  margin: 60px 0 0 34px;
}
@media screen and (max-width: 768px) {
  .header_insta {
    /* nonaka */
    margin: 32px 0 0 34px;
    width: 40px;
  }
}

.header_bottom {
  margin: 0 auto;
  max-width: 800px;
  padding: 126px 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .header_bottom {
    margin: 0 auto;
    max-width: 350px;
    padding: 22px 20px;
  }
}

.header_bottom_text {
  font-size: 30px;
  line-height: 80px;
  color: #FFF;
  font-family: "Kaisei Opti", serif;
}
@media screen and (max-width: 768px) {
  .header_bottom_text {
    padding: 34px 0 46px;
    font-size: 18px;
    line-height: 40px;
    font-weight: 700;
  }
}

.sp_appear {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp_appear {
    display: block;
  }
}

.flow {
  max-width: 800px;
  padding: 0 20px;
  margin: 113px auto;
}
@media screen and (max-width: 768px) {
  .flow {
    max-width: 100%;
    margin: 29px auto 78px;
  }
}

.title_text {
  font-family: "Outfit", sans-serif;
  text-align: center;
  font-size: 40px;
  line-height: 80px;
  color: #3996FF;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .title_text {
    font-size: 32px;
  }
}

.title_subtext {
  font-family: "Kaisei Opti", serif;
  margin: -29px auto 0;
  text-align: center;
  font-size: 16px;
  line-height: 80px;
  color: #084A8A;
}
@media screen and (max-width: 768px) {
  .title_subtext {
    margin: -40px auto 0;
    font-size: 16px;
    font-weight: 700;
  }
}

.flow_step_1 {
  display: flex;
  justify-content: space-around;
  background-color: #FFF;
  border-radius: 30px;
  padding: 41px 0 5px;
}
@media screen and (max-width: 768px) {
  .flow_step_1 {
    flex-direction: column-reverse;
    /*  justify-content: center;*/
    padding: 0;
  }
}

.flow_step_1_img {
  margin: auto;
  width: 21%;
}
@media screen and (max-width: 768px) {
  .flow_step_1_img {
    width: auto;
    padding: 31px 0 27px;
  }
  .flow_step_1_img img {
    max-width: 170px;
  }
}

.flow_step_text {
  width: 69%;
}
@media screen and (max-width: 768px) {
  .flow_step_text {
    margin: 0 auto;
    padding: 0 25px 0;
    width: 100%;
    text-align: center;
  }
}

.flow_step_text_action {
  padding: 0px 0 10px;
  border-bottom: solid 3px;
  display: inline-block;
  font-size: 20px;
  line-height: 32px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .flow_step_text_action {
    font-size: 18px;
    line-height: 32px;
    font-weight: 700;
    font-style: bold;
    margin: 22px 0 0 0;
    padding: 0 0 16px;
    display: block;
  }
}

.flow_step_text_explain {
  font-size: 16px;
  line-height: 32px;
  margin: 10px 28px 0 0;
  padding: 0 0 40px;
}
@media screen and (max-width: 768px) {
  .flow_step_text_explain {
    margin: 0 auto;
    padding: 23px 0 0px;
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
    text-align: left;
  }
}

.flow_arrow {
  padding: 42px;
}
@media screen and (max-width: 768px) {
  .flow_arrow {
    /* nonaka */
    padding: 32px;
  }
}
.flow_arrow img {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .flow_arrow img {
    /* nonaka */
    height: auto;
    width: 32px;
  }
}

.flow_step_2 {
  display: flex;
  justify-content: space-between;
  background-color: #FFF;
  border-radius: 30px;
  padding: 43px 0 32px;
}
@media screen and (max-width: 768px) {
  .flow_step_2 {
    flex-direction: column-reverse;
    /*  justify-content: center;*/
    padding: 0;
  }
}

.flow_step_2_img {
  margin: auto;
  width: 21%;
}
.flow_step_2_img img {
  width: 88%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .flow_step_2_img {
    width: auto;
    padding: 10px 0 27px;
  }
  .flow_step_2_img img {
    max-width: 170px;
  }
}

.flow_step_3 {
  display: flex;
  justify-content: space-between;
  background-color: #FFF;
  border-radius: 30px;
  padding: 41px 0 35px;
}
@media screen and (max-width: 768px) {
  .flow_step_3 {
    flex-direction: column-reverse;
    /*  justify-content: center;*/
    padding: 0;
  }
}

.flow_step_3_img {
  margin: auto;
  width: 21%;
}
.flow_step_3_img img {
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .flow_step_3_img {
    width: auto;
    padding: 31px 0 36px;
  }
  .flow_step_3_img img {
    max-width: 170px;
  }
}

.about {
  width: 100%;
  background-color: #E1E1DD;
  padding: 51px 0 80px;
}

.about_point {
  max-width: 800px;
  padding: 0 20px;
  margin: 0 auto 79px;
}
@media screen and (max-width: 768px) {
  .about_point {
    max-width: 100%;
  }
}

.about_point_block {
  display: flex;
  justify-content: space-between;
  border-bottom: #BFB7B1 solid 1px;
}
@media screen and (max-width: 768px) {
  .about_point_block {
    display: flex;
    flex-direction: column;
  }
}

.about_point_title {
  font-size: 16px;
  line-height: 80px;
  font-weight: bold;
  width: 21%;
}
@media screen and (max-width: 768px) {
  .about_point_title {
    display: flex;
    flex-direction: column;
  }
}

.about_point_text {
  margin: 24px 0 23px;
  font-size: 16px;
  line-height: 32px;
  width: 79%;
}
@media screen and (max-width: 768px) {
  .about_point_text {
    width: 100%;
    margin: -17px 0 22px;
    font-size: 14px;
    line-height: 28px;
  }
}

.splide__slide img {
  height: auto;
  width: 100%;
}

.request {
  width: 100%;
  padding: 51px 0 80px;
}

.request_list {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .request_list {
    max-width: 100%;
  }
}

.request_list_text {
  list-style-type: none;
  line-height: 40px;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  padding-left: 27px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .request_list_text {
    padding: 0 0 0 29px;
    line-height: 2.3em;
    font-size: 14px;
    font-weight: 400;
  }
}

.request_list_text::before {
  content: "・";
  left: 0;
  position: absolute;
}

.link_reserve {
  max-width: 600px;
  margin: 0 auto 135px;
}
@media screen and (max-width: 768px) {
  .link_reserve {
    display: none;
  }
}

.link_reserve_a {
  text-decoration: none;
}

.link_reserve_text {
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  font-style: bold;
  line-height: 86px;
  text-align: center;
  background-color: #3996FF;
  border-radius: 43px;
  background-image: url(../img/arrow.svg);
  background-size: 32px;
  background-repeat: no-repeat;
  background-position: right 24px center;
  /* nonaka */
  display: block;
}
.link_reserve_text:hover {
  /* nonaka */
  background-position: right 18px center;
  transition: all 0.4s;
  opacity: 1;
}

.footer {
  width: 100%;
  background-color: #D9D9D9;
}

.footer_block {
  max-width: 800px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding: 49px 0 0 0;
}
@media screen and (max-width: 768px) {
  .footer_block {
    flex-direction: column;
  }
}

.footer_block_logo {
  padding: 10px 0 0;
  max-width: 171px;
}
@media screen and (max-width: 768px) {
  .footer_block_logo {
    margin: 0 auto;
    width: 30%;
  }
}

.footer_block_text {
  padding: 0 0 0 73px;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
}
@media screen and (max-width: 768px) {
  .footer_block_text {
    font-size: 14px;
    line-height: 28px;
    padding: 40px 0 0 20px;
  }
}

.footer_block_text_address {
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  padding: 12px 0 0;
}
@media screen and (max-width: 768px) {
  .footer_block_text_address {
    padding: 0 0 22px;
  }
}

.footer_mail {
  text-decoration: none;
  color: #333333;
}

.footer_block_text_policy {
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  text-decoration: none;
  color: #333333;
  /* nonaka */
  text-decoration: underline;
}
.footer_block_text_policy:hover {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .footer_block_text_policy {
    font-size: 14px;
    line-height: 28px;
  }
}

.footer_insta {
  margin-left: auto;
  padding: 73px 0 0;
}
.footer_insta img {
  /* nonaka */
  margin-right: 16px;
}
@media screen and (max-width: 768px) {
  .footer_insta img {
    /* nonaka */
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .footer_insta {
    margin: 0 auto;
    padding: 43px 0 0;
    /* nonaka */
    height: auto;
    width: 32px;
  }
}

.copy_right {
  font-weight: 400;
  font-size: 14px;
  line-height: 32px;
  text-align: center;
  padding: 98px 0 57px;
}
@media screen and (max-width: 768px) {
  .copy_right {
    font-size: 12px;
    padding: 27px 0 57px;
  }
}

.footer_link_reserve {
  display: none;
}
@media screen and (max-width: 768px) {
  .footer_link_reserve {
    display: block;
  }
}

/* movie */
.movieWrap {
  background: url(../img/bg_movie.jpg) no-repeat center center;
  background-size: cover;
  padding: 88px 0 64px;
}
@media screen and (max-width: 768px) {
  .movieWrap {
    padding: 44px 0 32px;
  }
}
.movieWrap .youtubeShort {
  margin: 0 auto 30px;
  padding: 0;
  width: 24%;
}
@media screen and (max-width: 1024px) {
  .movieWrap .youtubeShort {
    width: 33%;
  }
}
@media screen and (max-width: 768px) {
  .movieWrap .youtubeShort {
    width: 48%;
  }
}
@media screen and (max-width: 450px) {
  .movieWrap .youtubeShort {
    width: 88%;
  }
}
.movieWrap .youtubeShort .youtubeShortInner {
  box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.8);
  position: relative;
  width: 100%;
  aspect-ratio: 9/16;
  margin: 10px 0 0;
}
.movieWrap .youtubeShort .youtubeShortInner iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}/*# sourceMappingURL=style.css.map */