@import url('https://fonts.googleapis.com/css2?family=Cardo:ital,wght@0,400;0,700;1,400&family=Shippori+Mincho&family=Bodoni+Moda:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&family=EB+Garamond:wght@400..800&display=swap');


footer {
    background-color: #81B3A6;
    color: #fff;
    padding-block: 3% 2%;
    text-align: center;
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
    footer {
        padding-block: 15% 5%;
    }
}

footer .top_footer {
    background-color: #81B3A6;
}

footer .top_footer .logo_acordia {
    width: 60%;
    max-width: 280px;
    margin: 0 auto;
}

footer .top_footer .logo_acordia p {
    margin-top: 7%;
    font-size: clamp(10px, 10vw, 15px);
}

@media screen and (max-width: 768px) {
    footer .top_footer {}

    footer .top_footer .logo_acordia p {
        margin-top: 10%;
    }
}

footer .top_footer .btn-flbox {
    max-width: 1100px;
    margin-inline: auto;
    margin-block: 3%;
    justify-content: center;
}

footer .top_footer .btn-flbox .btn {
    width: 70%;
    max-width: 300px;
    margin: 0;
}

footer .top_footer .btn-flbox .btn.req {
    margin-left: 2%;
}

@media screen and (max-width: 768px) {
    footer .top_footer {}

    footer .top_footer .btn-flbox {
        margin-block: 7% 12%;
    }

    footer .top_footer .btn-flbox .btn {
        width: 80%;
        max-width: 300px;
        margin: 0;
    }

    footer .top_footer .btn-flbox .btn.req {
        margin-left: 0%;
        margin-top: 5%;
    }
}

footer .bottom_footer .tel_box {
    margin-bottom: 2%;
    color: #fff;
}

footer .bottom_footer .tel_box p {
    font-size: clamp(10px, 10vw, 15px);
    margin-bottom: 1%;
    padding-inline: 10px;
    box-sizing: border-box;
    width: fit-content;
    margin-inline: auto;
}

footer .bottom_footer .tel_box .p1 {
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
}

footer .bottom_footer .tel_box .p2 {
    line-height: 1.5em;
    margin-top: 20px;
}

footer .bottom_footer .tel_box .num_box {
    width: 70%;
    margin-inline: auto;
    max-width: 350px;
    line-height: 1em;
}

footer .bottom_footer .tel_box a {
    color: #fff;
    font-size: clamp(10px, 10vw, 60px);
    letter-spacing: .1em;
    width: 100%;
}

@media screen and (max-width: 768px) {
    footer .bottom_footer {}

    footer .bottom_footer .tel_box {
        margin-bottom: 10%;
    }

    footer .bottom_footer .tel_box p {
        font-size: clamp(10px, 3.5vw, 15px);
    }

    footer .bottom_footer .tel_box .p1 {
        padding-bottom: 10px;
    }

    footer .bottom_footer .tel_box .num_box {
        margin-top: 5%;
        width: 80%;
    }
}

footer .bottom_footer .logo_img {
    width: 65%;
    max-width: 320px;
    margin: 0 auto 3%;
}

@media screen and (max-width: 768px) {
    footer .bottom_footer {}

    footer .bottom_footer .logo_img {
        margin: 0 auto 10%;
    }
}

footer .bottom_footer .seller {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    max-width: 1000px;
    width: 90%;
    margin: 3% auto 3%;
}

footer .bottom_footer .seller .seller_box {
    width: fit-content;
}

footer .bottom_footer .seller .seller_box p {
    font-size: clamp(10px, 10vw, 13px);
    line-height: 1.5em;
}

footer .bottom_footer .seller .seller_box p span {
    font-size: clamp(10px, 10vw, 15px);
}

footer .bottom_footer .seller .seller_box:last-child {
    margin-left: 5%;
}

@media screen and (max-width: 768px) {
    footer .bottom_footer {}

    footer .bottom_footer .seller {
        flex-wrap: wrap;
        margin: 10% auto;
    }

    footer .bottom_footer .seller .seller_box {
        width: 90%;
        margin-inline: auto;
    }

    footer .bottom_footer .seller .seller_box p {
        font-size: clamp(10px, 10vw, 13px);
        line-height: 1.5em;
    }

    footer .bottom_footer .seller .seller_box p span {
        font-size: clamp(10px, 10vw, 15px);
    }

    footer .bottom_footer .seller .seller_box:last-child {
        margin-left: auto;
        margin-top: 5%;
    }
}

footer .copy {
    font-size: 10px;
    background-color: #81B3A6;
}