h2.product__name {
  width:720px;
  height:120px;
  display: table-cell;
  vertical-align: middle;
  text-align:center;
  font-size:30px;
  color:#362b00;
  background:url(https://file002.shop-pro.jp/PA01368/947/bg_productname.jpg) top left no-repeat;
}
.product__prices table{
  width: 90%;
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border-collapse: separate;
  margin-bottom:20px;
}
.product__prices table th,.product__prices table td{
  text-align:left;
  padding:5px;
}
.product__prices table th{
  border-right: 1px solid #dbdbdb;
}
.product__prices table th.first,.product__prices table td.first{
  border-bottom: 1px solid #dbdbdb;
}
.init-list{text-align:center;}
.order-btn-list__unit {width:150px;    margin: auto;}
.product__order .btn-primary{
  background:#eb756b;
  border-bottom: #a5524c 2px solid;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.product__order .btn-primary:hover{
  background:#a5524c
}
.btn__addcart{padding: 15px 0 30px 0;}
.product__price-establish_sale {color:#ff0000;}

h2.check {
  font-size:24px;
  color:#362b00;
  background:url(https://file002.shop-pro.jp/PA01368/947/bg_h2_check.png) bottom left repeat-x;
  margin-bottom:30px;
}

.option-table {
 margin: 0 0 40px;
}

.main__section--product {
  padding-bottom: 0;
}

.main__section {
  margin-bottom: 0;
}

.product__section {
  margin-bottom: 0 !important;
}

.recommend__section {
    margin-bottom: 40px !important;
}
.recommend__section .section__title-h2,
h2.check {
 font-size : 18px !important;
  padding-bottom: 15px;
  margin-bottom: 20px;
background :url(https://file002.shop-pro.jp/PA01368/947/bg_h2_check.png) bottom left repeat-x; 
}

table.product_detail {
  width: 720px;
  margin-top: 30px;
}
table.product_detail th,
table.product_detail td {
  padding: 0.5em 1em;
  border: 1px solid #dbdbdb;
}
table.product_detail th {
  font-weight: nomal !important;
  background-color: #fdebe7;
  width: 14em;
}

.mar-b--60 {
  margin-bottom: 0 !important;
}

.product-list__unit {
  margin-bottom: 0;
}

.product-list__unit-sm {
  width: 120px;
}


@media screen and (max-width: 640px) {
  h2.product__name {
	background: none;
    border: 1px solid #cfc389;
    height: auto;
    margin-bottom: 30px;
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 0;
  }
  .contents__section {
    margin-bottom: 30px;
  }
  .product__section {
    text-align: center;
  }
  .product__explain{
    max-width: 100%;
    padding: 60px 20px 30px;
    text-align: left;
  }
  .product__explain table {
    width: 100%;
  }
  table.product_detail th {
    width: 8em;
  }
  .product__guide {
    padding: 0 20px 30px;
  }
  .product__info {
    text-align: left;
  }
}

@media screen and (max-width: 375px) {
  table.product_detail th,
  table.product_detail td {
    width: 100%;
    display: block;
    box-sizing: border-box;
  }
  .product-list {
    overflow: hidden;
  }
  .product-list__unit-md {
    width: 46%;
    margin: 0 2% 20px;
    float: left;
  }
  .product-list__unit-md:nth-child(2n+1) {
    clear: both;
  }
  .col-lg-7,.col-lg-5 {
    width: 100%;
  }
}

