@charset "UTF-8";
/*=========================================

 reservation.css

=========================================*/

#reservation #nav li.nav02 span img{
  position:relative;
  top:-50px;
  left:0;
  }

#reservation .sideMenu li.menu01_6 a{
  color:#00AA84;
  text-decoration:none;
  }


#reservation .mainCl_s .block01 .reserveInfo{
  overflow:hidden;
  margin-top:10px;
  }

#reservation .mainCl_s .block01 .reserveInfo img{
  float:left;
  }

#reservation .mainCl_s .block01 .reserveInfo span{
  display:block;
  width:310px;
  padding-left:15px;
  line-height:20px;
  float:left;
  font-size:13px;
  }

#reservation .mainCl_s .block02 ul{
  display:block;
  width:460px;
  margin:10px 0;
  overflow:hidden;
  }

#reservation .mainCl_s .block02 ul li{
  display:block;
  width:210px;
  height:35px;
  background:url("../../img/common/icon_circleGreen.png") no-repeat left center;
  line-height:35px;
  padding-left:20px;
  float:left;
  }

#reservation .mainCl_s .variousInfo p.txtBox{
  text-align:center;
  }

@media screen and (max-width: 480px) {
  #reservation .mainCl_s h2 img {
    width: 97px;
  }

  #reservation .mainCl_s .block01 .reserveInfo {
    text-align: center;
  }

  #reservation .mainCl_s .block01 .reserveInfo img{
    width: 80%;
    display: block;
    margin: 0 auto 10px;
    float: none;
  }

  #reservation .mainCl_s .block01 .reserveInfo span {
    display: block;
    text-align: left;
  }

  #reservation .mainCl_s .block02 ul{
    width:100%;
  }

  #reservation .mainCl_s .block02 ul li{
    width:100%;
  }
}

@media screen and (max-width: 480px) {
  #reservation .variousInfo .title img{
    width: 90%;
  }
}
