@charset "UTF-8";
/*================================================
フッター専用CSS
================================================*/

/* footer
--------------------------------------------------------------------*/

#footer {}

/* footer_gotop
--------------------------------------------------------------------*/

.footer_gotop a {
	display:block;
	width: 50px;
	height: 50px;
	text-indent:100%;
	white-space: nowrap;
	overflow: hidden;
	background:url(/static/full/images/footer/footer_gotop.png) no-repeat;
	background-size:50px 50px;
	position:fixed;
	bottom:100px;
	right:50px;
	z-index: 100;
}

/* footer_content
--------------------------------------------------------------------*/

.footer_content {}
.footer_content_inner {
	margin: 0 auto;
	padding: 40px 0;
	color: #fff;
	background-color: #EC2670;
}
.footer_nav {
	padding: 40px 0;
}
.footer_nav_list:before, .footer_nav_list:after {
	content: none;
}
.footer_nav_list {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.footer_nav_item {
	text-align: center;
	padding: 0 20px;
	border-right: 1px solid #fff;
}
.footer_nav_item:last-child {
	border-right: 0;
}
.footer_nav_link {
	color: inherit;
	font-size:13px;
}
.footer_nav_link:hover {
	color: inherit;
}


/* footer_sns_nav
--------------------------------------------------------------------*/
.footer_sns_nav {
	width: 1200px;
	margin: 0 auto 70px;
}
.footer_sns_list:before, .footer_sns_list:after {
	content: none;
}
.footer_sns_list {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.footer_sns_item {
	text-align: center;
	padding: 0 10px;
}
.footer_sns_item:last-child {
	border-right: 0;
}
.footer_sns_link {
	display:block;
	text-indent:100%;
	white-space: nowrap;
	overflow: hidden;
}
.footer_sns_twitter {
	width: 80px;
	height: 80px;
	background:url(/static/full/images/footer/icon_sns_twitter.png) no-repeat;
	background-size: 80px 80px;
}
.footer_sns_facebook {
	width: 80px;
	height: 80px;
	background:url(/static/full/images/footer/icon_sns_facebook.png) no-repeat;
	background-size: 80px 80px;
}
.footer_sns_instagram {
	width: 80px;
	height: 80px;
	background:url(/static/full/images/footer/icon_sns_instagram.png) no-repeat;
	background-size: 80px 80px;
}
.footer_sns_line {
	width: 80px;
	height: 80px;
	background:url(/static/full/images/footer/icon_sns_line.png) no-repeat;
	background-size: 80px 80px;
}
.footer_sns_youtube {
	width: 80px;
	height: 80px;
	background:url(/static/full/images/footer/icon_sns_youtube.png) no-repeat;
	background-size: 80px 80px;
}
/*.footer_sns_mmail {
	width:36px;
	height: 26px;
	background:url(/static/full/images/footer/icon_sns_mail.png) no-repeat;
	background-size:36px 26px;
}*/

/* footer_about
--------------------------------------------------------------------*/
.footer_about {
	margin: 0 auto;
	color: #5D2C04;
	background-color: #fff;
	text-align: center;
	padding: 30px 0 100px;
}

.footer_logo {
	width: 1200px;
	margin: 0 auto;
	text-align: center;
}
.footer_logo_title {
	max-width: 100%;
}
.footer_logo_link {
	display: inline-block;
	width: 180px;
	padding: 44px 0 0;
	margin-bottom: 14px;
	height: 0;
	background: url(/static/full/images/footer/footer_logo.png) no-repeat center top;
	background-size: 180px 44px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.footer_abouot_title {
	font-size: 20px;
	line-height: 27px;
	width: 1200px;
	margin: 0 auto;
}
.footer_about_text {
	font-size: 14px;
	line-height: 19px;
	width: 1200px;
	margin: 0 auto;
}

/* footer_copyright
--------------------------------------------------------------------*/

.footer_copyright {
	display:block;
	padding:10px 0;
	font-size:13px;
	text-align:center;
	color: #fff;
	background-color: #EC2670;
}




