.schedule {
  margin: 0 0 0.6em;
}

.schedule:last-child {
  margin: 0;
}

.schedule .kinds {
  color: #ff0064;
  font-size: 14px;
}

.owners {
  margin: 0;
}

a.map_link {
  display: inline-block;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  vertical-align: middle;
  transform: translateY(-0.1em);
  transition: all 0.3s ease;
}

a.map_link:hover {
  color: #ff0064;
  text-decoration: none;
  vertical-align: middle;
}

@media screen and (min-width: 1px) and (max-width: 743px) {
  .center-box {
    margin: 0 auto 1.5rem;
    text-align: center;
  }
}

@media screen and (min-width: 744px) and (max-width: 1024px) {
  .schedule .kinds {
    font-size: 1.823vw;
  }
}