@charset "utf-8";

.footer {
    position: relative;
    display: flex;
    background: var(--secondary);
}

.fMap {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 5;
    width: 45%;
    max-width: 85rem;
    height: 100%;
    min-height: 24.5rem;
}

.fMap iframe {
    width: 100%;
    height: 100%;
}

.fAr {
    width: 100%;
    max-width: 125rem;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.fBx {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50%;
    max-width: 58rem;
    padding: 8rem 0 0;
}

.fLogo {
    width: 90%;
    max-width: 30rem;
}

.fInfo {
    margin: 4.8rem 0 0;
}

.fInfoTxt {
    font-size: 1.6rem;
    text-align: center;
    font-weight: bold;
    line-height: 1.56;
    letter-spacing: 0.05em;
}

.fInfoTxt br {
    display: none;
}

.fInfoTxt:nth-of-type(n+2) {
    margin: 1rem 0 0;
}

.lineBtn {
    margin: 4.5rem 0 0;
}

.fLinkFl {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 1.5rem;
    width: 100%;
    margin: 2.3rem 0 0;
}

.fLinkItem {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.9rem;
    width: 48%;
    max-width: 256rem;
    padding: 0 0 1rem 0;
    border-bottom: 1px solid var(--black);
    transition: all .3s;
}

a.fLinkItem:hover {
    filter: brightness(1.5);
}

.fLinkIcon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
}

.fLinkTelNum {
    font-size: 2.2rem;
    letter-spacing: 0.1em;
    line-height: 1.45;
    font-weight: 700;
    color: var(--primary);
}

.fLinkMailTxt {
    font-size: 2rem;
    letter-spacing: 0.1em;
    line-height: 1.45;
    font-weight: 700;
    color: var(--primary);
}

.fCopy {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 3rem 1.5rem 4rem;
    font-size: 1.4rem;
    text-align: center;
    line-height: 1.45;
}



/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <=1024px) {

    .fLinkTelNum {
        font-size: 2rem;
    }
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <=768px) {

    .footer {
        flex-direction: column-reverse;
    }

    .fMap {
        position: static;
        width: 100%;
        height: 25rem;
    }

    .fBx {
        width: 100%;
        max-width: 28rem;
        padding: 6rem 0 0;
        margin: 0 auto;
    }

    .fLinkFl {
        flex-direction: column;
        width: 100%;
    }

    .fLinkItem {
        width: 100%;
        margin: 0 auto;
    }

    .fInfo {
        margin: 4rem 0 0;
    }

    .fInfoTit {
        font-size: 1.55rem;
    }

    .fInfoTxt {
        margin: 3rem 0 0;
        font-size: 1.4rem;
    }

    .fInfoTxt:first-of-type {
        margin: 0;
    }

    .fInfoTxt .none {
        display: none;
    }

    .fInfoTxt br {
        display: block;
    }

    .fCopy {
        padding: 5rem 1.5rem 3rem;
    }
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */