@charset "utf-8";

#SpBanner {
    display: none;
}

@media screen and (max-width: 767px) {
    #SpBanner {
        position: fixed;
        display: block;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 60px;
        z-index: 200;
    }
    .sp-banner__inner {
        width: 100%;
        height: 100%;
    }
    .sp-banner__inner ul {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .sp-banner__inner ul li {
        display: block;
        width: 50%;
        height: 100%;
    }
    .sp-banner__inner ul li a {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        width: 100%;
        height: 100%;
    }
    .sp-banner__inner ul li a span {
        font-size: 18px;
        font-weight: 700;
        letter-spacing: 0.05em;
        color: #fff;
    }
    @media screen and (max-width: 767px) {
        .sp-banner__inner ul li a span {
            font-size: 12px;
        }
        .sp-banner__inner ul li a {
            gap: 5px;
        }
    }
    .sp-banner__inner ul li.line-item {
        background-color: #00C300;
    }
    .sp-banner__inner ul li.line-item img {
        width: 30px;
        height: 30px;
    }
    .sp-banner__inner ul li.contact-item {
        background-color: #823C96;
    }
    #Footer {
        margin-bottom: 60px;
    }
}