
.page_img {
	position: relative;
	height: 444px;
	max-height: 444px;
	background: #FFFFFF url("../images/top_03.jpg") no-repeat center center;
	background-size: cover;
}
.page_img_txt {
	display: flex;
	flex-direction: column;
	padding-top: 41px;
	margin-left: 10vw;
}
.page_img_text1 {
	max-width: 876px;
}
.page_img_text1 img {
	object-fit: cover;
	width: 876px;
	height: auto;
}

.page_img_text2 {
	position: relative;
	top: -20px;
	max-width: 453px;
}
.page_img_text2 img {
	object-fit: cover;
	width: 453px;
	height: auto;
}

@media screen and (max-width: 768px) {
	.page_img {
		height: 57vw;
	}
	.page_img_text1 img {
		width: 120vw;
	}
	.page_img_text2 {
		top: -1vw;
		margin-right: 40vw;
	}
}

.sub_title {
	background-color: #F7931E;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 40px;
	letter-spacing: 0.8rem;
}
.sub_title p {
	font-size: 22px;
	text-align: center;
	font-family: 'YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
	color: #ffffff;
	margin: 0;
	padding: 0;
}

.miso_title {
	font-size: 17px;
	line-height: 26px;
	font-weight: bold;
}
.miso_cont {
	width: 393px;
	font-size: 17px;
	line-height: 26px;
}
.morning_cont {
	width: 393px;
	font-size: 17px;
	line-height: 26px;
}
.morning_menu {
	line-height: 33px;
	font-size: 19px;
	font-weight: bold;
	font-family: 'YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
}
.morning_attention {
	line-height: 33px;
	font-size: 19px;
	font-weight: bold;
	color: #F15A24;
}

@media screen and (max-width: 992px) {
	.miso_cont {
		width: initial;
	}
	.morning_cont {
		width: initial;
	}
}
@media screen and (max-width: 768px) {
	.sub_title {
		letter-spacing: 0rem;
	}
}

