#all_wrap {
  width: 100%;
  background-image: url("../images/common/back01.png"), url("../images/common/back01.png"), url("../images/common/back01.png"), url("../images/common/back01.png"), url("../images/common/back01.png"), url("../images/common/back01.png");
  background-repeat: no-repeat;
  background-size: initial;
  background-position: top -54px left -410px, top 803px right -297px, top 1660px left -412px, top 2516px right -300px, top 3623px left -411px, bottom -320px right -300px;
}

#mv {
  padding: 50px 0 0 0;
}
#mv .mv_wrap {
  max-width: 1240px;
  width: 95%;
  margin: 0 auto;
}
#mv .mv_wrap .text_wrap h2 {
  margin: 0 0 33px 0;
}
#mv .mv_wrap .text_wrap h2 p:nth-of-type(1) {
  font-size: 30px;
  font-weight: 500;
  position: relative;
  padding: 0px 0 0 110px;
  margin: 0 0 6px 0;
}
#mv .mv_wrap .text_wrap h2 p:nth-of-type(1):before {
  content: "";
  display: block;
  width: 83px;
  height: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(50%);
  background-color: #000;
  left: 0;
}
#mv .mv_wrap .text_wrap h2 p:nth-of-type(2) {
  font-size: 75px;
  font-weight: 500;
  line-height: 1.386;
  letter-spacing: 0;
}
#mv .reservation_link {
  position: relative;
  display: block;
  text-align: center;
  padding: 27px 0;
  margin: 70px auto;
  max-width: 580px;
  width: 95%;
  color: #fff;
  background: #000;
}
#mv .reservation_link:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0;
  transition: 0.5s;
  background: transparent;
}
#mv .reservation_link span {
  position: relative;
}
#mv .reservation_link:hover {
  opacity: 1;
}
#mv .reservation_link:hover:before {
  background: linear-gradient(-8deg, #006fff -50%, #acb131 47.53%, #f00 150%);
  transition: 0.5s;
  opacity: 1;
}

.reservation_flow h2 {
  position: relative;
  padding: 0 0 0 340px;
  margin: 0 0 85px 0;
}
.reservation_flow h2:before {
  content: "";
  display: block;
  width: 303px;
  height: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(50%);
  background-color: #000;
  left: 0;
}
.reservation_flow .flow_wrap {
  max-width: 1240px;
  width: 95%;
  margin: 0 auto;
}
.reservation_flow .flow_wrap ul li {
  padding: 0 0 60px 52px;
  position: relative;
}
.reservation_flow .flow_wrap ul li:before {
  content: "";
  width: 18px;
  height: 18px;
  background-color: #000;
  display: block;
  position: absolute;
  border-radius: 50%;
  left: 0;
  top: 8px;
}
.reservation_flow .flow_wrap ul li:after {
  content: "";
  display: block;
  height: 100%;
  border-left: 1px dashed #000;
  width: 1px;
  position: absolute;
  top: 11px;
  left: 9px;
}
.reservation_flow .flow_wrap ul li:nth-last-of-type(1):after {
  display: none;
}
.reservation_flow .flow_wrap ul li h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.666;
  margin: 0 0 7px 0;
}
.reservation_flow .flow_wrap ul li > p {
  line-height: 1.454;
}
.reservation_flow .flow_wrap ul li .red {
  display: block;
  color: #D10000;
}
.reservation_flow .flow_wrap ul li .grey_box {
  background-color: #F0F0F0;
}
.reservation_flow .flow_wrap ul li:nth-of-type(2) {
  padding-bottom: 46px;
}
.reservation_flow .flow_wrap ul li:nth-of-type(2) > p {
  margin: 0 0 18px 0;
}
.reservation_flow .flow_wrap ul li:nth-of-type(2) .grey_box {
  font-size: 18px;
  padding: 8px 20px 17px;
  margin: 0 0 19px 0;
}
.reservation_flow .flow_wrap ul li:nth-of-type(2) .grey_box h4 {
  font-weight: 500;
  line-height: 2;
}
.reservation_flow .flow_wrap ul li:nth-of-type(2) .grey_box p {
  line-height: 1.5;
}
.reservation_flow .btn_wrap {
  max-width: 1240px;
  width: 95%;
  display: flex;
  justify-content: flex-start;
  margin: 0 auto;
}
.reservation_flow .btn_wrap .reservation_link {
  position: relative;
  display: block;
  text-align: center;
  padding: 27px 0;
  max-width: 580px;
  width: 95%;
  color: #fff;
  background: #000;
}
.reservation_flow .btn_wrap .reservation_link:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0;
  transition: 0.5s;
  background: transparent;
}
.reservation_flow .btn_wrap .reservation_link span {
  position: relative;
}
.reservation_flow .btn_wrap .reservation_link:hover {
  opacity: 1;
}
.reservation_flow .btn_wrap .reservation_link:hover:before {
  background: linear-gradient(-8deg, #006fff -50%, #acb131 47.53%, #f00 150%);
  transition: 0.5s;
  opacity: 1;
}

.experience_flow {
  padding: 117px 0 200px 0;
}
.experience_flow h2 {
  position: relative;
  padding: 0 0 0 340px;
  margin: 0 0 85px 0;
}
.experience_flow h2:before {
  content: "";
  display: block;
  width: 303px;
  height: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(50%);
  background-color: #000;
  left: 0;
}
.experience_flow .flow_wrap {
  max-width: 1240px;
  width: 95%;
  margin: 0 auto;
  padding: 0 0 36px 0;
}
.experience_flow .flow_wrap ul li {
  padding: 0 0 65px 52px;
  position: relative;
}
.experience_flow .flow_wrap ul li:before {
  content: "";
  width: 18px;
  height: 18px;
  background-color: #000;
  display: block;
  position: absolute;
  border-radius: 50%;
  left: 0;
  top: 8px;
}
.experience_flow .flow_wrap ul li:after {
  content: "";
  display: block;
  height: 100%;
  border-left: 1px dashed #000;
  width: 1px;
  position: absolute;
  top: 11px;
  left: 9px;
}
.experience_flow .flow_wrap ul li:nth-last-of-type(1):after {
  display: none;
}
.experience_flow .flow_wrap ul li h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.666;
  margin: 0 0 7px 0;
}
.experience_flow .flow_wrap ul li h4 {
  font-size: 20px;
  margin-top: 20px;
  font-weight: 600;
}
.experience_flow .flow_wrap ul li > p {
  line-height: 1.454;
}
.experience_flow .flow_wrap ul li .red {
  display: block;
  color: #D10000;
}
.experience_flow .flow_wrap ul li a {
  font-weight: 500;
  color: #1a73e8;
}
.experience_flow .video_wrap {
  position: relative;
  width: 90%;
  aspect-ratio: 16/9;
}
.experience_flow .video_wrap video {
  display: block;
  width: 100%;
}
.experience_flow .video_wrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.experience_flow .video_wrap iframe {
  width: 100%;
  height: 100%;
}
.experience_flow .reservation_link {
  position: relative;
  display: block;
  text-align: center;
  padding: 27px 0;
  margin: 0 auto;
  max-width: 580px;
  width: 95%;
  color: #fff;
  background: #000;
}
.experience_flow .reservation_link:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0;
  transition: 0.5s;
  background: transparent;
}
.experience_flow .reservation_link span {
  position: relative;
}
.experience_flow .reservation_link:hover {
  opacity: 1;
}
.experience_flow .reservation_link:hover:before {
  background: linear-gradient(-8deg, #006fff -50%, #acb131 47.53%, #f00 150%);
  transition: 0.5s;
  opacity: 1;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .reservation_flow .btn_wrap {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  #all_wrap {
    background-size: 466px, 466px, 466px, 466px, 466px, 466px;
    background-position: top -19px left -234px, top 697px right -233px, top 1407px left -233px, top 2035px right -233px, top 2663px left -233px, bottom 0px right -233px;
  }
  #mv {
    padding: 25px 0 0 0;
  }
  #mv .mv_wrap .text_wrap h2 {
    margin: 0 0 1em 0;
  }
  #mv .mv_wrap .text_wrap h2 p:nth-of-type(1) {
    font-size: 23px;
  }
  #mv .mv_wrap .text_wrap h2 p:nth-of-type(2) {
    font-size: 45px;
  }
  #mv .mv_wrap .image_wrap {
    margin: 0 0 2em 0;
  }
  .reservation_flow {
    padding: 50px 0 0 0;
  }
  .reservation_flow h2 {
    padding: 0px 0 0 84px;
    margin: 0 0 2em 0;
  }
  .reservation_flow h2:before {
    width: 64px;
  }
  .reservation_flow .flow_wrap ul li {
    padding: 0 0 2em 2em;
  }
  .reservation_flow .flow_wrap ul li:nth-of-type(2) .grey_box {
    font-size: 14px;
  }
  .reservation_flow .flow_wrap ul li h3 {
    font-size: 16px;
  }
  .reservation_flow .btn_wrap {
    justify-content: center;
  }
  .reservation_flow .btn_wrap .reservation_link {
    max-width: 345px;
    padding: 13px 0;
  }
  .reservation_flow .btn_wrap .reservation_link span {
    font-size: 16px;
  }
  .experience_flow {
    padding: 2em 0;
  }
  .experience_flow h2 {
    padding: 0px 0 0 84px;
    margin: 0 0 2em 0;
  }
  .experience_flow h2:before {
    width: 64px;
  }
  .experience_flow .flow_wrap ul li {
    padding: 0 0 2em 2em;
  }
  .experience_flow .flow_wrap ul li:nth-of-type(2) .grey_box {
    font-size: 14px;
  }
  .experience_flow .flow_wrap ul li h3 {
    font-size: 16px;
  }
  .experience_flow .video_wrap img {
    width: 20%;
  }
}
/*# sourceMappingURL=steps_to_entering.css.map */