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;
  }
}