/** Footer
 **************************************************************** **/
#footer {
	display:block;
	/*border-top: 2px solid #F4F0E7;*/
    padding-top: 20px;
    overflow: hidden;
    color: #FFF;
}


/* FOOTER */

.foot-vsl{
	width: 100%;
	/*padding-top: 20px;
	padding-bottom: 0px;*/
	position: relative;
	background-size: cover;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	overflow: hidden;
	z-index: 1;
}


.foot-vsl:after {
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1;
		background-color:rgba(0,0,0,.65);
}

.foot-vsl.bg-foot-light {
    background: url(/assets/img/bg/bg_foot.jpg) ;
    width: 100%;
    position: relative;
	background-size: cover;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}

/* Footボカシ */

/*.foot-vsl.bg-foot-light:before{
  content: '';
  background: inherit;
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: blur(3px);
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: -99;
}*/



#footer a.copyright {
	padding:0;
    margin-top: 20px;
}
#footer .logo {
	display:block;
	margin-bottom:10px;
}

#footer .phone{
    font-size: 36px;
    font-family: 'Lato', sans-serif;
    margin-bottom: 0px;
    color: #FFF !important;
}

#footer .p-lead{
    font-size: 18px;
    margin-bottom: 5px;
}

@media screen and (max-width: 479px) {
    
    #footer .logo img{
        width: 300px;
    }
    #footer .phone{
        font-size: 26px;
    }
    #footer .p-lead{
        font-size: 18px;
    }
}

#footer .logo_footer {
    padding-top: 10px;
    text-align: center;
    position: relative;

}

/*#footer .logo_footer::after{
    content: "";
    border-right: 1px solod #CCC;
    
}*/

#footer .spaced {
	padding:40px 0px 20px ;
    text-align: center;
}


#footer .dark {
	/*height:400px;*/
    background-color: inherit;
}

/* ========================================================================== 
Free Dial
========================================================================== */
.free-dial{
    color: inherit;
}
.free-dial::before {
    content:' ';
	background: url(/assets/img/core/free_dial_w.svg);
	position: relative;
    display: inline-block;
    width: 57px;
    height: 36px;
    margin-right: 5px;
    top: -5px;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}

@media screen and (max-width: 479px) {
    .free-dial::before {
        top;5;
        width: 40px;
        height: 26px;
    }
}


/** Responsive
 **************************************************************** **/
@media only screen and (max-width: 768px) {
	#footer .spaced {
		padding:20px 15px;
	}
	#footer .dark {
		height:auto;
	}
}
@media only screen and (max-width: 990px) {
	#footer {
		/*border-top:#2B2B2B 1px solid;*/
	}
}

#footer h2,
#footer h3,
#footer h4 {
	color:#fff;
}

footer p{
    line-height: 1.5;
}

footer p.copy{
    margin-bottom: 10px;
}

@media only screen and (max-width: 479px) {
    footer p{
        font-size: 13px;
    }
}

#footer .copyright {
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    letter-spacing: 1px;
	/*background-color:#E9E2D1;*/
    background-color:rgba(0,0,0,.6);
	padding:10px 0;
}


#footer hr {
	border:0; 
    margin:0; 
    padding:0;
	border-top:1px solid rgba(255,255,255, .3);
	
}


/* =======================================================================
FOOTER-FLEX NAV
=========================================================================== */

#flink {
    text-align: center;
    padding: 0px;
    position: relative;
    overflow: hidden;
}


#flink p {
    font-size: 13px;
}

.flink-nav {
    margin: 10px;
    padding: 0;
    position: relative;
    left: 50%;
    float: left;
    font-size: 12px;
}

.flink-nav li {
    float: left;
    position: relative;
    left: -50%;
    box-sizing: border-box;
    list-style-type: none;
    /*border-left: 1px dotted rgba(98,51,60,0.5);*/
    
}

.flink-nav li:last-child {
    /*border-right: 1px dotted rgba(98,51,60,0.5);*/
}

.flink-nav li a{
    color: #471D0D;
    padding: .2em 1em;
    border-radius: 15px;
    margin: 0 2px;
}
.flink-nav li a:hover{
    color: #FFF;
    background: #62333C;
    border-radius: 15px;
}

.flink-nav li a:before {
    font-family: 'icofont';
    content: "\eaa0";
    color: inherit;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 2px;
 }


@media only screen and (max-width: 990px) {
    
    .flink-nav {
        left: auto;
        float: none;
    }
     .flink-nav li {
        font-size: 12px;
        display: inline-block;
        float: left;
        width: 33.333%;
        left: 0;
        list-style-type: none;
        border-left: none;
        margin-bottom: 10px;
        white-space: nowrap;
    }
    
    .flink-nav li a{
        margin: 0 5px;
        padding: .2em .5em;
        display: block;
        border: 1px solid #E9E2D1;
        background-color: #FFF;
    }
    .flink-nav li:last-child {
        border-right: none;
    }
    .flink-nav li a:before {
        content: " ";
    }
    
}

@media screen and (max-width: 767px) {
    #flink {
        padding: 15px 0;
    }
    
    .flink-nav {
        
    }
    .flink-nav li {
        font-size: 12px;
        display: inline-block;
        float: left;
        width: 50%;

    }
    
    .flink-nav li a{
        margin: 0 5px;
        padding: .2em .5em;
       
    }
    
}


/* =======================================================================
FOOTER-FLEX NAV-H
=========================================================================== */


.flink-nav-v {
    margin-bottom: 25px;
    padding: 0;
    /*position: relative;*/
    /*float: left;*/
    font-size: 13px;
}

/** Footer LI
 **************************************************************** **/
#footer li {
    float: left;
	/*position:relative;*/
    display: inline-block;
    width: 50%;
}


#footer li a {
    text-decoration:none;
    font-size:13px;
    display: block;
    margin: 0 10px 5px 0;
    padding:5px 0;
    border-bottom: 1px dotted rgba(98,51,60,0.5);
}

#footer li a:hover {
	color:#fff;
    background: rgba(98,51,60,0.3);
    padding-left: 10px;
    white-space: nowrap;
}

/*#footer li a::before {
    font-family: 'icofont';
    content: "\ea75";
    padding-right: 5px;    
    color: inherit;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.2em;
 }*/

@media screen and (max-width: 767px) {
    #footer li {
        width: 100%;
    }
    
    #footer li a {
        display: block;
        margin: 0 5px 0px 0;
        border-bottom: 1px dotted rgba(98,51,60,0.4);
    }

}



