.button {
  padding-bottom: 1.6rem;
  width: 100%;
  border-bottom: 0.1rem solid #AEA297;
  color: #333;
  font-size: 1.3rem;
  line-height: 1;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.button .ja {
  letter-spacing: 0.12em;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 0 1.5rem;
}
.button::after {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background: url("../../../img/wedding/sitemap/icon_arrow.png") no-repeat center;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  .button .ja {
    font-size: 1.2rem;
    gap: 0 1rem;
    line-height: 1.4;
  }
}

.sitemap {
  margin: 0 auto 14rem;
  max-width: 116rem;
  display: flex;
  flex-flow: row wrap;
  gap: 0 3rem;
}
.sitemap_link {
  width: calc(25% - 2.25rem);
  display: flex;
  flex-flow: column;
  gap: 3rem 0;
}
@media only screen and (max-width: 768px) {
  .sitemap {
    margin-bottom: 10rem;
    padding: 0 3rem;
    flex-flow: column;
    gap: 3rem 0;
  }
  .sitemap_link {
    flex-flow: row wrap;
    gap: 3rem 2.2rem;
    width: 100%;
  }
  .sitemap_link li {
    width: 100%;
  }
  .sitemap_link.sp li {
    display: flex;
    flex-flow: row wrap;
    gap: 0 2.2rem;
    width: calc(50% - 1.1rem);
  }
}

/*# sourceMappingURL=styles.css.map */
