@charset "UTF-8";

footer{
margin: 0 0 0 auto;
position: fixed;
bottom: 0;
left: 0;
width: 100%;
height: 50px;
padding: 0px;
background-color: #ffffff;
color: #000;
display: flex;
z-index: 1000;
}

footer div{
display:flex;
text-align:center;
}

.button{
width: 100%;
display: block;
}

.tel{
width: calc(100% / 3);
display: block;
background: #77B3D9;
}

div.tel img{
width: auto;
height: 50px;
}

.inquiry{
width: calc(100% / 3);
display: block;
background: #b0c9d9;
}

div.inquiry img{
width: auto;
height: 50px;
}

.map{
width: calc(100% / 3);
display: block;
background: #77B3D9;
}

div.map img{
width: auto;
height: 50px;
}
