.top-menu {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 120px 15px;
}

.top-menu__lists {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 22px 30px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .top-menu__lists {
    grid-template-columns: repeat(2, 1fr);
  }
}

.top-menu__list {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: #ebdfcb;
  display: grid;
  place-content: center;
}
@media (max-width: 767px) {
  .top-menu__list {
    width: 150px;
    height: 150px;
  }
}

.top-menu__link {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.top-menu__link-en {
  display: inline-block;
  font-size: 21px;
  font-weight: bold;
  color: #592800;
}

.top-menu__link-ja {
  display: inline-block;
  color: #592800;
}/*# sourceMappingURL=style.css.map */