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

/* slick */
.top_slider {
	height: 35vw;
	max-height: 480px;
}
.top_slider .slider-img {
	margin: 0 10px
}
.top_slider .slider-img {
	display: flex;
	align-items: center;
}

/* dotsのカスタマイズ */
.dots-wrap {
    display: flex;
    justify-content: center;
}

.dots-wrap li {
    width: 40px;
    height: 4px;
    margin: 0 5px;
    background: #fff;
    cursor: pointer;
}

.dots-wrap li:hover,
.dots-wrap li.slick-active {
    background: coral;
}
.dots-wrap li button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
}
/* dotsのカスタマイズ */
/* slick */

.menu_intro {
	background-size: contain;
	background-position: top left;
	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;
}

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

@media only screen and (min-width: 600px) and (max-width: 1059px) {
.menu_intro {
	background-image:url(../img/menu_bg_02.jpg); */
	background-position: top center;
}
.menu_intro .tate {
	padding-top: 75vw;
}
.menu_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) {
.menu_intro {
	background-image:url(../img/menu_bg_01.jpg); */
	background-position: top center;
}
.menu_intro .tate {
	padding-top: 110vw;
}
.menu_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;
}
}@charset "utf-8";
/* CSS Document */

