@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap');
[x-cloak] {
  display: none !important;
}
*,
::after,
::before {
  box-sizing: border-box;
}
html,
body {
  background-color: #ffeec1;
  background-image: url('/Views/Images/virasat-bestof-indian-restaurant-budapest-background-image.png');
  color: #333;
  font-family: 'Noto Serif', serif;
  -webkit-tap-highlight-color: transparent;
  font-size: 17px;
  line-height: 24px;
}
@media screen and (max-width: 1140px) {
  html,
  body {
    font-size: 15px;
    line-height: 18px;
  }
}
html.--js_scroll_disabled,
body.--js_scroll_disabled {
  overflow: hidden;
}
a {
  display: inline-block;
  color: #333;
  text-decoration: none;
}
a.--underline_hover:hover {
  text-decoration: underline;
}
a.--scale_hover {
  scale: 1;
  transition: 0.25s;
}
a.--scale_hover:hover {
  scale: 1.05;
}
img {
  display: inline-block;
}
button {
  font-family: 'Noto Serif', serif;
}
.anchor {
  position: relative;
  display: block;
  top: -50px;
  visibility: hidden;
}
.middle_container {
  max-width: 1140px;
  margin: 0 auto;
}
@media screen and (max-width: 1140px) {
  .middle_container {
    padding: 0 5px;
  }
}
.header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  background-color: #77221e;
  box-shadow: 0 2px 12px 2px rgba(0, 0, 0, 0.5);
  z-index: 5;
}
.header > .middle_container {
  display: flex;
  align-items: center;
  height: 60px;
}
@media screen and (max-width: 1140px) {
  .header > .middle_container {
    height: 40px;
  }
}
.header .logo {
  font-size: 0;
  line-height: 0;
}
.header .logo img {
  height: 50px;
}
@media screen and (max-width: 1140px) {
  .header .logo img {
    height: 35px;
  }
}
.header .main_menu_container {
  flex: 1;
}
@media screen and (max-width: 1140px) {
  .header .main_menu_container {
    position: absolute;
    top: 40px;
    right: 0;
    width: 100%;
  }
}
.header .main_menu {
  margin: 0;
  margin-left: 50px;
  padding: 0;
  text-align: left;
  z-index: 10;
}
@media screen and (max-width: 1140px) {
  .header .main_menu.--js_show {
    display: block;
  }
}
@media screen and (max-width: 1140px) {
  .header .main_menu {
    display: none;
    width: 100%;
    height: calc(100vh - 40px);
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #77221e;
    overflow-y: auto;
  }
}
.header .main_menu li {
  position: relative;
  display: inline-block;
  margin-right: 15px;
  padding: 5px 0;
  vertical-align: middle;
}
@media screen and (max-width: 1140px) {
  .header .main_menu li {
    display: block;
    margin: 15px 0 15px 0;
    text-align: center;
  }
}
.header .main_menu li:hover ul {
  display: block;
}
.header .main_menu li.--current > a {
  color: #edbb3d;
}
.header .main_menu li.--js_main_menu_not_link:hover > a {
  color: #edbb3d;
  cursor: default;
}
.header .main_menu li.--js_main_menu_not_link:hover > a:hover {
  border-bottom-color: transparent;
}
@media screen and (max-width: 1140px) {
  .header .main_menu li.--js_main_menu_not_link ul {
    display: none;
    animation-name: sub_menu_mobile_animation;
  }
  .header .main_menu li.--js_main_menu_not_link ul.--js_show {
    display: block;
  }
}
.header .main_menu li a {
  border-bottom: 2px solid transparent;
  color: #ffffff;
  transition: 0.5s;
  font-size: 17px;
  line-height: 24px;
}
@media screen and (max-width: 1140px) {
  .header .main_menu li a {
    font-size: 15px;
    line-height: 18px;
  }
}
.header .main_menu li a:hover {
  color: #edbb3d;
  border-bottom-color: #edbb3d;
}
.header .main_menu li ul {
  display: none;
  position: absolute;
  top: 25px;
  left: -10px;
  margin: 0;
  padding: 0;
  background-color: #77221e;
  box-shadow: 0 10px 9px 0 rgba(0, 0, 0, 0.3);
  z-index: 10;
  animation-name: sub_menu_animation;
  animation-duration: 0.2s;
}
@media screen and (max-width: 1140px) {
  .header .main_menu li ul {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    box-shadow: none;
    animation-name: none;
  }
}
.header .main_menu li ul li {
  display: block;
  margin: 15px 0;
  padding: 0 10px;
  text-align: left;
  white-space: nowrap;
}
@media screen and (max-width: 1140px) {
  .header .main_menu li ul li {
    margin: 10px 0;
    text-align: center;
  }
}
@media screen and (max-width: 1140px) {
  .header .main_menu li ul li a {
    font-size: 12px;
    line-height: 14px;
  }
}
.header .extra_menu {
  margin: 0;
  padding: 0;
  text-align: right;
}
@media screen and (max-width: 1140px) {
  .header .extra_menu {
    flex: 1;
  }
}
.header .extra_menu li {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.header .extra_menu li.--icon.--current a .image_link_base {
  display: none;
}
.header .extra_menu li.--icon.--current a .image_link_hover {
  display: block;
}
.header .extra_menu li.--icon a {
  display: flex;
  align-items: center;
}
.header .extra_menu li.--icon a .image_link_hover {
  display: none;
}
.header .extra_menu li.--icon a:hover .image_link_base {
  display: none;
}
.header .extra_menu li.--icon a:hover .image_link_hover {
  display: block;
}
.header .extra_menu li.reservation {
  display: none;
}
@media screen and (max-width: 1140px) {
  .header .extra_menu li.reservation {
    display: inline-block;
  }
}
@media screen and (max-width: 1140px) {
  .header .extra_menu li.reservation .button--ok {
    padding: 2px 5px;
    font-size: 11.9px;
    line-height: 16.8px;
  }
}
@media screen and (max-width: 1140px) and screen and (max-width: 1140px) {
  .header .extra_menu li.reservation .button--ok {
    font-size: 15px;
    line-height: 18px;
  }
}
.header .extra_menu li.cart.--current a .image_link_base {
  display: none;
}
.header .extra_menu li.cart.--current a .image_link_hover {
  display: block;
}
.header .extra_menu li.cart a {
  display: flex;
  align-items: center;
  font-size: 38px;
  line-height: 42px;
}
@media screen and (max-width: 1140px) {
  .header .extra_menu li.cart a {
    font-size: 20px;
    line-height: 23px;
  }
}
.header .extra_menu li.cart a .image_link_hover {
  display: none;
}
.header .extra_menu li.cart a:hover .image_link_base {
  display: none;
}
.header .extra_menu li.cart a:hover .image_link_hover {
  display: block;
}
.header .extra_menu li.cart a .fa-cart-shopping {
  font-size: 38px;
  line-height: 42px;
}
@media screen and (max-width: 1140px) {
  .header .extra_menu li.cart a .fa-cart-shopping {
    font-size: 20px;
    line-height: 23px;
  }
}
.header .extra_menu li.language img {
  width: 20px;
  margin-right: 3px;
}
.header .extra_menu li.language a {
  display: flex;
  color: #ffffff;
  align-items: center;
}
.header .extra_menu li.language a:hover {
  color: #edbb3d;
}
.header .hamburger_menu {
  position: relative;
  display: none;
  width: 35px;
  height: 25px;
  margin-left: 10px;
  cursor: pointer;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1140px) {
  .header .hamburger_menu {
    display: block;
  }
}
.header .hamburger_menu:hover span {
  background-color: #edbb3d;
}
.header .hamburger_menu span {
  position: absolute;
  display: block;
  left: 0;
  width: 35px;
  height: 5px;
  background-color: #ffffff;
  opacity: 1;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.header .hamburger_menu span:nth-child(1) {
  top: 0;
  transform-origin: left center;
}
.header .hamburger_menu span:nth-child(2) {
  top: 10px;
  transform-origin: left center;
}
.header .hamburger_menu span:nth-child(3) {
  top: 20px;
  transform-origin: left center;
}
.header .hamburger_menu.--js_active span:nth-child(1) {
  top: -3px;
  left: 0;
  transform: rotate(45deg);
}
.header .hamburger_menu.--js_active span:nth-child(2) {
  width: 0;
  opacity: 0;
}
.header .hamburger_menu.--js_active span:nth-child(3) {
  top: 22px;
  left: 0;
  transform: rotate(-45deg);
}
.header .notice {
  padding: 20px 10px;
  background-color: #77221e;
  color: #ffffff;
  text-align: center;
  font-size: 38px;
  line-height: 42px;
}
@media screen and (max-width: 1140px) {
  .header .notice {
    font-size: 20px;
    line-height: 23px;
  }
}
.footer .footer_top {
  background-color: #1c4155;
  color: #ffffff;
  line-height: 25px;
}
.footer .footer_top a {
  color: #ffffff;
}
.footer .footer_top .top_left {
  text-align: center;
}
.footer .footer_top .top_left img {
  width: 250px;
}
.footer .footer_top .top_right {
  margin-top: 10px;
}
.footer .footer_top .top_right .title--medium {
  letter-spacing: 25px;
}
@media screen and (max-width: 1140px) {
  .footer .footer_top .top_right .title--medium {
    letter-spacing: 5px;
  }
}
.footer .footer_top .top_right .flex {
  width: 100%;
  margin-top: 10px;
}
@media screen and (max-width: 1140px) {
  .footer .footer_top .top_right .flex {
    margin-top: 0;
  }
}
.footer .footer_top .top_right .fa,
.footer .footer_top .top_right .fa-solid,
.footer .footer_top .top_right .fa-regular,
.footer .footer_top .top_right .fa-brands {
  width: 15px;
  margin-right: 5px;
  text-align: center;
}
.footer .footer_top .bottom_left {
  text-align: center;
}
.footer .footer_top .bottom_left a {
  position: relative;
}
.footer .footer_top .bottom_left a .button--ok {
  position: absolute;
  bottom: 50px;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  padding: 10px;
}
.footer .footer_top .bottom_left img {
  max-width: 260px;
  width: 100%;
}
.footer .footer_top .bottom_right iframe {
  width: 100%;
  height: 400px;
}
.footer .footer_bottom {
  display: flex;
  gap: 5px;
  padding: 10px;
  align-items: flex-start;
  justify-content: center;
  background-color: #333;
  color: #ffffff;
}
@media screen and (max-width: 1140px) {
  .footer .footer_bottom {
    display: block;
  }
}
.footer .footer_bottom .left_container {
  flex: 1;
  font-size: 12px;
  line-height: 14px;
}
@media screen and (max-width: 1140px) {
  .footer .footer_bottom .left_container {
    margin-bottom: 5px;
  }
}
.footer .footer_bottom .center_container {
  flex: 1;
  text-align: center;
  font-size: 12px;
  line-height: 14px;
}
@media screen and (max-width: 1140px) {
  .footer .footer_bottom .center_container {
    margin-bottom: 5px;
  }
}
.footer .footer_bottom .right_container {
  flex: 1;
  text-align: right;
  font-size: 12px;
  line-height: 14px;
}
.footer .footer_bottom .right_container a {
  color: #ffffff;
}
.footer .footer_bottom .szechenyi_container {
  display: none;
  position: fixed;
  right: 0;
  bottom: 0;
}
.footer .footer_bottom .szechenyi_container a {
  display: block;
  font-size: 0;
  line-height: 0;
}
.footer .footer_bottom .szechenyi_container img {
  width: 200px;
}
@media screen and (max-width: 1140px) {
  .footer .footer_bottom .szechenyi_container img {
    width: 120px;
  }
}
.cookie {
  position: fixed;
  display: flex;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #ffffff;
  z-index: 100;
  box-shadow: 0 2px 12px 2px rgba(0, 0, 0, 0.5);
}
.cookie .cookie_container {
  display: flex;
  padding: 10px 5px;
  margin: 0 auto 0 auto;
  align-items: center;
  justify-content: space-evenly;
  gap: 20px;
}
@media screen and (max-width: 1140px) {
  .cookie .cookie_container {
    display: block;
  }
}
.cookie .cookie_container .cookie_text {
  flex: 2;
  display: flex;
  flex-direction: column;
  margin-bottom: 5px;
}
.cookie .cookie_container .cookie_text .cookie_title {
  color: #333;
  font-size: 12px;
  line-height: 14px;
}
.cookie .cookie_container .cookie_button {
  text-align: right;
}
.cookie .cookie_container .cookie_button a {
  padding: 2px 10px;
}
.error_container {
  padding: 20px 5px;
  color: #ffffff;
  background-color: #ff4d4d;
  text-align: center;
  font-size: 17px;
  line-height: 24px;
}
@media screen and (max-width: 1140px) {
  .error_container {
    font-size: 15px;
    line-height: 18px;
  }
}
.correct_container {
  padding: 20px 5px;
  color: #ffffff;
  background-color: #00b800;
  text-align: center;
  font-size: 17px;
  line-height: 24px;
}
@media screen and (max-width: 1140px) {
  .correct_container {
    font-size: 15px;
    line-height: 18px;
  }
}
.warning_container {
  padding: 20px 5px;
  color: #333;
  background-color: #edbb3d;
  text-align: center;
  font-size: 17px;
  line-height: 24px;
}
@media screen and (max-width: 1140px) {
  .warning_container {
    font-size: 15px;
    line-height: 18px;
  }
}
.js_errors {
  display: none;
  margin: 10px 0;
  padding: 10px 5px;
  border-radius: 3px;
  color: #ffffff;
  background-color: #ff4d4d;
}
.js_errors.--js_show {
  display: block;
}
.title--medium {
  font-size: 38px;
  line-height: 42px;
  margin: 0;
  padding-bottom: 0;
  color: #edbb3d;
  font-weight: bold;
}
@media screen and (max-width: 1140px) {
  .title--medium {
    font-size: 20px;
    line-height: 23px;
  }
}
.title--big {
  font-size: 55px;
  line-height: 58px;
  margin: 0;
  padding-bottom: 15px;
  color: #edbb3d;
  font-weight: bold;
}
@media screen and (max-width: 1140px) {
  .title--big {
    font-size: 28px;
    line-height: 30px;
  }
}
.title--black {
  color: #333;
}
.title--red {
  color: #77221e;
}
.title--blue {
  color: #1c4155;
}
hr {
  display: inline-block;
  margin: 20px 0;
  border: none;
  border-top: 1px solid #77221e;
}
hr.--style_1 {
  width: 130px;
}
.button--ok {
  padding: 20px 35px;
  background-color: #edbb3d;
  color: #333;
  border: 1px solid #edbb3d;
  font-weight: bold;
  width: 100%;
  max-width: 430px;
  text-align: center;
  transition: all 0.5s;
  cursor: pointer;
  font-size: 17px;
  line-height: 24px;
}
@media screen and (max-width: 1140px) {
  .button--ok {
    font-size: 15px;
    line-height: 18px;
  }
}
.button--ok:hover,
.button--ok:focus {
  background-color: #77221e;
  color: #edbb3d;
  padding-left: 40px;
  padding-right: 30px;
}
.button--ok.--current {
  text-decoration: underline;
}
.button--delete {
  padding: 7px 30px;
  background-color: #ff4d4d;
  color: #333;
  border: 1px solid #333;
  border-radius: 5px;
  font-weight: bold;
  transition: all 0.5s;
  cursor: pointer;
}
.button--delete:hover,
.button--delete:focus {
  background-color: #77221e;
}
.button--big {
  display: block;
  padding: 20px 0;
  text-align: center;
  color: #ffffff;
  border: 1px solid #ffffff;
  font-size: 38px;
  line-height: 42px;
}
@media screen and (max-width: 1140px) {
  .button--big {
    font-size: 20px;
    line-height: 23px;
  }
}
.button--big:hover,
.button--big:focus {
  color: #edbb3d;
  border: 1px solid #edbb3d;
}
.input_container {
  margin-bottom: 20px;
  clear: both;
}
.input_container.--margin_bottom_0 {
  margin-bottom: 0;
}
.input_container label {
  display: block;
}
.input_container label a {
  text-decoration: underline;
}
.input_container input[type="text"],
.input_container input[type="email"],
.input_container input[type="number"],
.input_container input[type="password"],
.input_container input[type="date"],
.input_container input[type="time"],
.input_container input[type="datetime-local"],
.input_container select,
.input_container textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 520px;
  min-height: 27px;
  padding: 5px 8px;
  background-color: #f3f3f3;
  color: #333;
  border: none;
  border-radius: 5px;
  outline: none;
  transition: all 0.3s;
}
@media screen and (max-width: 1140px) {
  .input_container input[type="text"],
  .input_container input[type="email"],
  .input_container input[type="number"],
  .input_container input[type="password"],
  .input_container input[type="date"],
  .input_container input[type="time"],
  .input_container input[type="datetime-local"],
  .input_container select,
  .input_container textarea {
    max-width: 100%;
  }
}
.input_container input[type="radio"] {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-bottom: 5px;
  cursor: pointer;
}
.input_container input[type="radio"] + label {
  display: inline;
  cursor: pointer;
}
.input_container input[type="checkbox"] {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-bottom: 5px;
  cursor: pointer;
}
.input_container input[type="checkbox"] + label {
  display: inline;
  cursor: pointer;
}
.payment_method_icon_list img {
  display: inline-block;
  height: 31px;
  margin-right: 2px;
  background-color: #ffffff;
}
.section {
  padding: 40px 0;
}
@media screen and (max-width: 1140px) {
  .section {
    padding: 20px 0;
  }
}
.section.--style_1 {
  background-color: #77221e;
  color: #ffffff;
}
.section.--style_2 {
  padding: 0;
}
.section.--style_2 .middle_container {
  padding: 40px;
  color: #ffffff;
  background-color: #1c4155;
}
@media screen and (max-width: 1140px) {
  .section.--style_2 .middle_container {
    padding: 20px 5px;
  }
}
.section.--style_3 {
  border-bottom: 3px solid #1c4155;
}
.section.--style_4 {
  border-bottom: 3px solid #1c4155;
}
.section.--style_4 .middle_container {
  padding: 40px;
  background-color: #77221e;
}
@media screen and (max-width: 1140px) {
  .section.--style_4 .middle_container {
    padding: 20px 5px;
  }
}
.section.--padding_top--0 {
  padding-top: 0;
}
.section.--padding_bottom--5 {
  padding-bottom: 5px;
}
.js_slideshow {
  position: relative;
}
.js_slideshow .js_slides .js_slide {
  display: none;
}
.js_slideshow .js_slides .js_slide--fade_in {
  display: block;
  animation-name: fade_in_animation;
  animation-duration: 1s;
}
.js_slideshow .js_dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
}
.js_slideshow .js_dots .js_dot {
  cursor: pointer;
  height: 10px;
  width: 10px;
  margin: 0 8px;
  background-color: white;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease, transform 0.6s ease;
}
@media screen and (max-width: 1140px) {
  .js_slideshow .js_dots .js_dot {
    margin: 0 10px;
  }
}
.js_slideshow_w_slide {
  position: relative;
  overflow: hidden;
  padding: 2% 0;
}
.js_slideshow_w_slide .js_left_button,
.js_slideshow_w_slide .js_right_button {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  height: 25%;
  z-index: 2;
  cursor: pointer;
  transition: transform 0.6s ease;
}
.js_slideshow_w_slide .js_left_button:hover,
.js_slideshow_w_slide .js_right_button:hover {
  transform: scale(1.1);
}
.js_slideshow_w_slide .js_left_button img,
.js_slideshow_w_slide .js_right_button img {
  height: 100%;
}
.js_slideshow_w_slide .js_left_button {
  left: 10px;
}
.js_slideshow_w_slide .js_right_button {
  right: 10px;
}
.js_slideshow_w_slide .js_slides {
  display: flex;
  position: relative;
  top: 0;
  left: 0;
}
.js_slideshow_w_slide .js_slides.--js_move_left {
  transition: transform 0.6s ease;
  transform: translateX(50%);
}
.js_slideshow_w_slide .js_slides.--js_move_right {
  transition: transform 0.6s ease;
  transform: translateX(-50%);
}
.js_slideshow_w_slide .js_slides .js_slide {
  opacity: 0.5;
  transition: opacity 0.6s ease, margin 0.6s ease;
}
.js_slideshow_w_slide .js_slides .js_slide img,
.js_slideshow_w_slide .js_slides .js_slide div {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  transition: transform 0.6s ease;
}
.js_slideshow_w_slide .js_slides .js_slide.--js_active {
  margin-right: -25%;
  margin-left: -25%;
  opacity: 1;
  z-index: 1;
}
.js_slideshow_w_slide .js_slides .js_slide.--js_active img,
.js_slideshow_w_slide .js_slides .js_slide.--js_active div {
  transform: scale(1.2);
}
.js_loader {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: url('/Views/Images/lightbox2/loading.gif');
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #00b800;
  background-size: 30px;
  z-index: 20000;
  opacity: 0.6;
}
.js_loader.--js_show {
  display: block;
}
.js_animation_by_scroll--section {
  position: relative;
  opacity: 0;
}
.js_animation_by_scroll--section.--js_show {
  animation-name: section_animation;
  animation-duration: 1s;
  opacity: 1;
}
.js_animation_by_scroll--button {
  position: relative;
  opacity: 0;
  transform: scale(0);
}
.js_animation_by_scroll--button.--js_show {
  animation-name: button_animation;
  animation-duration: 1s;
  opacity: 1;
  left: 0;
  transform: scale(1);
}
@keyframes fade_in_animation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes section_animation {
  0% {
    bottom: -25px;
    opacity: 0;
  }
  100% {
    bottom: 0;
    opacity: 1;
  }
}
@keyframes button_animation {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    left: 0;
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes sub_menu_animation {
  0% {
    top: 0;
    opacity: 0;
  }
  100% {
    top: 25px;
    opacity: 1;
  }
}
@keyframes sub_menu_mobile_animation {
  0% {
    top: -25px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
.js_home_page .slideshow_image {
  width: 100%;
  height: 570px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1140px) {
  .js_home_page .slideshow_image {
    height: 250px;
  }
}
.js_home_page .section--1 {
  text-align: center;
}
@media screen and (max-width: 1140px) {
  .js_home_page .section--1 {
    text-align: left;
  }
}
.js_home_page .section--1 .description {
  text-align: center;
}
@media screen and (max-width: 1140px) {
  .js_home_page .section--1 .description {
    text-align: justify;
  }
}
@media screen and (max-width: 1140px) {
  .js_home_page .section--2 {
    margin-top: 5px;
  }
}
.js_home_page .section--2 .middle_container {
  position: relative;
  overflow: hidden;
}
.js_home_page .section--2 .mandala {
  position: absolute;
  top: 20px;
  right: 0;
}
@media screen and (max-width: 1140px) {
  .js_home_page .section--2 .mandala {
    top: -55px;
  }
}
.js_home_page .section--2 .mandala img {
  width: 200px;
}
@media screen and (max-width: 1140px) {
  .js_home_page .section--2 .mandala img {
    width: 60px;
  }
}
.js_home_page .section--2 .left .description {
  text-align: justify;
  color: #ffffff;
}
.js_home_page .section--2 .left .link {
  margin-top: 30px;
}
@media screen and (max-width: 1140px) {
  .js_home_page .section--2 .left .link {
    text-align: center;
  }
}
.js_home_page .section--2 .right {
  margin-top: -75px;
  text-align: center;
}
@media screen and (max-width: 1140px) {
  .js_home_page .section--2 .right {
    margin-top: 0;
  }
}
.js_home_page .section--2 .right .image_container {
  display: inline-block;
  margin-top: 15px;
}
@media screen and (max-width: 1140px) {
  .js_home_page .section--2 .right .image_container {
    margin-top: 30px;
  }
}
.js_home_page .section--2 .right .image_container img {
  width: 430px;
}
.js_home_page .section--2 .right .image_container a {
  position: absolute;
  left: 0;
  bottom: 0;
}
.js_home_page .section--3 .left .title_1 {
  font-size: 66px;
  line-height: 69.6px;
  padding-bottom: 5px;
  color: #77221e;
}
@media screen and (max-width: 1140px) {
  .js_home_page .section--3 .left .title_1 {
    font-size: 33.6px;
    line-height: 36px;
  }
}
.js_home_page .section--3 .left .title_2 {
  padding-bottom: 5px;
}
.js_home_page .section--3 .left .title_3 {
  font-size: 38.5px;
  line-height: 58px;
  padding-bottom: 5px;
  color: #77221e;
}
@media screen and (max-width: 1140px) {
  .js_home_page .section--3 .left .title_3 {
    font-size: 19.6px;
    line-height: 30px;
  }
}
.js_home_page .section--3 .left .description {
  margin-top: 10px;
  text-align: justify;
}
.js_home_page .section--3 .right {
  text-align: center;
}
.js_home_page .section--3 .right .image_container {
  position: relative;
  display: inline-block;
  margin-top: 15px;
}
@media screen and (max-width: 1140px) {
  .js_home_page .section--3 .right .image_container {
    margin-top: 30px;
  }
}
.js_home_page .section--3 .right .image_container img {
  width: 100%;
  max-width: 550px;
}
@media screen and (max-width: 1140px) {
  .js_home_page .section--3 .right .image_container img {
    max-width: 430px;
  }
}
.js_home_page .section--3 .right .image_container a {
  position: absolute;
  left: 0;
  bottom: 0;
}
.js_home_page .section--4 .left {
  position: relative;
  text-align: right;
}
.js_home_page .section--4 .left .thali_menu_bg {
  width: 80%;
  max-width: 300px;
}
.js_home_page .section--4 .left .thali_menu {
  position: absolute;
  left: 0;
  width: 80%;
  max-width: 300px;
}
@media screen and (max-width: 1140px) {
  .js_home_page .section--4 .right {
    margin-top: 10px;
  }
}
.js_home_page .section--4 .right .description {
  text-align: justify;
}
.js_home_page .section--4 .right .link {
  margin-top: 30px;
}
@media screen and (max-width: 1140px) {
  .js_home_page .section--4 .right .link {
    text-align: center;
  }
}
.js_home_page .section--5 .title--big {
  font-size: 74.25px;
  line-height: 78.3px;
}
@media screen and (max-width: 1140px) {
  .js_home_page .section--5 .title--big {
    font-size: 28px;
    line-height: 30px;
  }
}
.js_home_page .section--5 .middle_container {
  position: relative;
  overflow: hidden;
}
.js_home_page .section--5 .mandala {
  position: absolute;
  top: 20px;
  right: 0;
}
@media screen and (max-width: 1140px) {
  .js_home_page .section--5 .mandala {
    top: -55px;
  }
}
.js_home_page .section--5 .mandala img {
  width: 200px;
}
@media screen and (max-width: 1140px) {
  .js_home_page .section--5 .mandala img {
    width: 60px;
  }
}
.js_home_page .section--5 .left .description {
  margin-top: 15px;
  color: #ffffff;
  text-align: justify;
}
@media screen and (max-width: 1140px) {
  .js_home_page .section--5 .left .description {
    margin-top: 0;
  }
}
.js_home_page .section--5 .left .link {
  margin-top: 30px;
}
@media screen and (max-width: 1140px) {
  .js_home_page .section--5 .left .link {
    text-align: center;
  }
}
.js_home_page .section--5 .right {
  margin-top: 15px;
  text-align: left;
}
@media screen and (max-width: 1140px) {
  .js_home_page .section--5 .right {
    margin-top: 30px;
    text-align: center;
  }
}
.js_home_page .section--5 .right img {
  max-width: 340px;
}
@media screen and (max-width: 1140px) {
  .js_home_page .section--5 .right img {
    width: 100%;
  }
}
.js_home_page .section--6 .middle_container {
  position: relative;
  overflow: hidden;
}
.js_home_page .section--6 .mandala {
  position: absolute;
  display: none;
  top: 0;
  right: 0;
}
@media screen and (max-width: 1140px) {
  .js_home_page .section--6 .mandala {
    display: block;
  }
}
.js_home_page .section--6 .mandala img {
  width: 85px;
}
.js_home_page .section--6 .left .title_1 {
  font-size: 66px;
  line-height: 75.4px;
  padding-bottom: 5px;
  color: #1c4155;
}
@media screen and (max-width: 1140px) {
  .js_home_page .section--6 .left .title_1 {
    font-size: 33.6px;
    line-height: 39px;
  }
}
.js_home_page .section--6 .left .title_2 {
  padding-bottom: 5px;
}
.js_home_page .section--6 .left .title_3 {
  font-size: 38.5px;
  line-height: 58px;
  padding-bottom: 5px;
  color: #1c4155;
}
@media screen and (max-width: 1140px) {
  .js_home_page .section--6 .left .title_3 {
    font-size: 19.6px;
    line-height: 30px;
  }
}
.js_home_page .section--6 .right .description {
  margin-top: 15px;
  text-align: justify;
}
@media screen and (max-width: 1140px) {
  .js_home_page .section--6 .right .description {
    margin-top: 10px;
  }
}
.js_home_page .section--6 .right .link {
  margin-top: 30px;
}
@media screen and (max-width: 1140px) {
  .js_home_page .section--6 .right .link {
    text-align: center;
  }
}
.js_home_page .section--6 video {
  width: 100%;
  margin-top: 30px;
}
.js_home_page .section--7 .left .title_1 {
  padding-bottom: 5px;
}
.js_home_page .section--7 .left .title_2 {
  padding-bottom: 5px;
  color: #77221e;
}
.js_home_page .section--7 .left .title_3 {
  padding-bottom: 5px;
  color: #1c4155;
}
.js_home_page .section--7 .left .description {
  margin-top: 10px;
  text-align: justify;
}
.js_home_page .section--7 .right .link_container {
  margin-top: 15px;
}
.js_home_page .section--7 .right .link_container img {
  display: block;
  width: 100%;
  max-width: 250px;
}
.js_events_page .events .event {
  position: relative;
  background-color: #edbb3d;
  padding: 10px;
  text-align: left;
  border: solid 3px #333;
  border-radius: 10px;
  margin-bottom: 10px;
}
.js_events_page .events .event .logo {
  display: inline-block;
  width: 100%;
}
.js_menu_page.--enabled_order .product_cart {
  display: block;
}
.js_menu_page .navigator {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 30px;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1140px) {
  .js_menu_page .navigator {
    display: none;
  }
}
.js_menu_page .navigator .navigator_item {
  display: block;
  width: 100%;
  box-sizing: border-box;
  max-width: calc((100% - 90px) / 4);
  min-width: 250px;
}
.js_menu_page .navigator .navigator_item:last-child {
  margin-right: 0;
}
.js_menu_page .navigator .navigator_item a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  min-height: 100%;
  padding: 5px 20px;
  font-size: 13.6px;
  line-height: 19.2px;
}
@media screen and (max-width: 1140px) {
  .js_menu_page .navigator .navigator_item a {
    font-size: 15px;
    line-height: 18px;
  }
}
.js_menu_page .description {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1140px) {
  .js_menu_page .description {
    margin-top: 0;
  }
}
.js_menu_page .product_groups {
  background-color: #ffffff;
}
@media screen and (max-width: 1140px) {
  .js_menu_page .product_groups {
    margin-top: 0;
  }
}
.js_menu_page .product_group {
  margin-bottom: 0;
}
.js_menu_page .product_group_name {
  padding: 15px 10px;
  background-color: #1c4155;
  color: #ffffff;
  font-size: 38px;
  line-height: 42px;
}
@media screen and (max-width: 1140px) {
  .js_menu_page .product_group_name {
    font-size: 20px;
    line-height: 23px;
  }
}
.js_menu_page .product_group_name_desc {
  font-size: 17px;
  line-height: 24px;
}
@media screen and (max-width: 1140px) {
  .js_menu_page .product_group_name_desc {
    font-size: 15px;
    line-height: 18px;
  }
}
.js_menu_page .product {
  display: flex;
  margin-top: 15px;
  margin-bottom: 15px;
  justify-content: space-between;
  cursor: pointer;
}
.js_menu_page .product:hover {
  background-color: #edbb3d;
}
.js_menu_page .product_photo {
  padding-right: 5px;
  line-height: 0;
}
.js_menu_page .product_photo img {
  width: 150px;
}
@media screen and (max-width: 1140px) {
  .js_menu_page .product_photo img {
    width: 80px;
  }
}
.js_menu_page .product_name {
  flex: 1;
  padding-left: 5px;
}
.js_menu_page .product_name a {
  font-weight: bold;
}
.js_menu_page .product_name img {
  display: inline-block;
  width: 20px;
  vertical-align: top;
}
.js_menu_page .product_name div {
  margin-left: 10px;
}
.js_menu_page .product_price {
  min-width: 70px;
  text-align: right;
  padding-right: 5px;
}
.js_menu_page .product_cart {
  display: none;
  width: 55px;
}
.js_menu_page .product_cart a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer;
}
.js_menu_page .product_cart a:hover .product_cart_icon .image_link_base {
  display: none;
}
.js_menu_page .product_cart a:hover .product_cart_icon .image_link_hover {
  display: block;
}
.js_menu_page .product_cart .product_cart_icon .image_link_hover {
  display: none;
}
.js_menu_product_page.--enabled_order .product_cart {
  display: block;
}
.js_menu_product_page .product {
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 1140px) {
  .js_menu_product_page .product {
    flex-direction: column;
  }
}
.js_menu_product_page .product_photo {
  flex: 1;
  margin-right: 20px;
}
@media screen and (max-width: 1140px) {
  .js_menu_product_page .product_photo {
    margin-right: 0;
  }
}
.js_menu_product_page .product_photo img {
  width: 100%;
  max-width: 600px;
}
.js_menu_product_page .product_name {
  flex: 1;
}
.js_menu_product_page .product_name img {
  display: inline-block;
  width: 20px;
  vertical-align: top;
}
.js_menu_product_page .product_desc {
  margin-top: 10px;
  margin-bottom: 10px;
}
.js_menu_product_page .product_cart {
  display: none;
}
.js_menu_product_page .product_cart a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
}
.js_menu_product_page .product_cart a:hover .product_cart_icon .image_link_base {
  display: none;
}
.js_menu_product_page .product_cart a:hover .product_cart_icon .image_link_hover {
  display: block;
}
.js_menu_product_page .product_cart .product_cart_icon .image_link_hover {
  display: none;
}
.js_thali_menu_page .menu_conatiner {
  position: relative;
  min-height: 215px;
  margin-bottom: 30px;
}
.js_thali_menu_page .menu_conatiner.--1 {
  margin-top: 30px;
  margin-right: 200px;
}
@media screen and (max-width: 1140px) {
  .js_thali_menu_page .menu_conatiner.--1 {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.js_thali_menu_page .menu_conatiner.--1 .title_container {
  padding-right: 110px;
}
@media screen and (max-width: 1140px) {
  .js_thali_menu_page .menu_conatiner.--1 .title_container {
    padding-right: 10px;
    padding-bottom: 40px;
  }
}
.js_thali_menu_page .menu_conatiner.--1 .image_container {
  top: 15px;
  right: -200px;
}
@media screen and (max-width: 1140px) {
  .js_thali_menu_page .menu_conatiner.--1 .image_container {
    top: 0;
    right: 0;
    margin-top: -30px;
  }
}
.js_thali_menu_page .menu_conatiner.--2 {
  margin-left: 200px;
}
@media screen and (max-width: 1140px) {
  .js_thali_menu_page .menu_conatiner.--2 {
    margin-left: 0;
  }
}
.js_thali_menu_page .menu_conatiner.--2 .title_container {
  padding-left: 110px;
}
@media screen and (max-width: 1140px) {
  .js_thali_menu_page .menu_conatiner.--2 .title_container {
    padding-left: 10px;
    padding-bottom: 40px;
  }
}
.js_thali_menu_page .menu_conatiner.--2 .image_container {
  top: 15px;
  left: -200px;
}
@media screen and (max-width: 1140px) {
  .js_thali_menu_page .menu_conatiner.--2 .image_container {
    top: 0;
    left: 0;
    margin-top: -30px;
  }
}
.js_thali_menu_page .menu_conatiner .title_container {
  margin-bottom: 90px;
  padding: 20px;
  color: #ffffff;
  background-color: #77221e;
  font-weight: bold;
}
@media screen and (max-width: 1140px) {
  .js_thali_menu_page .menu_conatiner .title_container {
    margin-bottom: 0;
    padding: 10px;
  }
}
.js_thali_menu_page .menu_conatiner .title_container .title {
  font-size: 38px;
  line-height: 42px;
  width: 100%;
}
@media screen and (max-width: 1140px) {
  .js_thali_menu_page .menu_conatiner .title_container .title {
    font-size: 20px;
    line-height: 23px;
  }
}
.js_thali_menu_page .menu_conatiner .title_container .title .price {
  text-align: right;
}
@media screen and (max-width: 1140px) {
  .js_thali_menu_page .menu_conatiner .title_container .title .price {
    text-align: left;
  }
}
.js_thali_menu_page .menu_conatiner .image_container {
  position: absolute;
}
@media screen and (max-width: 1140px) {
  .js_thali_menu_page .menu_conatiner .image_container {
    position: static;
    text-align: center;
  }
}
.js_thali_menu_page .menu_conatiner .image_container img {
  width: 300px;
}
@media screen and (max-width: 1140px) {
  .js_thali_menu_page .menu_conatiner .image_container img {
    width: 95%;
    max-width: 500px;
  }
}
.js_order_page .choose_options {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  text-align: center;
}
.js_order_page .choose_options .choose_option {
  background-color: #ffffff;
  padding: 10px 20px;
  text-align: center;
  border: solid 3px #333;
  border-radius: 10px;
  position: relative;
  width: 300px;
  height: 470px;
}
@media screen and (max-width: 1140px) {
  .js_order_page .choose_options .choose_option {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
}
.js_order_page .choose_options .choose_option .logo {
  display: inline-block;
  width: 100%;
}
@media screen and (max-width: 1140px) {
  .js_order_page .choose_options .choose_option .logo {
    width: 200px;
  }
}
.js_order_page .order_by_delivery .submit_holder {
  margin-top: 20px;
}
.js_order_page .order_by_personal .submit_holder {
  margin-top: 80px;
}
.js_order_page .js_order_by_delivery_by_autocomplete .js_submit {
  display: none;
}
.js_order_page .js_order_by_delivery_by_autocomplete .js_submit.--js_show {
  display: inline-block;
}
.js_order_page .description {
  margin-top: 30px;
}
.js_order_page .description img {
  max-width: 300px;
}
.js_reservation_page {
  text-align: center;
}
@media screen and (max-width: 1140px) {
  .js_reservation_page {
    text-align: left;
  }
}
.js_reservation_page .title--medium {
  font-size: 38px;
  line-height: 42px;
}
@media screen and (max-width: 1140px) {
  .js_reservation_page .title--medium {
    font-size: 20px;
    line-height: 23px;
  }
}
.js_reservation_page .js_errors.loq-show {
  display: block;
}
.js_reservation_page #loq-reservation {
  position: relative;
  max-width: 450px;
  margin: 0 auto;
  margin-top: 30px;
  padding: 20px;
  text-align: left;
  background-color: #ffffff;
}
@media screen and (max-width: 1140px) {
  .js_reservation_page #loq-reservation {
    padding: 10px;
  }
}
.js_reservation_page #loq-reservation #loq-reservation-success-panel {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  align-items: center;
  justify-content: center;
  background-color: #00b800;
  color: #ffffff;
  text-align: center;
}
.js_reservation_page #loq-reservation #loq-reservation-success-panel.loq-show {
  display: flex;
}
.js_reservation_page #loq-reservation #loq-reservation__highlight-text {
  font-size: 38px;
  line-height: 42px;
}
@media screen and (max-width: 1140px) {
  .js_reservation_page #loq-reservation #loq-reservation__highlight-text {
    font-size: 20px;
    line-height: 23px;
  }
}
.js_reservation_page #loq-reservation__form_info {
  margin-top: 20px;
}
.js_contact_page .left .fa-brands {
  font-size: 23.8px;
  line-height: 33.6px;
  width: 20px;
  margin-right: 5px;
  color: #77221e;
  text-align: center;
}
@media screen and (max-width: 1140px) {
  .js_contact_page .left .fa-brands {
    font-size: 15px;
    line-height: 18px;
  }
}
.js_contact_page .left .payment_method_icon_list {
  margin-left: 10px;
  margin-top: 5px;
}
.js_contact_page .right img {
  width: 100%;
  max-width: 500px;
}
@media screen and (max-width: 1140px) {
  .js_contact_page .right img {
    max-width: 300px;
  }
}
.js_contact_page .service_container {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 15px;
}
.js_contact_page .service_container .service_item {
  width: 100%;
  max-width: 240px;
  margin-left: 10px;
}
.js_contact_page .service_container .service_item .image_container {
  border-radius: 70px;
  border: 5px solid #bbbbbb;
}
.js_contact_page .service_container .service_item .image_container img {
  display: block;
  width: 50px;
  border-radius: 70px;
}
.js_contact_page .service_container .service_item .name {
  margin-left: 10px;
}
.js_cart_page,
.js_cart_summary_page {
  padding-bottom: 30px;
}
.js_cart_page .cart_items_container,
.js_cart_summary_page .cart_items_container {
  margin-top: 25px;
  margin-right: 100px;
}
@media screen and (max-width: 1140px) {
  .js_cart_page .cart_items_container,
  .js_cart_summary_page .cart_items_container {
    margin-top: 0;
    margin-right: 0;
  }
}
.js_cart_page .cart_items_container .product,
.js_cart_summary_page .cart_items_container .product,
.js_cart_page .cart_items_container .sum,
.js_cart_summary_page .cart_items_container .sum {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 15px;
}
.js_cart_page .cart_items_container .sum,
.js_cart_summary_page .cart_items_container .sum {
  font-weight: bold;
}
.js_cart_page .cart_items_container .product_name,
.js_cart_summary_page .cart_items_container .product_name,
.js_cart_page .cart_items_container .sum_title,
.js_cart_summary_page .cart_items_container .sum_title {
  flex: 1;
}
.js_cart_page .cart_items_container .product_name div,
.js_cart_summary_page .cart_items_container .product_name div,
.js_cart_page .cart_items_container .sum_title div,
.js_cart_summary_page .cart_items_container .sum_title div {
  margin-left: 20px;
}
.js_cart_page .cart_items_container .sum_title,
.js_cart_summary_page .cart_items_container .sum_title {
  color: #77221e;
}
.js_cart_page .cart_items_container .product_qty,
.js_cart_summary_page .cart_items_container .product_qty {
  min-width: 90px;
  text-align: right;
}
.js_cart_page .cart_items_container .product_qty .js_decrease_product_qty_in_cart,
.js_cart_summary_page .cart_items_container .product_qty .js_decrease_product_qty_in_cart,
.js_cart_page .cart_items_container .product_qty .js_increase_product_qty_in_cart,
.js_cart_summary_page .cart_items_container .product_qty .js_increase_product_qty_in_cart {
  display: inline-block;
  cursor: pointer;
}
.js_cart_page .cart_items_container .product_qty .js_decrease_product_qty_in_cart:hover,
.js_cart_summary_page .cart_items_container .product_qty .js_decrease_product_qty_in_cart:hover,
.js_cart_page .cart_items_container .product_qty .js_increase_product_qty_in_cart:hover,
.js_cart_summary_page .cart_items_container .product_qty .js_increase_product_qty_in_cart:hover {
  opacity: 0.8;
}
.js_cart_page .cart_items_container .product_price,
.js_cart_summary_page .cart_items_container .product_price,
.js_cart_page .cart_items_container .sum_price,
.js_cart_summary_page .cart_items_container .sum_price {
  min-width: 90px;
  text-align: right;
}
.js_cart_page .cart_items_container .sum_price,
.js_cart_summary_page .cart_items_container .sum_price {
  margin-right: 30px;
}
.js_cart_page .cart_items_container .product_delete,
.js_cart_summary_page .cart_items_container .product_delete {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 30px;
  cursor: pointer;
}
.js_cart_page .cart_items_container .product_delete:hover,
.js_cart_summary_page .cart_items_container .product_delete:hover {
  opacity: 0.8;
}
@media screen and (max-width: 1140px) {
  .js_cart_page .cart_customer_container,
  .js_cart_summary_page .cart_customer_container {
    margin-top: 30px;
  }
}
.js_cart_page .cart_customer_container .js_cart_customer_form,
.js_cart_summary_page .cart_customer_container .js_cart_customer_form {
  margin: 0 auto;
}
.js_cart_page .cart_customer_container .js_cart_customer_form .address_show_container,
.js_cart_summary_page .cart_customer_container .js_cart_customer_form .address_show_container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}
.js_cart_page .cart_customer_container .js_cart_customer_form .address_show_container .js_open_address_modify,
.js_cart_summary_page .cart_customer_container .js_cart_customer_form .address_show_container .js_open_address_modify {
  font-size: 12px;
  line-height: 14px;
}
.js_cart_page .cart_customer_container .js_cart_customer_form .js_address_modify_container,
.js_cart_summary_page .cart_customer_container .js_cart_customer_form .js_address_modify_container {
  display: none;
  padding: 20px;
}
.js_cart_page .cart_customer_container .js_cart_customer_form .js_address_modify_container.--js_show,
.js_cart_summary_page .cart_customer_container .js_cart_customer_form .js_address_modify_container.--js_show {
  display: block;
}
.js_cart_page .cart_customer_container .js_cart_customer_form .js_invoice_details,
.js_cart_summary_page .cart_customer_container .js_cart_customer_form .js_invoice_details {
  display: none;
}
.js_cart_page .cart_customer_container .js_cart_customer_form .js_invoice_details.--js_show,
.js_cart_summary_page .cart_customer_container .js_cart_customer_form .js_invoice_details.--js_show {
  display: block;
}
.js_home_delivery_page {
  text-align: center;
}
@media screen and (max-width: 1140px) {
  .js_home_delivery_page {
    text-align: left;
  }
}
.js_home_delivery_page .link_container {
  margin-top: 15px;
}
.js_home_delivery_page .link_container img {
  display: block;
  width: 100%;
  max-width: 250px;
}
.js_gift_certificate_page .section--1 .title--medium {
  font-size: 38px;
  line-height: 42px;
}
@media screen and (max-width: 1140px) {
  .js_gift_certificate_page .section--1 .title--medium {
    font-size: 20px;
    line-height: 23px;
  }
}
.js_gift_certificate_page .section--1 .left {
  color: #77221e;
}
.js_gift_certificate_page .section--1 .left .title_1 {
  font-size: 38px;
  line-height: 42px;
  padding-bottom: 5px;
  color: #77221e;
  font-weight: normal;
}
@media screen and (max-width: 1140px) {
  .js_gift_certificate_page .section--1 .left .title_1 {
    font-size: 20px;
    line-height: 23px;
  }
}
.js_gift_certificate_page .section--1 .left .title_2 {
  font-size: 38px;
  line-height: 42px;
  padding-bottom: 5px;
  color: #1c4155;
  font-weight: normal;
}
@media screen and (max-width: 1140px) {
  .js_gift_certificate_page .section--1 .left .title_2 {
    font-size: 20px;
    line-height: 23px;
  }
}
.js_gift_certificate_page .section--1 .left .title_3 {
  font-size: 26.6px;
  line-height: 42px;
  padding-bottom: 5px;
  color: #77221e;
  font-weight: normal;
}
@media screen and (max-width: 1140px) {
  .js_gift_certificate_page .section--1 .left .title_3 {
    font-size: 14px;
    line-height: 23px;
  }
}
.js_gift_certificate_page .section--1 .right img {
  display: block;
  width: 100%;
  max-width: 500px;
}
.js_gift_certificate_page .section--2 .title_1 {
  font-size: 17px;
  line-height: 24px;
  font-weight: bold;
}
@media screen and (max-width: 1140px) {
  .js_gift_certificate_page .section--2 .title_1 {
    font-size: 15px;
    line-height: 18px;
  }
}
.js_gift_certificate_page .section--2 ul {
  padding-left: 20px;
  margin-bottom: 0;
}
.js_gift_certificate_page .section--3 {
  margin: 15px 0;
}
.js_about_us_page .section--1 .left .title_1 {
  font-size: 38px;
  line-height: 42px;
  color: #77221e;
}
@media screen and (max-width: 1140px) {
  .js_about_us_page .section--1 .left .title_1 {
    font-size: 20px;
    line-height: 23px;
  }
}
.js_about_us_page .section--1 .right {
  margin-top: -80px;
  text-align: center;
}
@media screen and (max-width: 1140px) {
  .js_about_us_page .section--1 .right {
    margin-top: 30px;
  }
}
.js_about_us_page .section--1 .right img {
  display: inline-block;
  width: 100%;
  max-width: 450px;
}
.js_about_us_page .section--2 .left {
  text-align: center;
}
.js_about_us_page .section--2 .left img {
  display: inline-block;
  width: 100%;
  max-width: 450px;
}
.js_about_us_page .section--2 .right {
  text-align: center;
}
@media screen and (max-width: 1140px) {
  .js_about_us_page .section--2 .right {
    margin-top: 30px;
    text-align: left;
  }
}
.js_about_us_page .section--2 .right .title_1,
.js_about_us_page .section--2 .right .title_2 {
  font-size: 38px;
  line-height: 42px;
}
@media screen and (max-width: 1140px) {
  .js_about_us_page .section--2 .right .title_1,
  .js_about_us_page .section--2 .right .title_2 {
    font-size: 20px;
    line-height: 23px;
  }
}
.js_about_us_page .section--2 .right .image_container {
  margin-top: 30px;
  text-align: center;
}
.js_about_us_page .section--2 .right .image_container img {
  display: inline-block;
  width: 100%;
  max-width: 450px;
}
.js_about_us_page .section--3 {
  text-align: center;
}
@media screen and (max-width: 1140px) {
  .js_about_us_page .section--3 {
    text-align: left;
  }
}
.js_about_us_page .section--3 .title_1 {
  font-size: 38px;
  line-height: 42px;
  color: #1c4155;
}
@media screen and (max-width: 1140px) {
  .js_about_us_page .section--3 .title_1 {
    font-size: 20px;
    line-height: 23px;
  }
}
.js_about_us_page .section--3 .description {
  margin-top: 15px;
  text-align: left;
}
.js_about_us_page .section--3 .link {
  margin-top: 30px;
}
.js_gallery_page {
  text-align: center;
}
@media screen and (max-width: 1140px) {
  .js_gallery_page {
    text-align: left;
  }
}
.js_gallery_page .title--medium {
  font-size: 38px;
  line-height: 42px;
}
@media screen and (max-width: 1140px) {
  .js_gallery_page .title--medium {
    font-size: 20px;
    line-height: 23px;
  }
}
.js_gallery_page .choose_container {
  margin-top: 30px;
  margin-bottom: 60px;
  text-align: center;
}
.js_gallery_page .choose_container img {
  width: 100%;
  max-width: 300px;
}
.js_gallery_page .image_container ul {
  margin: 0;
  padding: 0;
  column-count: 4;
  column-gap: 2px;
  list-style: none;
}
@media screen and (max-width: 1140px) {
  .js_gallery_page .image_container ul {
    column-count: 2;
  }
}
.js_gallery_page .image_container ul li {
  text-align: center;
  line-height: 0;
  margin-bottom: 2px;
}
.js_gallery_page .image_container ul li img {
  max-width: 100%;
}
.js_private_events_catering_page .title--medium {
  font-size: 38px;
  line-height: 42px;
}
@media screen and (max-width: 1140px) {
  .js_private_events_catering_page .title--medium {
    font-size: 20px;
    line-height: 23px;
  }
}
.js_private_events_catering_page video {
  width: 100%;
}
.js_private_events_request_page .partners {
  display: flex;
  gap: 5px;
  justify-content: space-around;
  margin-top: 15px;
}
.js_private_events_request_page .partners img {
  width: 100%;
}
.js_admin_login_page .middle_container {
  max-width: 400px;
}
.js_admin_login_page .title--big {
  color: #333;
}
.js_admin_layout_page .main_menu {
  flex: 1;
  margin: 0;
  margin-bottom: 10px;
  padding: 10px;
  background-color: #77221e;
  text-align: center;
  z-index: 10;
}
.js_admin_layout_page .main_menu li {
  position: relative;
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
}
.js_admin_layout_page .main_menu li:hover ul {
  display: block;
}
.js_admin_layout_page .main_menu li.--current > a {
  color: #edbb3d;
}
.js_admin_layout_page .main_menu li a {
  border-bottom: 3px solid transparent;
  color: #ffffff;
  transition: 0.5s;
  font-size: 17px;
  line-height: 24px;
}
@media screen and (max-width: 1140px) {
  .js_admin_layout_page .main_menu li a {
    font-size: 15px;
    line-height: 18px;
  }
}
.js_admin_layout_page .main_menu li a:hover {
  color: #edbb3d;
  border-bottom-color: #edbb3d;
}
.js_admin_layout_page .main_menu li ul {
  display: none;
  position: absolute;
  left: -10px;
  margin: 0;
  padding: 0;
  background-color: #77221e;
  box-shadow: 0 10px 9px 0 rgba(0, 0, 0, 0.3);
}
.js_admin_layout_page .main_menu li ul li {
  display: block;
  margin: 15px 0;
  padding: 0 10px;
  text-align: left;
  white-space: nowrap;
}
.js_admin_layout_page .title--big,
.js_admin_layout_page .title--medium {
  color: #333;
}
.js_admin_weekly_menu_page .modify_weekly_menu_form .row {
  padding-bottom: 15px;
}
.js_admin_weekly_menu_page .modify_weekly_menu_form .title--medium {
  padding-bottom: 0;
}
.js_admin_weekly_menu_page .modify_weekly_menu_form textarea {
  height: 50px;
}
.js_admin_menu_page.--enabled_order .product_cart {
  display: block;
}
.js_admin_menu_page .navigator {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 30px;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1140px) {
  .js_admin_menu_page .navigator {
    display: none;
  }
}
.js_admin_menu_page .navigator .navigator_item {
  display: block;
  width: 100%;
  box-sizing: border-box;
  max-width: calc((100% - 90px) / 4);
  min-width: 250px;
}
.js_admin_menu_page .navigator .navigator_item:last-child {
  margin-right: 0;
}
.js_admin_menu_page .navigator .navigator_item a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  min-height: 100%;
  padding: 5px 20px;
  font-size: 13.6px;
  line-height: 19.2px;
}
@media screen and (max-width: 1140px) {
  .js_admin_menu_page .navigator .navigator_item a {
    font-size: 15px;
    line-height: 18px;
  }
}
.js_admin_menu_page .description {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1140px) {
  .js_admin_menu_page .description {
    margin-top: 0;
  }
}
.js_admin_menu_page .product_groups {
  background-color: #ffffff;
}
@media screen and (max-width: 1140px) {
  .js_admin_menu_page .product_groups {
    margin-top: 0;
  }
}
.js_admin_menu_page .product_group {
  margin-bottom: 0;
}
.js_admin_menu_page .product_group_name {
  padding: 15px 10px;
  background-color: #1c4155;
  color: #ffffff;
  font-size: 38px;
  line-height: 42px;
}
@media screen and (max-width: 1140px) {
  .js_admin_menu_page .product_group_name {
    font-size: 20px;
    line-height: 23px;
  }
}
.js_admin_menu_page .product_group_name_desc {
  font-size: 17px;
  line-height: 24px;
}
@media screen and (max-width: 1140px) {
  .js_admin_menu_page .product_group_name_desc {
    font-size: 15px;
    line-height: 18px;
  }
}
.js_admin_menu_page .product {
  display: flex;
  margin-top: 15px;
  margin-bottom: 15px;
  justify-content: space-between;
  cursor: pointer;
}
.js_admin_menu_page .product:hover {
  background-color: #edbb3d;
}
.js_admin_menu_page .product_photo {
  padding-right: 5px;
  line-height: 0;
}
.js_admin_menu_page .product_photo img {
  width: 150px;
}
@media screen and (max-width: 1140px) {
  .js_admin_menu_page .product_photo img {
    width: 80px;
  }
}
.js_admin_menu_page .product_name {
  flex: 1;
  padding-left: 5px;
}
.js_admin_menu_page .product_name a {
  font-weight: bold;
}
.js_admin_menu_page .product_name img {
  display: inline-block;
  width: 20px;
  vertical-align: top;
}
.js_admin_menu_page .product_name div {
  margin-left: 10px;
}
.js_admin_menu_page .product_price {
  min-width: 70px;
  text-align: right;
  padding-right: 5px;
}
.js_admin_menu_page .product_cart {
  display: none;
  width: 55px;
}
.js_admin_menu_page .product_cart a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer;
}
.js_admin_menu_page .product_cart a:hover .product_cart_icon .image_link_base {
  display: none;
}
.js_admin_menu_page .product_cart a:hover .product_cart_icon .image_link_hover {
  display: block;
}
.js_admin_menu_page .product_cart .product_cart_icon .image_link_hover {
  display: none;
}
.js_admin_menu_page .product_groups {
  margin-left: 0;
}
@media screen and (max-width: 1140px) {
  .js_admin_menu_page .product {
    flex-direction: column;
  }
}
.js_admin_menu_page .product_detail {
  flex: 2;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #77221e;
}
.js_admin_notice_page .modify_notice_form textarea {
  height: 100px;
}
.js_admin_notice_page img {
  width: 100%;
  max-width: 400px;
}
.js_admin_events_page .events .event:first-child hr {
  display: none;
}
.js_admin_events_page .events .event hr {
  width: 100%;
  max-width: 520px;
}
.js_admin_events_page .events .event img {
  width: 100px;
}
.js_admin_reservation_page {
  padding-bottom: 30px;
}
.js_admin_reservation_page .reserved_dates .reserved_date:first-child hr {
  display: none;
}
.js_admin_reservation_page .reserved_dates .reserved_date hr {
  width: 100%;
  margin: 10px 0;
}
.js_admin_reservation_page .reserved_date_row {
  display: flex;
  align-items: center;
}
.js_admin_reservation_page .reserved_date_row > div {
  flex: 1;
}
.js_admin_career_page .career_positions .career_position:first-child hr {
  display: none;
}
.js_admin_career_page .career_positions .career_position hr {
  width: 100%;
  max-width: 520px;
}
.js_admin_image_gallery_block .image {
  display: inline-block;
  width: 300px;
  padding: 10px;
}
.js_admin_image_gallery_block .image img {
  width: 100%;
  cursor: move;
}
.js_admin_image_container_block .image {
  display: inline-block;
  padding: 10px;
  text-align: left;
  border-top: 1px solid #333;
}
.js_admin_image_container_block .image:last-child {
  border-bottom: 1px solid #333;
}
.js_admin_image_container_block .image img {
  width: 100%;
  max-height: 50px;
}
.js_admin_image_container_block .image .image_link_text {
  max-width: 300px;
  overflow-wrap: anywhere;
}
@media screen and (max-width: 1140px) {
  .js_admin_image_container_block .image .image_link_text {
    max-width: 100%;
  }
}
.js_modal {
  display: none;
  position: fixed;
  /* Stay in place */
  z-index: 100;
  /* Sit on top */
  padding-top: 20px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: #000000;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/ opacity */
}
.js_modal.--js_show {
  display: block;
}
.js_modal .js_content_container {
  margin: auto;
  display: block;
  max-width: 1140px;
  padding: 0 10px;
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}
.js_modal .js_content {
  display: none;
}
.js_modal .js_content.--js_show {
  display: block;
}
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
  }
}
@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
.js_modal .js_close {
  position: absolute;
  top: 20px;
  right: 35px;
  color: #ffffff;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
  cursor: pointer;
}
.js_modal .close:hover,
.js_modal .close:focus {
  color: #333;
  text-decoration: none;
}
.js_image_notice_modal img {
  width: 100%;
}
.flex {
  display: flex;
}
.flex--1 {
  flex: 1;
}
.flex--2 {
  flex: 2;
}
.flex.--reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1140px) {
  .flex.--mobile {
    display: block;
  }
}
.flex.--style_1 {
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}
.flex__align_items--flex_start {
  align-items: flex-start;
}
.flex__align_items--center {
  align-items: center;
}
.flex__align_items--flex_end {
  align-items: flex-end;
}
.flex__justify_content--space_between {
  justify-content: space-between;
}
.flex__justify_content--space_evenly {
  justify-content: space-evenly;
}
.flex__gap--5 {
  gap: 5px;
}
.flex__gap--10 {
  gap: 10px;
}
.flex__gap--15 {
  gap: 15px;
}
.flex__gap--40 {
  gap: 40px;
}
.width--style_1 {
  max-width: 520px;
}
.margin__top--5 {
  margin-top: 5px;
}
.margin__top--10 {
  margin-top: 10px;
}
.margin__top--15 {
  margin-top: 15px;
}
.margin__top--30 {
  margin-top: 30px;
}
@media screen and (max-width: 1140px) {
  .margin__top--30--mobile {
    margin-top: 30px;
  }
}
.margin__top--60 {
  margin-top: 60px;
}
@media screen and (max-width: 1140px) {
  .margin__top--60--mobile {
    margin-top: 60px;
  }
}
.margin__bottom--0 {
  margin-bottom: 0;
}
.margin__bottom--5 {
  margin-bottom: 5px;
}
.margin__bottom--10 {
  margin-bottom: 10px;
}
.margin__bottom--15 {
  margin-bottom: 15px;
}
.margin__bottom--20 {
  margin-bottom: 20px;
}
.margin__bottom--30 {
  margin-bottom: 30px;
}
.padding__top--30 {
  padding-top: 30px;
}
.padding__bottom--20 {
  padding-bottom: 20px;
}
.padding__bottom--30 {
  padding-bottom: 30px;
}
.padding__left--10 {
  padding-left: 10px;
}
.padding__left--30 {
  padding-left: 30px;
}
.text--align_center {
  text-align: center;
}
.text--align_right {
  text-align: right;
}
.text--align_justify {
  text-align: justify;
}
.text--weight_bold {
  font-weight: bold;
}
.text--break_word {
  overflow-wrap: break-word;
}
.font__size--0 {
  font-size: 0;
  line-height: 0;
}
