@charset "utf-8";

@import url("../css/google_map.css");

/*フッター*/
.footer {
    position: relative;
    background: #000000;
    color: #ffffff;
    font-size: 13px;
    line-height: 1rem;
}

svg:has(#noise) {
    width: 0;
    height: 0;
}

.footer-noise {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 0;
    opacity: 0.4;
    mix-blend-mode: difference;
    position: absolute;
    width: 100%;
    height: 100%;
    background: url("../images/noise.webp");
    -webkit-animation: 90ms infinite noise;
    animation: 90ms infinite noise;
}

.footer-info-container {
    margin-top: 1rem;
}

.footer-location-container, 
.footer-info-container {
    width: fit-content;
}

.footer-dots {
    position: absolute;
    width: 100%;
    height: 100%;
    background-position-x: -4.3px;
    background-position-y: -2px;
    background-image: radial-gradient(#ffffff 10%, transparent 10%);
    background-size: 9px 9px;
    opacity: 70%;
    z-index: -1;
}

.footer-first-wrap {
    display: inline-grid;
    height: 12rem;
}

.footer-second-wrap {
    height: 12rem;
}

.footer-location-container {
    float: inline-end;
}

@media(max-width: 1023px) {

    .footer-dots {
        position: absolute;
        width: 100%;
        height: 100%;
        background-position-x: -3px;
        background-position-y: -1px;
        background-image: radial-gradient(#ffffff 10%, transparent 10%);
        background-size: 8px 8px;
        opacity: 50%;
        z-index: -1;
    }
}

.footer-wrap {
    display: flex;
    position: relative;
    z-index: 1;
    justify-content: space-between;
    padding-top: 6%;
    padding-bottom: 5%;
    place-items: self-end;
    /*background-image: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(228, 232, 232, 1) 15%);*/
}

.footer-location-wrap, 
.footer-info-wrap {
    position: relative;
}

@media (min-width: 1024px) {
    .footer-second-wrap {
        width: 42.67%;
    }

}

.footer-address {
    color: #ffffff;
    text-decoration: none;
}

.footer-address-wrap {
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
}

.google-map-wrap iframe {
    height: 12rem;
    width: 20rem;
}

.footer-logo-container {
    align-content: center;
    text-align: center;
    filter: brightness(0) invert(1);
}

.footer-logo-container img {
    width: 100%;
}

.footer-copyright {
    margin-bottom: 3rem;
}

@media (max-width: 1023px) {
    .footer-wrap {
        padding: 7rem 8vw 5rem 8vw;
        flex-flow: column;
        font-size: 11px;
        place-items: normal;
    }

    .footer-google-map {
        margin: 1rem 0 2rem 0;
    }

    .footer-location-container {
        display: contents;
    }

    .google-map-wrap iframe {
        height: 15rem;
    }

    .footer-logo-container img {
        width: 100%;
    }

    .footer-info-container {
        margin-top: 0;
    }

    .footer-info-wrap>.footer-sns-wrap,
    .footer-info-wrap>.footer-copyright {
        display: none;
    }

    .footer-copyright {
        margin-bottom: 0;
    }

    .sns-widgets img {
        width: 1.5rem !important;
    }

    .footer-second-wrap {
        margin-top: 1rem;
    }
}

.footer-nav-wrap {
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
    margin-top: -1rem;
    flex-direction: column;
}

.footer-nav-left ul {
    display: flex;
    flex-flow: column;
    align-items: baseline;
    margin-right: 3rem;
}

.footer-nav-right ul {
    display: flex;
    flex-flow: column;
    align-items: end;
}

.footer-nav-wrap ul li {
    display: inline-block;
}

.footer-nav-wrap ul li:not(:last-child) {
    padding-right: 1.5rem;
}

.footer-nav-wrap ul li a {
    text-decoration: none;
    color: #ececec;
}

.footer-sns-wrap {
    display: inline-flex;
    width: 100%;
    place-content: space-between;
    margin-top: 0.5rem;
}

.footer-sns-wrap .sns-widgets {
    display: inline-flex;
    justify-content: end;
    filter: brightness(0) invert(1);
}

.sns-widgets>div {
    margin-right: 1rem;
}

.sns-widgets>div:last-child {
    margin-right: 0;
}

.copyright {
    padding: 1rem;
    text-align: center;
}

.copyright p {
    font-size: .875rem;
    color: #ececec;
}

.footer-sns-wrap.sp-display {
    place-content: baseline;
    margin: 1rem 0 0.5rem 0;
}

.footer-sns-wrap.sp-display>p {
    align-self: flex-end;
    margin-right: 1rem;
}

.footer-sns-wrap.sp-display figure {
    margin-bottom: 0.5vw;
}

.footer-address a {
    text-decoration: none;
    color: #ffffff;
}

footer .editor-content p {
    margin-bottom: 0;
}