@charset "utf-8";
/* CSS Document */

#sitemap {
	margin-bottom: 110px;
}
#sitemap h2, #sitemap h3 {
	font-weight: 500;
	font-size: 1.4rem;
}
@media screen and (max-width: 480px) {
	#sitemap {
		margin-bottom: 60px;
	}
	#sitemap h2, #sitemap h3 {
		font-size: 1.3rem;
		font-weight: 400;
	}
}

/*---------------------------------------------
	sitemap_main
---------------------------------------------*/
.sitemap_main {
	max-width: 900px;
	margin: 0 auto;
}
.sitemap_main > li:first-child a {
	border-top: 1px solid #b3a175;
}
.sitemap_main > li > a {
	padding: 20px 0 20px 40px;
	border-top: 1px solid #b3a175;
	display: flex;
	position: relative;
}
.sitemap_main > li:last-child > a {
	border-bottom: 1px solid #b3a175;
}
.sitemap_main > li > a:hover {
	background: #fff;
}
.sitemap_main > li > a::before, .sitemap_site > li > a::before, .sitemap_site_name a::before {
	content: '';
	position: absolute;
	left: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 7px;
	height: 7px;
	transform: rotate(45deg);
	border-top: 1px solid #937954;
	border-right: 1px solid #937954;
}
@media screen and (max-width: 1366px) {
	.sitemap_main {
		padding: 0 5%;
	}
}
@media screen and (max-width: 480px) {
	.sitemap_main > li > a {
		padding: 15px 0 15px 20px;
	}
	.sitemap_main > li > a::before, .sitemap_site > li > a::before, .sitemap_site_name a::before {
		left: 0;
	}
}

/*---------------------------------------------
	sitemap_site
---------------------------------------------*/
.sitemap_site {
	padding: 10px 20px 0;
}
.sitemap_site > li {
	margin-bottom: 20px;
}
.sitemap_site > li > a {
	padding: 0 0 0 40px;
	position: relative;
	display: inline-flex;
	align-items: center;
}
.sitemap_site a:hover {
	text-decoration: underline;
}
@media screen and (max-width: 480px) {
	.sitemap_site {
		padding: 0 10px;
	}
	.sitemap_site > li {
		margin-bottom: 10px;
	}
	.sitemap_site > li > a {
		padding: 0 0 0 20px;
	}
}

/*---------------------------------------------
	sitemap_page
---------------------------------------------*/
.sitemap_page {
	margin: 10px 0 20px;
	padding: 0 0 0 40px;
	display: flex;
	flex-flow: row wrap;
	gap: 10px 40px;
}
.sitemap_page > li > a {
	padding: 0 0 0 10px;
	display: flex;
	position: relative;
}
.sitemap_page > li > a::before {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	width: 4px;
	height: 4px;
	content: '';
	border-radius: 50%;
	background: #937954;
}
@media screen and (max-width: 480px) {
	.sitemap_page {
		padding-left: 20px;
		margin: 0 0 10px;
	}
}

/*---------------------------------------------
	sitemap_site_name
---------------------------------------------*/
.sitemap_site_name {
	margin: 20px 0 0 40px;
	font-weight: 500;
}
.sitemap_site_name a {
	position: relative;
	padding-left: 20px;
}
.sitemap_site_name a::before {
	left: 0;
}

/*---------------------------------------------
	sitemap_window
---------------------------------------------*/
.sitemap_window a::after {
	content: "";
	background: url("../images/icon_window.svg") center no-repeat;
	width: 22px;
	height: 12px;
	background-size: contain;
	filter: brightness(0) saturate(100%) invert(48%) sepia(36%) saturate(422%) hue-rotate(356deg) brightness(93%) contrast(85%);
}

/*---------------------------------------------
	sitemap_pdf
---------------------------------------------*/
.sitemap_pdf a::after {
	content: "";
	background: url("../images/icon_pdf.svg") center no-repeat;
	width: 12px;
	height: 22px;
	background-size: contain;
	margin-left: 5px;
	filter: brightness(0) saturate(100%) invert(48%) sepia(36%) saturate(422%) hue-rotate(356deg) brightness(93%) contrast(85%);
}






