@charset "UTF-8";

/* ----------------------
 ページ内共通
---------------------- */
/* ----------------------
 color
---------------------- */
.defColor{
  color: #333;
}


h1.sub-spo-page-title{
  text-align: center;
  font-size: 22px;
  line-height: 1.5;
  font-weight: bold;
}

a.nav-btn-spo{
  color: #1b6db3;
  text-decoration: underline;
}

.sub-spo-page-title > span.spo-page-text{
  font-size: 28px;
}

.news-more{
  max-height: 100px;
  text-align: center;
  margin: 40px auto;
}

.news-link{
  color: #fff;
  border-radius: 5px;
  background-color: #1b6db3;
  text-align: center;
  padding: 1em 10%;
  background-position: right 20px center;
  display: block;
  width: 80%;
  margin: 0 auto;
}
a.news-link:hover{
  color: #fff;
}

/* hedear start */
.relative-spo {
  position: relative;
  width: 100%;
  /*min-width: 1280px;*/
}
.absolute-spo {
  position: absolute;
  left: 60%;
  top: 5%;
  width: 15%;
}
/* hedear end */

.spo-color,.sub-spo-page-title {
  color: #1b6db3 !important;
}
a.sub_spo_btn {
  background-color: #1b6db3;
}
#programNav .gridItem {
  max-width: 415px;
  width: 100%;
}
#programNav .gridItem .hover-opa {
  position: relative;
  height: 125px;
  overflow: hidden;
}
#programNav .gridItem .hover-opa .imgWrap.swimImg,
#programNav .gridItem .hover-opa .imgWrap.fitnessImg{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
#programNav .gridItem .hover-opa .imgWrap.swimImg img,
#programNav .gridItem .hover-opa .imgWrap.fitnessImg img{
  max-width: initial;
    background-color: rgba(255, 255, 255, 0.75);

}
#programNav .gridItem .hover-opa .imgWrap.iconWrap{
  display: flex;
  align-items: center;
  height: 50px;
}
#programNav .gridItem .spo-linkimg {
  border: 8px solid rgba(27, 141, 179, .75);
  width: 100%;
  height: 125px;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
  /*background-color: rgba(255, 255, 255, 0.75);*/
  padding: 0;
}
.mainBottonArea{
  padding: 0 15px;
}

.linkimg-pd {
  padding-top: 20px;
}
.hover-opa a:hover img {
  opacity: 0.8;
}
a.sub-spo-btn02 {
  width: 315px;
  background-color: #1b6db3;
}
a.mgb0 {
  margin-bottom: 0;
}

.spo-panel {
  margin-top: 35px;
  height: 255px;
  border-radius: 0;
}
.spo-panel .panel-title {
  font-size: 14px;
}
.f-va {
  vertical-align: 3px;
}
.spo-panel .panel-heading {
  border-radius: 0;
}
.spo-topic {
  font-size: 24px;
  font-family: "Amatic SC","cursive","Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3","Meiryo", "MS PGothic", sans-serif;
}
.spo-panel .panel-body {
  height: 200px;
  overflow-y: scroll;
}

#programNav{
  max-width: 990px;
  width: 100%;
  flex-wrap: nowrap;
  justify-content: space-around;
  margin: 0 auto 40px;
}
#programNav .gridItem{
  width: 49%;
}
.spo-linktext01,
.spo-linktext02{
  margin: 0;
  color: #1b6db1;
  line-height: 1.5;
}
.spo-linktext01{
  font-size: 18px;
  font-weight: bold;
}
.spo-linktext02 {
  font-size: 14px;
}

/* スポレストfitness*/
.maxw700 {
  max-width: 700px;
}
.fit-movie-text > h2 {
  color: #1b6db3;
  vertical-align: middle;
  font-size: 36px;
}
.fit-movie-text > h2 > span {
  color: #000;
  font-size: 18px;
  line-height: 30px;
  vertical-align: middle;
}
.bgimg-pro {
  background: url(../img/fitness_program.jpg) no-repeat;
  background-position: right 0;
}
.maxw600 {
  max-width: 600px;
  background-color: rgba(255, 255, 255, 0.5);
}
.maxw550 {
  max-width: 550px;
  background-color: rgba(255, 255, 255, 0.5);
}
.bg-grey {
  background-color: #eeeeee;
  border-radius: 10px;
  overflow: hidden;
}
.mg-lr {
  margin-left: 15px;
  margin-right: 15px;
}
.spo-btn-title {
  color: #4590e4;
  font-size: 24px;
  font-weight: bold;
  padding-top: 7px;
  margin-bottom: 0;
  border-right: 1px solid #c2c2c2;
}
a.sub-fit-btn {
  background-color: #4590e4;
  width: 100%;
  max-width: 320px;
  border-radius: 5px;
  padding-left: 30px;
  padding-top: 13px;
  padding-bottom: 13px;
}
a.sub-fit-btn > span {
  float: left;
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  font-size: 18px;
  line-height: 21px;
}
.spo-subtitle {
  color: #1b6db3;
  font-size: 18px;
  border-bottom: 1px solid #c2c2c2;
  line-height: 50px;
}

/* スイミングページ追加分　*/
.spo-subtitle-sub {
  margin: 20px 15px 0 15px;
  color: #1b6db3;
  font-size: 18px;
  border-bottom: 1px solid #c2c2c2;
  line-height: 45px;
}

.po-r {
  position: relative;
}

/* スイミング・フィットネス月表示追加修正　*/

.minibox {
  background-color: #4570e4;
  color: #fff;
  position: absolute;
  top: 17px;
  left: 25px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 18px;
}
.bg-white {
  background-color: #fff;
  padding-bottom: 20px;
}
.spo-subtitle2 {
  border: none;
  line-height: 1;
}
.w16 {
  width: 16%;
}
.w28 {
  width: 28%;
}
.table-bordered th {
  text-align: center;
}
.bg-c1 {
  background-color: #4590e4;
  color: #fff;
}
.bg-c2 {
  background-color: #cccccc;
}
.bg-c3 {
  background-color: #e3ecf6;
}
.bg-c4 {
  background-color: #f3f3f3;
}
.bg-c5 {
  background-color: #fc9a40;
  color: #fff;
}
.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
  border-color: #fff;
  padding: 15px;
}
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>th {
  font-weight: normal;
}


.h50 {
  min-height: 50px;
}
.fitness-bread {
  margin-bottom: 20px;
  margin-left: 0;
  padding: 30px 0 0;
  text-align: center;
}
.fitness-bread > li {
  display: inline-block;
  border-bottom: 2px solid #fff;
}
.fitness-bread > li > a{
  display: inline-block;
  width: 100%;
  margin-bottom: 2px;
  padding-left: 10px;
  padding-right: 10px;
  border-right: 1px solid #555;
}
.fitness-bread > li:first-child > a {
  border-left: 1px solid #555;
}
.fitness-bread > li:hover {
  border-bottom: 2px solid #fc9a40;
}
.fit-program-title {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 1.8;
  text-align: center;
  border-top: 1px solid #c2c2c2;
  border-bottom: 1px solid #c2c2c2;
}

.program-top-text{
  font-size: 13px;
  text-align: right;
  margin: 30px 60px;
}
.bd-r {
  border-right: 1px solid #c2c2c2;
}
.fit-pro-box01 {
  background-color: #FE89A5;
  color: #000000;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  font-size: 16px;
}
.fit-pro-box01b {
  background-color: #cc99ff;
}
.fit-pro-box01c {
  background-color: #fc9a40;
}
.fit-pro-box01d {
  background-color: #BDFF95;
}
.fit-pro-box01e {
  background-color: #F8FF3C;
}
.fit-pro-box01f {
  background-color: #ff5353;
}
.fit-pro-box01g {
  background-color: #FFCDBA;
}
.fit-2row {
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 19px;
}
.pdl0 {
  padding-left: 0;
}
.pdr0 {
  padding-right: 0;
}
.fit-pro-box02 {
  background-color: #f5f5f5;
  padding-top: 10px;
  padding-bottom: 10px;
}
.fit-pro-box02a {
  border-right: 1px solid #c2c2c2;
}
.fit-pro-box03 {
  margin-top: 10px;
  padding: 10px;
  padding-right: 5px;
  text-align: left;
}
.fitbox-po {
  position: absolute;
  top: -10px;
  left: 20px;
}
.fit-main-arrange {
  max-width: 990px
}
.icon-star:before{
  content: url(../img/icon/icon-star.png) ;
  display: inline-block;
  width: 24px;
  height: 23px;
  position: relative;
  bottom: -4px;
  margin-right: .5em;
}




/* スポレストfitness ここまで*/

/* スポレストswim*/
.swim-b-text {
  color: #1b6db3;
  line-height: 1.3;
}
.swim-ontext {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 15px;

}
.swim-bg-img01 {
  background: url(../img/swim_03.jpg) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  min-height: 150px;
}
.swim-bg-img02 {
  background: url(../img/swim_04.jpg) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  min-height: 150px;
}
table.swim-table {
  max-width: 600px;
}
table.swim-table.table>tbody>tr>th {
  width: 90px;
}
.text-blue {
  color: #1b6db3;
}
.text-red {
  color: #c00;
}
a.text-yellow {
  color: #f1c90f;
  border-bottom: 1px solid #f1c90f;
}
.swim-imgpo01 {
  position: absolute;
  width: 220px;
  height: 170px;
  top: -40px;
  right: 0;
  z-index: 10;
}
.swim-imgpo02 {
  position: absolute;
  width: 220px;
  height: 170px;
  top: 20px;
  left: 30px;
}
.blue-circle {
  background-color: #1b6db3;
  width: 150px;
  height: 150px;
  color: #fff;
  padding-top: 38px;
}
.fs15 {
  font-size: 15px;
}
.mgl115 {
  margin-left: 115px;
}
.mg-t40 {
  margin-top: 40px;
}
a.swim-btn {
  max-width: 290px;
  margin-left: auto;
}
a.sub-swim-btn {
  padding-left: 10px;
}
.swim-pro-box {
  background-color: #5fb8dc;
}
/* スポレストswim ここまで*/


/* ----------------
 スクールのご案内
---------------- */

#school .gridBox{
  width: 100%;
  max-width: 810px;
  margin: 0 auto 20px;
  justify-content: flex-start;
  padding-right: 15px;
  padding-left: 15px;
}
#school .gridItem{
  width: 180px;
  margin: 0 20px 20px 0;
  position: relative;
  height: fit-content;
}
#school .gridItem:nth-of-type(4n){
  margin: 0 0 20px;
}


/* ----------------
 フィットネス プログラム
---------------- */

#monthly{
  margin: 20px 20px 40px;
  padding: 20px;
}
#pro1 .po-r p.icon-star:before{
  position: absolute;
  top: -23px;
  left: 20px;
}
#fitness01 #tabAccordion dl dt{
  border: 0;
  background-color: #4590e4;
}
#fitness01 #tabAccordion dl dt{
  margin-bottom: 10px;
}

#fitness01 #tabAccordion dl dt a{
  border: 0;
  text-align: center;
}
#fitness01 #tabAccordion dl dd{
  display: none;
  border: 0;
  padding: 0;
}
#monthly h2{
 background: #4570e4;
 text-align: center;
 color: #fff;
 font-size: 16px;
 width: 380px;
 height: 30px;
 padding: 0;
 display: flex;
 margin: 0 auto 14px;
 justify-content: center;
 align-items: center;
 border: 1px solid;
 border-radius: 7px;
}
#monthly table:first-of-type{
  margin-bottom: 35px;
}
#monthly table tr th{
  width: 13%;
}
#monthly table tr td{
  width: 29%;
}
#monthly table tr td span{
  display: block;
}
.fit-program .minibox,
.swim-program .minibox{
  display: inline-block;
  position: static;
  margin: 20px auto 0;
}
.swim-program .img-responsive{
  margin-top: -20px;
}

.bb-line{
  border-bottom: 1px solid #c2c2c2;
}
#fitness02 > div > div > div:nth-child(9) > div:nth-child(3) > div > div:nth-child(4) > p{
  height: 70px;
  background:#f5f5f5;
}
#fitness02 > div > div > div:nth-child(9) > div:nth-child(3) > div > div:nth-child(5) > p{
  background:#f5f5f5;
}

.proSec{
  margin-bottom: 40px;
}
.innerWrap{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.proSubSec{
  width: 25%;
  padding: 0 15px;
  margin-bottom: 20px;
  border-right: 1px solid #c2c2c2;
}
.proSubSec:nth-of-type(1),
.proSubSec:nth-of-type(5n){
  padding-left: 0;
}
.proSubSec:nth-of-type(4n){
  padding-right: 0;
  border-right: none;
}
.fit-program-subTitle{
  color: #000;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  font-size: 16px;
  line-height: 1.8;
}
.fit-program-subTitle span{
  display: block;
  font-size: .85em;
}
.proSubSec ul{
  width: 100%;
  list-style: none;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0;
  text-align: center;
}
.proSubSec ul li{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 1.8;
  width: 50%;
  height: 70px;
  background-color: #f5f5f5;
  padding-top: 10px;
  padding-bottom: 10px;
}
.proSubSec ul li:nth-of-type(1){
  border-right: 1px solid #c2c2c2;
  border-bottom: 1px solid #c2c2c2;
}
.proSubSec ul li:nth-of-type(2){
  border-bottom: 1px solid #c2c2c2;
}
.proSubSec ul li:nth-of-type(3){
  border-right: 1px solid #c2c2c2;
}
.proSubSec ul li span{
  width: 30%;
}
#pro5 .proSubSec ul li:nth-of-type(1),
#pro5 .proSubSec ul li:nth-of-type(2){
  border-bottom: none;
}
.time:before,
.capacity:before{
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  height: 18px;
  margin-right: .5em;
}
.time:before{
  background-image: url(../img/icon/fitness_icon6.png);
  width: 18px;
  background-size: 18px;
}
.capacity:before{
  background-image: url(../img/icon/fitness_icon7.png);
  width: 9px;
  background-size: 9px 14px;
  margin-top: 2px;
}
.strength:after,
.difficulty:after{
  display: inline-block;
  width: 50%;
  white-space: pre-wrap;
}
.strength.rank1:after{
  content: "\02605";
}
.strength.rank2:after{
  content: "\02605\02605";
}
.strength.rank3:after{
  content: "\02605\02605\02605";
}
.difficulty.rank1:after{
  content: "\025c6";
}
.difficulty.rank2:after{
  content: "\025c6\025c6";
}
.difficulty.rank3:after{
  content: "\025c6\025c6\025c6";
}
.difficulty.rank2_3:after{
  width: 55%;
  content: "\025c6\025c6\00a0～\a\025c6\025c6\025c6\00a0";
  font-size: .8em;
  line-height: 1.5;
}

#pro1 .fit-program-subTitle{
  background-color: #FE89A5;
}
#pro2 .fit-program-subTitle{
  background-color: #cc99ff;
}
#pro3 .fit-program-subTitle{
  background-color: #BDFF95;
}
#pro4 .fit-program-subTitle{
  background-color: #F8FF3C;
}
#pro5 .fit-program-subTitle{
  background-color: #FFCDBA;
}
