@charset "utf-8";
body {
		}
#header_yoyaku_tel,
#contents_comment .txt l1,
#contents_access .btn02 p{
	color:  !important;
}
#header_yoyaku_button,
#contents_comment a,
#sp_memu .hamburger,
.header_menu_sp{
	}



.svg{
	}




.site-header {
	}


.feature.chef {
		}

#contents .menu .color_box .color_box_title,
#contents .menu .color_box .color_box_title_r,
#contents .menu .color_box_2,
#contents.dinner h4,
#contents.blog h4{
	}
	



.zoom {
   backface-visibility: hidden;
   position: relative;
   transition: all 0.2s ease-in-out 0s;
   z-index: 2;
}

.zoom:hover {
   transform: scale(1.1);
}

figure {
   height: auto;
   width: 100%;
}
figure {
   margin: 0;
   overflow: hidden;
   position: relative;
   text-align: center;
   z-index: 1;
}

.scrollup {
   opacity: 0;
   transform: translateY(50px);
   transition: all 0.5s ease-in-out 0s;
}
.scrollup.action {
   opacity: 1;
   transform: translateY(0px);
}