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

 file name  : restaurant_shop_common.css
 author     : Ability Consultant
 style info : レストラン・バー　店舗共通用
=================================================================== */
.con_res .con_menu .box_menu, .con_res .box_res, .con_plan h3, .con_plan .box_plan, .con_picmenu .box_picmenu, .con_pri, .con_pri h3, .con_pri .box_pri h3, .txt_chu .txt {
  max-width: 1160px;
  margin: auto;
}
@media only screen and (max-width: 1159px) {
  .con_res .con_menu .box_menu, .con_res .box_res, .con_plan h3, .con_plan .box_plan, .con_picmenu .box_picmenu, .con_pri, .con_pri h3, .con_pri .box_pri h3, .txt_chu .txt {
    width: 91.66667%;
  }
}

/* font-awesome */
/* -----------------------------------------------------------
	ボタン
----------------------------------------------------------- */
/* -----------------------------------------------------------
	ページリンク
----------------------------------------------------------- */
/* -----------------------------------------------------------
	タイトル
----------------------------------------------------------- */
/* -----------------------------------------------------------
	スライド　用
----------------------------------------------------------- */
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -moz-transform: translate3d(none);
    transform: translate3d(none);
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(none);
    transform: translate3d(none);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -moz-transform: translate3d(none);
    -ms-transform: translate3d(none);
    -webkit-transform: translate3d(none);
    transform: translate3d(none);
  }
}
#res_pnav li:nth-child(3) a {
  background: #fff !important;
}

/* -----------------------------------------------------------
	con_title
----------------------------------------------------------- */
@media only screen and (max-width: 767px) {
  .con_title .box_title h2 {
    text-shadow: 0px 0px 3px #333;
  }
}

/* -----------------------------------------------------------
	con_res //ロゴの大きさは各々で異なる
----------------------------------------------------------- */
.con_res {
  border-bottom: 2px solid #e3e2da;
  padding-bottom: 40px;
  margin-top: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1159px) {
  .con_res {
    padding-bottom: 4%;
  }
}
@media only screen and (max-width: 767px) {
  .con_res {
    padding-bottom: 8%;
  }
}
@media only screen and (max-width: 767px) {
  .con_res {
    margin-top: 8%;
  }
}
.con_res h3 {
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .con_res h3 {
    margin-bottom: 4%;
  }
}
.con_res h3 em {
  display: block;
  margin: 0 auto;
}
.con_res h3 span {
  display: block;
  color: #7c5b33;
  margin-top: 8px;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
  font-size: 131%;
}
@media only screen and (max-width: 767px) {
  .con_res h3 span {
    margin-top: 1%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1159px) {
  .con_res h3 span {
    font-size: 124%;
  }
}
@media only screen and (max-width: 767px) {
  .con_res h3 span {
    font-size: 93%;
  }
}
.con_res .con_menu {
  width: 100%;
  background: #fbfaf8;
}
@media only screen and (max-width: 767px) {
  .con_res .con_menu {
    background: none;
  }
}
.con_res .con_menu .box_menu {
  letter-spacing: -.4em;
}
@media only screen and (max-width: 767px) {
  .con_res .con_menu .box_menu {
    letter-spacing: normal;
    display: table;
    margin-bottom: 2%;
  }
}
.con_res .con_menu .box_menu .st {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  color: #fff;
  font-size: 131%;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
}
@media only screen and (min-width: 768px) and (max-width: 1159px) {
  .con_res .con_menu .box_menu .st {
    font-size: 124%;
  }
}
@media only screen and (max-width: 767px) {
  .con_res .con_menu .box_menu .st {
    font-size: 108%;
  }
}
.con_res .con_menu .box_menu .st span {
  background: #b7b290;
  padding: 0.8em 1.5em;
}
@media only screen and (max-width: 767px) {
  .con_res .con_menu .box_menu .st span {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) {
  .con_res .con_menu .box_menu .st span {
    position: relative;
    display: inline-block;
  }
  .con_res .con_menu .box_menu .st span:before {
    content: "";
    display: inline-block;
    border: 10px solid transparent;
    border-left-color: #b7b290;
    position: absolute;
    right: -20px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media print {
  .con_res .con_menu .box_menu .st span {
    position: relative;
    display: inline-block;
  }
  .con_res .con_menu .box_menu .st span:before {
    content: "";
    display: inline-block;
    border: 10px solid transparent;
    border-left-color: #b7b290;
    position: absolute;
    right: -20px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.ie8 .con_res .con_menu .box_menu .st span {
  position: relative;
  display: inline-block;
}
.ie8 .con_res .con_menu .box_menu .st span:before {
  content: "";
  display: inline-block;
  border: 10px solid transparent;
  border-left-color: #b7b290;
  position: absolute;
  right: -20px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .con_res .con_menu .box_menu .st {
    display: table-cell;
    text-align: center;
    background: #b7b290;
  }
  .con_res .con_menu .box_menu .st span {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.con_res .con_menu .box_menu ul {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  width: 87.93103%;
  overflow: hidden;
  width: 1020px;
  margin-left: 1.72414%;
}
@media only screen and (min-width: 768px) and (max-width: 1159px) {
  .con_res .con_menu .box_menu ul {
    width: 87%;
  }
}
@media only screen and (max-width: 767px) {
  .con_res .con_menu .box_menu ul {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_res .con_menu .box_menu ul {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 963px) {
  .con_res .con_menu .box_menu ul {
    margin-left: 3%;
    width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .con_res .con_menu .box_menu ul {
    margin-top: 2%;
    width: 100%;
  }
}
.con_res .con_menu .box_menu ul li {
  float: left;
  border-right: 1px solid #dfddd8;
  padding: 0 2.35294%;
  font-size: 116%;
}
@media only screen and (min-width: 768px) and (max-width: 1159px) {
  .con_res .con_menu .box_menu ul li {
    padding: 0 1.5%;
  }
}
@media only screen and (max-width: 767px) {
  .con_res .con_menu .box_menu ul li {
    padding: 0 2%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 963px) {
  .con_res .con_menu .box_menu ul li {
    width: 20%;
    margin-left: 0;
    border-bottom: 1px solid #dfddd8;
    padding-bottom: 0.3em;
    text-align: center;
    font-size: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.con_res .con_menu .box_menu ul li:first-child {
  margin-left: 0;
}
.con_res .con_menu .box_menu ul li a {
  display: block;
  text-decoration: none !important;
}
.mouse .con_res .con_menu .box_menu ul li a:hover, .touch .con_res .con_menu .box_menu ul li a.touchstart {
  text-decoration: underline !important;
}
.touch .con_res .con_menu .box_menu ul li a {
  -webkit-tap-highlight-color: transparent;
}
.touch .con_res .con_menu .box_menu ul li a.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.con_res .con_menu .box_menu .menu-sp {
  width: 80%;
  display: table-cell;
  position: relative;
}
.con_res .con_menu .box_menu .menu-sp:before {
  content: "";
  font-family: FontAwesome;
  margin-right: .5em;
  font-size: 124%;
  padding: .2em .4em .2em .6em;
  color: #333;
  position: absolute;
  right: 3px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  margin-right: 0;
}
.con_res .con_menu .box_menu .menu-sp select {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  color: #3d391c;
  height: 2.4em;
  line-height: 2.4em;
  border: 1px solid #fff;
  background: #fff;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.con_res .con_menu .box_menu .menu-sp select option {
  margin-left: 1em;
  background: #fff;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.con_res .box_slider {
  margin: auto;
  width: 1160px;
}
@media only screen and (min-width: 768px) and (max-width: 1159px) {
  .con_res .box_slider {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_res .box_slider {
    width: 100%;
  }
}
.con_res .box_slider .slick-dots {
  width: 95%;
  right: 2.5%;
  bottom: 7%;
  text-align: center;
  line-height: 1;
}
.con_res .box_slider .slick-dots li {
  width: 15px;
  height: 15px;
  margin: 0 .8em;
  vertical-align: middle;
  text-align: center;
  -moz-transition: width 0.35s, height 0.35s;
  -o-transition: width 0.35s, height 0.35s;
  -webkit-transition: width 0.35s, height 0.35s;
  transition: width 0.35s, height 0.35s;
}
@media only screen and (max-width: 767px) {
  .con_res .box_slider .slick-dots li {
    width: 1em;
    height: 1em;
  }
}
.con_res .box_slider .slick-dots li button {
  cursor: pointer;
  padding: 0;
  position: relative;
  width: 100%;
  height: 100%;
}
.con_res .box_slider .slick-dots li button:before {
  position: absolute;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 1 !important;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #fff;
  -moz-transition: background 0.35s;
  -o-transition: background 0.35s;
  -webkit-transition: background 0.35s;
  transition: background 0.35s;
}
.con_res .box_slider .slick-dots li.slick-active button:before {
  border: 1px solid #fff;
  background-color: #fff;
}
.con_res .box_slider .slick-arrow {
  position: absolute;
  bottom: 50%;
  height: 0;
  overflow: hidden;
  z-index: 3;
  width: 35px;
  height: 68px;
}
@media only screen and (max-width: 767px) {
  .con_res .box_slider .slick-arrow {
    width: 3.64583%;
    max-width: 35px;
    padding-top: 68px;
  }
}
.mouse .con_res .box_slider .slick-arrow {
  -moz-transition: opacity 200ms ease-in;
  -o-transition: opacity 200ms ease-in;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
.mouse .con_res .box_slider .slick-arrow:hover, .touch .con_res .box_slider .slick-arrow.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch .con_res .box_slider .slick-arrow {
  -webkit-tap-highlight-color: transparent;
}
.touch .con_res .box_slider .slick-arrow.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.con_res .box_slider .slick-next {
  cursor: pointer;
  background: url(../images/common/arr_nex.png) no-repeat left top;
  background-size: 100% auto;
  right: 5.5%;
}
.con_res .box_slider .slick-next::before {
  content: "";
}
@media only screen and (max-width: 1159px) {
  .con_res .box_slider .slick-next {
    right: 1%;
  }
}
.con_res .box_slider .slick-prev {
  cursor: pointer;
  background: url(../images/common/arr_pre.png) no-repeat left top;
  background-size: 100% auto;
  left: 5.5%;
}
.con_res .box_slider .slick-prev::before {
  content: "";
}
@media only screen and (max-width: 1159px) {
  .con_res .box_slider .slick-prev {
    left: 1%;
  }
}
.con_res .box_slider .slick-list {
  padding: 0 !important;
  overflow: visible;
}
.con_res .box_slider .slick-next, .con_res .box_slider .slick-prev {
  background-position: center center;
}
.con_res .box_res {
  margin-top: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 1159px) {
  .con_res .box_res {
    margin-top: 2.5%;
  }
}
@media only screen and (max-width: 767px) {
  .con_res .box_res {
    margin-top: 3%;
  }
}
.con_res .box_res .cap {
  color: #3b3b3b;
  margin-bottom: 20px;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
  font-size: 216%;
}
@media only screen and (min-width: 768px) and (max-width: 1159px) {
  .con_res .box_res .cap {
    margin-bottom: 2%;
  }
}
@media only screen and (max-width: 767px) {
  .con_res .box_res .cap {
    margin-bottom: 2%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1159px) {
  .con_res .box_res .cap {
    font-size: 200%;
  }
}
@media only screen and (max-width: 767px) {
  .con_res .box_res .cap {
    font-size: 154%;
  }
}
.con_res .box_res .txt {
  color: #3b3b3b;
  font-size: 108%;
}
.con_res .box_res .box_det {
  overflow: hidden;
  margin-top: 45px;
}
@media only screen and (min-width: 768px) and (max-width: 1159px) {
  .con_res .box_res .box_det {
    margin-top: 4.5%;
  }
}
@media only screen and (max-width: 767px) {
  .con_res .box_res .box_det {
    margin-top: 5%;
  }
}
.con_res .box_res .box_det .box_movie {
  width: 39.22414%;
  float: left;
  margin-right: 4.31034%;
}
@media only screen and (max-width: 767px) {
  .con_res .box_res .box_det .box_movie {
    float: none;
    width: 100%;
    margin-bottom: 3%;
  }
}
.con_res .box_res .box_det .box_movie #res_player iframe {
  width: 100%;
  border: none;
}
.con_res .box_res .box_det table {
  float: left;
  width: 56.46552%;
}
@media only screen and (max-width: 767px) {
  .con_res .box_res .box_det table {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}
.con_res .box_res .box_det table tr th, .con_res .box_res .box_det table tr td {
  padding: 1em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.con_res .box_res .box_det table tr td .btn {
  width: 200px;
  border: 2px solid #d5cfc5;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1159px) {
  .con_res .box_res .box_det table tr td .btn {
    width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .con_res .box_res .box_det table tr td .btn {
    width: 80%;
  }
}
.con_res .box_res .box_det table tr td .btn a {
  border: 1px solid #fff;
  text-align: center;
  text-decoration: none;
  display: block;
  padding: 0.5em 0;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y3ZjJlNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f7f2e7));
  background: -moz-linear-gradient(#ffffff, #f7f2e7);
  background: -webkit-linear-gradient(#ffffff, #f7f2e7);
  background: linear-gradient(#ffffff, #f7f2e7);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFF7F2E7');
  border: 1px solid #fff;
}
.mouse .con_res .box_res .box_det table tr td .btn a {
  -moz-transition: opacity 200ms ease-in;
  -o-transition: opacity 200ms ease-in;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
.mouse .con_res .box_res .box_det table tr td .btn a:hover, .touch .con_res .box_res .box_det table tr td .btn a.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch .con_res .box_res .box_det table tr td .btn a {
  -webkit-tap-highlight-color: transparent;
}
.touch .con_res .box_res .box_det table tr td .btn a.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.con_res .box_res .box_det table tr td .btn a:before {
  content: "";
  font-family: FontAwesome;
  margin-right: .5em;
}
.con_res .box_res .box_det table tr td .btn.flo_btn {
  margin-top: 0.5em;
}
.con_res .box_res .box_det table tr td dl {
  width: 100%;
}
.con_res .box_res .box_det table tr td dl dt, .con_res .box_res .box_det table tr td dl dd {
  display: inline-block;
}
.con_res .box_res .box_det table tr td dl dt {
  width: 15%;
}
@media only screen and (min-width: 768px) and (max-width: 1159px) {
  .con_res .box_res .box_det table tr td dl dt {
    width: 20%;
  }
}
@media only screen and (max-width: 767px) {
  .con_res .box_res .box_det table tr td dl dt {
    width: 20%;
  }
}
.con_res .box_res .btn_rsv {
  border: 2px solid #d5cfc5;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 35px auto 0;
  width: 330px;
}
.con_res .box_res .btn_rsv a {
  border: 1px solid #fff;
  text-align: center;
  text-decoration: none;
  display: block;
  padding: 1em 0;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiZWVkZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U1ZDJiYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fbeedd), color-stop(100%, #e5d2ba));
  background: -moz-linear-gradient(#fbeedd, #e5d2ba);
  background: -webkit-linear-gradient(#fbeedd, #e5d2ba);
  background: linear-gradient(#fbeedd, #e5d2ba);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFBEEDD', endColorstr='#FFE5D2BA');
  border: 1px solid #fff;
}
.mouse .con_res .box_res .btn_rsv a {
  -moz-transition: opacity 200ms ease-in;
  -o-transition: opacity 200ms ease-in;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
.mouse .con_res .box_res .btn_rsv a:hover, .touch .con_res .box_res .btn_rsv a.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch .con_res .box_res .btn_rsv a {
  -webkit-tap-highlight-color: transparent;
}
.touch .con_res .box_res .btn_rsv a.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.con_res .box_res .btn_rsv a:before {
  content: "";
  font-family: FontAwesome;
  margin-right: .5em;
  padding: .2em .4em .2em .6em;
  background: #b78340;
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 1159px) {
  .con_res .box_res .btn_rsv {
    margin: 3.5% auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_res .box_res .btn_rsv {
    margin: 4% auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_res .box_res .btn_rsv {
    width: 100%;
  }
}

/* -----------------------------------------------------------
	con_plan
----------------------------------------------------------- */
.con_plan {
  width: 100%;
  background: #fff;
  padding-top: 45px;
  padding-bottom: 35px;
}
@media only screen and (max-width: 767px) {
  .con_plan {
    padding-top: 8%;
  }
}
@media only screen and (max-width: 767px) {
  .con_plan {
    padding-bottom: 8%;
  }
}
.con_plan h3 {
  font-size: 124%;
  font-weight: 100;
  letter-spacing: -.4em;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1159px) {
  .con_plan h3 {
    font-size: 124%;
  }
}
@media only screen and (max-width: 767px) {
  .con_plan h3 {
    font-size: 108%;
  }
}
.con_plan h3 em {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: middle;
  margin-right: .5em;
  font-size: 163%;
}
@media only screen and (max-width: 767px) {
  .con_plan h3 em {
    font-size: 125%;
  }
}
.con_plan h3 span {
  letter-spacing: normal;
  display: inline-block;
  font-weight: 600;
  line-height: 1;
  color: #7c5b33;
}
.con_plan h3 span:before, .con_plan h3 span:after {
  content: "/";
  display: inline-block;
}
.con_plan h3 span:before {
  margin-right: .5em;
}
.con_plan h3 span:after {
  margin-left: .5em;
}
.con_plan h3 .en {
  font-family: 'Libre Baskerville',serif;
}
.con_plan h3 .jp {
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
}
@media only screen and (max-width: 767px) {
  .con_plan h3 {
    text-align: center;
  }
  .con_plan h3 span, .con_plan h3 em {
    display: block;
  }
  .con_plan h3 em {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_plan h3 {
    margin-bottom: 4%;
  }
}
.con_plan .box_plan {
  padding-bottom: 55px;
}
.con_plan .box_plan .slick-dots {
  width: 95%;
  right: 2.5%;
  bottom: 7%;
  text-align: center;
  line-height: 1;
}
.con_plan .box_plan .slick-dots li {
  width: 15px;
  height: 15px;
  margin: 0 .8em;
  vertical-align: middle;
  text-align: center;
  -moz-transition: width 0.35s, height 0.35s;
  -o-transition: width 0.35s, height 0.35s;
  -webkit-transition: width 0.35s, height 0.35s;
  transition: width 0.35s, height 0.35s;
}
@media only screen and (max-width: 767px) {
  .con_plan .box_plan .slick-dots li {
    width: 1em;
    height: 1em;
  }
}
.con_plan .box_plan .slick-dots li button {
  cursor: pointer;
  padding: 0;
  position: relative;
  width: 100%;
  height: 100%;
}
.con_plan .box_plan .slick-dots li button:before {
  position: absolute;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 1 !important;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #725f4c;
  -moz-transition: background 0.35s;
  -o-transition: background 0.35s;
  -webkit-transition: background 0.35s;
  transition: background 0.35s;
}
.con_plan .box_plan .slick-dots li.slick-active button:before {
  border: 1px solid #725f4c;
  background-color: #725f4c;
}
.con_plan .box_plan .slick-arrow {
  position: absolute;
  height: 0;
  overflow: hidden;
  z-index: 3;
  width: 16px;
  height: 27px;
  top: 90%;
}
@media only screen and (max-width: 1159px) {
  .con_plan .box_plan .slick-arrow {
    top: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .con_plan .box_plan .slick-arrow {
    width: 2.08605%;
    max-width: 16px;
    padding-top: 27px;
  }
}
.mouse .con_plan .box_plan .slick-arrow {
  -moz-transition: opacity 200ms ease-in;
  -o-transition: opacity 200ms ease-in;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
.mouse .con_plan .box_plan .slick-arrow:hover, .touch .con_plan .box_plan .slick-arrow.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch .con_plan .box_plan .slick-arrow {
  -webkit-tap-highlight-color: transparent;
}
.touch .con_plan .box_plan .slick-arrow.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.con_plan .box_plan .slick-next {
  cursor: pointer;
  background: url(../images/common/arr_nex_s.png) no-repeat left top;
  background-size: 100% auto;
  right: 50%;
  margin-right: -185px;
}
.con_plan .box_plan .slick-next::before {
  content: "";
}
.con_plan .box_plan .slick-prev {
  cursor: pointer;
  background: url(../images/common/arr_pre_s.png) no-repeat left top;
  background-size: 100% auto;
  left: 50%;
  margin-left: -185px;
}
.con_plan .box_plan .slick-prev::before {
  content: "";
}
@media only screen and (min-width: 768px) and (max-width: 1159px) {
  .con_plan .box_plan {
    padding-bottom: 5.5%;
  }
}
@media only screen and (max-width: 767px) {
  .con_plan .box_plan {
    padding-bottom: 15%;
  }
}
.con_plan .box_plan .slick-list {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1159px) {
  .con_plan .box_plan .slick-list {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_plan .box_plan .slick-list {
    margin-bottom: 5%;
  }
}
.con_plan .box_plan .slick-list .slick-track li {
  margin: 0 1em;
}
.mouse .con_plan .box_plan .slick-list .slick-track li {
  -moz-transition: opacity 200ms ease-in;
  -o-transition: opacity 200ms ease-in;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
.mouse .con_plan .box_plan .slick-list .slick-track li:hover, .touch .con_plan .box_plan .slick-list .slick-track li.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch .con_plan .box_plan .slick-list .slick-track li {
  -webkit-tap-highlight-color: transparent;
}
.touch .con_plan .box_plan .slick-list .slick-track li.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.con_plan .box_plan .slick-list .slick-track li a {
  display: block;
}
.con_plan .box_plan .slick-list .slick-track li a .photo {
  margin-bottom: 0.5em;
}
.con_plan .box_plan .slick-list .slick-track li a .photo img {
  border: 4px solid #fcf9f9;
}
@media only screen and (max-width: 767px) {
  .con_plan .box_plan .slick-list .slick-track li a .photo img {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.con_plan .box_plan .slick-list .slick-track li a .txt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.5;
}
.firefox .con_plan .box_plan .slick-list .slick-track li a .txt, .ie .con_plan .box_plan .slick-list .slick-track li a .txt {
  max-height: 3em;
}
@media only screen and (max-width: 767px) {
  .con_plan .box_plan .slick-dots li {
    margin: 0.4em 0.8em;
  }
}
@media only screen and (max-width: 767px) {
  .con_plan .box_plan .slick-next {
    margin-right: 0;
    right: 1%;
    background-position: center center;
  }
}
@media only screen and (max-width: 767px) {
  .con_plan .box_plan .slick-prev {
    margin-left: 0;
    left: 1%;
    background-position: center center;
  }
}
.con_plan .btn_pla {
  border: 2px solid #d5cfc5;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 20px auto 0;
  width: 435px;
}
.con_plan .btn_pla a {
  border: 1px solid #fff;
  text-align: center;
  text-decoration: none;
  display: block;
  padding: 1em 0;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiZWVkZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U1ZDJiYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fbeedd), color-stop(100%, #e5d2ba));
  background: -moz-linear-gradient(#fbeedd, #e5d2ba);
  background: -webkit-linear-gradient(#fbeedd, #e5d2ba);
  background: linear-gradient(#fbeedd, #e5d2ba);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFBEEDD', endColorstr='#FFE5D2BA');
  border: 1px solid #fff;
}
.mouse .con_plan .btn_pla a {
  -moz-transition: opacity 200ms ease-in;
  -o-transition: opacity 200ms ease-in;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
.mouse .con_plan .btn_pla a:hover, .touch .con_plan .btn_pla a.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch .con_plan .btn_pla a {
  -webkit-tap-highlight-color: transparent;
}
.touch .con_plan .btn_pla a.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.con_plan .btn_pla a:before {
  content: "";
  font-family: FontAwesome;
  margin-right: .5em;
  padding: .2em .4em .2em .6em;
  background: #b78340;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .con_plan .btn_pla {
    margin: 4% auto 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1159px) {
  .con_plan .btn_pla {
    width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .con_plan .btn_pla {
    width: 91.6666%;
  }
}

/* -----------------------------------------------------------
	con_picmenu
----------------------------------------------------------- */
.con_picmenu {
  width: 100%;
  background: #ba9462;
  border-bottom: 2px solid #c2c1bc;
  padding: 47px 0 37px;
}
@media only screen and (max-width: 767px) {
  .con_picmenu {
    padding: 5% 0 4%;
  }
}
.con_picmenu h3 {
  margin-bottom: 55px;
  font-size: 124%;
  font-weight: 100;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1159px) {
  .con_picmenu h3 {
    margin-bottom: 5.5%;
  }
}
@media only screen and (max-width: 767px) {
  .con_picmenu h3 {
    margin-bottom: 6%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1159px) {
  .con_picmenu h3 {
    font-size: 124%;
  }
}
@media only screen and (max-width: 767px) {
  .con_picmenu h3 {
    font-size: 108%;
  }
}
.con_picmenu h3 em {
  display: block;
  font-size: 250%;
}
@media only screen and (min-width: 768px) {
  .con_picmenu h3 em:before, .con_picmenu h3 em:after {
    display: inline-block;
    content: "";
    width: 72px;
    height: 30px;
  }
  .con_picmenu h3 em:before {
    background: url(../images/common/title_be.png) no-repeat center;
    margin-right: .3em;
  }
  .con_picmenu h3 em:after {
    background: url(../images/common/title_af.png) no-repeat center;
    margin-left: .3em;
  }
}
@media print {
  .con_picmenu h3 em:before, .con_picmenu h3 em:after {
    display: inline-block;
    content: "";
    width: 72px;
    height: 30px;
  }
  .con_picmenu h3 em:before {
    background: url(../images/common/title_be.png) no-repeat center;
    margin-right: .3em;
  }
  .con_picmenu h3 em:after {
    background: url(../images/common/title_af.png) no-repeat center;
    margin-left: .3em;
  }
}
.ie8 .con_picmenu h3 em:before, .ie8 .con_picmenu h3 em:after {
  display: inline-block;
  content: "";
  width: 72px;
  height: 30px;
}
.ie8 .con_picmenu h3 em:before {
  background: url(../images/common/title_be.png) no-repeat center;
  margin-right: .3em;
}
.ie8 .con_picmenu h3 em:after {
  background: url(../images/common/title_af.png) no-repeat center;
  margin-left: .3em;
}
@media only screen and (max-width: 767px) {
  .con_picmenu h3 em {
    font-size: 150%;
  }
}
.con_picmenu h3 span {
  display: block;
  font-weight: 600;
  line-height: 1;
  color: #7c5b33;
}
.con_picmenu h3 .en {
  font-family: 'Libre Baskerville',serif;
}
.con_picmenu h3 .jp {
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
}
.con_picmenu h3 em {
  color: #fff;
}
.con_picmenu h3 em:before {
  background: url(../restaurant/harmony/images/title_be_w.png) no-repeat center;
}
.con_picmenu h3 em:after {
  background: url(../restaurant/harmony/images/title_af_w.png) no-repeat center;
}
.con_picmenu h3 span {
  color: #fff;
}
.con_picmenu .box_picmenu {
  overflow: hidden;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1159px) {
  .con_picmenu .box_picmenu {
    margin-bottom: 4%;
  }
}
@media only screen and (max-width: 767px) {
  .con_picmenu .box_picmenu {
    margin-bottom: 5%;
  }
}
@media only screen and (max-width: 767px) {
  .con_picmenu .box_picmenu h4 {
    font-weight: normal;
    color: #fff;
    margin-bottom: 3%;
    font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
    font-size: 139%;
  }
}
.con_picmenu .box_picmenu .con_slider {
  width: 40.51724%;
  float: left;
}
@media only screen and (max-width: 767px) {
  .con_picmenu .box_picmenu .con_slider {
    width: 100%;
    float: none;
    margin-bottom: 2%;
  }
}
.con_picmenu .box_picmenu .con_slider .box_slider {
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .con_picmenu .box_picmenu .con_slider .box_slider li .photo img {
    width: 100%;
  }
}
.con_picmenu .box_picmenu .con_slider .box_thum .slick-list .slick-slide {
  overflow: hidden;
  position: relative;
  margin: 0 4px;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .con_picmenu .box_picmenu .con_slider .box_thum .slick-list .slick-slide .photo img {
    width: 100%;
  }
}
.con_picmenu .box_picmenu .con_slider .box_thum .slick-list .slick-slide:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -moz-transition: background-color 0.5s linear;
  -o-transition: background-color 0.5s linear;
  -webkit-transition: background-color 0.5s linear;
  transition: background-color 0.5s linear;
}
.con_picmenu .box_picmenu .con_slider .box_thum .slick-list .slick-slide.slick-current:before {
  background: transparent;
}
.con_picmenu .box_picmenu .box_det {
  width: 56.03448%;
  float: left;
  margin-left: 3.44828%;
}
@media only screen and (max-width: 767px) {
  .con_picmenu .box_picmenu .box_det {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_picmenu .box_picmenu .box_det {
    width: 100%;
    float: none;
  }
}
.con_picmenu .box_picmenu .box_det h4 {
  font-weight: normal;
  color: #fff;
  margin-bottom: 25px;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
  font-size: 200%;
}
.con_picmenu .box_picmenu .box_det .txt {
  color: #fff;
  margin-bottom: 0.5em;
}
.con_picmenu .box_picmenu .box_det .txt_black {
  color: #39270f;
}
.con_picmenu .box_picmenu .box_det .tbl_pic {
  width: 100%;
  border-top: 1px solid #d4b68e;
  margin-top: 25px;
}
@media only screen and (max-width: 767px) {
  .con_picmenu .box_picmenu .box_det .tbl_pic {
    margin-top: 3%;
  }
}
.con_picmenu .box_picmenu .box_det .tbl_pic tr {
  border-bottom: 1px solid #d4b68e;
  border-left: 1px solid #d4b68e;
}
.con_picmenu .box_picmenu .box_det .tbl_pic tr th, .con_picmenu .box_picmenu .box_det .tbl_pic tr td {
  color: #fff;
  padding: 0.8em 1em;
  border-right: 1px solid #d4b68e;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.con_picmenu .box_picmenu .box_det .tbl_pic tr th {
  font-weight: bold;
  text-align: center;
  background: #a88454;
  width: 20%;
}
.con_picmenu .box_picmenu .box_det .menu_list {
  background: #e1c199;
  padding: 8px 20px;
  width: 1010px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 1159px) {
  .con_picmenu .box_picmenu .box_det .menu_list {
    padding: 1.8% 2%;
  }
}
@media only screen and (max-width: 767px) {
  .con_picmenu .box_picmenu .box_det .menu_list {
    padding: 0.8em 1em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1159px) {
  .con_picmenu .box_picmenu .box_det .menu_list {
    width: 87.06897%;
  }
}
@media only screen and (max-width: 767px) {
  .con_picmenu .box_picmenu .box_det .menu_list {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1159px) {
  .con_picmenu .box_picmenu .box_det .menu_list {
    margin-top: 2%;
  }
}
@media only screen and (max-width: 767px) {
  .con_picmenu .box_picmenu .box_det .menu_list {
    margin-top: 3%;
  }
}
.con_picmenu .box_picmenu .box_det .menu_list .st {
  cursor: pointer;
  color: #191919;
  font-size: 116%;
}
.con_picmenu .box_picmenu .box_det .menu_list .st:before {
  content: "";
  font-family: FontAwesome;
  margin-right: .5em;
}
.mouse .con_picmenu .box_picmenu .box_det .menu_list .st {
  -moz-transition: opacity 200ms ease-in;
  -o-transition: opacity 200ms ease-in;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
.mouse .con_picmenu .box_picmenu .box_det .menu_list .st:hover, .touch .con_picmenu .box_picmenu .box_det .menu_list .st.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.touch .con_picmenu .box_picmenu .box_det .menu_list .st {
  -webkit-tap-highlight-color: transparent;
}
.touch .con_picmenu .box_picmenu .box_det .menu_list .st.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.con_picmenu .box_picmenu .box_det .menu_list .st.active:before {
  content: "";
  font-family: FontAwesome;
  margin-right: .5em;
}
.con_picmenu .box_picmenu .box_det .menu_list > ul {
  display: none;
  margin-top: 0.5em;
}
.con_picmenu .box_picmenu .box_det .menu_list > ul li {
  color: #191919;
  list-style-position: inside;
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.con_picmenu .box_picmenu .box_det .menu_list > ul li:before {
  content: "・";
  margin-right: .5em;
}

/* -----------------------------------------------------------
	con_pri
----------------------------------------------------------- */
.con_pri {
  overflow: hidden;
}
.con_pri h3 {
  font-size: 124%;
  font-weight: 100;
  letter-spacing: -.4em;
  margin-bottom: 3%;
}
@media only screen and (min-width: 768px) and (max-width: 1159px) {
  .con_pri h3 {
    font-size: 124%;
  }
}
@media only screen and (max-width: 767px) {
  .con_pri h3 {
    font-size: 108%;
  }
}
.con_pri h3 em {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: middle;
  margin-right: .5em;
  font-size: 163%;
}
@media only screen and (max-width: 767px) {
  .con_pri h3 em {
    font-size: 125%;
  }
}
.con_pri h3 span {
  letter-spacing: normal;
  display: inline-block;
  font-weight: 600;
  line-height: 1;
  color: #7c5b33;
}
.con_pri h3 span:before, .con_pri h3 span:after {
  content: "/";
  display: inline-block;
}
.con_pri h3 span:before {
  margin-right: .5em;
}
.con_pri h3 span:after {
  margin-left: .5em;
}
.con_pri h3 .en {
  font-family: 'Libre Baskerville',serif;
}
.con_pri h3 .jp {
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
}
@media only screen and (max-width: 767px) {
  .con_pri h3 {
    text-align: center;
  }
  .con_pri h3 span, .con_pri h3 em {
    display: block;
  }
  .con_pri h3 em {
    margin-right: 0;
  }
}
.con_pri .photo {
  width: 34.74138%;
  float: left;
}
@media only screen and (max-width: 767px) {
  .con_pri .photo {
    width: 100%;
    float: none;
    margin-bottom: 4%;
  }
}
.con_pri .box_pri {
  width: 61.37931%;
  float: left;
  margin-left: 45px;
}
@media only screen and (min-width: 768px) and (max-width: 1159px) {
  .con_pri .box_pri {
    margin-left: 3.5%;
  }
}
@media only screen and (max-width: 767px) {
  .con_pri .box_pri {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_pri .box_pri {
    width: 100%;
    float: none;
  }
}
.con_pri .box_pri h3 {
  font-size: 124%;
  font-weight: 100;
  letter-spacing: -.4em;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1159px) {
  .con_pri .box_pri h3 {
    font-size: 124%;
  }
}
@media only screen and (max-width: 767px) {
  .con_pri .box_pri h3 {
    font-size: 108%;
  }
}
.con_pri .box_pri h3 em {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: middle;
  margin-right: .5em;
  font-size: 163%;
}
@media only screen and (max-width: 767px) {
  .con_pri .box_pri h3 em {
    font-size: 125%;
  }
}
.con_pri .box_pri h3 span {
  letter-spacing: normal;
  display: inline-block;
  font-weight: 600;
  line-height: 1;
  color: #7c5b33;
}
.con_pri .box_pri h3 span:before, .con_pri .box_pri h3 span:after {
  content: "/";
  display: inline-block;
}
.con_pri .box_pri h3 span:before {
  margin-right: .5em;
}
.con_pri .box_pri h3 span:after {
  margin-left: .5em;
}
.con_pri .box_pri h3 .en {
  font-family: 'Libre Baskerville',serif;
}
.con_pri .box_pri h3 .jp {
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
}
@media only screen and (max-width: 767px) {
  .con_pri .box_pri h3 {
    text-align: center;
  }
  .con_pri .box_pri h3 span, .con_pri .box_pri h3 em {
    display: block;
  }
  .con_pri .box_pri h3 em {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1159px) {
  .con_pri .box_pri h3 {
    margin-bottom: 3%;
  }
}
.con_pri .box_pri .st {
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
  font-size: 200%;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1159px) {
  .con_pri .box_pri .st {
    font-size: 193%;
  }
}
@media only screen and (max-width: 767px) {
  .con_pri .box_pri .st {
    font-size: 139%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1159px) {
  .con_pri .box_pri .st {
    margin-bottom: 2%;
  }
}
@media only screen and (max-width: 767px) {
  .con_pri .box_pri .st {
    margin-bottom: 2%;
  }
}
.con_pri .box_pri .btn {
  width: 160px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  width: 200px;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1159px) {
  .con_pri .box_pri .btn {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .con_pri .box_pri .btn {
    width: 60%;
  }
}
.con_pri .box_pri .btn a {
  text-decoration: none;
  line-height: 1;
  display: block;
  border: 2px solid #cdbbaa;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y3ZjJlNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f7f2e7));
  background: -moz-linear-gradient(#ffffff, #f7f2e7);
  background: -webkit-linear-gradient(#ffffff, #f7f2e7);
  background: linear-gradient(#ffffff, #f7f2e7);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFF7F2E7');
  display: table;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.mouse .con_pri .box_pri .btn a {
  -moz-transition: opacity 200ms ease-in;
  -o-transition: opacity 200ms ease-in;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
.mouse .con_pri .box_pri .btn a:hover, .touch .con_pri .box_pri .btn a.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch .con_pri .box_pri .btn a {
  -webkit-tap-highlight-color: transparent;
}
.touch .con_pri .box_pri .btn a.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.con_pri .box_pri .btn a i {
  display: table-cell;
  color: #fff;
  background: #a28364;
  border-right: 2px solid #d5cfc5;
  width: 20%;
}
.con_pri .box_pri .btn a span {
  border: 1px solid #fff;
  display: table-cell;
  padding: 1em 0;
}
@media only screen and (min-width: 768px) and (max-width: 1159px) {
  .con_pri .box_pri .btn {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .con_pri .box_pri .btn {
    width: 100%;
  }
}
.con_pri .box_pri .btn a i {
  background: #a28464;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) and (max-width: 1159px) {
  .con_pri .box_pri .btn {
    margin-top: 2%;
  }
}
@media only screen and (max-width: 767px) {
  .con_pri .box_pri .btn {
    margin-top: 2%;
  }
}
.con_pri .txt {
  clear: both;
  padding-top: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1159px) {
  .con_pri .txt {
    padding-top: 2%;
  }
}
@media only screen and (max-width: 767px) {
  .con_pri .txt {
    padding-top: 2%;
  }
}

.txt_chu {
  background: #fff;
  padding-bottom: 35px;
}
@media only screen and (max-width: 767px) {
  .txt_chu {
    padding-bottom: 8%;
  }
}

.con_link-restaurant {
  border-top: 1px solid #c2c1bc;
  padding-top: 35px;
}
@media only screen and (min-width: 768px) and (max-width: 1159px) {
  .con_link-restaurant {
    padding-top: 3.5%;
  }
}
@media only screen and (max-width: 767px) {
  .con_link-restaurant {
    padding-top: 5%;
  }
}

.bn_bf {
  display: none !important;
}
