@charset "euc-jp";

.custom-cap-size{
  padding-right: 15px;
}

.cell_1, .cell_2{
  font-size: 11px;
  font-weight: normal;
}
.cell_2 label{
  font-size: 11px;
}

.product-contents{
  padding: 0 1.5%;
}
.product-image {
  padding: 0;
  margin: 0 0 35px;
}
  .product-image-main {
    margin: 0 0 2.7%;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .product-image-thumb {
    padding: 0 ;
  }
  .product-image-thumb li {
    padding: 0 2.7% 0 0;
    cursor: pointer;
    margin: 0 0 2.6%;
  }
  .product-image-thumb img {
    display: block;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .custom-thumb{
    margin-right: -2.6%;
  }

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

.product-name{
  font-size: 18px;
  margin: -0.2em 0 1.2em 0;
}
.product-order {
  margin: 0;
}
  .product-option {
    padding: .2em 0 0;
  }
  .product-option-table{
     margin: 0 0 15px;
   }
   .product-option-table table{
      width: 100%;
   }
  .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;
  }
    .product-option-select .product-option-unit {
      clear: left;
      float: left;
      width: 100%;
    }
    .product-option-select .option-select-name {
      display: block;
      margin: 0 0 .5em;
    }
       .product-option-select .product-option-unit select{
         margin: 0 0 1em;
       }
.product-order-price {
  color: #999;
  text-align: left;
  font-size: 15px;
  margin: 0 0 25px;
}
  .product-order-regular {
    color: #abaaaa;
    text-decoration: line-through;
  }
  .product-order-discount {
    color: #E33D3D;
    font-weight: bold;
  }
.product-order-input {
  text-align: left;
}
.product-order-input .col {
  display: inline;
  float: none;
}
.product-order-num .btn {
  display: none;
  padding: 10px;
}
.product-unit {
  display: inline-block !important;
  *display: inline !important;
  *zoom: 1;
}
.input-border{
  display: block;
  width: 100%;
  overflow: hidden;
  border: solid 1px #ddd;
  margin-bottom: 20px;
}

.product-order-input input {
  padding: 10px;
  text-align: left;
  font-size: 15px;
  line-height: 1.5;
  vertical-align: bottom;
  width: 700px;
  background: transparent;
  border: none;
}

.option-name{
  font-size: 13px;
  //color: #aaa;
  margin: 0 0 .5em;
}
.btn-addcart {
  line-height: 24px;
}
  .btn-addcart span {
    padding-left: 12px;
  }
  .btn-quick span {
    padding-left: 7px;
   }
  .btn-block span {
     padding-left: 7px;
   }
.stock_error,
.product-member-sale-msg {
  margin: 15px 0 0;
  color: #E33D3D;
  font-weight: bold;
  font-size: 15px;
}

.product-order-exp {
  padding: 0;
  margin: 0 0 55px;
  line-height: 1.8;
}

.product-order-exp img {
  display: inline-block;
  margin: 0 10px;
  padding: 15px 0;
}

.product-order-spec {
  margin: 0 0 15px;
  font-size: 13px;
  table-layout: fixed;
}
  .product-order-spec th {
    width: 30%;
    font-weight: normal;
    border: none;
    padding: 0 15px 10px 0;
  }
  .product-order-spec td {
    width: 70%;
    white-space: nowrap;
    border: none;
    text-overflow: ellipsis;
    padding: 0 15px 10px 0;
    overflow: hidden;
  }
  .product-info-lst {
    text-align: left;
    margin: 0;
    font-size: 13px;
  }
    .product-info-lst li {
      padding: .5em;
    }
    .product-info-lst a {
      color: #aaa;
    }
    .product-info-lst a:hover{
      color: #444;
    }
    .product-info-lst .social-share {
      display: block;
    }
    .social-share li {
      margin: 1em;
    }

.together-block .prd-lst-link {
  padding: 0 4.6%;
}

.not-found {
  padding: 2.2em 1.4% 0;
}

.text-titles,
.password-field-wrap {
  margin: 0 0 1em;
}
.text-titles-list__name,
.password-field-list__name {
  display: block;
  margin: 0 0 .5em;
}
.text-titles-list__detail input,
.password-field-list__detail input {
  padding: 10px;
  text-align: left;
  font-size: 15px;
  line-height: 1.5;
  vertical-align: bottom;
  width: 700px;
  background: transparent;
  border: none;
}

@media (max-width: 768px) {
  .product-cart{
    padding: 0;
  }
  #prd-opt-table{
    margin: 0;
  }
 .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;
    }
  .btn-addcart,
  .btn-quick {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .btn-addcart {
    padding-top: 1em;
    padding-bottom: 1em;
  }
    .btn-addcart .btn-wrap {
      margin: 0 auto;
      width: 100%;
      text-align: center;
    }
  .product-order-spec th {
    width: 22%;
  }
  .product-order-spec td {
    width: 60%;
  }
  .product-info-lst li {
    display: block;
  }
  .product-info-lst a {
    display: block;
  }
  .social-share a {
    display: inline;
    padding: .5em 0;
  }
}

@media (max-width: 480px) {
  .product-image{
    margin: 0 0 25px
  }
  .product-image-thumb li {
    margin-bottom: 10px;
  }
  .product-order {
    width: 100%;
  }
  .product-order-exp{
    margin: 0 0 30px;
  }
.product-order-exp img {
  margin: 0;
  }
}

.ie_wrapper .product-order-num .btn {
  display: none;
}
.breadcrumb {
margin: 1.9em 0;
text-align: left;
font-size: 15px;
vertical-align: middle;
padding: 0 1.4%;
}
  .breadcrumb li{
    margin: 0 15px 0 0;
  }
  .breadcrumb p{
    margin: 0;
  }
  .breadcrumb a{
    color: #aaa;
  }
    .breadcrumb a:hover{
      color: #444;
    }

.icon-cart, .icon-paper_plane,.icon-circled_minus {
  vertical-align: -4px;
}


.btn-01 {
  border: 1px solid #fff;
  background-color: #fff;
  color: #444;
  width: 100%;
  border-radius: 0;
  border-top: 1px #ddd solid;
  border-bottom: 1px #ddd solid;
  margin: 30px 0 0;
  padding: 20px 0;
  display: block;
}


.sub_cart {
  border: 1px solid #F58700;
  padding: 20px 20px 0;
}

.product_exp_tit {
  color: #F7931E;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 1em;
}


/* &#65533;&#65533;&#65533;i&#65533;&#1677;&#1475;X&#65533;y&#65533;b&#65533;N&#65533;e&#65533;[&#65533;u&#65533;&#65533; */


.spec {
  border: solid 5px #EEEEEE;
  padding: 5px 20px;
}

.spec table {
  width: 100%;
}

.spec table th {
  padding: 15px 15px;
  vertical-align: center;
  text-align: left;
  color: #F7931E;
  border-bottom: dotted 1px #F7931E;
  width: 30%;
}

.spec table td {
  padding: 15px 15px;
  border-bottom: dotted 1px #CCCCCC;
}

.spec table tr:last-child th,.spec table tr:last-child td {
  border-bottom: none;
}

@media (max-width: 480px){
  .spec {
    padding: 0 10px;
  }
  .spec table th,.spec table td {
    padding: 10px 5px;
  }
}


/* &#65533;&#65533;&#65533;i&#65533;&#1677;&#1475;X&#65533;y&#65533;b&#65533;N&#65533;e&#65533;[&#65533;u&#65533;&#65533;&#65533;&#65533;&#65533;&#65533;&#65533;&#1794;&#65533; */


.subcategorylist_lists {
  font-size: 12px;
  margin-top: 40px;
}
ul.subcategorylist_lists > li {
  margin-bottom: 10px;
}
.subcategorylist_list a {
  display: inline-block;
  width: 100%;
  border-bottom: solid 1px #F58700;
}

.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;
}

.btn-flat-simple {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: #00BCD4;
  background: #ECECEC;
  transition: .4s;
}

.btn-flat-simple:hover {
  background: #00bcd4;
  color: white;
}

.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

.bar_search {
  background: #F58700;
  text-align: center;
  font-size: 1.05rem;
  font-weight: 400;
  color: #FFF;
  height: 2rem;
  line-height: 2.1rem;
}

.search {
  background-color: #F2F2F2;
  padding: 1px 0;
}

.search_form {
  background-color: #FFF;
  margin: 0;
  border: 1px #CCC solid;
}

.search_form input {
  vertical-align: top;
  margin: 0px;
  box-sizing: border-box;
  background-color: transparent;
}

.search_form {
  border-radius: 3px;
  position: relative;
}

.search_input {
  border: none;
  width: 100%;
  height: 2rem !important;
  line-height: 2rem;
  padding-left: 6px;
  padding-right: 30px;
  color: #333;
}

.search_submit {
  position: absolute;
  top: 6px;
  right: 0;
  width: 30px;
  border: none;
  padding: 0;
  background-image: url(https://img21.shop-pro.jp/PA01410/791/etc/icon_search.png?cmsp_timestamp=20180129114433);
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}