<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 */

/*共通設定*/
*{
  margin:0;
  padding:0;
  box-sizing:border-box;
  color: #000;
}
a{
  color:#333333;
  text-decoration:none;
}
ul,ol,dl{
  list-style:none;
}
img{
  vertical-align:bottom;
}

body{
	font-family: "ＭＳ Ｐ明朝", MS PMincho,"ヒラギノ明朝 Pro W3", Hiragino Mincho Pro, serif
}

h4{
	font-size: 1em;
	padding-bottom: 3%;
}

p{
	font-size: 0.9em;
	line-height: 1.8;
}

li{
	font-size: 0.9em;
	line-height: 1.8;
}

/*widthの設定*/
body,html{
	width:100%;
	height:auto;
	background-color:#000;
}


/*clearfixの設定*/
.clearfix:after{  
visibility:hidden;
height:0;
display: block;
font-size: 0;  
content: " ";  
clear: both;  

}  
* html .clearfix             { zoom: 1; } /* IE6 */  
*:first-child+html .clearfix { zoom: 1; } /* IE7 */


/*全体背景画像*/
#bg{
	width:100%;
    height: 900px;
	background:url(../images/bg.jpg) no-repeat center top;
}


/*header*/
#header-wrap{
	background: url(../images/header-bg.png) repeat-x left top;
}

#header-inner{
	overflow:hidden;
	width:80%;
	max-width:1000px;
	margin:0 auto;
	position: relative;
}

@media screen and (max-width:768px) {
	#header-wrap{
	background: url(../images/header-bg2.png) repeat-x left top;
}
}



/*nav*/
#header-inner h1, nav ul li{
	float: left;
}

#header-inner h1{
	padding-right: 13%;
	width: 30%;
	height: auto;
}

nav ul{
	padding-top: 5%;
}

nav ul li{
	padding-right: 4%;
}

#btn-text{
	display: none;
}

.nav-text{
	display: none;
}

@media screen and (max-width:1200px) {
	#header-inner{
		width: 95%;
	}
	
	#header-inner h1{
		padding-right:0;
		margin-right: 8%;
		width: 15%;
	}
	
	header h1 img{
		width: 100%;
		height: auto;	
	}
	
}

@media screen and (max-width:768px) {
	#header-inner h1{
		margin-right: 4%;
		width: 20%;
	}
	
	nav ul li {
         padding-right: 10px;
         box-sizing: border-box;
         width: 9%;
         padding-bottom: 8px;
	}
nav ul li img {
	margin-top: 0px;
	max-width: 100%;
	height: auto;
}
}




/*content*/

.content-info{
	padding-top: 20%;
	text-align: center;
}

.content-info h3,.content-info p{
	color: #fff;
}

.content-info h3{
	padding-bottom: 1%;
}

.content-info-box{
	background-color: rgba(0, 0, 0, 0.34);
	padding: 1% 0;
}



/*fotter*/
#footer-wrap{
	width: 60%;
	margin: 0 auto;
}

.fotter-copy{
	text-align: right;
	font-size: 0.6em;
	color: #fff;
}

@media screen and (max-width:768px) {
	#footer-wrap{
	width: 80%;
	margin: 0 auto;
}


/*hover*/

.about{
    background:url(../images/about-h.png) no-repeat;
}

.lunch{
    background:url(../images/lunch-h.png) no-repeat;
}

.dinner{
    background:url(../images/dinner-h.png) no-repeat;
}

.omotase{
    background:url(../images/omotese-h.png) no-repeat;
}

.access{
    background:url(../images/access-h.png) no-repeat;
}

.recruit{
    background:url(../images/recruit-h.png) no-repeat;
}

.about a,.lunch a,.dinner a,.omotase a,.access a,.recruit a{
    display: block;
}
.about img,.lunch img,.dinner img,.omotase img,.access img,.recruit img{
    border: none;
}
.about a:hover,.lunch a:hover,.dinner a:hover,.omotase a:hover,.access a:hover,.recruit a:hover{
    background: none;
}
.about a:hover img,.lunch a:hover img,.dinner a:hover img,.omotase a:hover img,.access a:hover img,.recruit a:hover img{
    visibility: hidden;
}</pre></body></html>