@charset "utf-8";
@import url('../common/common.css');

/*---------------------------------------------------------------------------*/
.txtBar {
	background: #000000;
	font-size: 0;
	height: 1px;
	line-height: 1;
	margin: 0 auto 20px;
	width: 20px;
}

.btnBox.moreBtn {
  width: 140px;
}
.btnBox.moreBtn a {
  font-family: "garamond-premier-pro", serif;
  font-size: 14px;
  line-height: 1.5;
  padding: 9px 0;
  text-align: center;
}
.btnBox.moreBtn a:hover {
  text-decoration: none;
}
.btnBox.moreBtn a {
  background: url(/assets/img/shopCommon/icoArrow01.png) 125px center no-repeat;
}

/*---------------------------------------------------------------------------*/
.mainSlideArea {
  background: #b49d6d;
  height: 100%;
  margin: 0 auto;
  max-height: 610px;
  max-width: 1920px;
  min-height: 470px;
  min-width: 980px;
  overflow: hidden;
  width: 100%;
}

/*---------------------------------------------------------------------------*/
.shopInfo {
  background: #b49d6d;
  color: #ffffff;
  display: table;
  float: right;
  max-height: 610px;
  min-height: 470px;
  text-align: center;
  width: 270px;
}
.shopInfo .shopInfoInner {
  display: table-cell;
  vertical-align: middle;
}
.shopInfo .shopLogo {
  height: 72px;
  padding: 44px 0 0;
}
.shopInfo .shopLogo img {
  height: 100%;
  width: auto;
}
.shopInfo .shopName {
  display: table;
  line-height: 1;
  padding: 0 0 12px;
  text-align: center;
  width: 270px;
}
.shopInfo .shopName h2 {
  display: table-cell;
  font-family: "a-otf-ryumin-pr6n", 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝', 'YuMincho', "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", sans-serif;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0;
  padding: 0 25px;
  vertical-align: bottom;
}
.shopInfo .shopPlace {
  font-size: 14px;
  height: 45px;
  line-height: 1;
  padding: 0 25px;
  text-align: center;
}
.shopInfo .shopBar {
  background: #daceb6;
  height: 2px;
  line-height: 1;
  margin: 0 auto;
  width: 80px;
}
.shopInfo .shopTel {
  font-family: "garamond-premier-pro", serif;
  font-size: 22px;
  padding: 24px 0 2px;
}
.shopInfo .shopTime {
  font-size: 11px;
  padding: 0 0 18px;
}

.shopInfo .reserveBtn {
  background: url(/assets/img/shopCommon/icoArrow01.png) 205px center no-repeat;
  height: 60px;
  margin: 0 auto 8px;
}
.shopInfo .reserveBtn a {
  background: url(/assets/img/shopCommon/icoReserve.png) 18px center no-repeat;
  line-height: 14px;
  padding: 21px 20px 22px;
}
.shopInfo .contactBtn {
  background: url(/assets/img/shopCommon/icoArrow01.png) 205px center no-repeat;
  height: 60px;
}
.shopInfo .contactBtn a {
  background: url(/assets/img/shopCommon/icoContact.png) 18px center no-repeat;
  line-height: 14px;
  padding: 21px 20px 22px;
}
.shopInfo .btnBox a span {
  font-size: 14px;
  line-height: 1;
  padding: 0 0 0 30px;
}

.shopInfo .snsArea {
  text-align: center;
  margin-top:15px;
 }
.shopInfo .snsArea img {
  width: auto;
  height:30px;
  margin: 0 auto;
  padding: 10px 5px;
}

/*---------------------------------------------------------------------------*/
.mainSlide {
  float: left;
  height: 100%;
  margin: 0 auto;
  max-height: 610px;
  min-height: 470px;
  overflow: hidden;
  width: 100%;
}
.mainSlide .mainImgList li div {
  height: 100%;
  margin: 0 auto;
  max-height: 610px;
  min-height: 470px;
  width: 100%;
}

/*---------------------------------------------------------------------------*/
.mainSlide .bx-wrapper {
  margin: 0 auto;
}
.mainSlide .bx-wrapper .bx-viewport {
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  left: 0;
}
.mainSlide .bx-wrapper .bx-pager,
.mainSlide .bx-wrapper .bx-controls-auto {
	bottom: 30px;
  margin: 0 auto;
	position: absolute;
  right: 15px;
	width: auto;
}
.mainSlide .bx-wrapper .bx-loading {
  background: url(/assets/img/common/bx_loader.gif) center center no-repeat #ffffff;
}
.mainSlide .bx-wrapper .bx-pager .bx-pager-item,
.mainSlide .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  vertical-align: middle;
}
.mainSlide .bx-wrapper .bx-pager.bx-default-pager a {
  background: #beb098;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  height: 6px;
  width: 6px;
}
.mainSlide .bx-wrapper .bx-pager.bx-default-pager a:hover,
.mainSlide .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #beb098;
  height: 10px;
  width: 10px;
}

/*---------------------------------------------------------------------------*/
.cuisineArea {
  background: #f4f0e9;
  height: 605px;
  margin: 0 auto;
  max-width: 1920px;
  min-width: 980px;
  text-align: center;
  width: 100%;
}
.cuisineArea .cuisineImgBox {
  float: left;
  overflow: hidden;
  width: 50%;
}
.cuisineArea .cuisineInfo {
  float: right;
  width: 50%;
}

.cuisineArea .cuisineImgBox .cuisineSlide {
  float: left;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
}
.cuisineArea .cuisineImgBox .cuisineSlide .cuisineImgList li div {
  height: 605px;
  margin: 0 auto;
  width: 100%;
}

.cuisineArea .cuisineInfo .cuisineInfoBox {
  padding: 120px 0;
}
.cuisineArea .cuisineInfo .cuisineInfoBox .areaTtl .ttlBar {
	background: #beb098;
}
.cuisineArea .cuisineInfo .cuisineInfoBox .areaTtl .ttlTxt01 {
	color: #a18449;
}
.cuisineArea .cuisineInfo .cuisineInfoBox .areaTtl .ttlTxt02 {
	color: #4e453c;
}
.cuisineArea .cuisineInfo .cuisineInfoBox .cuisineTxt01 {
  font-size: 18px;
  padding: 56px 0 18px;
}
.cuisineArea .cuisineInfo .cuisineInfoBox .cuisineTxt02 {
  line-height: 2.0;
  padding: 0 0 52px;
}

.cuisineArea .cuisineInfo .cuisineInfoBox .btnBox {
  border: 1px solid #a18449;
  width: 140px;
}
.cuisineArea .cuisineInfo .cuisineInfoBox .btnBox a {
  background: url(/assets/img/shopCommon/icoArrow04.png) 125px center no-repeat;
  color: #b09a71;
  display: block;
  font-family: "garamond-premier-pro", serif;
  font-size: 14px;
  line-height: 1.5;
  padding: 9px 0;
  text-align: center;
}

/*---------------------------------------------------------------------------*/
.cuisineArea .bx-wrapper {
  margin: 0 auto;
}
.cuisineArea .bx-wrapper .bx-viewport {
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  left: 0;
}
.cuisineArea .bx-wrapper .bx-pager,
.cuisineArea .bx-wrapper .bx-controls-auto {
	bottom: 30px;
  margin: 0 auto;
	position: absolute;
  right: 15px;
	width: auto;
}
.cuisineArea .bx-wrapper .bx-loading {
  background: url(/assets/img/common/bx_loader.gif) center center no-repeat #ffffff;
}
.cuisineArea .bx-wrapper .bx-pager .bx-pager-item,
.cuisineArea .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  vertical-align: middle;
}
.cuisineArea .bx-wrapper .bx-pager.bx-default-pager a {
  background: #beb098;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  height: 6px;
  width: 6px;
}
.cuisineArea .bx-wrapper .bx-pager.bx-default-pager a:hover,
.cuisineArea .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #beb098;
  height: 10px;
  width: 10px;
}

/*---------------------------------------------------------------------------*/
.styleArea {
  background: url(../../img/index/bgStyle.jpg) center center no-repeat;
  background-size: cover;
  margin: 0 auto;
  max-width: 1920px;
  min-width: 980px;
  padding: 120px 0;
  text-align: center;
  width: 100%;
}
.styleArea .styleList {
  font-size: 0;
  padding: 60px 0 40px;
}
.styleArea .styleList li {
  background: #ffffff;
  display: inline-block;
  /display: inline;
  /zoom: 1;
  font-size: 12px;
  height: 172px;
  margin: 0 10px 20px;
  vertical-align: top;
  width: 460px;
}
.styleArea .styleList li a {
  color: #221715;
  display: block;
}
.styleArea .styleList li .styleImg {
  float: left;
  height: 172px;
  width: 230px;
}
.styleArea .styleList li .styleInfo {
  display: table;
  float: right;
  height: 172px;
  width: 230px;
}
.styleArea .styleList li .styleInfo .styleInfoBox {
  display: table-cell;
  padding: 0 20px;
  vertical-align: middle;
}
.styleArea .styleList li .styleInfo .styleNo {
  font-family: "garamond-premier-pro", serif !important;
  font-style: italic;
  font-size: 14px;
}
.styleArea .styleList li .styleInfo .styleTxt01 {
  padding: 0 0 15px;
}
.styleArea .styleList li .styleInfo .styleTxt02 {
  font-size: 16px;
  line-height: 1.4;
}
.styleArea .styleList li .styleInfo .txtBar {
  margin: 0 auto 15px;
}


/*---------------------------------------------------------------------------*/
.reportArea {
  background: url(../../img/index/bgReport.jpg) center center no-repeat;
  background-size: cover;
  margin: 0 auto;
  max-width: 1920px;
  min-width: 980px;
  padding: 120px 0;
  text-align: center;
  width: 100%;
}
.reportArea .reportList {
  font-size: 0;
  padding: 60px 0;
}
.reportArea .reportList li {
  background: #ffffff;
  display: inline-block;
  /display: inline;
  /zoom: 1;
  font-size: 12px;
  margin: 0 10px;
  vertical-align: top;
  width: 300px;
}
.reportArea .reportList li a {
  color: #221715;
  display: block;
  text-decoration: none;
}
.reportArea .reportList .reportBox {
  height: 390px;
  position: relative;
}
.reportArea .reportList .reportBox {
  height: 390px;
  position: relative;
}
.reportArea .reportList .reportBox .reportImg {
  height: 200px;
  width: 100%;
}
.reportArea .reportList .reportBox .reportIco {
  background: #a18449;
  color: #ffffff;
  font-size: 12px;
  left: 0;
  line-height: 1;
  padding: 5px 3px;
  position: absolute;
  top: 0;
  z-index: 5;
}
.reportArea .reportList .reportBox .reportInfo {
  padding: 0 20px;
}
.reportArea .reportList .reportBox .reportDate {
  font-family: "garamond-premier-pro", serif !important;
  font-style: italic;
  font-size: 14px;
  padding: 24px 0 10px;
}
.reportArea .reportList .reportBox .txtBar {
  margin: 0 auto 15px;
  width: 20px;
}
.reportArea .reportList .reportBox .reportTxt01 {
  font-size: 16px;
  line-height: 1.4;
  margin: 0 0 14px;
}

/*---------------------------------------------------------------------------*/
.fairArea {
  background: #f4f0e9;
  margin: 0 auto;
  max-width: 1920px;
  min-width: 980px;
  padding: 120px 0;
  text-align: center;
  width: 100%;
}
.fairArea .areaTtl .ttlBar {
	background: #beb098;
}
.fairArea .areaTtl .ttlTxt01 {
	color: #a18449;
}
.fairArea .areaTtl .ttlTxt02 {
	color: #4e453c;
}
.fairArea .fairList {
  font-size: 0;
  margin: 0 auto;
  padding: 60px 0 40px;
  width: 100%;
}

@media screen and (max-width: 1280px) {
  .fairArea .fairList {
    width: 640px;
  }
}

.fairArea .fairList li {
  display: inline-block;
  /display: inline;
  /zoom: 1;
  font-size: 12px;
  margin: 0 10px 20px;
  position: relative;
  vertical-align: top;
  width: 300px;
}
.fairArea .fairList li a {
  color: #221715;
  display: block;
  text-decoration: none;
}
.fairArea .fairList li .fairImg {
  height: 300px;
  width: 300px;
}
.fairArea .fairList li .fairInfo {
  background: rgba(255, 255, 255, 0.95);
  height: 270px;
  left: 15px;
  padding: 0 20px;
  position: absolute;
  top: 15px;
  width: 230px;
}
.fairArea .fairList li .fairInfo .fairTag {
  margin: 30px 0 20px;
  text-align: center;
}
.fairArea .fairList li .fairInfo .fairTag span {
  background: #a18449;
  color: #ffffff;
  display: inline-block;
  /display: inline;
  /zoom: 1;
  font-size: 10px;
  margin: 0 4px 0 0;
  padding: 2px 5px;
  vertical-align: top;
}
.fairArea .fairList li .fairInfo .fairTag span.icoRecomend {
  background: #f4f0e9;
  color: #a18449;
  margin: 0;
}
.fairArea .fairList li .fairInfo .fairDate {
  font-family: "garamond-premier-pro", serif !important;
  font-style: italic;
  font-size: 14px;
  padding: 0 0 15px;
}
.fairArea .fairList li .fairInfo .txtBar {
  margin: 0 auto 15px;
}
.fairArea .fairList li .fairInfo .fairTxt01 {
  font-size: 16px;
  line-height: 1.5;
}

.fairArea .fairList li a:hover .fairInfo {
  background: rgba(255, 255, 255, 1);
}

.fairArea .btnBox {
  border: 1px solid #a18449;
}
.fairArea .btnBox a {
  color: #b09a71;
}
.fairArea .btnBox a {
  background: url(/assets/img/shopCommon/icoArrow04.png) 125px center no-repeat;
}

/*---------------------------------------------------------------------------*/
.planArea {
  background: url(../../img/index/bgPlan.jpg) center center no-repeat;
  background-size: cover;
  margin: 0 auto;
  max-width: 1920px;
  min-width: 980px;
  padding: 120px 0;
  text-align: center;
  width: 100%;
}
.planArea .planList {
  font-size: 0;
  padding: 60px 0 40px;
}
.planArea .planList li {
  background: #ffffff;
  display: inline-block;
  /display: inline;
  /zoom: 1;
  font-size: 12px;
  height: 240px;
  margin: 0 0 20px 20px;
  vertical-align: top;
  width: 480px;
}
.planArea .planList li:first-child {
  margin: 0 0 20px;
}
.planArea .planList li a {
  color: #221715;
  display: block;
}
.planArea .planList li .planImg {
  float: left;
  height: 240px;
  width: 240px;
}
.planArea .planList li .planInfo {
  float: right;
  height: 240px;
  padding: 0 20px;
  width: 200px;
}
.planArea .planList li .planInfo .planTxt01 {
  font-size: 16px;
  line-height: 1.4;
  padding: 50px 0 18px;
}
.planArea .planList li .planInfo .planTxt02 {
  line-height: 1.5;
}
.planArea .planList li .planInfo .txtBar {
  margin: 0 auto 20px;
}

/*---------------------------------------------------------------------------*/
.instagramArea {
  background: #f4f0e9;
  margin: 0 auto;
  max-width: 1920px;
  min-width: 980px;
  padding: 120px 0;
  text-align: center;
  width: 100%;
}
.instagramArea .InstagramTtl {
  background: url(/assets/img/shopCommon/icoInstagramL.png) left top no-repeat;
  margin: 0 0 0 397px;
  min-height: 46px;
  padding: 3px 0 0 60px;
  text-align: left;
}
.instagramArea .InstagramTtl .ttlTxt01 {
	color: #a18449;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
}
.instagramArea .InstagramTtl .ttlTxt02 {
	color: #a18449;
  font-family: "garamond-premier-pro", serif !important;
  font-style: italic;
  font-size: 14px;
  line-height: 1;
}
.instagramArea .ttlBar {
	background: #beb098;
	font-size: 0;
	height: 1px;
	line-height: 1;
	margin: 25px auto 0;
	width: 80px;
}
.instagramArea .instagramList {
  font-size: 0;
  padding: 60px 0 50px;
}
.instagramArea .instagramList li {
  display: inline-block;
  /display: inline;
  /zoom: 1;
  font-size: 12px;
  margin: 0 4px 9px;
  position: relative;
  vertical-align: top;
  width: 180px;
}

.instagramArea .btnBox {
  border: 1px solid #a18449;
}
.instagramArea .btnBox a {
  color: #b09a71;
}
.instagramArea .btnBox a {
  background: url(/assets/img/shopCommon/icoArrow04.png) 125px center no-repeat;
}

/*---------------------------------------------------------------------------*/
.recommendArea {
  background: #f4f0e9;
  margin: 0 auto;
  max-width: 1920px;
  min-width: 980px;
  padding: 120px 0;
  text-align: center;
  width: 100%;
}
.recommendArea .recommendTxt {
  font-size: 16px;
  line-height: 1;
  margin: 0 0 60px;
}
.recommendArea .recommendList {
  font-size: 0;
}
.recommendArea .recommendList > li {
  display: inline-block;
  /display: inline;
  /zoom: 1;
  font-size: 12px;
  margin: 0 10px;
  vertical-align: top;
  width: 300px;
}
.recommendArea .imgBox {
  position: relative;
}
.recommendArea .areaIco {
  background: #a18449;
  color: #ffffff;
  font-size: 12px;
  left: 0;
  line-height: 1;
  padding: 5px 3px;
  position: absolute;
  top: 0;
  z-index: 5;
}
.recommendArea .recommendInfo {
  background: #ffffff;
}
.recommendArea .recommendInfo a {
  background: #ffffff;
  color: #221715;
  display: block;
  height: 220px;
  text-decoration: none;
}
.recommendArea .recommendInfo .recommendShopLogo {
  padding: 12px 0 0;
  height: 56px;
}
.recommendArea .recommendInfo .recommendShopLogo img {
  height: 100%;
  width: auto;
}
.recommendArea .recommendInfo .recommendShopName {
  font-size: 10px;
  padding: 0 0 10px;
}
.recommendArea .recommendInfo .recommendBar {
	background: #000000;
	font-size: 0;
	height: 1px;
	line-height: 1;
	margin: 0 auto 12px;
	width: 20px;
}
.recommendArea .recommendInfo .recommendComment {
  font-size: 12px;
  padding: 0 0 26px;
}
.recommendArea .recommendInfo .recommendTag {
  font-size: 0;
}
.recommendArea .recommendInfo .recommendTag li {
  background: #f4f0e9;
  color: #a18449;
  display: inline-block;
  /display: inline;
  /zoom: 1;
  font-size: 10px;
  line-height: 1;
  margin: 0 4px;
  min-width: 60px;
  padding: 5px;
  text-align: center;
  vertical-align: top;
}

/*---------------------------------------------------------------------------*/
.recommendArea .bx-wrapper {
  margin: 0 auto;
}
.recommendArea .bx-wrapper .bx-viewport {
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  left: 0;
}

.recommendArea .bx-wrapper .bx-prev {
  left: 10px;
  background: url(/assets/img/common/icoArrowPrev.png) left top no-repeat;
}
.recommendArea .bx-wrapper .bx-next {
  right: 10px;
  background: url(/assets/img/common/icoArrowNext.png) left top no-repeat;
}
.recommendArea .bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}
.recommendArea .bx-wrapper .bx-next:hover {
  background-position: 0 0;
}
.recommendArea .bx-wrapper .bx-controls-direction a {
  display: none;
  height: 21px;
  margin-top: -10px;
  width: 10px;
  z-index: 7;
}
.recommendArea .bx-wrapper:hover .bx-controls-direction a {
  display: block;
}
