@charset "utf-8";
/*-----------------------------共通---------------------------------*/
*{margin:0;padding:0;}
body{
	font: 15px "游ゴシック","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic","メイリオ","Meiryo",arial,Osaka,Sans-Serif !important;
	color:#303030;
	min-width:1080px;
	line-height: 1.8;
	position: relative;
	font-weight: 500;
	background: #fff;
}
a{
	text-decoration:none;
	color: #313131;
	transition: color .3s;
}
a:hover{
	color: #8f6624;
	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;
}
ul,li{
	list-style: none;
}
.clear{
	clear:both;
}
.center{
	text-align:center;
}
.left{
	text-align: left;
}
.right{
	text-align: right;
}
.inner{
	width: 1030px;
	margin: auto;
}
.bold{
	font-weight: bold !important;
}
.f-left{
	float: left;
}
.f-right{
	float: right;
}
.mgt80{
	margin-top: 80px;
}
.headsns {
	margin: 10px auto;
	font-size: 13px;
}
.headsns li{
	float: left;
	margin-right: 20px;
}
#logo {
  width: 180px;
  margin: auto;
}
#logo img{
  width: 100%;
  margin: auto;
}
.headmenu{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	overflow: hidden;
  width: 791px;
  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 0;
	color: #fff;
}
.footmenu {
	float: left;
}	
.footmenu a{
	color: #fff;
}
.sp{
	display: none !important;
}
/*----------------------------eventページ-----------------------------*/
#event_container{
	display: block;
	width: 1030px;
	margin: 0 auto 100px;
}
#event_container img{
	width: 100%;
}
#event_container .event_title{
	margin-top: 30px;
	text-align: center;
	font-weight: 500;
}
.shop_list li{
	margin-top: 80px;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
}
.shop_img{
	width: 30%;
}
.shop_name{
	color: #fff;
	background: #000;
	padding: 5px 0 5px 15px;
}
.shop_info{
	width: 65%;
	position: relative;
	padding-bottom: 30px;
}
.shop_info dl{
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: baseline;
}
.shop_info dl dt{
	margin-top: 10px;
	width: 15%;
	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: 5px;
	left: 0;
}
*/
.shop_info dl dd{
	margin-top: 10px;
	width: 80%;
}
.area_map{
	box-sizing: border-box;	
}
.area_map a{
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
	background: #000;
	border: 1px solid #000;
	color: #fff;
	padding: 5px 10px;
	font-size: 12px;
	cursor: pointer;
	border-radius: 2px;
	transition: .1s;
}
.area_map a:hover{
	border: 1px solid #000;
	background: #fff;
	color: #000;
	transition: .1s;	
}