@charset "UTF-8";
/*----------------------------------------------------
	4.0 - Footer Setting
----------------------------------------------------*/
footer {
	background-color: #000;
}
.footer-container {}
.footer-top, .footer-middle, .footer-bottom {
	padding-left: 20px;
	padding-right: 20px;
}
.footer-top {
	background-color: #cbcbcb;
}
.footer-middle {
	background-color: #f4f4f4;
}
.footer-bottom {
	background-color: #000;
}
.nav-footer {
	font-size: 1.2rem;
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	padding: 20px 0;
}
.nav-footer li {
	padding: 1em 0;
	flex-basis: 50%;
	width: 50%;
	max-width: 50%;
}
.footer-instagram {
	padding: 60px 0;
	text-align: center;
}
.footer-instagram a {
	color: #333;
	text-decoration: none;
}
.footer-instagram a:hover dl *, .footer-instagram a:active dl * {
	opacity: 0.7;
	transition: 0.3;
}
.footer-instagram dt {
	font-size: 2.1rem;
	font-weight: 500;
	margin-bottom: 10px;
}
.footer-instagram dd {
	font-size: 1.8rem;
}
.footer-instagram dd.icon {
	margin-bottom: 32px;
}
.footer-instagram dd.icon img {
	margin-top: 32px;
	width: auto;
	height: 64px;
}
.copyright {
	border-top: 1px solid #333;
	color: #fff;
	font-size: 1.2rem;
	text-align: center;
	padding: 20px 0;
}
/* - option tablet - */
@media screen and (min-width: 481px) {
	.footer-top, .footer-middle, .footer-bottom {
		padding-left: 40px;
		padding-right: 40px;
	}
}
/* - option tablet wide - */
@media screen and (min-width: 601px) {
	.nav-footer li {
		flex-basis: 33.333%;
		width: 33.333%;
		max-width: 33.333%;
	}
}
/* - option pc - */
@media screen and (min-width: 960px) {
	.footer-top {
		padding: 40px 0;
	}
	.footer-top .nav-footer {
		justify-content: center;
		margin: 0 auto;
		padding: 0;
		width: 100%;
		max-width: 1000px;
	}
	.footer-top .nav-footer li {
		padding: 0;
		flex-basis: calc(100% / 6);
		width: calc(100% / 6);
		max-width: calc(100% / 6);
	}
	.footer-middle {
		padding: 0;
	}
	.footer-middle .footer-instagram {
		background-image: url(../img/common/bg_instagram.jpg);
		background-position: center top;
		background-size: 1500px;
		padding: 0;
	}
	.footer-instagram a {
		display: table;
		margin: 0 auto;
		width: 100%;
		max-width: 500px;
	}
	.footer-middle .footer-instagram dl {
		background-color: #f4f4f4;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		align-content: center;
		margin: 0 auto;
		width: 100%;
		max-width: 500px;
		height: calc(500px * 0.5625);
	}
	.footer-middle .footer-instagram dt {
		flex-basis: 100%;
		width: 100%;
		max-width: 100%;
	}
	.footer-middle .footer-instagram dd {
		flex-basis: 100%;
		width: 100%;
		max-width: 100%;
	}
	.footer-bottom {
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
		justify-content: space-between;
		margin: 0 auto;
		padding: 30px 0;
		width: 100%;
		max-width: 1000px;
	}
	.footer-bottom .nav-footer {
		font-size: 1.4rem;
		padding: 0;
	}
	.footer-bottom .nav-footer li {
		padding: 0 20px 0 0;
		flex-basis: auto;
		width: auto;
		max-width: 100%;
	}
	.copyright {
		border-top: none;
		padding: 0;
	}
}
/* - option pc - */
@media screen and (min-width: 1281px) {}
/* color */
footer a:link, footer a:visited {}
footer a:hover, footer a:active, footer a:focus {}
.footer-top a:link, .footer-top a:visited {
	color: #333;
}
.footer-top a:hover, .footer-top a:active, .footer-top a:focus {
	color: #666;
	transition: 0.3s;
}
.footer-bottom a:link, .footer-bottom a:visited {
	color: #bababa;
}
.footer-bottom a:hover, .footer-bottom a:active, .footer-bottom a:focus {
	color: #fff;
	transition: 0.3s;
}