html,
body {
  margin: 0;

  font-family: "Noto Sans", sans-serif;
  background: url(./paper.jpg);
}

body {}


/* .container{
  border:1px #911 solid;
} */
.carousel {
  background: #F8F8F8;
  border: solid #BDBDBD 1px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  border: 4px #fff solid;
}

strong {
  font-weight: bold;
}

.notice {
  border: 1px #99111166 solid;
  background: #ffeeee;
  padding: 15px;
  margin-bottom: 10px;
}

.notice dl {
  margin-top: 10px;
}

a {
  color: #0f634e;
  font-weight: 600;
  text-decoration: underline;
}

a:hover {
  color: #9F9F9F;
}

header {
  padding-top: 15px;
  z-index: 1;
  position: relative;
  background: #232b2a;

  font-family: 'Marcellus', serif;
  border-bottom: 2px #000 solid;
  position: relative;
}

.headerbg {
  background-image: url("./assets/330.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  opacity: .25;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

header .logo .image {
  background: url(./assets/omakase_simple.png) top left no-repeat;
  max-width: 325px;
  width: 100%;
  background-size: contain;
  height: 70px;
  display: inline-block;
}

header .logo .image a {
  display: block;
  height: 100%;
}

header .logo .subtext {
  text-transform: uppercase;
}

header .logo {
  margin-bottom: 0px;
  margin-left: 75px;
  margin-top: 10px;
}

header .navbar {
  font-family: 'Marcellus', serif;

}

header .navbar .nav-item {
  display: inline-block;
  text-align: center;
}

header .navbar .nav-link {
  color: #efd27d;
  font-size: 1.1rem;
  text-transform: uppercase;
  margin: 10px 4px;
  display: inline-block;
  white-space: nowrap;
  font-weight: 100;
  text-decoration: none;
}

header .navbar .nav-link:hover {
  color: #B61F16;
}

header .navbar #navbarNav {
  margin: 0 auto;
}

main {
  position: relative;
  margin-top: 50px;
  color: #fff;

}

main .content {
  position: relative;
  z-index: 2;
  color: #000;
  padding-top: 20px;
  padding-bottom: 10px;
  padding-right: 15px;
  background: #ffffff8c;
  box-shadow: #ffffffff 1px 1px 11px;
  margin-bottom: 20px;
  border-radius: 4px;
}

.text-section {
  font-family: "Noto Sans", sans-serif;
  font-size: 1.3rem;
  font-size: 1.2rem;
  line-height: 160%;
  font-weight: 400;
  color: #666;
}

.text-section h3 {
  color: #444;
  margin-bottom: 40px;
  padding-bottom: 10px;
  border-bottom: 2px #70962966 solid;

}

.modal-body {
  padding: 0.25rem;
}

#c {
  z-index: 0;
  background: #000 url(./assets/cherry2.jpg) top center;
  background-size: cover;
  width: 100%;
  height: 100px;
  position: absolute;
  opacity: .4;
  top: 100px;
  left: 0;
  border-bottom: 3px #333 solid;
}

.divider {
  background: #000 url(./assets/cherry2.jpg) top center;
  background-size: cover;
  width: 100%;
  opacity: .4;
  height: 40px;
  border-bottom: 2px #ffffff44 solid;
  margin-bottom: 25px;

  border: solid #BDBDBD 1px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

.divider.first {
  margin-bottom: 1px;
  height: 15px;
  background: #efd27d;
  opacity: 1;
}

.food #ci1,
.food #ci2,
.food #ci3 {
  margin-left: 20px;
}

.food .carousel {
  margin-left: 20px;
}


.contact,
.blurb {
  color: #333;
  padding-top: 30px;
  padding-left: 10px;
}

.yakitori {
  background: #ffffff4a;
  text-align: center;
  position: relative;
  border-bottom: 1px #33333322 solid;

}

.yakitori a {
  color: #767676;
  /* text-decoration: none; */
  font-size: 1.5rem;
  font-weight: 300;
  display: inline-block;
  margin: 10px;
  text-transform: uppercase;
  font-family: 'Marcellus', serif;
}

.yakitori a:hover {
  color: #000;
}

.yakitori .blink-text {}

#tc {
  color: #333;
  font-size: 12px;
  padding: 20px;
}

.faq .text-section {
  font-size: 1rem;
}

.faq h4 {
  font-size: 1.3rem;
  margin-top: 40px;
  color: #333;
  border-bottom: 2px #ddddddaa solid;
  padding-bottom: 10px;
}

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

dl.awards {
  margin-top: 20px;
  margin-left: 40px;
}

dl.awards dt {
  font-size: 1.3rem;
  margin-bottom: 20px;
  border-bottom: 2px #ddddddaa solid;
}

dl.awards dd {
  font-size: 1rem;
}

.faq-text-1 dl dd {
  margin-left: 15px;
  display: list-item;
  list-style-type: disc;
  line-height: 1.25rem;
}

.contact a {
  text-decoration: none;
  color: #555;
  font-size: 1.15rem;
}

.contact a img {
  width: 35px;
  margin-right: 10px;
}

.team h4 {
  font-size: 1.25rem;
}

.team h3 {
  font-size: 3rem;
  margin-bottom: 30px;
}

.image-frame img {
  width: 100%;
  border: 5px #fff solid;
  cursor: pointer;
  margin: 20px auto;
}

@media screen and (min-width: 768px) {
  .text-section {
    padding: 0 40px 20px 40px;
  }
}

@media screen and (max-width: 992px) {
  a {
    word-break: break-all;
  }

  .navbar-nav {
    display: block;
  }

  header .navbar .nav-link {
    font-size: 1.1rem;
    margin: 5px 10px;
  }

  header .logo {
    margin-left: 0;
  }

  main {
    margin-top: 20px;
  }

  .text-section {

    font-size: 1.1rem;
    line-height: 146%;
    line-height: 155%;

  }

  .text-section h3 {
    color: #444;
    margin-top: 20px;
    padding-bottom: 10px;
    border-bottom: 2px #70962966 solid;

  }
    .text-section h5 {
    color: #444;
    margin-top: 20px;
    padding-bottom: 10px;
    border-bottom: 2px #70962966 solid;

  }
}


.blink_text {
  animation: 1s blinker linear infinite;
  -webkit-animation: 1s blinker linear infinite;
  -moz-animation: 1s blinker linear infinite;
  color: red;
}

@-moz-keyframes blinker {
  0% {
    opacity: 1.0;
  }

  50% {
    opacity: 0.0;
  }

  100% {
    opacity: 1.0;
  }
}

@-webkit-keyframes blinker {
  0% {
    opacity: 1.0;
  }

  50% {
    opacity: 0.0;
  }

  100% {
    opacity: 1.0;
  }
}

@keyframes blinker {
  0% {
    opacity: 1.0;
  }

  50% {
    opacity: 0.0;
  }

  100% {
    opacity: 1.0;
  }
}



.canvas-gallery-container {
  max-width: 1200px;
  margin: 0 auto;
  background: white;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.canvas-gallery-wrapper {
  position: relative;
  width: 96%;
  height: 450px;
  background: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin: 2%;
}

#galleryCanvas {
  display: block;
  cursor: pointer;
  border-radius: 4px;
  transition: opacity 0.3s ease;
}

#galleryCanvas:hover {
  opacity: 0.95;
}

/* Loading indicator */
.loading-indicator {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #666;
  font-size: 18px;
  z-index: 1;
}

.spinner {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 3px solid #f3f3f3;
  border-top: 3px solid #333;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-right: 10px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Modal styles */
.modal {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(5px);
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
}

.modal-content {
  position: relative;
  max-width: 90vw;
  max-height: 90vh;
  background: white;
  border-radius: 8px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  animation: modalFadeIn 0.3s ease-out;
  width: auto;
}

@keyframes modalFadeIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.modal-content img {
  display: block;
  max-width: 100%;
  max-height: calc(90vh - 40px);
  width: auto;
  height: auto;
  object-fit: contain;
}

.close {
  position: absolute;
  top: 15px;
  right: 20px;
  color: #666;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  z-index: 1001;
  background: rgba(255, 255, 255, 0.9);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

.close:hover {
  background: rgba(255, 255, 255, 1);
  color: #333;
  transform: scale(1.1);
}

/* Info panel */
.info-panel {
  background: #e3f2fd;
  padding: 20px;
  margin: 20px 0;
  border-radius: 8px;
  border-left: 4px solid #2196f3;
}

.info-panel h3 {
  margin-top: 0;
  color: #1976d2;
}

.features {
  background: #e8f5e9;
  padding: 20px;
  margin: 20px 0;
  border-radius: 8px;
  border-left: 4px solid #4caf50;
}

.features h3 {
  margin-top: 0;
  color: #388e3c;
}

.features ul {
  margin: 10px 0;
  padding-left: 20px;
}

.features li {
  margin: 8px 0;
  color: #2e7d32;
}

/* Responsive design */
@media (max-width: 768px) {

  .canvas-gallery-wrapper {
    height: 450px;
  }

  .modal {
    padding: 10px;
  }

  .modal-content {
    max-width: 95vw;
    max-height: 95vh;
  }

  .close {
    top: 10px;
    right: 10px;
    font-size: 24px;
    width: 35px;
    height: 35px;
  }
}

@media (max-width: 480px) {
  h1 {
    font-size: 24px;
  }



  .info-panel,
  .features {
    padding: 15px;
    margin: 15px 0;
  }
}

/* High DPI displays */
@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
  #galleryCanvas {
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
  }
}

/* Orientation handling */
@media (orientation: landscape) and (max-height: 500px) {
  .canvas-gallery-wrapper {
    height: 200px;
  }
}

/* Touch device optimizations */
@media (hover: none) and (pointer: coarse) {
  #galleryCanvas {
    cursor: default;
  }

  #galleryCanvas:hover {
    opacity: 1;
  }
}

/* Michelin Modal Styles */
.michelin-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000a8;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(0);
  transition: opacity 0.5s ease, visibility 0.5s ease, transform 0.5s ease;
  overflow-y: auto;
  overflow-x: hidden;
}

.michelin-modal.show {
  display: flex;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.michelin-modal.dismissing {
  opacity: 1;
  visibility: visible;
  transform: translateY(100vh);
  transition: transform 1s ease;
}

.michelin-modal.hidden {
  display: none;
}

.michelin-modal-close {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 50%;
  color: #000;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  z-index: 10001;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  padding: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.michelin-modal-close:hover {
  background: rgba(255, 255, 255, 1);
  transform: scale(1.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}

.michelin-modal-close:active {
  transform: scale(0.95);
}

.michelin-modal.hidden .michelin-modal-close {
  display: none;
}

.michelin-modal-content {
  width: 100%;
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  max-width: 1440px;
  box-sizing: border-box;
}

.michelin-hero {
  max-width: 1440px;
  margin: 0 auto;
  min-height: 440px;
  background: radial-gradient(circle at 70% 30%, rgba(217,175,79,0.2), rgba(0,0,0,1) 55%), #000;
  color: #fff;
  position: relative;
  overflow: hidden;
  display: flex;
  padding: 40px 56px;
  box-sizing: border-box;
  width: 100%;
  font-family: "Helvetica Neue", Arial, sans-serif;
}

.michelin-logo-panel {
  position: static;
  min-width: 160px;
  width: 160px;
  height: 160px;
  background: linear-gradient(160deg, #f6d47f, #be8f2a);
  border-radius: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.michelin-logo-panel img {
  max-width: 120px;
  height: auto;
  display: block;
}

.michelin-content {
  margin-left: 31px;
  max-width: 520px;
  z-index: 1;
}

.michelin-eyebrow {
  font-size: 12px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: #d1d1d1;
  margin-bottom: 14px;
  text-align: center;
}

.michelin-headline {
  font-size: 38px;
  line-height: 1.05;
  font-weight: 600;
  margin-bottom: 16px;
  text-align: center;
}

.michelin-subhead {
  font-size: 18px;
  line-height: 1.6;
  color: rgba(255,255,255,0.82);
  margin-bottom: 26px;
  text-align: center;
}

.michelin-import {
  color: #fff ;
  font-weight: 800;
}

.michelin-star-box {
  position: absolute;
  top: 36px;
  right: 56px;
  width: 150px;
  text-align: center;
  z-index: 1;
}

.michelin-star-circle {
  width: 110px;
  height: 110px;
  background: #fff;
  border-radius: 999px;
  margin: 0 auto 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.michelin-star-circle:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(255, 255, 255, 0.3);
}

.michelin-star-circle:active {
  transform: scale(0.98);
}

.michelin-star-circle img {
  width: 78%;
  height: auto;
  display: block;
}

@keyframes spin-slow {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.michelin-star-caption {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: rgba(255,255,255,0.72);
}

.michelin-plate {
  position: absolute;
  bottom: -104px;
  right: -40px;
  width: 310px;
  height: 310px;
  background: radial-gradient(circle, rgba(229,168,57,0.32), rgba(0,0,0,0));
  border: 1px solid rgba(217,175,79,0.25);
  border-radius: 999px;
}

.michelin-state {
  width: 75%;
  position: absolute;
  top: 30%;
  left: 9%;
}

/* Michelin Icon Styles */
.michelin-icon {
  position: fixed;
  bottom: 6px;
  left: 10px;
  width: 100px;
  height: 85px;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(100%);
  transition: opacity 0.5s ease, visibility 0.5s ease, transform 0.5s ease;
  display: block;
  overflow: hidden;
}

.michelin-icon.show {
  opacity: .5;
  visibility: visible;
  transform: translateY(0);
}

.michelin-icon img {
  width: 100px;
  height: 85px;
  display: block;
  border-top-right-radius: 15px;
  object-fit: contain;
}

.michelin-icon:hover {
  transform: scale(1.1);
  transition: transform 0.3s ease;
}

@media (max-width: 900px) {
  .michelin-hero {
    height: auto;
    padding: 40px 24px 120px;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .michelin-logo-panel {
    position: static;
    margin-bottom: 20px;
  }

  .michelin-content {
    margin-left: 0;
    max-width: 100%;
    position: relative;
  }

  .michelin-star-box {
    position: static;
    margin: 16px auto 26px;
    width: 150px;
  }
}

@media (max-width: 768px) {
  .michelin-icon {
    width: 60px;
    height: 60px;
    bottom: -5px;
    left: 0px;
  }
  .michelin-icon img {
    width: 60px;
    height: 55px;
    border-top-right-radius: 15px;
    object-fit: contain;
  }
  
  .chef .carousel,
  #CIRestaurant {
    margin-bottom: 20px;
  }
}