@charset "UTF-8";

html{
	height:100%;
}

body{
	margin:0;
	padding:0;
	line-height:160%;
	font-size:75%;
	background:#FFF;
	color:#999;
	background:#FFF;
	font-family:Times New Roman, Times, serif;
	-webkit-text-size-adjust: 100%;
}

html>/**/body {
	font-size: 12px;
}

a{
	color:#999;
	text-decoration:none;
}

a.line{
	text-decoration:underline;
}


/* Reset
-------------------------------------------------*/
img{border:none;}
ul{list-style:none;}
ul,li{margin:0;padding:0}
dl,dt,dd{margin:0;padding:0;}
h1,h2,h3,h4,h5,h6,p{margin:0;padding:0;font-size:1em;}
i{font-style:normal;}

/* Common
-------------------------------------------------*/
.red{
	color:#FF1A00;
}

.green{
	color:#339933;
}

.ssm{
	vertical-align:middle;
}

.images{
	position:relative;
	text-align:center;
	margin:30px 0;
}

.images .logo-alligraphy{
	display:block;
	text-align:right;
	font-size:0.8em;
}

.tx-col{
	margin:0 0 30px;
}

.tx-col h2{
	margin:0 0 8px;
	font-size:1.2em;
}

#backto-top{
	position: fixed;
	bottom: 65px;
	right: 0;	
}

#backto-top img{
	vertical-align:middle;
}

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

/* Layout
-------------------------------------------------*/
#wrap{
	width:940px;
	margin:0 auto;
	font-size:1.2em;
}

#main{
	min-height:500px;
}

.left-col{
	float:left;
	width:260px;
	margin:0 0 0 34px;
}

.right-col{
	float:right;
	width:600px;
	margin-right:20px;
}

.sub-navi dt{
	font-weight:bold;
	background:url(../img/arrow.png) no-repeat center left;
	padding:0 0 0 10px;
	margin:0 0 5px;
}

.sub-navi dd{
	padding:0 0 0 10px;
}

.sub-navi dd li{
	margin:0 0 5px;
}


/* Head
-------------------------------------------------*/
#head{
	margin:25px 0;
	font-weight:bold;
}

h1{
	text-align:center;
	margin-bottom:20px;
}

#head ul{
	text-align:center;
	border:1px solid #999999;
	border-left:none;
	border-right:none;
	padding:12px 0;
}

#head li{
	display:inline;
	text-align:center;
	margin:0 15px;
}


/* Foot
-------------------------------------------------*/
#foot{
	text-align:center;
	border-top:1px solid #999;
	padding:15px 0;
	margin:50px 0 0 0;
}


/* Home
-------------------------------------------------*/
#cover{
	margin:50px auto;
	width:760px;
	height:400px;
	position:relative;
}

#cover img {
	position:absolute;
	left:0;
	top:0;
}

h2.top-title{
	font-size:1.2em;
	border-bottom:1px solid #999;
	padding:10px 0;
	margin:0 0 10px;
}

#news{
	width:620px;
	float:left;
}

#news p{
	margin-bottom:1em;
}

#news dl{
}

#news dl dt{
	display:inline-block;
	width:90px;
	vertical-align:top;
}

#news dl dd{
	display:inline-block;
	vertical-align:top;
	width:510px;
}

#news a{
	text-decoration:underline;
}

#top-info{
	width:300px;
	float:right;
}

#top-info p{
	margin-bottom:1em;
}

#top-info .fb{
	vertical-align:top;
	margin:35px 0 0 0;
	font-weight:normal;
}
#top-info .fb a{
	text-decoration:underline;
	font-weight:bold;
}
#top-info .fb img{
	vertical-align:top;
	position:relative;
	top:-1px;
	margin:0 5px;
}


/* About
-------------------------------------------------*/

/* INFORMATION
-------------------------------------------------*/

.information .left{
	float:left;
	width:300px;
}

.information .right{
	float:right;
}

.information p{
	margin-bottom:1em;
}

.information p strong{
	display:block;
	margin-bottom:1em;
}

/* EVENTS
-------------------------------------------------*/
#events .tx-col p{
	margin-bottom:1em;
}

#events .tx-col p.small{
	font-size:12px;
	line-height:1.3;
}

#events .images{
	margin:25px 0;
}

#events .tx-col p.image-layout{
	margin-top:-0.5em;
}

#events .tx-col p.image-layout img{
	float:left;
	margin:0 0.7em 0.5em 0;
}

#events .archives li{
	margin:0 0 10px;
}

#events .archives li span.date{
	display:inline-block;
	width:60px;
	vertical-align:top;
}

#events .archives li span.tx{
	width:500px;
	display:inline-block;
	vertical-align:top;
}

/* Kokage
-------------------------------------------------*/

#kokage #head{
	margin:19px 0 25px;
}

#kokage h1{
	margin-bottom:18px;
}

#kokage #main{
	position:relative;
	height:440px;
}

#kokage #main p{
	position:absolute;
	font-weight:bold;
	font-size:1.4em;
	left: 188px;
	top: 91px;
}

#kokage #main .landing{
	position:absolute;
	font-size:0.8em;
	left: 526px;
	top: 159px;
}


/* Menu
-------------------------------------------------*/
#menu h2{
	margin:0 0 20px;
	font-size:1.4em;
}

#menu h2 span{
	font-size:11px;
	font-weight:normal;
	margin-left:0.5em;
	position:relative;
	top:-3px;
}

#menu dl{
	border-bottom:1px dotted #666;
	padding-bottom:1em;
	margin-bottom:1.5em;
}

#menu dl dt{
	float:left;
	wdith:250px;
	margin:0 1em 0.5em 0;
}

#menu dl dd{
	float:left;
	width:330px;
}

#menu dl dd b,
#menu dl dd span{
	display:block;
	font-size:0.8em;
	line-height:1.3;
}

#menu .mg{
	margin-bottom:0.5em;
}

#menu h3{
	margin:25px 0 8px;
	font-size:1.2em;
}

#menu dl h3{
	margin-top:0;
	font-size:1.2em;
}

#menu .lunch-list {
	border:1px solid #CCC;
	border-left:none;
	border-right:none;
	text-align:center;
	padding:20px 0;
	margin-bottom:15px;
}

#menu .lunch-list h3{
	margin:0 0 8px;
}

#menu .lunch-list h3 + p{
	font-size:11px;
	line-height:1.1;
}

#menu .lunch-list .course{
	margin-top:20px;
	padding-top:20px;
	border-top:1px dotted #CCC;
}

#menu .lunch-list .course img{
	margin:8px 0;
}

#menu .lunch-list p{
	font-size:11px;
	line-height:1.2;
}



#menu #menu00{
	border-bottom:1px solid #999;
	margin:0 0 30px 0;
	padding:0 0 30px 0;
}

#menu #menu02{
	border-top:1px solid #999;
	margin:30px 0 0 0;
	padding:30px 0 0 0;
}

#menu .notes{
	margin:2em 0 0 0;
}

#menu .dinner-image{
	margin:0.8em 0;
}


#menu .sansai{
	list-style:disc;
	font-size:12px;
	margin:0 0 0 2em;
	padding:0;
	line-height:1;
	font-weight:bold;
}

/* Events
-------------------------------------------------*/
#events .tx-col{
	margin:0 0 60px;
}

#events .tx-col p{
	margin:0 0 2em;
}

#events h2.size-b{
	font-size:28px;
	line-height:1.2;
}

#events h2.size-b span{
	display:block;
	text-align:right;
}

#events  h3{
	margin-bottom:1em;
	font-size:16px;
}


#events .japanese h3{
	margin-bottom:1em;
}

#events h4{
	margin-bottom:1em;
	font-size:16px;
}


#events #menu h4{
	margin-bottom:0;
	font-size:16px;
}

#events #menu .lunch-list .course:nth-child(2){
	padding-top:20px;
}


/* Press
-------------------------------------------------*/
.press .row{
	border-bottom:1px dotted #999;
	width:906px;
	margin:15px auto;
	display:table;
	padding:0 0 15px;
	min-height:250px;
}
    *+html .press .row{
	    display:block;
    }

.press .row dl{
	border-left:1px dotted #999;
	width:205px;
	display:table-cell;
	text-align:center;
	padding:10px 10px 0px;
	margin-bottom:15px;
	position:relative;
}

    *+html .press .row dl{
	    float:left;
	    height:250px;
    }


.press .row dl.last{
	border-right:1px dotted #999;
}

.press .row dd{
	margin-top:10px;
}

.press .row dd .data{
	position:absolute;
	bottom:0;
	width:205px;
}

    *+html .press .row dd .data{
	    left:0;
	    width:230px;
    }


/* Products
-------------------------------------------------*/
.products .row{
	border-bottom:1px dotted #999;
	width:906px;
	margin:15px auto;
	padding:0 0 15px;
}

.products .row dl{
	border-left:1px dotted #999;
	width:205px;
	float:left;
	height:250px;
	padding:0 10px 5px;
	margin-bottom:0px;
	position:relative;
}

.products .row dl.last{
	border-right:1px dotted #999;
}

.products .row dd{
	margin-top:10px;
}

.products .row a:hover{
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
}

/* Reservation
-------------------------------------------------*/
#reserv h2{
	font-size:1.4em;
	margin:0 0 15px;
}

#reserv h3{
	font-size:1.6em;
	font-weight:normal;
}

#opentable-book{
	background:#F5F5F5;
	padding:20px 20px 60px;
	margin:0 0 20px;
	width:400px;
}


/* Clearfix
-------------------------------------------------*/
.clearfix:after {
content:"";
display:block;
clear:both;
}

/* for IE6 */
* html .clearfix {
display:inline-block;
}

/* for IE7 */
*+html .clearfix {
display:inline-block;
}


/* Kokage Page
-------------------------------------------------*/
.kokage_contents{
	text-align: center;
	margin-top: 50px;
}
.kokage_contents h2,
#kokage #main p {
	text-align: left;
}
.kokage_contents h2{
	font-weight: bold;
	font-size: 1.2em;
	margin-top: 50px;
	margin-bottom: 20px;
}
#kokage #main p {
position: static;
font-weight: lighter;
font-size: 1em;
}
#kokage #main p + p{
	margin-top: 40px;
}
#kokage #main {
position: static;
height: auto;
}
.kokage_contents a{
	text-decoration: underline;
}

#sp-display {
	width:100%;
	min-width:940px;
	background:#CCC;
}

#sp-display a{
	padding:5px 0;
	text-align:center;
	color:#000;
	display:block;
}
