html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

.container-full {
  width: 100vw;
}

.sec-header {
  margin-bottom: 18px;
}
.sec-header h2 {
  margin-bottom: 16px;
}
.sec-header p {
  margin-bottom: 0.378px;
}

.container-top {
  margin: 0;
}

.front-top {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 576px) {
  .front-top {
    flex-direction: row-reverse;
    max-height: 640px;
  }
}
.front-top .front-pix-wrap {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
.front-top .front-pix-wrap picture img {
  height: 348px;
}
@media (min-width: 576px) {
  .front-top .front-pix-wrap picture img {
    width: 80vw;
    height: auto;
  }
}
@media (min-width: 1400px) {
  .front-top .front-pix-wrap picture img {
    width: 100%;
  }
}
.front-top .front-top-box-wrap {
  box-sizing: border-box;
  background-color: rgba(30, 30, 30, 0.9);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 48px 10vw 56px;
}
@media (min-width: 576px) {
  .front-top .front-top-box-wrap {
    background-color: rgba(30, 30, 30, 0.9);
    padding: 0 6vw;
  }
}
@media (min-width: 768px) {
  .front-top .front-top-box-wrap {
    width: 45vw;
    align-items: flex-end;
    padding: 0 3vw;
  }
}
@media (min-width: 1400px) {
  .front-top .front-top-box-wrap {
    width: 64vw;
    padding: 0 4vw;
  }
}
.front-top .front-top-box-wrap:after {
  position: absolute;
  z-index: 1;
}
.front-top .front-top-box-wrap .promo-img {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 120%;
  height: auto;
  object-fit: cover;
  object-position: center;
  z-index: 2;
}
.front-top .front-top-box-wrap .ribbon {
  color: var(--bs-orange);
  margin-bottom: 14px;
  border: 1px solid var(--bs-orange);
  padding: 0.2vw 1vw;
}
.front-top .front-top-box-wrap h1 {
  width: 100%;
  font-size: 8vw;
  color: #fdfbf7;
  text-align: center;
  text-shadow: 2px 2px 16px black;
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(1px);
  margin-bottom: 40px;
  z-index: 8;
}
@media (min-width: 576px) {
  .front-top .front-top-box-wrap h1 {
    font-size: 2.5vw;
  }
}
@media (min-width: 768px) {
  .front-top .front-top-box-wrap h1 {
    font-size: 3.5vw;
    text-align: right;
  }
}
@media (min-width: 992px) {
  .front-top .front-top-box-wrap h1 {
    font-size: 3vw;
  }
}
@media (min-width: 1400px) {
  .front-top .front-top-box-wrap h1 {
    font-size: 35px;
  }
}
.front-top .front-top-box-wrap a,
.front-top .front-top-box-wrap .front-order-trigger {
  width: 90%;
  color: #fdfbf7;
  font-size: 1.25rem;
  font-weight: 600;
  background-color: #c6372e;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 13px;
  z-index: 999;
}
@media (min-width: 768px) {
  .front-top .front-top-box-wrap a,
.front-top .front-top-box-wrap .front-order-trigger {
    max-width: 295px;
    padding: 0.75rem 2.25rem;
  }
}
.front-top .front-top-box-wrap .front-top-box div {
  color: #fdfbf7;
}
.front-top .front-top-box-wrap .front-top-box div.front-box-one {
  width: fit-content;
  font-size: 3vw;
  background-color: rgb(101, 89, 69);
  margin-bottom: 16px;
  padding: 0.38px 0.68px;
}
@media (min-width: 576px) {
  .front-top .front-top-box-wrap .front-top-box div.front-box-one {
    font-size: 1.3vw;
    margin-bottom: 1vw;
  }
}
.front-top .front-top-box-wrap .front-top-box div.front-box-two {
  font-size: 9vw;
  margin-bottom: 16px;
}
@media (min-width: 576px) {
  .front-top .front-top-box-wrap .front-top-box div.front-box-two {
    font-size: 4vw;
  }
}
.front-top .front-top-box-wrap .front-top-box div.front-box-three {
  font-size: 4vw;
  margin-bottom: 48px;
}
@media (min-width: 576px) {
  .front-top .front-top-box-wrap .front-top-box div.front-box-three {
    font-size: 1.4vw;
  }
}
@media (min-width: 992px) {
  .front-top .front-top-box-wrap .front-top-box div.front-box-three {
    margin-bottom: 8.5vw;
  }
}
.front-top .front-top-box-wrap .front-top-box div.front-box-four {
  font-size: 4vw;
  text-align: center;
}
@media (min-width: 576px) {
  .front-top .front-top-box-wrap .front-top-box div.front-box-four {
    font-size: 1.2vw;
    text-align: left;
  }
}
.front-top .front-top-box-wrap .front-top-box a.front-box-reserve {
  display: flex;
  justify-content: center;
  color: white;
  background-color: #d32323;
  padding: 1.5vw 2vw;
}
.front-top .front-top-box-wrap .front-top-box a.front-box-reserve img {
  height: 22px;
  margin-right: 8px;
}
@media (min-width: 576px) {
  .front-top .front-top-box-wrap .front-top-box a.front-box-reserve {
    width: fit-content;
    padding: 0.75vw 1.5vw;
  }
}
@media (min-width: 768px) {
  .front-top .front-top-box-wrap .front-top-box a.front-box-reserve {
    padding: 0.75vw 2vw;
  }
}

.notification-wrap {
  height: 48px;
  background-color: #d4af04;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5019607843);
  display: flex;
  align-items: center;
  text-align: center;
  box-sizing: border-box;
  padding-top: 4px;
}
@media (min-width: 992px) {
  .notification-wrap {
    padding-top: 6x;
  }
}

.front-news {
  background-color: #f9f6f0;
}
.front-news .wn-title {
  color: white;
  text-align: center;
  background-color: rgb(101, 89, 69);
  box-sizing: border-box;
}
.front-news .wn-content {
  background-color: #fff;
  box-sizing: border-box;
  box-shadow: 0 0 0 1px #b7b7b7 inset;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .front-news .wn-content {
    flex-direction: row;
  }
}
.front-news .wn-content a {
  color: #005d75;
  text-decoration: underline;
  background-color: rgb(255, 234, 0);
  transition: 0.3s;
}
.front-news .wn-content a:hover {
  color: #fdfbf7;
  background-color: rgba(131, 113, 85, 0.7);
}
.front-news .wn-content ul {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 16px;
}
@media (min-width: 768px) {
  .front-news .wn-content ul {
    width: 50%;
  }
}
.front-news .wn-content ul:first-child {
  border-bottom: 1px solid #e7ddcd;
}
@media (min-width: 768px) {
  .front-news .wn-content ul:first-child {
    border-bottom: none;
    border-right: 1px solid #e7ddcd;
  }
}
.front-news .wn-content ul li {
  font-family: "Roboto", sans-serif !important;
  margin-bottom: 18px;
  position: relative;
}
.front-news .wn-content ul li::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -9px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ddd;
}
.front-news .wn-content ul li:last-child {
  margin-bottom: 0px;
}
.front-news .wn-content ul li:last-child::after {
  display: none;
}

.page-top {
  width: 100%;
  height: 300px;
  background: green;
}

.container-intro {
  background: white;
  position: inherit;
}

.front-news-a {
  text-shadow: -1px 1px 3px rgb(0, 41, 0);
  background-color: green;
  -webkit-box-shadow: inset 0px 5px 8px -9px #000000;
  box-shadow: inset 0px 5px 8px -9px #000000;
  padding: 19px 0;
}
.front-news-a a {
  font-size: 1.28px;
  color: white;
}
.front-news-a a div {
  padding: 8px 0;
}

.front-news-b {
  text-shadow: -1px 1px 3px rgb(0, 41, 0);
  background-color: darkred;
  -webkit-box-shadow: inset 0px 5px 8px -9px #000000;
  box-shadow: inset 0px 5px 8px -9px #000000;
  padding: 19px 0;
}
.front-news-b a {
  font-size: 1.28px;
  color: white;
}
.front-news-b a div {
  padding: 8px 0;
}

.front-location-wrap {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 1px;
  margin-bottom: 16px;
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}
@media (min-width: 768px) {
  .front-location-wrap {
    display: grid;
    grid-template: repeat(2, 1fr)/repeat(2, 1fr);
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .front-location-wrap {
    grid-template: repeat(2, 1fr)/repeat(3, 1fr);
  }
}

.front-location-item {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  background-size: cover;
  position: relative;
  transition: 0.5s;
}
@media (min-width: 768px) {
  .front-location-item {
    height: 300px;
  }
}
.front-location-item::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(0);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: backdrop-filter 0.3s ease;
}
.front-location-item.is-expanded .plus-mark::before {
  transform: translate(-50%, -50%) rotate(135deg) scaleX(0.8);
}
.front-location-item.is-expanded .plus-mark::after {
  transform: translate(-50%, -50%) rotate(225deg) scaleX(0.8);
}
.front-location-item.is-expanded::after {
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}
.front-location-item.tot {
  background-image: url("/assets/images/tot/top_banner.jpg");
}
.front-location-item.elsegundo {
  background-image: url("/assets/images/elsegundo/top_banner.jpg");
}
.front-location-item.torrance {
  background-image: url("/assets/images/torrance/top_banner.jpg");
}
.front-location-item.gardena {
  background-image: url("/assets/images/gardena/top_banner.jpg");
}
.front-location-item.costamesa {
  background-image: url("/assets/images/costamesa/top_banner.jpg");
}
.front-location-item.montereypark {
  background-image: url("/assets/images/montereypark/top_banner.jpg");
}
.front-location-item .front-location-summary {
  width: 100%;
  height: 99px;
  appearance: none;
  color: inherit;
  font: inherit;
  text-align: left;
  background-size: cover;
  background-position: center;
  background-color: transparent;
  border: none;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 0 4.75rem 0 1.5rem;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .front-location-item .front-location-summary {
    height: 300px;
  }
}
.front-location-item .front-location-summary:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.92);
  outline-offset: 2px;
}
.front-location-item .front-location-link {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  transition: 0.1s;
  z-index: 20;
}
.front-location-item .front-menu-label {
  width: 100%;
  color: #fdfbf7;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.425rem;
  margin-right: 0;
  z-index: 19;
}
.front-location-item .front-menu-label img {
  height: 2rem;
  max-width: 90px;
}
.front-location-item .front-menu-label .front-location-name {
  font-size: 1.3rem;
  letter-spacing: 0.03rem;
  flex-grow: 1;
}
@media (min-width: 576px) {
  .front-location-item .front-menu-label .front-location-name {
    font-size: 1.5rem;
  }
}
.front-location-item .plus-mark {
  width: 2.25rem;
  height: 2.25rem;
  appearance: none;
  background-color: rgba(255, 255, 255, 0.56);
  box-shadow: 0 0 1px 2px rgba(255, 255, 255, 0) inset;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 1.125rem;
  transform: translateY(-50%);
  z-index: 21;
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
}
.front-location-item .plus-mark::before, .front-location-item .plus-mark::after {
  width: 1rem;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.85);
  position: absolute;
  top: 50%;
  left: 50%;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.front-location-item .plus-mark::before {
  transform: translate(-50%, -50%);
}
.front-location-item .plus-mark::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.front-location-item .front-location-detail {
  opacity: 1;
  transform-origin: top;
  transition: height 0.3s ease, opacity 0.24s ease;
  position: inherit; /* important */
  z-index: 1; /* important */
}
.front-location-item .front-location-detail[hidden] {
  display: none;
}
.front-location-item .front-location-detail.is-opening,
.front-location-item .front-location-detail.is-closing {
  pointer-events: none;
}
.front-location-item .front-location-detail__inner {
  border-top: none;
  display: grid;
  gap: 2rem;
  padding: 0 1.5rem 2rem;
}
.front-location-item .front-location-detail__section {
  display: grid;
}
.front-location-item .front-location-detail__sectitle {
  color: #fdfbf7;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.front-location-item .front-location-detail__label {
  color: rgb(101, 89, 69);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.front-location-item .front-location-detail__address {
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  line-height: 1.6;
  margin-bottom: 1rem;
}
.front-location-item .front-location-detail__address-icon {
  color: inherit;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.front-location-item .front-location-detail__address-icon:hover {
  color: #c6372e;
}
.front-location-item .front-location-detail__menu-link {
  color: #fff;
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  padding: 0.4rem 0;
}
.front-location-item .front-location-detail__menu-link:hover {
  color: rgb(101, 89, 69);
}
.front-location-item .front-location-detail__info-btn {
  color: #fff;
  width: 100%;
  box-shadow: 0 0 1px 1px #fff inset;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  padding: 0.5rem 0;
}
.front-location-item .front-location-detail__methods {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.front-location-item .front-location-detail__method {
  box-shadow: none;
  gap: 8px;
  min-height: 0;
  padding: 0.5rem 0.4rem;
}
.front-location-item .front-location-detail__method:hover {
  color: #c6372e;
  opacity: 1;
  transform: none;
}
.front-location-item .front-location-detail__method::after {
  display: none;
}
.front-location-item .front-location-detail__method--pickup-alt {
  border-left-color: #58332a;
}
.front-location-item .front-location-detail__method--delivery {
  background: rgba(255, 255, 255, 0.5);
  border-left-color: #7e7e7e;
  color: rgba(30, 30, 30, 0.92);
  min-height: 0;
  padding: 0 0.75rem;
}
.front-location-item .front-location-detail__method--delivery:hover {
  color: #c6372e;
  opacity: 1;
  transform: none;
}
.front-location-item .front-location-detail__method--delivery .front-location-detail__method-label {
  font-size: 14px;
  font-weight: 400;
}
.front-location-item .front-location-detail__method--delivery .front-location-detail__method-icon {
  color: rgb(101, 89, 69);
}
.front-location-item .front-location-detail__method--delivery .front-location-detail__method-detail {
  display: none;
}
.front-location-item .front-location-detail__method-icon {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  font-size: 0.85rem;
}
.front-location-item .front-location-detail__method-copy {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.front-location-item .front-location-detail__method-label {
  font-size: 15px;
  font-weight: 600;
}
.front-location-item .front-location-detail__method-detail {
  display: none;
  color: rgba(30, 30, 30, 0.64);
  font-size: 13px;
  line-height: 1.45;
}
.front-location-item .front-location-detail__empty {
  margin: 0;
  color: rgba(30, 30, 30, 0.66);
}
.front-location-item img {
  height: 50px;
  width: auto;
}
@media (min-width: 992px) {
  .front-location-item img {
    height: 80px;
  }
}

.icon-wrap {
  position: absolute;
  right: 0px;
  top: 8px;
  height: 22px;
}
.icon-wrap img {
  height: 100%;
  margin-right: 8px;
}

.icon-new {
  background-color: #d32323;
  color: white;
  font-size: 13px;
  position: absolute;
  left: 8px;
  top: 8px;
  padding: 0 5px;
}

.front-menu-note img {
  height: 22px;
}

.front-map-wrap {
  max-width: 580px !important;
}

.location-left-col {
  padding-right: 5vw !important;
}
@media (min-width: 992px) {
  .location-left-col {
    padding-right: 9vw !important;
  }
}
.location-left-col > div {
  border-bottom: 1px solid #e7ddcd;
}
.location-left-col > div:last-child {
  border-bottom: none;
}

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