#page_title{
	background:url('../images/facility/pagetitle.webp') no-repeat bottom center;
}

.shisetsu{
	display:flex;
	flex-wrap:wrap;
	gap:20px;
}
.shisetsu dl{
	width:calc((100% - 20px) / 2);
	border:4px solid #00a77b;
	border-radius:20px;
	box-sizing:border-box;
	background:#f1f5e9;
	box-shadow:0 5px 5px rgba(0,0,0,0.1);
	display:flex;
	flex-wrap:wrap;
}
.shisetsu dl dt{
	width:50%;
	height:144px;
	box-sizing:border-box;
	border-radius:16px 0 0 0;
	border-right:2px solid #00a77b;
	border-bottom:4px solid #00a77b;
}
.shisetsu dl dt img{
	display:block;
	height:140px;
	object-fit:cover;
	border-radius:16px 0 0 0;
}
.shisetsu a{
	display:block;
	text-decoration:none;
	color:#222;
}
.shisetsu dd.shisetsu_name{
	width:50%;
	height:144px;
	padding:10px 15px;
	box-sizing:border-box;
	border-radius:0 16px 0 0;
	border-left:2px solid #00a77b;
	border-bottom:4px solid #00a77b;
}
dd.shisetsu_comment{
	background:#fff;
	border-radius:0 0 16px 16px;
	padding:10px;
	width:100%;
	height:120px;
	box-sizing:border-box;
}