@charset "utf-8";

/* footer */

.footer_container {
    padding-top: 50px;
    padding-bottom: 30px;
    display: flex;
    align-items: center;
    background-color: #ffffff;
}
.footer_left {
    width: 50%;
}
.background-image {
    width: 470px;
    height: 300px;
    margin: 30px auto 0 auto;
    background-image: url("/wp-content/themes/houshi_theme/assets/img/heart.jpg");
    border-radius: 10px;
}
.footer_left_content {
    width: 70%;
    margin:  auto;
    padding: 50px 0 70px 0;
}
.footer_left_content p {
    line-height: 2;
    font-weight: bold;
}
.contact_message {
    color: #3399ff;
}
.footer_right {
    width: 50%;
}
.footer_right_content {
    width: 70%;
    margin: 0 auto;
}
.footer_right_content a {
    text-decoration: none;
}
.footer_right_content a:hover {
    filter: blur(0.7px);
}
.footer_logo {
    margin-left: 100px;
}
.footer_logo img {
    width: 8rem;
}
.office_name {
    margin: 10px 0;
    font-weight: bold;
    font-size: 25px;
    color: #3399ff;
}
.copyright {
    padding-bottom: 15px;
    text-align: center;
    font-size: 15px;
    color: #333333;
    background-color: #ffffff;
}

/* responsive */
@media (max-width: 960px) {
    .footer_container {
        display: block;
    }
    .footer_left {
        width: 100%;
    }
    .footer_left_content {
        width: 90%;
    }
    .background-image {
        width: 365px;
        background-position: -100px;
    }
    .footer_right {
        width: 100%;
    }
    .footer_right_content {
        margin-top: 50px;
        width: 365px;
    }
    .footer_logo {
        margin-left: 0;
    text-align: center;
    }
    .font-size_16 {
        font-size: 16px;
    }
    .office_name {
    font-size: 24px;
    }
}