/* フッター --------------------------------------------------------------- */
#footer{
	width: 100%;
	text-align: center;

}
#footer_sns {
	display: block;
	width:980px;
	text-align: center;
	margin-top:  40px;



}

#footer_sns_title{
	display: block;
	width: 320px;
	margin: auto;
	margin-top: 14px;
	margin-bottom: 14px;
	line-height: 24px;
	text-align: center;
	color: #000000;
	font-size: 24px;
	border-right: solid 4px #cf1010;
	border-left: solid 4px #cf1010;
	margin-bottom: 20px;;
}
#footer_sns_facebook{

	position: relative;
	left: 0px;
	text-indent: -9999px;
	display: block;
	width: 300px;
	height: 60px;
	background:url(../images/bnr_fb.png) no-repeat 0px 0px;
	margin-left: 0px;
	float: left;

}
#footer_sns_instagram{

	position: relative;
	left: -40px;
	text-indent: -9999px;
	display: block;
	width: 300px;
	height: 60px;
	background:url(../images/bnr_insta.png) no-repeat 0px 0px;
	margin-left: 100px;
	float: left;

}
#footer_sns_youtube{
	position: relative;
	left: 680px;
	text-indent: -9999px;
	display: block;
	width: 300px;
	height: 60px;
	background:url(../images/bnr_yt.png) no-repeat 0px 0px;

}
/* フッター --------------------------------------------------------------- */
#footer_copyright{
	display: block;
	padding-top: 30px;
	width: 100%;
	height: 58px;
	color: #ffffff;
	background-color: #666666;
	text-align: center;
}

#footer_link{
	display: none;
	background-color: #ffffff;
	text-align: left;
	width: 100%;
	border-top:1px solid #666666;
	padding-top: 8px;
	padding-bottom: 0;
	padding: 0;
	margin: auto;
	margin-top: 20px;
}
#footer_link2{
	display: none;
	background-color: #666666;
	text-align: left;
	width: 100%;
	padding: 16px 0px;
	color: #ffffff;
	margin: auto;
	margin-top: 0px;
	font-size: 10px;

}
#footer_link2 a{
	color: #ffffff;
}
#footer_link_length{
	margin-left:8px;
	text-align: left;
	color: #ffffff;
	font-size: 11px;
}
.footer_btn{
	text-indent: 16px;
	width: 100%;
	padding-top: 8px;
	padding-left: 0;
	margin: 0px;
	height: 30px;
	border-bottom:1px solid #666666;
	color: #121212;
	font-size: 16px;

}
.footer_btn:after{
	position: absolute;
	right: 10px;
	font-size: 20px;
	content: '〉';
}
.footer_btn_inquiry{
		background: linear-gradient(to bottom,#1bc71c,#239723);
}

#footer_sitemap{
	width:100%;
	background-color: #666666;
	padding-top: 30px;
}
#footer_sitemap_1{
	width: 30%;
	text-align: left;
	float: left;
	border-right:1px solid #fefefe;
	display: block;
	height: 550px;
}
#footer_sitemap_2{
	width: 39%;
	text-align: left;
	float: left;
	border-right:1px solid #fefefe;
	display: block;
	height: 550px;

}
#footer_sitemap_3{

	width: 30%;
	text-align: left;
	float: left;
}
#footer_sitemap_1 ul,#footer_sitemap_2 ul,#footer_sitemap_3 ul{
	color: #ffffff;
}
#footer_sitemap_1 ul li,#footer_sitemap_2 ul li,#footer_sitemap_3 ul li{
	list-style-image: url(../images/arrow01.png);
	margin-left: 32px;
	text-indent: 0px;
	color: #ffffff;
}
#footer_sitemap_1 ul li ul li,#footer_sitemap_2 ul li ul li,#footer_sitemap_3 ul li ul li{
	list-style-image: url(../images/arrow01_1.png);
	margin-left: 20px;
	text-indent: 0px;
	color: #ffffff;
}

#footer_sitemap_1 ul li:before,#footer_sitemap_2 ul li:before,#footer_sitemap_3 ul li:before{
	cursor: pointer;
	border: 0px;
	width:30px;
	height:30px;
	background:url(../images/arrow1.png) no-repeat 0px 0px;
	background-color: #121212;
}
#footer_sitemap_1 ul li a,#footer_sitemap_2 ul li a,#footer_sitemap_3 ul li a{
	color: #ffffff;
}


@media screen and ( max-width: 480px ) {
	#footer{
		width: 100%;
		text-align: center;
		padding: 0px;

	}
	#footer_sns_facebook{
		margin: auto;
		position: static;
		margin-top: 14px;
		text-indent: -9999px;
		display: block;
		width: 344px;
		height: 60px;
		background:url(../images/bnr_fb_sp.png) no-repeat 0px 0px;
		background-size: 100%;

		float:left;

	}
    	#footer_sns_instagram{
		margin: auto;
		position: static;
		margin-top: 14px;
		text-indent: -9999px;
		display: block;
		width: 344px;
		height: 60px;
		background:url(../images/bnr_insta_sp.png) no-repeat 0px 0px;
		background-size: 100%;

		float:left;

	}
	#footer_sns_youtube{
		margin: auto;
		position: static;
		margin-top: 14px;
		text-indent: -9999px;
		display: block;
		width: 344px;
		height: 60px;
		background:url(../images/bnr_yt_sp.png) no-repeat 0px 0px;
		background-size: 100%;
		float:left;
	}

	#footer_sns_title{
		margin-top: 14px;
		width:336px;
	}
	#footer_sns {
		width:344px;
		text-align: center;
		margin-top:  40px;

	}
	#footer_sns a{
		margin: 0;
		padding: 0;
	}
	#footer_sns_title{
		margin-bottom: 8px;
		margin-right:  50px;
		float: none;
	}

	#footer_link{
		display: block;
	}
	#footer_link2{
		display: block;
	}
	#footer_sitemap{
		display: none;
	}
	#footer_copyright{
		font-size: 8px;
	}

}
