@charset "utf-8";
/* CSS Document */



/*ヘッダー*/

.h-content {
  background: url("../img/lunch/top.jpg");
  background-size: cover;
  background-position: center center;
  height: 200px;
}


@media print, screen and (min-width: 768px){
	
	.h-content{
		height: 400px;
	}	
}


/*見出し*/

.midashi .container{
	display: flex;
	justify-content: space-around;
	align-items: center;
	background: url("../img/back_midashi.jpg");
}

.midashi h1{
	 -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
	letter-spacing: 0.1em;
	font-family: 'Noto Serif JP', serif;
	padding: 30px 0;
	font-size: 24px;
	
}


@media print, screen and (min-width: 768px){
	
	.midashi h1{
		font-size: 32px;
		padding: 80px 0 20px;
	}
	
}





/*各コース*/


.conB{
	background: url("../img/back_midashi.jpg");
	padding-top: 0px;
	padding-bottom: 10px;
	/*margin-bottom: 50px;*/
}

.conB .container{
	max-width: 1000px;
	margin: 0 auto 30px;
	padding: 30px 1em;
	box-sizing: border-box;
	background:url("../img/back_lunch.jpg");
}

.conB h2{
	font-family: 'Noto Serif JP', serif;
	font-size: 20px;
}

.conB .text p{
	margin-bottom: 1em;
}

.conB .img{
	text-align: center;
}

.conB .img img{
	box-shadow: 1px 1px 5px #777;
}



@media print, screen and (min-width: 768px){
	
	.conB{
		/*margin-bottom: 80px;*/
		padding-top: 50px;
	}
	
	.conB .container{
		display: flex;
		justify-content: space-around;
		flex-direction: row-reverse;
		/*margin-bottom: 50px;*/
	}
	
	
	
	.conB h2{
		font-size: 26px;
		margin-right: 1em;
		position: relative;
		top:-0.1em;
	}
	
	.conB .text{
		width: 40%;
		display: flex;
		justify-content: center;
		align-items: center;
		padding-right: 60px;
		padding-left: 60px;
	}
	
	.conB .img{
		width: 55%;
		padding-right: 40px;
		padding-left: 40px;
	}
	
}



/*値段*/

.menu{
	/*width: 100%;*/
	display: flex;
	justify-content: space-between;
}

.kakaku{
	text-align: right;
	/*color: #962928;*/
	font-family: 'Noto Serif JP', serif;
	line-height: 1.2em;
	margin-bottom: 1em;
	font-size: 20px;
}

.kakaku span{
	font-size: 60%;
}

@media print, screen and (min-width: 768px){
.kakaku{	
	font-size: 26px;
}
	}








/*メニュー２カラム*/

.conC{
	background: url("../img/back_midashi.jpg");
	padding-top: 0px;
	padding-bottom: 10px;
	/*margin-bottom: 50px;*/
}

.conC .container{
	max-width: 900px;
	margin: 0 auto 30px;
	padding: 30px 1em;
	box-sizing: border-box;
	background:url("../img/back_lunch.jpg");
}

.conC h2{
	font-family: 'Noto Serif JP', serif;
	font-size: 20px;
}

.conC .img{
	text-align: center;
	margin-bottom: 30px;
}

.conC .img img{
	box-shadow: 1px 1px 5px #777;
	margin-bottom: 10px;
}

.conC p{
	margin-bottom: 0.5em;
}

.conC p.oshina{
	font-size: 13px;
}

@media print, screen and (min-width: 768px){	
	.conC .container{
		display: flex;
		justify-content: space-around;
		flex-wrap: wrap;
		/*margin-bottom: 50px;*/
	}
	
	.conC h2{
		font-size: 18px;
	}	
	
		.conC .img{
		width: 44%;
			max-width: 350px;
		padding-right: 20px;
		padding-left: 20px;
	}
	
.conC .img img{
	margin-bottom: 10px;
}
	
	
}






/*値段２カラム*/


.menu{
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.kakaku2{
	text-align: right;
	/*color: #962928;*/
	font-family: 'Noto Serif JP', serif;
	line-height: 1.2em;
	margin-bottom: 1em;
	font-size: 20px;
}

.kakaku2 span{
	font-size: 75%;
}

@media print, screen and (min-width: 768px){
.kakaku2{	
	font-size: 18px;
}
	}






/*かこみ*/

.kakomi{
	background:#fff;
	padding: 0.5em 1em;
	border:3px double #ca3a2f;
	width: 80%;
	max-width: 800px;
	margin: 0 auto 30px;
	text-align: center;
}

@media print, screen and (min-width: 768px){
	.kakomi{
		margin-bottom: 50px;
	}	
	
	
}
