@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : cusine.css
 author     : Ability Consultant
 style info : お食事
=================================================================== */
.con_pnav ul, .con_buffet .box_int .txt_catch, .con_buffet .box_img #obj_buffetSlider, .con_buffet .box_fac .wrp_ope, .con_buffet .box_cui, .con_buffet .box_lim .menu, .con_buffet .box_lim .drink, .con_buffet .box_lim > .att, .con_buffet .box_map, .con_buffet .box_wine, .con_breakfast, .con_restaurant, .con_link, #js-attention .box_att .inner {
  max-width: 1020px;
  margin: auto;
}
@media only screen and (max-width: 1040px) {
  .con_pnav ul, .con_buffet .box_int .txt_catch, .con_buffet .box_img #obj_buffetSlider, .con_buffet .box_fac .wrp_ope, .con_buffet .box_cui, .con_buffet .box_lim .menu, .con_buffet .box_lim .drink, .con_buffet .box_lim > .att, .con_buffet .box_map, .con_buffet .box_wine, .con_breakfast, .con_restaurant, .con_link, #js-attention .box_att .inner {
    width: 95%;
  }
}

.con_buffet .box_fac .wrp_cre ul:after, .con_buffet .box_lim .drink:after {
  content: "";
  display: table;
  clear: both;
}

/* -----------------------------------------------------------
	.con_pnav
----------------------------------------------------------- */
.con_pnav .txt_lead {
  text-align: center;
  margin-bottom: 35px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  color: #462515;
}
@media only screen and (min-width: 768px) and (max-width: 1040px) {
  .con_pnav .txt_lead {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_pnav .txt_lead {
    margin-bottom: 1em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1040px) {
  .con_pnav .txt_lead {
    font-size: 139%;
  }
}
@media only screen and (max-width: 767px) {
  .con_pnav .txt_lead {
    font-size: 124%;
  }
}
.con_pnav ul {
  text-align: center;
  letter-spacing: -.4em;
}
.con_pnav ul li {
  width: 47.05882%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  letter-spacing: normal;
  margin-left: 5.88235%;
}
@media only screen and (max-width: 767px) {
  .con_pnav ul li {
    width: 49%;
    max-width: 480px;
    margin: 0 0 2em 2%;
  }
}
.con_pnav ul li:first-child {
  margin-left: 0;
}
.con_pnav ul li .st {
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 1040px) {
  .con_pnav ul li .st {
    margin-bottom: 1px;
  }
}
@media only screen and (max-width: 767px) {
  .con_pnav ul li .st {
    margin-bottom: 0.5em;
  }
}
.con_pnav ul li a {
  display: block;
  text-decoration: none;
  position: relative;
  -moz-transition: background 300ms;
  -o-transition: background 300ms;
  -webkit-transition: background 300ms;
  transition: background 300ms;
}
.con_pnav ul li a .sst {
  padding: 1em 2em 0;
  font-size: 108%;
  color: #462515;
  font-weight: bold;
  text-align: left;
  border-right: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
}
@media only screen and (max-width: 767px) {
  .con_pnav ul li a .sst {
    padding: 0.5em 0.5em 0;
  }
}
.con_pnav ul li a .txt {
  padding: 1em 2em 4em;
  text-align: left;
  border-right: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
@media only screen and (max-width: 767px) {
  .con_pnav ul li a .txt {
    padding: 0.5em 0.5em 3em;
  }
}
@media only screen and (max-width: 767px) {
  .con_pnav ul li a .txt {
    font-size: 93%;
  }
}
.con_pnav ul li.active a, .mouse .con_pnav ul li:hover a, .touch .con_pnav ul li.touchstart a {
  background: #fdfaf5;
}
.touch .con_pnav ul li {
  -webkit-tap-highlight-color: transparent;
}
.touch .con_pnav ul li.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.con_pnav ul li:first-child a.active:after, .mouse .con_pnav ul li:first-child a:hover:after, .touch .con_pnav ul li:first-child a.touchstart:after {
  -webkit-animation: btn4 300ms;
  -moz-animation: btn4 300ms;
  animation: btn4 300ms;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}
.touch .con_pnav ul li:first-child a {
  -webkit-tap-highlight-color: transparent;
}
.touch .con_pnav ul li:first-child a.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.con_pnav ul li:first-child a:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 19px;
  background: url(../images/common/ic_arrow_bottom.png) no-repeat top center;
  -moz-background-size: auto 100%;
  -o-background-size: auto 100%;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  font-size: 2em;
}
@media only screen and (max-width: 767px) {
  .con_pnav ul li:first-child a:after {
    height: .8em;
  }
}
.con_pnav ul li:first-child a:after {
  display: block;
  position: absolute;
  text-align: center;
  top: 90%;
}
.con_pnav ul li:nth-child(2) a.active:after, .mouse .con_pnav ul li:nth-child(2) a:hover:after, .touch .con_pnav ul li:nth-child(2) a.touchstart:after {
  -webkit-animation: btn2 300ms;
  -moz-animation: btn2 300ms;
  animation: btn2 300ms;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}
.touch .con_pnav ul li:nth-child(2) a {
  -webkit-tap-highlight-color: transparent;
}
.touch .con_pnav ul li:nth-child(2) a.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.con_pnav ul li:nth-child(2) a:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 19px;
  background: url(../images/common/ic_arrow_right.png) no-repeat top center;
  -moz-background-size: auto 100%;
  -o-background-size: auto 100%;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  font-size: 2em;
}
@media only screen and (max-width: 767px) {
  .con_pnav ul li:nth-child(2) a:after {
    height: .8em;
  }
}
.con_pnav ul li:nth-child(2) a:after {
  display: block;
  position: absolute;
  text-align: center;
  top: 90%;
}

/* -----------------------------------------------------------
	.con_intro
----------------------------------------------------------- */
.con_intro {
  margin-top: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 1040px) {
  .con_intro {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro {
    margin-top: 2em;
  }
}
.con_intro h3 .ja {
  font-weight: bold;
  color: #624537;
}
.con_intro .txt_lead {
  margin-top: 20px;
  text-align: center;
  color: #624537;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
}
@media only screen and (min-width: 768px) and (max-width: 1040px) {
  .con_intro .txt_lead {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .txt_lead {
    margin-top: 1em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1040px) {
  .con_intro .txt_lead {
    font-size: 131%;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .txt_lead {
    font-size: 108%;
  }
}
.con_intro .temp_st1 .ja {
  font-weight: bold;
}
.con_intro .box_img {
  margin-top: 40px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_intro .box_img {
    margin-top: 3em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1040px) {
  .con_intro .box_img {
    overflow: hidden;
  }
  .con_intro .box_img img {
    position: relative;
    width: 110%;
    max-width: none;
    margin-left: -5%;
  }
}

/* -----------------------------------------------------------
	.con_buffet
----------------------------------------------------------- */
.con_buffet {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1040px) {
  .con_buffet {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_buffet {
    margin-top: 2em;
  }
}
.con_buffet .box_int {
  margin-top: 120px;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1040px) {
  .con_buffet .box_int {
    margin-top: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .con_buffet .box_int {
    margin-top: 6em;
  }
}
.con_buffet .box_int h4 {
  color: #624537;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-weight: normal;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
  padding-bottom: 7px;
  border-bottom: 3px double #e9e6e2;
  margin-bottom: 1em;
}
@media only screen and (max-width: 767px) {
  .con_buffet .box_int h4 {
    width: 95%;
    margin: 0 auto 1em;
  }
}
.con_buffet .box_int h4:before {
  content: 'Buffet';
  font-family: "Times New Roman", serif;
  color: #e9e6e2;
  font-size: 347%;
  position: absolute;
  top: -.7em;
  z-index: 0;
  left: 0;
  right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1040px) {
  .con_buffet .box_int h4:before {
    font-size: 231%;
  }
}
@media only screen and (max-width: 767px) {
  .con_buffet .box_int h4:before {
    font-size: 216%;
  }
}
.con_buffet .box_int h4 .st {
  display: block;
  position: relative;
  z-index: 10;
}
.con_buffet .box_int h4 .st:first-letter {
  color: #a96442;
}
@media only screen and (min-width: 768px) and (max-width: 1040px) {
  .con_buffet .box_int h4 .st {
    font-size: 200%;
  }
}
@media only screen and (max-width: 767px) {
  .con_buffet .box_int h4 .st {
    font-size: 139%;
  }
}
.con_buffet .box_int h4 .txt {
  display: block;
  border-top: 3px double #e9e6e2;
  padding: 1em 5em 0;
  margin-top: 1em;
}
@media only screen and (min-width: 768px) and (max-width: 1040px) {
  .con_buffet .box_int h4 .txt {
    padding: 0.5em 1em 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_buffet .box_int h4 .txt {
    padding: 0.5em 1em 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1040px) {
  .con_buffet .box_int h4 .txt {
    margin-top: 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_buffet .box_int h4 .txt {
    margin-top: 0.5em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1040px) {
  .con_buffet .box_int h4 .txt {
    font-size: 131%;
  }
}
@media only screen and (max-width: 767px) {
  .con_buffet .box_int h4 .txt {
    font-size: 116%;
  }
}
.con_buffet .box_int .txt_catch {
  font-size: 93%;
  margin-bottom: 1.5em;
}
@media only screen and (max-width: 767px) {
  .con_buffet .box_int .txt_catch {
    text-align: left;
  }
}
.con_buffet .box_img {
  margin-top: 1.5em;
}
@media only screen and (min-width: 768px) and (max-width: 1040px) {
  .con_buffet .box_img {
    margin-top: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_buffet .box_img {
    margin-top: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_buffet .box_img #obj_buffetSlider .slide {
    overflow: hidden;
  }
  .con_buffet .box_img #obj_buffetSlider .slide img {
    position: relative;
    width: 140%;
    max-width: none;
    margin-left: -20%;
  }
}
@media only screen and (min-width: 768px) {
  .con_buffet .box_img .slick-dots {
    width: 100%;
    text-align: center;
    right: 0;
    bottom: -80px;
  }
}
@media print {
  .con_buffet .box_img .slick-dots {
    width: 100%;
    text-align: center;
    right: 0;
    bottom: -80px;
  }
}
.ie8 .con_buffet .box_img .slick-dots {
  width: 100%;
  text-align: center;
  right: 0;
  bottom: -80px;
}
@media only screen and (min-width: 768px) {
  .con_buffet .box_img .slick-dots li {
    width: 13.03922%;
    max-width: 133px;
    height: 60px;
    margin-left: 2px;
  }
  .con_buffet .box_img .slick-dots li:nth-child(1) {
    background: url(../../cuisine/images/th_mainimg_buf1.jpg) no-repeat;
  }
  .con_buffet .box_img .slick-dots li:nth-child(2) {
    background: url(../../cuisine/images/th_mainimg_buf2.jpg) no-repeat;
  }
  .con_buffet .box_img .slick-dots li:nth-child(3) {
    background: url(../../cuisine/images/th_mainimg_buf3.jpg) no-repeat;
  }
  .con_buffet .box_img .slick-dots li:nth-child(4) {
    background: url(../../cuisine/images/th_mainimg_buf4.jpg) no-repeat;
  }
  .con_buffet .box_img .slick-dots li:nth-child(5) {
    background: url(../../cuisine/images/th_mainimg_buf5.jpg) no-repeat;
  }
  .con_buffet .box_img .slick-dots li:nth-child(6) {
    background: url(../../cuisine/images/th_mainimg_buf6.jpg) no-repeat;
  }
  .con_buffet .box_img .slick-dots li.slick-active, .con_buffet .box_img .slick-dots li:hover {
    border: 3px solid #c6c929;
  }
}
@media print {
  .con_buffet .box_img .slick-dots li {
    width: 13.03922%;
    max-width: 133px;
    height: 60px;
    margin-left: 2px;
  }
  .con_buffet .box_img .slick-dots li:nth-child(1) {
    background: url(../../cuisine/images/th_mainimg_buf1.jpg) no-repeat;
  }
  .con_buffet .box_img .slick-dots li:nth-child(2) {
    background: url(../../cuisine/images/th_mainimg_buf2.jpg) no-repeat;
  }
  .con_buffet .box_img .slick-dots li:nth-child(3) {
    background: url(../../cuisine/images/th_mainimg_buf3.jpg) no-repeat;
  }
  .con_buffet .box_img .slick-dots li:nth-child(4) {
    background: url(../../cuisine/images/th_mainimg_buf4.jpg) no-repeat;
  }
  .con_buffet .box_img .slick-dots li:nth-child(5) {
    background: url(../../cuisine/images/th_mainimg_buf5.jpg) no-repeat;
  }
  .con_buffet .box_img .slick-dots li:nth-child(6) {
    background: url(../../cuisine/images/th_mainimg_buf6.jpg) no-repeat;
  }
  .con_buffet .box_img .slick-dots li.slick-active, .con_buffet .box_img .slick-dots li:hover {
    border: 3px solid #c6c929;
  }
}
.ie8 .con_buffet .box_img .slick-dots li {
  width: 13.03922%;
  max-width: 133px;
  height: 60px;
  margin-left: 2px;
}
.ie8 .con_buffet .box_img .slick-dots li:nth-child(1) {
  background: url(../../cuisine/images/th_mainimg_buf1.jpg) no-repeat;
}
.ie8 .con_buffet .box_img .slick-dots li:nth-child(2) {
  background: url(../../cuisine/images/th_mainimg_buf2.jpg) no-repeat;
}
.ie8 .con_buffet .box_img .slick-dots li:nth-child(3) {
  background: url(../../cuisine/images/th_mainimg_buf3.jpg) no-repeat;
}
.ie8 .con_buffet .box_img .slick-dots li:nth-child(4) {
  background: url(../../cuisine/images/th_mainimg_buf4.jpg) no-repeat;
}
.ie8 .con_buffet .box_img .slick-dots li:nth-child(5) {
  background: url(../../cuisine/images/th_mainimg_buf5.jpg) no-repeat;
}
.ie8 .con_buffet .box_img .slick-dots li:nth-child(6) {
  background: url(../../cuisine/images/th_mainimg_buf6.jpg) no-repeat;
}
.ie8 .con_buffet .box_img .slick-dots li.slick-active, .ie8 .con_buffet .box_img .slick-dots li:hover {
  border: 3px solid #c6c929;
}
.con_buffet .box_fac {
  margin-top: 140px;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1040px) {
  .con_buffet .box_fac {
    margin-top: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .con_buffet .box_fac {
    margin-top: 4em;
  }
}
.con_buffet .box_fac .txt {
  margin: 0.9em 0 1.5em;
}
@media only screen and (min-width: 768px) and (max-width: 1040px) {
  .con_buffet .box_fac .txt {
    margin: 0.5em 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_buffet .box_fac .txt {
    margin: 0.5em 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_buffet .box_fac .txt {
    text-align: left;
  }
}
.con_buffet .box_fac .wrp_ope h4 {
  margin-top: 2em;
  font-size: 124%;
  color: #624537;
}
.con_buffet .box_fac .wrp_ope .wrp_img {
  overflow: hidden;
}
.con_buffet .box_fac .wrp_ope .wrp_img li {
  float: right;
  width: 23.43137%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .con_buffet .box_fac .wrp_ope .wrp_img li {
    width: 49%;
    float: left;
    margin: 1em 0;
    max-width: 239px;
  }
}
.con_buffet .box_fac .wrp_ope .wrp_img li span {
  position: absolute;
  display: block;
  bottom: 0;
  width: 100%;
  color: #FFF;
  background: rgba(165, 144, 94, 0.7);
  line-height: 2.3;
}
@media only screen and (max-width: 767px) {
  .con_buffet .box_fac .wrp_ope .wrp_img li span {
    line-height: 1.8;
  }
}
.con_buffet .box_fac .wrp_ope .wrp_img li:first-child {
  width: 76.47059%;
  float: left;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .con_buffet .box_fac .wrp_ope .wrp_img li:first-child {
    width: 100%;
    float: none;
    max-width: 100%;
  }
}
.con_buffet .box_fac .wrp_ope .wrp_img li:nth-child(2) {
  margin-bottom: 1px;
}
@media only screen and (max-width: 767px) {
  .con_buffet .box_fac .wrp_ope .wrp_img li:nth-child(2) {
    margin-right: 2%;
  }
}
.con_buffet .box_fac .wrp_cre {
  padding: 55px;
  margin-top: 50px;
  background: url(../images/common/bg_pattern6.png) left top;
}
@media only screen and (min-width: 768px) and (max-width: 1040px) {
  .con_buffet .box_fac .wrp_cre {
    padding: 3.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_buffet .box_fac .wrp_cre {
    padding: 2em 1em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1040px) {
  .con_buffet .box_fac .wrp_cre {
    margin-top: 3em;
  }
}
@media only screen and (max-width: 767px) {
  .con_buffet .box_fac .wrp_cre {
    margin-top: 2em;
  }
}
.con_buffet .box_fac .wrp_cre h4 {
  font-size: 124%;
  color: #624537;
}
@media only screen and (min-width: 768px) {
  .con_buffet .box_fac .wrp_cre ul {
    margin: 1em auto 0;
    max-width: 1020px;
  }
}
@media print {
  .con_buffet .box_fac .wrp_cre ul {
    margin: 1em auto 0;
    max-width: 1020px;
  }
}
.ie8 .con_buffet .box_fac .wrp_cre ul {
  margin: 1em auto 0;
  max-width: 1020px;
}
@media only screen and (max-width: 767px) {
  .con_buffet .box_fac .wrp_cre ul {
    text-align: left;
  }
}
.con_buffet .box_fac .wrp_cre ul li {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .con_buffet .box_fac .wrp_cre ul li {
    float: left;
    width: 26.37255%;
    margin-left: 0.19608%;
  }
  .con_buffet .box_fac .wrp_cre ul li:first-child {
    width: 46.86275%;
    margin-left: 0;
  }
  .con_buffet .box_fac .wrp_cre ul li:nth-child(n+4) {
    margin-top: 0.29412%;
  }
}
@media print {
  .con_buffet .box_fac .wrp_cre ul li {
    float: left;
    width: 26.37255%;
    margin-left: 0.19608%;
  }
  .con_buffet .box_fac .wrp_cre ul li:first-child {
    width: 46.86275%;
    margin-left: 0;
  }
  .con_buffet .box_fac .wrp_cre ul li:nth-child(n+4) {
    margin-top: 0.29412%;
  }
}
.ie8 .con_buffet .box_fac .wrp_cre ul li {
  float: left;
  width: 26.37255%;
  margin-left: 0.19608%;
}
.ie8 .con_buffet .box_fac .wrp_cre ul li:first-child {
  width: 46.86275%;
  margin-left: 0;
}
.ie8 .con_buffet .box_fac .wrp_cre ul li:nth-child(n+4) {
  margin-top: 0.29412%;
}
@media only screen and (max-width: 767px) {
  .con_buffet .box_fac .wrp_cre ul li {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    margin: .3em 0 0 2% !important;
    text-align: center;
  }
  .con_buffet .box_fac .wrp_cre ul li:nth-child(n+1) {
    margin-left: 0 !important;
  }
  .con_buffet .box_fac .wrp_cre ul li:first-child {
    width: 100%;
  }
}
.con_buffet .box_fac .wrp_cre ul li .sst {
  position: absolute;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  padding: .3em 1em;
  color: #fff;
  font-size: 100%;
  background: rgba(165, 144, 94, 0.85);
}
@media only screen and (max-width: 767px) {
  .con_buffet .box_fac .wrp_cre ul li .sst {
    font-size: 93%;
  }
}
.con_buffet .box_fac .wrp_cre ul li .txt {
  margin: .5em 0 0;
  font-size: 93%;
  text-align: left;
}
.con_buffet .box_fac .btn {
  margin: 1em auto 0;
  width: 224px;
}
@media only screen and (max-width: 767px) {
  .con_buffet .box_fac .btn {
    margin: 1em auto 0;
  }
}
.con_buffet .box_fac .btn a, .con_buffet .box_fac .btn em {
  background: url(../images/common/bg_pattern3.png);
  color: #fff;
  border-color: #624537;
}
.con_buffet .box_cui {
  border: 1px solid #e8dfd2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 940px;
  margin: 0 auto;
  margin-top: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 1040px) {
  .con_buffet .box_cui {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .con_buffet .box_cui {
    margin-top: 4em;
  }
}
.con_buffet .box_cui .inner {
  text-align: center;
  letter-spacing: -.4em;
  padding: 20px 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1040px) {
  .con_buffet .box_cui .inner {
    padding: 15px 25px;
  }
}
@media only screen and (max-width: 767px) {
  .con_buffet .box_cui .inner {
    padding: 1em;
  }
}
.con_buffet .box_cui .inner .wrp_txt {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  letter-spacing: normal;
  width: 46.95431%;
  margin-right: 3.80711%;
}
@media only screen and (max-width: 767px) {
  .con_buffet .box_cui .inner .wrp_txt {
    width: 100%;
    margin-right: 0;
  }
}
.con_buffet .box_cui .inner .wrp_txt h4 {
  font-weight: normal;
  font-size: 139%;
  margin-bottom: 1em;
  color: #462515;
}
.con_buffet .box_cui .inner .wrp_txt h4:before {
  content: '';
  display: block;
  width: 75px;
  height: 25px;
  background: url(../../cuisine/images/ic_st.png) no-repeat top center;
  margin: 0 auto;
  margin-bottom: .5em;
}
.con_buffet .box_cui .inner .wrp_txt h4 span {
  display: block;
  font-size: 84%;
}
.con_buffet .box_cui .inner .wrp_txt p {
  text-align: left;
}
.con_buffet .box_cui .inner .wrp_img {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  letter-spacing: normal;
  width: 49.11168%;
  text-align: right;
}
@media only screen and (min-width: 768px) {
  .con_buffet .box_cui .inner .wrp_img {
    border-left: 1px solid #e8dfd2;
  }
}
@media print {
  .con_buffet .box_cui .inner .wrp_img {
    border-left: 1px solid #e8dfd2;
  }
}
.ie8 .con_buffet .box_cui .inner .wrp_img {
  border-left: 1px solid #e8dfd2;
}
@media only screen and (max-width: 767px) {
  .con_buffet .box_cui .inner .wrp_img {
    width: 100%;
    margin-top: .5em;
    text-align: center;
  }
}
.con_buffet .box_lim {
  margin-top: 120px;
  padding: 30px 0 40px;
  background: url(../images/common/bg_pattern6.png) left top;
}
@media only screen and (min-width: 768px) and (max-width: 1040px) {
  .con_buffet .box_lim {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .con_buffet .box_lim {
    margin-top: 4em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1040px) {
  .con_buffet .box_lim {
    padding: 3em 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_buffet .box_lim {
    padding: 2em 0;
  }
}
.con_buffet .box_lim h4 {
  text-align: center;
}
@media only screen and (max-width: 1040px) {
  .con_buffet .box_lim h4 {
    font-size: 154%;
    font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  }
}
.con_buffet .box_lim h4 em span {
  color: #92541c;
}
.con_buffet .box_lim h4 em span span {
  display: block;
  width: 28%;
  max-width: 140px;
  margin: 0 auto 5px;
  background: #dabe3b;
  font-size: 60%;
  color: #fff;
  font-weight: normal;
  vertical-align: middle;
}
.con_buffet .box_lim h4 em span em {
  color: #5274B3;
}
.con_buffet .box_lim .menu {
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .con_buffet .box_lim .menu {
    text-align: center;
  }
}
@media print {
  .con_buffet .box_lim .menu {
    text-align: center;
  }
}
.ie8 .con_buffet .box_lim .menu {
  text-align: center;
}
.con_buffet .box_lim .menu .inner {
  overflow: hidden;
  margin: 20px 0 0 1.2%;
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .con_buffet .box_lim .menu .inner {
    display: inline-block;
    vertical-align: top;
    width: 49.01961%;
  }
}
@media print {
  .con_buffet .box_lim .menu .inner {
    display: inline-block;
    vertical-align: top;
    width: 49.01961%;
  }
}
.ie8 .con_buffet .box_lim .menu .inner {
  display: inline-block;
  vertical-align: top;
  width: 49.01961%;
}
@media only screen and (max-width: 767px) {
  .con_buffet .box_lim .menu .inner {
    float: left;
    width: 49%;
    margin-left: 2%;
  }
}
.con_buffet .box_lim .menu .inner:first-child, .con_buffet .box_lim .menu .inner:first-child + div + div {
  margin-left: 0;
}
.con_buffet .box_lim .menu .inner .wrp_txt {
  padding: 1.5em 2em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 1040px) {
  .con_buffet .box_lim .menu .inner .wrp_txt {
    padding: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_buffet .box_lim .menu .inner .wrp_txt {
    padding: 1em;
  }
}
@media only screen and (min-width: 1041px) {
  .con_buffet .box_lim .menu .inner .wrp_txt {
    float: left;
    width: 50%;
  }
}
@media print {
  .con_buffet .box_lim .menu .inner .wrp_txt {
    float: left;
    width: 50%;
  }
}
.ie8 .con_buffet .box_lim .menu .inner .wrp_txt {
  float: left;
  width: 50%;
}
.con_buffet .box_lim .menu .inner .wrp_txt .num {
  color: #878a12;
  text-align: right;
}
.con_buffet .box_lim .menu .inner .wrp_txt .num span, .con_buffet .box_lim .menu .inner .wrp_txt .num em {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  color: #c6c929;
  font-family: "Times New Roman", serif;
}
.con_buffet .box_lim .menu .inner .wrp_txt .num span {
  font-size: 93%;
  line-height: 1.2;
}
.con_buffet .box_lim .menu .inner .wrp_txt .num em {
  font-size: 308%;
  margin-left: 10px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .con_buffet .box_lim .menu .inner .wrp_txt .num em {
    margin-left: 5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1040px) {
  .con_buffet .box_lim .menu .inner .wrp_txt .num em {
    font-size: 231%;
  }
}
@media only screen and (max-width: 767px) {
  .con_buffet .box_lim .menu .inner .wrp_txt .num em {
    font-size: 216%;
  }
}
.con_buffet .box_lim .menu .inner .wrp_txt .sst {
  color: #624537;
  font-size: 116%;
  font-weight: bold;
  margin-top: 1em;
}
.con_buffet .box_lim .menu .inner .wrp_txt .sst span {
  color: #f53d62;
}
@media only screen and (min-width: 1041px) {
  .con_buffet .box_lim .menu .inner .wrp_txt .sst span {
    display: block;
  }
}
@media print {
  .con_buffet .box_lim .menu .inner .wrp_txt .sst span {
    display: block;
  }
}
.ie8 .con_buffet .box_lim .menu .inner .wrp_txt .sst span {
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 1040px) {
  .con_buffet .box_lim .menu .inner .wrp_txt .sst span {
    display: inline-block;
    margin-right: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_buffet .box_lim .menu .inner .wrp_txt .sst span {
    display: block;
  }
}
@media only screen and (max-width: 1040px) {
  .con_buffet .box_lim .menu .inner .wrp_txt .sst {
    margin-top: .5em;
    font-size: 100%;
  }
}
.con_buffet .box_lim .menu .inner .wrp_txt .txt {
  margin-top: 1em;
  font-size: 93%;
}
.con_buffet .box_lim .menu .inner .wrp_txt .txt span {
  display: block;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .con_buffet .box_lim .menu .inner .wrp_txt .txt span {
    text-align: left;
  }
}
.con_buffet .box_lim .menu .inner .wrp_img {
  text-align: right;
}
@media only screen and (min-width: 1041px) {
  .con_buffet .box_lim .menu .inner .wrp_img {
    float: right;
    width: 50%;
  }
}
@media print {
  .con_buffet .box_lim .menu .inner .wrp_img {
    float: right;
    width: 50%;
  }
}
.ie8 .con_buffet .box_lim .menu .inner .wrp_img {
  float: right;
  width: 50%;
}
.con_buffet .box_lim .drink {
  margin-top: 3em;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .con_buffet .box_lim .drink {
    margin-top: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .con_buffet .box_lim .drink {
    background: #fff;
  }
}
.con_buffet .box_lim .drink .st {
  padding: 1em 0;
  padding: 0.5em 0;
  color: #462515;
  font-size: 124%;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_buffet .box_lim .drink .st {
    padding: 1em 0;
  }
}
@media only screen and (min-width: 768px) {
  .con_buffet .box_lim .drink .st {
    position: absolute;
    left: 50%;
    top: -17px;
    width: 200px;
    margin-left: -100px;
    border: 2px solid #d8db2e;
    background: #fff;
    border-radius: 22px;
  }
}
@media print {
  .con_buffet .box_lim .drink .st {
    position: absolute;
    left: 50%;
    top: -17px;
    width: 200px;
    margin-left: -100px;
    border: 2px solid #d8db2e;
    background: #fff;
    border-radius: 22px;
  }
}
.ie8 .con_buffet .box_lim .drink .st {
  position: absolute;
  left: 50%;
  top: -17px;
  width: 200px;
  margin-left: -100px;
  border: 2px solid #d8db2e;
  background: #fff;
  border-radius: 22px;
}
@media only screen and (max-width: 767px) {
  .con_buffet .box_lim .drink .st {
    font-size: 116%;
    width: 95%;
    margin: 0 auto;
    border-bottom: 1px solid #d8db2e;
  }
}
.con_buffet .box_lim .drink .wrp_drink {
  padding: 37px 2% 20px;
  margin: 3em auto 0;
  background: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .con_buffet .box_lim .drink .wrp_drink {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_buffet .box_lim .drink .wrp_drink {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_buffet .box_lim .drink .wrp_drink {
    width: 100%;
    padding: 3%;
    height: auto !important;
  }
}
.con_buffet .box_lim .drink .wrp_drink .detail_mon {
  margin: 2% 0 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 1040px) {
  .con_buffet .box_lim .drink .wrp_drink .detail_mon {
    vertical-align: top;
  }
}
@media only screen and (max-width: 767px) {
  .con_buffet .box_lim .drink .wrp_drink .detail_mon {
    width: 100%;
    margin: 0;
  }
}
.con_buffet .box_lim .drink .wrp_drink .detail_mon .wrp_detail {
  display: inline-block;
  vertical-align: top;
  width: 33%;
}
@media only screen and (min-width: 768px) and (max-width: 1040px) {
  .con_buffet .box_lim .drink .wrp_drink .detail_mon .wrp_detail {
    text-align: center;
    width: 31% !important;
    margin-left: 2%;
  }
  .con_buffet .box_lim .drink .wrp_drink .detail_mon .wrp_detail:first-child {
    margin: 0;
  }
  .con_buffet .box_lim .drink .wrp_drink .detail_mon .wrp_detail:nth-child(3) {
    margin-top: 0;
    width: inherit;
  }
}
@media only screen and (max-width: 767px) {
  .con_buffet .box_lim .drink .wrp_drink .detail_mon .wrp_detail {
    margin: 0 0 1em;
    width: 100% !important;
  }
  .con_buffet .box_lim .drink .wrp_drink .detail_mon .wrp_detail:first-child {
    margin: 0 0 1em;
  }
  .con_buffet .box_lim .drink .wrp_drink .detail_mon .wrp_detail:nth-child(3) {
    margin-top: 0;
  }
}
.con_buffet .box_lim .drink .wrp_drink .detail_mon .wrp_detail .month {
  vertical-align: top;
  background: #c6c929;
  text-align: center;
  color: #fff;
}
@media only screen and (min-width: 1041px) {
  .con_buffet .box_lim .drink .wrp_drink .detail_mon .wrp_detail .month {
    border-radius: 50%;
    height: 60px;
    width: 60px;
    line-height: 60px;
    display: inline-block;
  }
}
@media print {
  .con_buffet .box_lim .drink .wrp_drink .detail_mon .wrp_detail .month {
    border-radius: 50%;
    height: 60px;
    width: 60px;
    line-height: 60px;
    display: inline-block;
  }
}
.ie8 .con_buffet .box_lim .drink .wrp_drink .detail_mon .wrp_detail .month {
  border-radius: 50%;
  height: 60px;
  width: 60px;
  line-height: 60px;
  display: inline-block;
}
.con_buffet .box_lim .drink .wrp_drink .detail_mon .wrp_detail .month span {
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  display: block;
  font-size: 185%;
}
@media only screen and (max-width: 1040px) {
  .con_buffet .box_lim .drink .wrp_drink .detail_mon .wrp_detail .month span {
    padding: 0;
    font-size: 154%;
  }
}
.con_buffet .box_lim .drink .wrp_drink .detail_mon .wrp_detail .month em {
  font-size: 62%;
}
@media only screen and (max-width: 1040px) {
  .con_buffet .box_lim .drink .wrp_drink .detail_mon .wrp_detail .month em {
    font-size: 77%;
  }
}
.con_buffet .box_lim .drink .wrp_drink .detail_mon .wrp_detail .wrp_txt {
  vertical-align: top;
  display: inline-block;
  max-width: 240px;
  padding-left: 2%;
  box-sizing: border-box;
}
@media only screen and (max-width: 1040px) {
  .con_buffet .box_lim .drink .wrp_drink .detail_mon .wrp_detail .wrp_txt {
    display: block;
    max-width: inherit !important;
    padding-left: 0;
  }
}
.con_buffet .box_lim .drink .wrp_drink .detail_mon .wrp_detail .wrp_txt .sst {
  color: #462515;
  font-size: 117%;
  font-weight: bold;
}
@media only screen and (max-width: 1040px) {
  .con_buffet .box_lim .drink .wrp_drink .detail_mon .wrp_detail .wrp_txt .sst {
    margin-top: .5em;
  }
}
.con_buffet .box_lim .drink .wrp_drink .detail_mon .wrp_detail .wrp_txt .txt {
  margin-top: .5em;
  text-align: left;
}
.con_buffet .box_lim .drink .wrp_drink .detail_mon .wrp_detail .wrp_txt .price {
  text-align: right;
}
.con_buffet .box_lim .drink .wrp_drink .detail_mon .wrp_detail .wrp_txt .price span {
  color: #878a12;
  font-weight: bold;
}
.con_buffet .box_lim .drink .wrp_drink .detail_mon .wrp_detail .wrp_txt .price span em {
  font-size: 250%;
  font-family: "Times New Roman", serif;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .con_buffet .box_lim .drink .wrp_drink .detail_mon .wrp_detail .wrp_txt .price span em {
    font-size: 167%;
  }
}
.con_buffet .box_lim .drink .wrp_drink .wine .txt_wine {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .con_buffet .box_lim .drink .wrp_drink .wine .txt_wine {
    margin-bottom: 30px;
    margin-top: 10px;
  }
}
@media print {
  .con_buffet .box_lim .drink .wrp_drink .wine .txt_wine {
    margin-bottom: 30px;
    margin-top: 10px;
  }
}
.ie8 .con_buffet .box_lim .drink .wrp_drink .wine .txt_wine {
  margin-bottom: 30px;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .con_buffet .box_lim .drink .wrp_drink .wine .txt_wine {
    text-align: left;
    margin-bottom: 1em;
  }
}
.con_buffet .box_lim .drink .wrp_drink .wine ul {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_buffet .box_lim .drink .wrp_drink .wine ul {
    width: 100%;
  }
}
.con_buffet .box_lim .drink .wrp_drink .wine ul li.img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 4em;
  margin-bottom: 1em;
}
@media only screen and (max-width: 1040px) {
  .con_buffet .box_lim .drink .wrp_drink .wine ul li.img {
    margin-bottom: 1.5em;
    margin-right: 0;
  }
}
.con_buffet .box_lim .drink .wrp_drink .wine ul li.menu {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .con_buffet .box_lim .drink .wrp_drink .wine ul li.menu {
    width: 60%;
  }
}
@media print {
  .con_buffet .box_lim .drink .wrp_drink .wine ul li.menu {
    width: 60%;
  }
}
.ie8 .con_buffet .box_lim .drink .wrp_drink .wine ul li.menu {
  width: 60%;
}
@media only screen and (min-width: 768px) and (max-width: 1040px) {
  .con_buffet .box_lim .drink .wrp_drink .wine ul li.menu {
    text-align: center;
  }
}
.con_buffet .box_lim .drink .wrp_drink .wine ul li.menu .sst {
  margin-bottom: 1em;
  background: #e8dfd2;
  display: inline-block;
  padding: 0 1em;
}
.con_buffet .box_lim .drink .wrp_drink .wine ul li.menu p.text span {
  font-weight: bold;
}
.con_buffet .box_lim .drink .wrp_drink .wine ul li.menu p.offer {
  font-size: 100%;
  background: #b7007a;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: .1em .5em;
  color: #fff;
  margin-top: 2em;
}
@media only screen and (max-width: 767px) {
  .con_buffet .box_lim .drink .wrp_drink .wine ul li.menu p.offer {
    margin-top: 1.5em;
  }
}
.con_buffet .box_lim .drink .wrp_drink .wine ul li.menu p.name {
  font-size: 124%;
  font-weight: bold;
  color: #624537;
  margin-top: 0.5em;
}
.con_buffet .box_lim .drink .wrp_drink .wine ul li.menu p.name2 {
  font-size: 124%;
  font-weight: bold;
  color: #624537;
  margin-bottom: 0.5em;
}
.con_buffet .box_lim .drink .wrp_drink .wine ul li.menu p.price {
  text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 1040px) {
  .con_buffet .box_lim .drink .wrp_drink .wine ul li.menu p.price {
    text-align: center;
  }
}
.con_buffet .box_lim .drink .wrp_drink .wine ul li.menu p.price span {
  color: #878a12;
  font-weight: bold;
}
.con_buffet .box_lim .drink .wrp_drink .wine ul li.menu p.price span em {
  font-size: 209%;
  font-family: "Times New Roman", serif;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .con_buffet .box_lim .drink .wrp_drink .wine ul li.menu p.price span em {
    font-size: 167%;
  }
}
@media only screen and (max-width: 1040px) {
  .con_buffet .box_lim .drink .wrp_drink .wine ul li.menu ul li {
    text-align: center;
    margin-bottom: 1em;
  }
}
.con_buffet .box_lim .drink .wrp_drink .wine ul li.menu ul li.price {
  text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 1040px) {
  .con_buffet .box_lim .drink .wrp_drink .wine ul li.menu ul li.price {
    text-align: center;
  }
}
.con_buffet .box_lim .drink .wrp_drink .wine ul li.menu ul li.price span {
  color: #878a12;
  font-weight: bold;
}
.con_buffet .box_lim .drink .wrp_drink .wine ul li.menu ul li.price span em {
  font-size: 209%;
  font-family: "Times New Roman", serif;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .con_buffet .box_lim .drink .wrp_drink .wine ul li.menu ul li.price span em {
    font-size: 167%;
  }
}
.con_buffet .box_lim > .att {
  margin-top: .5em;
}
@media only screen and (min-width: 768px) {
  .con_buffet .box_lim > .att {
    text-align: right;
  }
}
@media print {
  .con_buffet .box_lim > .att {
    text-align: right;
  }
}
.ie8 .con_buffet .box_lim > .att {
  text-align: right;
}
.con_buffet #obj_acc_map {
  position: relative;
  padding: 15px 0;
  background: url(../../cuisine/images/bg_map.png) left top;
  color: #fff;
  font-size: 124%;
  text-align: center;
}
.con_buffet #obj_acc_map:before {
  content: '';
  position: absolute;
  right: 6px;
  top: 50%;
  width: 43px;
  height: 43px;
  margin-top: -21px;
  background: url(../../cuisine/images/ic_arrow_ope.png) left top;
}
.con_buffet #obj_acc_map:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6px;
  background: rgba(117, 92, 80, 0.9);
}
.con_buffet #obj_acc_map.active:before {
  background: url(../../cuisine/images/ic_arrow_clo.png) left top;
}
.con_buffet #obj_acc_map:hover {
  cursor: pointer;
}
@media only screen and (min-width: 1041px) {
  .con_buffet .box_map {
    margin-top: 130px;
  }
}
@media print {
  .con_buffet .box_map {
    margin-top: 130px;
  }
}
.ie8 .con_buffet .box_map {
  margin-top: 130px;
}
@media only screen and (min-width: 768px) and (max-width: 1040px) {
  .con_buffet .box_map {
    margin-top: 90px;
  }
}
.con_buffet .box_map .wrp_map {
  position: relative;
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .con_buffet .box_map .wrp_map {
    margin-top: 2em;
  }
}
@media only screen and (min-width: 768px) {
  .con_buffet .box_map .wrp_map {
    display: none;
  }
}
@media print {
  .con_buffet .box_map .wrp_map {
    display: none;
  }
}
.ie8 .con_buffet .box_map .wrp_map {
  display: none;
}
.con_buffet .box_map .wrp_map .inner {
  overflow: hidden;
  letter-spacing: -.40em;
  position: relative;
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1040px) {
  .con_buffet .box_map .wrp_map .inner {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_buffet .box_map .wrp_map .inner {
    margin-bottom: 1.5em;
  }
}
.con_buffet .box_map .wrp_map .inner .wrp_img {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  letter-spacing: normal;
  width: 55.19608%;
  margin-right: 8.33333%;
}
@media only screen and (max-width: 767px) {
  .con_buffet .box_map .wrp_map .inner .wrp_img {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
}
.con_buffet .box_map .wrp_map .inner .wrp_txt {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  letter-spacing: normal;
  width: 36.27451%;
}
@media only screen and (max-width: 767px) {
  .con_buffet .box_map .wrp_map .inner .wrp_txt {
    width: 100%;
  }
}
.con_buffet .box_map .wrp_map .inner .wrp_txt h4 {
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 1040px) {
  .con_buffet .box_map .wrp_map .inner .wrp_txt h4 {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .con_buffet .box_map .wrp_map .inner .wrp_txt h4 {
    margin-bottom: 0.5em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1040px) {
  .con_buffet .box_map .wrp_map .inner .wrp_txt h4 {
    width: 65.40541%;
  }
}
@media only screen and (max-width: 767px) {
  .con_buffet .box_map .wrp_map .inner .wrp_txt h4 {
    width: 50.41667%;
    text-align: center;
    margin: 1em auto;
  }
}
.con_buffet .box_map .wrp_map #obj_map {
  overflow: visible;
  margin-bottom: 0;
}
.con_buffet .box_map .wrp_map #obj_map h4 {
  position: absolute;
  top: 0;
  left: 0;
  width: 12.64706%;
}
@media only screen and (max-width: 767px) {
  .con_buffet .box_map .wrp_map #obj_map h4 {
    width: 100%;
    position: static;
  }
}
@media only screen and (min-width: 768px) {
  .con_buffet .box_map .wrp_map #obj_map > .img:after {
    content: '';
    width: 100%;
    background: url(../../cuisine/images/bg_shadow.png) no-repeat top center;
    display: block;
    height: 8px;
  }
}
@media print {
  .con_buffet .box_map .wrp_map #obj_map > .img:after {
    content: '';
    width: 100%;
    background: url(../../cuisine/images/bg_shadow.png) no-repeat top center;
    display: block;
    height: 8px;
  }
}
.ie8 .con_buffet .box_map .wrp_map #obj_map > .img:after {
  content: '';
  width: 100%;
  background: url(../../cuisine/images/bg_shadow.png) no-repeat top center;
  display: block;
  height: 8px;
}
.con_buffet .box_map .wrp_map #obj_map .modal_pswp a:after {
  content: '森ビュッフェ MAPを見る';
  letter-spacing: normal;
}
.con_buffet .box_map .wrp_map #obj_map ul {
  letter-spacing: normal;
}
.con_buffet .box_map .wrp_map #obj_map ul li {
  overflow: hidden;
  text-align: center;
}
.con_buffet .box_map .wrp_map #obj_map ul li .ic {
  cursor: pointer;
  position: absolute;
}
@media only screen and (min-width: 768px) {
  .con_buffet .box_map .wrp_map #obj_map ul li .ic {
    padding: .3em;
    border-radius: 17px;
    -moz-transition: background 300ms;
    -o-transition: background 300ms;
    -webkit-transition: background 300ms;
    transition: background 300ms;
  }
}
@media print {
  .con_buffet .box_map .wrp_map #obj_map ul li .ic {
    padding: .3em;
    border-radius: 17px;
    -moz-transition: background 300ms;
    -o-transition: background 300ms;
    -webkit-transition: background 300ms;
    transition: background 300ms;
  }
}
.ie8 .con_buffet .box_map .wrp_map #obj_map ul li .ic {
  padding: .3em;
  border-radius: 17px;
  -moz-transition: background 300ms;
  -o-transition: background 300ms;
  -webkit-transition: background 300ms;
  transition: background 300ms;
}
.con_buffet .box_map .wrp_map #obj_map ul li .detail {
  width: 63.72549%;
  position: absolute;
  z-index: 10;
  background: #FFF;
  font-size: 108%;
  border: 1px solid #dcdcdc;
  padding: 2.5% 2.5% 1.5%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: none;
  -moz-transition-property: margin, opacity;
  -o-transition-property: margin, opacity;
  -webkit-transition-property: margin, opacity;
  transition-property: margin opacity;
  -moz-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -moz-transition-delay: 0ms;
  -o-transition-delay: 0ms;
  -webkit-transition-delay: 0ms;
  transition-delay: 0ms;
}
.con_buffet .box_map .wrp_map #obj_map ul li .detail:not(.active) {
  opacity: 0;
  margin-bottom: -10px;
}
.con_buffet .box_map .wrp_map #obj_map ul li .detail.active, .mouse .con_buffet .box_map .wrp_map #obj_map ul li .detail:hover, .touch .con_buffet .box_map .wrp_map #obj_map ul li .detail.touchstart {
  -moz-transition-delay: 100ms;
  -o-transition-delay: 100ms;
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}
.touch .con_buffet .box_map .wrp_map #obj_map ul li .detail {
  -webkit-tap-highlight-color: transparent;
}
.touch .con_buffet .box_map .wrp_map #obj_map ul li .detail.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
@media only screen and (max-width: 767px) {
  .con_buffet .box_map .wrp_map #obj_map ul li .detail {
    display: none !important;
  }
}
.con_buffet .box_map .wrp_map #obj_map ul li .detail:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 21px solid #ccc;
  position: absolute;
  bottom: -31px;
  left: 0;
}
.con_buffet .box_map .wrp_map #obj_map ul li .detail:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  position: absolute;
  bottom: -30px;
  border-top: 20px solid #FFF;
  left: 0;
}
.con_buffet .box_map .wrp_map #obj_map ul li .detail span {
  margin-top: 1em;
  display: block;
}
.con_buffet .box_map .wrp_map #obj_map ul li#ic1 .ic {
  width: 11.66667%;
  bottom: 25.23148%;
  left: 7.15686%;
}
.con_buffet .box_map .wrp_map #obj_map ul li#ic1 .detail {
  bottom: 35.87963%;
  left: 3.23529%;
}
.con_buffet .box_map .wrp_map #obj_map ul li#ic1 .detail:after, .con_buffet .box_map .wrp_map #obj_map ul li#ic1 .detail:before {
  margin-left: 13.53846%;
}
.con_buffet .box_map .wrp_map #obj_map ul li#ic2 .ic {
  width: 16.86275%;
  bottom: 38.19444%;
  left: 27.45098%;
}
.con_buffet .box_map .wrp_map #obj_map ul li#ic2 .detail {
  bottom: 48.84259%;
  left: 3.23529%;
}
.con_buffet .box_map .wrp_map #obj_map ul li#ic2 .detail:after, .con_buffet .box_map .wrp_map #obj_map ul li#ic2 .detail:before {
  margin-left: 48.92308%;
}
.con_buffet .box_map .wrp_map #obj_map ul li#ic3 .ic {
  width: 16.86275%;
  bottom: 27.31481%;
  left: 41.86275%;
}
.con_buffet .box_map .wrp_map #obj_map ul li#ic3 .detail {
  bottom: 37.96296%;
  left: 18.62745%;
}
.con_buffet .box_map .wrp_map #obj_map ul li#ic3 .detail:after, .con_buffet .box_map .wrp_map #obj_map ul li#ic3 .detail:before {
  margin-left: 48.46154%;
}
.con_buffet .box_map .wrp_map #obj_map ul li#ic4 .ic {
  width: 16.86275%;
  bottom: 52.77778%;
  left: 46.86275%;
}
.con_buffet .box_map .wrp_map #obj_map ul li#ic4 .detail {
  bottom: 63.42593%;
  left: 23.72549%;
}
.con_buffet .box_map .wrp_map #obj_map ul li#ic4 .detail:after, .con_buffet .box_map .wrp_map #obj_map ul li#ic4 .detail:before {
  margin-left: 48.46154%;
}
.con_buffet .box_map .wrp_map #obj_map ul li#ic5 .ic {
  width: 15.29412%;
  bottom: 36.11111%;
  left: 55.19608%;
}
.con_buffet .box_map .wrp_map #obj_map ul li#ic5 .detail {
  bottom: 46.75926%;
  left: 30.78431%;
}
.con_buffet .box_map .wrp_map #obj_map ul li#ic5 .detail:after, .con_buffet .box_map .wrp_map #obj_map ul li#ic5 .detail:before {
  margin-left: 48.46154%;
}
.con_buffet .box_map .wrp_map #obj_map ul li#ic6 .ic {
  width: 14.5098%;
  bottom: 43.98148%;
  left: 73.62745%;
}
.con_buffet .box_map .wrp_map #obj_map ul li#ic6 .detail {
  bottom: 54.62963%;
  left: 33.23529%;
}
.con_buffet .box_map .wrp_map #obj_map ul li#ic6 .detail:after, .con_buffet .box_map .wrp_map #obj_map ul li#ic6 .detail:before {
  margin-left: 73.84615%;
}
.con_buffet .box_map .wrp_map #obj_map ul li#ic7 .ic {
  width: 12.54902%;
  bottom: 53.47222%;
  left: 80.09804%;
}
.con_buffet .box_map .wrp_map #obj_map ul li#ic7 .detail {
  bottom: 64.12037%;
  left: 34.41176%;
}
.con_buffet .box_map .wrp_map #obj_map ul li#ic7 .detail:after, .con_buffet .box_map .wrp_map #obj_map ul li#ic7 .detail:before {
  margin-left: 80.76923%;
}
.con_buffet .box_map .wrp_map #obj_map ul li.active .ic {
  background: rgba(255, 255, 255, 0.7);
}
@media only screen and (min-width: 768px) {
  .con_buffet .box_map .wrp_map .txt_attention {
    position: absolute;
    top: 15px;
    left: 50%;
    width: 485px;
    padding: 5px 0;
    border: 3px solid #e6dabf;
    margin-left: -242px;
    background: #fff;
    z-index: 1;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .con_buffet .box_map .wrp_map .txt_attention:before {
    content: '';
    display: inline-block;
    vertical-align: bottom;
    width: 17px;
    height: 21px;
    margin: 0 5px 0 15px;
    background: url(../../cuisine/images/ic_pointer.png) no-repeat left top;
  }
}
@media print {
  .con_buffet .box_map .wrp_map .txt_attention {
    position: absolute;
    top: 15px;
    left: 50%;
    width: 485px;
    padding: 5px 0;
    border: 3px solid #e6dabf;
    margin-left: -242px;
    background: #fff;
    z-index: 1;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .con_buffet .box_map .wrp_map .txt_attention:before {
    content: '';
    display: inline-block;
    vertical-align: bottom;
    width: 17px;
    height: 21px;
    margin: 0 5px 0 15px;
    background: url(../../cuisine/images/ic_pointer.png) no-repeat left top;
  }
}
.ie8 .con_buffet .box_map .wrp_map .txt_attention {
  position: absolute;
  top: 15px;
  left: 50%;
  width: 485px;
  padding: 5px 0;
  border: 3px solid #e6dabf;
  margin-left: -242px;
  background: #fff;
  z-index: 1;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ie8 .con_buffet .box_map .wrp_map .txt_attention:before {
  content: '';
  display: inline-block;
  vertical-align: bottom;
  width: 17px;
  height: 21px;
  margin: 0 5px 0 15px;
  background: url(../../cuisine/images/ic_pointer.png) no-repeat left top;
}
@media only screen and (max-width: 767px) {
  .con_buffet .box_map .wrp_map .txt_attention {
    display: none;
  }
}
.con_buffet .box_wine {
  margin-top: 80px;
  text-align: right;
  letter-spacing: -.4em;
  padding: 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1040px) {
  .con_buffet .box_wine {
    margin-top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .con_buffet .box_wine {
    margin-top: 3em;
  }
}
@media only screen and (max-width: 767px) {
  .con_buffet .box_wine {
    padding: 1em;
  }
}
.con_buffet .box_wine h3 {
  letter-spacing: normal;
  margin-bottom: 1.5em;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-weight: bold;
  color: #624537;
}
@media only screen and (max-width: 767px) {
  .con_buffet .box_wine h3 {
    margin-bottom: 1em;
  }
}
.con_buffet .box_wine .wrp_txt {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  letter-spacing: normal;
  width: 32.32323%;
  margin-right: 8.08081%;
}
@media only screen and (min-width: 768px) and (max-width: 1040px) {
  .con_buffet .box_wine .wrp_txt {
    width: 38%;
    margin-right: 2%;
  }
}
@media only screen and (max-width: 767px) {
  .con_buffet .box_wine .wrp_txt {
    width: 100%;
    margin-right: 0;
  }
}
.con_buffet .box_wine .wrp_txt h4 {
  font-weight: normal;
  font-size: 139%;
  margin-bottom: 1em;
  text-align: left;
  color: #624537;
}
.con_buffet .box_wine .wrp_txt h4 span {
  display: block;
  font-size: 84%;
}
.con_buffet .box_wine .wrp_txt p {
  text-align: left;
}
.con_buffet .box_wine .wrp_img {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  letter-spacing: normal;
  width: 57.87879%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .con_buffet .box_wine .wrp_img {
    width: 100%;
    margin-top: .5em;
    text-align: center;
  }
}
.con_buffet .box_wine .wrp_img span {
  display: block;
  width: 23.77261%;
  position: absolute;
  bottom: 0;
  left: -7em;
}

/* -----------------------------------------------------------
	.con_breakfast
----------------------------------------------------------- */
.con_breakfast {
  margin-top: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 1040px) {
  .con_breakfast {
    margin-top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .con_breakfast {
    margin-top: 3em;
  }
}
.con_breakfast h3 {
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-weight: bold;
  color: #624537;
}
.con_breakfast .box_img {
  margin-top: 2em;
  text-align: center;
}
.con_breakfast .box_img ul {
  letter-spacing: -.4em;
}
@media only screen and (max-width: 767px) {
  .con_breakfast .box_img ul {
    max-width: 500px;
    margin: 0 auto 1em;
  }
}
.con_breakfast .box_img ul li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  letter-spacing: normal;
  width: 14.80392%;
  margin-left: 2.15686%;
  margin-bottom: 1em;
}
@media only screen and (max-width: 767px) {
  .con_breakfast .box_img ul li {
    width: 23%;
    margin-left: 2%;
    margin-bottom: 1.5%;
  }
  .con_breakfast .box_img ul li:first-child {
    margin-left: 0;
  }
}
.con_breakfast .box_img ul li:first-child {
  margin-left: 0;
}
.con_breakfast .box_img h4 {
  font-size: 124%;
  font-weight: normal;
  margin-bottom: 1em;
}
.con_breakfast .box_img p {
  font-size: 93%;
  width: 45.29412%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .con_breakfast .box_img p {
    width: 100%;
    text-align: left;
    font-size: 100%;
  }
}
.con_breakfast .box_ainu {
  margin: 2em auto 0;
  padding: 1em;
  border: 4px double #e5e5e5;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .con_breakfast .box_ainu {
    margin: 1em auto;
    padding: 1em;
  }
}
.con_breakfast .box_ainu .img_ainu {
  width: 39.21569%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-right: 4.375%;
}
@media only screen and (max-width: 767px) {
  .con_breakfast .box_ainu .img_ainu {
    width: 100%;
    display: block;
    margin-right: 0;
    margin-bottom: .5em;
    text-align: center;
  }
}
.con_breakfast .box_ainu .wrp_ainu_txt {
  width: 53.92157%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .con_breakfast .box_ainu .wrp_ainu_txt {
    margin-bottom: 0;
    width: 100%;
    display: block;
  }
}
.con_breakfast .box_ainu .wrp_ainu_txt .st_ainu {
  font-size: 139%;
  margin-bottom: 1em;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .con_breakfast .box_ainu .wrp_ainu_txt .st_ainu {
    margin-bottom: .5em;
  }
}
.con_breakfast .box_ainu .wrp_ainu_txt .txt {
  font-size: 108%;
}
.con_breakfast .box_ainu .wrp_ainu_txt .txt span {
  font-size: 93%;
  display: block;
  margin-top: .5em;
}
.con_breakfast .box_men {
  text-align: center;
  letter-spacing: -.4em;
  margin-top: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1040px) {
  .con_breakfast .box_men {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_breakfast .box_men {
    margin-top: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_breakfast .box_men {
    text-align: left;
  }
}
.con_breakfast .box_men li {
  width: 26.66667%;
  margin-left: 9.80392%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  letter-spacing: normal;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  .con_breakfast .box_men li {
    width: 48%;
    margin-left: 4%;
    margin-bottom: 6%;
  }
  .con_breakfast .box_men li:nth-child(odd) {
    margin-left: 0;
  }
}
.con_breakfast .box_men li:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  .con_breakfast .box_men li .st {
    font-size: 100%;
  }
}
.con_breakfast .box_men li .img {
  margin: 1em auto;
}
@media only screen and (max-width: 767px) {
  .con_breakfast .box_men li .img {
    text-align: center;
    margin-bottom: .5em;
  }
}
.con_breakfast .box_men li .txt {
  text-align: left;
}

/* -----------------------------------------------------------
	.con_restaurant
----------------------------------------------------------- */
.con_restaurant {
  margin-top: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 1040px) {
  .con_restaurant {
    margin-top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .con_restaurant {
    margin-top: 2em;
  }
}
.con_restaurant .box_txt {
  width: 57.35294%;
  margin-top: -4em;
}
@media only screen and (max-width: 767px) {
  .con_restaurant .box_txt {
    width: 100%;
    margin-top: .5em;
  }
}
.con_restaurant .box_restaurant {
  margin-top: 65px;
}
@media only screen and (min-width: 768px) and (max-width: 1040px) {
  .con_restaurant .box_restaurant {
    margin-top: 4em;
  }
}
@media only screen and (max-width: 767px) {
  .con_restaurant .box_restaurant {
    margin-top: 3em;
  }
}
.con_restaurant .box_restaurant h3 {
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-weight: bold;
  color: #624537;
}
.con_restaurant .box_restaurant .box_img {
  margin-top: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 1040px) {
  .con_restaurant .box_restaurant .box_img {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_restaurant .box_restaurant .box_img {
    margin-top: 1em;
  }
}
@media only screen and (min-width: 768px) {
  .con_restaurant .box_restaurant .box_img #obj_restaurantSlider {
    margin-bottom: 70px !important;
  }
}
@media print {
  .con_restaurant .box_restaurant .box_img #obj_restaurantSlider {
    margin-bottom: 70px !important;
  }
}
.ie8 .con_restaurant .box_restaurant .box_img #obj_restaurantSlider {
  margin-bottom: 70px !important;
}
@media only screen and (max-width: 767px) {
  .con_restaurant .box_restaurant .box_img #obj_restaurantSlider .slide {
    overflow: hidden;
  }
  .con_restaurant .box_restaurant .box_img #obj_restaurantSlider .slide img {
    position: relative;
    width: 120%;
    max-width: none;
    margin-left: -10%;
  }
}
.con_restaurant .box_restaurant .box_img .slick-dots {
  z-index: 100;
}
.con_restaurant .box_restaurant .box_img .slick-dots li button {
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .con_restaurant .box_restaurant .box_img .slick-dots li:nth-child(1) {
    background: url(../../cuisine/images/th_c1.jpg) no-repeat;
  }
  .con_restaurant .box_restaurant .box_img .slick-dots li:nth-child(2) {
    background: url(../../cuisine/images/th_c2.jpg) no-repeat;
  }
  .con_restaurant .box_restaurant .box_img .slick-dots li:nth-child(3) {
    background: url(../../cuisine/images/th_c3.jpg) no-repeat;
  }
  .con_restaurant .box_restaurant .box_img .slick-dots li:nth-child(4) {
    background: url(../../cuisine/images/th_c4.jpg) no-repeat;
  }
}
@media print {
  .con_restaurant .box_restaurant .box_img .slick-dots li:nth-child(1) {
    background: url(../../cuisine/images/th_c1.jpg) no-repeat;
  }
  .con_restaurant .box_restaurant .box_img .slick-dots li:nth-child(2) {
    background: url(../../cuisine/images/th_c2.jpg) no-repeat;
  }
  .con_restaurant .box_restaurant .box_img .slick-dots li:nth-child(3) {
    background: url(../../cuisine/images/th_c3.jpg) no-repeat;
  }
  .con_restaurant .box_restaurant .box_img .slick-dots li:nth-child(4) {
    background: url(../../cuisine/images/th_c4.jpg) no-repeat;
  }
}
.ie8 .con_restaurant .box_restaurant .box_img .slick-dots li:nth-child(1) {
  background: url(../../cuisine/images/th_c1.jpg) no-repeat;
}
.ie8 .con_restaurant .box_restaurant .box_img .slick-dots li:nth-child(2) {
  background: url(../../cuisine/images/th_c2.jpg) no-repeat;
}
.ie8 .con_restaurant .box_restaurant .box_img .slick-dots li:nth-child(3) {
  background: url(../../cuisine/images/th_c3.jpg) no-repeat;
}
.ie8 .con_restaurant .box_restaurant .box_img .slick-dots li:nth-child(4) {
  background: url(../../cuisine/images/th_c4.jpg) no-repeat;
}
.con_restaurant .box_room {
  margin-top: 70px;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1040px) {
  .con_restaurant .box_room {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_restaurant .box_room {
    margin-top: 2em;
  }
}
.con_restaurant .box_room h4 {
  font-size: 116%;
  color: #624537;
  padding: 1em 0;
  border-bottom: 3px double #ded7cc;
  margin-bottom: 30px;
  position: relative;
  font-weight: normal;
  text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 1040px) {
  .con_restaurant .box_room h4 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_restaurant .box_room h4 {
    margin-bottom: 1em;
  }
}
.con_restaurant .box_room h4:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 6px;
  height: 6px;
  border: 4px solid #b19b68;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-right: .5em;
}
.con_restaurant .box_room .wrp_img {
  width: 35.09804%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-right: 3.43137%;
}
@media only screen and (max-width: 767px) {
  .con_restaurant .box_room .wrp_img {
    width: 100%;
    display: block;
    margin-right: 0;
    margin-bottom: .5em;
  }
}
.con_restaurant .box_room .wrp_txt {
  width: 46.07843%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .con_restaurant .box_room .wrp_txt {
    width: 100%;
    display: block;
  }
}
.con_restaurant .box_room .wrp_txt h5 {
  font-size: 116%;
  margin-bottom: 1em;
  font-weight: normal;
  color: #624537;
}
@media only screen and (max-width: 767px) {
  .con_restaurant .box_room .wrp_txt h5 {
    margin-bottom: .5em;
  }
}
.con_restaurant .box_room .wrp_txt p {
  font-size: 93%;
}

/* -----------------------------------------------------------
	.con_link
----------------------------------------------------------- */
.con_link {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px dotted #cbcbcb;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1040px) {
  .con_link {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_link {
    margin-top: 2em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1040px) {
  .con_link {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_link {
    padding-top: 2em;
  }
}

/* -----------------------------------------------------------
	js-attention
----------------------------------------------------------- */
#js-attention {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100000;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
#js-attention .bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
}
#js-attention .box_att {
  display: flex;
  align-items: center;
}
#js-attention .box_att .inner {
  position: relative;
  z-index: 1;
  max-width: 820px;
  padding: 30px 0;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1040px) {
  #js-attention .box_att .inner {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 767px) {
  #js-attention .box_att .inner {
    padding: 2em 0;
  }
}
#js-attention .box_att .inner .wrp_att {
  position: relative;
  padding: 40px 80px 35px;
  border: 1px solid #cdcdd1;
  box-sizing: border-box;
  background: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 1040px) {
  #js-attention .box_att .inner .wrp_att {
    padding: 4.87805% 9.7561% 4.26829%;
  }
}
@media only screen and (max-width: 767px) {
  #js-attention .box_att .inner .wrp_att {
    padding: 1.5em;
  }
}
#js-attention .box_att .inner .wrp_att .st {
  margin-bottom: 15px;
  text-align: center;
  color: #878a12;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  letter-spacing: .08em;
}
@media only screen and (min-width: 768px) and (max-width: 1040px) {
  #js-attention .box_att .inner .wrp_att .st {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  #js-attention .box_att .inner .wrp_att .st {
    margin-bottom: 0.8em;
  }
}
@media only screen and (min-width: 1041px) {
  #js-attention .box_att .inner .wrp_att .st {
    font-size: 185%;
  }
}
@media print {
  #js-attention .box_att .inner .wrp_att .st {
    font-size: 185%;
  }
}
.ie8 #js-attention .box_att .inner .wrp_att .st {
  font-size: 185%;
}
@media only screen and (min-width: 768px) and (max-width: 1040px) {
  #js-attention .box_att .inner .wrp_att .st {
    font-size: 170%;
  }
}
@media only screen and (max-width: 767px) {
  #js-attention .box_att .inner .wrp_att .st {
    font-size: 139%;
  }
}
#js-attention .box_att .inner .wrp_att .st:before, #js-attention .box_att .inner .wrp_att .st:after {
  content: '－';
  display: inline-block;
  vertical-align: middle;
}
#js-attention .box_att .inner .wrp_att .st span {
  display: inline-block;
  vertical-align: middle;
}
#js-attention .box_att .inner .wrp_att .txt_read {
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  #js-attention .box_att .inner .wrp_att .txt_read {
    line-height: 1.76;
  }
}
@media only screen and (min-width: 768px) {
  #js-attention .box_att .inner .wrp_att .txt_read {
    font-size: 108%;
  }
}
@media print {
  #js-attention .box_att .inner .wrp_att .txt_read {
    font-size: 108%;
  }
}
.ie8 #js-attention .box_att .inner .wrp_att .txt_read {
  font-size: 108%;
}
#js-attention .box_att .inner .wrp_att .txt_read em {
  font-weight: bold;
}
#js-attention .box_att .inner .wrp_att .wrp_new {
  padding: 25px;
  margin-top: 15px;
  background: #f7f7f7;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1040px) {
  #js-attention .box_att .inner .wrp_att .wrp_new {
    padding: 25px;
  }
}
@media only screen and (max-width: 767px) {
  #js-attention .box_att .inner .wrp_att .wrp_new {
    padding: 1.5em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1040px) {
  #js-attention .box_att .inner .wrp_att .wrp_new {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  #js-attention .box_att .inner .wrp_att .wrp_new {
    margin-top: 1em;
  }
}
#js-attention .box_att .inner .wrp_att .wrp_new .sst {
  margin-bottom: 15px;
  color: #878a12;
  font-weight: bold;
  text-align: center;
  letter-spacing: .08em;
}
@media only screen and (max-width: 767px) {
  #js-attention .box_att .inner .wrp_att .wrp_new .sst {
    margin-bottom: 1em;
  }
}
@media only screen and (min-width: 1041px) {
  #js-attention .box_att .inner .wrp_att .wrp_new .sst {
    font-size: 154%;
  }
}
@media print {
  #js-attention .box_att .inner .wrp_att .wrp_new .sst {
    font-size: 154%;
  }
}
.ie8 #js-attention .box_att .inner .wrp_att .wrp_new .sst {
  font-size: 154%;
}
@media only screen and (min-width: 768px) and (max-width: 1040px) {
  #js-attention .box_att .inner .wrp_att .wrp_new .sst {
    font-size: 139%;
  }
}
@media only screen and (max-width: 767px) {
  #js-attention .box_att .inner .wrp_att .wrp_new .sst {
    font-size: 124%;
  }
}
#js-attention .box_att .inner .wrp_att .wrp_new .wrp_img {
  max-width: 455px;
  padding: 20px;
  margin: auto;
  background: #878a12;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  #js-attention .box_att .inner .wrp_att .wrp_new .wrp_img {
    padding: 1em;
  }
}
#js-attention .box_att .inner .wrp_att .wrp_new .wrp_img ul {
  letter-spacing: -.4em;
  text-align: center;
}
#js-attention .box_att .inner .wrp_att .wrp_new .wrp_img ul li {
  display: inline-block;
  letter-spacing: normal;
  width: 85px;
}
@media only screen and (max-width: 767px) {
  #js-attention .box_att .inner .wrp_att .wrp_new .wrp_img ul li {
    width: 4em;
  }
}
#js-attention .box_att .inner .wrp_att .wrp_new .wrp_img ul li + li {
  margin: 0 0 0 20px;
}
@media only screen and (max-width: 767px) {
  #js-attention .box_att .inner .wrp_att .wrp_new .wrp_img ul li + li {
    margin: 0 0 0 1em;
  }
}
#js-attention .box_att .inner .wrp_att .wrp_new .wrp_img .txt {
  margin-top: 10px;
  color: #fff;
  letter-spacing: .08em;
  line-height: 1.71;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
}
@media only screen and (max-width: 767px) {
  #js-attention .box_att .inner .wrp_att .wrp_new .wrp_img .txt {
    margin-top: 1em;
  }
}
@media only screen and (min-width: 768px) {
  #js-attention .box_att .inner .wrp_att .wrp_new .wrp_img .txt {
    text-align: center;
    font-size: 108%;
  }
}
@media print {
  #js-attention .box_att .inner .wrp_att .wrp_new .wrp_img .txt {
    text-align: center;
    font-size: 108%;
  }
}
.ie8 #js-attention .box_att .inner .wrp_att .wrp_new .wrp_img .txt {
  text-align: center;
  font-size: 108%;
}
@media only screen and (max-width: 767px) {
  #js-attention .box_att .inner .wrp_att .wrp_new .wrp_img .txt {
    font-size: 100%;
  }
}
#js-attention .box_att .inner .wrp_att .wrp_new .wrp_txt {
  margin-top: 20px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
}
@media only screen and (min-width: 768px) and (max-width: 1040px) {
  #js-attention .box_att .inner .wrp_att .wrp_new .wrp_txt {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #js-attention .box_att .inner .wrp_att .wrp_new .wrp_txt {
    margin-top: 1em;
  }
}
#js-attention .box_att .inner .wrp_att .wrp_new .wrp_txt li {
  position: relative;
  padding-left: 1em;
  color: #878a12;
  letter-spacing: .08em;
}
@media only screen and (min-width: 1041px) {
  #js-attention .box_att .inner .wrp_att .wrp_new .wrp_txt li {
    font-size: 124%;
  }
}
@media print {
  #js-attention .box_att .inner .wrp_att .wrp_new .wrp_txt li {
    font-size: 124%;
  }
}
.ie8 #js-attention .box_att .inner .wrp_att .wrp_new .wrp_txt li {
  font-size: 124%;
}
@media only screen and (min-width: 768px) and (max-width: 1040px) {
  #js-attention .box_att .inner .wrp_att .wrp_new .wrp_txt li {
    font-size: 112%;
  }
}
#js-attention .box_att .inner .wrp_att .wrp_new .wrp_txt li + li {
  margin-top: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 1040px) {
  #js-attention .box_att .inner .wrp_att .wrp_new .wrp_txt li + li {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  #js-attention .box_att .inner .wrp_att .wrp_new .wrp_txt li + li {
    margin-top: 0.8em;
  }
}
#js-attention .box_att .inner .wrp_att .wrp_new .wrp_txt li:before {
  content: '';
  position: absolute;
  left: 0;
  top: .56em;
  width: .4em;
  height: .4em;
  background: #878a12;
  border-radius: 50%;
}
#js-attention .box_att .inner .wrp_att .wrp_new .img {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1040px) {
  #js-attention .box_att .inner .wrp_att .wrp_new .img {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #js-attention .box_att .inner .wrp_att .wrp_new .img {
    margin-top: 1em;
  }
}
#js-attention .box_att .inner .wrp_att .wrp_new .img p {
  display: inline-block;
  margin-left: 5px;
}
#js-attention .box_att .inner .wrp_att .wrp_new .img p:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 1040px) {
  #js-attention .box_att .inner .wrp_att .wrp_new .img {
    letter-spacing: -.5em;
    text-align: center;
  }
  #js-attention .box_att .inner .wrp_att .wrp_new .img p {
    display: inline-block;
    vertical-align: top;
    width: 32.37288%;
    margin-left: 1.35593%;
  }
  #js-attention .box_att .inner .wrp_att .wrp_new .img p:first-child {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1040px) and (max-width: 767px) {
  #js-attention .box_att .inner .wrp_att .wrp_new .img p {
    overflow: hidden;
  }
  #js-attention .box_att .inner .wrp_att .wrp_new .img p img {
    position: relative;
    width: 140%;
    max-width: none;
    margin-left: -20%;
  }
}

#js-attention .box_att .inner .wrp_att .wrp_new .att {
  text-align: right;
  font-size: 93%;
}
#js-attention .box_att .inner .wrp_att .wrp_new .txt_att {
  text-align: center;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1040px) {
  #js-attention .box_att .inner .wrp_att .wrp_new .txt_att {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  #js-attention .box_att .inner .wrp_att .wrp_new .txt_att {
    margin-top: 1em;
  }
}
@media only screen and (max-width: 767px) {
  #js-attention .box_att .inner .wrp_att .wrp_new .txt_att {
    text-align: left;
  }
}
#js-attention .box_att .inner .wrp_att .wrp_new .lnk {
  letter-spacing: .06em;
  text-align: center;
  line-height: 1.6;
  margin-top: 15px;
  color: #da5313;
}
@media only screen and (min-width: 768px) and (max-width: 1040px) {
  #js-attention .box_att .inner .wrp_att .wrp_new .lnk {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  #js-attention .box_att .inner .wrp_att .wrp_new .lnk {
    margin-top: 1em;
  }
}
@media only screen and (min-width: 768px) {
  #js-attention .box_att .inner .wrp_att .wrp_new .lnk {
    font-size: 124%;
  }
}
@media print {
  #js-attention .box_att .inner .wrp_att .wrp_new .lnk {
    font-size: 124%;
  }
}
.ie8 #js-attention .box_att .inner .wrp_att .wrp_new .lnk {
  font-size: 124%;
}
@media only screen and (max-width: 767px) {
  #js-attention .box_att .inner .wrp_att .wrp_new .lnk {
    font-size: 116%;
  }
}
#js-attention .box_att .inner .wrp_att .wrp_new .lnk a {
  font-weight: bold;
  color: #da5313;
}
#js-attention .box_att .inner .wrp_att .txt_end {
  margin-top: 15px;
  letter-spacing: .08em;
  line-height: 2;
}
@media only screen and (min-width: 768px) and (max-width: 1040px) {
  #js-attention .box_att .inner .wrp_att .txt_end {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  #js-attention .box_att .inner .wrp_att .txt_end {
    margin-top: 1em;
  }
}
@media only screen and (max-width: 767px) {
  #js-attention .box_att .inner .wrp_att .txt_end {
    line-height: 1.76;
  }
}
@media only screen and (min-width: 768px) {
  #js-attention .box_att .inner .wrp_att .txt_end {
    font-size: 108%;
  }
}
@media print {
  #js-attention .box_att .inner .wrp_att .txt_end {
    font-size: 108%;
  }
}
.ie8 #js-attention .box_att .inner .wrp_att .txt_end {
  font-size: 108%;
}
#js-attention .box_att .inner .wrp_att .txt_end em {
  font-weight: bold;
}
#js-attention .box_att .inner .wrp_att .lnk {
  margin-top: 15px;
  text-align: right;
  letter-spacing: .08em;
  line-height: 2;
}
@media only screen and (min-width: 768px) and (max-width: 1040px) {
  #js-attention .box_att .inner .wrp_att .lnk {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  #js-attention .box_att .inner .wrp_att .lnk {
    margin-top: 1em;
  }
}
@media only screen and (max-width: 767px) {
  #js-attention .box_att .inner .wrp_att .lnk {
    line-height: 1.76;
  }
}
@media only screen and (min-width: 768px) {
  #js-attention .box_att .inner .wrp_att .lnk {
    font-size: 108%;
  }
}
@media print {
  #js-attention .box_att .inner .wrp_att .lnk {
    font-size: 108%;
  }
}
.ie8 #js-attention .box_att .inner .wrp_att .lnk {
  font-size: 108%;
}
#js-attention .box_att .inner .wrp_att .name {
  margin-top: 15px;
  text-align: right;
  letter-spacing: .08em;
  line-height: 2;
}
@media only screen and (min-width: 768px) and (max-width: 1040px) {
  #js-attention .box_att .inner .wrp_att .name {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  #js-attention .box_att .inner .wrp_att .name {
    margin-top: 1em;
  }
}
@media only screen and (max-width: 767px) {
  #js-attention .box_att .inner .wrp_att .name {
    line-height: 1.76;
  }
}
@media only screen and (min-width: 768px) {
  #js-attention .box_att .inner .wrp_att .name {
    font-size: 108%;
  }
}
@media print {
  #js-attention .box_att .inner .wrp_att .name {
    font-size: 108%;
  }
}
.ie8 #js-attention .box_att .inner .wrp_att .name {
  font-size: 108%;
}
#js-attention .box_att .inner .wrp_att #js-close {
  position: absolute;
  top: 20px;
  right: 20px;
}
@media only screen and (max-width: 767px) {
  #js-attention .box_att .inner .wrp_att #js-close {
    top: 1em;
  }
}
@media only screen and (max-width: 767px) {
  #js-attention .box_att .inner .wrp_att #js-close {
    right: 1em;
  }
}
@media only screen and (max-width: 767px) {
  #js-attention .box_att .inner .wrp_att #js-close {
    width: 1.8em;
  }
  #js-attention .box_att .inner .wrp_att #js-close img {
    width: 100%;
  }
}
#js-attention .box_att .inner .wrp_att #js-close:hover {
  cursor: pointer;
}

#js-openAtt {
  margin: 60px auto 0;
  width: 340px;
}
@media only screen and (min-width: 768px) and (max-width: 1040px) {
  #js-openAtt {
    margin: 50px auto 0;
  }
}
@media only screen and (max-width: 767px) {
  #js-openAtt {
    margin: 2em auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1040px) {
  #js-openAtt {
    width: 280px;
  }
}
@media only screen and (max-width: 767px) {
  #js-openAtt {
    width: 80%;
  }
}
@media only screen and (min-width: 768px) {
  #js-openAtt {
    position: fixed;
    top: 10px;
    right: 20px;
    z-index: 100;
    transform: translateY(-220%);
    transition: transform 800ms ease;
  }
  .fixActive #js-openAtt {
    transform: translateY(0%);
  }
}
@media print {
  #js-openAtt {
    position: fixed;
    top: 10px;
    right: 20px;
    z-index: 100;
    transform: translateY(-220%);
    transition: transform 800ms ease;
  }
  .fixActive #js-openAtt {
    transform: translateY(0%);
  }
}
.ie8 #js-openAtt {
  position: fixed;
  top: 10px;
  right: 20px;
  z-index: 100;
  transform: translateY(-220%);
  transition: transform 800ms ease;
}
.fixActive .ie8 #js-openAtt {
  transform: translateY(0%);
}
#js-openAtt span {
  display: block;
  padding: 20px 1em;
  background: #878a12;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  letter-spacing: .08em;
  transition: background 500ms ease;
}
@media only screen and (min-width: 768px) and (max-width: 1040px) {
  #js-openAtt span {
    padding: 15px 0.8em;
  }
}
@media only screen and (max-width: 767px) {
  #js-openAtt span {
    padding: 0.8em 0.5em;
  }
}
#js-openAtt span:before, #js-openAtt span:after {
  font-family: FontAwesome;
  vertical-align: middle;
}
#js-openAtt span > * {
  vertical-align: middle;
  display: inline;
}
#js-openAtt span:after {
  content: "";
  margin-left: .5em;
  vertical-align: baseline;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  #js-openAtt span {
    font-size: 108%;
  }
}
@media print {
  #js-openAtt span {
    font-size: 108%;
  }
}
.ie8 #js-openAtt span {
  font-size: 108%;
}
@media only screen and (max-width: 767px) {
  #js-openAtt span {
    font-size: 116%;
  }
}
#js-openAtt span:hover {
  cursor: pointer;
  background: rgba(135, 138, 18, 0.2);
}
