@charset "UTF-8";
/* コース
----------------------------------------------- */
/* line 7, course.scss */
article.course section.sub_cover {
  height: 470px;
  /* PC */
  /* mobile */
}
@media print, screen and (min-width: 768px) {
  /* line 7, course.scss */
  article.course section.sub_cover {
    background: url("../images/course/cover.jpg") no-repeat right 30px bottom;
  }
}
@media print, screen and (max-width: 767px) {
  /* line 7, course.scss */
  article.course section.sub_cover {
    background: url("../images/course/cover_sp.jpg") no-repeat center;
  }
}
/* line 21, course.scss */
article.course section h2.index {
  margin-bottom: 75px;
  /* mobile */
}
@media print, screen and (max-width: 767px) {
  /* line 21, course.scss */
  article.course section h2.index {
    margin-bottom: 25px;
    line-height: 2.8em;
  }
  /* line 27, course.scss */
  article.course section h2.index .phrase {
    line-height: 1.5em;
  }
}
/* line 33, course.scss */
article.course section .menu_box {
  margin-bottom: 35px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /* mobile */
}
/* line 39, course.scss */
article.course section .menu_box .menu_wrap .menu {
  max-width: 390px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
/* line 44, course.scss */
article.course section .menu_box .menu_wrap .menu img.main {
  margin-bottom: 30px;
}
/* line 47, course.scss */
article.course section .menu_box .menu_wrap .menu .name {
  color: #02227a;
  font-size: 24px;
  margin-bottom: 20px;
}
/* line 51, course.scss */
article.course section .menu_box .menu_wrap .menu .name .small {
  font-size: 14px;
  display: block;
  margin-bottom: 5px;
}
/* line 57, course.scss */
article.course section .menu_box .menu_wrap .menu img.wave {
  margin-bottom: 20px;
}
/* line 60, course.scss */
article.course section .menu_box .menu_wrap .menu .time {
  color: #4f9ec9;
  margin-bottom: 5px;
  font-size: 13px;
}
/* line 64, course.scss */
article.course section .menu_box .menu_wrap .menu .time .large {
  font-size: 18px;
}
/* line 68, course.scss */
article.course section .menu_box .menu_wrap .menu .price {
  color: #4f9ec9;
  margin-bottom: 25px;
  font-size: 36px;
  font-family: -apple-system, "BlinkMacSystemFont", "Segoe UI", "Avenir", "Helvetica Neue", "Helvetica", "Arial", "Century Gothic", "Avenir-Light", Futura, sans-serif;
  font-style: italic;
}
/* line 74, course.scss */
article.course section .menu_box .menu_wrap .menu .price .small {
  font-size: 22px;
}
/* line 78, course.scss */
article.course section .menu_box .menu_wrap .menu p {
  text-align: left;
  font-size: 14px;
  margin-bottom: 30px;
}
/* line 83, course.scss */
article.course section .menu_box .menu_wrap .menu a.btn_circle {
  padding-top: 20px;
  text-align: center;
  font-size: 10px;
  margin: 0 auto;
  background: #fece28;
  display: block;
  width: 90px;
  height: 90px;
  color: #02227a;
  border-radius: 90px;
  position: relative;
  line-height: 1.8em;
  /* PC */
}
/* line 96, course.scss */
article.course section .menu_box .menu_wrap .menu a.btn_circle img.arrow {
  transition: 0.2s;
  display: block;
  position: absolute;
  right: -10px;
  top: 50%;
}
@media print, screen and (min-width: 768px) {
  /* line 106, course.scss */
  article.course section .menu_box .menu_wrap .menu a.btn_circle:hover img.arrow {
    right: -15px;
  }
}
@media print, screen and (max-width: 767px) {
  /* line 117, course.scss */
  article.course section .menu_box .menu_wrap {
    margin-bottom: 35px;
  }
  /* line 120, course.scss */
  article.course section .menu_box .menu_wrap .menu:last-child {
    margin-bottom: 0;
  }
  /* line 123, course.scss */
  article.course section .menu_box .menu_wrap .menu img.main {
    margin-bottom: 0;
  }
  /* line 126, course.scss */
  article.course section .menu_box .menu_wrap .menu .name {
    margin-bottom: 0;
  }
  /* line 128, course.scss */
  article.course section .menu_box .menu_wrap .menu .name .small {
    margin-bottom: 0;
  }
  /* line 132, course.scss */
  article.course section .menu_box .menu_wrap .menu img.wave {
    margin-bottom: 10px;
  }
  /* line 135, course.scss */
  article.course section .menu_box .menu_wrap .menu .time {
    color: #4f9ec9;
    margin-bottom: 5px;
    font-size: 13px;
  }
  /* line 139, course.scss */
  article.course section .menu_box .menu_wrap .menu .time .large {
    font-size: 18px;
  }
  /* line 143, course.scss */
  article.course section .menu_box .menu_wrap .menu .price {
    margin-bottom: 5px;
  }
  /* line 146, course.scss */
  article.course section .menu_box .menu_wrap .menu p {
    text-align: left;
    margin-bottom: 10px;
  }
}
/* line 155, course.scss */
article.course section .detail_table {
  /* PC */
  /* mobile */
}
@media print, screen and (min-width: 768px) {
  /* line 155, course.scss */
  article.course section .detail_table {
    border-top: solid 1px #e5e5e5;
    max-width: 700px;
    width: 100%;
    margin: 0 auto 25px;
  }
  /* line 162, course.scss */
  article.course section .detail_table .tr {
    border-bottom: solid 1px #e5e5e5;
    display: flex;
    align-items: center;
    padding: 20px 0;
  }
  /* line 167, course.scss */
  article.course section .detail_table .tr .th {
    padding-left: 35px;
    width: 22%;
  }
  /* line 171, course.scss */
  article.course section .detail_table .tr .td {
    padding-left: 35px;
    width: 78%;
  }
  /* line 174, course.scss */
  article.course section .detail_table .tr .td span.caution {
    font-size: 12px;
    color: #d32877;
  }
}
@media print, screen and (max-width: 767px) {
  /* line 155, course.scss */
  article.course section .detail_table {
    border-bottom: solid 1px #e5e5e5;
    margin-bottom: 25px;
  }
  /* line 186, course.scss */
  article.course section .detail_table .tr .th {
    color: white;
    background: #4f9ec9;
    text-align: center;
  }
  /* line 191, course.scss */
  article.course section .detail_table .tr .td {
    padding: 5px 0 15px;
  }
}
/* line 198, course.scss */
article.course section .attention {
  text-align: center;
  color: #d32877;
  font-size: 14px;
  margin-bottom: 25px;
}
/* line 205, course.scss */
article.course section a.btn_caution {
  transition: 0.2s;
  margin: 0 auto;
  color: white;
  text-align: center;
  display: block;
  font-size: 12px;
  background: #d32877;
  width: 135px;
  padding: 5px 0;
  border-radius: 35px;
  /* PC */
  /* mobile */
}
@media print, screen and (min-width: 768px) {
  /* line 218, course.scss */
  article.course section a.btn_caution:hover {
    transform: translate(-1px, -1px);
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
  }
}
@media print, screen and (max-width: 767px) {
  /* line 205, course.scss */
  article.course section a.btn_caution {
    width: 100%;
  }
}
/* line 231, course.scss */
article.course section.blue_cave, article.course .set_course {
  padding-top: 130px;
  margin-bottom: 125px;
  /* mobile */
}
/* line 236, course.scss */
article.course section.blue_cave .container .menu_box .menu_wrap, article.course .set_course .container .menu_box .menu_wrap {
  max-width: 535px;
  width: 100%;
}
@media print, screen and (max-width: 767px) {
  /* line 231, course.scss */
  article.course section.blue_cave, article.course .set_course {
    padding-top: 0;
    margin-bottom: 75px;
  }
}
/* line 249, course.scss */
article.course section.sup {
  padding-top: 130px;
  margin-bottom: 125px;
  /* mobile */
}
/* line 257, course.scss */
article.course section.sup .container .menu_box .menu_wrap {
  max-width: 400px;
  width: 100%;
}
@media print, screen and (max-width: 767px) {
  /* line 249, course.scss */
  article.course section.sup {
    padding-top: 0;
    margin-bottom: 75px;
  }
}

/*# sourceMappingURL=course.css.map */
