footer{
    background-color: var(--footer);
}

.footer1{
    padding-top: 2rem;
}

.footer1 .row{
    grid-gap: 1.5rem 0;
}

.footer1 hr{
    border-color: var(--line);
    margin: 2rem 0 0;
}

.footer1 .logo img{
    width: clamp(10px,13vw,167px);
}

.footer1 ul{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    grid-gap: clamp(1rem,3.125vw,60px);
    height: 100%;
}

.footer1 ul>*{
    list-style: none;
}

.footer1 ul>* a{
    text-align: center;
    color: var(--white);
    font-size: 18px;
    line-height: 24px;
    letter-spacing: .15px;
}

.footer1 .rss,
.footer1 .rss>*{
    display: flex;
    display: -webkit-flex;
    align-items: center;
}

.footer1 .rss{
    grid-gap: clamp(1rem,2.29vw,44px);
    height: 100%;
}

.footer1 .rss>*{
    justify-content: center;
    -webkit-justify-content: center;
    width: clamp(10px,100%,31px);
    height: clamp(10px,100%,31px);
}

.footer2{
    padding-top: 19px;
}

.footer2 .row{
    grid-gap: 1rem 0;
}

.footer2 .row>*{
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -ms-flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
}

.footer2 .stitle{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    grid-gap: 12px;
    color: var(--white);
    line-height: 30px;
    letter-spacing: 0;
    margin-bottom: 4px;
}

.footer2 .telp,
.footer2 .mailp,
.footer2 .local{
    color: var(--white);
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0;
}

.footer2 hr{
    border-color: var(--line);
    margin: 19px 0 0;
}

.footer-design{
    padding: 2rem 0;
}

.footer-design .copyright{
    display: block;
    display: -webkit-block;
    width: fit-content;
    text-align: center;
    color: var(--white);
    font-size: 18px;
    line-height: 24px;
    margin: 0 auto;
}

@media(max-width:1200px){
    .footer1 .logo img{
        width: clamp(10px,100%,167px);
    }
    .footer1 ul{
        justify-content: flex-start;
        -webkit-justify-content: flex-start;
    }
}

@media(max-width:768px){
	.footer1 .logo img{
		margin: 0 auto;
	}
    .footer1 ul{
		justify-content: center;
		flex-wrap: wrap;
/*         flex-direction: column;
        -ms-flex-direction: column; */
        align-items: flex-start;
    }
	.footer1 .rss,
	.footer2 .stitle{
		justify-content: center;
	}
	.footer2 .telp,
	.footer2 .mailp,
	.footer2 .local{
		text-align: center;
	}
	.footer2 .map{
		display: block;
		margin: 0 auto;
	}
}