h1.contents-title {
	margin: 0 0 1.5rem;
	font-weight: 400;
	font-size: 1.3rem;
	letter-spacing: 1px;
}
.product_info_block {
	font-size: .97rem;
}
#product-info {
	margin: 0 0 1.5rem;
}
.product_contents_block {
	margin: 2rem 0 !important;
}
.product_contents_block h2 {
	margin: 1rem 0;
	padding-bottom: 5px;
	color: #6f9b65;
	border-bottom: 3px double rgba(111, 155, 101, 0.45);
}
.product_contents_block h3.products-description {
	margin: 0 0 1.5rem !important;
	padding: 1rem;
	line-height: 1.3;
	letter-spacing: 2px;
	color: #817E7A !important;
	background-color: #EDEAE5;
}
.product-order-exp b {
	font-weight: 700 !important;
}
.product-order-exp img {
	padding: 15px 15px 15px 0 !important;
}
/* bxSlider関連 */
.container-section {
	opacity: 0;
	transition: opacity .3s linear;
}
.bx-wrapper {
	margin: 0 !important;
}
.product-image-main {
	margin: 0 0 1.5rem;
}
.product-image-main .bx-wrapper ul li {
	display: block;
	overflow: hidden;
}
.product-image-main .bx-wrapper img {
	width: 100%;
	max-width: 100%;
	height: fit-content;
	border: 2px solid #F7F3E8;
}
ul.bxslider {
	margin-left: 0px !important;
}
.bx-wrapper .bx-viewport {
	border: none;
	box-shadow: none;
	left: 0;
	background: transparent !important;
}
.custom-thumb li {
	position: relative;
	display: inline-block;
	cursor: pointer;
	vertical-align: top;
	margin: 0;
	padding: 5px 5px 5px 0;
}
.custom-thumb li a:hover {
	opacity: 0.7;
}
/* サムネイルactive時の枠を付ける */
.custom-thumb a {
	/*display: inline-block;*/
	display: block;
}
.custom-thumb a img {
	width: 100%;
	height: auto;
}
a.active {
	border: 2px solid #c2b590;
}

input, button, select, textarea {
	font-family: 'Noto Serif JP', '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif !important;
}

/* 販売価格の文字強調 */
.product_sales {
	line-height: 1.5;
	font-weight: 700;
	font-size: 1.2em;
}

/* 数量入力欄 */
input.product-cart-init-num {
	float: left;
	appearance: none;
	-webkit-appearance: none;
	border: 1px solid #ccc;
	height: 30px;
	width: 20%;
	font-size: 1.1em;
}
.product_cartnumber {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}
.product_cartnumber select {
	width: 80%;
}
.product-unit {
	flex: 1;
	padding: 0 0 0 5px;
}
/* 商品単位 */
.product-unit {
	float: left;
	padding: 5px;
}

/* 名入れ入力欄 */
.product-order-form input[type="text"] {
	width: calc(100% - 14px);
}

/* カートボタン下マージン */
.product_cart_area {
	margin-bottom: 15px;
}

/* カートボタンのデザイン */
.btn-addcart {
	background-color: #6f9665;
	border: medium none;
	color: #fff;
	font-size: 18px;
	letter-spacing: 0.1em;
	padding: 18px 0;
	border-radius: 0 !important;
}
.btn-addcart:hover {
	color: #FFF !important;
	background-color: #EDEAE5;
}
input.soldout {
	color: #FFF !important;
	background: #AC0000;
	cursor: default;
}
/* お問い合わせボタンのデザイン */
.btn-form {
	background-color: rgba(255, 255, 255, 0.7);
	border: 1px solid rgba(0, 0, 0, 0.2);
	color: #111;
	font-size: 18px;
	letter-spacing: 0.1em;
	padding: 18px 0;
	border-radius: 0 !important;
}
.btn-form:hover {
	color: #FFF !important;
	background-color: #747474;
}
/* いいねボタンのズレ修正 */
.fb_adjust {
	position: relative;
	top: 1px;
}

.item-link {
	font-size: .9em;
}

h4.sub-title {
	margin: 0 0 1.2rem !important;
	color: #6f9b65;
	font-size: 1em;
	font-weight: 400 !important;
	line-height: 1.6;
	letter-spacing: 0;
}

.product-order-exp p {
	font-size: .95em;
}
#contents .about {
	color: #434343;
}
#contents .about dt {
	margin-bottom: 5px;
	font-weight: 700 !important;
	font-size: .95em !important;
}
#contents .about dt:before {
	margin-right: .2rem;
	content: "−";
	font-weight: 400 !important;
}
#contents .about dd {
	padding-left: .5rem;
	margin-bottom: .75rem;
	font-size: .95em;
}
ul.option-icon {
	margin: 1.5rem 0 1rem;
	text-align: right;
}
ul.option-icon li {
	margin-left: 8px;
	margin-bottom: 0;
	display: inline-block;
	background: #d9d9d9;
	border-radius: 3px;
}
ul.option-icon li.active {
	background: #9A7D3E;
}
ul.product-link {
	font-size: .9em;
}
ul.product-link li a {
	color: #333 !important;
}
.p-product-option-tbl {
	margin-top: 30px;
	margin-bottom: 30px;
	overflow-x: auto;
}
.table-bordered {
	border: none !important;
	border-collapse: separate;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.p-product-option-tbl table {
	margin-bottom: 0;
	border-left: 0;
	border-right: 0;
	width: 100%;
}
.table-bordered th, .table-bordered td {
	font-weight: 400 !important;
	font-size: 85%;
	border: none !important;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important;
}
.table-bordered td.cell_2 div,
.table-bordered td.cell_2 label {
	margin-bottom: 0 !important;
	display: inline-block !important;
}
.table-bordered td.cell_2 div input {
	margin: 0 3px 0 0 !important;
}
.p-product-option-tbl th {
	min-width: 100px;
}
.p-product-option-tbl th, .p-product-option-tbl td {
	padding: 12px 5px;
	border: none !important;
	border-left: 0;
	text-align: center;
}
.p-product-option-tbl table div {
	display: inline-block !important;
}
.p-product-option-tbl label {
	display: inline-block !important;
	margin-left: 5px;
	margin-bottom: 0;
}
.tbl-r02 {
	margin: 20px auto;
	width: 100%;
}
.tbl-r02 th {
	background: #e6e3e0;
	border-top: solid 1px #ccc;
	border-right: solid 1px #ccc;
	color: #999;
	padding: 10px;
	width: 15%;
}
.tbl-r02 td {
	border: solid 1px #ccc;
	padding: 10px;
	width: 85%;
}
@media (max-width: 768px) {
	.col-lg-9 {width:100%;}
	.product_contents_block h2 {
		font-size: 1.2rem !important;
		letter-spacing: 0.5px;
	}
	h4.sub-title {
		font-size: 1em;
	}
	.product-image-main .bx-wrapper img {
		height: auto !important;
	}
	.custom-thumb a img {
		width: 100%;
		height: 70px;
		object-fit: cover;
	}
	.product-order-exp p {
		font-size: .9em;
	}
	ul.product-link {
		font-size: .85em;
	}
}

/* IE11だけで適用されるスタイルシート */
@media all and (-ms-high-contrast:none) {
	*::-ms-backdrop,
	.custom-thumb img {
		width: 100%;
	}
}

/*YOUTUBE*/
.movie-wrap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}

.movie-wrap iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
/*レビュー追加CSS*/
.reviewlist_datas {
  overflow: hidden;
  zoom: 1;
  margin-bottom: 10px;
}
.icon_star {
  float: left;
  width: 75px;
  overflow: hidden;
}
.icon_star img {
  max-width: inherit;
  padding: 8px 15px 15px 0 !important;
}
.review_poster li {
  float: left;
  margin-left: 15px;
}
.review_poster li {
  list-style: none;
}
.reviewlist {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #ccc;
}
.review_ttl,
.shopcomment_ttl {
  font-size: 1em;
  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;
}
/*ここまで*/
/* オプション金額を非表示にする */
.table_price {
    display: none;
}
/* オプション金額を非表示にする */
/* カートボタン上のマージン */
.btn-addcart{
  margin-top:20px;}
/* カートボタン上のマージン */