/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

li { list-style-type: none; }

img {
	border-style: none;
	vertical-align: bottom;
}

body{
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
	margin: 0;
	font-size: 13px;
	position: relative;
}

.vertical {
	cursor: vertical-text;
	writing-mode: vertical-rl;
	-o-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-moz-writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
    text-orientation: upright;	
	word-wrap: break-word;
}




.lead {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-weight: bold;
}


#navi {
	height: 153px;
	background-image: url(../images/gnaviFubric.jpg);
	background-position: center;
	color: white;
}
#navi h5 {
	display: none;
}
#naviInner {
	margin: 0 auto;
	width: 830px;
	overflow: hidden;
}
#gnavi {
	padding-right: 80px;
}
#gnavi li{
	list-style: none;
	float: right;
	padding-top: 20px;
}
#gnavi li a   {
	background-repeat: no-repeat;
	background-size: 57px auto;
	display: block;
	height: 118px;
	width: 57px;
	border-right: 1px solid #422E2F;
	text-indent: -9999px;
}
#gnavi li.home a   {
	background-image: url(../images/home_bt.png);
}
#gnavi li a:hover{
	background-position-y: -118px;
}		 
#gnavi li.space a{
	background-image: url(../images/space_bt.png);
}

#gnavi li.course a{
	background-image: url(../images/course_bt.png);
}
#gnavi li.lunch a{
	background-image: url(../images/lunch_bt.png);
}
#gnavi li.delivery a{
	background-image: url(../images/delivery_bt.png);
}
#gnavi li.information a{
	background-image: url(../images/information_bt.png);
}
#gnavi li.reservation a{
	background-image: url(../images/reservation_bt.png);
}
#gnavi li.mail a{
	background-image: url(../images/mail_bt.png);
	border-left: 1px solid #422E2F;
}
#snavi  {
	position: fixed;
	top: 90px;
	right: 20px;
	text-align: right;
	z-index: 500;
}
#snavi li {
	padding-bottom: 10px;
} 
#navi .bunner {
	position: fixed;
	top: 20px;
	right: 20px;
	z-index: 550;
}
#navi.other .bunner {
	display: none;
}
#navi.index {
	border-top: medium solid #A48506;
}
#navi.index #information {
	padding-top: 30px;
}
#navi.index #information h4 {
	font-size: 25px;
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
	font-style: italic;
	letter-spacing: 0.1em;
}
#navi.index #information p {
	padding-bottom: 10px;
}
#navi.index h1 {
	display: none;
}
#navi.index #information .reservation{
	letter-spacing: .5em;
}
#navi.other {
	border-bottom: medium solid #A48506;
}
#navi.other h1 {
	padding-top: 25px;
}
#navi.other #snavi {
	top: 20px;
}
#navi.other #information  {
	font-size: 12px;
}
#navi.other #information h4 {
	font-size: 24px;
	letter-spacing: 0.1em;
}
#navi.other #information .reservation{
	display: none;
}

#navi .telephone{
	display: none;
}


#footer {
	padding-top: 50px;
	padding-bottom: 50px;
	background-image: url(../images/gnaviFubric.jpg);
	color: #D1CCC7;
	background-position: center center;
}




#footer h6 {
	background-image: url(../images/logoM.png);
	background-size: 221px auto;
	background-repeat: no-repeat;
	width: 221px;
	height: 48px;
	text-indent: -9999px;
	margin: 0 auto;
	background-position: center center;
}

#footer ul{
	padding-top: 1em;
	padding-bottom: 1em
}

#footer ul li {
	list-style: none;
	display: inline-block;
	padding-left: 0.5em;
	padding-right: 0.5em;
}

#footer address {
	font-style: normal;
	display: inline;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}
#popUp{
	position: fixed;
	bottom: -260px;
	left: 0;
	width: 260px;
	height: 260px;
	background-color: gray;
	z-index: 9999;
	transition: 0.3s;
	-webkit-transition-timing-function: ease-in-out;
}
#popUp.standby{
	bottom: 0;
}
#popUp.standup{
	bottom: 0;
}
#popUp a.closeBt{
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 19.5px;
	background-color: #2B2B2B;
	overflow: hidden;
	text-indent: 100%;
}
#popUp a.closeBt:before,#popUp a.closeBt:after{
	content: '';
	display: block;
	height: 1px;
	width: 15px;
	background-color: white;
	position: absolute;
	left: 2.5px;
	top: 10px;
	transform-origin: center center;
}
#popUp a.closeBt:before{
	transform: rotate(45deg);
}
#popUp a.closeBt:after{
	transform: rotate(-45deg);
}
