@charset "utf-8";

.schedule-item{
  background-color: #fff;
  padding: 30px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  position: relative;
  flex-direction: column;
  gap: 15px;
}

.schedule-team-wrap{
  display: flex;
  align-items: center;
  padding: 0 10px;
  flex: 1;
  position: relative;
}
.schedule-date-wrap{
  text-align: center;
}
.schedule-date{
  font-size: 1.5em;
}
.schedule-tournament_name{
  font-size: 14px;
}
.schedule-set-wrap{
  display: flex;
  align-items: center;
  justify-content: center;
  color: #006ab8;
  padding: 0 10px;
}
.schedule-set{
  font-size: 2.875rem;
}
.schedule-set-haihun{
  font-size: 2.625rem;
  padding: 0 10px;
}
.schedule-team{
  text-align: center;
  flex: 1;
}
.team-name{
  font-size: 12px;
  margin-top: 4px;
}
.schedule-venue{
  font-size: 14px;
}
.home-label{
  position: absolute;
  top: 0;
  left: 27px;
}
.sp-home-label.left-0{
  left: 0;
}
.game-schedule{
  background-color: #006ab8;
  color: #fff;
  writing-mode: vertical-rl;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
  font-weight: 700;
  height: 100%;
  text-align: center;
  padding: 4.5px;
  letter-spacing: 0.1em;
}
.schedule-wrap{
  margin-bottom: 40px;
}
.home-label{
  width: 80px;
}
.schedule-item2{
  padding: 30px 15px 30px 42px;
}
.schedule-wrap .ttl-pattern_2{
  padding-top: 4rem;
}
@media all and (min-width: 576px) {
  .game-schedule{
    font-size: 14px;
  }
  .schedule-item2{
    padding: 30px;
  }
  .home-label{
    left: 30px;
  }
}
@media all and (min-width: 768px) {
}
@media all and (min-width: 992px) {
  .schedule-item{
    flex-direction: row;
    gap: 0;
    padding: 10px 0;
  }
  .schedule-team-wrap{
    border-left: 1px solid #e7e7e7;
    padding: 0 2rem;
  }
  .schedule-date-wrap {
    width: 240px;
}
.schedule-venue{
  padding-right: 15px;
  width: 200px;
}
.schedule-set-wrap{
  padding: 0 15px;
}
.schedule-date-wrap{
  padding: 0 30px;
}
.home-label{
  top: -10px;
  left: 0;
}
}
@media all and (min-width: 1200px) {
  .schedule-date-wrap{
    width: 265px;
  }
  .schedule-venue{
    width: 300px;
  }
  .schedule-team-wrap{
    padding: 0 4.25rem;
  }
}
@media all and (min-width: 1400px) {
  .container{
    max-width: 1124px;
  }
}
/*デスクトップ*/
@media all and (min-width: 992px) and (max-width: 1199px) {
  .home-label{
    width: 60px;
  }
}
/*中デバイス*/
@media all and (min-width: 768px) and (max-width: 991px) {
  
}
/*小デバイス*/
@media all and (min-width: 576px) and (max-width: 767px) {

}

@media all and (max-width: 400px) {
 
}

/*iPhone5:SE*/
@media all and (max-width: 320px) {

}