.product {
  overflow: hidden;
  margin-bottom: 135px;
}

@media screen and (max-width: 767px) {
  .product {
      margin-bottom: 65px;
  }
}

.product_image {
  float: left;
  width: 46.5%;
}

@media screen and (max-width: 767px) {
  .product_image {
    float: none;
    width: 100%;
    margin-bottom: 50px;
  }
}

.product_txt {
  float: right;
  width: 43.5%;
}

@media screen and (max-width: 767px) {
  .product_txt {
    float: none;
    width: 100%;
  }
}

.product_name {
  font-size: 30px;
  letter-spacing: 0.15em;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .product_name {
    font-size: 20px;
  }
}


.product_order_exp {
  margin-bottom: 55px;
}

.product_order_exp p {
  font-size: 16px;
  letter-spacing: 0.14em;
  line-height: 2;
  margin-bottom: 1.2em;
}
@media screen and (max-width: 767px) {
  .product_order_exp p {
    font-size: 13px;
    letter-spacing: 0.1em;
    line-height: 1.7;
    margin-bottom: 1.2em;
  }
}



.product_order_exp table {
  width: 100%;
  margin: 45px 0;
}

.product_order_exp table td,
.product_order_exp table th {
  font-size: 20px;
  padding: 15px 0;
  color: #a30000;
  border-top: 1px solid #a30000;
  border-bottom: 1px solid #a30000;
}

.product_order_exp table td span,
.product_order_exp table th span {
  font-size: 14px;
}

.product_order_exp table td{
  text-align: right;
}

@media screen and (max-width: 767px) {
  .product_order_exp table td,
  .product_order_exp table th {
    font-size: 14px;
    padding: 12px 0;
  }

  .product_order_exp table td span,
  .product_order_exp table th span {
    font-size: 10px;
  }
}

/*オプション情報*/
select {
  outline: none;
  text-indent: 0.01px;
  text-overflow: '';
  background: #fff url("https://file003.shop-pro.jp/PA01402/892/images/arroe_down.png") right 12px center no-repeat;
  background-size: 10px;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  padding: 10px 20px;
  height: auto;
  border: 1px solid #a30000;
  color: #a30000;
}

select option {
  color: #a30000;
}

select::-ms-expand {
  display: none;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 none;
}

select {
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}

select::-ms-expand {
  display: none;
}

/*購入フォーム*/
.product_order {
  overflow: hidden;
  margin: 10px 0 30px;
}

.btn_append {
  margin: 35px 0;
}

.btn_append .uneditable-input,
.btn_append input,
.btn_append select {
  width: 66px;
  height: 33px;
  padding: 0;
  font-size: 18px;
  text-align: center;
  border: 1px solid #a30000;
  border-radius: 0;
}

.btn-addcart {
  width: 100%;
  height: 60px;
  background: #a30000 url("https://file002.shop-pro.jp/PA01369/127/images/common/btn_cart_w.png") right 25px center no-repeat;
  background-size: 20px 20px;
  color: #fff;
  padding: 22px 20px;
  font-size: 16px;
  border: 0;
  border-radius: 3px;
  font-size: 1.8rem;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", "Meiryo", serif;
}
.tbl_calendar {
  border: none !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
}
.tbl_calendar th, .tbl_calendar td {
  padding: 4px !important;
  text-align: center !important;
  border-bottom: 1px solid #ccc !important;
}
.btn-addcart:hover {
  opacity: .7;
}


.btn_contact_cart{
  margin-top: 35px;
}


.btn_contact_cart a{
  display: block;
  text-align: center;
  width: 100%;
  background: #a0a0a0;
  color: #fff;
  padding: 17px 20px;
  font-size: 16px;
  border: 0;
  border-radius: 3px;
  font-size: 1.8rem;
  -webkit-transition-property: all;
  transition-property: all;
}


.thumb_item_nav {
  display: -webkit-flex !important;
  display: flex !important;
  margin-left: -7px;
  -webkit-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

@media screen and (max-width: 767px) {
  .thumb_item_nav {
    margin-left: -5px;
  }
}

.thumb_item_nav .slick-track {
  width: 100% !important;
  transform: none !important;
}

.thumb_item_nav li {
  position: relative;
  width: -webkit-calc(33.33333% - 7px) !important;
  width: calc(33.33333% - 7px) !important;
  margin-top: 7px;
  margin-left: 7px;
  cursor: pointer;
  outline: none !important;
}

@media screen and (max-width: 767px) {
  .thumb_item_nav li {
    width: -webkit-calc(33.33333% - 5px) !important;
    width: calc(33.33333% - 5px) !important;
    margin-bottom: 5px;
    margin-left: 5px;
  }
}



.thumb_item_nav li img {
  transition-property: all;
  transition-duration: .3s;
}

.thumb_item_nav li:hover img {
  opacity: 0.5;
}



.thumb_item_nav .slick-active img {
  opacity: 0.5;
}

