@charset "UTF-8";
#main {
  background:rgb(206 154 2 / 30%);
}
.schwrap, .t_iconwrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.t_icon {
  width:50%;
}
.t_icon img {
  width:100%;
}
.castlist {
  float:none;
}
.date-choice ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;

}
.date-choice ul li {
  width: 33%;
  font-size: 1em;
  text-align: center;
  height: 40px;
  line-height: 40px;
  border: solid 1px #dadada;
  margin: 5px 2.5px;
}
.date-choice ul li a {
  display: block;
  /*padding: 15px 0;
  border: solid 1px #dadada;
  margin: 5px 2.5px;*/
}
.date-choice ul li a:link {
  color:#eee;
}
.date-choice ul li a:visited {
  color:#eee;
}
.schlink {
  background-color: #ff88bb;
  color: #fff;
}
.date-choice ul li a:hover{
	text-decoration:none;
  opacity:0.6;
}
@media screen and (max-width: 770px) {
  #schedule {
    width:100%;
  }
  .date-choice ul {
    display: -webkit-flex;
    display: flex;
  }
  .date-choice ul li {
    width: 33%;
    padding: 5px 0;
    font-size: 0.8rem;
    text-align: center;
    height:auto;
    line-height: normal;
  }
  .date-choice ul li:nth-of-type(7) {
    display:none;
  }
}
@media screen and (max-width: 640px) {
  #main {
    overflow: hidden;
    margin-bottom:2em;
  }
}
