<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document 
		by Hai Lai (ハイ)
*/
	
/*
/////////////////////////////////////
CSS FOR SLIDE
/////////////////////////////////////
*/
#Mainvisual{ 	
	width:100%;
	height:506px; 
	position:absolute;
	left:0;
	top:0;
	z-index:1;   
}
/*
/////////////////////////////////////
CSS FOR Content
/////////////////////////////////////
*/
#News{
	width:100%;
	height:382px;
	background: url(../images/index/bg_news.png) no-repeat left top;	
	margin:0 0 32px;
}
.news-in{
	padding:230px 0 0 29px;	
}
#News dl{
	color:#20202f;	
	line-height:20px;
	height:125px;
}
#News dt{
	font-weight:bold;
}
#News dd{
	padding:0 0 10px;
	background: url(../images/index/underline.png) no-repeat left bottom;	
	margin:0 0 10px;
}

#Fb{
	width:100%;
	height:361px;
	background: url(../images/index/fb.png) no-repeat left top;		
}
.facebook {
	margin: 0 0 15px;
	padding: 78px 0 12px 29px;
}
#Fb p{
	padding:0 35px 0 29px;	
	font-size:109%;
	line-height:18px;
}

#Shop{
	width:100%;
	height:363px;
	background: url(../images/index/bg_about.png) no-repeat left top;		
	margin:0 0 32px;
}
.shop-in{
	padding:203px 0 0 29px;	
}
.tel {
	color: #1f0c06;
	font-size: 125%;
	padding: 0 0 0 28px;
	margin:0 0 5px;
	font-weight: bold;
}
.access{
	line-height:20px;	
	color:#1f0c06;
}

#Concept{
	width:100%;
	padding:185px 0 0;
	height:180px;
	text-align:center;
	position:relative;
}
#Concept h2 {
	margin:0 0 10px;
}
#Concept p {
	font-size: 117%;
	line-height: 22px;
}
.icon01{
	position:absolute;
	left:28px;
	bottom:-8px;		
}
.icon02{
	position:absolute;
	right:8px;
	bottom:-8px;	
}

#Food{
	width:100%;
	height:411px;
	background: url(../images/index/bg_food.png) no-repeat left top;		
}
.food-in{
	padding:70px 18px 0;
	position:relative;	
}
.food-in h2 {
	left: 132px;
	position: absolute;
	top: 75px;
	z-index: 100;
}
.food-slide{
	width:430px;
	height:251px;
	position:relative;	
	margin:0 0 20px;
}
.slider{
	width:100%;
	height:100%;	
}
#pagination{
	position:absolute;
	right:4px;
	bottom:6px;	
}
#pagination li{
	width:14px;
	height:14px;
	float:left;
	margin:0 3px;
	cursor:pointer;
	background: url(../images/index/bullet.png) no-repeat right top;	
}
#pagination li.active{
	background: url(../images/index/bullet.png) no-repeat left top;	
}
.food-in p{
	line-height:22px;
	color:#1f1f2e;
	padding:0 5px;
}</pre></body></html>