@charset "UTF-8";
/*================================================
フッター専用CSS
================================================*/

/* footer
--------------------------------------------------------------------*/

#footer {}

/* footer_gotop
--------------------------------------------------------------------*/

.footer_gotop a {
	width:50px;
	height:50px;
	background:url(../images/footer/footer_gotop.png) no-repeat;
	text-indent:-9999px;
	display:block;
	position:fixed;
	bottom:100px;
	right:50px;
	z-index: 100;
}

/* footer_content
--------------------------------------------------------------------*/
.footer_content {
	background-color: #f4f4f4;
}
.footer_content_inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 60px 0;
}

/* footer_nav
--------------------------------------------------------------------*/

.footer_nav {
	margin:0 0 60px;
}
.footer_nav ul {
	text-align:center;
}
.footer_nav ul li {
	display:inline-block;
	border-right:1px solid #909090;
	margin: 5px 0;
}
.footer_nav ul li:last-child {
	border-right:none;
}
.footer_nav a {
	padding:0 20px;
	display:block;
	font-size:13px;
}


/* footer_sns_nav
--------------------------------------------------------------------*/

.footer_sns_nav {}
.footer_sns_list {
	text-align:center;
}
.footer_sns_item {
	padding:0 17px;
	display:inline-block;
}
.footer_sns_nav a {
	padding-left:26px;
	height:20px;
	font-size:12px;
	line-height: 20px;
	display:block;
}
.footer_sns_instagram {
	background:url(../images/footer/footer_sns_01.jpg) no-repeat left center;
	background-size: 20px 20px;
}
.footer_sns_facebook {
	background:url(../images/footer/footer_sns_02.jpg) no-repeat left center;
}
.ffooter_sns_twitter {
	background:url(../images/footer/footer_sns_03.jpg) no-repeat left center;
}
.footer_sns_line {
	background:url(../images/footer/footer_sns_04.jpg) no-repeat left center;
}

/* footer_logo
--------------------------------------------------------------------*/

.footer_logo {
	margin:0 0 78px;
	text-align:center;
}


/* footer_copyright
--------------------------------------------------------------------*/

.footer_copyright {
	display: block;
	color: #000;
	font-size:12px;
	text-align:center;
	background-color: #f4f4f4;
	padding: 12px 0;
}