.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_red {
  color: #d52a08;
}
.txt_orange {
  color: #f36e30;
}
/* ---------------
  #fv
--------------- */
#fv {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
#fv a {
  text-decoration: none;
}
#fv a:hover {
  opacity: 0.9;
}
#fv .fv_main {
  width: 100%;
  min-height: 400px;
  margin: 0 auto;
  text-align: center;
  background-color: #eff0ef;
}
#fv .fv_inner {
  margin: 0 auto;
}
#fv h1 {
  position: relative;
  text-align: center;
  top: 0;
  z-index: 3;
}
#fv .fv_anno {
  width: 100%;
  padding: 16px;
  background: #b9d4de;
  opacity: 0.9;
  z-index: 4;
}
#fv .fv_anno p {
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 10px;
  font-size: 1.4rem;
  text-align: left;
  letter-spacing: 0;
  color: #333;
}
#fv .fv_anno p span:first-of-type {
  width: 40px;
  margin-right: 10px;
}
#fv .fv_anno p span:last-of-type {
  width: 100%;
}
/* ---------------
  lead
--------------- */
.lead {
  width: 100%;
  padding: 40px 0;
  background-color: #f7efe1;
}
.lead-inner {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
}
.lead-head {
  font-size: 4.0rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.7;
  color: #104e64;
}
.lead-head span {
  color: #d52a08;
  font-size: 120%;
  font-weight: bold;
}
.lead-head02 {
  font-size: 3.0rem;
}
.lead-box {
  max-width: 830px;
  background: #fff;
  margin: 30px auto;
  padding: 30px;
  text-align: center;
  border-radius: 30px;
}
.lead-txt01 {
  color: #333;
  font-size: 3.6rem;
  font-weight: bold;
}
.lead-txt02 {
  margin-top: 20px;
  font-size: 2.0rem;
  line-height: 1.7;
}
.lead-txt02 span {
  font-weight: bold;
}
.lead-anno {
  font-size: 1.4rem;
}
.lead-btn a {
  display: block;
  width: 250px;
  margin: 18px auto;
  padding: 10px 16px;
  position: relative;
  background-color: #cb3227;
  border-radius: 100vh;
  text-align: center;
  text-decoration: none;
}
.lead-btn a::before, .lead-btn a::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 24px;
  height: 24px;
  right: 15px;
  top: 12px;
}
.lead-btn a::before {
  vertical-align: middle;
  line-height: 1;
  background-color: #fff;
  border-radius: 50%;
  box-sizing: content-box;
}
.lead-btn a::after {
  background-color: #cb3227;
  height: calc(10px / 2 * tan(60deg));
  width: 13px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  top: 21px;
  right: 20px;
}
.lead-btn a:hover, .lead-btn a:hover::after {
  background-color: #a81d13;
  opacity: 1;
}
.lead-btn a span {
  padding-right: 6px;
  font-size: 2.0rem;
  font-weight: bold;
  color: #fff
}
/* ---------------
  areaMenu
--------------- */
.areaMenu a {
  text-decoration: none;
}
.areaMenu h2 {
  margin: 0 auto 40px;
  font-size: 3.6rem;
  font-weight: bold;
  color: #0f4e64;
  text-align: center;
}
/*--- コース ※共通 ---*/
.areaMenu_wrapper {
  background-color: #f7efe1;
  padding: 30px 0 60px;
  overflow: hidden;
}
/*--- メニュー一覧 ※共通 ---*/
.areaMenu ul {
  width: 980px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.areaMenu ul li {
  width: 234px;
  margin: 0 14px 20px 0;
  background: #fff;
  border-radius: 5px;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
.areaMenu ul li:hover {
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.25);
  transform: scale(1.03, 1.03);
}
.areaMenu ul li.nomargin {
  margin-right: 0 !important;
}
.areaMenu > ul li a:hover {
  opacity: 0.9;
  transition: 0.2s;
}
.areaMenu ul li.tooltip a:hover {
  opacity: 0.9;
  transition: 0.2s;
}
.areaMenu ul li:hover p.link {
  background: #0f91e2;
  transition: 0.15s;
  color: #fff;
}
.areaMenu ul li:hover p.link::before {
  border-left: 9px solid #fff;
  transition: 0.15s;
}
/*-- 見出し --*/
.areaMenu h4 {
  height: 50px;
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
  padding: 7px 0 0 10px;
  box-sizing: border-box;
}
.areaMenu h4 span {
  font-size: 13px;
  font-weight: normal;
}
.areaMenu h4.new {
  position: relative;
  width: auto;
  height: 50px;
}
.areaMenu h4.new img {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 60px;
}
.areaMenu li.all h4 {
  background: url(../images/manabi1904_title01.png);
}
.areaMenu li.kids h4 {
  background: url(../images/manabi1904_title02.png);
}
.areaMenu li.adult h4 {
  background: url(../images/manabi1904_title03.png);
}
.areaMenu li.title h4 {
  padding: 18px 0 0 10px;
}
/*-- 画像＆テキスト部分 --*/
.areaMenu ul li p.txt {
  font-size: 13px;
  height: 174px;
  line-height: 1.3;
  color: #0f91e2;
  padding: 0 0 5px 0;
}
.areaMenu ul li p.txt span {
  display: block;
  height: 107px;
}
.areaMenu ul li p.txt span.c01 {
  background: url(../images/manabi1904_img10.png);
}
.areaMenu ul li p.txt span.c02 {
  background: url(../images/manabi1904_img11.png);
}
.areaMenu ul li p.txt span.c03 {
  background: url(../images/manabi1904_img12.png);
}
.areaMenu ul li p.txt span.c05 {
  background: url(../images/manabi1904_img14.png);
}
.areaMenu ul li p.txt span.c06 {
  background: url(../images/manabi1904_img15.png);
}
.areaMenu ul li p.txt span.c07 {
  background: url(../images/manabi1904_img17.png);
}
.areaMenu ul li p.txt span.c11 {
  background: url("../images/manabi1904_img19.png");
}
.areaMenu ul li p.txt span.c12 {
  background: url("../images/manabi1904_img20.png");
}
.areaMenu ul li p.txt img {
  padding-bottom: 5px;
}
/*-- 価格 --*/
.areaMenu ul li p.price {
  text-align: right;
  font-size: 14px;
  color: #0386d7;
  font-weight: normal;
  margin-right: 5px;
  line-height: 1.2;
}
.areaMenu ul li p.price span {
  font-size: 20px;
  font-weight: bold;
}
.areaMenu ul li p.price span.large {
  font-size: 17px;
}
.areaMenu ul li p.price span.small {
  font-size: 13px;
  font-weight: normal;
}
/*-- 詳細はこちらLink --*/
.areaMenu ul li div {
  text-align: center;
  margin: 2px auto 13px;
}
.areaMenu ul li div {
  text-align: center;
  margin: 2px auto 13px;
}
.areaMenu ul li div p.link {
  width: 216px;
  margin: 0 auto;
  font-size: 15px;
  color: #0f91e2;
  border: 1px #0f91e2 solid;
  border-radius: 5px;
  padding: 4px 20px 3px;
  box-sizing: border-box;
}
.areaMenu ul li p.link::before {
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  margin: 10px 2px 0 0;
  border: 5px solid transparent;
  border-left: 9px solid #0f91e2;
}
/*---- 吹き出し ----*/
.areaMenu .flex > li {
  display: block;
  position: relative;
  transition: .3s;
}
/*---- tooltip ----*/
.areaMenu .flex li.tooltip {
  position: relative;
  display: inline-block;
}
.tooltip .popup01 * {
  width: 0;
  height: 0;
}
.tooltip:hover .popup01 * {
  width: auto;
  height: inherit;
}
.tooltip .popup01 {
  position: absolute;
  padding: 0;
  margin: 0;
  border-radius: 3px;
  background: rgba(255, 255, 255, 1);
  text-align: center;
  z-index: 99999999;
  width: 284px;
  height: 0;
  box-sizing: border-box;
  opacity: 0;
  bottom: 50%;
  left: -25px;
  border: 1px solid #ccc;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
}
.tooltip .popup01:before {
  position: absolute;
  top: 100%;
  left: 2px;
  border: 26px solid transparent;
  border-top: 12px solid rgba(0, 0, 0, 0.7);
  margin-left: 0;
  width: 0;
  height: 0;
}
.tooltip:hover .popup01 {
  display: inline-block;
  width: 284px;
  height: auto;
  box-sizing: border-box;
  margin-bottom: 11px;
  opacity: 1;
  bottom: 29%;
  left: -25px;
}
.tooltip:hover .popup01:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 2px;
  border: 22px solid transparent;
  border-top: 12px solid #606a76;
  margin-left: 0;
  width: 278px;
  height: auto;
  box-sizing: border-box;
}
.tooltip:hover .popup01 a {
  padding: 15px 15px 10px;
}
.popup01 img {
  width: auto;
  height: auto;
}
.popup01 dt {
  font-size: 1.6rem;
  margin-bottom: 10px;
  line-height: 1.4;
  font-weight: bold;
  border-bottom: 3px solid #0f91e2;
  display: inline-block;
}
.popup01 dd {
  font-size: 1.3rem;
  line-height: 1.3;
  text-align: left;
}
.popup01 dd ul {
  width: auto !important;
  padding: 5px 5px 5px 25px !important;
  margin: 5px -5px 10px -5px !important;
  box-sizing: border-box !important;
  background: #e0e4e9;
  border-radius: 3px;
}
.popup01 dd ul li {
  width: auto !important;
  background: none !important;
  box-shadow: none !important;
  margin: 5px 0 0 0 !important;
  font-size: 1.3rem;
  list-style: disc;
  line-height: 1.3;
}
.popup01 a {
  display: block;
  color: #333 !important;
}
/* ---------------
  #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: #e8f1f4;
}
#course #section02 .h2_wrapper {
  background-color: #f9f4ea;
}
#course h2 {
  max-width: 1160px;
  margin: 0 auto;
  padding: 40px 220px 50px 0;
  position: relative;
  z-index: 1;
  text-align: right;
}
#course #section01 h2 {
  padding: 25px 130px 65px 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 h2 .h2-main {
  font-family: source-han-sans-cjk-ja, sans-serif;
  color: #262220;
  font-size: 6.0rem;
  text-shadow: 5px 5px 0 #fff;
}
#course #section01 h2 .h2-main .txt_blue {
  color: #095e7d;
}
#course #section02 h2 .h2-main {
  font-size: 4.2rem;
}
#course #section02 h2 .h2-main .txt_blue {
  margin: 0 10px 0 -10px;
  color: #388cab;
}
#course h2 .h2-sub {
  margin: 8px auto 0;
  text-align: center;
}
#course h2 .h2-sub span {
  padding: 0 30px 4px;
  font-family: source-han-sans-cjk-ja, sans-serif;
  color: #fff;
  background-color: #095e7d;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
}
#course #section02 h2 .h2-sub span {
  background-color: #fc7b1e;
}
#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 #np01 .course_ttl, #course #of01 .course_ttl, #course #ls01 .course_ttl, #course #pg02 .course_ttl {
  font-size: 4.2rem;
}
#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 .course_sub_info {
  width: 265px;
  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: #01729b;
  text-align: left;
  border: 1px solid #01729b;
  border-radius: 6px;
  padding: 4px 12px 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: #01729b;
  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: #d61c0e;
}
#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: #d61c0e;
  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: #a81d13;
  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: #fff;
  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_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: #444;
}
#detail .detail_lead {
  max-width: 980px;
  margin: 0 auto;
  font-size: 3.0rem;
  font-weight: bold;
  color: #fff;
  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: #444;
  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: #444;
  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;
}
#detail a:link, #detail a:visited {
  color: #0080ec;
  text-decoration: underline;
}
/*---- フロートバナー ----*/
.fixed_btn {
  position: fixed;
  bottom: 85px;
  right: 5px;
  z-index: 1000;
  filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.2));
}
.fixed_btn a:hover {
  opacity: 0.9;
  filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0));
}

/* 終了日までのカウントダウン
------------------------------------- */
#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: 70%;
    height: auto;
    padding-left: 10px;
  }
  #headerArea .period {
    font-size: 12px;
    text-align: left;
    padding: 10px 16px 0 22px;
  }
  section {
    padding: 0 10px;
  }
  .flex_box {
    display: block;
  }
  /* ---------------
  #fv
--------------- */
  #fv {
    padding: 0 0 0;
  }
  #fv .fv_main {
    padding: 0 0 0;
  }
  #fv .fv_inner {
    padding-bottom: 0;
  }
  /* ---------------
  lead
--------------- */
  .lead {
    padding: 20px 20px;
  }
  .lead-head {
    font-size: 3.0rem;
  }
  .lead-head02 {
    font-size: 1.8rem;
  }
  .lead-box {
    width: 100%;
    margin: 30px auto;
    padding: 24px 30px;
  }
  .lead-txt01 {
    font-size: 2.4rem;
  }
  .lead-txt02 {
    font-size: 1.8rem;
  }
  /* ---------------
  areaMenu
--------------- */
  .areaMenu h2 {
    margin: 20px auto 40px;
    font-size: 3.0rem;
  }
  /*--- コース ※共通 ---*/
  .areaMenu_wrapper {
    padding: 0 0 30px;
  }
  /*--- メニュー一覧 ※共通 ---*/
  .areaMenu ul {
    justify-content: space-between;
    width: 100%;
    padding: 0 20px;
  }
  .areaMenu ul li {
    width: calc((100% / 2) - 6px);
    margin: 0 6px 20px 0;
  }
  .areaMenu ul li:nth-of-type(2n) {
    margin-right: 0;
  }
  .areaMenu ul li.nomargin {
    margin-right: 0 !important;
  }
  /*-- 見出し --*/
  .areaMenu h4 {
    height: 40px;
    font-size: 12px;
    padding: 7px 0 0 10px;
    background-size: 100%;
    background-color: #2e5ba9;
  }
  .areaMenu h4.new img {
    position: absolute;
    top: -8px;
    right: -8px;
    width: 60px;
  }
  .areaMenu li.all h4 {
    background: url(../images/manabi1904_title01.png) no-repeat top 0 center/100% #2E5FA9;
  }
  .areaMenu li.kids h4 {
    background: url(../images/manabi1904_title02.png) no-repeat top 0 center/100% #2E5FA9;
  }
  .areaMenu li.adult h4 {
    background: url(../images/manabi1904_title03.png) no-repeat top 0 center/100% #2E5FA9;
  }
  .areaMenu li.title h4 {
    padding: 7px 0 0 10px;
  }
  /*-- 画像＆テキスト部分 --*/
  .areaMenu ul li p.txt {
    font-size: 13px;
    height: 144px;
    line-height: 1.3;
    padding: 0 0 5px 0;
  }
  .areaMenu ul li p.txt span {
    display: block;
    height: 72px;
  }
  .areaMenu ul li p.txt span.c01 {
    background: url(../images/manabi1904_img10.png) no-repeat top 0 center/100%;
  }
  .areaMenu ul li p.txt span.c02 {
    background: url(../images/manabi1904_img11.png) no-repeat top 0 center/100%;
  }
  .areaMenu ul li p.txt span.c03 {
    background: url(../images/manabi1904_img12.png) no-repeat top 0 center/100%;
  }
  .areaMenu ul li p.txt span.c05 {
    background: url(../images/manabi1904_img14.png) no-repeat top 0 center/100%;
  }
  .areaMenu ul li p.txt span.c06 {
    background: url(../images/manabi1904_img15.png) no-repeat top 0 center/100%;
  }
  .areaMenu ul li p.txt span.c07 {
    background: url(../images/manabi1904_img17.png) no-repeat top 0 center/100%;
  }
  .areaMenu ul li p.txt span.c11 {
    background: url("../images/manabi1904_img19.png") no-repeat top 0 center/100%;
  }
  .areaMenu ul li p.txt span.c12 {
    background: url("../images/manabi1904_img20.png") no-repeat top 0 center/100%;
  }
  .areaMenu ul li p.txt img {
    width: 100%;
    padding-bottom: 5px;
  }
  /*-- 価格 --*/
  .areaMenu ul li p.price {
    font-size: 12px;
  }
  .areaMenu ul li p.price span {
    font-size: 16px;
  }
  .areaMenu ul li p.price span.large {
    font-size: 14px;
  }
  .areaMenu ul li p.price span.small {
    font-size: 10px;
  }
  /*-- 詳細はこちらLink --*/
  .areaMenu ul li div {
    margin: 2px auto 13px;
  }
  .areaMenu ul li div p.link {
    width: 90%;
    font-size: 12px;
    padding: 0 10px 4px;
  }
  /* ---------------
  #course
--------------- */
  #course #section01, #course #section02 {
    padding: 0px 10px 20px;
  }
  #course h2 {
    font-size: 3.0rem;
  }
  #course #section01 h2 {
    padding: 32px 20px 30px 20px;
    text-align: right;
  }
  #course #section02 h2 {
    padding: 10px 20px 30px 20px;
    text-align: left;
  }
  #course h2::before {
    content: "";
    display: inline-block;
    position: absolute;
    background: url("../images/course_adult_bg.png") no-repeat center left -65px/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 h2 .h2-main {
    font-size: 3.0rem;
    text-shadow: 2px 2px 0 #fff;
  }
  #course #section02 h2 .h2-main {
    font-size: 3.0rem;
  }
  #course h2 .h2-sub {
    margin-top: 0;
  }
  #course h2 .h2-sub span {
    font-size: 1.8rem;
  }
  #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 #np01 .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: 3.2rem;
    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_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;
  }
}