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



/*ヘッダー*/

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


@media print, screen and (min-width: 768px){
	
	.h-content{
		background: url("../img/menu/top.jpg");
		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;
	}
	
}





/*各コース*/


.conB h2{
	
}


.conB{
	background: url("../img/back_lunch.jpg");
	padding-top: 50px;
	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;*/
	}
	
	.conB .container{
		display: flex;
		justify-content: space-around;
		flex-direction: row-reverse;
		/*margin-bottom: 50px;*/
	}
	
	
	
	.conB h2{
		font-size: 26px;
	}
	
	.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 h1{
	background: url("../img/menu/back_m-midashi.gif");
	text-align: center;
	color: #fff;
	padding: 0.3em 1em;
	box-sizing: border-box;
	width: 80%;
	max-width: 980px;
	font-size: 22px;
	font-family: 'Noto Serif JP', serif;
	margin: 0 auto;
	position: relative;
	top:20px;
	border-left: 6px double #fff;
}

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

.conC .container{
	max-width: 1050px;
	margin: 0 auto 30px;
	padding: 60px 1em 50px;
	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;
	box-sizing: border-box;
	position: relative;
}

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

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

.conC p.oshina{
	font-size: 13px;
	text-align: left;
	padding:0 20px;
}

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






/*値段２カラム*/

.menu{
	width: 100%;
	padding:0 20px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}

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

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

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






/*メニューテキストのみ*/

.menu2{
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
	padding: 1em 1.4em;
	box-sizing: border-box;
	/*border-image:url("../img/menu/m-border.gif") 30 / 5px round;*/
	border:3px solid #9C9482;
	overflow: hidden;
}

.menu2 dl{
	/*position: relative;*/
}

.menu2 dt{
	float: left;
	clear: both;
	margin-bottom: 0.5em;
	position: relative;
}

.menu2 dd{
	float: right;
	/*position: absolute;
	right: 0;*/
	vertical-align: bottom;
	margin-bottom: 0.5em;
	
}

.menu2 dt:last-of-type {
	margin-bottom: 0;
}

.menu2 dd:last-child{
	margin-bottom: 0;
}

.menu2 h2{
	text-align: center;
	margin-bottom: 1em;
}

.drink{
	clear: both;
	margin-bottom: 30px;
	overflow: hidden;
}

/*.menu2 .drink dl{
	margin-bottom: 2em;
}*/

@media print, screen and (min-width: 768px){
	
	.menu2{
		padding: 2em;
	}
	
	.menu2 dt{
		margin-bottom: 0.5em;
	}
	
	.drink{
		margin-bottom: 50px;
	}
	
}


/*テキストのみの価格*/


.conC li{
	width: 100%;
}

.conC .kakaku3{
	text-align: right;
	/*color: #962928;*/
	font-family: 'Noto Serif JP', serif;
	line-height: 1.2em;
	margin-bottom: 0.2em;
	
}

.kakaku3 span{
	font-size: 75%;

}


@media print, screen and (min-width: 768px){
	
.kakaku3{	
	font-size: 16px;
}
	
.kakaku3 span{
	font-size: 80%;

}	
	
}






/*かこみ*/

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



/*説明*/

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


.setsumei span{
	font-size: 70%;
}


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



/*メニュー用ナビ*/

.menu-nav{
	padding-bottom: 20px;
	background: url("../img/back_midashi.jpg");
}

.menu-nav ul{
	width: 96%;
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	/*justify-content: space-around;*/
}

.menu-nav li{
	width: 50%;
	/*margin-bottom: 20px;*/
	/*margin-right: 10px;*/
	box-sizing: border-box;
	padding: 5px 5px 10px;
}

.menu-nav li a{
	display: block;
	width: 100%;
	height: 100%;
	padding: 0.3em 0.2em;
	text-align: center;
	color: #fff;
	background:url("../img/menu/back_m-midashi.gif");
	display: flex;
	justify-content: center;
	align-items: center;
	

}

@media print, screen and (min-width: 768px){
	
	.menu-nav{
		padding-bottom: 50px;
	}	
	
.menu-nav li{
	width: 16.6%;
	}
	
}


/*おすすめはんこ*/

.conC .img img.hanko{
	position: absolute;
	top:0px;
	left: 0;
	box-shadow: none;
	width: 30%;
	max-width: 133px;
}

p.m-osusume{
	position: relative;
	max-width: 416px;
	margin: 0 auto;
}

@media print, screen and (min-width: 768px){
	.conC .img img.hanko{width: 133px;
}	
}









#content01_in {
	width: 90%;
	max-width: 1200px;
	text-align: center;
	height: auto;
	overflow: hidden;
	padding-bottom: 10px;
	background: url(images/kinpaku01.png) center 40% no-repeat;
	margin: 0 auto;
}