@charset "utf-8";

section:not(:first-child) {
	margin-top: 30px;
}
/* 店舗案内 */
.store-ttl {
	display: none;
}
.store-gallery {
	gap: 2px 10px;
	margin-bottom: 30px;
}
.store-gallery .com {
	padding: 0;
	font-size: 0.9rem;
/*	line-height: 1.3;*/
}

/* 交通案内 */
.access-ttl {
	margin-bottom: 15px;
}
.access-data {
	gap: 15px;
}
.access-map {
	text-align: right;
}
.access-map a {
	font-size: 0.8rem;
	text-decoration: underline;
}
.access-com {
	font-size: 0.9rem;
}

