@charset "utf-8";


/* =========================
   ご利用シーン
========================= */

#sec_use_scene {
  margin-top: 100px;
}

/* 3項目をページ中央基準で均等配置 */
.scene_list {
  display: grid;
  grid-template-columns: repeat(3, 280px);
  justify-content: center;
  column-gap: 90px;

  margin: 80px auto 0;
  padding: 0;
  list-style: none;
}

/* 各項目 */
.scene_list li {
  text-align: center;
}

/* 見出し */
.scene_list h3 {
  display: block;
  width: 100%;
  margin: 0 0 18px;

  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #222;
  text-align: center;
}

/* 本文 */
.scene_list p {
  display: block;
  width: 100%;
  margin: 0;

  font-size: 14px;
  line-height: 2.2;
  letter-spacing: 0.05em;
  color: #444;
  white-space: nowrap;
  text-align: center;
}
/* =========================
   利用案内（最終）
========================= */

#sec_lunch_guide {
  margin-top: 120px;
  padding-top: 100px;
}

.guide_wrap {
  max-width: 520px;
  margin: 80px auto 0;
}

.guide_item {
  margin-bottom: 56px;
}

.guide_item h3 {
  font-size: 16px;
  letter-spacing: 0.08em;
  margin-bottom: 12px;
  color: #222;
  font-weight: 600;
}

.guide_item p {
  font-size: 14px;
  line-height: 2;
  color: #444;
}


/* =========================
   電話予約
========================= */

.lunch-contact-primary {
  max-width: 880px;
  margin: 70px auto 80px;
  padding: 0 20px;
}

.contact-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;

  background: #f8f5f1;
  border: 1px solid #e5ddd3;
  padding: 34px 56px;
}

.contact-icon {
  display: none;
}

.contact-text {
  flex: 0 0 auto;
  text-align: left;
}

.contact-title {
  font-size: 18px;
  color: #a44;
  margin-bottom: 10px;
  letter-spacing: 0.08em;
  line-height: 1.8;
}

.contact-sub {
  font-size: 14px;
  color: #555;
  letter-spacing: 0.06em;
  line-height: 1.8;
}

.contact-tel {
  flex: 0 0 auto;
  text-align: center;
}

.tel-label {
  font-size: 14px;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
}

.tel-number {
  display: inline-block;
  font-size: 28px;
  letter-spacing: 0.08em;
  color: #a44;
  text-decoration: none;
  line-height: 1.4;
  margin-bottom: 8px;
}

.tel-time {
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 1.8;
}

/* =========================
   リード調整
========================= */

#lead_col {
  margin-top: 0;
}

#lead_col .inner_sm {
  padding-top: 10px;
}


/* =========================
   スマホ
========================= */

@media (max-width: 768px) {

  /* ご利用シーン */
  .scene_list {
    display: block;
    max-width: 92%;
    margin: 60px auto 0;
  }

  .scene_list li {
    width: 100%;
    margin-bottom: 40px;
  }

  .scene_list h3 {
    font-size: 15px;
    margin-bottom: 12px;
  }

  .scene_list p {
    font-size: 13px;
    line-height: 2;
  }

  /* 利用案内 */
  #sec_lunch_guide {
    padding-top: 0px;
  }
  .guide_wrap {
    max-width: 92%;
    margin-top: 60px;
  }

  .guide_item {
    margin-bottom: 40px;
  }

  .guide_item h3 {
    font-size: 15px;
  }

  .guide_item p {
    font-size: 13px;
  }

  /* 電話 */
  .contact-box {
    flex-direction: column;
    text-align: center;
  }

  .contact-tel {
    text-align: center;
  }

  

}

/* スマホ */
@media (max-width: 768px) {

  .scene_list {
    display: block;
    max-width: 320px;
    margin: 60px auto 0;
  }

  .scene_list li {
    margin-bottom: 40px;
    text-align: center;
  }

  .scene_list h3,
  .scene_list p {
    width: 100%;
    text-align: center;
  }

  .scene_list p {
    white-space: normal;
  }

}

/* 案内スマホ */
#sec_lunch_guide {
    margin-top: 40px;
  }

/* =========================
   電話予約：スマホ
========================= */

@media (max-width: 768px) {

  .lunch-contact-primary {
    max-width: none;
    margin: 50px auto 70px;
    padding: 0 20px;
  }

  .contact-box {
    display: block;
    padding: 34px 22px 36px;
    text-align: center;
  }

  .contact-text {
    min-width: 0;
    margin-bottom: 28px;
    text-align: center;
  }

  .contact-title {
    font-size: 17px;
    line-height: 1.9;
    margin-bottom: 14px;
    white-space: normal;
    word-break: keep-all;
  }

  .contact-sub {
    font-size: 13px;
    line-height: 1.9;
    white-space: normal;
    word-break: keep-all;
  }

  .contact-tel {
    text-align: center;
  }

  .tel-label {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .tel-number {
    font-size: 28px;
    margin-bottom: 10px;
  }

  .tel-time {
    font-size: 13px;
  }

}

/* =========================
   締め導線
========================= */

#sec_lunch_closing {
  display: none;
}

.lunch-links {
  margin: 120px 0 140px;
}

.lunch-links-heading {
  text-align: center;
  margin-bottom: 56px;
}

.lunch-links-heading h2 {
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0.12em;
  margin-bottom: 28px;
  color: #111;
}

.lunch-links-heading p {
  font-size: 15px;
  line-height: 2.2;
  letter-spacing: 0.06em;
  color: #444;
}

.lunch-link-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  max-width: 1100px;
  margin: 0 auto;
}

.lunch-link-bnr {
  display: block;
  text-decoration: none;
}

.lunch-link-bnr img {
  display: block;
  width: 100%;
  height: auto;
}


/* =========================
   締め導線
========================= */

#sec_lunch_closing {
  display: none;
}

.lunch-links {
  margin: 120px 0 140px;
}

.lunch-links-heading {
  text-align: center;
  margin-bottom: 56px;
}

.lunch-links-heading h2 {
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0.12em;
  margin-bottom: 28px;
  color: #111;
}

.lunch-links-heading p {
  font-size: 15px;
  line-height: 2.2;
  letter-spacing: 0.06em;
  color: #444;
}

.lunch-link-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  max-width: 1100px;
  margin: 0 auto;
}

.lunch-link-bnr {
  display: block;
  text-decoration: none;
}

.lunch-link-bnr img {
  display: block;
  width: 100%;
  height: auto;
}


/* =========================
   お問い合わせ導線カード
========================= */

.lunch-link-inquiry {
  position: relative;
  min-height: 158px;
  box-sizing: border-box;
  border: 1px solid #d8cec4;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.78), rgba(248,245,241,0.96)),
    #f8f5f1;
  color: #222;
  overflow: hidden;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  text-align: center;
  text-decoration: none;

  transition:
    border-color 0.35s ease,
    transform 0.35s ease;
}

/* 右上の細い線：土台 */
.lunch-link-inquiry::before {
  content: "";
  position: absolute;
  top: 18px;
  right: 0;
  width: 74px;
  height: 1px;
  background: rgba(181, 139, 128, 0.35);
}

/* hoverで左から右へ色が満ちる線 */
.lunch-link-inquiry::after {
  content: "";
  position: absolute;
  top: 18px;
  right: 0;
  width: 74px;
  height: 1px;
  background: #a44;

  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.45s ease;
}

.lunch-link-inquiry .bnr-sub {
  font-size: 13px;
  letter-spacing: 0.12em;
  margin-bottom: 12px;
  color: #8a5a4f;
}

.lunch-link-inquiry .bnr-main {
  font-size: 30px;
  letter-spacing: 0.16em;
  margin-bottom: 12px;
  color: #222;
}

.lunch-link-inquiry .bnr-text {
  font-size: 13px;
  letter-spacing: 0.08em;
  color: #555;
}

/* PC hover */
.lunch-link-inquiry:hover {
  border-color: #c9b7aa;
  transform: translateY(-2px);
}

/* hover時：左から右へ色がつく */
.lunch-link-inquiry:hover::after {
  transform: scaleX(1);
}

/* マウスを外すと右側へ抜けるように戻る */
.lunch-link-inquiry:not(:hover)::after {
  transform-origin: right center;
}


/* =========================
   締め導線：スマホ
========================= */

@media (max-width: 768px) {

  .lunch-links {
    margin: 80px 0 100px;
  }

  .lunch-links-heading {
    margin-bottom: 40px;
    padding: 0 24px;
  }

  .lunch-links-heading h2 {
    font-size: 24px;
    line-height: 1.8;
    margin-bottom: 22px;
  }

  .lunch-links-heading p {
    font-size: 14px;
    line-height: 2;
    text-align: left;
  }

  .lunch-link-grid {
    display: block;
    max-width: 92%;
    margin: 0 auto;
  }

  .lunch-link-bnr {
    display: block;
    margin-bottom: 24px;
  }

  .lunch-link-bnr:last-child {
    margin-bottom: 0;
  }

  .lunch-link-bnr img {
    display: block;
    width: 100%;
    height: auto;
  }

  /* お問い合わせカードは block 上書きに負けないよう flex を再指定 */
  .lunch-link-inquiry {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    min-height: 150px;
    padding: 32px 24px 36px;
    box-sizing: border-box;

    text-align: center;
  }

  .lunch-link-inquiry::before,
  .lunch-link-inquiry::after {
    top: 16px;
    right: 0;
    width: 56px;
  }

  .lunch-link-inquiry .bnr-sub,
  .lunch-link-inquiry .bnr-main,
  .lunch-link-inquiry .bnr-text {
    display: block;
    width: 100%;
    text-align: center;
  }

  .lunch-link-inquiry .bnr-sub {
    font-size: 12px;
    line-height: 1.8;
    margin-bottom: 10px;
  }

  .lunch-link-inquiry .bnr-main {
    font-size: 24px;
    line-height: 1.6;
    margin-bottom: 10px;
    white-space: nowrap;
  }

  .lunch-link-inquiry .bnr-text {
    font-size: 12px;
    line-height: 1.8;
  }

}

/* =========================
   利用シーン画像
========================= */

.lunch-scene-visual {
  margin: 0 0 140px;
  padding: 80px 0 120px;
}

.lunch-scene-grid {
  list-style: none;
  padding: 0;
}

.lunch-scene-grid li {
  overflow: hidden;
  background: #f2eee8;
}

.lunch-scene-grid img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* PC：A案の面構成 */
.lunch-scene-grid-final {
  width: 880px;
  max-width: 100%;
  margin: 0 auto;

  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.lunch-scene-grid-final li:nth-child(n+3) {
  margin-top: 2px;
}

.lunch-scene-grid-final li:nth-child(1),
.lunch-scene-grid-final li:nth-child(4) {
  width: 68.2%;
  aspect-ratio: 600 / 332;
}

.lunch-scene-grid-final li:nth-child(2),
.lunch-scene-grid-final li:nth-child(3) {
  width: 31.5%;
  aspect-ratio: 277 / 332;
}

/* =========================
   利用シーン画像：スマホ
========================= */

@media (max-width: 768px) {

  .lunch-scene-visual {
    margin: 0 0 90px;
    padding: 20px 0 80px;
  }

  .lunch-scene-visual .inner_md {
    width: 100%;
    max-width: none;
  }

  /* スマホ：B案の料理主役構成 */
  .lunch-scene-grid-final {
    width: calc(100vw - 64px);
    max-width: 420px;
    margin: 0 auto;
    padding: 0;

    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4px;
  }

  .lunch-scene-grid-final li,
  .lunch-scene-grid-final li:nth-child(1),
  .lunch-scene-grid-final li:nth-child(2),
  .lunch-scene-grid-final li:nth-child(3),
  .lunch-scene-grid-final li:nth-child(4) {
    width: 100%;
    margin-top: 0;
  }

  .lunch-scene-grid-final li:nth-child(1) {
    grid-column: 1 / 3;
    aspect-ratio: 16 / 9;
  }

  .lunch-scene-grid-final li:nth-child(2),
  .lunch-scene-grid-final li:nth-child(3) {
    grid-column: auto;
    aspect-ratio: 1 / 1;
  }

  .lunch-scene-grid-final li:nth-child(4) {
    grid-column: 1 / 3;
    aspect-ratio: 16 / 9;
  }

  .lunch-scene-grid-final img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

}
