@charset "euc-jp";

h2 {
  font-size: 200%;
}
.bold {
  font-weight: bold;
}

.product-image {
  padding-bottom: 30px;
}
  .product-image-main {
    text-align: center;
  }
  .product-image-thumb li {
    margin-bottom: 20px;
    padding: 0 10px;
    cursor: pointer;
  }
  .product-image-thumb img {
    display: block;
    margin: 0 auto;
  }

.product-order {
  margin: 30px 0;
}
  .product-option-table table {
    margin: 0 auto;
  }
  .product-option-table th,
  .product-option-table td {
    text-align: center;
  }
  .product-option-table td input[type="radio"] {
    margin-bottom: 5px;
  }
  .product-option-select {
    position: relative;
    overflow: hidden;
  }
    .product-option-select .product-option-wrapper {
      position: relative;
      left: 50%;
      float: left;
    }
    .product-option-select .product-option-unit {
      width: 300px;
      position: relative;
      left: -50%;
      float: left;
    }
    .product-option-select .product-option-unit div {
      padding: 0 20px;
    }

    .product-option-select .product-option-wrapper2 {
      position: relative;
      float: none;
      clear: both;
    }
    .product-option-select .product-option-unit2 {
      position: static;
      float: none;
      width: 560px;
      margin-left: auto;
      margin-right: auto;
    }
    .product-option-select .product-option-unit2 div {
/*      padding: 20px 0 1em 0; */
      padding: 20px 0 0 0;
    }

    .product-option-select .option-select-name {
      display: block;
      margin: .5em 0;
    }
.product-order-price {
  margin: 0 0 40px 0;
/*  color: #999; */
  color: #e05555;
  text-align: center;
/*  font-size: 24px; */
  font-size: 200%;
  line-height: 40px;
  font-weight: bold;
}
  .product-order-price li {
    margin: 0 10px;
  }
  .product-order-regular {
    color: #abaaaa;
    text-decoration: line-through;
  }
  .product-order-discount {
    color: #b81717;
  }
.product-order-input {
  margin: 40px 0;
  text-align: center;
}
.product-order-input .col {
  display: inline;
  float: none;
}
.product-order-num .btn {
  display: none;
  padding: 10px;
}
.product-unit {
  display: inline-block !important;
  padding-left: 20px;
  font-size: 24px;
  line-height: 40px;
  *display: inline !important;
  *zoom: 1;
}
.product-order-num .input-prepend {
  display: inline;
}
.product-order-num input {
  padding: 12px;
  width: 60px;
  text-align: right;
  font-size: 24px;
  line-height: 1;
}

.btn-addcart {
  line-height: 24px;
}
    .btn-addcart .btn-wrap {
      margin: 0 auto;
/*      max-width: 170px; */
      width: 100%;
/*      text-align: right; */
      text-align: center;
    }
  .btn-addcart .icon-lg-w {
    float: left;
    *float: none;
  }
  .btn-addcart span {
    padding-left: 10px;
  }

.stock_error,
.product-member-sale-msg {
  margin: 20px 0;
  color: #d3473b;
  font-weight: bold;
  font-size: 16px;
}

.product-order-exp {
  padding: 40px 0 10px;
  border-top: 1px solid #e7e7e7;
/*  border-bottom: 1px solid #e7e7e7; */
}

.product-order-spec {
  margin: 30px 0;
  border-bottom: 1px solid #e7e7e7;
  font-size: 12px;
}
  .product-order-spec th {
    width: 30%;
    font-weight: normal;
  }
  .product-order-spec td {
    width: 70%;
  }
  .product-info-lst {
    text-align: center;
    padding-top:1em;
  }
    .product-info-lst li {
      display: inline;
      margin: 1em;
    }
    .product-info-lst .social-share {
      display: block;
    }
    .social-share a {
      margin: 1em;
    }
    .naire_ex {
    clear:both;
    margin-top:20px;
    }

@media (max-width: 768px) {
  .product-image-main {
    margin-bottom: 20px;
  }
  .product-image-thumb li {
    width: 20%;
  }
 .product-order-num .btn {
    display: inline-block;
  }
  .product-order-input [class*="col-sm-"] {
    display: block;
    float: left;
    margin-bottom: 30px;
  }
  .product-option-select {
    position: static;
    overflow: auto;
  }
    .product-option-select .product-option-wrapper {
      position: static;
      float: none;
    }
    .product-option-select .product-option-unit {
      position: static;
      float: none;
      margin-bottom: 1em;
      width: 100%;
    }
    .product-option-select .product-option-unit div {
      padding: 0;
    }
    .product-option-select .product-option-wrapper2 {
      position: static;
      float: none;
    }
    .product-option-select .product-option-unit2 {
      position: static;
      float: none;
      margin-bottom: 1em;
      width: 100%;
    }
    .product-option-select .product-option-unit2 div {
/*      padding: 20px 0 20px 0; */
      padding: 20px 0 0 0;
    }

  .btn-addcart,
  .btn-quick {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .btn-addcart {
    padding-top: 1em;
    padding-bottom: 1em;
  }
  .btn-addcart span {
      padding-left: 0;
  }
  .product-order-spec th {
    width: 40%;
  }
  .product-order-spec td {
    width: 60%;
  }
  .product-info-lst li {
    display: block;
    margin: 0;
  }
  .product-info-lst a {
    display: block;
    padding: .5em;
  }
  .social-share a {
    display: inline;
  }
}

@media (max-width: 480px) {
  .product-image-thumb li {
    margin-bottom: 10px;
    padding: 0 5px;
  }
  .product-order {
    width: 100%;
  }
  
  /* 2018_11_10_配送不可地域変更（スマホ） */
#summer_haisofuka{
	margin: 10px auto 40px;
	}
  
#winter_haisofuka{
	margin: 10px auto 40px;
	}
  
  .winter_haisofuka{
	margin: 10px auto 40px;
	}
}

.ie_wrapper .product-order-num .btn {
  display: none;
}

/* 詳細ページの画像border */
.col img{
box-sizing: border-box;
    padding: 2px;
border:1px solid #E0C76C;
}


/* 詳細ページ立札お手本リンク用24px black */
.otehon01 {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    font-size: 20px;
    line-height: 1.33;
    border: 2px solid #ccc;
    background-color: #999999;
    text-align: center;
    padding: 0 0!important;
    margin: 10px 0 20px!important;
}

.otehon01 a {
    padding: 10px 20px!important;
    color: #FFFFFF;
    display: block;
}

@media (max-width: 767px) {
.icon-lg-w.icon-pencil {
display:none;
}
}

@media (min-width: 768px) {
.icon-lg-w.icon-pencil {
  background-position: -144px -0px;
}
}


/* 配達 */
.haitatu01 {
    border: 4px solid #ccc;
    display: inline-block;
    padding: 0 0!important;
    margin: 30px 0 0 0!important;
}

/* 商品説明文 写真の上に追加 */
.namephototop01{
	color:#3B2A0C;
	}

/* 商品説明文 価格の上に追加 */
.pricename01{
	text-align:center;
	margin:20px 0 0 0;
	font-size:20px;
	color:#746A51;
  	font-weight:bold;
	}

/* 2018_11_10_配送不可地域変更 */
#summer_haisofuka{
	margin: 10px 0 40px;
	padding: 10px;
	width: 80%;
	border: solid 2px #ff0000;
}

#winter_haisofuka{
	margin: 10px 0 40px;
	padding: 10px;
	width: 80%;
	border: solid 2px #ff0000;
}


.winter_haisofuka{
	margin: 10px 0 40px;
	padding: 10px;
	width: 80%;
	border: solid 2px #ff0000;
}