@charset "UTF-8";
/* Scss Document */
/*=============================================================
料理・スタッフページ設定
=============================================================*/
@media screen and (min-width: 768.9px) {
  #main {
    /*min-width: 1000px;*/
  }
}

.cuisine .sticky-area {
  position: sticky;
  top: 100px;
  left: 0;
}
.cuisine .cuisine-title {
  font-size: clamp(55px, 5vw, 112px);
  color: #76572F;
  font-weight: 400;
  line-height: 0.7;
  letter-spacing: 0.1em;
  position: absolute;
  top: 0;
  left: 0;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}
.cuisine .slider_loop {
  overflow: hidden;
}
.cuisine .slider_loop .swiper-wrapper {
  transition-timing-function: linear;
  padding: 60px 0;
  background-color: #F7F5F2;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768.9px) {
  .cuisine .slider_loop .swiper-wrapper {
    padding: 120px 0;
  }
}
.cuisine .container {
  width: 1320px;
}
.cuisine #sec-cuisine {
  position: relative;
}
.cuisine #sec-cuisine .container {
  max-width: 90%;
}
.cuisine #sec-staff {
  position: relative;
  margin-bottom: 80px;
}
@media screen and (min-width: 768.9px) {
  .cuisine #sec-staff {
    margin-bottom: 160px;
  }
}
.cuisine #sec-staff .container {
  max-width: 90%;
}
.cuisine .cuisine-col2 {
  text-align: left;
  margin-bottom: 48px;
}
@media screen and (min-width: 768.9px) {
  .cuisine .cuisine-col2 {
    display: grid;
    gap: 0px 104px;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 64px;
    align-items: center;
  }
}
.cuisine .cuisine-col2:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 768.9px) {
  .cuisine .cuisine-col2-left {
    margin-bottom: 20px;
    padding-left: 56px;
    padding-right: 28px;
    line-height: 2;
  }
}
@media screen and (max-width: 768.9px) {
  .cuisine .cuisine-col2-right {
    text-align: right;
  }
}
@media screen and (max-width: 768.9px) {
  .cuisine .cuisine-col2-right img {
    width: 85%;
  }
}
.cuisine .cuisine-col2 .lead {
  font-weight: 400;
  line-height: 1.6;
  font-size: clamp(20px, 3vw, 24px);
  margin-bottom: 24px;
}
@media screen and (min-width: 768.9px) {
  .cuisine .cuisine-col2 .lead {
    margin-bottom: 48px;
  }
}
.cuisine .cuisine-col2 .txt {
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 2;
  font-size: clamp(15px, 3vw, 17px);
}/*# sourceMappingURL=style_cuisine.css.map */