.p-sub-category {
  margin: 30px 10px;
  padding: 0;
  list-style-type: none;
}
.c-section__heading {
    margin: 0px 0 40px;
}
.winebox2 {
    float: left;
    width: 31.3%;
    margin: 0 1% 50px 1%;
}
.winebox2 {
    position: relative;
}
.winebox {
    position: relative;
}
.p-sub-category::after {
  display: block;
  clear: both;
  content: '';
}

.p-sub-category__item {
  float: left;
  box-sizing: border-box;
  width: 50%;
  padding: 10px 5px;
}

.p-sub-category__image {
  display: block;
  margin-bottom: 10px;
}

.p-sub-category__link {
  display: block;
  transition: opacity .2s;
  text-decoration: none;
  color: #333;
}

.p-sub-category__link:hover {
  opacity: .66;
}

.p-sub-category__link:active {
  opacity: 1;
}

.p-sub-category__name {
  line-height: 1.3;
  position: relative;
  display: block;
  padding-left: .8em;
}

.p-sub-category__name::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '-';
}

.p-layout-container {
  box-sizing: border-box;
  width: 1240px;
  margin: 0 auto;
}

#side {
    width: 205px !important;
    float: left;
}

.product_right_contents {
    width: 940px;
    float: right;
}

.placename{
font-size : 14px;
}

.placename:first-child{
margin-top: 0px !important;
}

.placename2 {
    font-weight: bold !important;
    margin-top: 10px !important;
    background: #333;
    color: #fff;
  font-size: 14px;
    text-align: center !important;
}
@media screen and (min-width: 600px) {
  .p-sub-category {
    margin-right: 0;
    margin-left: 0;
  }

  .p-sub-category__item {
    width: 25%;
    padding: 15px 10px;
  }

  .p-sub-category__item:nth-child(4n + 1) {
    clear: both;
  }
}

@media screen and (max-width: 599px) {
  header {
    height: 80px;
}
  
  .p-sub-category__item:nth-child(2n + 1) {
    clear: both;
  }
  
  #side {
    width: 100% !important;
    float: none;
    margin: 30px auto;
}

.product_right_contents {
    width: 100%;
    float: none;
  margin: 0 auto;
}
  .p-layout-container {
    box-sizing: border-box;
    width: 90%;
    margin: 0 auto;
}
 .winebox2 {
    float: left;
    width: 48%;
    margin: 0 1% 22px 1%;
}
  
    .side_category li img{
  width: 60%;
   height: auto;
    text-align: center;
  }
  .side_category li{
  text-align: center;
  }
  .side_category .fabric_list{
     text-align: left;
  }
  .c-section__heading {
    margin: 0px 0 20px;
    background: #f8f8f8;
    padding: 10px 0;
}
}


