@charset "utf-8";
body {
  background-color: var(--color--light--gray);
  color: #1a1a1a;
}

.lunch__line {
  display: block;
  width: 16%;
  height: 1px;
  opacity: 0.26;
  max-width: 113px;
  background-color: var(--color--black);
}
.season__menu__container {
  width: 90%;
  margin: 0 auto;
}
.dinner__area__inner {
  padding: 115px 0;
}
.dinner__contents {
  color: var(--color--black);
}
.limit__contents {
  padding: 18px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-bottom: 1px solid var(--color--black);
  border-top: 1px solid var(--color--black);
  border-left: unset;
  border-right: unset;
}
.limit__contents__item {
  width: 100%;
}
.limit__contents::before,
.limit__contents::after {
  content: "";
  display: none;
  width: 21%;
  height: 1px;
  background-color: var(--color--black);
}
.limit__course {
  text-align: center;
}
.link__item {
  color: var(--color--black);
}
.link__diamond {
  width: 45.41px;
  height: 31.08px;
  background-image: url("../image/lunch/diamond__black.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  overflow: hidden;
}
.link__diamond::after {
  content: "";
  background-image: url("../image/lunch/arrow__white.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  width: 4.61px;
  height: 5.86px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-600%, -50%);
  transition: 0.4s ease-in;
}
.link__diamond img {
  width: 4.61px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.4s ease-in;
}
#message {
  background-color: var(--color--white);
}
.message__dtl p {
  color: var(--color--black);
}
.message__subttl {
  color: var(--color--txt--gray) !important;
}
.owner__name {
  text-align: end;
}
#shop__info {
  background-color: var(--color--white);
}
.shop__info__inner {
  width: 90%;
  height: auto;
  margin: 0 auto;
  max-width: 1100px;
}
.shop__info__contents {
  display: block;
}
.shop__info__lunch__imgList {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  column-gap: 12px;
  row-gap: 12px;
}
.shop__info__lunch__imgItem {
  width: 49%;
  height: auto;
  max-width: 544px;
}
.shop__info__lunch__imgItem img {
  width: 100%;
  height: auto;
}
.shop__info__dtl__container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  column-gap: 100px;
  padding-top: 49px;
}
.shop__info__dtl__container h2 {
  font-size: 18px;
  letter-spacing: 0.08em;
}
.shop__info__dtl__container h2 > small {
  font-size: 16px;
  color: var(--color--txt--gray);
}
.shop__info__dtl {
  padding-left: 0;
  display: flex;
  align-items: flex-start;
}
.shop__info__term {
  padding: 0 40px 0 0;
  font-size: 16px;
}
.shop__info__txt {
  font-size: 12px;
}
.tel {
  color: var(--color--black);
}
.shop__info__dtl p {
  color: var(--color--black);
}
#present__area {
  background-color: var(--color--white);
}
.present__area__inner {
  padding: 302px 0 0 0;
}
.present__dtl__container {
  color: var(--color--black);
}
#products__area {
  background-color: var(--color--white);
}
.products__contents {
  color: var(--color--black);
}
.room__section__inner {
  background-color: var(--color--lunch--slide--bg);
}
.floor__plan__contents {
  color: var(--color--black);
}
.swiper-pagination-bullet:nth-child(1) {
  background-color: rgba(139, 139, 139, 0.3) !important;
}
.swiper-pagination-bullet:nth-child(2) {
  background-color: rgba(139, 139, 139, 0.3) !important;
}
.swiper-pagination-bullet:nth-child(2)::before {
  background-color: rgba(139, 139, 139, 0.3) !important;
}
.swiper-pagination-bullet:nth-child(3) {
  background-color: rgba(139, 139, 139, 0.3) !important;
}
.map__contents__dtl {
  color: var(--color--black);
}
/* PC ================================================== */
@media all and (max-width: 820px) {
  header {
    background-color: rgba(255, 255, 255, 0.2);
  }
  .hbg_btn_icon img {
    filter: brightness(0.02);
  }
  .season__menu {
    padding-top: 0 !important;
  }
  .season__menu__container {
    width: 100%;
  }
  .dinner__area__inner {
    padding: 181px 0 59px 0;
  }
  .hero__contents {
    padding-top: 60px;
    background-image: url("../image/fv_bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .message__inner {
    padding: 0 0 50px 0;
  }
  .message__contents {
    flex-direction: column-reverse;
  }
  .owner__name {
    padding-bottom: 0;
    text-align: start;
  }
  .message__subttl {
    padding-top: 24.9px;
  }
  .shop__info__lunch__imgList {
    column-gap: 9px;
    row-gap: 9px;
  }
  .shop__info__lunch__imgItem {
    width: 48%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
  }
  .shop__info__lunch__imgItem img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .shop__info__dtl__container {
    flex-direction: column;
  }
  .shop__info__dtl__container h2 {
    letter-spacing: 0.08em;
    line-height: 1.8;
  }
  .shop__info__dtl {
    width: 100%;
    flex-direction: column;
  }
  .shop__info__term {
    padding-bottom: 16px;
  }
  .shop__info__txt {
    letter-spacing: 0.08em;
  }
  .present__area__inner {
    padding: 78px 0 0 0;
  }
}

/* SP ================================================== */
@media all and (max-width: 599px) {
}
