@media screen and (max-width: 767px) {
  .itemList--4 .itemList__unit:nth-child(n+2) {
   margin-left: 0;
  }
  .itemList--4 .itemList__unit:nth-child(even) {
    margin-left: 2%;
  }
  .itemList--4 .itemList__unit {
      width: 49%;
  }
  .sub_category_area div.sub_category, .sub_group_area div.sub_group {
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin-bottom: 5px;
  }
}

  .itemList {
    display: flex;
    flex-wrap: wrap;
  }

.itemList__unit {
  display: flex;
  flex-direction: column;
}

.itemList__imgBox {
    margin-bottom: 10px;
    flex: 1;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.toDetail .button {
    background: #260c00;
    border-color: #260c00;
    color: white !important;
    padding: 5px;

}

.toDetail {
    display: none !important;
}
p.itemList__price {
    text-align: left;
}

.itemList__teikaprice {
    color: #a9a9a9; 
}