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

  /*トップメニュー*/
  .menu-icon {
  display: block;
  color: white;
  float: right;
  font-size: 60px;
  padding: 21px 30px;
  cursor: pointer;
}

#header-s #menu_sub ,#header-s #list {
  position :fixed;
  top: 0;
  z-index: 10;
  width:100%;
}
#header-s nav{
  margin-top: 60px;
  background-color: rgb(0,0,0,0.7);
  display: none;
}

#header-s #list{
  background-color: rgb(0,0,0,0.7);
}


#header-s nav ul li a{
  color: #fff;
  display: block;
  width:100%;
  text-align:center;
  height: 50px;
  line-height: 50px;
  font-size: 30px;
  border: solid 1px #000;
}
#header-s nav ul li a:hover {
  background-color: rgb(255,255,255,0.3);
}


#header {
  display: none;
}

#header-s {
  width: 100%;
  display: block;
  height: auto;
}

#header-s h2 {
  padding-top: 60px;
  font-size: 5px;
  color: #fff;
  font-weight: normal;
  text-align: center;
  padding-bottom: 0px;
  }

#header-s img {
  width:75%;
  margin: 0 auto;
  display: block;
  margin: 0 auto;
}

/*スライド背景*/
.slide {
  margin: auto;
  width: 100%;
  height: auto;
  /* ドット（水玉）模様のCSS */
  background-color   : #006400;
  background-image   : radial-gradient(#000000 15%, transparent 23%),
                       radial-gradient(#000000 15%, transparent 23%);
  background-position: 0 0, 20px 20px;
  background-size    : 40px 40px;
}
.slide-2 {
  margin: auto;
  width: 100%;
  height: auto;
  /* ドット（水玉）模様のCSS */
  background-color   : #006400;
  background-image   : radial-gradient(#000000 15%, transparent 23%),
                       radial-gradient(#000000 15%, transparent 23%);
  background-position: 0 0, 20px 20px;
  background-size    : 40px 40px;
}

/*スライド*/

.slideshow img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.slide-2 img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}


#main {
  width: 100%;
  margin: 0 auto;
  height: auto;
}

#main .main-1 {
  float: none;
  margin: 0 auto;
  height: auto;
  width: 90%;
  box-sizing: border-box;
  background: -moz-linear-gradient(top, #222222, #000000);
  background: -webkit-linear-gradient(top, #222222, #000000);
  background: linear-gradient(to bottom, #222222, #000000);
  padding-top: 10px;
  padding-bottom: 50px;
  margin-top: 10px;
}

.main-1 h2 {
  color: #fff;
  text-align: center;
  margin: 0 auto;
  margin-top: 10px;
  background-color: #000000;
  width: 96%;
  padding: 5px 0px;
  border: double 3px #444444;
}

/*メニュー料金*/

.menu-table th {
float: left;
font-size: 18px;
font-weight: normal;
color: #fff;
padding-top: 30px;
}
.menu-table td {
float: right;
font-size: 15px;
color: #fff;
padding-top: 30px;
}
.menu-table tr {
border-bottom: dotted 1px #EEE;
}

.main-1 .menu-table {
width: 90%;
margin-left: 20px;
}


#main .sub {
  float: none;
  margin: 0 auto;
  height: 800px;
  width: 90%;
  margin-top: 30px;
  box-sizing: border-box;
  background: -moz-linear-gradient(top, #222222, #000000);
  background: -webkit-linear-gradient(top, #222222, #000000);
  background: linear-gradient(to bottom, #222222, #000000);
  padding-top: 10px;
  margin-top: 10px;
}
.sub h2 {
  color: #fff;
  text-align: center;
  margin: 0 auto;
  margin-top: 10px;
  background-color: #000000;
  width: 60%;
  padding: 5px 0px;
  border: double 3px #444444;
}
.sub img {
  width: 80%;
  display:block;
  margin: 0 auto;
  margin-top: 10px;
}

/*フッター*/
footer {
  width: 100%;
  height: auto;
}
footer img {
  display: block;
  margin: 0 auto;
  width:100%;
}
footer p {
  color: #fff;
  text-align: center;
  margin: 10px 0px;
  font-size: 10px;
}

input .ws {width:90%;}


body {
  width:100%;
}

}
