@charset "utf-8";

.cake-image {
	float: right;
	margin: 5px 0 10px 20px;
	border-radius: 5px;
	width: 100%;
	max-width: 110px;
}

.dish-image {
	display: flex;
	justify-content: space-between;
}

.dish-image img {
	max-width: 110px;
	border-radius: 5px;
}

#intro h3 {
	background: url(../../../common/images/icon_cafe.png) no-repeat left center / 16px;
	padding-left: 19px;
}

#intro p.caution {
	font-size: 0.9em;
	line-height: 1.7em;
}

#cafe-information p {
	font-size: 0.9em;
	line-height: 1.5em;
}

#data dd {
	margin-bottom: 4px;
}

#data dd span {
	font-weight: bold;
}

#data dd span.subinfo {
	display: inline-block;
	font-weight: normal;
	font-size: 0.9em;
	line-height: 1.8em;
}
