@charset "utf-8";
/* CSS Document */
#inbanner_shop{
	background:url(../img/shop/shop_01.jpg) center center no-repeat;
}
.bdmap{
	margin:60px auto 0;
	font-size:16px;
}
.adrbox{
	display:flex;
	justify-content:space-between;
	font-size:16px;
	margin:44px auto  0;
}
.adrbox .address{
	line-height:2;
}
.adrbox dl{
}
.adrbox dt{
}
.adrbox dt a{
}
.adrbox dd{
	text-align:center;
}
.adrbox dd a{
	line-height:50px;
	text-decoration:underline;
}
.search_shop_area{
	text-align:center;
	padding:60px 0;
	background:#f6f5f3;
}
.search_shop_area .stl{
	font-size:23px;
}
.search_shop_area .sbd{
	display:flex;
	justify-content:space-between;
	width:820px;
	margin:45px auto 0;
}
.search_shop_area .sbd select{
	width:356px;
	height:46px;
	border:1px solid #b3b2b1;
	font-size:16px;
	padding:0 10px;
	box-sizing:border-box;
}
.search_shop_area .sft{
	text-align:center;
	margin:50px auto 0;
}
.search_shop_area .sft button{
}

.shop_list{
	width:1140px;
	margin:60px auto 0;
	position:relative;
	display:flex;
	justify-content:space-between;
	
}
.shop_list .pic{
	width:520px;
	position:relative;
}
.shop_list .pic::after{
	position:absolute;
	content:'';
	right:-50px;
	top:0;
	bottom:0;
	width:1px;
	background:#e6e6e6;
}
.shop_list .pic .img{
}
.shop_list .pic .nm_cn{
	font-size:16px;
	margin-top:0.5em;
}
.shop_list .pic .nm_en{
	font-size:12px;
}
.dps{
	width:520px;
}
.dps h3{
	background:url(../img/shop/2_03.png) left center no-repeat;
	padding-left:35px;
	font-size:24px;
	font-weight:normal;
}
.dps ul{
}
.dps li{
	margin-top:36px;
}
.dps li a{
	color:#dda319;
	display:inline-block;
	background:url(../img/shop/2_10.png) right 55% no-repeat;
	padding-right:1em;
}