@charset "utf-8";

/*--------------------------------------------------------------
Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	min-width: auto;
	height:100% !important;
}
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html{ 
    height:100% !important;
}
body{ 
    height:100% !important;
}
a:link {
	color: #221815;
	text-decoration: none;
}
a:hover {
	color: #221815;
	text-decoration: underline;
}
a:visited {
	color: #221815;
	text-decoration: none;
}
ol, ul {
	list-style: none;
}
ul li {
	margin: 0px;
	padding: 0px;
}
table {
	/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}
blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active {
	outline: 0;
}
a img {
	border: 0;
}

.mb60{
	margin-bottom: 60px;
}
.mt85{
	margin-top: 85px;
}
.mt100{
	margin-top: 100px;
}
.mt110{
	margin-top: 110px;
}

.mb45{
	margin-bottom: 45px;
}
.mb90{
	margin-bottom: 90px;
}

.center{
	text-align: center;
	margin-right: auto;
	margin-left: auto;	
}
.right{
	text-align: right;
}

/*--------------------------------------------------------------
Clearings
--------------------------------------------------------------*/
.clear:before,
.entry-content:before,
.comment-content:before,
.site-main:before,
.site-header:before,
.site-content:before,
.site-footer:before,
.hentry:before,
.social-navigation ul:before,
.project-navigation ul:before,
.page-content:before,
.gallery:before,
.portfolio-sharedaddy:before,
.clear:after,
.entry-content:after,
.comment-content:after,
.site-main:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.hentry:after,
.social-navigation ul:after,
.project-navigation ul:after,
.page-content:after,
.gallery:after,
.portfolio-sharedaddy:after {
	content: "";
	display: table;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-main:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.hentry:after,
.social-navigation ul:after,
.project-navigation ul:after,
.page-content:after,
.gallery:after,
.portfolio-sharedaddy:after {
	clear: both;
}
br.clear {
	clear: both;
}

/*--------------------------------------------------------------
パソコン用
--------------------------------------------------------------*/
.disp_mobile{
	display:none;
}
.inner {
	margin: 0 auto;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}

/*--------------------------------------------------------------
スマホ用
--------------------------------------------------------------*/
@media only screen and (max-width: 640px) {
.disp_pc{
	display: none;
}
.disp_mobile{
	display: block;
}
}
	
/*--------------------------------------------------------------
全体
--------------------------------------------------------------*/
html,body { 
　　height:100%;
}
body {
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", serif;
	color: #fffefe;
	font-size: 20px;
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: 100%;
	background-color: #191307;
	max-width: 640px;
	min-width: auto;
	line-height: 2.0em;
}
.midbox{
	width: 88%;
	margin-right: auto;
	margin-left: auto;
}
a,
a:link,
a:visited{
	outline : 0;
	color: #fffefe;
	text-decoration: underline;
	outline: 0;
}
#main{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 131px;
	padding-bottom: 60px;
}

/* ---------------------
ヘッダー
--------------------- */
header{
	background-color: #ffffff;
	height: 130px;
	position: fixed;
	width: 100%;
	z-index: 999;
}
h1{
	text-align: center;
}
.en_menu {
    float: right;
    margin-top: -57px;
    margin-right: 30px;
}

/* ---------------------
Topページ
--------------------- */
.oshirase{
	font-size: 24px;
	text-align: center;
	margin-top: 35px;
	margin-bottom: 45px;
}
#index h2{
	font-size: 31px;
	text-align: center;
	margin-top: 35px;
	margin-bottom: 35px;
}

/* ---------------------
下位ページ
--------------------- */
h2{
	font-size: 31px;
	text-align: center;
	margin-top: 62px;
	margin-bottom: 45px;
}
h3{
	font-size: 29px;
	text-align: center;
	margin-top: 45px;
	margin-bottom: 25px;
}

/* ---------------------
店舗一覧ページ
--------------------- */
#shop h3{
	font-size: 31px;
	margin-top: 10px;
	text-align: left;
	margin-bottom: 3px;
}
.tel{
	font-size: 29px;
	margin-bottom: 3px;
}
.link{
	font-size: 25px;
	margin-bottom: 3px;
}
.recruit{
	width: 88%;
	margin-right: auto;
	margin-left: auto;
	font-size: 25px;
	margin-top: 130px;
}
.recruit a:link{
	color: #e8d727;
	text-decoration: underline;	
}
.recruit a:hover{
	color: #e8d727;
	text-decoration: underline;	
}
.recruit a:visited{
	color: #e8d727;
	text-decoration: underline;	
}

/* ---------------------
店舗詳細ページ
--------------------- */
#ginza h1{
	margin-top: -7px;
}
#ginza h2{
	font-size: 37px;
	text-align: center;
	margin-top: 90px;
	margin-bottom: 65px;
}
#ginza{
	font-size: 23px;
}
.gold{
	color: #b7a24f;
}
#ginza .tel{
	font-size: 33px;
}
.gallery{
	width: 88%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 60px;
}
.gallery li{
	display: inline;
	margin-right: 22px;	
}
.gallery li:nth-child(2n){
	margin-right: 0px;	
}

/* ---------------------
SHOPS_MENU
--------------------- */
#tab-box ul {
	width: 100%;
	padding: 0;
	list-style: none;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
}
#tab-box ul li {
	margin-right:1px;
	float:left;
	display:inline;
	font-size:0;
	height: 38px;
}
#tab-box ul li a img{
	outline:none;
	border:none;
}
#tab-box div {
	display: none;
	width: 98%;
	margin-bottom: 30px;
	padding: 20px;
	overflow-y: scroll;
	color: #FFF;
	background-color: #33280c;
	font-size: 12px;
}
#tab-box div table tr td {
	font-size: 18px;
	line-height: 2.0em;
}
.clearFix:after{
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
	content:".";
	zoom:1;
}

/* ---------------------
SLIDER
--------------------- */
#slidebox{
	width: 640px;
	max-width: 100%;
	min-width: 100%;
	position: relative;
	clear: both;
	text-align: center;
	background-color: #e5eded;
	margin-bottom: 10px;
	top: 130px;
}
#slider{
	width: 640px;
	min-width: 100%;
	max-width: 100%;
	height:auto;
	height: 623px;
	background-color:#e5eeed;
	overflow:hidden;
}
.theme-default .nivo-controlNav {
    width: 100%!important;
	text-align: center;
    padding: 0px 0;
	top: 560px;
}
.theme-default .nivo-controlNav a {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(bullets.png) no-repeat;
    text-indent: -9999px;
    border: 0;
    margin: 0!important;
}
#onitem{
	position: absolute;
	top:0;left:0;
	width:100%;
	box-shadow:inset 0 7px 7px -7px rgba(0,0,0,.5);
	z-index:9;
}

/* ---------------------
フッター
--------------------- */
.fmenu{
	background-color: #060404;
	width: 100%;
}
.fmenu li{
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dbdbdc;
	list-style-type: none;
	padding-left: 55px;
}
.fmenu li a {
    display: block;
}
.fmenu li:nth-child(1){
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dbdbdc;
	list-style-type: none;
	padding-left: 55px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dbdbdc;
}
#index .fmenu li:nth-child(1){
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dbdbdc;
	list-style-type: none;
	padding-left: 55px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dbdbdc;
	background-color: #31250e;
}
#soba .fmenu li:nth-child(2){
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dbdbdc;
	list-style-type: none;
	padding-left: 55px;
	background-color: #31250e;
}
#ryori .fmenu li:nth-child(3){
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dbdbdc;
	list-style-type: none;
	padding-left: 55px;
	background-color: #31250e;
}
#shop .fmenu li:nth-child(4){
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dbdbdc;
	list-style-type: none;
	padding-left: 55px;
	background-color: #31250e;
}
.copy{
	font-size: 20px;
	margin-top: 27px;
	margin-bottom: 54px;
	text-align: center;
}

/* ---------------------
ドロワーメニュー
--------------------- */
/* メニュー部分 */
#menu{
	position: fixed;
	font-weight: bold;
	display: none;
	right: 0px;
	top: 130px;
	background-color: #060404;
	z-index: 999;
	width: 100%;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#menu li{
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dbdbdc;
	list-style-type: none;
}

/* toggile部分 */
nav.menu{
	width: 60px;
	height: 51px;
	top: 40px;
	left: 30px;
	position: absolute;
	cursor: pointer;
	overflow: hidden;
	z-index: 9999;
}
nav .menu1{
	width: 50px;
	height: 5px;
	background-color: #47371a;
	top: 8px;
	position: absolute;
	left: 5px;
} 
nav .menu2{
	width:50px;
	height:5px;
	background-color: #47371a;
	top:23px;
	left: 5px;
	position:absolute;
} 
nav .menu3{
	width:50px;
	height:5px;
	top:38px;
	left: 5px;
	background-color: #47371a;
	position:absolute; 
}

/* アニメーションの動き */
nav .menu1,nav .menu2,nav .menu3{
	transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	/* Opera */ -moz-transition: all 0.5s ease-out;
	/* Firefox */ -webkit-transition: all 0.5s ease-out;
	/* GoogleChrome, Safari  */ -ms-transition:
	all 0.5s ease-out; /* IE */ 
}
					 
/* クリックした後の動き */
nav .menuclick1{
	top:20px;
	-o-transform: rotate(405deg);
	-moz-transform: rotate(405deg);
	-webkit-transform: rotate(405deg);
	-ms-transform: rotate(405deg);
	transform: rotate(405deg);
}
nav .menuclick2{
	background-color:rgba(255,255,255,0);
}
nav .menuclick3{
	top:20px;
	-o-transform: rotate(-405deg);
	-moz-transform: rotate(-405deg);
	-webkit-transform: rotate(-405deg);
	-ms-transform: rotate(-405deg);
	transform: rotate(-405deg);
}

/*--------------------------------------------------------------
iphone 5向け
--------------------------------------------------------------*/
@media screen and (max-width: 374px) {

}