@charset "utf=8";

.footerContactBox {
    display: flex;
}

.footerContactImg {
    position: relative;
    width: 50%;
}

.footerContactImg img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

.footerContactImg::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: var(--primary);
    opacity: .35;
    z-index: 1;
}

.footerContactTextBox {
    position: relative;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5.5rem 1.5rem 7rem;
    background: var(--primary);
    color: var(--white);
}

.footerContactTextBox::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 5rem;
    left: 10rem;
    width: 11rem;
    aspect-ratio: 55/31;
    background: url(../../../../uploads/footer_contact_deco01.svg)no-repeat center /contain;
}

.footerContactTextBox::after {
    content: "";
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    width: 31.5rem;
    aspect-ratio: 105/62;
    background: url(../../../../uploads/footer_contact_deco02.png)no-repeat center /contain;
}

.footerContactTextIn {
    position: relative;
    z-index: 5;
}

.footerContactTextIn .txt18 {
    font-size: 1.8rem;
}

.footerContactText {
    text-align: center;
    margin: 5rem 0 0;
}

.footerContactText br {
    display: none;
}

.footerContactTextIn h2 {
    text-align: center;
}

.footerContactTelBox {
    padding: 1.5rem 3rem 4rem;
    width: 100%;
    max-width: 37rem;
    margin: 2.8rem auto 0;
    border-radius: 2rem;
    border: .3rem solid var(--white);
}

.footerContactTelIn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.footerContactTelIn figure {
    width: 3rem;
    display: flex;
    align-items: center;
}

.footerContactTelIn .js-tel {
    font-size: 3rem;
    line-height: 1.45;
}

.footerContactTelBox>p {
    font-size: 1.5rem;
    text-align: center;
}

.footerContactReserveBtn {
    margin: -2.5rem auto 0;
}

.footerContactReserveBtn a {
    position: relative;
    display: block;
    width: 100%;
    max-width: 45rem;
    margin: 0 auto;
    padding: 1.2rem 1rem;
    border-radius: 100vmax;
    background: var(--tertiary);
    text-align: center;
    font-size: 2rem;
    line-height: 1.3em;
    transition: all .3s;
}

.footerContactReserveBtn a:hover {
    filter: brightness(1.1);
}

.footerContactReserveBtn a::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1.8rem;
    width: 1rem;
    margin: auto;
    background: url(../../../../uploads/btn_arrow_white.svg)no-repeat center /contain;
}

.footerContactReserveBtn a br {
    display: none;
}

.footerBottom {
    padding: 6rem 0 5rem;
    background: var(--quaternary);
}

.footerBottomArea {
    max-width: 89rem;
}

.footerBottomBox {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footerBottomLogo {
    width: 25rem;
}

.footerBottomNaviBox {
    margin: 4rem 0 0;
    display: flex;
}

.footerBottomNavi a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 6rem;
    padding: 0 1.5rem;
    font-size: 1.8rem;
    border-right: 1px solid var(--primary);
}

.footerBottomNavi:last-of-type a {
    border: none;
}

.footerBottomNavi a:hover {
    text-decoration: underline;
}

.footerBottomInfoBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 3rem auto 0;
}

.footerBottomLinkRelative {
    position: relative;
    width: 100%;
    max-width: 57rem;
    margin: 2.5rem 0 0;
}

.footerBottomLinkBox {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    gap: 1rem;
}

.footerBottomLink {
    width: 48%;
    max-width: 25rem;
}

.footerBottomLink a {
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: space-between;
    padding: 1.7rem 2.6rem;
    width: 100%;
    border-bottom: .3rem solid var(--primary);
    color: var(--primary);
    font-size: 2rem;
    line-height: 1.45;
    transition: all .3s;
}

.footerBottomLink a:hover {
    filter: brightness(1.1);
}

.footerBottomLinkMap a::before {
    content: "";
    display: block;
    width: 2.2rem;
    aspect-ratio: 44/59;
    background: url(../../../../uploads/map_icon_green.svg)no-repeat center /contain;
}

.footerBottomLinkInstagram a::before {
    content: "";
    display: block;
    width: 3rem;
    aspect-ratio: 1/1;
    background: url(../../../../uploads/instagram_icon.png)no-repeat center /contain;
}

.footerBottomLink a::after {
    content: "";
    order: 3;
    display: block;
    width: 100%;
    max-width: 1rem;
    aspect-ratio: 5/8;
    background: url(../../../../uploads/btn_arrow_green.svg)no-repeat center /contain;
}

.footerBottomLinkFukidashi {
    position: absolute;
    left: calc(100% + 2rem);
    bottom: 3.8rem;
}

.footerBottomLinkFukidashiText {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25.6rem;
    aspect-ratio: 32/7;
    color: var(--white);
    font-size: 2.3rem;
    line-height: 1.45;
    border-radius: 1.85rem;
    background: var(--primary);
}

.footerBottomLinkFukidashiText::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    border-style: solid;
    border-width: 1.7rem 1.8rem 0 0;
    border-color: transparent var(--primary) transparent transparent;
    translate: -100% calc(-50% + 0.4px);
}

.copyright {
    margin: 4rem 0 0;
    font-size: 1.4rem;
    line-height: 1.45;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <=1024px) {

    .footerContactTextBox::before {
        top: 3rem;
        left: 3rem;
        width: 8rem;
    }

    .footerContactTextBox::after {
        width: 12rem;
    }

    .footerContactTextIn .txt18 {
        font-size: 1.7rem;
    }

    .footerContactReserveBtn a {
        font-size: 1.8rem;
    }

    .footerBottomLinkFukidashi {
        position: static;
        margin: 2.5rem auto 0;
    }

    .footerBottomLinkFukidashiText {
        margin: 0 0 0 auto;
    }

    .footerBottomLinkFukidashiText::after {
        top: 0;
        left: 15%;
        border-width: 0 0 1.8rem 1.7rem;
        border-color: transparent transparent #07b19b;
        translate: calc(-50% + 0.4px) -100%;
    }

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <=768px) {

    .footerContactBox {
        flex-direction: column;
    }

    .footerContactImg {
        width: 100%;
    }

    .footerContactImg {
        height: 28rem;
    }

    .footerContactImg img {
        object-position: 90% 0;
    }

    .footerContactTextBox {
        width: 100%;
        padding: 2.5rem 1.5rem 4rem;
    }

    .footerContactText {
        margin: 2.8rem 0 0;
    }

    .footerContactText br {
        display: block;
    }

    .footerContactReserveBtn {
        margin: -3.6rem 0 0;
    }

    .footerContactReserveBtn a br {
        display: block;
    }

    .footerBottom {
        padding: 5rem 0;
    }

    .footerBottomNaviBox {
        flex-direction: column;
        align-items: center;
        gap: 1.5rem;
    }

    .footerBottomNavi a {
        height: auto;
        font-size: 1.6rem;
        border: none;
    }

    .footerBottomLink a {
        font-size: 1.8rem;
    }

    .footerBottomLinkBox {
        flex-direction: column;
        align-items: center;
    }

    .footerBottomLink {
        width: 100%;
    }

    .footerBottomLinkFukidashiText {
        margin: 0 auto;
    }


}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */