featurefeaturefeaturefeaturefeaturefeature@charset "utf-8";
/* CSS Document */
* {
   box-sizing: border-box;
}

html{font-size: 62.5%; /* 16px × 62.5% = 10px */
}

body {
   margin: 0;
   padding: 70px 0 0;
   font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif", "游明朝体", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
   background-color: #ffffff;
    -webkit-font-smoothing:antialiased; /*macで見た時にフォントが少し太くなるのを防ぐ*/
	-moz-osx-font-smoothing:grayscale;
    font-size: 1.6rem;
    -webkit-text-size-adjust: 100%;
}

img{
	width: 100%; /*横幅100％で伸縮*/
	height: auto; /*縦横比率を保ったまま*/
	vertical-align: middle; /*cssを指定していくと画像の上に数pxだけ余白が出てしまうことがあるので、その防止*/
}


a{text-decoration: none;
}

ul{list-style: none;
}


h4{text-align: center;
font-size: 2rem;
    margin-top: 220px;
    margin-bottom: 100px;
}


h4::after {
  content: '';
  width: 350px;
  height: 5px;
  display: block;
  background-color: #436240;
  position: absolute;
  bottom: -20px;
  left: 50%;
    transform: translateX(-50%);
}



/*ヘッダー---------------------*/

header {
    width: 100%;
    padding: 10px 4% 10px;
    background-color: #ffffff;
	position: fixed;
    top: 0;
	display: flex;
    align-items: center;
	z-index: 2;
}



header h1 {
   margin: 0; 
   padding: 0;
}


header h1 img{width: 250px;}

header a {	
   text-decoration: none;
   color: #3f3126;
}

header a p:hover{color: #ffffff;
background:#3f3126;
}


header ul {
   list-style: none;
   margin: 0;
   display: flex;
	widows: 100%;
}

header li {
   margin: 0 0 0 20px;
   font-size: 14px;
	text-align: center;
}

header nav {
   margin: 0 0 0 auto;
}



/* スマホ用メニュー非表示 */
.sp-nav {
   display: none;
}

/*メイン---------------------*/

.top_img {
  position: relative;
    background-image: url("../images/bg.jpg");
    height: 35vh;
    background-size: cover;
    background-position: center;
}

.top_img p {
  color: #fff;
  font-size: 30px;
  left: 50%;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
    text-align: center;
    text-shadow:1px 1px 0 #3f3126, -1px -1px 0 #3f3126,
              -1px 1px 0 #3f3126, 1px -1px 0 #3f3126,
              0px 1px 0 #3f3126,  0-1px 0 #3f3126,
              -1px 0 0 #3f3126, 1px 0 0 #3f3126;
}


/*キャッチフレーム---------------------*/



.catchphrase{text-align: center;
font-size: 2.6rem;
line-height: 5.5rem;
margin-top: 80px
}

.catchphrase font{font-size: 3rem;
line-height: 12rem;
}

.catchphrase_h3 {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2.6rem;
	text-align: center;
    margin-top: 10px;
}

.catchphrase_h3::before,
.catchphrase_h3::after {
	content: '';
	width: 2px;
	height: 30px;
	background-color: #000000;
}

.catchphrase_h3::before {
	margin-right: 20px;
	transform: rotate(-35deg)
}
.catchphrase_h3::after {
	margin-left: 20px;
	transform: rotate(35deg)
}

/*画面を開いたら出てくる-------*/
.fadeUp{
animation-name:fadeUpAnime;
animation-duration:1.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}




main img{max-width: 100%}


/*当スクールの特徴---------------------*/


.features {
margin: 100px auto;
	max-width:95%;
    width: 1200px;
    text-align: center;
    background: url("../images/bg_features.jpg");
    background-position: top;
	background-repeat:no-repeat;
    background-size: 1200px auto;
    position: relative;
	padding-bottom:230px;
}



.features_wrap{display: flex;
    justify-content: center;
    padding-top: 100px;
}

.features_1{
width: 280px;
    background: rgba(255, 255, 255, 0.90);
    height: 170px;
    text-align: center;
}

.features_1 p{font-size: 1.6rem;
font-weight: bold;
letter-spacing: 0.08rem;
line-height: 2.5rem;
}

.features_2{
width: 280px;
    background: rgba(255, 255, 255, 0.90);
    height: 170px;
    text-align: center;
    margin-left: 30px;
}

.features_2 p{font-size: 1.6rem;
font-weight: bold;
letter-spacing: 0.08rem;
line-height: 2.5rem;
}

.features_3{
width: 280px;
    background: rgba(255, 255, 255, 0.90);
    height: 170px;
    text-align: center;
    margin-left: 30px;
}

.features_3 p{font-size: 1.6rem;
font-weight: bold;
letter-spacing: 0.08rem;
line-height: 2.5rem;
}

.features_title{background-color: #FFC02B;
    color: #3f3126;
    margin-bottom: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}



/*料金表---------------------*/

.school_price{margin: 0 auto;
width:80%;
max-width:600px;
    font-size: 1.8rem;
}

.school_price_tr_top{border-top:2px solid #000;
}


.school_price td{border-bottom:2px solid #000;
    height: 50px;
    padding-top: 13px;
}

.school_price_td_right{width:350px;
line-height:2rem;
}

.school_price_td_left{width:250px;
line-height:2rem;
}

/*指導者---------------------*/

.coach_img{width:180px;
}

.coach_01{display: flex;
align-items: center;
}

.coach_02{display: flex;
align-items: center;
margin-left:10%;
}

.coach{display:flex;
justify-content:center;
}


.coach_text{padding-left:20px;
max-width:60%;
}
.coach_text p{font-size: 1.6rem;
}

.coach_text_title{font-size: 1.8rem;
}

.coach_text_name{font-size: 1.8rem;
}

/*申込TELL---------------------*/


.school_application {
    padding: 0.5em 1em;
    margin: 180px auto;
    color: #3f3126;
    background: #FFFBEB;/*背景色*/
    border-top: solid 6px #FFDB4B;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);/*影*/
	max-width:520px;
	width:80%;
    text-align: center;
}
.school_application p {
    margin: 0; 
    padding: 0;
    font-size: 1.8rem;
    line-height: 3.5rem;
    letter-spacing: 0.08rem
}

.school_application_tell{font-size:2rem;
    letter-spacing: 0.08rem;
}


/*フッター---------------------*/

.footer {
  position: relative;
    margin-top: 192px;
    width: 100%;
}

.footer .main .left {
  background-color: #544238;
  padding: 50px 40px;
    background-image: url("../../images/footer_bg.jpg");
    background-size: cover;
    background-position: center;
}

.footer .main .logo {
  color: #000;
  font-size: 1.6rem;
  margin-bottom: 16px;
    padding-bottom: 1.8rem;
  text-align: left;
}

.footer .main .address {
  color: #000;
  font-size: 1.6rem;
  margin-bottom: 1.7rem;
  text-align: left;
}

.br{display: none;
}


.footer .main .tel {
  color: #000;
  font-size: 1.6rem;
  margin-bottom: 1.7rem;
  text-align: left;
}


.footer .main .information {
  color: #000;
  font-size: 1.6rem;
  margin-bottom: 1.7rem;
  text-align: left;
}



.footer .main .nav a {
  color: #fff;
}



.footer .main {
    display: flex;
  }


.footer .main .left {
    width: 50%;
  }

.footer .main .left .inner {
    margin: 10px auto;
    text-align: center;
    width: 400px;
    background: rgba(255, 255, 255, 0.70);
    padding-top: 20px;
    padding-bottom: 20px;
  }

.footer .main .head {
    display: inline-block;
    font-size: 0;
  }

 .footer .main .logo {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }




 .footer .main .right {
    display: flex;
    width: 50%;
     background: #544238;
  }

.footer .main .right .inner {
    padding-left: 40px;
    width: 100%;
  }

.footer .main .nav {
    font-size: 0;
    margin-bottom: -20px;
  }

.footer ul{
    display: flex;
    flex-wrap: wrap;
    width: 400px;
    margin-top: 90px;
    margin-left: 10%;
}

.footer .main .nav li {
    display: block;
    font-size: 1.3rem;
    margin-bottom: 20px;
    margin-right: 70px;
    width: 120px;
  }


.footer .main .nav a {
    padding-right: 1rem;
    position: relative;
	text-decoration: none;
  }

 .footer .main .nav a::before {
    position: absolute;
    height: 3px;
    right: 0;
    top: 0;
    width: 5px;
    font-size: 1.2rem;
  }

.footer .main .nav a:hover {
    color: #c4341a;
    opacity: 1;
  }

.footer .main .nav a:hover::before {
    color: #c4341a;
  }


.copyright{text-align: center;
background-color: #ffffff;
color: #000000;
font-size: 1rem;
margin: 10px auto;
padding: 0 0 20px;
    width: 100%;
}









/*画面を下から出していく為---------------------*/

.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(50px);
  opacity: 0;
}
.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}




/*タブレット用---------------------*/


@media screen and (max-width: 1024px) {
    
    
    body{padding: 0;
    }
    
    h4{margin-top: 160px;
}
    
   /*タブレット　ヘッダー---------------------*/ 
    
   header {
    width: 100%;
    padding: 10px 4% 0px;
} 
    
   header h1 img{width: 250px;}
    
    /*タブレット　メニュー---------------------*/
    
	.pc-nav {
      display: none;
   }
   .sp-nav {
      z-index: 1;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100vh;
      display: block;
      width: 100%;
      background: rgba(0, 0, 0, .8);
      opacity: 0;
      transform: translateY(-100%);
      transition: all .2s ease-in-out;
   }
   #hamburger {
      position: relative;
      display: block;
      width: 30px;
      height: 25px;
      margin: 0 0 0 auto;
   }
   #hamburger span {
      position: absolute;
      top: 50%;
      left: 0;
      display: block;
      width: 100%;
      height: 2px;
      background-color: #3f3126;
      transform: translateY(-50%);
   }
   #hamburger::before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: #3f3126;
   }
   #hamburger::after {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 70%;
      height: 2px;
      background-color: #3f3126;
   }
   /*タブレットメニュー*/
   .sp-nav ul {
      padding: 0;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      height: 100%;
   }
   .sp-nav li {
      margin: 0;
      padding: 0;
   }
    .sp-nav li a{color: #FFFFFF;
    }
   .sp-nav li span {
      font-size: 15px;
      color: #ffffff;
   }
   .sp-nav li a, .sp-nav li span {
      display: block;
      padding: 20px 0;
   }
   /*-閉じるアイコンー*/
   .sp-nav .close {
      position: relative;
      padding-left: 20px;
   }
   .sp-nav .close::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      display: block;
      width: 16px;
      height: 1px;
      background: #fff;
      transform: rotate( 45deg );
   }
   .sp-nav .close::after {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      display: block;
      width: 16px;
      height: 1px;
      background: #fff;
      transform: rotate( -45deg );
   }
   .toggle {
      transform: translateY( 0 );
      opacity: 1;
   }

	
	
	
	
    /*タブレット用　メイン---------------------*/
    
    .top_img {
    background-image: url("../images/bg_sp.jpg");
    height: 42vh;
}
    .top_img p {
  font-size: 3rem;
        text-shadow:0.5px 0.5px 0 #3f3126, -0.5px -0.5px 0 #3f3126,
              -0.5px 0.5px 0 #3f3126, 0.5px -0.5px 0 #3f3126,
              0px 0.5px 0 #3f3126,  0-0.5px 0 #3f3126,
              -0.5px 0 0 #3f3126, 0.5px 0 0 #3f3126;
    }

    /*タブレット用　キャッチフレーズ--------------*/
    
    .catchphrase{font-size: 2rem;
        line-height: 3rem;
        margin-top: 50px
}
    
.catchphrase font{font-size: 2.4rem;
line-height: 12rem;
}
    .catchphrase_h3 {
	font-size: 2rem;
}
    
    /*タブレット用　当スクールの特徴--------------*/
    
    .features {
margin: 100px auto;
	max-width:95%;
    width: 1024px;
    text-align: center;
    background: url("../images/bg_features.jpg");
    background-position: top;
	background-repeat:no-repeat;
    background-size: 1024px auto;
    position: relative;
	padding-bottom:230px;
}



    
    
.features_1{
width: 200px;
    max-width: 100%;
    margin-left: 10px;
}
    
    
    
    
    .features_wrap{display: flex;
        justify-content: space-around;
    padding-top: 100px;
}

.features_1 p{font-size: 1.6rem;
font-weight: bold;
letter-spacing: 0.08rem;
line-height: 2.5rem;
}

.features_2{
width: 200px;
    max-width: 100%;
    margin-left: 10px;
}

.features_2 p{font-size: 1.6rem;
font-weight: bold;
letter-spacing: 0.08rem;
line-height: 2.5rem;
}

.features_3{
width: 200px;
    max-width: 100%;
    margin-left: 10px;
}

.features_3 p{font-size: 1.6rem;
font-weight: bold;
letter-spacing: 0.08rem;
line-height: 2.5rem;
}


    
    /*タブレット用　料金表--------------*/
    
    .school_price{font-size: 1.6rem;
}
    
 /*タブレット用　指導者--------------*/



.coach_02{margin-left: 5%;
}

  /*タブレット用 お申込み--------------*/   
    
    
    .school_application p {
    margin: 0; 
    padding: 0;
    font-size: 1.6rem;
    line-height: 2.2rem;
    letter-spacing: 0.08rem
}

.school_application_tell{font-size:1.8rem;
    letter-spacing: 0.08rem;
    line-height: 5rem;
}

    
    

	/*タブレット用　フッター--------------*/
	
	.footer .main {
        display: block;
        width: 100vw;
  }
	
	.footer .main .left {
    width: 100%;
  }
	
	.footer .main .left .inner {
    margin-left: auto;
    text-align: center;
    width: 60%;
  }
	
	.footer .main .address {
  font-size: 1.4rem;
  margin-bottom: 1.7rem;
  text-align: center;
}
    
   .br{display: block;
        line-height: 0.5rem;
}

.footer .main .tel {
  font-size: 1.4rem;
  margin-bottom: 1.7rem;
  text-align: center;
}


.footer .main .information {
  font-size: 1.4rem;
  margin-bottom: 1.7rem;
  text-align: center;
}

	
	.footer .main .right {
    width: 100%;
  }
	
	.footer .main .right .inner {
        margin: 0 auto;
    text-align: center;
    width: 70%;
        padding-left: 0px;
  }
	
	.footer ul{
        justify-content: center;
        margin-top: 0px;
        padding-top: 50px;
        padding-bottom: 20px;
        text-align: left;
        width: 100%;
        margin-left: 0px;
	}
    
    .footer .main .nav li {
    display: block;
    font-size: 1.3rem;
    margin-bottom: 50px;
    margin-right: 0px;
    width: 150px;
        padding-left: 30px;
  }
	
    .copyright{
padding: 10px 0 10px;
}
    
    
 /*----------------タブレット用フッター*/





/*スマホ用---------------------*/


@media screen and (max-width: 599px) {
    
    
    body{padding: 0;
    }
    
    h4{margin-top: 160px;
}
    
   /*スマホ　ヘッダー---------------------*/ 
    
   header {
    width: 100%;
    padding: 10px 4% 0px;
} 
    
   header h1 img{width: 190px;}
    
    /*スマホ　メニュー---------------------*/
    
	.pc-nav {
      display: none;
   }
   .sp-nav {
      z-index: 1;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100vh;
      display: block;
      width: 100%;
      background: rgba(0, 0, 0, .8);
      opacity: 0;
      transform: translateY(-100%);
      transition: all .2s ease-in-out;
   }
   #hamburger {
      position: relative;
      display: block;
      width: 30px;
      height: 25px;
      margin: 0 0 0 auto;
   }
   #hamburger span {
      position: absolute;
      top: 50%;
      left: 0;
      display: block;
      width: 100%;
      height: 2px;
      background-color: #3f3126;
      transform: translateY(-50%);
   }
   #hamburger::before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: #3f3126;
   }
   #hamburger::after {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 70%;
      height: 2px;
      background-color: #3f3126;
   }
   /*スマホメニュー*/
   .sp-nav ul {
      padding: 0;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      height: 100%;
   }
   .sp-nav li {
      margin: 0;
      padding: 0;
   }
    .sp-nav li a{color: #FFFFFF;
    }
   .sp-nav li span {
      font-size: 15px;
      color: #ffffff;
   }
   .sp-nav li a, .sp-nav li span {
      display: block;
      padding: 20px 0;
   }
   /*-閉じるアイコンー*/
   .sp-nav .close {
      position: relative;
      padding-left: 20px;
   }
   .sp-nav .close::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      display: block;
      width: 16px;
      height: 1px;
      background: #fff;
      transform: rotate( 45deg );
   }
   .sp-nav .close::after {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      display: block;
      width: 16px;
      height: 1px;
      background: #fff;
      transform: rotate( -45deg );
   }
   .toggle {
      transform: translateY( 0 );
      opacity: 1;
   }

	
	
	
    /*スマホ用　メイン---------------------*/
    
    .top_img {
    background-image: url("../images/bg_sp.jpg");
    height: 42vh;
}
    .top_img p {
  font-size: 2.2rem;
        white-space: nowrap;
        text-shadow:0.5px 0.5px 0 #3f3126, -0.5px -0.5px 0 #3f3126,
              -0.5px 0.5px 0 #3f3126, 0.5px -0.5px 0 #3f3126,
              0px 0.5px 0 #3f3126,  0-0.5px 0 #3f3126,
              -0.5px 0 0 #3f3126, 0.5px 0 0 #3f3126;
    }

    /*スマホ用　キャッチフレーズ--------------*/
    
    .catchphrase{font-size: 1.5rem;
        line-height: 2.5rem;
        margin-top: 50px
}
    
.catchphrase font{font-size: 2rem;
line-height: 12rem;
}
    .catchphrase_h3 {
	font-size: 1.5rem;
}
    
    .catchphrase_h3::before,
.catchphrase_h3::after {
	content: '';
	width: 1px;
	height: 20px;
	background-color: #000000;
}
    
    /*スマホ用　当スクールの特徴--------------*/
    
    
    .features {
    background: url("../images/bg_features_sp.jpg");
    background-position: top;
		background-size:599px auto;
		background-repeat:no-repeat;
		width:599px;
        padding-bottom:50px;
}

    .features_wrap{display: block;
        margin: 0 auto;
        padding-top: 50px;
}
    
    
    .features_1{
width: 220px;
    background: rgba(255, 255, 255, 0.90);
    height: 150px;
    text-align: center;
        margin: 0 auto;
}
    
    .features_1 p{font-size: 1.6rem;
        font-weight: normal;
letter-spacing: 0.08rem;
line-height: 2.5rem;
}
    
    
    .features_2{
width: 220px;
    background: rgba(255, 255, 255, 0.90);
    height: 150px;
    text-align: center;
    margin: 0 auto;
        margin-top: 30px;
}

.features_2 p{font-size: 1.6rem;
font-weight: normal;
letter-spacing: 0.08rem;
line-height: 2.5rem;
}

.features_3{
width: 220px;
    background: rgba(255, 255, 255, 0.90);
    height: 150px;
    text-align: center;
    margin: 0 auto;
    margin-top: 30px;
}

.features_3 p{font-size: 1.6rem;
font-weight: normal;
letter-spacing: 0.08rem;
line-height: 2.5rem;
}

    
    
    
    
    
    
     /*スマホ用　料金表--------------*/
    
    .school_price{
width:90%;
}

    .school_price{font-size: 1.4rem;
}
    
    
 /*スマホ用　指導者--------------*/

.coach{display:block;
width:80%;
margin:0 auto;}


.coach_02{margin-left: 0;
margin-top:48px;
}

    .coach_img{width:135px;
}
    
    .coach_text_name{font-size: 1.5rem;
}

    
  /*スマホ用 お申込み--------------*/   
    
    
    .school_application p {
    margin: 0; 
    padding: 0;
    font-size: 1.4rem;
    line-height: 2rem;
    letter-spacing: 0.08rem
}

.school_application_tell{font-size:1.8rem;
    letter-spacing: 0.08rem;
    line-height: 5rem;
}

    
    

	/*スマホ用　フッター--------------*/
	
	.footer .main {
        display: block;
        width: 100vw;
  }
	
	.footer .main .left {
    width: 100%;
  }
	
	.footer .main .left .inner {
    margin-left: auto;
    text-align: center;
    width: 100%;
  }
	
	.footer .main .address {
  font-size: 1.4rem;
  margin-bottom: 1.7rem;
  text-align: center;
}
    
   .br{display: block;
        line-height: 0.5rem;
}

.footer .main .tel {
  font-size: 1.4rem;
  margin-bottom: 1.7rem;
  text-align: center;
}


.footer .main .information {
  font-size: 1.4rem;
  margin-bottom: 1.7rem;
  text-align: center;
}

	
	.footer .main .right {
    width: 100%;
  }
	
	.footer .main .right .inner {
    margin-left: auto;
    text-align: center;
    width: 100%;
        padding-left: 0px;
  }
	
	.footer ul{
        justify-content: center;
        margin-top: 0px;
        padding-top: 50px;
        padding-bottom: 20px;
        text-align: left;
        width: 100%;
        margin-left: 0px;
	}
    
    .footer .main .nav li {
    display: block;
    font-size: 1.3rem;
    margin-bottom: 50px;
    margin-right: 0px;
    width: 150px;
        padding-left: 30px;
  }
	
    .copyright{
padding: 10px 0 10px;
}
    
    
 /*----------------スマホ用フッター*/   
    
	
	
	
}

