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

 file name  : restaurant_shop.css
 author     : Ability Consultant
 style info : レストラン詳細ページ
=================================================================== */
.slider_restaurant .box_res_info, .box_search_res, .con_private_room {
  max-width: 1200px;
  margin: auto;
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .slider_restaurant .box_res_info, .box_search_res, .con_private_room {
    width: 95%;
  }
}
@media print {
  .slider_restaurant .box_res_info, .box_search_res, .con_private_room {
    width: 95%;
  }
}
.ie8 .slider_restaurant .box_res_info, .slider_restaurant .ie8 .box_res_info, .ie8 .box_search_res, .ie8 .con_private_room {
  width: 95%;
}
@media only screen and (max-width: 1024px) {
  .slider_restaurant .box_res_info, .box_search_res, .con_private_room {
    width: 95%;
  }
}

.con_menu .box_tab .tab_menu ul:after {
  content: "";
  display: table;
  clear: both;
}

/* -----------------------------------------------------------
	SLICK SLIDER
----------------------------------------------------------- */
html.lower #contents .con_intro_plan {
  margin-bottom: 0.5em;
}

/* -----------------------------------------------------------
	slider_restaurant
----------------------------------------------------------- */
.slider_restaurant {
  overflow: hidden;
  *zoom: 1;
  margin: 2em 0 2em;
}
@media only screen and (max-width: 767px) {
  .slider_restaurant {
    margin: 0 0 2em;
  }
}
.slider_restaurant .box_res_info h3 {
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-size: 208%;
  font-weight: normal;
  text-align: center;
  margin-bottom: .5em;
}
@media only screen and (max-width: 767px) {
  .slider_restaurant .box_res_info h3 {
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .slider_restaurant .box_res_info h3 {
    font-size: 154%;
  }
}
.slider_restaurant .box_res_info .txt_res_info {
  font-size: 108%;
  text-align: center;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .slider_restaurant .box_res_info .txt_res_info {
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .slider_restaurant .box_res_info .txt_res_info {
    font-size: 100%;
  }
}

/* -----------------------------------------------------------
	box_search_res
----------------------------------------------------------- */
.box_search_res {
  background: #2f1805;
  padding: 1em;
  color: #FFF;
  overflow: hidden;
  *zoom: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.box_search_res .box_search {
  display: table;
  width: 100%;
}
.box_search_res .title_search {
  display: table-cell;
  width: 16.25%;
  vertical-align: middle;
  color: #e1cb55;
  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 (min-width: 768px) and (max-width: 1024px) {
  .box_search_res .title_search {
    width: 100%;
    display: block;
    text-align: center;
  }
}
.box_search_res .title_search span {
  display: block;
}
.box_search_res .title_search span.eng {
  font-size: 93%;
}
.box_search_res .title_search span.jp {
  font-size: 139%;
}
.box_search_res .box_search_res_inner {
  display: table-cell;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_search_res .box_search_res_inner {
    display: block;
    width: 100%;
  }
}
.box_search_res .box_search_res_inner .box_search_item {
  overflow: hidden;
  *zoom: 1;
  display: table;
  width: 100%;
}
.box_search_res .box_search_res_inner .box_search_item li {
  display: table-cell;
  padding: .5em;
  vertical-align: bottom;
}
.box_search_res .box_search_res_inner .box_search_item li:nth-child(2) {
  width: 17%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_search_res .box_search_res_inner .box_search_item li.btn_lnk {
    display: none;
  }
}
.box_search_res .box_search_res_inner .box_search_item li.btn_lnk a {
  color: #FFF;
  padding-bottom: .5em;
  display: inline-block;
}
.box_search_res .box_search_res_inner input[type="text"], .box_search_res .box_search_res_inner select {
  font-size: 154%;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS Ｐゴシック", "MS PGothic", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
  border: 1px solid #c2c2c2;
  background: #f2f2f2;
  font-weight: 500;
  width: 100%;
  height: 2.5em;
  line-height: 2.5em;
  padding: 0 1.5em 0 .5em;
  font-style: normal;
  color: #555555;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: none;
}
.box_search_res .box_search_res_inner input[type="text"]::-ms-expand, .box_search_res .box_search_res_inner select::-ms-expand {
  display: none;
}
.mouse .box_search_res .box_search_res_inner input[type="text"]:hover, .touch .box_search_res .box_search_res_inner input[type="text"].touchstart, .mouse .box_search_res .box_search_res_inner select:hover, .touch .box_search_res .box_search_res_inner select.touchstart {
  cursor: pointer;
}
.touch .box_search_res .box_search_res_inner input[type="text"], .touch .box_search_res .box_search_res_inner select {
  -webkit-tap-highlight-color: transparent;
}
.touch .box_search_res .box_search_res_inner input[type="text"].touchend, .touch .box_search_res .box_search_res_inner select.touchend {
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_search_res .box_search_res_inner input[type="text"], .box_search_res .box_search_res_inner select {
    font-size: 154%;
  }
}
.box_search_res .box_search_res_inner select {
  background: url(../images/common/arrow.png) no-repeat 90% 50% #FFF;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_search_res .box_search_res_inner select {
    background-size: .4em;
  }
}
.box_search_res .btn_tmp01 span, .box_search_res .btn_tmp01 a {
  padding: .9em 2em;
}
.box_search_res .btn_tmp01 span:before, .box_search_res .btn_tmp01 span:after, .box_search_res .btn_tmp01 a:before, .box_search_res .btn_tmp01 a:after {
  font-family: FontAwesome;
  vertical-align: middle;
}
.box_search_res .btn_tmp01 span > *, .box_search_res .btn_tmp01 a > * {
  vertical-align: middle;
  display: inline;
}
.box_search_res .btn_tmp01 span:after, .box_search_res .btn_tmp01 a:after {
  content: "";
  margin-left: .5em;
}

/* -----------------------------------------------------------
	con_recommend
----------------------------------------------------------- */
.con_recommend .list_recomend {
  overflow: hidden;
  *zoom: 1;
}
.con_recommend .list_recomend li {
  background: #fbfade;
  padding: 2.5%;
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 1.5em;
}
.con_recommend .list_recomend li .box_img {
  width: 36.14035%;
  float: left;
}
@media only screen and (max-width: 767px) {
  .con_recommend .list_recomend li .box_img {
    width: 100%;
    margin-bottom: 1em;
  }
  .con_recommend .list_recomend li .box_img img {
    width: 100%;
  }
}
.con_recommend .list_recomend li .box_info {
  float: right;
  width: 60.08772%;
}
@media only screen and (max-width: 767px) {
  .con_recommend .list_recomend li .box_info {
    width: 100%;
    margin-bottom: 1em;
  }
}
.con_recommend .list_recomend li h4 {
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-size: 200%;
  font-weight: 500;
  margin-bottom: .3em;
}
.con_recommend .list_recomend li h4 .price {
  color: #b40e0e;
  display: block;
}
.con_recommend .list_recomend li h4 .price em {
  font-size: 65%;
}
@media only screen and (max-width: 767px) {
  .con_recommend .list_recomend li h4 {
    font-size: 139%;
  }
}
.con_recommend .list_recomend li .txt_rec {
  font-size: 108%;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .con_recommend .list_recomend li .txt_rec {
    font-size: 100%;
    line-height: 1.6;
  }
}
.con_recommend .list_recomend li .txt_rec p {
  margin-bottom: 1em;
}
.con_recommend .list_recomend li .txt_rec ul li {
  background: none;
  padding: 0;
  margin-bottom: 0;
  overflow: inherit;
}
.con_recommend .list_recomend li .tbl_basic {
  margin: 1em 0;
  border-color: #d5d5d5;
}
.con_recommend .list_recomend li .tbl_basic td, .con_recommend .list_recomend li .tbl_basic th {
  border-color: #d5d5d5;
  padding: 0.5em 1em;
  font-size: 108%;
}
@media only screen and (max-width: 767px) {
  .con_recommend .list_recomend li .tbl_basic td, .con_recommend .list_recomend li .tbl_basic th {
    padding: 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_recommend .list_recomend li .tbl_basic td, .con_recommend .list_recomend li .tbl_basic th {
    font-size: 100%;
    line-height: 1.6;
  }
}
@media only screen and (max-width: 767px) {
  .con_recommend .list_recomend li .tbl_basic td, .con_recommend .list_recomend li .tbl_basic th {
    display: table-cell;
  }
}
.con_recommend .list_recomend li .tbl_basic th {
  background: #efedc2;
  width: 25%;
  border-right: 1px solid #d5d5d5;
}
.con_recommend .list_recomend li .tbl_basic td {
  background: none;
}
@media only screen and (max-width: 767px) {
  .con_recommend .list_recomend li .tbl_basic td {
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .con_recommend .list_recomend li .tbl_basic > tr th {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_recommend .list_recomend li .tbl_basic table td {
    border: 1px solid #d5d5d5;
  }
}
.con_recommend .list_recomend li h5 {
  background: #d7d0ae;
  border: 3px solid #f6efcd;
  padding: .5em 2em;
  color: #555555;
  font-size: 108%;
}
@media only screen and (max-width: 767px) {
  .con_recommend .list_recomend li h5 {
    text-align: center;
  }
}
.con_recommend .list_recomend li h5:before, .con_recommend .list_recomend li h5:after {
  font-family: FontAwesome;
  vertical-align: middle;
}
.con_recommend .list_recomend li h5 > * {
  vertical-align: middle;
  display: inline;
}
.con_recommend .list_recomend li h5:after {
  content: "";
  margin-left: .5em;
  font-size: 139%;
}
.con_recommend .list_recomend li h5:hover {
  cursor: pointer;
}
.con_recommend .list_recomend li h5.active:before, .con_recommend .list_recomend li h5.active:after {
  font-family: FontAwesome;
  vertical-align: middle;
}
.con_recommend .list_recomend li h5.active > * {
  vertical-align: middle;
  display: inline;
}
.con_recommend .list_recomend li h5.active:after {
  content: "";
  margin-left: .5em;
}
.con_recommend .list_recomend li .box_acc_inner {
  background: #FFF;
  padding: 1em;
  font-size: 108%;
  line-height: 1.8;
  display: none;
}
.con_recommend .list_recomend li .box_acc_inner .inner_acc {
  margin-bottom: 2em;
}
.con_recommend .list_recomend li .box_acc_inner ul {
  margin-left: 2em;
}
.con_recommend .list_recomend li .box_acc_inner ul li {
  background: none;
  padding: 0;
  margin-bottom: 0;
  overflow: inherit;
  list-style-type: disc;
}
@media only screen and (max-width: 767px) {
  .con_recommend .list_recomend li .box_acc_inner {
    font-size: 100%;
    line-height: 1.6;
  }
}
.con_recommend .list_recomend li .box_btn {
  margin-top: 1em;
}
.con_recommend .list_recomend li .box_btn a:after {
  content: url(../banquet/plan/images/ic_pdf.png);
}
.con_recommend center {
  color: #FFF;
  margin-bottom: 2em;
}

/* -----------------------------------------------------------
	con_menu
----------------------------------------------------------- */
.con_menu {
  overflow: hidden;
  *zoom: 1;
  padding: 50px 0 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_menu {
    padding: 35px 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu {
    padding: 2em 0;
  }
}
.con_menu h3.st_tmp02.jp {
  font-size: 247%;
}
.con_menu .time_open {
  border: 1px solid #d7d7d7;
  text-align: center;
  font-size: 108%;
  padding: .5em 1em;
  margin-bottom: 1em;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .con_menu .time_open {
    line-height: 1.6;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu .time_open {
    font-size: 100%;
  }
}
.con_menu .box_menu {
  overflow: hidden;
  *zoom: 1;
  background: #f2f2f2;
  padding: 2.5394%;
  margin-bottom: 1em;
}
.con_menu .box_menu h4 {
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-size: 200%;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .con_menu .box_menu h4 {
    margin-bottom: 0.3em;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu .box_menu h4 {
    font-size: 154%;
  }
}
.con_menu .box_menu .txt_desc_menu {
  font-size: 108%;
  text-align: center;
  margin-bottom: 2em;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .con_menu .box_menu .txt_desc_menu {
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu .box_menu .txt_desc_menu {
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu .box_menu .txt_desc_menu {
    line-height: 1.6;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu .box_menu .txt_desc_menu {
    font-size: 100%;
  }
}
.con_menu .box_menu .menu_name {
  border: 3px solid #d7d7d7;
  text-align: center;
  font-size: 139%;
  background: #FFF;
  padding: .3em;
}
@media only screen and (max-width: 767px) {
  .con_menu .box_menu .menu_name {
    font-size: 116%;
  }
}
.con_menu .box_menu .list_menu {
  overflow: hidden;
  *zoom: 1;
  background: #FFF;
  padding-top: 2.67528%;
  margin-bottom: 2em;
}
.con_menu .box_menu .list_menu.fullspec {
  padding-top: 0;
}
.con_menu .box_menu .list_menu.fullspec .box_tab {
  margin-bottom: 1.5em;
}
@media only screen and (max-width: 767px) {
  .con_menu .box_menu .list_menu.fullspec .box_tab {
    margin-bottom: 1em;
  }
}
.con_menu .box_menu .list_menu.fullspec .box_menu_inner {
  margin-bottom: 1em;
}
.con_menu .box_menu .list_menu.fullspec .box_drinkmenu {
  background: #FFF;
  padding-bottom: 0;
}
.con_menu .box_menu .list_menu.fullspec .box_price_menu {
  margin-bottom: 2.5em;
  padding-top: 0;
}
@media only screen and (max-width: 767px) {
  .con_menu .box_menu .list_menu.fullspec .box_price_menu {
    margin-bottom: 2em;
  }
}
.con_menu .box_menu .list_menu .menu_name {
  margin-bottom: 2.67528%;
}
.con_menu .box_menu .list_menu li {
  overflow: hidden;
  *zoom: 1;
}
.con_menu .box_menu .list_menu li .box_menu_inner {
  overflow: hidden;
  *zoom: 1;
  margin: 1.5em;
  padding-bottom: 2.67528%;
  background: transparent url("../images/common/line_time.png") repeat-x left bottom;
}
.con_menu .box_menu .list_menu li .box_menu_inner .img {
  float: left;
  width: 38.21892%;
}
.con_menu .box_menu .list_menu li .box_menu_inner .img p {
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .con_menu .box_menu .list_menu li .box_menu_inner .img p {
    margin-bottom: 0.3em;
  }
}
.con_menu .box_menu .list_menu li .box_menu_inner .img p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .con_menu .box_menu .list_menu li .box_menu_inner .img {
    width: 100%;
    margin-bottom: 1em;
  }
  .con_menu .box_menu .list_menu li .box_menu_inner .img img {
    width: 100%;
  }
}
.con_menu .box_menu .list_menu li .box_menu_inner .menu_info {
  float: right;
  width: 59.83302%;
}
@media only screen and (max-width: 767px) {
  .con_menu .box_menu .list_menu li .box_menu_inner .menu_info {
    width: 100%;
  }
}
.con_menu .box_menu .list_menu li .box_menu_inner h5 {
  font-size: 139%;
  font-weight: normal;
  margin-bottom: 1em;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .con_menu .box_menu .list_menu li .box_menu_inner h5 {
    font-size: 108%;
  }
}
.con_menu .box_menu .list_menu li .box_menu_inner h5 .price {
  color: #b40e0e;
  margin-left: .5em;
}
.con_menu .box_menu .list_menu li .box_menu_inner .txt_desc {
  font-size: 108%;
  line-height: 1.8;
  margin-bottom: 1.5em;
}
.con_menu .box_menu .list_menu li .box_menu_inner .title_menu {
  font-size: 108%;
  margin-bottom: .5em;
}
.con_menu .box_menu .list_menu li .box_menu_inner .title_menu img {
  vertical-align: bottom;
  margin-right: .5em;
}
.con_menu .box_menu .list_menu li:last-child .box_menu_inner {
  background: none;
  padding-bottom: 0;
}
.con_menu .box_tab {
  overflow: hidden;
  *zoom: 1;
  margin-top: .3em;
}
.con_menu .box_tab .tab_menu {
  margin-bottom: .5em;
}
@media only screen and (max-width: 767px) {
  .con_menu .box_tab .tab_menu ul {
    display: none;
  }
}
.con_menu .box_tab .tab_menu ul li {
  cursor: pointer;
  float: left;
  background: #d8d8d8;
  border-radius: 5px;
  width: 16.2%;
  padding: 0.5em 0.8em;
  margin-right: .3em;
  margin-bottom: .5em;
  border-bottom: none;
  position: relative;
  overflow: inherit;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_menu .box_tab .tab_menu ul li {
    padding: 0.5em 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu .box_tab .tab_menu ul li {
    padding: 0.5em 0.5em;
  }
}
.con_menu .box_tab .tab_menu ul li:last-child {
  margin-right: 0;
}
.con_menu .box_tab .tab_menu ul li.active {
  cursor: default;
  background: #bd9038;
  color: #FFF;
}
.con_menu .box_tab .tab_menu ul li.active:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #bd9038 transparent transparent transparent;
  position: absolute;
  left: 50%;
  top: 100%;
  margin-left: -3px;
  content: "";
}
.con_menu .box_tab .tab_menu ul li p {
  font-size: 85%;
}
.con_menu .box_tab .tab_menu select {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: .5em 1em;
}
@media only screen and (min-width: 768px) {
  .con_menu .box_tab .tab_menu select {
    display: none;
  }
}
@media print {
  .con_menu .box_tab .tab_menu select {
    display: none;
  }
}
.ie8 .con_menu .box_tab .tab_menu select {
  display: none;
}
@media only screen and (max-width: 767px) {
  .con_menu .box_tab .tab_menu select {
    background: #bd9038;
    color: white;
  }
}
.con_menu .box_tab .tab_panel .panel_content {
  display: none;
}
.con_menu .box_tab .tab_panel .panel_content:first-child {
  display: list-item;
}
.con_menu .box_border_panel {
  border: 3px solid #d7d7d7;
  padding: 0.7em 1em;
  font-size: 108%;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .con_menu .box_border_panel {
    padding: 0.7em 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu .box_border_panel {
    border-width: 3px;
    font-size: 100%;
  }
}
.con_menu .box_border_panel ul {
  margin-left: 2em;
}
.con_menu .box_border_panel ul li {
  list-style-type: disc;
  overflow: inherit !important;
}
.con_menu .box_border_panel .inner_panel {
  margin-bottom: 2em;
}
.con_menu.con_menu_border {
  border-top: 1px solid #d4d4d4;
}
.con_menu.con_menu_border .box_menu {
  margin-bottom: 1.5em;
}
.con_menu.con_menu_border .box_menu .list_menu {
  margin-bottom: 0;
}
.con_menu .box_price_menu {
  overflow: hidden;
  *zoom: 1;
  padding: 0.87566% 2.5394% 0;
  position: relative;
  background: #FFF;
}
.con_menu .box_price_menu:before {
  content: "";
  position: absolute;
  left: 2.5394%;
  right: 2.5394%;
  bottom: 0;
  height: 1px;
}
.con_menu .box_price_menu .tbl_price {
  overflow: hidden;
  *zoom: 1;
  display: block;
  width: 50%;
  background: transparent url("../images/common/line_time.png") repeat-x left bottom;
  float: left;
  padding-right: 3%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.con_menu .box_price_menu .tbl_price:nth-child(2n) {
  padding-right: 0;
  padding-right: 3%;
}
@media only screen and (max-width: 767px) {
  .con_menu .box_price_menu .tbl_price:nth-child(2n) {
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu .box_price_menu .tbl_price {
    display: block;
    width: 100%;
    padding: 0;
  }
}
.con_menu .box_price_menu .tbl_price dt, .con_menu .box_price_menu .tbl_price dd {
  padding: 1em 0 1em 0;
  font-size: 124%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 1024px) {
  .con_menu .box_price_menu .tbl_price dt, .con_menu .box_price_menu .tbl_price dd {
    font-size: 108%;
  }
}
.con_menu .box_price_menu .tbl_price dt {
  width: 70%;
  padding-left: 0;
  float: left;
}
.con_menu .box_price_menu .tbl_price dd {
  width: 30%;
  text-align: right;
  color: #b40e0e;
  float: right;
}

/* -----------------------------------------------------------
	con_drink_menu
----------------------------------------------------------- */
.con_drink_menu {
  overflow: hidden;
  *zoom: 1;
  padding: 30px 0 50px;
  border-top: 1px solid #d4d4d4;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_drink_menu {
    padding: 35px 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_drink_menu {
    padding: 2em 0;
  }
}
.con_drink_menu h3.st_tmp02.jp {
  font-size: 247%;
}

.box_menu {
  background: #f2f2f2;
  padding: 2.5%;
}
.box_menu .list_drink_menu {
  overflow: hidden;
  *zoom: 1;
}
.box_menu .list_drink_menu li {
  background: #FFF;
  margin-bottom: 1.5%;
  padding-bottom: .5em;
  height: auto !important;
}
.box_menu .list_drink_menu li:nth-child(2n) {
  margin-right: 0;
}
.box_menu .list_drink_menu li .box_price_menu {
  margin-bottom: 2.5em;
}
@media only screen and (max-width: 767px) {
  .box_menu .list_drink_menu li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3%;
  }
}
.box_menu .list_drink_menu li h4 {
  border: 3px solid #d7d7d7;
  text-align: center;
  padding: .3em 1em;
  font-weight: normal;
  font-size: 139%;
  margin-bottom: 1em;
}
@media only screen and (max-width: 767px) {
  .box_menu .list_drink_menu li h4 {
    margin-bottom: 0.5em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_menu .list_drink_menu li h4 {
    font-size: 124%;
  }
}
@media only screen and (max-width: 767px) {
  .box_menu .list_drink_menu li h4 {
    font-size: 116%;
  }
}
.box_menu .list_drink_menu li .txt_drink {
  font-size: 108%;
  line-height: 1.8;
  padding: .3em 3%;
  margin-bottom: 2em;
}
@media only screen and (max-width: 767px) {
  .box_menu .list_drink_menu li .txt_drink {
    margin-bottom: 1em;
  }
}
.box_menu .list_drink_menu li .price_item {
  padding: .2em 3%;
  font-size: 116%;
}
@media only screen and (max-width: 767px) {
  .box_menu .list_drink_menu li .price_item {
    font-size: 100%;
  }
}
.box_menu .list_drink_menu li .price_item:last-child {
  margin-bottom: 1em;
}
.box_menu .list_drink_menu li .price {
  color: #b40e0e;
  margin-left: .4em;
}
.box_menu .list_drink_menu li.full {
  width: 100%;
  margin-right: 0;
}

/* -----------------------------------------------------------
	con_information
----------------------------------------------------------- */
.con_information {
  border-top: 1px solid #d4d4d4;
  overflow: hidden;
  *zoom: 1;
  padding: 30px 0 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_information {
    padding: 35px 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_information {
    padding: 2em 0;
  }
}
.con_information h3.st_tmp02.jp {
  font-size: 247%;
}
.con_information .tbl_basic th, .con_information .tbl_basic td {
  font-size: 108%;
}
@media only screen and (max-width: 767px) {
  .con_information .tbl_basic th, .con_information .tbl_basic td {
    display: table-cell;
    width: auto;
    font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_information .tbl_basic th {
    width: 30%;
  }
}

/* -----------------------------------------------------------
	con_information
----------------------------------------------------------- */
.con_private_room {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_private_room {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_private_room {
    padding-bottom: 1.5em;
  }
}
.con_private_room h3.st_tmp02.jp {
  font-size: 247%;
}
.con_private_room .list_private_room {
  overflow: hidden;
  *zoom: 1;
  max-width: 92.5%;
  margin: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_private_room .list_private_room {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_private_room .list_private_room {
    max-width: 100%;
  }
}
.con_private_room .list_private_room li {
  float: left;
  width: 30.63063%;
  margin-right: 4.05405%;
}
.con_private_room .list_private_room li:last-child, .con_private_room .list_private_room li:nth-child(3n) {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .con_private_room .list_private_room li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2em;
  }
  .con_private_room .list_private_room li .img {
    margin-bottom: 0.8em;
  }
  .con_private_room .list_private_room li .img img {
    width: 100%;
  }
}
.con_private_room .list_private_room li h4 {
  font-size: 177%;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  text-align: center;
  padding: .5em 0;
  font-weight: 500;
}
.con_private_room .list_private_room li .txt {
  font-size: 108%;
  margin-bottom: 1.5em;
}
.con_private_room .list_private_room li .price {
  font-size: 108%;
}

/* -----------------------------------------------------------
	restaurant_takehashi
----------------------------------------------------------- */
#restaurant_takehashi .con_menu .box_menu .list_menu li .box_menu_inner h5 {
  position: relative;
  padding-right: 4em;
}
#restaurant_takehashi .con_menu .box_menu .list_menu li .box_menu_inner h5 .price {
  position: absolute;
  right: 0;
  top: 0;
}
#restaurant_takehashi #lnk02 .list_menu {
  margin-bottom: 0;
}
#restaurant_takehashi #lnk02 .box_menu:nth-child(2n) .box_price_menu:before {
  display: none;
}
@media only screen and (min-width: 768px) {
  #restaurant_takehashi #lnk02 .box_menu:nth-child(2n) .box_price_menu .tbl_price:nth-child(5), #restaurant_takehashi #lnk02 .box_menu:nth-child(2n) .box_price_menu .tbl_price:nth-child(6) {
    background: none;
  }
}
@media print {
  #restaurant_takehashi #lnk02 .box_menu:nth-child(2n) .box_price_menu .tbl_price:nth-child(5), #restaurant_takehashi #lnk02 .box_menu:nth-child(2n) .box_price_menu .tbl_price:nth-child(6) {
    background: none;
  }
}
.ie8 #restaurant_takehashi #lnk02 .box_menu:nth-child(2n) .box_price_menu .tbl_price:nth-child(5), .ie8 #restaurant_takehashi #lnk02 .box_menu:nth-child(2n) .box_price_menu .tbl_price:nth-child(6) {
  background: none;
}
@media only screen and (max-width: 767px) {
  #restaurant_takehashi #lnk02 .box_menu:nth-child(2n) .box_price_menu .tbl_price:nth-child(6) {
    background: none;
  }
}

/* -----------------------------------------------------------
	restaurant_miyabi
----------------------------------------------------------- */
#restaurant_miyabi .con_menu .box_menu .list_menu li .box_menu_inner h5 {
  position: relative;
  padding-right: 4em;
}
#restaurant_miyabi .con_menu .box_menu .list_menu li .box_menu_inner h5 .price {
  position: absolute;
  right: 0;
  top: 0;
}

/* -----------------------------------------------------------
	restaurant_rira
----------------------------------------------------------- */
#restaurant_rira .con_private_room .list_private_room {
  max-width: 64.16667%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #restaurant_rira .con_private_room .list_private_room {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #restaurant_rira .con_private_room .list_private_room {
    max-width: 100%;
  }
}
#restaurant_rira .con_private_room .list_private_room li {
  width: 44.15584%;
  margin-right: 11.55844%;
}
@media only screen and (max-width: 767px) {
  #restaurant_rira .con_private_room .list_private_room li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2em;
  }
}
#restaurant_rira .con_private_room .list_private_room li:last-child {
  margin-right: 0;
}
#restaurant_rira .con_menu .box_menu .list_menu li .box_menu_inner h5 {
  position: relative;
}
#restaurant_rira .con_menu .box_menu .list_menu li .box_menu_inner h5 .price {
  position: absolute;
  right: 0;
  top: 0;
}
#restaurant_rira .list_drink_menu .full {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #restaurant_rira .list_drink_menu .full {
    text-align: left;
  }
}

/* -----------------------------------------------------------
	restaurant_royal
----------------------------------------------------------- */
@media only screen and (max-width: 767px) {
  #restaurant_royal .con_link_anchor ul li {
    width: 49%;
  }
}
#restaurant_royal .con_menu#lnk02 .box_price_menu {
  margin-bottom: 1em;
}
#restaurant_royal .con_menu#lnk02 .box_price_menu:before {
  display: none;
}
#restaurant_royal .con_menu#lnk02 .box_price_menu .tbl_price:last-child {
  background: none;
}
#restaurant_royal .con_menu#lnk02 .box_price_menu .tbl_price:nth-last-child(2) {
  background: none;
}
#restaurant_royal .con_menu#lnk02 .box_price_menu:last-child:before {
  display: block;
}
#restaurant_royal .con_menu#lnk02 .box_menu .list_menu {
  margin-bottom: 0;
}
#restaurant_royal .con_menu .box_menu .list_menu li .box_menu_inner h5 {
  position: relative;
}
#restaurant_royal .con_menu .box_menu .list_menu li .box_menu_inner h5 .price {
  position: absolute;
  right: 0;
  top: 0;
}
