.shop-detail{
	width: 100%;
	display: flex;
}
.shop-detail img{
	max-width: 100%;
}
.shop-detail .info{
	width: 50%;
	padding-right: 15px;
}
.shop-detail .map{
	width: 50%;
}

.shop-detail__info > div{
	margin-top: 10px;
	font-size: 16px;
	font-weight: 600;
}
.title-news{
	font-weight: bold;
}

@media (max-width: 767px){
	.shop-detail{
		flex-wrap: wrap;
	}
	.shop-detail__info{
		margin-top: 20px;
	}
	.shop-detail .info{
		width: 100%;
	}
	.shop-detail .map{
		width: 100%;
		margin-top: 30px;
	}
}