.omakase {
	background-color: #fffeee;
	padding: 10px;
}

.bo {
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: 1px dashed #ccc;
}
.omakase h4 {
	font-size: 130%;
	color: #333333;
}

.omakase p {
	font-size: 80%;
}

.omakase2 {
	background-color: #fffeee;
	padding: 15px;
	box-shadow:0px 0px 8px -3px #808080;
	shadowColor:"#808080",
	shadowOffset:{width:0,height:0},
	shadowOpacity:1,
	shadowRadius:8,
	borderWidth:1,
	borderTopLeftRadius:0,
	borderTopRightRadius:0,
	borderBottomLeftRadius:0,
	borderBottomRightRadius:0
}

.omakase2 h4 {
	color: #333333;
	font-size: 130%;
	font-weight: 900;
	margin-bottom:0;
}

.omakase2 p {
	font-size: 80%;
}

.omakase3 {
	background-color: #fffeee;
	padding: 15px;
	box-shadow:0px 0px 8px -3px #808080;
	shadowColor:"#808080",
	shadowOffset:{width:0,height:0},
	shadowOpacity:1,
	shadowRadius:8,
	borderWidth:1,
	borderTopLeftRadius:0,
	borderTopRightRadius:0,
	borderBottomLeftRadius:0,
	borderBottomRightRadius:0
}

.omakase3 h4 {
	color: #333333;
	font-size: 130%;
	font-weight: 900;
	margin-bottom:0;
}

.mitsumori h4 {
	font-size: 120%;
	color: #876239;
	line-height: 160%;
}

.omakase3 p {
	font-size: 80%;
}

.omakase3 .col-2 {
	-ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
}

.orange {
	border: 1px solid #f38f1e;
}

.orange h4 {
	font-size: 88%;
	color: #f38f1e;
}

.anshin h4 {
	font-size: 120%;
	border: 1px solid #876239;
	color: #876239;

}

@media (min-width: 768px) {/*768px以上で表示*/

	.m {
		margin: 0 3.5rem 0 3.5rem;
	}
}



@media (max-width: 767px) {/*767px以下で表示*/

	.sekou {
		margin: 0.3rem;
	}

	.omakase h4 {
		font-size: 100%;
	}

	.omakase2 h4 {
		font-size: 100%;
	}

	.omakase3 h4 {
		font-size: 100%;
	}


	.m {
		margin: 0 1rem 0 1rem;
	}


	.omakase2 .col-2 {
		-ms-flex: 0 0 19.666667%;
	    flex: 0 0 19.666667%;
	    max-width: 19.666667%;
	}

	.omakase2 .col-10 {
		-ms-flex: 0 0 80.333333%;
	    flex: 0 0 80.333333%;
	    max-width: 80.333333%;
	}

	.omakase3 .col-2 {
		-ms-flex: 0 0 16.666667%;
	    flex: 0 0 16.666667%;
	    max-width: 16.666667%;
	}

	.omakase3 .col-10 {
		-ms-flex: 0 0 80.333333%;
	    flex: 0 0 80.333333%;
	    max-width: 80.333333%;
	}
	.yajirushi02,.position {
		top:-2.5rem;
	}

	.orange h4 {
		font-size: 85%;
		line-height: 160%;
	}

	.po {
		top:-1rem;		
	}
	

}