html {
}
body {
    font-family:  "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
	color: #231815;
	font-weight: 500px;
}
.hamburger-menu,
.navigation {
	display: none;
}
.header-area {
	position: fixed;
	top: 0;
	width: 100%;
	background: #ffffff;
	border-bottom: 12px solid #598f35;
	z-index: 5;
}
header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	padding-top: 27px;
	width: 100%;
	height: 122px;
	max-width: 980px;
	background: #ffffff;
}
.header-logo {
	margin: 0 20px;
	width: 300px;
}
.header-logo img {
	width: 100%;
}
.header-menu {
	display: flex;
	width: 473px;
}
.header-menu ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}
.header-menu li {
	position: relative;
	width: calc(100% / 3);
	list-style: none;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 1em;
	border-left: 1px solid #727171;
}
.header-menu li a {
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #231815;
}
.header-menu li:hover {
	background: #dcdddd;
}
.header-menu li:nth-child(1),
.header-menu li:nth-child(2),
.header-menu li:nth-child(3) {
	margin-bottom: 10px;
}
.header-menu li:nth-child(3),
.header-menu li:nth-child(6) {
	border-right: 1px solid #727171;
}
.header-snsico {
	margin: 0 20px;
	width: 72px;
}
.header-snsico ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}
.header-snsico li {
	position: relative;
	width: calc(100% / 2);
	list-style: none;
}
.header-snsico li:hover {
	background: #dcdddd;
}
.header-snsico li img {
	margin: auto;
	padding: 6px;
	width: 36px;
}

.main-area {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	/*background: #ff0;*/
}
.scroll {
	display: block;
	position: absolute;
	top: 20px;
	right: 50px;
}
@media only screen and (max-width: 1050px) {
	.scroll {
		display: none;
	}
}

.main {
	margin: 0 auto;
	width: 100%;
	/*height: 1000px;*/
	max-width: 920px;
	background: #ffffff;
}

footer {
	margin: 0;
	padding: 70px 0 50px 0;
	width: 100%;
	background-image:url("../img/footer-bg.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.footer-menu {
	display: flex;
	margin: 0 auto;
	width: 473px;
}
.footer-menu ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}
.footer-menu li {
	position: relative;
	width: calc(100% / 3);
	list-style: none;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 1em;
	border-left: 1px solid #ffffff;
}
.footer-menu li a {
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #ffffff;
}
.footer-menu li:hover {
	background: #dcdddd;
}
.footer-menu li:nth-child(1),
.footer-menu li:nth-child(2),
.footer-menu li:nth-child(3) {
	margin-bottom: 17px;
}
.footer-menu li:nth-child(3),
.footer-menu li:nth-child(6) {
	border-right: 1px solid #ffffff;
}
.footer-logo {
	display: block;
	margin: 50px auto;
	width: 30%;
	max-width: 300px;
}

.footer-info {
	color: #ffffff;
}
.footer-info p {
	padding: 2px 0;
	text-align: center;
}
.copyright {
	margin: 50px 0 0 0;
	padding: 0;
	text-align: center;
	font-size: 12px;
	color: #ffffff;
}

.sp-footer {
	display: none;
}






