@charset "UTF-8";

/* Footer ver.1.0.0 last update  15/03/18
	お米の家倉 CSS for Footer
*/

footer {
	margin: 0 auto;
	padding-bottom: 3em;
	text-align: center;
}

/*===================================================
    footer TEL
===================================================*/

footer .footer_tel {
	background: url(../img/footer_tel.png) no-repeat left top;
	width: 260px;
	height: 19px;
	margin: 0 auto 1em auto;
	-moz-background-size:contain;
	background-size:contain;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

@media (max-width: 767px) { 
	footer .footer_tel {
		width: 90%;
		height: auto;
		.footer_menu {
			text-align: left;
		}

	}
}

/*===================================================
    To Top
===================================================*/
div#totop {
	    position: fixed;
    bottom: 241px;
    right: 36px;
}

div#totop a {
    display: block;
    width: 40px;
    height: 40px;
    background: url(../img/totop.png) no-repeat left top;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

@media (max-width: 767px) { 
	div#totop {
		    position: fixed;
	    bottom: 40px;
	    right: 36px;
	}
	
	div#totop a {
	    display: block;
	    width: 40px;
	    height: 40px;
	    background: url(../img/totop.png) no-repeat left top;
	    text-indent: 100%;
	    white-space: nowrap;
	    overflow: hidden;
	}
}