@charset "UTF-8";
/* Scss Document */
/* Scss Document */
.design {
  position: absolute;
}

/*
html{
	-webkit-scroll-behavior: smooth;
	-ms-scroll-behavior: smooth;
	scroll-behavior: smooth;
}*/
.ttlimg {
  background-image: url("/img/price/titleimg.jpg");
  background-position: bottom;
  background-size: 150%;
}

.sub-txt {
  margin-top: 70px;
}
.sub-txt .sub-txt-read {
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 390px) {
  .sub-txt .sub-txt-read {
    font-size: calc(1.4rem + (1vw - 3.9px) * 0.243902439);
  }
}
@media (min-width: 800px) {
  .sub-txt .sub-txt-read {
    font-size: 1.5rem;
  }
}

.need .need__list-wrap .need__list {
  margin-bottom: 5px;
  color: #004087;
  font-weight: bold;
}
.need .need__list-wrap .need__list .need__list-ttl {
  font-size: 1.4rem;
  flex: 0 1 40%;
  width: 40%;
  max-width: 40%;
  display: flex;
  padding: 20px 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #FFF257;
  font-weight: bold;
  box-sizing: border-box;
}
@media (min-width: 390px) {
  .need .need__list-wrap .need__list .need__list-ttl {
    font-size: calc(1.4rem + (1vw - 3.9px) * 0.243902439);
  }
}
@media (min-width: 800px) {
  .need .need__list-wrap .need__list .need__list-ttl {
    font-size: 1.5rem;
  }
}
.need .need__list-wrap .need__list .need__list-txt {
  flex: 0 1 60%;
  width: 60%;
  max-width: 60%;
  display: flex;
  padding: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  font-size: 1.3rem;
  box-sizing: border-box;
}
.need .need__list-wrap .need__list .need__list-txt div {
  width: 100%;
  text-align: center;
}
.need .need__list-wrap .need__list .need__list-txt div .price-txt {
  font-size: 2.4rem;
}
@media (min-width: 390px) {
  .need .need__list-wrap .need__list .need__list-txt div .price-txt {
    font-size: calc(2.4rem + (1vw - 3.9px) * 0.243902439);
  }
}
@media (min-width: 800px) {
  .need .need__list-wrap .need__list .need__list-txt div .price-txt {
    font-size: 2.5rem;
  }
}
.need .need__list-wrap .need__list .need__list-txt div .price-txt span {
  font-size: 1.2rem;
}
@media (min-width: 390px) {
  .need .need__list-wrap .need__list .need__list-txt div .price-txt span {
    font-size: calc(1.2rem + (1vw - 3.9px) * 0.243902439);
  }
}
@media (min-width: 800px) {
  .need .need__list-wrap .need__list .need__list-txt div .price-txt span {
    font-size: 1.3rem;
  }
}
.need .need__list-wrap .need__list .need__list-txt div a {
  display: inline-block;
  color: #7EAADB;
  text-decoration: underline;
}
.need .need__list-wrap .need__list .need__list-txt div.justify {
  text-align: justify;
}

.price {
  padding-top: 100px;
  margin-top: -80px;
}
.price .price__wrap .price__btn-wrap {
  font-size: 1.5rem;
  margin-top: 20px;
  position: relative;
  padding: 30px 15px;
  font-weight: bold;
  border: solid 1px #C3C3C3;
}
@media (min-width: 390px) {
  .price .price__wrap .price__btn-wrap {
    font-size: calc(1.5rem + (1vw - 3.9px) * 0.7317073171);
  }
}
@media (min-width: 800px) {
  .price .price__wrap .price__btn-wrap {
    font-size: 1.8rem;
  }
}
.price .price__wrap .price__btn-wrap .toggle-btn {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 40px;
  height: 40px;
  background: #fff;
  transform: translate(0, -50%);
}
.price .price__wrap .price__btn-wrap .toggle-btn::before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 3px;
  background: #004087;
  transform: translate(-50%, -50%);
}
.price .price__wrap .price__btn-wrap .toggle-btn::after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  width: 3px;
  height: 20px;
  background: #004087;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
.price .price__wrap .price__btn-wrap.toddler {
  background: #E6FF7B;
}
.price .price__wrap .price__btn-wrap.active .toggle-btn::after {
  opacity: 0;
  transition: 0.3s;
}
.price .price__wrap .price__open {
  display: none;
}
.price .price__wrap .price__open table {
  border-left: solid 1px #C3C3C3;
  border-right: solid 1px #C3C3C3;
  border-bottom: solid 1px #C3C3C3;
  background: #fff;
  width: 100%;
}
.price .price__wrap .price__open table tbody tr {
  font-weight: bold;
}
.price .price__wrap .price__open table tbody tr th {
  font-size: 1.4rem;
  padding: 10px 0;
  background: #004087;
  text-align: center;
  color: #fff;
  border-right: solid 1px #C3C3C3;
  vertical-align: middle;
}
@media (min-width: 390px) {
  .price .price__wrap .price__open table tbody tr th {
    font-size: calc(1.4rem + (1vw - 3.9px) * 0.243902439);
  }
}
@media (min-width: 800px) {
  .price .price__wrap .price__open table tbody tr th {
    font-size: 1.5rem;
  }
}
.price .price__wrap .price__open table tbody tr th:last-child {
  border-right: none;
}
.price .price__wrap .price__open table tbody tr th:nth-child(1) {
  width: 23%;
}
.price .price__wrap .price__open table tbody tr th:nth-child(3) {
  width: 22%;
}
.price .price__wrap .price__open table tbody tr td {
  font-size: 1.4rem;
  padding: 15px 5px;
  border-right: solid 1px #C3C3C3;
  border-bottom: solid 1px #C3C3C3;
  vertical-align: middle;
}
@media (min-width: 390px) {
  .price .price__wrap .price__open table tbody tr td {
    font-size: calc(1.4rem + (1vw - 3.9px) * 0.243902439);
  }
}
@media (min-width: 800px) {
  .price .price__wrap .price__open table tbody tr td {
    font-size: 1.5rem;
  }
}
.price .price__wrap .price__open table tbody tr td .age {
  font-size: 1.2rem;
}
@media (min-width: 390px) {
  .price .price__wrap .price__open table tbody tr td .age {
    font-size: calc(1.2rem + (1vw - 3.9px) * 0.243902439);
  }
}
@media (min-width: 800px) {
  .price .price__wrap .price__open table tbody tr td .age {
    font-size: 1.3rem;
  }
}
.price .price__wrap .price__open table tbody tr td div {
  text-align: center;
}
.price .price__wrap .price__open table tbody tr td div .mem-txt {
  display: inline-block;
  text-align: left;
}
.price .price__wrap .price__open table tbody tr td .mem-txt {
  margin-bottom: 15px;
}
.price .price__wrap .price__open table tbody tr td .mem-txt span {
  color: #7EAADB;
}
.price .price__wrap .price__open table tbody tr td .dotted {
  margin-bottom: 15px;
  height: 1px;
  background-size: 6px 1px;
  background-image: linear-gradient(to right, #c3c3c3, #c3c3c3 3px, transparent 3px, transparent 6px);
  background-repeat: repeat-x;
}
.price .price__wrap .price__open table tbody tr td.course {
  position: relative;
  letter-spacing: normal;
  padding: 15px 5px 15px 10px;
}
.price .price__wrap .price__open table tbody tr td.course::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
}
.price .price__wrap .price__open table tbody tr td.center {
  text-align: center;
}
.price .price__wrap.toddler .price__btn-wrap {
  background: #E6FF7B;
}
.price .price__wrap.toddler .price__open table tbody tr td.course::before {
  background: #E6FF7B;
}
.price .price__wrap.children .price__btn-wrap {
  background: #FFC1CF;
}
.price .price__wrap.children .price__open table tbody tr td.course::before {
  background: #FFC1CF;
}
.price .price__wrap.kids .price__btn-wrap {
  background: #B4E2FF;
}
.price .price__wrap.kids .price__open table tbody tr td.course::before {
  background: #B4E2FF;
}
.price .price__wrap.player .price__btn-wrap {
  background: #FAD4AD;
}
.price .price__wrap.player .price__open table tbody tr td.course::before {
  background: #FAD4AD;
}

.timetable .timetable__btn-list {
  margin: 0 5px;
  border-bottom: solid 10px #FFF257;
}
.timetable .timetable__btn-list .timetable__btn {
  font-size: 1.4rem;
  flex: 0 1 33%;
  width: 33%;
  max-width: 33%;
  padding: 20px 5px;
  background: #C3C3C3;
  color: #fff;
  font-family: FP-ヒラギノUD丸ゴ StdN W6, FP-HiraginoUDSansRStdN-W6, YuGothic, "游ゴシック体", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "sans-serif";
  text-align: center;
  box-sizing: border-box;
}
@media (min-width: 390px) {
  .timetable .timetable__btn-list .timetable__btn {
    font-size: calc(1.4rem + (1vw - 3.9px) * 0.1639344262);
  }
}
@media (min-width: 1000px) {
  .timetable .timetable__btn-list .timetable__btn {
    font-size: 1.5rem;
  }
}
.timetable .timetable__btn-list .timetable__btn span {
  font-size: 1.3rem;
}
@media (min-width: 390px) {
  .timetable .timetable__btn-list .timetable__btn span {
    font-size: calc(1.3rem + (1vw - 3.9px) * 0.1639344262);
  }
}
@media (min-width: 1000px) {
  .timetable .timetable__btn-list .timetable__btn span {
    font-size: 1.4rem;
  }
}
.timetable .timetable__btn-list .timetable__btn.active {
  background: #FFF257;
  color: #004087;
}
.timetable .timetable__con-wrap {
  padding: 25px 0 30px;
  background: url("/img/price/bg_timetable.png") #fff repeat;
}
.timetable .timetable__con-wrap .timetable__con {
  display: none;
}
.timetable .timetable__con-wrap .timetable__con .timetable__day {
  font-size: 1.4rem;
  margin-bottom: 15px;
  font-family: FP-ヒラギノUD丸ゴ StdN W6, FP-HiraginoUDSansRStdN-W6, YuGothic, "游ゴシック体", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "sans-serif";
  color: #004087;
}
@media (min-width: 390px) {
  .timetable .timetable__con-wrap .timetable__con .timetable__day {
    font-size: calc(1.4rem + (1vw - 3.9px) * 0.6557377049);
  }
}
@media (min-width: 1000px) {
  .timetable .timetable__con-wrap .timetable__con .timetable__day {
    font-size: 1.8rem;
  }
}
.timetable .timetable__con-wrap .timetable__con .timetable__img-box {
  margin-bottom: 15px;
}
.timetable .timetable__con-wrap .timetable__con .timetable__attn {
  font-size: 1.3rem;
  text-align: justify;
  font-weight: bold;
}
@media (min-width: 390px) {
  .timetable .timetable__con-wrap .timetable__con .timetable__attn {
    font-size: calc(1.3rem + (1vw - 3.9px) * 0.1639344262);
  }
}
@media (min-width: 1000px) {
  .timetable .timetable__con-wrap .timetable__con .timetable__attn {
    font-size: 1.4rem;
  }
}
.timetable .timetable__con-wrap .timetable__con.active {
  display: block;
}

/*------------------------------
		769px以上
------------------------------*/
@media screen and (min-width: 769px) {
  .ttlimg {
    background-size: cover;
  }
  .need .need__list-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .need .need__list-wrap .need__list {
    margin-bottom: 10px;
  }
  .need .need__list-wrap .need__list .need__list-ttl {
    flex: 0 1 165px;
    width: 165px;
    max-width: 165px;
  }
  .need .need__list-wrap .need__list .need__list-ttl span {
    font-size: 1.3rem;
    letter-spacing: normal;
  }
  .need .need__list-wrap .need__list .need__list-ttl.wi-200 {
    flex: 0 1 200px;
    width: 200px;
    max-width: 200px;
  }
  .need .need__list-wrap .need__list .need__list-txt {
    flex: 0 1 calc(100% - 165px);
    width: calc(100% - 165px);
    max-width: calc(100% - 165px);
    padding: 10px 15px;
  }
  .need .need__list-wrap .need__list .need__list-txt.wi-200 {
    flex: 0 1 calc(100% - 200px);
    width: calc(100% - 200px);
    max-width: calc(100% - 200px);
  }
  .need .need__list-wrap .need__list:nth-child(1) {
    flex: 0 1 45%;
    width: 45%;
    max-width: 45%;
    order: 1;
  }
  .need .need__list-wrap .need__list:nth-child(2) {
    flex: 0 1 45%;
    width: 45%;
    max-width: 45%;
    order: 3;
  }
  .need .need__list-wrap .need__list:nth-child(3) {
    flex: 0 1 54%;
    width: 54%;
    max-width: 54%;
    order: 2;
  }
  .need .need__list-wrap .need__list:nth-child(3) .need__list-txt .justify {
    text-align: center;
  }
  .need .need__list-wrap .need__list:nth-child(4) {
    flex: 0 1 54%;
    width: 54%;
    max-width: 54%;
    order: 4;
  }
  .need .need__list-wrap .need__list:nth-child(5) {
    flex: 0 1 100%;
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
    order: 5;
  }
  .need .need__list-wrap .need__list:nth-child(5) .need__list-txt {
    flex-basis: calc(100% - 165px);
  }
  .price {
    padding-top: 170px;
    margin-top: -150px;
  }
  .price .price__wrap .price__btn-wrap {
    margin-top: 0;
    margin-bottom: 10px;
    padding: 0;
    border: none;
  }
  .price .price__wrap .price__btn-wrap .toggle-btn {
    display: none;
  }
  .price .price__wrap .price__open {
    display: block;
    margin-bottom: 35px;
  }
  .price .price__wrap .price__open table tbody tr th:nth-child(1) {
    width: 15%;
  }
  .price .price__wrap .price__open table tbody tr th:nth-child(2) {
    width: 22%;
  }
  .price .price__wrap .price__open table tbody tr th:nth-child(3) {
    width: 18%;
  }
  .price .price__wrap .price__open table tbody tr td {
    padding: 7px 15px;
  }
  .price .price__wrap .price__open table tbody tr td .mem-txt {
    text-align: center;
    margin-bottom: 0;
  }
  .price .price__wrap .price__open table tbody tr td .mem-txt span {
    color: #7EAADB;
  }
  .price .price__wrap .price__open table tbody tr td .dotted {
    display: none;
  }
  .price .price__wrap .price__open table tbody tr td .line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .price .price__wrap .price__open table tbody tr td .line .mem-txt {
    flex: 0 1 48%;
    width: 48%;
    max-width: 48%;
    text-align: center;
  }
  .price .price__wrap .price__open table tbody tr td.course {
    padding: 7px 20px;
  }
  .price .price__wrap .price__open table tbody tr td.course::before {
    width: 8px;
  }
  .price .price__wrap .price__open table tbody tr td.po-box {
    position: relative;
  }
  .price .price__wrap .price__open table tbody tr td.po-box::after {
    position: absolute;
    content: "";
    display: block;
    top: 2px;
    left: 50%;
    width: 1px;
    height: 100%;
    background-size: 1px 8px;
    background-image: linear-gradient(to bottom, #c3c3c3, #c3c3c3 3px, transparent 3px, transparent 6px);
    background-repeat: repeat-y;
    transform: translate(-50%, 0);
  }
  .price .price__wrap.toddler .price__btn-wrap {
    background: rgba(255, 255, 255, 0);
  }
  .price .price__wrap.toddler .price__btn-wrap p span {
    display: inline;
    color: #E6FF7B;
  }
  .price .price__wrap.children .price__btn-wrap {
    background: rgba(255, 255, 255, 0);
  }
  .price .price__wrap.children .price__btn-wrap p span {
    display: inline;
    color: #FFC1CF;
  }
  .price .price__wrap.kids .price__btn-wrap {
    background: rgba(255, 255, 255, 0);
  }
  .price .price__wrap.kids .price__btn-wrap p span {
    display: inline;
    color: #B4E2FF;
  }
  .price .price__wrap.player .price__btn-wrap {
    background: rgba(255, 255, 255, 0);
  }
  .price .price__wrap.player .price__btn-wrap p span {
    display: inline;
    color: #FAD4AD;
  }
  .timetable .timetable__btn-list {
    max-width: 1000px;
    margin: auto;
    border-bottom: solid 8px #FFF257;
  }
  .timetable .timetable__btn-list .timetable__btn {
    transition: 0.3s;
    cursor: pointer;
  }
  .timetable .timetable__btn-list .timetable__btn:hover {
    background: #FFF257;
    color: #004087;
  }
  .timetable .timetable__con-wrap {
    max-width: 1001px;
    margin: auto;
    padding: 35px 0 45px;
  }
  .timetable .timetable__con-wrap .timetable__con {
    display: none;
  }
  .timetable .timetable__con-wrap .timetable__con .timetable__day {
    margin-bottom: 20px;
  }
  .timetable .timetable__con-wrap .timetable__con .timetable__img-box {
    margin-bottom: 20px;
  }
}
/*------------------------------
		801px以上
------------------------------*/
/*------------------------------
		1021px以上
------------------------------*/
/*------------------------------
		1221px以上
------------------------------*/