@charset "utf-8";

body {
	-webkit-text-size-adjust: none;
	font-family: HiraKakuProN-W3;
	line-height: 1.6;
	color: #666666;
	font-size: 14px;
}

body.common {
	background-color: #EBE9DE;
}
a {
	-webkit-tap-highlight-color: rgba(38, 31, 32, 0.4);	// タップ時の反転色
}


/* ------------------------------------------------------------
	01. Header
------------------------------------------------------------ */
.commonHead {
	height: 42px;
	line-height: 42px;
	/*background: #403336; 
	background: -moz-linear-gradient(top, #EBE9DE 0%,#EBE9DE 70%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#403336), color-stop(70%,#282022)); 
	background: -webkit-linear-gradient(top, #EBE9DE 0%,#EBE9DE 70%); 
	background: linear-gradient(to bottom, #EBE9DE 0%,#EBE9DE 70%); 
	font-family: HiraKakuProN-W6;
	font-size: 18px;
	color: #fff;*/
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
}
.sitetitle {
	text-align: center;
	line-height: 42px;
	margin-top: 4px;
}
.contactBtn {
	position: absolute;
	width: 69px;
	top: 6px;
	right: 10px;
}

/* ------------------------------------------------------------
	01. Header GINZA
------------------------------------------------------------ */
.commonHeadGinza {
	height: 42px;
	line-height: 42px;
	/*background: #403336; *//* Old browsers */
	background: -moz-linear-gradient(top, #ECE8E6 0%,#ECE8E6 70%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#403336), color-stop(70%,#282022)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ECE8E6 0%,#ECE8E6 70%); /* Chrome10+,Safari5.1+ */
	background: linear-gradient(to bottom, #ECE8E6 0%,#ECE8E6 70%); /* W3C */
	font-family: HiraKakuProN-W6;
	font-size: 18px;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
}

/* ------------------------------------------------------------
	02. container
------------------------------------------------------------ */
.container {
	padding: 0 20px;
	
}
.ginza_color{
	background-color: #ECE8E6!important;
}
.iki_color{
	background-color: #EEF0F2 !important;
}

/*
breadcrumb
*/
.breadcrumb {
	background: #271F21;
	border-top: 1px solid #1C1517;
	border-bottom: 1px solid #59464A;
}
.breadcrumb ul {
	height: 30px;
	border-top: 1px solid #59464A;
	border-bottom: 1px solid #1C1517;
}
.breadcrumb ul li {
	float: left;
	height: 30px;
	padding-left: 10px;
}
.breadcrumb ul li img {
	height: 100%;
}

/*
bnrList
*/
.bnrList li {
	text-align: center;
	margin-bottom: 10px;
}
.bnrList li a {
	display: block;
}

.bnrList img {
	width: 100%;
}

/*
snsList
*/
.snsList {
width:160px;
margin:0 auto 20px;
}
.snsList:after {
content: "";
display: block;
clear: both;
}
.snsList li {
float:left;
width:80px;
}
.snsList li img {
width:60px;
margin:0 auto;
display:block;
}

/*
content
*/
.content h1 img {
	width: 100%;
}

/*
companyTable
*/
.companyTable th,
.companyTable td {
	padding: 12px 0;
	vertical-align: top;
	border-bottom: 1px dotted #999;
}
.companyTable th {
	width: 28%;
}

/*
menu
*/
.menu ul {
	background: #D9CDB5;
}
.menu ul li {
}
.menu ul li a {
	background: url(../images/slider/mark_arrow.png) no-repeat 98% 50%;
	background-size: 6px 10px;
	display: block;
	border-bottom: 1px solid #CCBD9D;
	border-top: 1px solid #E7E0D1;
	line-height: 36px;
	height: 36px;
	color: #403336;
	text-shadow: 0 1px 0 rgba(255,255,255,.4);
	text-decoration: none;
	padding-left: 20px;
}

/* ------------------------------------------------------------
	03. slider
------------------------------------------------------------ */
.foodSlides {
	padding-bottom: 24px;
}
.switch {
	background: #403336; /* Old browsers */
	background: -moz-linear-gradient(top, #EBE9DE 0%,#E0DDCB 70%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#403336), color-stop(70%,#282022)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #EBE9DE 0%,#E0DDCB 70%); /* Chrome10+,Safari5.1+ */
	background: linear-gradient(to bottom, #EBE9DE 0%,#E0DDCB 70%); /* W3C */
	border-top: 1px solid #DFDFD0;
	border-bottom: 1px solid #CCCCCC;
	height: 24px;
	margin-top: -24px;
}
/*
	Page style
*/

#slides .slidesPrevious {
	position:absolute;
	width: 7px;
	height:0;
	margin-top:-24px;
	padding-top:24px;
	display:block;
	z-index:101;
	overflow:hidden;
	background: url(../images/slider/btn_prev.png) no-repeat 50% 50%;
	background-size: 7px 9px;
	left: 0;
	bottom: 0;
	padding-right: 20px;
	padding-left: 20px;
	border-right: 1px solid #CCCCCC;
}

#slides .slidesNext {
	position:absolute;
	width: 7px;
	height:0;
	margin-top:-24px;
	padding-top:24px;
	display:block;
	z-index:101;
	overflow:hidden;
	background: url(../images/slider/btn_next.png) no-repeat 50% 50%;
	background-size: 7px 9px;
	right: 0;
	bottom: 0;
	padding-right: 20px;
	padding-left: 20px;
	border-left: 1px solid #CCCCCC;
}
/*
	Pagination
*/

.slidesPagination {
	margin:10px 0 0;
	float:right;
}

.slidesPagination li {
	float:left;
	margin:0 1px;
}

.slidesPagination li a {
	display:block;
	width:14px;
	height:0;
	padding: 14px 10px 0;
	background:url(../images/slider/mark_off.png) no-repeat 50% top;
	background-size: 7px 8px;
	overflow:hidden;
}

.slidesPagination li.slidesCurrent a {
	background:url(../images/slider/mark_on.png) no-repeat 50% top;
	background-size: 7px 8px;
}


div#slides {
   position:relative;
   overflow:hidden;
}

.slidesPagination {
   position:relative;
   left:50%;
   float:left;
}

.slidesPagination li {
   position:relative;
   left:-50%;
   float:left;
}

/* ------------------------------------------------------------
	04. Footer
------------------------------------------------------------ */
footer {
	background: #333333;
	padding: 10px 0;
}
footer p {
	color: #FFF;
	text-shadow: 0 -1px 0 rgba(0,0,0,.2);
}


/* ------------------------------------------------------------
	99. General
------------------------------------------------------------ */
.separate {
	margin-bottom: 30px;
}
.space {
	margin-bottom: 20px;
}
.gap {
	margin-bottom: 10px;
}
.separate-p {
	padding-bottom: 30px;
}
.space-p {
	padding-bottom: 20px;
}
.gap-p {
	padding-bottom: 10px;
}
.separate-p-l {
	padding-left: 30px;
}
.space-p-l {
	padding-left: 20px;
}
.gap-p-l {
	padding-left: 10px;
}
.float-l {
	float: left;
}
.float-r {
	float: right;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.bold, span.bold {
	font-weight:bold;
}
.large, span.large{
	font-size: 1.2em;
}
.small, span.small {
	font-size: .7em;
}
.center, span.center {
	text-align: center;
}



/* ------------------------------------------------------------
	pege-ginza
------------------------------------------------------------ */
.switch_ginza{
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	height: 24px;
	margin-top: -24px;
}

.container .button_reserved{
	margin: 0% 0% 6% 0% ;
}

.container .tel{
	margin: 0% 0% 6% 0% ;
}

.container .map_box{
	width: 100%;
	margin:0% 0% 5% 0%;
}
.container .map_box h2{
	margin:0% 0% 3% 0%;
}

.container .access_text {
	font-size: 15px;
	margin: 0% 0% 0% 0% ;
	padding: 0% 0% 6% 0% ;
	border-bottom: 1px solid #C8BCB7;
}
.bnrList{
	border-top: 1px solid #fff;
	padding: 6% 0% 0% 0% ;
}

/* ------------------------------------------------------------
	pege-spa
------------------------------------------------------------ */
#map{
 	width: 100%;
	margin: 0% 0% 4% 0%;
  	height:240px;
  
}
.container .access_text_spa {
	font-size: 15px;
	margin: 0% 0% 0% 0% ;
	padding: 0% 0% 6% 0% ;
	border-bottom: 1px solid #BED0E2;
}

.switch_spa{
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	height: 24px;
	margin-top: -24px;
}

/* ------------------------------------------------------------
	Information
------------------------------------------------------------ */
#information {
margin:0 0 20px;
padding:0 4vw;
}
#information .titleInfo {
margin:0 0 10px;
}
#information h2 {
margin:0 0 10px;
color:#4c0619;
}
#information dl {
margin:0 0 30px;
}
#information dl:after {
content: "";
display: block;
clear: both;
}
#information dl dt {
float:left;
width:30vw;
}
#information dl dt img {
width:30vw;
}
#information dl dd {
float:right;
width:55vw;
}
#information dl dd ul.snsBox {
}
#information dl dd ul.snsBox li {
display:inline;
}
#information dl dd ul.snsBox li img {
display:inline;
}