

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

/*ヘッダー*/
#header {
  width:100%;
  background:#DC5310;/*オレンジ*/
  padding:40px 30px 10px;
  position: fixed;
  top: 0;
 
  z-index: 200;
 transition: .2s;
 

}

.headlogo img { 
  float: left;
 margin-top:5px;
}
.headermenu{
  display: none;
}

.sns {
  width: 25px;  
}

/*メニュー部分*/
  nav{
    display:none;
    position: absolute;
    top:0;
    width: 100%;
    height: 1200px;
    background:rgba(255,255,255,0.9);
    z-index: 50;
    left:0!important;
  }
  #header nav ul{
    display: block;
    width: 100%;
    height: 1050px;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 30px;
    margin: auto;
    font-size: 21px;


  }
  #header nav ul li{
    line-height: 30px!important;
    list-style: none!important;
  }
  #header nav ul li:last-child{
    border: none;
  }
  #header nav ul li a{
    display: block; 
    color: gray;
    font-weight: 200!important;
    letter-spacing: 2px;
    text-align: left!important;
    text-decoration:none;
  }
  #header nav ul ol{
    font-size: 16px;
  }
  #header nav ul ol a{
  line-height: 25px!important;
}

  #header nav ul li a:hover{
    display: block; 
    color: #DC5310;/*オレンジ*/
    font-weight: 200!important;
    letter-spacing: 2px;
    text-align: left!important;
  }
/*開閉ボタン*/
  #nav_toggle{
    display: block;
    width: 30px;
    height: 40px;
    position: relative;
    top: 6px;
    z-index: 60;
    float: right;
    margin-right:-10px;
  }
  
  #nav_toggle div {
    position: relative;
  }
  #nav_toggle span{
    display: block;
    height: 2px;
    background: white;
    position:absolute;
    width: 100%;
    left: 0;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out; 
  }
  #nav_toggle span:nth-child(1){
    top:0px;
  }
  #nav_toggle span:nth-child(2){
    top:10px;
  }
  #nav_toggle span:nth-child(3){
    top:20px;
  }
  
  /*開閉ボタンopen時*/
  .open #nav_toggle span:nth-child(1) {
      top: 12px;
       -webkit-transform: rotate(135deg);
      -moz-transform: rotate(135deg);
      transform: rotate(135deg);
      background: #DC5310;/*オレンジ*/
    }
    .open #nav_toggle span:nth-child(2) {
      width: 0;
      left: 50%;
    }
    .open #nav_toggle span:nth-child(3) {
      top: 12px;
      -webkit-transform: rotate(-135deg);
      -moz-transform: rotate(-135deg);
      transform: rotate(-135deg);
      background: #DC5310;/*オレンジ*/
    }



.container {
  margin-top: 0px!important;
}
.top {
  position:static!important;
  padding-top:50px!important;
  padding-bottom: 0px!important;

}
.top img {
  width: 100%!important;
  height: 300px!important;
  object-fit: cover;/*高さ指定でトリミング*/
}
.topbox {
  position:static!important;
  width: 100%!important;
  height: 250px!important;
  opacity: 1!important;
}
.topbox h1{
  font-size: 17px;
  margin:25px!important;
}
.topbox p{
  font-size: 12px!important;
}

.spphoto img{
  width: 100%;
  height: 200px;
  object-fit: cover;/*高さ指定でトリミング*/
}
.sp h1{
  font-size: 22px;
}
#sphairheader,#spothersheader,#spcontact {
  width:100%;
  height: 60px;
  background:#DC5310;/*オレンジ*/
  text-align: center;

}
#sphairheader,#spothersheader,#spcontact h1{ 
  color:white;
  vertical-align:middle;/*天地中央揃え*/
  height: 60px;/*天地中央揃え*/
  line-height: 60px;/*天地中央揃え*/

}
.list {
  position: static!important;
}


.sticky {
    display: none;
  }
.backphoto img{
    display: none;
}
.hairphoto {

  height: auto!important;
  margin-bottom: 50px;

}
.othersphoto {
  position:static;
  margin-bottom: 50px;
}
#reservelink {
  text-align: center;
}
}
@media screen and  ( max-width:600px) {/*スマホ*/
.headlogo img{
  width:80%!important;
}
.box {
width:85%!important;
  text-align: center!important;
}
.whitebox{
  display: block!important;
  text-align: center!important;
  padding:10px!important;
  }
.photo {
  float: none;
}
.photo img{
   margin:10px auto 20px!important;
  display:block!important;
  width: 50%!important;
  height: 100%!important;
   float: none!important;
}


.copy {
  clear: both;
 float: none!important;
  margin:0 auto!important;
  padding: 15px 0px !important;
   width: 90%!important;
}
.copy p{
  padding:0!important;
   white-space: pre-line!important;
   font-size: 12px!important;
   
    margin:0 auto!important;

}
.price {
   width: 90%!important;
  padding:15px 0!important;
  margin:0 auto!important;

}
table td{
  font-size: 12px!important;
}

.maru {
  display: none;
}

.sukima {
  display: none;
}

.spreserve {
  text-align: center;
}
.access {
  display: block!important;
}
.map {
  margin-bottom: 70px;
}


.zure{/*スムーススクロール先の位置のずれの解消*/
    display: block;
    padding-top: 80px!important;
    margin-top: -80px!important;
}


#reserve {
  font-size: 7px!important;
  letter-spacing: 2px;
}

#reserve a {
  width:80px!important;
  padding: 10px 0!important;
}


}