@charset "utf-8";

#iseji .txt-intro{
	padding:2%;
}

/********** コンテンツ1 **********/
#iseji .content-main1{
	margin:0 0 7%;
	padding:10% 0;
	background:#faf7f0;
}

/********** intro **********/
#iseji .intro h3{
	padding:0 0 3%;
	font-size:1.3em;
	color:#535353;
}
#iseji .intro h3 .mark1{
	font-size:0.85em;
}
#iseji .intro .img{
	padding:0 0 8%;
	text-align:center;
}
#iseji .intro .img img{
	width:88%;
}
#iseji .intro .txt{
	line-height:2;
}
#iseji .intro .att{
	padding:0 0 1em;
}
#iseji .intro .att p{
	color:#d20000;
}
#iseji .intro .txt2 p .mark1{
	color:#dcdcdc;
}

/********** メニューリンク **********/
#iseji .menu-link{
	padding:0 0 8%;
}
#iseji .menu-link ul li a{
	float:left;
	display:block;
	width:46.5%;
	margin:0 0 5% 0;
	padding:1em 0;
	border:solid 1px #dbbf9c;
	text-align:center;
	color:#b08558;
}
#iseji .menu-link ul li:nth-child(2n) a{
	float:right;
}

/********** コンテンツ **********/
#iseji .content-main2{
}
#iseji .content-main2 h3{
	padding:0 0 7.5%;
	text-align:center;
}
#iseji .content-main2 h3 img{
	width:80%;
}
#iseji .content-main2 .bnr-lunch{
	padding:0 0 8%;
}
#iseji .content-main2 .bnr-lunch img{
}

/********** セクション **********/
#iseji .section{
	padding:0 0 10%;
}
#iseji .section .img{
	padding:0 10% 4%;
}
#iseji .section .section-box{
	/*padding:0 0 5%;*/
	padding:0 0 10%;
}
#iseji .section .section-box:last-child{
	padding:0;
}
#iseji .section .txt{
	padding:0 5%;
}
#iseji .section .txt .txt-box{
	padding:0 0 10%;
}
#iseji .section .txt .txt-box:last-child{
	padding:0;
}
#iseji .section .txt h4{
	padding:0 0 2%;
	font-weight:bold;
	font-size:1.25em;
	color:#535353;
}
#iseji .section .txt .price{
	margin:0 0 3%;
	padding:0 0 1.5%;
	border-bottom:solid 0.1em #dbbf9c;
	color:#d20000;
}
#iseji .section .txt .price .mark1{
	font-weight:bold;
}
#iseji .section .txt .desc{
	line-height:1.7;
}
#iseji .section .txt .desc p{
	padding:0 0 8%;
}
#iseji .section .txt .desc p:last-child{
	padding:0;
}
#iseji .section .txt .desc p .mark1{
	color:#dcdcdc;
}

/********** その他 **********/
#iseji .other{
	padding:2%;
	background:#faf7f0;
}
#iseji .other h4{
	padding:3% 0 0;
	text-align:center;
	font-weight:bold;
	font-size:1.3em;
	color:#535353;
}
#iseji .other ul{
	width:100%;
	display:table;
	padding:2% 0 0;
}
#iseji .other ul li{
	display:table-row;
}
#iseji .other ul li .label{
	display:table-cell;
	padding:0 0 2%;
	vertical-align:top;
}
#iseji .other ul li .price{
	display:table-cell;
	padding:0 0 2%;
	color:#d20000;
	text-align:right;
	vertical-align:top;
	white-space:nowrap;
}
#iseji .other ul li:last-child .label,
#iseji .other ul li:last-child .price{
	padding:0;
}

/********** コース **********/
#iseji .corse{
	padding:0 0 2%;
}

/********** 鍋 **********/
#iseji .nabe{
	padding:0 0 12%;
}

/********** ランチ **********/
#iseji .lunch{
}
#iseji .lunch h3{
}
#iseji .lunch .txt-menu{
	padding:0 0 7%;
}
#iseji .lunch ul li .label{
}
#iseji .lunch ul li .price{
}
#iseji .lunch .other{
	margin:0 0 10%;
}
#iseji .lunch .section:last-child{
	padding:0;
}



/*追加
---------------------------------*/
#iseji .tsuika{
	background: #faf7f0;
	padding: 4vw;
	margin-bottom: 12vw;
}
#iseji .tsuika p{
	text-align: center;
	font-size: 3.4vw;
}



.about_photo{
	text-align: center;
	margin: 10vw auto;
}



/********** 予約する **********/
#iseji .btn-reserve a{
	display: block;
	width:100%;
	margin: 5vw auto;
	padding: 5vw 0;
	background: #712c1b;
	text-align: center;
	color: #fff;
	font-size:3.8vw;
	font-weight: 700;
	text-decoration: none;
	
}