/* 飲食A「まかない」: トマトレッド×クリーム×黒板。バイト採用の明るさと食欲。 */
body.pat-ib {
  font-family: "Hiragino Maru Gothic ProN", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  background: #fff6e8;
  color: #43332a;
  line-height: 2;
}

.pat-ib .site-header { background: #fff6e8; border-bottom: 3px solid #d92c2c; }
.pat-ib .site-footer { background: #5c3a2e; }

/* CTAバー */
.ib-bar__line { background: #06c755; color: #fff; flex: 1.6; font-size: 14px; }
.ib-bar__tel { background: #fff; color: #d92c2c; border: 2px solid #d92c2c; flex: .7; }
.ib-bar__apply { background: #d92c2c; color: #fff; flex: .7; }

/* ヒーロー: 写真の下に白パネル */
.ib-hero__img { width: 100%; height: 300px; object-fit: cover; display: block; }
.ib-hero__panel {
  background: #fff; margin: -48px 16px 0; position: relative; border-radius: 18px;
  padding: 24px 20px 26px; text-align: center;
  box-shadow: 0 8px 26px rgba(120, 60, 20, .16);
}
.ib-hero__badges { display: flex; gap: 6px; justify-content: center; flex-wrap: wrap; margin-bottom: 12px; }
.ib-hero__badges span {
  background: #d92c2c; color: #fff; font-size: 12px; font-weight: bold;
  padding: 3px 12px; border-radius: 999px;
}
.ib-hero__title { font-size: 30px; margin-bottom: 8px; }
.ib-hero__sub { font-size: 13px; color: #8a6f5e; margin-bottom: 18px; }
.ib-hero__note { font-size: 12px; color: #b39a85; margin-top: 8px; }

/* ボタン */
.ib-btn {
  display: inline-block; padding: 16px 32px; border-radius: 999px;
  font-weight: bold; text-decoration: none; font-size: 16px;
}
.ib-btn--line { background: #06c755; color: #fff; box-shadow: 0 5px 0 #04943f; }
.ib-btn--line:active { transform: translateY(3px); box-shadow: 0 2px 0 #04943f; }
.ib-btn--ghost { background: #fff; color: #d92c2c; border: 2px solid #d92c2c; }

/* セクション */
.ib-section { padding: 46px 20px; max-width: 720px; margin: 0 auto; }
.ib-section--tint { background: #fff; max-width: none; }
.ib-section--tint > * { max-width: 720px; margin-left: auto; margin-right: auto; }
.ib-h2 { text-align: center; font-size: 22px; margin-bottom: 26px; }
.ib-h2 span { color: #d92c2c; }
.ib-lead { text-align: center; font-size: 13px; color: #8a6f5e; margin: -16px 0 24px; }

/* 3つのいいこと */
.ib-goods { display: grid; gap: 14px; }
.ib-good {
  background: #fff; border-radius: 16px; padding: 20px; text-align: center;
  border: 2px dashed #f0c9a8;
}
.ib-good__value { font-size: 26px; font-weight: bold; color: #d92c2c; line-height: 1.5; }
.ib-good__label { font-weight: bold; font-size: 14px; margin-top: 4px; }
.ib-good__note { font-size: 12px; color: #8a6f5e; margin-top: 4px; }

/* シフト実例 */
.ib-shifts { display: grid; gap: 14px; }
.ib-shift { background: #fff6e8; border-radius: 16px; padding: 18px 20px; }
.ib-shift__who { font-weight: bold; font-size: 14px; color: #d92c2c; }
.ib-shift__value { font-size: 20px; font-weight: bold; margin: 4px 0; }
.ib-shift__detail { font-size: 13px; color: #8a6f5e; }

/* 黒板（まかない） */
.ib-kokuban {
  background: #2e4233; color: #f3eedd; padding: 40px 22px 44px;
  border-top: 8px solid #8a6443; border-bottom: 8px solid #8a6443;
}
.ib-kokuban__title {
  text-align: center; font-size: 22px; letter-spacing: .2em; margin-bottom: 22px;
  color: #ffd98e;
}
.ib-kokuban__list { list-style: none; max-width: 460px; margin: 0 auto; display: grid; gap: 10px; }
.ib-kokuban__list li { border-bottom: 1px dashed rgba(243, 238, 221, .35); padding-bottom: 8px; font-size: 15px; }
.ib-kokuban__day {
  display: inline-block; background: #ffd98e; color: #2e4233; font-size: 11px; font-weight: bold;
  padding: 1px 10px; border-radius: 999px; margin-right: 10px;
}
.ib-kokuban__note { text-align: center; font-size: 12px; color: #cfe3d2; margin-top: 18px; }

/* 先輩の声 */
.ib-voice { display: flex; gap: 12px; align-items: flex-start; margin-bottom: 18px; }
.ib-voice__photo {
  width: 72px; height: 72px; border-radius: 50%; object-fit: cover; flex-shrink: 0;
  border: 3px solid #fff; box-shadow: 0 3px 10px rgba(120, 60, 20, .25);
}
.ib-voice__bubble { background: #fff; border-radius: 16px; padding: 16px 18px; flex: 1; border: 2px solid #f0c9a8; }
.ib-voice__body { font-size: 14px; }
.ib-voice__meta { font-size: 12px; color: #d92c2c; font-weight: bold; margin-top: 8px; }

/* FAQ */
.ib-faq { background: #fff6e8; border-radius: 14px; margin-bottom: 10px; padding: 0 18px; }
.ib-faq__q { padding: 15px 24px 15px 0; font-weight: bold; font-size: 14px; cursor: pointer; list-style: none; position: relative; }
.ib-faq__q::after { content: "＋"; position: absolute; right: 0; color: #d92c2c; }
details[open] .ib-faq__q::after { content: "−"; }
.ib-faq__a { padding: 0 0 16px; font-size: 14px; }

/* 求人 */
.ib-job {
  display: block; background: #fff; border-radius: 16px; padding: 20px;
  border: 2px solid #f0c9a8; text-decoration: none; color: inherit; margin-bottom: 14px;
}
.ib-job__type { display: inline-block; background: #ffe9e9; color: #d92c2c; font-size: 12px; font-weight: bold; padding: 3px 12px; border-radius: 999px; }
.ib-job__title { display: block; font-size: 17px; font-weight: bold; margin-top: 8px; }
.ib-job__salary { display: block; color: #d92c2c; font-weight: bold; margin-top: 4px; }
.ib-job__meta { display: block; font-size: 13px; color: #8a6f5e; margin-top: 4px; }
.ib-job__more { display: block; text-align: right; color: #d92c2c; font-weight: bold; font-size: 14px; }

/* 会社概要 */
.pat-ib .company-table { width: 100%; border-collapse: collapse; font-size: 14px; background: #fff6e8; border-radius: 14px; overflow: hidden; }
.pat-ib .company-table th, .pat-ib .company-table td { border-bottom: 1px dashed #f0c9a8; padding: 12px 14px; text-align: left; vertical-align: top; }
.pat-ib .company-table th { color: #8a6f5e; font-weight: normal; white-space: nowrap; width: 6.5em; }
.ib-map { margin-top: 16px; border-radius: 14px; overflow: hidden; }
.ib-map iframe { width: 100%; height: 260px; border: 0; display: block; }

/* 締め */
.ib-closing { text-align: center; padding: 48px 20px 60px; background: linear-gradient(180deg, #fff6e8, #ffe9d1); }
.ib-closing__title { font-size: 21px; margin-bottom: 8px; }
.ib-closing__note { font-size: 14px; color: #8a6f5e; margin-bottom: 22px; }
.ib-closing__btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.ib-closing__tel { margin-top: 16px; font-size: 14px; }
.ib-closing__tel a { color: #d92c2c; font-weight: bold; }

@media (min-width: 768px) {
  .ib-hero__img { height: 420px; }
  .ib-hero__panel { max-width: 640px; margin: -70px auto 0; }
  .ib-goods, .ib-shifts { grid-template-columns: repeat(3, 1fr); }
}
