/*
** #pagetop
*/

#pagetop {
  bottom: 1.5rem;
  right: 1.5rem;
}


/*
** .footer
*/

.footer {
  background-color: #E1E1E1;
  margin-top: 12rem;
}

.footer__inner {
  grid-template-columns: max-content auto;
  grid-auto-rows: max-content;
  grid-column-gap: 1rem;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: unset;
  padding: 2.5rem;
}

.footer__site-info-title {
  width: 36rem;
  max-width: unset;
  margin-bottom: 1rem;
  margin-left: 0;
}

.footer__site-info-name {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

.footer__site-info-address,
.footer__site-info-tel {
  font-size: 1.3rem;
  text-align: left;
}

.footer__sns-list {
  justify-content: left;
}

.footer__menu {
  text-align: right;
}

.footer__menu .menu-item {
  font-size: 1.5rem;
  margin-top: 0.75em;
  margin-bottom: 0;
}

.footer__menu .menu-item a {
  padding-left: 1.75em;
  padding-right: 1.75em;
}