footer .site-info, footer .storefront-handheld-footer-bar {
  display: none;
}
footer.site-footer {
  background: none;
  padding: 50px 0;
  border-top: 1px solid #000000;
}
footer.site-footer .col-full {
  margin: 0 auto;
  padding: 0;
  width: calc(100% - 60px);
  max-width: 1200px;
  display: grid;
  grid-template-columns: auto 1fr;
}
footer.site-footer .col-full::before, footer.site-footer .col-full::after {
  content: none;
}
footer.site-footer .col-full dl dt {
  font-size: 1.4rem;
  margin-bottom: 1em;
}
footer.site-footer .col-full dl dt img {
  display: block;
  max-width: 200px;
}
footer.site-footer .col-full dl dt span {
  display: block;
  font-weight: 600;
}
footer.site-footer .col-full dl dd {
  font-size: 1.3rem;
  line-height: 1.5;
  margin: 0;
}
footer.site-footer .col-full .footer_right {
  display: grid;
  justify-items: end;
  align-content: space-between;
  grid-gap: 20px;
}
footer.site-footer .col-full .footer_right .menu-fmenu-container ul {
  display: flex;
  font-size: 1.3rem;
  justify-content: flex-end;
  gap: 0.5em 1em;
}
footer.site-footer .col-full .footer_right .menu-fmenu-container ul li a {
  text-decoration: none;
}
footer.site-footer .col-full .footer_right .tel {
  display: grid;
  justify-items: center;
  align-content: center;
  grid-gap: 5px;
}
footer.site-footer .col-full .footer_right .tel a {
  font-size: 2.4rem;
  text-decoration: none;
  font-family: "lato" !important;
  display: grid;
  grid-template-columns: repeat(2, auto);
  align-items: center;
  justify-content: center;
  grid-gap: 0.5em;
  color: #000000;
}
footer.site-footer .col-full .footer_right .tel a::before {
  font-family: "icomoon" !important;
  font-size: 2rem;
}
footer.site-footer .col-full .footer_right .tel span {
  color: #000000;
  font-size: 1.1rem;
}
footer.site-footer .col-full .footer_right .tel span:first-child {
  font-size: 1.3rem;
  font-weight: 600;
}
footer.site-footer .col-full .footer_right .copyright {
  font-size: 1.2rem;
}
@media screen and (max-width: 1200px) {
  footer.site-footer .col-full .footer_right .menu-fmenu-container ul {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1024px) {
  footer.site-footer .col-full {
    grid-template-columns: 1fr;
    grid-gap: 30px;
    justify-items: center;
  }
  footer.site-footer .col-full dl {
    text-align: center;
  }
  footer.site-footer .col-full dl dt img {
    margin: 0 auto;
  }
  footer.site-footer .col-full .footer_right {
    grid-gap: 30px;
    justify-items: center;
  }
  footer.site-footer .col-full .footer_right .menu-fmenu-container ul {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  footer.site-footer {
    padding: 30px 0 90px;
  }
  footer.site-footer .col-full {
    width: calc(100% - 50px);
  }
  footer.site-footer .col-full dl {
    order: 1;
  }
  footer.site-footer .col-full .footer_right {
    display: contents;
  }
  footer.site-footer .col-full .footer_right .menu-fmenu-container {
    display: none;
  }
  footer.site-footer .col-full .footer_right .copyright {
    order: 2;
  }
  .spfootmenu {
    width: 100%;
    position: fixed;
    z-index: 99;
    bottom: 0;
    left: 0;
    background-color: #FFFFFF;
    border-top: 1px solid #000000;
    padding: 10px 15px;
    display: grid;
    grid-template-columns: repeat(5, auto);
    justify-content: space-around;
    align-items: end;
    grid-gap: 15px;
  }
  .spfootmenu > a, .spfootmenu > span {
    display: grid;
    font-size: 1.1rem;
    color: #000000;
    font-weight: 600;
    justify-items: center;
    align-content: end;
    grid-gap: 0.66em;
    position: relative;
    font-family: "lato" !important;
  }
  .spfootmenu > a::before, .spfootmenu > span::before {
    font-family: "icomoon" !important;
    font-size: 2em;
  }
  .spfootmenu > a span, .spfootmenu > span span {
    background-color: var(--color_main);
    color: #FFFFFF;
    border-radius: 50%;
    display: grid;
    align-items: center;
    justify-content: center;
    min-width: 1.5em;
    width: auto;
    line-height: 1;
    padding: 0.1em;
    position: absolute;
    top: -0.75em;
    right: -0.5em;
    aspect-ratio: 1;
  }
}
