@charset "UTF-8";

/* footer.css
**************************************************************************************/


/* Layout
=============================================================================*/
@media screen and (max-width: 1249px){

}

@media screen and (max-width: 679px){

}


/* Footer Mlink
=============================================================================*/

#footer .footer-mlink-area {
	background-color:#202020;
}
#footer .footer-mlink-inner {
	width:1250px;
	margin:0 auto;
}
#footer .footer-mlink-area ul {
	display:table;
	width:100%;
}
#footer .footer-mlink-area ul li {
	display:table-cell;
	width:14.28%;
	height:60px;
	line-height:1;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing:border-box;
	border-left:1px solid #4d4d4d;
}
#footer .footer-mlink-area ul li.mlink007 {
	border-right:1px solid #4d4d4d;
}
#footer .footer-mlink-area ul li a {
	display:block;
	font-family: 'Noto Sans Japanese','メイリオ', sans-serif;
	font-weight:400;
	font-size:13px;
	color:#FFFFFF;
	text-decoration:none;
	line-height:1.4em;
	height:60px;
	padding:22px 0 0 0;
	vertical-align:middle;
	text-align:center;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing:border-box;
}
#footer .footer-mlink-area ul li a:hover {
	background-color:#373737;
}

@media screen and (max-width: 1249px){
#footer .footer-mlink-inner {
	display:none;
}
}


/* Sig
=============================================================================*/

#footer .sig-area-inner {
	padding:50px 0;
	width:1250px;
	margin:0 auto;
	position:relative;
}
#footer .sig-area-box .f-logo {
	width:116px;
	float:left;
	padding:2px 0 0 0;
}
#footer .sig-area-box .address-area {
	float:left;
	padding-left:20px;
	line-height:1.4em;
	font-size:13px;
}
#footer .sig-area-box .address-area br {
	display:none;
}
#footer .sig-area .to-top-btn {
	width:85px;
	height:85px;
	position:absolute;
	top:27px;
	right:0;
}
#footer .sig-area .to-top-btn a:hover {
	-webkit-filter: brightness(120%);
	-moz-filter: brightness(120%);
	filter: brightness(120%);
}

@media screen and (max-width: 1249px){
#footer .sig-area-inner {
	width:680px;
}
}
@media screen and (max-width: 679px){
#footer .sig-area-inner {
	width:auto;
	padding:20px 10px;
}
#footer .sig-area-box .f-logo {
	width:auto;
	float:none;
	padding:0;
	text-align:center;
	margin-bottom:15px;
}
#footer .sig-area-box .address-area {
	float:none;
	padding-left:0;
	text-align:center;
}
#footer .sig-area-box .address-area br {
	display:block;
}
#footer .sig-area .to-top-btn {
	display:none;
}
}


	
/* Footer Bottom
=============================================================================*/

#footer .footer-bottom-area {
	background:#363636;
}
#footer .footer-bottom-inner {
	width:1250px;
	margin:0 auto;
	padding:20px 0;
}

/*navi*/
#footer .footer-bottom-inner .footer-navi {
	float:left;
	width:50%;
}
#footer .footer-bottom-inner .footer-navi li {
	float:left;
	padding-right:25px;
}
#footer .footer-bottom-inner .footer-navi li a {
	color:#FFFFFF;
	text-decoration:none;
	padding:0 0 0 14px;
	line-height:1.4em;
	font-size:13px;
	background:url("../../image/footer-ar0001.gif") no-repeat 0 center;
}
#footer .footer-bottom-inner .footer-navi li a:hover {
	color:#adadad;
}

/*copy*/
#footer .footer-bottom-inner .copy {
	float:right;
	width:50%;
	text-align:right;
	color:#FFFFFF;
	font-size:11px;
	padding:3px 0 0 0;
}

@media screen and (max-width: 1249px){
#footer .footer-bottom-inner {
	width:680px;
}
/*navi*/
#footer .footer-bottom-inner .footer-navi {
	float:none;
	width:100%;
	letter-spacing:-0.4em;
	word-spacing: -0.1em;
	text-align:center;
	margin-bottom:20px;
}
#footer .footer-bottom-inner .footer-navi li {
	float:none;
	padding-right:25px;
	letter-spacing:normal;
	word-spacing:normal;
	display:inline-block;
	vertical-align:top;
	padding:0 10px;
}
/*copy*/
#footer .footer-bottom-inner .copy {
	float:none;
	width:100%;
	text-align:center;
	padding:0;
}
}
@media screen and (max-width: 679px){
#footer .footer-bottom-area {
	padding-bottom:70px;
}
#footer .footer-bottom-inner {
	width:auto;
	padding:0 10px;
}
#footer .footer-bottom-inner .footer-navi {
	padding:15px 0 0 0;
	margin-bottom:15px;
}
#footer .footer-bottom-inner .footer-navi li a {
	font-size:11px;
}
#footer .footer-bottom-inner .footer-navi li {
	padding:0 15px 0 0;
}
#footer .footer-bottom-inner .footer-navi li.navi002 {
	padding:0;
}
#footer .footer-bottom-inner .footer-navi li.navi003 {
	display:none;
}
/*copy*/
#footer .footer-bottom-inner .copy {
	padding:0 0 15px 0;
}
}


/* SP Footer
=============================================================================*/

.sp-fixed-footer {
	display:none;
}

@media screen and (max-width: 679px){
.sp-fixed-footer {
	display:block;
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	background-color:#111111;
    -moz-box-shadow: 0px 0px 3px #000000;
    -webkit-box-shadow: 0px 0px 3px #000000;
    box-shadow: 0px 0px 3px #000000;
}
.sp-fixed-footer ul {
	display:table;
	width:100%;
}
.sp-fixed-footer ul li {
	display:table-cell;
	width:25%;
}
.sp-fixed-footer ul li.navi001 a {
	border:none;
}
.sp-fixed-footer ul li a {
	display:block;
	height:70px;
	text-decoration:none;
	color:#FFFFFF;
	font-size:10px;
	text-align:center;
	border-left:1px solid #333;
}
.sp-fixed-footer ul li a span {
	display:block;
	padding-top:43px;
}
.sp-fixed-footer ul li.navi001 a span {
	background:url("../../image/footer-ic0001.png") no-repeat center 10px;
	background-size:18px auto;
}
.sp-fixed-footer ul li.navi002 a span {
	background:url("../../image/footer-ic0002.png") no-repeat center 14px;
	background-size:25px auto;
}
.sp-fixed-footer ul li.navi003 a span {
	background:url("../../image/footer-ic0003.png") no-repeat center 10px;
	background-size:25px auto;
}
.sp-fixed-footer ul li.navi004 a span {
	background:url("../../image/footer-ic0004.png") no-repeat center 11px;
	background-size:24px auto;
	letter-spacing:-0.05em;
}
}



