/* 飲食B「のれん」: 黒×深紅の職人気質。正直な開示と「修行の先」で本気の人材を引き寄せる。 */
body.pat-is {
  font-family: "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  background: #161210;
  color: #efe9e2;
  line-height: 2;
}

.pat-is .site-header { background: #161210; border-bottom: 3px solid #c1272d; }
.pat-is .site-header__name { color: #fff; font-weight: 800; }
.pat-is .site-header__tel { color: #e9b96a; }
.pat-is .site-footer { background: #0c0a09; }
.pat-is .cta-bar { background: rgba(12, 10, 9, .96); border-top: 2px solid #c1272d; }
.pat-is .cta-bar__btn--tel { background: transparent; color: #e9b96a; border: 2px solid #e9b96a; }
.pat-is .cta-bar__btn--apply { background: #c1272d; }

/* ヒーロー */
.is-hero { position: relative; min-height: 66vh; display: flex; align-items: flex-end; }
.is-hero__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .55; }
.is-hero__inner {
  position: relative; width: 100%; padding: 90px 24px 44px;
  background: linear-gradient(transparent, rgba(12, 10, 9, .9));
  max-width: none; text-align: center;
}
.is-hero__company { color: #e9b96a; letter-spacing: .5em; font-size: 13px; font-weight: bold; }
.is-hero__title { font-size: 32px; font-weight: 800; line-height: 1.6; margin: 14px 0; letter-spacing: .08em; }
.is-hero__sub { font-size: 13px; color: #c9bdb0; margin-bottom: 24px; }

/* ボタン */
.is-btn {
  display: inline-block; background: #c1272d; color: #fff; font-weight: 800;
  padding: 16px 40px; text-decoration: none; font-size: 16px; letter-spacing: .1em;
}
.is-btn--ghost { background: transparent; border: 2px solid #efe9e2; color: #efe9e2; }

/* セクション */
.is-section { padding: 56px 22px; max-width: 700px; margin: 0 auto; }
.is-section--tint { background: #201a17; max-width: none; }
.is-section--tint > * { max-width: 700px; margin-left: auto; margin-right: auto; }
.is-section--aka { background: #c1272d; color: #fff; max-width: none; }
.is-section--aka > * { max-width: 700px; margin-left: auto; margin-right: auto; }
.is-h2 {
  font-size: 25px; font-weight: 800; margin-bottom: 16px; letter-spacing: .06em;
  border-left: 6px solid #c1272d; padding-left: 14px; line-height: 1.4;
}
.is-h2--light { border-left-color: #e9b96a; }
.is-lead { font-size: 13px; color: #c9bdb0; margin-bottom: 24px; }

/* 現実の話（正直開示表） */
.is-facts { width: 100%; border-collapse: collapse; }
.is-facts th, .is-facts td { border-bottom: 1px solid #3a302a; padding: 14px 10px; text-align: left; vertical-align: top; font-size: 14px; }
.is-facts th { color: #c9bdb0; font-weight: bold; white-space: nowrap; width: 8em; }
.is-facts td strong { color: #e9b96a; font-size: 16px; }
.is-facts__note { display: block; font-size: 12px; color: #c9bdb0; margin-top: 2px; }

/* 修行ステップ */
.is-steps { display: grid; gap: 0; }
.is-step { display: flex; gap: 18px; padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.25); }
.is-step__year { font-size: 20px; font-weight: 800; min-width: 96px; color: #ffd98e; line-height: 1.4; }
.is-step__title { font-weight: 800; font-size: 17px; }
.is-step__body { font-size: 13px; opacity: .9; margin-top: 4px; }
.is-step__salary { font-weight: 800; color: #ffd98e; margin-top: 6px; font-size: 15px; }

/* 大将の言葉 */
.is-taisho { display: grid; gap: 22px; }
.is-taisho__photo {
  width: 150px; height: 150px; object-fit: cover; border-radius: 50%;
  border: 4px solid #c1272d; margin: 0 auto;
}
.is-taisho__title { font-size: 22px; font-weight: 800; color: #e9b96a; margin-bottom: 12px; text-align: center; }
.is-taisho__body p { margin-bottom: .9em; font-size: 15px; }
.is-taisho__name { text-align: right; font-weight: 800; }

/* 求人 */
.is-job {
  display: flex; justify-content: space-between; align-items: center; gap: 14px;
  border: 2px solid #c1272d; padding: 22px; margin-bottom: 14px;
  text-decoration: none; color: inherit; background: #161210;
}
.is-job__type { display: inline-block; background: #c1272d; color: #fff; font-weight: 800; font-size: 11px; padding: 2px 12px; }
.is-job__title { font-size: 19px; font-weight: 800; margin-top: 8px; }
.is-job__salary { font-size: 15px; font-weight: 800; color: #e9b96a; margin-top: 4px; }
.is-job__more { color: #e9b96a; font-weight: 800; font-size: 13px; white-space: nowrap; }

/* FAQ */
.is-faq { border-bottom: 1px solid #3a302a; }
.is-faq__q { padding: 16px 28px 16px 0; font-weight: 800; font-size: 15px; cursor: pointer; list-style: none; position: relative; }
.is-faq__q::after { content: "＋"; position: absolute; right: 0; color: #c1272d; font-weight: 800; }
details[open] .is-faq__q::after { content: "−"; }
.is-faq__a { padding: 0 0 16px; font-size: 14px; color: #c9bdb0; }

/* 会社概要 */
.pat-is .company-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.pat-is .company-table th, .pat-is .company-table td { border-bottom: 1px solid #3a302a; padding: 12px 8px; text-align: left; vertical-align: top; }
.pat-is .company-table th { color: #e9b96a; font-weight: bold; white-space: nowrap; width: 7em; }
.pat-is .company-table a { color: #e9b96a; }

/* 締め */
.is-closing { text-align: center; padding: 64px 22px 80px; background: linear-gradient(180deg, #161210, #0c0a09); }
.is-closing__title { font-size: 24px; font-weight: 800; line-height: 1.8; margin-bottom: 26px; letter-spacing: .06em; }
.is-closing__btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.is-closing__hours { font-size: 12px; color: #c9bdb0; margin-top: 16px; }

@media (min-width: 768px) {
  .is-hero__title { font-size: 46px; }
  .is-taisho { grid-template-columns: 170px 1fr; align-items: start; }
  .is-taisho__photo { margin: 0; }
  .is-taisho__title { text-align: left; }
}
