@charset "utf-8";

#pageTitle:before {
	background-color: #FFF;
}


section#breakfast01 {
	position: relative;
	padding: 100px 0;
}
section#breakfast01 div#breakfast01Photo {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: calc(100% - 240px);
	height: 100%;
	background: url("../../breakfast/images/breakfast_01.jpg") 50% 50% no-repeat;
	background-size: cover;
}
section#breakfast01 div#breakfast01Text {
	position: relative;
	width: 440px;
	margin: 0 5% 0 auto;
	padding: 100px 0 100px 100px;
	background-color: rgb(255 255 255 / 0.9);
	z-index: 1;
}
section#breakfast01 div#breakfast01Text h3 {
	width: 300px;
	margin-bottom: 50px;
}


section#breakfast02 {
	margin-top: 150px;
}
section#breakfast02 ul {
	display: flex;
	flex-wrap: wrap;
	gap: 50px 20px;
}
section#breakfast02 ul li {
	width: calc((100% - 40px) / 3);
}
section#breakfast02 ul li p.breakfast02text {
	text-align: center;
	margin-top: 10px;
}



@media screen and (max-width:1024px) {
	section#breakfast01 {
		padding-top: 0;
		padding-bottom: 0;
	}
	section#breakfast01 div#breakfast01Photo {
		position: relative;
		width: 100%;
		height: 240px;
	}
	section#breakfast01 div#breakfast01Text {
		top: -50px;
		width: 90%;
		margin: 0 auto;
		padding: 30px 20px 0 20px;
		background-color: rgb(255 255 255 / 0.9);
		box-sizing: border-box;
	}
	section#breakfast01 div#breakfast01Text h3 {
		width: 170px;
		margin-bottom: 30px;
	}

	section#breakfast02 {
		margin-top: 0;
	}
	section#breakfast02 ul {
		gap: 20px 15px;
	}
	section#breakfast02 ul li {
		width: calc((100% - 15px) / 2);
	}
}
