@charset "UTF-8";

/* _footer CSS Document */
.l_footer {
    padding: 60px 0 0;
    background-color: #FDF9F8;
}

.l_footer--inner {
    /*margin-bottom: 45px;*/
    padding-bottom: 80px;
}

.l_footer--logo {
    margin-right: 55px;
}

.l_footer--logo img {
    width: auto;
    height: 46px;
}

.l_footer--sns {
    width: 140px;
}

.l_footer--sns .img {
    display: block;
    width: 33px;
}

.l_footer--navi {
    padding: 0 0 80px;
}

.l_footer--navi--item {
    margin-right: 60px;
}

.l_footer--navi--item:last-child {
    margin: 0;
}

.l_footer--navi--item dt {
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 25px;
}

.l_footer--navi--item dd a {
    display: block;
    font-size: 16px;
    margin-bottom: 20px;
}

.l_footer--navi--item dd a:last-child {
    margin-bottom: 0;
}


.l_footer--bottom {
    background-color: #fff;
}

.l_footer--copyright {
    display: table;
    width: 100%;
    height: 60px;
    font-size: 10px;
    letter-spacing: 0.025em;
    color: #BBB9B8;
}

.l_footer--copyright>* {
    display: table-cell;
    vertical-align: middle;
}

/*バーチャルオンラインツアーボタンここから*/
.virtualtour {
    display: inline-block;
    padding: 5px 15px;
    background: #3B3230;
    margin-top: 10px;
    text-decoration: none;
    color: #FFFFFF;
}

/*バーチャルオンラインツアーボタンここまで*/

@media screen and (max-width: 768px) {
    .l_footer {
        padding: 45px 0 0;
    }

    .l_footer--inner {
        padding: 0 0 45px;
    }

    .l_footer--logo img {
        height: 40px;
    }

    .l_footer--sns {
        margin: 20px auto 10px;
    }

    .l_footer--navi {
        padding: 0 0 40px;
    }

    .l_footer--navi--item {
        width: 50%;
        margin-right: 0;
        margin-bottom: 25px;
    }

    .l_footer--navi--item:last-child {
        margin-bottom: 0;
    }

    .l_footer--navi--item dt {
        font-size: 16px;
    }

    .l_footer--navi--item dd a {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .l_footer--copyright {
        height: 65px;
    }
}