@charset "UTF-8";
/*icon_hot*/
.icon_hot_00{
	display: block;
	text-decoration: none;
	text-indent: -9999px;
	width: 100px;
	height: 30px;
	background: url('../../img/business/recipe_pro/icon_hot_00.png') top left no-repeat;
	background-size: cover;
	}

.icon_hot_01{
	display: block;
	text-decoration: none;
	text-indent: -9999px;
	width: 100px;
	height: 30px;
	background: url('../../img/business/recipe_pro/icon_hot_01.png') top left no-repeat;
	background-size: cover;
	}

.icon_hot_02{
	display: block;
	text-decoration: none;
	text-indent: -9999px;
	width: 100px;
	height: 30px;
	background: url('../../img/business/recipe_pro/icon_hot_02.png') top left no-repeat;
	background-size: cover;
	}

.icon_hot_03{
	display: block;
	text-decoration: none;
	text-indent: -9999px;
	width: 100px;
	height: 30px;
	background: url('../../img/business/recipe_pro/icon_hot_03.png') top left no-repeat;
	background-size: cover;
	}

.icon_hot_04{
	display: block;
	text-decoration: none;
	text-indent: -9999px;
	width: 100px;
	height: 30px;
	background: url('../../img/business/recipe_pro/icon_hot_04.png') top left no-repeat;
	background-size: cover;
	}

.icon_hot_05{
	display: block;
	text-decoration: none;
	text-indent: -9999px;
	width: 100px;
	height: 30px;
	background: url('../../img/business/recipe_pro/icon_hot_05.png') top left no-repeat;
	background-size: cover;
	}


/*index*/
#recipe_index_tit .item_wrap{
	width: 50%;
	background: #f8dcdd;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: column;
	}
#recipe_index_tit .tit_wrap{
	color: var(--colred);
	text-align: center;
	padding-top: 50px;
	background: url('../../img/business/recipe_pro/icon_recipe_index_tit.png') top center no-repeat;
	background-size: 30px 30px;
	}
#recipe_index_tit .tit_wrap .txt_24{
	color: #dd5a60;
                                font-weight: bold;
	}

#recipe_index_tit .tit_wrap h2.txt_60{
	display: flex;
	align-items: center;
	}

#recipe_index_tit .tit_wrap h2.txt_60 .h2_circle{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	border-radius: 60px;
	background: var(--colred);
	color: #f8dcdd;
	font-size: 0.3em;
	line-height: 1.2;
	margin-left: 20px;
	}

#recipe_index_tit .bg_index_main{
	width: 50%;
	aspect-ratio: 700 / 467;
	background: url('../../img/business/recipe_pro/bg_index_main.jpg') top center no-repeat;
	background-size: cover;
	}
#recipe_index_tit figure img{
	display: block;
	width: 100%;
	}

#recipe_index_menu{
	padding: 80px 0;
	}
#recipe_index_menu .item_wrap{
	display: flex;
	flex-wrap: wrap;
	}

#recipe_index_menu a.item{
	display: flex;
	flex-flow: column;
	width: calc((100% - 80px) / 3);
	background: var(--colwhite) url('../img/icon_triangle_red.svg') bottom right no-repeat;
	background-size: 40px 40px;
	box-shadow: 0px 0px 15px -5px #000000;
	color: var(--colred);
	margin-bottom: 40px;
	margin-right: 40px;
	}

#recipe_index_menu a.item:nth-of-type(3n){
	margin-right: 0;
	}


#recipe_index_menu a.item:hover{
	text-decoration: none;
	}

#recipe_index_menu a.item img{
	display: block;
	}

#recipe_index_menu a.item:hover img{
	opacity: 0.7;
	}

#recipe_index_menu a.item .detail{
	padding: 20px;
	color: #000000;
	}
#recipe_index_menu a.item .menu_thai{
	color: var(--colred);
	font-weight: bold;
	font-size: 1.25em;
	padding-left: 50px;
	background: url('../../img/business/recipe_pro/icon_thaiflag.png') center left no-repeat;
	background-size: 36px 24px;
	}
#recipe_index_menu a.item .menu_time{
	height: 30px;
	padding-left: 40px;
	background: url('../../img/business/recipe_pro/icon_time.png') top left no-repeat;
	background-size: 30px 30px;
	}

/*recipe_bottom*/
#recipe_bottom{
	background: var(--colwhite);
	}
#recipe_bottom .detail_wrap{
	padding: 80px;
	}
#recipe_bottom .recipe_intro .txt_wrap{
	width: calc(100% - 340px);
	}
#recipe_bottom .recipe_intro .txt_wrap h1.thaiflag{
	font-size: 3em;
	min-height: 48px;
	padding-left: 95px;
	background: url('../../img/business/recipe_pro/icon_thaiflag.png') center left no-repeat;
	background-size: 72px 48px;
	}
#recipe_bottom .recipe_intro .txt_wrap h1.thaiflag .small{
	font-size: 0.375em;
	}

#recipe_bottom .recipe_intro .txt_wrap h1.thaiflag:has(> .small) {
	line-height: 0.8;
	background-position: top left;
                                }
#recipe_bottom .recipe_intro .data_wrap{
	width: 300px;
	}
#recipe_bottom .recipe_intro .data_wrap div{
	background: #f0f0f0;
	padding: 20px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	}
#recipe_bottom .recipe_intro .data_wrap .time{
	margin-top: 20px;
	padding: 10px 20px;
	}

#recipe_bottom .icon_time{
	height: 30px;
	line-height: 30px;
	padding-left: 40px;
	background: url('../../img/business/recipe_pro/icon_time.png') center left no-repeat;
	background-size: 30px 30px;
	font-weight: bold;
	}
#recipe_bottom .time .txt_32{
	vertical-align: middle;
	}

#recipe_bottom .bg_f8dcdd .bg_ffffff{
	margin-top: 20px;
	padding: 40px;
	}

#recipe_bottom .bg_f8dcdd .h_item{
	font-size: 2em;
	padding-left: 40px;
	background: url('../../img/business/recipe_pro/icon_item.png') center left no-repeat;
	background-size: 30px 30px;
	margin-bottom: 40px;
	}
#recipe_bottom .bg_f8dcdd .img_item{
	width: 160px;
	}
#recipe_bottom .bg_f8dcdd .data_wrap{
	width: calc(100% - 200px);
	}

#recipe_bottom .bg_f8dcdd .h_item_link{
	font-size: 1.25em;
	}

#recipe_bottom .bg_f8dcdd .h_item_link a{
	display: inline-block;
	background: #f8dcdd;
	padding: 10px;
	}
#recipe_bottom .bg_f8dcdd .h_item_link a:after{
	content: '';
	display: inline-block;
	width: 14px;
	height: 14px;
	background: url('../img/icon_newwin_red.svg') no-repeat;
	background-size: 14px 14px;
	margin-left: 0.5em;
	}
#recipe_bottom .bg_f8dcdd .h_item_link a:hover{
	text-decoration: none;
	background: var(--colred);
	color: var(--colwhite);
	}

#recipe_bottom .bg_f8dcdd .h_item_link a:hover:after{
	background: url('../img/icon_newwin_white.svg') no-repeat;
	background-size: 14px 14px;
	}


#recipe_bottom .bg_f8dcdd a.btn_newwin_red{
	margin-top: 1em;
	}
#recipe_bottom .ingredients{
	border-bottom: 1px solid #dddddd;
	}
#recipe_bottom .ingredients .h_ingredients{
	font-size: 2em;
	padding: 0 0 10px 40px;
	background: url('../../img/business/recipe_pro/icon_ingredients.png') top 10px left no-repeat;
	background-size: 30px 30px;
	border-bottom: 1px solid #dddddd;
	}
#recipe_bottom .ingredients .h_ingredients .small{
	font-size: 0.5625em;
	vertical-align: middle;
	}

#recipe_bottom .ingredients .flex{
	}
#recipe_bottom .ingredients .img_ingredients{
	width: 300px;
	margin: 20px;
	}
#recipe_bottom .ingredients .data_wrap{
	width: calc(100% - 320px);
	}
#recipe_bottom .ingredients .tbl_ingredients{
	width: 100%;
	border-spacing: 0;
	}
#recipe_bottom .ingredients .tbl_ingredients th,#recipe_bottom .ingredients .tbl_ingredients td{
	border-bottom: 1px dashed #dddddd;
	padding: 10px 20px;
	}
#recipe_bottom .ingredients .tbl_ingredients tr:last-of-type th,#recipe_bottom .ingredients .tbl_ingredients tr:last-of-type td{
	border-bottom: none;
	}
#recipe_bottom .ingredients .tbl_ingredients th{
	text-align: left;
	font-weight: normal;
	}
#recipe_bottom .ingredients .tbl_ingredients td{
	text-align: right;
	}

#recipe_bottom .ingredients .tbl_ingredients a.icon_newwin_red{
	font-size: 1.125em;
	font-weight: bold;
	}

#recipe_bottom .howto .h_howto{
	font-size: 2em;
	padding-left: 40px;
	background: url('../../img/business/recipe_pro/icon_howto.png') top 10px left no-repeat;
	background-size: 30px 30px;
	}

#recipe_bottom .howto .item{
	width: calc(50% - 10px);
	border: 1px solid #dddddd;
	padding: 20px;
	margin-top: 20px;
	}
#recipe_bottom .howto .num{
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 64px;
	height: 64px;
	border-radius: 5px;
	background: var(--colred);
	color: var(--colwhite);
	font-size: 1.25em;
	font-weight: bold;
	margin-right: 20px;
	}
#recipe_bottom .howto .img_howto{
	width: 300px;
	}

a.btn_white{
	display: block;
	width: 340px;
                                height: 60px;
                                line-height: 60px;
	border-radius: 60px;
	border: 2px solid #ffffff;
                                font-size: 1.125em;
	font-weight: bold;
	margin: 40px auto 0;
	}

/* Media Queries
==========================================================================*/
@media screen and (max-width:1200px) {
#recipe_index_tit .item_wrap{
	padding: 20px 0;
	}
#recipe_index_tit .tit_wrap{
	padding-top: 50px;
	}
#recipe_index_menu .item_wrap{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	}

#recipe_index_menu a.item{
	width: calc(50% - 20px);
	margin-right: 0;
	}

}
@media screen and (max-width:767px) {
/*index*/
#recipe_index_tit .item_wrap{
	width: 100%;
	padding: 40px 0;
	}
#recipe_index_tit .tit_wrap{
	padding-top: 50px;
	}

#recipe_index_tit .tit_wrap h2.txt_60{
	font-size: 3em;
	}

#recipe_index_tit .tit_wrap h2.txt_60 .h2_circle{
	width: 50px;
	height: 50px;
	border-radius: 50px;
	color: #f8dcdd;
	font-size: 0.25em;
	margin-left: 10px;
	}

#recipe_index_tit .bg_index_main{
	width: 100%;
	}

#recipe_index_menu{
	padding: 40px 0;
	}
#recipe_index_menu a.item{
	width: 100%;
	margin-bottom: 20px;
	}
/*recipe_bottom*/
#recipe_bottom{
	background: var(--colwhite);
	}
#recipe_bottom .detail_wrap{
	padding: 20px;
	}
#recipe_bottom .recipe_intro .txt_wrap{
	width: 100%;
	}

#recipe_bottom .recipe_intro .txt_wrap h1.thaiflag{
	font-size: 1.5em;
	min-height: 36px;
	padding-left: 63px;
	background-size: 54px 36px;
	}

#recipe_bottom .recipe_intro .txt_wrap h1.thaiflag .small{
	font-size: 0.416em;
	}
#recipe_bottom .recipe_intro .txt_wrap .txt_24{
	font-size: 1em;
	}

#recipe_bottom .recipe_intro .data_wrap{
	width: 100%;
	margin-top: 20px;
	}
#recipe_bottom .recipe_intro .data_wrap div{
	padding: 10px;
	border-radius: 5px;
	}
#recipe_bottom .recipe_intro .data_wrap .time{
	margin-top: 10px;
	padding: 10px;
	}

#recipe_bottom .time .txt_bold{
	display: flex;
	align-items: center;
	}

#recipe_bottom .bg_f8dcdd .bg_ffffff{
	margin-top: 10px;
	padding: 20px;
	}

#recipe_bottom .bg_f8dcdd .h_item{
	font-size: 1.25em;
	margin-bottom: 20px;
	}
#recipe_bottom .bg_f8dcdd .img_item{
	width: 200px;
	margin: 0 auto;
	}
#recipe_bottom .bg_f8dcdd .data_wrap{
	width: 100%;
	text-align: center;
	}
#recipe_bottom .bg_f8dcdd .h_item_link{
	font-size: 1.125em;
	}

#recipe_bottom .bg_f8dcdd .h_item_link a{
	text-align: left;
	padding: 5px;
	}
#recipe_bottom .bg_f8dcdd .data_wrap p{
	text-align: left;
	}
#recipe_bottom .bg_f8dcdd a.btn_newwin_red{
	margin: 0.5em;
	}

#recipe_bottom .ingredients .h_ingredients{
	min-height: 40px;
	font-size: 1.25em;
	background-position: top left;
	margin-bottom: 10px;
	}
#recipe_bottom .ingredients .img_ingredients{
	width: 100%;
	margin: 0;
	}
#recipe_bottom .ingredients .data_wrap{
	width: 100%;
	}
#recipe_bottom .ingredients .tbl_ingredients th,#recipe_bottom .ingredients .tbl_ingredients td{
	border-bottom: none;
	padding:5px;
	}
#recipe_bottom .ingredients .tbl_ingredients tr{
	display: flex;
	justify-content: space-between;
	border-bottom: 1px dashed #dddddd;
	}
#recipe_bottom .ingredients .tbl_ingredients tr:last-of-type{
	border-bottom: none;
	}
#recipe_bottom .ingredients .tbl_ingredients td{
	white-space: nowrap;
	}

#recipe_bottom .howto .h_howto{
	font-size: 1.25em;
	background-position: top left;
	}

#recipe_bottom .howto .item{
	width: 100%;
	padding: 10px;
	margin-top: 10px;
	}
#recipe_bottom .howto .num{
	width: 40px;
	height: 40px;
	border-radius: 3px;
	margin-right: 10px;
	}
#recipe_bottom .howto .img_howto{
	width: calc(100% - 50px);
	}
a.btn_white{
	width: 100%;
                                height: 50px;
	line-height: 50px;
	border-radius: 50px;
	margin: 20px auto 0;
	}

}
@media screen and (max-width:375px) {
#recipe_bottom .ingredients .tbl_ingredients{
	font-size: 0.875em;
	}
}