.bg-secondary {
    background-color: #8b1525 !important;
}

.btn-social {
    border-radius: 100%;
    display: inline-flex;
    width: 3.25rem;
    height: 3.25rem;
    font-size: 1.25rem;
    justify-content: center;
    align-items: center;
}

.scroll-to-top {
    z-index: 1042;
    right: 1rem;
    bottom: 1rem;
    display: none;
}

.scroll-to-top a {
    width: 3.5rem;
    height: 3.5rem;
    background-color: rgba(33, 37, 41, 0.5);
    line-height: 3.1rem;
}

#mainNav {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 700;
}

#mainNav .navbar-brand {
    color: #fff;
}

#mainNav .navbar-nav {
    margin-top: 1rem;
}

#mainNav .navbar-nav li.nav-item a.nav-link {
    color: #fff;
}

#mainNav .navbar-nav li.nav-item a.nav-link:hover {
    color: #f1eae0;
}

#mainNav .navbar-nav li.nav-item a.nav-link:active, #mainNav .navbar-nav li.nav-item a.nav-link:focus {
    color: #fff;
}

#mainNav .navbar-nav li.nav-item a.nav-link.active {
    color: #f1eae0;
}

#mainNav .navbar-toggler {
    font-size: 2rem;
    padding: 0.8rem;
}

@media (min-width: 992px) {
    #mainNav {
        padding-top: 1.1rem;
        padding-bottom: 1.1rem;
        transition: padding-top 0.3s, padding-bottom 0.3s;
    }

    #mainNav .navbar-brand {
        font-size: 1.75em;
        transition: font-size 0.3s;
    }

    #mainNav .navbar-nav {
        margin-top: 0;
    }

    #mainNav .navbar-nav > li.nav-item > a.nav-link.active {
        color: #f1eae0;

    }

    #mainNav .navbar-nav > li.nav-item > a.nav-link.active:active, #mainNav .navbar-nav > li.nav-item > a.nav-link.active:focus, #mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover {
        color: #f1eae0;

    }

    #mainNav.navbar-shrink {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

    #mainNav.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }
}

.masthead {
    height: 580px;
}


@media (min-width: 992px) {
    .masthead {

    }


}

.portfolio .portfolio-item {
    cursor: pointer;
    position: relative;
    display: block;
    max-width: 25rem;
    border-radius: 0.5rem;
    overflow: hidden;
}

.portfolio .portfolio-item .portfolio-item-caption {
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.2s ease-in-out;
    opacity: 0;
    background-color: rgba(26, 188, 156, 0.9);
}

.portfolio .portfolio-item .portfolio-item-caption:hover {
    opacity: 1;
}

.portfolio .portfolio-item .portfolio-item-caption .portfolio-item-caption-content {
    font-size: 1.5rem;
}

.portfolio-modal .portfolio-modal-title {
    font-size: 2.25rem;
    line-height: 2rem;
}

@media (min-width: 992px) {
    .portfolio-modal .portfolio-modal-title {
        font-size: 3rem;
        line-height: 2.5rem;
    }
}

.portfolio-modal .close {
    position: absolute;
    z-index: 1;
    right: 1.5rem;
    top: 1rem;
    font-size: 3rem;
    line-height: 3rem;
    color: #1abc9c;
    opacity: 1;
}

.floating-label-form-group {
    position: relative;
    border-bottom: 1px solid #e9ecef;
}

.floating-label-form-group input,
.floating-label-form-group textarea {
    font-size: 1.5em;
    position: relative;
    z-index: 1;
    padding-right: 0;
    padding-left: 0;
    resize: none;
    border: none;
    border-radius: 0;
    background: none;
    box-shadow: none !important;
}

.floating-label-form-group label {
    font-size: 0.85em;
    line-height: 1.764705882em;
    position: relative;
    z-index: 0;
    top: 2em;
    display: block;
    margin: 0;
    transition: top 0.3s ease, opacity 0.3s ease;
    opacity: 0;
}

.floating-label-form-group:not(:first-child) {
    padding-left: 14px;
    border-left: 1px solid #e9ecef;
}

.floating-label-form-group-with-value label {
    top: 0;
    opacity: 1;
}

.floating-label-form-group-with-focus label {
    color: #1abc9c;
}

form .row:first-child .floating-label-form-group {
    border-top: 1px solid #e9ecef;
}

.footer {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #2c3e50;
    color: #fff;
}

.copyright {
    background-color: #1a252f;
}


.logo-img {
    width: 98px;
}

.swiper-container-box {
    height: 624px;
    width: 100%;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #FFF6CE;
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #fdfdfd;

}


.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    width: 100%;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-size: cover;
    background-position: center center;
}

@media (max-width: 769px) {
    .swiper-container-box {
        height: 320px;
        width: 100%;
    }

    .notice-pc {
        display: none;
    }

    #menu {
        height: auto;
        margin-bottom: 30px;
    }
}

@media (min-width: 769px) {
    .notice-mb {
        display: none;
    }


}

.order-btn {
    display: block;
    right: 0;
    bottom: -20px;
}

.container-box {
    left: 0;
    z-index: 2;
    top: 0;
}

#about {
    background-color: #F1EAE0;
}

#about h1 {
    color: #b20e37;
    font-size: 28px;
}

#about p {
    color: #413f40;
}

.order-btn img {
    width: 210px;
}

.leaf-img1 {
    left: 0;
    top: 0;
}


.leaf-img2 {
    right: 0;
    top: -119px;
}

.about-container {
    padding: 120px 0;
}

@media (min-width: 850px) {
    .container-gg {
        max-width: 850px;
    }
}

.serve {
    padding: 120px 0;
}

.serve-box {
    padding: 53px;
    padding-bottom: 0;
    background-color: #f1eae0;
}

.serve-box .col-md-6 {
    margin-bottom: 53px;
}

.serve-box .col-md-6 h2 {
    text-transform: uppercase;
    font-size: 18px;
    padding: 20px;
    font-weight: 600;
    border-bottom: solid 1px #9f9b95;
}

.serve-img-box {
    background-size: cover;
    margin-top: 20px;
    background-position: center center;
    height: 240px;
}

.hour-container {
    background-image: url(img/hour.jpg);
    background-size: 60%;
    background-position: right center;
    background-repeat: no-repeat;

}

.hour-box {
    background-color: #f1eae0;

    padding: 53px 0;
}

.hour-box-left {
    margin: 50px 0;
    padding: 60px 40px;
    background-color: white;
}

.hour-box-left p {
    font-size: 18px;
}

.hour-box-left h2 {
    text-transform: uppercase;
    color: #b20e37;
    font-size: 28px;
}

.footer {
    height: 600px;
    background-size: cover;
    background-image: url(img/footer.jpg);
    background-position: center center;
}

.footer-content {
    margin-top: 330px;
}

.footer-content p {
    font-size: 18px;
}

.footer-logo {
    width: 150px;
}


@media (min-width: 768px) {
    .order-btn-mb {

        display: none;
    }
}

@media (max-width: 768px) {
    .order-btn-pc {

        display: none;
    }

    .about-container {
        padding: 50px;
    }

    .leaf-img1 {
        width: 130px;
    }

    #about h1 {
        text-align: center;
    }

    .masthead {
        display: block;
        height: 330px;
        margin-top: 88px;
    }

    .leaf-img2 {
        width: 120px;
        top: 0px;
    }

    .serve {
        padding-top: 0;
        padding-bottom: 0;
    }

    .about-img img {
        width: 100%;
    }
    .footer {
        height: 400px;

    }
    .order-btn-mb {
        margin-top: 230px;

    }.footer-content {
         margin-top: 130px;
     }
}