@charset "UTF-8";

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

  .sp_only{
    display: block;
  }
  
  .pc_only,#access .access_data p span.pc_only{
    display: none;
  }
  
  .w100 , .w01{
    width: 100%;
  }
  
  .title h1{
    padding-bottom: 10px;
  }
  
  .title.sub{
    margin-bottom: 15px;
  }
  
  .txt{
    width: 96%;
    margin: auto auto 70px;
  }
  
  .header{
    position: relative;
    z-index: 10;
  }
  
  body.active{
    height: 100vh;
    overflow: hidden;
  }
  
  .navi nav{
    display: none;
  }
  
  .navi nav.open{
    display: block;
    position: absolute;
    height: 100vh;
    z-index: 5;
    background-color: #eaeaea;
    padding: 15px 0 0;
    border-top: 1px solid #969696;
    overflow: hidden;
  }
  
  .navi nav.open .sp_bg{
    background-color: #f5deb3;
    height: 100vh;
  }
  
  .navi nav.open ul{
    display: block;
  }
  
  .navi nav.open ul li{
    display: block;
    border-bottom: 1px solid #fff;
  }

  .navi nav.open ul li a{
    display: block;
    padding: 20px;
  }

  .navi nav.open ul li a span{
    display: inline-block;
    margin-left: 1rem;
  }

  .navi nav.open .logo{
    width: 40%;
    max-width: 200px;
    text-align: right;
    margin: 5px 2% auto auto;
  }
  
  
  .navi .btn{
    /*ボタン内側の基点となるためrelativeを指定。
    追従するナビゲーションの場合はfixed＋top、rightといった位置をセットで指定*/
    position: absolute;
    /*background:#57a2c7;*/
    cursor: pointer;
    width: 50px;
    height:50px;
    border-radius: 5px;
    z-index: 150;
    right: 2%;
    bottom: 0;
  }

  /*ボタン内側*/
  .navi .btn span{
    display: inline-block;
    transition: all .4s;/*アニメーションの設定*/
    position: absolute;
    height: 3px;
    border-radius: 3px;
    background: #969696;
    width: 100%;
    z-index: 151;
  }

  .navi .btn span:nth-of-type(1) {
    top:0;	
  }

  .navi .btn span:nth-of-type(2) {
    top:17px;
  }

  .navi .btn span:nth-of-type(3) {
    top:34px;
  }

  /*activeクラスが付与されると線が回転して×に*/
  .navi .btn.active span:nth-of-type(1) ,
  .navi .btn.active span:nth-of-type(3) {
    background: #7f7f7f;
  }

  .navi .btn.active span:nth-of-type(1) {
    top: 8px;
    left: 0;
    transform: translateY(6px) rotate(-45deg);
    width: 100%;
  }

  .navi .btn.active span:nth-of-type(2) {
    opacity: 0;/*真ん中の線は透過*/
  }

  .navi .btn.active span:nth-of-type(3){
    top: 20px;
    left: 0;
    transform: translateY(-6px) rotate(45deg);
    width: 100%;
  }
  
  #room .img.no01,
  #room .img.no02,
  #room .img.no03,
  #room .img.no04{
    width: 96%;
  }
  
  #room .img.no02 div{
    margin-bottom: 2px;
  }
  
  #room .img.no04 p{
    margin-top: 10px;
  }
  
  #dining .txt,
  #dining .dining_room .txt,
  #dining .dining_room .img{
    width: 96%;
  }
  
  #dining .dining_slider{
  }
  
  #dining .dining_slider .slick-prev,
  #dining .dining_slider .slick-next{
    z-index: 999;
  }
  
  #dining .dining_slider .slick-prev{
    left: 2%;
  }

  #dining .dining_slider .slick-next{
    right: 2%;
  }
  
  #dining .dining_slider .slick-prev, #dining .dining_slider .slick-next{
    width: 20px;
    height: 20px;
  }

  #dining .dining_slider .slick-prev::before,
  #dining .dining_slider .slick-next::before{
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    background-position: center;
    background-size: cover;
    opacity: 1!important;
  }
  
  #dining .dining_slider .slick-slide{
    margin: 0 5px;
  }

  #dining .dining_slider .slick-prev::before{
    background-image: none!important;
    content: '←';
  }

  #dining .dining_slider .slick-next::before{
    background-image: none!important;
    content: '→';
  }
  
  #facility .sp_only dl{
    width: 96%;
    margin: auto auto 100px;
  }

  #facility .sp_only dl dt,
  #facility .sp_only dl dd,
  #facility .sp_only dl dd p{
    font-size: 1.8rem;
  }

  #facility .sp_only dl dt{
    font-weight: bold;
  }
  
  #facility .sp_only dl dd{
    display: flex;
    justify-items: flex-start;
    justify-content: space-between;
    margin-bottom: 35px;
  }
  
  #facility .sp_only dl dd div{
    width: 49%;
  }
  
  #facility .sp_only dl dd.thin div:first-child{
    width: 33%;
  }
  
  #facility .sp_only dl dd.thin div:last-child{
    width: 66%;
  }
  
  #information .sp_only dl,
  #information .running p{
    width: 96%;
    margin: auto;
  }
  
  #information .sp_only dl{
    background-color: #eeeaec;
    padding: 20px 10px;
    margin-bottom: 10px;
  }
  
  #information .running h2, #information .initial h2,
  #information .sp_only dl dt,
  #information .sp_only dl dd,
  #information .running p,
  #information .sp_only .initial table tr th,
  #information .sp_only .initial table tr td{
    font-size: 1.8rem;
  }
  
  #information .sp_only dl dd{
    border-bottom: 1px solid #b4ada9;
    margin-bottom: 20px;
  }

  #information .sp_only dl dd:last-child{
    border-bottom: none;
    margin-bottom: 0;
  }

  
  #information .running h2, #information .initial h2{
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    padding: 10px;
    background-color: #a27e39;
    color: #fff;
  }
  
  #information .running h2, #information .initial h2,
  #information .sp_only dl dt,
  #information .sp_only .initial table tr th{
    font-weight: bold;
  }
  
  #information .running p{
    text-indent: -1em;
    padding-left: 1em;
  }
  
  #information .sp_only .initial table{
    width: 96%;
  }
  
  #information .sp_only .initial table tr th,
  #information .sp_only .initial table tr td{
    padding: 0;
  }
  
  #information .sp_only .initial table tr td{
    border:none;
  }
  
  #information .sp_only .initial table tr td ul{
    margin: 10px auto;
    padding: 0 2%;
  }
  
  #information .sp_only .initial table tr td ul li{
    list-style: none;
    padding: 3px;
  }
  
  #information .sp_only .initial table tr td ul li:first-child{
    border-bottom: 1px solid #b4ada9;
  }
  
  .note{
    width: 96%;
    padding: 20px 2%;
  }
  
  .note h2{
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.8rem;
    padding: 10px;
  }
  
  #question dl{
    width: 96%;
  }
  
  #question dt{
    background-position: right center;
    background-size: 20px 14px;
    text-indent: -1em;
    padding-left: 2em;
    padding-right: 2rem;
  }
  
  #question dt,
  #question dd{
    position: unset;
    padding-top: 0;
    padding-bottom: 0;
  }
  
  #question dd{
    padding-left: 0;
  }
  
  #question dt::before,
  #question dd::before{
    display: inline-block;
    position: unset;
    font-size: 3.6rem;
    margin: auto;
  }
  
  #outline .img{
    max-width: 240px;
  }
  
  #outline .summary{
    width: 96%;
  }
  
  #outline .summary table{
  }
  
  #outline .summary table th,
  #outline .summary table td{
    display: block;
    padding: 0 1% 3px;
  }
  #access .gmap, #access .access_data{
    width: 96%;
  }
  
  #access .gmap iframe{
    width: 96vw;
    height: 96vw;
  }
  
  #access .access_data p{
    line-height: 1.6;
  }
  
  #access .access_data p:last-child{
    line-height: 1.2;
  }
  
  #access .access_data div{
    margin:  20px 0;
  }
  
  #join .fukidashi_title,
  #join .txt,
  #join .apply,
  #join .apply h2,
  #join .txt03{
    width: 96%;
  }
  
  #join .fukidashi_title,#join .txt{
    margin-bottom: 40px;
  }
  
  #join .fukidashi_title h1{
    padding: 10px 0;
  }
  
  #join .fukidashi_title h1::after{
    border-width: 21.6px 12.5px 0px 12.5px;
    position: absolute;
    bottom: -21px;
    left: 0;
    right: 0;
    margin: auto;
  }
  
  #join .apply{
    padding: 20px 2%;
  }
  
  #join .apply::before{
    border-width: 20px 17px 0px 17px;
    top: -24px;
}
  
  #join .apply h4{
    font-size: 3.6rem;
  }
  
  #join .apply h4 span{
    margin-bottom: 30px;
  }
  
  #join .apply p{
    width: 90%;
    margin: auto;
  }

  #join .apply p a{
    display: block;
    width: 80%;
    margin: auto;
    word-wrap: break-all;
  }

  #join .txt02{
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }
  
  #join .tel{
    max-width: 100%;
    margin-bottom: 10px;
  }
  
  #join .tel p{
    position: relative;
  }

  #join .tel p::before{
    width: 45px;
    height: 45px;
    position: absolute;
    background-image: url("../img/tel.png");
    background-position: center;
    background-size: cover;
    left: 30px;
    top: -0px;
  }

  
}

