.sp {
	display: block;
}

.pc {
	display: none;
}

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

header {
	padding-left: 10px;
}

header #logo {
	padding-top: 15px;
	padding-bottom: 10px;
	width: 45%;
}

header #logo img {
	width: 100%;
}

footer {
	background: #007800;
}

footer section {
	width: 100%;
	padding-top: 25px;
}

footer section h1 {
	width: 60%;
	margin: 0 auto;
	border: solid 2px #fff;
	border-radius: 10px;
	font-size: 20px;
	padding-top: 16px;
	padding-bottom: 16px;
	color: #fff;
	text-align: center;
	left: 40px;
	margin-bottom: 20px;
}

footer section .address p {
	font-size: 18px;
	line-height: 150%;
	color: #fff;
	text-align: center;
}

footer section .address ul {
	list-style-type: none;
	font-size: 26px;
	margin-top: 20px;
	margin-bottom: 25px;
	color: #fff;
	text-align: center;
}

footer section .address ul li.pc,
footer section .address ul li.sp.tel {
	margin-bottom: 10px;
}

footer section .address ul li.pc:before,
footer section .address ul li.sp:before {
	margin-right: 10px;
	content: '';
	display: inline-block;
	width: 32px;
	height: 32px;
	background-image: url(../images/ico_tel.png);
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
}

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

footer section .address ul li a {
	color: #fff;
}

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

footer .copyright p {
	text-align: center;
	color: #fff;
	font-size: 12px;
}

.btn-membership {
	width: 60%;
	margin: 0 auto 20px;
}


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

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

.drawer-nav {
	position: relative;
	z-index: 10;
	padding-top: 74px;
	border-left: solid 1px #000000;
}

.drawer-nav .drawer-menu {
	border-top: solid 2px #000;
}

.drawer-nav .drawer-menu li {
	border-bottom: solid 1px #000;
	font-size: 14px;
	padding: ;
}

.drawer-nav .drawer-menu li a {
	color: #000;
	text-decoration: none;
	padding: 15px;
	display: block;
}





