/* ▼  */
.edogawasou_kv {
	width: 100%;
	height: 0;
	background-repeat: no-repeat;
	background-image: url(../../edogawasou/images/edogawasou_main-img.png);
	background-size: contain;
	padding-top: 26%;
}

.content_title {
	margin-top: 5rem;
}

.hotel_name {
	color: #745c27;
}

.hotel_name span {
	position: relative;
}

.hotel_name span::before,
.hotel_name span::after {
	content: "";
	position: absolute;
	width: 27px;
	height: 26px;
	background-image: url(../../images/h3_headC_icon.png);
	background-repeat: no-repeat;
	background-size: contain;
	top: 2px;

}

.hotel_name span::before {
	left: -47px;
}

.hotel_name span::after {
	right: -47px;
}

.table>:not(caption)>*>* {
	padding: 1rem .7rem;
}

.table tr th {
	background-color: #bad977;
}

.section {
	margin-bottom: 5rem;
}

.section_title {
	border-right: 1px solid #bad977;
}

@media screen and (max-width: 768px) {
	.section_title {
		border-right: none;
		border-bottom: 1px solid #bad977;
	}
}