/****************************************

  Footer Layout

*****************************************/
.ly_footer {
  padding-top: 32px;
  padding-bottom: 32px;
  padding-left: 6%;
  padding-right: 6%;
  background-color: #101010;
}
@media screen and (min-width: 768px) {
  .ly_footer {
    padding-top: 64px;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.ly_footer_inner {
  margin-bottom: 32px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1024px) {
  .ly_footer_inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1200px;
  }
}
.ly_footer_box {
  margin-bottom: 32px;
}
@media screen and (min-width: 1024px) {
  .ly_footer_box {
    margin-bottom: 0;
    width: 50%;
  }
}
.ly_footer_nav {
  width: 50%;
  margin-bottom: 32px;
}
.ly_footer_nav_wrapper {
  display: flex;
  flex-wrap: wrap;
}
.ly_footer_icons {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 32px;
}
@media screen and (min-width: 1024px) {
  .ly_footer_icons {
    margin-bottom: 0;
    margin-left: 50%;
  }
}

/****************************************

  Footer Block

*****************************************/
.bl_footer_logo {
  display: block;
  width: 120px;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1024px) {
  .bl_footer_logo {
    margin-left: 0;
  }
}
.bl_footer_address {
  margin-bottom: 24px;
  font-size: 1.2rem;
  color: #fffffe;
}
.bl_footer_tel {
  font-size: 3rem;
  font-weight: 700;
  color: #fffffe;
}
.bl_footer_listttl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #fffffe;
}
.bl_footer_listttl:after {
  content: "";
  width: 20px;
  height: 1px;
  margin-left: 16px;
  background-color: #fffffe;
}
.bl_footer_menulist_link {
  font-size: 1.2rem;
  color: #fffffe;
}
.bl_footer_icon {
  width: 40px;
}
.bl_footer_icon:not(:first-child) {
  margin-left: 16px;
}
.bl_footer_copyright {
  font-size: 1rem;
  text-align: center;
  color: #fffffe;
}
/*# sourceMappingURL=footer.css.map */