@charset "UTF-8";
/*! インデックス*/
.cl, .cat-detail .price {
  display: inline-block;
  min-height: 1%;
  display: block;
  *zoom: 1;
}
.cl:after, .cat-detail .price:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
* html .cl, * html .cat-detail .price, .cat-detail * html .price {
  height: 1%;
}

/*----------------------------------
content
----------------------------------*/
#category {
  margin-top: 36px;
}

#side-menu {
  float: right;
  width: 220px;
}
#side-menu h2 {
  text-align: center;
}
#side-menu ul {
}
#side-menu ul li {
  height: 80px;
  box-sizing: border-box;
  padding: 10px 0;
  border-bottom: 1px solid #fff;
}
#side-menu ul li:first-child {
  border-top: 1px solid #fff;
}

#side-menu ul li a {
 position: relative;
 display: block;
 height: 60px;
 overflow: hidden;
}
#side-menu ul li img {
 display: block;
 position: absolute;
 top: 0;
 left: 0;
}


#side-menu ul li a:hover img {
 margin-top: -60px;
}
#category .wrap {
  padding-bottom: 60px;
}

#cat-content {
  position: relative;
  float: left;
  width: 700px;
}

#cat-content:before {
  content: " ";
  position: absolute;
  top: 0;
  right: -40px;
  height: 100%;
  width: 1px;
  background: #d9d9d9;
}

.cat-item {
  padding: 20px 0 0;
  letter-spacing: -.40em;
  margin: -20px -15px 0 0;
}
.cat-detail {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  vertical-align: top;
  position: relative;
  width: 164px;
  padding: 2px 2px 17px;
  margin: 20px 14px 0 0;
  box-sizing: border-box;
  background: #fff url(https://img20.shop-pro.jp/PA01321/012/etc/item-bg.png?cmsp_timestamp=202505181331) no-repeat;
  border-bottom: 4px solid #884d1b;
}
.cat-detail form {
  margin-top: -24px;
}

.cat-detail .list-img a:hover {
  opacity: 0.8;
}

.cat-detail .list-img {
 height: 112px;
overflow:hidden;
}

.cat-detail .list-img img {
  width: 100%;
}
.cat-detail h4 {
  margin-top: 12px;
  text-align: center;
  font-weight: bold;
  font-size: 92.9%;
  color: #884d1b;
}

.cat-detail h4 span {
  display: block;
  font-size: 85.7%;
  line-height: 1;
  margin-top: 3px;
  color: #808080;
  font-weight: normal;
}

.cat-detail h4 + p {
  margin: 10px auto;
  width: 87px;
  text-align: center;
}
.cat-detail h4 + p a {
  display: block;
  color: #808080;
  font-size: 85.7%;
  border: 1px solid #d9d9d9;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #f2f1f1), color-stop(0, #fff));
  background: -webkit-linear-gradient(#fff, #f2f1f1);
  background: -moz-linear-gradient(#fff, #f2f1f1);
  background: -o-linear-gradient(#fff, #f2f1f1);
  background: -ms-linear-gradient(#fff, #f2f1f1);
  background: linear-gradient(#ffffff, #f2f1f1);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
}
.cat-detail h4 + p a:hover {
  opacity: 0.8;
}
.cat-detail .price {
  margin-top: 12px;
  padding: 0 14px;
}
.cat-detail .price p:first-child {
  float: left;
  color: #aa7c2d;
  font-weight: bold;
}
.cat-detail .price p:first-child span {
  margin-left: 4px;
  font-size: 71.4%;
}
.cat-detail .price p + p {
  float: right;
  margin-top: 2px;
  font-size: 85.7%;
}
.cat-detail .price p + p select {
  font-size: 83.3%;
  padding: 2px;
}
.cat-detail .price + p {
  margin-top: 10px;
  text-align: center;
}
.cat-detail .price + p input:hover {
  opacity: 0.8;
}

.cat-detail:before {
  content: " ";
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -6px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-bottom: 6px solid #884d1b;
}

.sold_out {
 display: block;
 color: #884D1B;
 font-weight: bold;
}
.pager {
width: 700px;
position: relative;
margin-top: 32px;
}
.pager em {
font-weight: bold;
}

.pager .pag-next {
 position: absolute;
 top:0;
 right:0;
 display: block;
 width: 120px;
 height: 40px;
color:#fff;
background: #AB7C5B;
line-height: 40px;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
text-align: center;
}

.pager .pag-prev {
 position: absolute;
 top:0;
 left:0;
 display: block;
 width: 120px;
 height: 40px;
color:#fff;
background: #BDBDBD;
line-height: 40px;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
text-align: center;
}

.pag-text {
 text-align:center !important;
 padding: 8px 0;
}