﻿html {
	min-width: 1000px; /* viewport */
}
/*=============================================
 * body
 *=============================================*/

body {
	color: #000000;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 15px;
	line-height: 35px;
	letter-spacing: 0;
	background: #fff;
	min-width: inherit;
	max-height: 100%;
}
/*=============================================
 * fonts - DON'T EDIT
 *=============================================*/

.fnt-mincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.fnt-meiryo {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.fnt-gothic {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
/*=============================================
 * .fnt - customs
 *=============================================*/

.fnt-mincho {
}
.fnt-meiryo {
}
.fnt-gothic {
}
.fnt-garamond {
}
/*=============================================
 * #wrapper
 *=============================================*/

#wrapper {
	clear: both;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.wrap {
	width: 1000px;
}
/*=============================================
 * header
 *=============================================*/

#header {
	width: 100%;
	position: relative;
	height: 850px;
}
#header:before{
	background:  url(../img/shared/bg_header.jpg) repeat center top;
	position: absolute;
	top: -221px;
	left: 0;
	width: 100%;
	height: 500px;
	content: '';
	z-index: 1000;
	webkit-transform: skewY(-9deg);
    -ms-transform: skewY(-9deg);
    -o-transform: skewY(-9deg);
    transform: skewY(-9deg);
}
#header:after{
	background:  url(../img/shared/bg_hader_t.png) no-repeat center top;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 586px;
	content: '';
	z-index: 1001;
}
#header .wrap{
	z-index: 1200;
}
#header h1 {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 0;
	color: #767474;
	padding: 0px 20px 0 0 ;
	text-align: right;
}
#header #header_r{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1300;
}
#header #header_r ul{
	width: 350px;
	padding-right: 10px;
}
#header #header_r li{
	float: right;
	padding-right: 10px;
}
#header .tel {
	position: absolute;
	top: 90px;
	right: 10px;
}
#header .logo{
	
}
#header .nav {
	position: absolute;

top: 46px;

left: 329px;
}
#header .nav li {
	float: left;
}
 .takeout {
	position: absolute;
	right: 0px;
	top: 350px;
	 z-index: 999999;
}


/*=============================================
 * key
 *=============================================*/

#key {
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	min-height: 750px;
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 1;
	margin: 0 auto;
}
#key ul {
	height: 750px;
	width: 100%;
}
#key li {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	min-height: inherit;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}






/*=============================================
 * container
 *=============================================*/

#container {
}
/*=============================================
 * #socialbuttons
 *=============================================*/

#socialbuttons {
	margin: 0 auto;
padding: 21px 0 12px;
max-width: 286px;
}
/*=============================================
 * footer
 *=============================================*/

#footer {
	border-top: 15px solid #000;
	height: 640px;
	width: 100%;
	position: relative;
	font-size: 15px;
	line-height: 20px;
	letter-spacing: 0.5px;
	color: #000;
}

#footer .logo {
	padding-top: 44px;
}
#footer .tel {
	
}
#footer .ft_info{
	padding-top: 67px;
	width: 412px;
	float: right;
}
#footer .ft_info h3{
	font-size: 18px;
font-weight: bold;
padding: 22px 0 18px 6px;
letter-spacing: 0.5px;
}
#footer .ft_info dl{
	font-weight: bold;
	padding-bottom: 20px;
}
#footer .ft_info dt{
	float: left;
padding-left: 6px;
width: 88px;
}
#footer .ft_info dd{
	float: left;
}
#footer .nav {
	line-height:35px;
	font-weight: bold;
	font-size: 15px;
	padding: 9px 0px 0;
	letter-spacing: 0.5px;
	color: #000;
	position: relative;
	text-align: center;
}
#footer .nav li {
	padding-left: 0;
}
#footer .nav li a {
	padding: 0 6px;
	position: relative;
}
#footer .nav li + li {
}
#footer .nav li + li:before {
	content: '>';
}


/*=============================================
 * copyright
 *=============================================*/
#pagetop {
	right: 0;
	bottom: 7px;
}
address {
	color: #000;
	font-size: 17px;
padding: 16px 0 0px;
	letter-spacing: 0.4px;
	line-height: 25px;
	text-align: center;
	position: relative;
	width: 450px;
	margin: 0 auto;
}
address span{
	position: relative;
z-index: 1;
	background: #fff;
	padding:  0 8px;
}
address:after{
	border-top: 3px solid #000;
	width: 100%;
	position: absolute;
	top: 26px;
	right: 0;
	content: '';
}

address a{
 font-size: 10px;
 color: #1d1d1d;
 display: block;
 text-decoration: none;
}



.text_center {
	text-align: center;
}
.ml_0 {
	margin-left: 0px !important;
}
.strong {
	font-weight: bold;
}
.text_right {
	text-align: right;
}
#socialbuttons > * {
	margin: 0 7px;
}
.w_500 {
	width: 500px;
}
.w_50pc {
	width: 50%;
}
#map{
	height: 500px;
	width: 100%;
}
.w_320{
	width: 320px;
}
.w_277{
	width: 277px;
}
.w_480{
	width: 480px;
}
.w_405{
	width: 405px;
}
.w_460{
	width: 460px;
}
.listitem dl {
	border-bottom: 2px solid #000;
	position: relative;
	padding: 48px 0 9px 142px;
	margin-bottom: 11px;
	line-height: 42px;
}
.listitem dl dt {
	font-size: 25px;
}
.listitem dl dd.price {
	padding-top: 6px;
	padding-left: 15px;
}
.listmenu {
	line-height: 35px;
	letter-spacing: 0.5px;
}
.listmenu dt {
	float: left;
	position: relative;
	padding-left: 20px;
}
.listmenu dt:before {
	background: url(../img/menu/icon.png) no-repeat center top;
	width: 8px;
	height: 8px;
	position: absolute;
	top: 12px;
	left: 4px;
	content: '';
}
.listmenu dd {
	float: right;
	text-align: right;
}



/* グループサイト */
#bnr_groupsite {
	width:100%;
	border-top: 7px groove #000;
}
#bnr_groupsite ul{
	margin: 40px auto 46px;
	width: 910px;
	overflow:hidden;
}
#bnr_groupsite li {
	float: left ;
	list-style: none;
	width: 182px;
	padding-bottom: 10px;
}

/*　予約ウィジェット　*/

.reservation{
	width:100%;
	text-align:center;
	height:90px;
	background: #000;
	padding-top:5px;
}
.reservation .tc-header{
	text-align:center !important;
}

#webyoyaku a{
	position: fixed;
	top:160px;
	right:15px;
	-ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
	font-size: 17px;
	display: block;
	background-color: #961d12;
	padding: 10px 7px;
	color: #fff;
	letter-spacing: 5px;
	text-decoration: none;
	border:solid 1px #FFF;
	z-index: 9999;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
