.input-prepend.input-append input {
  font-size: 24px;
  padding-top: 11px;
  padding-bottom: 11px;
  width: 100px;
  text-align: right;
}

.product {
  margin-bottom: 40px;
  padding: 0;
}

.product_area {
  /* border-bottom: 1px solid #333; */
  padding-bottom: 10px;
}
.product_area_left {
  float: left;
  padding: 0;
}
.product_area_right {
  float: right;
  padding: 0;
}

.product_tabs {
  border-bottom: 1px solid #333;
}
.product_tab {
  display: inline-block;
  background-color: #f6f6f6;
  text-align: center;
  padding: 10px 0;
}
.product_tab.active {
  background-color: #333;
}
.product_tab a {
  display: block;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.product_tab.active a,
.product_tab.active a:hover {
  color: #fff;
  text-decoration: none;
}

.product_panel {
  display: none;
}
.product_panel.active {
  display: block;
}
.product_panel_image,
.product_panel_review {
  text-align: center;
}

.product_belong_lists {
  margin: 40px 0 20px;
  font-size: 12px;
}
.product_belong_list {
  padding: 0 2px;
}
.product_belong_list:first-child {
  padding: 0 2px 0 0 ;
}

.product_name {
  margin: 0;
  font-size: 20px;
  font-weight: normal;
}
.product_model {
  margin: 2px 0 10px 0;
  font-size: 10px;
}

.product_img {
  margin: 10px 0 10px 0 !important;
  padding: 0;
}
.product_img_main{
  max-width: 630px;
  margin: 0 auto;
}

.product_img_main img {
  display: block;
  margin: 0 auto;
  height: auto;
}
.product_img_thumb li {
  float: left;
  margin-top: 10px;
  cursor: pointer;
}
.product_img_thumb_img {
  max-width: 100%;
  width: auto;
  height: auto;
  border: 1px solid #ccc;
  margin-bottom: 10px;
}

#product_img_thumbs .col-lg-2{
  padding: 0 10px 0 0;
}

.thumb_active {
  border: 1px solid #333;
}

.together_product_lists {
  margin-top: 20px;
  font-size: 12px;
}
.together_product_list {
  text-align: center;
}

.product_price_area {
  margin: 20px 0 0;
}
.product_regular_price {
  margin: 0 0 5px;
  font-size: 12px;
}
.product_price {
  margin: 0;
  font-size: 16px;
}
.product_price_discount {
  color: #cf0400;
}
.product_discount_rate {
  color: #cf0400;
  font-size: 20px;
}
.product_price_establish {
  margin: 0;
  font-size: 10px;
}
.product_stock_str {
  margin: 20px 0 0;
  font-size: 12px;
}

.product_cart_area {
/*  background-color: #e3d7c9;
  margin: 30px 0;
  padding: 10px 20px 20px;*/
  font-size: 12px;
}
.product_cart_table_box {
  margin-top: 20px;
  background-color: #fff;
  font-size: 12px;
}
.product_cart_table_box label {
  font-size: 12px;
}
.product_cart_select_box {
  margin: 5px 0;
}
.product_cart_select_name {
  padding-top: 10px;
  padding-bottom: 5px;
}
.product_cart_select {
  border: 1px solid #333;
  height: 40px;
}
.text-titles-list__unit {
  margin: 5px 0;
}
.text-titles-list__unit dl {
  margin: 0;
}
.text-titles-list__name {
  padding-top: 10px;
  padding-bottom: 5px;
  font-weight: normal;
}
.text-titles-list__detail-text {
  border: 1px solid #333;
  height: 40px;
}
.product_cart_order {
  margin: 5px 0;
}
.product_cart_order a>i {
    vertical-align: -40%;
}
.product_cart_init_num {
  width: 20%;
  height: 30px;
  text-align: right;
  float: left;
}
.product_cart_unit {
  float: left;
  padding-top: 12px;
  padding-left: 20px;
}
.product_cart_init {
  display: none;
}

#product_detail_area {
      margin-top:60px;
}
.p_contact {
      margin-top:5px;
}


.sizeguide_table_box {
  border-top: 1px solid #ccc;
  padding-top: 40px;
  margin-top: 20px;
}

.sizeguide_table {
  margin: 20px 0;
}

.btn-addcart,
.btn-reviews {
  border: none;
  padding: 18px 0;
  font-size: 18px;
  color: #fff;
  letter-spacing: 0.1em;
}

.btn-addcart{
  background-color:#ffcec9 ;
}
.btn-addcart:hover,
.btn-addcart:focus,
.btn-addcart:active {
  background-color: #ffc7c7;
  color: #fff;
}

.btn-reviews {
  background-color:#bfe0af; /*#EFEBE3; #e3d7c9;*/
}

.btn-reviews:hover,
.btn-reviews:focus,
.btn-reviews:active {
  background-color: #a2d28a; /*#dedad0; #e7dbbe;*/
  color: #fff;
}

.btn-addcart i,
.btn-addcart-quick i,
.btn-reviews i {
  margin-right: 5px;
  vertical-align: -25%;
}

.btn-addcart-quick,
.btn-membersonly {
/*  margin-top: 20px;*/
  padding: 10px 0;
  font-size: 18px;
  letter-spacing: 0.1em;
}
.btn-addcart-quick {
  border: none;
  background-color: #007fff;
  color: #fff;
}
.btn-addcart-quick:hover,
.btn-addcart-quick:focus,
.btn-addcart-quick:active {
  background-color: #4ca5ff;
  color: #fff;
}

.btn-soldout {
  border: none;
/*  margin-top: 20px;*/
  padding: 18px 12px;
  background-color: #ccc;
  font-size: 18px;
  color: #fff;
  letter-spacing: 0.1em;
}
.btn-soldout.disabled,
.btn-soldout[disabled] {
  background-color: #ccc;
  color: #fff;
}

.btn_pis_width,
.btn_revies_width {
  width: 300px;
}
.product_reviews_btn{
    margin-top: 30px;
}

.stock_error {
  margin: 0;
  text-align: center;
  color: #cf0400;
}

.product_related_lists {
  margin: 20px 0 0;
  font-size: 12px;
}
.product_related_lists_review {
  margin: 30px 0 0;
}
.product_related_list {
  padding: 2px 0;
}

.product_related_lists i {
  vertical-align: -40%;
}
.product_related_lists_r {
    margin: 0;
}
.product_related_lists_r>li{
    float:left;
}


.product_explain,
.product_img_sub,
.product_reviews {
  line-height: 1.8;
  margin-top: 10px;
}

.product_img_sub li {
  text-align: center;
  padding-bottom: 10px;
}

.product_text_not {
  /* text-align: center; */
  display: none;
}

.reviewlist_datas {
  overflow: hidden;
  zoom: 1;
  margin-bottom: 10px;
  line-height: 1.2;
}

.icon_star {
  float: left;
  /* 星10個での設定は下記を有効にする */
  /*
  width: 150px;
  */
  /* 星5個での設定は下記を有効にする */
  width: 75px;
  overflow: hidden;
}

.icon_star img {
  max-width: inherit;
}

.review_poster li {
  float: left;
  margin-left: 10px;
}

.review_poster li {
  list-style: none;
}

.reviewlist:first-child {
  border-top: none;
}

.reviewlist {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #ccc;
  text-align: left;
}

.review_ttl,
.shopcomment_ttl {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

.review_img {
  float: right;
  margin: 0 0 10px 10px
}

.reviewlist_content {
  overflow: hidden;
  zoom: 1;
}

.shopcomment {
  margin-top: 10px;
  margin-bottom: 10px;
  background: #eee;
  padding: 15px;
}

@media (min-width: 980px) {
  .product_area_left {
    width: 540px;
    float: left;
    padding: 0;
  }
  .product_area_right {
    width: 400px;
    float: right;
    padding: 0;
  }
}

@media (min-width: 768px) {
  .product_explain,
  .product_img_sub,
  .product_reviews {
    padding: 0;
  }
}
@media (min-width: 769px) {  
  div.product_cart_order.col.col-sm-12.col-lg-5.row>div.col.col-lg-12.clearfix {
    margin-top:15px;
  }
}

@media (max-width: 980px) {
  .contents_detail {
    padding: 0;
  }

  .product_area_left,
  .product_area_right {
    padding-right: 1%;
    padding-left: 1%;
  }
}

@media (max-width: 768px) {
  .product_area_right {
    float: none;
    padding: 0;
  }
  .product_img {
    margin-bottom: 30px;
  }

  .product_detail_area,
  .product_social_lists {
    padding: 0 10px;
  }
  .product_tab a {
    font-size: 12px;
  }
  .product_explain,
  .product_img_sub {
    font-size: 12px;
    padding: 0;
  }
  .product_reviews {
    font-size: 12px;
    padding: 0 10px 20px;
  }
  #product .product_reviews .product_reviews_btn {
    display: none;  /*  padding-bottom: 60px; */
  }
  .together_product_lists {
    padding: 0 10px 30px;
  }

  .btn_pis_width,
  .btn_revies_width {
    width: 100%;
  }
}

span[data-pin-log]{
    top:-6px;
}

/* 201703追記　*/

#product .itemPhBox {
    display: none;
}

#product .item_box {
    padding: 0 0 40px;
}

#product .item_box p {
    font-size: 93.8%;
    line-height: 1.6em;
}

#product .item_box p.detail_cap {
    font-size: 0.8rem;
    margin-top: 20px;
}

@media (max-width: 768px) {
#product .item_box p.detail_cap {
    padding: 0 2%;
  }
#product .item_box p.detail_top {
    padding: 0 2%;
  }
}

#product .item_box {
    font-size: 0.8rem;
    margin-top: 5px;
}

#product .item_box .ouchi {
    text-align: left;
}

#product .item_box .teshigoto {
    text-align: center;
}

  #product .item_box .ouchi img:nth-child(even) {
    margin-left:20px;
  }
  #product .item_box .teshigoto img:nth-child(even) {
    margin-left:20px;
  }  

@media (max-width: 768px) {

  #product .item_box .ouchi img {
   width: 100vh;
  }

  #product .item_box .ouchi img:nth-child(even) {
   margin-left:0;
   margin-top: 20px;
   width: 100vh;
  }

  #product .item_box .restaurant img {
   width: 100vh;
  }

  #product .item_box .teshigoto img:nth-child(even) {
   margin-left:0;
   margin-top: 20px;

  }

}

  #product .f_left {
  float: left;
  width: 50%;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

  #product .f_left p.detail_caplink {
   font-size: 0.8rem;
}


/*　商品詳細・以下　*/

#product .item_box dl {
    width: 95%;
}

#product .item_box dl dt {
    width: 10em;
    float: left;
    margin: 20px;
    font-weight: normal;
    font-size: 87.5%;
    line-height: 1.6em;
}

#product .item_box dl dd {
    padding: 20px 20px 20px 16em;
    border-bottom: 1px dotted #402110;
    font-size: 87.5%;
    line-height: 1.6em;
}

/*　商品詳細・以上　*/
/*　おすすめ設置場所・以下　*/

#product .item_box .osusume ul { 
    width: 90%;
    font-size: 93.8%;
/*    margin: 10px 0 10px 5px;*/
    margin: 0 auto;
    list-style-type: none;
}

#product .item_box .osusume ul li {
    /*width: 10rem;*/
    width: 32%;
    float: left;
    border-radius: 3px;
    margin-right: 10px;
    margin-bottom: 10px;
    background:#EFEBE3 ;
    text-align: center;
    color: #666666;
    line-height: 2rem;
}

#product .item_box .osusume ul li:nth-of-type(3n){
    margin-right: 0;
}
#product .itemBox .osusume ul li:nth-of-type(n+7){
    margin-bottom: 5px;
}
@media (max-width: 571px) {
    #product .item_box .osusume ul li {
        margin-right: 5px;
        margin-bottom: 5px;
    }
}


#product .item_box .osusume ul li.sankaku {
    background: #e3d7c9; /*#9d725b;*/
    text-align: center;
    color:#666666 ;
    line-height: 2rem;
}

#product .item_box .osusume ul li.maru {
    background: #e3d7c9; /*#9d725b;*/
    text-align: center;
    color: #666666;
    line-height: 2rem;
}

#product .item_box p.coution {
    color: #666666; 
    font-size: 85%;
    clear: both;
    margin:0px auto;
}

/*　おすすめ設置場所・以上　*/




/*****以下、前タグ。商品詳細タグ全差し替え後、消す


.item-friend i {
    padding: 0 5px 0 0;
}
font-awesome.min.css:4
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}




h2.mainTitle {
  background: url(https://img17.shop-pro.jp/PA01150/501/etc/mainTitleBgL.png) no-repeat bottom;
  height: 50px;
  line-height: 50px;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 10px;
}

h3.subTitle {
  background: url(https://img17.shop-pro.jp/PA01150/501/etc/bull01.png) no-repeat 0 6px;
  line-height: 2em;
  font-size: 1em;
  border-bottom: 1px dotted #621315;
  text-indent: 1em;
  clear: both;
  margin: 10px 0 20px 0;
}


#product .itemBox {
    padding: 0 0 40px;
}

#product .itemBox p {
    font-size: 93.8%;
    line-height: 1.6em;
}

#product .itemBox p.detail_cap {
    font-size: 0.8rem;
    margin-top: 20px;
}

#product .itemBox p.detail_caplink {
    font-size: 0.8rem;
    margin-top: 5px;
}


#product img.i_left {
    margin-left: 24px;
}


#product .teshigoto {
    text-align: center;
}

/*　商品詳細・以下　

#product .itemBox dl {
    width: 95%;
}

#product .itemBox dl dt {
    width: 10em;
    float: left;
    margin: 20px;
    font-weight: normal;
    font-size: 87.5%;
    line-height: 1.6em;
}

#product .itemBox dl dd {
    padding: 20px 20px 20px 16em;
    border-bottom: 1px dotted #402110;
    font-size: 87.5%;
    line-height: 1.6em;
}

/*　商品詳細・以上　*/
/*　おすすめ設置場所・以下　
*/
#product .itemBox ul { 
    width: 90%;
    font-size: 93.8%;
    /*margin: 10px 5px;*/
    margin: 0 auto;
    list-style-type: none;
}
/*#e8b9bf
#afbfe0
#ffcec9*/

#product .itemBox ul li {
    /*width: 10rem;*/
    width: 32%;
    float: left;
    border-radius: 3px;
    margin-right: 10px;
    margin-bottom: 10px;
    background: #e3d7c9;
    text-align: center;
    color: #666666;
    line-height: 2rem;
}

#product .itemBox ul li:nth-of-type(3n){
    margin-right: 0;
}
#product .itemBox ul li:nth-of-type(n+7){
    margin-bottom: 5px;
}


@media (max-width: 571px) {
    #product .itemBox ul li {
    margin-right: 5px;
    margin-bottom: 5px;        
    }
}

#product .itemBox ul li.sankaku {
    background: #dcdcdc; /*#9d725b;*/
    text-align: center;
    color: #666666;
   line-height: 2rem;
}

#product .itemBox ul li.maru {
    background: #dcdcdc; /*#9d725b;*/
    text-align: center;
    color: #666666;
   line-height: 2rem;
}


#product .itemBox p.coution {
    color:#666666 ;
    font-size: 85%;
    clear: both;
    margin:0px auto;
}

/*　おすすめ設置場所・以上　*/