.follow-box {
    display: none;
}

/*==================================================
foot
==================================================*/

footer .nav_wrap {
    padding: 50px 0;
    margin: 0 auto;
    box-shadow: none;
    max-width: 1200px;
    width: 100%;
}

footer .foot-logo-area {
    color: #ccc;
    font-size: 1.2rem;
    line-height: 3;
    margin: 0 auto 30px;
}

footer .foot-logo-area img {
    max-width: 390px;
}

footer .foot-logo-area .foot-logo-txt {
    color: #f5aa00;
    font-size: 3.2rem;
    margin-left: 10px;
    line-height: 1.5;
}

.place-card {
    display: none !important;
}

.footMenu {
    display: block;
    width: 100%;
    max-width: 1116px;
    margin: 0 auto 30px;
}

.footMenu ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footMenu ul li {
    width: 16.666667%;
    text-align: center;
    font-size: 1.4rem;
}

.footMenu ul li:not(:last-child) {
    border-right: 1px dashed #999;
}

footer .btn-official-area {
    display: block;
    text-align: center;
}

footer .btn-official-area .btn-official {
    background: #aacd06;
    color: #fff;
    display: inline-block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 2.0rem;
}

footer .btn-official-area .btn-official a {
    width: 100%;
    height: 100%;
    display: block;
    padding: 18px 28px;
}

footer .btn-official-area .btn-official a:hover {
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
}

footer .btn-official-area .btn-official:hover {
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}

footer .btn-official-area .btn-official a::after {
    content: '';
    width: 7px;
    height: 15px;
    background: url(../img/dermatology/head-arrow.png) no-repeat top center;
    background-size: 100%;
    display: inline-block;
    margin: -4px 0 0 8px;
    vertical-align: middle;
}

copyright {
    text-align: center;
    color: #fff;
    background: #f5aa00;
    font-size: 1.5rem;
    display: block;
    width: 100%;
}

footer #page_top {
    position: fixed;
    right: 30px;
    bottom: 50px;
    width: 56px;
    z-index: 10;
}

footer #page_top a img {
    width: 56px;
}


@media screen and (max-width: 767px) {
    footer #page_top {
        position: fixed;
        right: 10px;
        bottom: 80px;
        width: 28px;
    }

    footer #page_top a img {
        width: 28px;
    }

    .footMenu ul li {
        width: 50%;
        border-top: 1px solid #ccc;
        border-right: none;
        position: relative;
        padding: 5px 15px;
        text-align: left;
    }

    .footMenu ul li:not(:last-child) {
        border-right: none;
    }

    .footMenu ul li:nth-child(2n+1) {
        border-right: 1px solid #ccc;
    }

    .footMenu ul li:last-child,
    .footMenu ul li:nth-last-child(2) {
        border-bottom: 1px solid #ccc;
    }

    .footMenu ul li::after {
        content: '';
        position: absolute;
        background: url("../img/dermatology/sp-footarrow.png") no-repeat top center;
        width: 7px;
        height: 15px;
        right: 10px;
        background-size: 100%;
        top: 0;
        bottom: 0;
        margin: auto 0;
    }

    footer .btn-official-area {
        padding: 0 15px;
    }

    footer .btn-official-area .btn-official {
        font-size: 1.5rem;
    }

    footer .btn-official-area .btn-official a {
        padding: 9px 14px;
    }

    footer .nav_wrap {
        padding: 25px 0;
    }

    copyright {
        font-size: 1.2rem;
    }

    footer .foot-logo-area {
        text-align: center;
    }

    footer .foot-logo-area img {
        width: 60%;
        vertical-align: inherit;
    }

    footer .foot-logo-area .foot-logo-txt {
        line-height: 3.1;
        vertical-align: bottom;
        font-size: 2rem;
    }

    .follow-box {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        display: flex;
        justify-content: space-around;
        align-items: flex-end;
        font-size: 1.4rem;
        background: #9b7b72;
        color: #fff;
        z-index: 9;
    }

    .follow-box .line-box {
        width: 100%;
        outline: 1px solid #fff;
        vertical-align: middle;
        padding: 10px 0 0;

        & a {
            display: block;
            text-align: center;

            & p {
                text-align: center;
                color: white;
                font-size: 16px;
            }
        }

        & img {
            width: 36px;
            height: auto;
            max-width: 100%;
            text-align: center;
        }
    }

    .follow-box .reserve-box {
        width: 100%;
        border-right: 1px solid #fff;
        text-align: center;
        padding: 10px 0 0;

        & a {
            display: block;
            text-align: center;

            & p {
                text-align: center;
                color: white;
                font-size: 16px;
                text-decoration: none;
            }
        }

        & img {
            width: 50px;
            height: auto;
            max-width: 100%;
            text-align: center;
        }
    }

    .follow-box .access-box {
        width: 100%;
        text-align: center;
        padding: 10px 0 0;

        & a {
            display: block;
            text-align: center;

            & p {
                text-align: center;
                color: white;
                font-size: 16px;
                text-decoration: none;
            }
        }

        & img {
            width: 25px;
            height: auto;
            max-width: 100%;
            text-align: center;
            text-decoration: none;
        }
    }
}