<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.bg-cuisine-01 {
  width: 100%;
  min-height: 500px;
  background: url('bg_01.jpg') center center / cover fixed;
}
.box-cuisine-01 {
  overflow: hidden;
  position: relative;
  max-height: calc(100vw * 0.3);
}
.swiper-container {
  overflow: hidden;
  position: relative;
  left: -25%;
  width: 150%;
  height: auto;
}
.swiper-wrapper {
  
}
  .swiper-slide {
    
  }
  .swiper-wrapper img {
    display: block;
  }
.gallery-thumbs {
  -js-display: -webkit-flex;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-flex-wrap: wrap;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  
  width: 80%;
  margin: 30px auto 0;
}
  .gallery-thumbs div {
    width: 16%;
    padding: 1px;
    cursor: pointer;
  }
  .gallery-thumbs img {
    display: block;
  }
.swiper-button-next {
  top: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  margin: auto 0;
  background: url('../cmn/img/ico_arrow_02.svg') center center / auto 50px no-repeat;
}
.swiper-button-prev {
  top: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  margin: auto 0;
  background: url('../cmn/img/ico_arrow_03.svg') center center / auto 50px no-repeat;
}
</pre></body></html>