/* CSS Document */

body{
color:#000;
margin:0 auto;
}


/* ================================================================================
	@SP BreakPoint Max 767px
================================================================================ */
@media screen and (max-width: 849px) {
  /* 1:Hero Block CSS
  ================================================*/
  #hero-lp {
    width: 100%;
  }
  #hero-lp .hero-img {
    text-align: center;
  }
  #hero-lp .hero-img .sp {
    display: inline-block;
  }
  #hero-lp .hero-img .tablet {
    display: none;
  }
  #hero-lp .hero-lead {
    padding: 30px 10px;
    text-align: center;
    background-color: #000;
  }
  #hero-lp .hero-lead .sp {
    display: inline-block;
  }
  #hero-lp .hero-lead .lead-txt {
    line-height: 1.7;
    font-size: 1.4rem;
  }
  #hero-lp .hero-lead .lead-txt .br {
    display: block;
  }
  
  
  .taiken{
  width:100%;
  margin:0 auto;
  }
  
  .button{
  width:80%;
  padding: 10px 0;
  text-decoration: none;
  background: #ffa500;/*ボタン色*/
  text-align:center;
  border-bottom: solid 4px #d2691e;
  border-radius: 3px;
  margin:30px auto;
  font-size:1.5em;
  font-weight:bold;
  }
  
  .button a{
  color: #FFF;
  }
  
  .button :active {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);/*影を小さく*/
  border-bottom: none;
}
  
  #point {
  margin:40px auto;
  text-align:center;
  background-color:#fafad2;
  padding:30px 5%;
  }
  
  #point h2{
  font-size:1.7em;
  border-bottom:1px solid #009FE7;
  margin:10px auto;
  display:inline-block;
  color:#009FE7;
  }
  
  #point h3{
  margin:5px 0;
  }
  
  #point ul li{
  margin-bottom:20px;
  }
  
    /* 施設　ここがすごい
-------------------------------------------------- */

#shisetsu {
  margin:40px auto;
  text-align:center;
  padding:30px 5%;
  }
  
  #shisetsu h2{
  font-size:1.5em;
  border-bottom:1px solid #009FE7;
  margin:10px auto;
  display:inline-block;
  color:#009FE7;
  }
  
  #shisetsu h3{
  font-size:16px;
  margin:5px 0;
  }
  
  #shisetsu ul li{
  margin-bottom:20px;
  padding:10px;
  background-color:#00A0E9;
  color:#fff;
  }
  
  #shisetsu ul li p{
  margin-top:10px;
  }


   /* レッスン時間のご案内
-------------------------------------------------- */
  
  #info {
  margin:30px auto 0;
  text-align:center;
  padding:30px 0;
  background-color:#fafad2;
  }
  
  #info h2{
  font-size:1.7em;
  border-bottom:1px solid #009FE7;
  margin:10px auto;
  display:inline-block;
  color:#009FE7;
  }
  
  #info h3{
  margin:30px 0 10px;
  font-size:1.7em;
  display:inline-block;
  border-bottom:1px solid #009FE7;
  color:#009FE7;
  }
  
  #info p{
  font-size:1.0em;
  }
  
  
  /* 駐車場
-------------------------------------------------- */
#chusha{
	margin:0;
}

  /* 体験の流れ
-------------------------------------------------- */


#flow {
  margin:0 auto 40px ;
  text-align:center;
  background-color:#fafad2;
  padding:30px 0;
  }
  
  #flow h2{
  font-size:1.7em;
  border-bottom:1px solid #009FE7;
  margin:10px auto;
  display:inline-block;
  color:#009FE7;
  }
  
    /* TOPに戻る
-------------------------------------------------- */
  
  #return{
  width:100%;
  text-align:center;
  margin-bottom:50px;
  }
  
  #return a{
  text-decoration:underline;
  }


 

  /* 5: フッター
  ================================================*/
  #footer {
    background-color: #FFFFFF;
  }
  #footer #foot-link {
    padding: 30px 15px;
  }
  #footer .title {
	text-align: center;
    padding: 10px 12px;
    font-size: 3rem;
    color: #000000;
  }
  #footer .elea {
	text-align: center;
    padding: 15px 12px;
    font-size: 2rem;
    color: #000000;
  }
  #footer .link-list li {
    margin-top: 5px;
  }
  #footer .link-list li a {
    display: block;
    padding: 15px;
    background: #009FE7 url(../images/icon_arrow_sp01.png) 97% center no-repeat;
    background-size: 14px auto;
    color: #FFFFFF;
    font-size: 1.4rem;
    font-weight: bold;
  }
  #footer #copy {
    padding: 10px;
    background: #fff;
    text-align: center;
  }
  #footer #copy small {
    font-size: 1.4rem;
    color: #009FE7;
  }
}
/* ================================================================================
	Tablet 481px
================================================================================ */
/* ================================================================================
	PC 768px
================================================================================ */
@media screen and (min-width: 850px) {
  /* 1:Hero Block CSS
  ================================================*/
  #hero-lp {
    width: 100%;
  }
  #hero-lp .hero-img {
    text-align: center;
  }
  #hero-lp .hero-img .sp {
    display: none;
  }
  #hero-lp .hero-img .tablet {
    display: inline-block;
  }
  #hero-lp .hero-img .tablet img {
    width: 100%;
  }
  #hero-lp .hero-lead {
    padding: 50px 10px;
    text-align: center;
    background-color: #000;
  }
  #hero-lp .hero-lead .lead-txt {
    line-height: 1.7;
    font-size: 1.6rem;
  }
  
  main{
  width:100%;
  margin:0 auto;
  }
  
  .taiken{
  width:100%;
  margin:0 auto;
  }
  
  .button{
  width:500px;
  padding: 10px 0;
  text-decoration: none;
  background: #ffa500;/*ボタン色*/
  text-align:center;
  border-bottom: solid 4px #d2691e;
  border-radius: 3px;
  margin:30px auto;
  font-size:1.5em;
  font-weight:bold;
  }
  
  .button a{
  color: #FFF;
  }
  
  .button :active {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);/*影を小さく*/
  border-bottom: none;
}
  
  #point {
  margin:40px auto;
  text-align:center;
  background-color:#fafad2;
  padding:30px 0;
  }
  
  #point h2{
  font-size:1.7em;
  border-bottom:1px solid #009FE7;
  margin:10px auto;
  display:inline-block;
  color:#009FE7;
  }
  
  #point h3{
  margin:7px 0;
  }
  
  #point ul {
  text-align:center;
	max-width:1400px;
	margin:10px auto;
}

#point ul li{
display:inline-block;
width:25%;
vertical-align:top;
padding:1%;
margin:0 auto;
}

#point ul li p{
text-align:left;
line-height:150%;
}


  /* 施設　ここがすごい
-------------------------------------------------- */

#shisetsu {
  margin:40px auto;
  text-align:center;
  padding:30px 0;

  }
  
  #shisetsu h2{
  font-size:1.7em;
  border-bottom:1px solid #009FE7;
  margin:10px auto;
  display:inline-block;
  color:#009FE7;
  }
  
  #shisetsu h3{
  margin:5px 0;
  }
  
  #shisetsu ul {
    text-align:center;
	max-width:1400px;
	margin:10px auto;


}

#shisetsu ul li{
  text-align:left;

width:80%;
	display: inline-block;
padding:2.3%;
margin:10px;
background-color:#00A0E9;
color:#fff;
font-size:20px;

}






#shisetsu ul li p{
text-align:center;
line-height:150%;
margin-top:10px;
}

  /* レッスン時間のご案内
-------------------------------------------------- */
#info {
  margin:40px auto 0;
  text-align:center;
  padding:30px 0;
  background-color:#fafad2;
  }
  
  #info h2{
  font-size:1.7em;
  border-bottom:1px solid #009FE7;
  margin:10px auto;
  display:inline-block;
  color:#009FE7;
  }
  
  #info h3{
  margin:60px auto 10px;
  font-size:1.7em;
  display:inline-block;
  border-bottom:1px solid #009FE7;
  color:#009FE7;
  }
  
  #info p{
  font-size:1.7em;
  letter-spacing:0.09em;
  font-size:15px
  
  }
  
  
  /* 駐車場
-------------------------------------------------- */
#chusha{
	margin:0;
}


#flow {
  margin:0 auto 40px ;
  text-align:center;
  background-color:#fafad2;
  padding:30px 0;
  }
  
  #flow h2{
  font-size:1.7em;
  border-bottom:1px solid #009FE7;
  margin:10px auto;
  display:inline-block;
  color:#009FE7;
  }
  
  #return{
  width:100%;
  text-align:center;
  margin-bottom:50px;
  }
  
  #return a{
  text-decoration:underline;
  }


  /* 5: Footer Block CSS
  ================================================*/
  #footer {
    background-color: #FFFFFF;
  }
  #footer #foot-link {
    padding: 40px 12px;
    text-align: center;
  }
  #footer .title {
    padding: 10px 12px;
    font-size: 3rem;
    color: #000000;
  }
  #footer .elea {
    padding: 15px 12px;
    font-size: 2rem;
    color: #000000;
  }
  #footer .link-list li {
    display: inline-block;
    vertical-align: top;
    width:250px;
    height:40px;
    padding: 12px 10px;
    margin: 10px 15px 10px 15px;
    text-align: center;
    background: #2793e6;
    color:#f1f1f1;
    border-radius: 4px;
    box-shadow: 0px 0px 0px 5px #2793e6;
} 
  #footer .link-list a{
    color:#FFFFFF;
} 
  #footer .link-list li:first-child {
    margin-left: 0;
  }
  #footer #copy {
    padding-bottom: 20px;
    text-align: center;
  }
  #footer #copy small {
    font-size: 1.4rem;
    color: #009FE7;
  }
}

}
/* ================================================================================
	WidePC 1400px
================================================================================ */
@media screen and (min-width: 1400px) {
  /* 1:Hero Block CSS
  ================================================*/
  #hero-lp .hero-lead .lead-txt {
    font-size: 2.6rem;
  }
  #hero-lp .hero-lead .lead-txt .br {
    display: inline;
  }
  #hero-lp .hero-lead .lead-txt .br.wide-pc {
    display: block;
  }



  /* 4: Campaign Block CSS
  ================================================*/
  /* 5: Footer Block CSS
  ================================================*/
  #footer #foot-link {
    max-width: 1520px;
    margin: 0 auto;
    padding: 90px 0 60px;
  }
  #footer .link-list li {
    display: inline-block;
    vertical-align: top;
    width:300px;
    height:50px;
    padding: 12px 10px;
    margin: 20px 30px 10px 40px;
    text-align: center;
    background: #2793e6;
    color:#f1f1f1;
    border-radius: 4px;
    box-shadow: 0px 0px 0px 5px #2793e6;
} 
  #footer .link-list a{
    color:#FFFFFF;
	font-size: 1.5em;
} 
  #footer #copy {
    padding-bottom: 20px;
  }
}
.mt10 {
  margin-top: 10px !important;
}

.att {
  padding-left: 1em;
  text-indent: -1em;
}

.att_cancel {
  padding-left: 0 !important;
  text-indent: 0 !important;
}

