*{
	margin:0;
	padding:0;
}
html {
  	height:100%;
	width:100%;
	font-family: tbudrgothic-std, sans-serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.01em;
}

body {
	display: none;
}

#header{
	Position: absolute;
	top:10%;
	left:5%;
	opacity:1.0;
	z-index:9999;
	max-width:100%;
}

#header img{
	/*
	margin-top:2%;
	margin-left:2%;
	*/
	width:95%;

}

#img_main{
	Position: absolute;
	width:90%;
	opacity:1.0;
	top:25%;
	left:5%;
}

#img_main img{
	width:50%;
	vertical-align: bottom;
}

#menu_main{
	Position: absolute;
	width:90%;
	opacity:1.0;
	top:75%;
	left:5%;
	display:flex;
	flex-wrap:wrap;
}


.menu_box01,.menu_box02,.menu_box03,.menu_box04,.menu_box05,.menu_box06{
	width: 33.0%;
}
/*
.menu_box04,.menu_box05{
	width: 49%;
}
*/
.menu_box01,.menu_box02,.menu_box03,.menu_box04,.menu_box05,.menu_box06
{
	text-align:center;
	padding:8px 0;
	border: solid 0.5px;
	border-color: #000;
	font-size:10px;
	font-weight: 800;
}
a {
	display: block;
	/*width: 100%;*/
	height: 100%;
	text-decoration: none;
	color:#000;

}

.news{
	Position: absolute;
	width:90%;
	/*max-height:100vh;*/
	display: none;
	top:0;
	left:0;
	background:rgba(255,255,255,0.9);
	z-index:98;
	padding:30% 5%;
}

.news h1{
	font-size:22px;
}

.news h2{
	font-size:15px;
}

.news p{
	font-size:12px;
	margin-bottom:2px;
	
}

.waku_line
{
	border: solid 0.5px;
	border-color: #000;
	padding:2% 0%;
	font-weight: 800;
}


.concept{
	Position: absolute;
	width:90%;
	/*max-height:100vh;*/
	display: none;
	top:0;
	left:0;
	background:rgba(255,255,255,0.9);
	z-index:98;
	padding:30% 5% 50% 5%;
}

.concept h1{
	font-size:22px;
}

.concept h2{
	font-size:15px;
}

.concept p{
	font-size:12px;
}

.menu,.about{
	Position: absolute;
	width:90%;
	/*max-height:100vh;*/
	display: none;
	top:0;
	left:0;
	background:rgba(255,255,255,0.9);
	z-index:98;
	padding:30% 5%;
}

.about{
	Position: absolute;
	width:90%;
	/*max-height:100vh;*/
	display: none;
	top:0;
	left:0;
	background:rgba(255,255,255,0.9);
	z-index:98;
	padding:30% 5% 50% 5%;
}


.wrapper{
	display:flex;
	flex-wrap:wrap;
}

.menu_title{
	width: 100%;
	font-size:14px;
}

.menu_sub{
	width: 65%;
	font-size:12px;
	padding-left:5%;
}

.menu_sub2{
	width: 100%;
	font-size:12px;
	padding-left:5%;
}

.menu_price{
	width: 30%;
	font-size:12px;
}

.about_shopname{
	width: 90%;
	font-size:14x;
	margin-bottom:5px;
	font-weight:700;
}

.about_shopname2{
	width: 90%;
	font-size:14px;
	margin:20px 0px 5px 0px;
	font-weight:700;
}

.about_category{
	width: 30%;
	font-size:12px;
}

.about_txt{
	width: 65%;
	font-size:12px;
}

.about_txt a{
	display:inline;
}

.about p{
	font-size:12px;
	margin-top:10px;
	
}

.schedule{
	Position: absolute;
	width:90%;
	/*max-height:100vh;*/
	display: none;
	top:0;
	left:0;
	background:rgba(255,255,255,0.9);
	z-index:98;
	padding:50% 5% 80% 5%;
	font-size:14px;
	line-height: 110%;

}

.schedule p a{
	font-size:14px;
	margin-top:20px;
}


.cancel_btn{
	Position:absolute;
	display: none;
	top:3%;
	right:5%;
	z-index:99;
	font-size:36px;
	font-weight: 800;
}