.p-category__ttl{
  font-size: 1.2vw;
  padding-top: 200px;
  margin-left: 10%;
}

.c-item-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 90%;
  padding: 24px 0 0;
  margin-left:  10%;
  justify-content: center;
}

.c-item-list__item{
 list-style: none;
  width: 23vw;
  text-align: center;
  display: block;
  margin: 24px 20px;
  border: solid 1px #ffffff;
}

.c-item-list__img img{
  width: 23vw;
}



.c-item-list__item:hover{
  border: solid 1px #4e4e4e;
  transition: .5s;
}
.c-item-list__txt{
  padding: 20px;
  font-size: 1.2vw;
  text-align: center;
  color: #000000;
}

.c-item-list__ttl a{
  color: #000000;
  text-decoration: none;
}

.c-item-list__price{
  font-size: 1.1vw;
  color: #9e9e9e;
  text-decoration: none;
  padding-top: 4px;
  margin: 0;
}


.l-side-navi{
  display: none;
}
  



/* ０から４８０　スマートフォン)*/
@media (min-width: 0px) and (max-width: 480px) {

.p-category__ttl{
  font-size: 13px;
  padding-top: 200px;
  margin-left: 16px;
}

.c-item-list{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 16px;
  margin-left:  0;
}

.c-item-list__item{
 list-style: none;
  width: 100%;
  text-align: center;
  display: block;
  margin: 16px 0;
  border: solid 1px #ffffff;
  padding: 0;
}

.c-item-list__img img{
  width: 100%;
}

.c-item-list__item:hover{
  border: solid 1px #4e4e4e;
  transition: .5s;
}
.c-item-list__txt{
  padding: 20px;
  font-size: 13px;
  text-align: center;
  color: #000000;
}

.c-item-list__ttl a{
  color: #000000;
  text-decoration: none;
}

.c-item-list__price{
  font-size: 12px;
  color: #9e9e9e;
  text-decoration: none;
  padding-top: 4px;
  margin: 0;
}


.l-side-navi{
  display: none;
}
  
  
}

.c-pager a{
  color:#bbbbbb;
}

.c-pager a:hover{
  color:#000000;
  transition: .5s;
}

.c-pager{
text-align:center;
  width: 90%;
    padding: 24px 0;
    margin-left: 10%;
}

.c-pager-list{
  display: flex;
 justify-content: center;
  width: 90%;
    padding: 24px 0;
    margin-left: 5%;
}

.c-pager-list li{
  list-style: none;
  margin: 0 8px;
}


/* ０から４８０　スマートフォン)*/
@media (min-width: 0px) and (max-width: 480px) {
  
  .c-pager{
text-align:center;
  width: 100%;
    padding: 24px 0;
    margin:0
}

.c-pager-list{
  display: flex;
 justify-content: center;
  width: 100%;
    padding: 24px 0;
    margin: 0;
}
}