#contents .product-txt-area h2{
	font-size: 29px !important;
	line-height:1.5em;
    letter-spacing: 0.15em;
    font-weight: normal;
	/*border-top: 1px solid #000  !important;
    border-bottom: 1px solid #000  !important;*/
    padding: 10px;
    margin: 0 auto;
    display: flex;
}
#contents .product-txt-area h2:after{
	display:none;
}

.input-prepend.input-append input {
  font-size: 24px;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100px;
  text-align: right;
}
.product-order-exp{
    padding: 0 10px 25px;
	line-height: 1.5em;
letter-spacing: 0.15em;
}

.image__thumb--active{ 
    opacity: 0.5;
}

#product button.btn {
    display: inline-block;
    margin-bottom: 0;
    padding: 18px 25%;
    border: 1px solid #5d1a39;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #5d1a39;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
	font-family: "ÞâÌÀÄ«", YuMincho, "¥Ò¥é¥®¥ÎÌÀÄ« ProN W3", "Hiragino Mincho ProN", "HGÌÀÄ«E", "¥á¥¤¥ê¥ª", Meiryo, "£Í£Ó £ÐÌÀÄ«", "£Í£Ó ÌÀÄ«", serif;
}
#product button.btn:hover{
	opacity:0.8;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
#product .price_table1 td{
color: #5d1a39;
    font-size: 24px;
    font-weight: bold;
	text-align: center;
    line-height: 140%;
}
#product .product-order-exp table{
	border: 1px solid #c1c1c1;
    text-align: center;
    min-width: 210px;
	margin-bottom: 30px;
}
#product .product-order-exp table td:first-child{
	padding: 10px;
    background: #e9e8ed;
}
#product .product-order-exp table td{
	padding: 10px;
    border-bottom: 1px solid #c1c1c1;
    border-right: 1px solid #c1c1c1;
}
.product__image-thumb li{
	height:88px !important;
}
.product__image-thumb li:hover{
	opacity:0.8;
	cursor:pointer;
}
.product__image{
	margin-bottom:40px;
	max-width: 560px;
}
.explanation {
	margin-bottom:35px;
}

.recommend_h2{
	font-size:28px !important;
}
.reviewlist_datas {
  overflow: hidden;
  zoom: 1;
  margin-bottom: 10px;
}
.icon_star {
  float: left;
  width: 150px;
}
.review_poster li {
  float: left;
  margin-left: 10px;
}
.review_poster li {
  list-style: none;
}
.reviewlist {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #ccc;
}
.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;
  border-radius: 6px;
}
.stock_dl{
	display: flex;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    margin: 0 auto 10px;
}
.stock_dl dd{
	width:40%;
}



.product-txt-area .row1{
	display:flex;
}
.h_category{
	width:48%;
}
.product__fav-item{
	text-align: right;
/*width: 50%;*/
    width: 100%;
}
.product__fav-item button{
padding: 0;
  cursor: pointer;
  transition: .2s;
  color: #999;
  border: 0;
  outline: none;
  background: transparent;
}



.product__fav-item .fav-items {
  color: #ff7373;
}

.product__fav-item svg {
  width: 20px;
  height: 20px;
  vertical-align: -.35em;
  fill: currentColor;
}




.pc_view{
	display:block;
}
.sp_view{
	display:none;
}

#bnr:hover{
	opacity:0.8;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
}












@media (max-width: 768px) {
#contents h2 {
    font-size: 24px;
}
.product__image,.product-txt-area{
	width:100%;
	margin-bottom: 0;
}
.btn-lg{
	    padding: 18px 75px !important;
    min-width: 100%;
    font-size: 18px !important;
}

.together-block .col-sm-12{
		width:49%;
	padding:1%;
	margin:0 auto;
	height:auto !important;
}

.product__image-thumb li {
    height: 48px !important;
}
.product__image-thumb{
	margin-bottom:5%;
}

.pc_view{
	display:none;
}
.sp_view{
	display:block;
}
}



.table-bordered {
    border: 1px solid #fff;
}

.table-bordered th, .table-bordered td {
    border-left: 1px solid #fff;
}









