@charset "utf-8";

@media print, screen and (min-width: 768px) {
	.common-title.type03 {
		margin-bottom: 0;
	}
}

/* ------------------------------------------- */
/* category */
/* ------------------------------------------- */
.edit-area.category {
	padding: 13.5rem 0;
}

@media screen and (max-width: 767px) {
	.edit-area.category {
		padding: 0 0 5.4rem;
	}
}
.edit-area.category .recipe-list.category {
	margin-top: 6.3rem;
}
@media screen and (max-width: 767px) {
	.edit-area.category .recipe-list.category {
		margin-top: 4.6rem;
	}
}

/* ------------------------------------------- */
/* chef */
/* ------------------------------------------- */
.edit-area.chef {
	padding: 13.5rem 0 14rem;
}
@media screen and (max-width: 767px) {
	.edit-area.chef {
		padding: 8rem 0;
	}
}

.edit-area.chef .float-set {
	margin-top: 8rem;
	margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
	.edit-area.chef .float-set {
		margin-top: 4rem;
		margin-bottom: 4rem;
	}
}

.edit-area.chef .float-set a {
	display: block;
	text-decoration: none;
	transition: ease 0.25s opacity;
}
@media (hover: hover) and (pointer: fine) {
	.edit-area.chef .float-set a:hover {
		opacity: 0.6;
	}
}

.edit-area.chef .float-set a:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
}

.edit-area.chef .float-set .set-photo {
	float: left;
	width: 58.2rem;
}
@media screen and (max-width: 767px) {
	.edit-area.chef .float-set .set-photo {
		margin-bottom: 2rem;
		float: none;
		width: 100%;
	}
}

.edit-area.chef .float-set .set-photo img {
	object-fit: cover;
	object-position: center center;
	width: 100%;
	height: 38.8rem;
	aspect-ratio: 582 / 388;
}
@media screen and (max-width: 767px) {
	.edit-area.chef .float-set .set-photo img {
		width: 100%;
    height: auto;
		min-height: 22.8rem;
    aspect-ratio: 342 / 228;
	}
}

.edit-area.chef .float-set .set-text {
	float: right;
	width: calc(100% - 58.2rem - 4rem);
}
@media screen and (max-width: 767px) {
	.edit-area.chef .float-set .set-text {
		float: none;
		width: 100%;
	}
}

.edit-area.chef .float-set .text-title {
	margin-bottom: 1rem;
	font-size: 2rem;
	line-height: 1.4;
}
.edit-area.chef .float-set .text-option {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 3.7rem;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
	color: #999;
}
@media screen and (max-width: 767px) {
	.edit-area.chef .float-set .text-option {
		margin-bottom: 2.3rem;
	}
}
.edit-area.chef .float-set .text-option .option-category {
}
.edit-area.chef .float-set .text-option .option-time {
	position: relative;
	padding-left: 2.6rem;
	margin-left: 0.5rem;
}
.edit-area.chef .float-set .text-option .option-time:before {
	position: absolute;
	left: 0;
	content: "|";
}
.edit-area.chef .float-set .text-option .option-time:after {
	content: "";
	position: absolute;
	left: 1rem;
	top: 0;
	display: block;
	width: 1.4rem;
	height: 1.4rem;
	background: url(../../common/img/parts/icon_timer01.svg) no-repeat center center / 100% auto;
}
.edit-area.chef .float-set .text-detail {
	line-height: 2;
}
.edit-area.chef .float-set .text-detail > p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
.edit-area.chef .float-set .text-pro {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
	margin-top: 2.5rem;
}
@media screen and (max-width: 767px){
  .edit-area.chef .float-set .text-pro {
    margin-top: 3.8rem;
  }
}
.edit-area.chef .float-set .pro-detail {
	width: calc(100% - 24.5rem - 4rem);
}
@media screen and (max-width: 767px){
  .edit-area.chef .float-set .pro-detail {
    width: 100%;
  }
}
.edit-area.chef .float-set .pro-detail .detail-title {
	margin-bottom: 1.2rem;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
	line-height: 1.428;
	color: #999;
}
.edit-area.chef .float-set .pro-detail .detail-name {
	line-height: 1.6;
}

.edit-area.chef .float-set .pro-photo {
	width: 24.5rem;
}
@media screen and (max-width: 767px){
  .edit-area.chef .float-set .pro-photo {
    margin-top: 2.2rem;
    width: 100%;
  }
}
.edit-area.chef .float-set .pro-photo img {
	object-fit: cover;
	object-position: center center;
	width: 100%;
	height: 16.3rem;
	aspect-ratio: 245 / 163;
}
@media screen and (max-width: 767px){
  .edit-area.chef .float-set .pro-photo img {
    height: auto;
    min-height: 22.8rem;
    aspect-ratio: 342 / 228;
  }
}
