@charset "utf-8";
/*-------------------------------------
* access.css
* otohaciへのアクセス
-------------------------------------*/
.title {
	margin-bottom: 20px;
}

.access {
	margin-bottom: 20px;
}
.access__info:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.access__info__label {
	float: left;
	width: 5em;
	font-weight: bold;
}
.access__info__content {
	margin: 0 0 0 5em;
}

.caution {
	margin-bottom: 20px;
}
.caution__list {
	margin-left: .8em;
	text-indent: -.8em;
}
.caution__list__item--em {
	font-weight: bold;
}

.map {
	margin-bottom: 20px;
}

/*.shop {}*/
.shop__info__anchor:hover {
	text-decoration: none;
}