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

/* cuisine
---------------------------*/
#cuisine {
	background-image: url(../images/bg_img.jpg);
}
.float_menu00{
	background-image: url(../images/pic01.jpg);
}
.float_menu01{
	background-image: url(../images/pic02.jpg);
}


# タブレット -----------------------------------{}
@media only screen and (min-width: 767px) {
}

# PC -------------------------------------------{}
@media only screen and (min-width: 920px) {

/*
---------------------------*/
#top_con .contents{
	max-width: 1400px;
    width: 100%;
}


/* cuisine
---------------------------*/
#cuisine {
	background-image: url(../images/pc/bg_img.jpg);
}
.float_menu00{
    background: url(../images/pc/pic01.jpg) center -26px / 1400px no-repeat #efefef;
	background-color:#b1bba3;
}
.float_menu01{
    background: url(../images/pc/pic02.jpg) center 0 / 1400px no-repeat #efefef;
}


}
# PC -------------------------------------------{}
@media only screen and (min-width: 1200px) {
}