@charset "euc-jp";

.p-category-detail__eyecatch {
  width: 100%;
  margin-bottom: 16px;
}
.p-category-detail__eyecatch img {
  width: 100%;
}
.p-category-detail__title {
  padding: 0 16px;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 16px;
}
.p-category-detail__body {
  padding: 0 16px;
  padding-bottom: 16px;
  font-size: 16px;
  line-height: 1.5;
}
.p-category-tab ul {
  display: flex;
  margin: 0 8px;
  margin-bottom: 16px;
  justify-content: center;
  border: 1px solid #A0AC9B;
  border-radius: 4px;
  overflow: hidden;
}
.p-category-tab li {
  width: 100%;
  height: 32px;
  line-height: 32px;
  border-right: 1px solid #A0AC9B;
  text-align: center;
}
.p-category-tab li:last-child {
  border-right: none;
}
.p-category-tab li.active {
  background: #A0AC9B;
}
.p-category-tab li a {
  display:block;
  height: 100%;
  color: #A0AC9B;
}
.p-category-tab li.active a {
  color: #fff;
}


.p-category-pagenation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 16px;
  margin-bottom: 42px;
}
.p-category-pagenation__bt--off {
  width: 120px;
  height: 40px;
  line-height: 38px;
  border: 1px solid #e6ebe4;
  border-radius: 4px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  box-sizing: border-box;
  color: #d6d9d4;
}
.p-category-pagenation__bt {
  width: 120px;
  height: 40px;
  line-height: 38px;
  border: 1px solid #427A2B;
  border-radius: 4px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  box-sizing: border-box;
}
.p-category-pagenation__bt a {
  display: block;
  height: 100%;
  color: #427A2B;
}
.p-category-pagenation__txt {
  font-size: 14px;
  font-weight: bold;
}


.p-search-title {
  height: 45px;
  line-height: 45px;
  padding: 0 16px;
  box-sizing: border-box;
  background: #D5D9D3;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 16px;
}
.p-search-detail {
  margin-bottom: 16px;
}
.p-search-detail li {
  height: 32px;
  line-height: 32px;
  border: 1px solid #E6EBE4;
  padding: 0 16px;
  font-size: 14px;
  margin: 0 16px;
}
.p-search-detail li:last-child {
  border-top: none;
}

.p-top-banner-frame__item-full {
  margin-bottom: 16px;
  width: 100%;
}
.p-top-banner-frame__item-full img {
  width: 75%;
}

/*------------------------------*/
@media screen and (min-width: 768px) {
  .main {
  	width: 1200px;
    margin: 0 auto;
  }
  .c-breadcrumbs {
    margin-top: 16px;
    border-bottom: 1px solid #E6EBE4;
    margin-bottom: 16px;
  }
  .p-search-detail {
  	width: 800px;
    margin: 0 auto;
    margin-bottom: 32px;
  }
  .p-category-tab ul {
  	width: 360px;
    margin: 0 auto;
  }
  .p-top-itemlist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 32px;
  }
  .p-top-itemlist__item {
    width: calc(50% - 8px);
    margin-bottom: 16px;
    border: 1px solid #E6EBE4;
    padding: 0;
    box-sizing: border-box;
    position: relative;
  }
  .p-top-itemlist__thumb {
    width: 160px;
    height: 160px;
  }
  .p-top-itemlist__price {
    margin-bottom: 16px;
  }
  .p-top-itemlist__item::after {
  	content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    top: 50%;
    right: 8px;
    border-top: 1px solid #E6EBE4;
    border-right: 1px solid #E6EBE4;
    transform: translateY(-50%) rotate(45deg);
  }
  .p-top-menu li {
  	width: 25%;
    margin-bottom: 49px
  }
  .p-top-menu__img {
  	width: 180px;
    margin-bottom: 16px;
  }
}