/* ============================================
   BBQ ページ専用スタイル
   ============================================ */

/* ── ファーストビュー ── */
.bbq-mv {
    position: relative;
    background: #fff;
}

.bbq-mv__images {
    position: relative;
    width: 100%;
}

.bbq-mv__img img {
    width: 100%;
    display: block;
    object-fit: cover;
}

.bbq-mv__img--top img {
    height: 50vh;
    object-fit: cover;
}

.bbq-mv__img--bottom img {
    height: 50vh;
    object-fit: cover;
}

.bbq-mv__catch {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.bbq-mv__catch img {
    width: 100%;
    display: block;
}

/* ── 写真ブロック ── */
.bbq-photo-full {
    padding: 0 20px;
    margin: 0 0 36px;
}

.bbq-photo-full img {
    width: 100%;
    display: block;
    border-radius: 12px;
    height: 220px;
    object-fit: cover;
}

.bbq-photo-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px;
    padding: 0 20px;
    margin: 0 0 0;
}

.bbq-photo-grid img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-radius: 8px;
    display: block;
}

.bbq-photo-cta {
    margin: 0 -20px 28px;
}

.bbq-photo-cta img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    display: block;
}

/* ── 共通セクション ── */
.bbq-sec {
    background-color: transparent;
    padding: 48px 20px;
}

.bbq-sec__header {
    margin-bottom: 24px;
}

.bbq-sec__num {
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: #6E5C4B;
    letter-spacing: 0.08em;
    margin-bottom: 2px;
}

.bbq-sec__title {
    font-size: 32px;
    font-weight: 700;
    color: #6E5C4B;
    letter-spacing: 0.02em;
    line-height: 1.2;
    margin: 0;
}

.bbq-sec__title-ja {
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: #6E5C4B;
    letter-spacing: 0.1em;
    margin-top: 4px;
}

/* ============================================
   01 BBQの魅力
   ============================================ */
.bbq-appeal__lead {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    letter-spacing: 0.06em;
    line-height: 1.8;
    margin: 0 0 20px;
}

.bbq-appeal__text {
    font-size: 13px;
    font-weight: 500;
    color: #555;
    letter-spacing: 0.06em;
    line-height: 2.2;
    margin: 0 0 36px;
}

.bbq-appeal__points {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.bbq-appeal__point {
    padding: 20px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 12px;
}

.bbq-appeal__point-num {
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: #6E5C4B;
    letter-spacing: 0.08em;
    margin-bottom: 4px;
}

.bbq-appeal__point-title {
    font-size: 15px;
    font-weight: 700;
    color: #333;
    letter-spacing: 0.06em;
    line-height: 1.6;
    margin: 0 0 8px;
}

.bbq-appeal__point-text {
    font-size: 12px;
    font-weight: 500;
    color: #666;
    letter-spacing: 0.04em;
    line-height: 1.9;
    margin: 0;
}

/* ============================================
   02 過ごし方
   ============================================ */
.bbq-howto__lead {
    font-size: 14px;
    font-weight: 500;
    color: #555;
    letter-spacing: 0.06em;
    line-height: 2;
    margin: 0 0 28px;
}

.bbq-howto__timeline {
    position: relative;
    padding-left: 24px;
}

.bbq-howto__timeline::before {
    content: '';
    position: absolute;
    top: 8px;
    left: 5px;
    bottom: 8px;
    width: 1px;
    background-color: #c0bdb4;
}

.bbq-howto__step {
    position: relative;
    padding-bottom: 28px;
}

.bbq-howto__step:last-child {
    padding-bottom: 0;
}

.bbq-howto__step::before {
    content: '';
    position: absolute;
    top: 6px;
    left: -24px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #6E5C4B;
    border: 2px solid #EFECDF;
    box-sizing: border-box;
}

.bbq-howto__step-time {
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: #6E5C4B;
    letter-spacing: 0.06em;
    margin-bottom: 4px;
}

.bbq-howto__step-content {
    /* wrapper */
}

.bbq-howto__step-title {
    font-size: 14px;
    font-weight: 700;
    color: #333;
    letter-spacing: 0.06em;
    line-height: 1.6;
    margin: 0 0 4px;
}

.bbq-howto__step-text {
    font-size: 12px;
    font-weight: 500;
    color: #666;
    letter-spacing: 0.04em;
    line-height: 1.9;
    margin: 0;
}

/* ============================================
   03 料金
   ============================================ */
.bbq-price__card {
    background: rgba(255, 255, 255, 0.7);
    border-radius: 12px;
    padding: 24px 20px;
    margin-bottom: 16px;
}

.bbq-price__card-title {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    letter-spacing: 0.06em;
    margin: 0 0 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid #c0bdb4;
}

.bbq-price__card-row {
    display: flex;
    align-items: baseline;
    gap: 12px;
    margin-bottom: 12px;
}

.bbq-price__card-row:last-child {
    margin-bottom: 0;
}

.bbq-price__card-label {
    font-size: 12px;
    font-weight: 600;
    color: #6E5C4B;
    letter-spacing: 0.04em;
    min-width: 72px;
    flex-shrink: 0;
}

.bbq-price__card-value {
    display: flex;
    align-items: baseline;
    gap: 2px;
}

.bbq-price__card-number {
    font-size: 32px;
    font-weight: 700;
    color: #333;
    letter-spacing: 0.01em;
    line-height: 1.2;
}

.bbq-price__card-unit {
    font-size: 14px;
    font-weight: 500;
    color: #555;
}

.bbq-price__card-unit-s {
    font-size: 12px;
    font-weight: 400;
    color: #888;
}

.bbq-price__card-detail {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    letter-spacing: 0.04em;
}

.bbq-price__notes {
    margin-top: 8px;
}

.bbq-price__notes p {
    font-size: 10px;
    font-weight: 400;
    color: #999;
    letter-spacing: 0.04em;
    line-height: 1.8;
    margin: 0;
}

/* ============================================
   04 含まれるもの
   ============================================ */
.bbq-include__list {
    padding: 0;
    margin: 0 0 16px;
}

.bbq-include__list li {
    font-size: 13px;
    font-weight: 500;
    color: #333;
    letter-spacing: 0.06em;
    line-height: 2.2;
    list-style: none;
    padding-left: 16px;
    position: relative;
}

.bbq-include__list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #6E5C4B;
    font-size: 12px;
    font-weight: 700;
}

.bbq-include__note p {
    font-size: 10px;
    font-weight: 400;
    color: #999;
    letter-spacing: 0.04em;
    line-height: 1.8;
    margin: 0;
}

/* ============================================
   05 持参するもの
   ============================================ */
.bbq-bring__columns {
    display: flex;
    gap: 16px;
    margin-bottom: 16px;
}

.bbq-bring__col {
    flex: 1;
}

.bbq-bring__col-title {
    font-size: 13px;
    font-weight: 700;
    color: #6E5C4B;
    letter-spacing: 0.06em;
    margin: 0 0 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #c0bdb4;
}

.bbq-bring__list {
    padding: 0;
    margin: 0;
}

.bbq-bring__list li {
    font-size: 12px;
    font-weight: 500;
    color: #555;
    letter-spacing: 0.04em;
    line-height: 2.2;
    list-style: none;
    padding-left: 12px;
    position: relative;
}

.bbq-bring__list li::before {
    content: '・';
    position: absolute;
    left: 0;
    color: #999;
}

.bbq-bring__note p {
    font-size: 10px;
    font-weight: 400;
    color: #999;
    letter-spacing: 0.04em;
    line-height: 1.8;
    margin: 0;
}

/* ============================================
   06 注意事項
   ============================================ */
.bbq-notes__list {
    padding: 0;
    margin: 0;
}

.bbq-notes__list li {
    font-size: 12px;
    font-weight: 500;
    color: #555;
    letter-spacing: 0.04em;
    line-height: 2.2;
    list-style: none;
    padding-left: 16px;
    position: relative;
}

.bbq-notes__list li::before {
    content: '※';
    position: absolute;
    left: 0;
    color: #999;
    font-size: 10px;
}

/* ============================================
   07 予約方法
   ============================================ */
.bbq-reserve__steps {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 16px;
}

.bbq-reserve__step {
    padding: 20px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 12px;
}

.bbq-reserve__step-num {
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: #6E5C4B;
    letter-spacing: 0.08em;
    margin-bottom: 6px;
}

.bbq-reserve__step-text {
    font-size: 13px;
    font-weight: 500;
    color: #333;
    letter-spacing: 0.04em;
    line-height: 1.8;
    margin: 0;
}

.bbq-reserve__note p {
    font-size: 10px;
    font-weight: 400;
    color: #999;
    letter-spacing: 0.04em;
    line-height: 1.8;
    margin: 0 0 28px;
}

/* ── CTA（中間・最終共通） ── */
.bbq-cta {
    display: block;
    width: 90%;
    margin: 0 auto;
    transition: transform 0.2s ease;
}

.bbq-cta:hover {
    transform: scale(1.03);
}

.bbq-cta img {
    width: 100%;
    display: block;
}

.bbq-cta--mid {
    margin-top: 20px;
}

/* ============================================
   最終CTA
   ============================================ */
.bbq-final-cta {
    text-align: center;
    padding: 56px 20px 48px;
}

.bbq-final-cta__title {
    font-size: 22px;
    font-weight: 700;
    color: #333;
    letter-spacing: 0.08em;
    line-height: 1.8;
    margin: 0 0 16px;
}

.bbq-final-cta__text {
    font-size: 13px;
    font-weight: 500;
    color: #555;
    letter-spacing: 0.06em;
    line-height: 2;
    margin: 0 0 32px;
}

.bbq-cta--final {
    margin-bottom: 24px;
}

.bbq-final-cta__tel {
    display: block;
    text-decoration: none;
    text-align: center;
    margin-top: 8px;
}

.bbq-final-cta__tel-label {
    display: block;
    font-size: 11px;
    font-weight: 400;
    color: #999;
    letter-spacing: 0.04em;
    margin-bottom: 4px;
}

.bbq-final-cta__tel-number {
    font-size: 22px;
    font-weight: 700;
    color: #333;
    letter-spacing: 0.04em;
}

/* ============================================
   BBQのみ予約フォーム
   ============================================ */
.bbq-only-form-sec__lead {
    font-size: 13px;
    font-weight: 500;
    color: #555;
    letter-spacing: 0.06em;
    line-height: 2;
    margin: 0 0 24px;
}

.bbq-only-form-sec__iframe-wrap {
    position: relative;
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.6);
    margin-bottom: 12px;
}

.bbq-only-form-sec__iframe-wrap iframe {
    display: block;
    width: 100%;
    border: none;
}

.bbq-only-form-sec__note {
    font-size: 11px;
    color: #999;
    letter-spacing: 0.04em;
    line-height: 1.8;
    margin: 0;
}

.bbq-only-form-sec__note a {
    color: #6E5C4B;
    text-decoration: underline;
}
