@charset "UTF-8";

#article h1 {
	width: 100%;
	text-align: left;
	position: inherit;
	font-size: 1.71em;
	top: 0;
	right: 0;
	line-height: 1.25em;
	font-weight: bold;
}
#article h2 {
	font-size: 1.5em;
	font-weight: bold;
	margin: 0.25em 0;
}

#article h3 {
	font-size: 1.25em;
	font-weight: bold;
	margin: 0.25em 0;
}
p {
	text-align: justify;
}
img {
	width: 100%;
}
p.address {
	font-size: 0.72em;
	text-align: right;
	margin: -0.35em 10px 1em;
}
p.address img {
	width: auto;
}
.review {
	margin-top: 2em;
	background-color:#fff5ef;
	border-radius:0.5em;
	padding: 0 1em 1em 1em;
}
.review h3.ownersReview{
	position:relative;
	text-indent:-100em;
	padding: 0.25em 0;
	top:-0.5em;
	left:-0.5em;
	background-image: url("/img/h3_owners_review.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain; /* アイコンの大きさを調整 */
}
.review p.reviewComment {
	text-align:justify;
	margin:-0.75em 0 1em 0;
}
.review a.toReview {
	display:block;
	margin: 0 auto;
}

.conclusion a.btn {
	display:block;
	width: auto;
	margin: 0 auto;
}