.line__mini {
  display: none;
}
footer {
  margin-top: 10px;
  background: #e4e2e5;
  box-shadow: 0 -10px 10px 5px rgb(238, 197, 158);
}
.footer__contact, .footer__logo, .footer__time {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-bottom: 15px;
}
.footer__logo__title, .footer__time__title, .footer__contact__title {
  font-size: 20px;
  letter-spacing: 5px;
  font-weight: bold;
  font-style: italic;
  text-decoration: underline;
  margin-bottom: 5px;
}
.footer__contact__social {
  display: flex;
  justify-content:center;
}
.fcs {
  width: 30px;
  height: auto;
}
.footer__contact__social a {
margin-right: 15px;
cursor: pointer;
}
.footer__contact__social a:last-child {
  margin-right: 0;
}
p {
  margin: 0;
}
.footer__time__make {
  font-size: 20px;
  color: crimson;
  font-weight: bold;
}



@media (max-width: 767px) {
  .line__mini {
    display: block;
  }
}
.footer__tel__tel a {
  font-weight: bold;
  color: #5c2b2b;
  text-decoration: none;
  text-shadow: 0 -1px 1px #fefefe;
}
