﻿/*底部*/
footer {
    background-color: rgb(34,34,34);
    color: rgb(118,117,118);
    padding: 2rem 28rem;
    display: table;
    width: 100%;
}

.address {
    width: 100%;
    display: grid;
    justify-content: center;
    line-height: 3;
    font-size: 1.6rem;
    /*    border-right: 1px solid rgb(109,109,109);*/
    height: 15rem;
    padding-top: 2.5rem;
}
    .address a {
        color: rgb(118,117,118);
    }

    .ewm {
        float: right;
        width: 21rem;
        padding-top: 2.4rem;
    }

    .ewm div {
        float: left;
        font-size: 1.6rem;
        padding-top: 2.5rem;
        text-align: right;
        line-height: 1.5;
    }

    .ewm img {
        float: right;
    }
