.bodyarea {
  /*width: 980px!important;*/
  width: 100% !important;
  margin: 0 auto !important;
  background: #fff !important;
}
#headerArea {
  max-width: 1160px;
  width: 100%;
  margin: 6px auto 12px !important;
  display: table;
}
#headerArea .manabi_logo {
  display: table-cell;
  vertical-align: middle;
}
#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;
}
.txt_blue {
    color: #2d54a2;
}
.txt_orange {
    color: #f36e30;
}
/* ---------------
  #fv
--------------- */
#fv {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 10px;
  text-align: center;
  background-color: #fff;
}
#fv .fv_main {
  position: relative;
  padding: 10px 0 40px;
}
#fv .fv_main::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 100%;
  height: 100%;
  background: url("../images/fv_bg.png") no-repeat top center / cover;
  z-index: 2;
}
#fv .fv_inner {
  position: relative;
  max-width: 1160px;
  margin: 0 auto;
}
#fv h1 {
  position: relative;
  text-align: center;
  z-index: 3;
}
#fv h1::before {
  content: "";
  display: inline-block;
  position: absolute;
  background: url("../images/label02.png") no-repeat center/100%;
  width: 125px;
  height: 106px;
  left: 168px;
  top: 10px;
}
#fv .fv_cont {
  position: relative;
  max-width: 1160px;
  margin: -40px auto 0;
  z-index: 5;
}
#fv .fv_cont_adult {
  margin-bottom: 20px;
}
#fv .fv_sticky {
  margin-bottom: 8px;
  padding: 0 10px;
  text-align: left;
}
#fv .fv_cont ul {
  flex-wrap: wrap;
  margin: 0 auto;
}
#fv .fv_cont ul li {
  max-width: 575px;
  box-shadow: 0 5px 8px rgba(134, 149, 153, 0.3);
}
#fv .fv_cont ul li:hover {
  box-shadow: 0 0 0 rgba(134, 149, 153, 0.3);
}
#fv .fv_cont ul li.fv_child_ic01 {
  position: relative;
  z-index: 1;
}
#fv .fv_cont ul li.fv_child_ic01 a::before {
  content: "";
  display: inline-block;
  position: absolute;
  background: url("../images/fv_child_ic01.png") no-repeat center/100%;
  width: 75px;
  height: 75px;
  right: -23px;
  top: -23px;
  z-index: 2;
}
#fv .fv_cont_child {
    max-width: 890px;
    margin: 0 auto;
}
#fv .fv_cont_child ul li:nth-of-type(n+3) {
    margin-top: 16px;
}
#fv .fv_cont a {
  display: block;
  position: relative;
  z-index: 1;
}
#fv .fv_cont a:hover {
  opacity: 0.9;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  /*filter: brightness(107%);*/
}
#fv p.anno {
  max-width: 890px;
  font-size: 1.4rem;
  margin: 25px auto 50px;
  text-align: left;
  letter-spacing: 0;
}
/* ---------------
  #course
--------------- */
#course #section01, #course #section02 {
  width: 100%;
  padding: 60px 0 0;
  background: url("../images/bg_check.png");
}
#course #section01 {
  padding-top: 0;
}
#course #section02 {
  padding-bottom: 60px;
}
#course .h2_wrapper {
    width: 100%;
    height: 180px;
    background-color: #eef2f8;
}
#course #section02 .h2_wrapper {
    background-color: #fff7e8;
}
#course h2 {
  font-family: source-han-sans-cjk-ja, sans-serif;
  color: #262220;
  font-size: 6.0rem;
  text-shadow: 5px 5px 0 #fff;
  max-width: 1160px;
  margin: 0 auto;
  padding: 45px 0 45px 90px;
  position: relative;
  z-index: 1;
}
#course #section01 h2 {
    text-align: right;
  padding: 45px 130px 45px 0;
}
#course h2::before {
  content: "";
  display: inline-block;
  position: absolute;
  background: url("../images/course_adult_bg.png") no-repeat center/100%;
  width: 280px;
  height: 180px;
  left: 0;
  top: 0;
  z-index: -1;
}
#course #section02 h2::before {
  background: url("../images/course_child_bg.png") no-repeat center/100%;
  left: inherit;
  right: 0;
}
#course .cont {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
}
#course .course_list > li {
  margin: 80px auto;
}
#course .course_list > li:first-of-type {
  margin: 45px auto 70px;
}
#course .course_list > li:last-of-type {
  margin: 0 auto 0;
  padding-bottom: 70px;
}
/* ---------------
  section01
--------------- */
#course .course_box {
  box-sizing: border-box;
  width: 1000px;
  margin: 0 auto;
  padding: 26px 50px 20px;
  background-color: #fff;
  box-shadow: 0 6px 12px #e8e8e8;
}
#course .course_box.label01 {
  position: relative;
}
#course .course_box.label01::before {
  content: "";
  display: inline-block;
  position: absolute;
  background: url("../images/label02.png") no-repeat;
  width: 97px;
  height: 97px;
  right: -24px;
  top: -36px;
}
#course .course_lead {
  font-family: source-han-sans-cjk-ja, sans-serif;
  font-size: 2.2rem;
  font-weight: bold;
  color: #fa6d1b;
  margin-bottom: 20px;
  padding-left: 33px;
  position: relative;
}
#course .course_lead i {
  position: absolute;
  top: 4px;
  left: 5px;
  font-size: 115%;
  color: #fa6d1b;
}
#course .course_ttl_box {
    height: 90px;
    align-items: center;
}
#course .course_ttl {
  font-family: source-han-sans-cjk-ja, sans-serif;
  font-size: 5.0rem;
  font-weight: bold;
  color: #3f3b39;
  line-height: 1.2;
  margin: 0 0 25px;
  max-width: 615px;
}
#course .course_ttl span {
  font-size: 3.6rem;
  font-weight: normal;
}
#course .course_ttl span.course_small {
  font-size: 2.5rem;
}
#course .course_ttl span.pg02_small {
  font-size: 3.0rem;
  font-weight: bold;
}
#course #of01 .course_ttl,
#course #ls01 .course_ttl,
#course #pg02 .course_ttl {
  font-size: 4.2rem;
}
#course .course_sub_info {
    width: 280px;
    text-align: right;
}
#course .course_price, #course .course_age {
  display: inline-block;
  font-family: source-han-sans-cjk-ja, sans-serif;
  font-size: 1.5rem;
  background-color: #fff;
  color: #21317e;
  text-align: left;
  border: 1px solid #21317e;
  border-radius: 6px;
  padding: 4px 20px 4px;
  margin-top: 4px;
  line-height: 1.3;
  min-height: 27px;
  width: 100%;
}
#course .oe01_area .course_price, #course .oe01_area .course_age {
  padding: 4px 8px 4px 12px;
}
#course .course_age {
  background-color: #21317e;
  color: #fff;
}
#course .course_price span, #course .course_age span {
  font-size: 110%;
  font-weight: bold;
  padding: 0 1px 0 5px;
}
#course .course_age span {
  padding: 0 1px 0 1px;
}
#course .course_recommend_box {
  color: #2f2c2c;
  background-color: #f8f8f8;
  margin: 0 auto 20px;
  justify-content: flex-start;
}
#course .course_recommend_box .course_img {
  width: 300px;
}
#course .course_recommend {
  width: 600px;
  padding: 18px 35px 15px;
}
#course #section02 div.course_recommend {
  display: flex;
  align-items: center;
}
#course .course_recommend dt {
  font-family: source-han-sans-cjk-ja, sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  padding-bottom: 4px;
  margin-bottom: 20px;
  border-bottom: 1px solid #999;
}
#course #pg02 .course_recommend dt:last-of-type {
  margin-bottom: 0;
  padding-top: 10px;
}
#course .course_recommend dd {
  font-family: source-han-sans-cjk-ja, sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0;
  margin: 0 0 10px 22px;
  position: relative;
}
#course #pg02 .course_recommend dd {
  font-size: 1.5rem;
}
#course .course_recommend dd i {
  position: absolute;
  top: 5px;
  left: -22px;
  color: #ec2b3b;
}
#course .course_btn {
  display: block;
  width: 420px;
  margin: 20px auto;
  text-align: center;
}
#course .course_btn a {
  display: block;
  font-family: source-han-sans-cjk-ja, sans-serif;
  color: #fff;
  background-color: #ec2b3b;
  border-radius: 100vh;
  padding: 12px 30px 15px 10px;
  font-size: 2rem;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 3px 6px rgba(0,0,0,0.2);
  position: relative;
}
#course .course_btn a:hover {
  opacity: 1;
  background-color: #d01c2b;
  box-shadow: 0 4px 8px rgba(0,0,0,0);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#course .course_btn a::before {
  content: "\025b6";
  display: inline-block;
  position: absolute;
  color: #fff;
  top: 48%;
  right: 28px;
  transition: all 0.2s;
  font-size: 82%;
  transform: translateY(-50%);
}
#course .course_btn a .pcOnly {
  display: inline-block;
}
/*#course .course_btn a:hover::before {
  right: 27px;
}*/
/*pk02*/
#course #pk02 .pk02_box_head {
    text-align: center;
    margin: 8px auto;
}
#course #pk02 .pk02_box {
  width: 900px;
  margin: 20px auto;
}
#course #pk02 .pk02_box_cont02 {
  background: url("../images/bg_check.png");
  color: #333;
  padding: 12px 20px 12px 30px;
  min-height: 200px;
  width: 420px;
}
#course #pk02 .pk02_box_cont02 p.bold_txt {
  display: flex;
  align-items: center;
  font-weight: bold;
  min-height: 2.5em;
  margin-bottom: 17px;
  color: #ed1b5a;
}
#course #pk02 .pk02_box_cont02 ul {
  width: 390px;
  margin: 10px auto 0;
  padding-left: 20px;
}
#course #pk02 .pk02_box_cont02 ul li {
  list-style: disc;
  margin: 6px auto 0;
  line-height: 1.3;
}
#course #pk02 .pk02_box_cont02 .course_btn {
  background: #fff;
  padding: 10px;
    margin: 0 auto;
  text-align: center;
    width: 360px;
}
#course #pk02 .pk02_box_cont02 .course_btn a {
    font-size: 92%;
}

/*.oe01_area----*/
#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;
}
#course .oe01_area > .course_lead i {
  top: 7px;
}
/*oe01_point_area*/
#course .oe01_area .oe01_point_area {
  margin: 0 auto 50px;
  padding: 22px 22px 18px;
  background-color: #fff;
  box-shadow: 0 6px 12px #e8e8e8;
  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_sub {
  text-align: center;
}
#course .oe01_area .oe01_point_area .oe01_point_sub span {
  font-family: source-han-sans-cjk-ja, sans-serif;
  font-size: 2.6rem;
  font-weight: bold;
  color: #e88139;
}
#course .oe01_area .oe01_point_area .oe01_point_lead {
  margin-bottom: 4px;
  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: #0f2a67;
  padding-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 center/95%;
  width: 68px;
  height: 56px;
  top: 6px;
  left: 0;
}
#course #section02 .oe01_area .oe01_point_area .oe01_point_lead span::before {
  background-image: url("../images/oe01_ic_child.png");
}
#course .oe01_area .oe01_point_area .oe01_point_label {
  margin: 16px auto 8px;
  color: #fff;
  font-size: 2.2rem;
  text-align: center;
  font-family: source-han-sans-cjk-ja, sans-serif;
  background-color: #0f2a67; 
}
#course .oe01_area .oe01_point_area .oe01_point_label span {
  display: inline-block;
  padding: 3px 20px 4px;
}
#course .oe01_area .oe01_point_area ul li {
  width: 354px;
  background-color: #f4f7fa;
}
#course #section02 .oe01_area .oe01_point_area ul li {
  background-color: #fff9f5;
}
#course .oe01_area .oe01_point_area ul li dl {
  padding: 20px 20px;
}
#course .oe01_area .oe01_point_area ul li dl dt p {
  font-size: 2.8rem;
  font-weight: bold;
  color: #0f2a67;
  margin-bottom: 16px;
  line-height: 1.4;
}
#course #section02 .oe01_area .oe01_point_area ul li dl dt {
  align-items: center;
}
#course #section02 .oe01_area .oe01_point_area ul li dl dt p {
  margin-bottom: 10px;
  color: #e88139;
  font-size: 3.5rem;
}
#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 #section02 .oe01_area .oe01_point_area ul li dl dt .border_box {
  min-width: 154px;
  font-size: 1.5rem;
  background-color: #fff;
  padding: 5px 8px 5px;
  border: 1px solid #e88139;
}
#course .oe01_area .oe01_point_area ul li dl dd {
  font-size: 1.5rem;
  color: #555;
}
#course .oe01_area .oe01_point_area ul li dl dd p {
  font-size: 1.6rem;
  color: #555;
  text-indent: 1em;
}
/*oe01_box*/
#course .oe01_area .oe01_point_area .oe01_box {
  position: relative;
  margin-top: 10px;
  padding: 20px;
  background-color: #f8f9fa;
}
#course .oe01_area .oe01_point_area .oe01_box dl dt {
  position: relative;
  padding-left: 225px;
  color: #0f2a67;
  font-size: 2.9rem;
  font-weight: bold;
}
#course .oe01_area .oe01_point_area .oe01_box dl dt::before {
  content: "";
  display: inline-block;
  position: absolute;
  background: url("../images/course_oe01_skill02.png") no-repeat center / 100% auto;
  width: 174px;
  height: 72px;
  top: -15px;
  left: 0;
  z-index: 2;
}
#course .oe01_area .oe01_point_area .oe01_box dl dt small {
  font-weight: normal;
  font-size: 2.2rem;
}
#course .oe01_area .oe01_point_area .oe01_box dl dd {
  margin-top: 20px;
  padding: 0 20px;
}
#course .oe01_area .oe01_point_area .oe01_box ul:first-of-type {
  margin: 0 30px 0 20px;
}
#course .oe01_area .oe01_point_area .oe01_box ul li {
  width: auto;
  font-size: 1.7rem;
  letter-spacing: -0.02rem;
  padding-left: 28px;
  margin-top: 10px;
  border: none;
  position: relative;
}
#course .oe01_area .oe01_point_area .oe01_box ul li:first-child {
  margin-top: 0;
}
#course .oe01_area .oe01_point_area .oe01_box ul li::before {
  content: "";
  display: inline-block;
  position: absolute;
  background: url("../images/ic_check.png") no-repeat center / 100% auto;
  width: 15px;
  height: 15px;
  top: 5px;
  left: 0;
}
#course .oe01_area .oe01_point_area .oe01_box figure {
  max-width: 328px;
}
/*oe01_point_area (child)*/
#course #section02 .oe01_area .oe01_point_lead02 {
  background-color: #e88139;
  text-align: center;
  padding: 9px 10px 5px;
  margin: 10px auto;
}
#course #section02 .oe01_area .oe01_point_lead02 p {
  display: inline-block;
  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: 5px;
  padding: 0 0 5px;
  border-bottom: 1px solid #fff;
  font-size: 2.8rem;
}
#course #section02 .oe01_area .oe01_point_lead02:last-of-type p:last-of-type {
  display: block;
  font-size: 1.6rem;
  font-weight: normal;
}
#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.6rem;
  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: 5px;
}
#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: 40px;
}
#course .oe01_area .oe01_app_area .oe01_course_list dt.course_ttl {
  font-size: 4rem;
  line-height: 1.1;
  margin: -5px 0 15px;
}
#course .oe01_area .oe01_app_area .oe01_course_list dt.course_ttl span {
  font-size: 1.8rem;
}
#course .oe01_area .oe01_app_area .oe01_course_list dt.course_ttl span.course_ttl_sub {
  font-weight: normal;
}
#course .oe01_area .oe01_app_area .oe01_course_list li {
  width: 440px;
  margin: 0 auto 10px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 20px;
  padding: 25px 10px 6px;
}
#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: 83px;
  height: 84px;
  right: -18px;
  top: -18px;
  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: 1.7rem;
  font-weight: bold;
  color: #0f2a67;
  text-align: left;
  line-height: 0;
  position: absolute;
  top: -20px;
  left: 35px;
}
#course .oe01_area .oe01_app_area .oe01_course_list li .emp_txt span {
  font-size: 125%;
}
#course .oe01_area .oe01_app_area .oe01_course_list li .fukidashi {
  display: inline-block;
  font-size: 1.6rem;
  background-color: #ffe959;
  padding: 5px 24px;
  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 .oe01_app_area .oe01_course_list .course_btn a {
  padding: 12px 30px 13px 10px;
  font-size: 1.5rem;
}
#course .oe01_area .course_price_box {
  border: none;
  padding: 0;
  margin: 0 auto 0;
}
#course .oe01_area .course_btn {
  width: 286px;
}
/* ---------------
  #detail
--------------- */
#detail {
  width: 100%;
  padding: 0 0 100px;
  border-bottom: 1px solid #ddd;
  background: url("../images/bg_check.png");
}
#detail .detail_head {
  padding: 30px 0;
  margin-bottom: 20px;
  background-color: #262424;
}
#detail .detail_head .flex_box {
  justify-content: flex-start;
  vertical-align: middle;
  align-content: center;
  max-width: 980px;
  margin: 0 auto;
  color: #fff;
}
#detail .detail_lead {
  font-size: 3.0rem;
  padding: 0 70px 0 22px;
  border-left: 5px solid #fff;
}
#detail .detail_term {
    font-size: 2.0rem;
    line-height: 2.2;
}
#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: #262424;
  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: #262424;
  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;
}
#detail p.anno {
    margin-top: 10px;
}

/* 終了日までのカウントダウン
------------------------------------- */
#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: 55%;
    height: auto;
    padding-left: 10px;
  }
  #headerArea .period {
    font-size: 14px;
    text-align: center;
    padding: 8px 20px;
  }
  section {
    padding: 0 10px;
  }
  .flex_box {
    display: block;
  }
  /* ---------------
  #fv
--------------- */
  #fv {
    padding: 0 0 40px;
  }
  #fv .fv_main {
    padding: 0 0 100px;
    background-size: auto 50%, 100%;
  }
  #fv .fv_main::after {
    width: 100%;
    background-size: auto 50%;
  }
  #fv .fv_inner {
    max-width: 500px;
  }
  #fv h1 {
    padding: 0 0;
  }
  #fv h1::before {
  background: url("../images/label02.png") no-repeat center/45%;
  left: -41px;
  top: -29px;
}
  #fv .fv_cont {
    margin-top: -80px;
    padding: 0 10px;
  }
  #fv .fv_cont_adult {
    margin-bottom: 30px;
  }
  #fv .fv_sticky {
    padding: 0;
    max-width: 168px;
  }
  #fv .fv_cont ul {
    max-width: 500px;
  }
  #fv .fv_cont_child ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #fv .fv_cont ul li {
    margin-top: 10px;
  }
  #fv .fv_cont ul li:first-child {
    margin-top: 0;
  }
  #fv .fv_cont_child ul li {
    width: 80%;
    margin: 10px auto 0;
  }
  #fv .fv_cont_child ul li:nth-of-type(n+3) {
    margin-top: 10px;
  }
  #fv .fv_cont ul li.fv_child_ic01 a::before {
    background: url("../images/fv_child_ic01.png") no-repeat center/55%;
  }
  #fv .fv_cont ul li.fv_np {
    margin-top: 10px;
  }
  #fv p.anno {
    padding: 0 10px;
    font-size: 1.2rem;
      margin: 15px auto 0;
  }
  /* ---------------
  #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 86px 0 20px;
  }
  #lead .flex_box .anchor_child a .flex_box::before, #lead .flex_box .anchor_adult a .flex_box::before {
    border-width: 16px 12px 0 12px;
  }
  #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 #section01, #course #section02 {
    padding: 0px 10px 20px;
  }
  #course h2 {
      font-size: 3.0rem;
      text-shadow: 2px 2px 0 #fff, -2px 2px 0 #fff, -2px -2px 0 #fff, 2px -2px 0 #fff;
    padding: 45px 20px 45px 10px;
  }
#course #section01 h2 {
    padding: 45px 20px 45px 10px;
    }
  #course h2 img {
    width: 11%;
    max-width: 40px;
    margin-bottom: 0;
  }
  #course h2 span {
    font-size: 3.3rem;
    padding-left: 15px;
  }
  #course .h2_sub {
    font-size: 2.0rem;
    margin-bottom: -8px;
  }
  #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: 20px 12px 10px;
  }
  #course .course_lead {
    font-size: 1.5rem;
    margin-bottom: 16px;
    padding-left: 24px;
  }
  #course .course_lead i,
  #course .oe01_area > .course_lead i {
    left: 2px;
    top: 2px;
  }
  #course .course_ttl,
  #course #pg02 .course_ttl,
  #course #ls01 .course_ttl,
  #course #of01 .course_ttl,
  #course .oe01_area .oe01_app_area .course_ttl,
  #course .oe01_area .oe01_app_area .oe01_course_list dt.course_ttl {
    font-size: 2.4rem;
    margin: 0 0 8px;
  }
  #course .course_ttl span {
    font-size: 60%;
  }
#course .course_ttl span.course_small,
#course .course_ttl span.pg02_small {
  font-size: 50%;
}
    #course .course_ttl_box {
        height: inherit;
    }
  #course .oe01_area .oe01_app_area .oe01_course_list dt.course_ttl span {
    font-size: 1.6rem;
  }
  #course .course_price, #course .course_age,
  #course .oe01_area .course_price, #course .oe01_area .course_age {
    font-size: 1.4rem;
    margin: 0 0 6px 0;
    padding: 1px 20px 1px;
      min-height: 22px;
  }
  #course .course_recommend_box {
    margin: 5px auto 10px;
  }
  #course .course_recommend_box .course_img {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  #course .course_recommend {
    width: 100%;
    margin: 0 auto;
    padding: 20px 20px 10px;
  }
  #course .course_recommend dt {
    font-size: 1.8rem;
    padding-bottom: 10px;
    margin-bottom: 20px;
    text-align: center;
  }
  #course .course_recommend dd {
    font-size: 1.5rem;
    margin: 0 0 20px 19px;
    text-align: left;
  }
  #course .course_btn {
    width: 90%;
    margin: 20px auto;
  }
  #course .course_btn a {
    padding: 8px 30px 12px 10px;
    font-size: 1.6rem;
  }
  #course .course_btn a::before {
    right: 25px;
  }
  #course .course_btn a .pcOnly {
    display: none;
  }
  /*pk02*/
  #course #pk02 .course_box .pk02_box {
    width: 100%;
    padding: 0;
    margin-top: 0;
    border: none;
    text-align: left;
  }
#course #pk02 .pk02_box_cont02 {
  padding: 12px 20px 12px 30px;
  width: 100%;
}
#course #pk02 .pk02_box_cont02 ul {
  width: 100%;
  margin: 10px auto 0;
  padding-left: 20px;
}
#course #pk02 .pk02_box_cont02 .course_btn {
  padding: 16px 0 0;
    margin: 0 auto;
  text-align: center;
    width: 100%;
}

  /*oe01_point_area*/
  #course .oe01_area .oe01_point_area {
    width: 100%;
    margin: 0 auto 26px;
    padding: 20px 10px 18px;
  }
  #course .oe01_area .oe01_point_area .oe01_point_sub span {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 1.8rem;
  }
  #course .oe01_area .oe01_point_area .oe01_point_lead span {
    font-size: 2.4rem;
    padding-left: 50px;
  }
  #course .oe01_area .oe01_point_area .oe01_point_lead span::before {
    top: 2px;
    left: 0;
    width: 40px;
    height: 32px;
  }
  #course .oe01_area .oe01_point_area .oe01_point_label {
    margin-bottom: 15px;
    font-size: 1.8rem;
  }
  #course .oe01_area .oe01_point_area .oe01_point_label span {
    padding: 10px 20px 10px;
  }
  #course .oe01_area .oe01_point_area ul li {
    width: 100%;
  }
  #course .oe01_area .oe01_point_area ul li figure {
    text-align: center;
  }
  #course #section02 .oe01_area .oe01_point_area ul li dl dt p {
    font-size: 2.0rem;
  }
  #course .oe01_area .oe01_point_area ul li dl dt p {
    font-size: 2.0rem;
    margin-bottom: 10px;
  }
  #course .oe01_area .oe01_point_area ul li dl dd p {
    font-size: 1.6rem;
  }
  /*oe01_box*/
  #course .oe01_area .oe01_point_area .oe01_box {
    padding: 20px 10px;
  }
  #course .oe01_area .oe01_point_area .oe01_box dl dt {
    padding: 40px 0 0;
    font-size: 2rem;
  }
  #course .oe01_area .oe01_point_area .oe01_box dl dt::before {
    width: 166px;
    height: 67px;
    top: -30px;
    left: -20px;
  }
  #course .oe01_area .oe01_point_area .oe01_box dl dt small {
    font-size: 1.5rem;
  }
  #course .oe01_area .oe01_point_area .oe01_box dl dd {
    margin-top: 10px;
    padding: 0;
  }
  #course .oe01_area .oe01_point_area .oe01_box ul:first-of-type {
    margin: 0 0 10px;
  }
  #course .oe01_area .oe01_point_area .oe01_box ul li {
    font-size: 1.6rem;
    padding-left: 24px;
  }
  #course .oe01_area .oe01_point_area .oe01_box ul li:first-child {
    margin-top: 0;
  }
  #course .oe01_area .oe01_point_area .oe01_box ul li::before {
    width: 14px;
    height: 14px;
    top: 6px;
  }
  #course .oe01_area .oe01_point_area .oe01_box figure {
    margin: 20px auto 0;
  }
  /*oe01_point_area (child)*/
  #course #section02 .oe01_area .oe01_point_lead02:last-of-type p:last-of-type {
    font-size: 1.5rem;
    ;
  }
  #course #section02 .oe01_area .oe01_point_lead02 p {
    display: block;
    font-size: 1.7rem;
  }
  #course #section02 .oe01_area .oe01_point_lead02:last-of-type p:first-of-type {
    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;
    font-size: 1.4rem;
  }
  #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: 16px 10px 10px;
  }
  #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 .fukidashi {
    font-size: 1.5rem;
  }
  #course .oe01_area .oe01_app_area .oe01_course_list li.label02 {
    margin-top: 34px;
  }
  #course .oe01_area .oe01_app_area .oe01_course_list li.label02::before {
    background: url("../images/label01.png") no-repeat center/80%;
    right: -30px;
    top: -20px;
  }
  #course .oe01_area .oe01_app_area .oe01_course_list li .emp_txt {
    font-size: 1.4rem;
    top: -22px;
    left: 17px;
    line-height: 1;
  }
  #course .oe01_area .oe01_app_area .oe01_course_list li .course_ttl {
    margin: 5px auto 20px;
  }
  #course .oe01_area .course_btn {
    width: 90%;
  }
  #course .oe01_area .oe01_app_area .course_btn a::before {
    right: 20px;
  }
  /* ---------------------------------------------------------------------------------------
  以下共通
--------------- */
  /* ---------------
  #detail
--------------- */
  #detail {
    width: 100%;
    margin-top: 0px;
    padding: 0 0 30px;
  }
#detail .detail_head {
  padding: 20px 30px;
}
#detail .detail_lead {
  font-size: 2.0rem;
  padding: 0 70px 0 18px;
}
#detail .detail_term {
    font-size: 1.6rem;
}
  #detail .inner {
    padding: 0 20px;
  }
  /*detail_list*/
  #detail dl.detail_list {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  #detail dl.detail_list > dt {
    width: 100%;
    margin-top: 26px;
  }
  #detail dl.detail_list > dd {
    margin: 6px auto 0;
  }
  #detail dl.detail_list dd > ul {
    padding-left: 26px;
  }
  .clearfix::after {
    content: "";
    display: block;
    clear: both;
  }
  /* 終了日までのカウントダウン
------------------------------------- */
  #countdown-unit {
    padding: 0 20px;
  }
}