#contents .product-txt-area h2{
	font-size: 22px !important;
	line-height:1.5em;
    /*letter-spacing: 0.15em;*/
	letter-spacing:normal;
    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 140px;
	line-height: 1.5em;
	letter-spacing: 0.15em;
    clear:both;
    
}

.image__thumb--active{ 
    opacity: 0.5;
}

#product button.btn {
    display: inline-block;
    margin-bottom: 0;
    padding: 18px 25%;
    border: 1px solid #181818;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #181818;
    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: #524e2e;
    font-size: 18px;
    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;*/
	margin-bottom: 10px;
}
.product__image-thumb li:hover{
	opacity:0.8;
	cursor:pointer;
}
.product__image{
	margin-bottom:40px;
	max-width: 100%;
}
.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%;*/
	font-size: 12px;
	margin-top: 20px;
	background: #452a0b;
	padding: 3px 5px;
	color: #ffffff;
}
.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;*/
		height: auto !important;
	}
	/*.product__image-thumb{
		margin-bottom:5%;
	}*/

	#product .price_table1 th,
	#product .price_table1 td{
		width: 100%;
		display: block;
	}
	#product .price_table1 td{
		border-top:none;
		border-bottom: 1px solid #dddddd;
		text-align: left;
	} 

	#product .price_table1 td{
		font-size: 20px;
	}

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

.productthumb-container{
  display: flex;
  justify-content:space-between;
  flex-wrap: wrap;
  margin-top: 20px;
} 
.productthumb-container::before{
  content:"";
  display: block;
  width:25%;
  order:1;
}
.productthumb-container::after{
  content:"";
  display: block;
  width:25%;
}
.productthumb-item{
    width: 25%;
    margin-bottom: 10px;
	text-align: center;
}
.productthumb-item img {
	max-width: 96%;
	height: auto !important;
}
.productthumb-item img:hover {
	cursor: pointer;
}









