@charset "utf-8";
/* style_new.css
* **************************************************
* Header
* Global Navigation
* Media Queries
* **************************************************
*/
/* Header
------------------------------------------------------------------- */
#header {
  background: #ffffff;
  height: 85px;
  padding: 12px;
  position: relative;
  width: 100%;
  /* max-width: 460px;
margin: 0 auto; */
}
#header .header-logo {
  width: 134px;
}
#header .header-logo a {
  display: block;
  transition: 0.3s;
}
#header .header-logo a:hover {
  opacity: 0.8;
}
#header .header-name {
  font-size: 12px;
  line-height: 1.1;
  margin: 8px 0 0 0;
  padding: 0 130px 0 0;
}
#header.kids .header-logo {
  width: 170px;
}
#header.kids .header-name {
  /* text-align: center; */
  padding: 0;
  /* width: 170px; */
}
@media screen and (max-width: 480px) {
  #header .header-name {
    font-size: 10px;
    letter-spacing: -0.5px;
    font-feature-settings: 'palt';
  }
}
#header .btn-member {
  background-color: #de3556;
  height: 100%;
  position: absolute;
  top: 0;
  right: 65px;
  width: 65px;
}
#header .btn-member-reflet {
  background-color: #c7145a;
}
#header .btn-member a {
  display: flex;
  height: 100%;
  justify-content: center;
  transition: 0.3s;
}
#header .btn-member a:hover {
  opacity: 0.8;
}
#header .btn-member img {
  width: 40px;
}
/* toggle */
#toggle {
  background-color: #000000;
  color: #ffffff;
  cursor: pointer;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  width: 65px;
  z-index: 100;
}
#global-nav ul.menu li a {
  font-family: 'Didact Gothic', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Yu Gothic', YuGothic, 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
#toggle.toggle-reflet {
  background-color: #b49f70;
}
#toggle .trigger {
  font-size: 10px;
  height: 25px;
  padding: 45px 0 0 0;
  position: relative;
  text-align: center;
}
#toggle span {
  background: #ffffff;
  display: block;
  height: 2px;
  position: absolute;
  left: 19px;
  transition: 0.35s ease-in-out;
  width: 26px;
}
#toggle span:nth-child(1) {
  top: 33px;
}
#toggle span:nth-child(2) {
  top: 41px;
}
#toggle.active span:nth-child(1) {
  top: 33px;
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  transform: rotate(315deg);
}
#toggle.active span:nth-child(2) {
  top: 33px;
  -webkit-transform: rotate(-315deg);
  -moz-transform: rotate(-315deg);
  transform: rotate(-315deg);
}
/* Global Navigation
------------------------------------------------------------------ */
#global-nav {
  background: #000000;
  height: 100%;
  padding: 85px 0 20px;
  position: fixed;
  top: 0;
  right: 0;
  transform: translateX(295px);
  transition: ease 0.5s;
  width: 295px;
  z-index: 99;
}
#global-nav.nav-reflet {
  background: #b49f70;
}
#global-nav.open {
  transform: translateX(0);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
#global-nav nav {
  height: 100%;
  overflow: auto;
  padding: 0 20px;
}
#global-nav a span::after {
  content: '\003E';
  margin: 0 0 0 0.5em;
  vertical-align: 0.05em;
}
#global-nav .btn-entry {
  margin: 0 0 10px;
  width: 100%;
}
#global-nav .btn-entry a {
  background-color: #ffffff;
  border-radius: 10px;
  color: #ff0000;
  display: block;
  font-size: 17px;
  line-height: 1;
  padding: 5px 0 7px;
  text-align: center;
  width: 100%;
}
#global-nav.nav-reflet .btn-entry a {
  color: #c7145a;
}
#global-nav ul.menu li a {
  color: #ffffff;
  display: block;
}
#global-nav ul.menu > li {
  background-position: top 10px left;
  background-repeat: no-repeat;
  background-size: 52px;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0;
  margin: 0 0 0 0;
  /* padding: 14px 5px 14px 65px; */
  /* padding: 14px 0 14px 60px; */
  position: relative;
  background-image: unset !important;
  padding: 14px 0 14px 0 !important;
}
#global-nav ul.menu > li#nav01 {
  background-image: url(../images/common/icon_nav_01.svg);
}
#global-nav ul.menu > li#nav02 {
  background-image: url(../images/common/icon_nav_02.svg);
}
#global-nav ul.menu > li#nav03 {
  background-image: url(../images/common/icon_nav_03.svg);
}
#global-nav ul.menu > li#nav04 {
  background-image: url(../images/common/icon_nav_04.svg);
}
#global-nav ul.menu > li#nav05 {
  background-image: url(../images/common/icon_nav_05.svg);
}
#global-nav ul.menu > li#nav06 {
  background-image: url(../images/common/icon_nav_06.svg);
}
#global-nav ul.menu > li#nav07 {
  background-image: url(../images/common/icon_nav_07.svg);
}
#global-nav ul.menu > li#nav08 {
  background-image: url(../images/common/icon_nav_08_2.svg);
}
#global-nav ul.menu > li#nav09 {
  background-image: url(../images/common/icon_nav_09.svg);
}
#global-nav ul.menu > li#nav10 {
  background-image: url(../images/common/icon_nav_10.svg);
}
#global-nav ul.menu > li#nav11 {
  background-image: url(../images/common/icon_nav_11.svg);
}
#global-nav ul.menu > li#nav12 {
  background-image: url(../images/common/icon_nav_12.svg);
}
#global-nav.nav-reflet ul.menu > li#nav01 {
  background-image: url(../images/common/icon_nav_01_reflet.svg);
}
#global-nav.nav-reflet ul.menu > li#nav02 {
  background-image: url(../images/common/icon_nav_02_reflet.svg);
}
#global-nav.nav-reflet ul.menu > li#nav03 {
  background-image: url(../images/common/icon_nav_03_reflet.svg);
}
#global-nav.nav-reflet ul.menu > li#nav04 {
  background-image: url(../images/common/icon_nav_04_reflet.svg);
}
#global-nav.nav-reflet ul.menu > li#nav05 {
  background-image: url(../images/common/icon_nav_05_reflet.svg);
}
#global-nav.nav-reflet ul.menu > li#nav06 {
  background-image: url(../images/common/icon_nav_06_reflet.svg);
}
#global-nav.nav-reflet ul.menu > li#nav07 {
  background-image: url(../images/common/icon_nav_07_reflet.svg);
}
#global-nav.nav-reflet ul.menu > li#nav08 {
  background-image: url(../images/common/icon_nav_08_reflet.svg);
}
#global-nav.nav-reflet ul.menu > li#nav09 {
  background-image: url(../images/common/icon_nav_09_reflet.svg);
}
#global-nav.nav-reflet ul.menu > li#nav10 {
  background-image: url(../images/common/icon_nav_10_reflet.svg);
}
#global-nav.nav-reflet ul.menu > li#nav11 {
  background-image: url(../images/common/icon_nav_11_reflet.svg);
}
#global-nav ul.menu > li::after {
  border-bottom: 1px solid #ffffff;
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  /* width: calc(100% - 60px); */
  width: 100%;
}
#global-nav ul.sub-menu > li {
  font-size: 12px;
}
#global-nav ul.sub-menu > li a {
  padding: 4px 0;
}
#global-nav ul.sub-menu > li a span {
  padding: 0 0 0 20px;
  position: relative;
}
#global-nav ul.sub-menu > li a span::before {
  border-top: 1px solid #ffffff;
  content: '';
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 10px;
}
/* fixed */
body.fixed {
  height: 100%;
  position: fixed;
  width: 100%;
}
/* overlay */
.overlay {
  background: rgba(0, 0, 0, 0.6);
  content: '';
  display: block;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  transition: all 0.5s ease;
  width: 100%;
  z-index: 98;
}
.introduce_wrap {
  text-align: center;
}
.introduce_link {
  background-color: #f2f2f2;
  color: #0083cd;
  cursor: pointer;
  display: block;
  font-size: 15px;
  margin: 0 auto;
  padding: 18px 0;
  transition: 0.2s;
  width: 96%;
}
.introduce_link:hover {
  color: #0083cd;
  opacity: 0.6;
}
.introduce_link span {
  position: relative;
}
.introduce_link span:after {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  right: -12px;
  margin: auto;
  height: 7px;
  width: 7px;
  border-top: 1px solid #0083cd;
  border-right: 1px solid #0083cd;
  transform: rotate(45deg);
}

.header_logo-wrap {
  width: 100%;
}
.header_logo {
  margin: 0 auto;
  margin-left: unset;
  width: 50%;
  max-width: 200px;
}
#header {
  /* max-width: 1024px; */
  margin: 0 auto;
}
/* #global-nav {
  width: 460px;
}
#global-nav {
  transform: translateX(100%);
} */

.kids_schoolList .tabNav ul li {
  width: 13.4%;
}
.kids_schoolList .tabNav h2 {
  color: #666666;
  float: left;
  width: 15.957%;
  margin: auto 1.063%;
  font-size: 125%;
  line-height: 2.4;
  font-weight: bold;
  /* padding: 0.5em 3%; */
}
.clear {
  display: none;
}
@media screen and (max-width: 760px) {
  .kids_schoolList .tabNav ul li {
    width: 14.276%;
  }
}
@media (max-width: 760px) {
  .adult_schoolList .tabContent .list h4 span {
    display: block;
  }
  .kids_schoolList .tabNav h2 {
    color: #fff;
    float: none;
    width: auto;
    font-weight: 700;
    padding: 0.5em 2%;
    font-size: 100%;
  }
}
.adult_schoolList .tabContent .list ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  /* width: 62%; */
  width: 100%;
}
#shopList .adult_schoolList .tabContent .list h4 span {
  color: #666666;
  font-weight: 700;
  margin-top: 0 !important;
}
#shopList .adult_schoolList .tabContent .list .dance {
  color: #666666;
  font-weight: 700;
  font-size: 0.8em;
  background: unset;
}
#shopList .adult_schoolList .tabContent .list .adult_schoolList .tabContent .list ul {
  width: 60%;
}
#shopList .tabContent .list .swim {
  background-image: linear-gradient(225deg, #29abe2 0%, #007dab 50%, #29abe2 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #29abe2;
  display: inline-block;
  font-weight: 700;
  font-size: 0.8em;
}
#shopList .adult_schoolList .tabContent .list .miraiku {
  background-image: linear-gradient(225deg, rgba(255, 0, 0, 1) 0%, rgba(213, 142, 52, 1) 50%, rgba(237, 183, 0, 1) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #29abe2;
  display: inline-block;
  font-weight: 700;
  font-size: 0.8em;
}
#shopList .adult_schoolList .tabContent .list .tennis {
  background-image: linear-gradient(225deg, rgba(97, 210, 0, 1) 0%, rgba(0, 146, 69, 1) 36%, rgba(57, 181, 74, 1) 81%, rgba(10, 249, 0, 1) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #29abe2;
  display: inline-block;
  font-weight: 700;
  font-size: 0.8em;
}
.adult_schoolList .tabContent .list h4 {
  width: 35%;
}
.adult_schoolList .tabContent .list {
  display: flex;
  align-items: center;
}
.tabInfo {
  width: 62% !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.tab-yoyaku-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  width: 87%;
  font-size: 0.88em;
  padding: 6px 0;
  background-color: #025371;
  color: #fff;
  font-weight: 600;
}
.tanki_course-2 {
  padding-bottom: 0 !important;
}
.tab-yoyaku-btn:hover,
.miraiku_aid_btn:hover {
  opacity: 0.8;
  color: #fff;
  cursor: pointer;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .adult_schoolList .tabContent .list h4 span {
    font-size: 12px;
  }
}
@media screen and (min-width: 1024px) {
  .tab-yoyaku-btn {
    width: 86%;
    font-size: 0.9em;
    cursor: pointer;
  }
  .tabInfo {
    width: 52% !important;
    padding-left: 0;
    padding-right: 0;
  }
}
.adult_schoolList .tabContent .list {
  justify-content: space-between;
  padding: 10px 0;
}
.tanki_course-2 {
  width: 88% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.adult_schoolList .tabContent .list h4 {
  padding-top: 0;
  padding-bottom: 0;
}

.txt-2 {
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  color: #000;
  margin: 80px 0 0px;
  line-height: 1.6;
  padding: 38px 10px;
  /* border: 1px solid #66909B; */
  /* border-radius: 10px; */
  font-feature-settings: 'palt';
  letter-spacing: 0.4px;
}
@media screen and (max-width: 460px) {
  .txt-2 {
    font-size: 20px;
  }
}
/* .txt-2::before {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #66909B;
  margin: 0 auto 20px;
} */
.miraiku_aid_btn_wrap {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 48px;
}
.miraiku_aid_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f36e21;
  color: #fff !important;
  padding: 12px 0;
  font-size: 20px;
  cursor: pointer;
  border-radius: 10px;
  position: relative;
}
.miraiku_aid_btn::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: '';
  display: inline-block;
  height: 10px;
  margin: auto;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 6%;
  width: 10px;
}
