@charset "UTF-8";
/* grid_sp */
@media (min-width: 767px) {
  .row {
    display: flex;
    justify-content: space-between; }

  .column {
    margin-left: 4%; }

  .column:first-child {
    margin-left: 0; }

  .one.column {
    width: 4.66666666667%; }

  .two.column {
    width: 13.3333333333%; }

  .three.column {
    width: 22%; }

  .four.column {
    width: 30.6666666667%; }

  .five.column {
    width: 39.3333333333%; }

  .six.column {
    width: 48%; }

  .seven.column {
    width: 56.6666666667%; }

  .eight.column {
    width: 65.3333333333%; }

  .nine.column {
    width: 74.0%; }

  .ten.column {
    width: 82.6666666667%; }

  .eleven.column {
    width: 91.3333333333%; }

  .twelve.column {
    width: 100%; } }
@media (max-width: 480px) {
  .row .column + .column {
    margin-top: 2em; } }
body {
  font-size: 1.6rem; }

img {
  max-width: 100%;
  width: 100%;
  height: auto; }

/*----------------------------------------------

  header

----------------------------------------------*/
.site_header_nav,
.site_header_info {
  display: none !important; }

.site_header {
  position: absolute;
  height: 72px;
  padding: .5em .5em; }
  .site_header .site_header_wrap {
    flex-direction: row;
    justify-content: flex-start;
    padding: 0 !important; }
  .site_header .site_header_logo {
    max-width: 240px;
    width: calc(100% - 72px);
    line-height: 0;
    margin: 0.3em 0 1em; }
    @media (min-width: 767px) {
      .site_header .site_header_logo img {
        width: 270px; } }
  .site_header ul.sns_list {
    display: none; }

.site_header.chg {
  position: fixed;
  top: -2px; }

.site_header .call_nav {
  top: 1.6rem; }

.site_header.chg .call_nav {
  top: 1.2rem; }

/*----------------------------------------------

  call_nav / #drawer

----------------------------------------------*/
.call_nav {
  position: absolute;
  right: 10px;
  top: 2em;
  z-index: 9990;
  display: inline-block;
  background: #00ad89;
  border: 1px solid #00ad89;
  padding: .8em .8em;
  font-size: 1.5rem;
  margin-top: 0px;
  color: #fff;
  font-weight: 600;
  letter-spacing: .06em;
  border-radius: 0.2em;
  line-height: 1.2; }
  .call_nav:hover {
    cursor: pointer;
    background: #fff; }
  .call_nav i {
    margin-right: .3em;
    color: #FFF; }
  .call_nav:hover, .call_nav:hover i {
    color: #00ad89;
    transition: all 0.5s ease;
    zoom: 1; }

#drawer {
  position: fixed;
  top: 0;
  right: -280px;
  width: 280px;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  -ms-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
  background: #fafafa;
  color: #00ad89;
  z-index: 9999; }
  #drawer.open {
    -webkit-transform: translate3d(-280px, 0, 0);
    -moz-transform: translate3d(-280px, 0, 0);
    transform: translate3d(-280px, 0, 0);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4); }

.lte-ie9 #wrap.open {
  right: 0; }

#drawer nav a {
  display: block;
  color: #00ad89;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 52px;
  padding-left: 1.5em; }
  #drawer nav a:hover {
    color: #505050;
    background: #ffcc00;
    transition: all 0.5s ease;
    zoom: 1; }
#drawer nav ul {
  list-style: none;
  margin: 2.4em auto 1.2em;
  padding: .5em 0; }
  #drawer nav ul li {
    list-style: none;
    margin: 0;
    border-bottom: 1px solid #ccc; }
    #drawer nav ul li:hover {
      background: rgba(255, 255, 255, 0.5); }
    #drawer nav ul li:first-child {
      border-top: 1px solid #ccc; }

.drawer-close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
  line-height: 1;
  width: 1em;
  font-size: 24px;
  text-align: right;
  cursor: pointer;
  font-weight: 600;
  color: #00ad89; }

#drawer ul.bn_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
  width: 84%; }
  #drawer ul.bn_list li {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 0 0 .5em;
    padding: 0;
    flex: 0 0 100%;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 100%;
    max-width: 100%; }
    #drawer ul.bn_list li img {
      width: 100%; }

#drawer nav a span {
  font-size: 1.1rem;
  margin-left: .5em; }
  #drawer nav a span::before {
    content: " - "; }

/*----------------------------------------------

  footer

----------------------------------------------*/
.site_footer .site_footer_wrap {
  padding-bottom: 60px; }
  .site_footer .site_footer_wrap .site_footer_info {
    text-align: center;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease; }
    .site_footer .site_footer_wrap .site_footer_info .site_footer_logo img {
      max-width: 600px;
      width: 100%; }
    .site_footer .site_footer_wrap .site_footer_info p.time small {
      display: table; }

main {
  padding-top: 72px; }

.article {
  padding-top: 72px;
  background: #FFF; }

.body_index main {
  padding-top: 0; }

/*----------------------------------------------

  layout

----------------------------------------------*/
.stack_box .stack_doc {
  padding: 1.2em 1.2em; }

.txt_center_sp {
  text-align: center; }

.txt_left_sp {
  text-align: left; }

.sp_big {
  font-size: 120%; }

.sp_big_s {
  font-size: 110%; }

.sp_big_m {
  font-size: 150%; }

.sp_big_l {
  font-size: 180%;
  margin: 0; }

.bg_slider li span {
  background-size: cover; }

@media (min-width: 767px) {
  .bg_slider, .bg_slider:after {
    height: 85vh; } }
.sp_none {
  display: none; }

/*----------------------------------------------

  section

----------------------------------------------*/
section {
  padding: 1.2em 0;
  margin-top: 0; }

/*----------------------------------------------

  container

----------------------------------------------*/
.container {
  padding: 0 1em; }
  @media (min-width: 767px) {
    .container.wide {
      width: 100%;
      max-width: 90%; } }

/*----------------------------------------------

  article

----------------------------------------------*/
/*----------------------------------------------

  asset

----------------------------------------------*/
.page_title {
  font-size: 2.1rem; }

.sec_title {
  font-size: 2.4rem;
  margin: 2.4em auto 1.2em; }

.sub_title {
  font-size: 1.8rem; }

.sec_copy {
  font-size: 1.8rem; }
  @media screen and (max-width: 480px) {
    .sec_copy {
      font-size: 1.6rem; }
      .sec_copy br {
        display: none; } }

@media (max-width: 767px) {
  .sp_img_md {
    width: 72%;
    max-width: 360px;
    margin: 0 auto; }

  .sp_img_sm {
    width: 48%;
    max-width: 360px;
    margin: 0 auto; } }
.ribbon_wrap .ribbon_bg::before {
  border-width: 18px 10px 18px; }
.ribbon_wrap .ribbon_bg::after {
  border-width: 18px 10px 18px; }
.ribbon_wrap .ribbon_bg .ribbon_title {
  line-height: 30px;
  width: 100%;
  min-width: 200px;
  font-size: 1.6rem; }

ul.tag_list li {
  font-size: 66%;
  padding: .6em .3em !important; }

.fixed_bnr {
  display: flex;
  justify-content: flex-end;
  text-align: center;
  position: fixed;
  bottom: 0;
  right: 0;
  margin: 0;
  background: #8cd3c5;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease; }
  @media (max-width: 480px) {
    .fixed_bnr {
      padding-top: 1px; } }
  @media (max-width: 768px) {
    .fixed_bnr .comment {
      border-radius: 0.5em 0.5em 0 0; } }
  .fixed_bnr a {
    background: none;
    color: #FFF;
    font-size: 1.4rem;
    font-weight: 600; }
  .fixed_bnr a:nth-child(1),
  .fixed_bnr a:nth-child(2) {
    padding: 0.6em 0.2em; }
    .fixed_bnr a:nth-child(1) i,
    .fixed_bnr a:nth-child(2) i {
      margin-right: .5em; }
  .fixed_bnr a:nth-child(1) {
    max-width: 52%;
    width: 320px;
    margin: 1.5% 0 1.5% 1%;
    background: #ec5656;
    border-radius: .2em; }
    .fixed_bnr a:nth-child(1) .sp_none {
      display: none; }
  .fixed_bnr a:nth-child(2) {
    max-width: 30%;
    width: 320px;
    margin: 1.5% 1%; }
  .fixed_bnr a:nth-child(3) {
    max-width: 16%;
    font-size: 2rem;
    padding: .4em 0;
    line-height: 2; }
  .fixed_bnr a:nth-child(4) {
    max-width: 20%;
    display: none; }

header.chg + .fixed_bnr {
  padding-right: 50px; }

.float_bnr {
  margin-right: 90px; }
  .float_bnr .bnr_img {
    bottom: 0; }

.page_link_list.container {
  padding: 0; }
  .page_link_list.container ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .page_link_list.container ul li {
      flex: 0 0 50%;
      text-align: center;
      font-size: 84%; }
      .page_link_list.container ul li a {
        color: #00ad89;
        background: #FFF;
        border-right: 1px solid #8cd3c5;
        border-left: 1px solid #8cd3c5;
        border-bottom: 1px solid #8cd3c5;
        display: block;
        padding: .5em; }
        .page_link_list.container ul li a:hover, .page_link_list.container ul li a:active {
          color: #00ad89;
          background: #FFF; }
    .page_link_list.container ul li:nth-child(even) a {
      border-left: none; }
    .page_link_list.container ul li:nth-child(1) a,
    .page_link_list.container ul li:nth-child(2) a {
      border-top: 1px solid #8cd3c5; }

.fee_table tr th {
  width: 20%;
  padding: .4em; }
.fee_table tr th:nth-child(1) {
  width: 33%; }
.fee_table tr th:nth-child(3) {
  width: 19%; }
.fee_table tr td {
  padding: .4em; }

.fee_table.pool_fee tr th {
  width: 33.33333%; }

@media (max-width: 480px) {
  .summary_table tr th, .summary_table tr td {
    font-size: 1.4rem; } }

@media (max-width: 480px) {
  .price_table tr th, .price_table tr td {
    font-size: 1.4rem; } }

.comment + .tel_btn {
  max-width: 100%;
  font-size: 1.8rem; }
  .comment + .tel_btn + p {
    font-size: 2.7rem;
    margin-bottom: 0; }
  .comment + .tel_btn a {
    margin-top: 0; }

/*----------------------------------------------

HOME

----------------------------------------------*/
.index_slider_wrapper .index_slider_catch {
  top: 73%; }
  .index_slider_wrapper .index_slider_catch span {
    font-size: 150%; }
    @media (min-width: 767px) {
      .index_slider_wrapper .index_slider_catch span {
        font-size: 200%; } }
  .index_slider_wrapper .index_slider_catch strong {
    font-size: 150%; }
    .index_slider_wrapper .index_slider_catch strong small {
      font-size: 70%; }
  .index_slider_wrapper .index_slider_catch img {
    max-width: 150px; }
    .index_slider_wrapper .index_slider_catch img + img {
      max-width: 180px; }
  .index_slider_wrapper .index_slider_catch a {
    margin-top: 0.5em; }

@media (max-width: 768px) {
  .index_inst_wrap {
    margin-top: 4.8em; } }

/*----------------------------------------------

コンセプト

----------------------------------------------*/
.message_instructor_sec .message_instructor_doc figure {
  max-width: 300px;
  margin: 0 auto; }

/*----------------------------------------------

プログラム　イントロ

----------------------------------------------*/
.program_intro {
  flex-direction: column; }

.fukidashi {
  order: 1; }

.program_intro .character {
  order: 2; }

.fukidashi {
  position: relative;
  padding: 2rem;
  border-radius: 15px;
  border: 3px solid #00ad89;
  background-color: #fff;
  color: #000;
  margin: 20px 0;
  font-size: 0.9em; }

.fukidashi:before {
  position: absolute;
  top: 100%;
  right: 100px;
  transform: skew(-25deg);
  height: 25px;
  width: 15px;
  border-right: 3px solid #00ad89;
  background-color: #fff;
  content: ""; }

.fukidashi p {
  line-height: 1.5; }

.character img {
  width: 50%;
  height: auto; }

.character {
  text-align: center; }

/*----------------------------------------------

8つのクラスとキッズエリア

----------------------------------------------*/
@media (max-width: 768px) {
  .kidsarea_sec .kidsarea_doc {
    margin-bottom: 200px; } }
@media (min-width: 768px) {
  .kidsarea_sec .kidsarea_doc {
    margin-left: 50%; } }

/*----------------------------------------------

レッスンプラン

----------------------------------------------*/
.program_lesson_doc .lesson_txt {
  width: 100%;
  padding: 1em; }

.step_doc h3 {
  text-align: center; }
  .step_doc h3 span {
    margin: 0 auto -0.5em; }
  @media (max-width: 420px) {
    .step_doc h3 {
      min-height: 7em; } }

.program_flow_sec .program_flow_timeline > li .date {
  width: 20%; }
.program_flow_sec .program_flow_timeline > li .content {
  width: 80%; }
  .program_flow_sec .program_flow_timeline > li .content h3 {
    margin-top: .5em; }
  .program_flow_sec .program_flow_timeline > li .content::before {
    left: calc(20% - 5px); }
@media (min-width: 767px) {
  .program_flow_sec .program_flow_timeline > li .date {
    width: 12%; }
  .program_flow_sec .program_flow_timeline > li .content {
    width: 88%; }
    .program_flow_sec .program_flow_timeline > li .content h3 {
      margin-top: .4em; }
    .program_flow_sec .program_flow_timeline > li .content::before {
      left: calc(12% - 5px); } }

/*----------------------------------------------

お問合わせ

----------------------------------------------*/
.contact_mail a {
  font-size: 150%; }

/*----------------------------------------------

  item_list

----------------------------------------------*/
.item_list ul li, .item_list ol li {
  flex: 0 0 96%;
  flex-basis: 96%;
  max-width: 96%;
  margin: 2%; }
  @media (min-width: 767px) {
    .item_list ul li, .item_list ol li {
      margin-top: 0; } }

.item_list.col_2_sp ul li, .item_list.col_2_sp ol li {
  flex: 0 0 46%;
  flex-basis: 46%;
  max-width: 46%; }

.item_list.col_3_sp ul li, .item_list.col_3_sp ol li {
  flex: 0 0 29.33333%;
  flex-basis: 29.33333%;
  max-width: 29.33333%; }

@media (min-width: 767px) {
  .item_list.col_2_pc ul li, .item_list.col_2_pc ol li {
    flex: 0 0 46%;
    flex-basis: 46%;
    max-width: 46%; } }

@media (min-width: 767px) {
  .item_list.col_3_pc ul li, .item_list.col_3_pc ol li {
    flex: 0 0 29.33333%;
    flex-basis: 29.33333%;
    max-width: 29.33333%; } }

/*----------------------------------------------

  season

----------------------------------------------*/
.page-title {
  width: 95%;
  text-align: center;
  margin: 50px auto 0; }

.title-copy {
  width: 95%;
  margin: 0 auto; }

.calendar {
  display: flex;
  flex-direction: column;
  width: 80%;
  text-align: center;
  margin: 0 auto; }

.calendar img {
  padding: 30px 0; }

.pict-pc {
  display: none; }

.pict-sp {
  width: 90%; }

.title-caption {
  width: 95%;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px; }

.season-table th {
  width: 100%; }

.season-table td {
  border: 5px solid #7bc9cd;
  border-width: 0 5px; }

.season-table tr:last-child td {
  border-width: 0 5px 5px; }

/*----------------------------------------------

エリアガイド　イントロ

----------------------------------------------*/
.area_guide_intro img {
  width: 80%;
  height: auto; }

.area_guide_intro img {
  margin: 0.5em; }

/*----------------------------------------------

当日の流れ　イントロ

----------------------------------------------*/
.daily_schedule_intro img {
  width: 80%;
  height: auto; }

.daily_schedule_intro img {
  margin: 0.5em; }
