@charset "utf-8";






/* reset sitewidth */
@media (max-width: 768px){
	.brand-header__mv,
	.l-feature__image{
		margin-left: -2.5%;
		margin-right: -2.5%;
	}
}




.bf-title1{
	font-size: 2.25em;
	font-weight: normal;
}
.bf-title2{
	font-size: 1.25em;
	font-weight: normal;
}
.bf-title2__em{
	font-size: 1.5em;
}






.l-feature{}

@media (min-width: 769px){
	.l-feature{
		display: grid;
		grid-gap: 2em;
		grid-template-columns: 1fr 55%;
		grid-template-rows: auto 1fr;
		grid-template-areas:
			"feature__header	feature__image"
			"feature__notes		feature__image";
	}
	.l-feature.l-feature--reverse{
		grid-template-columns: 55% 1fr;
		grid-template-areas:
			"feature__image feature__header"
			"feature__image feature__notes";
	}
	.l-feature__header{
		grid-area: feature__header;
	}
	.l-feature__image{
		grid-area: feature__image;
	}
	.l-feature__notes{
		grid-area: feature__notes;
	}
}

@media all and (-ms-high-contrast:none) and (min-width: 769px){
	.l-feature{
		display: -ms-grid;
	}
	.l-feature:not(.l-feature--reverse) .l-feature__header{
		-ms-grid-column: 1;
		-ms-grid-row: 1;
		
		margin-bottom: 2em;
	}
	.l-feature:not(.l-feature--reverse) .l-feature__image{
		-ms-grid-column: 2;
		-ms-grid-row: 1;
		-ms-grid-row-span: 2;
		
		margin-left: 2em;
	}
	.l-feature:not(.l-feature--reverse) .l-feature__notes{
		-ms-grid-column: 1;
		-ms-grid-row: 2;
	}
	
	.l-feature.l-feature--reverse .l-feature__header{
		-ms-grid-column: 2;
		-ms-grid-row: 1;
		
		margin-bottom: 2em;
	}
	.l-feature.l-feature--reverse .l-feature__image{
		-ms-grid-column: 1;
		-ms-grid-row: 1;
		-ms-grid-row-span: 2;
		
		margin-right: 2em;
	}
	.l-feature.l-feature--reverse .l-feature__notes{
		-ms-grid-column: 2;
		-ms-grid-row: 2;
	}
}

@media (max-width: 768px){
	.l-feature{}
	.l-feature__header{}
	.l-feature__image{}
	.l-feature__notes{}
}



.feature__heading{
	font-size: 1rem;
	font-weight: normal;
	line-height: 4em;
}
.feature__heading--salad{
	color: #390;
}
.feature__heading--rice{
	color: #7B4C3C;
}
.feature__heading--bread{
	color: #41220F;
}
.feature__photo{
	width: 100%;
}
.feature__emblem{
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
}

@media (max-width: 768px){
	.feature__heading{
		text-align: center;
	}
}









@media (min-width: 769px){
	.l-column{
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.l-column__item{}
	.l-column__item--head{
		margin-right: 2em;
		flex: 0 0 auto;
	}
	.l-column__item--note{
		flex: 0 1 auto;
	}
}

@media (max-width: 768px){
	.l-column{}
	.l-column__item{}
	.l-column__item--head{
		text-align: center;
	}
	.l-column__item--note{}
}




.bf-column{
	padding-top: 3em;
	padding-bottom: 3em;
}
.bf-column-heading{
	font-size: 1.25em;
	font-weight: normal;
	line-height: 2em;
}
.bf-column-heading__em{
	font-size: 1.75em;
}




.bf-gallery{
	margin: 0;
	padding: 0;
	list-style: none;
	
	margin-left: -.5em;
	margin-bottom: -.5em;
	
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.bf-gallery__item{
	box-sizing: border-box;
	margin-left: .5em;
	margin-bottom: .5em;
}
.bf-gallery__img{
	max-width: 100%;
}
.bf-gallery__note{
	margin-top: .5em;
	
	font-size: .75em;
	line-height: 2em;
	text-align: center;
}

@media (max-width: 768px){
	.bf-gallery--box .bf-gallery__item{
		flex-basis: auto;
		width: calc(50% - 1em);
		text-align: center;
	}
	.bf-gallery__img{
		width: 25vw;
	}
	.bf-gallery--box .bf-gallery__item .bf-gallery__img{
		width: 33.3vw;
	}
}












/*----------------------------------------------------------------------*/


.o-frame1{
	color: #fff;
	background-color: #5AB430;
	
	padding-top: 5px;
	padding-bottom: 5px;
}
.o-title1{
	margin: 0;
	padding: 0;
	
	font-size: 30px;
	font-weight: bold;
	line-height: 1.5em;
}
.o-note1{
	margin: 0;
	padding: 0;
}
* + .o-note1{
	margin-top: 1em;
}
.small{
	font-size: 12px;
	line-height: 1.5em;
}







.gallery{
	margin-bottom: 60px;
}
.gallery__item{
	margin-bottom: 1px;
}
.gallery__photo{
	position: relative;
}
.gallery__picture{}
.gallery__frame{
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: rgba(255, 255, 255, .6);
	
	
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
.gallery__title{
	margin: 0;
	padding: 0;
	
	font-size: 30px;
	font-weight: normal;
	line-height: 1em;
	
	text-align: center;
	margin-bottom: 15px;
}
.gallery__note{
	font-size: 16px;
	font-weight: normal;
	line-height: 2em;
	
	margin-bottom: 0;
}

.feature{}
.feature__item{
	margin-top: 40px;
}
.feature__title{
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5em;
	
	margin: 0;
	padding: 0;
	margin-bottom: 1em;
}
.feature__photo{
	min-width: 100%;
	
	margin-bottom: 10px;
	text-align: center;
}
.feature__photo > img{
	max-width: 100%;
}
.feature__body{}




@media (min-width: 769px){}
@media (max-width: 768px){}

