@charset "utf-8";


body {
	background: url(images/bg_game.png) ;
	background-size: 15vw auto;
	min-height: 100vh;
	position: relative;
}

.wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
	position: relative;
}

.field {
	position:relative;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-direction: column;
}

.window{
	padding:3%;
	width:100%;
	margin:0 auto;
	background:#fff;
	text-align:center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.select_panel{
	display:none;
	position: absolute;
	z-index:10;
}

.select_panel.show{
	display: block;
}

.btn{
	cursor: pointer;
}

.select_panel .lets{
text-align: center;
padding: 2% 0;

}

.select_panel .lets img{
	width:70%;
}


.confirm_panel{
	display:none;
	position: absolute;
	z-index:10;

}

.confirm_panel.show{
	display: block;
}


.result_panel{
	display:none;
	position: absolute;

	z-index:10;
	
}

.result_panel.show{
	display: block;

}

.reload { max-width: 100%;  cursor: pointer;}


.select_panel .select_list,
.confirm_panel .selected{
	display:flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;

}

.field .select_panel .select_list>div{
width:24%;
position: relative;
}

.field .select_panel .select_list>div .btn{
width:100%;
}




.select_panel .select_list .check{
position: absolute;
width:100%;
top:0;
left:0;
}


.confirm_panel .dish{
display: block;
width:94%;
position:relative;
z-index:11;
margin:5% auto;
}

.confirm_panel .check{
display: none;
}



.confirm_panel .selected{
	width:94%;

	/*
	background:url("images/dish.png") center center no-repeat;
	background-size: contain;
	*/
	position:absolute;
	top:18%;
z-index:12;

}



.confirm_panel .selected>div{
width:28%;
margin:0 1% 1% 1%;
position: relative;
}



.confirm_panel .selected>div .btn{
width:100%;
}



.result_panel .star{

position:relative;
z-index:3;
}

.result_panel .star{
margin-top:2%;

	text-align: center;
}

.result_panel .star img{
	width:80%;
}

.result_panel .result{
	display:flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
z-index:4;
position:relative;

margin-top:-10%;

}

.result_panel .result>div{
width:30%;
position: relative;
}

.result_panel .result>div .btn{
	width:100%;
}

.result_panel .badge{
position: absolute;
right:-1%;
bottom:-1%;
width:40%;
}


.result_panel .comment{
text-align: center;
margin-bottom:5%;
}


.result_panel .comment img{
width:80%;
}


@media all and (max-width: 736px) {

}
