@charset "UTF-8";
body {
 font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "MS Pゴシック", sans-serif;
}
.sp-only {
 display: none !important;
}
#main a, a:visited {
  color: #000;
  text-decoration: none;
}
#main a:hover {
  color: #579eca;
}
#main img {
 width: 100%;
}
#main .menu ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 1.5rem 1.8rem 1.5rem;
}
#main .menu li{
  font-size: 3rem;
  font-weight: 500;
  width: calc(33% - 5px);
  text-align: center;
  white-space: nowrap;
  margin-bottom: 6%;
}
#main .menu li a{
  display: inline-block;
  width: 100%;
  background: url(../images/menuline.svg) right top;
  background-repeat: no-repeat;
}
#main .menu-flow{
  padding: 0 2rem;
}
#main .menu-flow a{
  background: none !important;
}
#main .menu-rental a{
  background: none !important;
}
/* main Block */
#main {
 max-width: 90rem;
 margin: auto;
}
#main #mainVisual h2{
 margin-bottom: 3rem;
}
#main .submain{
  margin: 0 0 3rem 0;
}
#main .submain img{
  margin: 0;
}
/* contents */
#main #coach{
  background: url(../images/bg-coach.png) center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-top: 19%;
}
#main #coach .inner{
  display: flex;
  padding: 0 2rem;
  align-items: flex-end;
}
#main .coach-misaki{
  background: url(../images/bg-misaki.png) center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin: 7% 0 6% 0;
}
#main .coach-makoto{
  background: url(../images/bg-makoto.png) center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
#main .coach-message{
  font-size: 1.2rem;
  line-height: 2rem;
  margin: 0 4%;
}
#main .coach-message div{
  font-size: 2rem;
  line-height: 1.9;
  width: 56%;
  margin: 0;
}
#main .coach-itakura .coach-message{
  background: url(../images/coach-itakura.png) center bottom ;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-top: 1rem;
  height: 34rem;
}
#main .coach-misaki .coach-message{
  background: url(../images/coach-misaki.png) center bottom ;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding: 11% 0 1rem 0;
height: 34rem;
}
#main .coach-misaki .coach-message div{
  margin: 0 0 0 auto;
}
#main .coach-makoto .coach-message{
  background: url(../images/coach-makoto.png) center bottom ;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-top: 10%;
  height: 35rem;
}
#main #lesson{
  padding: 7rem 0 11% 0;
  margin-top: 3rem;
}
#main .history{
  background-color: #FFF;
  border: solid 1px #000;
  margin: 2.5% 4%;
}
#main .history img{
  width: 21%;
  margin: 2rem auto 1.5rem auto;
}
#main .history ul{
  margin: 1% 3% 3% 3%;
  font-size: 2rem;
}
#main .history ul li{
  line-height: 1.4;
  margin-bottom: .8rem;
}
#main .history p{
  text-align: center;
}
#main .button{
  text-align: center;
}
#main .button img{
  height: 100%;
  width: 74%;
  margin: 5% auto;
}
#main .button img:hover{
  opacity: .8;
}
#main #flow{
  background: url(../images/bg-flow.png) center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding: 20% 0 15% 0;
}
#main #flow .inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 2%;
}
#main #flow .inner p img{
  margin: 0;
}
#main #flow .inner div{
  width: calc(50% - 0px);
  margin-top: 1rem;
}
#main #flow h4{
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: .8rem;
}
#main #flow .text{
  margin: 0 4%;
  font-size: 2rem;
  line-height: 1.8;
}
#service{
  margin-top: -3rem;
  padding-top: 3rem;
}
#main .service{
  margin-bottom: 5rem;
}
#main #rental{
  margin-top: 4rem;
  padding-top: 3rem;
}
#main #share{
  border-bottom: 2px solid #000;
  padding-bottom: 4%;
}
#main #share .inner{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin: 0 4%;
}
#main #share .inner .small{
  font-size: 80%;
}
#main #share h4{
  font-size: 3.4rem;
}
#main #share p{
  font-size: 2.4rem;
  line-height: 1.5;
}
#main #share span a, #share span a:visited{
  color: #579eca;
  text-decoration: underline;
}
#main .footer-menu{
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 7rem;
}
#main .footer-menu p{
  width: 50%;
  background-color: #FFF;
  border-top: solid 3px #005d91;
  border-bottom: solid 3px #005d91;
  text-align: center;
}
#main .footer-menu .right-link{
  background-color: #005d91;
  margin: 0;
}
#main .footer-menu .right-link img{
  width: auto;
  max-width: 395px;
  height: 100%;
}
#main .footer-menu .footer-logo{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
#main .footer-menu .footer-logo img{
  width: auto;
  max-width: 345px;
  height: 80%;
}
header .header-link img {
  width: auto !important;
}
.header-search-btn,
.header-search-box {
  border: none !important;
  background: none !important;
}
.copy {
  padding: 3rem 3rem 13% 3rem !important;
}
.mainImage{
 margin-bottom: 3rem !important;
}
.menu li{
  font-size: 3rem;
  font-weight: 500;
  width: calc(33% - 5px);
  text-align: center;
  white-space: nowrap;
  margin-bottom: 6%;
}
.coach-message div{
  font-size: 2.7rem;
  line-height: 1.9;
  width: 56%;
  margin: 0;
}
.history ul{
  margin: 1% 3% 3% 3%;
  font-size: 2.7rem;
}
#flow h4{
  font-size: 3rem;
  text-align: center;
  margin-bottom: .8rem;
}
#flow .text{
  margin: 0 4%;
  font-size: 2.7rem;
  line-height: 1.8;
}
#share h4{
  font-size: 3.4rem;
  font-weight: normal;
}
#share p{
  font-size: 2.4rem;
  line-height: 1.5;
}




@media screen and (max-width:767px) {
  .sp-list img {
    display: none;
  }
#js-toggle {
 display: block;
}

  #main {
    margin: 5rem auto;
  }
  .sp-only {
    display: block !important;
  }
  .pc-only {
    display: none !important;
  }
  #main p {
    line-height: 1.8;
    font-size: 1.1rem;
    margin: 1rem auto;
  }
  #main img {
    width: 100%;
    height: auto;
  }
  #main p img {
    width: 100%;
    margin: 2rem auto;
    display: block;
  }
  #main .h2, #main h2 {
    font-size: 30px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
  #main #mainVisual h2{
    margin-bottom: 1.2rem;
  }
  #main .menu li{
    font-size: 1.2rem;
    width: calc(34% - 5px);
    margin-bottom: 1.9rem;
  }
  #main .submain{
    margin: 0 0 1.5rem 0;
  }
  /* contents */
  #main #coach{
    padding-top: 10.9rem;
    margin-top: -5.4rem;
    background: url(../images/bg-coach.png) center top 60px;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
  #main .coach-itakura .coach-message{
    background: url(../images/coach-itakura.png) center 5.4rem;
    background-repeat: no-repeat;
    background-size: 100% auto;
    height:auto;
  }
  #main .coach-misaki .coach-message{
    background: url(../images/coach-misaki.png) center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
height:auto;
  }
  #main .coach-makoto .coach-message{
    background: url(../images/coach-makoto.png) center bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
min-height: 15rem;
height:auto;
  }
  #main .coach-message div{
    font-size: 1.2rem;
    line-height: 1.9rem;
  }
  #main .coach-message{
    margin: 0 1.5rem;
  }
  #main .coach-makoto .coach-message{
    padding-top: 4rem;
  }
  #main .history{
    margin: 1.5rem 1.5rem;
  }
  #main .history img{
    width: 6.7rem;
  }
  #main .history ul{
    margin: 0 1rem 1rem 1rem;
    font-size: 1.2rem;
  }
  #main .coach-misaki{
    margin-top: 3rem;
  }
  #main #lesson{
    padding: 5.4rem 0;
  }
  #main .button{
    height: 5.1rem;
  }
  #main .button img{
    margin: 1rem auto;
    width: auto;
  }
  #main #flow{
    padding: 10.4rem 0 5rem 0;
    margin-top: -5.4rem;
    background: url(../images/bg-flow.png) center 5.4rem;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
  #main #flow h4{
    font-size: 1.4rem;
  }
  #main #flow .text{
    margin: 0 1rem;
  }
  #main #flow .inner{
    margin: 0 .5rem;
  }
  #main #rental{
    margin-top: .4rem;
    padding-top: 5.4rem;
  }
  #main #share{
    padding-bottom: 2rem;
  }
  #main #share h4{
    font-weight: normal;
    font-size: 1.4rem;
  }
  #main #share .inner{
    margin: 0 2rem;
  }
  #main .footer-menu p{
    border-top: solid 1px #005d91;
    border-bottom: solid 1px #005d91;
  }
  #main .footer-menu .right-link img{
    margin: 0 auto;
    width: 85%;
  }
  #main .footer-menu .footer-logo img{
    margin: 0 auto;
  }
  #main .twitterfollow{
    width: 4.2rem;
  }
  #service{
    margin-top: -5.4rem;
    padding-top: 5.4rem;
  }
  .copy {
    padding: 2.25rem 2.25rem 7rem 2.25rem !important;
  }
  .mainImage{
    margin-bottom: 1.2rem !important;
  }
  #flow .text{
    margin: 0 1rem !important;
    font-size: 1.2rem !important;
  }
  #share h4{
    font-weight: normal;
    font-size: 1.4rem;
  }
  #share p{
    font-size: 1.2rem !important;
  }
#main .footer-menu{
  height: 4.5rem;
}
}
@media screen and (max-width:480px) {
#js-toggle {
 display: block;
}
  #main .coach-itakura .coach-message{
    background: url(../images/coach-itakura.png) center bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
    min-height: 150px;
    height: auto;
  }
  #main .coach-misaki .coach-message{
    background: url(../images/coach-misaki.png) center bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
    min-height: 150px;
    height: auto;
  }
  #main .coach-itakura .coach-makoto{
    background: url(../images/coach-makoto.png) center bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
    min-height: 150px;
    heighr: auto;
  }
}
