@charset "UTF-8";
/* フォント読込 */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
body img {
  width: 100%;
}

body main .p_top_img img {
  -o-object-position: 55% 0%;
     object-position: 55% 0%;
}

body main #guide_sct .step_btn_ctn {
  border-bottom: 1px solid #ccc;
}

body main #guide_sct .step_btn_ctn .step_btn_inner {
  width: 90vw;
  max-width: 850px;
  margin: 0 auto;
  -ms-grid-columns: 1fr 50px 1fr 50px 1fr;
      grid-template-columns: 1fr 50px 1fr 50px 1fr;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  body main #guide_sct .step_btn_ctn .step_btn_inner {
    -ms-grid-columns: 1fr 25px 1fr 25px 1fr;
        grid-template-columns: 1fr 25px 1fr 25px 1fr;
  }
}

@media screen and (max-width: 768px) {
  body main #guide_sct .step_btn_ctn .step_btn_inner {
    -ms-grid-columns: 1fr 18px 1fr 18px 1fr;
        grid-template-columns: 1fr 18px 1fr 18px 1fr;
  }
}

body main #guide_sct .step_btn_ctn .step_btn_inner .step_btn {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  height: 100%;
  padding: 15px 3px;
  line-height: 1.1;
  background: #eee;
  border-radius: 10px 10px 0 0;
}

@media screen and (max-width: 768px) {
  body main #guide_sct .step_btn_ctn .step_btn_inner .step_btn {
    padding: 10px 3px;
  }
}

body main #guide_sct .step_btn_ctn .step_btn_inner .step_btn.active {
  border: 1px solid #ccc;
  border-bottom: 1px solid #fff;
  background: #fff;
  margin-bottom: -3px;
  padding-bottom: 18px;
}

body main #guide_sct .step_btn_ctn .step_btn_inner .step_btn h2 {
  font-size: 1rem;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  body main #guide_sct .step_btn_ctn .step_btn_inner .step_btn h2 {
    font-size: 0.9rem;
  }
}

body main #guide_sct .step_btn_ctn .step_btn_inner .step_btn p {
  font-size: 0.86rem;
  padding-top: 5px;
  padding-bottom: 5px;
}

@media screen and (max-width: 768px) {
  body main #guide_sct .step_btn_ctn .step_btn_inner .step_btn p {
    font-size: 0.7rem;
  }
}

body main #guide_sct .step_btn_ctn .step_btn_inner img {
  width: 25px;
  -ms-grid-column-align: center;
      justify-self: center;
}

@media screen and (max-width: 768px) {
  body main #guide_sct .step_btn_ctn .step_btn_inner img {
    width: 20px;
  }
}

@media screen and (max-width: 768px) {
  body main #guide_sct .step_btn_ctn .step_btn_inner img {
    width: 15px;
  }
}

body main #guide_sct .step_guide_ctn {
  width: 90vw;
  max-width: 850px;
  margin: 0 auto;
  padding-bottom: 50px;
}

body main #guide_sct .step_guide_ctn .step_guide {
  display: none;
}

body main #guide_sct .step_guide_ctn .step_guide.active {
  display: block;
}

body main #guide_sct .step_guide_ctn .step_guide .appeal_stc {
  padding-top: 50px;
  text-align: center;
  font-size: 1rem;
}

@media screen and (max-width: 768px) {
  body main #guide_sct .step_guide_ctn .step_guide .appeal_stc {
    text-align: left;
  }
  body main #guide_sct .step_guide_ctn .step_guide .appeal_stc br {
    display: none;
  }
}

body main #guide_sct .step_guide_ctn .step_guide ol li {
  padding-top: 50px;
}

body main #guide_sct .step_guide_ctn .step_guide ol li h3 {
  font-size: 1.3rem;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: bold;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  line-height: 1.2;
}

body main #guide_sct .step_guide_ctn .step_guide ol li h3 .num {
  font-size: 2.5rem;
  font-weight: normal;
  padding-bottom: 3px;
}

@media screen and (max-width: 480px) {
  body main #guide_sct .step_guide_ctn .step_guide ol li h3 .num {
    font-size: 2rem;
  }
}

body main #guide_sct .step_guide_ctn .step_guide ol li > p {
  font-size: 0.86rem;
  line-height: 2;
  padding-top: 20px;
}

body main #guide_sct .step_guide_ctn .step_guide ol li > p a {
  color: #BF7B2A;
  font-weight: bold;
}

body main #guide_sct .step_guide_ctn .step_guide ol li .rsv_btn_ctn {
  border: 1px solid #ccc;
  background: #fff;
  padding: 20px 10px 30px;
  margin-top: 30px;
}

body main #guide_sct .step_guide_ctn .step_guide ol li .rsv_btn_ctn .main_stc {
  font-size: 1.2rem;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: bold;
  text-align: center;
  padding-bottom: 10px;
}

body main #guide_sct .step_guide_ctn .step_guide ol li .rsv_btn_ctn .sub_stc {
  font-size: 0.84rem;
  line-height: 1.7;
  padding-top: 20px;
  text-align: center;
}

body main #guide_sct .step_guide_ctn .step_guide ol li .rsv_btn_ctn .sub_stc a {
  color: #BF7B2A;
  font-weight: bold;
}

body main #guide_sct .step_guide_ctn .step_guide ol li .rsv_btn_ctn .rsv_btn {
  display: block;
  width: 100%;
  max-width: 390px;
  height: 80px;
  padding: 10px 10px;
  background: #C299BF;
  margin: 0 auto;
}

body main #guide_sct .step_guide_ctn .step_guide ol li .rsv_btn_ctn .rsv_btn:hover {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  opacity: 0.8;
}

body main #guide_sct .step_guide_ctn .step_guide ol li .rsv_btn_ctn .rsv_btn .grid_ctn {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  -ms-grid-columns: 70px auto;
      grid-template-columns: 70px auto;
  gap: 8px;
}

body main #guide_sct .step_guide_ctn .step_guide ol li .rsv_btn_ctn .rsv_btn .grid_ctn p::after {
  content: 'Reserve';
}

@media screen and (max-width: 768px) {
  body main #guide_sct .step_guide_ctn .step_guide ol li .rsv_btn_ctn .rsv_btn .grid_ctn {
    -ms-grid-columns: 50px auto;
        grid-template-columns: 50px auto;
  }
}

body main #guide_sct .step_guide_ctn .step_guide ol li .rsv_btn_ctn .rsv_btn .grid_ctn img {
  width: 100%;
}

body main #guide_sct .step_guide_ctn .step_guide ol li .rsv_btn_ctn .rsv_btn .grid_ctn p {
  color: #fff;
  font-size: 1.2rem;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: bold;
  line-height: 1.1;
  position: relative;
}

@media screen and (max-width: 768px) {
  body main #guide_sct .step_guide_ctn .step_guide ol li .rsv_btn_ctn .rsv_btn .grid_ctn p {
    font-size: 1rem;
  }
}

body main #guide_sct .step_guide_ctn .step_guide ol li .rsv_btn_ctn .rsv_btn .grid_ctn p::after {
  position: absolute;
  bottom: -20px;
  right: -70px;
  color: #fff;
  opacity: 0.2;
  rotate: -10deg;
  font-size: 1.8rem;
  font-weight: normal;
  font-family: "CoalhandLukeTRIAL", sans-serif;
}

@media screen and (max-width: 768px) {
  body main #guide_sct .step_guide_ctn .step_guide ol li .rsv_btn_ctn .rsv_btn .grid_ctn p::after {
    right: -40px;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 480px) {
  body main #guide_sct .step_guide_ctn .step_guide ol li .rsv_btn_ctn .rsv_btn .grid_ctn p::after {
    bottom: -20px;
    right: -70px;
    font-size: 1.7rem;
  }
}
/*# sourceMappingURL=guide.css.map */