@charset "UTF-8";

footer {
    width: 100%;
    height: auto;
    padding: 79px 0 31px;
    background-color: #000000;
    color: #ffffff;
    text-align: center;
}

footer > .content {
    width: 87.2vw;
    height: auto;
    margin: auto auto 80px;
    padding: 0 2.66vw;
}

/* content--1 */
footer .content--1 {
    margin: auto auto 58px;
}

footer .content--1 p {
    margin-bottom: 21px;
    font-family: "KsoKagerouN";
    font-weight: normal;
    font-size: 40px;
    font-size: clamp(40px, 2.273rem + 1.14vw, 50px);
    line-height: 1.2em;
    text-align: center;
}

footer .content--1 .links {
    width: auto;
    height: 22px;
    display: flex;
    justify-content: center;
    gap: 22px;
    margin-top:10px;
}

footer .content--1 .links img {
    width: auto;
    height: 32px;
}

/* content--2 */
footer .content--2 {
}

footer .content--2 p {
    margin-bottom: 8px;
    font-family: 'Noto Serif JP', serif;
    font-size: 14px;
    font-size: clamp(14px, 0.731rem + 0.62vw, 18px);
    line-height: 1.42em;
    text-align: left;
}

footer .content--2 .open-days-info {
    margin-bottom: 16px;
}

footer .content--2 .contact-location > div {
    margin-bottom: 16px;
}

footer .content--2 .contact-location a {
    text-decoration: none;
    color: #ffffff;
}

footer .copylight {
    font-family: "noto-sans-cjk-jp", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 12px;
    line-height: 1.41em;
    text-align: center;
    color: #ffffff;
}

/**********************************************************
* min-width: 600px
/**********************************************************/
@media screen and (min-width: 600px) {
}

/**********************************************************
* min-width: 1025px
/**********************************************************/
@media screen and (min-width: 1025px) {
    footer {
        padding: 73px 0 26px;
    }

    footer > .content {
        width: 82.08vw;
        margin: auto auto 64px;
        padding: 0;
        display: flex;
        align-items: center;
        gap: 8.33vw;
    }

    /* content--1 */
    footer .content--1 {
        margin: auto 0;
    }

    footer .content--1 p {
        margin-bottom: 30.8px;
        font-size: 80px;
        font-size: clamp(50px, 0.978rem + 3.35vw, 80px);
        line-height: 1.2em;
    }

    footer .content--1 .links {
        height: 32px;
        gap: 33px;
    }

    footer .content--1 .links img {
        height: 38px;
    }

    /* content--2 */
    footer .content--2 {
    }

    footer .content--2 p {
        margin-bottom: 6px;
        font-size: 20px;
        font-size: clamp(18px, 0.982rem + 0.22vw, 20px);
        line-height: 1.45em;
    }

    footer .content--2 .open-days-info {
        margin-bottom: 34px;
    }

    footer .content--2 .contact-location {
        display: flex;
        gap: 43px;
    }

    footer .content--2 .contact-location a {
        pointer-events: none;
    }

    footer .copylight {
    }
}
