@charset "UTF-8";
/* CSS Document */
body{
	font-family: 'Noto Serif JP', sans-serif;
	background-image: url(../images/about_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
@media screen and (max-width: 810px) {
	body{
		background-image: url(../images/about_bg_m.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-attachment: fixed;
	}
}
/***フッター***************************/
.f-nav{
	width: 100%;
　　height: 100px;
	position: fixed;
	bottom: 0;
}
.f-nav #footer_img img{
	width: 100px;
	height: auto;
	margin-top: 100px;
}
@media screen and (max-width: 810px){
	.f-nav #footer_img img{
		margin-top: 50px;
	}
}
.f-nav #footer_img{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 0px;
}
#footer_color{
		background-color: #C2B6AB;
}
.f-nav ul{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 40px;
}
.f-nav ul li{
	display: inline-block;
	font-size: 12px;
	padding: 5px 15px;
	color: #ffffff;
}
.f-nav ul li a{
	color: #ffffff;
}
.f-nav ul li a:hover{
	color: #494646;
}
