@charset "utf-8";
/* CSS Document */

h2 {
	font-size: 18px;
	color: #ff6d04;
	font-weight: 600;
	margin-bottom: 20px;
}
.whitebox {
	background-color: #fff;
	padding: 10px 20px;
	margin-bottom: 20px;
	height: auto;
	overflow: hidden;
}
.btn_toppage {
	margin-top: 20px;
	margin-bottom: 20px;
}
.btn_toppage a {
	color: #fff;
	text-decoration: none;
	text-align: center;
	background-color: #ff6d04;
	width: 300px;
	margin: auto;
	padding: 10px 0;
	display: block;
}
.btn_toppage a:hover { background-color: #090; }


/* shop foods */
.info_text {
	width: 440px;
	float: left;
}
.info_text img {
	width: 100%;
	height: auto;
	margin-top: 30px;
}
.info_pic {
	font-size: 0;
	width: 480px;
	float: right;
}
.info_pic .main {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}
.info_pic li {
	width: 110px;
	height: auto;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
	border: solid 1px #ccc;
	vertical-align: top;
}
.info_pic li img {
	width: 100%;
	height: auto
}

/*  foods */
.foods_text {
	width: 100%;
}
.foods_menu {
	font-size: 34px;
	font-weight:bold;
	color: #ff6d04;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
}	
.foods_pic {
	width: 100%;
	letter-spacing: -0.4em;
}
.foods_pic li {
	width: 225px;
	height: auto;
	display: inline-block;
	vertical-align: top;
	margin: 0 5px;
	letter-spacing: normal;
}
.foods_pic li img {
	width: 100%;
	height: auto;
	border: solid 1px #ccc;
}
.foods_price {
	text-align: right;
	margin-bottom: 10px;
}

/* event */
.eventinfo li {
	margin: 20px;
}
.eventinfo li h3 {
	color: #fff;
	font-weight: bold;
	background-color: #ff6d04;
	padding: 10px 20px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.eventinfo li div {
	padding: 10px 20px;
	border: solid 1px #ff6d04;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

/* inquiry */
.inquiry form,
.inquiry iframe {
	width: 50%;
	float: left;
}
.inquiry iframe {
	width: 50%;
	border: solid 1px #999;
	display: block;
	float: right;
}
.inquiry dl {
	padding: 10px 20px;
	width: 100%;
}
.inquiry dl dt {
	font-weight: 600;
}
.inquiry dl dd {
	padding-bottom: 10px;
}
.inquiry dl dd input,
.inquiry dl dd textarea {
	padding: 2px;
	font-size: 14px;
	max-width: 100%;
}
#formWrap h3 {
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
}
#formWrap .formTable {
	margin: 10px auto;
}
#formWrap .formTable th {
	padding-right: 10px;
}
