
/* team_wrap */
/******************************************************************************
 * 10.03 - team_wrap
*****************************************************************************/
#main{
  overflow: hidden;
}
.ticket_wrap{
  max-width: 1160rem;
  margin-top: 84rem;
}
.archive_header{
  margin-bottom: 60rem;
}
.slide_title{
  font-size: 22rem;
  font-weight: 900;
  margin-bottom: 26rem;
  text-align: center;
}
.slick-initialized .slick-slide{
  margin: auto 15rem;
}

.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: 50rem;
  padding-left: 20rem;
}
.pkays_wrap h3 .hoa_title{
  font-size: 20rem;
  font-weight: 900;
  margin-right: 3em;
}
.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.home_title .hoa_title{
  font-family: 'Montserrat', sans-serif;
  color: #f7ed00;
}
.pkays_wrap h3.away_title .hoa_title{
  font-family: 'Montserrat', sans-serif;
  color: #2c3c8a;
}

.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: 400rem;
  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: 54rem;
  font-weight: 500;
  color: #000;
}
.days_maru{
  font-size: 20rem;
  font-weight: 900;
  color: #fff;
  width: 41rem;
  height: 41rem;
  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; }

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

.center_wrap{
  width: 310rem;
  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: 38rem;
  color: #000;
  width: 2em;
  text-align: center;
  font-weight: 500;
}

.right_wrap{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  min-width: 340rem;
}
.relust_btn{
  font-size: 18rem;
  display: block;
  width: 162rem;
  height: 80rem;
  line-height: 80rem;
  color: #fff;
  text-align: center;
  font-weight: 600;
  border-radius: 15rem;
}
.relust_btn + .relust_btn{
  margin-left: 5rem;
}
.pink_btn{ background-color: #ff007e; }
.blue_btn{ background-color: #0090ff; }
/* .black_btn{ background-color: #000733; } */


.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);
}


.btn_div{
  text-align: center;
  margin: 84rem auto 135rem;
}

.note_wrap{
  border: 2px solid #ff0000;
  padding: 34rem 59rem 55rem;
  margin-bottom: 140rem;
  text-align: center;
}
.note_wrap h3{
  font-size: 22px;
  color: #ff0000;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20rem;
}
.note_wrap p{
  font-size: 16px;
  line-height: 2em;
  margin-bottom: 20rem;
}
.note_link{
  color: #000;
  font-size: 22px;
  font-weight: 700;
  margin-top: 14rem;
}


.maps_warap{
  margin-bottom: 140rem;
}
.maps_warap h3{
  font-size: 22rem;
  font-weight: bold;
  margin-bottom: 35rem;
  text-align: center;
}
.maps_btns{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60rem;
}
.maps_btn{
  font-size: 16rem;
  width: 217rem;
  height: 70rem;
  line-height: 70rem;
  border-radius: 10rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background-color: #2c3c8a;
  cursor: pointer;
  transition: all .5s;
}
.maps_btn:hover{
  background-color: #fffc00;
  color: #000733;
}

.map_view img{
  display: none;
}
.map_view img:nth-child(1){
  display: block;
}

.schedule_table_warap{
  margin-bottom: 180rem;
}
.buy_step_wrap h3,
.schedule_table_warap h3{
  font-size: 22rem;
  font-weight: bold;
  margin-bottom: 40rem;
  text-align: center;
}


.school_table{
  width: 100%;
}
.school_table th{
  font-size: 18rem;
  font-weight: bold;
  line-height: 50rem;
  color: #fff;
  background-color: #2c3c8a;
  text-align: center;
}
.school_table th:nth-child(1){ width: 112rem; }
.school_table th:nth-child(2){ width: 114rem; }
.school_table th:nth-child(3){ width: 215rem; }
.school_table th:nth-child(4){ width: 105rem; }

.school_table th + th,
.school_table td + td{
  border-left: 1px solid #fff;
}
.school_table tr + tr{
  border-top: 1px solid #fff;
}
.school_table td{
  font-size: 16rem;
  line-height: 1.6em;
  color: #000;
  background-color: #eaf444;
  text-align: center;
  padding: 10rem 0;
}
.school_table tr:nth-child(2n) td{
  background-color: #f6fab3;
}
.table_memo{
  font-size: 16rem;
  margin: 1em 0;
}
.school_table caption{
  font-size: 24rem;
  color: #2c3c8a;
  margin-bottom: 20rem;
  font-weight: 800;
}
.table_note{
  font-size: 16rem;
  font-weight: bold;
  text-align: center;
  margin-top: 2em;
}



.buy_step_inner_wrap{
  padding: 50rem 70rem;
  position: relative;
}
.buy_step_inner_wrap::after{
  content: '';
  display: block;
  background-color: #2c3c8a;
  height: 100%;
  width: 100vw;
  position: absolute;
  top: 0;
  left: calc( (50vw - 50%) * -1 );
  z-index: -1;
}
.step_image_wap{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 40rem;
  margin-bottom: 50rem;
}
.buy_step_inner_wrap p{
  font-size: 16px;
  line-height: 2em;
  color: #fff;
}


.breadcrumbs{
  margin-top: 120rem;
}


@media screen and (max-width:768px){
  .schedule_wrap{
    max-width: 100%;
  }
  .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: 450rem;
    margin-top: 20rem;
  }
  .team_logo_img{
    width: 170rem;
  }
  .sucore_div{
    font-size: 49.5rem;
    font-weight: 600;
  }

  .right_wrap{
    flex-direction: row;
    margin-top: 30rem;
    justify-content: center;
  }
  .relust_btn{
    font-size: 26.4rem;
    width: 275rem;
    height: 77rem;
    line-height: 75rem;
    border-radius: 18rem;
  }
  .relust_btn + .relust_btn{
    margin-left: 11rem;
  }





  .btn_div{
    margin: 126rem auto 145rem;
  }
  .note_wrap{
    padding: 48rem 36rem 40rem;
  }
  .note_wrap h3{
    font-size: 26rem;
    margin-bottom: 40rem;
  }
  .note_wrap p{
    font-size: 22rem;
  }


  .maps_warap{
    margin-bottom: 130rem;
  }
  .maps_warap h3{
    font-size: 28rem;
    margin-bottom: 34rem;
  }
  .maps_btns{
    display: flex;
    flex-direction: column;
    height: 400rem;
  }
  .maps_btn{
    font-size: 26rem;
    width: 100%;
  }

  .schedule_table_warap{
    margin-bottom: 180rem;
  }
  .buy_step_wrap h3,
  .schedule_table_warap h3{
    font-size: 28rem;
    margin-bottom: 40rem;
  }
  .map_view img:nth-child(6){
    display: block;
  }


  .school_table{
    display: none;
  }

  .school_nav_wrap{
    display: flex;
    flex-direction: column;
    margin-bottom: 117rem;
  }
  .school_nav{
    display: flex;
    flex-direction: column;
  }
  .school_nav + .school_nav{
    margin-top: 30rem;
  }
  .school_title{
    background-color: #2c3c8a;
    color: #fff;
    height: 71rem;
    line-height: 70rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:0 20rem 5rem 15rem;
  }
  .school_title .sn_btn{
    display: inline-block;
    font-size: 40rem;
  }
  .sn_btn_checks{
    display: none;
  }

  .school_title .texts{
    font-size: 26rem;
    font-weight: 500;
  }
  .school_nav:nth-child(2n) .school_title{
    background-color: #000733;
  }
  .school_value{
    background-color: #ececec;
    padding: 0rem;
    transition: all 0.5s 0s ease;
    opacity: 0;
    height: 0rem;
    overflow: hidden;
  }
  .school_value h4{
    font-size: 26rem;
    font-weight: bold;
    color: #000733;
    margin-bottom: 10rem;
  }
  .school_value .datess{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .school_value .datess span{
    display: inline-block;
    width: 49%;
    height: 40rem;
    line-height: 40rem;
    background-color: #fff;
    font-size: 24rem;
    margin-bottom: 5rem;
    text-align: center;
    margin-top: 5rem;
  }
  .school_title:has(>.sn_btn .sn_btn_checks:checked) ~ .school_value{
    opacity: 1;
    height: auto;
    padding: 18rem;
  }
  .sn_btn::after{
    content: '+';
  }
  .sn_btn:has(>.sn_btn_checks:checked)::before{
    content: '-';
  }
  .sn_btn:has(>.sn_btn_checks:checked)::after{
    display: none;
  }



  .buy_step_wrap h3{
    font-size: 28rem;
    margin-bottom: 34rem;
  }
  .buy_step_inner_wrap{
    padding: 70rem 0rem 80rem;
  }
  .step_image_wap img{
    width: calc( (50% - 14rem) );
  }
  .step_image_wap img:nth-child(3),
  .step_image_wap img:nth-child(4){
    margin-top: 50rem;
  }
  /* .buy_step_inner_wrap::after{
    left: calc( (50vw - 50%) * -1 );
    z-index: -1;
  } */
  .step_image_wap{
    flex-wrap: wrap;
    padding: 0 50rem;
    margin-bottom: 70rem;
  }
  .buy_step_inner_wrap p{
    font-size: 24rem;
  }






  .breadcrumbs{
    margin-top: 120rem;
  }

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



}
