
/* team_wrap */
/******************************************************************************
 * 10.03 - team_wrap
*****************************************************************************/
#main{
  overflow: hidden;
}
.schedule_wrap{
  max-width: 1160rem;
}
.archive_header{
  margin-bottom: 60rem;
}
.slide_title{
  font-size: 22rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 26rem;
}
.slick-initialized .slick-slide{
  margin: auto 15rem;
}
.search_wrap{
  padding: 60rem 70rem 85rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.search_form{
  width: 785rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.search_selectbox {
  display: inline-flex;
  align-items: center;
  position: relative;
}
.search_selectbox::after {
  position: absolute;
  right: 15rem;
  width: 10rem;
  height: 7rem;
  background-color: #535353;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: '';
  pointer-events: none;
}
.search_selectbox select {
  font-size: 18rem;
  appearance: none;
  height: 40rem;
  padding: .3em calc(.8em + 30rem) .4em .8em;
  border: 1px solid #cccccc;
  border-radius: 8rem;
  background-color: #f7ed00;
  color: #333333;
  cursor: pointer;
}
.search_selectbox:nth-child(1) select{ width: 340rem; }
.search_selectbox:nth-child(2) select{ width: 200rem; }
.search_selectbox:nth-child(3) select{ width: 200rem; }

.now_info_btn{
  font-size: 18rem;
  height: 40rem;
  padding: .3em .8em;
  border: 1px solid #cccccc;
  border-radius: 8rem;
  background-color: #dedede;
  color: #000;
}

.schedule_list_wrap{
  display: flex;
  flex-direction: column;
}
.pkays_wrap{
  display: flex;
  flex-direction: column;
}
.pkays_wrap h3{
  display: flex;
  justify-content: flex-start;
  line-height: 50rem;
  height: 48rem;
  padding-left: 20rem;
}
.pkays_wrap h3 .hoa_title{
  font-size: 20rem;
  font-weight: 900;
  margin-right: 1em;
}
.pkays_wrap h3 .play_title{
  font-size: 18rem;
  font-weight: 900;
  color: #fff;
}
.pkays_wrap h3.home_title{
  background-color: #2c3c8a;
}
.pkays_wrap h3.away_title{
  background-color: #a0a0a0;
}
.pkays_wrap h3.other_home_title, 
.pkays_wrap h3.other_away_title{
  background-color: #000000;
}
.pkays_wrap h3.home_title .hoa_title{
  font-family: 'Montserrat', sans-serif;
  color: #f7ed00;
}
.pkays_wrap h3.away_title .hoa_title{
  color: #2c3c8a;
}
.pkays_wrap h3.other_home_title .hoa_title, 
.pkays_wrap h3.other_away_title .hoa_title, 
.pkays_wrap h3.other_home_title .play_title, 
.pkays_wrap h3.other_away_title .play_title{
  color: #ffffff;
}

.plays_inner{
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 160rem;
  border-bottom: 1px solid #ccc;
  margin-bottom: 50rem;
  padding: 20rem 15rem;
}

.left_wrap{
  width: 415rem;
  display: flex;
  flex-direction: column;
}
.date_wrap{
  color: #000;
  display: flex;
  flex-direction: column;
}
.dates{
  display: flex;
  align-items: center;
}
.date{
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  font-size: 50rem;
  font-weight: 500;
  color: #000;
}
.days_maru{
  font-size: 20rem;
  font-weight: 900;
  color: #fff;
  width: 38rem;
  height: 38rem;
  text-align: center;
  line-height: 38rem;
  border-radius: 20rem;
  display: inline-block;
  margin-left: 10rem;
}
.date_do{ background-color: #0090ff; }
.date_niti{ background-color: #ff0000; }
.date_heijitu{ background-color: #f7ed00;color: #000733;}

.time{
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  font-size: 40rem;
  font-weight: 500;
  color: #000;
  margin-left: 20rem;
}
.prace{
  display: inline-block;
  font-size: 24rem;
  font-weight: 500;
  color: #000;
}

.center_wrap{
  width: 460rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.team_logo_img{
  width: 120rem;
  height: auto;
}
.sucore_div{
  font-family: 'Montserrat', sans-serif;
  font-size: 70rem;
  color: #000;
  font-weight: 500;
  letter-spacing: .2em;
}

.right_wrap{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 162rem;
}
.relust_btn{
  font-size: 18rem;
  display: block;
  width: 162rem;
  height: 37rem;
  line-height: 35rem;
  color: #fff;
  text-align: center;
  font-weight: 500;
}
.relust_btn + .relust_btn{
  margin-top: 5rem;
}
.pink_btn{ background-color: #ff007e; }
.blue_btn{ background-color: #0090ff; }
.black_btn{ background-color: #000733; }


.breadcrumbs{
  margin-top: 220rem;
}

.slide-arrow{
  font-size: 30rem;
  line-height: 60rem;
  text-align: center;
  color: #fff;
  font-weight: 900;
  height: 60rem;
  width: 60rem;
  z-index: 100;
  border-radius: 50rem;
  border: none;
  background-color: #000;
  opacity: .8;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
}
.prev-arrow{ left: 35rem; }
.next-arrow{ right: 35rem; }
.slide-arrow span{
  display: inline-block;
  transform: scale(.5, 1);
}

@media screen and (max-width:768px){
  .schedule_wrap{
    max-width: 100%;
  }
  .slide_title{
    font-size: 28rem;
    margin-bottom: 38rem;
  }
  .archive_header{
    margin-bottom: 80rem;
  }
  .search_wrap{
    padding: 130rem 0 60rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
  }
  .search_form{
    width: 520rem;
    flex-wrap: wrap;
  }
  .search_selectbox select {
    font-size: 26rem;
    height: 70rem;
  }
  .search_selectbox:nth-child(1) select{ width: 520rem; margin-bottom: 15rem; }
  .search_selectbox:nth-child(2) select{ width: 255rem; }
  .search_selectbox:nth-child(3) select{ width: 255rem; }

  .now_info_btn{
    font-size: 26rem;
    height: 70rem;
    padding: .4em calc(.8em + 30rem) .4em .8em;
    margin-top: 40rem;
  }

  .pkays_wrap h3{
    line-height: 70rem;
    height: 70rem;
    border-radius: 16rem 16rem 0 0;
  }
  .pkays_wrap h3 .hoa_title{
    font-size: 30rem;
    margin-right: 42rem;
    font-weight: 800;
  }
  .pkays_wrap h3 .play_title{
    font-size: 24rem;
  }

  .plays_inner{
    height: auto;
    border-bottom: none;
    margin-bottom: 70rem;
    padding: 30rem 26rem;
    background-color: #ececec;
    border-radius: 0 0 16rem 16rem;
    flex-direction: column;
  }

  .left_wrap{
    width: 100%;
    display: flex;
    flex-direction: row;
  }
  .date_wrap{
    color: #000;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .date{
    font-size: 55rem;
    font-weight: 600;
  }
  .days_maru{
    margin-left: 11rem;
    font-size: 22rem;
    color: #fff;
    width: 42rem;
    height: 42rem;
    text-align: center;
    line-height: 38rem;
    border-radius: 22rem;
    display: inline-block;
    margin-left: 11rem;
  }

  .time{
    font-size: 44rem;
    margin-left: 11rem;
    font-weight: 600;
  }
  .prace{
    font-size: 26.4rem;
    margin-left: 22rem;
    font-weight: 800;
  }

  .center_wrap{
    width: 500rem;
    margin-top: 25rem;
  }
  .team_logo_img{
    width: 151.8rem;
  }
  .sucore_div{
    font-size: 88rem;
    font-weight: 600;
    letter-spacing: .1em;
  }

  .right_wrap{
    flex-direction: row;
    margin-top: 30rem;
    width: auto;
    height: auto;
  }
  .relust_btn{
    font-size: 24rem;
    width: 207rem;
    height: 78rem;
    line-height: 77rem;
    border-radius: 20rem;
  }
  .relust_btn + .relust_btn{
    margin-top: 0rem;
    margin-left: 11rem;
  }
  .breadcrumbs{
    margin-top: 132rem;
  }

  .slide-arrow{
    font-size: 48rem;
    line-height: 84rem;
    height: 84rem;
    width: 84rem;
  }
  .slick-initialized .slick-slide{
    margin: auto 75rem;
  }



}
