@charset "UTF-8";

footer { display: block;}
/* ---------------------- #footer ---------------------- */
#footer {
	width: 100%;
	border-top: 1px solid #e3e3e3;
	background: #FFF;
	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 {
	margin-bottom: 10px;
}
.footer_logo img {
	width: 150px;
	height: auto;
}
.footer_detail h1 {
	font-size : 0.9em;
	font-weight: 500;
	margin-bottom: 10px;
}
.footer_detail h1 a {
	color: #222;
}
.footer_detail address,
.footer_detail p.detail_tel {
	font-size : 0.75em;
	font-weight: 300;
	color: #222;
}
/* ---------------------- .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: #bcbec0;
    font-size: 0.75em;
}
.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 {
		background: #FFF;
		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*/

