﻿@charset "UTF-8";
#sns .cap {
	margin-top: 10px;
	font-size: 18px;
}
#sns .logo {
	width: 30%;
	text-align: left;
	margin: 50px 0 0 0;
	border: 1px solid #cdcdcd;
	border-radius: 15px;
	padding: 8px;
}
#sns .logo-ike {
	width: 30%;
	text-align: left;
	margin: 50px 0 0 0;
	border: 1px solid #cdcdcd;
	border-radius: 15px;
	padding: 8px;
	float: left;
}
#sns a, a:hover {
	text-decoration: underline;
}
#sns ul.ikesns {
	float: left;
	margin: 50px 0 0 60px;
}
#sns ul.ikesns li {
	display: inline-block;
	width: 60px;
	text-align: center;
	vertical-align: top;
}
#sns .howto {
	border: 1px solid #4c4c4c;
	padding: 15px;
	margin: 50px 0;
}
#sns .ttl {
	padding-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
}
#sns .howto .txt {
	margin-left: 16px;
	
}
#sns .howto .txt img {
	border: 1px solid #afafaf;
	margin: 10px 0;
}

#sns .howto .t_sp {
	display: none;
}
#sns .howto .t_pc img {
	border: 1px solid #999;
}


/* 都道府県を展開した中身の店舗一覧
------------------------------------ */
.l-sp-nav-shoplist__item {
  border-bottom: 1px solid #D1D1D1;
}
.l-sp-nav-shoplist__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.8em 0.5em 0.8em 3.1em;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.l-sp-nav-shoplist__link::after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  position: absolute;
  top: 50%;
  right: 0.7em;
  margin-top: -0.8em;
  color: #E6002D;
  font-weight: bold;
}
.l-sp-nav-shoplist__name {
  font-weight: bold;
  width: 4.5em;
}
.l-sp-nav-shoplist__city {
  font-size: 14px;
  width: 10em;
}
.l-sp-nav-shoplist__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
}
.l-sp-nav-shoplist__icon img {
  width: 22px;
}



/* プラグインのcssを上書き
------------------------------------ */
.remodal-wrapper {
  overflow-x: hidden;
}

@media only screen and (max-width: 767px) {
  .remodal {
    padding: 35px 1em;
  }
}
@media only screen and (min-width: 768px), print {
  .remodal {
    max-width: 960px;
  }
}


/* ==========================================================
!店舗検索の都道府県名
========================================================== */
.c-title-search-pref {
  margin-top: 15vw;
  border-bottom: 6px solid #E6002D;
}
@media only screen and (min-width: 768px), print {
  .c-title-search-pref {
    margin-top: min(3.75vw, 60px);
  }
}
.c-title-search-pref span {
  display: block;
  width: 6em;
  background: #E6002D;
  border-radius: 0.5em 0.5em 0 0;
  padding: 0.4em 0;
  font-size: 5.5vw;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: #ffffff;
}
@media only screen and (min-width: 768px), print {
  .c-title-search-pref span {
    font-size: min(2.5vw, 30px);
  }
}
.c-title-search-pref--tennis {
  border-bottom: 6px solid #0154C7;
}
.c-title-search-pref--tennis span {
  background: #0154C7;
}
.c-title-search-pref--culture {
  border-bottom: 6px solid #FA7F05;
}
.c-title-search-pref--culture span {
  background: #FA7F05;
}
.c-title-search-pref--soccer {
  border-bottom: 6px solid #66C30A;
}
.c-title-search-pref--soccer span {
  background: #66C30A;
}
.c-title-search-pref--futsal {
  border-bottom: 6px solid #00761C;
}
.c-title-search-pref--futsal span {
  background: #00761C;
}
.c-title-search-pref--ikebukuro {
  border-bottom: 6px solid #1E87F0;
}
.c-title-search-pref--ikebukuro span {
  background: #1E87F0;
}
.c-title-search-pref--min {
  margin-top: 5vw;
}
@media only screen and (min-width: 768px), print {
  .c-title-search-pref--min {
    margin-top: min(2.5vw, 40px);
  }
}
.c-title-search-pref--min span {
  font-size: 4vw;
}
@media only screen and (min-width: 768px), print {
  .c-title-search-pref--min span {
    font-size: min(1.6666666667vw, 20px);
  }
}


/* ==========================================================
!店舗から検索のボタン
========================================================== */
.c-shoplist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-shoplist__item {
  width: 48%;
  margin-top: 4vw;
}
.c-shoplist__link {
  background: #ffffff;
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  border: 2px solid #ffffff;
  padding: 0.1em 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.c-shoplist__link::before {
  content: "";
  display: block;
  height: calc(100% + 4px);
  width: 10px;
  margin: -2px -2px -2px 0;
  border-radius: 0 10px 10px 0;
  background: #D1D1D1;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.c-shoplist__link::after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-bottom: solid 1px #ffffff;
  border-right: solid 1px #ffffff;
  position: absolute;
  top: 50%;
  right: 1px;
  margin-top: -0.2em;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.c-shoplist__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.c-shoplist__name {
  display: block;
  text-align: center;
  font-size: 6vw;
  font-weight: bold;
  line-height: 1;
}
@media only screen and (min-width: 768px), print {
  .c-shoplist__name {
    font-size: min(2.25vw, 36px);
  }
}
.c-shoplist__city {
  display: block;
  text-align: center;
  font-size: 3.5vw;
}
@media only screen and (min-width: 768px), print {
  .c-shoplist__city {
    font-size: min(1.125vw, 18px);
  }
}
.c-shoplist__icon {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.6vw;
}
.c-shoplist__icon img {
  width: 22px;
  vertical-align: top;
}
@media only screen and (min-width: 768px), print {
  .c-shoplist {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .c-shoplist::after {
    content: "";
    width: 32%;
    display: block;
  }
  .c-shoplist__item {
    width: 32%;
    height: 9.5vw;
    max-height: 105px;
    margin-top: 20px;
  }
  .c-shoplist__link {
    -webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.1);
    border-radius: 14px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: 100%;
    padding: clamp(5px, 1.4vw, 15px) 0;
  }
  .c-shoplist__link::before {
    width: 20px;
    border-radius: 0 14px 14px 0;
  }
  .c-shoplist__link::after {
    width: 10px;
    height: 10px;
    border-bottom: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    right: 5px;
  }
}
@media only screen and (min-width: 768px) and (hover: hover), print and (hover: hover) {
  .c-shoplist__link:hover {
    border: 2px solid #E6002D;
    -webkit-box-shadow: 0;
            box-shadow: 0;
    -webkit-transform: translate(0, 4px);
            transform: translate(0, 4px);
  }
  .c-shoplist__link:hover .c-shoplist__txt,
.c-shoplist__link:hover .c-shoplist__icon {
    opacity: 0.7;
  }
  .c-shoplist__link:hover::before {
    background: #E6002D;
  }
}
@media only screen and (min-width: 768px) and (hover: hover), print and (hover: hover) {
  .c-shoplist__link--tennis:hover {
    border: 2px solid #0154C7;
  }
  .c-shoplist__link--tennis:hover::before {
    background: #0154C7;
  }
}
@media only screen and (min-width: 768px) and (hover: hover), print and (hover: hover) {
  .c-shoplist__link--culture:hover {
    border: 2px solid #FA7F05;
  }
  .c-shoplist__link--culture:hover::before {
    background: #FA7F05;
  }
}
@media only screen and (min-width: 768px) and (hover: hover), print and (hover: hover) {
  .c-shoplist__link--soccer:hover {
    border: 2px solid #66C30A;
  }
  .c-shoplist__link--soccer:hover::before {
    background: #66C30A;
  }
}
@media only screen and (min-width: 768px) and (hover: hover), print and (hover: hover) {
  .c-shoplist__link--ikebukuro:hover {
    border: 2px solid #1E87F0;
  }
  .c-shoplist__link--ikebukuro:hover::before {
    background: #1E87F0;
  }
}
@media only screen and (min-width: 768px), print {
  .c-shoplist__txt {
    width: 60%;
  }
}
@media only screen and (min-width: 768px), print {
  .c-shoplist__name {
    display: block;
    text-align: center;
    font-weight: bold;
    line-height: 1;
  }
}
@media only screen and (min-width: 768px), print {
  .c-shoplist__city {
    display: block;
    text-align: center;
  }
}
@media only screen and (min-width: 768px), print {
  .c-shoplist__icon {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 35%;
    text-align: left;
    gap: 3px;
  }
  .c-shoplist__icon img {
    width: 3.55vw;
    max-width: 38px;
  }
}
@media only screen and (min-width: 768px), print {
  .c-shoplist--min {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: min(1.2vw, 14px);
    margin-top: min(0.625vw, 10px);
  }
  .c-shoplist--min .c-shoplist__item {
    width: 15% !important;
    height: min(8vw, 58px);
    margin-top: 0 !important;
    margin-top: 2.5vw;
  }
  .c-shoplist--min .c-shoplist__item .c-shoplist__link {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 0vw;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px), print {
  .c-shoplist--min .c-shoplist__item .c-shoplist__link {
    font-size: min(1.5vw, 18px);
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px), print {
  .c-shoplist--min .c-shoplist__item {
    margin-top: min(0.625vw, 10px);
  }
}
@media only screen and (min-width: 768px), print {
  .c-shoplist--min .c-shoplist__item .c-shoplist__name {
    font-size: 0vw;
    font-weight: 700;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px), print {
  .c-shoplist--min .c-shoplist__item .c-shoplist__name {
    font-size: min(1.8333333333vw, 17px);
  }
}
@media only screen and (min-width: 768px), print {
  .c-shoplist--min .c-shoplist__item .c-shoplist__city {
    font-size: 0vw;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    white-space: nowrap;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px), print {
  .c-shoplist--min .c-shoplist__item .c-shoplist__city {
    font-size: min(1vw, 12px);
  }
}
@media only screen and (min-width: 768px), print {
  .c-shoplist--min .c-shoplist__item .c-shoplist__icon {
    height: 2.6em;
    max-height: 62px;
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
}
@media only screen and (min-width: 768px), print {
  .c-shoplist--min .c-shoplist__item .c-shoplist__icon img {
    width: 2.1vw;
    max-width: 23px;
  }
}
@media only screen and (min-width: 768px), print {
  .c-shoplist--min .c-shoplist__item .c-shoplist__link {
    -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    border: 2px solid #ffffff;
    padding: 0.2em 0;
  }
  .c-shoplist--min .c-shoplist__item .c-shoplist__link::before {
    height: calc(100% + 4px);
    width: 10px;
    margin: -2px -2px -2px 0;
    border-radius: 0 10px 10px 0;
  }
  .c-shoplist--min .c-shoplist__item .c-shoplist__link::after {
    width: 6px;
    height: 6px;
    right: 1px;
    margin-top: -0.2em;
  }
}
@media only screen and (max-width: 959px) {
  .c-shoplist--min .c-shoplist__item {
    width: 24% !important;
  }
}
@media only screen and (max-width: 767px) {
  .c-shoplist--min .c-shoplist__item {
    width: 48% !important;
  }
}
}

/* ==========================================================
!店舗一覧
========================================================== */
.c-shoplist-detail__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #ffffff;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
  margin-top: 4vw;
  width: 100%;
  text-align: left;
  font-size: 4.5vw;
  padding: 5vw;
}
@media only screen and (min-width: 768px), print {
  .c-shoplist-detail__item {
    margin-top: min(1.25vw, 20px);
  }
}
@media only screen and (min-width: 768px), print {
  .c-shoplist-detail__item {
    font-size: min(1.6666666667vw, 20px);
  }
}
@media only screen and (min-width: 768px), print {
  .c-shoplist-detail__item {
    padding: min(2.5vw, 40px);
  }
}
.c-shoplist-detail__item:nth-child(even) {
  background: #EFEFEF;
}
.c-shoplist-detail__name {
  font-size: 6vw;
  font-weight: 900;
}
@media only screen and (min-width: 768px), print {
  .c-shoplist-detail__name {
    font-size: min(2.5vw, 30px);
  }
}
.c-shoplist-detail__addr {
  margin: 0.5em 0;
}
.c-shoplist-detail__icon img {
  width: 2.371em;
  height: auto;
  margin-right: 5px;
}
.c-shoplist-detail__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0.7em;
}
.c-shoplist-detail__shop {
  display: inline-block;
  text-align: center;
  font-size: 4vw;
  font-weight: bold;
  line-height: 1.4;
  padding: 0.7em 0;
  border-radius: 100px;
  background: #333333;
  border: 1px solid #333333;
  color: #ffffff;
  width: 40%;
}
@media only screen and (min-width: 768px), print {
  .c-shoplist-detail__shop {
    font-size: min(1.3333333333vw, 16px);
  }
}
@media (hover: hover) {
  .c-shoplist-detail__shop:hover {
    color: #ffffff;
    opacity: 0.7;
  }
}
.c-shoplist-detail__tel {
  display: inline-block;
  text-align: center;
  font-size: 4.5vw;
  font-weight: bold;
  line-height: 1.4;
  padding: 0.4em 0;
  border-radius: 100px;
  background: #ffffff;
  border: 1px solid #333333;
  color: #333333;
  width: 58%;
}
@media only screen and (min-width: 768px), print {
  .c-shoplist-detail__tel {
    font-size: min(1.75vw, 21px);
  }
}
.c-shoplist-detail__tel::before {
  content: "";
  display: inline-block;
  width: 1.1em;
  height: 1.1em;
  background: url("../img/common/ico_tel_red.svg") center no-repeat;
  background-size: contain;
  margin: 0 0.2em;
  -webkit-transform: translate(0, 0.2em);
          transform: translate(0, 0.2em);
}
@media (hover: hover) {
  .c-shoplist-detail__tel:hover {
    opacity: 0.7;
  }
}
@media only screen and (min-width: 768px), print {
  .c-shoplist-detail__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-shoplist-detail__name {
    width: 6em;
  }
  .c-shoplist-detail__addr {
    margin: 0;
    width: 22em;
  }
  .c-shoplist-detail__icon {
    width: 6.5em;
  }
  .c-shoplist-detail__icon img {
    width: 2.65em;
    margin: 0.2em;
  }
  .c-shoplist-detail__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 10.5em;
    margin: 0;
  }
  .c-shoplist-detail__shop {
    width: 100%;
  }
  .c-shoplist-detail__tel {
    width: 100%;
    margin-top: 0.5em;
  }
}



/*
 * _utility.css
 */
/* ==========================================================
!Link
========================================================== */
a {
  color: #333333;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* ==========================================================
!Base Fonts
========================================================== */
.u-fwN {
  font-weight: normal;
}

.u-fwB {
  font-weight: bold;
}

.u-fzSS {
  font-size: 75%;
} /* base 16px -> 12px */
.u-fzS {
  font-size: 88%;
} /* base 16px -> 14px */
.u-fzM {
  font-size: 100%;
}

.u-fzL {
  font-size: 113%;
} /* base 16px -> 18px */
.u-fzLL {
  font-size: 125%;
} /* base 16px -> 20px */
.u-fzLLL {
  font-size: 138%;
} /* base 16px -> 22px */
sup {
  font-size: 75%;
  vertical-align: top;
}

sub {
  font-size: 75%;
  vertical-align: baseline;
}


/* どのdisplayで表示させるか
------------------------------------ */
/* 479px以下（SP） */
.u-sp {
  display: inline-block;
}

.u-pc {
  display: none;
}

/* 768px以上（タブレット） */
@media only screen and (min-width: 768px), print {
  .u-sp {
    display: none;
  }
  .u-pc {
    display: inline-block;
  }
}
/* ==========================================================
!Column
========================================================== */
/* 600px以上（ファブレット） */
@media only screen and (min-width: 640px), print {
  .u-flex-start {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .u-flex-end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .u-flex_center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .u-flex_space-between {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .u-flex_space-around {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .u-flex_space-between_start {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .u-col_1 {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    width: 100%;
    max-width: 800px;
  }
  .u-col_2 {
    gap: 16px;
  }
  .u-col_2 > * {
    width: calc(50% - 16px) !important;
  }
  .u-col_3 {
    gap: 12px;
  }
  .u-col_3 > * {
    width: calc(33.3333333333% - 12px) !important;
  }
  .u-col_3 > *:after {
    display: block;
    width: calc(33.3333333333% - 12px) !important;
    content: "";
  }
  .u-col_4 {
    gap: 8px;
  }
  .u-col_4 > * {
    width: calc(25% - 8px) !important;
  }
  .u-col_4 > *:before, .u-col_4 > *:after {
    display: block;
    width: calc(25% - 8px) !important;
    content: "";
  }
  .u-col_4 > *:before {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .u-col_5 > * {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
    width: 18.9% !important;
    margin: 0 8px 0 0 !important;
  }
  .u-col_5 > *:last-child {
    margin: 0 !important;
  }
  /* IE11 */
  *::-ms-backdrop,
.u-col_2 > * > * {
    width: 50% !important;
  }
  *::-ms-backdrop,
.u-col_3 > * > * {
    width: 33.3% !important;
  }
  *::-ms-backdrop,
.u-col_3 > * > *:last-child {
    width: 33.4% !important;
  }
  *::-ms-backdrop,
.u-col_3 > * > *:after {
    width: 33.4% !important;
  }
  *::-ms-backdrop,
.u-col_4 > * > * {
    width: 25% !important;
  }
  *::-ms-backdrop,
.u-col_4 > * > *:before {
    width: 25% !important;
  }
  *::-ms-backdrop,
.u-col_4 > * > *:after {
    width: 25% !important;
  }
  *::-ms-backdrop,
.u-col_5 > * > * {
    width: 20% !important;
  }
}
/* ==========================================================
!Width
========================================================== */
/* 960px Grid */
.u-w960 {
  width: 960px;
}

.u-w800 {
  width: 800px;
}

.u-w640 {
  width: 640px;
}

.u-w480 {
  width: 480px;
}

.u-w320 {
  width: 320px;
}

.u-w160 {
  width: 160px;
}

.u-wHalf {
  width: 48%;
}

.u-wTri {
  width: 33%;
}

.u-wQuart {
  width: 24%;
}

.u-wFull {
  width: 99.9%;
}

.u-wMax {
  width: 100%;
}

.u-w03per {
  width: 3% !important;
}

.u-w05per {
  width: 5% !important;
}

.u-w10per {
  width: 10% !important;
}

.u-w13per {
  width: 13% !important;
}

.u-w15per {
  width: 15% !important;
}

.u-w20per {
  width: 20% !important;
}

.u-w23per {
  width: 23% !important;
}

.u-w25per {
  width: 25% !important;
}

.u-w30per {
  width: 30% !important;
}

.u-w33per {
  width: 33% !important;
}

.u-w35per {
  width: 35% !important;
}

.u-w40per {
  width: 40% !important;
}

.u-w43per {
  width: 43% !important;
}

.u-w45per {
  width: 45% !important;
}

.u-w50per {
  width: 50% !important;
}

.u-w53per {
  width: 53% !important;
}

.u-w55per {
  width: 55% !important;
}

.u-w60per {
  width: 60% !important;
}

.u-w63per {
  width: 63% !important;
}

.u-w65per {
  width: 65% !important;
}

.u-w70per {
  width: 70% !important;
}

.u-w73per {
  width: 73% !important;
}

.u-w75per {
  width: 75% !important;
}

.u-w80per {
  width: 80% !important;
}

.u-w83per {
  width: 83% !important;
}

.u-w85per {
  width: 85% !important;
}

.u-w90per {
  width: 90% !important;
}

.u-w93per {
  width: 93% !important;
}

.u-w95per {
  width: 95% !important;
}


/* ==========================================================
!JavaScript
========================================================== */
.over {
  /* ロールオーバー呼び出し用 */
}

.scroll {
  /* サイト内リンク以外のスムーススクロール呼び出し用 */
}

/* ==========================================================
!Margin
========================================================== */
.u-ma1em {
  margin: 1em !important;
}

.u-mt00 {
  margin-top: 0 !important;
}

.u-mt05 {
  margin-top: 0.5% !important;
}

.u-mt10 {
  margin-top: 1% !important;
}

.u-mt15 {
  margin-top: 1.5% !important;
}

.u-mt20 {
  margin-top: 2% !important;
}

.u-mt25 {
  margin-top: 2.5% !important;
}

.u-mt30 {
  margin-top: 3% !important;
}

.u-mt35 {
  margin-top: 3.5% !important;
}

.u-mt40 {
  margin-top: 4% !important;
}

.u-mt45 {
  margin-top: 4.5% !important;
}

.u-mt50 {
  margin-top: 5% !important;
}

.u-mt55 {
  margin-top: 5.5% !important;
}

.u-mt60 {
  margin-top: 6% !important;
}

.u-mt65 {
  margin-top: 6.5% !important;
}

.u-mt70 {
  margin-top: 7% !important;
}

.u-mt75 {
  margin-top: 7.5% !important;
}

.u-mt80 {
  margin-top: 8% !important;
}

.u-mt85 {
  margin-top: 8.5% !important;
}

.u-mt90 {
  margin-top: 9% !important;
}

.u-mt95 {
  margin-top: 9.5% !important;
}

.u-mt100 {
  margin-top: 10% !important;
}

.u-mt1em {
  margin-top: 1em !important;
}

.u-mr00 {
  margin-right: 0 !important;
}

.u-mr05 {
  margin-right: 0.5% !important;
}

.u-mr10 {
  margin-right: 1% !important;
}

.u-mr15 {
  margin-right: 1.5% !important;
}

.u-mr20 {
  margin-right: 2% !important;
}

.u-mr25 {
  margin-right: 2.5% !important;
}

.u-mr30 {
  margin-right: 3% !important;
}

.u-mr35 {
  margin-right: 3.5% !important;
}

.u-mr40 {
  margin-right: 4% !important;
}

.u-mr45 {
  margin-right: 4.5% !important;
}

.u-mr50 {
  margin-right: 5% !important;
}

.u-mr55 {
  margin-right: 5.5% !important;
}

.u-mr60 {
  margin-right: 6% !important;
}

.u-mr65 {
  margin-right: 6.5% !important;
}

.u-mr70 {
  margin-right: 7% !important;
}

.u-mr75 {
  margin-right: 7.5% !important;
}

.u-mr80 {
  margin-right: 8% !important;
}

.u-mr85 {
  margin-right: 8.5% !important;
}

.u-mr90 {
  margin-right: 9% !important;
}

.u-mr95 {
  margin-right: 9.5% !important;
}

.u-mr100 {
  margin-right: 10% !important;
}

.u-mb00 {
  margin-bottom: 0 !important;
}

.u-mb05 {
  margin-bottom: 0.5% !important;
}

.u-mb10 {
  margin-bottom: 1% !important;
}

.u-mb15 {
  margin-bottom: 1.5% !important;
}

.u-mb20 {
  margin-bottom: 2% !important;
}

.u-mb25 {
  margin-bottom: 2.5% !important;
}

.u-mb30 {
  margin-bottom: 3% !important;
}

.u-mb35 {
  margin-bottom: 3.5% !important;
}

.u-mb40 {
  margin-bottom: 4% !important;
}

.u-mb45 {
  margin-bottom: 4.5% !important;
}

.u-mb50 {
  margin-bottom: 5% !important;
}

.u-mb55 {
  margin-bottom: 5.5% !important;
}

.u-mb60 {
  margin-bottom: 6% !important;
}

.u-mb65 {
  margin-bottom: 6.5% !important;
}

.u-mb70 {
  margin-bottom: 7% !important;
}

.u-mb75 {
  margin-bottom: 7.5% !important;
}

.u-mb80 {
  margin-bottom: 8% !important;
}

.u-mb85 {
  margin-bottom: 8.5% !important;
}

.u-mb90 {
  margin-bottom: 9% !important;
}

.u-mb95 {
  margin-bottom: 9.5% !important;
}

.u-mb100 {
  margin-bottom: 10% !important;
}

.u-ml00 {
  margin-left: 0 !important;
}

.u-ml05 {
  margin-left: 0.5% !important;
}

.u-ml10 {
  margin-left: 1% !important;
}

.u-ml15 {
  margin-left: 1.5% !important;
}

.u-ml20 {
  margin-left: 2% !important;
}

.u-ml25 {
  margin-left: 2.5% !important;
}

.u-ml30 {
  margin-left: 3% !important;
}

.u-ml35 {
  margin-left: 3.5% !important;
}

.u-ml40 {
  margin-left: 4% !important;
}

.u-ml45 {
  margin-left: 4.5% !important;
}

.u-ml50 {
  margin-left: 5% !important;
}

.u-ml55 {
  margin-left: 5.5% !important;
}

.u-ml60 {
  margin-left: 6% !important;
}

.u-ml65 {
  margin-left: 6.5% !important;
}

.u-ml70 {
  margin-left: 7% !important;
}

.u-ml75 {
  margin-left: 7.5% !important;
}

.u-ml80 {
  margin-left: 8% !important;
}

.u-ml85 {
  margin-left: 8.5% !important;
}

.u-ml90 {
  margin-left: 9% !important;
}

.u-ml95 {
  margin-left: 9.5% !important;
}

.u-ml100 {
  margin-left: 10% !important;
}

.u-ml1em {
  margin-left: 1em !important;
}

/* ==========================================================
!Padding
========================================================== */
.u-pt00 {
  padding-top: 0 !important;
}

.u-pt05 {
  padding-top: 0.5% !important;
}

.u-pt10 {
  padding-top: 1% !important;
}

.u-pt15 {
  padding-top: 1.5% !important;
}

.u-pt20 {
  padding-top: 2% !important;
}

.u-pt25 {
  padding-top: 2.5% !important;
}

.u-pt30 {
  padding-top: 3% !important;
}

.u-pt35 {
  padding-top: 3.5% !important;
}

.u-pt40 {
  padding-top: 4% !important;
}

.u-pt45 {
  padding-top: 4.5% !important;
}

.u-pt50 {
  padding-top: 5% !important;
}

.u-pt55 {
  padding-top: 5.5% !important;
}

.u-pt60 {
  padding-top: 6% !important;
}

.u-pt65 {
  padding-top: 6.5% !important;
}

.u-pt70 {
  padding-top: 7% !important;
}

.u-pt75 {
  padding-top: 7.5% !important;
}

.u-pt80 {
  padding-top: 8% !important;
}

.u-pt85 {
  padding-top: 8.5% !important;
}

.u-pt90 {
  padding-top: 9% !important;
}

.u-pt95 {
  padding-top: 9.5% !important;
}

.u-pt100 {
  padding-top: 10% !important;
}

.u-pr00 {
  padding-right: 0 !important;
}

.u-pr05 {
  padding-right: 0.5% !important;
}

.u-pr10 {
  padding-right: 1% !important;
}

.u-pr15 {
  padding-right: 1.5% !important;
}

.u-pr20 {
  padding-right: 2% !important;
}

.u-pr25 {
  padding-right: 2.5% !important;
}

.u-pr30 {
  padding-right: 3% !important;
}

.u-pr35 {
  padding-right: 3.5% !important;
}

.u-pr40 {
  padding-right: 4% !important;
}

.u-pr45 {
  padding-right: 4.5% !important;
}

.u-pr50 {
  padding-right: 5% !important;
}

.u-pr55 {
  padding-right: 5.5% !important;
}

.u-pr60 {
  padding-right: 6% !important;
}

.u-pr65 {
  padding-right: 6.5% !important;
}

.u-pr70 {
  padding-right: 7% !important;
}

.u-pr75 {
  padding-right: 7.5% !important;
}

.u-pr80 {
  padding-right: 8% !important;
}

.u-pr85 {
  padding-right: 8.5% !important;
}

.u-pr90 {
  padding-right: 9% !important;
}

.u-pr95 {
  padding-right: 9.5% !important;
}

.u-pr100 {
  padding-right: 10% !important;
}

.u-pb00 {
  padding-bottom: 0 !important;
}

.u-pb05 {
  padding-bottom: 0.5% !important;
}

.u-pb10 {
  padding-bottom: 1% !important;
}

.u-pb15 {
  padding-bottom: 1.5% !important;
}

.u-pb20 {
  padding-bottom: 2% !important;
}

.u-pb25 {
  padding-bottom: 2.5% !important;
}

.u-pb30 {
  padding-bottom: 3% !important;
}

.u-pb35 {
  padding-bottom: 3.5% !important;
}

.u-pb40 {
  padding-bottom: 4% !important;
}

.u-pb45 {
  padding-bottom: 4.5% !important;
}

.u-pb50 {
  padding-bottom: 5% !important;
}

.u-pb55 {
  padding-bottom: 5.5% !important;
}

.u-pb60 {
  padding-bottom: 6% !important;
}

.u-pb65 {
  padding-bottom: 6.5% !important;
}

.u-pb70 {
  padding-bottom: 7% !important;
}

.u-pb75 {
  padding-bottom: 7.5% !important;
}

.u-pb80 {
  padding-bottom: 8% !important;
}

.u-pb85 {
  padding-bottom: 8.5% !important;
}

.u-pb90 {
  padding-bottom: 9% !important;
}

.u-pb95 {
  padding-bottom: 9.5% !important;
}

.u-pb100 {
  padding-bottom: 10% !important;
}

.u-pl00 {
  padding-left: 0 !important;
}

.u-pl05 {
  padding-left: 0.5% !important;
}

.u-pl10 {
  padding-left: 1% !important;
}

.u-pl15 {
  padding-left: 1.5% !important;
}

.u-pl20 {
  padding-left: 2% !important;
}

.u-pl25 {
  padding-left: 2.5% !important;
}

.u-pl30 {
  padding-left: 3% !important;
}

.u-pl35 {
  padding-left: 3.5% !important;
}

.u-pl40 {
  padding-left: 4% !important;
}

.u-pl45 {
  padding-left: 4.5% !important;
}

.u-pl50 {
  padding-left: 5% !important;
}

.u-pl55 {
  padding-left: 5.5% !important;
}

.u-pl60 {
  padding-left: 6% !important;
}

.u-pl65 {
  padding-left: 6.5% !important;
}

.u-pl70 {
  padding-left: 7% !important;
}

.u-pl75 {
  padding-left: 7.5% !important;
}

.u-pl80 {
  padding-left: 8% !important;
}

.u-pl85 {
  padding-left: 8.5% !important;
}

.u-pl90 {
  padding-left: 9% !important;
}

.u-pl95 {
  padding-left: 9.5% !important;
}

.u-pl100 {
  padding-left: 10% !important;
}

/* ==========================================================
!スクールカラー
========================================================== */
.u-txt_primary {
  color: #E6002D;
}

.u-txt_tennis {
  color: #0154C7;
}

.u-txt_culture {
  color: #FA7F05;
}

.u-txt_soccer {
  color: #66C30A;
}

.u-txt_futsal {
  color: #00761C;
}

.u-txt_ikebukuro {
  color: #1E87F0;
}

.u-bg_tennis {
  background: #0154C7;
}

.u-bg_culture {
  background: #FA7F05;
}

.u-bg_soccer {
  background: #66C30A;
}

.u-bg_futsal {
  background: #00761C;
}

.u-bg_futsal_l {
  background: #E0F4DB;
}

.u-bg_ikebukuro {
  background: #1E87F0;
}

/*
 * slick-setting.css
 */
/* ==========================================================
!Common
========================================================== */
.slide_news01,
.slide_recommend01 {
  position: relative;
  display: none;
  width: 100%;
  max-width: 100%;
}
.slide_news01.slick-dotted.slick-slider,
.slide_recommend01.slick-dotted.slick-slider {
  margin: 0;
}
.slide_news01.slick-initialized,
.slide_recommend01.slick-initialized {
  display: block;
}
.slide_news01 .slick-slide.slick-current,
.slide_recommend01 .slick-slide.slick-current {
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.slide_news01 .slick-arrow,
.slide_recommend01 .slick-arrow {
  display: block;
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 25px;
  height: 25px;
  margin: 0 2px 0 2px;
  padding: 0;
  border: 0;
  color: transparent;
}
.slide_news01 .slick-prev,
.slide_news01 .slick-next,
.slide_recommend01 .slick-prev,
.slide_recommend01 .slick-next {
  position: absolute;
  top: auto;
  bottom: -40px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}
.slide_news01 .slick-prev:before,
.slide_news01 .slick-next:before,
.slide_recommend01 .slick-prev:before,
.slide_recommend01 .slick-next:before {
  position: absolute;
  width: 11px;
  height: 11px;
  border-style: solid;
  border-color: #0284E6;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  content: "";
}
.slide_news01 .slick-prev,
.slide_recommend01 .slick-prev {
  left: -8px;
  opacity: 1;
}
.slide_news01 .slick-prev:before,
.slide_recommend01 .slick-prev:before {
  left: 50%;
  margin: -5px 0 0 -3px;
  border-width: 2px 0 0 2px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  opacity: 1;
  content: "";
}
.slide_news01 .slick-prev:hover,
.slide_recommend01 .slick-prev:hover {
  opacity: 0.8;
}
.slide_news01 .slick-prev:hover:before,
.slide_recommend01 .slick-prev:hover:before {
  opacity: 0.8;
}
.slide_news01 .slick-next,
.slide_recommend01 .slick-next {
  right: -8px;
  opacity: 1;
}
.slide_news01 .slick-next:before,
.slide_recommend01 .slick-next:before {
  right: 50%;
  margin: -5px -3px 0 0;
  border-width: 2px 2px 0 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 1;
  content: "";
}
.slide_news01 .slick-next:hover,
.slide_recommend01 .slick-next:hover {
  opacity: 0.8;
}
.slide_news01 .slick-next:hover:before,
.slide_recommend01 .slick-next:hover:before {
  opacity: 0.8;
}
.slide_news01 .slick-dots,
.slide_recommend01 .slick-dots {
  position: absolute;
  left: 50%;
  bottom: -25px;
  display: block;
  width: auto;
  margin: 0;
  padding: 0;
  text-align: center;
  list-style: none;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.slide_news01 .slick-dots li,
.slide_recommend01 .slick-dots li {
  position: relative;
  display: inline-block;
  height: 10px;
  width: 10px;
  margin: 0 5px 0 5px;
  padding: 0;
  cursor: pointer;
}
.slide_news01 .slick-dots li button:hover, .slide_news01 .slick-dots li button:focus,
.slide_recommend01 .slick-dots li button:hover,
.slide_recommend01 .slick-dots li button:focus {
  outline: none;
}
.slide_news01 .slick-dots li button:before,
.slide_recommend01 .slick-dots li button:before {
  width: 10px;
  height: 10px;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: #EFEFEF;
  border-radius: 50%;
  background: #ffffff;
  opacity: 1;
  content: "";
}
.slide_news01 .slick-dots li.slick-active button:before,
.slide_recommend01 .slick-dots li.slick-active button:before {
  border-width: 0;
  background: #0284E6;
}

/* 768px以上（タブレット） */
@media only screen and (min-width: 768px), print {
  .slide_news01 .slick-arrow,
.slide_recommend01 .slick-arrow {
    width: 50px;
    height: 50px;
  }
  .slide_news01 .slick-prev,
.slide_news01 .slick-next,
.slide_recommend01 .slick-prev,
.slide_recommend01 .slick-next {
    top: 50%;
    bottom: auto;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    border-color: #0284E6;
    border-radius: 50%;
    background: #ffffff none;
  }
  .slide_news01 .slick-prev,
.slide_recommend01 .slick-prev {
    left: -25px;
  }
  .slide_news01 .slick-next,
.slide_recommend01 .slick-next {
    right: -25px;
  }
}
/* 1120px以上（大きめPC） */
@media only screen and (min-width: 1280px), print {
  .slide_news01 .slick-arrow,
.slide_recommend01 .slick-arrow {
    width: 50px;
    height: 50px;
  }
  .slide_news01 .slick-prev,
.slide_news01 .slick-next,
.slide_recommend01 .slick-prev,
.slide_recommend01 .slick-next {
    top: 50%;
    bottom: auto;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    border-color: #0284E6;
    border-radius: 50%;
    background: #ffffff none;
  }
}
/* 768px以上（タブレット） */


/* 20231003追加 */
@media screen and (max-width: 768px) {
#sns .howto .t_pc {
	display: none;
}
#sns .howto .t_sp {
	display: block;
}
#sns .howto .t_sp img {
	border: 1px solid #999;
}
}


