@charset "utf-8";

@media (max-width:768px){
  body{
    min-width: 32rem;
  }
  .container{
    max-width: 76.8rem;
    padding: 0 1.2rem;
  }
  .l-section{
    margin-top: 12rem;
  }
  .titleWrap{
    margin: 4.8rem auto 8rem;
  }
  .sp{
    display: block;
  }
  /*ーーーーー
    header
  ーーーーーー*/
  #header{
    top: 0;
    padding: 0 0 1.2rem;
  }
  .headerWrap{
    max-width: 76.8rem;
    width: 90%;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .topTitle{
    flex-direction: column;
    align-items: flex-start;
  }
  .headerAdd{
    display: none;
  }
  .hamburger{
    display: block;
    position: fixed;
    top: 2.5%;
    right: 3%;
    z-index: 1000;
  }
  .headerNav{
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 99;
    background-color: #fff;
    width: 100%;
    height: 100vh;
    padding-top: 4.8rem;
    margin-left: 0;
  }
  .headerNav.active {
    display: block;
    padding-top: 12.8rem;
    background-color: rgb(255, 255, 255);
  }
  .headerNav li{
    flex-wrap: wrap;
    justify-content: center;
    padding: 1.2rem 0;
  }
  .mainTitle{
    line-height: 1;
    font-size: 2.4rem;
  }
  /*ーーーーー
    topView
  ーーーーーー*/
  .topView{
    max-width: 100%;
    padding-top: 6.4rem;
  }
  .topView .splide{
    width: 100%;
    border-radius: 0;
  }
  .mainLogo{
    display: none;
  }
  /*ーーーーー
    info
  ーーーーーー*/
  .infoContent{
    margin: 4.8rem auto;
    border-radius: 4rem;
    height: 48rem;
  }
  .infoContent .contentWrap{
    padding: 0 1.2rem;
    height: auto;
  }
  .infoList_date,
  .infoList_ttl{
    display: block;

  }
  /*ーーーーー
    about
  ーーーーーー*/
  .aboutContent .titleWrap{
    margin: 0;
  }
  .aboutWrap{
    flex-wrap: wrap;
  }
  .aboutImg,
  .careerTxtarea{
    width: 100%;
  }
  .aboutImg .about1,
  .aboutImg .about2{
    position: static;
    width: 100%;
  }
  .aboutImg .about3{
    position: static;
  }
  .careerTxtarea .listHead:first-of-type{
    padding-top: 0;
  }
  .listTtl span{
    display: block;
  }
  .listTtl{
    width: 90%;
    padding-left: 0.8rem;
    letter-spacing: 0.1rem;
  }
  .listsub{
    width: 10%;
    text-align: center;
  }
  /*ーーーーー
    lesson
  ーーーーーー*/
  .lessonList{
    width: 100%;
  }
  .lessonList .txt, .lessonContent .txt{
    width: 98%;
  }
  /*ーーーーー
    yoga
  ーーーーーー*/
  .yogaContentWrap{
    flex-wrap: wrap;
  }
  .yogaImg,
  .yogaWrap{
    width: 100%;
  }
  .yogaImg{
    height: 24rem;
  }
  .img3 img{
    bottom: 0;
  }
  /*ーーーーー
    contact
  ーーーーーー*/
  .contactFormWrap,
  .formWrap,
  .formLabel,
  .wpcf7-form-control-wrap{
    width: 100%;
    max-width: 100%;
  }
  .contactForm{
    flex-wrap: wrap;
  }
  .privacyHead,
  .privacyTxtWrap{
    margin: 1.2rem;
  }
  .wpcf7-submit{
    width: 50%;
  }
  /*ーーーーー
    footer
  ーーーーーー*/
  .backToTop{
    width: 4.8rem;
    height: 4.8rem;
    right: 2%;
  }
  .backToTop i{
    line-height: 4.8rem;
  }
  .footWrap{
    flex-wrap: wrap;
    justify-content: center;
    padding: 4.8rem 0;
  }
  .footerLinkBtn li{
    width: 32rem;
    margin-bottom: 2.4rem;
  }
  .topMap iframe,
  .footerAddWrap{
    width: 100%;
  }
  .footerLogo {
    width: 50%;
    margin: 0 auto 2.4rem;
  }
}