/* ===============================================================
*** 店舗詳細 ***
=============================================================== */
h3 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}

.logo-box img {
  margin: 0 10px 0 0;
}

.info-list li {
	border-bottom: 1px solid #231F20;
	margin: 0 0 8px 0;
	padding: 0 0 8px 0;
}

.info-list li .ttl:before {
	content: "●";
}

.info-list li .txt,
.access-list,
.access-list dd {
	padding: 0 0 0 12px;
}

.access-list-ttl {
	margin-top: 5px;
}

.access-list dt::before {
	content: "○";
}

.shop-ttl {
	font-size: 24px;
	font-weight: bold;
	background-size: 100%;
	padding: 0 0 8px 35px;
	margin: 0 0 10px 0;
	position: relative;
}

.shop-ttl:before {
	content: "";
	display: block;
	width: 32px;
	height: 32px;
	position: absolute;
	left: 0;
	background-repeat: no-repeat;
}

.access-ttl {
	border-bottom: 1px solid #e91125;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	padding: 0 0 5px;
	margin: 0 auto 20px;
	width: 85%;
}