@charset "utf-8";

/* レイアウト */


.cuisineSlide {
    max-width: 1600px;
    background-color: #fff;
    margin: 0 auto 75px auto;
    height: 100px;
}


.comLayout01 {
	padding-bottom:130px;
}
.comLayout01 .boxWrap.c01 .ph {
    background-image:url(../img/style01.jpg);
    background-position:left;
}
.comLayout01 .boxWrap.c02 .ph {
    background-image:url(../img/style02.jpg);
}
.comLayout01 .boxWrap.c03 .ph {
    background-image:url(../img/style03.jpg);
    background-position:left;
}
.comTxtBox01 .txtWrap .copy.over {
	width: 120%;
	margin-left: -10%;
	margin-bottom: 20px;
}
.comTxtBox01 .txtWrap .copy.over img {
	margin-bottom: 13px;
}
@media screen and (max-width:640px) {
    .comTxtBox01 .txtWrap .copy img {
        max-width:inherit;
        width:auto;
		height: 38px;
        height:12vw;
    }
    .comTxtBox01 .txtWrap .copy.over img {
        margin-left:0;
		margin-bottom: 5%;
		height: 14px;
        height:4.5vw;
    }
	.comTxtBox01 .txtWrap .copy.over {
		width: 100%;
		margin-left: 0%;
		margin-bottom: 3%;
	}
	.comLayout01 .boxWrap .comTxtBox01.numbBox {
    	padding-top: 30%;
	}
	.comLayout01 {
    	padding-bottom: 5%;
	}
}


.cuisinePh {
    background-color: #fff;
    height: 100px;
}
