@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : restaurant.css
 author     : Ability Consultant
 style info : レストラン/・バー 共通
=================================================================== */
.wrp_res_nav .con_res_nav, .wrp_search .con_res_search, .wrp_notice .con_notice, .wrp_floor .con_floor, .wrp_restaurant_list .con_restaurant_list {
  max-width: 1000px;
  margin: auto;
}
@media only screen and (max-width: 1024px) {
  .wrp_res_nav .con_res_nav, .wrp_search .con_res_search, .wrp_notice .con_notice, .wrp_floor .con_floor, .wrp_restaurant_list .con_restaurant_list {
    width: 95%;
  }
}

.wrp_search .con_res_search::after, .wrp_search .con_res_search .box_link::after, .wrp_notice .con_notice::after, .wrp_restaurant_list .con_restaurant_list ul::after {
  content: "";
  display: table;
  clear: both;
}

.wrp_res_nav, .wrp_search, .wrp_notice, .wrp_floor, .wrp_restaurant_list {
  padding-left: 240px;
}
@media only screen and (max-width: 1280px) {
  .wrp_res_nav, .wrp_search, .wrp_notice, .wrp_floor, .wrp_restaurant_list {
    padding-left: 0;
  }
}
@media print {
  .wrp_res_nav, .wrp_search, .wrp_notice, .wrp_floor, .wrp_restaurant_list {
    padding-left: 0;
  }
}
.ie8 .wrp_res_nav, .ie8 .wrp_search, .ie8 .wrp_notice, .ie8 .wrp_floor, .ie8 .wrp_restaurant_list {
  padding-left: 0;
}

/* -----------------------------------------------------------
	.wrp_res_nav  内部ナビゲーション
----------------------------------------------------------- */
.wrp_res_nav {
  position: relative;
  background: #fff;
  z-index: 9990;
}
@media only screen and (max-width: 767px) {
  .wrp_res_nav {
    padding-bottom: 5px;
    border-bottom: 1px dotted #dcdcdc;
  }
}
.wrp_res_nav.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
@media only screen and (max-width: 1280px) {
  .wrp_res_nav.fixed {
    top: 80px;
  }
}
@media print {
  .wrp_res_nav.fixed {
    top: 80px;
  }
}
.ie8 .wrp_res_nav.fixed {
  top: 80px;
}
@media only screen and (max-width: 767px) {
  .wrp_res_nav.fixed {
    top: 60px;
  }
}
.wrp_res_nav .con_res_nav {
  position: relative;
  padding-top: 5px;
}
.wrp_res_nav .con_res_nav::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: url(../images/common/line_gray.png);
}
@media only screen and (max-width: 767px) {
  .wrp_res_nav .con_res_nav .acc_btn {
    padding: 10px 15px 0;
    line-height: .9;
    color: #836c42;
    text-align: center;
    cursor: pointer;
  }
  .wrp_res_nav .con_res_nav .acc_btn span {
    display: block;
  }
}
.wrp_res_nav .con_res_nav ul {
  display: table;
  width: 100%;
  border-bottom: 1px dotted #dcdcdc;
  background: #fff;
  letter-spacing: -.4em;
}
@media only screen and (max-width: 767px) {
  .wrp_res_nav .con_res_nav ul {
    display: none;
    border-top: 1px solid #dcdcdc;
  }
}
.wrp_res_nav .con_res_nav ul li {
  position: relative;
  display: table-cell;
  padding: 8px 0;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .wrp_res_nav .con_res_nav ul li {
    display: block;
    padding: 0;
    border-bottom: 1px dotted #dcdcdc;
  }
}
.wrp_res_nav .con_res_nav ul li a {
  position: relative;
  display: block;
  height: 47px;
  padding: 0 1em;
  line-height: 47px;
  border-left: 1px solid #dcdcdc;
  color: #000;
  text-align: center;
  text-decoration: none;
  letter-spacing: .05em;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_res_nav .con_res_nav ul li a {
    padding: 0 .5em;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_res_nav .con_res_nav ul li a {
    padding: 7px 10px;
    height: auto;
    line-height: 1.5;
    border-left: none;
  }
}
.wrp_res_nav .con_res_nav ul li a::before {
  content: "";
  display: none;
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 8px;
  background: #a4803e;
  animation: fade 0.2s linear 0s;
  -webkit-animation: fade 0.2s linear 0s;
}
@media only screen and (max-width: 767px) {
  .wrp_res_nav .con_res_nav ul li a::before {
    bottom: 0;
    height: 3px;
  }
}
.wrp_res_nav .con_res_nav ul li a:hover::before {
  display: block;
}
.wrp_res_nav .con_res_nav ul li.rsv a {
  border-left: none;
  background: #513061;
  color: #fff;
}
.wrp_res_nav .con_res_nav ul li.rsv a::before, .wrp_res_nav .con_res_nav ul li.rsv a::after {
  display: none;
}
.wrp_res_nav .con_res_nav ul li.rsv a span::after {
  content: "\f3d3";
  font-family: "Ionicons";
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
}
.wrp_res_nav .con_res_nav ul li.rsv a:hover {
  opacity: 1;
}
.wrp_res_nav .con_res_nav ul li.rsv a:hover span::after {
  padding-left: 5px;
  opacity: 1;
}
.wrp_res_nav .con_res_nav ul li:first-child a {
  border-left: none;
}
.wrp_res_nav .con_res_nav ul li.hover_child::after {
  content: "\f3d0";
  display: block;
  position: absolute;
  bottom: 4px;
  left: 0;
  right: 0;
  margin: auto;
  background: transparent;
  color: #513061;
  font-family: "Ionicons";
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .wrp_res_nav .con_res_nav ul li.hover_child::after {
    display: none;
  }
}
.wrp_res_nav .con_res_nav ul li.hover_child::before {
  content: "";
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background: #a4803e;
  animation: fade 0.2s linear 0s;
  -webkit-animation: fade 0.2s linear 0s;
}
@media only screen and (max-width: 767px) {
  .wrp_res_nav .con_res_nav ul li.hover_child::before {
    height: 3px;
  }
}
.wrp_res_nav .con_res_nav ul li.hover_child a::before {
  display: none !important;
}
.wrp_res_nav .con_res_nav ul li.hover_child:hover .inner {
  display: block;
}
@media only screen and (max-width: 767px) {
  .wrp_res_nav .con_res_nav ul li.hover_child:hover .inner {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_res_nav .con_res_nav ul li.hover_child:hover::before {
    display: block;
  }
}
.wrp_res_nav .con_res_nav ul li .inner {
  display: none;
  position: absolute;
  top: 63px;
  left: 0;
  width: 100%;
  z-index: 9999;
  animation: fade 0.2s linear 0s;
  -webkit-animation: fade 0.2s linear 0s;
}
.wrp_res_nav .con_res_nav ul li .inner ul {
  background: transparent;
}
.wrp_res_nav .con_res_nav ul li .inner ul li {
  display: block;
  margin-bottom: 1px;
  padding: 0;
  background: #fff;
}
.wrp_res_nav .con_res_nav ul li .inner ul li a {
  height: auto;
  line-height: 1.5;
  padding: 8px 5px;
  border: none;
  color: #505050;
}
.wrp_res_nav .con_res_nav ul li .inner ul li a::after {
  display: none !important;
}
.wrp_res_nav .con_res_nav ul li .inner ul li a:hover {
  background: #dcdcdc;
}
.wrp_res_nav .con_res_nav ul li.active a::before {
  display: block;
}
.wrp_res_nav .con_res_nav ul li.active.hover_child::before {
  display: block;
}

/* -----------------------------------------------------------
	.wrp_search  検索窓
----------------------------------------------------------- */
.wrp_search {
  background: #f2f2f2;
}
.wrp_search .con_res_search {
  padding: 15px 0 10px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_search .con_res_search {
    padding: 15px 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_search .con_res_search {
    display: none;
  }
}
.wrp_search .con_res_search #tc-widget[data-layout='horizontal'] {
  width: 83%;
  margin-bottom: 0px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_search .con_res_search #tc-widget[data-layout='horizontal'] {
    display: inline;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_search .con_res_search #tc-widget[data-layout='horizontal'] .tc-wrap {
    width: 83%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_search .con_res_search #tc-widget[data-layout='horizontal'] .tc-wrap .tc-content {
    display: inline;
  }
}
.wrp_search .con_res_search #tc-widget .tc-wrap .tc-header {
  display: none;
}
.wrp_search .con_res_search #tc-widget .tc-wrap .tc-body .tc-shop {
  margin-right: 22px;
}
.wrp_search .con_res_search #tc-widget .tc-wrap .tc-body .tc-shop select {
  width: 228px;
}
@media only screen and (max-width: 767px) {
  .wrp_search .con_res_search #tc-widget .tc-wrap .tc-body .tc-shop select {
    width: 218px;
  }
}
.wrp_search .con_res_search #tc-widget .tc-wrap .tc-body .tc-date {
  margin-right: 22px;
}
.wrp_search .con_res_search #tc-widget .tc-wrap .tc-body .tc-date input[type='text'] {
  width: 100px;
}
.wrp_search .con_res_search #tc-widget .tc-wrap .tc-body .tc-time {
  margin-right: 22px;
}
.wrp_search .con_res_search #tc-widget .tc-wrap .tc-body .tc-time select {
  width: 83px;
}
.wrp_search .con_res_search #tc-widget .tc-wrap .tc-body .tc-ppl {
  margin-right: 22px;
}
.wrp_search .con_res_search #tc-widget .tc-wrap .tc-body .tc-ppl select {
  width: 83px;
}
.wrp_search .con_res_search #tc-widget .tc-wrap .tc-body .tc-book {
  padding: 0px 15px;
  border: 2px solid #978a4e;
  border-radius: none;
  background: #978a4e;
  color: #fff;
  font-size: 114%;
  font-weight: inherit;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.wrp_search .con_res_search #tc-widget .tc-wrap .tc-body .tc-book:after {
  content: "\f3d3";
  padding-left: 5px;
  font-family: "Ionicons";
}
.wrp_search .con_res_search #tc-widget .tc-wrap .tc-body .tc-book:hover {
  background: #fff;
  color: #978a4e;
}
.wrp_search .con_res_search .box_conditions {
  float: left;
  width: 358px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_search .con_res_search .box_conditions {
    float: none;
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
}
.wrp_search .con_res_search .box_conditions .box {
  display: inline-block;
  margin-right: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_search .con_res_search .box_conditions .box {
    margin-right: 10px;
  }
}
.wrp_search .con_res_search .box_conditions .box .st {
  margin-bottom: 3px;
  color: #978a4e;
  font-size: 94%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_search .con_res_search .box_conditions .box .st {
    text-align: left;
  }
}
.wrp_search .con_res_search .box_conditions .box .datepicker,
.wrp_search .con_res_search .box_conditions .box .restaurant,
.wrp_search .con_res_search .box_conditions .box .ym {
  padding: 7px 30px 7px 25px;
  border: 1px solid #dcdcdc;
  border-radius: 0;
  background: #fff url(../images/common/ic_search_down.jpg) right 15px center no-repeat;
  color: #836c42;
  font-size: 134%;
}
.wrp_search .con_res_search .box_conditions .box .restaurant,
.wrp_search .con_res_search .box_conditions .box .ym {
  display: inline-block;
  text-align: left;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.wrp_search .con_res_search .box_conditions .box select::-ms-expand {
  display: none;
}
.wrp_search .con_res_search .box_conditions .box .restaurant {
  width: 330px;
  font-size: 114%;
}
.wrp_search .con_res_search .box_conditions .box .ym {
  width: 170px;
}
.wrp_search .con_res_search .box_conditions .box .time li {
  display: inline-block;
  margin-right: 10px;
  border-bottom: 4px solid #978a4e;
  color: #836c42;
  font-size: 120%;
}
.wrp_search .con_res_search .box_conditions .box .time li input {
  margin-right: 5px;
}
.wrp_search .con_res_search .box_btn {
  float: left;
  width: 250px;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_search .con_res_search .box_btn {
    float: none;
    width: 100%;
    text-align: center;
  }
}
.wrp_search .con_res_search .box_btn .btn_confirm {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.wrp_search .con_res_search .box_btn .btn_confirm button {
  padding: 10px 15px;
  border: 2px solid #978a4e;
  background: #978a4e;
  color: #fff;
  font-size: 114%;
  font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Arial, "メイリオ", Meiryo, sans-serif;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.wrp_search .con_res_search .box_btn .btn_confirm button::after {
  content: "\f3d3";
  padding-left: 5px;
  font-family: "Ionicons";
}
.wrp_search .con_res_search .box_btn .btn_confirm button:hover {
  background: #fff;
  color: #978a4e;
}
.wrp_search .con_res_search .box_btn .btn_confirm button span {
  padding-right: 5px;
}
.wrp_search .con_res_search .box_btn.restaurant .btn_confirm {
  display: inline-block;
  position: relative;
}
.wrp_search .con_res_search .box_btn.restaurant .btn_confirm:hover {
  color: #978a4e;
}
.wrp_search .con_res_search .box_btn.restaurant .btn_confirm input {
  padding: 13px 15px;
  border: 2px solid #978a4e;
  background: #978a4e;
  color: #fff;
  font-size: 114%;
  font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Arial, "メイリオ", Meiryo, sans-serif;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.wrp_search .con_res_search .box_btn.restaurant .btn_confirm input:hover {
  background: #fff;
  color: #978a4e;
}
.wrp_search .con_res_search .box_btn.restaurant .btn_confirm input span {
  padding-right: 5px;
}
.wrp_search .con_res_search .box_btn.restaurant .btn_confirm i.fa-search {
  position: absolute;
  top: 50%;
  left: 38px;
  margin-top: -0.5em;
  margin-left: -1.5em;
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_search .con_res_search .box_btn.restaurant .btn_confirm i.fa-search {
    left: 38%;
  }
}
.wrp_search .con_res_search .box_btn.restaurant .btn_confirm i.fa-angle-right {
  position: absolute;
  top: 50%;
  right: -12px;
  margin-top: -0.5em;
  margin-left: -1.5em;
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_search .con_res_search .box_btn.restaurant .btn_confirm i.fa-angle-right {
    right: auto;
  }
}
.wrp_search .con_res_search .box_link {
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  width: 16%;
  margin: 0 !important;
}
@media only screen and (max-width: 767px) {
  .wrp_search .con_res_search .box_link {
    width: 100%;
  }
}
.wrp_search .con_res_search .box_link p {
  display: inline-block;
  margin-top: 3px;
  padding: 10px 8px 10px 10px;
  border: 2px solid #513061;
  background: #513061;
  border-radius: 5px;
  font-size: 94%;
  line-height: 1.15em;
}
.wrp_search .con_res_search .box_link p:hover {
  background: #fff;
}
.wrp_search .con_res_search .box_link p.txt {
  border: none;
  display: block;
  margin: 10px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_search .con_res_search .box_link p.txt {
    width: 100%;
  }
}
.wrp_search .con_res_search .box_link p.txt:hover {
  background: none;
}
.wrp_search .con_res_search .box_link p a {
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.wrp_search .con_res_search .box_link p a::after {
  content: "\f3d3";
  padding-left: 5px;
  font-family: "Ionicons";
}
.wrp_search .con_res_search .box_link p a:hover {
  opacity: .7;
  color: #513061;
}

/* -----------------------------------------------------------
	.wrp_notice  PICK UP / NEWS
----------------------------------------------------------- */
.wrp_notice {
  margin-bottom: 20px;
  background: url(../images/common/bg_tex_beige.jpg);
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_notice {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_notice {
    margin-bottom: 40px;
  }
}
.wrp_notice .con_notice .box_event {
  float: left;
  width: 70.5%;
  margin-right: 0.5%;
  padding: 30px 15px 30px 0;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .wrp_notice .con_notice .box_event {
    float: none;
    width: 100%;
    margin-right: 0;
    padding: 30px 0 20px 0;
  }
}
.wrp_notice .con_notice .box_event .st {
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
  line-height: 1.3;
  color: #000;
  font-weight: normal;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_notice .con_notice .box_event .st {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_notice .con_notice .box_event .st {
    margin-bottom: 15px;
  }
}
.wrp_notice .con_notice .box_event .st::before, .wrp_notice .con_notice .box_event .st::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 72px;
  height: 12px;
  background: url(../images/common/line_pickup.png) no-repeat;
  margin-top: -6px;
}
.wrp_notice .con_notice .box_event .st::before {
  left: -97px;
}
.wrp_notice .con_notice .box_event .st::after {
  right: -97px;
}
.wrp_notice .con_notice .box_event .st .en {
  display: block;
  font-size: 234%;
  font-family: "Cinzel", serif;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_notice .con_notice .box_event .st .en {
    font-size: 220%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_notice .con_notice .box_event .st .en {
    font-size: 200%;
  }
}
.wrp_notice .con_notice .box_event .st .jp {
  display: block;
}
.wrp_notice .con_notice .box_event .txt_pickup_none {
  text-align: center !important;
}
.wrp_notice .con_notice .box_event .box_link {
  margin-top: 20px;
}
.wrp_notice .con_notice .box_event .box_link .gold {
  border: 2px solid #836c42;
  background: #836c42;
}
.wrp_notice .con_notice .box_event .box_link .gold a {
  color: #fff;
}
.wrp_notice .con_notice .box_event .box_link .gold:hover {
  background: #fff;
}
.wrp_notice .con_notice .box_event .box_link .gold:hover a {
  color: #836c42;
}
.wrp_notice .con_notice .box_news {
  float: right;
  width: 29%;
  padding: 30px 0;
  border-left: 1px solid #faeac4;
}
@media only screen and (max-width: 1024px) {
  .wrp_notice .con_notice .box_news {
    float: none;
    width: 100%;
    padding-top: 15px;
    border-left: none;
    border-top: 1px solid #faeac4;
  }
}
.wrp_notice .con_notice .box_news .st_m_en {
  font-weight: normal;
  text-align: center;
  margin-bottom: 20px;
}
.wrp_notice .con_notice .box_news .st_m_en .en {
  position: relative;
  display: block;
  color: #000;
  font-size: 234%;
  font-family: "Cinzel", serif;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_notice .con_notice .box_news .st_m_en .en {
    font-size: 220%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_notice .con_notice .box_news .st_m_en .en {
    font-size: 200%;
  }
}
.wrp_notice .con_notice .box_news .st_m_en .en::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 245px;
  height: 2px;
  margin: auto;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #949494), color-stop(50%, #ffffff));
  background: linear-gradient(#949494 50%, #ffffff 50%);
}
.wrp_notice .con_notice .box_news .st_m_en .en::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  width: 50px;
  height: 3px;
  margin: auto;
  background: #a4803e;
}
.wrp_notice .con_notice .box_news .st_m_en .en::before {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #8b5a3c), color-stop(50%, #f4f4f4));
  background: linear-gradient(#8b5a3c 50%, #f4f4f4 50%);
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_notice .con_notice .box_news .st_m_en {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_notice .con_notice .box_news .st_m_en {
    margin-bottom: 15px;
  }
}
.wrp_notice .con_notice .box_news .txt_news_none {
  text-align: center !important;
}
.wrp_notice .con_notice .box_news li {
  font-size: 94%;
}
.wrp_notice .con_notice .box_news li:nth-child(odd) {
  background: #faeac4;
}
.wrp_notice .con_notice .box_news li a {
  display: block;
  padding: 15px 30px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media only screen and (max-width: 767px) {
  .wrp_notice .con_notice .box_news li a {
    padding: 15px;
  }
}
.wrp_notice .con_notice .box_news li a:hover {
  opacity: .7;
}
.wrp_notice .con_notice .box_news li a .date {
  color: #414444;
}
.wrp_notice .con_notice .box_news li a .cate {
  margin: 5px 0;
}
.wrp_notice .con_notice .box_news li a .cate .bg {
  margin-right: 5px;
  padding: 2px 5px;
  border: 1px dotted #c3b087;
  background: #b19665;
  color: #fff;
}
.wrp_notice .con_notice .box_news li a .cate .bg span {
  font-size: 94%;
}
.wrp_notice .con_notice .box_news li a .title {
  color: #000;
}
.wrp_notice .con_notice .box_news .link {
  color: #414444;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin-top: 20px;
  text-align: right;
}
.wrp_notice .con_notice .box_news .link::after {
  content: "\f3d3";
  padding-left: .4em;
  font-family: "Ionicons";
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.wrp_notice .con_notice .box_news .link i {
  margin-left: 1px;
  text-decoration: none;
}
.wrp_notice .con_notice .box_news .link:hover {
  text-decoration: none;
}
.wrp_notice .con_notice .box_news .link:hover::after {
  padding-left: .7em;
}
.wrp_notice .con_notice .box_news .link a {
  color: #000;
  text-decoration: none;
}

/* -----------------------------------------------------------
	.wrp_floor  FLOOR MAP
----------------------------------------------------------- */
.wrp_floor {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_floor {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_floor {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_floor {
    display: none;
  }
}
.wrp_floor .con_floor .st_m_en {
  font-weight: normal;
  text-align: center;
  margin-bottom: 35px;
}
.wrp_floor .con_floor .st_m_en .en {
  position: relative;
  display: block;
  color: #000;
  font-size: 234%;
  font-family: "Cinzel", serif;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_floor .con_floor .st_m_en .en {
    font-size: 220%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_floor .con_floor .st_m_en .en {
    font-size: 200%;
  }
}
.wrp_floor .con_floor .st_m_en .en::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 245px;
  height: 2px;
  margin: auto;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #949494), color-stop(50%, #ffffff));
  background: linear-gradient(#949494 50%, #ffffff 50%);
}
.wrp_floor .con_floor .st_m_en .en::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  width: 50px;
  height: 3px;
  margin: auto;
  background: #a4803e;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_floor .con_floor .st_m_en {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_floor .con_floor .st_m_en {
    margin-bottom: 25px;
  }
}
.wrp_floor .con_floor .box_floor {
  position: relative;
}
.wrp_floor .con_floor .box_floor img {
  width: 100%;
}
.wrp_floor .con_floor .box_floor .over_img {
  position: absolute;
  top: 0;
  left: 0;
}
.wrp_floor .con_floor .note {
  margin-top: 10px;
  font-size: 87%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  text-align: right;
}

/* -----------------------------------------------------------
	.wrp_restaurant_list  レストラン一覧
----------------------------------------------------------- */
.wrp_restaurant_list .con_restaurant_list p.btn {
  display: none;
  position: relative;
  padding: .7em 1.5em;
  background: #a4803e;
  color: #fff;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .wrp_restaurant_list .con_restaurant_list p.btn {
    display: block;
  }
}
.wrp_restaurant_list .con_restaurant_list p.btn::after {
  content: "\f489";
  position: absolute;
  top: 50%;
  right: 14px;
  margin-top: -.5em;
  padding: 1px 5px;
  line-height: 1;
  border: 1px solid #fff;
  font-family: "Ionicons";
}
.wrp_restaurant_list .con_restaurant_list p.btn.active {
  opacity: .8;
}
.wrp_restaurant_list .con_restaurant_list p.btn.active::after {
  content: "\f462";
}
.wrp_restaurant_list .con_restaurant_list ul {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dcdcdc;
}
@media only screen and (max-width: 767px) {
  .wrp_restaurant_list .con_restaurant_list ul {
    display: none;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
}
.wrp_restaurant_list .con_restaurant_list ul li {
  float: left;
  height: 140px;
  width: 15.3%;
  margin: 0 0.1% 5px 0;
}
@media only screen and (max-width: 767px) {
  .wrp_restaurant_list .con_restaurant_list ul li {
    float: none;
    height: auto;
    width: 100%;
    margin: 10px 0 0;
  }
}
.wrp_restaurant_list .con_restaurant_list ul li a {
  display: block;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media only screen and (max-width: 767px) {
  .wrp_restaurant_list .con_restaurant_list ul li a {
    position: relative;
    overflow: hidden;
    border: 1px solid #dcdcdc;
  }
  .wrp_restaurant_list .con_restaurant_list ul li a::after {
    content: "\f3d3";
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -.5em;
    line-height: 1;
    font-family: "Ionicons";
  }
}
.wrp_restaurant_list .con_restaurant_list ul li a:hover {
  opacity: .7;
}
@media only screen and (max-width: 767px) {
  .wrp_restaurant_list .con_restaurant_list ul li a .img {
    float: left;
    width: 25%;
    margin-right: 2%;
  }
}
.wrp_restaurant_list .con_restaurant_list ul li a .img img {
  width: 100%;
}
.wrp_restaurant_list .con_restaurant_list ul li a .txt {
  margin-top: 5px;
  line-height: 1.3;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .wrp_restaurant_list .con_restaurant_list ul li a .txt {
    float: right;
    width: 73%;
    margin-top: 3px;
    padding-right: 30px;
    text-align: left;
  }
}
.wrp_restaurant_list .con_restaurant_list ul li a .txt span {
  font-size: 87%;
}
@media only screen and (max-width: 767px) {
  .wrp_restaurant_list .con_restaurant_list .box_btn {
    margin-top: 25px;
  }
}
.wrp_restaurant_list .con_restaurant_list .box_btn p {
  display: inline-block;
  width: 190px;
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  .wrp_restaurant_list .con_restaurant_list .box_btn p {
    width: 100%;
    margin-bottom: 15px;
  }
}
.wrp_restaurant_list .con_restaurant_list .box_btn p a {
  display: block;
  width: 100%;
  padding: .7em 1.5em;
  border: 3px solid #c4c1ba;
  background: #fff;
  color: #575757;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media only screen and (max-width: 767px) {
  .wrp_restaurant_list .con_restaurant_list .box_btn p a {
    padding: .7em 1em;
  }
}
.wrp_restaurant_list .con_restaurant_list .box_btn p a span::after {
  content: "\f3d3";
  padding-left: 5px;
  font-family: "Ionicons";
}
.wrp_restaurant_list .con_restaurant_list .box_btn p a:hover {
  background: #c4c1ba;
}
