.pagetop {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 200;
}

.pagetop a:hover {
    opacity: 0.5;
}

.pagetop a {
    display: block;
    background-color: #333333b0;
    width: 48px;
    height: 48px;
    border-radius: 3px;
}

.pagetop a:before {
    content: "\f106";
    color: #fff;
    width: 100%;
    height: 100%;
    line-height: 48px;
    text-align: center;
    display: block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
}

#bigfooter {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    background-position: center;
    background-repeat: repeat;
    z-index: 97;
    top: 0px;
    left: 0px;
    overflow: hidden;
    position: relative;
    background-color: #8ea8bf !important;
    text-align: center;
}

#bigfooter nav ul {
    text-align: left;
    width: 1232px;
    margin: 0px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

#bigfooter nav div {
    float: left;
    display: block;
    width: 25%;
    overflow: hidden;
}

#bigfooter nav li {
    display: block;
    padding-right: 0;
    padding-left: 0;
    position: relative;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    line-height: 42px;
    color: #fff;
}

#bigfooter nav li a {
    color: #fff;
    display: block;
}

#bigfooter nav li a i {
    margin-left: 5px;
}

#footer {
    width: 100%;
    height: 80px;
    z-index: 97;
    overflow: hidden;
    background-color: #ffab48 !important;
}

#footer div {
    width: 1232px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    height: 100%;
}

#footer .logo {
    display: block;
    width: 140px;
    height: 53px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    left: 0px;
    top: 15px;
    background-color: #fff;
    padding: 10px;
}

#footer .logo a {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url(https://www.betsukawa.co.jp/bundles/web/img/base/logo@2x.png.webp);
    text-indent: -9999px;
    background-color: #fff;
}

#footer .logo a:hover {
    opacity: 0.7;
}

#footer .copyright {
    position: absolute;
    line-height: 80px;
    right: 0;
    text-align: right;
    color: #fff;
    font-size: 14px;
}

.black .black_bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #00000060;
}

@media only screen and (max-width: 1232px) {
    #footer {
        padding: 16px 20px;
        height: auto;
        width: 100%;
        box-sizing: border-box;
    }

    #footer div {
        width: 100%;
    }

    #footer .logo {
        margin: 0 auto 16px;
        position: static;
    }

    #footer .copyright {
        position: static;
        line-height: unset;
        text-align: center;
        font-size: 11px;
        margin-bottom: 0;
    }
}