/*本棚*/
.bookshelf_top_img{
  background-image: url(../img/bg_shelf_first_PC.webp);
  background-size: cover;
}
.bookshelf_body_img{
  background-image: url(../img/bg_shelf_first_PC.webp);
  background-repeat: repeat;
  min-height: 100%;
}
.bookshelf_searchText{
  width: 60%!important;
}
.bookshelf_searchBtn{
  width: 6%!important;
  background-color: #2593d2!important
}
.bookshelf_select{
  cursor: pointer;
  width: 233px;
  margin-left: 2%;
}
#bookshelfSortPullDown::after{
  position: absolute;
  right: 10px;
}
.material_item{
  width: 180px;
  height: 210px;
  margin-top: 34px;
  cursor: pointer;
}
.bookshelf_img{
  max-height: 168px;
  width: 120px;
  cursor: pointer;
}


#bookshelf_searchText::-webkit-search-cancel-button{
  background: url(../img/icon_cross_gr.webp);
  background-repeat: no-repeat;
  background-size: cover;
  width: 16px;
  height: 16px;
  appearance: none;
}

.material_item.over{
  margin-top: 16px;
  margin-bottom: 18px;
}
.material_item .title{
  font-size: 12px;
}
.material_item .title.over{
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.c-wrapper_serach{
  height: 60px;
}
.c-wrapper_serach > input,.bookshelf_searchBtn,.c-wrapper_serach > select,.c-wrapper_serach > button{
  height: 32px;
}

.flex-wrapper{
  flex-wrap: nowrap;
}

.bookshelf{
  margin-top: 130px;
}
#bookshelfSortPullDownUl{
  width: 233px;
}

/*暫定タブレット縦サイズ*/
@media screen and (max-width:1020px){
  .bookshelf_top_img{
    background-image: url(../img/bg_shelf_first_TB_yoko.webp);
  }
  .bookshelf_body_img{
    background-image: url(../img/bg_shelf_first_TB_yoko.webp);
  }
  .bookshelf_top_img{
    padding-top: 20px;
  }
  .c-book_box{
    padding: 5px 0;
  }
  .flex-wrapper{
    flex-wrap: wrap;
  }
  .bookshelf_searchText{
    width: 50%!important;
  }
  .bookshelf_searchBtn{
    width: 10%!important;
  }
  .bookshelf_select{
    width: 33%!important;
  }
  .bookshelf{
    margin-top: 184px;
  }
}

/*暫定タブレット縦サイズ*/
@media screen and (max-width:991px){
}

/*スマホサイズ*/
@media screen and (max-width:767px){
  .c-wrapper_serach{
    height: 30px;
  }
  .c-wrapper_serach > input,.bookshelf_searchBtn,.c-wrapper_serach > select,#bookshelfSortPullDown{
    height: 20px;
    font-size: 10px!important;
  }
  .bookshelf_searchBtn{
    width: 20%!important;
  }
  .bookshelf{
    margin-top: 90px;
  }
}