@charset "utf-8";


/* .eyecach {
	position: relative;
	padding-top:35%;
	/* background-color: rgba(163,117,91,0.5); */
} */

/* 画像 */

.eyecach img {
	position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
}



#greet{
	background-color:#FEF4D8;
	background-position: center;
	background-size: cover;
	padding: 60px 0;
}
#greet h2 {
	/* font-size: 30px; */
	margin-bottom: 50px;
}

.greet-text{
	font-size: 18px;
	text-align: center;
	margin-bottom: 60px;
}

.chef-profile{
	display: block;
	margin: 0 auto;
	max-width: auto;
}
.profile-img{
	width: 100%;
	margin-bottom: 60px;
}

.chef-name{
	align-items: center;
}
.chef-name i{
	font-size: 80%;
	font-style: normal;
	margin-right: 20px;
}
.profile-text{
	padding-left: 0;
	width: 100%;
}
.chef-text{
	width:100% ;
}
.color{
	background-color: #FFFDEC;
}

/* pc用 */
@media screen and (min-width:769px) {
	/* .eyecach {
		position: relative;
		padding-top:35%;
	} */
	
    .greet-text{
		font-size: 120%;
		max-width: 60%;
		margin: 0 auto 60px;
	}
	
	.chef-profile{
		display: flex;
		justify-content: center;
		align-items: flex-end;
		max-width: 960px;
	}
	.profile-img{
		width: 40%;
		margin-bottom: 0;
	}
		
	.profile-text{
		padding-left: 60px;
		width: 60%;
	}
	.chef-text{
		width:70% ;
	}
	

}

/* =staffアンケート
------------------------------------------------------------------------------ */


.profile-img{
	text-align: center;
}
p.memo{
	text-align: center;
	margin-bottom: 6em;
}
p.memo img {
    width:297px ;
}
#staff ul li {
	margin: 0 0 6em;
}
#staff ul li img {
	display: block;
	margin: 0 auto;
	width: 100%;
}

#staff ul li:nth-child(1) img {animation-delay: 0;}
#staff ul li:nth-child(2) img {animation-delay: 0.2s;}
#staff ul li:nth-child(3) img {animation-delay: 0.4s;}
#staff ul li:nth-child(4) img {animation-delay: 0.6s;}

.staff-comment{
	font-size: 18px;
	text-align: center;
}
.comment-box{
	background:#FEF4D8;
	border-radius: 32px;
	padding: 18px;
}

/* pc用 */
@media screen and (min-width:769px) {
	#staff ul li img {
		width: 800px;
	}
	.comment-box{
		width: fit-content;
		margin: 0 auto;
	}
	
}