@charset "UTF-8";
/* CSS Document */



/*----schedule----*/


#schedule{
  background:#e50113 url("../../img/bg_grad.png") repeat-x left top;
  text-align: center;
  color: #fff;
  min-width: 1000px;
}

#schedule .bg{
  background:url("../img/schedule_bg_txt.png") no-repeat center top;
  background-size: 1000px auto;
}

#schedule_2020{
  padding: 45px 0 80px;
}

#schedule_2021{
  background: #f49f0b;
  padding: 45px 0 80px;
}

#schedule h3{
  height: 34px;
  text-align: center;
  margin: 0 0 5px;
}

#schedule h3 img{
  height: 34px;
}

#schedule .txt_annotation{
  text-align: right;
  font-size: 14px;
  padding: 5px 0 10px;
  line-height: 1.8;
}

#schedule #schedule_2021 .txt_annotation{
  padding-top: 30px;
}

#schedule .txt_annotation img{
 vertical-align: middle;
 padding: 0 5px;
 width: auto;
 height: 22px;
}

.schedule_list{
  border-top: 1px solid #fff;
  width: 1000px;
  box-sizing: border-box;
  padding: 0 0 0 5px;
}

.schedule_list > li{
  border-bottom: 1px solid #fff;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0 10px;
}

.schedule_list .date{
  width: 135px;
  font-size: 23px;
  line-height: 1.7;
  font-weight: bold;
}

.schedule_list .date span{
  font-size: 16px;
}

.schedule_list .schedule_day{
  width: 860px;
}

.schedule_list .schedule_day > li{
  box-sizing: border-box;
  width: 860px;
  padding: 0 0 0 50px;
  margin-bottom: 10px;
}

.schedule_list .schedule_day li.schedule_featured{
  background: url("../img/schedule_title_s_featured.png") no-repeat left center;
  background-size: 50px auto;
}

.schedule_list .schedule_day li.schedule_featured ul{
  display: flex;
  flex-wrap: wrap;
}

.schedule_list .schedule_day li.schedule_featured ul li{
  width: 400px;
  height: 46px;
  padding: 10px 10px 0 0;
}

.schedule_list .schedule_day li.schedule_featured ul li:nth-child(even){
  padding: 10px 0 0;
}

.schedule_list .schedule_day li.schedule_featured ul li:first-child{
  padding: 0 10px 0 0;
}

.schedule_list .schedule_day li.schedule_featured ul li:nth-child(2){
  padding: 0;
}

.schedule_list .schedule_day li.schedule_featured ul li img{
  width: 100%;
}

.schedule_list .schedule_day li.schedule_open{
  background: #fff url("../img/schedule_title_s_open.png") no-repeat left center;
  background-size: 50px auto;
  padding: 2px 0 2px 50px;
  text-align: center;
}

 #schedule_2021 .schedule_list .schedule_day li.schedule_open{
  background: #fff url("../img/schedule_title_s_open.png") no-repeat left center;
  background-size: 50px auto;
}


.schedule_list .schedule_day li.schedule_open img{
  display: inline-block;
  height: 40px;
}




@media screen and ( max-width:767px) {

/*----schedule----*/

#schedule{
  background:#e50113 url("../../img/bg_grad.png") repeat-x left top;
  min-width: 100%;
  padding: 0;
}

#schedule .bg{
  background:url("../img/schedule_bg_txt.png") no-repeat center top;
  background-size: 500px auto;
}


#schedule_2020{
  padding: 0 0 18%;
}

#schedule_2021{
  padding: 10% 0 18%;
}

#schedule h3{
  height: 28px;
}

#schedule h3 img{
  height: 28px;
}

#schedule .txt_annotation{
  font-size: 12px;
}

#schedule #schedule_2021 .txt_annotation{
  padding-top: 5%;
}

#schedule .txt_annotation img{
 height: 18px;
}

.schedule_list{
  width: 100%;
  padding: 0;
}

.schedule_list > li{
  border-bottom: 1px solid #fff;
  padding: 6px 0 10px;
}

.schedule_list .date{
  width: 100%;
  font-size: 20px;
  text-align: center;
  padding: 0 0 5px 20px;
}

.schedule_list .date span{
  font-size: 14px;
}

.schedule_list .schedule_day{
  width: 100%;
}

.schedule_list .schedule_day > li{
  width: 100%;
  padding: 0 0 0 35px;
  margin-bottom: 5px;
}

.schedule_list .schedule_day li.schedule_featured{
  background: url("../img/schedule_title_s_featured.png") no-repeat left center;
  background-size: 35px auto;
}

.schedule_list .schedule_day li.schedule_featured ul li{
  width: 100%;
  height: auto;
  padding: 5px 0 0 0;
}

.schedule_list .schedule_day li.schedule_featured ul li:nth-child(even){
  padding: 5px 0 0;
}

.schedule_list .schedule_day li.schedule_featured ul li:first-child{
  padding: 0;
}

.schedule_list .schedule_day li.schedule_open{
  background: #fff url("../img/schedule_title_s_open.png") no-repeat left center;
  background-size: 35px auto;
  padding: 4px 4px 4px 39px;
  text-align: center;
}

 #schedule_2021 .schedule_list .schedule_day li.schedule_open{
  background: #fff url("../img/schedule_title_s_open.png") no-repeat left center;
  background-size: 35px auto;
}



.schedule_list .schedule_day li.schedule_open img{
  height: auto;
  display: block;
  margin: 0 auto;
}

.open_4{
  width: 100%;
}

.open_3{
  width: 75%;
}

.open_2{
  width: 50%;
}

}



/*-----------
footer
-----------*/
#footer {
  background-color: #f49f0b;
}
