.product{
  padding: 80px 0 0;
}

.productSlider{
  margin: 0 0 10px;
}

.thumbnail{
    margin: 0 0 30px;
}

.slick-slider{
border:none;
  padding:0;
}

.slick-track{
margin:0 !important;
}

.slick-slide img{
  width: 100%;
}

.slide-arrow{
display: grid;
place-items: center;
font-size: 18px;
line-height: 1;
font-weight: bold;
position: absolute;
bottom: 0;
top: 0;
margin: auto;
background: #fff;
width: 30px;
height: 30px;
z-index: 100;

}

.prev-arrow{

}

.next-arrow{
  right: 0;
}

.thumbnail-img{
padding:0 5px
}

.thumbnail-img:hover{
  cursor:pointer;
  opacity:0.8
}

.row{
  max-width: 1300px;
  margin: 0 auto;
}

.shohin_textbox {
  max-width: 700px;
  margin: 0 auto;
  padding-top: 30px;
  padding-left: 5px;
  padding-right: 5px;
}

span.underline {
  position: relative;
  padding: 0 .4em .1em;
}

span.underline::after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  width: 100%;
  height: 10px;
  background-color: #b6f0fc;
}


.product__main-image img {
  display: block;
  margin: 0 auto;
}

.product__thumbs {
  padding-top: 2px;
  margin: 0 -1px;
}

.product__thumb__unit {
  padding: 0 1px 1px;
}

.product__thumb__unit img {
  max-height: 150px;
  cursor: pointer;
}

.product__name {
  text-align: left;
  padding-top: 40px;
  padding-bottom: 50px;
}

.product__price {
  font-size: 1.2em;
  letter-spacing: .05em;
  color: #514051;
  padding-top: 20px;
}

.product__option__block th,
.product__option__block td {
  text-align: center;
}

.product__option__block label {
  margin: 1em 0 0;
  font-size: .9em;
}

.product__init .dl-vertical-list__content {
  margin-bottom: 0;
}

.product__init-num {
  font-size: 1.5em;
  padding-top: .5em;
  padding-bottom: .5em;
  text-align: right;
  width: 50px;
  border: 2px solid #999;
  display: inline-block;
}

.product__init-updw {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}

.product__order__btns {
  list-style-type: none;
  margin: 2em 0;
}

.product__order__btn {
  margin-bottom: 1em;
}

.product__order__btn i {
  margin-right: .8em;
}

.btn--addcart {
  padding: .7em 0;
}

.btn--quick-order {
  padding: .4em 0;
}

.btn--soldout {
  padding: .7em 0;
  border: none;
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}

.btn--soldout:hover {
  background: #ddd;
}

.product__info {
  max-width: 900px;
  padding: 0em 0;
  margin: 0em auto;
}

.product__info__list {
  margin: 2em 0 0;
  list-style-type: none;
}

.product__info__list:first-child {
  margin-top: 0;
}

.product__info__list__unit {
  font-size: .9em;
  line-height: 1.8;
  margin: .5em 0;
}

.product__info__list__unit:first-child {
  margin-top: 0;
}

.product__info__list__unit a {
  color: #111;
}

.text-titles {
  margin: 0 auto 2em;
}

.text-titles-list__detail-text {
  width: 100%;
  height: 30px;
  padding: .5em;
  border: 1px solid #ccc;
  display: inline-block;
}

@media (max-width: 980px) {

  /* ~980px */
  .product__name {
    text-align: center;

  }

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

@media (max-width: 768px) {

  /* ~768px */
  div.col.col-lg-4.col-sm-12.section__block {
    margin-top: -10px;
  }

.product {
  padding: 65px 20px 0;
}

  .product__images {
    margin: 0 auto;
  }

  .product__images img {
    margin: 0 auto;
  }

  .product__name {
    text-align: center;
    width: 100%;
    padding: 0;
  }

  .product__price {
    text-align: center;
    padding-bottom: 0px;
    font-size: 20px;
  }

  .product__info {
    padding: 0
  }

  .product__info__list:first-child {
    margin-top: 2em;
  }

  .shohin_textbox {
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media (max-width: 480px) {
  /* ~480px */

}

/* ----------ノベルティとかラッピングのおしらせ----------- */
.info {
  max-width: 960px;
  margin: 0 auto;
  padding-top: 0px;
}

.info-left {
  float: left;
  margin-right;
  10px;
  display: inline-block;
  vertical-align: center;
}

.info-left img {
  margin: auto 0;
}

.info-right {
  float: right;
  padding-left;
  10 display: inline-block;
  vertical-align: center;
}


dl.shop_info {
  max-width: 470px;
  margin: 0 auto;
  padding-top: 15px;
}

.shop_info_dt {
  font-family: 'Lato', sans-serif;
  letter-spacing: .19em;
  font-weight: 700;
  font-size: 16px;
  padding-bottom: 5px;
}

.shop_info_dd {
  letter-spacing: .19em;
  padding-top: 10px;
  padding-bottom: 20px;
}

.clear {
  clear: both;
}