.product-detail-box-info-price .price{
  	font-size: 20px !important;
  	font-size: 2.0rem !important;
}

@media screen and (min-width: 710px) {
.product-detail-box-info-price .price{
  	font-size: 24px !important;
  	font-size: 2.4rem !important;
}
}

button{
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
}

/* 商品情報　カスタムテーブル */
.box-text table {
    width: 100%;
	border-collapse: collapse;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

@media screen and (min-width: 710px) {
.box-text table {
    width: 100%;
	border-collapse: collapse;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
}

.box-text th {
	border: solid #E0DFE3 1px;
	padding: 0.5em;
    background: #ebebeb;
}
.box-text td {
	border: solid #E0DFE3 1px;
	padding: 0.5em;
}


@media screen and (min-width: 710px) {
	.box02 {
  	border-top: 1px solid #000;
    padding: 40px;
    width: calc(100% + 80px);
    margin: 0 -40px;
}
}

.product-detail-box-info-option-tbl #option_tbl th {
	font-size: 12px!important;
  	font-family: 'Roboto', sans-serif!important;
  	font-weight: bold!important;
}

.add-to-favourtie .check{
  display: none;
}
.add-to-favourtie.fav-items .check{
  display: inline;
}
.add-to-favourtie.fav-items .non{
  display: none;
}

.detail-slider .slick-slide{
  	border-right: 1px solid #000;
}
.detail-slider .slick-prev{
	z-index: +1;
  	width: 20px;
  	height: 32px;
  	left: 38px;
}
.detail-slider .slick-prev:before{
	content: "";
  	width: 24px;
    height: 24px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
  	display: block;
  	position: absolute;
  	top: 50%;
  	left: 4px;
  	transform: translate(0%,-50%)rotate(-135deg);
}
.detail-slider .slick-next{
	z-index: +1;
  	width: 20px;
  	height: 32px;
  	right: 38px;
}
.detail-slider .slick-next:before{
	content: "";
  	width: 24px;
    height: 24px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
  	display: block;
  	position: absolute;
  	top: 50%;
  	right: 4px;
  	transform: translate(0%,-50%)rotate(45deg);
}


.thum-slider {
	border-bottom: 1px solid #000;
  	padding-left: 40px;
}
.thum-slider .slick-slide{
	width: 106px;
   border-right: 1px solid #000;
  	opacity: 0.6;
}
.thum-slider .slick-slide.slick-current{
	opacity: 1;
}
.thum-slider .slick-prev{
	z-index: +1;
  	background: #fff;
  	border-right: 1px solid #000;
  	width: 40px;
  	height: 126px;
  	left: 0;
}
.thum-slider .slick-prev:before{
	content: "";
  	width: 8px;
    height: 8px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
  	position: absolute;
  	top: 50%;
  	left: 55%;
  	transform: translate(-50%,-50%)rotate(-135deg);
}
.thum-slider .slick-next{
	z-index: +1;
  	background: #fff!important;
  	border-left: 1px solid #000;
  	width: 40px;
  	height: 126px;
  	right: 0;
}
.thum-slider .slick-next:before{
	content: "";
  	width: 8px;
    height: 8px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
  	position: absolute;
  	top: 50%;
  	left: 45%;
  	transform: translate(-50%,-50%)rotate(45deg);
}
.thum-slider .slick-next:hover{
	background: #fff;
}

@media screen and (max-width: 768px) {
  .detail-slider {
  	margin-right: -1px;
  }
  .thum-slider .slick-slide{
	width: 50px;
  }
  .thum-slider {
  	padding-left: 20px;
  }
  .thum-slider .slick-prev{
  	width: 20px;
  	height: 59px;
  }
  .thum-slider .slick-next{
  	width: 20px;
  	height: 59px;
  }
  .detail-slider .slick-prev{
  	left: 18px;
  }
  .detail-slider .slick-next{
  	right: 18px;
  }
}

.slick-counter {
	width: 80px;
  	height: 20px;
  	border-radius: 20px;
  	background: rgba(0,0,0,0.8);
  	color: #fff;
  	position: absolute;
  	bottom: 20px;
  	left: 50%;
  	transform: translate(-50%,0);
  	display: flex;
  	align-items: center;
  	justify-content: center;
  	font-size: 10px;
}
.slick-counter hr {
	padding: 0;
  	margin: 0;
  	border: none;
  	display: block;
  	width: 1px;
  	height: 12px;
  	background: #fff;
  	margin: 0 10px;
}
.slick-counter span {
	width: 16px;
  	display: block;
  	text-align: center;
  	font-family: "Arial";
}
