@charset "utf-8";

*{margin:0;padding:0;}
body{
	font: 13px "游ゴシック","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic","メイリオ","Meiryo",arial,Osaka,Sans-Serif !important;
	color:#443f3f;
	line-height: 1.7;
}
a{
	text-decoration:none;
	color: #237ec2;
	word-break: break-all;
}
a:hover{
	color: #5abe00;
	text-decoration:none;
}
a:active, a:focus{
	outline: 0;
}
a:hover img{
	opacity:0.9;
	filter:alpha(opacity=90);
	-ms-filter: “alpha( opacity=90 )”;
}
img{
	border:0;
	max-width: 100%;
	height: auto;
}
ul,li{
	list-style: none;
}
.clear{
	clear:both;
}
.center{
	text-align:center;
}
.left{
	text-align: left;
}
.right{
	text-align: right;
}
#logo {
    width: 40%;
    margin: auto;
}
#logo img{
    width: 100%;
    margin: auto;
}

/* SP専用 */
.tab-br{
	display: none;
}
.pc{
	display: none !important;
}
.mgt20{
	margin-top: 20px;
}
.mgt80{
	margin-top: 50px !important;
	overflow: hidden;
}
/*-----------------------------------*/
.main img{
	width: 100%;
}
.title{
	font-size: 18px;
	color: #8f6624;
	font-weight: 500;
	text-align: center;
	line-height: 1.6;
	margin-top: 8px;
}
.toptxt{
	margin-top: 20px;
}
.headsns {
	margin: 10px auto 30px;
	font-size: 13px;
	font-family: Verdana, Geneva, sans-serif;
	overflow: hidden;
	text-align: center;
}
.headsns a{
	color: #4c4c4c;
}

#logo{
	text-align: center;
}
.headmenu{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	overflow: hidden;
    margin: 10px auto 20px;
    
}	
.headmenu li{
	float: left;
	margin-right: 25px;

}	
.headmenu li a{
	padding: 10px 7px 7px 7px;
	display: block;
}	

.headmenu li:last-child{
	margin-right: 0;
}	
.headmenu li:last-child a{
	display: block;
	background: #d00000;
	color: #fff;
	vertical-align: middle;
	padding: 8px 7px;
}	
.refoot{
	background: #000;
	padding: 20px 10px;
	color: #fff;
	text-align: left;
	font-size: 12px;
}
.refoot .right{
	text-align: left;
}

.footmenu a{
	color: #fff;
}
.rectitle{
	width: 140px;
	margin: 80px auto;
}
.rectitle img{
	width: 100%;
}
.row2{
	text-align: center;
}
/*----------------------------eventページ-----------------------------*/
#event_container{
	display: block;
	width: 100%;
	margin: 0 auto 20px;
}
#event_container img{
	width: 100%;
}
#event_container .event_title{
	margin-top: 30px;
	text-align: center;
	font-weight: 500;
}
.shop_list{
	margin-top: 20px;
}
.shop_list li{
	overflow: hidden;
}
.shop_list li:nth-of-type(n+2){
	margin-top: 50px;
	overflow: hidden;
}
.shop_img{
	margin: 10px auto 0;
	width: 80%;
}
.shop_name{
	margin: 0 auto;
	width: 90%;
	color: #fff;
	background: #000;
	padding: 5px 10px;
}
.shop_info dl{
	margin: 10px auto 0;
	width: 90%;
}
.shop_info dl dt{
	margin-top: 10px;
	padding: 3px 0 3px 7px;
  position: relative;
  background: #eee; 
}
/*
.shop_info dl dt:before{
	content: '';
	background: #000;
	width: 2px;
	height: 13px;
	display: inline-block;
	position: absolute;
	top: 2px;
	left: 0;
}
*/
.shop_info dl dd{
	margin-top: 5px;
}
.area_map{
	margin: 10px auto 0;
	width: 90%;
	box-sizing: border-box;	
}
.area_map a{
	margin-left: auto;
	margin-right: 0;
	width: 15vw;
	max-width: 200px;
	display: block;
	background: #000;
	border: 1px solid #000;
	padding: 5px 0;
	color: #fff;
	font-size: 12px;
	border-radius: 2px;
	transition: .1s;
	text-align: center;
}
.area_map a:hover{
	border: 1px solid #000;
	background: #fff;
	color: #000;
	transition: .1s;	
}