footer {
	color: #fff;
	margin-top: 140px;
}

footer h1 {margin-top: 10px !important;}
footer h2 {font-family: 'Noto Sans Japanese', sans-serif;}
footer h3 {margin-bottom: 30px;}

footer .footer-col {margin-bottom: 50px;}
footer .footer-below {
	padding: 0 0 15px;
	background-color: #F29600;
}

footer #compBlock h1 {margin-top: 0 !important;}
footer #compBlock h1 a {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	margin-top: 25px;
	width: 343px;
	height: 29px;
	background: url("../img/footer_logo.png") no-repeat 0 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	padding:0 !important;
	margin-left: 0 !important;
}

footer #compBlock ul {
	list-style-type: none;
	display: block;
	padding-left: 10px;
}

footer #comaddress {
	margin-left:0 !important;
	margin-right:0 !important;
	margin-top: -135px;
	padding: 0 !important;
}

footer #comaddress #kobeBlock img {padding-left: 40px;}

footer #compBlock li h2 {
	/*color:#333;*/
	font-size: 1.5rem;
	font-size: 15px;
	font-weight: bold;
	margin-top: 110px;
}

footer #compBlock li .tel {
	font-family: "Fjalla One",sans-serif !important;
	font-weight: normal;
	font-size: 32px;
	font-size: 3.2rem;
	margin: 15px 0px 10px;
}

footer #compBlock li .address {
	font-size: 15px;
	font-size: 1.5rem;
	margin:0 !important;
}

footer #footer_link {
	clear: both;
	margin-top: 30px;
}

footer #footer_link p {
	border:1px solid #FFF;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	padding:10px;
	text-align: center;
}

footer #footer_link ul {
	overflow: hidden;
	list-style-type: none;
	line-height: 1.8;
	margin: 0 !important;
	padding: 0 !important;
}

footer #footer_link li {
	float:left;
	margin-right: 4.5%;
}

footer #footer_link li a {color:#FFF;}

footer #f_subNavi {
	margin: 20px 0 10px;
	overflow: hidden;
	padding-left: 0 !important;
}

footer #f_subNavi li {
	display: -moz-inline-box;
	display: inline-block;
	display: inline;
	zoom: 1;
}

footer #f_subNavi li:first-child:after {
	content:"　|　";
	color: #FFF;
	font-size:11px;
}

footer #f_subNavi li a {
	color: #FFF;
	font-size: 13px;
	font-size: 1.3rem;
}

footer .cpyright {
	margin-top: 40px;
	font-size: 1.1rem;
	text-align: center;
}

@media(max-width:991px) {
	footer {margin-top: 0 !important;}
	footer #comaddress {margin-top: 0 !important;}
	footer #comaddress h2 {color: #FFF !important;}
	footer #comaddress img {display: none !important;}

	footer #compBlock li h2 {
		margin-top: 20px !important;
		margin-bottom: 0 !important;
	}
	footer #compBlock li .tel {
		margin-top: 5px !important;
		margin-bottom: 0 !important;
	}
	footer #compBlock li:first-child .address {
		border-bottom: 1px dotted #FFF;
		padding-bottom: 20px;
	}

	footer #footer_link li {float:none !important;}

	footer #compBlock h1 a {
		background-size:80% !important;
		margin-top: 20px;
	}
	.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
	}
	/* .row {
		margin-right: -15px;
		margin-left: -15px;
	} */
}

