@charset "UTF-8";

/*共通スタイル W850以下 */
#sp_nav{
    display: block;
}
.pc_nav,.pc_only{
    display: none;
}
html{
  font-size:12px;
}
.header{
  text-align: center;
}
/* --------------sp_navのスタイル */
.sp_nav_logo{
  text-align: center;
}
.sp_nav_logo h1{
  padding:1em 0 0 0;
}
@media(max-width:480px){
  h1{
    padding-left:0;
  }
  .go_flesson a{
    padding:0;
  }
  .go_cform p{
    margin-right: 0;
  }
  /* .faq_contact{
    padding-left:0.25em;
    padding-right:0.25em;
  } */
}
.sp_nav_logo img{
  width: 100%;
  max-width:200px;
}
.drawer-nav .drawer-brand{
  color:#ed7474;
}
.drawer-nav .drawer-brand:hover{
  color:#b74b4b;
}
.drawer-menu{
  background-image: linear-gradient(to top,#ed747480,#fff);
  display: flex;
  flex-wrap:wrap;
}
.drawer-menu div{
  flex-basis: 50%;
}
.drawer-menu div:last-of-type{
  margin-top:1.5em;
  padding-left: 1.0em;
}
.drawer_free_contact{
  display: block;
  font-size: 0.75em;
  padding:0.25em 0;
}
/* ----------------------footer */
.footer ul{
  display: none;
}

/* 個別スタイル */
@media(max-width:710px){
  /*----------------トップページ info W710以下 */
  .info{
    width: 100%;
    min-width: 375px;
  }
  .info h2{
    display: block;
    text-align: center;
  }
  .info dl{
    line-height: 2.5;
  }
  .info dt{
    width:auto;
    float: none;
    text-align: left;
    border-bottom:none;
    font-size: 1.25em;
  }
  .info dd{
    width:100%;
    min-width:375px;
    float: none;
    padding-left: 0.5em;
    font-size: 1.25em;
  }
  /* ------------------------aboutus */
  .aboutus{
    background-size: cover;
  }
  .aboutus .aboutus_msg{
    padding: 0.5em 1.0em;
  }
  .aboutus p:last-of-type{
    margin-top: 3.0em;
    text-align: center;
  }
  /* 教室のご案内 */
.prtn_2{
  margin-left: 25%;
}
/* アクセス */
.access_box{
  flex-direction:column;
}
form{
  width:90%;
}
textarea{
  width:100%;
}
}
@media(max-width:375px){
/* システム */
.sp_style{
  display: block;
}
.fee th{
  writing-mode: vertical-lr;
}
/* アクセス */
.label{
  display: block;
  margin-bottom: 1.0em;
}
input[type="text"],input[type="email"],input[type="tel"]{
  width: 100%;
}
input[type="radio"]{
  margin-left:1.0em;
}
/* 教室のご案内 */
.staff h2+p{
  padding:0;
}
}
@media(max-width:670px){
  /* 教室のご案内、ご挨拶 */
  .greetment{
    flex-direction: column;
  }
  .greetment p:last-child{
    text-align: center;
  }
  /* レッスン内容 */
  .m_style02{
    flex-direction: column;
    margin-bottom:1.0em ;
  }
  .m_style02 p{
    font-size: 1.0em;
    margin-left: 0;
  }
  .lesson_detail{
    background-image: none;
    padding-left:0;
  }
  /* 講師紹介 */
  .stf_img01,.stf_cmt01,.stf_img02,.kouji,.stf_cmt02,.stf_img03,.yukina,.stf_cmt03,.stf_img04,.mitsuo,.stf_cmt04{
    position: static;
  }
  .staff_map{
    margin: 2.0em 0;
    padding: 0;
    background-size: cover;
    width: auto;
  }
  .staff_map p:nth-child(3n){
    font-size: 150%;
    width: auto;
    margin-bottom: 3.0em;
  }
  .misa{
    text-align: right;
    padding-right:2.0em;
  }
  .stf_img01{
    text-align: right;
    padding-right:2.0em;
  }
  .yukina{
    text-align: right;
    padding-right:2.0em;
  }
  .stf_img03{
    text-align: right;
    padding-right:2.0em;
  }
  .overflow{
    overflow: hidden;
  }
  /* コロナについて */
  .protection{
    width: auto;
  }
  .prtn_1::before{
    /* position: static; */
    font-size:10.0em;
    transform: rotateZ(0deg);
    right:0;
    top:50%;
  }
  .prtn_2{
    margin-left: 2.0em;
    width: auto;
  }
  .prtn_2::before{
    /* position: static; */
    font-size:10.0em;
    transform: rotateZ(0deg);
    left:0;
    top:30%;
  }
  .prtn_3::before{
    /* position: static; */
    font-size:10.0em;
    transform: rotateZ(0deg);
    left:0;
    top:50%;
  }
/* faQ.お問い合わせ関連リンク */
.faq_contact{
  flex-direction: column;
  margin: 0;
}
}
@media(max-width:570px){
  .howto_protect h2+p{
    width: auto;
  }
  .protection{
    margin:2.0em 0;
  }
  .prtn_1{
    flex-direction: column-reverse;
  }
  .prtn_1>p{
    text-align: center;
  }
  .prtn_1::before{
    font-size:5.0em;
    top:0;
    right:0;
  }
  .prtn_2::before{
    font-size:5.0em;
    top:0;
    left:0;
  }
  .prtn_3::before{
    font-size:5.0em;
    top:0;
    left:80%;
  }

}