.schdule-read{
  margin-top:150px;
}
.schdule-title h1{
  margin-top: 60px;
  font-size: 36px;
  letter-spacing: 2px;
  text-align: center;
  color: #775039;
}

.schedule-table{
  margin-top:50px;
  font-family:"Yu Gothic UI";
}
  .schedule-table td{
    border-bottom: 2px dashed #775039;
  }
  .schedule-table .label{
    background-color: #F2EFDD;
    padding-top:1rem;
    padding-bottom: 1rem;
    font-weight: 500;
  }
  .schedule-table .label-sunday{
    background-color: #FFBDB8;
  }
  .schedule-table .label-satday{
    background-color: #AFEBF2;
  }