@charset "utf-8";

/* ============================================================ */
/* footer */
/* ============================================================ */
footer {
	margin: 0;
	background: #fff2f4;
}


/* .fnavi
------------------------------------------------------------ */
footer .fnavi ul {
	overflow: hidden;
}

footer .fnavi ul li {
	float: left;
	width: 50%;
	font-size: 1.1rem;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	box-sizing: border-box;
	text-align: left;
}

footer .fnavi ul li a {
	padding: 10px 15px;
	display: block;
	color: #626262;
	text-decoration: none;
}

footer .fnavi ul li a i {
	color: #f7709f;
}


/* .footer_bottom
------------------------------------------------------------ */
footer .footer_bottom {
	background: #fa80aa;
	padding: 15px;
}

footer .footer_bottom .footer_sns {
	margin: 0 0 10px -10px;
}

footer .footer_bottom .footer_sns li {
	display: inline-block;
	margin: 0 0 0 10px;
}

footer .footer_bottom .footer_sns li a {
	color: #fff;
	line-height: 1.6;
}

footer .footer_bottom .footer_sns li a img {
	display: inline-block;
	margin: 0 5px 0 0;
}


footer .footer_bottom .flogo div address ,
footer .footer_bottom .flogo div address a {
	color: #fff;
	line-height: 1.6;
}



/* footer copyright
------------------------------------------------------------ */
footer .footer_bottom .flogo small {
	font-size: 1.0rem;
	color: #fff;
	margin: 10px 0 0 0;
	display: block;
	line-height: 1.4;
}



/* ============================================================ */
/* #go_top */
/* ============================================================ */
#go_top {
	position: fixed;
	bottom: 15px;
	right: 15px;
	opacity: 0.7;
	z-index: 1000;
}

#go_top a img {
	width: 40px;
	/*width: 70%;*/
}

