/*------------------------------------------

MV

------------------------------------------*/

.mv {
	width: 100%;
	overflow: hidden;
	max-height: 600px;
}

.mv img {
	width: 100%;
	min-height: 100%;
	max-height: 600px;
	display: block;
	object-fit: cover;
}

.list {
	font-size: 1.3rem;
}

.list li {
	line-height: 2.5;
	padding-left: 32px;
	position: relative;
}

.list li::after {
	content: "";
	width: 27px;
	height: 27px;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.list li::after {
	background-image: url(../images/meal/ico.png);
}

.inr {
	width: 100%;
	max-width: 1280px;
	margin-right: auto;
	margin-left: auto;
}

.txt {
	line-height: 1.7em;
}

.chef-box {
	/* background-color: #f6f6f6; */
	padding-top: 90px;
}

.chef-box .t-grey {
	color: #888;
}

.chef-box-inr {
	display: flex;
	flex-wrap: wrap;
}

.chef-box-inr-in {
	width: 50%;
}

.chef-box-inr img {
	width: 100%;
	height: 500px;
	object-fit: cover;
}

@media screen and (max-width: 768px) {
	.chef-box-inr-in {
		width: 100%;
	}
}

.meal_b,
section.b_b {
	background-image: url(../img/black_linen_v2.png);
}

.pop-box {
	padding-bottom: 140px;
}

.pop-box .img-list li {
	width: 24%;
	max-width: 400px;
}

.meal_gal {
	height: 200px;
}

.meal_gal_img {
	width: 100%;
	height: 200px;
	object-fit: cover;
}

.chef_flex {
	display: flex;
	justify-content: center;
	align-items: center;
}

.chef_text {
	width: 85%;

}

@media screen and (max-width: 767px) {
	.chef_flex {
		flex-direction: column;
		align-items: flex-start;
		/* padding: 15px; */
	}

	.chef_text {
		width: 95%;
	}
}

/*Smartphone*/
@media screen and (max-width: 767px) {

	.list {
		font-size: 1.2rem;
	}

	.list li {
		padding-left: 18px;
	}

	.list li::after {
		width: 15px;
		height: 15px;
	}

	.txt {
		line-height: 1.3em;
	}

	.chef-box {
		padding-top: 30px;
	}

	.chef-box-inr {
		flex-direction: column;
	}

	.chef-box-inr img {
		height: 240px;
	}

	.pop-box {
		padding-bottom: 70px;
	}

	.pop-box .img-list li {
		width: 49.5%;
		margin-bottom: 5px;
		max-width: none;
	}

	.meal_gal {
		height: 150px;
	}

	.meal_gal_img {
		width: 100%;
		height: 150px;
		object-fit: cover;
	}

}

/*END*/
.chef_menu {
	width: 100%;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px dotted #888;
}

.chef_menu ul li {
	padding-left: 5px;
	list-style-position: inside;
	list-style-type: circle;
	margin-left: 1.4em;
	text-indent: -1.4em;
}


.meal_info {
	width: 100%;
	background-color: #fff;
	padding: 50px;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	border: 1px solid #888;
}

.meal_info .meal_info_note {
	width: 50%;
}

.meal_info .meal_info_photo {
	width: 45%;
	margin-left: 5%;
}

.meal_info ul li {
	padding-left: 5px;
	list-style-position: inside;
}

.meal_info ul li {
	list-style-type: circle;
	margin-left: 1.4em;
	text-indent: -1.4em;
}

@media screen and (max-width: 767px) {
	.meal_info ul li {
		text-indent: 0;
		margin: 0;
	}

	.meal_info {
		padding: 30px;
	}

	.meal_info .meal_info_note {
		width: 100%;
	}

	.meal_info .meal_info_photo {
		width: 100%;
		margin-left: 0;
		margin-top: 20px;
	}
}