#scheduleImage img {
  width: 100%;
  margin-bottom: 60px;
}

/* h1 {
      margin: 40px 0 60px 0;
} */

#scheduleImage h2 {
  margin-bottom: 60px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: normal;
}

.carousel-item table {
  margin: 0 auto;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    height: 40px;
    width: 40px;
    outline: black;
    background-color: rgba(0, 0, 0, 0.3);
    background-size: 100%, 100%;
    border-radius: 50%;
    border: none;
}
.carousel-item {
  width: 100%;
  margin-bottom: 60px;
  padding: 8px;
}

.table {
  background-color: #333;
}



th, td {
  height: 100px;
  font-size: 0.875rem;
}

th {
  text-align: center;
}

.sat {
  color: #2e2ecf;
}

.sun {
  color: #d53034;
}

td span {
  margin-left: 2rem;
}

section {
  width: 80%;
  margin: 0 auto 60px;
  padding: 20px 20px;
  border-radius: 10px;
  background-color: rgba(222, 222, 220, 0.6);
  box-shadow: 0 4px 12px rgba(0,0,0,.2);
}

section dl {
  width: 100%;
  margin: 0 auto;
}

dt, dd {
  font-size: 0.875rem;
}

dt {
  margin-bottom: 10px;
}

dd {
  margin-bottom: 20px;
}

iframe {
  width: 100%;
}

/* スマホ */

@media (max-width: 767px) {
  #scheduleImage h2 {
    font-size: 1.25rem;
  }

  section {
    width: 100%;
    margin: 0 auto 60px;
    padding: 20px 20px;
    border-radius: 10px;
    background-color: rgba(222, 222, 220, 0.6);
    box-shadow: 0 4px 12px rgba(0,0,0,.2);
  }
}
