@charset "utf-8";
/* CSS Document */

html,body {
  width: 100%;
  min-width:1080px;
  }
html {
  font-size: 62.5%;
  }
body {
	-webkit-text-size-adjust : auto; /* iPhone用 */
  background-color: #faf5eb;
	}

/* 共通の指定
--------------------------------------------------------*/

/* 行揃えは以下の指定
text-align: justify;
text-justify: inter-ideograph; /* ie用 */


/* リンク */
a {
  text-decoration: underline;
  }
a,a img {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
	transition: 0.4s;
}
a:hover {
  color: #802645;
  }
a:hover img {
  opacity:0.6;
}

/* クリアー */
.clearfix {zoom:1;}
.clearfix:after { content: ""; display: block; clear: both; }


/* 調整用
-------------------*/
.mb10 { margin-bottom:10px; }
.mb20 { margin-bottom:20px; }
.mb30 { margin-bottom:30px; }
.mb40 { margin-bottom:40px; }
.mb50 { margin-bottom:50px; }
.mb60 { margin-bottom:60px; }


/* 背景画像指定 */

.inner {
  width:1080px;
  margin:0 auto;
  padding: 0 60px;
  }

/* header
--------------------------------------------------------*/
header {
	font-size: 10pt;
	height: 120px;
  border-top: 5px solid #802645;
  background:url(../img/common/header-bg.png) center top repeat-x;
	}
header .inner {
  /* overflow: hidden; */
  }


/* ロゴ
------------------------*/
.header-logo {
  float:left;
  width:169px;
  height:75px;
  display:block;
  margin-top: 12px;
  }

/* nav
--------------------------------------------------------*/
/*おせち期間中変更*/
/*
#menu {
  float: right;
  margin-right: -18px;
}
*/
#menu {
  float: right;
  margin-right: -70px;
}
/*おせち期間中変更　ここまで*/

/*おせち期間中変更*/
/*
#menu li {
  float: left;
  margin: 38px 16px 18px 16px;
  position: relative;
}
*/
#menu li {
  float: left;
  margin: 38px 9px 18px 9px;
  position: relative;
}
/*おせち期間中変更　ここまで*/
 
#menu a {
  float: left;
  color: #a6937c;
  text-transform: uppercase;
  text-decoration: none;
  display:block;
  height: 40px;
  overflow: hidden;
  font-size: 1.2em;
  font-size: 1.2rem;
}
#menu ul > li:after {
  content: '|';
  padding: 0 4px;
  font-size: 1.0rem;
  color: #a6937c;
}
#menu ul > li:last-child:after,
#menu ul > li:nth-of-type(5):after,
#menu ul > li:nth-of-type(11):after {
  content: '';
}
 
#menu li:hover > a {
	color: #802645;
  text-decoration: underline;
}

#menu li:hover img {
  margin-top: -40px;
}
 
/* Sub-menu */
#menu .submenu {
  list-style: none;
  margin: 0;
  padding: 0;
  visibility: hidden;
  position: absolute;
  top: 44px;
  right: -100px;
  z-index: 99999;    
  background-color: rgba(255,255,255,0.8);
  -webkit-box-shadow: 0px 0px 5px 0px #CCC;  /* Safari, Chrome用 */
	box-shadow: 0px 0px 5px 0px #CCC;  /* CSS3草案 */
  opacity: 0;
  transition: .4s;
}
.nav-4 .submenu { width: 300px; }
.nav-5 .submenu { width: 600px; }

/* 影付き吹き出し */
.submenu:before {
 position: absolute;
 content: " ";
 height: 12px;
 width: 12px;
 transform: rotate(45deg);
 -webkit-transform: rotate(45deg);
 -ms-transform: rotate(45deg);
}
.submenu ul {
 padding:1em;
 background: rgba(255,255,255,0.9);
 /* transform z-index hack */
 transform: rotate(0deg);
 -webkit-transform: rotate(0deg);
 -ms-transform: rotate(0deg);
 overflow: hidden;
 	text-align: center;
}
.shadow,.shadow:before {
 box-shadow: 0 0 4px rgba(0,0,0,0.2);
 -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.2);
 background-color: #FFF;
}
/* 下中央（ぼかしなし） */
.shadow-tri:before {
 top: -5px;
 right: 132px;
 margin-left: -10px;
}

#menu li:hover > .submenu {
	display: block;
  visibility: visible;
  opacity: 1;
}
 
#menu ul li {
  margin: 0;
  padding: 0;
  display: inline-block; 
}
 
#menu ul a {
  padding: 6px;
  height: auto;
  line-height: 1;
  display: block;
  white-space: nowrap;
  text-transform: none;
}
 
#menu a img {
  -webkit-transition: 0s;
  -moz-transition: 0s;
	transition: 0s;
}
#menu a:hover img {
  opacity:1;
}
 
/* Clear floated elements */
#menu:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
 

/* #contents
--------------------------------------------------------*/
#contents {
  background-color: #FFF;
  font-size: 14px;
  font-size: 1.4rem;
  }

/* ページタイトル */
.page-title {
  text-align: center;
  background: url(../img/page-common/title-bg.png) repeat;
  padding: 70px 0 70px;
  position:relative;
  }
.page-title h1 {
  padding-top: 46px;
  margin-bottom: 40px;
  }
.page-title p {
  z-index: 500;
  position: relative;
  }
.page-title .title-logo {
  width: 322px;
  height: 326px;
  display: block;
  background: url(../img/page-common/contents-logo.png) no-repeat;
  position: absolute;
  left:50%;
  bottom: -156px;
  margin-left: -161px;
  z-index: 1;
  }

.main-contents {
  position: relative;
  z-index: 100;
  }

/* テキストのレイアウト */
.col-layout {
  width: 100%;
  display: table;
  }
.col-layout .col {
  display: table-cell;
  vertical-align: top;
  }

.contents-other {
  padding: 70px 0;
  background-color: #f8f4e9;
  }
 
.notes {
  font-size: 12px;
  font-size: 1.2rem;
  }
  
/* バナーリスト
------------------------*/
.bnr-list {
  display: block;
  text-align: center;
  /* margin-top: 54px; */
  min-width: 1000px;
  }
.bnr-list li {
  display: inline-block;
  margin: 12px 10px;
  }

.bnr-shop-list {
	width: 1010px;
	margin: 0 auto;
  }

/* 中ページの予約ボタン */
.page-btn-reserve {
	text-align: center;
	margin-bottom: 40px;
}

/* footer
--------------------------------------------------------*/
footer {
  background:url(../img/common/footer-bg.png);
  padding: 26px 0;
  width: 100%;
  clear: both;
  position:relative;
  }

.footer-inner {
  overflow: hidden;
  position: relative;
  }

/* 共通 */
.footer-list {
  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  width: 320px;
  }
.footer-list p {
  margin-bottom: 10px;
  }

.footer-list li {
  width: 50%;
  }
.footer-list li li a {
  background:url(../img/common/footer-list-icon.png) 0.4em center no-repeat;
  padding-left: 20px;
  white-space: nowrap;
  }
.footer-list a {
  font-size: 12px;
  font-size: 1.2rem;
  color: #FFF;
  text-decoration: none;
  display: block;
  line-height: 2.2em;
  }
.footer-list a:hover {
  text-decoration: underline;
  }

/* 店舗情報
--------------------*/
.shop-link {
  float: left;
  overflow: hidden;
  }
.shop-link li {
  float: left;
  }
/* 順番修正 */
.shop-link li:last-child {
  float: left;
  }
.shop-link li:nth-of-type(15) {
  float: right;
  }

/* 謝朋殿について
--------------------*/
.page-link {
  float: right;
  }
.page-link ul {
  float: left;
  width: 50%;
  }
.page-link ul li {
  width: 100%;
  }

/* ロゴ
--------------------*/ 
.footer-logo {
  width: 320px;
  text-align: center;
  position: absolute;
  left: 50%;
  margin-left: -160px;
  }
.footer-logo p:first-child {
  margin-bottom: 28px;
  padding-top: 20px;
  }

/* pagetop
--------------------------------------------------------*/
#pagetop {
  /* width: 70px;
  height: 70px;
  border-radius: 35px;
  -webkit-box-shadow: 0px 0px 5px 0px #CCC;
  	box-shadow: 0px 0px 5px 0px #CCC; */
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  } 
#pagetop.static {
  position: absolute;
  right: 20px;
  bottom: 268px;
  }

#pagetop a {
  width: 70px;
  height: 70px;
  background-color: #FFF;
  border-radius: 34px;
  position: relative;
  display: block;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.3);
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  }
#pagetop a:after {
  border-left: 4px solid #b28850;
  border-top: 4px solid #b28850;
  border-radius: 2px;
  content: "";
  width: 22px;
  height: 22px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -10px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  }
#pagetop a:hover {
  background-color: #b28850;
  }
#pagetop a:hover:after {
  border-left: 4px solid #FFF;
  border-top: 4px solid #FFF;
  }

/* メンバーズ募集固定ボタン
--------------------------------------------------------*/
#fixbtn{
	display: block;
	position: fixed;
	bottom: 140px;
  right: 0;
  z-index: 1000;
	transition: none;
}
.fixbtn-inner{
	border-radius: 5px 0 0 5px;
	padding: 15px 17px;
	background: #26573e;
	transition: .5s;
}
#fixbtn:hover .fixbtn-inner{
	background: #802645;
}
#fixbtn.static {
  position: absolute;
  bottom: 388px;
  }