

body {
	font-size: 16px;
	line-height: 1.5;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #222;
}
.over {
	overflow: hidden;
}
.pc {
	display: none;
}
#wrapper {
	margin: 50px 0 0;
}

.wbody {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}

#header {
	margin-bottom: 30px;
}
#header #logo {
	text-align: center;
	margin: 0 0 30px;
}
#header #logo img {
	width: 30%;
	max-width: 180px;
	height: auto;
}
#header #mainimg {
	width: 100%;
	margin: 0 auto;
}
#header #mainimg img,
.restauranttop img {
	width: 100%;
	height: auto;
}
.restauranttop {
	width: 60%;
	max-width: 342px;
	margin: 0 auto 40px;
}


h2 {
	margin: 0 0 15px;
}
h2 img {
	width: 70%;
	max-width: 250px;
	height: auto;
}

#content {
	margin-bottom: 80px;
}

#content .menu {
	margin: 0 0 40px 25%;
}
#content .menu ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0 15%;
}
#content .menu ul li {
	margin-bottom: 10px;
}
#content .menu ul li a {
	text-decoration: none;
	color: #222;
}

#shopinfo .box_L50 {
	max-width: 280px;
	margin: 0 auto;
}
.info_logo {
}
.info_logo img {
	width: 100%;
	max-width: 500px;
}
#shopinfo {
	margin-bottom: 50px;
}
#shopinfo .tel {
	font-size: 1.3em;
	line-height: 1.8;
}
#shopinfo .tel a {
	text-decoration: none;
	color: #222;
}
#shopinfo .box_R50 {
	padding: 0 20px;
	margin-bottom: 50px;
}
#shopinfo .imgrestaurant {
	width: 100%;
	text-align: center;
	margin-bottom: 15px;
}
#shopinfo .imgrestaurant img {
	width: 100%;
	max-width: 600px;
	height: auto;
}
.photo3 {
	text-align: center;
}
.photo3 img {
	display: inline-block;
	width: 100%;
	max-width: 300px;
	margin: 1%;
}

#social {
	margin: 0 auto;
	width: 180px;
	text-align: center;
}
#social #facebook,
#social #instagram {
	display: inline-block;
	margin: 0 2%;
}
#social .followme {
	margin: 0;
}


@media screen and (min-width:768px) {
	h2 img {
		width: 100%;
	}
	#content .menu {
		max-width: 342px;
		margin: 0 auto 40px;
	}
	#shopinfo .over {
		padding: 0 20px;
	}
	#shopinfo .box_L50 {
		float: left;
		width: 32%;
	}
	#shopinfo .box_R50 {
		float: right;
		width: 60%;
	}
}

