/* =======================================
 footer
======================================= */
#footer {
  background-color: #f8e1e1;
  border-bottom: 1.5px dashed #333;
  color:#333;
  font-size: 1.25em;
  line-height: 180%;
  margin: 5em auto 0;
  max-width: 1180px;
  padding: 10em 2em 3em;
  position: relative;
  width: 100%;
}

#footer::before {
  border-bottom: 118px solid transparent;
  border-left: 1180px solid #ffffff;
  content: '';
  display: block;
  height: 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 0;
  z-index: 1;
}

#footer::after {
  border-bottom: 7em solid transparent;
  border-left: 1180px solid #f7c4c9;
  border-top: 1.5em solid #f7c4c9;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  width: 0;
  z-index: 0;
}

#footer h1 {
  margin: 30px auto;
  text-align: center;
}

#footer #footer-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 1em auto 0;
  max-width: 1180px;
  padding: 0;
}

#footer #footer-inner > div {
  margin: 0 1em;
  text-align: left;
  width: 29%;
}

#footer #footer-inner > div h2 {
  display: inline-block;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.8em;
  font-weight: 800;
	line-height: 1.1em;
	margin: 0.9em 0;
  position: relative;
}

#footer #footer-inner > div h2::after {
  border-bottom: 0.175em solid transparent;
  border-left: 2.75em solid #f7c4c9;
  bottom: -0.4em;
  content: '';
  display: block;
  left: -0.6em;
  position: absolute;
  width: 0;
  z-index: 0;
}

#footer #footer-inner > div p {
	line-height: 2.5em;
  margin: 0.1em 0;
}

#footer #footer-inner > div ul {
  padding: 0 0 0 1em;
}

#footer #footer-inner > div li {
  text-indent: -1em;
}

#footer #footer-inner > div li a {
  color: #ee7a87;
	line-height: 2.5em;
  margin: 0.1em 0;
  text-decoration: none;
}

#footer #footer-inner > div li a:hover {
  text-decoration: underline;
}

/* =======================================
 footer-credit
======================================= */
#footer-credit {
  background: #333;
  color: #f8e1e1;
  font-size: 1.25em;
  line-height: 1.8em;
  margin: 0 auto;
  padding: 1em 0;
  width: 100%;
}

#footer-credit #footer-credit-inner {
  align-items: center;
  display: flex;
  margin: 0 auto;
  max-width: 1180px;
  overflow: hidden;
  padding: 0;
  zoom: 1;
}

#footer-credit #footer-credit-inner div {
  font-size: 1em;
  padding: 1em;
  width: 100%;
}

#footer-credit #footer-credit-inner div p:first-child {
  font-family: 'Noto Serif JP', serif;
  font-style: italic;
}

#footer-credit #footer-credit-inner div p:last-child {
  font-size: 0.9em;
}

/*# sourceMappingURL=footer.css.map */