/* =Footer
-------------------------------------------------------------- */

#footer_nav {
	background: #f9f5e9;
}
#footer_nav li {
	margin: 0 2.5rem 0 0;
	font-size: 1.4rem;
}
#footer_nav li a {
	color: #221815;
}
#footer_nav li a br,
#footer_nav li a span {
	display: none;
}
#footer_nav .pagetop {
	width: 11em;
}
#footer_nav .pagetop a {
	display: block;
	background: #f4ecd5;
	padding: 1rem;
	position: relative;
	text-align: center;
}
	#footer_nav .pagetop a span {
		position: relative;
		display: inline-block;
		padding-left: 1.45em;
	}
	#footer_nav .pagetop a span:before {
		content: '';
		position: absolute;
		left: 0;
		top: 50%;
		margin-top: -0.15em;
		width: 0.6em;
		height: 0.6em;
		border-top: 2px solid #000;
		border-right: 2px solid #000;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

#colophon {
	font-size: 1.4rem;
	padding: 2rem 0;
}
#colophon .cell {
	border-right: 1px solid #ddd;
	padding: 0 4rem;
	box-sizing: border-box;
	white-space: nowrap;
}
	#colophon .cell:first-child {
		padding-left: 0;
	}
	#colophon .cell:last-child {
		border-right: none;
		padding-right: 0;
		text-align: right;
	}

#colophon .logo {
	width: 300px;
}
	#footer-title .txt {
		line-height: 1;
		font-size: 2.4rem;
	}
#colophon .info p:first-child {
	margin-top: 1rem;
}
#colophon .info p span {
	line-height: 1.4;
	display: block;
}
#colophon .info p span.tel {
	font-size: 30px;
	letter-spacing: 0.07em;
}
#colophon .info .btn {
	font-size: 1.6rem;
	padding: 0.6em 1.8em;
}

#colophon .chokuso .arrowlist {
	margin-top: 1rem;
}
#colophon .chokuso .arrowlist li {
	display: block;
	font-size: 1.3rem;
}

@media screen and (max-width: 736px) {
	#footer_nav {
		background: #f4ecd5;
	}
	#footer_nav .pagetop a span {
		padding: 0 1.45em;
	}
}

/* =Social btn
-------------------------------------------------------------- */
#footer .social {
	position: fixed;
	right: 0;
	top: 123px;
}
#footer .social li {
	display: block;
	margin: 0 0 1rem;
}
	#footer .social li:last-child {
		margin-bottom: 0;
	}

#footer .social li a {
	font-size: 2.4rem;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	width: 4rem;
	height: 4rem;
	display: block;
	text-align: center;
}
	#footer .social li a .fa {
		line-height: 4rem;
	}
	#footer .social li a .fa-instagram {
		line-height: 3.6rem;
	}

@media screen and (max-width: 736px) {
	#footer .social {
		position: relative;
		top: auto;
		left: auto;
		text-align: center;
		margin-top: 2rem;
	}
	#footer .social li {
		display: inline-block;
		margin-right: 0.6rem;
	}
		#footer .social li:last-child {
			margin-right: 0;
		}
		#footer .social li a {
			border-radius: 100%;
		}
}

#bnr_chokuso {
	display: block;
	border: 2px solid #efc31d;
	border-radius: 3px;
	text-align: center;
	padding: 1rem 3rem;
}
#bnr_chokuso_footer {
	display: inline-block;
	border: 2px solid #371f0b;
	width: 260px;
	padding: 22px 30px;
	box-sizing: border-box;
	background: #FFF;
}

/* = copyrights
-------------------------------------------------------------- */
#copyrights {
	background: #000;
	color: #FFF;
	padding: 1rem 0;
}


@media screen and (max-width: 736px) {
	#colophon .table,
	#colophon .cell {
		display: block;
		width: 100%;
		box-sizing: border-box;
		padding: 0;
		border: none;
		text-align: center;
	}
	#colophon .cell:last-child {
		text-align: center;
	}
	#bnr_chokuso_footer {
		width: 290px;
		margin-top: 2rem;
	}
}