<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*---------------------------------
	mainvisualSlider start
---------------------------------*/
.mainvisualSliderItem_inner{
	position: relative;
	padding-top: 70vh;
	overflow: hidden;
}

.mainvisualSliderItem_img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mainvisualSliderItem_catch{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 20em;
	max-width: 90%;
	max-height: 100%;
	padding: 1em 1.5em;;
	color: #000;
	text-align: center;
	font-size: 200%;
	font-weight: var(--fontWeightBold);
	background-color: rgba(255,255,255,0.75);
	z-index: 102;
}

/*---------------------------------
	mainvisualSlider end
---------------------------------*/

/*---------------------------------
	pageMenu start
---------------------------------*/

.pageMenu{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 3em 1.5em;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

.pageMenuItem{
	display: block;
	width: calc((100% - (1.5em * 2)) / 3);
}

.pageMenuLink,
.pageMenuLink:hover{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	gap: 1.5em;
	width: 100%;
	color: inherit;
	text-decoration: none;
}

.pageMenuImage{
	display: block;
	width: 100%;
	position: relative;
	border-radius: 1em;
	overflow: hidden;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	background-color: #FFF;
}

.pageMenuImage:before{
	content: "";
	display: block;
	padding-top: 70.7%;
}

.pageMenuImage img{
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	transition: opacity 0.25s;
}

.pageMenuLink:hover .pageMenuImage img{
	opacity: 0.7;
}

.pageMenuName--colorA{
	--nameColor: var(--themeColorA);
}

.pageMenuName--colorB{
	--nameColor: var(--themeColorB);
}

.pageMenuName--colorC{
	--nameColor: var(--themeColorB);
}

.pageMenuName--colorD{
	--nameColor: var(--themeColorC);
}

.pageMenuName--colorE{
	--nameColor: var(--themeColorD);
}

.pageMenuName--colorF{
	--nameColor: var(--themeColorE);
}

.pageMenuName{
	display: block;
	width: calc(100% - (1em * 2));
	text-align: center;
	margin: 0;
	padding: 0.75em 1em;
	border-radius: 0.5em;
	color: #FFF;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	border: 3px solid var(--nameColor);
	background-color: var(--nameColor);
	transition: color 0.25s, background-color 0.25s;
}

.pageMenuLink:hover .pageMenuName{
	color: var(--nameColor);
	background-color: #FFF;
}

/*---------------------------------
	pageMenu end
---------------------------------*/


/*---------------------------------
	buttonList start
---------------------------------*/

.buttonList{
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	justify-content: space-between;
	gap: 1.5em;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

.buttonListItem{
	display: block;
	flex-grow: 1;
	flex-shrink: 1;
}

.buttonListItem a{
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFF;
	background-color: var(--themeColor);
	border: 2px solid var(--themeColor);
	padding: 0.5em 1em;
	border-radius: 0.5em;
	text-decoration: none;
	transition: background-color 0.25s, color 0.25s;
}

.buttonListItem a:hover{
	color: var(--themeColor);
	background-color: #FFF;
}

/*---------------------------------
	buttonList end
---------------------------------*/


/*---------------------------------
	settlement start
---------------------------------*/

.settlementTitle{
	color: var(--themeColor);
	font-size: 150%;
	font-weight: var(--fontWeightBold);
}

.settlementList{
	display: flex;
	flex-wrap: nowrap;
	align-items: baseline;
	justify-content: space-between;
	gap: 1em;
	width: 100%;
	border-bottom: 1px solid #BFBFBF;
	padding: 0 1em 0.75em;
	margin: 0 0 1.5em;
}

.settlementList:last-of-type{
	margin-bottom: 0;
}

.settlementYear{
	color: var(--themeColor);
	font-size: 125%;
	font-weight: var(--fontWeightBold);
}

.settlementBase{
	display: flex;
	flex-wrap: nowrap;
	align-items: baseline;
	justify-content: flex-start;
	gap: 2em;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

.settlementBaseItem a{
	display: block;
	color: inherit;
	padding: 0 0.25em 0.25em;
	text-decoration: none;
	border-bottom: 2px solid #BFBFBF;
	transition: color 0.25s, border-color 0.25s;
}

.settlementBaseItem a:hover{
	color: var(--themeColor);;
	text-decoration: none;
	border-color: var(--themeColor);
}

/*---------------------------------
	settlement end
---------------------------------*/


/*---------------------------------
	facilityOutline start
---------------------------------*/

.facilityOutline{
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: space-between;
	width: 95%;
	max-width: calc(960px + ((100% - 960px) / 2));
	margin: 0;
}

.facilityImage{
	width: calc((100% - 3em) * 0.40);
	border-top-right-radius: 1em;
	border-bottom-right-radius: 1em;
	overflow: hidden;
	position: relative;
}

.facilityImage:before{
	content: "";
	display: block;
	padding-top: 71%;
}

.facilityImage img{
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
}

.facilityTableWrapper{
	width: calc((100% - 3em) * 0.60);
	padding: 2em;
}

.section:nth-of-type(even) .facilityTableWrapper{
	background-color: #FFF;
	border-radius: 1em;
}

.facilityTable{
	width: 100%;
}

.facilityTable th{
	font-size: 100%;
	white-space: nowrap;
	min-width: 20%;
}

.wideMap{
	display: block;
	width: 100%;
	height: 45vh;
	margin: 0;
}

.tableDataTextList{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 0 1em;
	width: 100%;
	margin: 0;
	padding: 0;
}


@media(max-width: 1024px){

	.facilityOutline{
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
		gap: 2em 0;
		width: 90%;
		max-width: 960px;
		margin: 0 auto;
	}

	.facilityImage{
		width: calc(100% - (1em * 2));
		border-radius: 1em;
	}

	.facilityImage:before{
		padding-top: 58%;
	}

	.facilityTableWrapper{
		width: 100%;
		padding: 1em;
	}

	.section:nth-of-type(even) .facilityTableWrapper{
		background-color: #FFF;
		border-radius: 1em;
	}

	.facilityTable{
		width: 100%;
	}

	.facilityTable th{
		font-size: 100%;
		white-space: nowrap;
		min-width: 20%;
	}

	.facilityTable tr:first-of-type th,
	.facilityTable tr:first-of-type td{
		padding-top: 0.5rem;
	}

	.wideMap{
		display: block;
		width: 100%;
		height: 45vh;
		margin: 0;
	}

	.tableDataTextList{
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: flex-start;
		gap: 0 1em;
		width: 100%;
		margin: 0;
		padding: 0;
	}

}


@media(max-width: 600px){

	.facilityTable th{
		display: block;
		width: 100%;
		padding: 1.25rem 0.75rem 0.5rem;
	}

	.facilityTable td,
	.facilityTable tr:first-of-type td{
		display: block;
		width: 100%;
		padding: 0 0.75rem 1.25rem;
	}

}

/*---------------------------------
	facilityOutline end
---------------------------------*/


/*---------------------------------
	toggleContent start
---------------------------------*/

.toggleContent{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 1.5em;
	width: 100%;
}

.toggleBlock{
	width: 100%;
	padding: 0 0 2rem;
	background-color: #FFF;
	border-radius: 1em;
}

.toggleBlockTitle{
	width: 100%;
	font-weight: var(--fontWeightBold);
	color: var(--themeColorD);
	font-family: var(--fontFamilyMaru);
	font-size: 125%;
	padding: 2rem 4.5rem 0 2.5rem;
	margin: 0;
	position: relative;
	cursor: pointer;
}

.toggleBlockTitle:after{
	content: "down";
	font-size: 125%;
	line-height: 1;
	font-family: 'LigatureSymbols' !important;
	-webkit-text-rendering: optimizeLegibility;
	-moz-text-rendering: optimizeLegibility;
	-ms-text-rendering: optimizeLegibility;
	-o-text-rendering: optimizeLegibility;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-webkit-font-feature-settings: "liga" 1, "dlig" 1;
	-moz-font-feature-settings: "liga=1, dlig=1";
	-ms-font-feature-settings: "liga" 1, "dlig" 1;
	-o-font-feature-settings: "liga" 1, "dlig" 1;
	font-feature-settings: "liga" 1, "dlig" 1;
	position: absolute;
	top: calc(50% + 1rem);
	right: 2.5rem;
	transform: translateY(-50%);
	transition: transform 0.25s;
}

.toggleBlock--open .toggleBlockTitle:after{
	transform: translateY(-50%) rotate(180deg);
}

.toggleArea{
	width: calc(100% - (2.5rem * 2));
	padding: 2rem 0 0;
	margin: 0 auto;
	display: none;
}

.toggleBlockItem{
	width: 100%;
	margin: 0;
	border-top: 2px solid #BFBFBF;
	padding: 2rem 0 0;
}

/*---------------------------------
	toggleContent end
---------------------------------*/

/*---------------------------------
	pannelImageText start
---------------------------------*/

.pannelImageText{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 2em 3em;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

.pannelImageTextItem{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 1em;
	width: calc((100% - (3em * 2)) / 3);
}

.pannelImageText--image{
	width: 100%;
	position: relative;
	border-radius: 0.5em;
	overflow: hidden;
}

.pannelImageText--image:before{
	content: "";
	display: block;
	padding-top: 71%;
}

.pannelImageText--image img{
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
}

.pannelImageText--text{
	display: block;
}

.pannelImageText--text .textTitle{
	display: block;
	width: 100%;
	font-weight: var(--fontWeightBold);
	color: var(--themeSubColor);
	font-family: var(--fontFamilyMaru);
	font-size: 125%;
	margin: 0 0 1rem;
}

.pannelImageText--text .textContent{
	display: block;
	width: 100%;
	margin: 0;
}


@media(max-width: 1024px){

	.pannelImageText{
		gap: 2em;
	}

	.pannelImageTextItem{
		width: calc((100% - 2em) / 2);
	}

}

/*---------------------------------
	pannelImageText end
---------------------------------*/

/*---------------------------------
	calTable start
---------------------------------*/

.calTable,
.calTable tbody{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 0;
	width: 100%;
	margin: 0 auto;
}

.calTable tr{
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	justify-content: space-between;
	gap: 0 5em;
	width: 100%;
	margin: 0 auto;
	border-bottom: 1px solid #BFBFBF;
	padding: 1em 0;
}

.calTable th{
	display: flex;
	justify-content: flex-end;
	width: 5em;
	font-weight: var(--fontWeightNormal);
	font-size: 100%;
	color: var(--themeColorD);
}

.calTable td{
	width: calc(100% - 5em - 5em);
}

/*---------------------------------
	calTable end
---------------------------------*/

/*---------------------------------
	columnText start
---------------------------------*/

.columnText{
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 0;
	width: 100%;
	margin: 0;
}

.columnText:after{
	content: "";
	display: block;
	align-self: stretch;
	width: 1px;
	background-color: #BFBFBF;
	order: 2;
}

.columnTextItem{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	gap: 1em;
	width: calc((100% - 1px) / 2);
	margin: 0;
	padding: 0.5em 1.5em 1em;
	order: 1;
}

.columnTextItem:not(:first-of-type){
	order: 3;
}

.columnTextTitle{
	font-size: 125%;
	font-weight: var(--fontWeightNormal);
	margin: 0;
	text-align: center;
}

.columnTextTitle span{
	background: linear-gradient(transparent 70%, var(--themeColorEmarker) 70%, var(--themeColorEmarker) 100%, transparent 100%);
}

.columnTextContent{
	margin: 0;
}


@media(max-width: 750px){

	.columnText{
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		gap: 1em;
	}

	.columnText:after{
		width: 100%;
		height: 1px;
		background-color: #BFBFBF;
	}

	.columnTextItem{
		width: 100%;
	}

}

/*---------------------------------
	columnText end
---------------------------------*/

/*---------------------------------
	methodList start
---------------------------------*/

.methodList{
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	justify-content: space-between;
	width: calc(100% - (1em * 2));
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

.methodItem{
	display: flex;
	flex-direction: column;
	aligm-items: flex-start;
	justify-content: flex-start;
	width: calc((100% - (2em * 2)) / 3);
	margin: 0;
	border: 1px solid #BFBFBF;
	border-radius: 0.5em;
}

.methodTitle{
	width: 100%;
	color: #FFF;
	text-align: center;
	flex-grow: 0;
	flex-shrink: 0;
	background-color: var(--themeColorE);
	margin: 0;
	padding: 1em;
	border-bottom: 1px solid #BFBFBF;
}

.methodContent{
	flex-grow: 1;
	flex-shrink: 1;
	width: 100%;
	margin: 0;
	padding: 1em;
}

.methodSubtext{
	width: calc(100% - (1em * 2));
	margin: 0 auto;
}

@media(max-width: 750px){

	.methodList{
		flex-direction: column;
		gap: 1.5em;
	}

	.methodItem{
		width: 100%;
	}

	.methodContent{
		padding: 1em 1em 1.5em;
	}

}

/*---------------------------------
	methodList end
---------------------------------*/

</pre></body></html>