
/********************
* kaidashi
********************/
/* kaidashi-cont */
#kaidashi-cont {
    box-sizing: border-box;
}

.c-title-back-kaidashi {
  background-color: #B1780F;
}
.c-block-container-back-kaidashi {
  background-color: #FDF5E5;
}
.c-product__content.kaidashi {
	min-height: unset;
	background-color: #fff;
	border-radius: 30px;
	padding: 0;
}
h3.product_detail_ttl {
	color: #4F3506;
	font-size: 30px;
	font-weight: 700;
	text-align: left;
	margin-bottom: 40px;
}
.product_detail_point_txt {
	width: 660px;
	text-align: left;
}
.product_detail_point_txt h4 {
	font-size: 26px;
}
.product_detail_point_txt h4::before {
	background-color: #B1780F;
}
.product_detail_point_txt ul.point_list {
	margin-bottom: 20px;
}
.product_detail_point_txt ul.point_list p {
	margin-top: 10px;
}
.product_detail_recipe {
	text-align: left;
}
.product_detail_recipe h3 {
	color: #4F3506;
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
	h3.flavor_ttl {
		font-size: 24px;
		border-radius: 10px 10px 0 0;
		padding: 15px 20px;
	}
	h3.product_detail_ttl {
		font-size: 26px;
	}
	h3.product_detail_ttl span {
		font-size: 16px;
	}
	.product_detail_point_txt {
		width: 100%;
	}
	.product_detail_point_txt h4 {
		font-size: 20px;
	}
}
.kaidashi-point01,
.kaidashi-point02 {
	background-color: #FDF5E5;
	border-color: #E3A940;
	text-align: left;
	padding-left: 324px;
}
.kaidashi-point01.c-top-point {
	padding-top: 24px;
  padding-bottom: 24px;
}
.kaidashi-point01 .kaidashi-point01-img  {
	width: 195px;
	bottom: 20px;
	left: 94px;
}
.kaidashi-point02 .kaidashi-point02-img  {
	width: 172px;
	bottom: -19px;
	left: 113px;
}
@media screen and (max-width: 768px) {
	.kaidashi-point01,
	.kaidashi-point02 {
		padding-left: 98px;
		padding-right: 0;
	}
	.kaidashi-point01.c-top-point {
		padding-top: 15px;
    padding-bottom: 15px;
	 }
	.kaidashi-point01 .kaidashi-point01-img  {
		width: 70px;
		bottom: 50%;
		transform: translateY(50%);
		left: 20px;
	}
	.kaidashi-point02 .kaidashi-point02-img  {
		width: 86px;
		bottom: 50%;
		transform: translateY(50%);
		left: 12px;
	}
}
.product_detail_recipe.feature ul li p:last-of-type {
	margin-bottom: 0;
}
.kaidashi-feature-title {
	font-size: 30px;
	position: relative;
	color: #4F3506;
	line-height: 1.5;
	font-weight: 700;
}
.kaidashi-feature-title::before,
.kaidashi-feature-title::after {
	position: absolute;
	content: '';
	display: block;
	background-color: #B1780F;
	height: 4px;
	border-radius: 999px;
	width: 370px;
	top: 50%;
	transform: translateY(-50%);
}
.kaidashi-feature-title::before {
	left: 0;
}
.kaidashi-feature-title::after {
	right: 0;
}
@media screen and (max-width: 768px) {
	.product_detail_recipe ul li:not(:last-child) {
		margin-bottom: 30px;
	}
	.kaidashi-feature-title {
		font-size: calc(48 / 768 * 100vw);
	}
	.kaidashi-feature-title::before,
	.kaidashi-feature-title::after {
		width: calc( 200 / 768 * 100vw );
	}
}



