@charset "UTF-8";
/*---------------------------------------------------------------------------*/
header {
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=0)";
  -moz-opacity: 0;
}

header .headerArea .naviList {
  border-bottom: 1px solid #4a3634;
}

/*---------------------------------------------------------------------------*/
.mainImg {
  position: fixed;
  top: 0;
  width: 100%;
}

.mainImg .mainLogo {
  display: none;
  left: 50%;
  margin: -68px 0 0 -181px;
  position: absolute;
  top: 50%;
  z-index: 8;
}

.mainImg .logoBar {
  background: #ffffff;
  display: none;
  height: 40px;
  left: 50%;
  margin: 102px 0 0;
  position: absolute;
  top: 50%;
  width: 1px;
  z-index: 8;
}

.slideArea .mainSlide li .type01 {
  background: url(/aubergedelill-tokyo/assets/img/top/mainImg01.jpg) center center no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
}

.slideArea .mainSlide li .type02 {
  background: url(/aubergedelill-tokyo/assets/img/top/mainImg02.jpg) center center no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
}

.slideArea .mainSlide li .type03 {
  background: url(/aubergedelill-tokyo/assets/img/top/mainImg03.jpg) center center no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
}

.slideArea .mainSlide li .type04 {
  background: url(/aubergedelill-tokyo/assets/img/top/mainImg04.jpg) center center no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
}

.slideArea .mainSlide li .type05 {
  background: url(/aubergedelill-tokyo/assets/img/top/mainImg05.jpg) center center no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
}

.slideArea {
  min-width: 980px;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=0)";
  -moz-opacity: 0;
  width: 100%;
}

.slideArea .bx-wrapper {
  margin: 0 auto;
}

.slideArea .bx-wrapper .bx-viewport {
  border: none;
  box-shadow: none;
  left: 0;
}

.slideArea .bx-wrapper .bx-pager {
  bottom: 0;
  margin: 202px 0 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=0)";
  -moz-opacity: 0;
  padding: 0;
  top: 50%;
}

.slideArea .bx-wrapper .bx-pager .bx-pager-item a {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background: url(/assets/img/shopTypeA/iconSlidePage01.png) left top no-repeat;
  height: 11px;
  margin: 0;
  width: 15px;
}

.slideArea .bx-wrapper .bx-pager .bx-pager-item a.active {
  background: url(/assets/img/shopTypeA/iconSlidePage02.png) left top no-repeat;
}

.slideArea .bx-wrapper .bx-pager .bx-pager-item a:hover {
  background: url(/assets/img/shopTypeA/iconSlidePage02.png) left top no-repeat;
}

.slideArea .bx-wrapper .bx-pager .bx-pager-item:last-child a {
  background: url(/assets/img/shopTypeA/iconSlidePage03.png) left top no-repeat;
  width: 20px;
}

.slideArea .bx-wrapper .bx-pager .bx-pager-item:last-child a.active {
  background: url(/assets/img/shopTypeA/iconSlidePage04.png) left top no-repeat;
}

.slideArea .bx-wrapper .bx-pager .bx-pager-item:last-child a:hover {
  background: url(/assets/img/shopTypeA/iconSlidePage04.png) left top no-repeat;
}

.tb .slideArea {
  min-width: 1060px;
}

/*---------------------------------------------------------------------------*/
.newsArea {
  background: #f5f5f5;
  margin: 0 auto;
  min-width: 980px;
  padding: 92px 0 70px;
  width: 100%;
}

.newsArea .newsBox {
  box-sizing: border-box;
  float: left;
  padding: 0 0 0 40px;
  width: 228px;
}

.newsArea .newsBox .newsBar {
  background: #cbaf72;
  height: 1px;
  margin: 22px 0 60px;
  width: 100%;
}

.newsArea .newsBox .contentsTitle {
  letter-spacing: 0.04em;
}

.newsArea .newsData {
  float: right;
  padding: 10px 0 0;
  width: 645px;
}

.newsArea .newsData .newsList li {
  margin: 0 0 30px;
}

.newsArea .newsData .newsList li:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.newsArea .newsData .newsList li a {
  color: #362827;
  display: block;
}

.newsArea .newsData .newsList li a .newsImg {
  box-sizing: border-box;
  float: left;
  height: 74px;
  position: relative;
  width: 74px;
}

.newsArea .newsData .newsList li a .newsImg::after {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  border: 1px solid #cbaf72;
  box-sizing: border-box;
  content: '';
  height: 74px;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=0)";
  -moz-opacity: 0;
  position: absolute;
  top: 0;
  width: 74px;
}

.newsArea .newsData .newsList li a .newsInfo {
  float: right;
  width: 540px;
}

.newsArea .newsData .newsList li a .newsInfo .newsDate {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
  font-size: 13px;
  line-height: 23px;
  margin: 0 0 5px;
}

.newsArea .newsData .newsList li a .newsInfo .newsDate span {
  font-family: "futura-pt",sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-weight: 400;
  color: #221715;
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  margin: 0 0 0 15px;
  padding: 5px 0;
  text-align: center;
  vertical-align: top;
  width: 50px;
}

.newsArea .newsData .newsList li a .newsInfo .newsDate span.iconEvent {
  background: #ebecdb;
}

.newsArea .newsData .newsList li a .newsInfo .newsDate span.iconNews {
  background: #f3efdf;
}

.newsArea .newsData .newsList li a .newsInfo .newsTxt {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  font-size: 13px;
  line-height: 21px;
}

.newsArea .newsData .newsList li a:hover .newsImg::after {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  -moz-opacity: 1;
}

.newsArea .newsData .newsList li a:hover .newsInfo .newsTxt {
  color: #cbaf72;
}

/*---------------------------------------------------------------------------*/
.aboutArea {
  height: 535px;
  min-width: 980px;
  width: 100%;
}

.aboutArea .aboutBg {
  position: relative;
}

.aboutArea .aboutBg:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.aboutArea .aboutBg .aboutImg {
  background: url(/paulbocuse-ginza/assets/img/top/imgAbout.jpg) center center no-repeat;
  background-size: cover;
  float: left;
  height: 535px;
  width: 100%;
}

.aboutArea .aboutBg .aboutInfo {
  background: #fff;
  box-sizing: border-box;
  position: absolute;
  padding: 60px 50px;
  text-align: center;
  width: 379px;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 400px;
}

.aboutArea .aboutBg .aboutInfo .contentsTitle {
  letter-spacing: 0.04em;
}

.aboutArea .aboutBg .aboutInfo .contentsTitleSub {
  color: #363125;
}

.aboutArea .aboutBg .aboutInfo .contentsTxt {
  color: #363125;
  margin: 0 auto 0;
}

.aboutArea .aboutBg .aboutInfo .moreBtn {
  margin: 0 0 0 -87px;
  width: 175px;
  bottom: 60px;
  position: absolute;
  left: 50%;
}

/*---------------------------------------------------------------------------*/
.menuArea {
  height: 535px;
  min-width: 980px;
  width: 100%;
}

.menuArea .menuBg:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.menuArea .menuBg .menuImg {
  background: #f5f5f5;
  background-size: cover;
  float: right;
  height: 535px;
  width: 50%;
  text-align: center;
  position: relative;
}

.menuArea .menuBg .menuImg img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 460px;
  height: 460px;
  margin: auto;
}

.menuArea .menuBg .menuInfo {
  background: #ffffff;
  box-sizing: border-box;
  float: left;
  height: 535px;
  padding: 114px 0 0;
  text-align: center;
  width: 50%;
}

.menuArea .menuBg .menuInfo .contentsTitle {
  letter-spacing: 0.04em;
}

.menuArea .menuBg .menuInfo .contentsTxt {
  margin: 0 auto 53px;
  width: 345px;
}

.menuArea .menuBg .menuInfo .moreBtn {
  margin: 0 auto;
  width: 175px;
}

/*---------------------------------------------------------------------------*/
.spaceArea {
  background: #f8f3e9;
  height: 580px;
  min-width: 980px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.spaceArea .spaceBg {
  margin: 0 auto;
}

.spaceArea .spaceBg .spaceImg {
  background: url(/paulbocuse-ginza/assets/img/top/imgSpace.jpg) center center no-repeat;
  background-size: cover;
  height: 580px;
  width: 50%;
  float: left;
}

.spaceArea .spaceBg .spaceInfo {
  width: 50%;
  padding: 150px 0 0;
  float: left;
  text-align: center;
}

.spaceArea .spaceBg .spaceInfo .contentsTitle {
  margin: 0 0 7px;
  letter-spacing: 0.04em;
}

.spaceArea .spaceBg .spaceInfo .contentsTitleSub {
  color: #363125;
}

.spaceArea .spaceBg .spaceInfo .contentsTitleBar {
  margin: 22px auto 27px;
  width: 32px;
}

.spaceArea .spaceBg .spaceInfo .contentsTxt {
  color: #363125;
  width: 340px;
  margin: 0 auto;
  line-height: 1.8;
}

.spaceArea .spaceBg .spaceInfo .moreBtn a {
  margin: 25px auto 0;
}


.notice {
	text-align:center;
	font-size:12px;
	color:#333;
	clear:both;
	background-color:#ffffff;
	padding:30px;
	line-height:1.5;
}
.notice a:link { color: #d5a06d; }
.notice a:visited { color: #d5a06d; }
.notice a:hover { color: #d5a06d; }
.notice a:active { color: #d5a06d; }

/* ひらまつスタンダードテキストお知らせ */
.hs_notice {
  background-color: #f5f5f5;
  border-bottom: 1px solid #666;
  padding: 30px 0;
}
.hs_notice p {
  width: 500px;
  margin: 0 auto;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 3;
  text-align: center;
  color: #333;
}
.hs_notice a {
  display: block;
  max-width: 100%;
  background-color: #699baf;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
}