@charset "UTF-8";

/*/////////////////////////////
 notfound-partial
 /////////////////////////////*/
.main.notfound .notfound-wrap {
	width: 535px;
	margin: 0 auto;
}

.main.notfound p {
	color: #608304;
}

.main.notfound a:hover {
  text-decoration: none;
  font-weight: bold;
}

.main.notfound .notfound-image {
	text-align: center;
	margin: 0 0 20px;
}

.main.notfound .notfound-lead {
	text-align: center;
	font-size: 49px;
	font-weight: bold;
	margin: 0 0 5px;
}
.main.notfound .notfound-lead.ja {
	text-align: center;
	font-size: 27px;
	font-weight: bold;
	letter-spacing: 0.25em;
	padding: 0 0 20px;
	border-bottom: #608304 1px solid;
}

.main.notfound .notfound-text {
	font-size: 12px;
	line-height: 2;
	margin: 0 0 25px;
}
.main.notfound .notfound-text + .notfound-text {
	margin: 0;
}

.main.notfound .notfound-address {
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0 45px;
}
.main.notfound .notfound-address >* {
	display: inline-block;
	vertical-align: middle;
}
.main.notfound .notfound-address i {
	margin-right: 5px;
}

.main.notfound .notfound-address span {
	display: inline-block;
}

.main.notfound .notfound-btn a {
	display: inline-block;
}
