@charset "UTF-8";
/*---------------------------------------------------------------------------*/
.slideArea .mainSlide li .type01 {
  background: url(/paulbocuse-maison/assets/img/top/mainImg01.jpg) center center no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
}

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

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

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

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

/*---------------------------------------------------------------------------*/
.movieArea{
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #fcfaf8), color-stop(0.00, #f4f0e9));
  background: -webkit-linear-gradient(#f4f0e9, #fcfaf8);
  background: -moz-linear-gradient(#f4f0e9, #fcfaf8);
  background: -o-linear-gradient(#f4f0e9, #fcfaf8);
  background: -ms-linear-gradient(#f4f0e9, #fcfaf8);
  background: #fff;
  margin: 0 auto;
  max-width: 1920px;
  min-width: 980px;
  text-align: center;
  width: 100%;
  padding:60px 0;
}
.movieArea .areaTtl{
  margin-bottom:50px;
}
.movieArea .areaTtl .ttlBar {
  background:#bfb08c;
}
.movieArea .areaTtl .ttlTxt01 {
  font-family: 'Playfair Display SC', serif;
  color:#bfb08c; 
 }
.movieArea .areaTtl .ttlTxt02 {
  color: #4e453c;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
  line-height:2.0;
 }
.movie-box {
  width:980px;
  margin: 0 auto;
  box-sizing:border-box;
}
.movie-inner {
  position: relative;
  z-index: 1;
  padding-bottom: 56.25%;
  background: #ccc;
  margin-top: 30px;
}
.movie-inner .movie-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background:url(../../img/top/movieThumb.jpg) center center no-repeat;
  background-size: cover;
}
.movie-inner .movie-thumb:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background:url(../../img/top/videoBtn.png) center center no-repeat;
  background-size: 90px 90px;
  transition: 0.5s;
}
.movie-inner .movie-thumb:hover:after {
  transform: scale(1.1);
  background: url(../../img/top/videoBtn.png) center center no-repeat;
  background-size: 90px 90px;
}
.movie-inner iframe {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*---------------------------------------------------------------------------*/
.con_banner .js-slider {
  padding-bottom:2em;
}
.con_banner .js-slider .slide img {
  margin: 0 auto;
}
.con_banner .js-slider .slick-dots {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  position:absolute;
  z-index:1;
  left:50%;
  bottom:0;
  -webkit-transform:translateX(-50%);
  transform:translateX(-50%);
}
.con_banner .js-slider .slick-dots li {
  width:6px;
  height:6px;
  border-radius:50%;
  background-color:#fff;
  -webkit-transition:background 400ms ease,-webkit-transform 400ms ease;
  transition:background 400ms ease,-webkit-transform 400ms ease;
  transition:transform 400ms ease,background 400ms ease;
  transition:transform 400ms ease,background 400ms ease,-webkit-transform 400ms ease;
  cursor:pointer;
}
.con_banner .js-slider .slick-dots li+li {
  margin-left:1.5em;
}
@media only screen and (max-width: 767px) {
  .con_banner .js-slider .slick-dots li+li {
    margin-left:1em;
  }
}
.con_banner .js-slider .slick-dots li.slick-active {
  -webkit-transform:scale(1.8);
  transform:scale(1.8);
}
.con_banner .js-slider .slick-dots li button {
  display:none;
}
.con_banner .js-slider .slick-dots li:only-child {
  display:none;
}
.con_banner .js-slider .slick-dots li {
  background-color:#a28765;
}
@media only screen and (max-width: 767px) {
  .con_banner .js-slider {
    margin-bottom:1em;
  }
}


/*---------------------------------------------------------------------------*/
.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: 215px;
}

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

.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 #ba9665;
  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: "garamond-premier-pro-display",serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-weight: 700;
  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: #f0e5da;
}

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

.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: #ba9665;
}

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

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

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

.aboutArea .aboutBg .aboutInfo {
  background: #5c3f3e;
  box-sizing: border-box;
  float: right;
  height: 535px;
  padding: 114px 0 0;
  text-align: center;
  width: 40%;
}

.aboutArea .aboutBg .aboutInfo .contentsTitle {
  font-size: 54px;
}

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

.aboutArea .aboutBg .aboutInfo .contentsTxt {
  color: #f4f4f4;
  margin: 0 auto 53px;
  width: 345px;
}

.aboutArea .aboutBg .aboutInfo .moreBtn {
  margin: 0 auto;
  width: 175px;
}

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

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

.menuArea .menuBg .menuImg {
  background: url(/paulbocuse-maison/assets/img/top/imgMenu01.jpg) center top no-repeat;
  background-size: cover;
  float: left;
  height: 535px;
  width: 60%;
}

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

.menuArea .menuBg .menuInfo .contentsTitle {
  font-size: 54px;
}

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

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

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

.spaceArea .spaceBg {
  margin: 0 auto;
  width: 980px;
}

.spaceArea .spaceBg .spaceImg {
  background: url(/paulbocuse-maison/assets/img/top/imgSpace01.jpg) center center no-repeat;
  background-size: cover;
  bottom: 0;
  height: 535px;
  left: 50%;
  margin: 0 0 0 -155px;
  position: absolute;
  width: 810px;
}

.spaceArea .spaceBg .spaceInfo {
  padding: 95px 0 0 40px;
}

.spaceArea .spaceBg .spaceInfo .contentsTitle {
  font-size: 54px;
  margin: 0 0 3px;
}

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

.spaceArea .spaceBg .spaceInfo .contentsTitleBar {
  margin: 22px 0 60px;
  width: 175px;
}

.spaceArea .spaceBg .spaceInfo .contentsTxt {
  color: #f4f4f4;
  left: 50%;
  margin: 0 0 0 -155px;
  position: absolute;
  top: 95px;
  width: 645px;
}


.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;
}
/*---------------------------------------------------------------------------*/

.close {
  text-align:center;
  padding:80px;
}
.close p {
  font-size:14px;
  line-height:26px;
  margin-bottom: 2em;
}
.close .date {
  font-size: 20px;
  font-weight: bold;
}
.close .eng {
  font-size:14px;
  line-height:18px;
}
.close .title {
  font-size:18px;
  font-weight:700;
}
.close .logo {
  width: 20%;
  margin: 0 auto 7.5em;
}
.close .logo img {
  max-width: 100%;
}
.close .contactBtn {
  width: 300px;
  margin: 0 auto 2em;
}
.close .contactBtn a {
  font-family: "ryo-display-plusn";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-weight: 400;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background: url(/assets/img/shopTypeA/iconLink03.png) 90% 21px no-repeat #d5a06d;
  box-sizing: border-box;
  color: #fff;
  display: block;
  height: 52px;
  font-size: 17px;
  line-height: 1;
  padding: 17px 0 0;
  text-align: center;
  text-decoration: none;
}
.dining {
  min-height: 210px;
  background: url(../../img/top/imgMain.jpg) center top/cover no-repeat;
}