/**
FOOTER
**/
#footer .footer {
  border-top: 1px solid var(--color_main);
}
#footer .footer .footer_inner {
  width: calc(100% - 80px);
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 0;
  display: grid;
  justify-content: center;
}
#footer .footer .footer_inner dl {
  font-size: 1.5rem;
}
#footer .footer .footer_inner dl dt {
  display: grid;
  font-size: 1.8rem;
  font-weight: 600;
  grid-row-gap: 0.5em;
  margin-bottom: 1em;
}
#footer .footer .footer_inner dl dt img {
  width: 160px;
}
#footer .footer .footer_inner dl dd {
  line-height: 1.6;
}
#footer .footer .footer_inner .menu-gmenu-container .menu {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  display: flex;
  flex-wrap: wrap;
  column-gap: 1.5em;
  row-gap: 0.75em;
}
#footer .footer .footer_inner .menu-gmenu-container .menu li a {
  font-family: goldenbook, serif;
}
#footer .footer .copyright {
  font-size: 1.3rem;
  text-align: center;
  letter-spacing: 0.05em;
  font-family: goldenbook, serif;
}
@media (hover: hover) {
  /**
	FOOTER
	**/
  #footer .footer .footer_inner .menu-gmenu-container li a:hover {
    color: var(--color_main);
    opacity: 1;
  }
}
@media screen and (max-width: 1024px) {
  #footer .footer .footer_inner {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 900px) {
  /**
	FOOTER
	**/
  #footer .footer .footer_inner dl {
    font-size: 1.4rem;
  }
  #footer .footer .footer_inner dl dt {
    font-size: 1.6rem;
  }
  #footer .footer .footer_inner .menu-gmenu-container .menu {
    font-size: 1.4rem;
    column-gap: 1em;
  }
}
@media screen and (max-width: 768px) {
  /**
	FOOTER
	**/
  #footer .footer .footer_inner {
    width: calc(100% - 40px);
    padding: 30px 0;
  }
  #footer .footer .footer_inner dl {
    order: 1;
    text-align: center;
    font-size: min(3.8vw, 1.4rem);
  }
  #footer .footer .footer_inner dl dt {
    font-size: min(4.3vw, 1.6rem);
  }
  #footer .footer .footer_inner .menu-gmenu-container {
    width: 100%;
  }
  #footer .footer .footer_inner .menu-gmenu-container .menu {
    justify-content: center;
    font-size: min(3.4vw, 1.3rem);
  }
  #footer .footer .copyright {
    font-size: 1.2rem;
  }
}
