#map {
	height: 520px;
}

.shop-info .img {
	width: 200px;
	height: 200px;
	margin: 0 auto;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-image: url(../../../common/img/shop-1.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.shop-info .txt-wrap > *:first-child {
	margin-top: 0;
}

.shop-info .ttl {
	font-size: 16px;
	font-weight: bold;

}

.shop-access {
	border-top: 1px solid #666;
}

.shop-access .ttl {
	font-size: 18px;
	font-weight: bold;
}

