.footer-contents{
display:flex;
padding:0;
margin:0;
}
.sightseeing{
height:90px;
margin:5px;
box-sizing:border-box;
}
.facebook{
height:90px;
margin:5px;
box-sizing:border-box;
}
.stamp{
height:90px;
margin:5px;
box-sizing:border-box;
}
.town{
height:90px;
margin:5px;
box-sizing:border-box;
}
.road{
height:90px;
margin:5px;
box-sizing:border-box;
}
.sightseeing-img{
border:1px solid #ffffff;
box-sizing:border-box;
}
.facebook-img{border:1px solid #ffffff;
box-sizing:border-box;}
.stamp-img{
border:1px solid #ffffff;
box-sizing:border-box;
}
.town-img{
border:1px solid #ffffff;
box-sizing:border-box;
}
.road-img{
border:1px solid #ffffff;
box-sizing:border-box;
}
@media ( max-width:1024px ){
.footer-contents{
display-direction:column;
}}
