@font-face {
    font-family: 'source-han-sans-japanese';
    src: url('/wedding/css/fonts/SourceHanSans-Light.woff2') format('woff2'),
        url('/wedding/css/fonts/SourceHanSans-Light.woff') format('woff'),
        url('/wedding/css/fonts/SourceHanSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

.tk-kozuka-mincho-pr6n{
    font-family:"kozuka-mincho-pr6n",serif;
}
.tk-source-han-sans-japanese{
    font-family:"source-han-sans-japanese",sans-serif;
}
.tk-ro-nikkatsu-sei-kai-std{
    font-family:"ro-nikkatsu-sei-kai-std",serif;
}
.tk-a-otf-ud-reimin-pr6n{
    font-family:"a-otf-ud-reimin-pr6n",sans-serif;
}
.tk-fot-matisse-pron{
    font-family:"fot-matisse-pron",sans-serif;
}
.tk-shippori-mincho{
    font-family:"shippori-mincho",sans-serif;
}

footer {
    padding: 46px 0 86px;
    width: 100%;
    background: #53401c;
    color: #fff;
    font-family: 'source-han-sans-japanese', sans-serif;
    font-weight: 300;
    line-height: 100%;
}
footer .footer_base {
    margin: 0 auto 28px;
    padding: 0 40px;
    width: 100%;
    max-width: 1040px;
    position: relative;
}
footer .footer_base .footer_logo {
    display: block;
    margin: 0 auto 12px;
    width: 220px;
}
footer .footer_base .footer_text {
    margin-bottom: 8px;
    font-family: 'source-han-sans-japanese', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.03em;
    text-indent: 0.03em;
    text-align: center;
}
footer .contact_btn {
    display: inline-block;
    font-family: 'source-han-sans-japanese', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 100%;
    width: 165px;
    display: block;
    margin: 0 auto;
}
footer .contact_btn a {
    display: block;
    padding: 5px 32px 7px;
    border: solid 1px rgba(255, 255, 255, 0.8);
    border-radius: 14px;
}
footer .contact_btn span {
    padding-right: 5px;
}
footer .contact_btn span img {
    width: 16px;
}
footer .group_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    max-width: 960px;
    list-style: none;
}
footer .group_list li {
    padding: 6px 0;
    width: calc((100% - 160px) / 3);
    border-right: solid 1px rgba(255, 255, 255, 0.8);
}
footer .group_list li:first-child {
    border-left: solid 1px rgba(255, 255, 255, 0.8);
    max-width: 264px;
}
footer .group_list li a {
    display: block;
    margin: 0 auto;
    width: 90%;
    height: 52px;
    position: relative;
}
footer .link_bekkan img {
    height: 100%;
}
footer .group_list li a img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
footer .group_list li:nth-child(2) {
    width: 159px;
}
footer .group_list li:nth-child(2) img {
    width: 45.23px;
    height: 45.23px;
}
footer .group_list li:nth-child(3) {
    max-width: 265px;
}
footer .link_suizen img {
    height: 74%;
}
footer .group_list li a span {
    width: 100%;
    font-family: 'source-han-sans-japanese', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

@media screen and (max-width: 1040px) {
    footer .group_list {
        margin: 0 40px;
    }
}

@media screen and (max-width: 920px) {
    footer .footer_base {
        margin: 0 auto 26px;
    }
    footer .footer_base .footer_text {
        font-size: 15px;
        line-height: 24px;
    }
    footer .group_list li a {
        height: 46px;
    }
}

@media screen and (max-width: 799px) {
    footer .group_list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 25px;
    }
    footer .group_list li:last-child {
        margin-bottom: 0;
        padding: 0;
        width: 100%;
        border: solid 1px #fff;
    }
}

@media screen and (max-width: 599px) {
    footer {
        padding: 40px 0 96px;
    }
    footer .footer_base {
        margin-bottom: 40px;
        padding: 0 25px;
    }
    footer .footer_base .footer_logo {
        width: 190px;
    }
    footer .group_list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 25px;
    }
    footer .group_list li a {
        height: 42px;
    }

    footer .group_list li:first-child, 
    footer .group_list li:nth-child(2), 
    footer .group_list li:nth-child(3) {
        height: 25px;
        position: relative;
    }
    footer .group_list li:first-child a, 
    footer .group_list li:nth-child(2) a, 
    footer .group_list li:nth-child(3) a {
        width: 100%;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    footer .group_list li:nth-child(2) {
        width: 100%;
    }
    footer .group_list li:last-child {
        margin-bottom: 0;
        padding: 0;
        width: 100%;
        border: solid 1px #fff;
    }

}