@charset "utf-8";

/* CSS Document */
/***************************************************
                                フ ッ タ ー
***************************************************/
.footer { background-color: #000; width: 100%; margin: 0 ; padding: 0; text-align: center;}
.footer img { width: 60%; max-width: 300px; }

.fnav { display: flex; flex-wrap: wrap; justify-content: center; width: 100%; margin: auto; color: #FEFEFE;}
.fnav li {font-size: 0.8rem; line-height: 2.0rem; width: 100%; position: relative; padding: 0 0.5rem; box-sizing: border-box; text-align: left; border-bottom: solid 1px #333; transition: .4s;}
.fnav li:last-child { border-bottom: none;}
.fnav li:hover { background-color: #333;}
.fnav li a { position: absolute; top: 0; left: 0; width: 100%; height: 100%; text-indent: -9999px;}
	@media(min-width:992px){
		.fnav { justify-content: space-around; max-width: 1000px;}
		.fnav li { width: auto; text-align: center; border-bottom: none; border-bottom: solid 1px #000;}
		.fnav li:hover { background-color: #000; border-bottom: solid 1px #FEFEFE;}
	}
.copy { font-size: 0.6rem; text-align: center; padding: 0; line-height: 2.6rem; color: #FEFEFE;}