
.footer__container {
    background-color: #F4F1E4;
    padding: 94px 0;
}

.footer__container > div{
    width: 1120px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline;
    padding: 0 60px;
}

.footer-nav__container{
	display:flex;
	justify-content: space-between;
	width:21%;
}

.footer__address img{
    width: 357px;
    max-width: 100%;
    margin-bottom: 50px;
}


.footer__address p{
    margin-bottom: 22px;
    font-size: .16rem;
    font-weight: 400;
    font-family: 'Gill Sans', sans-serif;
}

.footer__address p span{
    display: block;
    font-family: 'Noto Sans JP', sans-serif;
}

.footer__address a{
    color: #000;
    font-size: .18rem;
    font-weight: 400;
    font-family: 'Gill Sans',sans-serif;
    display: block;
    width: fit-content;
    line-height: 1.2;
    letter-spacing: 0.08em;
    margin-bottom: 23px;
}

.footer__address a span{
color: #939393;
font-size: .21rem;
font-style: italic;
margin-right: 20px;
width: 55px;
text-align: justify;
display: inline-block;
}

.footer-nav__container li {
    /*text-align: right;*/
    /* margin-bottom: 13px; */
    margin-top: 15px;
    letter-spacing: -0.1em;
}

.footer-nav__container li a{
font-size: .16rem;
color: #000;
font-weight: 600;
}

.footer-nav__container p{
font-size: .14rem;
color: #F2B319;
font-weight: 300;
line-height: 1;
font-family: 'Gill Sans',sans-serif;
/*text-align: right;*/
letter-spacing: 0.01em;
}

.footer__contact a{
    color: #000;
    margin: 0 20px;
}
.footer__contact span{
    display: block;
}

.footer__contact{
    width: 1040px;
    margin: 0 auto 80px;
    max-width: 100%;
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: space-between;
}

.footer__contact--tel img{
    width: 410px;
    max-width: 100%;
}

.footer__contact--mail img{
    width: 410px;
    max-width: 100%;
}

@media screen and (max-width: 768px){
    .footer__contact {
        display: none;
    }

    .footer__container{
        padding: 40px 0 70px;
    }

    .footer__address img {
        width: 70%;
        margin: 0 auto 30px;
        display: block;
    }

    .footer__container > div {
        padding: 0 20px;
        justify-content: center;
    }

    .footer__address,
    .footer__address a{
        font-size: .14rem;
    }

    .footer__address .sp_only{
        color: #000;
    display: block;
    font-size: .14rem;
    margin-left: 65px;
    font-style: initial;
    width: fit-content;
    }

    .footer__address a span {
        font-size: .16rem;
    }

    .footer-nav__container{
        display: none;
    }

    .footer__address p{
        font-size: .14rem;
        line-height: 1.3;
    }
}