.bodyarea {
  /*width: 980px!important;*/
  width: 100% !important;
  margin: 0 auto !important;
  background: #fff !important;
}
#headerArea {
  max-width: 1160px;
  width: 100%;
  margin: 8px auto 6px !important;
  display: table;
}
#headerArea .manabi_logo {
  display: table-cell;
  vertical-align: middle;
}
#headerArea .manabi_logo img {
  max-width: 180px;
  height: auto;
}
#headerArea .period {
  text-align: right;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
  display: table-cell;
  vertical-align: middle;
}
article {
  overflow: hidden;
}
article p, article dl, article dt, article dd, article ul, article li {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
article img {
  vertical-align: bottom;
  height: auto;
}
article a:link, article a:visited {
  color: #0080ec;
  text-decoration: underline;
}
article a:hover, article a:active {
  text-decoration: none;
}
.wrap {
  margin-top: 0;
}
.flex_box {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.pcOnly {
  display: block;
}
.spOnly {
  display: none;
}
a:hover {
  opacity: 0.7;
}
/*a:hover {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  filter: brightness(105%);
}*/
article .font01 {
  font-family: source-han-sans-cjk-ja, sans-serif;
}
/* ---------------
  #fv
--------------- */
.fv_bg {
  width: 100%;
  background: #fff;
  text-align: center;
  margin: 0 auto;
}
.fv_bg #fv {
  width: 100%;
  max-height: 1057px;
  background: linear-gradient(rgba(255, 255, 255, 0)70%, rgba(255, 255, 255, 1.0)100%), url("../images/fv_bg.png") no-repeat top center;
  text-align: center;
  margin: 0 auto 0;
  background-size: cover;
}
#fv h1 {
  width: 100%;
  text-align: center;
  margin: 0 auto -8px;
  padding: 54px 0 0;
  position: relative;
}
#fv .fv_cont {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 0 40px;
}
#fv .fv_cont_box {
  margin-bottom: 54px;
}
#fv .fv_cont_adult {
  margin-bottom: 80px;
  position: relative;
}
#fv .fv_cont_child {
  margin: 0 auto;
  position: relative;
}
#fv .fv_cont ul {
  margin: 0 auto;
}
#fv .fv_cont ul li {
  max-width: 575px;
  box-shadow: 3px 3px 5px rgba(134, 149, 153, 0.5);
}
#fv .fv_cont ul li:hover {
  box-shadow: 0 0 0 rgba(134, 149, 153, 0.5);
}
#fv .fv_cont ul li.label01 {
  position: relative;
  z-index: 1;
}
#fv .fv_cont ul li.label01::before {
  content: "";
  display: inline-block;
  position: absolute;
  background: url("../images/label01.png") no-repeat center/75%;
  width: 102px;
  height: 102px;
  left: -30px;
  top: -30px;
  z-index: 2;
}
#fv .fv_cont p.fv_sticky {
  text-align: left;
  position: absolute;
  top: -52px;
  left: 0;
  z-index: 2;
}
.fv_bg p.anno {
  max-width: 1100px;
  font-size: 1.4rem;
  margin: 0 auto;
  padding: 10px 0 30px;
  text-align: left;
  letter-spacing: 0;
}
#fv .fv_cont a:hover {
  opacity: 0.9;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  /*filter: brightness(107%);*/
}
#fv .fv_cont a {
  display: block;
  position: relative;
  z-index: 1;
}
#fv .fv_cont a:hover {
  opacity: 1;
  filter: brightness(105%);
}
#fv .fv_cont a::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0;
  box-sizing: border-box;
  transition: border 0.2s, opacity 0.2s;
  border: 0px solid #e4614a;
  /*border: 0px solid #089fa8;*/
}
#fv .fv_cont a:hover::after {
  opacity: 1;
  border-width: 4px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
/* ---------------
  #lead
--------------- */
#lead {
  margin: 0 auto;
  text-align: center;
  padding: 80px 0 40px;
  border-top: 1px dashed #bac7cf;
  border-bottom: 1px dotted #bac7cf;
}
#lead h2 {
  font-family: source-han-sans-cjk-ja, sans-serif;
  font-size: 4.0rem;
  font-weight: bold;
  text-align: center;
  color: #0b3f66;
}
#lead .flex_box {
  max-width: 900px;
  margin: 20px auto 30px;
  align-items: baseline;
}
#lead .flex_box .anchor_child a, #lead .flex_box .anchor_adult a {
  display: block;
  text-decoration: none;
  box-sizing: border-box;
  color: #0b3f66;
}
#lead .flex_box .anchor_child a .flex_box, #lead .flex_box .anchor_adult a .flex_box {
  width: 430px;
  border: 1px solid #ececec;
  box-shadow: 3px 3px 5px rgba(134, 149, 153, 0.5);
  -webkit-display: flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 87px;
  padding: 0 36px;
}
#lead .flex_box .anchor_adult a .flex_box {
  background: url("../images/link_adult_bg.png") no-repeat left 0 top 0 #fff;
}
#lead .flex_box .anchor_child a .flex_box {
  background: url("../images/link_child_bg.png") no-repeat left 0 top 0 #fff;
}
#lead .flex_box .anchor_child a .flex_box img, #lead .flex_box .anchor_adult a .flex_box img {
  margin-top: -22px;
}
#lead .flex_box .anchor_child a .flex_box img {
  margin-top: -9px;
}
#lead .flex_box .big {
  font-size: 160%;
  font-weight: bold;
}
#lead .flex_box > i {
  font-size: 350%;
}
/* ---------------
  #course
--------------- */
#course section {
  width: 100%;
  padding: 100px 0 50px;
  border-bottom: 1px solid #ccc;
}
#course #section02 {
  border: none;
}
#course h2 {
  color: #0b3f66;
  padding: 12px 0 8px;
  text-align: center;
}
#course h2 span {
  font-size: 5.4rem;
  text-align: center;
  margin: 0 auto 40px;
  padding-left: 10px;
  position: relative;
}
#course h2 img {
  margin-bottom: 14px;
}
#course h2 .red {
  display: inline;
  color: #ce2226;
  margin-left: -20px;
}
#course .h2_sub {
  font-size: 3.4rem;
  font-weight: bold;
  color: #e88139;
  text-align: center;
  margin-bottom: -30px;
}
#course .cont {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
}
#course .course_list > li {
  margin: 80px auto;
}
/* ---------------
  section01
--------------- */
#course .course_box {
  box-sizing: border-box;
  width: 1160px;
  margin: 0 auto;
  padding: 36px 30px;
  background-color: #fff;
  box-shadow: 0 9px 12px #eee;
  border: 1px solid #eee;
}
#course .course_box.label02 {
  position: relative;
}
#course .course_box.label02::before {
  content: "";
  display: inline-block;
  position: absolute;
  background: url("../images/label02.png") no-repeat;
  width: 97px;
  height: 97px;
  right: -24px;
  top: -36px;
}
#course .course_box .col_left figure {
  width: 520px;
}
#course .course_box .col_right {
  width: 506px;
  margin-right: 25px;
  text-align: center;
}
#course .course_lead {
  margin: 0 0 10px 55px;
}
#course .course_lead span {
  font-family: source-han-sans-cjk-ja, sans-serif;
  font-size: 3.2rem;
  font-weight: bold;
  color: #ce2226;
  z-index: 1;
  position: relative;
}
#course .course_lead span::before {
  content: "";
  display: inline-block;
  position: absolute;
  background: url("../images/ic_momiji.png") no-repeat;
  width: 104px;
  height: 59px;
  left: -114px;
  top: -3px;
  z-index: -1;
}
#course .course_ttl {
  font-family: source-han-sans-cjk-ja, sans-serif;
  font-size: 4.4rem;
  font-weight: bold;
  color: #1d1d1f;
  line-height: 1.2;
}
#course #of01 .course_ttl, #course #tp01 .course_ttl, #course #ls01 .course_ttl {
  font-size: 3.9rem;
}
#course .course_ttl span {
  font-size: 50%;
  font-weight: normal;
}
#course .course_ttl small {
  font-size: 80%;
  padding: 0 5px;
}
#course .course_price {
  display: inline-block;
  font-family: source-han-sans-cjk-ja, sans-serif;
  font-size: 1.7rem;
  color: #0b3f66;
  border: 1px solid #0b3f66;
  border-radius: 6px;
  padding: 0 16px 3px;
  margin: 14px auto 22px;
  line-height: 1.3;
}
#course .course_price span {
  font-size: 130%;
  font-weight: bold;
  padding: 0 1px 0 5px;
}
#course .course_txt {
  font-size: 1.7rem;
  color: #555;
  text-align: left;
}
#course .course_txt p {
  font-family: source-han-sans-cjk-ja, sans-serif;
  font-size: 1.7rem;
  color: #555;
  text-align: left;
  text-indent: 1em;
}
#course .course_txt p.no-indent {
  text-indent: inherit;
}
#course .course_txt ul {
  padding-left: 18px;
}
#course .course_txt ul li {
  font-family: source-han-sans-cjk-ja, sans-serif;
  font-size: 1.7rem;
  margin-bottom: 10px;
  position: relative;
}
#course .course_txt ul li i {
  position: absolute;
  top: 6px;
  left: -26px;
  font-size: 105%;
  color: #0b3f66;
  margin-right: 10px;
}
#course .course_btn_area {
  margin: 36px auto 0;
}
#course .btn_lead {
  font-family: source-han-sans-cjk-ja, sans-serif;
  font-size: 2.0rem;
  color: #ff2b3f;
  text-align: center;
}
#course .course_btn {
  display: block;
  width: 400px;
  margin: 3px auto 0;
  text-align: center;
}
#course .course_btn a {
  display: block;
  font-family: source-han-sans-cjk-ja, sans-serif;
  color: #fff;
  background-color: #73cb20;
  border-radius: 100vh;
  padding: 17px 30px 17px 10px;
  font-size: 1.8rem;
  text-align: center;
  text-decoration: none;
  position: relative;
}
#course .course_btn a:hover {
  opacity: 1;
  background-color: #56af02;
}
#course .course_btn a::before {
  content: "\025b6";
  display: inline-block;
  position: absolute;
  color: #fff;
  top: 20px;
  right: 32px;
  transition: all 0.2s;
  font-size: 82%;
}
/*#course .course_btn a:hover::before {
  right: 27px;
}*/
/*pk02*/
#course #pk02 .course_box .flex_box:last-of-type {
  width: 1100px;
  margin-top: 20px;
  padding: 24px 30px;
  border: 1px solid #ddd;
}
/*.oe01_area----*/
#course .oe01_area {
  max-width: 1160px;
  margin: 0 auto;
}
#course .oe01_area p, #course .oe01_area li, #course .oe01_area dt, #course .oe01_area tt {
  font-family: source-han-sans-cjk-ja, sans-serif;
}
/*oe01_point_area*/
#course .oe01_area .oe01_point_area {
  width: 1160px;
  margin: 0 auto 50px;
  padding: 30px 0 18px;
  background-color: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 9px 12px #eee;
  position: relative;
}
#course .oe01_area .oe01_point_area::before {
  content: "";
  display: inline-block;
  position: absolute;
  background: url("../images/bg_arrow.png") no-repeat;
  width: 29px;
  height: 18px;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
#course .oe01_area .oe01_point_area .oe01_point_lead {
  margin: 0 auto 20px;
  text-align: center;
}
#course .oe01_area .oe01_point_area .oe01_point_lead span {
  font-family: source-han-sans-cjk-ja, sans-serif;
  font-size: 4.4rem;
  font-weight: bold;
  color: #303879;
  margin-left: 87px;
  position: relative;
}
#course #section02 .oe01_area .oe01_point_area .oe01_point_lead span {
  color: #e88139;
}
#course .oe01_area .oe01_point_area .oe01_point_lead span::before {
  content: "";
  display: inline-block;
  position: absolute;
  background: url("../images/oe01_ic_adult.png") no-repeat;
  width: 68px;
  height: 56px;
  top: 8px;
  left: -87px;
}
#course #section02 .oe01_area .oe01_point_area .oe01_point_lead span::before {
  background: url("../images/oe01_ic_child.png") no-repeat;
}
#course .oe01_area .oe01_point_area ul {
  width: 1112px;
  margin: 0 auto;
}
#course .oe01_area .oe01_point_area ul li {
  width: 364px;
  background: url("../images/bg_check.png");
  border: 2px solid #f1f1f1;
}
#course .oe01_area .oe01_point_area ul li dl {
  padding: 30px 25px;
}
#course .oe01_area .oe01_point_area ul li dl dt p {
  font-size: 3.5rem;
  font-weight: bold;
  color: #303879;
  margin-bottom: 10px;
  line-height: 1.4;
}
#course #section02 .oe01_area .oe01_point_area ul li dl dt p {
  color: #e88139;
}
#course .oe01_area .oe01_point_area ul li dl dt p .marker {
  padding: 0 6px;
  line-height: 1.2;
  background: linear-gradient(transparent 60%, #fcf07f 60%);
}
#course .oe01_area .oe01_point_area ul li dl dt .border_box {
  font-size: 1.6rem;
  padding: 6px 14px 3px;
  border: 1px solid #e88139;
}
#course .oe01_area .oe01_point_area ul li dl dd {
  font-size: 1.7rem;
  color: #555;
}
#course .oe01_area .oe01_point_area ul li dl dd p {
  font-size: 1.7rem;
  color: #555;
  text-indent: 1em;
}
/*oe01_point_area (child)*/
#course #section02 .oe01_area .oe01_point_lead02 {
  width: 1112px;
  background-color: #e88139;
  text-align: center;
  padding: 8px 10px 5px;
  margin: 5px auto;
}
#course #section02 .oe01_area .oe01_point_lead02 p {
  display: inline-block;
  font-family: source-han-sans-cjk-ja, sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  padding: 2px 0 8px;
}
#course #section02 .oe01_area .oe01_point_lead02:last-of-type p:first-of-type {
  margin-bottom: 10px;
  border-bottom: 1px solid #fff;
}
#course #section02 .oe01_area .oe01_point_lead02:last-of-type p:last-of-type {
  display: block;
  font-size: 1.7rem;
  font-weight: normal;
  margin-bottom: 10px;
}
#course #section02 .oe01_area .oe01_point_area ul:last-of-type li {
  width: 100%;
}
#course #section02 .oe01_area .oe01_point_area ul:last-of-type li dl dd {
  width: 100%;
  justify-content: flex-start;
}
#course #section02 .oe01_area .oe01_point_area ul:last-of-type li dl dd > p {
  font-size: 1.7rem;
  color: #555;
  width: 460px;
  text-indent: inherit;
}
#course #section02 .oe01_area .oe01_point_area ul:last-of-type li dl dd > ol {
  width: 530px;
  padding-left: 28px;
}
#course #section02 .oe01_area .oe01_point_area ul:last-of-type li dl dd > ol li {
  font-size: 1.8rem;
  border: none;
  margin-bottom: 8px;
}
#course #section02 .oe01_area .oe01_point_area ul:last-of-type li dl dd > ol li i {
  color: #e88139;
  font-size: 110%;
  margin-right: 6px;
}
#course #section02 .oe01_area .r_mark {
  font-size: 100%;
  padding: 0 5px 0 1px;
}
/*oe01_app_area*/
#course .oe01_area .oe01_app_area .course_txt {
  margin-top: 35px;
}
#course .oe01_area .oe01_app_area .oe01_course_list {
  margin-top: 50px;
}
#course .oe01_area .oe01_app_area .oe01_course_list li {
  width: 540px;
  margin: 0 auto;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 20px;
  padding: 30px 10px 36px;
}
#course .oe01_area .oe01_app_area .oe01_course_list li.label02 {
  position: relative;
}
#course .oe01_area .oe01_app_area .oe01_course_list li.label02::before {
  content: "";
  display: inline-block;
  position: absolute;
  background: url("../images/label01.png") no-repeat;
  width: 102px;
  height: 102px;
  right: -22px;
  top: -24px;
  z-index: 2;
}
#course .oe01_area .oe01_app_area .oe01_course_list li .emp_txt {
  display: block;
  font-family: source-han-sans-cjk-ja, sans-serif;
  font-size: 2.0rem;
  font-weight: bold;
  color: #303879;
  text-align: left;
  letter-spacing: 0;
  line-height: 0;
  position: absolute;
  top: -30px;
  left: 60px;
}
#course .oe01_area .oe01_app_area .oe01_course_list li .emp_txt span {
  font-size: 120%;
}
#course .oe01_area .oe01_app_area .oe01_course_list li .fukidashi {
  display: inline-block;
  font-size: 1.9rem;
  font-weight: bold;
  background-color: #ffe959;
  padding: 8px 24px 6px;
  position: relative;
}
#course .oe01_area .oe01_app_area .oe01_course_list li .fukidashi::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: -18px;
  border-top: 12px solid #ffe959;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
}
#course .oe01_area .course_price {
  border: none;
  padding: 0;
  margin: 14px auto 0;
}

/* ---------------
  #detail
--------------- */
#detail {
  width: 100%;
  margin-top: 50px;
  padding: 0 0 100px;
  border-bottom: 1px solid #ddd;
  background: url("../images/bg_check.png");
}
#detail .detail_head {
  padding: 28px 0;
  margin-bottom: 20px;
  background-color: #333;
}
#detail .lead_txt {
  max-width: 980px;
  margin: 0 auto;
  color: #fff;
  border-left: 6px solid #fff;
}
#detail .lead_txt .bold {
  font-size: 3.0rem;
  font-weight: bold;
  margin-right: 50px;
  padding-left: 20px;
  line-height: 1.0;
  vertical-align: middle;
}
#detail .lead_txt .small {
  font-size: 2.0rem;
}
#detail .inner {
  max-width: 980px;
  margin: 0 auto;
}
/*detail_list*/
#detail dl.detail_list {
  justify-content: flex-start;
  padding-bottom: 40px;
  border-bottom: 1px solid #ddd;
}
#detail dl.detail_list > dt {
  width: 214px;
  margin-top: 26px;
}
#detail dl.detail_list > dt span {
  display: block;
  background-color: #333;
  color: #fff;
  padding: 7px;
  text-align: center;
}
#detail dl.detail_list > dd {
  max-width: 715px;
  margin: 26px 0 0 50px;
  padding-top: 6px;
}
#detail dl.detail_list > dd p {
  color: #333;
  padding-top: 12px;
}
#detail dl.detail_list dd > p:first-of-type {
  padding-top: 6px;
}
#detail dl.detail_list dd > ul {
  padding-left: 14px;
}
#detail dl.detail_list dd > ul li {
  margin-bottom: 10px;
  list-style: disc;
}
#detail dl.detail_list > dd .bold {
  font-size: 108%;
  font-weight: bold;
}

/* 終了日までのカウントダウン
------------------------------------- */
#countdown-unit {
  margin: 0 auto;
  text-align: center;
  font-size: 1.7rem;
  padding: 11px 0 6px;
  background: #f70d44;
  color: #fff;
}
#countdown-unit p {
  display: inline-block;
}
#countdown-unit span {
  font-size: 140%;
  padding-left: 0.2em;
  padding-right: 0.1em;
  display: inline-block;
}
#countdown-unit p.count_end {
  display: inline-block;
  margin: -1px 0 2px;
}
/*---- clearfix ----*/
.clearfix {
  display: block;
  content: "";
  clear: both;
}
/*--- 768px-----------------------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .pcOnly {
    display: none;
  }
  .spOnly {
    display: block;
  }
  body {
    min-width: 100%;
  }
  .bodyarea {
    width: 100% !important;
  }
  #headerArea {
    width: 100%;
    display: block;
  }
  #headerArea .manabi_logo {
    display: block;
  }
  #headerArea .manabi_logo img {
    width: 40%;
    height: auto;
  }
  #headerArea .period {
    font-size: 14px;
    text-align: center;
    padding: 8px 20px;
  }
  section {
    padding: 0 10px;
  }
  .flex_box {
    display: block;
  }
  /* ---------------
  #fv
--------------- */
  .fv_bg #fv {
    width: 100%;
    max-height: inherit;
    background: url("../images/fv_bg.png") no-repeat top center;
    text-align: center;
    margin: 0 auto;
    background-size: contain;
  }
  #fv h1 {
    padding: 20px 0 0;
  }
  #fv .fv_cont {
    padding: 0;
  }
  #fv .fv_cont ul li {
    margin: 0 auto;
  }
  #fv .fv_cont_child ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
  }
  #fv .fv_cont_adult ul li:last-of-type {
    margin-top: 8px;
  }
  #fv .fv_cont_child ul li {
    max-width: 170px;
    margin: 0 auto 8px;
  }
  #fv .fv_cont ul li.label01::before {
    background: url("../images/label01.png") no-repeat center/60%;
    left: -41px;
    top: -26px;
  }
  #fv .fv_cont p.fv_sticky {
    top: -34px;
  }
  #fv .fv_cont p.fv_sticky img {
    width: 62%;
  }
  .fv_bg p.anno {
    font-size: 1.2rem;
    padding: 20px 10px 40px;
  }
  /* ---------------
  #lead
--------------- */
  #lead {
    padding: 40px 20px 20px;
  }
  #lead h2 {
    font-size: 3.0rem;
  }
  #lead .flex_box {
    margin: 20px auto 30px;
  }
  #lead .flex_box .anchor_child {
    margin-top: 8px;
  }
  #lead .flex_box .anchor_child a .flex_box, #lead .flex_box .anchor_adult a .flex_box {
    width: 100%;
    height: 64px;
    padding: 0 20px;
  }
  #lead .flex_box p {
    font-size: 1.3rem;
  }
  #lead .flex_box .anchor_adult img {
    width: 60px;
  }
  #lead .flex_box .anchor_child img {
    width: 47px;
    margin-left: 6px;
  }
  /* ---------------
  #course
--------------- */
  #course section {
    padding: 60px 10px 40px;
  }
  #course h2 {
    margin-right: 0;
  }
  #course h2 img {
    width: 11%;
    margin-bottom: 6px;
  }
  #course h2 span {
    font-size: 3.3rem;
  }
  #course .h2_sub {
    font-size: 2.0rem;
    margin-bottom: -20px;
  }
  #course .course_list > li {
    margin: 60px auto;
  }
  #course .course_list > li:first-of-type {
    margin: 25px auto 60px;
  }
  /* ---------------
  section01
--------------- */
  #course .course_box {
    width: 100%;
    padding: 26px 20px 40px;
  }
  #course .course_box.label03::before {
    background: url("../images/label03.png") no-repeat center/76%;
    right: -22px;
    top: -36px;
  }
  #course .course_box .col_left figure {
    width: 100%;
    text-align: center;
  }
  #course .course_box .col_right {
    width: 100%;
    margin-right: 0;
  }
  #course .course_lead {
    margin: 0 12px 10px;
  }
  #course .course_lead span {
    font-size: 2.0rem;
  }
  #course .course_lead span::before {
    display: none;
    /*background: url("../images/ic01.png") no-repeat center/88%;
  left: -39px;
  top: -30px;
	opacity: 0.6;*/
  }
  #course .course_ttl, #course #of01 .course_ttl, #course #tp01 .course_ttl, #course #ls01 .course_ttl {
    font-size: 3.3rem;
    line-height: 1.3;
    margin-top: 20px;
  }
  #course #pk02 .course_ttl {
    font-size: 3.0rem;
  }
  #course .course_price {
    font-size: 1.5rem;
  }
  #course .course_txt p, #course .course_txt ul li {
    font-size: 1.6rem;
  }
  #course .course_btn_area {
    margin: 20px auto 0;
  }
  #course .course_btn {
    max-width: 450px;
    width: 100%;
    margin: 0 auto;
  }
  #course .course_btn a {
    padding: 14px 30px 14px 10px;
    font-size: 1.6rem;
  }
  #course .course_btn a::before {
    font-size: 80%;
    top: 18px;
    right: 18px;
  }
  /*pk02*/
  #course #pk02 .course_box {
    padding: 26px 20px 20px;
  }
  #course #pk02 .course_box .flex_box:last-of-type {
    width: 100%;
    padding: 10px 10px;
    margin-top: 40px;
    text-align: center;
  }
  #course #pk02 .course_box .flex_box:last-of-type div:last-of-type {
    margin-top: 10px;
    padding: 20px;
  }
  /*oe01_point_area*/
  #course .oe01_area .oe01_point_area {
    width: 100%;
    margin: 0 auto 26px;
  }
  #course .oe01_area .oe01_point_area .oe01_point_lead span {
    font-size: 2.8rem;
    margin-left: 56px;
  }
  #course .oe01_area .oe01_point_area .oe01_point_lead span::before {
    background: url("../images/oe01_ic_adult.png") no-repeat center/72%;
    top: -5px;
    left: -68px;
  }
  #course #section02 .oe01_area .oe01_point_area .oe01_point_lead span::before {
    background: url("../images/oe01_ic_child.png") no-repeat center/72%;
  }
  #course .oe01_area .oe01_point_area ul {
    width: 100%;
  }
  #course .oe01_area .oe01_point_area ul li {
    width: 100%;
  }
  #course .oe01_area .oe01_point_area ul li figure {
    text-align: center;
  }
  #course .oe01_area .oe01_point_area ul li dl {
    padding: 22px 25px;
  }
  #course .oe01_area .oe01_point_area ul li dl dt p {
    font-size: 2.4rem;
  }
  #course .oe01_area .oe01_point_area ul li dl dd p {
    font-size: 1.6rem;
  }
  /*oe01_point_area (child)*/
  #course #section02 .oe01_area .oe01_point_lead02 {
    width: 100%;
    padding: 8px 20px 5px;
  }
  #course #section02 .oe01_area .oe01_point_lead02 p {
    display: block;
    font-size: 1.7rem;
  }
  #course #section02 .oe01_area .oe01_point_area ul:last-of-type li dl dd > p {
    width: 100%;
    margin-bottom: 14px;
  }
  #course #section02 .oe01_area .oe01_point_area ul:last-of-type li dl dd > ol {
    width: 100%;
    padding-left: 0;
  }
  #course #section02 .oe01_area .oe01_point_area ul:last-of-type li dl dd > ol li {
    margin-bottom: 8px;
  }
  #course #section02 .oe01_area .oe01_point_area ul li dl dt .border_box {
    padding: 3px 10px 3px;
  }
  #course #section02 .oe01_area .oe01_point_area ul:last-of-type li dl dd > p, #course #section02 .oe01_area .oe01_point_area ul:last-of-type li dl dd > ol li {
    font-size: 1.6rem;
  }
  /*oe01_app_area*/
  #course .oe01_area .oe01_app_area .course_txt {
    margin-top: 15px;
  }
  #course .oe01_area .oe01_app_area .oe01_course_list {
    margin-top: 20px;
  }
  #course .oe01_area .oe01_app_area .oe01_course_list li {
    width: 100%;
    padding: 26px 10px 26px;
  }
  #course .oe01_area .oe01_app_area .oe01_course_list li:first-of-type {
    margin-bottom: 10px;
  }
  #course .oe01_area .oe01_app_area .oe01_course_list li.label02 {
    margin-top: 60px;
  }
  #course .oe01_area .oe01_app_area .oe01_course_list li.label02::before {
    background: url("../images/label01.png") no-repeat center/67%;
    right: -50px;
    top: -26px;
  }
  #course .oe01_area .oe01_app_area .oe01_course_list li .emp_txt {
    font-size: 1.6rem;
    top: -35px;
    left: 0;
    line-height: 1;
  }
  #course .oe01_area .oe01_app_area .oe01_course_list li .fukidashi {
    display: block;
    font-size: 1.7rem;
  }
  #course .oe01_area .oe01_app_area .oe01_course_list li .course_ttl {
    margin: 0 auto 20px;
  }
  #course .oe01_area .course_price {
    margin: 0 auto 0;
  }
  /* ---------------------------------------------------------------------------------------
  以下共通
--------------- */

  /* ---------------
  #detail
--------------- */
  #detail {
    width: 100%;
    margin-top: 0px;
    padding: 0 0 30px;
  }
  #detail .detail_head {
    padding: 28px 20px;
  }
  #detail .lead_txt {
    padding-left: 16px;
  }
  #detail .lead_txt .bold {
    font-size: 2.2rem;
    padding-left: 0;
  }
  #detail .lead_txt .small {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  #detail .inner {
    padding: 0 20px;
  }
  /*detail_list*/
  #detail dl.detail_list {
    margin-bottom: 40px;
  }
  #detail dl.detail_list > dt {
    width: 100%;
    margin-top: 26px;
  }
  #detail dl.detail_list > dd {
    margin: 16px auto 0;
  }
  #detail dl.detail_list dd > ul {
    padding-left: 26px;
  }
  .clearfix::after {
    content: "";
    display: block;
    clear: both;
  }
  /* 終了日までのカウントダウン
------------------------------------- */
  #countdown-unit {
    padding: 0 20px;
  }
}