@charset "utf-8";
/* CSS Document */

body , html {
    height: 100%;
}

footer {
	background-color:#45b1c7;
	color:#fff;
	margin-top:100px;
	width:100%;
}

#footer {
}


footer ul li {
    font-size: .14rem;/* 通常サイズは100pxの0.14倍で14pxだよ！ */
	color:#fff;
}


footer ul li a {
	color:#fff;
}

footer ul li a:hover {
	color:#fff;
}


footer .footer-nav {
	padding:30px 0;
	border-bottom:solid 1px #fff;
	line-height: 2.5;
}

footer .footer-nav ul.footer-primary-nav {
}

footer .footer-nav ul.footer-primary-nav li {
	display:inline-block;
	margin-right: 15px;
}

footer .footer-nav ul.footer-primary-nav li:last-child {
	margin-right:0;	
}

footer .footer-secondary-nav {
	padding:30px 0;
}

footer .footer-secondary-nav img {
	margin-bottom:8px;
}

footer .footer-tel {
	vertical-align:bottom;
}

footer .footer-tel a {
    font-size: .25rem;
}

footer .copy-box {
	margin-bottom: .20rem;
}

footer .copy-box p {
    font-size: .12rem;
	text-align:right;
}

footer .footer-info-sp {
	display:none;
}

@media screen and (max-width: 414px){
	
footer .footer-info-sp ul#footer-address li {
		    font-size: .12rem;
}

footer #footer-tel {
    font-size: .12rem;
}

footer .copy-box p {
	text-align: center;
}




}

@media screen and (max-width: 768px){

footer .footer-nav {
	padding-top:20px;
	border-top:solid 1px rgba(255,255,255,0.15);
}

footer .footer-nav ul.footer-primary-nav {
	display:block;
	margin-bottom:0;
}

footer .footer-nav ul.footer-primary-nav li {
	display:block;
	margin:0 0 20px;
	padding:15px 0;
	border-bottom:dashed 1px rgba(255,255,255,0.25);
}

footer .footer-nav ul.footer-primary-nav li:last-child {
	margin-right:30px;
}

}



@media screen and (max-width: 991px){

footer .footer-nav ul.footer-primary-nav li {
	margin-right:30px;
}

}


@media screen and (max-width: 1024px){

footer .footer-secondary-nav {
	padding:10px 0 0 0;
}

footer .footer-tel a {
    font-size: .20rem;
}


footer .footer-info-pc {
	display:none;
}

footer .footer-info-sp {
	display: block;
}

footer .footer-info-sp img {
	margin-bottom:7px;
}


}
