@charset "UTF-8";

/* PC・SP */

.main_img{	
	padding-top: 45%;
	background-image: url("../images/menu_main_img.jpg");
	background-size: cover;
	margin-bottom: 80px
}

.menu_container{
	max-width: 800px;
	width: 100%;
	height: auto;
	margin: 0 auto 120px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.menu_category{
	width: 380px;
	height: 34px;
	font-family: "Outfit", sans-serif;
	font-optical-sizing: auto;
	font-weight:900;
	font-style: normal;
	font-size: 18px;
	color: white;
	background-image: url("../images/menu_band.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 34px
}

.unit{
	width: 380px;
	height: 102px;
	border-left: 4px solid #1C5C46;
	padding-left: 10px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	margin-bottom: 34px;
	
}

.ope{
	font-size: 16px;
	color: #1C5C46;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight:500;
	font-style: normal;
	line-height: 1.5em;
}

.ope_small{
	color: #1C5C46;
	line-height: 1.5em;
	font-family: "Noto Sans JP", sans-serif;
	font-weight:500;
	font-size: 0.8em;
}

.price{
	font-size: 16px;
	font-family: "Outfit", sans-serif;
	font-optical-sizing: auto;
	font-weight:500;
	font-style: normal;
}

.notes{
	width: 100%;
	font-size: 12px;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight:400;
	font-style: normal;
	line-height: 1.5em;
}

.bottom_space_68{
	margin-bottom: 68px
}

.menu_container h1{
	width: 800px;
	text-align: center
}

.midashi br{
display: none
}
	
/* Sp */

@media screen and (max-width: 725px ){

.main_img{	
	padding-top: 44%;
	background-image: url("../images/menu_main_img_sp.jpg");
}
	
.menu_category{
	width: 335px;
}
	
.menu_container{
	width: 335px;
	display: block;
	flex-wrap: nowrap;
	justify-content:center
}

.menu_box{
	margin-bottom: 64px	
}
	
.unit{
	width: 335px;
}

.midashi{
	font-size: 15px;
	max-width: 335px;
	width: 350px
	}

.midashi br{
display: block
}
	
}