@charset "utf-8";
/******** Footer ********/
.epark-global-footer-box {
    width: 100%;
}

/*** app ***/
.footer-app-sp {
    display: none;
}


/*** sns ***/
.epark-footer {
    background-color: #f5f5f5;
}
/* sns title */
.footer-sns-title {
    color: #333;
    text-align: center;
}

.footer-sns-title br {
    display: none;
}

/* sns content */
.footer-sns-content {
    width: 100%;
    display: block;
    text-align: center;
    list-style-type: none;
    margin: 0 auto 0;
}

.footer-sns-content li {
    margin: 30px 30px;
    height: 60px;
    width: 60px;
    display: inline-block;
}

.footer-sns-content li img {
    height: 100%;
}


/*** banner ***/
.footer-banner-sp {
    display: none;
}


/*** nav ***/
.footer-nav {
    width: 100%;
    font-size: 0.75em;
    line-height: 1.5;
    /* background-color: #f5f5f5; */
}

.footer-nav li {
    float: left;
    display: inline-block;
    padding: 0.25em 1em;
    border-right: 1px solid #ccc;
}

.footer-nav ul {
    display: table;
    padding: 2em;
    margin: 0 auto;
}

.footer-nav ul li a, .footer-nav ul li a:visited, .footer-nav ul li a:hover {
    color: #424242;
}

.footer-nav ul li:last-child {
    border: none;
}


/* copyright */
p.copyright {
    width: 100%;
    background-color: #bdbdbd;
    display: table;
    color: #FFF;
    margin: 0 auto;
    padding: 2em 0;
    font-size: 0.8em;
    text-align: center;
}


/******** Footer SP ********/
@media screen and (max-width: 768px) {
    /* copyright */
    p.copyright {
        padding: 3em 0;
    }
}
