.sp {
	display: none;
}

.pc {
	display: block;
}

body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

header {
	max-width: 100%;
	width: 980px;
	margin: 0 auto;
	position: relative;
	height: 100px;
}

header #logo {
	width: 373px;
	margin-top: 9px;
	margin-left: 24px;
}

header nav {
	position: absolute;
	right: 0;
	top: 40px;
	font-size: 16px;
}

header nav ul {
	display: flex;
	display: -webkit-flex;
}

header nav ul li {
	margin-right: 36px;
}

header nav ul li:last-child {
	margin-right: 0;
}

header nav ul li a {
	color: #000;
	text-decoration: none;
}

header nav ul li a:hover {
	text-decoration: underline;
}

footer {
	background: #007800;
	min-width: 980px;
	width: 100%;
}

footer section {
	max-width: 100%;
	width: 980px;
	margin: 0 auto;
	padding-top: 56px;
	height: 134px;
	position: relative;
}

footer section h1 {
	width: 370px;
	border: solid 2px #fff;
	border-radius: 10px;
	font-size: 36px;
	padding-top: 27px;
	padding-bottom: 27px;
	color: #fff;
	text-align: center;
	position: absolute;
	left: 40px;
}

footer section .address {
	position: absolute;
	left: 450px;
	top: 64px;
}

footer section .address p {
	font-size: 20px;
	color: #fff;
}

footer section .address ul {
	display: flex;
	display: -webkit-flex;
	list-style-type: none;
	font-size: 28px;
	margin-top: 20px;
	color: #fff;
}

footer section .address ul li:first-child {
	margin-right: 20px;
}

footer section .address ul li:first-child:before {
	content: url(../images/ico_tel.png);
	margin-right: 10px;
	vertical-align: middle;
}

footer section .address ul li:last-child:before {
	font-family: FontAwesome;
	content: '\f1ac';
	font-size: 32px;
	margin-right: 10px;
	vertical-align: baseline;
}

footer .copyright {
	background: #003300;
	padding-top: 16px;
	padding-bottom: 16px;
}

footer .copyright p {
	width: 980px;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	font-size: 14px;
}

.btn-membership {
	width: 531px;
	margin: 0 auto 0px;
	padding-bottom: 30px;
}


.btn-membership a {
	width: 100%;
	background: #007800;
	display: inline-block;
	border-radius: 10px;
	font-size: 36px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

.btn-membership a:after {
	font-family: FontAwesome;
	content: '\f061';
	font-size: 40px;
	margin-left: 30px;
}




