@charset "utf-8";

#meal{
    background: url(../../img/meal/me-bg_1.png) center top repeat;
    background-size: cover;
}
.cont-1150 {
    max-width: 1150px;
    margin: auto;
    width: 100%;
}
.ow{
    overflow: hidden;
    width: 100%;
}
.wrap-me{
    padding-top: 105px;
}
.item-child{
    width: 30%;
    margin-right: 5%;
    margin-bottom: 48px;
}
.item-child:nth-child(3n){
    margin-right: 0;
}
.item-title{
    margin-bottom: 67px;
}
.item-child h4{
    font-size: 23px;
    font-weight: bold;
    color: #fff;
    line-height: 160%;
    margin-top: 25px;
}
.item-child p{
    margin-top: 12px;
    font-size: 16px;
    color: #fff;
    line-height: 180%;
}
.item-intro-row{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.item-txt-bottom{
    font-size: 16px;
    color: #fff;
    line-height: 180%;
    margin-top: 42px;
}
.wrap-item{
    margin-bottom: 115px;
}
.wrap-item:last-child{
    margin-bottom: 155px;
}
.wrap-item:nth-child(2) .item-child{
    margin-bottom: 0;
}

@media screen and (max-width:767px) {
    .wrap-me{
        padding: 20px 0;
    }
    .cont-1150{
        padding-left: 15px;
        padding-right: 15px;
    }
    .item-title{
        margin-bottom: 20px;
    }
    .item-child{
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .item-child p{
        font-size: 14px;
    }
    .item-txt-bottom{
        font-size: 14px;
        margin-top: 20px;
    }
    .wrap-item{
        margin-bottom: 40px;
    }
    .wrap-item:nth-child(2) .item-child{
        margin-bottom: 30px;
    }
    .wrap-item:last-child{
        margin-bottom: 60px;
    }
    .item-child h4{
        font-size: 20px;
    }
    .item-intro-child-row img{
        max-width: 100%;
        width: 100%;
    }
    .item-child img{
        display: block;
        max-width: 100%;
    }
}
@media screen and (max-width:460px) {
    .item-title h3 img{
        max-width: 100%;
        display: block;
    }
    .item-child h4{
        font-size: 15px;
    }
}

/* 追加　*/
	.cook_bana {
		width: 100%;
		text-align: center;
		margin-bottom: -25px;
	}
@media screen and (max-width: 767px){
	.cook_bana {
		margin: 30px auto 20px;
	}	
	
	.cook_bana img {
		max-width: 100%;
		width: 100%;		
	}	

	  
}
