/* =============================================
   BENTO PAGE
   ============================================= */

:root {
  --bento-green:  #2f5d34;
  --bento-dark:   #33332c;
  --bento-bg:     #faf8f2;
  --bento-beige:  #f2ede4;
  --bento-border: #e8e4da;
  --bento-label:  #9aa890;
  --bento-accent: #8b5e2a;
}

.bento-main { background: var(--bento-bg); }

.bento-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
}

/* ------------------------------------------
   HERO
   ------------------------------------------ */
.bento-hero {
  position: relative;
  height: 60vh;
  min-height: 340px;
  background-color: #3a5a2a;
  background-image: linear-gradient(135deg, #2a4a1e 0%, #4a7a38 55%, #3a6030 100%);
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bento-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,.08) 0%, rgba(0,0,0,.22) 100%);
}
.bento-hero__body {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
}
.bento-hero__label {
  font-size: 11px;
  letter-spacing: 6px;
  font-weight: 700;
  opacity: .75;
  margin: 0 0 12px;
}
.bento-hero__h1 {
  margin: 0;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 900;
  font-size: clamp(32px, 5vw, 52px);
  letter-spacing: 3px;
  text-shadow: 0 2px 16px rgba(0,0,0,.4);
}
.bento-hero__sub {
  margin: 14px 0 0;
  font-size: clamp(13px, 1.5vw, 16px);
  opacity: .85;
  letter-spacing: 1px;
}

/* ------------------------------------------
   INFO BAR (restaurant スタイル)
   ------------------------------------------ */
.bento-infobar {
  background: var(--bento-green);
  color: #fff;
  padding: 0 40px;
}
.bento-infobar__inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 0;
  min-height: 68px;
}
.bento-infobar__item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 28px;
  flex: 1;
}
.bento-infobar__sep {
  width: 1px;
  height: 30px;
  background: rgba(255,255,255,.3);
  flex-shrink: 0;
}
.bento-infobar__label {
  font-size: 11px;
  letter-spacing: 1px;
  opacity: .75;
  white-space: nowrap;
}
.bento-infobar__val {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 15px;
  white-space: nowrap;
}
.bento-infobar__tel {
  color: #fff;
  text-decoration: none;
  font-weight: 900;
}
.bento-infobar__item--note .bento-infobar__val {
  font-size: 13px;
  font-weight: 500;
}

/* ------------------------------------------
   INTRO
   ------------------------------------------ */
.bento-intro {
  background: #fff;
  padding: 52px 0;
}
.bento-intro__text {
  text-align: center;
  font-size: 15px;
  line-height: 2;
  color: var(--bento-dark);
  margin: 0;
}

/* ------------------------------------------
   共通セクションヘッド
   ------------------------------------------ */
.bento-sec {
  padding: 72px 0;
}
.bento-sec--yogohan { background: var(--bento-beige); }
.bento-sec--standard { background: #fff; }
.bento-sec--pack { background: var(--bento-beige); }

.bento-sec__head {
  text-align: center;
  margin-bottom: 48px;
}
.bento-sec__label {
  font-size: 11px;
  letter-spacing: 5px;
  font-weight: 700;
  color: var(--bento-label);
  margin: 0 0 10px;
}
.bento-sec__h2 {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 900;
  font-size: clamp(22px, 2.8vw, 30px);
  color: var(--bento-dark);
  margin: 0 0 14px;
  letter-spacing: 1px;
}
.bento-sec__desc {
  font-size: 14px;
  line-height: 1.9;
  color: #666;
  margin: 0 0 20px;
}
.bento-sec__badge {
  display: inline-block;
  background: var(--bento-green);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 6px 20px;
  border-radius: 20px;
}

/* ------------------------------------------
   余呉飯グリッド
   ------------------------------------------ */
.bento-yogohan-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

.bento-yogohan-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,.08);
  transition: transform .25s, box-shadow .25s;
}
.bento-yogohan-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 32px rgba(0,0,0,.13);
}
.bento-yogohan-card__photo {
  height: 240px;
  background-color: #c8d8b0;
}
.bento-yogohan-card__body {
  padding: 28px;
}
.bento-yogohan-card__head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1.5px solid var(--bento-border);
  flex-wrap: wrap;
}
.bento-yogohan-card__size-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--bento-accent);
  color: #fff;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 900;
  font-size: 16px;
  flex: none;
}
.bento-yogohan-card__size-badge--sm { background: var(--bento-green); }
.bento-yogohan-card__name {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 900;
  font-size: 20px;
  color: var(--bento-dark);
  margin: 0;
  flex: 1;
}
.bento-yogohan-card__price {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  color: var(--bento-accent);
  font-size: 14px;
  white-space: nowrap;
}
.bento-yogohan-card__price span {
  font-size: 28px;
  font-weight: 900;
}
.bento-yogohan-card__price small {
  font-size: 11px;
  color: #999;
}
.bento-yogohan-card__contents {
  list-style: none;
  margin: 0 0 18px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.bento-yogohan-card__contents li {
  font-size: 13px;
  color: #555;
  padding-left: 16px;
  position: relative;
  line-height: 1.6;
}
.bento-yogohan-card__contents li::before {
  content: '・';
  position: absolute;
  left: 0;
  color: var(--bento-green);
}
.bento-yogohan-card__specs {
  margin: 0;
  padding: 0;
  background: var(--bento-bg);
  border-radius: 8px;
  padding: 12px 16px;
}
.bento-yogohan-card__specs div {
  display: flex;
  gap: 8px;
}
.bento-yogohan-card__specs dt {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  color: var(--bento-label);
  min-width: 52px;
  padding-top: 1px;
}
.bento-yogohan-card__specs dd {
  margin: 0;
  font-size: 13px;
  color: var(--bento-dark);
}

/* ------------------------------------------
   お弁当グリッド
   ------------------------------------------ */
.bento-std-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.bento-std-card {
  background: var(--bento-bg);
  border: 1.5px solid var(--bento-border);
  border-radius: 14px;
  overflow: hidden;
  transition: transform .22s, box-shadow .22s;
}
.bento-std-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0,0,0,.1);
}
.bento-std-card__photo {
  height: 190px;
  background-color: #c8d8b0;
}
.bento-std-card__body {
  padding: 22px 20px;
}
.bento-std-card__name {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 900;
  font-size: 17px;
  color: var(--bento-dark);
  margin: 0 0 10px;
}
.bento-std-card__price {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  color: var(--bento-accent);
  font-size: 13px;
  margin-bottom: 14px;
}
.bento-std-card__price span {
  font-size: 26px;
  font-weight: 900;
}
.bento-std-card__price small { font-size: 11px; color: #999; }
.bento-std-card__specs {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--bento-border);
  padding-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.bento-std-card__specs div { display: flex; gap: 8px; }
.bento-std-card__specs dt {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  color: var(--bento-label);
  min-width: 42px;
  padding-top: 1px;
}
.bento-std-card__specs dd {
  margin: 0;
  font-size: 12px;
  color: var(--bento-dark);
  line-height: 1.6;
}
.bento-std-card__specs dd small {
  font-size: 10px;
  color: #999;
}

/* ------------------------------------------
   パック料理グリッド
   ------------------------------------------ */
.bento-pack-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.bento-pack-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0,0,0,.07);
  transition: transform .22s, box-shadow .22s;
}
.bento-pack-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0,0,0,.13);
}
.bento-pack-card__photo {
  height: 200px;
  background-color: #d4cabb;
}
.bento-pack-card__body {
  padding: 22px 20px;
}
.bento-pack-card__price {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  color: var(--bento-dark);
  font-size: 13px;
  margin-bottom: 14px;
}
.bento-pack-card__price span {
  font-size: 28px;
  font-weight: 900;
  color: var(--bento-accent);
}
.bento-pack-card__price small { font-size: 11px; color: #999; }
.bento-pack-card__specs {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--bento-border);
  padding-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.bento-pack-card__specs div { display: flex; gap: 8px; }
.bento-pack-card__specs dt {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  color: var(--bento-label);
  min-width: 42px;
  padding-top: 1px;
}
.bento-pack-card__specs dd {
  margin: 0;
  font-size: 12px;
  color: var(--bento-dark);
}

/* ------------------------------------------
   注意事項
   ------------------------------------------ */
.bento-note {
  background: #fff;
  padding: 48px 0;
}
.bento-note__h2 {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: var(--bento-dark);
  margin: 0 0 20px;
  padding-left: 14px;
  border-left: 3px solid var(--bento-green);
}
.bento-note__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.bento-note__list li {
  font-size: 13px;
  color: #666;
  padding-left: 18px;
  position: relative;
  line-height: 1.7;
}
.bento-note__list li::before {
  content: '※';
  position: absolute;
  left: 0;
  color: var(--bento-label);
  font-size: 12px;
}

/* ------------------------------------------
   RESTAURANT BANNER
   ------------------------------------------ */
.bento-rest-banner {
  padding: 0 40px 64px;
  background: #fff;
}
.bento-rest-banner__card {
  display: flex;
  border-radius: 16px;
  overflow: hidden;
  background: #f5f0e8;
  text-decoration: none;
  color: inherit;
  transition: box-shadow .2s;
}
.bento-rest-banner__card:hover { box-shadow: 0 8px 32px rgba(0,0,0,.12); }
.bento-rest-banner__photo {
  flex: 0 0 380px;
  max-width: 380px;
  overflow: hidden;
}
.bento-rest-banner__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .4s;
}
.bento-rest-banner__card:hover .bento-rest-banner__photo img { transform: scale(1.04); }
.bento-rest-banner__body {
  flex: 1;
  padding: 40px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.bento-rest-banner__eyebrow {
  font-size: 11px;
  letter-spacing: 5px;
  font-weight: 700;
  color: #2f5d34;
  margin: 0 0 12px;
}
.bento-rest-banner__h2 {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 900;
  font-size: 28px;
  color: #2f5d34;
  margin: 0 0 6px;
  line-height: 1.3;
}
.bento-rest-banner__sub {
  font-size: 14px;
  font-weight: 600;
  color: #5a7a50;
  margin: 0 0 16px;
}
.bento-rest-banner__desc {
  font-size: 14px;
  color: #555;
  line-height: 1.8;
  margin: 0 0 28px;
}
.bento-rest-banner__cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background: #2f5d34;
  padding: 10px 24px;
  border-radius: 8px;
  align-self: flex-start;
  transition: background .18s;
}
.bento-rest-banner__card:hover .bento-rest-banner__cta { background: #3a7040; }

@media (max-width: 700px) {
  .bento-rest-banner { padding: 0 16px 48px; }
  .bento-rest-banner__card { flex-direction: column; }
  .bento-rest-banner__photo { flex: none; max-width: 100%; height: 220px; }
  .bento-rest-banner__body { padding: 28px 24px; }
  .bento-rest-banner__h2 { font-size: 22px; }
}

/* ------------------------------------------
   予約CTA
   ------------------------------------------ */
.bento-cta {
  background: var(--bento-beige);
  padding: 72px 40px;
  text-align: center;
}
.bento-cta__label {
  font-size: 11px;
  letter-spacing: 5px;
  font-weight: 700;
  color: var(--bento-label);
  margin: 0 0 12px;
}
.bento-cta__h2 {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 900;
  font-size: clamp(22px, 3vw, 28px);
  color: var(--bento-dark);
  margin: 0 0 14px;
}
.bento-cta__text {
  font-size: 14px;
  line-height: 1.9;
  color: #666;
  margin: 0 0 36px;
}
.bento-cta__btns {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}
.bento-cta__btn-tel {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--bento-green);
  color: #fff;
  text-decoration: none;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 900;
  font-size: 22px;
  letter-spacing: 1px;
  padding: 16px 36px;
  border-radius: 9px;
  box-shadow: 0 6px 20px rgba(47,93,52,.28);
  transition: transform .2s, box-shadow .2s;
}
.bento-cta__btn-tel:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(47,93,52,.38);
}
.bento-cta__btn-contact {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  color: var(--bento-green);
  text-decoration: none;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 15px;
  padding: 16px 32px;
  border-radius: 9px;
  border: 1.5px solid #c6d8c0;
  transition: background .2s, border-color .2s, transform .2s;
}
.bento-cta__btn-contact:hover {
  background: #eef4ec;
  border-color: var(--bento-green);
  transform: translateY(-2px);
}

/* ------------------------------------------
   Responsive
   ------------------------------------------ */
@media (max-width: 900px) {
  .bento-yogohan-grid { grid-template-columns: 1fr; }
  .bento-std-grid { grid-template-columns: 1fr 1fr; }
  .bento-pack-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  .bento-inner { padding: 0 20px; }
  .bento-sec { padding: 48px 0; }
  .bento-intro { padding: 40px 0; }
  .bento-infobar { padding: 0 20px; }
  .bento-infobar__inner { flex-wrap: wrap; gap: 0; padding: 16px 0; min-height: auto; }
  .bento-infobar__item { padding: 6px 16px; flex: none; }
  .bento-infobar__sep { display: none; }
  .bento-yogohan-card__photo { height: 200px; }
}
@media (max-width: 560px) {
  .bento-std-grid { grid-template-columns: 1fr; }
  .bento-pack-grid { grid-template-columns: 1fr; }
  .bento-cta { padding: 52px 20px; }
  .bento-cta__btn-tel { font-size: 18px; }
  .bento-cta__btns { flex-direction: column; align-items: stretch; }
  .bento-cta__btn-tel,
  .bento-cta__btn-contact { justify-content: center; }
}
