@charset "utf-8";
.game-date{
  font-size: 2rem;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 8px;
}
.game-sportshall{
  text-align: center;
  font-size: 14px;
}
.game-bg{
  margin-top: 1.5rem;
  background-color: #edf9ff;
}
.game-bg-inner{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.team-info{
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: 45%;
}
.team-name{
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.game-set, .team-score-hihun{
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #006ab8;
}
.team-score{
  font-size: 1rem;
  letter-spacing: 0.05em;
}
.paging-simple{
  margin-top: 40px;
  padding-top: 40px;
}
.team-info-img img{
  width: 80px;
}
.team-score-sp{
  font-size: 16px;
}
.team-info-inner{
  max-width: 210px;
  margin-left: auto;
  margin-right: auto;
}
@media all and (min-width: 576px) {
  .team-info{
    gap: 1rem;
    width: auto;
  }
  .game-bg-inner{
    gap: 2rem;
  }
  .team-info-img img{
    width: 100px;
  }
}
@media all and (min-width: 768px) {
  .game-date{
    font-size: 2.5rem;
  }
  .game-bg-inner{
    gap: 3rem;
  }
  .team-info{
    gap: 1.5rem;
  }
  .team-score{
    font-size: 1.375rem;
  }
  .game-set{
    font-size: 3.75rem;
  }
  .team-name{
    font-size: 1.375rem;
  }
  .team-info-img img{
    width: 130px;
  }

  
}
@media all and (min-width: 992px) {
}
@media all and (min-width: 1200px) {
  .game-bg-inner{
    gap: 5rem;
  }
  .team-info{
    gap: 1.875rem;
  }
}
@media all and (min-width: 1400px) {
}
/*デスクトップ*/
@media all and (min-width: 992px) and (max-width: 1199px) {
}
/*中デバイス*/
@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) {

}