@charset "utf-8";


/* sitemap
-----------------------------------------------------------------*/
#main_visual {
	background: url(../img/sitemap/fv.png) no-repeat center top;
	background-size: cover;
}


#container {
}
@media (max-width: 767px) {
}


/*sitemap*/
#sitemap {
}
#sitemap ul {
	margin-top: 55px;
	padding-bottom: 120px;
}
#sitemap li {
	padding: 30px 0;
	border-bottom: 1px solid #53341f;
	font-size: 26px;
	letter-spacing: 2px;
}
#sitemap li:first-child {
	width: 350px;
	font-size: 40px;
	letter-spacing: 3px;
}
#sitemap li a {
	display: flex;
	align-items: center;
	color: #543520;
	line-height: 35px;
	text-decoration: none;
}
#sitemap li span {
	position: relative;
	display: inline-block;
	width: 35px;
	height: 35px;
	margin-right: 15px;
	background-color: #eee9d0;
	vertical-align: middle;
	line-height: 35px;
}
#sitemap li span::after,
#sitemap li span::before {
	top: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
#sitemap li span::after {
	right: 6px;
	border-color: rgba(180, 170, 112, 0);
	border-left-color: #53341f;
	border-width: 7px;
	margin-top: -7px;
}
#sitemap li span::before {
	right: 5px;
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #eee9d0;
	border-width: 9px;
	margin-top: -9px;
	z-index: 1;
}
@media (max-width: 767px) {
	#sitemap li:first-child {
		width: 100%;
	}
}

