#project-footer {
    background-color: var(--contact--background_color);
    background-size: cover;
    background-position: center;
    color: var(--contact--color_swatch--body_text);
    background-image: var(--contact--background_image);
}
#project-footer a{
    color: var(--contact--text_color--text_link);
}
#project-footer a:hover{
    color: var(--contact--text_color--text_link_hover);
}

.project-footer-wrap {
    max-width: calc(1280px/12*8 + 2rem);
    min-width: 320px;
    margin: auto;
    padding-top: 30px;
    padding-bottom: 24px;
}

/*-- Mobile Version --*/
@media (max-width: 1319px) {
    .project-footer-wrap {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media (max-width: 767px) {
    .project-footer-wrap {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

.project-footer-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

#project-footer-title {
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 32px;
    color: var(--contact--color_swatch--body_text);
}

#project-footer-name {
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 48px;
    color:var(--contact--color_swatch--heading_h1);
}

#project-footer-side-1 {
    display: grid;
    justify-content: start;
    align-items: center;
}

#project-footer-side-2 {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: end;
}

#project-footer-line {
    display: none;
}

.footer-tel {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--contact--text_color--text_link);
    position: relative;
    transition: .5s;
}

.footer-tel:hover{
    color: var(--contact--text_color--text_link_hover);
}

.footer-tel span {
    width: 6em;
}

.footer-tel:after {
    content: '';
    height: 16px;
    width: 0.4px;
    background-color: var(--contact--color_swatch--body_text);
    position: absolute;
    top: 20%;
    right: 0;
}

.footer-button {
    display: flex;
    justify-content: center;
    text-align: center;
    gap: 16px;
    padding-left: 24px;
    align-items: center;
}


.btn-line,
.btn-facebook {
    width: 40px;
    height: 40px;
    padding-top: 10px;
}

.btn-sale {
    display: flex;
    gap: 6px;
    padding: 6px 24px;
    align-items: center;
    width: 168px;
    box-sizing: border-box;
}

.btn-line:hover,
.btn-facebook:hover,
.btn-sale:hover {
    background-color: var(--contact--button_color--button_color_hover);
}

.btn-sale>img {
    width: 18px;
    height: 22px;
}

.btn-line,
.btn-facebook,
.btn-sale {
    background-color: var(--contact--button_color--button_color);
    border-radius: 24px;
    transition: all 0.5s;
    color: var(--contact--button_color--text_color);
    font-weight: 500;
}

.btn-line img,
.btn-facebook img,
.btn-sale img {
    height: 22px;
}

.btn-sale-mobile {
    display: none;
}

.project-footer-title-mobile {
    display: none;
}

.footer-tel img {
    height: 22px;
}

.footer-button-delight {
    display: none;
}


@media (max-width: 1319px) {
    .project-footer-wrap {
        padding-top: 2rem;
        padding-bottom: 2.5rem;
    }

    .project-footer-inner {
        grid-template-columns: 1fr;
    }

    #project-footer-title-mobile {
        display: inline-block;
    }

    #project-footer-side-1 {
        justify-content: center;
        text-align: center;
        width: 100%;
    }

    #project-footer-side-2 {
        flex-direction: column;
    }

    .footer-info {
        display: block;
    }

    .footer-tel {
        display: block;
        margin-top: 10px;
        margin-bottom: 22px;
        text-align: center;
    }

    .footer-tel img {
        display: inline-block;
        margin-right: 12px;
    }

    .footer-tel span {}

    .footer-tel:after {
        display: none;
    }

    .btn-sale {
        width: max-content;
        margin: auto;
        /*padding: 0 2em;*/
        height: 40px;
    }

    .footer-button {
        justify-content: center;
        margin-bottom: 22px;
        padding: 0;
    }

    .btn-sale-desktop {
        display: none;
    }

    .btn-sale-mobile {
        display: block;
    }

    .project-footer-name {
        display: none;
    }

    #project-footer-side-1 {
        display: inline-block;
    }

    #project-footer-title {
        display: inline;
    }

    #project-footer-name {
        font-size: 30px !important;
        display: inline;
    }
}

@media (max-width: 768px) {
    .project-footer-wrap {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

/*-- Mobile Version --*/
@media (max-width: 767px) {
    .project-footer-wrap {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}
@media (max-width: 1023px) and (min-width:451px) {
    .btn-sale-mobile {
        width: auto;
    }

    .footer-button-delight {
        width: auto;
    }
}