/* ==========================================================================

Description

- 商品詳細ページ

========================================================================== */
.products-detail {
	max-width: 750px;
}
.products-detail-info {
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	max-width: 750px;
	width: 750px;
	margin-top: 20px;
	margin-bottom: 40px;
}
/* 商品詳細 */
.products-detail-inner {
  	box-sizing: border-box;
	font-size: 1.3rem;
	width: 100%;
	max-width: 374px;
	margin-top: -20px;
}
.products-detail-cart {
	margin-bottom: 40px;
}
.products-detail-ttl {
	font-size: 2rem;
	letter-spacing: 0.06em;
	line-height: 1.6;
	font-weight: 400;
	margin-bottom: 20px;
}
.products-detail-label {
	  background-color: #cfcfcf;
    width: 50px;
    padding: 0 5px;
  	border-radius: 5px;
    text-align: center;
}
.products-detail-cart-dl {
	display: flex;
	align-items: center;
}
/* 価格 */
.products-detail-cart-dl dt {
	width: 56px;
	margin-top: auto;
}
.products-detail-cart-dl dd {
	margin-left: 0;
}
.products-detail-cart-dl.dl-price .text-price {
	font-size: 2.5rem;
  font-weight: 400;
	line-height: 1;
   color: #4B3830;
}
.products-detail-cart-dl.dl-price .text-tax {
	font-size: 1.2rem;
	margin-left: 14px;
}
/* 注文数 */
.products-detail-order {
	display: flex;
	justify-content: center;
	box-sizing: border-box;
	font-size: 1.6rem;
	background-color: #fff;
	box-sizing: border-box;
	border: solid 1px #CCC;
	color: #000;
	width: 77px;
	height: 30px;
	/*padding: 0 10px;*/
	padding: 0;
}
.products-detail-order input {
	display: block;
	box-sizing: border-box;
	border: none;
	text-align: center;
	max-width: 100%;
	width: 30px;
	padding: 0;
	margin: 0;
}
.products-detail-order input:focus {
	border: none;
	outline: none;
}
.no-spin::-webkit-inner-spin-button,
.no-spin::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
    -moz-appearance:textfield;
}
.btn-minus,
.btn-plus {
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	font-size: 1.2rem;
	transition: all .2s;
	width: 50px;
	height: 100%;
}
.btn-minus:hover,
.btn-plus:hover {
	opacity: .6;
}
/* 在庫数 */
.products-detail-cart-dl.dl-stock dt::after {
	margin: 0 4px;
}
.products-detail-cart-dl.dl-stock dt {
	width: auto;
}
.products-detail-cart-dl.dl-stock dd {
	margin: 0 0 0 20px;
}
.products-detail-text {
	font-size: 1.3rem;
	margin: 40px 0;
}
.products-detail-text p {
	margin-top: 0;
}

/* 商品スライダー */
.products-detail-slider {
  	box-sizing: border-box;
	width: 100%;
	width: 325px;
	max-width: 325px;
	margin-top: 30px;
	margin-right: 50px;
}
.products-detail-slider-main .slick-slide img {
	cursor: pointer;
	object-fit: cover;
	width: 325px;
	height: 432px;
	margin: 0;
}
.slide-arrow {
	cursor: pointer;
	position: absolute;
	z-index: 2;
	top: 45%;
	width: 30px;
	height: 30px;
}
.prev-arrow {
	left: 13px;
}
.next-arrow {
	transform: scale(-1, 1);
	right: 13px;
}


@media only screen and (min-width: 769px) {
	.products-detail-slider-sub .slick-track {
		transform: unset !important;
	}
	.products-detail-slider-sub {
		margin-top: 22px;
	}
	.products-detail-slider-sub,
	.products-detail-slider-sub .slick-track{
		width: 325px!important;
	}
	.products-detail-slider-sub .slick-slide:nth-child(4n) {
		margin: 0;
	}
	.products-detail-slider-sub .slick-slide img {
		cursor: pointer;
		object-fit: cover;
		width: 100%;
		height: 95px;
		margin: 0;
	}
	.products-detail-slider-sub .slick-slide::before {
		cursor: pointer;
		position: absolute;
		top: 0;
		bottom: 0;
		display: block;
		content: "";
		width: 100%!important;
		height: 95px;
		background-color: rgba(0, 0, 0, .15);
	}
	.products-detail-slider-sub .slick-current img {
		box-sizing: border-box;
		border: solid #BFB9B5 1px;
	}
	.products-detail-slider-sub .slick-current::before {
		display: none;
	}
	.products-detail-slider-sub .slick-slide {
		box-sizing: border-box;
		position: relative;
		overflow: hidden;
		opacity: 1;
		transition: 1s;
		width: calc(90% / 4) !important;
		height: 95px!important;
		margin: 0 3% 12px 0;
	}
	
/* EDIT ST 20241118 検索タグ */	
ul.btn_tag{
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content:flex-start;
	padding-inline-start: 0px;
}

ul.btn_tag li{
	list-style-type:none;
	margin-bottom: 20px;
}

ul.btn_tag li a{
	cursor: pointer;
	box-sizing:border-box;
	border: solid 1px #4B3830;
	border-radius: 20px;
	color: #4B3830;
	margin: 10px 5px;
	padding: 5px 20px;
	font-size: 1.3rem;
	font-weight: 400;
    letter-spacing: 0.06em;
	white-space: nowrap;
}
/* EDIT ED 20241118 検索タグ */	
/* EDIT ST 20241122 お気に入り */	
.product__fav-item {
  margin-top: 20px;
}

.product__fav-item button {
  padding: 0;
  cursor: pointer;
  transition: .2s;
  color: #999;
  border: 0;
  outline: none;
  background: transparent;
}

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

.product__fav-item svg {
  width: 20px;
  height: 20px;
  vertical-align: -.35em;
  fill: currentColor;
	margin-right: 5px;
}		
/* EDIT ED 20241122 お気に入り */	
	
}

@media only screen and (max-width: 768px) {
  .nav-search.sp-only {
    display: none;
  }
	.products-detail-info {
		display: block;
		max-width: 100%;
		margin-top: 0;
		margin-bottom: 50px;
	}
	/* 商品スライダー */
	.products-detail-slider {
		max-width: 100%;
      width: auto;
		margin: 24px auto 0;
	}
	.products-detail-slider-main .slick-slide {
		text-align: center;
	}
	.products-detail-slider-main .slick-slide img {
      width: 100%;
		max-width: 335px;
		height: auto;
		margin: 0 auto;
	}
	.products-detail-slider-main .slide-arrow {
		width: 28px;
		height: 28px;
	}
	.products-detail-slider-main .prev-arrow {
		left: 24px;
	}
	.products-detail-slider-main .next-arrow {
		right: 24px;
	}

	.products-detail-slider-sub {
		position: relative;
		width: 245px;
		margin: 15px auto 0;
	}
	.products-detail-slider-sub .slick-slide {
		margin: 0 5px;
	}
	.products-detail-slider-sub .slick-slide img {
		width: 40px;
		height: 54px;
		margin: 0;
	}
	.products-detail-slider-sub .slick-current img {
		border: solid #707070 1px;
	}

	.products-detail-slider-sub .slide-nav-arrow {
		position: absolute;
		top: 40%;
		width: 18px;
		height: 10px;
	}
	.products-detail-slider-sub .prev-arrow {
		left: -48px;
	}
	.products-detail-slider-sub .next-arrow {
		right: -48px;
	}
	
	/* 商品詳細 */
	.products-detail-inner {
		font-size: 1.4rem;
		max-width: 100%;
		margin-top: 0;
	}
	.products-detail-cart {
		margin-bottom: 20px;
	}
	.products-detail-ttl {
		font-size: 1.8rem;
		margin: 20px 0;
	}
	.products-detail-cart-dl {
		display: flex;
		align-items: center;
	}
	/* 価格 */
	.products-detail-cart-dl {
		margin-top: 0;
	}
	.products-detail-cart-dl dt {
		font-size: 1.4rem;
	}
	.products-detail-cart-dl.dl-price dt {
		display: none;
	}
	.products-detail-cart-dl.dl-price .text-price {
		font-size: 2.4rem;
	}
	.products-detail-cart-dl.dl-price .text-tax {
		margin-left: 7px;
	}
	/* 在庫数 */

	.products-detail-cart-dl.dl-stock dt {
		width: auto;
	}

	.products-detail-text {
		margin-top: 30px;
	}
  
    .products-detail-label {
    margin-bottom: 10px;
  }
  

	/*　チェックした商品　*/
	.products-detail-check {
		display: block;
		overflow-x: hidden;
		overflow-x: scroll;
		width: 100%;
	}
	.products-detail .list-product {
		display: flex;
		flex-wrap: nowrap;
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
		width: auto;
	}
	.products-detail .list-product li {
		white-space: nowrap;
		display: inline;
		min-width: 129px;
		margin-right: 14px;
	}
	.products-detail .list-product li .list-product-item__ttl {
		white-space: normal;
	}
	.products-detail .list-product-item__cat,
	.products-detail .list-product-item__memo,
	.products-detail .list-product-item__price {
		display: none;
	}
	
/* EDIT ST 20241118 検索タグ */	
ul.btn_tag{
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content:flex-start;
	padding-inline-start: 0px;
}

ul.btn_tag li{
	list-style-type:none;
	margin-bottom: 20px;
}

ul.btn_tag li a{
	cursor: pointer;
	box-sizing:border-box;
	border: solid 1px #4B3830;
	border-radius: 20px;
	color: #4B3830;
	margin: 10px 5px;
	padding: 5px 20px;
	font-size: 1.3rem;
	font-weight: 400;
    letter-spacing: 0.06em;
	white-space: nowrap;
}
/* EDIT ED 20241118 検索タグ */		
/* EDIT ST 20241122 お気に入り */	
.product__fav-item {
  margin-top: 20px;
}

.product__fav-item button {
  padding: 0;
  cursor: pointer;
  transition: .2s;
  color: #999;
  border: 0;
  outline: none;
  background: transparent;
}

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

.product__fav-item svg {
  width: 20px;
  height: 20px;
  vertical-align: -.35em;
  fill: currentColor;
	margin-right: 5px;
}		
/* EDIT ED 20241122 お気に入り */	

	
	
}

#detaileItemInfo {
	list-style: none;
	width: 100%;
	padding: 0;
	margin: 0;
}
#detaileItemInfo table {
	border-collapse: collapse;
	width: 100%;
}
#detaileItemInfo tr,
#detaileItemInfo td, 
#detaileItemInfo th {
	font-weight: 300;
	border-bottom: solid 1px #DED8CD;
}
#detaileItemInfo td, 
#detaileItemInfo th {
	padding: 4px 0;
	margin: 0;
}
#detaileItemInfo th {
	text-align: left;
	width: 170px;
	max-width: 100%;
}
