/* ~~ 商品詳細 ~~ */

.banner-box02 {
	margin: 50px 0;
}

.breadcrumbs {
    margin: 0 0 24px 10px;
}
.prod-detail {
	width: 100%;
	margin: 0 0 180px;
	padding: 0;
}
.detail-box {
/* 	max-width: 910px; */
	width: 100%;
	margin: 0;
	padding: 0;
}

.title-box {
	margin: 0 0 10px 0;
}
.title-box h1 {
	color: #333;
	font-size: 22px;
	font-weight: normal;
	margin: 10px 0 0;
}
.title-box p {
	color: #333;
	margin: 0;
}
.prd-opt-src {
  display: none !important;
}
.thumb-active {
  opacity: .8;
}
.product-exp {
  margin: 40px 0 70px;
  padding: 0 10px;
  line-height: 1.6;
}
.product-exp h2 {
	margin: 0;
	font-size: 24px;
	padding: 2px 10px;
	border-left: 5px solid #dccfc4;
}
.product-exp h3 {
	margin: 0;
	font-size: 20px;
}
.product-exp h4 {
	margin: 0;
	font-size: 18px;
}
.product-exp h5 {
	margin: 0;
	font-size: 17px;
}
.product-exp h6 {
	margin: 0;
	font-size: 16px;
}

.product-exp span {
	background-color: #dac55c;
	color: #fff;
	display: inline-block;
	margin-top: 5px;	
	padding: 1px 5px 3px;
}


.product-exp table {
	text-align:left;
	width: 100%;
}
.product-exp table a {
	text-decoration: underline;
}
.product-exp  table tr {
	border-bottom: 1px dotted #ccc;
}
.product-exp table th {
	font-weight: normal;
	padding: 15px 10px 15px;	

}

.product-exp table td {
	border: 1px solid #ccc;
	padding: 15px 10px 15px;

}



.spec-box {
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 20px;
}
.spec-box table {
	margin-bottom: 10px;
	text-align: left;
  width: 100%;
}
.spec-box .price-box {
	padding: 0 15px;
}
.spec-box table th {
	display: block;
	font-size: 14px;
	font-weight: normal;
  width: 100%;
	padding: 10px 0 0;
}
.spec-box table td {
	display: block;	
	font-size: 18px;
  width: 100%;
	padding: 0 0 0;
}

.spec-box table select {
  width: 90%;
}

.product-order-form input {
  margin-bottom: 5px;
  padding: 5px;
  width: 50px;
  height: 25px;
  text-align: right;
}
.product-unit {
  float: left;
  padding: .3em;
}
.product-init {
  display: none;
}
.product-option-table td div {
  margin-bottom: .5em;
}
.product-info-lst {
	width: 100%;
	margin: 0;
}
.product-info-lst ul.list-box {
	text-align: right;
}

.product-info-lst li {
	font-size: 12px;
  margin: 5px 0;
}
.product-info-lst a {
	color: rgba(0,0,0,.8);
}
.product-info-lst a:hover {
  text-decoration: underline;
}
.product-review {
  margin-bottom: 30px;
}
.product-review a {
  font-weight: bold;
}
.product-cart-btn {
  margin-top: 1em;
}

.spec-box table .item_price_discount,
.spec-box table .item_discount_rate {
  text-align: left;
}

.product-member-sale-msg {
  color: #e54362;
  font-size: 16px;
}
.stock_error {
  margin: 0 0 0;
  color: #9a4958;
  font-weight: bold;
  font-size: 18px;
}
#trackback {
  margin-bottom: 40px;
}
.trackback-block {
  clear: both;
}
  .trackback-url {
    padding: .5em;
  }
.together-block {
  clear: both;
}

.item_price_discount,
.item_discount_rate {
/* 	color: #960721; */
	text-align: left;
}


.btn_cart {
	background-color: #EAC117;	
	border: 1px solid #EAC117;
	color: #fff;
	display: inline-block;
	padding: 20px 30px;
	border-radius: 10px;
	font-size: 18px;
	text-decoration: none;
	transition: .4s;
	width: 100%;
}

.btn_cart:hover {
	background-color: #fff;
	color: #EAC117;	
}

.btn_contact a  {
	color: #fff;	
	font-size: 13px;
	text-align: center;
}
.btn_contact:hover a {
	color: #fff;
}

/* お気に入り */
.product__fav-item {
  margin: 10px 0 15px;
  text-align: right;
}
.product__fav-item button {
  padding: 0;
  cursor: pointer;
  transition: .2s;
  color: #999;
  border: 0;
  outline: none;
  background: transparent;
}
.product__fav-item .fav-items {
  color: #9a4958;
/*   color: #ff7373; */
}
.product__fav-item svg {
  width: 20px;
  height: 20px;
  vertical-align: -.35em;
  fill: currentColor;
}


/* レビュー */

.review {
	display: block;	
  margin:2em 0;
  position: relative;
  padding: 0.25em 1em;
  border: solid 2px #dac55c;
  border-radius: 3px 0 3px 0;
  text-align: center;
}
.review:before,.review:after {
  content: '';
  position: absolute;
  width:13px;
  height: 13px;
  border: solid 2px #dac55c;
  border-radius: 50%;
}
.review:after {
  top:-12px;
  left:-12px;
}
.review:before {
  bottom:-12px;
  right:-12px;
}
.review:hover {
	background-color: #dac55c;
	color: #fff;
}


.reviewlist_datas {
  overflow: hidden;
  zoom: 1;
  margin-bottom: 10px;
}
.icon_star {
  float: left;
  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 {
  border: 1px dotted #ccc;	
  padding: 15px;
  margin-bottom: 15px;
}
.review_ttl,
.shopcomment_ttl {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.review_img {
  float: right;
  margin: 0 0 10px 10px
}
.reviewlist_content {
	font-size: 14px;
	line-height: 1.5;
  overflow: hidden;
  zoom: 1;
}
.shopcomment {
  margin-top: 10px;
  margin-bottom: 10px;
  background: #eee;
  padding: 15px;
  border-radius: 6px;
}



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

	.spec-box {
    display: block;
    width: 100%;
    float: none;
    margin: 0 auto;
	}
	.spec-box .price-box {
		padding: 0;
	}	
	.product-info-lst {
    display: block;
    width: 100%;
    float: none;
    margin: 50px auto 0;
	}
	.prod-detail {
    margin: 0 0 80px;
	}
	.beauty {
    margin: 0 auto 120px;
	}
}

@media (max-width: 360px) {
		/* ~360px */
	.spec-box {
    width: 90%;
	}
}

@media (max-width: 320px) {
		/* ~320px */
	.spec-box {
    width: 90%;
	}
}




/* swiper */
.swiper-container {
	max-width: 910px !important;
	margin: 0 auto !important;
}

.slider-box {
	display: table-cell;	
	float: left;
  width: 54.94505%;	
}
.swiper {
	margin: 0 auto;
	max-width: 100% !important;
}

.gallery-top {

}
.gallery-top .swiper-slide {
  background-size: cover;
  background-position: center;
  cursor: pointer;  
}
.gallery-top .swiper-slide img {
	width: 100%;
	height: 500px;
	margin-bottom: 15px;
	object-fit: cover;
	font-family: 'object-fit: cover;'
}
/*
.gallery-top .swiper-slide.swiper-slide-active {
    background-color: #fff;
    height: 500px;
}
*/
.name-box {
	display: table-cell;
	float: right;
	margin-left: 1.64835%;
	width: 43.40659%;
} 
.gallery-thumbs,
.gallery-thumbs02 {
  padding: 10px 0;
  width: 100%;
}
.gallery-thumbs .swiper-slide,
.gallery-thumbs02 .swiper-slide {
  background-size: cover;
  background-position: center;
  width: 20%;
  opacity: 0.4;
  cursor: pointer;    
}

.gallery-thumbs .swiper-slide {
	max-height: 174px;
}

.gallery-thumbs .swiper-slide img {　
	object-fit: cover;
	font-family: 'object-fit: cover;'	
	height: 145px !important;	
}


.gallery-thumbs .swiper-slide-thumb-active,
.gallery-thumbs02 .swiper-slide-thumb-active {
  opacity: 1;
 
}




.swiper-pagination-bullet-active {
	background: #91a8d1 !important;
}
.swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23202020'%2F%3E%3C%2Fsvg%3E") !important;
	opacity: 0.4 !important;
}
.swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23202020'%2F%3E%3C%2Fsvg%3E") !important;
	opacity: 0.4 !important;	
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	opacity: 0.05 !important;
}

@media (max-width: 768px) {
		/* ~768px */
	.swiper-container {
		width: 500px !important;
	}

	.gallery-thumbs02 .swiper-slide img {　
		width: 20%;
		height: 80px;
		object-fit: cover;
    font-family: 'object-fit: cover;'
		padding: 0 3px;
	}
	
	.slider-box {
		float: left;
		margin-bottom: 15px;
	  width: 100%;	
	}
	.name-box {
		float: left;
		margin: 0 2%;
		width: 96%;
	}	
}
@media (max-width: 540px) {
		/* ~540px */	
	.swiper-container {
		width: 440px !important;
	}
	.gallery-thumbs02 .swiper-slide img {　
		width: 20%;
		height: 80px;
		object-fit: cover;
    font-family: 'object-fit: cover;'
		padding: 0 3px;
	}

	.gallery-top .swiper-slide img {
		width: 100%;
		height: 440px;
		margin-bottom: 15px;
	}	
}
@media (max-width: 500px) {
		/* ~500px */	
	.swiper-container {
		width: 410px !important;
	}
	.gallery-thumbs02 .swiper-slide img {　
/* 		width: 20%; */
		height: 74px !important;
		max-height: 74px !important;
		padding: 0;
	}
	.gallery-top .swiper-slide img {
		width: 100%;
		height: 410px;
		margin-bottom: 15px;
	}		
}
@media (max-width: 420px) {
		/* ~420px */	
	.swiper-container {
		width: 380px !important;
	}
	.gallery-thumbs02 .swiper-slide img {　
/* 		width: 20%; */
		height: 68px !important;
		max-height: 68px !important;		
		padding: 0;
	}
	.gallery-top .swiper-slide img {
		width: 100%;
		height: 380px;
		margin-bottom: 15px;
	}	
}
@media (max-width: 400px) {
		/* ~320px */	
	.swiper-container {
		width: 360px !important;
	}
	.gallery-thumbs02 .swiper-slide img {　
/* 		width: 20%; */
		height: 64px !important;
		max-height: 64px !important;		
		padding: 0;
	}
	.gallery-top .swiper-slide img {
		width: 100%;
		height: 360px;
		margin-bottom: 15px;
	}	
}
@media (max-width: 380px) {
	
	.swiper-container {
		width: 350px !important;
    margin: 0 auto;
	}
	.gallery-thumbs02 .swiper-slide img {　
/* 		width: 20%; */
		height: 62px !important;
		max-height: 62px !important;		
		padding: 0;
	}
	.gallery-top .swiper-slide img {
		width: 100%;
		height: 350px;
		margin-bottom: 15px;
	}		

}
@media (max-width: 360px) {
	
	.swiper-container {
		width: 340px !important;
	}
	.gallery-thumbs02 .swiper-slide img {　
/* 		width: 20%; */
		height: 60px !important;
		max-height: 60px !important;		
		padding: 0;
	}
	.gallery-top .swiper-slide img {
		width: 100%;
		height: 340px;
		margin-bottom: 15px;
	}		

}
@media (max-width: 350px) {
	
	.swiper-container {
		width: 300px !important;
	}
	.gallery-thumbs02 .swiper-slide img {　
/* 		width: 20%; */
		height: 52px !important;
		max-height: 52px !important;			
		padding: 0;
	}
	.gallery-top .swiper-slide img {
		width: 100%;
		height: 300px;
		margin-bottom: 15px;
	}		

}







