@charset "UTF-8";
/* CSS Document */
/****   ここからスマホ　　****/
@media screen and (max-width:480px),print{
#back_img{
	height: 150px;
	background-image: url("../img/Footer_1400×350.png");
}

#footer_logo{
	text-align: center;
}

#footer_logo img
{
	margin:30px 0 30px 0; 
	width: 50px;
	height: auto;
}


#c{
	font-size: 5px;
	color: #c7a696;
	text-align: center;
}
}




/****   ここからPC　　****/
@media screen and (min-width:481px),print{
#back_img{
	height: 300px;
	background-image: url("../img/Footer_1400×350.png");
}

#footer_logo{
	text-align: center;
}

#footer_logo img{
	margin:100px 0 30px 0; 
	
}


#c{
	font-size: small;
	color: #c7a696;
	text-align: center;
	margin-top: 30px;
}
}