@charset "UTF-8";

/*----------------------------------------
	- mv_wrap
-----------------------------------------*/

/*=======================================
	mv_wrap
=======================================*/
#mv_wrap .mv_bg {
	margin: 80px 0 93px;
	width: 100%;
	background: url(../../image/recipe/main02.jpg) no-repeat center;
	background-size: cover;
	height: 150px;
}
#mv_wrap .mv_bg .contents {
	display: flex;
	align-items: center;
	height: 100%;
}
#mv_wrap .mv_bg .contents .title {
	font-size: 28px;
	letter-spacing: 0.15em;
	color: #fff;
	font-weight: 500;
}
@media screen and (max-width: 768px) {
	#mv_wrap .mv_bg {
		margin: 50px 0 50px;
		width: 100%;
		background: url(../../image/recipe/main02_sp.jpg) no-repeat center;
		background-size: cover;
		height: 110px;
	}
	#mv_wrap .mv_bg .contents .title {
		font-size: 23px;
		letter-spacing: 0.15em;
		padding-left: 28px;
	}
}

/*=======================================
	recipe_intro_wrap
=======================================*/

section#recipe_intro_wrap div.contents.w1000 div.clms {
	display: flex;
	gap: 0 85px;
}
section#recipe_intro_wrap div.contents.w1000 div.clms div.left {
	padding-left: 50px;
}
section#recipe_intro_wrap div.contents.w1000 div.clms div.left .img_vertical picture {
	width: 266px;
}

section#recipe_intro_wrap div.contents.w1000 div.clms div.left .img_beside picture {
	width: 425px;
}

section#recipe_intro_wrap .title_box {
	display: flex;
	flex-direction: column;
	gap: 15px 0;
	margin-bottom: 40px;
}
section#recipe_intro_wrap .title_box.sp {
	display: none;
}
section#recipe_intro_wrap .title_box span {
	width: 100px;
	height: 1px;
	background-color: #B99C5C;
	position: relative;
}
section#recipe_intro_wrap .title_box span::before {
	content: '';
	position: absolute;
	top: 50%; left: 0;
	transform: translateY(-50%);
	width: 40px; height: 3px;
	background-color: #B99C5C;
}
section#recipe_intro_wrap .title_box h2 {
	font-size: 24px;
	font-weight: 500;
}
section#recipe_intro_wrap div.contents.w1000 div.clms div.right div.material_box {
	margin-bottom: 56px;
}
section#recipe_intro_wrap div.contents.w1000 div.clms div.right div.material_box h3 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 30px;
}
section#recipe_intro_wrap div.contents.w1000 div.clms div.right div.material_box div.set {
	margin-bottom: 30px;
}
section#recipe_intro_wrap div.contents.w1000 div.clms div.right div.material_box div.set.wide_set {
	padding-right: 95px;
}
section#recipe_intro_wrap div.contents.w1000 div.clms div.right div.material_box div.set dl {
	width: 100%;
	display: flex;
	justify-content: space-between;
	position: relative;
	font-size: 16px;
	font-weight: 300;
}
section#recipe_intro_wrap div.contents.w1000 div.clms div.right div.material_box div.set dl::before {
	content: '';
	position: absolute;
	top: 50%; left: 0;
	transform: translateY(-50%);
  background-image: linear-gradient(to right, #000, #000 2px, transparent 2px, transparent 15px);
  background-size: 15px 2px;
  background-position: left bottom;
  background-repeat: repeat-x;
	height: 2px;
	width: 100%;
	z-index: -1;
}
section#recipe_intro_wrap div.contents.w1000 div.clms div.right div.material_box div.set dl dt {
	padding: 2px 4px;
	background-color: #fff;
}
section#recipe_intro_wrap div.contents.w1000 div.clms div.right div.material_box div.set dl dd {
	padding: 2px 4px;
	background-color: #fff;
}
section#recipe_intro_wrap div.contents.w1000 div.clms div.right div.material_box h4 {
	font-size: 16px;
	margin-bottom: 5px;
	font-weight: 300;
}
section#recipe_intro_wrap div.contents.w1000 div.clms div.right div.process_box {
	margin-bottom: 65px;
}
section#recipe_intro_wrap div.contents.w1000 div.clms div.right div.process_box h3 {
	margin-bottom: 30px;
	font-weight: bold;
	font-size: 16px;
}
section#recipe_intro_wrap div.contents.w1000 div.clms div.right div.process_box ul {
	display: flex;
	flex-direction: column;
	gap: 30px 0;
	margin-bottom: 18px;
}
section#recipe_intro_wrap div.contents.w1000 div.clms div.right div.process_box ul li {
	font-weight: 300;
	line-height: 1.75;
}
section#recipe_intro_wrap div.contents.w1000 div.clms div.right div.process_box p.caption {
	font-size: 14px;
	font-weight: 300;
}
section#recipe_intro_wrap div.contents.w1000 dl.point_area {
	max-width: 800px;
	margin: 0 auto;
	border: 1px solid #B99C5C;
	padding: 21px 50px;
	font-size: 16px;
}
section#recipe_intro_wrap div.contents.w1000 dl.point_area dt {
	margin-bottom: 5px;
	font-weight: bold;
}
section#recipe_intro_wrap div.contents.w1000 dl.point_area dd {
	font-weight: 300;
	line-height: 2;
}

section#recipe_intro_wrap div.contents.w1000 div.clms div.right .text_box{
	margin-bottom: 30px;
	font-weight: 300;
	line-height: 2;
}



@media screen and (max-width: 1160px) {
	section#recipe_intro_wrap div.contents.w1000 div.clms {
		gap: 0 7.32vw;
	}
	section#recipe_intro_wrap div.contents.w1000 div.clms div.left {
		padding-left: 4.3vw;
	}
	section#recipe_intro_wrap div.contents.w1000 div.clms div.left picture {
		width: 22.93vw;
	}
	section#recipe_intro_wrap div.contents.w1000 div.clms div.right div.process_box h3 {
		font-size: calc((16 / 1160) * 100vw);
	}
	section#recipe_intro_wrap div.contents.w1000 div.clms div.right div.material_box div.set.wide_set {
		padding-right: 8.1vw;
	}
}
@media screen and (max-width: 768px) {
	section#recipe_intro_wrap div.contents.w1000 div.clms {
		flex-direction: column;
		align-items: center;
		gap: 25px 0;
	}
	section#recipe_intro_wrap div.contents.w1000 div.clms div.left {
		width: 85%;
		padding: 0;
	}
	section#recipe_intro_wrap .title_box.pc {
		display: none;
	}
	section#recipe_intro_wrap .title_box.sp {
		display: flex;
	}
	section#recipe_intro_wrap .title_box {
		margin-bottom: 25px;
	}
	section#recipe_intro_wrap div.contents.w1000 div.clms div.left picture {
		margin: 0 auto;
		width: 100%;
	}
	section#recipe_intro_wrap div.contents.w1000 div.clms div.right div.material_box {
		margin-bottom: 32px;
	}
	section#recipe_intro_wrap div.contents.w1000 div.clms div.right div.material_box div.set.wide_set {
		padding-right: 0;
	}
	section#recipe_intro_wrap div.contents.w1000 div.clms div.right div.material_box div.set dl::before {
		background-image: linear-gradient(to right, #000, #000 3px, transparent 3px, transparent 15px);
		background-size: 15px 3px;
		height: 3px;
	}
	section#recipe_intro_wrap div.contents.w1000 div.clms div.right div.process_box ul li {
		font-size: 16px;
		line-height: 1.625;
	}
	section#recipe_intro_wrap div.contents.w1000 div.clms div.right div.process_box {
		margin-bottom: 82px;
	}
	section#recipe_intro_wrap div.contents.w1000 div.clms div.right div.process_box h3 {
		font-size: 16px;
	}
	section#recipe_intro_wrap div.contents.w1000 dl.point_area {
		padding: 35px 23px;
	}
	section#recipe_intro_wrap div.contents.w1000 dl.point_area dt {
		margin-bottom: 5px;
	}
}


/*============================
- recipe_area
============================*/

#recipe_area .line_set {
	padding-top: 225px;
	position: relative;
}
#recipe_area .line_set .line01 {
	content: '';
	position: absolute;
	top: 128px; left: 50%;
	transform: translateX(-50%);
	width: 1134px;
}
#recipe_area .line_set .contents.w1000 {
	margin-bottom: 80px;
}
#recipe_area .line_set .contents.w1000 .title {
	width: fit-content;
	font-size: 20px;
	padding-right: 160px;
	position: relative;
	margin-bottom: 40px;
	font-weight: 400;
}
#recipe_area .line_set .contents.w1000 .title::after {
	content: '';
	position: absolute;
	top: 50%; right: 0;
	transform: translateY(-50%);
	width: 120px;
	height: 0.5px;
	background-color: #707070;
}
#recipe_area .line_set .contents.w1000 ul {
	display: flex;
	flex-wrap: wrap;
	gap: 20px 0;
}
#recipe_area .line_set .contents.w1000 ul li {
	width: calc((100%) / 3);
}
#recipe_area .line_set .contents.w1000 ul li a {
	display: block;
	font-size: 15px;
	font-weight: 300;
}
#recipe_area .line_set .contents.w1000 ul li:nth-child(3n -1) a {
	padding-left: 20px;
}
#recipe_area .line_set .contents.w1000 ul li:nth-child(3n) a {
	padding-left: 25px;
}

@media screen and (max-width: 1160px) {
	#recipe_area .line_set .line01 {
		width: 95vw;
	}
	#recipe_area .line_set .contents.w1000 {
		margin-bottom: 6.89vw;
	}
	#recipe_area .line_set .contents.w1000 .title {
		font-size: calc((20 / 1160) * 100vw);
	}
	#recipe_area .line_set .contents.w1000 ul li a {
		font-size: calc((15 / 1160) * 100vw);
	}
}
@media screen and (max-width: 768px) {
	#recipe_area .line_set {
		padding-top: 130px;
	}
	#recipe_area .line_set .line01 {
		top: 45px;
		left: auto; right: 0;
		transform: initial;
		width: 98vw;
	}
	#recipe_area .line_set .contents.w1000 {
		margin-bottom: 75px;
	}
	#recipe_area .line_set .contents.w1000 .title {
		font-size: 20px;
	}
	#recipe_area .line_set .contents.w1000 ul {
		flex-direction: column;
		gap: 15px 0;
	}
	#recipe_area .line_set .contents.w1000 ul li {
		width: 100%;
	}
	#recipe_area .line_set .contents.w1000 ul li a {
		font-size: 14px;
	}
	#recipe_area .line_set .contents.w1000 ul li:nth-child(3n) a {
		padding-left: 0px;
	}
	#recipe_area .line_set .contents.w1000 ul li:nth-child(3n -1) a {
		padding-left: 0px;
	}


section#recipe_intro_wrap div.contents.w1000 div.clms div.right .text_box{
	font-size: 16px;
}


}