<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "euc-jp";

/*・E=======================================================
 *
 *	css file for "Qui System"
 *	file name :cuisine.css
 *	page name :  
 *
==========================================================*/

#cuisine {
}

#cuisine #top_img {
}


#cuisine h3 {
	margin-bottom: 20px;
}

#cuisine h4 {
	margin-bottom: 20px;
}

#cuisine .main_area {
	padding-bottom: 30px;
}


#cuisine .logo {
	position: absolute;
	top:70px;
	right:0;
}

#cuisine .cuisine_text {
	margin: 25px 0;
}



/* プランボタン */
#other_area .btn_plan {
	position: absolute;
	top: 160px;
	left: 40px;
}


/* 朝食 */
#breakfast {
	background-image: url(../cuisine/breakfast.jpg);
	height: 262px;
	width: 687px;
	padding: 27px;
	background-repeat: no-repeat;
	background-position: left top;
	margin: 30px 0 0 0;
}

#breakfast .text_box {
	width: 305px;
	margin: 146px 0 0 345px;
}

/* お料理のお話 */
#story_area {
	
}
#story_area h3 {
	margin: 0;
}

#story_area #story_02_bg {
	background-image: url(../cuisine/story_02.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 689px;
	height: 364px;
}
#story_area #story_02_bg .text_box {
	width: 384px;
	padding: 85px 0 0 35px;
  line-height: 1.7em;
}
</pre></body></html>