#main .shop_cont {
	background-color: #f5f5f5;
	border-radius: 8px;
	padding: 16px;
	margin-bottom: 16px;
}
#main .shop_cont .shop_name {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 3px solid var(--main-color);
	padding-bottom: 7px;
	margin-bottom: 5px;
}
#main .shop_cont dl {
	padding: 5px 0;
	border-bottom: 1px solid #fff;
	display: flex;
}
#main .shop_cont dl dt {
	height: 26px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	background-color: var(--main-color);
	border-radius: 4px;
	margin-right: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 0 0 60px;
}
#main .shop_cont dl dd {
	font-size: 14px;
	margin: 3px 0;
	display: block;
	flex: 1 1 auto;
}
#main .shop_cont .shop_maps {
	width: 100%;
	height: 300px;
	border-radius: 4px;
	margin: 16px 0 5px 0;
	display: block;
}
#main .cont .text {
	font-size: 14px;
}