@charset "UTF-8";

:root {
  --BodyBg: rgb(11, 19, 21);
  --BgColorOdd: rgb(11, 19, 21);
  --BgColorEven: rgb(17, 29, 34);
  --colorGray: rgb(97, 102, 128);
  --colorPrimary: rgb(228, 200, 160);
  --colorSecondary: rgb(201, 159, 103);
  --colorLink: var(--colorSecondary);
  --colorLinkHover: var(--colorPrimary);
  --color3rd: rgb(248, 182, 193);
  --colorGray: rgb(123, 123, 123);
  --colorLine: rgba(228, 200, 160, .5);
  --Desktop_NavHeight: 92px;
  --Desktop_NavHeight-small: 60px;
  --Desktop_QtyHeight: 30px;
  --Mobile_QtyHeight: 30px;
  --Mobile_NavHeight: 54px;
  --Grid_Container: 1600px;
  --Grid_Gutter: 30px;
  --MobilePad: 2rem;
  --MobileHeaderH: 72px;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.ff_en-h2,
h2,
.cover_title h2,
.section_title,
.swiper-menu .swiper-slide h4 {
  font-family: freight-big-pro, serif !important;
  font-weight: 300 !important;
  font-style: normal !important;
}

.ff_en,
.separater_text,
.link_more_text {
  font-family: 'Gilmer Medium', serif;
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: .75rem;
}

.subover {
  font-family: 'Kahistto', Sans-serif !important;
  text-transform: initial !important;
  font-weight: 400 !important;
}

.ff_ja,
body,
p,
.food-menu-content .food-menu-desc {
  font-family: 'Noto Sans JP', "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif !important;
  font-weight: 300;
  letter-spacing: 2px;
  line-height: 1.65;
}

.top_bar #menu_wrapper div .nav li>a,
.top_bar .nav_wrapper_topmenu .menu-item a,
.top_bar .nav_wrapper_topmenu .menu-item-primary,
.ff_ja-serif,
.button_reservation.button_primary,
a.button_reservation.button_primary,
.footer_row .widgettitle,
.footer_row .widget-content p,
#menu-main-menu li a,
.link_tel,
.section_title.title-ja,
.section_subtitle,
.food-menu-content .food-menu-title,
.food-menu-content .menu-title,
.food-menu-content-price-holder,
.food-menu-content .menu-price,
.food-menu-content .menu_post.size,
.food-menu-grids .food-menu-content-grid .food-menu-desc-row p,
ul.setion-nav>li a,
#mobile_main_menu li a {
  font-weight: 500;
  font-style: normal;
  font-family: dnp-shuei-mincho-pr6n, 'Noto Serif JP', "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
}

.top_bar #menu_wrapper div .nav li>a,
.top_bar .nav_wrapper_topmenu .menu-item a,
.top_bar .nav_wrapper_topmenu .menu-item-primary {
  font-size: .875rem;
  letter-spacing: 2px;
}

.button_reservation.button_primary:before,
a.button_reservation.button_primary:before {
  background: #735533;
  background: -webkit-gradient(linear, left top, right top, from(#735533), color-stop(20%, #8e6e47), color-stop(38%, #a38256), color-stop(55%, #b29061), color-stop(78%, #ba9868), to(#bd9b6a));
  background: linear-gradient(90deg, #735533 0%, #8e6e47 20%, #a38256 38%, #b29061 55%, #ba9868 78%, #bd9b6a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#735533", endColorstr="#bd9b6a", GradientType=1);
}

.abs {
  position: absolute;
}

.rl {
  position: relative;
}

.al_left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.al_center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.al_right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.align_left {
  text-align: left;
}

.align_center {
  text-align: center;
}

.align_right {
  text-align: right;
}

.svg_wrapper {
  width: 100%;
  position: relative;
  display: block;
}

.svg_wrapper svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.svg_wrapper.svg_eq {
  padding-top: 100%;
}

.svg_wrapper.svg_logo_full,
.svg_wrapper.svg_logo-full {
  padding-top: 30.641%;
}

.svg_wrapper.svg_logo_icon {
  padding-top: 86.486%;
}

.svg_wrapper_elem01 {
  padding-top: 35.658%;
}

.obj-fit {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
}

.obj-fit-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
  font-family: "object-fit: cover;";
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.circle_crop {
  border-radius: 100%;
  overflow: hidden;
}

a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.ff_custom h1,
.ff_custom h2,
.ff_custom h3,
.ff_custom h4,
.ff_custom h5,
.ff_custom p {
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-size: inherit;
}

.ff_custom.ff_en h4 {
  font-size: .85rem;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.ff_custom.ff_en span {
  font-size: .85rem;
}

.ff_custom.ff_en-h2 h3 {
  font-size: 1.85rem;
}

.ff_custom.ff_ja span {
  font-size: .85rem;
}

.title_line:not(.elementor-element) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.title_line:not(.elementor-element):after,
.title_line:not(.elementor-element):before {
  background: var(--colorLine);
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 1px;
}

.title_line:not(.elementor-element):before {
  margin-right: 1rem;
}

.title_line:not(.elementor-element):after {
  content: '';
  margin-left: 1rem;
}

.title_line:not(.elementor-element)-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.title_line:not(.elementor-element)-center:before {
  content: '';
}

.title_line .elementor-widget-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.title_line .elementor-widget-container:after,
.title_line .elementor-widget-container:before {
  background: var(--colorLine);
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 1px;
}

.title_line .elementor-widget-container:before {
  margin-right: 1rem;
}

.title_line .elementor-widget-container:after {
  content: '';
  margin-left: 1rem;
}

.title_line-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.title_line-center:before {
  content: '';
}

.title_line-center .elementor-widget-container {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.title_line-center .elementor-widget-container:before {
  content: '';
}

@media screen and (min-width: 768px) {
  .hide-desktop {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {

  .hide-tablet,
  .hide-mobile {
    display: none !important;
  }
}

@media screen and (max-width: 479px) {
  .hide-mobile {
    display: none !important;
  }
}

.button,
a.button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.button_reservation.button_primary,
a.button_reservation.button_primary {
  letter-spacing: 1px;
  font-weight: 600;
  background: transparent;
  border-color: transparent;
  position: relative;
  z-index: 1;
}

.button_reservation.button_primary:before,
a.button_reservation.button_primary:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: block;
  z-index: -1;
}

.button_reservation.button_primary:hover,
.button_reservation.button_primary:focus,
a.button_reservation.button_primary:hover,
a.button_reservation.button_primary:focus {
  color: #FFF;
}

.button_reservation.button_primary:hover:before,
.button_reservation.button_primary:focus:before,
a.button_reservation.button_primary:hover:before,
a.button_reservation.button_primary:focus:before {
  background: var(--colorSecondary);
}

@media screen and (max-width: 479px) {
  p {
    font-size: 3.4285vw;
  }
}

.elementor-section-boxed p {
  padding-top: 0 !important;
}

.elementor-section-boxed .link_tel {
  font-size: 1.85rem;
  font-weight: 500;
}

.elementor-section-boxed .separater_text {
  width: 80%;
  max-width: 10em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 1rem auto;
}

.elementor-section-boxed .separater_text:before,
.elementor-section-boxed .separater_text:after {
  opacity: .25;
}

.elementor-section-boxed .separater_text:before {
  margin-left: 0;
}

.elementor-section-boxed .separater_text:after {
  margin-right: 0;
}

.elementor-section-boxed .button_primary {
  font-size: 1.05rem;
  width: 80%;
}

h2,
.cover_title h2 {
  text-transform: uppercase;
}

.no_pad_bottom {
  padding-bottom: 0 !important;
}

.decor {
  margin-bottom: 5px;
  line-height: 1;
  display: inline-block;
}

.decor:first-child {
  margin-right: 8px;
}

.decor:last-child {
  margin-left: 8px;
}

span+.decor {
  margin-left: 8px;
}

.decor+span {
  margin-right: 8px;
}

.cover_title h2 {
  font-size: 6rem;
}

.footer-logo {
  max-width: 141px;
  width: 50%;
}

.footer_bar_wrapper {
  background: transparent !important;
  border-top: none;
  position: relative;
  z-index: 1;
}

.footer_bar_wrapper:before {
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: -1;
  background: var(--BodyBg);
  display: block;
  opacity: .35;
}

.footer_row .widget p,
.footer_row .widget .menu-item {
  opacity: .5;
}

.footer_row .widget .button+p {
  margin-top: 1.5rem;
}

.footer_row .widgettitle {
  color: var(--colorSecondary) !important;
  font-size: .875rem;
}

.footer_row .widget-content .link_tel {
  font-size: 120%;
}

.footer_row .widget-content .button_primary {
  width: 100%;
}

@media screen and (max-width: 960px) and (min-width: 768px) {
  .footer_row .widget-content .button_primary {
    width: 80%;
  }
}

#footer .oh_br {
  display: none;
}

#footer .button:hover,
#footer .button:focus,
#footer a.button:hover,
#footer a.button:focus {
  color: #FFF;
}

#footer ul.sidebar_widget .social_wrapper {
  margin-top: 2rem;
  margin-bottom: 0;
}

#footer ul.sidebar_widget .social_wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -.5rem;
  margin-right: -.5rem;
}

@media screen and (max-width: 767px) {
  #footer ul.sidebar_widget .social_wrapper ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

#footer ul.sidebar_widget .social_wrapper ul li {
  padding: 0 .5rem;
}

#footer ul.sidebar_widget .social_wrapper ul li a {
  color: var(--colorSecondary);
  opacity: .5;
}

#footer ul.sidebar_widget .social_wrapper ul li a:hover {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  #footer ul.sidebar_widget.four {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  #footer ul.sidebar_widget.four li {
    float: none;
  }
}

@media screen and (max-width: 767px) {
  #footer ul.sidebar_widget.four li#block-9 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  #footer ul.sidebar_widget.four li#block-9 .footer-logo {
    margin: 0 auto;
  }
}

#copyright {
  font-size: .65rem !important;
  color: var(--colorPrimary) !important;
  opacity: .5;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  letter-spacing: .1em;
  text-transform: uppercase;
}

#copyright.align_center {
  margin: 0;
  float: none;
  width: 100%;
  text-align: center;
}

.above_top_bar .top_contact_info i {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.above_top_bar>.page_content_wrapper {
  max-width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.top_bar {
  border-color: var(--colorLine);
  height: auto;
  background: rgba(0, 0, 0, 0.5);
}

.top_bar #menu_border_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.top_bar #menu_wrapper {
  max-width: 100%;
  padding: 0 0 0 1.5rem;
}

@media screen and (min-width: 768px) {
  .top_bar #menu_wrapper .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.top_bar #menu_wrapper .nav li a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media screen and (max-width: 960px) {
  .top_bar #menu_wrapper {
    padding-left: 0;
  }
}

.top_bar #menu_wrapper #custom_logo {
  width: 140px;
}

@media screen and (max-width: 621px) {
  .top_bar #menu_wrapper #custom_logo {
    width: 100px;
  }
}

.top_bar #menu_wrapper #custom_logo_transparent {
  width: 196px;
}

@media screen and (max-width: 621px) {
  .top_bar #menu_wrapper #custom_logo_transparent {
    width: 126px;
  }
}

.top_bar .nav_wrapper_topmenu .nav_wrapper_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 961px) {
  .top_bar .nav_wrapper_topmenu .nav_wrapper_inner {
    display: table;
  }

  .top_bar .nav_wrapper_topmenu .nav_wrapper_inner>#menu_border_wrapper {
    border-right: 1px solid var(--colorLine);
  }

  .top_bar .nav_wrapper_topmenu .nav_wrapper_inner>#menu_border_wrapper,
  .top_bar .nav_wrapper_topmenu .nav_wrapper_inner #menu_border_wrapper+a {
    display: table-cell;
    vertical-align: middle;
  }

  .top_bar .nav_wrapper_topmenu .nav_wrapper_inner #main_menu li a {
    -webkit-transition: color .4s ease-out;
    transition: color .4s ease-out;
  }

  .top_bar .nav_wrapper_topmenu .nav_wrapper_inner #main_menu li a:hover {
    color: var(--colorPrimary);
  }
}

.top_bar .nav_wrapper_topmenu .menu-item-primary {
  padding: 0 1.5rem;
  position: relative;
  z-index: 1;
  color: var(--colorPrimary);
}

.top_bar .nav_wrapper_topmenu .menu-item-primary:before {
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background: #000;
  z-index: -1;
  opacity: 0.25;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.top_bar .nav_wrapper_topmenu .menu-item-primary:hover:before {
  opacity: .85;
}

@media screen and (min-width: 768px) and (max-width: 960px) {
  .top_bar .nav_wrapper_topmenu .menu-item-primary {
    display: none;
  }
}

.top_bar.hasbg {
  border-bottom: 1px solid var(--colorLine);
}

@media screen and (max-width: 767px) {
  .top_bar.hasbg {
    height: var(--MobileHeaderH) !important;
  }
}

.top_bar.hasbg .nav_wrapper_topmenu #main_menu li a {
  position: relative;
  z-index: 1;
}

.top_bar.hasbg .nav_wrapper_topmenu #main_menu li a:before {
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background: var(--colorSecondary);
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.top_bar.hasbg .nav_wrapper_topmenu #main_menu li a:hover:before {
  opacity: .85;
}

.separater_text {
  display: inline-block;
  max-width: 15em;
  width: 50%;
  overflow: hidden;
  font-size: 1rem;
}

.separater_text:before,
.separater_text:after {
  content: "";
  position: relative;
  border-top: 1px solid;
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  margin-bottom: 0.15em;
  overflow: hidden;
}

.separater_text:before {
  right: 0.5em;
  margin-left: -50%;
}

.separater_text:after {
  left: 0.5em;
  margin-right: -50%;
}

@media screen and (min-width: 480px) {
  .container_boxed {
    margin: 0 8%;
  }
}

.container_boxed__right_full {
  margin-right: 0;
}

.container_boxed__right_full>.elementor-container {
  z-index: 1;
}

.container_boxed__right_full>.elementor-container>.elementor-column:first-child {
  padding-right: 5%;
}

.container_boxed__left_full {
  margin-left: 0;
}

.container_boxed__left_full>.elementor-container {
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .container_boxed__left_full>.elementor-container>.elementor-column:last-child {
    padding-left: 5%;
  }
}

.container_boxed.fixed_bottom>.elementor-container>.elementor-column:first-child {
  margin-bottom: 120px;
}

@media screen and (max-width: 767px) {
  .container_boxed.fixed_bottom>.elementor-container>.elementor-column:first-child {
    margin-bottom: 45vw;
  }
}

.container_boxed.fixed_bottom>.elementor-container>.elementor-column.col-sidefit .elementor-widget-image {
  position: absolute;
  width: 50vw;
  -webkit-transform: none;
  transform: none;
  right: -5vw;
  bottom: 0;
}

@media screen and (max-width: 621px) {
  .container_boxed.fixed_bottom>.elementor-container>.elementor-column.col-sidefit .elementor-widget-image {
    width: 65vw;
    right: 0;
  }
}

.container_boxed .col-sidefit>div {
  padding: 0 !important;
}

.container_boxed .col-sidefit>div .elementor-widget-image {
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
  z-index: -1;
}

.subover {
  color: var(--color3rd);
  display: inline-block;
  letter-spacing: 0;
}

.link_more {
  color: var(--colorLink);
  font-size: .815rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.link_more_icon {
  font-size: 1.65rem;
  width: 62px;
  display: block;
  position: relative;
  -webkit-transition: -webkit-transform 0.5s linear;
  transition: -webkit-transform 0.5s linear;
  transition: transform 0.5s linear;
  transition: transform 0.5s linear, -webkit-transform 0.5s linear;
}

.link_more_icon:before {
  content: '';
  width: 100%;
  padding-top: 100%;
  height: 0;
  border-radius: 100%;
  border: 1px solid var(--colorLink);
  position: relative;
  display: block;
}

.link_more_icon i {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-45%, -50%);
  transform: translate(-45%, -50%);
  position: absolute;
}

.link_more_text {
  margin-left: -1rem;
  padding: 4px 0;
  background: var(--BgColorOdd);
  position: relative;
  z-index: 1;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.5s linear;
  transition: -webkit-transform 0.5s linear;
  transition: transform 0.5s linear;
  transition: transform 0.5s linear, -webkit-transform 0.5s linear;
}

.link_more:hover,
.link_more:focus,
.link_more:active {
  color: var(--colorLinkHover);
  text-decoration: none;
}

.link_more:hover .link_more_icon,
.link_more:focus .link_more_icon,
.link_more:active .link_more_icon {
  -webkit-transform: scale(0.85);
  transform: scale(0.85);
}

.link_more:hover .link_more_icon:before,
.link_more:focus .link_more_icon:before,
.link_more:active .link_more_icon:before {
  border-color: 1px solid var(--colorLinkHover);
}

.link_more:hover .link_more_text,
.link_more:focus .link_more_text,
.link_more:active .link_more_text {
  -webkit-transform: scale(1.15) translateX(10px);
  transform: scale(1.15) translateX(10px);
}

.link_overfill {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

@media screen and (max-width: 767px) {
  #wrapper #page_content_wrapper {
    padding: 0;
  }
}

#wrapper #page_content_wrapper .inner .sidebar_content.full_width {
  float: none;
}

.link_tel {
  font-weight: 600;
}

.cover_bg .link_tel {
  font-size: 2.15rem;
  font-weight: 500;
  letter-spacing: .05em;
  color: #FFF;
}

.cover_bg .elementor-widget-ucaddon_custom_heading {
  margin-bottom: 0;
}

.sec_morelink {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sidebar_content>.elementor>section:nth-child(odd) {
  background: var(--BgColorEven);
}

.sidebar_content>.elementor>section:nth-child(odd) .elementor-shape-top .elementor-shape-fill:nth-child(1) {
  fill: var(--BgColorEven);
}

.sidebar_content>.elementor>section:nth-child(odd) .elementor-shape-bottom .elementor-shape-fill:nth-child(1) {
  fill: var(--BgColorOdd);
}

.sidebar_content>.elementor>section:nth-child(odd):not(.cover_bg) .elementor-shape-top .elementor-shape-fill:nth-child(1) {
  fill: var(--BgColorEven);
}

.sidebar_content>.elementor>section:nth-child(odd):not(.cover_bg) .elementor-shape-top .elementor-shape-fill:nth-child(2) {
  fill: var(--BgColorEven);
}

.sidebar_content>.elementor>section:nth-child(odd):not(.cover_bg) .elementor-shape-top .elementor-shape-fill:nth-child(3) {
  fill: var(--BgColorEven);
}

.sidebar_content>.elementor>section:nth-child(odd):not(.cover_bg) .elementor-shape-bottom .elementor-shape-fill:nth-child(1) {
  fill: var(--BgColorOdd);
}

.sidebar_content>.elementor>section:nth-child(odd):not(.cover_bg) .elementor-shape-bottom .elementor-shape-fill:nth-child(2) {
  fill: var(--BgColorOdd);
}

.sidebar_content>.elementor>section:nth-child(odd):not(.cover_bg) .elementor-shape-bottom .elementor-shape-fill:nth-child(3) {
  fill: var(--BgColorOdd);
}

.sidebar_content>.elementor>section:nth-child(odd).bg_half:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 40%;
  top: 0;
  left: 0;
  background: var(--BgColorOdd);
  display: block;
  z-index: 0;
}

.sidebar_content>.elementor>section:nth-child(odd) .link_more_text {
  background: var(--BgColorEven);
}

.sidebar_content>.elementor>section:nth-child(odd) .section_title {
  color: var(--colorSecondary);
}

.sidebar_content>.elementor>section:nth-child(odd) .section_subtitle {
  color: var(--colorPrimary);
}

.sidebar_content>.elementor>section:nth-child(odd).section_menu .section_title {
  color: var(--colorPrimary);
}

.sidebar_content>.elementor>section:nth-child(even) {
  background: var(--BgColorOdd);
}

.sidebar_content>.elementor>section:nth-child(even) .link_more_text {
  background: var(--BgColorOdd) !important;
}

.sidebar_content>.elementor>section.jarallax:first-child .section_titles h2.section_title {
  color: var(--colorPrimary);
}

.sidebar_content>.elementor>section.cover_bg .section_titles .section_title {
  color: #FFF;
}

.sidebar_content>.elementor>section.cover_bg .section_titles .section_title .subover {
  color: var(--colorPrimary);
}

.sidebar_content>.elementor>section.cover_bg .separater_text {
  color: var(--colorPrimary);
}

.sidebar_content>.elementor>section.cover_bg .button_reservation.button_primary {
  font-size: 1.05rem;
  letter-spacing: .2em;
  min-width: 240px;
  max-width: 280px;
  width: 80%;
  text-align: center;
  color: #FFF;
}

.sidebar_content>.elementor>section.cover_bg .button_reservation.button_primary:before {
  background: rgba(0, 0, 0, 0.45);
  border: 1px solid;
}

.sidebar_content>.elementor>section.cover_bg .button_reservation.button_primary:hover,
.sidebar_content>.elementor>section.cover_bg .button_reservation.button_primary:focus {
  color: #FFF;
}

.sidebar_content>.elementor>section.cover_bg .button_reservation.button_primary:hover:before,
.sidebar_content>.elementor>section.cover_bg .button_reservation.button_primary:focus:before {
  background: var(--colorSecondary);
}

.container_style_minimal {
  margin-left: -2rem;
  margin-right: 2rem;
}

.section_common {
  padding: 80px 0 0;
}

@media screen and (min-width: 480px) {
  .section_common {
    padding: 15% 0 0;
  }

  .section_common:last-child {
    padding-top: 10%;
    padding-bottom: 15%;
  }
}

@media screen and (max-width: 767px) {
  .section_common.elementor-section-stretched>div {
    padding: 0 6.5vw;
  }
}

.section_page {
  padding-left: 90px;
  padding-right: 90px;
  padding-top: 80px;
  padding-bottom: 80px;
}

@media screen and (min-width: 480px) {
  .section_page {
    padding-left: 160px;
    padding-right: 160px;
    padding-top: 110px;
    padding-bottom: 110px;
  }
}

@media screen and (min-width: 768px) {
  .section_page {
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 110px;
    padding-bottom: 110px;
  }
}

.section_titles {
  margin-bottom: 2rem;
}

.section_titles_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.section_titles.align_center .section_titles_inner {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section_titles.align_right .section_titles_inner {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.section_titles_center-middle {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section_titles_center-middle .section_title {
  padding-bottom: 4rem;
}

.section_titles_center-middle .section_title .subover {
  text-align: center;
}

.section_title {
  padding-bottom: 1rem;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  line-height: 1.05;
  font-size: calc(8.9535714286vw + 13.4285714286px);
  word-break: break-word;
}

.section_title.title-ja {
  font-size: 2.15rem;
  letter-spacing: .08em;
}

.section_title.title-ja .subover {
  right: -18%;
  bottom: 0.25rem;
  font-size: 68%;
  display: inline-block;
  width: auto;
}

@media screen and (max-width: 621px) {
  .section_title.title-ja .subover {
    right: 0;
  }
}

.section_title .subover {
  font-size: 62%;
  position: absolute;
  width: 100%;
  text-align: right;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 479px) {
  .section_title .subover {
    font-size: 58%;
    right: -1rem;
    bottom: 0.5rem;
  }
}

@media screen and (min-width: 768px) {
  .section_title {
    font-size: calc(5.253571vw + 13.4285714286px);
  }
}

@media screen and (min-width: 1367px) {
  .section_title {
    font-size: 5rem;
  }
}

.section_title .bigger {
  font-size: 138%;
}

.section_title.style_02 .deco_obj {
  width: 20%;
  right: -3rem;
  bottom: -0.75rem;
}

.section_subtitle {
  letter-spacing: .1em;
  color: #FFF;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.section_subtitle_smaller {
  font-size: 1.35rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.section_morelink {
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section_morelink.al_right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

section.page_cover .section_titles {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  section.page_cover .section_titles {
    margin-top: calc(var(--MobileHeaderH) / 2 + 8px);
  }
}

section#homeIntro {
  padding-top: 15%;
}

section#homeIntro .section_title {
  margin-bottom: 2rem;
}

section#homeIntro .section_title .subover {
  bottom: 0;
}

@media screen and (min-width: 768px) {
  section#homeIntro .section_title .subover {
    width: 50%;
    right: 20%;
  }
}

@media screen and (max-width: 767px) {
  section#homeIntro .section_title .subover {
    width: 50%;
    right: 35%;
  }
}

@media screen and (max-width: 479px) {
  section#aboutIntro {
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 479px) {
  section#sideGallery #sideCard {
    padding-top: 160px;
  }
}

@media screen and (max-width: 479px) {
  section#sideGallery #cardSideGallery {
    top: -80px;
    left: -1rem;
    position: absolute;
    width: calc(100% + 2rem);
    height: 100%;
    overflow: hidden;
  }
}

@media screen and (max-width: 479px) {
  section#card_section {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }
}

section#lastReserve .elementor-widget:not(:last-child) {
  margin-bottom: 0;
}

section#instafeed .section_title {
  font-size: calc(6.753571vw + 13.4285714286px);
}

.gallery-grid_stl__01 {
  position: relative;
}

@media screen and (min-width: 768px) {
  .gallery-grid_stl__01 {
    margin-left: 10%;
  }
}

.gallery-grid_stl__01-item:nth-child(1) {
  width: 76%;
  margin-left: -1rem;
}

.gallery-grid_stl__01-item:nth-child(1) .obj-fit {
  padding-top: 104.187%;
}

.gallery-grid_stl__01-item:nth-child(2) {
  width: 46%;
  position: absolute;
  right: -4%;
  top: 48%;
  z-index: 1;
}

.gallery-grid_stl__01-item:nth-child(2) .obj-fit {
  padding-top: 125.441%;
}

.gallery-grid_stl__01-item:nth-child(3) {
  width: 46%;
  margin-top: 4rem;
  margin-left: 18%;
}

.gallery-grid_stl__01-item:nth-child(3) .obj-fit {
  padding-top: 85.49%;
}

.gallery-grid_style_masonry {
  --wrapper: calc(100vw + var(--mdGutterTB));
  --gutter: 10px;
  --rh: calc((var(--wrapper) - (4 * var(--gutter))) / 7);
  --mdGutter: calc((var(--gutter)) * 10);
  --mdGutterTB: calc((var(--gutter)) * 2);
  --mdGutter_mobile: calc((var(--gutter)) * 3);
  --mdGutterTB_mobile: calc((var(--gutter)) * 1);
  width: var(--wrapper);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[13];
  grid-template-columns: repeat(13, 1fr);
  grid-auto-flow: dense;
  grid-auto-rows: minmax(var(--rh), auto);
  grid-gap: var(--gutter);
  position: relative;
  z-index: 0;
}

.gallery-grid_style_masonry .gallery-grid-item {
  padding-left: calc(var(--gutter) * 2);
  padding-right: calc(var(--gutter) * 2);
  padding-top: calc(var(--gutter) * 2);
}

@media screen and (max-width: 479px) {
  .gallery-grid_style_masonry .gallery-grid-item {
    padding-left: calc(var(--gutter) * 1);
    padding-right: calc(var(--gutter) * 1);
    padding-top: calc(var(--gutter) * 1);
  }
}

.gallery-grid_style_masonry .gallery-grid-item .obj-fit {
  padding-top: 0;
  height: 100%;
  z-index: -1;
}

.gallery-grid_style_masonry .gallery-grid-item .obj-fit.overlay:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(rgba(0, 0, 40, 0.25)), color-stop(black), to(rgba(50, 0, 0, 0.15)));
  background-image: linear-gradient(0deg, black, rgba(0, 0, 40, 0.25), black, rgba(50, 0, 0, 0.15));
  opacity: 0.5;
}

.gallery-grid_style_masonry .gallery-grid-item_lg {
  grid-column: span 5;
  grid-row: span 3;
}

.gallery-grid_style_masonry .gallery-grid-item_md {
  grid-column: span 4;
  grid-row: span 2;
}

.gallery-grid_style_masonry .gallery-grid-item_sm {
  grid-column: span 2;
  grid-row: span 1;
}

.gallery-grid_style_masonry .gallery-grid-item_sm .obj-fit {
  padding-top: 135.195%;
}

.gallery-grid_style_masonry .gallery-grid-item:nth-child(1),
.gallery-grid_style_masonry .gallery-grid-item:nth-child(2),
.gallery-grid_style_masonry .gallery-grid-item:nth-child(6) {
  padding-left: 0;
}

.gallery-grid_style_masonry .gallery-grid-item:nth-child(2),
.gallery-grid_style_masonry .gallery-grid-item:nth-child(6),
.gallery-grid_style_masonry .gallery-grid-item:nth-child(7) {
  padding-right: 0;
}

.gallery-grid_style_masonry .gallery-grid-item:nth-child(3) {
  padding-top: calc(var(--gutter) * 6);
  padding-bottom: calc(var(--gutter) * 6);
}

@media screen and (max-width: 479px) {
  .gallery-grid_style_masonry .gallery-grid-item:nth-child(3) {
    padding-top: calc(var(--gutter) * 3);
    padding-bottom: calc(var(--gutter) * 1);
  }
}

.gallery-grid_style_masonry:nth-child(4) {
  padding-left: 0;
  padding-right: var(--mdGutter);
  padding-top: var(--mdGutterTB);
}

@media screen and (max-width: 479px) {
  .gallery-grid_style_masonry:nth-child(4) {
    padding-right: var(--mdGutter_mobile);
    padding-top: var(--mdGutterTB_mobile);
  }
}

.gallery-grid_style_masonry:nth-child(5) {
  padding-right: 0;
  padding-left: var(--mdGutter);
  padding-bottom: var(--mdGutterTB);
}

@media screen and (max-width: 479px) {
  .gallery-grid_style_masonry:nth-child(5) {
    padding-right: var(--mdGutter_mobile);
    padding-top: var(--mdGutterTB_mobile);
  }
}

.gallery-grid_style_minimal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -1rem;
  margin-right: -1rem;
}

.gallery-grid_style_minimal .gallery-grid-item {
  padding: 0 1rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.gallery-grid_style_minimal .gallery-grid-item .obj-fit {
  padding-top: 159.24%;
}

.gallery-grid.deco_style_02 .deco_obj {
  width: 35%;
  right: -3.75rem;
  bottom: -6.5rem;
}

.deco_obj {
  position: absolute;
}

.deco_obj svg {
  fill: #FFF;
  opacity: .2;
}

.deco_style_01 {
  padding-top: 4rem;
}

@media screen and (min-width: 768px) {
  .deco_style_01 {
    margin-left: 10%;
  }
}

.deco_style_01 .deco_obj_01 {
  width: 38%;
  right: -4%;
  top: 0;
  z-index: -1;
}

.deco_style_01 .deco_obj_02 {
  width: 24%;
  right: 10%;
  top: 27%;
}

.deco_style_01 .deco_obj_03 {
  width: 12.5%;
  left: 9%;
  bottom: 24.5%;
  z-index: -1;
}

.deco_style_01 .deco_obj_04 {
  width: 18%;
  left: 8%;
  bottom: -6%;
}

.deco_style_01 .deco_obj_05 {
  width: 19%;
  right: 1%;
  bottom: 0;
  z-index: 1;
}

.swiper-title {
  padding-left: 7%;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 479px) {
  .swiper-title {
    padding-left: 10%;
    margin-bottom: 1.5rem;
  }
}

.swiper-title .section_title {
  padding: 0;
  color: var(--colorSecondary);
  display: inline-block;
  line-height: 1;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 50% 135%;
  transform-origin: 50% 135%;
  position: absolute;
  left: -5%;
  top: 0;
}

@media screen and (max-width: 479px) {
  .swiper-title .section_title {
    -webkit-transform-origin: 45% 145%;
    transform-origin: 45% 145%;
  }
}

.swiper-menu {
  margin-left: 12%;
  margin-right: 0;
}

.swiper-menu .swiper-slide {
  padding: 0;
  margin: 0 3.5vw 0 0;
}

.swiper-menu .swiper-slide:before,
.swiper-menu .swiper-slide:after {
  content: none;
}

.swiper-menu .swiper-slide img {
  vertical-align: bottom;
}

.swiper-menu .swiper-slide h4 {
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  padding-bottom: 1rem;
}

@media screen and (min-width: 480px) {
  .swiper-menu .swiper-slide h4 {
    padding-bottom: 2rem;
  }
}

@media screen and (min-width: 340px) {
  .swiper-menu .swiper-slide h4 {
    font-size: calc(5.3928571429vw + 13.1428571429px);
    line-height: calc(3.3928571429vw + 13.1428571429px);
  }

  .swiper-menu .swiper-slide h4 .subover {
    font-size: 60%;
    line-height: 1;
    position: absolute;
    bottom: 0;
    right: -2rem;
  }
}

@media screen and (min-width: 340px) and (max-width: 479px) {
  .swiper-menu .swiper-slide h4 .subover {
    right: -1rem;
  }
}

.swiper-menu .slide-text {
  padding: 0 1rem;
  margin-top: -2rem;
  position: relative;
  z-index: 2;
}

#wrapper #page_content_wrapper {
  max-width: 100%;
}

/***************
Food Menu
***************/
.food-menu-content-title-line {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--colorLine);
  opacity: .5;
}

.food-menu-content .food-menu-title,
.food-menu-content .menu-title {
  font-size: 1.15rem;
  color: #FFF;
  word-break: break-all;
}

.food-menu-content-price-holder,
.food-menu-content .menu-price,
.food-menu-content .menu_post.size {
  font-size: 1.15rem;
  letter-spacing: .085em;
  color: #FFF;
}

.food-menu-content .food-menu-desc {
  font-weight: 300;
  letter-spacing: 1px;
  color: #FFF;
}

.food-menu-content.no-food-img {
  padding-top: 10px;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

.food-menu-content.no-food-img .food-menu-content-top-holder,
.food-menu-content.no-food-img .food-menu-desc {
  width: 100%;
}

@media screen and (min-width: 768px) {

  .food-menu-content.no-food-img .food-menu-content-top-holder+.menu_post.size,
  .food-menu-content.no-food-img .food-menu-desc+.menu_post.size {
    margin-left: auto;
  }
}

@media screen and (max-width: 767px) {
  .food-menu-content.no-food-img .food-menu-content-top-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .food-menu-content.no-food-img .food-menu-content-top-holder>div {
    width: auto;
    margin-bottom: 0;
  }

  .food-menu-content.no-food-img .food-menu-content-top-holder>div.food-menu-content-title-line {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.food-menu-content.no-food-img .food-menu-desc {
  font-size: 95%;
}

.food-menu-content.no-food-img .menu_post.size {
  margin-right: 0;
}

.food-menu-content.no-food-img .menu_post.size .menu_title {
  font-size: 80%;
}

@media screen and (min-width: 768px) {
  .food-menu-content.no-food-img.multi-price .food-menu-content-top-holder {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .food-menu-content.no-food-img.multi-price .food-menu-content-top-holder+.menu-post-sizes .size {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .food-menu-content.no-food-img.multi-price .food-menu-content-top-holder .food-menu-content-title-holder {
    display: block;
    width: auto;
  }

  .food-menu-content.no-food-img.multi-price .food-menu-content-top-holder .food-menu-content-title-line {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: block;
    width: 100%;
    bottom: auto;
    top: 13px;
  }

  .food-menu-content.no-food-img.multi-price .food-menu-content-top-holder .menu-post-sizes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .food-menu-content.no-food-img.multi-price .food-menu-content-top-holder .menu-post-sizes .menu_post.size {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.food-menu-column {
  padding: 0 2rem;
  margin-bottom: 2rem;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 480px) {
  .food-menu-column {
    padding: 0 2rem;
  }
}

@media screen and (max-width: 767px) {
  .food-menu-column:not(:last-child) {
    margin-bottom: 4rem;
  }
}

@media screen and (max-width: 339px) {
  .food-menu-column {
    padding: 0 7vw;
  }
}

.food-menu-column>div {
  padding: 0 !important;
}

.food-menu-column .elementor-widget-ucaddon_custom_heading {
  margin-bottom: 0;
}

.food-menu-column .section_titles,
.food-menu-column .food-menu-content {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 767px) {
  .food-menu-column .section_titles_inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .food-menu-column .section_titles_inner+.section_subtitle {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.food-menu-grids {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 calc(2rem * -1);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.food-menu-grids .food-menu-content-grid {
  width: 100%;
  margin-bottom: 4rem;
  padding: 0 2rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .food-menu-grids .food-menu-content-grid {
    margin-bottom: 6rem;
    width: 50%;
  }
}

@media screen and (min-width: 1280px) {
  .food-menu-grids .food-menu-content-grid {
    padding: 0 5%;
  }
}

.food-menu-grids .food-menu-content-grid .food-menu-content.no-food-img {
  padding: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 767px) {
  .food-menu-grids .food-menu-content-grid .food-menu-content.no-food-img {
    padding: 0 var(--MobilePad);
  }
}

.food-menu-grids .food-menu-content-grid .food-menu-content.no-food-img .food-menu-desc {
  border-bottom: 1px solid var(--colorLine);
}

.food-menu-grids .food-menu-content-grid .food-menu-content .menu-title,
.food-menu-grids .food-menu-content-grid .food-menu-content .menu-price {
  color: var(--colorPrimary);
}

.food-menu-grids .food-menu-content-grid .food-menu-content .food-menu-title {
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}

.food-menu-grids .food-menu-content-grid .food-menu-content .food-menu-title .decor {
  margin-bottom: 0;
}

.food-menu-grids .food-menu-content-grid .food-menu-content .food-menu-title .decor svg {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.food-menu-grids .food-menu-content-grid .food-menu-content .food-menu-title:before {
  content: "";
  background: var(--colorLine);
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  z-index: -1;
}

.food-menu-grids .food-menu-content-grid .food-menu-content .food-menu-title .menu-title {
  margin: 0;
  padding: 0 4px;
  display: inline-block;
  background: var(--BgColorEven);
}

.food-menu-grids .food-menu-content-grid .food-menu-content-title {
  padding-bottom: 1.25rem;
}

.food-menu-grids .food-menu-content-grid .food-menu-content.has-food-img {
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .food-menu-grids .food-menu-content-grid .food-menu-content.has-food-img {
    padding: 0 2rem;
  }
}

.food-menu-grids .food-menu-content-grid .food-menu-content.has-food-img .food-menu-thum {
  padding-top: 66.666%;
}

.food-menu-grids .food-menu-content-grid .food-menu-content.has-food-img .food-menu-title {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.food-menu-grids .food-menu-content-grid .food-menu-content.has-food-img .food-menu-title .menu-title {
  padding: 0 8px 0 0;
}

.food-menu-grids .food-menu-content-grid .food-menu-content.has-food-img .food-menu-title .menu-price {
  padding-left: 8px;
  display: inline-block;
  background: var(--BgColorEven);
}

.food-menu-grids .food-menu-content-grid .food-menu-content.has-food-img .food-menu-desc {
  text-align: left;
}

.food-menu-grids .food-menu-content-grid .food-menu-content.has-food-img .portfolio_desc {
  padding: 0;
  float: none;
}

.food-menu-grids .food-menu-content-grid .food-menu-content.has-food-img .portfolio_desc .menu_content_classic {
  float: none;
  padding: 20px 0;
}

.food-menu-grids .food-menu-content-grid .food-menu-desc {
  padding-bottom: 2rem;
}

.food-menu-grids .food-menu-content-grid .food-menu-desc p {
  font-size: .875rem;
}

.food-menu-grids .food-menu-content-grid .food-menu-desc-row p {
  font-size: .95rem;
}

.grandrestaurant-gallery-grid-content-wrapper .gallery-grid-item {
  border-radius: 0;
}

@media screen and (max-width: 479px) {

  .grandrestaurant-gallery-grid-content-wrapper .grandrestaurant-four-cols,
  .grandrestaurant-gallery-grid-content-wrapper .grandrestaurant-four-cols.last {
    width: calc(50% - 1rem);
  }

  .grandrestaurant-gallery-grid-content-wrapper .grandrestaurant-four-cols:nth-child(odd),
  .grandrestaurant-gallery-grid-content-wrapper .grandrestaurant-four-cols.last:nth-child(odd) {
    margin-right: 1rem;
  }
}

ul.setion-nav {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: calc(0 * -1);
  margin-right: calc(0 * -1);
  position: relative;
}

ul.setion-nav>li {
  padding: 0 0;
}

@media screen and (max-width: 479px) {
  ul.setion-nav>li {
    width: 33.3333%;
  }
}

ul.setion-nav>li a {
  position: relative;
  font-size: 3.777vw;
  color: #FFF;
  display: inline-block;
  padding: 1rem;
}

@media screen and (min-width: 480px) {
  ul.setion-nav>li a {
    font-size: .95rem;
  }
}

@media screen and (min-width: 768px) {
  ul.setion-nav>li a {
    font-size: 1rem;
  }
}

@media screen and (max-width: 479px) {
  ul.setion-nav>li a {
    width: 100%;
    text-align: center;
  }
}

ul.setion-nav>li a:before,
ul.setion-nav>li a:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: var(--colorLine);
  bottom: 0;
  left: 0;
}

ul.setion-nav>li a:before {
  opacity: .5;
}

@media screen and (min-width: 480px) {
  ul.setion-nav>li a:before {
    opacity: 0;
  }
}

ul.setion-nav>li a:after {
  opacity: 0;
}

ul.setion-nav>li a:hover {
  color: var(--colorPrimary);
}

ul.setion-nav>li a:hover:after {
  background: var(--colorPrimary);
  opacity: 1;
}

#menuFirst {
  padding-top: 0;
}

#foodNav {
  padding-bottom: 3rem;
}

@media screen and (min-width: 480px) {
  #foodNav ul.setion-nav:after {
    opacity: 0;
  }
}

#foodNav>div {
  position: relative;
}

#foodNav>div:before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media screen and (min-width: 480px) {
  #foodNav>div:before {
    background: var(--colorLine);
    opacity: .5;
  }
}

#foodNav .elementor-widget-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mobile_menu_wrapper #close_mobile_menu {
  color: var(--colorPrimary);
  opacity: .5;
  top: 1rem;
  right: 1.5rem;
}

.mobile_menu_wrapper .sidebar .button_reservation {
  width: 100%;
  font-size: .95rem;
}

.mobile_menu_wrapper .sidebar .link_tel {
  font-size: 1.65rem;
  font-weight: 500;
  border: 1px solid;
  padding: 1rem;
  display: inline-block;
  line-height: 1;
}

.mobile_menu_wrapper .sidebar .separater_text {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: .95;
  color: var(--colorLine);
}

.mobile_menu_wrapper .sidebar .separater_text:before {
  margin-left: 0;
}

.mobile_menu_wrapper .sidebar .separater_text:after {
  margin-right: 0;
}

.menu_buttons_container #mobile_nav_icon {
  border: none;
  height: auto;
}

.menu_buttons_container #mobile_nav_icon:before,
.menu_buttons_container #mobile_nav_icon:after {
  content: '';
  width: 100%;
  height: 1px;
  background: #FFF;
  display: block;
}

.menu_buttons_container #mobile_nav_icon>span {
  display: block;
  width: 100%;
  height: 1px;
  background: #FFF;
}

.menu_buttons_container #mobile_nav_icon:before,
.menu_buttons_container #mobile_nav_icon>span {
  margin-bottom: 7px;
}

.menu_buttons_container #mobile_nav_icon:after {
  margin-bottom: 0;
}

section#fvsection {
  position: relative;
}

section#fvsection #fvcontent {
  position: absolute;
  width: 100%;
  height: 100%;
}

section#fvsection #fvcontent #fvtitle {
  position: relative;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 961px) {
  section#fvsection #fvcontent #fvtitle {
    margin-top: 160px;
  }
}

section#fvsection #fvcontent #fvtitle #fvlogo {
  width: 40%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  section#fvsection #fvcontent #fvtitle #fvlogo {
    width: 242px;
  }
}

@media screen and (max-width: 479px) {
  section#fvsection #fvcontent #fvtitle #fvlogo {
    width: 48%;
  }
}

section#fvsection #fvcontent #fvtitle #fvlogo:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000;
  opacity: .5;
  z-index: -1;
}

section#fvsection #fvcontent #fvtitle .fvlogo_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 2rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  section#fvsection #fvcontent #fvtitle .fvlogo_inner {
    padding-top: 15vh;
  }
}

@media screen and (max-width: 479px) {
  section#fvsection #fvcontent #fvtitle .fvlogo_inner {
    padding: 2rem 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  section#fvsection #fvcontent #fvtitle .fvlogo_inner {
    height: calc(100% - var(--MobileHeaderH));
  }
}

.svg_fvcatch {
  padding-top: 234.857%;
}

.box_wht .link_tel {
  font-size: 1.25rem;
}

@media screen and (min-width: 991.99px) {
  .intro_text .leading-relaxed {
    width: 85%;
  }
}

/*# sourceMappingURL=theme.css.map */