
/* --------------------------------------------------------------------------------------
   藤よしと和食の話
--------------------------------------------------------------------------------------- */

.kv { background: url(../img/floor/kv.jpg) no-repeat center top; }
.kv p { background: url(../img/floor/key_txt.png) no-repeat right center; }

.wood-bg { background: url(../img/floor/wood_bg.jpg) repeat left top;}

.laed {
	background: url(../img/floor/lead_bg.png) no-repeat center top;
	margin-top: -81px;
	min-height: 601px;
	padding-top: 160px;
	position: relative;
	width: 100%;
}

.laed section {
	float: left;
	margin-left: 30px;
	width: 310px;
}

.laed section:first-child { margin-left: 0; }

.laed section p { margin-top: 15px; }

.table {
	background: url(../img/floor/table_bg.png) no-repeat center bottom;
	height: 1249px;
	width: 100%;
}

.table .section { height: 1249px; }

.table .ttl {
	position: absolute;
	right: 0;
	top: 48px;
}

.table p,
.zashiki p,
.sajiki p,
.counter p { margin-top: 12px; }

.table section:nth-child(2) {
	left: -5px;
	position: absolute;
	top: 488px;
	width: 312px;
}

.table section:nth-child(3) {
	left: 531px;
	position: absolute;
	top: 1046px;
	width: 469px;
}

.zashiki {
	background: url(../img/floor/zashiki_bg.png) no-repeat center top;
	height: 1100px;
	width: 100%;
}

.zashiki .section { height: 1100px; }

.zashiki .ttl {
	left: -54px;
	position: absolute;
	top: 79px;
}


.zashiki section:nth-child(2) {
	left: 631px;
	position: absolute;
	top: 489px;
	width: 369px;
}

.zashiki section:nth-child(3) {
	left: 0;
	position: absolute;
	top: 844px;
	width: 404px;
}

.sajiki {
	background: url(../img/floor/sajiki_bg.png) no-repeat center top;
	height: 1061px;
	width: 100%;
}

.sajiki .section { height: 1061px; }

.sajiki .ttl {
	position: absolute;
	right: 0;
	top: 64px;
}

.sajiki section {
	left: 384px;
	position: absolute;
	top: 829px;
}

.counter {
	background: url(../img/floor/counter_bg.png) no-repeat center top;
	height: 1088px;
	width: 100%;
}

.counter .section { height: 1088px; }

.counter .ttl {
	left: -124px;
	position: absolute;
	top: 29px;
}

.counter section {
	left: 162px;
	position: absolute;
	top: 840px;
	width: 434px;
}

.settai {
	background: url(../img/floor/settai_bg.jpg) no-repeat center top;
	height: 713px;
	width: 100%;
}

.settai .ttl { padding-top: 58px; }

.settai .section div {
	float: left;
	margin-left: -50px;
	margin-top: -79px;
	width: 573px;
}

.settai .section section {
	color: #fff;
	float: right;
	margin-top: 19px;
	width: 422px;
}

.settai .section p { margin-top: 30px; }

@media (min-width: 1600px) {
	.laed,
	.settai { background-size: 100% auto; }
}