@charset "UTF-8";

/*-----------------------------------------------------*/
/*--------------------------Reset----------------------*/
/*-----------------------------------------------------*/
*{border:0;margin:0;padding:0;}a:focus{outline:thin dotted;}a:hover,a:active{outline:0;}abbr[title]{border-bottom:1px dotted;}article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block;}audio,canvas,video{display:inline;zoom:1;}audio:not([controls]),[hidden]{display:none;}b,strong{font-weight:700;}body,button,input,select,textarea{font-family:sans-serif;}button,input{line-height:normal;}button,input,select,textarea{font-size:100%;margin:0;vertical-align:middle;}button,input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer;overflow:visible;}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}dd{margin:0 0 0 40px;}dfn{font-style:italic;}div.overlay-bg{background:url(media/images/overlay-bg.png) repeat;content:'';display:block;height:100%;left:0;position:fixed;top:0;width:100%;z-index:-1;}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em;}html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;font-size:100%;overflow-y:scroll;}img{-ms-interpolation-mode:bicubic;border:0;}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0;}input[type=search]{-moz-box-sizing:content-box;-webkit-appearance:textfield;-webkit-box-sizing:content-box;box-sizing:content-box;}input[type=search]::-webkit-search-decoration{-webkit-appearance:none;}legend{border:0;}mark{background:#ff0;color:#000;}nav ul,nav ol{list-style:none;list-style-image:none;}li{list-style:none;}pre{white-space:pre-wrap;word-wrap:break-word;}pre,code,kbd,samp{_font-family:'courier new', monospace;font-family:monospace, serif;font-size:1em;}q{quotes:none;}q:before,q:after{content:none;}small{font-size:75%;}sub{bottom:-.25em;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sup{top:-.5em;}svg:not(:root){overflow:hidden;}table{border-collapse:collassspse;border-spacing:0;}textarea{overflow:auto;vertical-align:top;}ul,ol{margin-left:0;padding:0;}
html, body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, small, strong {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}
html{
	font-size: 13px;
	font-family: Verdana, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	background: #fff9ef;
	color: #3c372d;
}
body,html{
  height:100%;
  /*overflow: auto;*/
}
body{
	min-width: 320px;
}

a{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

::selection {background: #5e3b00; color: #fff;}
::-moz-selection {background: #5e3b00; color: #fff;}

/*-----------------------------------------------------*/
/*--------------------------header---------------------*/
/*-----------------------------------------------------*/
#header{
	background: url(../images/bg.gif) repeat-x center top;
	position: relative;
	height: 160px;
	width: 100%;
	margin-bottom: 2px;	
}
#header #logo{
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -150px;
	z-index: 1;
	height: 160px;
	overflow: hidden;
}
#header #logo img{
	width: 300px;
}

#header #h1block{
	position: absolute;
	display: table;
	right: 10px;
	top: 0;
	font-size: 0.9em;
	height: 80px;
	z-index: 2;
}
#header #h1block h1{
	display: table-cell;
	vertical-align: middle;
	text-align: right;
}
#header #h1block h1 span{
	display: block;
}
#header #area_ttl{
	position: absolute;
	display: table;
	right: 10px;
	bottom: 0;
	height: 80px;
	z-index: 2;
}
#header #area_ttl div{
	display: table-cell;
	vertical-align: middle;
	color: #ffffff;
	line-height: 130%;
}
#header #area_ttl div>span{
	font-size: 0.8em;
}
#header #area_ttl div>p{
	font-size: 1.5em;
	font-weight: bold;
}
#header #area_ttl div>p span{
	font-size: 1.6em;
	padding: 0 5px;
}

#header #enavi{
	position: absolute;
	display: table;
	left: 10px;
	bottom: 0;
	height: 80px;
	z-index: 2;
}
#header #enavi ul{
	display: table-cell;
	vertical-align: middle;
}
#header #enavi ul li{
	padding-left: 20px;
}
#header #enavi ul li a{
	color: #ffffff;
	background: url(../images/ico_arrow05.png) no-repeat left center;
	padding-left: 20px;
}

#header #sns_navi{
	position: absolute;
	left: 10px;
	top: 20px;
	z-index: 2;
}
#header #sns_navi ul{
	overflow: hidden;
}
#header #sns_navi ul li{
	float: left;
}
@media screen and (max-width: 779px) {
	#header{
		background: url(../images/bg.gif) repeat-x center bottom;
		height: 270px;
	}
	#header #h1block{
		display: block;
		top: 0;
		left: 0;
		width: 100%;
		height: 20px;
	}
	#header #h1block h1{
		display: block;
		text-align: center;
	}
	#header #h1block h1 span{
		display: inline;
		line-height: 28px;
	}
	#header #h1block h1 span.h1_pt01_{
		display: none;
	}
	#header #logo{
		top: 20px;
	}
	#header #enavi{
		padding-top: 7px;
	}
	#header #enavi li:first-child{
		padding-bottom: 7px;		
	}
	#header #sns_navi{
		top: 120px;
		left: 20px;
	}
	#header #sns_navi ul li{
		float: none;
	}
	#header #sns_navi ul li:first-child{
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 480px) {
	#header{
		height: auto;
		position: inherit;
		background: none;
	}
	#header #h1block{
		position: inherit;
		height: auto;
		padding: 5px 0 0 0;
	}
	#header #h1block h1 span{
		display: block;
		text-align: center;
		line-height: 150%;
		font-size: 0.9em;		
	}
	#header #logo{
		position: inherit;
		top: auto;
		left: auto;
		margin-left: 0;
		text-align: center;
		margin-bottom: 5px;
		height: auto;
	}
	#header #logo a{
		margin-left: 20px;
	}
	#header #logo img{
		width: 250px;
	}
	#header #area_ttl{
		position: inherit;
		background: #d24202;
		width: 100%;
		display: block;
		height: auto;
		padding: 15px 0 20px 0;
		overflow: hidden;
	}
	#header #area_ttl div{
		display: block;
		float: right;
		padding-right: 20px;
	}
	#header #area_ttl div span{
	}
	#header #area_ttl div p{
	}
	#header #sns_navi{
		height: 24px;
		position: inherit;
		overflow: hidden;
		padding-top: 5px;
	}
	#header #sns_navi ul{
		padding-left: 15px;
	}
	#header #sns_navi ul li{
		float: left;
	}
	#header #sns_navi ul li:first-child{
		margin-bottom: 10px;
	}
	#header #enavi{
		padding-top: 0;
		top: 220px;
/*		display: block;*/
		display: none;
		height: auto;
		position: inherit;
	}
	#header #enavi ul{
		padding: 10px;
	}
	#header #enavi ul li{
		padding-left: 0;
	}
	#header #enavi ul li a{
		color: #3c372d;
	}
}

#mv{
	text-align: center;
	overflow: hidden;
	width: 100%;
	margin-top: 15px;
	height: 397px;
	background: url(../images/mv_13th.png) no-repeat center top;
}
@media screen and (max-width: 779px) {
	#mv{
		background-image:url(../images/mv_13th.png);
		background-repeat: no-repeat;
		background-position: center top;
		background-size: 900px 238px;
		height: 238px;
		
	}
}
@media screen and (max-width: 480px) {
	#mv{
		background-size: 750px 198px;
		height: 198px;
	}
}

#event_info{
	background: #545351;
	width: 100%;
	padding: 5px 0;
	display: table;
	color: #ffffff;
	margin-bottom: 2px;
}
#event_info>li{
	display: table-cell;
	vertical-align: middle;
	padding: 7px 0;
}
#event_info #info1{width: 34%;}
#event_info #info2{width: 33%;}
#event_info #info3{width: 33%;}

#event_info #info1 ul{
	padding-left: 50px;
	padding-right: 10px;
	background: url(../images/ico_price_s.png) no-repeat 20px center;
}
#event_info #info1 ul li{
	overflow: hidden;
	line-height: 180%;
	margin-bottom: 5px;
}
#event_info #info1 ul li p{
	float: left;
	font-size: 1.3em;
	font-weight: bold;
}
#event_info #info1 ul li p.ttl_{
	line-height: 1.5em;
	padding-right: 5px;
}
#event_info #info1 ul li p span{
	font-size: 1.5em;
	padding-left: 3px;
}
#event_info #info1 ul li.cap_{
	font-size: 0.9em;
	line-height: 130%;
	margin-bottom: 0;
}
#event_info #info2 div{
	display: table;
	width: 100%;
}
#event_info #info2 div p{
	display: table-cell;
	vertical-align: middle;
	border-left: 1px #666 solid;
	border-right: 1px #666 solid;
	padding-left: 50px;
	padding-right: 10px;
	background: url(../images/ico_home_s.png) no-repeat 20px center;
	font-size: 1.9em;
	font-weight: bold;
	line-height: 110%;
}
#event_info #info2 p span{
	font-size: 0.6em;
}
#event_info #info3 div{
	padding-left: 50px;
	padding-right: 10px;
	background: url(../images/ico_time_s.png) no-repeat 20px center;
}
#event_info #info3 div p{
	font-size: 1.9em;
	font-weight: bold;
}
#event_info #info3 div p span{
	font-size: 0.6em;
	padding: 0 5px;
}
#event_info #info3 div>span{
	display: block;
	font-size: 0.9em;
}
@media screen and (max-width: 779px) {
	#event_info{
		display: block;
		padding: 0;
	}
	#event_info>li{
		display: block;
		width: 100% !important;
		padding: 13px 0;
	}
	#event_info #info1{border-bottom: 2px #fff9ef solid;}
	#event_info #info2{border-bottom: 2px #fff9ef solid;}
}
@media screen and (max-width: 480px) {
	#event_info #info1 ul li p span{
		font-size: 1.3em;
	}
	#event_info #info2 div p{
		font-size: 1.7em;
	}
	#event_info #info3 div p{
		font-size: 1.7em;
	}
}


#ticket{
	margin-top: 2px;
	margin-bottom: 2px;
	background: #d24202;
	padding: 0 10px;
}
#ticket a{
	display: block;
	padding: 25px 0;
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
	color: #ffffff;
	background: url(../images/ico_arrow01.png) no-repeat right center;
}
#ticket a:hover{
	text-decoration: none;
}
#ticket a span{
	background: url(../images/ico_arrow02.png) no-repeat left center;
	font-size: 0.6em;
	padding-right: 10px;
	padding-left: 30px;
}
@media screen and (max-width: 779px) {
#ticket{
	margin-top: 0;
}
}
@media screen and (max-width: 480px) {
	#ticket a span{
		background: none;
		display: block;
		padding: 0;
	}
}

#nav #gnav{
	overflow: hidden;
}
#nav #gnav li{
	float: left;
	text-align: center;
}
#nav #gnav #nav01{width: 34%;}
#nav #gnav #nav02{width: 33%;}
#nav #gnav #nav03{width: 33%;}

#nav #gnav #nav01>div,
#nav #gnav #nav03>div{
	background: #cec9ba;
}
#nav #gnav #nav02>div{
	margin: 0 2px;
	padding: 0 8px;
	background: #cec9ba;
}

#nav #gnav #nav01.active_>div,
#nav #gnav #nav03.active_>div{
	background: #a39f95;
}
#nav #gnav #nav02.active_>div{
	margin: 0 2px;
	background: #a39f95;
}

#nav #gnav #nav01>div,
#nav #gnav #nav02>div div,
#nav #gnav #nav03>div{
	padding: 0 8px;
}

#nav #gnav li a,
#nav #gnav li p{
	line-height: 21px;
	width: 100%;
	display: block;
	color: #3c372d;
}
#nav #gnav li a>span,
#nav #gnav li p>span{
	display: block;
	text-align: center;
	padding: 40px 0 15px 0;
	font-weight: bold;
}
#nav #gnav li a{
	background: url(../images/ico_arrow01.png) no-repeat right center;
}
#nav #gnav li#nav01 span{background: url(../images/ico_shop.png) no-repeat center 13px;}
#nav #gnav li#nav02 span{background: url(../images/ico_map.png) no-repeat center 13px;}
#nav #gnav li#nav03 span{background: url(../images/ico_contact.png) no-repeat center 13px;}
@media screen and (max-width: 779px) {
	#nav #gnav li{
		border-bottom: 2px #fff9ef solid;
	}
	#nav #gnav li a>span,
	#nav #gnav li p>span{
		padding: 30px 0 10px 0;
	}
	#nav #gnav li#nav01 span{background: url(../images/ico_shop.png) no-repeat center 8px;}
	#nav #gnav li#nav02 span{background: url(../images/ico_map.png) no-repeat center 8px;}
	#nav #gnav li#nav03 span{background: url(../images/ico_contact.png) no-repeat center 8px;}

}
@media screen and (max-width: 480px) {
	#nav #gnav li{
		width: 100% !important;
	}
	#nav #gnav #nav02>div{
		margin: 0;
	}
	#nav #gnav #nav02.active_>div{
		margin: 0;
	}
}


#pdfnav{
	overflow: hidden;
}
#pdfnav ul {
	float: right;
	padding-right: 10px;
	overflow: hidden;
}
#pdfnav ul li{
	float: left;
}
#pdfnav ul li p{
	font-weight: bold;
}
#pdfnav ul li a{
	margin-left: 25px;
	background: url(../images/ico_dl.png) no-repeat left center;
	display: block;
	line-height: 20px;
	padding-left: 25px;
}
#pdfnav ul li a{
	color: #3c372d;
	text-decoration: underline;
}
#pdfnav ul li a:hover{
	text-decoration: none;
}
@media screen and (max-width: 779px) {
	#pdfnav{
		padding: 0px 15px 15px 15px;
		border-bottom: 1px #CCC dotted;
	}
	#pdfnav ul{
		float: none;
		padding-right: 0;
	}
	#pdfnav ul li{
		float: none;
	}
	#pdfnav ul #pdfttl{
		margin-bottom: 4px;
	}
	#pdfnav ul #pdflist{
		float: left;
		padding-right: 30px;
	}
	#pdfnav ul #pdfmap{
		float: left;
	}
	#pdfnav ul li a{
		margin-left: 0;
	}
}
@media screen and (max-width: 350px) {
	#pdfnav ul #pdfttl{
		margin-bottom: 7px;
	}
	#pdfnav ul #pdflist{
		float: none;
		padding-right: 0px;
		margin-bottom: 10px;
	}
	#pdfnav ul #pdfmap{
		float: none;
	}
}

/*------------ content ---------------*/
#content{
	max-width: 980px;
	padding: 0 10px;
	margin: 0 auto;
}

#content .h2block_{
	font-size: 1.2em;
	font-weight: bold;
	background: url(../images/bg_h2.gif) repeat-x bottom;
	display: table;
	width: 100%;
	margin-bottom: 10px;
	padding-top: 20px;
}
#content .h2block_ h2{
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}

#content .h2block_ h2 span{
	padding-left: 70px;
	background: url(../images/ico_beer.png) no-repeat 10px bottom;
	display: block;
	min-height:66px;
	height: auto !important;
	height: 66px;
	line-height: 55px;
}

@media screen and (max-width: 480px) {
	#content .h2block_ h2 span{
		background-image: url(../images/ico_beer.png);
		background-repeat: no-repeat;
		background-position: 10px bottom;
		background-size: 30px auto;
	}
	#content .h2block_ h2 span{
		padding-left: 50px;
		min-height: 55px;
	}
	#content .h2block_.sp_ h2 span{
		line-height: 130%;
	}
}

#intro{
	margin-bottom: 30px;
	background: url(../images/img_intro01.png) no-repeat right top;
}
#intro p{
	width: 100%;
	text-align: center;
	font-size: 1.1em;
	line-height: 200%;
	background-image: url(../images/img_intro02.png);
	background-position:left bottom;
	background-repeat:no-repeat;
}
@media screen and (max-width: 779px) {
	#intro{
		background: none;
		padding-top: 30px;
		padding-bottom: 150px;
		background-image:url(../images/img_intro02.png),url(../images/img_intro01.png);
		background-position:left bottom, right top;
		background-repeat: no-repeat, no-repeat;
		margin-bottom: 50px;
	}
	#intro p{
		background: none;
		font-size: 1em;
	}
}
@media screen and (max-width: 480px) {
	#intro{
		padding-top: 0;
		padding-bottom: 100px;
		background-position:left bottom, right bottom;
		background-size: 130px auto, 130px auto;
	}
}

#intro p span{
background-color:rgba(255,249,239,0.9);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#E6fff9ef,endColorstr=#E6fff9ef);
}
#intro p span strong{
	color: #d24202;
	font-size: 1.3em;
	font-weight: bold;
}

#badge{
	display: table;
	margin-bottom: 30px;
	width: 100%;
}
#badge .img_{
	display: table-cell;
	width: 300px;
}
#badge .img_ img{
	display: block;
	width: 300px;
}
#badge .txt_{
	display: table-cell;
	padding-left: 20px;
	vertical-align: top;
}
#badge .txt_>ul{
	margin-bottom: 20px;
	padding-left: 20px;
}
#badge .txt_>ul>li{
	list-style-type: disc;
	padding-bottom: 5px;
	font-weight: bold;
}
#badge .txt_>ul>li a{
	padding: 0 5px;
	text-decoration: underline;
	color: #3c372d;
}
#badge .txt_>ul>li a:hover{
	text-decoration: none;
}
#badge .txt_>div{
	margin-bottom: 10px;
	width: 100%;
}
#badge .txt_>div div{
	background: url(../images/ico_arrow04.png) no-repeat center bottom;
	padding-bottom: 25px;
}
#badge .txt_>div h3{
	background: #d24202;
	color: #ffffff;
	text-align: center;
	padding: 10px;
	font-size: 1.1em;
	font-weight: bold;
}
#badge .txt_>div ul{
	margin-bottom: 20px;
	padding-left: 30px;
	padding-top: 15px;
}
#badge .txt_>div ul li{
	list-style-type: decimal;
	padding-bottom: 10px;
	font-weight: bold;
}
@media screen and (max-width: 779px) {
	#badge{
		display: block;
		margin-bottom: 10px;
	}
	#badge .img_{
		display: block;
		width: 100%;
		text-align: center;
		margin-bottom: 10px;
	}
	#badge .img_ img{
		display: inline;
	}
	#badge .txt_{
		padding-left: 0;
	}
}
@media screen and (max-width: 480px) {
	#badge .img_ img{
		width: 200px;
	}
}

#howto{
	margin-bottom: 30px;
}
#howto ul{
	padding-left: 70px;
	background: url(../images/img_illust01.png) no-repeat right bottom;
}
#howto ul li{
	display: table;
	width: 100%;
}
#howto ul li h3{
	display: table-cell;
	width: 79px;
	height: 64px;
	background: url(../images/ico_step.png) no-repeat;
	text-align: center;
	padding-top: 15px;
	color: #ffffff;
	font-size: 1.3em;
	line-height: 140%;
}
#howto ul li h3 span{
	display: block;
	font-size: 1.7em;
	font-weight: bold;
}

#howto ul li>div{
	display: table-cell;
	padding-left: 20px;
	vertical-align: top;
	padding-top: 10px;
	overflow: hidden;
}
#howto ul li>div div{
}
#howto ul li>div div p{
	font-size: 1.2em;
	font-weight: bold;
}
#howto ul li>div div p span{
	font-size: 1.3em;
	padding: 0 3px;
	color: #d24202;
}
#howto ul li>div div p a{
	text-decoration: underline;
	color: #3c372d;
}
#howto ul li>div div p a:hover{
	text-decoration: none;
}
#howto ul li>div>p{
	float: left;
}
#howto ul li>div>p img{
	float: left;
	display: block;
	padding-top: 10px;
}
	
#howto ul li>div>p span{
	float: left;
	padding-left: 10px;
	padding-top: 10px;
}
#howto ul li>div>p.mt_{
	margin-top: 10px;
		background-color: rgba(255,249,239,0.9);
}

#howto ul li.arrow_{
	background: url(../images/ico_arrow04.png) no-repeat 35px center;
	height: 30px;
}
@media screen and (max-width: 779px) {
	#howto ul{
		padding-left: 0px;
		margin-bottom: 40px;
		padding-bottom: 170px;
	}
	#howto ul li>div>p.mt_{
	}
	#howto ul li>div div p{
		font-size: 1.1em;
	}

}
@media screen and (max-width: 480px) {
	#howto ul li{
		display: block;
	}
	#howto ul li>h3{
		display: block;
		width: auto;
		height: auto;
		background: none;
		padding: 7px 0;
		background: #cec9ba;
	}
	#howto ul li>div{
		display: block;
		padding-left: 0;
	}
	#howto ul li h3 span{
		display: inline;
		font-size: 1.2em;
	}
	#howto ul li.arrow_{
		background-position: center center;
	}
	#howto ul li>div>p{
		padding: 10px 0;
	}
	#howto ul li>div>p img{
		width: 300px;
	}
}

#notice{
	overflow: hidden;
	padding-left: 70px;
}
#notice li{
	float: left;
	width: 33%;
}
#notice li span{
	padding-left: 50px;
	padding-right: 25px;
	display: block;
min-height:40px;
height: auto !important;
height: 40px;
}
#notice li#notice01 span{background: url(../images/ico_notice01.png) no-repeat left top;}
#notice li#notice02 span{background: url(../images/ico_notice02.png) no-repeat left top;}
#notice li#notice03 span{background: url(../images/ico_notice03.png) no-repeat left top;}
@media screen and (max-width: 779px) {
	#notice{
		padding-left: 70px;
	}
	#notice li{
		float: none;
		width: 100%;
		margin-bottom: 10px;
		border-bottom: 1px #CCC dotted;
		padding-bottom: 10px;
	}
	#notice li:last-child{
		border-bottom: none;
	}
}
@media screen and (max-width: 480px) {
	#notice{
		padding-left: 0px;
	}
}


#atonight{
	margin-bottom: 40px;
}
#atonight>div{
	margin-bottom: 20px;
	display: table;
	width: 100%;
}
#atonight>div>p{
	display: table-cell;
	padding-right: 20px;
}
#atonight>div>p span{
	font-size: 1.3em;
	color: #d24202;
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
}
#atonight>div>div{
	display: table-cell;
	width: 40%;
	background: #d24202;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	color: #ffffff;
}
#atonight>div>div p{
}
#atonight ul{
	border-top: 1px #CCC dotted;
	padding: 10px;
}
#atonight ul li{
	margin-bottom: 5px;	
}
#atonight ul li a,
#atonight p>a{
color: #3c372d;
text-decoration: underline;
}
#atonight ul li a:hover,
#atonight p>a:hover{
text-decoration: none;
}
@media screen and (max-width: 779px) {
	#atonight>div{
		display: block;
	}
	#atonight>div>p{
		display: block;
		padding-right: 0;
	}
	#atonight>div>p span{
	}
	#atonight>div>div{
		display: block;
		width: 100%;
		padding: 10px;
		box-sizing: border-box;
		margin-top: 10px;
	}
}



#facebook{
	border-top: 3px #f0ede3 solid;
	border-bottom: 3px #f0ede3 solid;
	margin: 50px 0 40px 0;
	padding: 20px 0;
	overflow: hidden;
}


/*---------- footer --------------*/
#fukidashi{
	max-width: 980px;
	padding: 0 10px;
	margin: 0 auto;
}
#fukidashi .inner_{
	background: url(../images/img_fukidashi01.gif) no-repeat right bottom;
	height: 53px;
	padding-right: 89px;
}
#fukidashi div{
	padding-left: 9px;
	padding-top: 5px;
	height: 48px;
	overflow: hidden;
}
#fukidashi div>p{
	background: #f0e6d5 url(../images/img_fukidashi02.gif) no-repeat left bottom;
	line-height: 26px;
	text-align: right;
	padding: 0 5px 0 13px;
	display: inline-block;
	float: right;
}
@media screen and (max-width: 480px) {
	#fukidashi div>p{
		font-size: 0.9em;
	}
	#fukidashi div>p span{
		display: none;
	}
}


#footer{
	background: #d24202;
}
#footerWrap{
	max-width: 960px;
	padding: 15px 20px 10px 20px;
	margin: 0 auto;
}
#footerWrap ul{
	color: #f7d5c6;
}
#footerWrap ul li{
	overflow: hidden;
	margin-bottom: 5px;
}
#footerWrap ul li span{
	float: left;
	font-weight: bold;
	color: #762704;
	width: 20em;
}
#footerWrap ul li p{
	float: left;
}
#footerWrap ul li p a{
	color: #f7d5c6;
	text-decoration: underline;
}
#footerWrap ul li p a:hover{
	text-decoration: none;
}

#copyright{
	max-width: 980px;
	padding: 10px 30px 10px 30px;
	margin: 0 auto;
}
#copyright p{
	text-align: right;
	font-size: 0.9em;
}

@media screen and (max-width: 700px) {
	#footerWrap ul li span{
		width: 100%;
	}
}
@media screen and (max-width: 480px) {
	#footerWrap ul li{
		margin-bottom:10px;
	}
	#footerWrap ul li span{
		float: none;
	}
	#footerWrap ul li p{
		float: none;
	}
}




#shoplist{
	display: table;
	width: 100%;
}
#shoplist .genre_{
	display: table-cell;
	vertical-align: top;
	width: 200px;
	padding-right: 50px;
	background: url(../images/ico_arrow06.png) no-repeat 217px 40px;
}
#shoplist .genre_ #count{
	background: #eceae5;
	padding: 25px 5px;
	text-align: center;
	margin-bottom: 20px;
}
#shoplist .genre_ #count p{
	font-weight: bold;
	font-size: 1.1em;
}
#shoplist .genre_ #count p span{
	font-size: 1.8em;
	padding-right: 2px;
}
#shoplist .genre_ ul{
	
}
#shoplist .genre_ ul li{
	margin-bottom: 5px;	
}
#shoplist .genre_ ul li a{
	padding-left: 20px;
	display: block;
	color: #313131;
	text-decoration: underline;
}
#shoplist .genre_ ul li a:hover{
	text-decoration: none;
	cursor: pointer;
}
#shoplist .genre_ ul li a.active{
	background: url(../images/ico_beer2.png) no-repeat left center;
	color: #03c2a4;
	text-decoration: none;
}
#shoplist .list_{
	display: table-cell;
	vertical-align: top;
}
#shoplist .list_ .shop_{
	border: 3px #f0ede3 solid;
	margin-bottom: 15px;
	padding: 15px 25px;
}
#shoplist .list_ .shop_>div{
	overflow: hidden;
}
#shoplist .list_ .shop_>div.ttl_{
	margin-bottom: 10px;
}
#shoplist .list_ .shop_>div.ttl_ h3{
	font-size: 1.3em;
	font-weight: bold;
}
#shoplist .list_ .shop_>div.ttl_ h3 span{
	font-size: 1.3em;
	padding-right: 10px;
}
#shoplist .list_ .shop_>div.detail_{
	display: table;
	width: 100%;
}
#shoplist .list_ .shop_>div.detail_ .left_{
	display: table-cell;
	vertical-align: top;
	width: 235px;
	padding-right: 20px;
}
#shoplist .list_ .shop_>div.detail_ .left_ img{
	display: block;
	margin-bottom: 10px;
	width: 235px;
}
#shoplist .list_ .shop_>div.detail_ .left_ .time_{
	line-height: 16px;
	background: url(../images/ico_hour.png) no-repeat left center;
	padding-left: 18px;
	margin-bottom: 4px;
	font-weight: bold;
}
#shoplist .list_ .shop_>div.detail_ .left_ .category_{
	line-height: 16px;
	background: url(../images/ico_category.png) no-repeat left center;
	padding-left: 18px;
	margin-bottom: 4px;
	font-weight: bold;
}
#shoplist .list_ .shop_>div.detail_ .right_{
	display: table-cell;
	vertical-align: top;
}
#shoplist .list_ .shop_>div.detail_ .right_>p{
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 1px #CCC dotted;
}
#shoplist .list_ .shop_>div.detail_ .right_>p span{
	font-weight: bold;
}
#shoplist .list_ .shop_>div.detail_ .right_>p a{
	color: #3c372d;
	text-decoration: underline;
}
#shoplist .list_ .shop_>div.detail_ .right_ ul li{
}
#shoplist .list_ .shop_>div.detail_ .right_ ul li span{
	color: #d24202;
	font-weight: bold;
	display: block;
}
#shoplist .list_ .shop_>div.detail_ .right_ ul li span.plus_{
	padding-left: 3em;
}

@media screen and (max-width: 779px) {
	#shoplist{
		display: block;
	}
	#shoplist .genre_{
		display: block;
		padding-right: 0;
		width: 100%;
		padding-bottom: 20px;
		margin-bottom: 20px;
		background: url(../images/ico_arrow07.png) no-repeat center bottom;
	}
	#shoplist .genre_ #count{
		overflow: hidden;
		padding: 10px 0;
		margin-bottom: 0;
	}
	#shoplist .genre_ #count p{
		display: inline-block;
		line-height: 32px;
		padding: 0 3px;
		font-size: 1em;
	}
	#shoplist .genre_ #count p span{
		font-size: 1.6em;
	}
	#shoplist .genre_ ul{
		overflow: hidden;
		margin: 10px 0;
	}
	#shoplist .genre_ ul li{
		float: left;
		width: 33%;
		box-sizing: border-box;
		padding-right: 5px;
		margin-bottom: 12px;
	}
	#shoplist .list_{
		display: block;
	}
	#shoplist .list_ .shop_>div.detail_ .left_{
		width: 170px;
	}
	#shoplist .list_ .shop_>div.detail_ .left_ img{
		width: 170px;
	}

}
@media screen and (max-width: 480px) {
	#shoplist .genre_ ul li{
		width: 50%;
	}
	#shoplist .list_ .shop_{
		padding: 10px 15px;
	}
	#shoplist .list_ .shop_>div.detail_{
		display: block;
	}
	#shoplist .list_ .shop_>div.detail_ .left_{
		display: block;
		width: 100%;
		text-align: center;
		padding-right: 0;
	}
	#shoplist .list_ .shop_>div.detail_ .left_ img{
		display: inline;
	}
	#shoplist .list_ .shop_>div.detail_ .left_ p{
		text-align: left;
	}
	#shoplist .list_ .shop_>div.detail_ .right_{
		display: block;
		margin-top: 10px;
	}
}


#shopmap{
	display: table;
	width: 100%;
	margin-bottom: 30px;
}
#shopmap #map{
	display: table-cell;
	width: 580px;
	vertical-align: top;
}
#shopmap #map img{
	width: 574px;
	display: block;
	border: 3px #f0ede3 solid;
}
#shopmap ul{
	display: table-cell;
	vertical-align: top;
	padding-left: 15px;
}
#shopmap ul li{
	margin-bottom: 4px;
}
#shopmap ul li span{
	padding-right: 5px;
	color: #d24202;
}
@media screen and (max-width: 779px) {
	#shopmap{
		display: block;
	}
	#shopmap #map{
		display: block;
		margin-bottom: 20px;
		text-align: center;
		width: 100%;
	}
	#shopmap #map img{
		display: inline-block;
		width: 100%;
		max-width: 580px;
	}
	#shopmap ul{
		display: block;
		padding-left: 0;
	}
	#shopmap ul li{
	}
}



#info{
	max-width: 980px;
	margin: 0 auto 40px auto;
	width: 100%;
}
#info ul{
	display: table;
	width: 100%;
}
#info li{
	display: table-cell;
	vertical-align: bottom;	
}
#info li:first-child{
	width: 33.4%;
}
#info li:last-child{
	width: 36.1%;
}
#info li img{
	width: 100%;
}
@media screen and (max-width: 650px) {
	#info ul{
		display: block;
		width: 100%;
	}
	#info li{
		display: block;
		width: 100% !important;
		text-align: center;
		padding: 0 10px;
		box-sizing: border-box;
	}
	#info li:first-child{
		margin-bottom: 30px;
	}
	#info li img{
		width: 100%;
	}
}
@media screen and (max-width: 400px) {
	#info li:first-child{
		margin-bottom: 20px;
	}
}


#content .info_top_{
	margin-top: 30px;
}
#content .info_{
	background: #f6efdc;
	padding: 20px 25px;
	margin-bottom: 15px;
}
#content .info_ h2{
	font-size: 1.5em;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 13px;
	border-bottom: 1px #5E3F0B dotted;
}
#content .info_ h2 span{
	font-size: 0.9em;
}
#content .info_ p a {
  color: #3c372d;
  text-decoration: underline;
}
#content .info_ p a:hover{
	text-decoration: none;
}
#content .info_ p span.right_{
	display: block;
	text-align: right;
}
@media screen and (max-width: 400px) {
	#content .info_{
		margin-bottom: 5px;
	}
	#content .info_ h2 span{
		display: block;
	}
}
