/* タブレット向けレイアウト */
@media all and (max-width: 1200px) {
  .lesson {
    width: 50%;
    margin-bottom: 50px;
  }

  footer {
    text-align: center;
  }

  .logo_top {
    width: 150px;
  }

  .header-left {
    margin-left: 5%;
  }
}



@media all and (max-width: 1010px) {
  .menu{
    padding: 37px 15px;
  }

  .map {
    width: 100%
  }
  .add {
    padding: 30px 0 0 30px;
  }
  .calender iframe {
    width: 100%;
  }

}
@media all and (max-width: 970px) {
  .style-message,
  .concept-message {
  
    width: 100%;
  }
}
@media all and (max-width: 950px) {
  
  .map {
    padding: 2px;
  }
}


/* スマホ向けレイアウト */
@media all and (max-width: 910px) {
  .lesson {
    width: 100%;
  }
  
  .btn {
    width: 100%;
  }
  
  .facebook {
    margin-bottom: 10px;
  }
  
  .top-wrapper {
    text-align: left;
  }
  
  /* header-rightクラスのdisplayをnoneに指定してください */
  .header-right {
    display: none;
  }
  
  .fixed_footer_current {
    display: block;
  }
  
  .reservation {
    margin: 20px 20px 20px auto;
  }
  
  /* menu-iconクラスのdisplayをblockに指定してください  */
  
  .top-wrapper h1 {
    font-size: 24px;
  }
  
  .top-wrapper p {
    font-size: 14px;
  }
  
}

@media all and (max-width: 895px)and (min-width: 0px){
  .banner-flex {
    flex-direction: column;
  }
  .concept-banner,
  .style-banner {
    width: 90%;
    margin: 5%;
  }
}

@media all and (max-width: 770px)and (min-width: 0px){
  .foo {
    height: 240px;
  }
  
  .so {
    /* width: 120px; */
    position: static;
    margin: 0 auto;
    margin-bottom: 0;
    height: 90px;
    padding-top: 30px;
  }
  .pageBody-inner {
    margin-top: 40px;
  }
  .container_area {
    margin: 40px auto 24px auto;
  }
  .container_area-inner {
    margin: 40px 0 0 0;
  }
  ul.menu-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .manuSub-area {
    font-size: 1.2rem;
  }
  ul.menu-content li {
    width: 100%;
    margin-bottom: 16px;
  }
  .access {
    flex-direction: column;
    padding: 0;
  }
  
  
}


@media all and (max-width: 730px) {
  .heading p {
    width: 336px;
    margin: 0 auto;
  }
  
  .member_fhoto {
    width: 40%;
    margin-left: 5%;
  }

  .member_line hr {
    margin-left: 5%;
    margin-right: 5%;
  }
  .member_introduction {
    margin-right: 5%;
    font-size: 15px;
  }
  .style-message {
    width: 100%;
  }
  .othermessage {

    width: 100%;
  }
}

@media all and (max-width: 670px) {
  .top_img2,
  .top_img3 {

    background-position: 25% 50%;

  }

  .concept-banner {
    background-position: 70% 25%;
  }
}





@media all and (max-width: 580px) {
  .concept-contents img {
    width: 100%;
    text-align: center;
  }
}


@media all and (max-width: 460px) {
  .heading-section-wrap p {
    /* font-size: 12px; */
    /* width: 260px; */
    text-align: left;
  }

  .reservation {
    margin: 10px 10px 10px auto;
  }

  .reserveFlex {
    flex-direction: column;
  }

  .reserveAccess,
  .reserveContainer {
    width: 100%;
  }

  .reserveDial {
    margin-bottom: 0%;
    padding-bottom: 0%;
  }


  /* .logo {
    width: 100px;
    margin-top: 15px;
  } */

  .logo_top {
    width: 100px;
  }

  

  address {
    width: 90%;
  }

  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }

  .recruitmentList {
    margin-top: 24px;
    padding: 40px 10px 64px 10px;
  }
  .recruitmentList table.recruitmentList_inner tr th {
    width: 100%;
    display: block;
    padding: 10px;
    background-color: #b4b4b4;
    color: #fff;
  }

  .recruitmentList table.recruitmentList_inner tr td {
    width: 100%;
    display: block;
    padding: 10px 0 24px 0;
    line-height: 1.75;
  }

  .recruitmentList table.recruitmentList_inner tr {
    border: none;
  }

  .member_fhoto {
    width: 90%;
    margin: auto;
  }

  .member {
    text-align: center;
    display: block;
  }

  .fixed_footer_current {
    font-size: 20px;
  }

  .sub_menu p {
    top: 17px;
  }

  .member_introduce {
    margin-top: 50px;
    margin-left: 0px;
  }
  .member_introduction {
    margin: 0 10px;
    font-size: 15px;
  }
}



@media all and (max-width: 370px) {
  .heading-section-wrap p {
    text-align: left;
  }
}


@media all and (max-width: 320px) {

  .heading_main {
    font-size: 40px;
  }

  .menu_heading {
    font-size: 2rem;
  }

  table.menu_list th ,
  .fontsize,
  table.menu_list td,
  .reservationContainer,
  .menu_heading small {
    font-size: 0.8rem;
  }


  ul.menu-content li {
    height: 55px;
  }
  .member_introduction {
    margin: 0 10px;
    font-size: 0.8rem;;
  }
}

