.cuisine {
  margin-bottom: 235px;
}
@media (max-width: 1024px) {
  .cuisine {
    margin-bottom: 0;
  }
}
.cuisine-mb380 {
  margin-bottom: 380px;
}
@media (max-width: 1024px) {
  .cuisine-mb380 {
    margin-bottom: 0;
  }
}
.cuisine-gallery {
  display: flex;
}
@media (max-width: 1024px) {
  .cuisine-gallery {
    display: none;
  }
}
.cuisine-gallery__item {
  overflow: hidden;
}
.cuisine-gallery__item:nth-of-type(1) {
  position: relative;
  top: -50px;
}
.cuisine-gallery__item--rt {
  position: absolute;
  right: calc(50% - 50vw);
  top: -120px;
}
.cuisine-gallery__img {
  max-width: 527px;
  height: 351px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.cuisine-ttl {
  color: #fff;
  background-color: #765B49;
  font-weight: 100;
  text-align: center;
  width: 85%;
  letter-spacing: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  position: absolute;
  top: -30px;
  left: 0;
}
@media (max-width: 1024px) {
  .cuisine-ttl {
    position: inherit;
    top: inherit;
    max-width: 300px;
    position: inherit;
    max-width: 300px;
    line-height: 52px;
    height: 52px;
    text-align: center;
    margin-bottom: 30px;
  }
}
.cuisine-ttl__rl {
  position: absolute;
  top: -68px;
  right: -55px;
  color: #fff;
  background-color: #765B49;
  font-weight: 100;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  padding-top: 40px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 40px;
  letter-spacing: 5px;
}
@media (max-width: 1024px) {
  .cuisine-ttl__rl {
    position: inherit;
    top: inherit;
    right: inherit;
    -ms-writing-mode: inherit;
    writing-mode: inherit;
    max-width: 300px;
    width: 100%;
    padding: 0;
    line-height: 52px;
    height: 52px;
    text-align: center;
    margin-bottom: 30px;
  }
}
.cuisine-ttl__rl--tp {
  top: -150px;
}
@media (max-width: 1024px) {
  .cuisine-ttl__rl--tp {
    top: inherit;
    right: inherit;
  }
}
.cuisine-right {
  top: -150px;
}
@media (max-width: 1024px) {
  .cuisine-right {
    top: inherit;
  }
}
.cuisine-left {
  padding-left: 0 !important;
	margin-left: 20px;
}
.cuisine-heading {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .cuisine-heading {
    margin-right: auto;
  }
}
.cuisine-lift {
  overflow: inherit;
}
.cuisine-img {
  -o-object-fit: contain;
     object-fit: contain;
  padding-left: 0;
  top: -292px;
  position: absolute;
}
@media (max-width: 1024px) {
  .cuisine-img {
    position: inherit;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    top: inherit;
  }
}
.cuisine-img__tp100 {
  top: -100px;
}
@media (max-width: 1024px) {
  .cuisine-img__tp100 {
    top: inherit;
  }
}
.cuisine-img__pl {
  width: 100%;
  height: 100%;
  padding-left: 60px !important;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1024px) {
  .cuisine-img__pl {
    max-width: inherit;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    padding-left: 0 !important;
  }
}
.cuisine-ht380 {
  height: 380px;
}
@media (max-width: 1024px) {
  .cuisine-ht380 {
    height: inherit;
  }
}
.cuisine-ht465 {
  height: 465px;
}
@media (max-width: 1024px) {
  .cuisine-ht465 {
    height: inherit;
  }
}

.special_course{width:100%; margin: 10rem auto 10rem auto;  background: #f7f3e7;   }
.special_course .column{display:flex; flex-wrap: wrap; justify-content:space-between; align-items: center;}
.special_course p{text-align: center; margin-bottom: 1rem;}
.special_course .point{font-size:18px;}
.special_course .text_box{padding: 0 2rem; width:50%; box-sizing: border-box;}
.special_course .text_box h3{margin:0 0 4rem 0; font-size:24px; text-align: center; font-weight: 100; text-align: center; line-height: 2em; }
.special_course .text_box h3 span{ padding:7px 30px; font-size:clamp(18px, 2.3vw, 24px); letter-spacing: 5px; color: #fff; background-color: #765B49;}
.special_course .img_box{width:50%;}

@media (max-width: 1300px) {
.special_course{padding: 6rem 0;}
.special_course .column{display:block; margin: 0 auto; max-width: 800px;}
.special_course .text_box{width:auto; margin-bottom: 4rem;}
.special_course .img_box{width:auto;}
}

@media (max-width: 768px) {
.special_course{margin: 0 auto 10rem auto;}
.special_course .text_box h3 span{display: block; padding:10px; color: #fff;}
}

.sp_on{display: none;}
.pc_on{display: inline;}

@media only screen and (max-width: 767px){
.sp_on{display: inline;}	
.pc_on{display: none;}
}
