#footer .container img {
    width: 200px;
}

#footer .icon {
    position: relative;
    display: inline-block;
    padding-left: 16px;
    line-height: 1.8;
    color: var(--color-blue-sky);
}

#footer .icon::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 26px;
    height: 26px;
    background-image: url(https://nyafukushi.jp/wp-content/uploads/2025/05/tel_icon.svg);
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: -20px;
}

#footer .container {
    text-align: center;
    background-color: var(--color-yellow-light);
    padding: 36px 0 20px 0;
}

#footer .container #copyright {
    color: var(--color-gray-dark);
    font-size: 12px;
    text-align: center;
    margin-bottom: 0px;
}

#footer img {
    display: inline-block;
    margin-bottom: 20px;
}

#footer p,
#footer a {
    margin-bottom: 20px;
}


#footer .insta-icon img {
    width: 35px;
    height: auto;
}