@charset "utf-8";

.cta .shutter {
    fill: #FFFFFF;
    width: clamp(1.875rem, 1.405rem + 2.01vw, 3.813rem);
    height: clamp(1.875rem, 1.405rem + 2.01vw, 3.813rem);
    display: block;
    overflow: visible;
    cursor: pointer;
}

.cta .blind {
    fill: #FFFFFF;
    stroke: #cbcbcb;
}

.cta .morebtn::before {
    content: none;
}

.cta .inner {
    padding: 40px 0 120px;
    display: flex;
    justify-content: center;
    gap: 2%;
}

.cta .link {
    display: flex;
    flex-direction: column;
    max-width: 705px;
    width: 50%;
    background-color: #05A6C0;
    padding: 48px 56px;
    gap: 14px;
    position: relative;
    transition: var(--default);
}

.cta .link-tel .icon {
    width: 28px;
}

.cta .link-contact .icon {
    width: 35px;
}

.cta .link:hover {
    opacity: 50%;
}

.cta .link .morebtn {
    position: absolute;
    right: 56px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.cta .link .morebtn::after {
    content: "";
    width: clamp(3.875rem, 2.904rem + 4.14vw, 7.875rem);
    height: 1px;
    background: #FFF;
    position: absolute;
    right: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
}

.cta .link .sub {
    font-family: var(--font-serif);
    font-weight: 400;
    font-size: clamp(0.875rem, 0.784rem + 0.39vw, 1.25rem);
    color: #fff;
}

.cta .link .time {
    font-family: var(--font-sans);
    font-weight: 500;
    font-size: clamp(0.75rem, 0.629rem + 0.52vw, 1.25rem);
    color: #fff;
}

.cta .link .column {
    display: flex;
    gap: 4%;
    align-items: center;
    justify-content: flex-start;
}

.cta .link .column .link-text {
    font-family: var(--font-cinzel);
    font-weight: 400;
    font-size: clamp(1.25rem, 0.825rem + 1.81vw, 3rem);
    color: #fff;
}

.footer {
    padding-bottom: 20px;
    padding-top: 54px;
    border-top: 1px solid #cecece;
    position: relative;
}

.footer .pagetop {
    width: clamp(2.438rem, 2.149rem + 1.23vw, 3.625rem);
    height: clamp(2.438rem, 2.149rem + 1.23vw, 3.625rem);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #05A6C0;
    border-radius: 50px;
    position: absolute;
    top: 5%;
    right: 2%;
    transition: var(--default);
}

.footer .pagetop img {
    width: 9px;
}

.footer .pagetop:hover {
    opacity: 50%;
}

.footer .inner {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}

.footer .copy {
    font-family: var(--font-sans);
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    color: #000;
}

.footer .menu-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 0 0 33%;
}

.footer .menu-left a {
    transition: var(--default);

}

.footer .menu-left .num {
    width: 100%;
}

.footer .menu-left a:hover {
    opacity: 50%;
}

.footer .menu-left .f-logo {
    margin-bottom: 40px;
}

.footer .menu-left .f-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 24px;
    width: 100%;
}

.footer .menu-left .f-info .item {
    display: grid;
    grid-template-columns: 21% 1fr;
    font-family: var(--font-serif);
    font-weight: 500;
    font-size: clamp(0.75rem, 0.72rem + 0.13vw, 0.875rem);
    color: #000;
    padding-bottom: 14px;
    border-bottom: 1px solid #cecece;
    width: 100%;
}

.footer .menu-left .f-sns {
    display: flex;
    gap: 3%;
    width: 100%;
}

.footer .menu-left .f-sns .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.footer .menu-left .f-sns .item .link-text {
    font-family: var(--font-sans);
    font-weight: 500;
    font-size: 9px;
    color: #000;
}

.footer .menu-center {
    display: flex;
    gap: 12%;
    flex: 0 0 32%;
}

.footer .menu-center .dot-list .menu-item,
.footer .menu-center .s-list .menu-item {
    font-family: var(--font-serif);
    font-weight: 600;
    font-size: clamp(0.875rem, 0.814rem + 0.26vw, 1.125rem);
    color: #000;
    transition: var(--default);
}

.footer .menu-center .dot-list .menu-item:hover,
.footer .menu-center .s-list .menu-item:hover {
    opacity: 50%;
}

.footer .menu-center .dot-list .menu-item::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50px;
    background: #05A6C0;
}

.footer .menu-center .dot-list .menu-item {
    display: flex;
    gap: 16px;
    align-items: center;
}

.footer .menu-center .dot-list {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.footer .menu-center .s-list {
    display: flex;
    flex-direction: column;
    gap: 26px;
}

.footer .menu-center .s-list .ttl {
    font-family: var(--font-serif);
    font-weight: 600;
    font-size: clamp(0.75rem, 0.72rem + 0.13vw, 0.875rem);
    color: #000;
}

.footer .menu-center .s-list .list {
    display: flex;
    flex-direction: column;
    gap: 32px;
}



.footer .menu-right {
    max-width: 393px;
    width: 25%;
    font-family: var(--font-sans);
    font-weight: 500;
    font-size: 14px;
    color: #000;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

@media (max-width: 1200px) {
    .footer .menu-left {
        flex: 0 0 36%;
    }

    .footer .menu-center {
        flex: auto;
        justify-content: center;
        gap: 6%;
    }

    .cta .link {
        padding: 48px 30px;
    }

    .cta .link .morebtn {
        right: 30px;
    }
}

@media (max-width: 1080px) {
    .footer .inner {
        flex-wrap: wrap;
        justify-content: center;
        gap: 70px 0;
    }

    .footer .menu-right {
        max-width: 350px;
        width: 100%;
    }

    .footer .menu-left {
        flex: 0 0 49%;
    }

    .cta .inner {
        flex-direction: column;
        gap: 14px;
        align-items: center;
    }

    .cta .link {
        max-width: 690px;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .footer {
        padding: 88px 0 24px;
    }

    .footer .pagetop img {
        width: 6px;
    }

    .footer .pagetop {
        top: 1%;
        right: 4%;
    }

    .footer .inner {
        flex-direction: column;
    }

    .footer .menu-left .f-logo,
    .footer .menu-left .f-logo img {
        width: 100%;
    }

    .footer .menu-center {
        gap: 0;
    }

    .footer .menu-center .dot-list,
    .footer .menu-center .s-list {
        flex: 1;
    }

    .footer .menu-right {
        max-width: none;
    }

    .cta .link {
        padding: 14px 20px 28px;
    }

    .cta .link-tel .icon {
        width: 14px;
    }

    .cta .link-contact .icon {
        width: 17px;
    }

}