@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 */
.overlay{
	display: none;
}
#content{
	background-color: #FFFF00;
}
header{
	width: 100%;
	height: 50px;
	background-image: url(../img/header-bg.png);
	background-repeat: repeat-x;
	background-position: center top;
	background-size: contain;
	position: fixed;
	top: 0;
	z-index: 901;
}
header h1#logo {
	width: 146px;
	height: 40px;
	position: absolute;
	top: 5px;
	left: 10px;
}
header h1#logo img{
	width: 100%;
	height: auto;
}
a.link-button{
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	outline : none;
}
a.link-button span{
	display: none;
}
a.link-button#h-facebook{
	top: 15px;
	right: 70px;
	background: url(../img/h-facebook.png) no-repeat;
	background-size: contain;
}
a.link-button#h-instagram{
	top: 15px;
	right: 40px;
	background: url(../img/h-instagram.png) no-repeat;
	background-size: contain;
}
a.link-button#h-menu{
	top: 15px;
	right: 10px;
	background: url(../img/h-menu.png) no-repeat;
	background-position: center;
}
.menu-open a.link-button#h-menu{
	background: url(../img/h-menu-close.png) no-repeat;
	background-position: center;
}

#main{
	padding-top: 50px;
}
#main #main-inner{
	width: 90%;
	margin: 1vh auto;
}
#main #main-inner h2{
	width: 100%;
	border-bottom: 2px solid #e10012;
	padding-bottom: 0;
	margin-bottom: 0.2em;
}
#main #main-inner h2 img{
	width: auto;
	height: 13px;
}
#main #main-inner section{
	margin-bottom: 2vh;
}
#main #main-inner section p{
	text-align: center;
}
#main #main-inner section p img{
	width: 100%;
}

footer #gfooter{
	width: 100%;
	background-color: #2b1509;
	color: #FFF;
}
footer #gfooter #gfooter-inner{
	width: 92%;
	margin: 0 auto;
	padding: 2vh 0;
}
footer #gfooter #gfooter-inner #shops{
	margin: 2vh 0 2vh 0;
}
footer #gfooter #gfooter-inner #shops .shop{
	margin-bottom: 2vh;
}
footer #gfooter #gfooter-inner #shops .shop .shop-name{
	font-size: 70%;
	font-weight: bold;
}
footer #gfooter #gfooter-inner #shops .shop .shop-name span.big{
	font-size: 120%;
}
footer #gfooter #gfooter-inner #shops .shop .shop-address{
	font-size: 70%;
}
footer #gfooter #gfooter-inner #shops .shop .shop-address a{
	color: #FFF;
}
footer #gfooter #gfooter-inner #copyright{
	width: 100%;
	text-align: right;
	font-size: 65%;
	color: #958a84;
}

.menu-open #spmenu{
	display: block;
	position: fixed;
	top: 50px;
	left: 0;
	width: 100vw;
	height: 100vh;
	/*background-color: #b1272d;*/
	background-color: #742728;
	opacity: 1;
	border-top: 1px solid #d89396;
	z-index: 900;
}
#spmenu ul{
	width: 100%;
	height: 100%;
	list-style: none;
}
#spmenu ul li{
	float: left;
	width: 49.8%;
	height: 26%;
	text-align: center;
	border-right: 1px solid #d89396;
	border-bottom: 1px solid #d89396;
}
#spmenu ul li:nth-child(even){
	border-right: none;
}
#spmenu ul li a{
	display: block;
	width: 100%;
	height: 100%;
}
#spmenu ul li:nth-child(1) a{
	background: url(../img/gnav-top.png) no-repeat;
	background-position: center;
	background-size: auto 10%;
}
#spmenu ul li:nth-child(2) a{
	background: url(../img/gnav-concept.png) no-repeat;
	background-position: center;
	background-size: auto 10%;
}
#spmenu ul li:nth-child(3) a{
	background: url(../img/gnav-service.png) no-repeat;
	background-position: center;
	background-size: auto 10%;
}
#spmenu ul li:nth-child(4) a{
	background: url(../img/gnav-shop.png) no-repeat;
	background-position: center;
	background-size: auto 10%;
}
#spmenu ul li:nth-child(5) a{
	background: url(../img/gnav-company.png) no-repeat;
	background-position: center;
	background-size: auto 10%;
}
#spmenu ul li:nth-child(6) a{
	background: url(../img/gnav-contact.png) no-repeat;
	background-position: center;
	background-size: auto 10%;
}
#spmenu ul li a span{
	display: none;
}


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


/*** SP 横置き ***/
@media screen and (max-height: 768px) and (orientation: landscape) {
html,body {
	height: 100%;
}
.touchevents #content,.touchevents #spmenu{
	display:none;
}
.touchevents #forced-portrait{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #333;
	background-image: url(../img/forced-portrait.png);
	background-repeat: no-repeat;
	background-position: center 50%;
}
}


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

}