@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Noto+Serif+JP&display=swap');
html, body {
    font-family: "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN W3", 'Hiragino Kaku Gothic ProN', "メイリオ", sans-serif;
    font-size: 15px;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    line-height: 2;
    color: #29201d;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    height: 100%;
    background-color: #ffffff;
}
img {
    border: none;
    max-width: 100%;
}
html {
    scroll-behavior: smooth;
}
body > main {
    padding-top: 143px;
}
.header-top {
    padding: 15px 0;
    background: #262626;
}
.header-top .header-info {
    display: inline-block;
    margin-bottom: 0;
    color: #fff;
    margin-right: 25px;
    font-weight: 500;
}
.header-top .header-info a {
    color: #fff;
}
.header-top .login {
    color: #fff;
    border-color: #fff;
}
.header-top .login:hover {
    background-color: #29201d;
    border-color: #29201d;
}
.header-top .header-info i {
    height: 30px;
    width: 30px;
    line-height: 31px;
    background-color: #ffffff4d;
    color: #fff;
    text-align: center;
    margin-right: 6px;
    font-size: 13px;
    border-radius: 99px;
}
.navbar-top {
    background: #fff;
    padding: 0px 0;
}
.navbar-top .navbar-brand .img-logo {
    height: 80px;
}
.bg-dark, .panel-dark {
    background-color: #262626 !important;
}
.navbar-nav {
    align-items: center;
}
.navbar-top .navbar-nav li.nav-item {
    /* padding: 0px 10px; */
}
.navbar-top .navbar-nav .nav-link {
    font-size: 14px;
    text-transform: uppercase;
    color: #9c9c9c;
    font-family: "Noto Serif JP", serif;
    min-width: 140px;
    padding: 0;
    position: relative;
    border-left: 2px solid #ededed;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.navbar-top .navbar-nav .nav-link span {
    display: block;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #262626;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.navbar-top .navbar-nav li.nav-item:last-child {
    padding: 0;
}
.navbar-top .navbar-nav .nav-item:first-child .nav-link {
    border-left: none;
}
.navbar-top .navbar-nav .nav-link:hover span{
    color: #ae2c2b;
}
.navbar-top .navbar-nav .nav-link:hover{
    /* border-left: 2px solid #ae2c2b; */
}
.navbar-top .navbar-nav .nav navbar > li > a, .nav .navbar-top .navbar-nav navbar > li > a, .text-primary, .panel-primary, a {
    color: #ae2c2b;
    opacity: 1;
}
.navbar-top .navbar-nav .nav-link:hover, .navbar-top .navbar-nav .nav navbar > li > a:hover, .nav .navbar-top .navbar-nav navbar > li > a:hover, .navbar-top .navbar-nav .nav-link.active, .navbar-top .navbar-nav .nav navbar > li > a.active, .nav .navbar-top .navbar-nav navbar > li > a.active {
    color: #ae2c2b;
    opacity: 1;
}
a:active, a:focus, a:hover, a:visited {
    text-decoration: none;
    outline: 0;
}
.display-5 {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.2;
}
.container {
    max-width: 1140px;
}
.bg-image-full {
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
    min-height: 400px;
}
.hero-slider {
    width: 100%;
    height: 540px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 0;
}
@media (max-width: 991px) {
    .hero-slider {
        height: 600px;
    }
}

@media (max-width: 767px) {
    .hero-slider {
        height: 500px;
    }
}

.hero-slider .swiper-slide {
    overflow: hidden;
    color: #fff;
}

.hero-slider .swiper-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.hero-slider .slide-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
}
/*.hero-slider .slide-inner::after {*/
/*    content: '';*/
/*    background: #0000002e url(../images/pattern.png) repeat top left;*/
/*    z-index: -1;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*}*/
.hero-slider .slide-inner .container h3 {
    position: relative;
    z-index: 2;
    font-size: 30px;
    text-align: center;
}
.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
    background: transparent;
    width: 55px;
    height: 55px;
    line-height: 53px;
    margin-top: -30px;
    text-align: center;
    border: 2px solid #d4d3d3;
    border-radius: 55px;
    opacity:0;
    visibility:hidden;
    transition:all .3s ease;
}
.hero-slider:hover .swiper-button-prev,
.hero-slider:hover .swiper-button-next {
    transform:translateX(0);
    opacity:1;
    visibility:visible;
}

@media (max-width: 767px) {
    .hero-slider .swiper-button-prev,
    .hero-slider .swiper-button-next {
        display: none;
    }
}

.hero-slider .swiper-button-prev {
    left: 25px;
    transform:translateX(50px);
}

.hero-slider .swiper-button-prev:before {
    font-family: "Font Awesome 5 Free";
    content: "\f060";
    font-size: 15px;
    color: #d4d3d3;
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
    font-weight: 900;
}

.hero-slider .swiper-button-next {
    right: 25px;
    transform:translateX(-50px);
}

.hero-slider .swiper-button-next:before {
    font-family: "Font Awesome 5 Free";
    content: "\f061";
    font-size: 15px;
    color: #d4d3d3;
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
    font-weight: 900;
}

.hero-slider .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    text-align: left;
    line-height: 12px;
    font-size: 12px;
    color: #000;
    opacity: 0.3;
    background: #ae2c2b;
    transition:all .2s ease;
}

.hero-slider .swiper-pagination-bullet-active {
    opacity:1;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {
    bottom: 30px;
    text-align: center;
}

@media screen and (min-width: 992px) {
    .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
    .hero-slider .swiper-pagination-custom,
    .hero-slider .swiper-pagination-fraction {
        /*     display: none; */
    }
    .swiper-pagination {
        text-align:left;
    }

    .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets{
        bottom:50px;
        max-width: 1200px;
        padding: 0 15px;
        margin: 0 auto;
        left: 50%;
        transform: translateX(-50%);
    }
}
@media (min-width: 767px) {
    .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets{
        bottom:30px;

    }
}
/*--------------------------------------------------------------
	#hero-style
--------------------------------------------------------------*/
.hero-style {
    height: 600px;
    transition:all .4s ease;
    position: relative;
}
.hero-style::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 78px;
    background-image: url(../images/border.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 2;
    bottom: -1px;
}
@media (max-width: 991px) {
    .hero-style {
        height: 600px;
    }
}

@media (max-width: 767px) {
    .hero-style{
        height: 280px;
    }
}

@media screen and (min-width: 992px) {
    .hero-style .container {
        padding-top: 95px;
    }
}

.hero-style .slide-title,
.hero-style .slide-text,
.hero-style .slide-btns {
    max-width: 690px;
}

.hero-style .slide-title h2 {
    font-size: 60px;
    font-weight: 600;
    line-height: 1;
    color: #ffffff;
    margin: 0 0 40px;
    text-transform: capitalize;
    transition:all .4s ease;
}

@media (max-width: 1199px) {
    .hero-style .slide-title h2 {
        font-size: 75px;
    }
}

@media (max-width: 991px) {
    .hero-style .slide-title h2 {
        font-size: 50px;
        margin: 0 0 35px;
    }
}

@media (max-width: 767px) {
    .hero-style .slide-title h2 {
        font-size: 35px;
        margin: 0 0 30px;
    }
}

.hero-style .slide-text p {
    opacity: 0.8;
    font-family: Rajdhani;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: normal;
    color: #ffffff;
    margin: 0 0 40px;
    transition:all .4s ease;
}

@media (max-width: 767px) {
    .hero-style .slide-text p {
        font-size: 16px;
        font-size: 1rem;
        font-weight: normal;
        margin: 0 0 30px;
    }
}
.hero-style .slide-btns > a:first-child {
    margin-right: 10px;
}
.page-hero {
    height: 350px;
}

/************** Top Page css ********************/
.top-bg {
    position: relative;
    background-color: black;
    height: 75vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
}

.top-bg video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.top-bg .container {
    position: relative;
    z-index: 2;
}

.top-bg .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.5;
    z-index: 1;
}
.top-bg h1, .top-bg p, .text-white {
    color: #fff;
    z-index: 2;
    position: relative;
}
/*main.page .hero-slider .slide-inner::after {*/
/*    position: absolute;*/
/*    content: "";*/
/*    z-index: 1;*/
/*    background: #00000091;*/
/*    top: 0;*/
/*    left: 0;*/
/*    height: 100%;*/
/*    width: 100%;*/
/*}*/
main section {
    padding: 80px 0;
}
main section .title {
    padding: 0 15px;
}
main section .title h2 {
    width: 100%;
    text-align: left;
}
main section .title h2 span {
    font-size: 20px;
    display: block;
    font-weight: normal;
}
main section .title strong {
    font-weight: bold;
    font-size: 38px;
    display: inline-block;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    letter-spacing: 3.5px;
    position: relative;
}
main section .title strong em {
    font-family: "Noto Serif JP", serif;
    position: relative;
    z-index: 2;
    font-style: normal;
    text-transform: uppercase;
}
main section .title strong:after {
    content: "";
    position: absolute;
    display: block;
    width: 42px;
    height: 38px;
    background: url(../images/dot1.png) no-repeat left center;
    top: 0;
    left: -25px;
    z-index: 1;
}
/**************** Top page store menu ********************/

.with-arrow .nav-link.active {
    position: relative;
}

.with-arrow .nav-link.active::after {
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #ae2c2b;
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
}
.lined .nav-link {
    border: none;
    border-bottom: 3px solid #e9e9e9;
    color: #000000;
    margin-right: 0 !important;
}

.lined .nav-link:hover {
    border: none;
    border-bottom: 3px solid #ae2c2b;
}

.lined .nav-link.active {
    background: none;
    color: #ae2c2b;
    border-color: #ae2c2b;
}

/**************** Top page shop menus ********************/

.food-menu-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    height: 100%;
    position: relative;
    background: #fff;
    border-radius: 10px;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
}
.food-menu-item .food-menu-img {
    width: 100%;
    max-width: 150px;
    margin: 0;
    background-color: #ff9d2d33;
    border-radius: 10px 0 0 10px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.food-menu-item .food-menu-img img {
    height: 100%;
    object-fit: cover;
}
.food-menu-item .food-menu-item-cont {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 16px;
    position: relative;
    background-color: #0000;
    border-radius: 0;
    box-shadow: none;
}
.food-menu-item .food-menu-item-cont h3.menu-item-title {
    font-size: 20px;
    margin: -0.24em 0 10px 0;
    color: #010f1c;
}
.food-menu-item .food-menu-item-cont h3.menu-item-title a {
    color: inherit;
}
.food-menu-item .food-menu-item-cont .menu-item-text{
    font-size: 13px;
    margin-bottom: 10px;
    max-width: 330px;
    line-height: 20px;
}
.food-menu-item .food-menu-item-cont .menu-item-price{
    display: block;
    margin-bottom: -0.45em;
    color: #ae2c2b;
    font-weight: bold;
}
.food-menu-item .food-menu-item-cont .menu-item-actions {
    position: absolute;
    bottom: 10px;
    right: 20px;
    margin-top: 18px;
    text-align: center;
    display: none;
}
.food-menu-item .food-menu-item-cont .menu-item-actions .icon-btn {
    box-shadow: 0px 4px 20px rgb(0 0 0 / 5%);
    background-color: #ae2c2b;
    color: #FFFFFF;
    display: inline-block;
    width: 26px;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    text-align: center;
    border-radius: 50%;
    border: none;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}
.food-menu-item .food-menu-item-cont .menu-item-actions .icon-btn:nth-child(1), .food-menu-item .food-menu-item-cont .menu-item-actions .icon-btn:hover {
    background-color: #010f1c;
}
.food-menu-item .food-menu-item-cont .menu-item-actions .icon-btn:nth-child(1):hover{
    background-color: #ae2c2b;
}

/**************** Top page News ********************/

.news-section ul.news-list {
    list-style: none;
    text-align: center;
    padding: 40px 0px;
}
.news-section ul.news-list li{
    padding: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    display: flex;
    text-align: left;
    border-bottom: 1px dotted #bbb;
}
.news-section ul.news-list li:hover {
    background-color: #e9e9e9;
    border-radius: 2px;
}
.news-section ul.news-list li:hover .news-list__link {
    color: #ae2c2b;
}
.news-section ul.news-list li .news-list__date {
    width: 180px;
    white-space: nowrap;
    font-weight: bold;
    font-size: 16px;
}
.news-section ul.news-list li span.shop-name {
    display: inline-block;
    font-size: 14px;
    min-width: 200px;
    padding: 4px 10px 0px;
    text-align: center;
    background: #ffc107;
    margin-right: 10px;
    border-radius: 4px;
}
.news-section ul.news-list li .news-list__txt {
    display: block;
    width: 100%;
}
.news-section ul.news-list li .news-list__link {
    color: #666;
    text-decoration: none;
    position: relative;
    display: block;
    padding-right: 2em;
}
.news-section ul.news-list li .news-list__icn {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: -webkit-translateY(-50%);
    transform: translateY(-50%);
}
/*About Store*/
.about-store .img-wrap {
    border-radius: 0px 30px 0px 0px;
    margin: 0 0 7px 0;
    width: 100%;
    overflow: hidden;
}
.about-store .img-wrap.img-02 {
    width: 70%;
    border-radius: 0px 0px 30px 30px;
    float: right;
}
.about-store .img-wrap img {
    width: 100%;
}
.bg-img {
    background-image: url("/html/main/assets/images/store-images/img-05.jpeg");
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 0;
}
.bg-blur {
    background: rgb(199 199 199 / 70%);
    backdrop-filter: blur(2px);
    height: 100%;
    width: 100%;
    padding: 90px 0px;
}
.tel {
    font-size: 44px;
    padding: 0;
    margin: 0;
    line-height: normal;
    font-weight: 600;
}
.tel a {
    color: #ec0025;
    text-decoration: none;
}
.tel a img {
    height: 45px;
    width: 45px;
    object-fit: contain;
    margin-right: 10px;
}
.img-box {
    background: #fff;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    border-radius: 0 0 10px 10px;
}
.img-box .img-border {

}
.img-box .img-border img {
    width: 100%;
}
.img-box .img-border h6 {
    margin-top: -30px;
    margin-left: 10px;
    padding: 20px;
    width: 100px;
    background-image: linear-gradient(to right, #ae2c2b 0%, #ffc107  51%, #ae2c2b  100%);
    color: #fff;
    position: relative;
    z-index: 1;
    border-radius: 4px;
}
.img-box .imb-box-cont {
    padding: 10px;
    min-height: 212px;
}
/*heighlight menu*/
.heighlight-menu .card {
    border-radius: 20px;
}
.heighlight-menu .card-bg {
    width: 180px;
    height: 180px;
    overflow: hidden;
}
.heighlight-menu .card-img {
    width: 100%;
    border-radius: 50%;
    height: 180px;
    width: 180px;
    object-fit: cover;
    padding: 20px;
}




.menu-item {
    display: flex;
    background: #fff;
    margin: 20px 0px;
    border-radius: 4px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}
.menu-img {
    width: 40%;
}
.menu-img img {
    border-radius: 4px;
    height: 100%;
    object-fit: cover;
}
.menu-item-cont {
    padding: 15px 10px;
    width: 60%;
}
.menu-item-cont h5.price {
    padding: 10px 0px 0px;
    letter-spacing: 0;
}
.menu-item-cont p {
    line-height: 1.5;
    font-size: 14px;
}
.g-map {
    background: #a6a6a6;
    border-radius: 20px;
    padding: 20px;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}
iframe {
    width: 100%;
    height: 410px;
    border-radius: 10px;
}
.gmap-btn {
    bottom: 40px;
    right: -30px;
    position: absolute;
}
.shop-info {
    width: 80%;
}
.shop-info table tr td {
    border-right: 1px solid #e0dcdb;
    padding: 20px;
}
.shop-info table tr td:first-child {
    border-left: 1px solid #e0dcdb;
    text-align: center;
    background: #F3F2EE;
    min-width: 200px;
    vertical-align: middle;
}
.shop-info table tr:last-child td {
    border-bottom: 1px solid #e0dcdb;
}
.menu-banner {
    display: flex;
    justify-content: space-between;
    background: #ae2c2b;
    border-radius: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin-bottom: 20px;
    min-height: 377px;
}
.menu-banner .menu-banner-img {
    display: flex;
    width: 40%;
}
.menu-banner .menu-banner-img img {
    width: 100%;
    object-fit: cover;
    border-radius: 10px 0 0 10px;
    background: #fff;
}
.menu-banner .menu-content {
    padding: 10px 20px;
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.menu-banner .menu-content p, .menu-summery p.para {
    line-height: 1.5;
}
.menu-banner .menu-content h5.price {
    padding-bottom: 10px;
    letter-spacing: 0;
    color: #ffc107;
}
.menu-banner .menu-content.width-100 {
    width: 100%;
}
/************** Page css ********************/
.page-info .page-info-cont {
    display: flex;
}
.page-info .page-info-text {
    padding: 20px 30px;
    background: #fff;
    border-radius: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.page-info .page-info-img {
    position: relative;
    margin-left: -25px;
    margin-top: -40px;
    max-width: 600px;
    height: 100px;
}
.page-info .page-info-img img{
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 20px;
    border: 10px solid #fff;
}
.page-info .title-divider {
    background: #ae2c2b;
    width: 80px;
    height: 3px;
    border-radius: 2px;
    margin-bottom: 30px;
    margin-left: 0;
}
section.store-video {
    padding: 0;
}
.page .yt-video {
    margin-top: -100px;
    padding: 20px;
    background: #fff;
    border-radius: 20px;
    margin-bottom: 80px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.page .yt-video iframe {
    height: 350px;
    border: none;
}
section.reservation-menus {
    padding: 0;
    margin-top: -30px;
}
section.reservation-menus .custom-padding {
    padding: 20px 40px;
}
.page .reservation-banner .reservation-bg {
    border-radius: 20px;
}
.page .order-menus .menu-image {
    height: 100%;
    object-fit: cover;
}
.page .order-menus .para {
    line-height: 1.4;
    letter-spacing: 0;
}
.reservation-form .input-group i {
    position: absolute;
    left: 5px;
    z-index: 9;
    top: 6px;
    font-size: 20px;
}
.reservation-form input, .reservation-form select {
    padding: 5px 5px 5px 30px;
    border-radius: 4px !important;
}
.reservation-form .input-group .bootstrap-select.form-control .dropdown-toggle {
    padding: 5px 5px 5px 35px;
    background: #fff;
    border-color: #e0dcdb;
    border-radius: 4px;
    font-weight: normal;
}
.reservation-form .bootstrap-select .dropdown-menu {
    padding: 0;
}
.reservation-form input#resrvCalendar {
    background: #fff;
}
.reservation-sidebar {
    position: sticky;
    top: 140px;
    z-index: 1;
}
.reservation-summary .card-header {
    border-radius: 5px 5px 0 0;
}
.reservation-summary .card-footer {
    border-radius: 0 0 5px 5px;
}
.reservation-summary .order-cont .booking-info tr td:first-child {
    width: 80px;
}
.reservation-summary .order-cont .booking-info tr td {
    padding: 0px;
    letter-spacing: 0px;
}
.reservation-menus .order-menus {
    background: #fff;
    border: 1px solid #fff;
    margin-bottom: 20px;
}
.reservation-menus .order-menus:hover, .reservation-menus .order-menus.active {
    border: 1px dashed #5eb261;
    background: #f2fcf2;
}
.menu-summery {
    border: 1px solid #e4e4e4;
    padding: 4px;
    background: #fff;
    border-radius: 4px;
}
.menu-summery .menu-image {
    height: 100%;
    object-fit: cover;
}
.reservation-comments textarea {
    height: 100px;
}
.shop-reservation-canceling pre.break-word {
    overflow: auto;
    width: 100%;
    word-break: break-all;
    overflow-wrap: break-word;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}
/************** news page css ********************/

.page-news article, .article-full {
    width: 100%;
    max-width: 900px;
    padding: 4% 5%;
    margin: 0 auto 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.page-news article .date {
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 0px 10px;
    background-image: linear-gradient(to right, #ae2c2b 0%, #e42f2f 51%, #ffc107 100%);
    border-radius: 4px;
    color: #fff0f5;
}
.page-news article h4 {
    display: inline-block;
    margin: 0 0 0 10px;
}
.page-news article a {
    display: inline-block;
    margin: 10px 0 0;
}

/************** offer banner css ********************/
.offer_img_bg {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    position: relative;
}
.section_notch::before, .section_notch_top::before {
    content: "";
    position: absolute;
    background-image: url(../images/section-notch-top.png);
    background-repeat: repeat-x;
    display: block;
    top: 0;
    width: 100%;
    height: 20px;
    z-index: 5;
}
.section_notch::after, .section_notch_bottom::after {
    content: "";
    position: absolute;
    background-image: url(../images/section_notch_bottom.png);
    background-repeat: repeat-x;
    bottom: 0;
    width: 100%;
    height: 20px;
    z-index: 2;
}
.pb-120 {
    padding-bottom: 120px;
}
.pt-120 {
    padding-top: 120px;
}
.gallery a img {
    min-height: 200px;
    display: block;
    object-fit: contain;
}

.gallery a {
    display: block;
    min-height: 200px;
}
.bg-mail {
    background-color: #ec0029;
}
/************** login registration css ********************/
.dropdown-item.active, .dropdown-item:active {
    background-color: #7a0e12;
}
.btn-outline-success:hover {
    color: #fff !important;
}
.btn-lg, .btn-group-lg > .btn {
    padding: 15px 45px;
}
.gradient-custom-2, .btn-primary, .swal-button--confirm {
    background-image: linear-gradient(to right, #ae2c2b 0%, #ffc107 51%, #ae2c2b 100%);
    padding: 15px 45px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    border: none;
    border-radius: 40px;
}
.btn-primary:hover, .swal-button--confirm:hover {
    background-position: right center; /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}
p.business-hour {
    font-size: 1.4rem;
    font-weight: bold;
}
@media (min-width: 768px) {
    .gradient-form {
        height: 100vh !important;
    }
}
@media (min-width: 769px) {
    .gradient-custom-2 {
        border-top-right-radius: .3rem;
        border-bottom-right-radius: .3rem;
    }
}

/************** contact us page css ********************/


.contact-area .g-map iframe {
    height: 330px;
}
.contact input {
    background: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #232434;
    font-size: 16px;
    height: 60px;
    padding: 10px;
    width: 100%;
    padding-left: 30px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.contact textarea {
    background: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #232434;
    font-size: 16px;
    padding: 10px;
    width: 100%;
    padding-left: 30px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.contact input:focus {
    background: #fff;
    border: 1px solid #fff;
    color: #232434;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0 none;
}

.contact textarea:focus {
    background: #fff;
    border: 1px solid #fff;
    color: #232434;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0 none;
}

.form-control::placeholder {
    color: #232434;
    opacity: 1;
}

.btn-contact-bg {
    background-image: linear-gradient(to right, #ae2c2b 0%, #ffc107  51%, #ae2c2b  100%);
    padding: 15px 45px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    display: block;
    width: 100%;
}

.btn-contact-bg:hover,
.btn-contact-bg:focus {
    background-position: right center; /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}
.jchicken-premium {
    color: #333;
    background-color: #f9f9f9;
}
.jchicken-premium .section {
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
}
.jchicken-premium .section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image:
            linear-gradient(45deg, #d2d2d2 25%, transparent 25%),
            linear-gradient(-45deg, #f1f1f1 25%, transparent 25%),
            linear-gradient(45deg, transparent 75%, #f1f1f1 75%),
            linear-gradient(-45deg, transparent 75%, #f1f1f1 75%);
    background-size: 20px 20px;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    opacity: 0.1;
    z-index: -1;
}
.jchicken-premium .section-title {
    font-family: 'Shippori Mincho', serif;
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 3rem;
    position: relative;
}
.jchicken-premium .section-title::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background-color: #e74c3c;
    margin: 1rem auto;
}
.jchicken-premium .content-box {
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 8px;
    padding: 2rem;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.jchicken-premium .content-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}
.jchicken-premium .list-styled {
    list-style-type: none;
    padding-left: 0;
}
.jchicken-premium .list-styled li {
    position: relative;
    padding-left: 1.5em;
    margin-bottom: 0.8em;
    font-size: 1.1rem;
}
.jchicken-premium .list-styled li::before {
    color: #e74c3c;
    content: '〇';
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 0.8em;
}
.jchicken-premium .table-japanese {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 15px;
}
.jchicken-premium .table-japanese th,
.jchicken-premium .table-japanese td {
    padding: 1.2rem;
    text-align: left;
    font-size: 1.1rem;
}
.jchicken-premium .table-japanese th {
    background-color: #FFEB3B;
    color: #181414;
    border-radius: 8px 0 0 8px;
    font-weight: normal;
    width: 50%;
}
.jchicken-premium .table-japanese td {
    background-color: #fff;
    border-radius: 0 8px 8px 0;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.jchicken-premium .world-map {
    overflow: auto;
}
.jchicken-premium .map-point {
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #e74c3c;
    border-radius: 50%;
    box-shadow: 0 0 0 rgba(231, 76, 60, 0.4);
    animation: pulse 2s infinite;
}
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(231, 76, 60, 0.4);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(231, 76, 60, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(231, 76, 60, 0);
    }
}





/************** footer css ********************/
.footer-sns-block {
    margin-top: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}
.footer-sns-text {
    color: #fff;
    line-height: 22px;
    text-align: center;
    text-decoration: none;
}
.footer-buttom-twitter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 32%;
    height: 120px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 8px;
    background-color: #00acee;
    background-image: url("https://uploads-ssl.webflow.com/603c5caeb14112727390646e/605acb4a425ebe90402b8538_twitter.svg");
    background-position: -15px 40px;
    background-size: 90px;
    background-repeat: no-repeat;
    text-decoration: none
}

.footer-buttom-twitter:hover {
    opacity: .8
}

.footer-buttom-tiktok {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 32%;
    height: 120px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    border-radius: 8px;
    background-color: #181818;
    background-image: url("https://uploads-ssl.webflow.com/603c5caeb14112727390646e/61319a69ecce33d98bbeaedc_tiktok.svg");
    background-position: -6px 52px;
    background-size: 64px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    text-decoration: none;
    background-clip: border-box;
    -webkit-text-fill-color: inherit
}

.footer-buttom-tiktok:hover {
    opacity: .8
}

.footer-buttom-instagram {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 32%;
    height: 120px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    border-radius: 8px;
    background-color: transparent;
    background-image: url("https://uploads-ssl.webflow.com/603c5caeb14112727390646e/605acb4a59d1b8f9bd733bcb_instagram.svg"),url("https://uploads-ssl.webflow.com/603c5caeb14112727390646e/605580cf91ba0c0c2ee31761_colorful-smooth-gradient-background_97886-980.jpeg");
    background-position: -10px 48px,50% 50%;
    background-size: 80px,cover;
    background-repeat: no-repeat,repeat;
    background-attachment: scroll,scroll;
    text-decoration: none;
    background-clip: border-box;
    -webkit-text-fill-color: inherit
}

.footer-buttom-instagram:hover {
    opacity: .8
}


.scroll-to-top {
    position: fixed;
    bottom: 76px;
    right: 10%;
    padding: 5px;
    z-index: 3;
    will-change: filter,opacity;
    transition: 1.2s ease;
    border: 1px solid #ae2c2b;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: none;
}
.scroll-to-top a {
    text-decoration: none;
}
.scroll-to-top a i {
    font-size: 22px;
}
.footer {
    background-color: #262626;
    padding: 40px 0 0;
    position: relative;
}
.footer .frame {
    height: 3px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 99;
}
.footer .frame.black {
    background: url(../images/frame_footer.png) 0 0 repeat-x;
    background-size: 10px 3px;
    top: -3px;
}
.footer-links ul {
    display: flex;
    justify-content: center;
}
.footer-links li a {
    color: #fff9;
    padding: 0px 10px;
}
.footer-links ul li a:after {
    content: '/';
    position: absolute;
    padding: 0px 10px;
}
.footer-links ul li:last-child a:after {
    content: '';
}
.footer .footer-title {
    text-transform: capitalize;
    font-size: 24px;
}
.footer hr {
    border-top: 1px solid #ffffff2e;
}
.footer ul.social-icons li a {
    font-size: 30px;
}
/************** user page css ********************/
.user-page {
    padding-top: 100px;
}
.user-page .user-page-bg {
    padding: 20px;
    background: #fff;
    margin-bottom: 20px;
    border-radius: 8px;
}
.user-page  #sp_res_status {
    display: none;
}
.user-page ul.nav.nav-pills {
    border: 1px solid #afafaf;
    padding: 20px 15px;
    border-radius: 5px;
    justify-content: space-between;
    flex-direction: row;
    background: #fff6db;
}
.user-page ul.nav.nav-pills li:last-child {
    border: none;
}
.user-page ul.nav.nav-pills li a {
    color: #FFFFFF;
    margin-right: 10px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 14px;
    padding: 10px 15px;
    line-height: 1.5;
    text-decoration: none;
    transition: .1s;
    background: rgba(255, 255, 255, 0.08);
}
.user-page #sp_res_status .bootstrap-select .btn .badge {
    top: 0px;
}
.user-page #sp_res_status .bootstrap-select .dropdown-menu {
    padding: 0;
}
.user-page #sp_res_status .bootstrap-select .dropdown-menu li {
    position: relative;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 3px;
}
.user-page #sp_res_status .bootstrap-select span.badge {
    font-size: 12px;
    color: #FFFFFF;
    padding: 5px 15px;
    border-radius: 4px;
}
.user-page ul.nav.nav-pills li.temp-res a{
    color: #f44336;
    border-color: #f44336;
}
.user-page ul.nav.nav-pills li.temp-res a:hover, .user-page ul.nav.nav-pills li.temp-res a.active, #sp_res_status .bootstrap-select span.badge-temp-res {
    background: #f44336;
    color: #FFFFFF;
}
.user-page ul.nav.nav-pills li.waiting a{
    color: #507591;
    border-color: #507591;
}
.user-page ul.nav.nav-pills li.waiting a:hover, .user-page ul.nav.nav-pills li.waiting a.active, #sp_res_status .bootstrap-select span.badge-waiting {
    background: #507591;
    color: #FFFFFF;
}
.user-page ul.nav.nav-pills li.completed a{
    color: #179af8;
    border-color: #179af8;
}
.user-page ul.nav.nav-pills li.completed a:hover, .user-page ul.nav.nav-pills li.completed a.active, #sp_res_status .bootstrap-select span.badge-completed {
    background: #179af8;
    color: #FFFFFF;
}
.user-page ul.nav.nav-pills li.cancelled a{
    color: #888888;
    border-color: #888888;
}
.user-page ul.nav.nav-pills li.cancelled a:hover, .user-page ul.nav.nav-pills li.cancelled a.active, #sp_res_status .bootstrap-select span.badge-cancelled {
    background: #888888;
    color: #FFFFFF;
}
.user-page ul.nav.nav-pills li.all-res a{
    color: #599150;
    border-color: #599150;
}
.user-page ul.nav.nav-pills li.all-res a:hover, .user-page ul.nav.nav-pills li.all-res a.active, #sp_res_status .bootstrap-select span.badge-all-res {
    background: #599150;
    color: #FFFFFF;
}

.user-page .tab-content .reservation-card {
    width: 100%;
    box-shadow: 0px 0px 10px 1px rgb(0 0 0 / 11%);
    border-radius: 5px;
    margin: 10px 0px 30px;
}

.user-page .tab-pane::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.user-page .tab-pane::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #ff4900;
}
.user-page .pagination li, .pagination li {
    margin: 5px;
}
.user-page .pagination li a, .pagination li a {
    border: none;
    border-radius: 50%;
}
.pagination li.active span {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    background: #ff4900;
    color: #fff;
    border-radius: 50%;
}



/************** calendar css ********************/
.datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active:active, .datepicker table tr td.active.active.focus, .datepicker table tr td.active.active:focus, .datepicker table tr td.active.active:hover, .datepicker table tr td.active.highlighted.active.focus, .datepicker table tr td.active.highlighted.active:focus, .datepicker table tr td.active.highlighted.active:hover, .datepicker table tr td.active.highlighted:active.focus, .datepicker table tr td.active.highlighted:active:focus, .datepicker table tr td.active.highlighted:active:hover, .datepicker table tr td.active:active.focus, .datepicker table tr td.active:active:focus, .datepicker table tr td.active:active:hover, .datepicker table tr td.active.active {
    background-color: #8bc34a;
    border-color: #8bc34a;
}
/************** Responsive css ********************/

@media (pointer: coarse) and (hover: none) {
    .top-bg {
        background: url('https://source.unsplash.com/XT5OInaElMw/1600x900') black no-repeat center center scroll;
    }

    .top-bg video {
        display: none;
    }
}
@media only screen and (max-width: 844px) {
    .navbar-top .navbar-nav .nav-link {
        font-size: 12px;
        min-width: auto;
    }
}
@media only screen and (max-width: 768px) {
    .header-shape1 {
        height: 70px;
        border-radius: 0 0 300% 0 / 0 0 999px 999px;
    }
    .header-top {
        padding: 5px 0;
    }
    .header-top .col-12.col-md-4.col-lg-4.text-right {
        text-align: center !important;
    }
    .navbar-top .container {
        padding: 10px 10px;
        border-radius: 20px;
    }
    .navbar-top .navbar-brand .img-logo {
        height: 60px;
    }
    .navbar-top .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }
    .navbar-top .navbar-toggler.border-0 {
        border: 1px solid #7f7f7f !important;
        padding: 3px 8px;
    }
    .navbar-top .navbar-nav {
        padding: 10px 15px;
        border: 1px solid #ddd;
        border-radius: 4px;
    }
    .navbar-top .navbar-nav .nav-link {
        padding: 0;
        border: none;
    }
    .navbar-top .navbar-nav .nav-link:after {
        display: none;
    }
    .navbar-top .navbar-nav li.nav-item {
        display: flex;
        width: 100%;
        border-bottom: 1px solid #ddd;
        padding-bottom: 20px;
        padding-top: 20px;
    }
    .navbar-top .navbar-nav .nav-link:hover {
        padding-left: 10px;
    }
    .navbar-top .navbar-nav li.nav-item:last-child {
        border-bottom: none;
        padding: 15px 0px 10px;
    }
    .m-border-left-hide {
        border-left: none !important;
    }
    main section {
        padding: 40px 0;
    }
    .news-section ul.news-list {
        padding: 10px 0px;
    }
    .section-title h1 {
        font-size: 30px;
    }
    .section-title h2 {
        font-size: 24px;
    }
    .bg-image-full {
        height: 200px;
        min-height: 200px;
    }
    main section .title strong {
        font-size: 1.2rem;
    }
    main section .title strong:after {
        top: -7px;
    }
    .about-store .img-wrap.img-02 {
        width: 100%;
    }
    .page-info .page-info-cont {
        flex-direction: column-reverse;
    }
    .page-info .page-info-img {
        margin: 0;
    }
    .page-info .page-info-text {
        padding: 20px 15px;
        width: 90%;
        margin: 30% auto 0;
        position: relative;
        z-index: 1;
    }
    .page-info .page-info-img img {
        width: 100%;
        height: 250px;
        object-fit: contain;
        box-shadow: none;
    }
    .gradient-custom-2, .btn-primary, .swal-button--confirm {
        padding: 10px 25px;
        font-size: 1rem;
        display: block;
        width: 60%;
        margin: 0 auto;
    }
    .gmap-btn {
        right: 5px;
    }
    .tel {
        font-size: 30px;
    }
    .shop-info {
        margin: 0px 15px;
        width: 100%;
    }
    .shop-info table tr td:first-child {
        width: 150px;
    }
    .shop-info table tr td {
        padding: 15px;
    }
    .store-item .store-item-img .store-bg {
        height: 200px;
        overflow: hidden;
    }
    .store-item .store-item-img img {
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
    .blog-card .blog-img {
        height: 200px;
    }
    .news-section ul.news-list li {
        flex-direction: column;
    }
    .news-section ul.news-list li span.shop-name {
        width: 200px;
    }
    .heighlight-menu .card-bg {
        width: auto;
        height: 180px;
        overflow: hidden;
    }
    .heighlight-menu .card-img {
        width: 100%;
        border-radius: 10px 10px 0 0;
        padding: 0;
    }
    section.reservation-menus .custom-padding {
        padding: 10px 5px;
    }
    .reservation-summary .card-footer {
        border-radius: 0px;
        position: fixed;
        bottom: 0;
        z-index: 10;
        width: 100%;
        left: 0;
    }
    .page .order-menus .menu-image {
        height: 100px;
        width: 100%;
    }
    .reservation-menu-item .order-menus h4 {
        font-size: 16px;
    }
    .reservation-menu-item .order-menus .para {
        font-size: 14px;
    }
    .menu-summery .menu-image {
        width: 100%;
        height: 100px;
        margin-bottom: 8px;
    }
    .menu-summery .alert p {
        line-height: 1.3;
        font-size: 13px;
    }
    .single_address {
        padding-left: 0px;
    }
    .footer .social-bottom {
        margin-top: 40px;
        text-align: left !important;
    }
    .user-page #sp_res_status {
        display: block;
        margin-bottom: 20px;
    }
    .user-nav-res-status {
        display: none;
    }
    .footer-sns-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .footer-buttom-twitter, .footer-buttom-instagram, .footer-buttom-tiktok{
        width: 100%;
        margin-bottom: 16px;
    }
    .footer-links ul {
        flex-direction: column;
    }
    .footer-links li {
        padding-bottom: 10px;
    }
    .footer-links ul li a:after {
        display: none;
    }
    .scroll-to-top {
        bottom: 40px;
        width: 60px;
        height: 60px;
        background: #fe7a4d;
        padding: 10px;
    }
    .scroll-to-top a {
        font-size: 12px;
        color: #fff;
    }
    .scroll-to-top a i {
        font-size: 17px;
    }
    .offer_img_bg::after {
        position: absolute;
        top: 0;
        bottom: 0;
        content: "";
        background: #00000085;
        height: 100%;
        width: 100%;
    }
    .offer_img_bg .sec_title {
        position: relative;
        z-index: 4;
        padding: 20px;
    }
    .offer_content .d-flex a {
        position: relative;
        z-index: 4;
    }
}
@media only screen and (max-width: 500px) {
    .food-menu-item {
        flex-direction: column;
    }
    .food-menu-item .food-menu-img {
        max-width: 100%;
        height: 120px;
        border-radius: 10px 10px 0 0px;
    }
    .food-menu-item .food-menu-img img {
        width: 100%;
    }
}