.menu{
display:none;
}
.foot{
display:none;
}

.style1{
display:none;
}
.container {
text-align:center;
margin:0 auto;
width:100%;
}


.headimg{
width:100%;
margin-bottom:30px;
margin-top:20px;
}

.headimg img{
width:100%;
}


.img00 img {
width:95%;
border-radius:0px;
margin:0;
outline: 1px solid white;
outline-offset: -4px;
}

.shopname {
font-size:24px;
text-align:center;
margin:0 auto;
width:95%;
background-color:#0066cc;
padding:10 0;
color:white;
border-radius:15px 15px 0px 0px;
}
.shopinfo {
font-size:14px;
margin:0 auto;
width:95%;
background-color:#eeeeee;
padding:10 0;
margin-bottom:40px;
border-radius:0px 0px 15px 15px;

}

.txt {
text-align:center;
margin:5 auto;
width:95%;
}


.tel {
font-size:21px;
font-weight:bold;
text-align:center;
width:90%;
background-color:orange;
margin:10 auto 12 auto;
padding:8 0;
border-radius:5px;
border:solid #ffffff 1px;
}
.tel a {
color:white;
text-decoration:none;
display:block;
}

table{
  width: 100%;
  border-collapse: collapse;
}

table tr{
  border-bottom: solid 2px white;
}

table tr:last-child{
  border-bottom: none;
}

table th{
font-size:18px;
  position: relative;
  text-align: left;
  width: 30%;
  background-color: #0066cc;
  color: white;
  text-align: center;
  padding: 10px 0;
}

table th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
}

table td{
font-size:18px;
  text-align: left;
  width: 70%;
  text-align: center;
  background-color: #eee;
  padding: 10px 0;
}



.totop {
font-size:16px;
font-weight:bold;
text-align:center;
width:60%;
background-color:#0066cc;
margin:10 auto 12 auto;
padding:4 0;
border-radius:5px;
border:solid #ffffff 1px;
}
.totop a {
color:white;
text-decoration:none;
display:block;
}


.headnamewaku{
margin-bottom:20px;
}

.headnametitle{
width:100%;
font-size:21px;
color:#ff6600;
font-weight:bold;
}

.headname{
font-size:16px;
display:inline-block;
color:#ffffff;
background-color:#ff6600;
border-radius:3px;
padding:3 3 3 3;
margin:2 2 2 2;
}

.headname a{
text-decoration:none;
color:#ffffff;
}