@charset "utf-8";

#mainTitleWrap.commiBg {
	background: url("../image/commitment/main_pcbg.jpg") center center no-repeat;
	background-size: cover;
} 

@media screen and (max-width: 767px){
	
	#mainTitleWrap.commiBg {
		background: url("../image/commitment/main_spbg.jpg") center center no-repeat;
		background-size: cover;
	}
	
}

.mainVisual {
	margin-bottom: 60px;
}


/*-------------------------------------------------------------------
	こだわり
-------------------------------------------------------------------*/


/* 美味しいを求めて日本全国へ */

.japanBox {
	padding: 60px 0;
}

.beafFlex {
	display: flex;
	justify-content: space-between;
	margin-bottom: 70px;
}


.beafFlex .beafTxt,
.beafFlex .beafPhoto {
	width: 48%;	
}

.beafGall {
	display: flex;
	margin-top: 30px;
}

.beafGall li:nth-child(n + 2) {
	margin-left: 20px;
}

.dobbleImg {
	display: flex;
	justify-content: space-between;
}

	.beaf_spm{
	margin-top: 30px;
}

.dobbleImg.endVer {
	align-items: flex-end;
}

.dobbleImg li {
	width: 48%;
	text-align: center;
}

.dobbleImg li.ver01 {
	width: 65%;
}
.dobbleImg li.ver02 {
	width: 30%;
}



.wasabi01 {
	font-size: 2.0rem;
	margin:20px 0 10px;
}

.wasabi02 {
	/*font-size: 1.3rem;*/
	/*line-height: 1.4;*/
	text-align: left;
}

.numberFlex {
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}

.numberFlex .numberSame {
	width: 31%;
}

.numLists {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 20px;
}

.numLists .numLeft {
	width: 14%;
}

.numLists .numRight {
	width: 84%;
	border-bottom: 1px solid #d29836;
	text-align: center;
	padding-bottom: 15px;
	line-height: 1.0;
	font-size: 1.8rem;
	font-family: 'Noto Serif JP', serif;
}


/*tripletFlex*/

.tripletFlex{
	display: flex;
	justify-content: space-between;
}

.tripletFlex .tripletSame{
	width: 30%;
}

.fish_flex{
	display: flex;
	justify-content: space-between;
}

.fishver{
	align-items: flex-end;
}

.twin_secnone{
	width: 30%;
}

.per_6{
	width: 65%;
}

.fm_n{
	font-family: 'Noto Serif JP', serif; 
}

.triple_mt{
		margin-top: 80;
	}

@media screen and (max-width: 767px){
	
	.japanBox {
		padding: 30px 0;
	}
	
	.beafFlex {
		display: block;
		margin-bottom: 40px;
	}


	.beafFlex .beafTxt {
		width: auto;
	}
	.beafFlex .beafPhoto {
		display: none;
	}
	
	.beafGall {
		display: none;
	}
	
	.dobbleImg {
		display: none;
	}
	
	
	.numberFlex {
		display: block;
	}

	.numberFlex .numberSame {
		width: auto;
	}
	
	.numberSame figure img {
		width: 100%;
	}
	
	.numberFlex .numberSame:nth-child(n + 2) {
		margin-top: 40px;
	}
	
	.tripletFlex{
		display: block;
	}
	
	.tripletFlex .tripletSame{
		width: 100%;
	}
	
	.twitri_center{
		text-align: center;
	}
	
	.twin_secnone{
		display: none;
	}
	
	.per_6{
		width: 100%;
	}
	
	.numLists .numRight {
		text-align: left;
	}
	
	
.sp_m10{
	margin-bottom: 15px;
}
	
	.beaf_spm{
	margin-top: 15px;
}
	
	.triple_mt{
		margin-top: 0;
	}
	
	
}


@media screen and (max-width: 767px){
	

}

