@charset "UTF-8";


/* Sass Document */
#sitemap_content {
	padding-bottom: 180px;
}

#sitemap_content a {
	font-size: 1.5rem;
	transition: .3s;
}

#sitemap_content a:hover {
	opacity: .7;
}

#sitemap_content .heading.head {
	padding: 56px 30px 56px;
}

#sitemap_content .inner .inner .inner {
	padding: 0 25px;
}

#sitemap_content h2.ttl {
	padding: 1.1em 0 1.1em 2em;
	background: #B3A39C;
	color: #fff;
	font-size: 2.0rem;
}

#sitemap_content #about ul,
#sitemap_content #contact ul {
	display: flex;
	flex-wrap: wrap;
	padding-top: 25px;
	padding-bottom: 10px;
}

#sitemap_content #about ul li,
#sitemap_content #contact ul li {
	width: 33%;
	margin-bottom: 20px;
}

#sitemap_content #other .ttl {
	margin-bottom: .5em;
}

#sitemap_content #other ul {
	padding-top: 1.5em;
}

#sitemap_content #other ul li {
	padding: .5em 0;
}

#sitemap_content #other ul.flex {
	display: flex;
}

#sitemap_content #other ul.flex li {
	width: 30%;
}

#sitemap_content #other ul.flex li:first-child {
	width: 40%;
}

#sitemap_content #item .heading {
	padding: 40px 60px 40px;
}

#sitemap_content #item .heading_w {
	padding: 40px 50px 40px;
}

#sitemap_content .group {
	position: relative;
	padding-bottom: 60px;
}

#sitemap_content .group:after {
	position: absolute;
	right: 0;
	left: 0;
	width: 850px;
	height: 2px;
	margin: 0 auto;
	border: 0;
	background: linear-gradient(to right, #B3A39C, #B3A39C 2px, transparent 3px, transparent 2px);
	background-size: 6px 1px;
	content: '';
}

#sitemap_content .group ul {
	display: flex;
	flex-wrap: wrap;
}

#sitemap_content .group ul li {
	margin-bottom: .5em;
	margin-left: 2em;
}

#sitemap_content .group a {
	position: relative;
}

#sitemap_content .group a:after {
	content: ' 〉';
}

#sitemap_content .group.none:after {
	display: none;
}

#sitemap_content .group.none h3.ttl {
	margin-top: 1em;
}

#sitemap_content h3.ttl {
	position: relative;
	margin-bottom: 1em;
	padding-bottom: 1em;
	padding-left: 1.2em;
	border-bottom: 1px solid #B3A39C;
	color: #B3A39C;
	font-size: 1.8rem;
}

#sitemap_content h3.ttl:before {
	position: absolute;
	left: 0;
	color: #E31A64;
	content: '■';
}

#sitemap_content dl dt {
	margin-bottom: .3em;
	border-bottom: 1px solid #B3A39C;
	color: #B3A39C;
}

#sitemap_content .narrow dd {
	padding-left: 3em;
}

@media screen and (max-width: 767px) {
	#sitemap_content {
		padding-bottom: 5%;
	}
	#sitemap_content .heading.head {
		padding: 10% 0;
	}
	#sitemap_content .inner .inner {
		padding: 0;
	}
	#sitemap_content .inner .inner .inner {
		padding: 0 2%;
	}
	#sitemap_content h2.ttl {
		font-size: 1.6rem;
	}
	#sitemap_content #about ul,
	#sitemap_content #contact ul {
		display: block;
		padding-top: 5%;
		padding-bottom: 5%;
	}
	#sitemap_content #about ul li,
	#sitemap_content #contact ul li {
		width: auto;
		margin-bottom: 5%;
	}
	#sitemap_content #other ul {
		padding-top: 0;
	}
	#sitemap_content #other ul.flex {
		display: block;
	}
	#sitemap_content #other ul.flex li {
		width: auto;
	}
	#sitemap_content #other ul.flex li:first-child {
		width: auto;
	}
	#sitemap_content #item .heading {
		padding: 10% 0 10%;
	}
	#sitemap_content #item .heading_w {
		padding: 10% 0 10%;
	}
	#sitemap_content .group {
		padding-bottom: 10%;
	}
	#sitemap_content .group:after {
		width: 98%;
	}
	#sitemap_content .group ul li {
		margin-left: 1em;
	}
	#sitemap_content .narrow dd {
		padding-left: 0;
	}
}

/*# sourceMappingURL=sourcemaps/sitemap.css.map */
