/******* Basic Settings *******/
body {
	font-family: 'Roboto Slab','ƒqƒ‰ƒMƒmŠpƒS Pro W3','ƒƒCƒŠƒI','‚l‚r ‚oƒSƒVƒbƒN',sans-serif;
	color: #F5F5F5;
	font-size: 13px;
	line-height: 1.5em;
	background-color:#000;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	-webkit-text-size-adjust: none;
}
#container {
	position: relative;
	z-index: 1;
	width:100%;
	height:100%;
}

/* link */
a {text-decoration:none; transition: color 0.5s ease 0s;}
a:hover {text-decoration:underline;}
a:link, a:active {color:#F5F5F5}
a:visited {color:#c1c1f4}
a:hover {color:#8683fb}
a.active {color:#aa7e45}
a img {
	border-style:none\9;	/* IE8,9 */
	*border-style:none;		/* IE7 */
	_border-style:none;		/* IE6 */
}
a.decorationnone {text-decoration:none;}
a.decorationnone:hover {text-decoration:none;}

/* img—]”’C³ */
img {vertical-align:bottom}

/* ƒŠƒXƒg */
li {list-style-type:none}

/* float clear */
.right {float: right}
.left {float: left}
.clear {clear: both;line-height:0}

/* slider */
#slider{margin-bottom:50px}
.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}
	.rslides li {
		-webkit-backface-visibility: hidden;
		position: absolute;
		display: none;
		width: 100%;
		left: 0;
		top: 0;
	}
		.rslides li:first-child {
			position: relative;
			display: block;
			float: left;
		}
	.rslides img {
		display: block;
		height: auto;
		float: left;
		width: 100%;
		border: 0;
	}


/******* pc *******/

.onlypc{display:inline}
.onlytablet{display:none}
.onlyphone{display:none}
.pcandtablet{display:inline}
.tabletandphone{display:none}

/** header **/
#headerwrap {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 4;
}
#headerbg {
	width:100%;
	background-color:#000
}
#headertopbar{
	width:100%;
	height: 8px;
	background: #49361e; /* Old browsers */
	background: -moz-linear-gradient(top,  #49361e 0%, #aa7e45 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#49361e), color-stop(100%,#aa7e45)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #49361e 0%,#aa7e45 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #49361e 0%,#aa7e45 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #49361e 0%,#aa7e45 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #49361e 0%,#aa7e45 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#49361e', endColorstr='#aa7e45',GradientType=0 ); /* IE6-9 */
}
#headerbottombar {
	width:100%;
	height: 20px;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */1
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,1)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
#headercontent {
	width:900px;
	margin:0 auto
}
h1 {
	padding:26px 0 0;
	float: left;
}
#headernav {
	margin-top: 44px;
	float: left;
}
#headernav ul {
	margin: 0;
	padding: 0;
	height: auto;
	list-style: none;
	overflow: hidden;
}
	#headernav ul li {
		font-size: 20px;
		display: inline;
		float: left;
		padding: 6px 0 0 0;
		text-align: center;
	}
		#headernav ul li a {
			display: block;
			line-height: 2em;
			padding: 0 10px 3px;
		}
			#headernav ul li a:hover, header ul li a.active {
				text-decoration: none;
			}
				#headernav ul li a:hover{
					border-bottom: 3px solid #8683fb;
					transition: border 0.4s ease 0s;
				}
				#headernav ul li a.active {
					border-bottom: 3px solid #aa7e45;
				}
					
	header #slides {clear: both;}

.infobanner{
	float:right;
	text-align:center;
	font-weight:bold;
	padding:10px 26px;
	margin: 20px 0 0;
	font-size:14px;
	background: rgb(170,126,69);

}
.infobanner span{font-size:15px;}

.banner {
	text-align:center;
	font-weight: bold;
	font-size:18px;
	text-shadow: 0 -3px 3px #FFF,-3px 0 3px #FFF,3px 0 3px #FFF,0 3px 3px #FFF;
	background: #FFD464;
	padding: 4px 0;
}
.banner p{
	color: #555555;
	text-decoration: none;
	border: 1px solid #fff;
	margin: 0 4px;
	padding: 15px 0;
}
.banner p span{
	font-size:22px;
}

/** content **/
.content {
	clear: both;
	width: 800px;
	padding: 50px;
	margin: 150px auto 40px;
	background-color:rgba(0,0,0,0.8);
}
.content:nth-of-type(2) {
	margin-top: 0px;
}
.boxcontent {
	float:left;
	width: 240px;
	margin-right:40px;
}

.boxcontent.pcmarginrightzero {
	margin-right:0;
}

.boxcontent .infobanner{
	float:none;
	text-align:center;
	font-weight:bold;
	width:100%;
	padding:20px 0;
	margin: 0;
	font-size:14px;
}


h2 {
	font-size: 18px;
	line-height: 1.8em;
	font-weight: normal;
	margin-bottom: 40px;
	padding-left:10px;
	border-bottom: 2px solid #aa7e45;
}
h3 {
	font-size: 16px;
	line-height: 1.7em;
	margin-bottom: 10px;
	padding-left:10px;
	border-bottom: 1px solid #aa7e45;
	font-weight: normal;
}
.color1 {color:#aa7e45}
.color2 {color:#EB2142}
.color3 {color:#79D1B0}

dl dt {float:left;}
dl dd {margin:0 0 20px 80px;}


/* schedule */
.calwrap:nth-of-type(n+2) {
	margin-top:50px;
}
.calwrap>span>p, .calwrap>div {
	float:left;
	width:114px;
}
	.calwrap>span>p:nth-of-type(7n-6),
	.calwrap>div:nth-of-type(7n-6) {width:115px}
.calwrap>span>p {
	text-align:center;
	padding: 10px 0;
}
.calwrap>div {
	height:114px;
}
.calwrap>div>p {
	font-size:11px;
	padding: 4px 8px;
}
.calwrap>span>p:nth-of-type(6),
.calwrap>div:nth-of-type(7n-1)>p:nth-of-type(1) {color:#16A6B6}
.calwrap>span>p:nth-of-type(7),
.calwrap>div:nth-of-type(7n)>p:nth-of-type(1),
.holiday {color:#DE4830}
.calwrap>span>p:nth-of-type(odd),
.calwrap>div:nth-of-type(even) {background-color:rgba(0,0,0,0.9);}
.calwrap>span>p:nth-of-type(even),
.calwrap>div:nth-of-type(odd) {background-color:rgba(0,0,0,0.5);}
.calwrap>div.datenone:nth-of-type(even),
.calwrap>div.datenone:nth-of-type(odd) {background-color:rgba(0,0,0,0);}
.calwrap>div>p:nth-of-type(2) {display:none}

.musical {color:#F27398}
.star {color:#FBA848}

.attention {
	text-align:right;
	font-size:11px;
}
.update {
	text-align:right;
	font-size:11px;
	margin-top:-27px;
}


/* menu */
.menu .boxcontent {
	width: 170px;
	margin-right:40px;
	margin-bottom:40px;
	position:relative;
}
.menu section>div:nth-of-type(4n) {
	margin-right:0;
}
.menu .ordertitle {
	position:absolute;
	z-index:3;
	bottom:0;
	right:0;
	background-color:rgba(0,0,0,0.8);
	padding:10px 20px;
	text-align:right;
}
.menu .boxcontent:hover .select {
	width:100%;
	height:100%;
	position:absolute;
	z-index:2;
	top:0;
	left:0;
	background-color:rgba(0,0,0,0.4);
}
	
.boxcontent img{
	width: 100%;
}



/** footer **/
#footerbg {
	width:100%;
	background-color:#000
}
#footertopbar {
	width:100%;
	height: 20px;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.0) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}
#footercontent{
	text-align: center;
	width:900px;
	margin:0 auto;
	padding:26px 0
}
footer nav {
/*	float: left; */
	position: relative;
	overflow: hidden;
	}
	footer nav ul {
		position: relative;
		left: 50%;
		float: left;
	}
		footer nav ul li {
			padding: 13px 10px;
			position: relative;
			left: -50%;
			float: left;
		}
			footer nav ul li a{
				display: block;;
			}
footer p {
	clear: both;
	margin: 13px auto;
}
/* to top */
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
}
	#page-top a {
		background: rgba(170,126,69,0.6);
		text-decoration: none;
		color: rgba(245,245,245,0.9);
		padding: 20px;
		text-align: center;
		display: block;
		border-radius: 50%;
		font-weight:bold
	}
		#page-top a:hover {
			text-decoration: none;
			color: rgba(245,245,245,1);
			background: rgba(170,126,69,0.8);
			transition: background 0.2s ease 0s;
		}




/* modal menu */
#wrapbgmenu {
	position: fixed;
	z-index: 5;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background: rgba(0,0,0,0.7);
	display:none;
}

#bgmenu {
	position: absolute;
	z-index: 6;
	width:52%;
	top:-10%;
	left:20%;
	background: rgba(255,255,255,0.9);
	color:#000;
	padding: 4%;
	display:none;
}

#modalclose {
	position: absolute;
	z-index: 7;
	top:10px;
	right:10px;
}
#bgmenu ul li {
	clear:both;
	overflow:hidden;
	border-bottom:1px dotted #aa7e45;
	margin:0 10px 10px;
	padding: 0 10px;
	font-size: 12px;
}
#bgmenu ul li p {
	float:left;
}
#bgmenu ul li p:nth-of-type(even) {
	float:right;
}

#dlist1,#dlist2,#dlist3,#dlist4,
#dlist5,#dlist6,#dlist7,#flist1 {display:none;}

#bgmenu p.more {
	text-align:right;
	color:#696969;
	padding: 0 10px;
}
#bgmenu p.price {
	font-size:14px;
	margin-bottom:10px;
	padding: 0 10px;
}




/******* tablet *******/
@media screen and (min-width: 641px) and (max-width: 919px){

.onlypc{display:none}
.onlytablet{display:inline}
.onlyphone{display:none}
.pcandtablet{display:inline}
.tabletandphone{display:inline}

/** header **/
#headercontent {
	width: 90%;
	padding: 0 5%; 
	margin: 0 auto;
}

/** content **/
.content {
	clear: both;
	width: 80%;
	padding: 50px 5% 30px;
	margin: 150px auto 40px;
}
.boxcontent {
	width:47%;
	margin: 0 0 50px;
}
	.boxcontent:nth-of-type(even) {margin-right:6%;}

	.menu .boxcontent {
		width: 30%;
		margin-right:5%;
	}
		.menu section>div:nth-of-type(3n) {
			margin-right:0;
		}
		.menu section>div:nth-of-type(4n) {
			margin-right:5%;
		}

.infobanner{
	float:none;
	margin:0;
	height:auto;
}
.infobanner span{font-size:15px;}

/* schedule */
.calwrap>div {
	float:none;
	width:100%;
	overflow:hidden;
}
	.calwrap>p:nth-of-type(7n-6),
	.calwrap>div:nth-of-type(7n-6) {width:100%}
.calwrap>div {
	height:auto;
	clear:both;
}

.calwrap>div>p {
	float:left;
}
.calwrap>div>p:nth-of-type(1) {
	width:24px;
	text-align:right;
}
.calwrap>div>p:nth-of-type(2) {
	display:inline;
	width:24px;
}
.calwrap>div>p>br {
	display:none;
}
.calwrap>div:nth-of-type(7n-1)>p:nth-of-type(2) {color:#16A6B6}
.calwrap>div:nth-of-type(7n)>p:nth-of-type(2) {color:#DE4830}

/** footer **/
#footercontent{
	width: 100%;
}

}


/******* smartphone *******/
@media screen and (max-width: 640px) {

.onlypc{display:none}
.onlytablet{display:none}
.onlyphone{display:inline}
.pcandtablet{display:none}
.tabletandphone{display:inline}

a:hover {text-decoration:none;}

/** header **/
#headerwrap {
	width: 100%;
	position: static;
}
#headercontent {
	width: 96%;
	padding: 0 2%; 
	margin: 0 auto;
}
h1 {
	padding: 13px 0 0;
}
#headernav {
	clear:both;
	float: right;
	margin-top: 0px;
}
	#headernav ul li {
		font-size: 14px;
		display: inline;
		float: left;
		padding: 6px 0 0 0;
		text-align: center;
	}
		#headernav ul li a {padding: 0 0 3px 12px;}
		#headernav ul li a:hover,
		#headernav ul li a.active{border: none;}

/** content **/
.content {
	clear: both;
	width: 88%;
	padding: 20px 4% 10px;
	margin: 8px auto;
}
.content:nth-of-type(2) {
	margin-top: 20px;
}
h2 {
	margin-bottom:13px;
}
/* slider */
#slider{margin-bottom:26px}

.boxcontent {
	width:100%;
	float:none;
	margin: 0 0 26px;
}
.content.boxcontent:last-child {
	margin:0;
}

	.menu .boxcontent {
		width: 47%;
		float:left;
		margin-right:6%;
		margin-bottom:20px;
	}
		.menu section>div:nth-of-type(4n) {
			margin-right:0;
		}
		.menu section>div:nth-of-type(2n) {
			margin-right:0;
		}

#bgmenu {
	width:76%;
	top:40px;
	left:8%;
	background: rgba(255,255,255,0.9);
	color:#000;
	padding: 4%;
	display:none;
}
.menu .ordertitle {
	padding:6px 12px;
	text-align:right;
	}

.innerbox {
	width:100%;
	margin: 0 auto 30px;
}
.infobanner{
	float:none;
	margin:0 auto  30px;
}
.infobanner span{font-size:15px;}

/* schedule */
.calwrap>div {
	float:none;
	width:100%;
	overflow:hidden;
}
	.calwrap>p:nth-of-type(7n-6),
	.calwrap>div:nth-of-type(7n-6) {width:100%}
.calwrap>div {
	height:auto;
	clear:both;
}

.calwrap>div>p {
	float:left;
}
.calwrap>div>p:nth-of-type(1) {
	width:24px;
	text-align:right;
}
.calwrap>div>p:nth-of-type(2) {
	display:inline;
	width:24px;
}
.calwrap>div>p>br {
	display:none;
}
.calwrap>div:nth-of-type(7n-1)>p:nth-of-type(2) {color:#16A6B6}
.calwrap>div:nth-of-type(7n)>p:nth-of-type(2) {color:#DE4830}

dl dd {margin:0 0 10px 80px;}

.update {
	margin-top:0px;
}

/** footer **/
#footercontent{
	width: 100%;
}
#page-top {
	position: fixed;
	bottom: 10px;
	right: 10px;
	font-size: 77%;
	z-index: 8;
}
#page-top a {padding: 10px;}

}


/******* Basic Settings *******/
.marginzero {margin:0}
.marginnotbottom {margin-bottom:0}
.marginbottomten {margin-bottom:10px}
.marginbottomtwenty {margin-bottom:20px}
.marginbottomfourty {margin-bottom:40px}
.marginnotright {margin-right:0}
.margintopten {margin-top:10px}
.margintoptwenty {margin-top:20px}
.margintopthirty {margin-top:30px}
.fontsmall {font-size:10px}
.height {height:320px}

/******* smartphone *******/
@media screen and (max-width: 640px) {
	.smmgbottom {margin-bottom:26px}
}