@charset "utf-8";
.top_bg {
  height: calc(90vh - 8.88vw);
  min-height: 580px;
}
.low .mvblk {
  width: 100%;
  position: fixed;
  top: 50%;
  transform: translateY(-54%);
  z-index: 0;
}
.pagettl_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.pagettl_wrap .page_txtbk {
  color: #fff;
  width: 41%;
  padding-top: 60px;
  max-width: 530px;
  z-index: 1;
}
.page_txtbk .page_ttl {
  margin-bottom: 30px;
}
.page_txtbk .page_ttl .en {
  font-size: clamp(54px, 7.03vw, 80px);
  line-height: 1.2;
  letter-spacing: 0;
}
.page_txtbk .page_ttl .ja {
  font-size: clamp(17px, 2.99vw, 23px);
  line-height: 1.2;
  display: block;
}
.page_txtbk .page_txt {
  line-height: 1.94;
}
.pagettl_wrap .page_imgbk {
  width: 57%;
  max-width: 680px;
  position: relative;
}
.pagettl_wrap .page_imgbk .mv_icon {
  position: absolute;
  z-index: 1;
}
.content_wrap {
  background-color: #fff;
  position: relative;
  z-index: 2;
}
.content_wrap::before {
  content: "";
  display: block;
  height: auto;
  width: 100%;
  margin: 0 auto;
  aspect-ratio: 1600 / 142;
  background: url(../imgs/common/mv_btm_pc.png) center bottom no-repeat;
  background-size: 100% auto;
  position: absolute;
  bottom: calc(100% - 1px);
  left: 0;
  right: 0;
  z-index: 2;
}
.bdr_dash::after {
  content: "";
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #bababa, #bababa 3px, transparent 3px, transparent 6px);
  background-size: 6px 1px;
  background-repeat: repeat-x;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
/* ======================
shop
========================= */
.shop_cont {
  display: flex;
  flex-direction: row-reverse;
  padding: clamp(30px, 6.98vw, 100px) 0 clamp(50px, 11.63vw, 100px);
  border-bottom: 1px solid #000;
}
.shop_cont .imgbk {
  width: 50%;
}

/* スライド */
.shop_cont .slick-prev,
.shop_cont .slick-next {
  display: none !important;
}
.slider_nav .slick-track {
  width: 100% !important;
  transform: unset !important;
}
.slider_item li {
  aspect-ratio: 60 / 42;
  margin-bottom: 10px;
  border-radius: 30px;
  overflow: hidden;
}

.slider_nav li {
  width: calc((100% - 40px) / 4) !important;
  max-width: 130px;
  margin: 5px;
  aspect-ratio: 12 / 9;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
}
.slider_nav .slick-current {
  display: none;
}

.shop_cont .txtbk {
  width: 48%;
  max-width: 550px;
}

.shop_cont .txtbk .shopname {
  font-size: clamp(30px, 3.91vw, 35px);
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}

.shop_cont .txtbk .shop_cat {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
  margin-bottom: clamp(20px, 2.6vw, 30px);
}
.shop_cont .txtbk .shop_cat li {
  font-size: clamp(15px, 4.19vw, 18px);
  color: #fff;
  line-height: 1;
  text-align: center;
  background-color: #f0336f;
  border-radius: 10px;
  padding: 6px 17px;
}
.shop_cont .txtbk .shop_txt {
  line-height: 1.94;
  padding-bottom: 20px;
}
.shop_cont .txtbk .day-time_blk {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 15px 10px;
  padding: 20px 0;
}
.shop_cont .txtbk .day-time_lavel {
  font-size: clamp(15px, 4.19vw, 18px);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  min-height: 30px;
  background-color: #e5e2df;
  border-radius: 5px;
}
.shop_cont .txtbk .day-time_txt {
  font-size: clamp(15px, 4.19vw, 18px);
  width: calc(100% - 110px);
}
.shop_cont .txtbk .menu_wrap {
  padding-top: clamp(22px, 2.86vw, 30px);
}
.shop_cont .txtbk .menu_ttlbk {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.shop_cont .txtbk .menu_ttl {
  color: #f0336f;
  font-size: clamp(18px, 4.65vw, 20px);
  font-weight: 700;
  height: 30px;
  padding-left: 30px;
  background: url(../imgs/gourmet/ic_menu.png) left center no-repeat;
  background-size: contain;
}
.shop_cont .txtbk .menu_note {
  font-size: clamp(15px, 3.72vw, 16px);
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 124px);
  max-width: 400px;
  min-height: 35px;
  padding: 5px 10px;
  background-color: #e5e2df;
  border-radius: 10px;
}

.shop_cont .txtbk .menu_item {
  font-size: clamp(15px, 4.19vw, 18px);
  padding: 9px 0;
}
.btm_menu_wrap {
  padding: clamp(50px, 11.63vw, 80px) 0 clamp(70px, 16.28vw, 100px);
}
.btm_menu_wrap .morebtn {
  max-width: 550px;
  margin: 0 auto;
}

/* ======================
mv無し共通
========================= */
.mv-none__contents {
  padding-top: clamp(54px, 16.67vw, 128px);
  padding-bottom: clamp(57px, 19.53vw, 150px);
}
@media screen and (max-width: 1260px) {
  .pagettl_wrap .page_txtbk {
    padding-top: 0;
  }
}
@media screen and (max-width: 980px) {
  /* ======================
shop
========================= */
  .shop_cont .txtbk .day-time_blk {
    flex-direction: column;
    align-items: flex-start;
    gap: 7px;
  }
  .shop_cont .txtbk .day-time_txt {
    width: 100%;
  }
  .shop_cont .txtbk .menu_ttlbk {
    flex-direction: column;
    align-items: flex-start;
  }
  .shop_cont .txtbk .menu_note {
    width: 100%;
    max-width: initial;
  }
}
@media screen and (max-width: 768px) {
  .top_bg {
    height: calc(90vh - 55px);
  }
  .low .mvblk {
    top: 130px;
    transform: initial;
  }

  .pagettl_wrap {
    flex-direction: column-reverse;
    align-items: center;
    padding-top: 63px;
  }
  .pagettl_wrap .page_txtbk {
    width: 100%;
    padding-top: 40px;
    max-width: 550px;
  }
  .page_txtbk .page_ttl {
    position: absolute;
    top: 0;
  }
  .page_txtbk .page_txt .pc {
    display: none;
  }
  .pagettl_wrap .page_imgbk {
    width: clamp(270px, 100%, 60vh);
    /* max-width: 440px; */
    aspect-ratio: 194 / 135;
    position: relative;
  }
  .pagettl_wrap .page_imgbk .mv_img {
    width: 105%;
    height: 105%;
    position: absolute;
    right: 0;
  }
  .page_txtbk .page_ttl .en {
    font-size: clamp(40px, 10.47vw, 54px);
  }
  /* ======================
	shop
	========================= */

  .shop_cont {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  .shop_cont .imgbk,
  .shop_cont .txtbk {
    width: 100%;
    max-width: 550px;
  }
  .shop_cont .txtbk .shopname {
    font-size: clamp(18px, 4.65vw, 30px);
  }
  .shop_cont .txtbk .shop_txt {
    line-height: 1.46;
  }

  .shop_cont .txtbk .day-time_txt {
    line-height: 1.1;
  }
}
@media screen and (max-width: 600px) {
  .content_wrap::before {
    background-size: 600px;
  }
}
