/* footer */

/* PC */
#footer{
	width: 100%;
	margin-top: 70px;
	padding-top: 30px;
	border-top: 2px solid #66cc99;
}

#footer .box{
	max-width: 900px;
	margin: 0 auto 20px;
}

#footer div.inc{
	float: left;
	line-height: 30px;
	font-size: 25px;
}

#footer div.inc span{font-size: 12px;}

#footer .address{
	float: right;
	font-size: 13px;
}

#footer .sitemap{
	width: 850px;
	margin: 30px auto 0;
	padding: 25px;
	text-align: center;
	font-size: 15px;
	border-top: 1px solid #747474;
}

#footer .sitemap ul li{
	margin-right: 30px;
	display: inline-block;
}

#footer .sitemap a{color: #000; text-decoration: none;}
#footer .sitemap a:hover{color: #66cc99;}

#footer .copy{
	padding: 12px;
	color: #fff;
	text-align: center;
	font-size: 11px;
	background: #66cc99;
}


/* タブレット */
@media screen and (max-width: 768px){
	#footer{
		width: 100%;
		margin-top: 70px;
		padding-top: 30px;
		border-top: 2px solid #66cc99;
	}
	
	#footer .box{margin-bottom: 20px !important;}

	#footer .box,.sitemap{
		width: 90%;
		margin: 0 auto;
		text-align: center;
		line-height: 30px;
	}

	#footer div.inc{
		width: 100%;
		float: none;
		line-height: 30px;
		font-size: 25px;
	}

	#footer div.inc span{font-size: 12px;}
	
	#footer .address{
		margin-top: 15px;
		float: none;
		line-height: 20px;
		font-size: 13px;
	}

	#footer .sitemap{
		width: 90%;
		margin-top: 30px;
		padding: 25px 0;
		text-align: center;
		font-size: 15px;
		border-top: 1px solid #747474;
	}
	
	#footer .sitemap a{color: #000; text-decoration: none;}
	#footer .sitemap a:hover{color: #66cc99;}
	
	#footer .copy{
		padding: 12px;
		color: #fff;
		text-align: center;
		font-size: 11px;
		background: #66cc99;
	}
}


/* スマホ */
@media screen and (max-width: 480px){
	#footer{
		width: 100%;
		margin-top: 70px;
		padding-top: 30px;
		border-top: 2px solid #66cc99;
	}
	
	#footer .box{margin-bottom: 20px !important;}
	
	#footer .box,.sitemap{
		width: 90%;
		margin: 0 auto;
		text-align: center;
		line-height: 30px;
	}
	
	#footer div.inc{
		width: 100%;
		float: none;
		line-height: 30px;
		font-size: 25px;
	}
	
	#footer div.inc span{font-size: 11px;}
	
	#footer .address{
		margin-top: 15px;
		float: none;
		line-height: 20px;
		font-size: 13px;
	}
	
	#footer .sitemap{
		width: 90%;
		margin-top: 30px;
		padding: 25px 0;
		text-align: center;
		font-size: 15px;
		border-top: 1px solid #747474;
	}
	
	#footer .sitemap a{color: #000; text-decoration: none;}
	#footer .sitemap a:hover{color: #66cc99;}
	
	#footer .copy{
		padding: 12px;
		color: #fff;
		text-align: center;
		font-size: 11px;
		background: #66cc99;
	}
}












