@charset "utf-8";
body {
  position: relative;
}
.fixed_btn {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  right: 0;
  display: block;
}
@media screen and (min-width: 768px) {
  .fixed_btn {
    position: fixed;
    top: 12vw;
    bottom: auto;
    right: 0;
  }
}
.sp {
  display: block;
}
.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
}
img {
  display: block;
  width: 100%;
  margin: 0 auto 10px;
}
section {
  margin: 0 auto;
  padding: 30px 0;
}
.inner {
  width: 96%;
  max-width: 730px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  section {
    margin: 0 auto;
    padding: 50px 0;
  }
  .inner {
    max-width: 1000px;
    margin: 0 auto;
  }
}
.pagetop a {
  display: block;
  background: #fff;
  border: solid 1px #777;
  border-radius: 5px;
  font-size: 1.4rem;
  text-decoration: none;
  color: #333;
  text-align: center;
  padding: 2rem 1rem;
  opacity: 0.7;
}
.pagetop {
  position: fixed;
  right: 10px;
  bottom: 50px;
  z-index: 10;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .pagetop {
    right: 20px;
    bottom: 30px;
  }
  .pagetop a {
    font-size: 1.2rem;
  }
}
/* ------------------------------------------
  背景色
------------------------------------------ */
.bg_white {
  background-color: white;
}
.bg_blue {
  background-color: #71c8e2;
}
.bg_pink {
  background-color: #f6c4da;
}
.bg_gray {
  background-color: #ececec;
}
/* ------------------------------------------
  余白
------------------------------------------ */
.pt-20 {
  padding-top: 20px;
}
.pb-20 {
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .pt-20 {
    padding-top: 50px;
  }
  .pb-20 {
    padding-bottom: 30px;
  }
}
/* ------------------------------------------
  FV 
------------------------------------------ */
.header {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.header img {
  text-align: center;
}
.header_logo {
  width: 90%;
  max-width: 700px;
  margin: 0 auto;
  padding: 2% 0 0.5%;
}
@media screen and (min-width: 768px) {
  .header_logo {
    width: 90%;
    max-width: 700px;
    margin: 0 auto 0 10%;
    padding: 1.5% 0 1%;
  }
}
/* ------------------------------------------
  CTA
------------------------------------------ */
.cta {
  width: 94%;
  max-width: 350px;
  margin: 0 auto;
}
.cta {
  width: 100%;
}
.cta img.cv_btn {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .cta {
    width: 80%;
    max-width: 800px;
  }
  .cta {
    width: 100%;
  }
}
.cta a {
  display: block;
  font-size: 38px;
  color: #e40012;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
}
.cta a.telnum::before {
  content: "";
  display: inline-block;
  width: 27px;
  height: 33px;
  background-image: url(../img/common/cta_tel_sp.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 1% 2% 0;
}
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
  .cta a {
    display: block;
    font-size: 68px;
    color: #e40012;
    text-decoration: none;
    text-align: center;
  }
  .cta a.telnum::before {
    width: 57px;
    height: 71px;
    background-image: url(../img/common/cta_tel_pc.png);
  }
}
.shopinfo_tel a {
  display: block;
  font-size: 38px;
  color: #000;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
}
.shopinfo_tel a.telnum::before {
  content: "";
  display: inline-block;
  width: 27px;
  height: 33px;
  background-image: url(../img/common/shopinfo_tel_sp.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 1% 2% 0;
}
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
  .shopinfo a {
    display: block;
    font-size: 68px;
    color: #000;
    text-decoration: none;
    text-align: center;
  }
  .shopinfo a.telnum::before {
    width: 464px;
    height: 76px;
    background-image: url(../img/common/shopinfo_tel_pc.png);
  }
}
/* ------------------------------------------
  スケジュールのボタン
------------------------------------------ */
.school_sch, .recommend_sch {
  width: 78%;
  max-width: 300px;
  margin: 0 auto;
}
.school_sch img, .recommend_sch img {
  width: 100%;
}
.school_sch img.btn, .recommend_sch img.btn {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .school_sch, .recommend_sch {
    width: 80%;
    max-width: 625px;
  }
  .school_sch img, .recommend_sch img {
    width: 100%;
  }
}
/* ------------------------------------------
  ボタンのhover
------------------------------------------ */
.btn, .cv_btn ,.fixed_btn {
  opacity: 1;
  transition: all 0.3s;
}
.btn:hover, .cv_btn:hover ,.fixed_btn:hover {
  opacity: 0.5;
}
/* ------------------------------------------
  横スクロール
------------------------------------------ */
.school_basketball {
  border: 3px solid #E50012;
  margin-bottom: 10px;
}
.school_futsal {
  border: 3px solid #036EB7;
  margin-bottom: 10px;
}
.recommend_price img {
  margin: 0 auto 0;
}
.scroll {
  max-width: 94%;
  display: block;
  margin: 0 auto 2%;
  overflow: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.scroll img {
  width: auto;
  margin-bottom: 0;
}
img.scroll_img {
  width: 750px;
}
/* ------------------------------------------
  フッター
 ------------------------------------------ */
.copyright {
  font-size: 1.2rem;
  text-align: center;
}
.ggmap {
  height: 450px;
}
.ggmap iframe {
  width: 100%;
  height: 450px;
}
/* MEDIA QUERIE ～959px */
@media screen and (max-width: 959px) {
  .ggmap {
    height: 350px;
  }
  .ggmap iframe {
    height: 350px;
  }
}
/* MEDIA QUERIE ～480px */
@media screen and (max-width: 480px) {
  .ggmap {
    height: 250px;
  }
  .ggmap iframe {
    height: 250px;
  }
}