#subpage .pageLink {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
#subpage .pageLink a {
  display: block;
  line-height: 1;
  padding: 20px;
  width: 33.33%;
  border: 1px solid #ac9d77;
  color: #ac9d77;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  box-sizing: border-box;
}
#subpage .pageLink a:hover {
  background: #ac9d77;
  color: #fff;
}
#subpage .pageLink a + a {
  border-left: 0;
}
#subpage .pageLink a:nth-child(4) {
  width: 50%;
  border-top: 0;
  border-left: 1px solid #ac9d77;
}
#subpage .pageLink a:nth-child(5) {
  width: 50%;
  border-top: 0;
}
@media screen and (max-width: 768px) {
  #subpage .pageLink {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  #subpage .pageLink a {
    display: block;
    line-height: 1;
    padding: 15px;
    width: 100% !important;
    border: 1px solid #ac9d77;
    color: #ac9d77;
    font-family: "Noto Serif JP", serif;
    text-align: center;
    box-sizing: border-box;
  }
  #subpage .pageLink a:hover {
    background: #ac9d77;
    color: #fff;
  }
  #subpage .pageLink a + a {
    border-left: 1px solid #ac9d77;
    border-top: 0;
  }
}

/*# sourceMappingURL=style.css.map */
