.toptext {
	margin-top: -50px;
	padding-top: 90px;
	width: 100%;
	height: 320px;
	background: url(../images/foodset/img01.png) no-repeat top right;
	box-sizing: border-box;
}
.toptextimg {
	width: 50%;
}
.flex{
	display: flex;
	flex-direction: row-reverse;
}
.toptitle{
	font-size: 3rem;
	font-weight: bold;
	width: 50%;
	padding-top: 50px;
}
.toptitle strong{
	color: #E85377;	
	font-size: 3.5rem;
}
.point {
	padding: 20px;
	border: 6px solid #C7B299;
	border-radius: 20px;
	background-color: #fff;
}
.point h3 {
	text-align: center;
	margin-bottom: 10px !important;
}
.point dl dt {
	margin-top: 10px;
	font-size: 150%;
	font-weight: bold;
	color: #E85377;
}
.point dl dt img {
	vertical-align: middle;
	width: 60px;
}
.point dl dd {
	margin-top: -15px;
	padding-left: 70px;
}
.point dl dd .note {
	line-height: 1.4;
}
.chart {
	margin-bottom: 2em;
	overflow: hidden;
}
.textArea p:last-child {
	margin-bottom: 0 !important;
}

.chart dt {
	margin-top: 10px;
	font-size: 150%;
	font-weight: bold;
	color: #E85377;
}
.chart dd {
	margin-top: 4px;
	padding-left: 30px;
}

.menuExample {
	margin-bottom: 1em;
	padding: 25px 15px;
	border-radius: 20px;
	background-color: #F4F0DE;
}
.menuExample ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 910px;
	height: 264px;
	margin: 0 auto;
}
.menuExample ul>li {
	position: relative;
	padding: 0px 8px 15px;;
	text-align: center;
}
.menuExample ul>li img {
	margin-bottom: 8px;
	width: 280px;
	height: 220px;
}
.menuExample span.new {
	position: absolute;
	top: -10px;
	right: 2px;
	padding: 3px 7px;
	color: #fff;
	background-color: #E85377;
	border-radius: 6px;
}

.lineupText {
	margin: 15px 10px 0 !important;
	padding: 10px 20px;
	background-color: #fff;
	position: relative;
}
.lineupText p {
	margin: 0 !important;
	padding: 0;
	font-size: 150%;
	font-weight: bold;
	color: #574332;
	line-height: 1.4 !important;
}
.lineupText p strong {
		color: #E85377;
		font-size: 130%;
}
.lineupText a {
	position: absolute;
	right: 20px;
	top: 27px;
	display: block;
	float: right;
	padding: 10px;
	font-size: 129%;
	width: 14em;
	border: 1px solid #5E5046;
	text-align: center;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 40%, #d8cbbd 100%, #d8cbbd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(40%,#ffffff), color-stop(100%,#d8cbbd), color-stop(100%,#d8cbbd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 40%,#d8cbbd 100%,#d8cbbd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 40%,#d8cbbd 100%,#d8cbbd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 40%,#d8cbbd 100%,#d8cbbd 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 40%,#d8cbbd 100%,#d8cbbd 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d8cbbd',GradientType=0 ); /* IE6-9*/
}
