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

/* サイトマップページ設定 */

#sitemap a {
	color: #3d352c;
	text-decoration: none;
}
#sitemap a:hover {
	color: #ec5f43;
	text-decoration: underline;
}

@media print,screen and (min-width: 768px){

/* PC用設定 */

#sitemap {
}
#sitemap h2 {
	font-size:24px;
	line-height: 1em;
	margin-top: 0.5em;
	margin-bottom: 1em;
	padding-bottom: 7px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #8f8273;
	color: #685e53;
}
#sitemap ul {
	margin-top:2.5em;}
#sitemap li {
	font-size: 15px;
	line-height: 1em;
	margin-top: 2em;
	color: #685e53;
}
#sitemap li:before {
	font-family: "Font Awesome 5 Free";
	content: "\f192";
	margin-right:0.3em;
	color: #EE8F7C;
	font-weight: bold;
}
#sitemap li h6 {
	font-size: 15px;
	line-height: 1.4em;
	font-weight: normal;
	margin-top:1.5em;
	margin-left:1.7em;
}
#sitemap li h6:before {
	content: "└";
	margin-right:0.5em;
}

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

/* スマホ用設定 */

#sitemap{
	padding:0px 10px;
}
#sitemap h2 {
	font-size:16px;
	line-height: 1em;
	margin-top: 0.5em;
	margin-bottom: 1em;
	padding-bottom: 7px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #8f8273;
	color: #685e53;
}
#sitemap li {
	font-size: 14px;
	line-height: 1.4em;
	margin-bottom: 1em;
	color: #685e53;
}
#sitemap li:before {
	font-family: "Font Awesome 5 Free";
	content: "\f192";
	margin-right:0.3em;
	color: #EE8F7C;
	font-weight: bold;
}
#sitemap li h6 {
	font-size: 14px;
	line-height: 1.4em;
	font-weight: normal;
	margin-top:0.5em;
	margin-left:1.8em;
}
#sitemap li h6:before {
	content: "└";
	margin-right:0.5em;
}

}