@charset "utf-8";



/*****schedule_day******************************/
.schedule_day {}

.schedule_day .img {
    width: 100%;
    max-width: 672px;
    margin: 0 auto;
}

.schedule_day .comment {
    padding: 1rem 0;
}

.schedule_day .comment p {}

/*600px以上*/
@media (min-width: 600px) {}

/*900px以上*/
@media (min-width: 900px) {
    .schedule_day .comment {

        text-align: center;
    }
}

/***********************************/
.schedule_year_list {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
}

.schedule_year_list li {
    background-color: #fff;
    padding: 1rem;
    border-radius: 1rem;
    width: 100%;
    max-width: 280px;
}

.schedule_year_list dl {}

.schedule_year_list dt {
    border-radius: 5px;
    background-color: #f7a9da;
    padding: 5px 0;
    color: #fff;
    text-align: center;
}

.schedule_year_list li:nth-child(n+4):nth-child(-n+6) dt {
    background-color: #8688da;
}

.schedule_year_list li:nth-child(n+7):nth-child(-n+9) dt {
    background-color: #daa386;
}

.schedule_year_list li:nth-child(n+10):nth-child(-n+12) dt {
    background-color: #86c1da;
}

.schedule_year_list dd {
    padding: 10px 5px;
    text-align: center;
}

/*600px以上*/
@media (min-width: 600px) {}

/*900px以上*/
@media (min-width: 900px) {}

/***********************************/
/*600px以上*/
@media (min-width: 600px) {}

/*900px以上*/
@media (min-width: 900px) {}