#lead{
    position: relative;
}
#lead h2{
	padding: 20px 10px;
}
#lead .txt1{
	padding: 10px;
}
#lead .sec1_btn{
	padding: 10px 10px 0;
}
#dishes{
	position: relative;
}
#dishes h2{
	padding: 20px 0;
}
#dishes .box{
}
#dishes .box1{
	width: 80%;
	padding-left: 10px;
}
#dishes .box1 .txt{
}
#dishes .box2{
	width: 80%;
	padding-top: 20px;
	padding-right: 10px;
}
#dishes .box2 .txt{
}
#dishes .box3{
	width: 80%;
	padding: 20px 0;
}
#dishes .dis_img3{
}
#dishes .box3 .txt{
    width: 270px;
    margin: 109px 0 0 -58px;	
}
#party{
	background: url('../img/index/sec3_img.jpg') repeat center top;
	color: #ffffff;
	padding: 20px 0;
    position: relative;
}

#party:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 20px;
	background: url('../img/shared/line.jpg') repeat center top;	
}
#party .txt{
    width: 420px;
    text-align: center;
    margin: 7px 0 0 40px;	
}
#party .party_btn{
	padding: 0 10px;
}
#new{
	background: url('../img/index/sec4_bg.jpg') repeat center top;
	height: 240px;
}
#new .wrap{
	width: 800px;
	background: url('../img/index/sec4_bg1.jpg') repeat center top;
	height: 100%;
	padding-top: 19px;
}
#feed{
	padding: 0 100px;
}
#feed ul{
	margin-top: 6px;
}
#feed ul + ul{
	margin-top: 10px;
}
#feed .date{
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 15px;
	line-height: 24px;
	letter-spacing: 1px;
	color: #525252;
	font-weight: 600;
}
#feed .content{
	font-weight: normal;
}
#text_box{
	width:95%;
	margin:10px auto 10px auto;
	padding:20px 0;
    background: #3c1f11;
    box-shadow: 0px 0px 0px 6px #3c1f11;
    border: double 3px #c73b1e;
}
#text_box p.ttl{
	font-size:22px;
	margin-bottom: 5px;
	letter-spacing: 2px;
	text-align:center;
	line-height:40px;
	color:#FFF;
	font-weight: bold;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#text_box p.txt{
	padding: 0 10px;
	font-size:15px;
	line-height:30px;
	color:#FFF;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#text_box hr {
    display: block;
    width: 95%;
    height: 1px;
    background-color: #FFF;
    border: 0;
    margin: 20px auto;
}