
@media screen and (max-width: 800px) {

  /*--------------------------------header--------------------------------*/
  body {
    font-size: 16px;
  }

  .intro br {
    display: none;
  }


  .header-out {

    width: 100%;
    background-color: #f69a7d;
    padding-top: 10px;
    line-height: 1;

  }

  .header-inner {
    background-color: #4895a1;
    padding-bottom: 30px;
  }

  .header-logo {
    background-color: #ffffff;

    width: 100%;
    padding: 0;
  }


  .header-des {
    float: none;
  }

  .header-out h1 {
    width: 60%;
    margin: 0 auto;

  }

  .logo-right {
    width: 100%;
    margin: 35px 0 20px 0;
  }

  .logo-left-frame {
    float: left;
    width: 50px;
    margin: 15px 0 15px 10px;
  }

  .logo-left {
    width: 100%;


  }



  .header-nav {
    display: none;
  }


  h2 {
    margin: 20px 0;
  }

  /*--------------------------------セラピスト--------------------------------*/

  .therapist-inner {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    line-height: 2;
  }

  .therapist-waku {
    padding: 0 20px;
  }

  /*--------------------------------価格--------------------------------*/
  .menu-flex {
    display: block;
  }

  .menu-wrap {
    width: 100%;
    margin-bottom: 40px;
  }

  .menu-wrap h3 {
    width: 100%;
    position: relative;
  }

  .menu-wrap h3 span {

    font-size: 14px;
    position: absolute;
    top: -5px;
    left: -5px;
    width: 70px;
    height: 40px;
    padding-top: 5px;
    color: #ffffff;
    border: none;
    box-shadow: 1px 2px 3px #765728;
    background: #983d33;
  }

  .price-regular,
  .price-coupon {
    font-size: 16px;
    font-weight: normal;

  }

  .menu-wrap h4 {
    color: #fff;
    text-align: center;
    padding: 5px;
    background-color: #bd8b3f;
    line-height: 1.5;
  }

  .precautions{
    border:#a0a2a4 dotted 1px;
    padding: 10px 20px;
  }

  .menu_th br{
    display:block;
  }
 /*--------------------------------セラピスト写真--------------------------------*/


  .slide {
    width: calc(100vw / 2);
  }




  /*--------------------------------ハンバーガーメニュー--------------------------------*/


  .hamburger-menu {
    display: block;
  }


  .reserve {

    border-radius: 20px 0 0 0;
    box-shadow: none;
  }







  /*--------------------------------スライド-------------------------------*/

  .top-frame {
    width: 100%;
    margin: 0;
  }

  .img-frame {
    width: 100%;
    height: 400px;
  }



  .text-in-pics {

    top: 50%;
    left: 50%;
    font-size: 22px;
    width: 100%;
    text-align: center;


  }



  .intro {
    text-align: left;
    margin: 20px;
    padding:0;
    line-height: 2;
  }

.room_photo{
  line-height: 0;
}

.room_photo2{
  line-height: 0;
  padding-bottom: 15px;
}

  .access-inner,

  .course-inner,
  .reviews-inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    line-height: 2;
  }


  /*--------------------------------MAP--------------------------------*/





  .access-inner {
    width: 100%;

  }



  .directions {
    width: 100%;

  }


  .directions ul {
    display: block;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;

  }

  .directions ul li {
    margin: 20px auto;


    width: 80%;
  }





  .access-wrap .read-more-btn {
    margin-top: 100px;
  }




  .maps{
    width: 100%;
  }



  /*--------------------------------footer--------------------------------*/



  .footer {

    max-width: 100%;
    background-color: #878080;
    padding-top: 10px;

  }

  .footer-inner {
    margin: 0 auto;
    max-width: 80%;
    padding: 20px 0 10px 0;
    text-align: center;
  }



  .footer-salon-info {
    margin-bottom: 20px;
  }

























}