@charset "UTF-8";

.-home {
}

.main {
}

.cmnhd {
	background: #f8f7f2;
}

.pagehd {
}

.pagehd_ttl {
}

.page_anchor {
	padding: 70px 0 75px;
	color: #F794A8;
}

.page_anchor_wrap {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 40px;
}

.page_anchor_wrap a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 13px 19px 13px 25px;
	border: #cccccc 1px solid;
	font-weight: bold;
}

.page_anchor_wrap a span {
	display: flex;
	font-size: 20px;
	transform: rotate(90deg);
}

.sec {
	margin-bottom: 100px;
}

.sec_ttl {
	margin-bottom: 25px;
	color: #F794A8;
	font-weight: bold;
	font-size: 26px;
}

.overview_info {
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin-bottom: 38px;
	border: #cccccc 1px solid;
	background: #ffffff;
}

.overview_info_sec {
	padding: 21px;
}

.overview_info_sec.overview_info_date {
	border-right: #cccccc 1px solid;
}

.overview_info_sec_hd {
	display: flex;
	align-items: center;
	gap: 7px;
	padding: 0 13px 12px;
	border-bottom: #F794A8 3px solid;
	font-size: 20px;
}

.overview_info_sec_cnt {
	min-height: 50px;
	padding: 11.5px 12px;
}

.information_tbl {
	margin-bottom: 43px;
}

.information_tbl dl {
	display: grid;
	grid-template-columns: 241px auto;
	border-top: #cccccc solid 1px;
}

.information_tbl dl:last-child {
	border-bottom: #cccccc solid 1px;
}

.information_tbl dl dt {
	padding: 21.5px 20px;
	background: #f8f7f2;
}

.information_tbl dl dd {
	padding: 21.5px 40px;
}

.culture_link a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 100%;
	height: 106px;
	border-radius: 16px;
	background: #F794A8;
	color: #ffffff;
	font-weight: bold;
	font-size: 26px;
}

.culture_link span {
	position: absolute;
	right: 31px;
	bottom: 50%;
	font-size: 30px;
	transform: translateY(50%);
}

.map_wrap {
}

.map_address {
	margin-bottom: 24px;
}

.map_address_ttl {
	margin-bottom: 7px;
	font-weight: bold;
	font-size: 20px;
}

.map_address_detail {
}

.map_cnt {
}

.map_cnt iframe {
	width: 100%;
}

.history_wrap {
}

@media screen and (max-width:1240px) {
}

@media screen and (max-width:768px) {
	.-home {
	}

	.main {
	}

	.pagehd {
	}

	.pagehd_ttl {
	}

	.page_anchor {
		padding: 40px 0 45px;
	}

	.page_anchor_wrap {
		grid-template-columns: 1fr;
		gap: 15px;
	}

	.page_anchor_wrap a {
	}

	.page_anchor_wrap a span {
	}

	.sec {
		margin-bottom: 55px;
	}

	.sec_ttl {
	}

	.overview_info {
		grid-template-columns: 1fr;
	}

	.overview_info_sec {
		padding: 20px 15px;
	}

	.overview_info_sec.overview_info_date {
		border-right: none;
		border-bottom: 1px #cccccc solid;
	}

	.overview_info_sec_hd {
	}

	.overview_info_sec_cnt p:nth-of-type(even) {
		padding-bottom: 10px;
	}

	.information_tbl {
	}

	.information_tbl dl {
		grid-template-columns: 1fr;
		border: none;
	}

	.information_tbl dl:last-child {
		border: none;
	}

	.information_tbl dl dt {
	}

	.information_tbl dl dd {
		padding: 21.5px 20px;
	}

	.culture_link a {
		justify-content: left;
		padding-left: 25px;
	}

	.map_wrap {
	}

	.map_address {
	}

	.map_address_ttl {
	}

	.map_address_detail {
	}

	.map_cnt {
	}

	.history_wrap {
	}
}
