@charset "euc-jp";
/*-------------------------------------------
デフォルトスタイルをリセット
-------------------------------------------*/

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

html {
	font-family: sans-serif; /* 1 */
	/*-ms-text-size-adjust: 100%;*/ /* 2 */
	/*-webkit-text-size-adjust: 100%;*/ /* 2 */
}
body {
	margin: 0;
	background-color: #F5F1E6;
	color: #452E14;
	font-size: 14px;
	font-family: "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif;
}
/*
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}
*/
body , html {
	height: 100%;
}
#footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	background-color: #BF4C00;
}
#footer a {
	display: block;
	color: #FFFFFF;
}
.footerInner {
	text-align: center;
	margin: 0px;
	padding: 5px 10px 20px 10px;
	font-size: 16px;
	font-weight: bold;
}
p, section {
	margin: 0;
	padding: 0;
}
img {
	height: auto;
	max-width: 100%;
	width: auto;
	border: 0;
}
.section {
	border-bottom: solid 1px #dbd5c1;
}
a {
	background-color: transparent;
	text-decoration: none;
	color: #BF4C00;
	-webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}
a:hover {
	outline: 0;
}
a:active {
	outline: 0;
	background: rgba(0, 0, 0, 0.1);
	/*background: rgba(255, 255, 255, 0.2);*/
}
/* ヘッダー */
header {
	margin: 0;
	padding: 0;
}
.shopname {
	padding: 0px;
	margin: 0px;
}
.shopname-text {
	text-align: center;
	padding: 0px;
	margin: 0px;
	font-size: 142.85714%;
	background-color: #ebaf39;
}
.shopname-text img {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 5px;
	vertical-align: bottom;
}
.shopname-text a {
	font-weight: bold;
	color: #212121;
	display: block;
	padding: 0px;
	margin: 0px;
}
h1 {
	margin: 0px;
	padding: 0px;
}
h2.titleLine {
	padding-top: 0px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 1px;
	margin-top: 20px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
	border-bottom: 2px solid #EBAF39;
}
/*----------------------------------------
テキストサイズ＆カラー*/
.tRED {
	color: #8F0009;
}
.sizeS {
	font-size: 12px;
}
.sizeL {
	font-size: 16px;
}
.sizeLL {
	font-size: 18px;
}