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

/*-----------------------------------
404
-----------------------------------*/
#wrap {
	background: #f3f1ec;
}
.eyecatch-about:before {
	z-index: 0;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url("../img/about/about-main.jpg") no-repeat bottom center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
#notfound {
	background: #f3f1ec;
}
#notfound img {
	max-width: 100%;
}
#notfound .midashi {
	font-size:2.5em;
	line-height: 2em;
	color:#c49f4f;
	padding:0 0 1em 0;
	display: block;
}
#notfound .content1 {
	padding:100px 0 50px;
	text-align: center;
}
#notfound {
	background: #f3f1ec;
}
#notfound img {
	max-width: 100%;
}
#notfound h2 {
	text-align: left;
	font-size:1.1em;
}
#notfound .content1 {
	padding:100px 0 100px;
}
#notfound .content2 {
	padding: 0 0 60px;
}
#notfound .content2 a h2 {
	transition: 0.5s;
}
#notfound .content2 a h2:hover {
	color:#d74812;
}
.sitemap-sub {
	width: 100%;
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin: 0 0 30px 0;
}
.content2 .sitemap-sub .sub-item {
	display:inline-block;
	width:400px;
	margin:0.5em 0 0.5em 1em;
	padding:0.5em 0;
	background:#fff;
	color:#c49f4f;
	transition: 0.5s;
}
.content2 .sitemap-sub .sub-item:hover {
	background: #c49f4f;
	color:#fff;
}
@media screen and (max-width:959px) {
	#notfound .content1 {
		padding:50px 0 50px;
	}
	.sitemap-sub {
		display: block;
	}
	.content2 .sitemap-sub .sub-item {
		width:100%;
		margin:0.25em 0;
		padding:10px 0;
	}
	#notfound .content2 {
		padding:0px 0 50px;
	}
		
	#notfound .midashi {
		font-size:1.5em;
	}
}
