@charset "UTF-8";

/* CSS Document */

/*====================================

	page_ttl

====================================*/

.page_ttl::before {
	content: "";
	position: absolute;
	inset: 0;
	background: url(../images/page_ttl_bg.webp) center center;
	background-size: cover;
	opacity: 0.8;
	z-index: -1;
}

/*====================================

	#wp_chef

====================================*/

#wp_chef {
}
#wp_chef .inner {
}
#wp_chef .inner h3 {
	font-size: 300%;
	margin-bottom: 20px;
}
#wp_chef .inner h3 span {
	font-size: 50%;
	padding: 0 0 0 .5em;
}
#wp_chef .inner .text_ph {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#wp_chef .inner .text_ph .text {
	flex: 1;
	padding: 0 60px 0 0;
}
#wp_chef .inner .text_ph .ph {
	width: 300px;
}
#wp_chef .inner .awards {
	margin-top: 100px;
}
#wp_chef .inner .awards .ph_list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#wp_chef .inner .awards .ph_list_h4 {
	display: none;
}
#wp_chef .inner .awards .ph_list .ph {
	width: 300px;
	margin-right: 40px;
}
#wp_chef .inner .awards .ph_list .ph ul {
}
#wp_chef .inner .awards .ph_list .ph ul li {
	margin-bottom: 20px;
}
#wp_chef .inner .awards .ph_list .list {
	flex: 1;
}
#wp_chef .inner .awards .list h4 {
	font-size: 120%;
	margin-bottom: 10px;
}
#wp_chef .inner .awards .list dl {
	border-top: 1px solid rgba(255, 255, 255, .2);
	border-left: 1px solid rgba(255, 255, 255, .2);
	border-right: 1px solid rgba(255, 255, 255, .2);
}
#wp_chef .inner .awards .list dl:last-child {
	border-bottom: 1px solid rgba(255, 255, 255, .2);
}
#wp_chef .inner .awards .list dl dt {
	padding: 10px 20px;
	font-size: 150%;
	color: rgba(255, 255, 255, .5);
}
#wp_chef .inner .awards .list dl dt span {
	font-size: 60%;
}
#wp_chef .inner .awards .list dl dd {
	padding: 10px;
}
#wp_chef .inner .awards .list dl dd strong {
	background:linear-gradient(transparent 60%, #110201 60%);
	font-weight: bold;
	font-size: 110%;
	color: var(--main-color);
}





