.girls_list ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.girls_list ul li{
    width: 18% !important;
    margin: 2% 1% !important;
    height: auto;
}
/* スケジュールページ */
.schedule{
    background: none !important;
}

.is_schedule .today_sort div.row div{
    width: 70px !important;
    height: 70px !important;
    margin-top: 0 !important;
    padding: 0 !important;
    margin-right: 1rem !important;
}
.is_schedule .today_sort div.row div span{
    line-height: 60px !important;
}
.date_select{
    margin-bottom: 0 !important;
}
.is_schedule .date_select div.sche-date-btn{
    text-align: center;
    padding: 0;
      display: flex;
      justify-content: center;
  }
  .is_schedule .date_select div.sche-date-btn div{
    vertical-align: bottom;
    border: 2px solid #BFB184;
    text-align: center;
    border-radius: 7px;
    margin: 0 0.5%;
    display: flex;
      align-items: center;
      justify-content: center;
    background: #fff;
  }
  .is_schedule .date_select div.sche-date-btn div a{
    color: #BFB184 !important;
    text-decoration: none;
    display: block;
  }
  .is_schedule .date_select div.sche-date-btn div.active{
    background: #BFB184;
  }
  .is_schedule .date_select div.sche-date-btn div.active a{
    color: #fff !important;
  }
  .is_schedule .date_select div.sche-date-btn div.week_link{
    background:#fff;
      color: #fff;
      border-radius: 10px;
      line-height: 40px;
  }
  .is_schedule .date_select div.sche-date-btn div.week_link a{
      text-decoration: underline;
  }
  .is_schedule .today_sort div.row{
    /* text-align: center; */
    display: flex;
      align-items: center;
    justify-content: center;
    padding: 10px 0;
    margin-top: 5px;
  }
  .is_schedule .today_sort div.row div {
    width: 50px;
    display: inline-block;
    text-align: center;
    border: 3px solid #fff;
    border-radius: 50%;
    margin: -2px 5px 0 6px;
    height: 50px;
    color: #fff;
    font-size: 15px;
    padding: 0!important;
    cursor: pointer;
  }
  .is_schedule .today_sort div.row div.all{
    background-color: #ff70a5;
  }
  .is_schedule .today_sort div.row div.rank{
    background-color: #82cdc9;
  }
  .is_schedule .today_sort div.row div.new{
    background-color: #ffba2e;
  }
  .is_schedule .today_sort div.row div.event{
    background-color: #8aca98;
  }
  .is_schedule .today_sort div.row div span{
    line-height: 45px;
  }
  .is_schedule #girls_all .girls_list ul{
    padding: 0;
  }
  .is_schedule #girls_all .girls_list ul li .type_bm{
    top: -16px;
  }
  .is_schedule #girls_all .today_shift_photo{
    margin-bottom: 0;
  }
  .hvr-grow{
    width: 18%;
  }
  .state_go2{
    text-align: center;
    display: flex;
    justify-content: center;
    color: #FF8D8D;
    font-size: 1.2em;
    margin-top: 10px;
    margin-bottom: 5px;
  }
  a.shift_name {
    font-size: 1.2em;
    font-weight: 800;
  }
/* スケジュールページ */
@media screen and (max-width:768px){
  .sche-date-btn{
    justify-content: space-between;
  }
  .hvr-grow{
    width: 47%;
  }
  #today_shift{
    margin-top: 2em;
  }
  .girls_list ul li{
    width: 48% !important;
    height: auto;
  }
  .shift_name{
    font-size: 1em;
  }
  .is_schedule #girls_all .girls_list ul li{
    padding-bottom: 10px;
  }  
}
@media screen and(min-width:768px) and (max-width:1200px){
    .girls_list ul li{
        width: 22% !important;
        height: auto;
    }
}