@charset "utf-8";

/*** 基本スタイル ***/
body{
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.5;
	color: #000;
	background-color: #2b1509;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	margin: 0;
	padding: 0;
}
img {
	border: none;
}
h1, h2, h3, h4, h5, h6, ul, li, p, img{
	margin: 0;
	padding: 0;
}
a:link{
	color: #9c0000;
	text-decoration: none;
}
a:visited {
	color: #9c0000;
	text-decoration: none;
}
a:hover{
	color: #000;
	text-decoration: none;
}
.hidden{
	display: none;
}
.clear {
	clear: both;
}
.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}


/*** PC･SP共通 ***/
/* TOP */
#content{
	background-color: #FFFF00;
}
header #seo{
	width: 100%;
	background-color: #2b1509;
	color: #FFF;
}
header #seo h1{
	width: 1000px;
	margin: 0 auto;
	padding: 10px 0;
	font-size: 85%;
	font-weight: normal;
	line-height: 1em;
}
header #logo{
	width: 1000px;
	margin: -5px auto 0 auto;
}
header #logo h2{
	width: 100%;
}
header #gnav{
	width: 1000px;
	margin: 0 auto;
}
header #gnav ul{
	width: 100%;
	height: 50px;
	list-style: none;
	background: url(../img/gnav-bg.png) no-repeat;
}
header #gnav ul li{
	float: left;
	width: 16.5%;
	height: 50px;
	text-align: center;
	line-height: 66px;
}
header #gnav ul li a{
	font-size: 0;
	line-height: 0;
}
header #gnav ul li a img{
	padding-bottom: 2px;
	border-bottom: 1px solid transparent;
}
header #gnav ul li a:hover img{
	opacity: 0.5;
}
header #gnav ul li a.selected img{
	border-bottom: 1px solid #FFF;
}

#main{
}
#main #main-inner{
	width: 948px;
	margin: 10px auto 40px auto;
	border-radius: 10px;
	border: 6px solid #e10012;
	background-color: #FFF;
	padding: 20px;
}
#main #main-inner{
	width: 950px;
	margin: 10px auto 40px auto;
	border-radius: 10px;
	border: 5px solid #e10012;
	background-color: #FFF;
	padding: 20px;
}
#main #main-inner h2{
	border-bottom: 2px solid #e10012;
	padding-bottom: 5px;
	margin-bottom: 20px;
}
#main #main-inner section{
	margin-bottom: 20px;
}
#main #main-inner section p{
	text-align: center;
}

footer #gfooter{
	width: 100%;
	background-color: #2b1509;
	color: #FFF;
}
footer #gfooter #gfooter-inner{
	width: 1000px;
	margin: 0 auto;
	padding: 20px 0;
}
footer #gfooter #gfooter-inner #shops{
	width: 100%;
	margin: 20px 0 40px 0;
}
footer #gfooter #gfooter-inner #shops .shop{
	float: left;
	width: 33.2%;
	border-left: 1px solid #958a84;
}
footer #gfooter #gfooter-inner #shops .shop:last-child{
	border-right: 1px solid #958a84;
}
footer #gfooter #gfooter-inner #shops .shop .shop-name{
	float: left;
	width: 42%;
	text-align: center;
	border-right: 1px solid #958a84;
	font-weight: bold;
}
footer #gfooter #gfooter-inner #shops .shop .shop-address{
	float: right;
	width: 54%;
	font-size: 77%;
	color: #958a84;
	padding: 7px 0 0 0;
}
footer #gfooter #gfooter-inner #copyright{
	width: 100%;
	padding: 2px 0 0 0;
	border-top: 1px solid #958a84;
	text-align: right;
	font-size: 77%;
	color: #958a84;
}


/*** SP 縦置き  ***/
@media screen and (max-width: 768px) and (orientation: portrait) {

}


/*** SP 横置き ***/
@media screen and (max-height: 768px) and (orientation: landscape) {

}


/* プリント */
@media print {

}