@charset "utf-8";
/*===========================================================*/
/*全体のレイアウト */
/*===========================================================*/
body{
    background:#222;
    font-family: 'Noto Sans JP', sans-serif;
  	color: #fefefe;
  	font-size: 14px;
  	line-height:1.7;
}
h1 {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
h2 {
  font-size: 22px;
  font-weight: bold;
  font-family: "pelago", sans-serif;
}
h3 {
  font-size: 16px;
  font-weight: 300;
}
.Contents_Wrap {
  max-width: 310px;
  margin: 0 auto;
}
.Sub_title {
  line-height: 1;
  text-align: center;
  margin-bottom: 5%;
}
.small_title {
  font-size: 12px;
  font-weight: 400;
}
.bold {
  font-weight: bold;
}
@media screen and (min-width: 960px) {
  h1 {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
  }
  h2 {
    font-size: 35px;
  }
  h3 {
    font-size: 19px;
    font-weight: 300;
  }
  .Contents_Wrap {
    margin: 0;
    max-width: none;
  }
  .small_title {
    font-size: 15px;
    display: block;
    line-height: 1.8;
  }
  .Sub_title {
    line-height: 1;
    text-align: center;
    margin-bottom: 0;
  }
  .pc-only {
    display: none;
  }
}
/*===========================================================*/
/*header */
/*===========================================================*/
#header {
  padding: 3% 0;
  background-color: #fff;
}
.header_wrap {
  width: 100%;
  display: flex;
}
.header_note {
  color: #333;
  line-height: 1.4;
  padding-left: 3%;
  font-size: 12px;
}
.logo {
  width: 30%;
  padding-left: 5%;
}
@media screen and (min-width: 960px) {
  #header {
    width: 100%;
    padding: 1% 0;
    position: fixed;
    z-index: -1;
  }
  .header_note {
    padding-left: 1%;
    padding-top: 6px;
    font-size: 14px;
  }
  .logo {
    width: 12%;
    padding-left: 2%;
  }
}
/*===========================================================*/
/*hamburger_menu */
/*===========================================================*/
.openbtn{
  position:fixed;
  z-index: 9999;
  background-color: #02F5FF;
  color: #222;
	cursor: pointer;
  width: 45px;
  height:45px;
  top: 6px;
  right: 13px;
	border-radius: 5px;
}
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
  	width: 45%;
  }
.openbtn span:nth-of-type(1) {
  height: 2px;
  background: #222;
  width: 70%;
  left: 7px;
  top: 9px;
}
.openbtn span:nth-of-type(2) {
	top: 13px;
	left: 6px;
	font-size: 11px;
	text-transform: uppercase;
	color: #222;
  font-weight: bold;
  font-family: "pelago", sans-serif;
}
.openbtn span:nth-of-type(3) {
    height: 2px;
	  background: #222;
  	width: 70%;
    left: 7px;
    top: 34px;
}
.openbtn.active span:nth-of-type(1) {
    top: 16px;
    left: 16px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}
.openbtn.active span:nth-of-type(2) {
	  opacity: 0;
}
.openbtn.active span:nth-of-type(3){
    top: 28px;
    left: 16px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}
#g-nav{
    position:fixed;
    z-index: 999;
	  top:-120%;
    left:0;
	  width:100%;
    height: 100vh;/*ナビの高さ*/
	  background:#222;
	  transition: all 0.6s;
}
#g-nav.panelactive{
    top: 0;
}
#g-nav.panelactive #g-nav-list{
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #222;
}
#g-nav ul {
    position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}
#g-nav li{
	  list-style: none;
    text-align: center;
}
#g-nav li a{
	  color: #fff;
  	text-decoration: none;
	  padding:10px;
	  display: block;
	  text-transform: uppercase;
	  letter-spacing: 0.1em;
    font-size: 17px;
    font-weight: bold;
    font-family: "pelago", sans-serif;
    color: #02F5FF;
}
@media screen and (min-width: 960px) {
  .openbtn{
    width: 60px;
    height:60px;
    top: 6px;
    right: 13px;
  	border-radius: 5px;
  }
  .openbtn span:nth-of-type(1) {
    height: 2px;
    background: #222;
    width: 75%;
    left: 7px;
    top: 12px;
  }
  .openbtn span:nth-of-type(2) {
  	top: 16px;
  	left: 6px;
  	font-size: 16px;
  	text-transform: uppercase;
  	color: #222;
    font-weight: bold;
    font-family: "pelago", sans-serif;
  }
  .openbtn span:nth-of-type(3) {
    height: 2px;
  	background: #222;
    width: 75%;
    left: 7px;
    top: 46px;
  }
  #g-nav li a {
    font-size: 24px;
  }
}
/*===========================================================*/
/*mainview */
/*===========================================================*/
.mainview {
  width: 100%;
  vertical-align: bottom;
}
@media screen and (min-width: 960px) {
  .mainview {
    width: 80%;
  }
}
/*===========================================================*/
/*フレディアとは */
/*===========================================================*/
#About {
  background-image: url(../images/running.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 13% 0 12%;
  color: #555;
  background-color: #fefefe;
}
.About_text {
  padding: 0 7%;
  line-height: 2.3;
  margin: 5% 0;
}
@media screen and (min-width: 960px) {
  #About {
  width: 40%;
  padding: 11% 4% 10%;
  margin-left: 54%;
  }
}
/*===========================================================*/
/*このような方におすすめ */
/*===========================================================*/
#Reccomend {
  color: #02F5FF;
  background-image: url(../images/Reccomend.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 13% 0 12%;
}
figcaption {
    display:block;
    text-align:center;
    font-size: 12px;
    line-height: 1.5;
    color: #02F5FF;
}
.Reccomend_list {
    display:inline-block;
    width: 28%;
    text-align: center;
    font-size:10px;
    margin: 5% 2% 0;
}
.Reccomend_icon {
  width: 70%;
}
.Reccomend_wrap {
  text-align: center;
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  #Reccomend {
    width: 40%;
    margin-left: 54%;
    padding: 5% 0 5%;
  }
  .Reccomend_list {
      margin: 5% 0 0;
  }
  .Reccomend_icon {
    width: 40%;
  }
  .Reccomend_wrap {
    text-align: center;
    width: 90%;
    margin: 0 auto;
  }
}
/*===========================================================*/
/*フレディアが選ばれる理由 */
/*===========================================================*/
#Reason {
  background-image: url(../images/gym_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 10% 0 2%;
  color: #fff;
}
.Reason_box {
 width: 85%;
 background-color: #eee;
 margin: 0 auto 10%;
 padding:5% 5%;
 border-radius: 0px 10px 0px 10px;
 color: #555;
}
.Reason_box img {
  width: 100%;
}
.Reason_title {
 text-align: center;
 font-weight: bold;
 line-height: 1.3;
 margin: 5% 0 2%;
}
.Reason_text {
}
@media screen and (min-width: 960px) {
  #Reason {
    width: 40%;
    margin-left: 54%;
    padding: 5% 0% 2%;
  }
  .Reason_box {
    width: 75%;
    margin: 5% auto 10%;
  }
}
/*===========================================================*/
/*フレディアのお客様について */
/*===========================================================*/
#Customer {
  margin: 0;
}
#count {
  text-align: center;
}
.count_title {
  line-height: 1.1;
  text-align: center;
  margin: 4% 0 1%;
}
.count-up {
  font-size: 50px;
  font-weight: bold;
  color: #02F5FF;
}
.count_text {
  text-align: center;
}
.Ranking {
  font-size: 16px;
  font-weight: bold;
}
.Ranking:before {
  content: '';/*何も入れない*/
  display: inline-block;
  width: 30px;/*画像の幅*/
  height: 30px;/*画像の高さ*/
  background-image: url(../images/ranking.svg);
  background-size: contain;
  vertical-align: bottom;
  margin-right: 6px;
}
.emphasis {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}
@media screen and (min-width: 960px) {
  #Customer {
    width: 40%;
    margin-left: 54%;
    background-color: #fefefe;
    padding: 5% 0%;
  }
  .count_title  {
    font-size: 17px;
  }
  .count_text {
    font-size: 20px;
  }
  .Ranking {
    padding-left: 20%;
    font-size: 20px;
  }
}
/*===========================================================*/
/*レッスンの流れ */
/*===========================================================*/
#Flow {
  margin: 15% 0;
}
.Flow_wrap {
 display: flex;
 justify-content: center;
 align-items: center;
}
.Flow_list {
 padding-left: 0;
}
.Flow_list > li {
 list-style-type: none;
 display: flex;
 padding: 20px 0;
}

.Flow_list > li dl dt {
 font-size: 18px;
 line-height: 1.4;
 font-weight: bold;
 margin-bottom: 14px;
 color: #D6FF4D;
}

.Flow_list > li .Flow_icon {
 line-height: 1;
 font-size: 28px;
 font-weight: bold;
 color: #D6FF4D;
 text-align: center;
 width: 40px;
 position: relative;
 margin-top: 0;
}

.Flow_list > li .Flow_icon::before {
 content: 'STEP';
 font-size: 0.3em;
 display: block;
 margin-bottom: 3px;
 letter-spacing: 1px;
}

.Flow_list > li .Flow_icon::after {
 content: "";
 display: block;
 width: 1px;
 height: calc(100% - 30px);
 background-color: #D6FF4D;;
 position: absolute;
 left: 0;
 right: 0;
 top: 60px;
 margin: auto;
}
.Flow_list > li .Flow_icon_last {
 line-height: 1;
 font-size: 28px;
 font-weight: bold;
 color: #D6FF4D;
 text-align: center;
 width: 40px;
 position: relative;
 margin-top: 0;
}

.Flow_list > li .Flow_icon_last::before {
 content: 'STEP';
 font-size: 0.3em;
 display: block;
 margin-bottom: 3px;
 letter-spacing: 1px;
}
.Flow_list > li dl dd {
 margin: 0;
}
.Flow_list > li dl {
 width: calc(100% - 30px);
 margin-top: 3.8%;
 margin-left: 2%;
}
@media screen and (min-width: 960px) {
 #Flow {
   width: 40%;
   margin: 0 0 0 54%;
   padding: 6%;
   background-color: #222;
 }
 .Flow_list > li .Flow_icon {
   font-size: 35px;
 }
 .Flow_list > li dl dd {
   font-size: 17px;
 }
 .Flow_list > li dl dt {
   font-size: 22px;
 }
}
/*===========================================================*/
/*料金 */
/*===========================================================*/
.child {
  padding: 10% 0 10%;
  color: #222;
  border-image:linear-gradient( #fefefe,#fefefe ) fill 0 //  0 100vw;
}
.Price_title {
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  font-family: "biz-udpgothic", sans-serif;
}
.Price_note {
  text-align: center;
  margin-bottom: 5%;
}
.Price_pr {
  text-align: center;
  font-family: "biz-udpgothic", sans-serif;
  background: rgb(214,255,77);
  background: linear-gradient(336deg, rgba(214,255,77,1) 32%, rgba(2,245,255,1) 100%);
  padding: 1%;
  color: #444;
  width: 75%;
  font-size: 15px;
  font-weight: bold;
  margin: 1.5% auto;
}
.Price_box {
  width: 100%;
  margin: 5% auto;
}
.balloon {
  position: relative;
  margin: 0 auto;
  width: 100%;
  background-color: #fff;
  border-bottom: solid 1px #525252;
  padding: 2%;
  min-width: 240px;
  max-width: 100%;
  text-align: center;
  font-size: 13px;
}
.balloon:before,
.balloon:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.balloon:before {
    border: solid 10px transparent;
    border-top: solid 10px #525252;
}
.balloon:after {
    border: solid 14px transparent;
    border-top: solid 14px #fff;
    margin-top: -5px;
}
.balloon p {
    margin: 0;
    padding: 0;
}
.Price_wrap {
   width: 100%;
   display: flex;
   background-color: #e9e9e9;
}
.Price_text {
  width: 50%;
  text-align: center;
  line-height: 1.5;
  padding: 5%;
}
.Price_detail_wrap {
  width: 50%
}
.Price_detail {
  width: 100%;
  font-size: 20px;
  padding: 14% 10% 0%;
  font-family: "fot-udkakugoc80-pro", sans-serif;
  font-weight: 700;
}
.Admission_fee {
  width: 100%;
  text-align: end;
  font-size: 12px;
  padding-right: 15%;
}
.small_price {
  font-size: 13px;
  padding-left: 2%;
}
#Price dl {
    width: 100%;
    max-width: 375px;
    margin: 2% auto 0;
    display: flex;
    flex-wrap: wrap;
    text-align: left;
}
#Price dt {
    width: 50%;
    margin: 0;
    font-size: 15px;
    line-height: 1.2rem;
    padding: 0 0 0 15%;
    text-align: center;
    vertical-align: middle;
}
#Price dd {
    width: 50%;
    margin: 0;
    vertical-align: middle;
    line-height: 1.5;
}
.service_wrap {
  width: 100%;
  background-color: #eee;
  margin-top: 5%;
  padding: 3% 0;
}
.service_title {
  font-size: 17px;
  text-align: center;
  background: rgb(214,255,77);
  background: linear-gradient(336deg, rgba(214,255,77,1) 32%, rgba(2,245,255,1) 100%);
}
.service {
  text-align: left;
  font-size: 15px;
  padding-left: 22%;
}
@media screen and (min-width: 960px) {
  .child {
    padding: 7% 0 7%;
    margin-left: 0;
    border-image: none;
  }
  #Price {
    width: 40%;
    margin: 0 0 0 54%;
    padding: 3% 5% 2%;
    background-color: #fefefe;
  }
  .Price_title {
    font-size: 18px;
  }
  .Price_note {
    font-size: 16px;
  }
  .balloon {
    font-size: 16px;
  }
  .Price_text {
    font-size: 16px;
    padding: 5% 0 2%;
  }
  .Price_detail {
    font-size: 24px;
  }
}
/*===========================================================*/
/*トレーナー紹介 */
/*===========================================================*/
#Trainer {
  margin: 10% 0 15%;
  background-color: #222;
}
.Trainer_list {
  width: 100%;
  list-style: none;
  text-align: center;
  margin: 0;
}
.Trainer_list img {
  width: 75%;
}
.Trainer_accordion-area {
  list-style: none;
  width: 100%;
  margin:0 auto;
}
.Trainer_accordion-area li{
  width: 100%;
}
.Trainer_accordion-area section {
  margin-top: 3%;
}
.Trainer_accordion_list {
  width: 90%;
}
/*アコーディオンタイトル*/
.Trainer_title {
  position: relative;
  cursor: pointer;
  font-family: "biz-udpgothic", sans-serif;
  transition: all .5s ease;
  text-align: center;
  width: 80%;
  margin: 2% auto 4%;
  border-radius: 30px;
  color: #333;
  font-weight: bold;
  font-size: 16px;
  background: linear-gradient(90deg, #D6FF4D 32%, #02F5FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border: 1px solid;
  border-image: linear-gradient(to right, #D6FF4D, #02F5FF);
  border-image-slice: 1;
  padding: 1%;
}
.Trainer_box {
  display: none;/*はじめは非表示*/
  background: #eee;
  padding: 5% 5%;
  margin: 3% 0 6%;
  border-radius: 5%;
  line-height: 1.8;
  text-align: left;
}
.Trainer_box p {
  font-size: 14px;
  color: #555;
}
.Trainer_box_list {
  padding-left: 5%;
  color: #fefefe;
}
.message_title {
  text-decoration:underline;
  color: #555;
}
@media screen and (min-width: 960px) {
  #Trainer {
    width: 40%;
    margin: 0 0 0 54%;
    padding: 6%;
  }
  .Trainer_accordion-area {
    width: 100%;
  }
  .Trainer_list img {
    width: 55%;
    margin-top: 3%;
  }
}
/*===========================================================*/
/*ジムの紹介 */
/*===========================================================*/
#GYM {
  background-color: #222;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_cssslider {
	width: 340px;
	padding-top: 220px; /* 画像の高さ */
	position: relative;
	margin: 0 auto;
	text-align: center;
  z-index: 1;
}
.cp_cssslider > img {
	position: absolute;
	left: 0;
	top: 0;
	transition: all 0.5s;
	border-radius: 3px;
	box-shadow:0px 0px 5px 0px rgba(0,0,0,0.3);
}
.cp_cssslider input[name='cp_switch'] {
	display: none;
}
/* サムネイル */
.cp_cssslider label {
	margin: 15px 5px 0 5px;
	border: 2px solid #ffffff;
	display: inline-block;
	cursor: pointer;
	transition: all 0.5s ease;
	opacity: 0.6;
	border-radius: 3px;
}
.cp_cssslider label:hover {
	opacity: 0.9;
}
.cp_cssslider label img {
	display: block;
	width: 40px;
	border-radius: 2px;
}
.cp_cssslider input[name='cp_switch']:checked + label {
	border: 2px solid #FF7043;
	opacity: 1;
}
.cp_cssslider input[name='cp_switch'] ~ img {
	opacity: 0;
}
.cp_cssslider input[name='cp_switch']:checked + label + img {
	opacity: 1;
}
@media screen and (min-width: 960px) {
  #GYM {
    width: 40%;
    margin: 0 0 0 54%;

  }
.slide-container {
  width: 700px;
  display: flex;
  align-items: center;
  height: 340px;
  overflow: hidden;
  flex-direciton: row;
}
.slide-wrapper {
  display: flex;
  animation: slide-flow 20s infinite linear 1s both;
  flex-direciton: row;
}
.slide{
  width: 300px;
  object-fit: cover;
  border: 1px solid #ddd;
}
@keyframes slide-flow {
     0% {transform: translateY(0);}
 100% {transform: translateX(-100%);}
}
}
/*===========================================================*/
/*Voice */
/*===========================================================*/
#Voice {
  margin: 5% 0 15%;
  background-color: #222;
}
.customer_images {
 width: 100%;
 vertical-align: bottom;
 padding: 5%;
}
.Voice_wrap {
  margin: 12% 0;
  background: linear-gradient(90deg, #D6FF4D 32%, #02F5FF 100%);
  -webkit-background-clip: text;
  border: 1px solid;
  border-image: linear-gradient(to right, #D6FF4D, #02F5FF);
  border-image-slice: 1;
}
.Voice_info {
  background-color: #555;
  color: #eee;
  font-family: "biz-udpgothic", sans-serif;
  font-weight: bold;
  text-align: center;
  width: 90%;
  margin: 1% auto 5%;
  font-size: 14px;
  border-radius: 10px;
}
.Voice_text {
  width: 85%;
  margin: 0% auto 5%;
  color: #e9e9e9;
  font-size: 13px;
}
@media screen and (min-width: 960px) {
  #Voice {
    width: 40%;
    margin: 0 0 0 54%;
    padding: 6% 5% 1%;
  }
  .Voice_wrap {
    width: 90%;
    margin: 4% auto 10%;
    padding: 3%;
  }
  .customer_images {
  }
}
/*===========================================================*/
/*Access */
/*===========================================================*/
#Access {
  margin: 5% 0;
}
.info_text {
  width: 100%;
}
.clinic_info_images {
  width: 100%;
}
#Access dl {
    width: 85%;
    max-width: 375px;
    margin: 2% auto 0;
    display: flex;
    flex-wrap: wrap;
    text-align: left;
}
#Access dt {
    width: 30%;
    margin: 0;
    border-bottom: 1px solid #999;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.2rem;
    padding: 1em 1em 1em 0;
    vertical-align: middle;
    align-items5 center;
}
#Access dd {
    width: 70%;
    margin: 0;
    font-size: 0.9rem;
    padding: 0.9em 1em 1em 0;
    border-bottom: 1px solid #999;
    vertical-align: middle;
    line-height: 2.7rem;
    line-height: 1.5;
}
.access_note {
  font-size: 12px;
  margin: 5% 0;
}
@media screen and (min-width: 960px) {
  #Access {
    width: 40%;
    margin: 0 0 0 54%;
    padding: 6% 6% 0;
    background-color: #222;
  }
}
/*===========================================================*/
/*ページフッター */
/*===========================================================*/
footer{
  position: relative;
  font-size: 12px;
  text-align: center;
  padding: 5%;
  color: #fff;
  margin-bottom: 13%;
}
footer p {
  font-size: 12px;
  text-align: center;
}
@media screen and (min-width: 960px) {
 footer {
  width: 40%;
  margin: 0 0 0 54%;
  background-color: #222;
  margin-bottom: 4%;
}
}
/*===========================================================*/
/*フローティングメニュー */
/*===========================================================*/
.float-button__wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 10;
    color: #fff;
    padding-right: 2%;
    background: rgb(67,84,85);
    background: linear-gradient(53deg, rgba(67,84,85,1) 0%, rgba(55,64,65,1) 31%, rgba(41,45,45,1) 60%, rgba(43,43,43,1) 100%);
    cursor: pointer;
}
.banner_title {
  width: 65%;
  line-height: 1.3;
  padding: 3% 0 2% 5%;
  font-size: 14px;
}
.banner_contents_sp {
  width: 15%;
}
.banner_contents_dp {
  display: none;
}
.banner_image {
  width: 80%;
  padding-top: 17%;
}
/* ページトップ戻るボタン */
#page-top {
  background: url(../images/top.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0;
  padding-left: 5%;
  text-align: justify;
  margin: 2% 3% 2% 1%;
}
#page-top a {
  text-decoration: none;
  color: #fff;
}
html {
    scroll-behavior: smooth;
}
.pagetop {
    height: 40px;
    width: 40px;
    position: unset;
    right: 30px;
    bottom: 30px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    margin-top: 8px;
}
.pagetop__arrow {
    height: 10px;
    width: 10px;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    transform: translateY(20%) rotate(-45deg);
}
@media screen and (min-width: 960px) {
  .banner_image {
    padding-top: 27%;
  }
  .float-button__wrap {
    width: 40%;
    margin-right: 6%;
    justify-content: flex-end;
  }
  .banner_title {
    width: 52%;
    font-size: 16px;
    padding: 3% 0 2% 0;
    margin: 0 3% 0 6%;
  }
  .banner_contents_sp {
    width: 10%;
  }
  .pagetop {
      height: 40px;
      width: 40px;
      position: unset;
      right: 30px;
      bottom: 30px;
      background: #fff;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 2;
      margin-top: 13px;
  }
}
/*==================================================
背景固定
===================================*/
.bg {
  display: none;
}
 @media screen and (min-width: 960px) {
  .bg {
      display: block;
      position: fixed;
      top: 73px;
      left: 0;
      right: 0;
      width: 100%;
      height: 100vh;
      background-image: url("../images/background_image.png");
      background-position: top;
      background-size: contain;
      background-repeat: no-repeat;
      z-index: -1;
  }
}
