@charset "utf-8";
@import url(//fonts.googleapis.com/css?family=Gloria+Hallelujah);
/* CSS Document */

.article{
	text-shadow:0px 0px 10px #FFF;
	background: url(../images/bg_paper.gif) repeat;
	padding:17px;
	line-height:17px;
}

.article h2{
	font-family: 'Gloria Hallelujah', cursive;
	color: #353100;
	font-size: 14px;
	display: inline-block;
	background-color: #FFED22;
	padding: 5px 20px;
	position:relative;
	top:-5px;
	left:-50px;
	min-width:100px;
	-webkit-transform: rotate(-3deg); /* chrome、safari　*/
	-moz-transform: rotate(-3deg); /* firefox　*/
	box-shadow:0px 0px 8px rgba(0,0,0,0.2);
}

.article p{
	line-height:18px;
	margin:0 0 17px;
}


.dinner{
	position:relative;
	top:30px;
}
.dinner h2{
	font-family: 'Gloria Hallelujah', cursive;
	color: #353100;
	font-size: 14px;
	display: inline-block;
	background-color: #FFF;
	padding: 5px 10px;
	position:absolute;
	top:-45px;
	left:-20px;
	min-width:100px;
	-webkit-transform: rotate(-3deg); /* chrome、safari　*/
	-moz-transform: rotate(-3deg); /* firefox　*/
	box-shadow:0px 0px 8px rgba(0,0,0,0.2);
}


.menu{
	font-family: 'Gloria Hallelujah',"ヒラギノ角ゴPro","メイリオ",Meiryo;
	background: url(../images/bg_paper.jpg) repeat;
	padding:17px 30px 17px;
	line-height:24px;
	color: #353100;
	box-shadow:3px 3px 10px rgba(0,0,0,0.2);
	margin: 0 0 20px;
}

.menu h2{
	font-family: 'Gloria Hallelujah', cursive;
	color: #353100;
	font-size: 14px;
	display: inline-block;
	background-color: #FFF;
	padding: 5px 20px;
	position:relative;
	top:-5px;
	left:-50px;
	min-width:100px;
	-webkit-transform: rotate(-3deg); /* chrome、safari　*/
	-moz-transform: rotate(-3deg); /* firefox　*/
	box-shadow:0px 0px 8px rgba(0,0,0,0.2);
}
.menu p{
	line-height: 150%;
	margin:0 0 10px;
	font-size: 110%;
}
.menu .ttl{
	font-family: 'Gloria Hallelujah', cursive;
	font-size:18px;
	text-align:center;
	margin: 0 0 10px;
}
.menu p.title{
	width: 510px;
	float: left;
	background: url(../images/bg_menu.gif) repeat-x 0px 9px;
	line-height: 150%;
	margin:0 0 10px;
	padding:0;
	font-weight: bold;
	font-size: 110%;
}
.menu p.price{
	float:right;
	width: 60px;
	text-align:left;
	background:none;
	overflow: hidden;
	line-height: 150%;
	margin:0 0 10px;
	padding:0;
	text-align:right;
}
.menu p span{
	padding: 0 5px;
	background: url(../images/bg_paper.jpg) repeat;
}




#body .catering{
	margin:20px 310px 20px 0;
}


#body .contact{
	margin:20px 0px 20px 0;
}
#body .contact form{
	background-color:rgba(255,255,255,0.5);
	padding: 10px;
}

#body .contact input.small{
	width:150px;
}
#body .contact input.middle{
	width:200px;
}
#body .contact input.large{
	width:250px;
}
#body .contact input[type="submit"],
#body .contact input[type="reset"]{
	padding: 8px 20px;
	border-radius:15px;
	background-color:rgba(255,255,255,0.5);
	border:3px solid #575033;
	color: #575033;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-size: 12px;
}

#body .contact input[type="submit"]:hover,
#body .contact input[type="reset"]:hover{
	background-color:#575033;
	color: #FFF;
}




.blog{
	text-shadow:0px 0px 10px #FFF;
	background: url(../images/bg_paper.png) repeat;
	background-size:contain;
	padding:17px;
	line-height:17px;
}

.blog h2{
	color: #353100;
	font-size: 14px;
	display: inline-block;
	background-color: #FFED22;
	padding: 5px 20px;
	position:relative;
	top:-5px;
	left:-50px;
	min-width:100px;
	-webkit-transform: rotate(-3deg); /* chrome、safari　*/
	-moz-transform: rotate(-3deg); /* firefox　*/
	box-shadow:0px 0px 8px rgba(0,0,0,0.2);
}

.blog p{
	line-height:18px;
	margin:0 0 17px;
}




#body .photos{
	margin:20px 0 10px;
}

#body .photos div.photo{
	width:180px;
	display:inline-block;
	margin: 0 15px 50px;
}
#body .paging{
	text-align:center;
	margin: 20px 0 0 0;
}
#body .paging span{
	display:inline-block;
	padding:5px 10px;
	text-align:center;
	background-color:#EEE;
}
#body .paging a{
	display:inline-block;
	padding:5px 10px;
	text-align:center;
	background-color:#FFED22;
}



























.tipped{
	color:#666;
}

.non{
	display:none;
}

.yellow{
	background-color:#E1DC1E;
}