@charset "UTF-8";
#contents {
	background-image: url(../images/hanabiR.png),
		url(../images/hanabiL.png),
		url(../images/washi.jpg);
	background-position: right 220px,
		left top,
		center center;
	background-repeat: no-repeat,
		no-repeat,
		repeat;
}
#mainImg h2 {
	color: hsla(0,0%,0%,0.00);
	height: 247px;
	background-image: url(../images/lunchTittle.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 247px;
	padding-top: 100px;
	padding-bottom: 100px;
}
#time{
	font-size: 22px;
	font-weight: bold;
	padding-bottom: 1em;
	padding-top: 1em;
	margin-bottom: 3em;
	background-color: rgba(255, 216, 139, 0.63);
	color: rgba(42,42,42,1.00);
}
#bento  {
	width: 900px;
	margin: 0 auto;
	overflow: hidden;
}
#bento li {
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	padding-left: 2%;
	padding-right: 2%;
	padding-bottom: 50px;
	padding-top: 30px;
}
#bento h3 {
	font-size: 20px;
	padding-bottom: .5em;
}
#bento .price {
	font-size: 18px;
	padding-bottom: .5em;
}
#bento .price span {
	font-size: .7em;
}
#bento .photo img {
	width: 100%;
	height: auto;
}
#bento .lineUp {
	font-size: 14px;
	padding: 1em;
	text-align: left;
	border-left: 1px solid black;
}
#order {
	margin: 0 auto;
	width: 900px;
	padding-bottom: 150px;
}
#order .dis   {
	font-size: 16px;
	padding-bottom: 50px;
	letter-spacing: 0.2em;
}
#order .tel  {
	padding-bottom: 20px;
	font-size: 15px;
}
#order h5  {
	margin: 0 auto;
	color: #4F2C2D;
	padding-bottom: 1em;
	font-size: 30px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", "sans-serif";	
}
#orderBt a {
	display: block;
	margin: 0 auto;
	width: 300px;
	color: white;
	background-color: #4F2C2D;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	font-size: 18px;
	text-decoration: none;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif"
}

