@charset "UTF-8";
/* CSS Document */
/* --------------- 共通 --------------- */

/* カラー設定 */
:root {
  --yl: #ffd800;
  --gd: #ab931f;
}

.col_yl{
  color: var(--yl);
}

/* 見出し 43 SP */
.note-sub{
  text-align: center;
  font-size: 3.0rem;
  font-weight: bold;
  line-height: 1.5;
}

.note-sub::after{
  display: block;
  width: 200px;
  margin: 0 auto;
  padding: 10px 0 0 0;
  content: "";
  border-bottom:3px solid #ccc;
}

/* --------------- header --------------- */
header {
  padding: 1.5rem 0;
  background: #000;
  width: 100%;
}
header h1 img{
  display: block;
  width: 200px;
  margin: 0 auto;
  padding: 0;
}
header nav.gNav, header nav.fNav, header nav.tbNav {
  display: none;
}



/* フロートメニュー SP */
header nav.spNav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  background: #231202;
  padding: 1rem;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
}
header nav.spNav ul {
  width: 83.5%;
  position: relative;
}
header nav.spNav li:first-child{
  padding: 0.5rem 0 1rem 3rem;
  text-align: center;
  background: #000; 
}
header nav.spNav li:nth-child(2) {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
header nav.spNav li:nth-child(2) p{
  width: 49%;
  padding: 0.2rem 0 0.8rem;
  text-align: center;
}
header nav.spNav li:nth-child(2) p:first-child{background: #ffd800;}
header nav.spNav li:nth-child(2) p:last-child{background: #ffda0b;}

header nav.spNav li:nth-child(2)::before {
  content: "";
  display: block;
  background: url("../img/float-1min-sp.png") no-repeat;
  width: 10rem;
  height: 10rem;
  position: absolute;
  top: -0.5rem;
  left: -1rem;
}
header nav.spNav li:last-child {
  background: #2da1b2;
  margin: 0.5rem 0 0;
  padding: 1rem 0.5rem;
  text-align: center;
  line-height: 1;
}
header nav.spNav p {
	width: 15%;
	background: #372f01;
	text-align: center;
	padding-top: 8%;
	padding-bottom: 7%;
}


/* --------------- main SP --------------- */

.mainViz{
  text-align: center;
}
/* --------------- .btn-bkbg --------------- */

.btn-bkbg {
  padding: 7rem 0 4rem;
  background: #000;
}

.btn-area li {
  text-align: center;
}
.btn-area li:first-child {
  position: relative;
}
.btn-area li:first-child span {
  display: block;
  position: absolute;
  top: -80px;
  left: -10px;
}
.btn-area li:last-child{
  display: none;
}

.btn-bkbg p {
  margin-top: 1rem;
}



/* --------------- flyer --------------- */

.flyer{
  background: url("../img/flyer-bg.png");
  text-align: center;
  padding: 5rem 1rem;
}
.flyer p:first-child{
  padding: 0 0 20px;
}


/* --------------- .point --------------- */

.point {
  padding: 5rem 0;
}
.point h3 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 1em;
  text-align: center;
}
.point h3 span{
  display: block;
}
.point h3 span img{
  width: 240px;
  padding: 0;
  margin: 0 auto;
}
.point h3 strong{
  padding: 0 5px 0 0;
  font-size: 4.6rem;
  font-family: 'Roboto', sans-serif;
  font-style: italic;
}

.point li {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 2rem;
  padding: 6rem 0.5rem 1rem;
  border: 1px #ffd800 solid;
  position: relative;
}
.point li::before {
  content: "";
  display: block;
  width: 100%;
  height: 5rem;
  background: #ffd800 center center no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.point li:nth-child(1)::before {
  background-image: url("../img/icon-point01.png");
  background-size: 40%;
}
.point li:nth-child(2)::before {
  background-image: url("../img/icon-point02.png");
  background-size: 40%;
}
.point li:nth-child(3)::before {
  background-image: url("../img/icon-point03.png");
  background-size: 35%;
  background-position: center top;
}
.point li:nth-child(4)::before {
  background-image: url("../img/icon-point04.png");
  background-size: 35%;
}
.point li:nth-child(5)::before {
  background-image: url("../img/icon-point05.png");
  background-size: 40%;
}
.point li span.po-note{
  display: block;
  width: 6em;
  margin: 0.5rem auto;
  font-family: 'Roboto', sans-serif;
  font-size: 1.4rem;
  color: #000;
  background: #ffd800;
  line-height: 1;
  padding: 0.4em 0 0.2em;
  margin-bottom: 0.5em;
  border: 1px #ffd800 solid;
  border-radius: 2rem;
}

.point li span.col-red{color: #f00;}





/* --------------- .because --------------- */
.because {
  background: #f3f3f3;
  padding: 130px 0 50px;
}
.because h3 {
  text-align: center;
  position: relative;
}
.because h3 span.because-copy{
  display: block;
  width: 10em;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.3;
  background: #ffd800;
  padding: 20px 0 15px;
  border-radius: 5px;
  box-shadow: 0 5px 5px 0 #ccc;
  position: absolute;
  top: -4.5em;
  left: 50%;
  transform: translateX(-50%);
}
.because h3 span.because-copy::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 10px transparent solid;
  border-top: 18px #ffd800 solid;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.because h3 span picture img{
  display: block;
  width: 240px;
  margin: 0 auto;
}

/* 表 */
.scroll_bar{
  width: 100%;
  overflow-x: scroll;
  scrollbar-color: #000 #fff;
}
.scroll_bar::-webkit-scrollbar-track{
   background-color: #fff;
}
.scroll_bar::-webkit-scrollbar-thumb{
   width: 10px;
   background-color: #000;
}

.compare-scroll{
  display: flex;
  align-items: center;
  width: 860px;
  padding: 0 0 20px;
}

/* 見出し */
.comp-note{
  width: 20%;
  background: #444;
}

.comp-note p,
.comp-other p,
.comp-befit-in p{
  padding: 25px 0 0 0;
  height: 100px;
}

/* ビーフィットロゴ+店舗画像  */
.comp-befit-in p img{
  display: block;
  width: 113px;
  margin: 0 auto;
}

.comp-other p span.note {
  display: block;
    font-size: 1.2rem;
}

.comp-note p{
  text-align: center;
  border-top: 2px #f3f3f3 solid;
  font-weight: bold;
  color: #fff;
}
.comp-note p:first-child{
  border: 0;
  background:#f3f3f3;
  color: #333;
}

/* 多店舗 */
.comp-other{
  width: 20%;
  background: #fff;
  border: 2px solid #f3f3f3;
}
.comp-other p{
  text-align: center;
  border-top: 2px #f3f3f3 solid;
  font-size: 1.6rem;
  font-weight: bold;
}
.comp-other p span{
  padding: 0 2px;
  font-size: 1.4rem;
}
.comp-other p:first-child{
  border: 0;
  background:#ddd;
}

/* be-fit */
.comp-befit{
  width: 20%;
  margin: 0 2px;
  padding: 5px;
  background: #c00;
  border-radius: 5px;
  box-shadow: 0 5px 5px 0 #ccc;
}
.comp-befit-in{
  background: #fff000;
}
.comp-befit-in p{
  text-align: center;
  border-top: 2px #c00 solid;
  font-size: 1.8rem;
  font-weight: bold;
}
.comp-befit-in p span{
  padding: 0 2px;
  font-size: 1.6rem;
}
.comp-befit-in p:first-child{
  border: 0;
}



/* --------------- .btn-bk --------------- */

.btn-bk {
  background: url("../img/btn-bk-bg.png") no-repeat 60% top;
  background-size: cover;
  padding-top: 3.5rem;
}
.btn-bk .inner-block {
  background-image: url("../img/btn-bk-lady-sp.png"), url("../img/btn-bk-comment-sp.png");
  background-repeat: no-repeat, no-repeat;
  background-position: center bottom, center 52%;
}
.btn-bk .btn-area {
  padding: 3rem 0 45rem;
}
.btn-bk .btn-area li {
  text-align: center;
}
.btn-bk .btn-area li:last-child{
  display: none;
}



/* --------------- .machine --------------- */

#machine {
  background: #000;
  color: #fff;
}
#machine h2 {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding: 5rem 0 1.5rem;
}
#machine h2 img {
  width: 18.5rem;
}
#machine h2 span {
  display: block;
  padding-top: 1rem;
}

#machine figure {
  padding-bottom: 3rem;
}
#machine p.num {
  font-size: 1.6rem;
  font-weight: bold;
  color: #9c9c9c;
  text-align: right;
  line-height: 1;
  padding: 1rem 0 1.5rem;
  border-top: 1px #666 solid;
}
#machine h3 {
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1.3;
  padding: 0.2rem 0 0 8.5rem;
  position: relative;
}
#machine h3 span {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  color: var(--yl);
}
#machine h3::before {
  content: "";
  display: block;
  width: 1px;
  height: 50px;
  background: #666;
  position: absolute;
  top: 0;
  left: 6.5rem;
}
.machine-txt {
  font-size: 1.4rem;
  padding: 5rem 0 3rem;
}
.machine-recommend p {
  font-size: 2.1rem;
  font-weight: bold;
  font-style: oblique;
  color: var(--yl);
  text-align: center;
}
.machine-recommend p span {
  display: inline-block;
  position: relative;
}
.machine-recommend p span::before,
.machine-recommend p span::after {
  content: "";
  display: block;
  width: 2px;
  height: 28px;
  background: var(--yl);
  position: absolute;
  top: 1rem;
  left: -1rem;
  transform: rotate(-20deg);
}
.machine-recommend p span::after {
  left: calc(100% + 0.5rem);
  transform: rotate(20deg);
}
.machine-recommend ul {
  padding: 1rem 0 1.5rem;
}
.machine-recommend li {
  background: var(--yl);
  font-size: 1.8rem;
  font-weight: bold;
  color: #000;
  line-height: 1;
  padding: 1rem 0 1rem 7rem; 
  border-radius: 1rem;
  margin-bottom: 1.5rem;
  position: relative;
}
.machine-recommend li::before {
  content: "";
  display: block;
  width: 4.8rem;
  height: 4.8rem;
  background: url("../img/icon_check-y.svg") no-repeat center center;
  position: absolute;
  bottom: 0;
  left: 0.2rem;
}
.machine-photo ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.machine-photo li {
  padding-bottom: 1rem;
  width: 49%;
}
.machine-photo li:first-child {
  width: 100%;
}

.aerobic-bg, .weight-bg {
  padding: 5rem 0;
}
.strength-bg {
  background: #222;
  padding: 5rem 0;
}

.aerobic h3 {
  background: url("../img/icon_aerobic.svg") no-repeat left center;
}
.strength h3 {
  background: url("../img/icon_strength.svg") no-repeat left center;
}
.weight h3 {
  background: url("../img/icon_weight.svg") no-repeat left center;
}



/* --------------- .movie --------------- */

.movie {
  background: #fbf5ea;
  padding: 50px 0;
}
.movie .inner-block {
  background: #fff;
  padding: 50px 0;
}
.movie h3 {
  font-size: 3.0rem;
  font-weight: bold;
  text-align: center;
  padding-bottom: 2rem;
}
.movie-box {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  background: #000;
}
.movie-frame {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.movie-frame iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}



/* --------------- .other --------------- */

.other {
  background: url("../img/other-bg.png") no-repeat center top;
  background-size: cover;
  padding: 3rem 0;
}
.other .inner-block {
  background: url("../img/other-comment-sp.png") no-repeat center top;
  background-size: 95%;
  padding-top: 21rem;
}
.other .inner-block li {
  background: #fff;
  padding: 1.5rem 1rem 1.5rem 8rem;
  margin-bottom: 1rem;
  position: relative;
}
.other .inner-block li:nth-child(4) span,
.other .inner-block li:nth-child(5) span {
  background: #ffd800;
  font-size: 1.4rem;
  color: #000;
  padding: 0 3px;
}
/*.other .inner-block li:nth-child(5) span {
  background: #fbe3e3;
  font-size: 1.4rem;
  color: #f00;
  padding: 0 3px;
}*/
.other .inner-block li:nth-child(6) span {
  background: none;
}
.other .inner-block li:nth-child(2),
.other .inner-block li:nth-child(4),
.other .inner-block li:nth-child(5) {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/*.other .inner-block li:nth-child(5) {
  color: #f50079;
}*/
.other .inner-block li::before {
  content: "";
  display: block;
  background: #000;
  width: 7rem;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
/*.other .inner-block li:nth-child(5)::before {
  background: #f50079;
}*/
.other .inner-block li::after {
  content: "";
  display: block;
  width: 7rem;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.other .inner-block li:nth-child(1)::after {
  background: url("../img/other-icon01.png") no-repeat center center;
}
.other .inner-block li:nth-child(2)::after {
  background: url("../img/other-icon02.png") no-repeat center center;
}
.other .inner-block li:nth-child(3)::after {
  background: url("../img/other-icon03.png") no-repeat center center;
}
.other .inner-block li:nth-child(4)::after {
  background: url("../img/other-icon04.png") no-repeat center center;
}
.other .inner-block li:nth-child(5)::after {
  background: url("../img/other-icon05.png") no-repeat center center;
}
.other .inner-block li:nth-child(6)::after {
  background: url("../img/other-icon06.png") no-repeat center center;
}
.other .inner-block li:nth-child(7)::after {
  background: url("../img/other-icon07.png") no-repeat center center;
}
.other .inner-block li:nth-child(8)::after {
  background: url("../img/other-icon08.png") no-repeat center center;
}



/*------------------------------------
初めての方 SP
-------------------------------------*/
.first-wrap{
  padding: 0rem 1.5rem 5rem;
  background:none;
}

/* テキスト SP */
.first-ttl-block{
  max-width: 140rem;
  margin: 0 auto;
}
.first-ttl{
  max-width: auto;
  margin: 0;
  padding: 10rem 0 0;
  text-align: center;
  background: url(../img/first-icon.svg) no-repeat center top;
  background-size: 90px;
}
.first-catch-ttl{
  margin: 0 0 3.5rem;
  padding: 0 0 3.5rem;
  line-height: 1.6;
  font-size: 2.4rem;
  font-weight: bold;
  border-bottom: 5px solid #ffd800;
}
.first-catch-ttl span{
  padding: 0 4px;
  font-size: 4.2rem;
}

.first-text{
  font-size: 1.8rem;
  font-weight: bold;  
}
.first-text p:last-child{
  padding: 1rem 0;
  color: #c00;
}

/* 画像 SP */
.first-img{
  display: block;
  max-width: 68rem;
  margin: 0 auto;
  padding: 20px 0 0;
}



/*パーソナルプラン
----------------------------*/
.plan{
  padding: 50px 15px;
}

.plan h2,.plan h2 + p{
  text-align: center;
  font-weight: bold;
}

.plan h2{
  font-size: 2.1rem;
}
.plan h2 + p{
  padding: 0 0 30px;
  line-height: 1.5;
  color: #cc0000;
  font-size: 3.0rem;
}

.plan-ttl{
  display: flex;
  flex-direction: column;
  align-items:auto;
  border: 5px solid #ffd800;
  background: #ffd800;
}
.plan-ttl p{
  width: auto;
  text-align: center;
}
.plan-ttl p:first-child{
  padding: 10px 0;
  background: #fff;
}
.plan-ttl p:first-child img{
  display: block;
  width: 95px;
  margin: 0 auto;
}
.plan-ttl p:last-child{
  padding: 20px 0;
  line-height: 1.5;
  font-size: 2.8rem;
  font-weight: bold;
}
.plan-ttl p:last-child span{
  display: block;
  padding: 0 0 5px 0;
  font-size: 3.2rem;
  color: #c00;
}
.plan-ttl p:last-child br{display: block;}


.plan-no{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 0 40px;
  padding: 30px 0 0 0;
  border-bottom: 1px solid #b09606;
}
.plan-no figure{
  max-width: 386px;
  margin: 0 auto;
  padding: 0 0 30px;
}
.plan-no figure figcaption{
  padding: 50px 5px 10px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
}
.plan-no figure:nth-child(2) figcaption{
  text-align: left;
}
.plan-no figure figcaption p{
  width: 100%;
  position: absolute;  
  top: -30px;
  left: 0;
}
.plan-no figure figcaption p span{
  display: block;
  width: 60px;
  margin: 0 auto;
  padding: 12px 0;
  line-height: 1;  
  text-align: center;
  border-radius: 10px;
  font-size: 3.6rem;
  font-weight: bold;
  background: #ffd800;  
}

.plan-no figure figcaption span.plan-com{
  display: block;
  font-size: 1.8rem;
  font-weight: normal;
}

/*1ヶ月お試しプラン */
.plan article h3{
  padding: 0 0 30px;
  text-align: center;
  font-size: 3.0rem;
  font-weight: bold;
  line-height: 1.5;
}
.plan article h3 span{
  display: block;
  font-size: 1.6rem;
  font-weight: normal;
  color: #b09606;  
}

.plan-list{
  border: 5px solid #ffd800;
  text-align: center;
}
.plan-list p {
  background: #ffd800;
  color: #000;
  padding: 3px 0 8px;
  font-size: 2.1rem;
}
.plan-list div p {
  border-top: 1px #fff solid;
  padding: 15px 0;
  font-size: 1.8rem;  
}
.plan-list div dl {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.8rem;  
}
.plan-list div dt,
.plan-list div dd {
  width: 50%;
  padding: 15px 10px;
  border-bottom: 1px #ccc solid;
}
.plan-list div dt:last-child,
.plan-list div dd:last-child {
  border-bottom:none;
}
.plan-list div dt {
  border-right: 1px #ccc solid;
}
.plan-list div dt span{
  display: block;
  padding: 0;
  font-size: 1.4rem;
}

/* 料金のご案内
------------------------------*/
.price{
  padding: 50px 10px 0;
  background: #f5f5f5;
}
.price section h2{
  max-width: 700px;  
  margin: 0 auto 50px;
  padding: 80px 0 0;
  text-align: center;
  font-size: 3.0rem;
  font-weight: bold;
  background: url("../img/logo_dy-s.svg") no-repeat center top;
  background-size: 45%;
}
.price section h2 span{
  padding: 0;
  border-left: none;
}

.price-list{
  padding: 0 0 30px;
}
.price-list dl{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 5px;
  background: #fff;
}
/* 費用 */
.price-list dl.price-ff7 dt{
  font-weight: bold;
  color: #333;
  background: #ffd200;
}
.price-list dl.price-ff7 dd{
  font-weight: bold;
}

.price-list dl dt,
.price-list dl dd{
  width:100%;
  text-align: center;
}

.price-list dl dt{
  padding: 10px 0;
  font-size: 1.8rem;
  position: relative;
  background: #e2e2e2;
}
.price-list dl dt span.price-ttl{
  display: block;
  font-size: 1.6rem;
}
.price-list dl dt span.price-ttl2{
  display: block;
  padding: 0 5px;
  font-size: 1.6rem;
}
.price-list dl dt span.price-ttl3{
  display: block;
  font-size: 1.4rem;
  color: #f00;
}


.price-list dl dd{
  padding: 20px 0;
  font-size: 1.6rem;
  background: #fff;
}
/* 金額 */
.price-list dl dd span{
  padding: 0 5px 0 0;
  font-size: 2.1rem;
}






/* オプション */
.price-op{
  display: block;
  width: 110px;
  line-height: 1.6;
  text-align: center;
  border-radius: 10px;
  color: #000;  
  background: #ffd200;
  font-size: 1.2rem;
  position: absolute;
  top:36%;
  right: 5px;
}

/* リスト　SP */
.price-join-sp{
  display: flex;
  flex-direction: column;
}
.price-join-sp p,.price-join-sp-in{width: auto;}

.price-join-sp p{
  margin: 0 0 3px;
  padding: 10px 0;
  text-align: center;
  font-size: 1.8rem;
  background: #e2e2e2;
}
.price-join-in{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background: transparent;
}
.price-join-in ol{
  display: flex;
  flex-direction: column;  
  width: 49.5%;
  background: #e2e2e2;
}
.price-join-in ol li{
  text-align: center;
}
.price-join-in ol li:first-child{
  padding: 10px 0;
  font-size: 1.8rem;
}
.price-join-in ol li:last-child{
  padding: 20px 0;
  background: #fff;
}
.price-join-in ol li:last-child span{
  padding: 0 5px 0 0;
  font-size: 2.1rem; 
}

/* リスト PC用非表示 */
.price-join-pc{
  display: none;
}

/* シニア SP
---------------------------*/
.senior{
  padding: 25px 10px;
  text-align: center;
  background: url(../img/senior-bg.jpg);
}


/* アクセス
---------------------------*/
.access {
  padding: 50px 0 0;
}
.access h2{
  max-width: 600px;  
  margin: 0 auto;
  padding: 60px 0 0;
  text-align: center;
  font-size: 3.0rem;
  font-weight: bold;
  background: url("../img/logo-dark.svg") no-repeat center top;
  background-size: 240px;
}
.access h2 span{
  padding: 0;
  border-left: none;
}
.access h2 + p{
  padding: 0 0 10px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
}
.access h2 + p span{
  font-size: 2.4rem;
}
.access p.add{
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 360px;
  margin: 0 auto;
  padding: 0 10px 30px;
}
.access p.add span{
  display: block;
}
.access p.add span:first-child{
  width: 20%;
  padding: 20px 0;
  text-align: center;
  color: #ff7f00;
  border: 1px solid #ff7f00;
} 
.access p.add span:last-child{
  width: 80%;
  line-height: 1.5;
  padding: 0 0 0 1rem;
}  
/* gppglemap SP */
.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 76.25%;
  position: relative;
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}



/* --------------- footer --------------- */

footer {
  background: #000;
  color: #fff;
  text-align: center;
  padding: 3rem 0 13rem;
  font-size: 1.4rem;
}



/*----------------------------------------------------
SP用 375- 
----------------------------------------------------*/
@media screen and (max-width:374px) {

/* --------------- .point --------------- */

  .point h3 {
    font-size: 2rem;
  }
  .point h3 span {
    font-size: 2.1rem;
  }
  .point h3 span strong {
    font-size: 4.0rem;
  }

/* --------------- .btn-bk --------------- */

  .btn-bk .inner-block {
    background-position: center bottom, center 57%;
    background-size: 80%, 80%;
  }
  .btn-bk .btn-area {
    padding: 3rem 0 40rem;
  }



/* --------------- .other --------------- */

  .other .inner-block {
    background-size: 90%;
    padding-top: 16rem;
  }
  .other .inner-block li {
    font-size: 1.4rem;
  }
  .other .inner-block li span {
    font-size: 1rem;
  }

  /* 初めての方 374以下
  -------------------------*/
  .first{padding: 50px 10px 15em;}
  .first-catch p{font-size: 2.1rem;}
  .first-catch p:first-child span{font-size:3.2rem;}
  .first-ttl{
    padding: 10px 0 0;
    font-size: 1.8rem;
  }


}



/*----------------------------------------------------
スマホ / タブレット用 500- 
----------------------------------------------------*/
@media screen and (min-width:500px) {

  header nav.spNav p {
    padding-top: 7%;
  }



}


/*----------------------------------------------------
スマホ / タブレット用 560- 
----------------------------------------------------*/
@media screen and (min-width:560px) {

    header nav.spNav p {
    padding-top: 6%;
  }


  /* 家族料金 SP 560 */
  .family-left p:nth-child(2){
    padding:55px 0 0 0;
    font-size: 3.0rem;
    top: 78%;
    left: 2%;
    background-size:auto;
  }
  .family-left p:nth-child(3){
    padding: 40px 0 0 0;
    font-size: 2.4rem;
    top: 82%;
    left:38%;
    background-size:auto;
  }
  .family-left p:last-child{
    padding:38px 0 0 0;
    font-size: 2.4rem;
    top: 60%;
    left:83%;
    background-size:auto; 
  }



}



/*----------------------------------------------------
スマホ / タブレット用 650- 
----------------------------------------------------*/
@media screen and (min-width:650px) {

  header nav.spNav p {
    padding-top: 5%;
  }



}


/*----------------------------------------------------
タブレット/ PC用 750- 
----------------------------------------------------*/
@media screen and (min-width:750px) {

/* --------------- .mainViz TB  --------------- */
  header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
  }
  header nav.spNav {
    display: none;
  }

 /* フロートメニュー TB */
  header nav.tbNav {
    display: block;
    width: 100%;
    height: auto;
    background: #231202;
    padding: 1rem;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
  }
  header nav.tbNav ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  header nav.tbNav li {
    padding: 0.2rem 0.5rem 0.8rem;
    margin-left: 0.5rem;
    text-align: center;
    flex-grow: 1;
  }
  header nav.tbNav li:first-child {
    padding: 0.5rem 0 0 0;
  }
  header nav.tbNav li:nth-child(2) {
    background: #fff000;
    position: relative;
  }
  header nav.tbNav li:nth-child(2)::before {
    content: "";
    display: block;
    background: url("../img/float-1min-sp.png") no-repeat;
    width: 10rem;
    height: 10rem;
    position: absolute;
    top: -4.8rem;
    left: 0;
  }
  header nav.tbNav li:nth-child(3) {
    background: #ffd800;
  }
  header nav.tbNav li:nth-child(4) {
    background: #2da1b2;
  }
  header nav.tbNav li:nth-child(5) {
    padding: 0 1.5rem;
    background: #372f01;
  }
  header nav.tbNav li:nth-child(5) img{
    width: 20px;
  }



/* --------------- .mainViz TB  --------------- */
  .mainViz {
    position: relative;
  }
  .mainViz .main-inner .main-ph {
    padding: 2rem 0 0;
    text-align: center;
  }

  .maincopy-box > p {
    padding: 3rem 5rem 1rem;
  }
  .maincopy-box ul {
    display: flex;
    justify-content: space-around;
    margin-top: 3rem;
  }
  .maincopy-box li {
    width: 30%;
  }



/* --------------- .btn-bkbg TB --------------- */

  .btn-bkbg .btn-area {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .btn-area li:last-child{
    display: block;
    padding-bottom: 1rem;
  }

  .btn-bkbg {
    padding: 4rem 0 4rem;
  }


/* --------------- .point TB --------------- */

  .point {
    padding: 5rem 0 10rem;
  }
  .point h3 {
    font-size: 3.0rem;
  }
  .point h3 span {
    display: inline; 
  }
  .point h3 span img{
    width: 260px;
    padding: 0 10px 5px 0;
  }
  .point h3 strong {
    font-size: 5.4rem;
    padding: 0 10px 0 0;
  }


  .point li {
    font-size: 2.8rem;
    padding: 10rem 0.5rem 3rem;
  }
  .point li::before {
    height: 8rem;
  }
  .point li:nth-child(1)::before {
    background-size: 25%;
  }
  .point li:nth-child(2)::before {
    background-size: 25%;
  }
  .point li:nth-child(3)::before {
    background-size: 20%;
  }
  .point li:nth-child(4)::before {
    background-size: 20%;
  }
  .point li:nth-child(5)::before {
    background-size: 25%;
  }
  .point li span.po-note {
    width: 7em;
    margin: 0.5rem auto;
    font-size: 1.8rem;
    padding: 0.4em 0 0.5em;
    border-radius: 2.3rem;
  }
  .point li span.po-note span {
    font-size: 2.4rem;
    padding-left: 0.2em;
  }



/* --------------- .because TB --------------- */

  .because {
    padding-top: 100px;
  }
  .because h3 span.because-copy{
    width: 20em;
    padding: 25px 0 20px;
    top: -4em;
  }
  .because h3 span picture img{
    width: 440px;
  }


/* --------------- .btn-bk TB --------------- */
  .btn-bk {
    background: url("../img/btn-bk-bg.png") no-repeat center top;
    background-size: cover;
    padding-top: 0;
  }
  .btn-bk .inner-block {
    background-image: url("../img/btn-bk-lady-pc.png"), url("../img/btn-bk-comment-pc.png");
    background-position: 15% 15%, 70% 10%;
    background-size: 30%, 60%;
  }
  .btn-bk .btn-area {
    max-width: 810px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    margin: 0 auto;
    padding: 18rem 0 2rem;
  }
  .btn-bk .btn-area li {
    width: 49%;
    margin: 0 0 10px;
  }
  .btn-bk .btn-area li:last-child {
    display: block;
    width: 100%;
    padding: 0 2rem;
  }



/* --------------- .machine TB --------------- */

  #machine {
    background: #000 url("../img/machine_bg.png") no-repeat center top;
    background-size: 50%;
    padding: 10rem 0;
  }
  #machine h2 {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 7.5rem;
  }
  #machine h2 img {
    width: 23rem;
  }
  #machine h2 span {
    padding: 1.5rem 0 0.7rem 2.5rem;
    border-left: 1px #9c9c9c solid;
    margin-left: 2.5rem;
  }
  
  #machine figure {
    display: none;
  }
  #machine h3 {
    font-size: 4rem;
    padding: 0.5rem 0 0 13rem;
  }
  #machine h3 span {
    font-size: 1.4rem;
  }
  #machine h3::before {
    height: 65px;
    top: 0.5rem;
    left: 10rem;
  }
  
  .machine-txt {
    font-size: 1.6rem;
    padding: 5rem 0 7rem;
  }
  .machine-recommend {
    width: 50rem;
  }
  .strength .machine-txt,
  .strength .machine-recommend {
    width: 50rem;
    margin-left: auto;
  }
  .machine-recommend p {
    font-size: 2.4rem;
  }
  .machine-recommend ul {
    padding: 1rem 0 18rem;
  }
  .machine-recommend li {
    font-size: 2.1rem;
    border-radius: 3rem;
    padding: 1.3rem 0 1rem 8rem; 
  }
  .machine-recommend li::before {
    width: 5.8rem;
    height: 5.8rem;
  }
  
  .machine-photo {
    width: 80rem;
    border: 1rem #000 solid;
    border-radius: 1rem;
    position: absolute;
    bottom: -5rem;
    left: -1rem;
  }
  .strength .machine-photo {
    left: calc(100% - 79rem);
  }
  .machine-photo ul {
    flex-wrap: nowrap;
  }
  .machine-photo li,
  .machine-photo li:first-child {
    width: auto;
  }
  
  .aerobic-bg, .weight-bg {
    background: url("../img/main_aerobic-pc.png") no-repeat right center;
    background-size: 55%;
    padding: 0;
    margin-bottom: 12.5rem;
  }
  .aerobic, .weight {
    max-width: 57rem;
    position: relative;
  }
  .strength-bg {
    background: url("../img/main_strength-pc.png") no-repeat left center;
    background-size: 55%;
    padding: 0;
    margin-bottom: 12.5rem;
  }
  .strength {
    max-width: 57rem;
    margin-left: auto;
    position: relative;
  }
  .weight-bg {
    background: url("../img/main_weight-pc.png") no-repeat right center;
    background-size: 55%;
  }



/* --------------- .movie --------------- */

  .movie h3 {
    font-size: 3.6rem;
  }



/* --------------- .other --------------- */

  .other {
    padding: 5rem 0;
  }
  .other .inner-block {
    background-size: 70%;
  }
  .other .inner-block ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .other .inner-block li {
    width: 49%;
  }



  /* 初めての方 TB
  -------------------------------------*/
/*  .first{
    padding: 50px 0 32em;
  }

  .first-catch{
    max-width: 100%;
    margin: 0;
  }
  .first-catch p{
    font-size: 3.2rem;
  }
  .first-catch p:first-child span{
    font-size:4.2rem;
  }
  .first-ttl br{display: none;}
  .first-ttl br:nth-child(2){display: block;}
*/

  /*パーソナルプラン TB
  ----------------------------*/
  .plan{
    padding: 50px 15px;
  }
  .plan h2{font-size: 3.0rem;}
  .plan h2 + p{font-size:3.6rem;}

  .plan-ttl{
    flex-direction: row;
    align-items:center; 
  }
  .plan-ttl p:first-child{
    width: 20%;
    padding: 5rem 0;
  }
  .plan-ttl p:last-child{
    width: 80%;
    padding: 30px 40px;
    text-align: left;
    font-size: 3.0rem;
  }
  .plan-ttl p:last-child span{
    font-size: 4.8rem;
  }
  .plan-ttl p:last-child br{display: none;}

  .plan-no{
    flex-direction: row;
    margin: 0 0 40px;
    padding: 30px 0;
  }
  .plan-no figure{
    margin: 0;
    max-width: 32%;
    padding:0;
  }
  .plan-no figure figcaption{
    padding: 35px 5px 10px;
  }
  .plan-no figure figcaption p{
    top: -15px;
    left: 0;
  }
  .plan-no figure figcaption p span{
    width: 40px;
    padding: 8px 0;
    font-size: 2.4rem;
  }

  /*1ヶ月お試しプラン 768  */
  .plan article h3{
    font-size: 3.6rem;
  }
  .plan article h3 span{
    font-size: 1.8rem;
  }

  .plan-list p {
      background: #ffd800;
      color: #000;
      text-align: center;
      font-size: 2.4rem;
    }
    .plan-list div{
      display: flex;
    }
    .plan-list div p {
      width: 34%;
      padding-top: 50px;
      border-top: 0;
      font-size: 2.1rem;
    }
    .plan-list div dl{
      width: 66%;
      display: flex;
      flex-wrap: wrap;
       font-size: 2.1rem;
    }
    .plan-list div dt {
      width: 50%;
    }
    .plan-list div dd{
      width: 50%;
    }




  /* 料金のご案内 TB
  ------------------------------*/
  .price{
    padding: 100px 10px 0;
  }
  .price section h2{
    padding: 0 0 0 110px;
    font-size: 3.6rem;
    background-position: left 0px;
    background-size: auto;
  }
  .price section h2 span{
    padding: 0 0 0 20px;
    border-left: 1px solid #ccc;
  }

  /* オプション TB */
  .price-op{
    right: 5%;
  }

  /* リスト TB */
  .price-list dl{
    flex-direction: row;
  }
  .price-list dl dt,.price-list dl dd{
    text-align: left;
  }
  .price-list dl dt{
    width: 45%;
    padding: 25px 40px;    
  }
  .price-list dl dd{
    width: 55%;
    padding: 20px 60px;
    font-size: 1.8rem;
  }
  .price-list dl dd span{
    padding: 0 5px 0 0;
    font-size: 2.4rem;
  }



  /* 学割 TB 768
  -------------------------*/
  .sten-ext{
    padding: 0 80px;
  }
  .sten-ext br{
    display: block;
  }


  /* アクセス TB 768
  -------------------------*/
  .access {padding: 100px 0 0;}
  .access h2{
    padding:0 0 20px 330px;
    font-size: 3.6rem;
    background-position: left 0px;
    background-size: 360px;
  }
  .access h2 span{
    padding: 0 0 0 20px;
    border-left: 1px solid #ccc;
  }
  .access h2 + p{
    font-size:2.4rem;
    padding: 0;
  }
  .access h2 + p span{font-size: 3.6rem;}

  .access p.add{
    max-width: 380px;
    padding: 0 0 50px;
  }
  .access p.add span:first-child{
    width: 15%;
    padding: 0;
  } 
  .access p.add span:last-child{
    width: 85%;
  }
  /* gppglemap TB */
  .gmap {
    padding-bottom: 56.25%;
  }



}



/*----------------------------------------------------
タブレット/ PC用 1000- 
----------------------------------------------------*/
@media screen and (min-width:1000px) {

  /* --------------- 共通 --------------- */

  .br-tab {
    display: inline;
  }



  /* --------------------- header --------------------- */
  header .inner-block {
    display: flex;
    justify-content: space-between;
    align-content: center;
  }
  header h1 {
    width: 25%;
  }
  header h1 img{
    margin: 0;
    padding: 0.5rem 0 0;
  }
  header nav.spNav, header nav.tbNav {
    display: none;
  }

  /* フロートメニュー1000 -----------*/
  header nav.fNav {
    display: block;
    background: #231202;
    padding:1rem;
    border-radius: 1rem;
    position: fixed;
    bottom: 1rem;
    right: -1rem;
    z-index: 9999;
  }
  header nav.fNav > p{
    padding: 1rem 0;
    text-align: center;
  }
  header nav.fNav li {
    margin-top: 0.5rem;
    text-align: center;
  }
  header nav.fNav li:first-child{
    margin-top: 0;
    position: relative;
  }
  header nav.fNav li:first-child::before {
    content: "";
    display: block;
    background: url("../img/float-1min-pc.png") no-repeat;
    width: 10rem;
    height: 10rem;
    position: absolute;
    top: -2rem;
    left: -7rem;
  }

  header nav.gNav {
    display: block;
  }
  header nav.gNav ul {
    display: flex;
    font-size: 1.8rem;
    font-weight: bold;
  }
  header nav.gNav li a {
    display: block;
    margin-left: 1.5em;
    padding: 1rem 0 0 3.5rem;
    color: #fff;
  }
  header nav.gNav li:nth-child(1) a {
    background: url("../img/icon-running.svg") no-repeat left 1.2rem;
    background-size: 2.6rem;
  }
  header nav.gNav li:nth-child(2) a {
    background: url("../img/icon-pc.svg") no-repeat left 1.8rem;
    background-size: 3rem;
  }
  header nav.gNav li:nth-child(3) a {
    background-image: url("../img/icon-tel.svg"), url("../img/tel-bg.png");
    background-repeat: no-repeat, repeat;
    background-position: 1rem center, left top;
    background-size: 2rem, auto;
    font-family: 'Roboto', sans-serif;
    font-size: 2.4rem;
    color: #ffd800;
    line-height: 1.5;
    border-top: 2px #ffd800 solid;
    border-bottom: 2px #ffd800 solid;
    margin-top: 0.5rem;
    padding: 0.2rem 1rem 0.2rem 5rem;
  }

  
/* --------------- .point PC1000 --------------- */
  .point h3 {
    font-size: 3.6rem;
  }
  .point h3 span {
    display: inline; 
  }
  .point h3 span img{
    width: 300px;
  }
  .point h3 strong {
    font-size: 6.4rem;
  }


  .point ul {
    padding: 0 1.5rem;
  }
  .point li {
    display: flex;
    padding: 2rem 1.5rem 2rem 21rem;
  }
  .point li:nth-child(3) {
    font-size: 2.8rem;
  }
  .point li::before {
    width: 20rem;
    height: 100%;
  }
  .point li:nth-child(1)::before {
    background-size: 85%;
    background-position: center bottom;
  }
  .point li:nth-child(2)::before {
    background-size: 85%;
    background-position: center bottom;
  }
  .point li:nth-child(3)::before {
    background-size: 85%;
    background-position: center bottom;
  }
  .point li:nth-child(4)::before {
    background-size: 85%;
    background-position: center bottom;
  }
  .point li:nth-child(5)::before {
    background-size: 85%;
    background-position: center bottom;
  }
  .point li span.po-note {
    width: 7em;
    margin: 0.5rem 2rem;
    font-size: 1.8rem;
    border-radius: 2.3rem;
  }
  .point li span.po-note span {
    font-size: 2.4rem;
    padding-left: 0.2em;
  }



/* --------------- .because --------------- */

  .because {
    padding-top: 90px;
  }
  .because h3 {
    border: none;
  }
 .comp-note p{padding: 40px 0;}
 .comp-other p{
    font-size: 1.8rem;
  }
  .comp-other p span{
    font-size: 1.6rem;
  } 
  .comp-other p span.note{
    font-size: 1.4rem;
  }
  .comp-befit-in p{
    font-size: 2.1rem;
  }
  .scroll_bar{
    width: auto;
    overflow-x:hidden;
  }
  .compare-scroll{
    width: auto;
    max-width: 1200px;
  }



/* --------------- .movie --------------- */

  .movie-box {
    padding: 10px 50px;
  }



/* --------------- .other --------------- */

  .other {
    padding: 0;
  }
  .other .inner-block {
    background: url("../img/other-comment-pc.png") no-repeat 5% bottom;
    padding: 25rem 0 0 30%;
  }
  .other .inner-block ul {
    margin-left: auto;
    padding-bottom: 4rem;
  }
  .other .inner-block li {
    padding: 2rem 1rem 2rem 8rem;
    margin-bottom: 1.5rem;
  }



  /*------------------------------------
  初めての方 1000
  -------------------------------------*/
  .first-wrap{
    padding: 0;
    background: url(../img/first_photo.jpg) no-repeat left top;
    background-size:55rem;
  }

  .first-ttl{
    max-width: 40rem;
    margin: 0 0 0 auto;
    padding: 3rem 0;
    text-align: left;
    background: url(../img/first-icon.svg) no-repeat 84% 10%;
    background-size: 70px;
  }
  .first-catch-ttl{
    margin: 0 0 2rem;
    padding: 0 0 2rem;
  }
  .first-catch-ttl span{
    padding: 0 4px;
    font-size: 4.2rem;
  }

  /* 画像 1000 */
  .first-img {
    display: none;
  }



  /*パーソナルプラン PC 1000
  ----------------------------*/
  .plan{
    padding: 100px 0;
  }
  .plan h2{font-size: 3.6rem;}
  .plan h2 + p{font-size:4.2rem;}

  .plan-ttl p:last-child{
    padding: 30px 30px 30px 80px;
  }
  .plan-no figure figcaption{
    padding: 50px 5px;
  }
  .plan-no figure figcaption p{
    top: -30px;
    left: 0;
  }
  .plan-no figure figcaption p span{
    width: 60px;
    padding:12px 0;
    font-size: 3.6rem;
  }

  .plan-list div dt span{
    padding: 0 5px;
    font-size: 1.6rem;
    display: inline;
  }

  /* シニア PC
  ---------------------------*/
  .senior{
    padding: 25px 10px;
    text-align: center;
    background: url(../img/senior-bg.jpg);
  }


  /* 料金のご案内 PC 1000
  ------------------------------*/
  .price-list{padding: 0 0 50px;}

  .price-list dl dt{
    width: 36%;
  }
  .price-list dl dd{
    width: 64%;
  }
  .price-list dl dt span.price-ttl2{
    display: inline;
    padding: 0 5px;
    font-size: 1.6rem;
  }


  /* オプション PC1000 */
  .price-op{
    display: block;
    width: 140px;
    font-size: 1.6rem;
    top:36%;
    right: 5%;
  }

  /* --------------- footer --------------- */

    footer {
      font-size: 1.6rem;
      padding: 5rem 0;
    }


}



/*----------------------------------------------------
タブレット/ PC用 1030- 
----------------------------------------------------*/
@media screen and (min-width:1030px) {

/* --------------- .btn-bk TB --------------- */

  .btn-bk .inner-block {
    background-position: left bottom, center top;
    background-size: auto, auto;
  }
  .btn-bk .btn-area {
    margin: 0 0 0 auto;
    padding: 17rem 3rem 3rem 0;
  }
    .btn-area li:first-child span {
    top: -60px;
    left: -50px;
  }


}



/*----------------------------------------------------
タブレット/ PC用 1200- 
----------------------------------------------------*/
@media screen and (min-width:1200px) {

	/* --------------- .machine 1200 --------------- */




  .br-tab {
    display: none;
  }
  .other .inner-block {
    padding: 20rem 0 0 35rem;
  }
  .other .inner-block ul {
    font-size: 2.1rem;
  }
  .other .inner-block li span {
    font-size: 1.8rem;
  }



  /*------------------------------------
  初めての方 1200
  -------------------------------------*/
  .first-wrap{
    background-size:64rem;
  }
  .first-ttl{
    max-width: 50rem;
    padding: 5rem 0;
    background: url(../img/first-icon.svg) no-repeat 84% 10%;
    background-size: 70px;
  }



  /* 家族割 1200
  --------------------------*/
  .family-right{
    padding:20px 0 0 0;
  }
  .family-right h3 + p{
    padding: 15px 30px 10px;
  }
  .family-right dl{
    font-size: 1.8rem;
  }
  .family-right dl dt{
    width: 72%;
    padding:20px;
  }
  .family-right dl dt p span{
    font-size: 2.1rem;
  }
  .family-right dl dd{
    width: 28%;
    padding: 20px 10px;
  }
  .family-right dl dd p:last-child span{
    font-size: 3.0rem;
  }

  /* googlemap TB */
  .gmap {
    padding-bottom: 26.25%;
  }




}



/*----------------------------------------------------
タブレット/ PC用 1250- 
----------------------------------------------------*/
@media screen and (min-width:1250px) {





}



/*----------------------------------------------------
タブレット/ PC用 1600- 
----------------------------------------------------*/
@media screen and (min-width:1600px) {

   /* 初めての方 PC 1600
  -------------------------------------*/
  .first{
    padding:10em 0;
  }



}



/*----------------------------------------------------
PC用 1800- 
----------------------------------------------------*/
@media screen and (min-width:1800px) {

  /*------------------------------------
  初めての方 1800
  -------------------------------------*/
  .first-wrap{
    background-size:auto;
  }

  .first-ttl{
    max-width: 58rem;
    padding: 15rem 0 12rem;
    background: url(../img/first-icon.svg) no-repeat 84% 24%;
    background-size: 90px;
  }
  .first-catch-ttl{
    font-size: 4rem;
  }
  .first-catch-ttl span{
    font-size: 6rem;
  }



}

