/* 250910追記 予約商品style */
.category_item-booking figcaption{
    position: absolute;
    top: 0;
    bottom: auto;
    right: auto;
    background: #F00001;
    padding: 3px 8px 1px;
    font-size: 1.5rem;
    border-radius: 0 0 10px 0;
  }