@charset "UTF-8";

footer { display: block;}
/* ---------------------- #footer ---------------------- */
#footer {
	width: 100%;
	background: #eaeaea;
	padding: 30px 0 70px;
	display: -webkit-box;
   display: -ms-flexbox;
   display: -webkit-flex;
   display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	font-size: 16px;
}
.footer_detail {
	padding-left: 30px;
	line-height: 1.2em;
}
.footer_logo {
	display: none;
	margin-bottom: 10px;
}
.footer_logo img {
	width: 70px;
	height: auto;
}
.footer_detail h1 {
	font-size : 1em;
	font-weight: 400;
	margin-bottom: 5px;
}
.footer_detail h1 a {
	color: #444;
}
.footer_detail h1 a small {
	font-weight: 400;
	letter-spacing: .02em;
	color: #444;
}
.footer_detail address,
.footer_detail p.detail_tel {
	font-size : 0.9375em;
	letter-spacing: 0.07em;
	font-weight: 300;
	color: #444;
}
/* ---------------------- .footer end ---------------------- */
.footer_nav {
   padding-right: 30px;
	text-align: right;
	line-height: 1.7em;
}
.footer_nav p.copyright {
	font-family: CenturyGothic-Bold, "CenturyGothicStd", "Century Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Sans-Serif;
	font-weight: bold;
	color: #999;
   font-size: 0.875em;
}
.footer_nav ul {
	overflow: hidden;
	margin-bottom: 10px;
}
.footer_nav ul li {
    display: inline-block;
	font-size: 0.75em;
	margin-left: 15px;
}
.footer_nav ul li a {
	color: #222;
	font-weight: 200;
}
.footer_nav ul li a:hover {
	text-decoration: underline;
}
/*---------------------------------*/
/*-------    RESPONSIVE    --------*/
/*---------------------------------*/
@media screen and (max-width:480px) {
	#footer {
		width: 100%;
		display: block;
		overflow: hidden;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		font-size: 14px;
		padding: 0;
	}
	.footer_detail {
		padding: 30px;
		border-bottom: 1px solid #e3e3e3;
	}
	.footer_nav {
		padding: 30px;
		text-align: left;
	}
	.footer_nav ul li {
		margin-left: 0;
		margin-right: 10px;
	}
	.footer_nav ul li:before {
		content: '';
		display: inline-block;
		position: relative;
		top: 0;
		width: 12px;
		height: 12px;
		margin-right: 7px;
		vertical-align: middle;
		border-radius: 50%;
		background: url(../image/btn_arrow_circle_222.png) no-repeat;
		background-size: 100%;
	}
}/*/mediaquery*/

