@charset "utf-8";

*{
  padding:0;
  margin:0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body{
  font-family: "Noto Sans Japanese", "Meiryo", "メイリオ", "MS PGothic", "MS Pゴシック", sans-serif;
}

img{
  max-width: 100%;
}

/*-------------------------
メインビジュアル
-------------------------*/

.main_visual {
	background: url("../images/top_bg_pc.jpg");
	background-size: contain;
	background-position: top;
	height: 79.67vw;
	margin: auto;
	position: relative;
	background-repeat: no-repeat;
	background-color: #2c5e9b;
}

.main_visual_tit01{
  max-width:75%;
  padding-top:5%;
  margin:0 auto 15px auto;
  display: block;
}

.main_visual_sub {
	display: block;
	position: relative;
	/* padding-top: 4%; */
	text-align: center;
	position: absolute;
	bottom: 7%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;
	width: 50%;
}

.main_visual_sub ul{
  display: flex;
  justify-content: center;
}
.main_visual_sub ul li{
  margin: 0 .5em;
}

.main_visual_tit02_2 {
  width: 30%;
  margin-left: 3%;
}


@media screen and (min-width:1200px) {
.main_visual {
	background-position: top;
}
.main_visual_tit01{
    max-width:73%;
    padding-top:1%;
    margin:0 auto 15px auto;
    display: block;
  }

  .main_visual_sub {
    /*padding-top: 3%;*/
  }

  /* .main_visual_tit02 {
    width:31%;
    padding-top:3%;
    display: block;
    position: relative;
    margin-left:63%;
  } */

}

@media screen and (max-width:767px) {
.main_visual {
	background-image: url("../images/top_bg_sp.png");
	height: 98.15vw;
	background-size: contain;
}
}

@media screen and (max-width:479px) {
.main_visual {
	background-repeat: no-repeat;
	height: 102vw;
	background-color: #2c5e9b;
}

  .main_visual_tit01{
    max-width: 79%;
    padding-top: 4%;
    margin: 0 auto 15px auto;
    display: block;
  }

  .main_visual_sub {
    /* max-width: 70%; */
    /* padding-top: 2%; */
    /* margin: 0 auto 15px auto; */
    width: 100%;
  }


  .main_visual_tit02_2 {
    width: 44%;
    margin-left: 2%;
  }

  /* .main_visual_tit02{
    width: 50%;
    padding-top: 2%;
    display: block;
    position: relative;
    margin-left: 25%;
  } */

}




/* ハンバーガーメニュー */


.menu-btn {
  position: fixed;
  top: 5px;
  right: 5px;
  display: flex;
  height: 50px;
  width: 50px;
  justify-content: center;
  align-items: center;
  z-index: 90;
  background-color: #022357;
  margin: 0;
  transition: all ease 0.3s;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background-color: #ffffff;
  position: absolute;
  transition: all ease 0.3s;
}
.menu-btn span:before {
  bottom: 8px;
}
.menu-btn span:after {
  top: 8px;
}
#menu-btn-check:checked ~ .menu-btn {
  background: none;
}
#menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(255, 255, 255, 0);
}
#menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
}
#menu-btn-check {
  display: none;
}
.menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 80;
  background-color: #022357;
}
.menu-content ul {
  padding: 50px 10px 0;
}
.menu-content ul li {
  border-bottom: solid 1px #ffffff;
  list-style: none;
}
.menu-content ul li a {
  display: block;
  width: 100%;
  font-size: 15px;
  box-sizing: border-box;
  color:#ffffff;
  text-decoration: none;
  padding: 9px 15px 10px 0;
  position: relative;
}
.menu-content ul li a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  transform: rotate(45deg);
  position: absolute;
  right: 11px;
  top: 16px;
}
.menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;/*leftの値を変更してメニューを画面外へ*/
  z-index: 80;
  background-color: #022357;
  transition: all 0.5s;/*アニメーション設定*/
}
#menu-btn-check:checked ~ .menu-content {
  left: 0;/*メニューを画面内へ*/
}

.nav-logo a {
  display: block;
  padding: 15px 15%;
}

@media (min-width: 769px) {
  .menu-btn {
    height: 60px;
    width: 60px;
  }

  .menu-content {
    max-width: 480px;
  background-color: rgba(2, 35, 87, .8);
}
.menu-content ul {
  padding: 70px 10px 0;
}
  #menu-btn-check:checked ~ .menu-content {
    left: calc(100% - 480px);
  }
  .menu-content ul li a {
    font-size: 18px;
    padding: 10px 15px 11px 0;
  }
  .menu-content ul li a::before {
    display: none;
  }
}



/*-------------------------
見出し
-------------------------*/
.n_margin{
  margin-top:-50px;
}

#section01 .n_margin {
	margin-top: -90px;
}

.n_margin_trainer{
  margin-top:-70px;
}

.n_margin_trainer{
  margin-top:-70px;
}


div.title h2{
  text-align: center;
  font-size:2.8em;
  text-shadow: 0px 0px 1px #fff,
               0px 0px 2px #fff,
               0px 0px 3px #fff,
               0px 0px 4px #fff,
               0px 0px 5px #fff,
               0px 0px 6px #fff;
}


div.title h2::first-letter {
	color: #0d2d55;
	font-size: 150%;
}

.title{
  height:180px;
  line-height: 180px;
  position: relative;
  z-index:1;
}

.title::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 90px 0 90px 98vw;
  border-color: transparent transparent transparent #2c5e9b;
  position: absolute;
  top: 0;
  z-index: -2;
  }

.title::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 90px 100vw 90px 100vw;
  border-color: transparent #21508a transparent transparent;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -3;
  }

  .box{
    box-shadow: 10px 10px 0 rgba(0,0,255,0.5);
    text-align: center;
    padding:0;
    margin:0;
    vertical-align:bottom;
  }

  @media only screen and (max-width: 1400px) {
    #section01 .n_margin {
      margin-top: -70px;
    }
  }

  @media only screen and (max-width: 1100px) {

    .n_margin{
      margin-top:-40px;
    }

    #section01 .n_margin{
      margin-top: -4.4vw
    }

    div.title h2{
      font-size:2em;
    }

    .title{
      height:140px;
      line-height: 140px;
    }

    .title::before {
      border-width: 70px 0 70px 98vw;
      }

    .title::after {
      border-width: 70px 100vw 70px 100vw;
      }
  }

  @media only screen and (max-width: 767px) {

    div.title h2{
      font-size:1.2em;
    }

    .title{
      height:100px;
      line-height: 100px;
    }

    .title::before {
      border-width: 50px 0 50px 98vw;
      }

    .title::after {
      border-width: 50px 100vw 50px 100vw;
      }
  }

  @media only screen and (max-width: 479px) {
    .n_margin{
      margin-top:-30px;
    }

    #section01 .n_margin {
      margin-top: -7.4vw;
    }

    .n_margin_trainer{
      margin-top:-64px;
    }

    div.title h2{
      font-size:1em;
    }

    .title{
      height:100px;
      line-height: 100px;
    }

    .title::before {
      border-width: 50px 0 50px 95vw;
      }

    .title::after {
      border-width: 50px 100vw 50px 100vw;
      }
  }
  @media only screen and (max-width: 360px) {
    div.title h2{
      font-size:0.8em;
    }
  }
  /*-------------------------
  ベースレイアウト
  -------------------------*/

  .section_last{
    padding-bottom:120px;
  }

  #item-list {
    padding:0 10px 60px 10px;
    margin:0 auto 20px auto;
    padding:2%;
    max-width:1200px;
    margin:auto;
  }

  #item-list ul{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    background-color:transparent;
    flex-wrap: wrap;
  }

  #item-list ul li {
    list-style-type:none;
    text-align:center;
    /*padding-left:20px;*/
    margin-bottom:20px;
  }


  #item-list ul li img{
    /*width: 90%;*/
  }

  ul.cols-1 li {width: 100%;}
  ul.cols-2 li {width: 50%;}
  ul.cols-3 li {width: 33.33333%;}
  ul.cols-4 li {width: 25%;}
  ul.cols-5 li {width: 20%;}
  ul.cols-6 li {width: 16.66666%;}
  ul.cols-7 li {width: 14.28571%;}
  ul.cols-8 li {width: 12.5%;}

  .inner{
    margin:0;
    height:100%;
    background:white;
  }

  .brpc{
    display:block;
  }

  .brsp{
    display:none;
  }



  @media only screen and (max-width: 767px) {

    #item-list {
    padding:0 10px 0 10px;
    }

    #item-list ul li {
      margin-bottom:30px;
    }

    ul[class*='cols-'] > li{
  	  width: 100%;/*すべてを１列に*/
    }
  }

  .clearfix::after {
    content: "";
    display: block;
    clear: both;
  }

  .section_last{
      padding-bottom:50px;
    }


  @media only screen and (max-width: 479px) {

    .brpc{
      display:none;
    }

    .brsp{
      display:block;
    }

  }

  /*-------------------------
  About
  -------------------------*/

  .contents_container{
    width:1100px;
    margin:auto;
    padding:2%;
  }

  .about{
    margin:60px auto;
  }

  .about img{
    display:block;
  }

  .about .left_contents {
      max-width:1100px;
      position: relative;
      z-index: 2;
      margin-top:100px !important;
      min-height:430px;
      margin:auto;
  }

  .about .right_contents {
      max-width:1100px;
      position: relative;
      z-index: 2;
      margin-top:100px !important;
      min-height:430px;
      margin:auto;
  }

  .about .right {
      position: absolute;
      right: 0;
      top: 0;
      width:500px;
      z-index:-1;
  }

  .about .left {
      position: absolute;
      top: 0;
      left:0%;
      width:500px;
      z-index:-1;
  }

  .about_back02{
    top: 50px !important;
  }

  .about_back02{
    top: 80px !important;
  }

  section.about h3{
      font-size:2.7em;
      font-style: italic;
      background: rgba(255, 255, 255, 0.79);
      width:58%;
      margin-top:20px;
  }

  .about p{
      font-size:1.4em;
      max-width:500px;
      line-height:40px;
      margin-top:20px;
      text-align:justify;
  }

  .about_point{
    padding-top:40px;
    display: block;
    max-width:180px;
  }

  .txt_right{
    margin-left:auto;
  }

  .txt_align_r{
    text-align: right;
  }

.about_point_btn {
	max-width: 500px;
	margin-top: 20px;
}

  /*-------------------メディアクエリ---------------------*/

  @media only screen and (min-width: 1200px) {

  .about .left_contents {
      margin-top:50px;
  }

  .about .right_contents {
      margin-top:50px;
  }

}

  @media only screen and (max-width: 1100px) {

    .contents_container{
      max-width:850px;
      width:90%;
      margin:auto;
      padding:0%;
    }

    .about .right {
        top: 11%;
        max-width:400px;
        width:50%;
    }

    .about .left {
        top: 11%;
        max-width:400px;
        width:50%;
    }

    section.about h3{
      font-size:2em;
      width:55%;
    }

    .about p{
        font-size:1em;
        width:300px;
        line-height:25px;
    }

    .about .left_contents {
        margin-top:50px !important;
        min-height:300px;
    }


    .about .right_contents {
        margin-top:50px !important;
        min-height:300px;
    }

    .about_point_btn {
      max-width: 300px;
    }

  }

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

    .about img{
      display:block;
      width:100%;
    }

    .about .right {
        position: relative;
        right: none;
        left:0
        top: 0;
        width:100%;
        z-index:-1;
    }

    .about .left {
        position: relative;
        top: 0;
        left:0%;
        width:100%;
        z-index:-1;
    }

    .about p{
        font-size:1em;
        width:100%;
        line-height:25px;
    }

    .about_point{
      padding-top:40px;
      display: block;
      max-width:150px;
    }
    section.about h3{
        font-size:1.5em;
        font-style: italic;
        background: rgba(255, 255, 255, 0.79);
        width:100%;
        margin-top:20px;
    }

    .about .left_contents {
        margin-top:10px !important;
        min-height:100%;
    }


    .about .right_contents {
        margin-top:10px !important;
        min-height:100%;
    }

    .txt_right{
      margin-left:0;
    }

    .txt_align_r{
      text-align: left;
    }

    .about_back02{
      top: 0 !important;
    }

    .about_back02{
      top: 0 !important;
    }

    .about p{
        font-size:1em;
        max-width:500px;
        line-height:30px;
        margin-top:20px;
        margin-bottom:20px;
        text-align:justify;
    }

    .about_point_btn {
      max-width: 500px;
      margin-bottom: 30px;
    }

  }

 /*-------------------------
 トレーニング風景
 -------------------------*/

.training{
  background-image:url("../images/training_back.jpg");
  background-size:cover;
  margin-top: -150px;
  padding:150px 0;
}

section.training #item-list ul li img{
  width:80%;
}

div.youtube {
  width:80%;
  position: relative;
  padding-top: 56.25%;
  margin: 80px auto;
}

div.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/*-------------------メディアクエリ---------------------*/

@media only screen and (min-width: 1200px) {

  div.youtube {
    width:853px;
    height:480px;
    position: relative;
    padding-top:0;
    margin: 80px auto;
  }

  div.youtube iframe {
    position: absolute;
    width:853px;
    height:480px;
  }
}

@media only screen and (max-width: 1100px) {

  section.training #item-list ul li img{
    width:90%;
  }

}

@media only screen and (max-width: 767px) {

  div.youtube {
    width:85%;
    position: relative;
    padding-top: 56.25%;
    margin: 30px auto 25px;
  }

}

@media only screen and (max-width: 480px) {

  .training{
    background-image:url("../images/training_back.jpg");
    background-size:cover;
    margin-top:-70px;
    padding:100px 0;
  }

  .n_margin_trainer{
    margin-top:-64px;
  }

}

/*-------------------------
トレーナー紹介
-------------------------*/

.profile{
  width:50%;
  text-align: left;
  float:right;
}

.training_img img{
  width:45%;
}

section.trainer h4{
  font-size:1.8em;
  margin-bottom:15px;
}

section.trainer h4::first-letter {
	color: #0d2d55;
	font-size: 120%;
}

section.trainer h5{
  font-size:1.5em;
  color:#21508a;
}

section.trainer p{
  font-size:1.2em;
}

section.trainer p:first-of-type {
  margin-bottom: 20px;
}

  @media only screen and (max-width: 1100px) {

    .profile{
      width:50%;
      text-align: left;
      float:none;
    }

    .training_img img{
      width:40%;
    }

    section.trainer h4{
      font-size:1.5em;
      margin-bottom:10px;
    }

    section.trainer h4::first-letter {
    	color: #0d2d55;
    	font-size: 110%;
    }

    section.trainer h5{
      font-size:1.1em;
      color:#21508a;
      margin-bottom:10px;
    }

    section.trainer p{
      font-size:1em;
    }


  }

  @media only screen and (max-width: 900px) {

  section.trainer #item-list{
    padding:100px 0 0 0;
    width:90%;
  }

  section.trainer #item-list ul[class*='cols-'] > li{
    width:48%;
  }
  section.trainer #item-list ul li:nth-child(2n) {
    margin-left: 4%;
  }
  .profile{
    width:96%;
    text-align: left;
  }

  .training_img img{
    width:100%;
  }

  section.trainer h4{
    font-size:1.8em;
    margin-bottom:10px;
  }

  section.trainer h4::first-letter {
    color: #0d2d55;
    font-size: 120%;
  }

  section.trainer h5{
    font-size:1.4em;
    color:#21508a;
    margin-bottom:10px;
  }

  section.trainer p{
    font-size:1em;
  }
}

@media only screen and (max-width: 479px) {

  section.trainer #item-list{
    padding:0 0 0 0;
    width:90%;
  }

  .training_img img{
    width:100%;
  }

  section.trainer h4{
    font-size:1.3em;
    margin-bottom:5px;
  }

  section.trainer h4::first-letter {
  	color: #0d2d55;
  	font-size: 120%;
  }

  section.trainer h5{
    font-size:1em;
    color:#21508a;
    margin-bottom:5px;
  }

  section.trainer p{
    font-size:0.9em;
  }

  .spsize{
    width:100px;
  }

}

/*-------------------------
コース・料金 プラン
-------------------------*/

.plan{
  text-align: center;
}


.plan img{
  text-align: center;
  margin:30px auto 0;

}
.plan img.newopen{
  margin:0 auto 20px;
}

.plan .imgbox {
  margin: 30px auto;
}
.plan .imgbox img {
  margin: 0;
}

section.plan h3{
  font-size:2.5em;
  margin-bottom:15px;
  text-align: center;;
}

/* section.plan img{
  padding:0px 5%;
} */

.font_blue{
  color:#244a7b;
}

section.plan p{
  font-size:1.4em;
  margin-bottom:15px;
  text-align: center;
  line-height:40px;
}

.pc{
  display: block;
}

.sp{
  display: none;
}

/*-------------------メディアクエリ---------------------*/

@media only screen and (max-width: 1100px) {

  section.plan p{
    font-size:0.9em;
    padding:0 3%;
    margin-bottom:15px;
    text-align: center;
    line-height:27px;
  }
  .plan .imgbox {
    margin: 0;
  }
  .plan .imgbox + .imgbox {
    margin-top: 5%;
  }
}

@media only screen and (max-width: 479px) {

  .plan img{
    display:block;
    text-align: center;
    margin:auto;
    padding:50px 0 10px 0;

  }

  section.plan h3{
    font-size:1.3em;
    margin-bottom:15px;
    text-align: center;;
  }

  section.plan img{
    padding:0px 5% 0px 5%;
  }

  .font_blue{
    color:#244a7b;
  }

  section.plan p{
    font-size:0.9em;
    margin-bottom:15px;
    text-align: center;
    line-height:27px;
  }

  .pc{
    display: none;
  }

  .sp{
    display: block;
  }

}

/*-------------------------
よくあるご質問
-------------------------*/

.qa{}

.list_faq{
  max-width:1100px;
  font-size:1.5em;
}

.qa .list_faq li {
  list-style: none;
}

.qa .list_faq li { margin-bottom: 30px; padding: 0 0 7px 0; }

.qa .list_faq li .ques_box { background: #21508a; font-size: 0; padding: 16px 80px 16px 35px; position: relative; }

.qa .list_faq li .ques_box:after { position: absolute; content: ""; right: 40px; top: 14px; background: url(../../service/images/icon01.png) no-repeat center center; width: 38px; height: 29px; }

.qa .list_faq li .ques_box.open:after { background: url(../../service/images/icon02.png) no-repeat center center; }

.qa .list_faq li .icon_q { font-size: 30px; color: #e4ff00; font-weight: bold; display: inline-block; line-height: 1; vertical-align: top; width: 75px; margin: -4px 0 0 0; }

.qa .list_faq li .ques_txt { font-size: 3em; color: #fff; display: inline-block; vertical-align: top; width: calc(100% - 78px); }

.qa .list_faq li .ans_box {display: none; font-size: 0; padding: 30px 80px 55px 35px; }

.qa .list_faq li .icon_a { font-size: 30px; color: #000; font-weight: bold; display: inline-block; line-height: 1; vertical-align: top; width: 75px; margin: -4px 0 0 0; }

.qa .list_faq li .ans_txt { font-size: 3em; display: inline-block; vertical-align: top; width: 95%; line-height: 1.7; }

.qa .list_faq li { margin-bottom: 20px; }
.qa .list_faq li .ques_box { padding: 12px 35px 12px 10px; }
.qa .list_faq li .icon_q, .qa .list_faq li .icon_a { font-size: 26px; width: 40px; margin: -1px 0 0 0; }
.qa .list_faq li .ques_txt, .qa .list_faq li .ans_txt { font-size: 19px; }
.qa .list_faq li .ques_box:after { right: 10px; background-size: 22px auto; width: 22px; height: 20px; }
.qa .list_faq li .ans_box {
  padding: 15px 35px 25px 10px;
  width:100%;
}

@media only screen and (max-width: 480px) {
  .qa .list_faq li .ques_txt, .qa .list_faq li .ans_txt {
    font-size: 16px;
  }
  .qa .list_faq li .ques_box { padding: 5px 0 5px 5px; }
  .qa .list_faq li .ans_box {
    padding: 15px 0 5px 5px;
    width:100%;
  }
}

/*-------------------------
アクセス
-------------------------*/
#item-list.shop-list ul.cols-3_s li{
  width: 33.3%;
  float: none;
  margin: 0 0 20px;
}
#item-list.shop-list ul.cols-3_d li {
  width: 33.3%;
}
#item-list.shop-list .area_title h2 {
  font-size: 32px;
  text-shadow: 0px 0px 1px #fff, 0px 0px 2px #fff, 0px 0px 3px #fff, 0px 0px 4px #fff, 0px 0px 5px #fff, 0px 0px 6px #fff;
  text-align: center;
  margin: 30px 0;
}
#item-list.shop-list .lnk-tel {
  pointer-events: none;
}
.access{
  background-image:url("../images/access_back.jpg");
  background-size:cover;
  margin-top:-100px;
  padding-bottom:150px;
}

section.access div#item-list{
  padding-top:200px;
}

.access_box{
  position:relative;
  background-color: #fff;
  width:95%;
  margin:auto;
}

#item-list.shop-list ul.cols-3_s div.access_box p {
  width: auto;
}

div.access_box h5 {
  font-weight: normal;
  text-align: left;
  margin-top: 15px;
  font-size: 1.1em;
}

div.access_box .txt_area {
text-align: left;
font-size:0.8em;
padding:3% 5%;
}
div.access_box .txt_area_in {
  width: 170px;
}
.add_photo div.access_box p {
  word-break:break-all;
}

div.access_img img{
  position:absolute;
  top:34%;
  right:3%;
  width:150px;
}

.access_box h3{
  font-size:2.7em;
}

div.access_box h3::first-letter {
	color: #0d2d55;
}

.access_box h4{
  font-size:1.7em;
}

.access_box .note_wrap {
  display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.access_box .note {
	color: #ed247d;
	padding: 0;
	font-weight: bold;
	font-size: 0.8em;
	width: auto;
  padding: 0 0 5px 5px;
}

.btn_area{
  background:#022357;
  transition: all 1ms ease;
  padding:20px 0 0 0;
}

.access .btn_spec { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.access .btn_spec { width: 100%; padding-bottom: 20px;  }

.access .btn_spec a {  width:300px; -webkit-transition: all ease 0.3s; -o-transition: all ease 0.3s; transition: all ease 0.3s;  border: 1px solid #fcff4e; display: block; text-decoration: none; font-size: 16px; text-align: center; padding: 10px 0; color: #fcff4e; font-family: 'Montserrat', sans-serif; position: relative; }

.access .btn_spec a:after { display: block; content: ""; width: 10px; height: 100%; position: absolute; right: 10%; top: 0; background: url(../images/yellow_row.png) no-repeat center center; -webkit-transition: all ease 0.3s; -o-transition: all ease 0.3s; transition: all ease 0.3s; }

.access .btn_spec a:hover { background: #fff; color: #000; border: 1px solid #fff; }

.access .btn_spec a:hover:after { opacity: 0; right: 0; }

.access .btn_spec a span { font-weight: bold; }

.add_photo img.newopen { margin: 0 auto 0;}


/*-------------------メディアクエリ---------------------*/

@media only screen and (max-width: 1024px) {

  section.access #item-list ul[class*='cols-'] > li{
    width:100%;
  }

  div.access_box .txt_area{
  text-align: left;
  font-size:1.2em;
  padding:2% 5%;
  }

  div.access_box.add_photo .txt_area {
    width: 100%;
  }

  div.access_img img{
    position:absolute;
    top:27%;
    right:3%;
    width:250px;
  }
}

@media only screen and (max-width: 767px) {
  .access_box .note {
    font-size: 1em;
  }
  div.access_img {
    text-align: center;
  }
  div.access_img img{
    position:relative;
    top:34%;
    right:auto;
    left:auto;
    width:300px;
    margin: 0 auto;
    padding-bottom:20px;
  }
  #item-list.shop-list .area_title h2 {
    font-size: 1.4em;
  }
  #item-list.shop-list .lnk-tel {
    pointer-events: auto;
  }
  div.access_box .txt_area_in {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {

  div.access_img img{
    width:180px;
  }

  section.access div#item-list{
    padding-top:100px;
  }

  .access_box h3{
    padding-top:15px;
    font-size:1.6em;
  }

  .access_box h4{
    font-size:1.2em;
  }

.access{
    /*margin-top:-50px;*/
    background-size:cover;
    background-position:top;
    padding-bottom:100px;
    }

    div.access_box p{
    text-align: left;
    font-size:1em;
    padding:5% 5%;
    }
    .access_box_ttl {
      position: relative;
      padding-bottom: 15px;
    }
    .access_box_ttl:after {
      display: block;
      content: "";
      width: 10px;
      height: 100%;
      position: absolute;
      right: 5%;
      top: 0;
      background: url(../images/ac_row.png) no-repeat center center;transition: all ease 0.3s;
    }
      .access_box_body {
      display: none;
    }
    .access_box.open .access_box_ttl:after {
      transform: rotate(180deg);
    }
}


/*-------------------------
お申込みまでの流れ
-------------------------*/

.flow_section_cover{
  width:90%;
  max-width:1100px;
  background:#21508a;
  margin:100px auto;
  line-height: 0px;
  color:#fff;
  position: relative;
}

.flow_section_cover::before{
 content:"";

 display: block;
 width: 0;
 height: 0;
 left:-23px;
 top:-50px;
 border-style: solid;
 border-width: 120px 0 120px 300px;
 border-color: transparent transparent transparent rgba(61,102,255,0.3);
 position: absolute;
 z-index: 1;
}
.flow_section{
  float:left;
  position:relative;
  width:60%;
  line-height: 30px;
  z-index: 3
}

.flow_img{
   display:block;
   margin-left:auto;
   text-align: right;
   float:right;
   width:40%;
   vertical-align: bottom;
}

div.flow_section h3{
  font-size:2em;
  padding:20px 20px;
}

.flow_section_h3_num{
  font-size:130%;
  font-style: italic;
}

div.flow_section p{
  font-size:1.3em;
  padding:20px 20px;
  width:10  0%;
}

.message{
  color:#21508a;
  font-size:2.5em;
  text-align: center;
  width:85%;
  margin:auto;
}

.message span {
background:linear-gradient(transparent 60%, #ff6 60%);

}

/*-------------------メディアクエリ---------------------*/

@media only screen and (max-width: 1100px) {

  .flow_img{
     display:block;
     margin-left:auto;
     text-align: right;
     float:right;
     width:40%;
     vertical-align: bottom;
  }

  div.flow_section h3{
    font-size:1.5em;
    padding:20px 20px;
  }

  .flow_section_h3_num{
    font-size:120%;
    font-style: italic;
  }

  div.flow_section p{
    font-size:1.1em;
    padding:20px 20px;
    width:10  0%;
  }

  .message{
    color:#21508a;
    font-size:2.5em;
    text-align: center;
    width:80%;
    margin:auto;
  }

}

@media only screen and (max-width: 850px) {

  div.flow_section p{
    font-size:0.9em;
    padding:20px 20px;
    width:10  0%;
  }

  .flow_section_cover::before{
   content:"";
   display: block;
   width: 0;
   height: 0;
   left:-23px;
   top:-50px;
   border-style: solid;
   border-width: 120px 0 120px 300px;
   border-color: transparent transparent transparent rgba(61,102,255,0.3);
   position: absolute;
   z-index: 1;
  }
  .flow_section{
    float:both;
    position:relative;
    width:80%;
    line-height: 30px;
    z-index: 3
  }

  .flow_img{
     display:block;
     margin-left:0%;
     margin-right:0%;
     text-align: center;
     float:both;
     width:100%;
     vertical-align: bottom;
  }

  .flow_img img{
     width:100%;
  }

  div.flow_section p{
    font-size:1.3em;
    padding:20px 20px;
    width:130%;
  }

  .message{
    font-size:1.4em;
    width:90%;
  }

}

@media only screen and (max-width: 479px) {

  .flow_section_cover{
    width:90%;
    background:#21508a;
    margin:25px auto;
    line-height: 0px;
    color:#fff;
    position: relative;
  }

  div.flow_section p{
    font-size:0.9em;
    padding:20px 20px;
    width:100%;
  }

  .flow_section_cover::before{
   content:"";
   display: block;
   width: 0;
   height: 0;
   left:-13px;
   top:-10px;
   border-style: solid;
   border-width: 80px 0 80px 180px;
   border-color: transparent transparent transparent rgba(61,102,255,0.3);
   position: absolute;
   z-index: 1;
  }

  .flow_section{
    float:both;
    position:relative;
    width:80%;
    line-height: 30px;
    z-index: 3
  }

  .flow_img{
     display:block;
     margin-left:0%;
     margin-right:0%;
     text-align: center;
     float:both;
     width:100%;
     vertical-align: bottom;
  }

  .flow_img img{
     width:100%;
  }

  div.flow_section p{
    font-size:0.9em;
    padding:10px 0 10px 20px;
    width:120%;
  }

  .message{
    font-size:1.3em;
    width:90%;
  }

  div.flow_section h3{
    width:125%;
    font-size:1.1em;
  }

}

/*-------------------------
通っているお客様の性別＆年代
-------------------------*/

.nendai_ul{
text-align: center;
margin-top:  -50px;
margin-bottom:75px;
}

ul.nendai_ul li {
display: inline;
padding:0 5%;
}

ul.nendai_ul img {
  width: 377.25px;
}
@media only screen and (max-width: 767px) {

  .nendai_ul{
  margin-top:  -15px;
  margin-bottom:45px;
  padding:0 5%;
  }

  ul.nendai_ul li {
  padding:0 1%;
  }

  ul.nendai_ul img {
    width: 46%;
  }

  .form_before #item-list ul.cols-3 li {
  width: 32%;
  margin-right: 2%;
}
.form_before #item-list ul.cols-3 li:last-child {
  margin-right: 0;
}

}


/*-------------------------
お問い合わせフォーム
-------------------------*/


#sec10 {
	margin-top: 40px;
}
@media screen and (-webkit-min-device-pixel-ratio:0){
  #sec10 {
    margin-top: 0px;
  }
}
#sec10 .sec_ttl_underline{
text-align: center;
line-height: 1;
}
#sec10 .sec_ttl_underline .underline{
padding: 10px;
background-image: url(../images/sec_ttl_yello_BG.png);
background-position-y: 12px;
background-repeat: repeat-x;
display: -webkit-inline-box;
font-size: 2.2rem;
display: initial;
}
#sec10 .intro{
  padding-top: 20px;
	font-weight: bold;
	font-size: 3rem;
	letter-spacing: .15em;
}
#sec10 .intro_list{
	/*display: flex;
	justify-content: center;*/
	background-image: url(../images/sec10_dotline.png);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: .8em;
	margin-bottom: .8em;
	margin-top: 20px;
	font-size: 2.2rem;
}
#sec10 .intro_list_item{
padding-left: 50px;
/*background-image: url(../images/sec10_check.png);
background-repeat: no-repeat;
background-position: left;*/
margin: 5px 10px;
text-align: center;
letter-spacing:.1em;
background-size: contain;
}
#sec10 .intro_list_item .accent_chk{
position: relative;
}
#sec10 .intro_list_item .accent_chk:before{
content: "";
background-image: url(../images/sec10_check.png);
background-repeat: no-repeat;
position: absolute;
left: -35px;
top:-5px;
width: 30px;
height: 40px;
line-height: normal;
background-size: contain;
}

#sec10 .intro_box{
	text-align: center;
	padding-bottom: 30px;
	background-image: url(../images/sec10_triangle_bottom.png);
	background-position: bottom center;
	background-repeat: no-repeat;
}
#sec10 .intro_txt{
  padding-bottom: .8em;
  border-bottom: solid 1px #000;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
#sec10 .intro_txt{
  font-size: 2.2rem;
}
}
@media (min-width: 1025px) {
	#sec10 .intro{
  padding-top: 0px;
  }
	#sec10 .intro_list{
	display: flex;
	justify-content: center;
	margin-top: initial;
	font-size: inherit;
	}
	#sec10 .sec_ttl_underline .underline{
	padding: 1em 3em;
	background-image: url(../images/sec_ttl_yello_BG.png);
	background-position: bottom 30px center;
	background-repeat: repeat-x;
	display: -webkit-inline-box;
	font-size: inherit;
	line-height: initial;
	}
	#sec10 .intro_list_item{
	padding-left: 50px;
	margin: 0 30px;
	text-align: center;
	line-height: normal;
	}
  #sec10 .intro_list_item .accent_chk:before{
  left: -43px;
  width: 36px;
  }

  #sec10 .intro_box{
  margin-bottom: 1.5em;
  }

}


/*form*/
#sec10 .table-form{
	/*font-size: 1.8rem;*/
}
#sec10 .table-form tr{
	border-bottom: solid 1px #000;

	display: flex;
	flex-direction: column;
}
#sec10 .table-form tr td:first-child{
	font-weight: bold;
}
#sec10 .table-form th{
font-weight: bold;
padding-bottom: 1em;
}
#sec10 .table-form td:first-chiid{
	padding-bottom: 0;
}
#sec10 .table-form td{
	/*background-image: url(../images/sec10_dotline_length.png);*/
	background-repeat: repeat-X;
	background-position: left center;
	padding: 20px 5px 20px;
}
#sec10 .table-form .rec {
background: #dd3b3b;
color: #fff;
padding: 0 7px;
margin-top: 5px;
margin-left: 10px;
font-size: 0.8em;
white-space: nowrap;
float:right;
}
#sec10 .table-form .any {
background: #21508a;
color: #fff;
padding: 0 7px;
margin-top: 5px;
margin-left: 10px;
font-size: 0.8em;
white-space: nowrap;
float:right;
}
#sec10 .table-form .form-control{
	border: solid 1px #d3d3d3;
	margin-left: .5em;
	margin-bottom: 5px;
}
#sec10 .table-form .form-control.age{
	width: 42%;
}
#sec10 .table-form .style01{
	    display: -webkit-box;
}
#sec10 .table-form_list01{
	/*display: flex;*/
}
#sec10 .table-form_set,
#sec10 .sub-form{
	margin: 0 auto;
	margin-bottom: 30px;
}
#sec10 .sep{
	display: flex;
	flex-direction: column;
}
#sec10 .table-form_set input::-webkit-input-placeholder {
    font-size: .8em;
}
#sec10 .table-form_set input:-moz-placeholder {
    font-size: .8em;
}
#sec10 .table-form_set input::-moz-placeholder {
    font-size: .8em;
}
#sec10 .table-form_set input:-ms-input-placeholder {
    font-size: .8em;
}
#sec10 .table-form_list02 select,
#sec10 .table-form_list03 select,
#sec10 .table-form_list04 select {
	border: solid 1px #d3d3d3;
}
#sec10 .table-form_list02 select{
	margin-right: 5px;
}
#sec10 .table-form_list02 .outer_list{
	display: flex;
    white-space: nowrap;
    flex-direction: column;
}
#sec10 .table-form_list02 .outer_list span.note {
  font-size: .8em;
}
#sec10 .table-form_list02 .inner_list{
	display: flex;
	flex-wrap: wrap;
	/*width: 80%;*/
}
#sec10 .table-form_list02 .inner_list_item{
	display: flex;
	width: 23%;
	margin-right: .5%;
	margin-left: 1%;
	margin-bottom: 10px;
}


@media (min-width: 1025px) {
	#sec10 .table-form{
	font-size: 1.8rem;
	}
	#sec10 .table-form_list01{
	display: flex;
	}
  #sec10 .table-form .form-control{
  width: 300px;
  margin-right: 1em;
  margin-bottom: 0;
  margin-left: 0;
  }
	#sec10 .table-form .form-control.inquiry{
	width: 700px;
	}
	#sec10 .table-form tr{
	display: inherit;
	flex-direction: column;
	}
	#sec10 .table-form_list02 .inner_list_item{
	width: 23.5%;
	}
	#sec10 .table-form td{
	/*background-image: url(../images/sec10_dotline_length.png);*/
	background-repeat: repeat-X;
	background-position: left center;
	padding: 20px 5px 20px 25px;
	}
	#sec10 .sep{
	flex-direction: inherit;
	}
	#sec10 .table-form_list02 .inner_list_item:last-child{
		font-size: .8em;
	}
}

@media (max-width: 1024px) {
#sec10 .table-form_set,
#sec10 .sub-form{
  width: 100%;
}

#sec10 .table-form tr td:first-child {
  padding-bottom: 0;
}
}

#sec10 .sub-form{
	text-align: center;
}
#sec10 .btn_submit{
	background: -webkit-linear-gradient(89deg, rgb(33, 81, 139), rgb(14, 143, 209));
	background: linear-gradient(89deg, rgb(33, 81, 139), rgb(14, 143, 209));
	color: #fff;
	padding: .8em 5em;
  margin-top: 10px;
}
#sec10 .sub-form_submit{
	margin-top: 10px;
}
#sec10 .sub-form_submit span{
	position: relative;
}
#sec10 .sub-form_submit span:after{
	content: "";
	background-image: url(../images/sec10_triangle_bottom2.png);
	background-repeat: no-repeat;
	position: absolute;
	right: -60px;
	top: 3px;
	width: 16px;
	height: 16px;

}

@media (max-width: 479px) {
  #sec10 .table-form .style01 input{
    width: 88%;
  }
}

@media (min-width: 1025px) {
	#sec10 .sub-form {
    font-size: 0.6em;
    line-height: 1.5em;
	}
}

.link{
  text-decoration: underline!important;
}
.link:hover{
  text-decoration: none!important;
}


/* ハンバーガーメニュー */


.menu-btn {
  position: fixed;
  top: 5px;
  right: 5px;
  display: flex;
  height: 50px;
  width: 50px;
  justify-content: center;
  align-items: center;
  z-index: 90;
  background-color: #2492d7;
  margin: 0;
  transition: all ease 0.3s;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background-color: #ffffff;
  position: absolute;
  transition: all ease 0.3s;
}
.menu-btn span:before {
  bottom: 8px;
}
.menu-btn span:after {
  top: 8px;
}
#menu-btn-check:checked ~ .menu-btn {
  background: none;
}
#menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(255, 255, 255, 0);
}
#menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
}
#menu-btn-check {
  display: none;
}
.menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 80;
  background-color: #022357;
}
.menu-content ul {
  padding: 50px 10px 0;
}
.menu-content ul li {
  border-bottom: solid 1px #ffffff;
  list-style: none;
}
.menu-content ul li a {
  display: block;
  width: 100%;
  font-size: 15px;
  box-sizing: border-box;
  color:#ffffff;
  text-decoration: none;
  padding: 9px 15px 10px 0;
  position: relative;
}
.menu-content ul li a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  transform: rotate(45deg);
  position: absolute;
  right: 11px;
  top: 16px;
}
.menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;/*leftの値を変更してメニューを画面外へ*/
  z-index: 80;
  background-color: #022357;
  transition: all 0.5s;/*アニメーション設定*/
}
#menu-btn-check:checked ~ .menu-content {
  left: 0;/*メニューを画面内へ*/
}

.nav-logo a {
  display: block;
  padding: 15px 15% 20px;
}

@media (min-width: 769px) {
  .menu-btn {
    height: 60px;
    width: 60px;
  }

  .menu-content {
    max-width: 480px;
  background-color: rgba(2, 35, 87, .8);
}
.menu-content ul {
  padding: 70px 10px 0;
}
  #menu-btn-check:checked ~ .menu-content {
    left: calc(100% - 480px);
  }
  .menu-content ul li a {
    font-size: 18px;
    padding: 10px 15px 11px 0;
  }
  .menu-content ul li a::before {
    display: none;
  }
}


 /*-------------------------
 テーブルレイアウト
 -------------------------*/
.course_tbl01 {
	margin: 0 auto;
	border: 1px solid #ccc;
	width: 100%;
}

.course_tbl01 th{
	background-color: #1d4093;
	color: #fff;
  font-weight: bold;
}

.course_tbl01 th,
.course_tbl01 td {
	/*font-size: 22px;*/
	font-size: 18px;
	padding: 20px;
}

.course_tbl01 th {
	border-bottom: 1px solid #ccc;
	text-align: center;
	width: 25%;
	border-right: 1px solid #ccc;
	vertical-align: middle;
}

.course_tbl01 td {
	border-bottom: 1px solid #ccc;
	/* padding: 1.5% 0 1.5% 0; */
	/* width: 85%; */
	text-align: center;
	border-right: 1px solid #ccc;
}

.course_tbl01 td.left {
	text-align: left;
}

.price_box td {
	background-color: #BFBFBF;
	/* color: #fff; */
}

section.plan .course_tbl_note {
	font-size: 18px;
	font-weight: bold;
	text-align: left;
  margin-top: 10px;
}

/*-------------------メディアクエリ---------------------*/
@media only screen and (max-width: 767px){

  .course_tbl_box {
    width: 90%;
    margin: 0 auto;
  }

  .course_tbl01 th,
  .course_tbl01 td {
    font-size: 14px;
    padding: 20px 10px;
  }

  .course_tbl01 th {
    /*width: 40%;*/
  }
  .course_tbl01 td {
    /*width: 60%;*/
  }
  .plan_tbl_note {
    font-size: 14px;
  }
  }


section.voice {
  padding-bottom: 50px;
}

section.voice .swiper{
  position: relative;
  margin-bottom: 60px;
}

section.voice .swiper-slide {
  margin-bottom: 30px;
  height: auto;
}
section.voice .swiper-wrapper{
  display: flex;
}
section.voice .swiper-pagination {
  display: flex;
  justify-content: center;
}

section.voice .swiper-pagination .swiper-pagination-bullet{
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #808080;
  margin: 0 0 0 15px;
  caret-color: transparent;
}
section.voice .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #294c88;
}
section.voice .swiper-button-prev, section.voice .swiper-button-next{
  width: 55px;
  height: 55px;
  border-radius: 100%;
  position: absolute;
  top: 40%;
  background-color: #ddd;
  z-index: 3;
  caret-color: transparent;
}

section.voice .swiper-button-prev {
  left: 30%;
}

section.voice .swiper-button-next{
  right: 30%;
}
section.voice .swiper-button-prev:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin: -11px 0 0 -6px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
section.voice .swiper-button-next:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin: -11px -6px 0 -16px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

section.voice .swiper-slide dl.voice_box{
    border: 1px solid #ddd;
    height: 100%;
}
section.voice .swiper-slide dl dt{
  position: relative;
  padding: 35px 35px 35px 145px;
  min-height: 100px;
  font-size: 28px;
  color: #fff;
}
section.voice .swiper-slide dl dt.men{
    background: #345a99;
}
section.voice .swiper-slide dl dt.woman{
    background: #ee237e;
}
section.voice .swiper-slide dl dt.men::before{
  content: "";
  position: absolute;
  top: 16px;
  left: 40px;
  background: url(../images/ico_men.svg) no-repeat center bottom #fff;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
section.voice .swiper-slide dl dt.woman::before{
  content: "";
  position: absolute;
  top: 16px;
  left: 40px;
  background: url(../images/ico_woman.svg) no-repeat center bottom #fff;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
section.voice .swiper-slide dl dd{
    padding: 20px;
}
section.voice .swiper-slide dl dd span{
   color: #ff0000;
}
section.voice .pc_none{
    display: none;
}
section.voice small{
  padding-left: 15px;
  font-size: 20px;
}


@media only screen and (min-width: 767px) and (max-width: 1024px){
    section.voice .swiper-button-prev {
    left: 8%;
  }

  section.voice .swiper-button-next{
    right: 8%;
  }
}

@media only screen and (max-width: 766px){
  section.voice .swiper-slide dl.voice_box{
    margin: 20px 0;
  }
  section.voice .swiper-button-prev, section.voice .swiper-button-next{
    width: 30px;
    height: 30px;
  }
  section.voice .swiper-button-prev:before {
    margin: -6px 0 0 -3px;
    width: 10px;
    height: 10px;
  }
  section.voice .swiper-button-next:before {
    margin: -6px 0 0 -8px;
    width: 10px;
    height: 10px;
  }
  section.voice .swiper-slide dl dt{
    padding: 15px 0 0 37%;
    font-size: 5vw;
    min-height: 80px;
    line-height: 1.3;
  }
  section.voice .swiper-slide dl dt.men::before{
    top: 15px;
    left: 15%;
    width: 55px;
    height: 55px;
  }
  section.voice .swiper-slide dl dt.woman::before{
    top: 15px;
    left: 15%;
    width: 55px;
    height: 55px;
  }
  section.voice .swiper-slide dl dd{
    padding: 3%;
  }
    section.voice .swiper-button-prev {
    left: 3%;
  }

  section.voice .swiper-button-next{
    right: 3%;
  }
  section.voice .swiper-pagination {
    margin-top: 20px;
  }
  section.voice .pc_none{
    display: block;
  }
  section.voice small{
    padding-left: 0;
    font-size: 1rem;
  }
}





.service_sec .add_sec2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 130px;
}
.service_sec .add_sec2 .inner {
    border: 1px solid #0e346d;
    width: 1060px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 100px;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.service_sec .add_sec2 .inner:after {
    display: block;
    position: absolute;
    width: 99px;
    height: 55px;
    right: -10px;
    bottom: -10px;
    content: "";
    background: url(../images/add_row1.png) no-repeat center top;
}
.service_sec .add_sec2 .inner .left {
    border-right: 3px solid #0e346d;
    padding-right: 60px;
}
.service_sec .add_sec2 .inner .left .title_add_sec2 .cm_tt {
    margin: 0 0 40px;
    line-height: 1.2;
    font-size: 35px;
}
.service_sec .add_sec2 .inner .right {
    width: 545px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    font-size: 14px;
}
.service_sec .add_sec2 .inner .right h3 {
    text-align: left;
    font-size: 30px;
    font-weight: bold;
    color: #21508a;
    margin-bottom: 15px;
}
.service_sec .add_sec2 .inner .right dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.service_sec .add_sec2 .inner .right dl dt {
    background: #21508a;
    padding: 5px 25px;
    color: #fcff4e;
    font-size: 16px;
    margin-right: 20px;
}
.service_sec .add_sec2 .inner .right dl dd {
    font-size: 30px;
    font-weight: 200;
}
.service_sec .add_sec2 .inner .right dl dd span {
    font-weight: bold;
}
.service_sec .add_sec2 .inner .right dl dd strong {
    font-size: 16px;
    font-weight: normal;
}

@media only screen and (max-width: 766px) {
    .service_sec .add_sec2 {
        width: 100%;
    }
    .service_sec .add_sec2 .inner {
        width: 100%;
        padding: 8% 3%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .service_sec .add_sec2 .inner .left {
        text-align: center;
        width: 100%;
        padding-right: 0;
        border-bottom: 2px solid #0e346d;
        border-right: none;
        margin-bottom: 5%;
    }
    .service_sec .add_sec2 .inner .left .title_add_sec2 .cm_tt {
        font-size: 26px;
    }
    .service_sec .s_sec.spec .spec_img img:last-child {
        display: block;
    }
    .service_sec .s_sec.spec .spec_img img:first-child {
        display: none;
    }
    .service_sec .add_sec2 .inner .right {
        width: 100%;
    }
    .service_sec .add_sec2 .inner .right .right1 h3 {
        font-size: 16px;
    }
    .service_sec .add_sec2 .inner .right .right1 dl dt {
        padding: 3px 10px;
        margin-right: 10px;
    }
    .service_sec .add_sec2 .inner .right .right1 dl dd {
        font-size: 22px;
    }
    .service_sec .add_sec2 .inner .right .right2 {
        text-align: right;
    }
    .service_sec .add_sec2 .inner .right .right2 img {
        width: 70%;
    }
}

#clubconcept .btn_machine{
  border: 1px solid #21508a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    text-decoration: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    width: 100%;
    color: #e4ff00;
    font-weight: bold;
    font-size: 18px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #022357;
    -webkit-transition: all ease 1s;
    -o-transition: all ease 1s;
    transition: all ease 1s;
}
#clubconcept .btn_machine:hover{
  background: #000;
  color: #fff;
}

@media only screen and (max-width: 766px) {
  #clubconcept .btn_machine{
    margin-top: 20px;
  }
}

.btn_f{

  gap: 20px;
}

@media only screen and (max-width: 766px) {
  .btn_f{
    flex-direction: column;
    gap: 10px;
  }
}

