.link-button {
  display: inline-block;
  padding: 12px 24px;
  margin-top: 10px; !important
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  margin-right: 10px;
  border-radius: 8px;
  transition: background 0.3s ease, transform 0.2s ease;
  box-shadow: 1px 4px 6px rgba(0, 0, 0, 0.5);
  justify-content: center;
  text-align: center;
}
#minamidaitou {
  background: linear-gradient(to bottom, #c80c99, #cf9fa5);
  color: white;
}

#minamidaitou:hover {
  background: linear-gradient(to bottom, #f70375, #5e134e);
  transform: translateY(-2px);
  color: white;
}

#minamidaitou:active {
  background: linear-gradient(to bottom, #5e1748, #841459);
  transform: translateY(0);
}
#kitadaitou {
  background: linear-gradient(to bottom, #37c118, #9cc9ae);
  color: white; !important
}

#kitadaitou:hover {
  background: linear-gradient(to bottom, #05e605, #272e28);
  transform: translateY(-2px);
  color: white;
}

#kitadaitou:active {
  background: linear-gradient(to bottom, #043902, #043902);
  transform: translateY(0);
}
#harou {
  background: linear-gradient(to bottom, #0078D7, #bdc8cf);
  color: white;
}

#harou:hover {
  background: linear-gradient(to bottom, #41a0ed, #343e48);
  transform: translateY(-2px);
}

#harou:active {
  background: linear-gradient(to bottom, #004b85, #003366);
  transform: translateY(0);
}
.link-list {
  list-style: none;
  padding: 0px 0px;
  margin: 10px 10px;
  max-width: 70%;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: left;
  align-items: center;
}
.shien_description{
  margin-left: 20px; !important
  margin-top: 10px; !important
}
.kishoushien_description{
  color: green;
}
.haroushien_description{
  color: blue;
}
