@charset "UTF-8";
/*xlab css*/
@import url("reset.css");
body {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif"; }

#page {
  width: 100%; }

.clear:before, .clear:after, .siteHeader:before, .siteHeader:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after, .siteHeader:after, .site-content:after, .site-footer:after {
  clear: both; }

.siteHcontainer {
  z-index: 2;
  width: 100%;
  height: 75px;
  background-color: #fff;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.17);
  position: fixed;
  top: 0;
  left: 0; }

.flexArea {
  display: flex; }

.siteHarea, .mainNav ul.main-menu > li {
  line-height: 1.25; }

.siteHarea {
  margin: 0 auto;
  max-width: 1192px;
  padding: 0 20px;
  height: 100%;
  justify-content: space-between; }

.siteTitle {
  width: 150px;
  height: 49px;
  margin: 13px 0 0 0; }

.siteTitle a {
  justify-content: space-between;
  opacity: 1;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  transition-property: opacity; }

.siteTitle a:hover {
  opacity: .5; }

@media only screen and (max-width: 959px) {
  #headerRsv {
    border-left: 1px solid #2daae1;
    border-right: 1px solid #2daae1;
    width: 74px; }

  #headerRsv a {
    background-image: url("../images/common/headerRsvSP.svg");
    background-size: 60px 60px;
    background-position: center center; }

  #headerRsv, #btnMenu {
    height: 60px;
    margin-top: 9px; }

  #headerRsv a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-repeat: no-repeat;
    opacity: 1;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    transition-property: opacity; }

  #headerRsv a:hover {
    opacity: .5; } }
@media only screen and (min-width: 960px) {
  .siteHcontainer {
    height: 95px; }

  .siteTitle {
    width: 230px;
    height: 75px;
    margin: 20px 0 0 0; }

  /*pcナビ*/
  .mainNav {
    width: 100%;
    max-width: 656px;
    position: relative; }

  .mainNav ul {
    list-style-type: none;
    padding: 0; }

  .mainNav ul li a {
    width: 100%;
    height: 100%;
    display: block; }

  .mainNav ul.navParents {
    margin: 0;
    height: 100%; }

  .mainNav ul.navParents > li {
    height: 100%;
    width: 20%;
    position: relative;
    overflow: hidden; }

  .mainNav ul.navParents > li a {
    position: relative;
    z-index: 2; }

  .mainNav ul.navParents > li:hover > div:before, .mainNav ul.navParents > li.current > div:before {
    content: "";
    width: 80%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 10%;
    background-color: #aeeefe;
    border-radius: 4px;
    opacity: 0.3; }

  .mainNav ul.navParents > li:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: calc(50% - 9px);
    border-top: 10px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 10px solid #2daae1;
    border-left: 9px solid transparent;
    -moz-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    transition-property: bottom; }

  .mainNav ul.navParents > li.show ul.navChildren {
    display: flex; }

  .mainNav ul.navParents > li.show:after {
    bottom: 0; }

  .mainNav ul.navParents > li > div {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    height: 70px;
    margin-top: 11px;
    border-left: 1px solid #2daae1;
    background-repeat: no-repeat;
    background-position: center center;
    background-position: center bottom 0px;
    position: relative; }

  .mainNav ul.navParents > li:last-child > div {
    border-right: 1px solid #2daae1; }

  .mainNav ul.navParents > li#navSch div {
    background-image: url(../images/common/navSch.svg);
    background-size: 100px 65px; }

  .mainNav ul.navParents > li#navDance div {
    background-image: url(../images/common/navDance.svg);
    background-size: 100px 65px; }

  .mainNav ul.navParents > li#navXlab div {
    background-image: url("../images/common/navXlab.svg");
    background-size: 100px 65px; }

  .mainNav ul.navParents > li#navPrice div {
    background-image: url("../images/common/navPrice.svg");
    background-size: 100px 65px; }

  .mainNav ul.navParents > li#navContact div {
    background-image: url("../images/common/navContact.svg");
    background-size: 100px 65px; }

  .mainNav ul.navChildren {
    flex-wrap: wrap;
    display: none;
    position: fixed;
    width: 100%;
    height: auto;
    min-height: 60px;
    left: 0;
    top: 95px;
    background-color: #2daae1;
    color: #fff;
    justify-content: center;
    font-size: 1.6rem; }

  .mainNav ul.navChildren .arrow_right, .mainNav ul.navChildren a:hover, .mainNav ul.navChildren li.current {
    background: url("../images/common/arrowRight.png");
    background-size: 10px 10px;
    background-position: 5px center;
    background-repeat: no-repeat; }

  .mainNav ul.navChildren a {
    color: #fff;
    padding-top: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    line-height: 1em;
    font-size: 14px;
    text-decoration: none;
    height: 14px; }

  .mainNav ul.navChildren li {
    margin: 0 24px 0 0; }

  #headerRsv {
    width: 155px;
    height: 45px;
    margin-top: 24px; }

  #headerRsv a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-image: url("../images/common/headerRsv.svg");
    background-repeat: no-repeat; }

  #btnMenu {
    display: none; } }
@media only screen and (max-width: 1120px) {
  .mainNav {
    width: 50%; } }
@media only screen and (max-width: 959px) {
  .mainNav {
    display: none;
    position: fixed;
    top: 75px;
    left: 0;
    width: 100%;
    height: calc(100vh - 75px);
    /*padding-bottom: 100px;*/
    overflow: scroll; }

  .mainNav ul {
    display: block;
    padding: 0;
    margin: 0;
    list-style-type: none; }

  .mainNav ul.navParents li > div {
    font-size: 1.8rem;
    color: #fff;
    height: 50px;
    padding: 10px 0 0 60px;
    background-position: 20px center;
    background-repeat: no-repeat; }

  .mainNav ul.navParents li > div a {
    color: #fff;
    text-decoration: none;
    display: block; }

  /*}*/
  .mainNav ul.navChildren li {
    font-size: 1.2rem;
    /*height: 50px;*/
    padding: 0 10px 0 30px; }

  .mainNav ul.navChildren li:not(:last-child) a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }

  .mainNav ul.navChildren li.current a {
    color: #fff !important; }

  .mainNav ul.navChildren li a {
    display: block;
    position: relative;
    font-weight: bold;
    height: 100%;
    width: 100%;
    padding: 10px 0px;
    text-decoration: none; }

  .mainNav ul.navChildren li a:after {
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    width: 7px;
    height: 10px;
    display: block;
    position: absolute;
    right: 10px;
    top: calc(50% - 5px); }

  .mainNav li#navSch div, .mainNav li#navDance div, .mainNav li#navXlab div, .mainNav li#navContact div, .mainNav li#navPrice div {
    background-color: #2daae1; }

  .mainNav li#navDance ul.navChildren, .mainNav li#navXlab ul.navChildren, .mainNav li#navPrice ul.navChildren {
    background-color: #DDE6F0; }

  .mainNav li#navDance ul.navChildren a, .mainNav li#navXlab ul.navChildren a, .mainNav li#navPrice ul.navChildren a, .mainNav li#navContact ul.navChildren a {
    color: #2daae1; }

  .mainNav li#navDance ul.navChildren li:hover, .mainNav li#navXlab ul.navChildren li:hover, .mainNav li#navPrice ul.navChildren li:hover {
    background-color: #A6C8FF; }

  .mainNav li#navDance ul.navChildren a:after, .mainNav li#navXlab ul.navChildren a:after, .mainNav li#navPrice ul.navChildren a:after {
    background-image: url("../images/common/arrowRightB.svg"); }

  .mainNav li#navSch > div {
    background-image: url("../images/common/navSchSP.svg");
    background-size: 30px 40px;
    border-bottom: solid 1px #fff; }

  .mainNav li#navDance > div {
    background-image: url("../images/common/navDanceSP.svg");
    background-size: 30px 40px; }

  .mainNav li#navXlab > div {
    background-image: url("../images/common/navXlabSP.svg");
    background-size: 30px 40px; }

  .mainNav li#navPrice > div {
    background-image: url("../images/common/navPriceSP.svg");
    background-size: 30px 40px; }

  .mainNav li#navContact > div {
    background-image: url("../images/common/navContactSP.svg");
    background-size: 30px 40px;
    margin-bottom: 75px; }

  #btnMenu {
    cursor: pointer;
    position: relative;
    width: 54px; }

  #btnMenu.active:before {
    content: "";
    width: 80%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 10%;
    background-color: #2daae1;
    opacity: 0.15;
    width: 115%; }

  #btnMenu img {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2; } }
/* -----------------------------------------------------------

   #footer

 ----------------------------------------------------------- */
#footer {
  padding-top: 90px;
  background: #2daae1; }

#footer .inner {
  padding: 50px 0;
  margin: 0 5%;
  background: #fff; }

#footer .inner p {
  font-weight: 200;
  line-height: 2;
  letter-spacing: 1px; }

#footer .infoArea {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }

#footer .aboutBox {
  padding: 20px 40px;
  border-right: solid 1px #eee; }

#footer .aboutBox h3 {
  width: 100%;
  height: 100px;
  background: url(../images/common/logo.webp) center center no-repeat;
  /*background-size: 200px 100px;*/
  margin-top: -20px; }

#footer .aboutBox h3 span {
  display: none; }

#footer .aboutBox p {
  font-size: 12px; }

#footer .infoBox {
  padding: 20px 40px;
  border-right: solid 1px #eee; }

#footer .infoBox h3, #footer .sitemapBox h3 {
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  color: #2daae1;
  margin-bottom: 1em; }

#footer .infoBox p {
  font-size: 12px; }

#footer .sitemapBox {
  padding: 20px 40px; }

#footer .sitemapBox ul {
  padding: 0; }

#footer .sitemapBox ul li {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 12px;
  letter-spacing: 1px; }

#footer .sitemapBox ul li a {
  display: block;
  position: relative;
  z-index: 1;
  line-height: 28px;
  padding-left: 15px;
  text-decoration: none;
  color: #666; }

#footer .sitemapBox ul li a:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto 0;
  content: "";
  width: 5px;
  height: 1px;
  background: #3E3A39;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

#footer .sitemapBox ul li a:hover {
  color: #2daae1; }

@media only screen and (max-width: 738px) {
  #footer {
    padding-top: 60px; }

  #footer .inner {
    padding: 20px 0;
    margin: 0 5%;
    background: #fff; }

  #footer .aboutBox, #footer .infoBox {
    padding: 20px;
    border-right: none;
    border-bottom: solid 1px #eee; }

  #footer .sitemapBox {
    padding: 20px; }

  #footer .sitemapBox ul {
    margin: 0;
    padding: 0;
    font-size: 0;
    text-align: left;
    position: relative; }

  #footer .sitemapBox ul li {
    display: block;
    margin: 0;
    width: 49.2%;
    padding: 0;
    border: transparent 1px solid;
    font-size: 10px;
    line-height: 40px;
    text-align: center;
    float: left; }

  #footer .sitemapBox ul li a {
    display: block;
    position: relative;
    z-index: 1;
    padding-left: 0;
    letter-spacing: 0.5px;
    line-height: 40px;
    background: #f5f5f5; }

  #footer .sitemapBox ul li a:before {
    position: absolute;
    top: 0;
    left: auto;
    right: 8px;
    bottom: 0;
    margin: 0;
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: bold;
    font-size: 10px;
    width: auto;
    height: 100%;
    background: none; } }
/* ----- .copyrightArea ----- */
#footer .copyrightArea {
  padding: 30px 5%;
  text-align: center;
  position: relative;
  z-index: 1; }

#footer .copyrightArea p {
  font-size: 11px;
  line-height: 2;
  letter-spacing: 1px; }

#footer .copyrightArea p.copyright {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 1.5px;
  color: #FFF; }

#footer .copyrightArea p.copyright span {
  font-size: 13px;
  vertical-align: 0; }

#footer .copyrightArea a i {
  font-size: 24px;
  color: #fff;
  margin: 0.5em 0.2em; }

@media only screen and (max-width: 738px) {
  #footer .copyrightArea {
    padding: 35px 5% 45px; }

  #footer .copyrightArea:before {
    position: absolute;
    top: -1px;
    left: 5%;
    right: 5%;
    height: 0;
    content: "";
    border-top: #ededed 1px solid;
    z-index: 2; }

  #footer .copyrightArea p.copyright {
    letter-spacing: 1px; }

  #footer .copyrightArea p.copyright span {
    font-size: 12px;
    vertical-align: 0; } }
/*********************************************************

トップslide

**********************************************************/
.swiper-container {
  margin-top: 95px;
  margin-bottom: 2em; }

@media only screen and (max-width: 959px) {
  .swiper-container {
    margin-top: 75px;
    margin-bottom: 1em; } }
.swiper-slide img {
  width: 100%; }

/*********************************************************

コンテンツ共通

**********************************************************/
.pc {
  display: block; }

.sp {
  display: none; }

.tLeft {
  text-align: left;
  etter-spacing: 0.2px;
  line-height: 1.4;
  font-weight: 200; }

.content {
  margin: 4em auto;
  max-width: 1200px;
  text-align: center; }
  .content a:hover {
    opacity: 0.8; }

.title {
  background: #2daae1;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to left, #f99bf4, #2daae1);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #f99bf4, #2daae1);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #fff;
  padding: 10px 0 5px;
  font-size: 2.6em;
  text-align: center; }
  .title h2 {
    border-bottom: solid 2px #fff;
    padding-bottom: 5px;
    font-weight: 400; }
    .title h2 img {
      vertical-align: middle; }

.titleS {
  background: #2daae1;
  padding: 1em;
  font-size: 1.6em;
  color: #fff;
  text-align: center;
  font-weight: 300; }

.boxL {
  float: left;
  width: 48%;
  margin: 0 2% 0 0; }

.boxR {
  float: right;
  width: 48%;
  margin: 0 0 0 2%; }

.boxL img, .boxR img {
  width: 100% !important; }

.boxL3 {
  float: left;
  width: 28%;
  margin: 0 2% 0 0; }

.boxR7 {
  float: right;
  width: 68%;
  margin: 0 0 0 2%; }

.boxL3 img, .boxR7 img {
  width: 100% !important; }

.boxL2 {
  float: left;
  width: 18%;
  margin: 0 2% 0 0; }

.boxR8 {
  float: right;
  width: 78%;
  margin: 0 0 0 2%; }

.boxL2 img, .boxR8 img {
  width: 100% !important; }

.boxL8 {
  float: left;
  width: 78%;
  margin: 0 2% 0 0; }

.boxR2 {
  float: right;
  width: 18%;
  margin: 0 0 0 2%; }

.boxL8 img, .boxR2 img {
  width: 100% !important; }

.telBox {
  margin: 2em auto 0 auto;
  text-align: center; }
  .telBox p {
    color: #2daae1;
    margin-bottom: 10px; }
  .telBox img:hover {
    opacity: 0.8; }

@media only screen and (max-width: 959px) {
  .pc {
    display: none; }

  .sp {
    display: block; }

  .content {
    width: 94%;
    margin: 2em 3%; }

  .title {
    font-size: 1.8em; }
    .title h2 img {
      display: block;
      text-align: center;
      margin: 0 auto 10px auto;
      width: 20%; }

  .titleS {
    font-size: 1.2em;
    padding: 0.5em; }

  .boxL, .boxR, .boxL3, .boxR7 {
    float: none;
    width: 100%;
    margin: 0 0 0.5em 0; }

  .telBox img {
    width: 100%; } }
/***ページトップへ*****/
#pageTop {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #464646;
  opacity: 0.6;
  z-index: 1000; }

#pageTop a {
  position: relative;
  display: block;
  padding: 5px;
  width: 45px;
  height: 45px;
  text-decoration: none;
  font-size: 21px;
  text-align: center;
  color: #fff !important; }

#pageTop span {
  font-size: 8px;
  display: block; }

.moreBtn {
  margin: 1em auto 0 auto;
  text-align: center; }
  .moreBtn a {
    padding: 10px 40px;
    border-radius: 40px;
    font-size: 18px;
    background: #2daae1;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #f99bf4, #2daae1);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #f99bf4, #2daae1);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #fff;
    line-height: 2;
    width: 300px;
    text-decoration: none; }

.moreBtn a:hover {
  opacity: 0.8; }

.morelinks {
  margin: 1em 0; }
  .morelinks a {
    text-decoration: underline;
    color: #2daae1; }

.morelinks a:hover {
  opacity: 0.8;
  text-decoration: none; }

/**** ダンスカラー　****/
.hiphop {
  color: #ffbf7f; }

.ballet {
  color: #7ff47f; }

.jazz {
  color: #7fbfff; }

.girls {
  color: #bf7fff; }

.breakin {
  color: #efec7d; }

.kpop {
  color: #f7ee54; }

.jpop {
  color: #7f7fff; }

.fitness {
  color: #f4a4af; }

.themepark {
  color: #ffb6de; }

.belly {
  color: #d18aff; }

.infant {
  color: #f8b62d; }

.reggae {
  color: #85DF00; }

/*********************************************************

トップページ

**********************************************************/
/**** Blog Rss ****/
.RssDate {
  padding: 5px;
  font-size: 12px;
  color: #999; }

.RssLink {
  padding: 5px;
  font-size: 16px;
  color: #2daae1;
  text-decoration: none;
  line-height: 1.8; }

.RssTxt {
  padding: 0 5px 2px 5px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #666;
  border-bottom: solid 1px #CCCCCC;
  line-height: 1.6; }

/**** 人気のポイント ****/
#pointBg {
  background: url("../images/index/pointBg.jpg") center center;
  background-size: cover;
  padding: 1px 0; }

.pointList {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }

.pointBox {
  padding: 10px; }
  .pointBox img {
    margin: 0em auto 0.5em auto; }
  .pointBox h4 {
    font-size: 1.2em;
    margin: 5px 0 0 0;
    color: #FF7400;
    text-align: center;
    font-weight: 300;
    line-height: 1.4; }
  .pointBox p {
    font-size: 1em;
    margin-top: 0.5em;
    line-height: 1.4; }

.pointImg {
  max-width: 200px;
  display: block; }

/**** ダンスラインナップ ****/
.danceList {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); }

.danceBox {
  padding: 10px; }
  .danceBox img {
    margin: 0em auto 0.5em auto;
    width: 100%; }
  .danceBox h4 {
    font-size: 1.4em;
    margin: 5px 0 0 0;
    text-align: center;
    font-weight: 500;
    line-height: 1.4; }
  .danceBox p {
    font-size: 1em;
    margin-top: 0.5em;
    line-height: 1.4; }

@media only screen and (max-width: 959px) {
  .danceList {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); }

  .danceBox h4 {
    font-size: 1.2em;
    margin: 5px 0 0 0;
    text-align: center;
    font-weight: 500;
    line-height: 1.4; } }
/**** 質問アコーディオン *****/
.acd {
  max-width: 100%; }

.acd-hidden {
  display: none; }

.acd-open {
  display: block;
  padding: 20px 60px 20px 20px;
  cursor: pointer;
  margin: 5px 0;
  font-weight: 500;
  font-size: 1em;
  line-height: 1.2;
  position: relative;
  border: 1px solid #2daae1;
  color: #2daae1; }

.acd-open::before, .acd-open::after {
  content: '';
  width: 20px;
  height: 3px;
  background: #2daae1;
  position: absolute;
  top: 50%;
  right: 2%;
  transform: translateY(-50%); }

.acd-open::after {
  transform: translateY(-50%) rotate(90deg);
  transition: .5s; }

.acd-hidden:checked + .acd-open:after {
  transform: translateY(-50%) rotate(0); }

.acd-close {
  display: block;
  height: 0;
  overflow: hidden;
  margin: 10px 0 0 0;
  padding: 0;
  opacity: 0;
  line-height: 1.7em;
  transition: 0.5s; }

.acd-hidden:checked + .acd-open + .acd-close {
  height: auto;
  opacity: 1;
  padding: 10px 5px 20px; }

.acdSubT h3 {
  background: #2daae1;
  padding: 0.5em;
  font-size: 1.6em;
  color: #fff;
  text-align: center;
  font-weight: 300;
  border-radius: 50px;
  margin: 20px 0; }

@media only screen and (max-width: 959px) {
  .acd-open {
    padding: 10px 40px 10px 10px; }

  .acdSubT h3 {
    font-size: 1.2em; } }
/*********************************************************

インナー

**********************************************************/
.innerTitle {
  background: #2daae1;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to left, #f99bf4, #2daae1);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #f99bf4, #2daae1);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #fff;
  padding: 5px 0;
  font-size: 2.6em;
  text-align: center; }
  .innerTitle h3 {
    background: #fff;
    padding: 10px 0;
    font-weight: 400;
    color: #2daae1; }

.subTitle {
  font-size: 1.4em;
  font-weight: 300;
  margin-bottom: 3em; }

.stroke {
  position: relative;
  z-index: 1; }

.stroke::after {
  display: block;
  content: '';
  width: 100%;
  height: 10px;
  background-color: #AEEEFE;
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: -1;
  -webkit-transform: skewY(-1deg);
  -ms-transform: skewY(-1deg);
  transform: skewY(-1deg); }

/******** タイトル ************/
#scheduleTitle {
  background: url("../images/schedule/titleBg.jpg") center center;
  background-size: cover;
  margin-top: 95px;
  margin-bottom: 2em;
  padding: 4em 0 5em 0;
  text-align: center; }
  #scheduleTitle img {
    margin-bottom: -30px; }
  #scheduleTitle span {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 100; }

#lineupTitle {
  background: url("../images/lineup/titleBg.jpg") center center;
  background-size: cover;
  margin-top: 95px;
  margin-bottom: 2em;
  padding: 4em 0 5em 0;
  text-align: center; }
  #lineupTitle img {
    margin-bottom: -30px; }
  #lineupTitle span {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 100; }

#admissionTitle, #contactTitle {
  background: url("../images/admission/titleBg.jpg") center center;
  background-size: cover;
  margin-top: 95px;
  margin-bottom: 2em;
  padding: 4em 0 5em 0;
  text-align: center; }
  #admissionTitle img, #contactTitle img {
    margin-bottom: -30px; }
  #admissionTitle span, #contactTitle span {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 100; }

#lessonTitle {
  background: url("../images/lesson/titleBg.jpg") center center;
  background-size: cover;
  margin-top: 95px;
  margin-bottom: 2em;
  padding: 4em 0 5em 0;
  text-align: center; }
  #lessonTitle img {
    margin-bottom: -30px; }
  #lessonTitle span {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 100; }

#rentalTitle {
  background: url("../images/rental/titleBg.jpg") center center;
  background-size: cover;
  margin-top: 95px;
  margin-bottom: 2em;
  padding: 4em 0 5em 0;
  text-align: center; }
  #rentalTitle img {
    margin-bottom: -30px; }
  #rentalTitle span {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 100; }

#popularityTitle {
  background: url("../images/popularity/titleBg.jpg") center center;
  background-size: cover;
  margin-top: 95px;
  margin-bottom: 2em;
  padding: 4em 0 5em 0;
  text-align: center; }
  #popularityTitle img {
    margin-bottom: -30px; }
  #popularityTitle span {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 100; }

#instructorTitle {
  background: url("../images/instructor/titleBg.jpg") center center;
  background-size: cover;
  margin-top: 95px;
  margin-bottom: 2em;
  padding: 4em 0 5em 0;
  text-align: center; }
  #instructorTitle img {
    margin-bottom: -30px; }
  #instructorTitle span {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 100; }

#greetingTitle {
  background: url("../images/greeting/titleBg.jpg") center center;
  background-size: cover;
  margin-top: 95px;
  margin-bottom: 2em;
  padding: 4em 0 5em 0;
  text-align: center; }
  #greetingTitle img {
    margin-bottom: -30px; }
  #greetingTitle span {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 100; }

#accessTitle {
  background: url("../images/access/titleBg.jpg") center center;
  background-size: cover;
  margin-top: 95px;
  margin-bottom: 2em;
  padding: 4em 0 5em 0;
  text-align: center; }
  #accessTitle img {
    margin-bottom: -30px; }
  #accessTitle span {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 100; }

#termsTitle {
  background: url("../images/terms/titleBg.jpg") center center;
  background-size: cover;
  margin-top: 95px;
  margin-bottom: 2em;
  padding: 4em 0 5em 0;
  text-align: center; }
  #termsTitle img {
    margin-bottom: -30px; }
  #termsTitle span {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 100; }

#faqTitle {
  background: url("../images/faq/titleBg.jpg") center center;
  background-size: cover;
  margin-top: 95px;
  margin-bottom: 2em;
  padding: 4em 0 5em 0;
  text-align: center; }
  #faqTitle img {
    margin-bottom: -30px; }
  #faqTitle span {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 100; }

#aboutUsTitle {
  background: url("../images/aboutUs/titleBg.jpg") center center;
  background-size: cover;
  margin-top: 95px;
  margin-bottom: 2em;
  padding: 4em 0 5em 0;
  text-align: center; }
  #aboutUsTitle img {
    margin-bottom: -30px; }
  #aboutUsTitle span {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 100; }

#privacyTitle {
  background: url("../images/privacypolicy/titleBg.jpg") center center;
  background-size: cover;
  margin-top: 95px;
  margin-bottom: 2em;
  padding: 4em 0 5em 0;
  text-align: center; }
  #privacyTitle img {
    margin-bottom: -15px; }
  #privacyTitle span {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 100; }

.basicP {
  font-size: 1em;
  line-height: 1.6;
  text-align: left;
  letter-spacing: 0.2px;
  font-weight: 200; }

.basicTable {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  color: #2b2b2b;
  font-size: 1em;
  margin-bottom: 1.5em; }
  .basicTable td {
    border: 1px solid #2daae1;
    padding: 5px;
    height: 40px;
    vertical-align: middle;
    color: #2daae1;
    line-height: 1.4; }
    .basicTable td span {
      font-size: 0.8em;
      font-weight: 300; }
  .basicTable th {
    text-align: center;
    background-color: #AEEEFE;
    border: 1px solid #2daae1;
    padding: 5px;
    height: 40px;
    vertical-align: middle; }

@media only screen and (max-width: 959px) {
  .innerTitle {
    font-size: 1.8em; }
    .innerTitle h3 {
      padding: 5px 0; }

  .subTitle {
    font-size: 1em;
    margin-bottom: 1em;
    line-height: 1.2; }

  .stroke::after {
    height: 5px; }

  #scheduleTitle, #greetingTitle, #accessTitle, #termsTitle, #faqTitle, #aboutUsTitle {
    margin-top: 75px;
    margin-bottom: 1em;
    padding: 2em 0 3em 0; }
    #scheduleTitle img, #greetingTitle img, #accessTitle img, #termsTitle img, #faqTitle img, #aboutUsTitle img {
      width: 50%;
      margin-bottom: -10px; }
    #scheduleTitle span, #greetingTitle span, #accessTitle span, #termsTitle span, #faqTitle span, #aboutUsTitle span {
      font-size: 12px; }

  #lineupTitle {
    margin-top: 75px;
    margin-bottom: 1em;
    padding: 2em 0 3em 0; }
    #lineupTitle img {
      width: 68%;
      margin-bottom: -10px; }
    #lineupTitle span {
      font-size: 12px; }

  #admissionTitle, #contactTitle {
    margin-top: 75px;
    margin-bottom: 1em;
    padding: 2em 0 3em 0; }
    #admissionTitle img, #contactTitle img {
      width: 94%;
      margin-bottom: -10px; }
    #admissionTitle span, #contactTitle span {
      font-size: 12px; }

  #lessonTitle {
    margin-top: 75px;
    margin-bottom: 1em;
    padding: 2em 0 3em 0; }
    #lessonTitle img {
      width: 61%;
      margin-bottom: -10px; }
    #lessonTitle span {
      font-size: 12px; }

  #popularityTitle, #instructorTitle {
    margin-top: 75px;
    margin-bottom: 1em;
    padding: 2em 0 3em 0; }
    #popularityTitle img, #instructorTitle img {
      width: 55%;
      margin-bottom: -10px; }
    #popularityTitle span, #instructorTitle span {
      font-size: 12px; }

  #rentalTitle, #privacyTitle {
    margin-top: 75px;
    margin-bottom: 1em;
    padding: 2em 0 3em 0; }
    #rentalTitle img, #privacyTitle img {
      width: 73%;
      margin-bottom: -10px; }
    #rentalTitle span, #privacyTitle span {
      font-size: 12px; }

  .basicP {
    font-size: 0.9em;
    line-height: 1.4; }

  .basicTable {
    margin-bottom: 1em; }
    .basicTable td {
      padding: 3px;
      height: 30px; }
    .basicTable th {
      padding: 3px;
      height: 30px; } }
/*********************************************************

ダンスラインナップ

**********************************************************/
.inDanceList {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }

.inDanceBox {
  padding: 10px; }
  .inDanceBox img {
    margin: 0em auto 0.5em auto;
    width: 100%; }
  .inDanceBox h4 {
    font-size: 1.4em;
    margin: 10px 0 0 0;
    text-align: center;
    font-weight: 300;
    line-height: 1.4; }
  .inDanceBox p {
    margin-top: 1em; }

.strokeHiphop, .strokeBallet, .strokeJazz, .strokeGirls, .strokeBreakin, .strokeKpop, .strokeJpop, .strokeReggae, .strokeFitness, .strokeThemepark, .strokeInfant {
  position: relative;
  z-index: 1; }

.strokeHiphop::after {
  display: block;
  content: '';
  width: 100%;
  height: 10px;
  background-color: #ffbf7f;
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: -1;
  -webkit-transform: skewY(-1deg);
  -ms-transform: skewY(-1deg);
  transform: skewY(-1deg); }

.moreHiphop {
  margin: 1em auto 0 auto;
  text-align: center; }
  .moreHiphop a {
    padding: 10px 40px;
    border-radius: 40px;
    font-size: 18px;
    background: #ffbf7f;
    color: #fff;
    line-height: 2;
    width: 280px;
    text-decoration: none; }

.strokeBallet::after {
  display: block;
  content: '';
  width: 100%;
  height: 10px;
  background-color: #7ff47f;
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: -1;
  -webkit-transform: skewY(-1deg);
  -ms-transform: skewY(-1deg);
  transform: skewY(-1deg); }

.moreBallet {
  margin: 1em auto 0 auto;
  text-align: center; }
  .moreBallet a {
    padding: 10px 40px;
    border-radius: 40px;
    font-size: 18px;
    background: #7ff47f;
    color: #fff;
    line-height: 2;
    width: 280px;
    text-decoration: none; }

.strokeJazz::after {
  display: block;
  content: '';
  width: 100%;
  height: 10px;
  background-color: #7fbfff;
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: -1;
  -webkit-transform: skewY(-1deg);
  -ms-transform: skewY(-1deg);
  transform: skewY(-1deg); }

.moreJazz {
  margin: 1em auto 0 auto;
  text-align: center; }
  .moreJazz a {
    padding: 10px 40px;
    border-radius: 40px;
    font-size: 18px;
    background: #7fbfff;
    color: #fff;
    line-height: 2;
    width: 280px;
    text-decoration: none; }

.strokeGirls::after {
  display: block;
  content: '';
  width: 100%;
  height: 10px;
  background-color: #bf7fff;
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: -1;
  -webkit-transform: skewY(-1deg);
  -ms-transform: skewY(-1deg);
  transform: skewY(-1deg); }

.moreGirls {
  margin: 1em auto 0 auto;
  text-align: center; }
  .moreGirls a {
    padding: 10px 40px;
    border-radius: 40px;
    font-size: 18px;
    background: #bf7fff;
    color: #fff;
    line-height: 2;
    width: 280px;
    text-decoration: none; }

.strokeBreakin::after {
  display: block;
  content: '';
  width: 100%;
  height: 10px;
  background-color: #efec7d;
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: -1;
  -webkit-transform: skewY(-1deg);
  -ms-transform: skewY(-1deg);
  transform: skewY(-1deg); }

.moreBreakin {
  margin: 1em auto 0 auto;
  text-align: center; }
  .moreBreakin a {
    padding: 10px 40px;
    border-radius: 40px;
    font-size: 18px;
    background: #efec7d;
    color: #fff;
    line-height: 2;
    width: 280px;
    text-decoration: none; }

.strokeKpop::after {
  display: block;
  content: '';
  width: 100%;
  height: 10px;
  background-color: #f7ee54;
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: -1;
  -webkit-transform: skewY(-1deg);
  -ms-transform: skewY(-1deg);
  transform: skewY(-1deg); }

.moreKpop {
  margin: 1em auto 0 auto;
  text-align: center; }
  .moreKpop a {
    padding: 10px 40px;
    border-radius: 40px;
    font-size: 18px;
    background: #f7ee54;
    color: #fff;
    line-height: 2;
    width: 280px;
    text-decoration: none; }

.strokeJpop::after {
  display: block;
  content: '';
  width: 100%;
  height: 10px;
  background-color: #7f7fff;
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: -1;
  -webkit-transform: skewY(-1deg);
  -ms-transform: skewY(-1deg);
  transform: skewY(-1deg); }

.moreJpop {
  margin: 1em auto 0 auto;
  text-align: center; }
  .moreJpop a {
    padding: 10px 40px;
    border-radius: 40px;
    font-size: 18px;
    background: #7f7fff;
    color: #fff;
    line-height: 2;
    width: 280px;
    text-decoration: none; }

.strokeReggae::after {
  display: block;
  content: '';
  width: 100%;
  height: 10px;
  background-color: #85DF00;
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: -1;
  -webkit-transform: skewY(-1deg);
  -ms-transform: skewY(-1deg);
  transform: skewY(-1deg); }

.moreReggae {
  margin: 1em auto 0 auto;
  text-align: center; }
  .moreReggae a {
    padding: 10px 40px;
    border-radius: 40px;
    font-size: 18px;
    background: #85DF00;
    color: #fff;
    line-height: 2;
    width: 280px;
    text-decoration: none; }

.strokeFitness::after {
  display: block;
  content: '';
  width: 100%;
  height: 10px;
  background-color: #f4a4af;
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: -1;
  -webkit-transform: skewY(-1deg);
  -ms-transform: skewY(-1deg);
  transform: skewY(-1deg); }

.moreFitness {
  margin: 1em auto 0 auto;
  text-align: center; }
  .moreFitness a {
    padding: 10px 40px;
    border-radius: 40px;
    font-size: 18px;
    background: #f4a4af;
    color: #fff;
    line-height: 2;
    width: 280px;
    text-decoration: none; }

.strokeThemepark::after {
  display: block;
  content: '';
  width: 100%;
  height: 10px;
  background-color: #ffb6de;
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: -1;
  -webkit-transform: skewY(-1deg);
  -ms-transform: skewY(-1deg);
  transform: skewY(-1deg); }

.moreThemepark {
  margin: 1em auto 0 auto;
  text-align: center; }
  .moreThemepark a {
    padding: 10px 40px;
    border-radius: 40px;
    font-size: 18px;
    background: #ffb6de;
    color: #fff;
    line-height: 2;
    width: 280px;
    text-decoration: none; }

.strokeInfant::after {
  display: block;
  content: '';
  width: 100%;
  height: 10px;
  background-color: #f8b62d;
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: -1;
  -webkit-transform: skewY(-1deg);
  -ms-transform: skewY(-1deg);
  transform: skewY(-1deg); }

.moreInfant {
  margin: 1em auto 0 auto;
  text-align: center; }
  .moreInfant a {
    padding: 10px 40px;
    border-radius: 40px;
    font-size: 18px;
    background: #f8b62d;
    color: #fff;
    line-height: 2;
    width: 280px;
    text-decoration: none; }

.moreHiphop a:hover, .moreBallet a:hover, .moreJazz a:hover, .moreGirls a:hover, .moreBreakin a:hover, .moreKpop a:hover, .moreJpop a:hover, .moreReggae a:hover, .moreFitness a:hover, .moreThemepark a:hover, .moreInfant a:hover {
  opacity: 0.8; }

/*********************************************************

ダンスラインナップ 個別

**********************************************************/
.lineupTitle {
  padding: 5px 0 0 0;
  font-size: 2.6em;
  text-align: center;
  width: 320px;
  margin: 0 auto; }
  .lineupTitle h3 {
    padding: 10px 0;
    font-weight: bold;
    transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg); }
    .lineupTitle h3 span {
      display: block;
      font-size: 12px;
      padding-top: 5px; }

.hiphopMain {
  background: url("../images/danceHiphop/ct.png") no-repeat;
  background-position: left 1% bottom 0%;
  height: 415px;
  background-size: auto 100%;
  margin-top: -1em; }
  .hiphopMain .hiphopHead {
    padding: 0 5% 0% 25%; }
    .hiphopMain .hiphopHead h4 {
      font-size: 1.6em;
      margin-bottom: 10px; }

.balletMain {
  background: url("../images/danceBallet/ct.png") no-repeat;
  background-position: left 1% bottom 0%;
  height: 415px;
  background-size: auto 100%;
  margin-top: -1em; }
  .balletMain .balletHead {
    padding: 0 5% 0% 25%; }
    .balletMain .balletHead h4 {
      font-size: 1.6em;
      margin-bottom: 10px; }

.jazzMain {
  background: url("../images/danceJazz/ct.png") no-repeat;
  background-position: left 1% bottom 0%;
  height: 450px;
  background-size: auto 100%;
  margin-top: -1em; }
  .jazzMain .jazzHead {
    padding: 0 5% 0% 25%; }
    .jazzMain .jazzHead h4 {
      font-size: 1.6em;
      margin-bottom: 10px; }

.girlsMain {
  background: url("../images/danceGirls/ct.png") no-repeat;
  background-position: left 1% bottom 0%;
  height: 415px;
  background-size: auto 100%;
  margin-top: -1em; }
  .girlsMain .girlsHead {
    padding: 0 5% 0% 25%; }
    .girlsMain .girlsHead h4 {
      font-size: 1.6em;
      margin-bottom: 10px; }

.breakinMain {
  background: url("../images/danceBreakin/ct.png") no-repeat;
  background-position: left 1% bottom 0%;
  height: 300px;
  background-size: auto 100%;
  margin-top: -1em; }
  .breakinMain .breakinHead {
    padding: 0 5% 0% 25%; }
    .breakinMain .breakinHead h4 {
      font-size: 1.6em;
      margin-bottom: 10px; }

.kpopMain {
  background: url("../images/danceKpop/ct.png") no-repeat;
  background-position: left 1% bottom 0%;
  height: 415px;
  background-size: auto 100%;
  margin-top: -1em; }
  .kpopMain .kpopHead {
    padding: 0 5% 0% 25%; }
    .kpopMain .kpopHead h4 {
      font-size: 1.6em;
      margin-bottom: 10px; }

.jpopMain {
  background: url("../images/danceJpop/ct.png") no-repeat;
  background-position: left 1% bottom 0%;
  height: 415px;
  background-size: auto 100%;
  margin-top: -1em; }
  .jpopMain .jpopHead {
    padding: 0 5% 0% 25%; }
    .jpopMain .jpopHead h4 {
      font-size: 1.6em;
      margin-bottom: 10px; }

.reggaeMain {
  background: url("../images/danceReggae/ct.png") no-repeat;
  background-position: left 1% bottom 0%;
  height: 415px;
  background-size: auto 100%;
  margin-top: -1em; }
  .reggaeMain .reggaeHead {
    padding: 0 5% 0% 25%; }
    .reggaeMain .reggaeHead h4 {
      font-size: 1.6em;
      margin-bottom: 10px; }

.fitnessMain {
  background: url("../images/danceFitness/ct.png") no-repeat;
  background-position: left 1% bottom 0%;
  height: 280px;
  background-size: auto 100%;
  margin-top: -1em; }
  .fitnessMain .fitnessHead {
    padding: 0 5% 0% 25%; }
    .fitnessMain .fitnessHead h4 {
      font-size: 1.6em;
      margin-bottom: 10px; }

.themeparkMain {
  background: url("../images/danceThemepark/ct.png") no-repeat;
  background-position: left 1% bottom 0%;
  height: 415px;
  background-size: auto 100%;
  margin-top: -1em; }
  .themeparkMain .themeparkHead {
    padding: 0 5% 0% 25%; }
    .themeparkMain .themeparkHead h4 {
      font-size: 1.6em;
      margin-bottom: 10px; }

.infantMain {
  /*background: url("../images/danceThemepark/ct.png") no-repeat; background-position: left 1% bottom 0%; height: 415px; background-size: auto 100%; */
  margin-top: -1em; }
  .infantMain .infantHead {
    /*padding: 0 5% 0% 25%; */ }
    .infantMain .infantHead h4 {
      font-size: 1.6em;
      margin-bottom: 10px; }

.lineupPoint {
  background: #AEEEFE; }

.lineupList {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  padding: 2em 0; }

.lineupBox {
  padding: 10px; }
  .lineupBox img {
    margin: 0em auto 0.5em auto;
    width: 100%; }
  .lineupBox h5 {
    font-size: 1.6em;
    margin: 5px 0 0 0;
    text-align: center;
    font-weight: 500;
    line-height: 1.4;
    font-weight: bold;
    color: #2daae1; }

@media only screen and (max-width: 959px) {
  .lineupTitle {
    font-size: 1.8em; }
    .lineupTitle h3 {
      padding: 5px 0; }

  .hiphopMain {
    background-position: left 0% top 5%;
    height: auto;
    background-size: auto 60%;
    margin-top: -0.5em; }
    .hiphopMain .hiphopHead {
      padding: 0% 0% 0% 20%; }
      .hiphopMain .hiphopHead h4 {
        font-size: 1.2em !important; }

  .balletMain {
    background-position: left 0% top 5%;
    height: auto;
    background-size: auto 65%;
    margin-top: -0.5em; }
    .balletMain .balletHead {
      padding: 0% 0% 0% 20%; }
      .balletMain .balletHead h4 {
        font-size: 1.2em !important; }

  .jazzMain {
    background-position: left 0% top 5%;
    height: auto;
    background-size: auto 60%;
    margin-top: -0.5em; }
    .jazzMain .jazzHead {
      padding: 0% 0% 0% 20%; }
      .jazzMain .jazzHead h4 {
        font-size: 1.2em !important; }

  .girlsMain {
    background-position: left 0% top 5%;
    height: auto;
    background-size: auto 60%;
    margin-top: -0.5em; }
    .girlsMain .girlsHead {
      padding: 0% 0% 0% 20%; }
      .girlsMain .girlsHead h4 {
        font-size: 1.2em !important; }

  .breakinMain {
    background-position: left 0% top 5%;
    height: auto;
    background-size: auto 50%;
    margin-top: -0.5em; }
    .breakinMain .breakinHead {
      padding: 0% 0% 0% 20%; }
      .breakinMain .breakinHead h4 {
        font-size: 1.2em !important; }

  .kpopMain {
    background-position: left 0% top 5%;
    height: auto;
    background-size: auto 65%;
    margin-top: -0.5em; }
    .kpopMain .kpopHead {
      padding: 0% 0% 0% 20%; }
      .kpopMain .kpopHead h4 {
        font-size: 1.2em !important; }

  .jpopMain {
    background-position: left 0% top 5%;
    height: auto;
    background-size: auto 55%;
    margin-top: -0.5em; }
    .jpopMain .jpopHead {
      padding: 0% 0% 0% 20%; }
      .jpopMain .jpopHead h4 {
        font-size: 1.2em !important; }

  .reggaeMain {
    background-position: left 0% top 5%;
    height: auto;
    background-size: auto 55%;
    margin-top: -0.5em; }
    .reggaeMain .reggaeHead {
      padding: 0% 0% 0% 20%; }
      .reggaeMain .reggaeHead h4 {
        font-size: 1.2em !important; }

  .fitnessMain {
    background-position: left 0% top 5%;
    height: auto;
    background-size: auto 50%;
    margin-top: -0.5em; }
    .fitnessMain .fitnessHead {
      padding: 0% 0% 0% 20%; }
      .fitnessMain .fitnessHead h4 {
        font-size: 1.2em !important; }

  .themeparkMain {
    background-position: left 0% top 5%;
    height: auto;
    background-size: auto 60%;
    margin-top: -0.5em; }
    .themeparkMain .themeparkHead {
      padding: 0% 0% 0% 20%; }
      .themeparkMain .themeparkHead h4 {
        font-size: 1.2em !important; }

  .infantMain {
    background-position: left 0% top 5%;
    height: auto;
    background-size: auto 60%;
    margin-top: -0.5em; }
    .infantMain .infantHead {
      /*padding: 0% 0% 0% 20%;*/ }
      .infantMain .infantHead h4 {
        font-size: 1.2em !important; }

  .lineupBox h5 {
    font-size: 1.4em; } }
/**************************************************

ダンスラインナップ 体験レポート

***************************************************/
.expS {
  background: #E1F9FF;
  padding: 20px;
  margin-top: 30px; }
  .expS img {
    float: left;
    width: 20%;
    margin: 0 20px 0px 0px; }

.underLine {
  background: linear-gradient(transparent 50%, yellow 50%); }

.expList {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  padding: 1em 0; }

.expBox {
  padding: 10px; }
  .expBox img {
    margin: 0em auto 0.5em auto;
    width: 100%; }
  .expBox h5 {
    font-size: 1.2em;
    text-align: left;
    margin: 5px 0 10px 0;
    font-weight: 500;
    line-height: 1.4;
    font-weight: bold;
    color: #2daae1;
    border-bottom: 2px solid #2daae1; }
    .expBox h5 img {
      width: 80px;
      padding-right: 5px;
      vertical-align: middle; }

.expRepo {
  background: #FFF4F7;
  padding: 20px; }
  .expRepo h5 {
    font-size: 1.2em;
    text-align: left;
    margin: 0px 0 20px 0;
    padding-bottom: 5px;
    font-weight: 500;
    line-height: 1.4;
    font-weight: bold;
    color: #2daae1;
    border-bottom: 2px solid #2daae1; }
  .expRepo img {
    float: right;
    width: 20%;
    margin: 0 0px 0px 20px; }

@media only screen and (max-width: 959px) {
  .expS {
    padding: 10px;
    margin-top: 20px; }
    .expS img {
      width: 30%;
      margin: 0 10px 0px 0px; }

  .expRepo {
    padding: 10px; }
    .expRepo h5 {
      margin: 0px 0 10px 0; }
    .expRepo img {
      width: 30%;
      margin: 0 0px 10px 10px; } }
/**************************************************

レンタルスタジオ

***************************************************/
.rentalFlow {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }

.rentalBox {
  padding: 10px; }
  .rentalBox img {
    margin: 0em auto 0.5em auto;
    width: 100%; }
  .rentalBox h5 {
    text-align: left;
    margin: 0em 0 0.5em 0;
    padding: 5px 0;
    font-weight: 300;
    color: #2daae1;
    font-size: 1.4em;
    border-bottom: solid 3px #2daae1; }
  .rentalBox p {
    text-align: left;
    font-size: 1em;
    margin-top: 0.5em;
    line-height: 1.4; }

/**** 人気の理由、入会の流れ、レッスン料　*********/
.titleDeco1 {
  position: relative;
  margin: 2em 0 1em 0;
  padding: 1.5rem 1.5rem calc(1.5rem + 10px);
  border: 3px solid #2daae1;
  font-size: 1.6em;
  font-weight: 300;
  color: #2daae1; }

.titleDeco1:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: '';
  border-top: 2px solid #2daae1;
  background-image: -webkit-repeating-linear-gradient(135deg, #000, #000 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #2daae1, #2daae1 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.titleDeco1 span {
  font-size: 0.6em;
  font-weight: bold; }

.titleDeco2 {
  position: relative;
  padding: 1rem 2rem calc(1rem + 5px);
  background: #AEEEFE;
  margin: 2em 0 1em 0;
  font-weight: 300;
  font-size: 1.4em; }

.titleDeco2:before {
  position: absolute;
  top: -5px;
  left: -5px;
  width: 100%;
  height: 100%;
  content: '';
  border: 2px solid #2daae1; }

.articleTitle {
  text-align: left;
  margin: 2em 0 1em 0;
  padding: 5px;
  font-weight: 300;
  color: #2daae1;
  font-size: 1.4em;
  border-bottom: solid 3px #2daae1; }
  .articleTitle img {
    vertical-align: middle;
    margin: 0 5px 5px 0; }

@media only screen and (max-width: 959px) {
  .titleDeco1 {
    margin: 1em 0 0.5em 0;
    font-size: 1.1em;
    padding: 1em 1em calc(1em + 5px); }

  .titleDeco1 span {
    font-size: 0.4em; }

  .titleDeco2 {
    margin: 1em 0 0.5em 0;
    font-size: 1.1em;
    padding: 1em 1em calc(1em + 3px); }

  .articleTitle {
    font-size: 1.1em;
    margin: 1em 0 0.5em 0; }
    .articleTitle img {
      width: 60px; } }
/**************************************************

アクセス

***************************************************/
.accessFlow {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); }

.accessBox {
  padding: 10px; }
  .accessBox img {
    margin: 0em auto 0.5em auto;
    width: 100%; }
  .accessBox h5 {
    text-align: left;
    margin: 0em 0 0.5em 0;
    padding: 5px 0;
    font-weight: 300;
    color: #2daae1;
    font-size: 1.1em;
    border-bottom: solid 3px #2daae1;
    line-height: 1.2; }

/*************************************

問い合わせフォーム

*************************************/
.contactForm {
  width: 96%;
  margin: 5px 2%; }
  .contactForm p {
    color: #2daae1;
    font-size: 16px;
    text-align: left;
    margin: 20px 0 10px 0; }
    .contactForm p span {
      background: #2daae1;
      border-radius: 30px;
      color: #FFF;
      padding: 3px 10px;
      font-size: 12px;
      vertical-align: middle; }
  .contactForm .entryF input[type='text']:focus, .contactForm .entryF textarea:focus {
    border: 3px solid #f99bf4;
    outline: none; }

.contactForm input[type='text'], .contactForm textarea {
  font-size: 16px;
  box-sizing: border-box;
  width: 100%;
  padding: 10px 5px;
  transition: 0.3s;
  color: #7D7D7D;
  border: 3px solid #2daae1;
  border-radius: 3px; }

.cAnnotation {
  font-size: 12px !important;
  color: #383838 !important;
  line-height: 1.2; }
  .cAnnotation a {
    color: #2daae1; }

.formBtn {
  margin: 1em auto 0 auto;
  text-align: center;
  padding: 10px 40px;
  cursor: pointer;
  border-radius: 40px;
  font-size: 16px;
  background: #2daae1;
  color: #fff;
  line-height: 2;
  width: 300px;
  text-decoration: none;
  border: none; }

.formBtn:hover {
  opacity: 0.8; }

.contactForm input[type='submit'] {
  -webkit-appearance: none; }

.formP {
  font-size: 1em;
  line-height: 1.6;
  text-align: center;
  letter-spacing: 0.2px;
  font-weight: 200; }

.confirm {
  margin: 1em 1%;
  width: 98%; }

/*************************************

必需品

*************************************/
.cbox100 {
  text-align: center;
  margin: 1em auto; }

@media only screen and (max-width: 959px) {
  .cbox100 img {
    width: 100%; } }
/*************************************

margin padding

*************************************/
.pb10 {
  padding-bottom: 10px; }
