@charset "utf-8";

/* =========================================================
   BBQ特集ページ 統合版CSS
========================================================= */

#itemlist.bbq-page {
  --bbq-brown: #745536;
  --bbq-brown-dark: #4f3722;
  --bbq-gold: #c5a437;
  --bbq-blue: #0079c2;
  --bbq-orange: #f39800;
  --bbq-cream: #fff8ea;
  --bbq-light: #f8f4ed;
  --bbq-text: #333;
  --bbq-border: #e5d7bd;
  --bbq-radius: 18px;
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  color: var(--bbq-text);
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  line-height: 1.8;
}

#itemlist.bbq-page *,
#itemlist.bbq-page *::before,
#itemlist.bbq-page *::after {
  box-sizing: border-box;
}

#itemlist.bbq-page a {
  color: inherit;
  text-decoration: none;
}

#itemlist.bbq-page img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

#itemlist.bbq-page .bbq-breadcrumb ul {
  margin: 0 0 18px;
}

.bbq-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 34px;
  align-items: center;
  position: relative;
  overflow: hidden;
  margin: 0 0 28px;
  padding: 48px 44px;
  border-radius: 24px;
  background: linear-gradient(135deg, #fff8ea 0%, #fff 48%, #f1dfbf 100%);
  border: 1px solid var(--bbq-border);
  box-shadow: 0 12px 30px rgba(88, 62, 33, .12);
}

.bbq-hero__body {
  max-width: 760px;
}

.bbq-hero__points {
  width: 100%;
  align-self: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0;
  margin: 0;
  padding: 24px;
  list-style: none;
  background: #fff;
  border: 1px solid var(--bbq-border);
  border-radius: 18px;
  box-shadow: 0 8px 18px rgba(88, 62, 33, .06);
}

.bbq-hero__points li {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 10px 0 10px 38px;
  border-top: 1px dashed var(--bbq-border);
  color: var(--bbq-brown);
  font-weight: 700;
  font-size: 15px;
}

.bbq-hero__points li:first-child {
  border-top: 0;
}

.bbq-hero__points li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 50%;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  transform: translateY(-50%);
  border-radius: 50%;
  color: #fff;
  background: var(--bbq-gold);
  font-size: 14px;
  font-weight: 800;
}

@media screen and (max-width: 767px) {
  .bbq-hero {
    grid-template-columns: 1fr;
    gap: 5vw;
    margin: 0 0 5vw;
    padding: 8vw 5vw;
    border-radius: 4vw;
  }

  .bbq-hero__points {
    width: 100%;
    margin: 0;
    padding: 5vw;
    border-radius: 4vw;
  }
}

.bbq-label {
  display: inline-block;
  margin: 0 0 10px;
  color: var(--bbq-gold);
  background: transparent;
  border: 0;
  padding: 0;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: .04em;
}

.bbq-hero h1 {
  margin: 0 0 18px;
  color: var(--bbq-brown);
  font-size: 44px;
  line-height: 1.25;
  letter-spacing: .03em;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", serif;
}

.bbq-hero__lead {
  margin: 0 0 24px;
  font-size: 18px;
  line-height: 1.75;
}

.bbq-hero__cta,
.bbq-contact__btns {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.bbq-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 230px;
  padding: 13px 24px;
  border-radius: 999px;
  font-weight: 700;
  transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease;
}

.bbq-btn:hover {
  transform: translateY(-2px);
  opacity: .9;
}

.bbq-btn--primary {
  background: var(--bbq-orange);
  color: #fff !important;
  box-shadow: 0 8px 18px rgba(243, 152, 0, .25);
}

.bbq-btn--sub {
  background: #fff;
  color: var(--bbq-brown) !important;
  border: 1px solid var(--bbq-gold);
}

.bbq-hero__points {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0;
  margin: 0;
  padding: 24px;
  list-style: none;
  background: #fff;
  border: 1px solid var(--bbq-border);
  border-radius: 18px;
}

.bbq-hero__points li {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 10px 0 10px 38px;
  border-top: 1px dashed var(--bbq-border);
  color: var(--bbq-brown);
  font-weight: 700;
  font-size: 15px;
}

.bbq-hero__points li:first-child {
  border-top: 0;
}

.bbq-hero__points li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 50%;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  transform: translateY(-50%);
  border-radius: 50%;
  color: #fff;
  background: var(--bbq-gold);
  font-size: 14px;
  font-weight: 800;
}

.bbq-anchor {
  position: sticky;
  top: 0;
  z-index: 5;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 0 0 44px;
  padding: 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, .94);
  border: 1px solid var(--bbq-border);
  box-shadow: 0 6px 18px rgba(0, 0, 0, .06);
}

.bbq-anchor a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 15px;
  border-radius: 999px;
  background: var(--bbq-light);
  color: var(--bbq-brown);
  font-weight: 700;
  font-size: 14px;
}

.bbq-section {
  margin: 0 0 64px;
}

.bbq-section--cream {
  padding: 42px;
  border-radius: 22px;
  background: var(--bbq-cream);
  border: 1px solid var(--bbq-border);
}

.bbq-heading {
  text-align: center;
  margin: 0 0 28px;
}

.bbq-heading p {
  margin: 0 0 6px;
  color: var(--bbq-orange);
  font-weight: 700;
}

.bbq-heading h2 {
  margin: 0;
  color: var(--bbq-brown-dark);
  font-size: 30px;
  line-height: 1.45;
  letter-spacing: .03em;
}

.bbq-lead {
  max-width: 900px;
  margin: 0 auto 24px;
  text-align: center;
}

.bbq-meritGrid,
.bbq-choiceGrid,
.bbq-serviceGrid,
.bbq-reviewGrid {
  display: grid;
  gap: 20px;
}

.bbq-meritGrid {
  grid-template-columns: repeat(3, 1fr);
}

.bbq-meritGrid article,
.bbq-choiceGrid a,
.bbq-serviceGrid article,
.bbq-reviewGrid article {
  border: 1px solid var(--bbq-border);
  border-radius: var(--bbq-radius);
  background: #fff;
  padding: 24px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, .04);
}

.bbq-meritGrid span {
  color: var(--bbq-gold);
  font-size: 24px;
  font-weight: 800;
}

.bbq-meritGrid h3,
.bbq-serviceGrid h3,
.bbq-reviewGrid h3 {
  margin: 8px 0 10px;
  color: var(--bbq-brown);
  font-size: 21px;
  line-height: 1.45;
}

.bbq-meritGrid p,
.bbq-serviceGrid p,
.bbq-reviewGrid p {
  margin: 0;
}

.bbq-choiceGrid {
  grid-template-columns: repeat(4, 1fr);
}

.bbq-choiceGrid a {
  position: relative;
  padding: 22px 20px 46px;
}

.bbq-choiceGrid a::after {
  content: "詳しく見る";
  position: absolute;
  left: 20px;
  bottom: 16px;
  color: var(--bbq-orange);
  font-weight: 700;
  font-size: 13px;
}

.bbq-choiceGrid strong {
  display: block;
  margin: 0 0 8px;
  color: var(--bbq-brown);
  font-size: 20px;
}

.bbq-choiceGrid span {
  display: block;
  font-size: 14px;
  line-height: 1.7;
}

.bbq-cardGrid--image {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.bbq-imageCard {
  overflow: hidden;
  border-radius: var(--bbq-radius);
  background: #fff;
  border: 1px solid var(--bbq-border);
  box-shadow: 0 8px 18px rgba(0, 0, 0, .04);
}

.bbq-imageCard img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.bbq-imageCard span {
  display: block;
  padding: 14px 16px;
  color: var(--bbq-brown);
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.bbq-chipLinks {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}

.bbq-chipLinks a,
.bbq-quick__links a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 10px 12px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid var(--bbq-gold);
  color: var(--bbq-brown);
  font-weight: 700;
}

.bbq-chipLinks a:hover,
.bbq-quick__links a:hover {
  background: var(--bbq-brown);
  color: #fff;
}

.bbq-quick {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 28px;
  align-items: center;
  padding: 42px;
  border-radius: 22px;
  background: linear-gradient(135deg, #fff8ea, #fff);
  border: 1px solid var(--bbq-border);
}

.bbq-quick h2 {
  margin: 0 0 12px;
  color: var(--bbq-brown-dark);
  font-size: 30px;
}

.bbq-quick p {
  margin: 0;
}

.bbq-quick__links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.bbq-serviceGrid {
  grid-template-columns: repeat(3, 1fr);
}

.bbq-serviceGrid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 14px;
  margin: 0 0 14px;
}

.bbq-serviceGrid a {
  display: inline-block;
  margin: 14px 0 0;
  color: var(--bbq-orange);
  font-weight: 700;
}

.bbq-flow {
  padding: 42px;
  border-radius: 22px;
  background: var(--bbq-light);
}

.bbq-flow ol {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.bbq-flow li {
  padding: 22px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid var(--bbq-border);
}

.bbq-flow span {
  display: inline-block;
  margin: 0 0 8px;
  color: var(--bbq-orange);
  font-weight: 800;
}

.bbq-flow strong {
  display: block;
  color: var(--bbq-brown);
  font-size: 19px;
}

.bbq-flow p {
  margin: 8px 0 0;
}

.bbq-reviewGrid {
  grid-template-columns: repeat(3, 1fr);
}

.bbq-reviewGrid article {
  position: relative;
}

.bbq-reviewGrid article::before {
  content: "“";
  position: absolute;
  top: 8px;
  right: 20px;
  color: #f0dfbd;
  font-size: 60px;
  line-height: 1;
  font-family: serif;
}

.bbq-contact {
  margin: 0 0 40px;
  padding: 34px;
  border-radius: 22px;
  background: var(--bbq-brown);
  color: #fff;
  text-align: center;
}

.bbq-contact p {
  margin: 0 0 18px;
  font-size: 18px;
  font-weight: 700;
}

.bbq-contact__btns {
  justify-content: center;
}

@media screen and (max-width: 767px) {
  #itemlist.bbq-page {
    width: auto;
    padding: 0 4vw;
    font-size: 3.7vw;
  }

  #itemlist.bbq-page .bbq-breadcrumb ul {
    font-size: 3vw;
    padding: 0 0 2vw;
  }

  #itemlist.bbq-page .bbq-breadcrumb li {
    display: inline;
  }

  .bbq-hero {
    grid-template-columns: 1fr;
    gap: 5vw;
    margin: 0 0 5vw;
    padding: 8vw 5vw;
    border-radius: 4vw;
  }

  .bbq-label {
    margin: 0 0 2vw;
    padding: 0;
    font-size: 3.4vw;
  }

  .bbq-hero h1 {
    margin: 0 0 4vw;
    font-size: 8.2vw;
  }

  .bbq-hero__lead {
    margin: 0 0 5vw;
    font-size: 4.2vw;
    line-height: 1.75;
  }

  .bbq-hero__cta,
  .bbq-contact__btns {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3vw;
  }

  .bbq-btn {
    width: 100%;
    min-width: 0;
    padding: 3.2vw 4vw;
    font-size: 3.8vw;
  }

  .bbq-hero__points {
    margin: 0;
    padding: 5vw;
    border-radius: 4vw;
  }

  .bbq-hero__points li {
    min-height: auto;
    padding: 2.4vw 0 2.4vw 9vw;
    font-size: 3.7vw;
  }

  .bbq-hero__points li::before {
    width: 6.2vw;
    height: 6.2vw;
    font-size: 3.2vw;
  }

  .bbq-anchor {
    position: static;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2vw;
    margin: 0 0 8vw;
    padding: 3vw;
    border-radius: 4vw;
  }

  .bbq-anchor a {
    padding: 2.2vw 2vw;
    font-size: 3.4vw;
  }

  .bbq-section {
    margin: 0 0 10vw;
  }

  .bbq-section--cream,
  .bbq-quick,
  .bbq-flow {
    padding: 7vw 4vw;
    border-radius: 5vw;
  }

  .bbq-heading {
    margin: 0 0 5vw;
  }

  .bbq-heading p {
    font-size: 3.4vw;
  }

  .bbq-heading h2,
  .bbq-quick h2 {
    font-size: 5.8vw;
  }

  .bbq-lead {
    text-align: left;
    margin: 0 0 5vw;
  }

  .bbq-meritGrid,
  .bbq-choiceGrid,
  .bbq-serviceGrid,
  .bbq-reviewGrid,
  .bbq-cardGrid--image,
  .bbq-flow ol,
  .bbq-quick {
    grid-template-columns: 1fr;
    gap: 4vw;
  }

  .bbq-meritGrid article,
  .bbq-choiceGrid a,
  .bbq-serviceGrid article,
  .bbq-reviewGrid article,
  .bbq-flow li {
    padding: 5vw;
    border-radius: 4vw;
  }

  .bbq-meritGrid h3,
  .bbq-serviceGrid h3,
  .bbq-reviewGrid h3 {
    font-size: 4.8vw;
  }

  .bbq-choiceGrid strong {
    font-size: 4.6vw;
  }

  .bbq-choiceGrid span {
    font-size: 3.6vw;
  }

  .bbq-cardGrid--image {
    grid-template-columns: repeat(2, 1fr);
  }

  .bbq-imageCard {
    border-radius: 4vw;
  }

  .bbq-imageCard img {
    aspect-ratio: 4 / 3;
  }

  .bbq-imageCard span {
    padding: 3vw 2vw;
    font-size: 3.7vw;
  }

  .bbq-chipLinks,
  .bbq-chipLinks--count,
  .bbq-quick__links {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5vw;
  }

  .bbq-chipLinks a,
  .bbq-quick__links a {
    min-height: 11vw;
    padding: 2vw;
    border-radius: 3vw;
    font-size: 3.5vw;
  }

  .bbq-serviceGrid img {
    border-radius: 3vw;
  }

  .bbq-flow strong {
    font-size: 4.4vw;
  }

  .bbq-contact {
    margin: 0 0 8vw;
    padding: 7vw 4vw;
    border-radius: 5vw;
  }

  .bbq-contact p {
    font-size: 4vw;
  }
}