.ven-checkout-steps__item:first-of-type .ven-checkout-steps__body{
    display: block;
}

.viewall {
    display: flex;
    align-items: center;
    margin: 30px;
}
.viewall a {
    color: white;
    background-color: black;
    text-align: center;
    padding: 15px 50px;
    margin: 0 auto;
    text-decoration: none;
    transition: all 0.3s ease;
}

.viewall a:hover {
    color: black;
    background-color: white;
    text-decoration: none;
    border: 1px solid black;
}

@media (min-width: 992px) {
    .ven-featured-product__item_home:nth-child(1), .ven-featured-product__item_home:nth-child(2) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        max-width: 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
}

.text-center {
    text-align: center;
}

.ven_product_categories {
    margin-bottom: 50px;
}

.ven_product_categories .ven_product_category {
    margin-bottom: 30px;
}
.ven_product_categories .ven_product_category .name {
    position: absolute;
    left: 35px;
    bottom: 25px;
    background-color: white;
    padding: 10px 50px;
    border: 1px solid;
    text-transform: uppercase;
}

.home.ven-section-story__decs {
    display: flex;
    justify-content: center;
}



.ven-hero-banner__item .banner-img-wrap {
    background-repeat: no-repeat;
    height: 500px;
    background-size: cover;
    background-position: bottom;
    position: relative;
}

.ven-hero-banner__title {
    position: absolute;
    bottom: 160px;
    left: 50px;
    color: white;
    font-size: 30px;
    
}

.ven-hero-url .cta {
    position: absolute;
    bottom: 90px;
    left: 50px;
    color: white;
    font-size: 16px;
    border: 1px solid yellow;
    text-decoration: none;
    padding: 15px 50px;
    text-transform: uppercase;
    font-family: 'FreightDisp Pro Light';
}

.ven-hero-banner__title h2, .ven-hero-banner__title span {
    font-family: 'FreightDisp Pro Light';
}
.ven-hero-banner__title span {
    font-style: italic;
    font-size: 23px;
    font-weight: normal;
}

.explore-now {
    position: absolute;
    left: 50%;
    bottom: -8%;
    position: absolute;
    transform: translate(-50%, 0);
    background: white;
    border-radius: 50%;
    text-decoration: none !important;
    width: 60px;
    height: 60px;
    font-size: 30px;
    color: black;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
/* .explore-down-arrow {
    background: white;
    border-radius: 50%;
    text-decoration: none !important;
    width: 60px;
    height: 60px;
    font-size: 30px;
    color: black;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
} */

.explore-down-arrow img {
    margin-top: 10px;
}

.text-center {
    text-align: center;
}

@media (min-width: 992px) {
    .ven-section-subscribe__title p {
        margin: 0 auto;
    }
}
.ven-section-subscribe {
    background-image: url('https://999box.net/sample/restaurant6/images/contactbg.jpg');
    padding: 80px;
    background-position: center left;
    background-repeat: no-repeat;
    background-size: cover;
}
.ginput_container input, .ven-subcribe-form .gform_button {
    border-color: black !important;
}
.ven-section-subscribe__form {
    margin: 0 auto;
}
.ven-section-subscribe, .ven-section-story {
    margin-bottom: 0px;
}
@media (min-width: 1440px) {
    .container-fluid,  .ven-footer-content  {
        max-width: 90%;
    }
}

@media (min-width: 992px) {
    .ven-section-story__list {
        justify-content: space-between;
    }

}
/* .ven-subcribe-form__body .gform_button {
    background-color: #00000091;
    color: white;
} */

@media (min-width: 2000px) {
    .ven-hero-banner__item .banner-img-wrap {
        background-position: 25% 75%;
    }
}

.ven-featured-product-new .ven-featured-product__item .ven-img-drop {
    padding-bottom: 120%;
}

/* ========================================
   Kaiseki Restaurant Styles (7429)
   ======================================== */

/* Global Font */
body,
html,
body *,
.ven-container,
.ven-header,
.ven-footer,
.ven-content {
    font-family: "Noto Serif JP", serif;
}

/* Footer Logo Section */
.ven-footer-widget .footer-logo-text-7429 {
    margin-top: 20px;
    line-height: 1.8;
}

/* Hero Banner Video - 7429 */
.banner-video-wrap-7429 {
    position: relative;
    width: 100%;
    height: 80vh;
    min-height: 500px;
    overflow: hidden;
}

@media (max-width: 768px) {
    .banner-video-wrap-7429 {
        height: 60vh;
        min-height: 400px;
    }
}
.hero-video-bg-7429 {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: 1;
}
.hero-video-overlay-7429 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 2;
}
.banner-video-wrap-7429 .ven-hero-banner__detail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}

/* SVG Icons */
.ven-usernav svg,
.ven-socials svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

.ven-footer .ven-socials svg {
    width: 24px;
    height: 24px;
}

/* Footer Menu - 2 columns */
.ven-footer-menu-list {
    column-count: 2;
    column-gap: 30px;
}

.ven-footer-menu-list a {
    display: block;
    margin-bottom: 10px;
    text-decoration: none;
}

.ven-footer-menu-list a:hover {
    text-decoration: underline;
}

/* Google Map - Grayscale, Full Width */
.ven-map-section {
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 0;
}

.ven-map-section iframe {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    width: 100%;
    margin: 0;
    padding: 0;
}

.ven-map-section iframe:hover {
    filter: grayscale(50%);
    -webkit-filter: grayscale(50%);
}

/* Hide unnecessary elements (Search, Cart, Login, Wish list) */
.ven-cart-popup,
.ven-search-panel,
.modal-userform,
.ven-btn-search,
.ven-btn-cart,
.ven-btn-login,
.ven-btn-wishlist,
#cart-popup,
#search-panel,
#userFormModal,
.html-overlay-popup {
    display: none !important;
}

/* Disable mega menu dropdown - PC only */
@media (min-width: 992px) {
    .ven-navbar-dropdown,
    #navbar-content {
        display: none !important;
    }
    
    .ven-navbar-nav__link {
        pointer-events: auto;
    }
    
    .ven-navbar-nav__item:hover .ven-navbar-dropdown {
        display: none !important;
    }
}

/* Hero Banner Title - 8472 */
.ven-hero-title-8472 {
    color: #ffffff;
}

/* Section Headings - 8472 */
.section-heading-8472,
.ven-new-product__desc h2,
.ven-sale-product__wrapper h2 {
    text-align: center;
}

/* Replace English headings with Japanese - 8472 */
.ven-new-product__desc h2 {
    font-size: 0;
    color: transparent;
}

.ven-new-product__desc h2::after {
    font-size: 28px;
    color: #333;
    display: block;
}

/* First section: 本日のおすすめ */
#ven-new-product .ven-new-product__desc h2::after {
    content: "本日のおすすめ";
}

/* Second section: 季節の献立 */
.ven-new-product:not(#ven-new-product) .ven-new-product__desc h2::after {
    content: "季節の献立";
}

@media (max-width: 768px) {
    .ven-new-product__desc h2::after {
        font-size: 22px;
    }
}

/* Hide product prices and subtitles - 8472 */
.ven-new-product__item p,
.ven-new-product__item .product-subtitle {
    display: none;
}

/* Product card titles - kaiseki style - 8472 */
.ven-new-product__item h3 {
    font-size: 0;
    color: transparent;
}

/* Replace product names with kaiseki menu items */
#ven-new-product .ven-new-product__slider .ven-new-product__item:nth-child(1) h3::after {
    content: "先付｜季節の前菜盛り合わせ";
}
#ven-new-product .ven-new-product__slider .ven-new-product__item:nth-child(2) h3::after {
    content: "椀物｜真鯛のお吸い物";
}
#ven-new-product .ven-new-product__slider .ven-new-product__item:nth-child(3) h3::after {
    content: "向付｜本日の鮮魚お造り";
}
#ven-new-product .ven-new-product__slider .ven-new-product__item:nth-child(4) h3::after {
    content: "焼物｜鮎の塩焼き";
}
#ven-new-product .ven-new-product__slider .ven-new-product__item:nth-child(5) h3::after {
    content: "煮物｜季節野菜の炊き合わせ";
}
#ven-new-product .ven-new-product__slider .ven-new-product__item:nth-child(6) h3::after {
    content: "揚物｜海老の天ぷら";
}
#ven-new-product .ven-new-product__slider .ven-new-product__item:nth-child(7) h3::after {
    content: "酢の物｜蛸と胡瓜の酢味噌和え";
}
#ven-new-product .ven-new-product__slider .ven-new-product__item:nth-child(8) h3::after {
    content: "御飯｜季節の炊き込みご飯";
}

/* Second section: 季節の献立 */
.ven-new-product:not(#ven-new-product) .ven-new-product__slider .ven-new-product__item:nth-child(1) h3::after {
    content: "懐石コース｜花";
}
.ven-new-product:not(#ven-new-product) .ven-new-product__slider .ven-new-product__item:nth-child(2) h3::after {
    content: "懐石コース｜月";
}
.ven-new-product:not(#ven-new-product) .ven-new-product__slider .ven-new-product__item:nth-child(3) h3::after {
    content: "懐石コース｜雪";
}
.ven-new-product:not(#ven-new-product) .ven-new-product__slider .ven-new-product__item:nth-child(4) h3::after {
    content: "懐石コース｜雅";
}
.ven-new-product:not(#ven-new-product) .ven-new-product__slider .ven-new-product__item:nth-child(5) h3::after {
    content: "季節の特別会席";
}
.ven-new-product:not(#ven-new-product) .ven-new-product__slider .ven-new-product__item:nth-child(6) h3::after {
    content: "お祝い会席";
}
.ven-new-product:not(#ven-new-product) .ven-new-product__slider .ven-new-product__item:nth-child(7) h3::after {
    content: "法事・法要会席";
}
.ven-new-product:not(#ven-new-product) .ven-new-product__slider .ven-new-product__item:nth-child(8) h3::after {
    content: "接待会席";
}

.ven-new-product__item h3::after {
    font-size: 14px;
    color: #333;
    display: block;
    font-weight: normal;
}

@media (max-width: 768px) {
    .ven-new-product__item h3::after {
        font-size: 12px;
    }
}

/* Disable product links - 8472 */
.ven-new-product__item {
    pointer-events: none;
    cursor: default;
}

/* Footer Description - 8472 */
.footer-desc-8472 {
    margin-top: 20px;
    line-height: 1.8;
}

@media (max-width: 768px) {
    .footer-desc-8472 {
        margin-top: 15px;
        line-height: 1.6;
    }
}

/* Simple Mobile Menu */
.ven-mobile-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ven-mobile-menu-list li {
    border-bottom: 1px solid #eee;
}

.ven-mobile-menu-list a {
    display: block;
    padding: 15px 20px;
    font-size: 16px;
    color: #333;
    text-decoration: none;
}

.ven-mobile-menu-list a:hover {
    background-color: #f5f5f5;
}

/* News Date - 9284 */
.news-date-9284 {
    display: block;
    font-size: 12px;
    color: #888;
    margin-bottom: 5px;
}

@media (max-width: 768px) {
    .news-date-9284 {
        font-size: 11px;
    }
}

/* ========================================
   Header Layout - 4821
   ロゴとバーガーメニューを同じ段に配置
   ======================================== */

/* ヘッダーの固定高さを解除し、余白を削除 */
.ven-header,
.ven-header.none-topbar {
    height: auto;
}

@media (min-width: 992px) {
    .ven-header,
    .ven-header.none-topbar {
        height: auto;
    }
}

/* ロゴ段のインナーをflexで横並び */
.ven-brand-inner-4821 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* ロゴ */
.ven-brand-logo-4821 {
    display: block;
}

/* バーガーメニューボタン */
.ven-navbar-toggler-4821 {
    padding: 10px;
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 1050;
    position: relative;
}

/* バーガーがバツに変わるアニメーション */
.ven-navbar-toggler.show .icon-toggler::before {
    top: 50%;
    transform: rotate(45deg);
    margin-top: -0.5px;
}

.ven-navbar-toggler.show .icon-toggler::after {
    top: 50%;
    transform: rotate(-45deg);
    margin-top: -0.5px;
}

.ven-navbar-toggler.show .icon-toggler span {
    opacity: 0;
}

/* こだわりの素材 セクション説明文 - 4821 */
.ven-featured-product__desc {
    text-align: center;
}

.ven-featured-product__desc p.section-lead-4821 {
    text-align: center;
    font-size: 15px;
    line-height: 2;
    color: #666;
    margin-top: 15px;
    margin-bottom: 30px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 768px) {
    .section-lead-4821 {
        font-size: 14px;
        line-height: 1.8;
    }
}

/* こだわりの素材 各アイテム説明文 - 4821 */
.ven-featured-product__info-item {
    flex-direction: column;
    align-items: flex-start;
}

.ven-featured-product__info-item h3 {
    margin-bottom: 10px;
}

.kodawari-desc-4821 {
    font-size: 14px;
    line-height: 1.8;
    color: #666;
}

@media (max-width: 991px) {
    .kodawari-desc-4821 {
        font-size: 13px;
        line-height: 1.7;
    }
}

/* ロゴ段のセンター配置を解除（PC時） */
@media (min-width: 992px) {
    .ven-brand-custom-4821 {
        text-align: center;
    }
    
    .ven-brand-inner-4821 {
        justify-content: center;
    }
}

/* スマホ時のロゴ段 */
@media (max-width: 991px) {
    .ven-brand-custom-4821 {
        padding: 15px 0;
    }
    
    .ven-brand-inner-4821 {
        justify-content: space-between;
    }
    
    .ven-brand-logo-4821 img {
        max-height: 40px;
        width: auto;
    }
}