@charset "UTF-8";
/*
Theme Name: CACHICAinc.
Description: カチカサービスサイト
Version: 1.0.1
*/
html {
    margin-top: 0 !important;
}
#wpadminbar {
    position: fixed;
    top: auto;
    bottom: 0;
    /* display: none; */
}

.footer__copyright .box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 2.5rem;
    max-width: 145rem;
    margin: 0 auto;
}
.footer__copyright .box ul  {
    display: flex;
    align-items: center;
    gap: 0 2rem;
    font-size: 1.2rem;
}

@media(max-width:768px) {
    .footer__copyright .box {
        padding: 0 2rem;
    }
    .footer__copyright .box ul  {
        font-size: 1rem;
        gap: 0 1rem;

    }
}