@charset "UTF-8";
/* 汎用タイトル（アイコン＋画像）※h3相当 */
/* 汎用タイトル（アイコン＋プレーンテキスト）※h3相当 */
/* 汎用タイトル（アイコン＋明朝体）※h4相当 */
/* 汎用タイトル（アイコン＋ゴシック体）※h5相当 */
/* テキストリンク */
/* ボタンリンク（橙色） */
/* 背景グラデ枠（お品書き、ブログサイドの背景などに使用） */
/* 料金表示 */
/* 画像切り替え（ベージュ背景 slider） */
/* 画像切り替え（ローディング） */
/* 画像切り替え（ページング） */
/* 画像切り替え（左右ボタン） */
/*	ページ内リンク用ボタン
----------------------------------------------------------- */
/*	float 解除
----------------------------------------------------------- */
/*	イベント、みやび便り（ブログ）一覧レイアウト
----------------------------------------------------------- */
/* トップページ、店舗トップ、イベント、ブログで使用 */
/* ===================================================================
CSS information

 file name  :restaurant.css
 author     :Ability Consultant
style info  :店舗一覧
=================================================================== */
/* -----------------------------------------------------------
	閉店のお知らせ
----------------------------------------------------------- */
.box_coution {
  width: 100%;
  background-color: #fff;
  border: #9d290e 2px solid;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}
.box_coution h2 {
  font-size: 120%;
  text-align: center;
}
.box_coution p {
  text-align: center;
  margin-top: 10px;
}

#main_title_img {
  width: 100%;
  background: url(../images/common/bg_title_txt.jpg) 0 center repeat-x;
}
#main_title_img span {
  display: block;
  height: 205px;
  background-position: center top;
  background-repeat: no-repeat;
}

#main_title_txt {
  width: 100%;
  background: #e9dfbb url(../images/common/bg_title_txt_bot.jpg) 0 bottom repeat-x;
  padding: 5px 0 10px;
  margin-bottom: 25px;
  z-index: 9000;
}
#main_title_txt .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1000px;
  margin: 0 auto;
}
#main_title_txt .inner h2 a {
  text-decoration: none;
}
#main_title_txt .inner h2 a span {
  display: none;
}
#main_title_txt .inner .txt dl dt {
  color: #7f301e;
}
#main_title_txt .inner .txt dl dt i.fa-phone {
  color: #9d290e;
  font-size: 180%;
  padding-right: 10px;
}
#main_title_txt .inner .txt dl dt span {
  font-size: 200%;
  font-weight: bold;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  letter-spacing: 1px;
}
#main_title_txt .inner .txt dl dd {
  margin-top: -2px;
}
#main_title_txt .inner .txt p {
  margin-top: 3px;
}
#main_title_txt .inner .txt p a {
  text-decoration: none;
}
#main_title_txt .inner .txt p a:hover {
  text-decoration: underline;
}
#main_title_txt .inner .txt p a i {
  color: #a19043;
  padding-right: 5px;
}

#restaurant #contents {
  margin-bottom: 40px;
}
#restaurant #nav_page_header.fixed {
  position: fixed;
  top: 0;
}

#nav_page_header {
  width: 1000px;
  z-index: 11000;
  clear: both;
}
#nav_page_header .nav_page {
  margin-bottom: 40px;
  overflow: hidden;
  border-top: 1px solid #e0a677;
  border-left: 1px solid #e0a677;
  border-bottom: 1px solid #e0a677;
  clear: both;
}
#nav_page_header .nav_page > li {
  float: left;
  background: url(../images/common/bg_nav_page.jpg) 0 0 repeat;
  border-bottom: 4px solid #ebb97c;
}
#nav_page_header .nav_page > li:hover {
  border-bottom: 4px solid #e3630e;
}
#nav_page_header .nav_page > li a {
  display: block;
  font-size: 100% !important;
  color: black;
  text-align: center;
  text-decoration: none !important;
  border-right: 1px solid #e0a677;
  border-left: 1px solid #f3ebd2;
  padding: 15px 5px;
}
#nav_page_header .nav_page > li a i {
  color: #a64910;
  padding-right: 6px;
}
#nav_page_header .nav_page li {
  width: 20%;
}
#nav_page_header .nav_page li.n_top_sp {
  display: none;
}
#nav_page_header .nav_page li.n_men_list ul {
  display: none;
  position: absolute;
  z-index: 200;
  background: #f4e5d3;
  border-top: 4px solid #e3630e;
  margin-right: 10px;
}
#nav_page_header .nav_page li.n_men_list ul li {
  width: auto;
  float: none;
}
#nav_page_header .nav_page li.n_men_list ul li a {
  text-align: left;
  padding: 15px;
  border-left: 1px solid #e0a677;
  border-bottom: 1px solid #e0a677;
}
#nav_page_header .nav_page li.n_men_list ul li a:hover {
  background: #f3c997;
}

.nav_top .nav_page li.n_top {
  border-bottom: 4px solid #e3630e !important;
}

.nav_lun .nav_page li.n_lun {
  border-bottom: 4px solid #e3630e !important;
}

.nav_men .nav_page li.n_men {
  border-bottom: 4px solid #e3630e !important;
}

.nav_dri .nav_page li.n_dri {
  border-bottom: 4px solid #e3630e !important;
}

.nav_roo .nav_page li.n_roo {
  border-bottom: 4px solid #e3630e !important;
}

.nav_acc .nav_page li.n_acc {
  border-bottom: 4px solid #e3630e !important;
}

.nav_blo .nav_page li.n_blo {
  border-bottom: 4px solid #e3630e !important;
}

#nav_footer {
  text-align: center !important;
  margin: 0 0 40px !important;
}
#nav_footer .nav_page {
  border: none !important;
  background: none !important;
  margin-bottom: 0 !important;
  text-align: center !important;
}
#nav_footer .nav_page li {
  display: inline;
  width: auto !important;
  margin-right: 5px !important;
  line-height: 2.2;
  padding-bottom: 10px !important;
  border-bottom: none !important;
}
#nav_footer .nav_page li span {
  display: none;
}
#nav_footer .nav_page li a {
  color: black;
  text-decoration: underline !important;
  border-right: none !important;
  border-left: none !important;
  padding: 10px 5px !important;
  background: none !important;
}
#nav_footer .nav_page li a:hover {
  background: none !important;
  text-decoration: none !important;
}
#nav_footer .nav_page li a i {
  color: #a64910;
  padding-right: 6px;
}
#nav_footer .nav_page li.n_top {
  display: none;
}

.con_intro .box {
  overflow: hidden;
  *zoom: 1;
  width: 1000px;
}
.con_intro .box .photo {
  float: left;
  width: 51%;
  background: url(../images/common/bg_line_oblique.png) 0 top repeat-x;
  padding-top: 5px;
}
.con_intro .box .photo .wrp {
  background: url(../images/common/bg_dark_pat.jpg) 0 0 repeat;
  padding: 25px 0 30px;
}
.con_intro .box .photo .wrp .bx-wrapper {
  margin: 0 auto !important;
  max-width: 90% !important;
  max-height: 90% !important;
  position: relative;
}
.con_intro .box .photo .wrp .bx-wrapper img {
  width: 100%;
  height: auto;
}
.con_intro .box .photo .wrp .bx-wrapper .bxslider {
  min-width: 90%;
  min-height: 90%;
}
.con_intro .box .bx-loading {
  width: 100%;
  height: 100%;
  background: url(../images/common/slider_loader.gif) center center no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
.con_intro .box .bx-controls-direction a {
  position: absolute;
  top: 50%;
  z-index: 10000;
  display: block;
  overflow: hidden;
  margin-top: -25px;
  padding-top: 50px;
  width: 25px;
  height: 0;
}
.con_intro .box .bx-controls-direction a.bx-prev {
  left: 5px;
  background: url(../images/common/slider_btn_prev.png) 0 0 no-repeat;
}
.con_intro .box .bx-controls-direction a.bx-next {
  right: 5px;
  background: url(../images/common/slider_btn_next.png) 0 0 no-repeat;
}
.con_intro .box .inner {
  float: right;
  width: 45%;
}
.con_intro .box .inner #bx-pager {
  margin-bottom: 15px;
}
.con_intro .box .inner #bx-pager a {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  width: 23%;
  border: 3px solid #a6a6a6;
  margin-right: 5px;
  margin-bottom: 10px;
}
.con_intro .box .inner #bx-pager a.active {
  border: 3px solid #494744;
}
.con_intro .box .inner .txt {
  margin-bottom: 30px;
  font-size: 110%;
}
.con_intro .box .inner .txt p {
  margin-bottom: 10px;
}
.con_intro .box .inner a {
  text-decoration: none;
}
.con_intro .box .inner a .con_recom {
  clear: both;
  overflow: hidden;
  padding: 20px 15px 15px;
}
.con_intro .box .inner a .con_recom h4 {
  font-size: 140%;
  font-weight: normal;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  text-align: center;
  margin-bottom: 5px;
  border-bottom: 3px double #d2cdb8;
}
.con_intro .box .inner a .con_recom .photo {
  float: left;
  width: 27%;
  margin-right: 3%;
  background: none;
}
.con_intro .box .inner a .con_recom .box_recom {
  float: left;
  width: 70%;
}
.con_intro .box .inner a .con_recom .box_recom h5 {
  font-size: 105%;
  margin: 5px 0;
}
.con_intro .box .inner a .con_recom .box_recom .txt_recom {
  margin-bottom: 10px;
}
.con_intro .box .inner a .con_recom .box_recom .price {
  text-align: right;
  margin-bottom: 10px;
}
.con_intro .box .inner a .con_recom .box_recom .price p {
  display: inline;
}
.con_intro .box .inner a .con_recom .box_recom .price .num {
  color: #c30000;
  font-size: 160%;
}
.con_intro .box .inner a .con_recom .box_recom .price .num span {
  font-size: 70%;
  padding-left: 5px;
}
.con_intro .box .inner a .con_recom .box_recom .price .tax {
  font-size: 100%;
}
.con_intro .box .inner a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.con_intro .st_intro h3 {
  display: none;
}

.wrp_other {
  margin-bottom: 40px;
  overflow: hidden;
  *zoom: 1;
}
.wrp_other h4 {
  background: url(../images/common/bg_st_line.png) 0 bottom repeat-x;
  padding-bottom: 10px;
}
.wrp_other h4 span {
  display: block;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-size: 150%;
  font-weight: normal;
  background: url(../images/common/ic_st_mark_02.png) 0 7px no-repeat;
  padding-left: 30px;
}
.wrp_other .box {
  overflow: hidden;
  width: 100%;
}
.wrp_other .box a {
  display: block;
  color: black;
  text-decoration: none;
  border-bottom: 1px solid #d2cdb8;
  overflow: hidden;
}
.wrp_other .box a:hover {
  background: #e7e2c0;
}
.wrp_other .box a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.wrp_other .box a .inner {
  padding: 20px 15px;
  overflow: hidden;
}
.wrp_other .box a .inner .photo {
  float: left;
  width: 30%;
}
.wrp_other .box a .inner .photo img {
  width: 90%;
  border: 1px solid #d8d0b4;
  padding: 4px;
  background: #fff;
}
.wrp_other .box a .inner .txt {
  overflow: hidden;
}
.wrp_other .box a .inner .txt .date {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  background: #e2d298;
  padding: 2px 8px 2px 5px;
}
.wrp_other .box a .inner .txt .txt_detail {
  margin-top: 10px;
}
.wrp_other .box a .inner .txt .date_blog {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  background: #e8dabd;
  padding: 2px 8px;
  margin-bottom: 15px;
}
.wrp_other .box a .inner .txt h3 {
  margin-bottom: 10px;
  clear: both;
}
.wrp_other .box a .inner .txt h5 {
  margin-bottom: 10px;
  clear: both;
}
.wrp_other .box_r {
  float: right;
  width: 48%;
}
.wrp_other .box_r .con_event {
  margin-bottom: 50px;
}
.wrp_other .box_r .con_blog .cat_miyabi {
  float: left;
  margin-right: 10px;
}
.wrp_other .con_cale {
  clear: both;
  float: left;
  width: 48%;
}
.wrp_other .con_cale .box_cale {
  margin-bottom: 10px;
  margin-left: 30px;
}
.wrp_other .con_cale .box_cale:after {
  display: block;
  clear: both;
  content: "";
}
.wrp_other .con_cale .box_cale .m_one {
  float: left;
  margin: 15px 15px 0 0;
}
.wrp_other .con_cale .box_cale .m_one table {
  border: 0;
  background: #EEEEEE;
  color: #666666;
  border: 1px #CCCCCC solid;
  font-size: 12px;
}
.wrp_other .con_cale .box_cale .m_one table tr td {
  width: 28px;
  height: 23px;
  text-align: center;
  border: 1px #CCCCCC solid;
}
.wrp_other .con_cale .box_cale .m_one table tr td span {
  position: absolute;
  top: 0;
  left: -2px;
  width: 100%;
}
.wrp_other .con_cale .box_cale .m_one table tr td.month {
  font-size: 14px;
}
.wrp_other .con_cale .box_cale .m_one table tr td.holi {
  color: #962E36;
}
.wrp_other .con_cale .box_cale .m_one table tr td.bus_w {
  background: #ffffff;
}
.wrp_other .con_cale .box_cale .m_one table tr td.bus_o {
  background: #ffe1b4;
}
.wrp_other .con_cale .box_cale .m_one table tr td.bus_y {
  background: #ffdb30;
}
.wrp_other .con_cale .box_cale .m_one table tr td.bus_b {
  background-image: url("../restaurant/images/icn_maru.png");
}
.wrp_other .con_cale .box_cale .slick-prev {
  z-index: 1000000000000000;
}
.wrp_other .con_cale .box_cale .slick-next {
  z-index: 100000000000000;
  left: 425px;
}
.wrp_other .con_cale .box_time {
  clear: both;
  margin-top: 10px;
}
.wrp_other .con_cale .box_time .time {
  margin-bottom: 5px;
}
.wrp_other .con_cale .box_time .time .yel {
  width: 30px;
  height: 30px;
  background: #ffdb30;
  float: left;
  margin-top: 4px;
  margin-right: 7px;
  border: solid 1px #CCCCCC;
}
.wrp_other .con_cale .box_time .time .ora {
  width: 30px;
  height: 30px;
  background: #ffe1b4;
  float: left;
  margin-top: 4px;
  margin-right: 7px;
  border: solid 1px #CCCCCC;
}
.wrp_other .con_cale .box_time .time .whi {
  width: 30px;
  height: 30px;
  background: #ffffff;
  float: left;
  margin-top: 4px;
  margin-right: 7px;
  border: solid 1px #CCCCCC;
}
.wrp_other .con_cale .box_time .time .blu {
  width: 30px;
  height: 30px;
  float: left;
  margin-top: 4px;
  margin-right: 7px;
}
.wrp_other .con_cale .box_time .time:after {
  display: block;
  clear: both;
  content: "";
}

.con_info {
  clear: both;
  margin-bottom: 40px;
  overflow: hidden;
  *zoom: 1;
}
.con_info h3 {
  clear: both;
  border-top: 2px solid #cac7bd;
  background: #fdfcf6 url(../images/common/bg_st_bot_line.png) 0 bottom repeat-x;
  margin-bottom: 30px;
  clear: both;
}
.con_info h3 span.st {
  display: block;
  background: url(../images/common/ic_st_mark_01.png) 0 10px no-repeat;
  padding: 14px 0 18px 50px;
}
.con_info h3 span.st img {
  vertical-align: middle;
}
.con_info h3 span.txt {
  display: none;
}
.con_info h4 {
  font-size: 130%;
  font-weight: normal;
  background: url(../images/common/ic_st_mark_03.png) 0 9px no-repeat;
  padding-left: 30px;
  margin-bottom: 10px;
}
.con_info h4 span {
  padding-left: 5px;
  font-size: 86%;
}
.con_info .box_tbl {
  float: left;
  width: 48%;
}
.con_info .box_tbl .tbl_basic th {
  white-space: nowrap;
}
.con_info .box_info {
  float: right;
  width: 48%;
}
.con_info .box_info .box_map {
  margin-bottom: 20px;
}
.con_info .box_info .box_map ol {
  margin-left: 30px;
  margin-bottom: 15px;
}
.con_info .box_info .box_map ol li {
  list-style-type: decimal;
  margin-bottom: 5px;
}
.con_info .box_info .box_map #gmap {
  height: 350px;
  border: 3px solid #d9d4ba;
  margin-bottom: 15px;
}
.con_info .box_info .box_map #gmap img {
  max-width: none !important;
}
.con_info .box_info .box_map .ic_lnk {
  text-align: right;
}
.con_info .box_info .box_parking .tbl_basic {
  width: 100%;
}
.con_info .box_info .box_parking .tbl_basic th {
  white-space: nowrap;
  width: 20%;
}
.con_info #lnk_access {
  margin-top: -200px;
  padding-top: 200px;
}

.st_res {
  margin-bottom: 30px;
}
.st_res h3 {
  clear: both;
  border-top: 2px solid #cac7bd;
  background: #fdfcf6 url(../images/common/bg_st_bot_line.png) 0 bottom repeat-x;
  margin-bottom: 30px;
  clear: both;
  margin-bottom: 25px;
}
.st_res h3 span.st {
  display: block;
  background: url(../images/common/ic_st_mark_01.png) 0 10px no-repeat;
  padding: 14px 0 18px 50px;
}
.st_res h3 span.st img {
  vertical-align: middle;
}
.st_res h3 span.txt {
  display: none;
}
.st_res p {
  padding: 0 10px;
  font-size: 110%;
}
.st_res .menulist {
  margin-bottom: 40px;
  overflow: hidden;
  text-align: center;
  font-size: 0;
}
.st_res .menulist li {
  background: #F4E5D3;
  border-bottom: 4px solid #ebb97c;
  width: 14%;
  border-top: 1px solid #e0a677;
  border-bottom: 1px solid #e0a677;
  display: inline-block;
  padding: 0.5em;
  font-size: 14px;
  box-sizing: border-box;
  border-right: 1px solid #e0a677;
  border-left: 1px solid #f3ebd2;
  vertical-align: top;
}
.st_res .menulist li:first-child {
  border-left: 1px solid #e0a677;
}
.st_res .menulist > li:hover {
  background: #f3c997;
}
.st_res .menulist > li a {
  display: block;
  font-size: 100% !important;
  color: black;
  text-align: center;
  text-decoration: none !important;
  padding: 15px 5px;
  height: 60px;
}
.st_res .menulist > li a i {
  color: #a64910;
  padding-right: 6px;
}
.st_res .menulist > li.active {
  background: #f3c997;
}

.con_res {
  margin-bottom: 50px;
  background: #eee9cb url(../images/common/bg_line_wrp_pat.png) 0 top repeat-x;
  padding: 40px 30px 10px;
}
.con_res h4 {
  background: url(../images/common/bg_st_line.png) 0 bottom repeat-x;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.con_res h4 span {
  display: block;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-size: 150%;
  font-weight: normal;
  background: url(../images/common/ic_st_mark_02.png) 0 7px no-repeat;
  padding-left: 30px;
}
.con_res .price {
  text-align: right;
  margin-bottom: 10px;
}
.con_res .price p {
  display: inline;
}
.con_res .price .num {
  color: #c30000;
  font-size: 160%;
}
.con_res .price .num span {
  font-size: 70%;
  padding-left: 5px;
}
.con_res .price .tax {
  font-size: 100%;
}
.con_res .box {
  overflow: hidden;
  *zoom: 1;
}
.con_res .box .photo {
  float: left;
  width: 50%;
  padding-bottom: 35px;
}
.con_res .box .photo .wrp .bx-wrapper {
  margin: 0 auto !important;
  max-width: 100% !important;
  max-height: 100% !important;
  position: relative;
}
.con_res .box .photo .wrp .bx-wrapper img {
  width: 100%;
  height: auto;
}
.con_res .box .photo .wrp .bx-wrapper .bxslider {
  min-width: 90%;
  min-height: 90%;
}
.con_res .box .photo .wrp ul li span {
  display: block;
  margin-top: 10px;
}
.con_res .box .bx-loading {
  width: 100%;
  height: 100%;
  background: url(../images/common/slider_loader.gif) center center no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
.con_res .box .bx-pager {
  position: absolute;
  bottom: -40px;
  left: 0;
  z-index: 1000;
}
.con_res .box .bx-pager .bx-pager-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.con_res .box .bx-pager .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.con_res .box .bx-pager a {
  display: block;
  width: 12px;
  height: 12px;
  margin-right: 10px;
  background: url(../images/common/slider_thum_sp.png) 0 top no-repeat;
  text-indent: -9999px;
  outline: 0;
}
.con_res .box .bx-pager a:hover {
  background: url(../images/common/slider_thum.png) 0 bottom no-repeat;
}
.con_res .box .bx-pager a.active {
  background: url(../images/common/slider_thum.png) 0 bottom no-repeat;
}
.con_res .box .bx-controls-direction a {
  position: absolute;
  top: 50%;
  z-index: 10000;
  display: block;
  overflow: hidden;
  margin-top: -25px;
  padding-top: 50px;
  width: 25px;
  height: 0;
}
.con_res .box .bx-controls-direction a.bx-prev {
  left: 5px;
  background: url(../images/common/slider_btn_prev.png) 0 0 no-repeat;
}
.con_res .box .bx-controls-direction a.bx-next {
  right: 5px;
  background: url(../images/common/slider_btn_next.png) 0 0 no-repeat;
}
.con_res .box .inner {
  float: right;
  width: 47%;
  margin-bottom: 20px;
}
.con_res .box .inner .txt {
  margin: 0 auto 15px;
  width: 95%;
}
.con_res .box .inner dl dt {
  color: #7f301e;
  font-size: 110%;
  font-weight: bold;
  margin-bottom: 5px;
}
.con_res .box .inner dl dd i.fa-phone {
  color: #9d290e;
  font-size: 180%;
  padding-right: 10px;
}
.con_res .box .inner dl dd span {
  font-size: 200%;
  font-weight: bold;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  letter-spacing: 2px;
  vertical-align: baseline;
}
.con_res .box .inner dl dd.time {
  margin-left: 2.2em;
  margin-bottom: 15px;
}
.con_res .box .inner dl dd.ic {
  font-weight: bold;
}
.con_res .box .inner dl dd.ic i {
  color: #9c9595;
  font-size: 140%;
  margin-right: 10px;
}
.con_res table.tbl_res {
  width: 95%;
  margin: 0 auto;
}
.con_res table.tbl_res tr th {
  vertical-align: top;
  padding: 5px 0 5px 20px;
  min-width: 10%;
  width: 40%;
  background: url(../images/common/ic_st_mark_04.png) left 5px no-repeat;
  padding-left: 20px;
}
.con_res table.tbl_res tr td {
  vertical-align: top;
  padding: 5px 0 5px 20px;
}
.con_res .txt_att {
  width: 95%;
  margin: 15px auto 0;
}

.box_cate {
  padding-bottom: 30px;
  margin-bottom: 40px;
  border-bottom: 1px dotted #a4995c;
}
.box_cate:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.st_res_menu {
  margin-bottom: 20px;
}
.st_res_menu p {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-size: 220%;
  font-weight: normal;
  text-align: center;
  letter-spacing: 3px;
}
.st_res_menu p span {
  padding: 0 10px;
}

.con_cat_lnk {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 30px;
}
.con_cat_lnk a {
  display: block;
  float: left;
  width: 31%;
  border: 1px solid #d2c08c;
  margin-left: 12px;
  margin-bottom: 25px;
  color: #37180a !important;
  text-decoration: none !important;
  background: #fff;
}
.con_cat_lnk a .box {
  width: 100%;
  padding: 15px 15px 10px;
  border: 2px solid #fff;
  background: #f7f3e6;
  background: -moz-linear-gradient(top, #f7f3e6 0%, white 52%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f3e6), color-stop(52%, white));
  background: -webkit-linear-gradient(top, #f7f3e6 0%, white 52%);
  background: -o-linear-gradient(top, #f7f3e6 0%, white 52%);
  background: -ms-linear-gradient(top, #f7f3e6 0%, white 52%);
  background: linear-gradient(to bottom, #f7f3e6 0%, #ffffff 52%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f3e6', endColorstr='#ffffff',GradientType=0 );
}
.con_cat_lnk a .box p {
  margin-bottom: 10px;
  max-height: 163px;
  overflow: hidden;
  text-align: center;
}
.con_cat_lnk a .box h4 {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-size: 130%;
  font-weight: bold;
  text-align: center;
}

.con_category {
  margin-bottom: 50px;
  border: 4px solid #EEE9CB;
  background: #F8F6E9;
  padding: 20px 15px;
}
.con_category dt {
  font-size: 110%;
  font-weight: bold;
  color: #85240e;
  margin-right: 10px;
  margin-bottom: 15px;
}
.con_category dd {
  font-size: 110%;
  margin-right: 15px;
  margin-left: 10px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}

.con_roo {
  margin-top: 45px;
  overflow: hidden;
  *zoom: 1;
}
.con_roo h4 {
  margin-bottom: 8px;
  font-size: 130%;
  font-weight: normal;
  background: url(../images/common/ic_st_mark_03.png) 0 9px no-repeat;
  padding-left: 30px;
}
.con_roo .box {
  float: left;
  width: 33%;
  padding-left: 15px;
  margin-bottom: 45px;
}
.con_roo .box p {
  margin-bottom: 10px;
}
.con_roo .box .tbl_basic {
  width: 100%;
}
.con_roo .box .tbl_basic th {
  width: 20%;
  white-space: nowrap;
}

.page_contact {
  width: 100%;
  background-color: #fff;
  margin: 0 auto;
  padding: 10px 0 15px;
}
.page_contact > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 760px;
  margin: 0 auto;
}
.page_contact > div dl {
  width: 48%;
  margin-right: 15px;
  overflow: hidden;
}
.page_contact > div dl dt {
  color: #7f301e;
  font-size: 110%;
  font-weight: bold;
  margin: 10px 15px 0 0;
}
.page_contact > div dl dd i.fa-phone {
  color: #9d290e;
  font-size: 180%;
  padding-right: 10px;
}
.page_contact > div dl dd span {
  font-size: 200%;
  font-weight: bold;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  letter-spacing: 2px;
  vertical-align: baseline;
}
.page_contact > div dl dd br {
  display: none;
}
.page_contact > div p a {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  color: #fff !important;
  font-size: 110%;
  font-weight: bold;
  text-decoration: none !important;
  border: 1px solid #933924;
  padding: 15px 25px;
  background: #bc513a;
  background: -moz-linear-gradient(top, #bc513a 0%, #8e3622 81%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bc513a), color-stop(81%, #8e3622));
  background: -webkit-linear-gradient(top, #bc513a 0%, #8e3622 81%);
  background: -o-linear-gradient(top, #bc513a 0%, #8e3622 81%);
  background: -ms-linear-gradient(top, #bc513a 0%, #8e3622 81%);
  background: linear-gradient(to bottom, #bc513a 0%, #8e3622 81%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bc513a', endColorstr='#8e3622',GradientType=0 );
}
.page_contact > div p a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
}
.page_contact > div p a i {
  padding-right: 8px;
}

@media only screen and (max-width: 640px) {
  #main_title_img {
    display: none;
  }

  #main_title_txt {
    padding: 0 !important;
    margin-bottom: 10px;
  }
  #main_title_txt .inner {
    display: block;
  }
  #main_title_txt .inner h2 {
    float: none;
    width: 100%;
    margin: 0 !important;
  }
  #main_title_txt .inner h2 a span {
    color: #fff;
    font-size: 170%;
    font-weight: bold;
    text-align: center;
    padding: 13px 15px;
  }
  #main_title_txt .inner .txt {
    float: none;
    width: 100%;
    text-align: center;
    padding: 3px 0 8px;
    margin: 0 0 15px;
    background: #fff;
    border-bottom: 1px solid #d2d2d2;
  }
  #main_title_txt .inner .txt dl dd {
    margin-top: 0;
  }

  #restaurant #main_title_txt.fixed {
    position: fixed;
    top: 0;
  }
  #restaurant #contents {
    margin-bottom: 10px;
  }
  #restaurant #nav_page_header.fixed {
    position: static;
  }

  #nav_page_header .nav_page {
    border-left: none;
    border-bottom: none;
    margin-bottom: 10px;
  }
  #nav_page_header .nav_page li.n_men_list {
    width: 100%;
    border-left: 1px solid #e0a677;
  }
  #nav_page_header .nav_page li.n_men_list ul {
    position: static;
    margin-right: 0;
  }
  #nav_page_header .nav_page li.n_men_list ul li a {
    border-left: none;
  }
  #nav_page_header .nav_page li.n_top {
    display: none;
  }
  #nav_page_header .nav_page li.n_roo {
    width: 50%;
    border-left: 1px solid #e0a677;
  }
  #nav_page_header .nav_page li.n_acc {
    width: 50%;
  }
  #nav_page_header .nav_page li.n_top_sp {
    display: block;
    width: auto;
    background: none !important;
    border-bottom: none !important;
    margin: 20px 0 0 20px;
  }
  #nav_page_header .nav_page li.n_top_sp a {
    display: inline;
    background: none !important;
    border: none !important;
    width: 100% !important;
    text-decoration: underline !important;
  }
  #nav_page_header .nav_page li.n_blo {
    width: auto;
    background: none !important;
    border-bottom: none !important;
    margin: 20px 0 0 20px;
  }
  #nav_page_header .nav_page li.n_blo a {
    display: inline;
    background: none !important;
    border: none !important;
    width: 100% !important;
    text-decoration: underline !important;
  }

  .con_intro .box .photo {
    width: 100%;
    margin-bottom: 20px;
  }
  .con_intro .box .photo .wrp {
    padding: 0;
  }
  .con_intro .box .photo .wrp .bx-wrapper {
    max-width: 100% !important;
    max-height: 100% !important;
  }
  .con_intro .box .bx-controls-direction a {
    width: 20px;
    padding-top: 40px;
    margin-top: -20px;
  }
  .con_intro .box .bx-controls-direction a.bx-prev {
    -webkit-background-size: 20px, 20px;
    -moz-background-size: 20px, 20px;
    -o-background-size: 20px, 20px;
    background-size: 20px, 20px;
  }
  .con_intro .box .bx-controls-direction a.bx-next {
    -webkit-background-size: 20px, 20px;
    -moz-background-size: 20px, 20px;
    -o-background-size: 20px, 20px;
    background-size: 20px, 20px;
  }
  .con_intro .box .inner {
    padding: 0;
  }
  .con_intro .box .inner #bx-pager {
    display: none;
  }
  .con_intro .box .inner a .con_recom h4 {
    font-size: 130%;
    font-weight: bold;
  }
  .con_intro .box .inner a .con_recom .photo {
    float: none;
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
  .con_intro .box .inner a .con_recom .box_recom {
    float: none;
    width: 100%;
  }

  .wrp_other {
    margin-bottom: 40px;
  }
  .wrp_other h4 {
    padding-bottom: 8px;
  }
  .wrp_other h4 span {
    font-size: 130%;
    font-weight: bold;
    padding-left: 25px;
  }
  .wrp_other .box a .inner {
    padding: 20px 10px !important;
  }
  .wrp_other .con_cale .box_cale {
    width: 280px;
    margin: 0 auto;
  }
  .wrp_other .con_cale .box_cale .m_one {
    margin: 15px 0 15px 0;
  }
  .wrp_other .con_cale .box_cale .slick-next {
    left: 270px;
  }

  .con_info h3 {
    margin-bottom: 20px;
  }
  .con_info h3 span.st {
    display: none;
  }
  .con_info h3 span.txt {
    display: block;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
    font-size: 150%;
    font-weight: bold;
    background-image: url(../images/common/ic_st_mark_01.png);
    background-position: 0 10px;
    background-repeat: no-repeat;
    -webkit-background-size: 25px 25px;
    -moz-background-size: 25px 25px;
    -o-background-size: 25px 25px;
    background-size: 25px 25px;
    padding: 10px 15px 12px 35px;
  }
  .con_info h4 {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 120%;
    font-weight: bold;
    padding-left: 25px;
  }
  .con_info h4 span {
    display: block;
  }
  .con_info .box_info .box_map {
    margin-bottom: 30px;
  }
  .con_info .box_info .box_map #gmap {
    height: 260px;
  }
  .con_info .box_info .box_map .ic_lnk {
    text-align: center;
  }
  .con_info .box_info .box_parking .tbl_basic th {
    width: 100%;
  }

  .st_res {
    margin-bottom: 20px;
  }
  .st_res h3 span.st {
    display: none;
  }
  .st_res h3 span.txt {
    display: block;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
    font-size: 150%;
    font-weight: bold;
    background-image: url(../images/common/ic_st_mark_01.png);
    background-position: 0 10px;
    background-repeat: no-repeat;
    -webkit-background-size: 25px 25px;
    -moz-background-size: 25px 25px;
    -o-background-size: 25px 25px;
    background-size: 25px 25px;
    padding: 10px 15px 12px 35px;
  }
  .st_res .menulist {
    display: none;
  }

  .con_res {
    padding: 25px 15px 15px;
  }
  .con_res h4 {
    padding-bottom: 8px;
  }
  .con_res h4 span {
    font-size: 130%;
    font-weight: bold;
    padding-left: 25px;
  }
  .con_res .box .photo {
    float: none;
    width: 100%;
    padding-bottom: 25px;
  }
  .con_res .box .bx-pager {
    bottom: -30px;
  }
  .con_res .box .bx-pager a {
    margin-right: 8px;
  }
  .con_res .box .bx-pager a:hover {
    background: url(../images/common/slider_thum_sp.png) 0 bottom no-repeat;
  }
  .con_res .box .bx-pager a.active {
    background: url(../images/common/slider_thum_sp.png) 0 bottom no-repeat;
  }
  .con_res .box .bx-controls-direction a {
    width: 20px;
    padding-top: 40px;
    margin-top: -20px;
  }
  .con_res .box .bx-controls-direction a.bx-prev {
    -webkit-background-size: 20px, 20px;
    -moz-background-size: 20px, 20px;
    -o-background-size: 20px, 20px;
    background-size: 20px, 20px;
  }
  .con_res .box .bx-controls-direction a.bx-next {
    -webkit-background-size: 20px, 20px;
    -moz-background-size: 20px, 20px;
    -o-background-size: 20px, 20px;
    background-size: 20px, 20px;
  }
  .con_res table.tbl_res {
    width: 100%;
  }
  .con_res table.tbl_res tr {
    display: block;
    margin-bottom: 8px;
  }
  .con_res table.tbl_res tr th {
    padding: 2px 0 2px 20px;
    display: list-item;
    border: none;
    list-style: none;
    width: 100%;
  }
  .con_res table.tbl_res tr td {
    padding: 2px 0 2px 20px;
    display: list-item;
    border: none;
    list-style: none;
  }
  .con_res .txt_att {
    margin: 5px 0 10px;
  }

  .st_res_menu {
    margin-bottom: 10px;
  }
  .st_res_menu p {
    margin-top: -10px;
  }

  .con_cat_lnk {
    margin-bottom: 20px;
  }
  .con_cat_lnk a {
    float: none;
    width: 95%;
    margin: 0 auto 10px;
  }
  .con_cat_lnk a .box {
    padding: 10px 10px 0;
    overflow: hidden;
  }
  .con_cat_lnk a .box p {
    max-height: 80px;
    float: left;
    width: 40%;
    padding-right: 15px;
  }
  .con_cat_lnk a .box h4 {
    margin-top: 20px;
    text-align: left;
  }

  .con_category {
    padding-bottom: 5px;
  }
  .con_category dd {
    margin-bottom: 15px;
  }

  .con_roo {
    margin-right: 0;
  }
  .con_roo h4 {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 120%;
    font-weight: bold;
    padding-left: 25px;
    margin-left: 0;
  }
  .con_roo h4 span {
    font-size: 120%;
  }
  .con_roo .box {
    float: none;
    width: 100%;
    padding: 0 15px;
  }
  .con_roo .box .tbl_basic th {
    width: 100%;
  }

  .page_contact {
    display: none;
  }
  .page_contact dl {
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
  .page_contact dl dd span {
    font-size: 180%;
    display: block;
  }
  .page_contact dl dd.time {
    text-align: center;
  }
  .page_contact p {
    float: none;
    margin-top: 0;
    text-align: center;
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 1000px) {
  #main_title_txt {
    padding: 0 10px 0 15px;
  }
  #main_title_txt .inner {
    width: 100%;
  }

  #nav_page_header {
    width: 100%;
  }

  #restaurant #nav_page_header.fixed {
    padding-right: 30px;
  }

  .con_intro .box {
    width: 100%;
  }
  .con_intro .box .photo {
    float: none;
    width: 95%;
    margin: 0 auto 30px;
  }
  .con_intro .box .inner {
    float: none;
    width: 100%;
    padding: 0 15px;
  }
  .con_intro .box .inner #bx-pager {
    margin-left: 10px;
  }
  .con_intro .box .inner #bx-pager a {
    width: 18%;
  }
  .con_intro .box .inner .txt {
    margin-bottom: 20px;
  }

  .wrp_other .box_r {
    float: none;
    width: 100%;
  }
  .wrp_other .box_r .con_event {
    float: none;
    width: 100%;
    margin-bottom: 40px;
  }
  .wrp_other .box_r .con_blog {
    float: none;
    width: 100%;
  }
  .wrp_other .con_cale {
    float: none;
    width: 100%;
    margin-bottom: 40px;
    width: 100%;
  }
  .wrp_other .con_cale .box_cale {
    width: 580px;
    margin: 0 auto;
  }
  .wrp_other .con_cale .box_cale .m_one table tr td {
    width: 40px;
    height: 35px;
  }
  .wrp_other .con_cale .box_cale .m_one table tr td span img {
    width: 120%;
  }
  .wrp_other .con_cale .box_cale .m_one table tr td.bus_b {
    background-size: 110%;
  }
  .wrp_other .con_cale .box_cale .slick-next {
    left: 570px;
  }

  .con_info h4 {
    font-size: 150%;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  }
  .con_info .box_tbl {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }
  .con_info .box_info {
    float: none;
    width: 100%;
  }

  .st_res .menulist li {
    width: 33%;
  }

  .con_res {
    margin-bottom: 30px;
  }
  .con_res .box .bx-pager {
    left: 0;
    bottom: -40px;
  }
  .con_res .box .bx-pager a {
    margin-right: 20px;
  }
  .con_res .txt_att {
    margin-bottom: 20px;
  }

  .con_cat_lnk a {
    width: 47%;
    margin-bottom: 15px;
  }

  .con_category {
    margin-bottom: 30px;
  }

  .con_roo {
    margin-bottom: 10px;
    margin-right: 10px;
  }
  .con_roo h4 {
    font-size: 150%;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  }
  .con_roo h4 span {
    font-size: 90%;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: normal;
  }
  .con_roo .box {
    width: 50%;
    margin-bottom: 40px;
  }

  .page_contact {
    padding-left: 80px;
  }
  .page_contact dl {
    width: 55%;
  }
}
@media only screen and (max-width: 800px) {
  #main_title_txt .inner h2 {
    margin: 25px 0 15px;
  }
  #main_title_txt .inner h2 img {
    display: none;
  }
  #main_title_txt .inner h2 a span {
    display: block;
    font-size: 230%;
    font-weight: normal;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
    color: black;
  }

  #nav_page_header .nav_page {
    margin-bottom: 40px;
  }

  #nav_footer {
    display: none;
  }

  .con_res .box .photo {
    float: none;
    width: 100%;
  }
  .con_res .box .no_photo {
    display: none;
  }
  .con_res .box .inner {
    float: none;
    width: 100%;
  }

  .st_res_menu p {
    font-size: 180%;
  }

  .con_cat_lnk a .box h4 {
    font-size: 120%;
  }

  .page_contact {
    padding-left: 40px;
  }
  .page_contact dl dd i.fa-phone {
    display: none;
  }
  .page_contact dl dd span {
    font-size: 160%;
  }
  .page_contact p {
    width: 40%;
  }
  .page_contact p a {
    font-size: 90%;
    padding: 15px 15px;
  }
  .page_contact p a i {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  #main_title_txt .inner .txt dl dt span {
    font-size: 170%;
  }
  #main_title_txt .inner .txt dl dt i {
    display: none;
  }

  .wrp_other .box a .inner {
    padding: 15px 5px !important;
  }

  .con_cat_lnk a .box h4 {
    margin-top: 15px;
  }

  .page_contact dl dd br {
    display: block !important;
  }
}
