@charset "utf-8";

.header {
    background-image: url(/system_panel/uploads/images/header_bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 80px !important;
}

.header.is-scroll {
    background-image: none;
}

.header.is-scroll .hAr {
    opacity: 1;
    pointer-events: all;
}

.tFvSliderBx .carousel-fade .carousel-item {
    transition-duration: 2.5s;
}

.tFvSliderBx {
    position: relative;
}

.tFvSliderBx::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    height: 51.8%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
}

.tFvSliderBx .sliderContent {
    overflow: hidden;
    height: 100%;
}

.tFvSliderBx .sliderContent img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

.tFvSliderImgPc {
    display: none;
}

.tFvSliderImgRes {
    display: block;
}

.fvNav {
    overflow: auto;
}

.fvNav {
    height: auto;
}

.tFvTit01 em {
    font-style: normal;
    font-size: 40px;
}

.tFvTit01 s {
    text-decoration: none;
    position: relative;
}

.tFvTit01 s::before {
    content: "";
    position: absolute;
    right: auto;
    bottom: -15px;
    left: -8px;
    z-index: -1;
    width: 100%;
    max-width: 351px;
    aspect-ratio: 352/120;
    background: url(/system_panel/uploads/images/title_deco_red.png)no-repeat center /contain;
}

/* 初めてのお客様へ */

.tBeginnerTit s {
    text-decoration: none;
    color: var(--primary);
    font-size: 35px;
}

.tBeginnerImg01 {
    filter: drop-shadow(8px 8px 8px rgba(50, 27, 5, 0.3));
}

/* お料理・お飲み物 */

.tFoodDrinkItem .tFoodDrinkItemIn img {
    transition: all .3s;
}

.tFoodDrinkItem:hover .tFoodDrinkItemIn img {
    transform: scale(1.05);
}

.tFoodDrinkItemIn {
    aspect-ratio: 815/515;
}

.tFoodDrinkItemIn::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 50%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    pointer-events: none;
}

/* 宴会 */

.tBanquetFlex::before {
    content: "";
    position: absolute;
    height: 75%;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: url(/system_panel/uploads/images/top_banquet_deco_sp.png)no-repeat center top /100% 100%;
}

.tBanquetTit {
    color: var(--white);
    text-stroke: 8px var(--black);
    -webkit-text-stroke: 8px var(--black);
    paint-order: stroke;
    text-shadow: 0 0 10px rgba(50, 27, 5, 0.8);
}

.tBanquetTit s {
    text-decoration: none;
    font-size: 23px;
    color: #EAE0CE;
}

/* 宮崎県の逸品 */

.tDish {
    background-size: 100% 100% !important;
}

.tDishTit s {
    text-decoration: none;
    color: var(--primary);
    font-size: 25px !important;
}

/* お知らせ */

.tNewsTitBx {
    display: contents !important;
}

.tShopBtnBx {
    order: 1;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:768px) {

    .tFvSliderImgPc {
        display: none;
    }

    .tFvSliderImgRes {
        display: block;
    }

    .tFvTit01 em {
        font-size: 80px;
    }

    /* 宴会 */
    .tBanquetFlex::before {
        width: 76%;
        height: auto;
        top: 0;
        right: auto;
        background: url(/system_panel/uploads/images/top_banquet_deco.png)no-repeat center left /100% 100%;
    }

    .tBanquetTit {
        text-wrap: nowrap;
        white-space: nowrap;
    }

    .tBanquetTit s {
        font-size: 35px;
    }

    /* 宮崎県の逸品 */
    .tDishTit s {
        font-size: 35px !important;
    }

    .tDishImgBx img {
        -webkit-mask-image: url(/system_panel/uploads/images/top_dish_mask.svg);
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: 0;
        -webkit-mask-size: auto 100%;
    }

    /* お知らせ */
    .tNewsTitBx {
        display: flex !important;
    }



}

/* min-width: 768px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1024px) {

    .header {
        height: 50px !important;
    }

    .hAr {
        opacity: 0;
        pointer-events: none;
        transition: all .3s;
    }

    .tFvSliderImgPc {
        display: none;
    }

    .tFvSliderImgRes {
        display: block;
    }

    /* 初めてのお客様へ */

    .tBeginnerImg01 {
        filter: drop-shadow(15px 15px 10px rgba(50, 27, 5, 0.3));
    }

    .tBeginnerTit s {
        font-size: 60px;
    }

    /* 宴会 */
    .tBanquetTit s {
        font-size: 60px;
    }

    /* 宮崎県の逸品 */
    .tDishTit s {
        font-size: 55px !important;
    }

}

/* min-width: 1024px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1200px) {

    .tFvSliderImgPc {
        display: block;
    }

    .tFvSliderImgRes {
        display: none;
    }

}

/* min-width: 1200px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1440px) {

    .tFvTitBx {
        bottom: 60px !important;
        left: 100px !important;
    }

    .tFvTit01 {
        font-size: 130px !important;
    }

    .tFvTit01 em {
        font-size: 100px;
    }

    .tFvTit02 {
        font-size: 80px !important;
    }

    /* 初めてのお客様へ */

    .tBeginnerTit {
        font-size: 85px !important;
    }

    .tBeginnerTit s {
        font-size: 100px;
    }

    .tBeginnerTit02 {
        margin: 100px 0 0 !important;
    }

    .tBeginnerTit03 {
        margin: 200px 0 0 !important;
    }

    .tBeginnerTxtBx {
        margin: -40px 0 0;
    }

    .tBeginnerImg03 {
        bottom: 215px !important;
    }

    .tBeginnerDeco01 {
        bottom: 66px !important;
    }

    /* 宴会 */
    .tBanquetTit {
        font-size: 70px !important;
    }

    .tBanquetTit s {
        font-size: 85px;
    }
}

/* min-width: 1440px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1760px) {


    .tBeginnerImg03 {
        bottom: 315px !important;
    }

    .tBeginnerDeco01 {
        bottom: 166px !important;
    }

    /* 宮崎県の逸品 */
    .tDishTit {
        font-size: 75px !important;
    }

    .tDishTit s {
        font-size: 85px !important;
    }

}

/* min-width: 1760px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */