@charset "utf-8";

.shoplist-map {
	width: 100%;
	height: 540px;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
	.shoplist-map {
		height: 84.375vw;
	}
}

.shoplist-map .info-content {
	max-width: 220px;
	text-align: left;
}

.shoplist-map .info-content > strong {
	display: block;
}

.shoplist-map .info-content > p a {
	display: inline-block;
	font-size: 1.2rem;
}

.shoplist-map .info-content > p a + a {
	margin-left: 1em;
}
