@charset "utf-8";
/* CSS Document */

.lunch_intro {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.lunch_plate_wrapper {
	width: 100%;
	text-align: right;
}
.lunch_plate {
	width: 360px;
	height: 360px;
	position: relative;
	top: -60px;
	right: 0px;
	margin-top: -360px;
	z-index: 10;
}
.limited {
	text-align: center;
	color: #d5b656;
	border: 1px solid #d5b656;
	padding: 5px
}

@media only screen and (min-width: 1060px) {
.lunch_intro {
	background-image:url("../img/dinner_bg_01.jpg");
}
}

@media only screen and (min-width: 600px) and (max-width: 1059px) {
.lunch_intro {
	background-image:url(../img/dinner_bg_01.jpg); */
	background-position: top center;
}
.lunch_intro .tate {
	/* padding-top: 100px */;
}
.lunch_intro .pad_b150 {
	padding-bottom: 100px;
}
.lunch_plate_wrapper {
	width: 100%;
	text-align: center;
	margin: 70px 0;
}
.lunch_plate {
	top: 0px;
	right: 0px;
}
}

@media only screen and (max-width: 599px) {
.lunch_intro {
	background-image:url(../img/dinner_bg_01.jpg); */
	background-position: top center;
}
.lunch_intro .tate {
	/* padding-top: 70px */;
}
.lunch_intro .pad_b150 {
	padding-bottom: 50px;
}
.lunch_plate_wrapper {
	text-align: center;
}
.lunch_plate {
	width: 260px;
	height: 260px;
	position: relative;
	top: 0px;
	right: 0px;
	margin-top: -260px;
	margin-bottom: 70px;
}
.limited {
	margin-top:20px;
}
}@charset "utf-8";
/* CSS Document */

