@charset "utf-8";
.fuwafuwa{
  animation-name: anim_sc;
  transform: scale(0.97,0.97);
animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 0.5s;
}

@keyframes anim_sc {
  100% {
      transform: scale(1,1);
      
  }
}
/*-------------------------------------*/
/*	トップページ	*/
/*-------------------------------------*/
/*メインビジュアル*/
.main_wrap {
  position: relative;
  background: url(../images/bg_main.png);
  background-position: bottom center;

}
.main_wrap .logo{
  position: absolute;
  left: 30px;
  top: 30px;
  max-width: 470px;
}
.main_wrap .logo img{
  width: 100%;
}
@media screen and (max-width: 1360px) {}
@media screen and (max-width: 991px) {}
@media screen and (max-width: 768px) {
  .main_wrap .logo{
    position: relative;
    left: auto;
    top: auto;
    max-width: 800px;
    width: 100%;
    padding: 20px;
    margin: 0 auto;
    background-color: #000000;
    text-align: center;
  }
  .main_wrap .logo img{
    max-width: 470px;
  }
}
@media screen and (max-width: 550px) {

}
/* CTA */
.cta_box{
  background-color: #FFFFFF;
}
.cta_box .inner{
  padding: 40px;
}
.cta_box h2{
  padding: 20px 10px;
  background : -moz-linear-gradient(0% 50% 0deg,rgba(226, 128, 18, 1) 0%,rgba(234, 95, 43, 1) 25.12%,rgba(249, 34, 90, 1) 75.85%,rgba(255, 10, 108, 1) 100%);
  background : -webkit-linear-gradient(0deg, rgba(226, 128, 18, 1) 0%, rgba(234, 95, 43, 1) 25.12%, rgba(249, 34, 90, 1) 75.85%, rgba(255, 10, 108, 1) 100%);
  background : -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0,rgba(226, 128, 18, 1) ),color-stop(0.2512,rgba(234, 95, 43, 1) ),color-stop(0.7585,rgba(249, 34, 90, 1) ),color-stop(1,rgba(255, 10, 108, 1) ));
  background : -o-linear-gradient(0deg, rgba(226, 128, 18, 1) 0%, rgba(234, 95, 43, 1) 25.12%, rgba(249, 34, 90, 1) 75.85%, rgba(255, 10, 108, 1) 100%);
  background : -ms-linear-gradient(0deg, rgba(226, 128, 18, 1) 0%, rgba(234, 95, 43, 1) 25.12%, rgba(249, 34, 90, 1) 75.85%, rgba(255, 10, 108, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#E28012', endColorstr='#FF0A6C' ,GradientType=0)";
  background : linear-gradient(90deg, rgba(226, 128, 18, 1) 0%, rgba(234, 95, 43, 1) 25.12%, rgba(249, 34, 90, 1) 75.85%, rgba(255, 10, 108, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E28012',endColorstr='#FF0A6C' , GradientType=1); 
}
@media screen and (max-width:768px) {

}
@media screen and (max-width:550px) {
  .cta_box .inner{
    padding: 20px;
  }
}



/*about*/
#about {
  background-image: url("../images/bg_about.png");
  background-position: right top;
  background-repeat: no-repeat;
}
#about .about_box{
  background-color: #FFFFFF;
  max-width: 800px;
  margin: 0 auto;
  padding: 60px 40px 40px 40px;
  position: relative;
}
#about .about_box h2{
  text-align: center;
  color: #ED710E;
  font-size: 2.6rem;
  font-weight: 600;
  margin-bottom: 20px;
}
#about .about_box img{
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  max-width: 600px;
  width: 70%;
}
#about .about_box p{
  color: #000;
}
.about_caption{
  background : -moz-linear-gradient(0% 50% 0deg,rgba(226, 128, 18, 1) 0%,rgba(234, 95, 43, 1) 25.12%,rgba(249, 34, 90, 1) 75.85%,rgba(255, 10, 108, 1) 100%);
  background : -webkit-linear-gradient(0deg, rgba(226, 128, 18, 1) 0%, rgba(234, 95, 43, 1) 25.12%, rgba(249, 34, 90, 1) 75.85%, rgba(255, 10, 108, 1) 100%);
  background : -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0,rgba(226, 128, 18, 1) ),color-stop(0.2512,rgba(234, 95, 43, 1) ),color-stop(0.7585,rgba(249, 34, 90, 1) ),color-stop(1,rgba(255, 10, 108, 1) ));
  background : -o-linear-gradient(0deg, rgba(226, 128, 18, 1) 0%, rgba(234, 95, 43, 1) 25.12%, rgba(249, 34, 90, 1) 75.85%, rgba(255, 10, 108, 1) 100%);
  background : -ms-linear-gradient(0deg, rgba(226, 128, 18, 1) 0%, rgba(234, 95, 43, 1) 25.12%, rgba(249, 34, 90, 1) 75.85%, rgba(255, 10, 108, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#E28012', endColorstr='#FF0A6C' ,GradientType=0)";
  background : linear-gradient(90deg, rgba(226, 128, 18, 1) 0%, rgba(234, 95, 43, 1) 25.12%, rgba(249, 34, 90, 1) 75.85%, rgba(255, 10, 108, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E28012',endColorstr='#FF0A6C' , GradientType=1); 
}
.about_caption p{
  text-align: center;
  font-size: 3.6rem;
  padding: 30px 15px;
  font-family: "Shippori Mincho", serif;
}

@media screen and (max-width:768px) {
  #about .about_box{
    background-color: #FFFFFF;
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 20px 20px 20px;
    position: relative;
  }
  #about .about_box h2{
    text-align: center;
    color: #ED710E;
    font-size: 2.4rem;
    font-weight: 600;
    margin-bottom: 20px;
  }
  .about_caption p{
    font-size: 2.0rem;
    padding: 20px 15px;
  }
}
@media screen and (max-width:550px) {
}

/*gym studio personal*/
#gym,#pearsonal{
  background-color: #333333;
}
#studio{
  background-color: #1A1A1A;
}
.studio_dtl{
  padding: 1em;
}
.studio_dtl h3{
  color: #0366B2;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
  line-height: 1.5;
}
.studio_dtl h3 span{
  font-size: 1.2rem;
}
.studio_dtl p{
  color: #000000;
  font-size: 1.4rem;
}




@media screen and (max-width:768px) {
 
}
@media screen and (max-width:550px) {}


/*　strength　*/
#strength{
  background-image: url(../images/bg_strength.jpg);
}
.strength_box{
  background-color: rgba(148, 127, 50, 0.726);
  padding: 60px 40px 20px 40px;
  position: relative;
  margin-bottom: 40px!important;
}
.strength_box h3{
  font-family: "Shippori Mincho", serif;
  font-size: 2.8rem;
  line-height: 1.5;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #FFFFFF;
  font-weight: 600;
}
.strength_box span{
  font-size: 6.5rem;
  font-weight: 600;
  font-family: "Roboto Condensed", sans-serif;
  position: absolute;
  left: 10px;
  top: -30px;
}
@media screen and (max-width:768px) {
  .strength_box{
    background-color: rgba(148, 127, 50, 0.726);
    padding: 40px 20px 20px 20px;
    position: relative;
    margin-bottom: 40px!important;
  }
  .strength_box h3{
    font-size: 2.2rem;
  } 
  .strength_box span{
    font-size: 5rem;
  }
}
@media screen and (max-width:550px) {}
/*　check　*/
#check{
  background-image: url(../images/bg_check.png);
  background-color: #FFFFFF;
  background-size: cover;
  background-position: center;
}
/*　trainer　*/
#trainer{
  background-image: url(../images/bg_trainer.png);
  background-position: left top;
  background-repeat: no-repeat;
}
.trainer_box{
  color: #000000;
  max-width: 800px;
  margin: 0 auto 40px auto;
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
}
.trainer_box .img{
  width: 35%;
  padding: 0 40px;
}
.trainer_box .txt{
  width: 65%;
  padding-right: 40px;
}
.trainer_box .txt h3{
  font-family: "Shippori Mincho", serif;
  line-height: 1.5;
  font-weight: 500;
  font-size: 3.0rem;
  margin-bottom: 10px;
  font-weight: 600;
}
.trainer_box .txt h3 span{
  font-weight: 500;
  font-size: 1.8rem;
  margin-bottom: 5px;
  display: block;
}
.trainer_box .txt .part{
  font-weight: 500;
  margin-bottom: 20px;
}
.trainer_box .txt h4{
  color: #947E32;
  font-family: "Roboto Condensed", sans-serif;
  font-style: italic;
  font-weight: 600;
  font-size: 2.2rem;
}
@media screen and (max-width:768px) {
  .trainer_box{
    padding: 30px 0;
  }
  .trainer_box .img{
    width: 35%;
    padding: 0 30px;
  }
  .trainer_box .txt{
    width: 60%;
    padding-right: 30px;
  }
  .trainer_box .txt h3{
    font-family: "Shippori Mincho", serif;
    line-height: 1.5;
    font-weight: 500;
    font-size: 3.0rem;
    margin-bottom: 10px;
  }
  .trainer_box .txt h3 span{
    font-weight: 500;
    font-size: 1.8rem;
    margin-bottom: 5px;
    display: block;
  }
  .trainer_box .txt .part{
    font-weight: 500;
    margin-bottom: 20px;
  }
  .trainer_box .txt h4{
    font-size: 2.0rem;
    margin-top: 20px;
  } 
}
@media screen and (max-width:550px) {
  .trainer_box{
    padding: 20px 0;
  }
  .trainer_box .img{
    width: 35%;
    padding: 0 20px;
  }
  .trainer_box .txt{
    width: 65%;
    padding-right: 20px;
  }
  .trainer_box .txt h3{
    font-size: 2.4rem;
  }
  .trainer_box .txt h3 span{
    font-size: 1.4rem;
  }
  .trainer_box .txt .part{
    margin-bottom: 20px;
    font-size: 1.6rem;
  }
  .trainer_box .txt h4{
    font-size: 2.0rem;
    margin-top: 20px;
  } 
}


/* facility */
#facility{
  background-color: #FFFFFF;
  color: #000;
}
#facility-studio{
  background-color: #F6F6F4;
  color: #000;
}
#place{
  background-color: #FFFFFF;
  background-image: url(../images/bg_place.png);
  background-position: center top;
  background-repeat: no-repeat;
  color: #000;
}
#point{
  background-image: url(../images/bg_point.png);
  background-size: cover;
}
#beginner{
  background-color: #947E32;
}
#price{
  background-color: #FFFFFF;
  color: #000000;
}
/*----------------------------------------
	フォーム
-----------------------------------------*/
#contact{
  background-color: #333333;
}
.contact_box{
  background-color: #FFFFFF;
  padding: 40px;
}
.submit_btn_wrap {
  position: relative;
  width: 250px;
  margin: 0 auto;
}
ul.submit2_btn_wrap {
  position: relative;
  width: 50%;
  margin: 0 auto;
  text-align: center;
}
ul.submit2_btn_wrap li {
  display: inline-block;
  max-width: 200px;
  width: 100%;
  margin-left: 5px;
}
.submit_btn {
  width: 100%;
  padding: 1em 1.5em;
  display: inline-block;
  border: none;
  border: 1px solid #947E32;
  font-size: 2.0rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  background: #947E32;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
}
.submit_btn:hover {
  text-decoration: none;
  background: #FFFFFF;
  color: #947E32;
}
.back_btn {
  width: 100%;
  position: relative;
  padding: 0.7em 1.5em;
  display: inline-block;
  border: 1px solid #AAAAAA;
  font-size: 2.0rem;
  text-align: center;
  background: #AAAAAA;
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
}
.back_btn:hover {
  color: #AAAAAA;
  background: #FFFFFF;
  text-decoration: none;
}
/*-------------------------------------*/
/*	フォーム関連	*/
.form_area table {
  width: 100%;
}
.form_area table th, .form_area table td {
  width: 100%;
  display: block;
}
.form_area table td {
  margin-bottom: 40px;
  font-size: 115%;
}
.form_area h4 {
  border: none !important;
  margin-bottom: 20px !important;
  font-size: 2rem;
  padding: 0 !important;
  background: none !important;
}
.form_area h4::before {
  content: "■";
  color: #947E32;
  font-size: 18px;
  margin-right: 5px;
}
input::-webkit-input-placeholder {
  color: #989898;
}
input:-ms-input-placeholder {
  color: #989898;
}
input::-ms-input-placeholder {
  color: #989898;
}
input::placeholder {
  color: #989898;
}
.input_wrap {
  position: relative;
  width: 50%;
}
.input_wrap input {
  width: 100%;
}
.input_wrap::after {
  content: "\f073";
  position: absolute;
  font-family: FontAwesome;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  display: block;
  z-index: 1;
  color: #808080;
}
.must {
  margin: 0 0 0 10px;
  padding: 0.5em 1em;
  display: inline-block;
  color: #FFFFFF;
  background: #ED710E;
  font-size: 12px;
  font-weight: 300;
  line-height: 1;
  border-radius: 3px;
}
.privacy_box {
  margin-bottom: 40px;
}
.privacy_box h5 {
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.privacy_box p {
  font-size: 86%;
}
.form_area :focus {
  outline: solid 2px #3e4f69;
}
.form_area input[type="text"], .form_area input[type="email"], .form_area input[type="tel"], .form_area textarea, .form_area radio, .form_area select {
  border: 2px solid #b3b3b3;
  font-family: inherit;
  font-size: 1.6rem;
  padding: 0.7em;
  margin: 0;
  background-color: #f8f9f7;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
	color: #000000;
}
.form_area input[type="text"], .form_area input[type="email"], .form_area input[type="tel"], .form_area textarea, .form_area radio, .form_area select {
  margin-bottom: 0;
}
.form_area input[type="text"].text_fomr_01, .form_area input[type="email"].text_fomr_01, .form_area input[type="tel"].text_fomr_01 {
  width: 70%;
}
.form_area input[type="text"].text_fomr_02, .form_area input[type="email"].text_fomr_02, .form_area input[type="tel"].text_fomr_02 {
  width: 50%;
}
.form_area input[type="text"].text_fomr_03, .form_area input[type="email"].text_fomr_03, .form_area input[type="tel"].text_fomr_03 {
  width: 40%;
  margin: 0 0 0 5px
}
.form_area input[type="text"].text_fomr_04, .form_area input[type="email"].text_fomr_04 {
  width: 100%;
}
.form_area textarea.form_txtarea_01 {
  width: 100%;
}
.form_area input[type="checkbox"] {
  height: 15px;
  width: 15px;
  margin: 5px;
  vertical-align: middle;
}
.form_area input[type="radio"] {
  vertical-align: middle;
  margin: 0 3px 0 0;
}
label {
  margin-right: 20px;
  font-weight: normal !important;
  font-size: 1.8rem;
  padding: 5px;
}
@media screen and (max-width: 768px) {
  .input_wrap {
    width: 100%;
  }
  .submit_btn_wrap {
    width: 80%;
    margin: 0 auto;
  }
  .submit_btn {
    width: 100%;
  }
  ul.submit2_btn_wrap li {
    display: block;
    max-width: 200px;
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
  input[type="text"].text_fomr_01, input[type="email"].text_fomr_01, input[type="tel"].text_fomr_01 {
    width: 100% !important;
  }
  input[type="text"].text_fomr_02, input[type="email"].text_fomr_02, input[type="tel"].text_fomr_02 {
    width: 100% !important;
  }
  ul.input_list li {
    margin-bottom: 20px;
  }
  ul.input_list li:last-child {
    margin-bottom: 0;
  }
}
/*----------------------------------------
	共通
-----------------------------------------*/
.shape{
  border-radius : 24px 5px 25px 5px;
  background-color: #FFFFFF;
}
.bg_white{
  background-color: #FFFFFF;
  color: #000000;
}
.ttl {
  margin-bottom: 40px;
  font-size: 5.2rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  font-family: "Shippori Mincho", serif;
}
.ttl2 {
  margin-bottom: 40px;
  font-size: 3.8rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  font-family: "Shippori Mincho", serif;
}
.caption {
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
.txt_box .inner{
padding: 1em 1em;
}
.txt_box .inner h3, .item_box .txt h3 {
  font-size: 2.8rem;
  margin-bottom: 10px;
  font-weight: 600;
  line-height: 1.5;
}
.item_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  }
  .item_box .txt {
    width: 48%;
  }
  .item_box .img {
    width: 48%;
  }

.acd_ttl{
  position: relative;
  overflow: hidden;
  text-decoration: none;
  display: inline-block;
  border: 1px solid #FFFFFF; /* ボーダーの色と太さ */
  outline: none;
  transition: ease .2s;
  padding: 1em 25px 1em 25px;
  line-height: 1;
   background :#0366B2;
   border-radius: 10px;
   font-size: 1.4rem;
	text-align: center;
	width: 100%;
	color: #FFFFFF;
}
.acd_ttl::after {
  content: "\f107";
	color: #FFFFFF;
	    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	z-index: 3;
font-family: FontAwesome;
}
.acd_ttl.item__link::before{
content: "";
	width: 40px;
	height: 40px;
	background:url("../images/ico_acd_cls.png") no-repeat center;
	background-size: 100%;
	display: block;
	position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.acd_ttl.item__link.on::before{
	background:url("../images/ico_acd_opn.png") no-repeat center;
}
.acd_box{
	padding-top: 30px;
}
/*2列レイアウト*/
.col-2_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 20px;
  justify-content: space-between;
}
.col-2_list::after {
  content: "";
  display: block;
  width: calc(100% / 2 - 20px);
}
.col-2_list .col_box {
  width: calc(100% / 2 - 20px);
}
/*3列*/
.col-3_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 20px;
  justify-content: space-between;
}
.col-3_list::after {
  content: "";
  display: block;
  width: calc(100% / 3 - 20px);
}
.col-3_list .col_box {
  width: calc(100% / 3 - 20px);
}
/*4列*/
.col-4_list,.col-4_list2 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 20px;
  justify-content: space-between;
}
.col-4_list::after,.col-4_list2::after {
  content: "";
  display: block;
  width: calc(100% / 4 - 20px);
}
.col-4_list::before,.col-4_list2::before {
  content: "";
  display: block;
  width: calc(100% / 4 - 20px);
  order: 1;
}
.col-4_list .col_box ,.col-4_list2 .col_box{
  width: calc(100% / 4 - 20px);
}
@media(max-width: 768px) {
  .item_box {
    flex-direction: column;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    }
    .item_box .txt {
      width: 100%;
    }
    .item_box .img {
      width: 100%;
    }
  .submenu{
    display: none;
  }	
  .acd_ttl.item__link::before,.acd_ttl.item__link.on::before{
  content: "";
    width: 20px;
    height: 20px;
    left: 10px;
    background-size: 100%;
  }
  .col_box {
    margin: 0 auto;
  }
  /*3列*/
  .col-2_list, .col-3_list {
    gap: 10px 10px;
    flex-direction: column;
  }
  .col-2_list .col_box, .col-3_list .col_box {
    width: 100%;
    max-width: 400px;
  }
}
@media(max-width: 550px) {
  .ttl {
    font-size: 2.6rem;
  }
  .ttl2 {
    font-size: 2.4rem;
  }
  .caption {
    font-size: 1.8rem;
  }
  .txt_box .inner h3, .item_box .txt h3 {
    font-size: 2.0rem;
  }
  /*4列*/
  .col-4_list {
    flex-direction: column;
  }
  .col-4_list .col_box,
  .col-4_list::after,
  .col-4_list::before {
    width:100%;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
  .col-4_list .col_box {
    width: calc(100% / 2 - 10px);
  }
  .col-4_list2 {
    gap: 20px 10px;
  }
  .col-4_list2 .col_box,
.col-4_list2::after,
.col-4_list2::before {
    width: calc(100% / 2 - 10px);
  }
}