@charset "utf-8";
/* CSS Document */

* {
    font-family: 微軟正黑體, 新細明體, 標楷體;
    font-size: 100%;
    transition: all 0.3s ease 0s;
}

p, h1, h2, h3, h4, h5, p, ul, ol, img {
    margin: 0px;
    padding: 0px;
    font-family: "Noto Sans TC", sans-serif;
}

p {
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 1.2rem;
}

a {
    color: inherit;
    transition: all 0.3s ease 0s;
    display: block;
}

a:focus, a:hover {
    color: inherit;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

::selection {
    color: rgb(255, 255, 255);
    background-color: rgb(45, 56, 90);
}

.gl-font {
    font-family: Spartan, sans-serif;
}

.gl-font-tr {
    font-family: "Noto Sans TC", sans-serif;
}

.sp-only {
    display: none !important;
}

.pb {
    background-image: url("../../images/pb.svg");
    background-size: cover;
}

.pb-white {
    background-image: url("../../images/pb-white.svg");
    background-size: cover;
}

.cover.bg-cover {
    display: block;
}

.bg-cover {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-cover.cover-rectangle {
    padding-bottom: 64%;
}

.bg-cover.cover-square {
    padding-bottom: 100%;
}

.bg-cover.cover-rectangle-cloumn {
    padding-bottom: 125%;
}

.x-bg {
    background-color: rgb(0 0 0);
}

.x-bg-light, .x-bg-heavy {
    position: relative;
}

.x-bg-light>*, .x-bg-heavy>* {
    position: relative;
    z-index: 3;
}

.x-bg-light::before, .x-bg-heavy::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

.x-bg-light::before {
    background-color: rgba(255, 255, 255, 0.2);
}

.x-bg-heavy::before {
    background-color: rgba(0, 0, 0, 0.2);
}

@media (max-width: 991px) {
    .sp-only {
        display: block !important;
    }

    .pc-only {
        display: none !important;
    }
}

@media (min-width: 1199px) {
    .container-lg {
        max-width: 1380px;
    }

    .container-sm {
        max-width: 960px;
    }
}

@media (min-width: 992px) {
    .container-sm {
        max-width: 960px;
        width: 1040px;
    }
}

@media (max-width: 991px) {
    .container.container-over {
        max-width: none;
    }
}

/*-------------------------------

     Heasder Style Restting 

-------------------------------*/

a.navbar-brand {
    opacity: 0;
    height: 50px;
    padding: 0;
    margin-left: -100px;
    transition: all 1s;
}

a.navbar-brand img {
    max-height: 100%;
}

header.js-header-fix-moment a.navbar-brand {
    opacity: 1;
    margin-left: 0px;
}

nav.navbar {
    padding: 10px 0;
}

ul.navbar-nav {
    width: calc(100% - 100px);
    justify-content: space-around;
    transition: all 1s;
}

header.js-header-fix-moment ul.navbar-nav {
    width: 80%;
}

ul.navbar-nav li {
    text-align: center;
}

ul.navbar-nav li a {
    font-family: "Noto Sans TC", sans-serif;
    text-align: center;
    font-size: 1rem;
    font-weight: 300;
    padding: 0 10px;
    color: #fff !important;
}

ul.navbar-nav li a span {
    display: block;
    transform: scale(.6);
    font-weight: 100;
    color: #aaa;
    text-transform: uppercase;
}

#KV .kv-banner {
    overflow: hidden;
}

#KV .kv-banner .js-slide {
    height: 100vh !important;
    background-position: center;
}

#KV .kv-banner h1 {
    margin: 0;
    width: 100%;
    height: 100vh;
    display: block;
    position: absolute;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
}

#KV .kv-banner h1 img {
    display: block;
    z-index: 3;
    height: 20vh;
    margin-bottom: 150px;
}

#KV .scroll-down {
    position: absolute;
    bottom: calc(70px + 30px);
    left: 0;
    right: 0;
    text-align: center;
    z-index: 3;
}

#KV .scroll-down a {
    display: block;
    position: relative;
    width: 120px;
    text-align: center;
    color: #fff;
    font-size: 1rem;
    margin-bottom: 30px;
}

#KV .scroll-down a:after {
    width: 15px;
    height: 15px;
    content: "";
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    position: absolute;
    transform: rotate(45deg);
    bottom: -15px;
    left: 50%;
    margin-left: -8px;
    animation: aro 1.5s cubic-bezier(0.46, 0.03, 0.52, 0.96) infinite;
}

#KV .slick-list.draggable {
    animation: zooming 60s cubic-bezier(0.46, 0.03, 0.52, 0.96) infinite;
}

@keyframes aro {
    0% {
        bottom: -15px;
    }

    50% {
        bottom: -25px;
    }

    100% {
        bottom: -15px;
    }
}

@keyframes zooming {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.5);
    }

    100% {
        transform: scale(1);
    }
}

.welcome {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../../images/tootun-02.png) repeat-x center center;
}

.welcome .item {
    max-width: 300px;
}

#About {
    background: url(../../images/banner/mv_03.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
    z-index: -2;
}

#About:after {
    content: "";
    display: block;
    position: absolute;
    background-color: rgba(0, 0, 0, .8);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 1;
}

.about-wrap {
    position: fixed;
    min-height: 100vh;
    z-index: 2;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.about-wrap img.text {
    position: absolute;
    width: 270px;
    left: calc(50% - 270px / 2);
    top: calc(50% - 556px / 2)
}

.home-banner {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 40px 0;
}

#Menu .home-banner {
    background-image: url(../../images/menuKV.jpg);
}

#Products .home-banner {
    background-image: url(../../images/productKV.jpg);
}

.home-banner .title {
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-banner .title h2 {
    color: #fff;
    font-size: 4rem;
    font-weight: 100;
    text-shadow: 0 0 5px rgba(0, 0, 0, .5);
    padding: 100px 0;
    text-align: center;
}

.home-banner .title h2 span {
    font-size: 1.2rem;
    display: block;
    text-align: center;
}

#MENU.listing {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

#MENU.listing .menu {
    flex: 0 0 30%;
}

#MENU.listing .menu h3 {
    position: relative;
    font-size: 2rem;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 5px;
    text-align: center;
    font-weight: 100;
    letter-spacing: 5px;
}

#MENU.listing .menu h3 span {
    font-size: 13px;
    background-color: #fff;
    display: block;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 500;
}

#MENU.listing .menu .meal-wrap {
    display: flex;
    flex-direction: column;
}

#MENU.listing .menu .meal-wrap .meal {
    display: flex;
    position: relative;
    padding: 15px 0;
    flex-wrap: wrap;
    align-items: center;
}

#MENU.listing .menu .meal-wrap .meal h4 {
    font-size: 1.3rem;
    font-weight: 400;
    display: inline-block;
    position: relative;
    z-index: 2;
    background-color: #fff;
    padding-right: 10px;
}

#MENU.listing .menu .meal-wrap .meal span.price {
    margin-left: auto;
    display: inline-block;
    position: relative;
    z-index: 2;
    background-color: #fff;
    padding-left: 10px;
    font-family: Spartan, sans-serif;
    color: #999;
}

#MENU.listing .menu .meal-wrap .meal p {
    flex: 0 0 100%;
    font-size: 13px;
    padding-top: 5px;
    margin-top: 5px;
    border-top: 1px solid #ddd;
    font-weight: 100;
    text-align: justify;
}

#MENU.listing .menu .level .meal-wrap+p.quote {
    font-size: 1rem;
}

#MENU.listing .menu .level {
    margin-bottom: 20px;
}

#PRODUCTS.listing {
    display: flex;
    justify-content: space-around;
}

#PRODUCTS.listing .product {
    flex: 0 0 22%;
    background-color: #fff;
}

#PRODUCTS.listing .product .content {
    padding: 10px 15px;
}

#PRODUCTS.listing .product .content h4 {
    padding: 5px 10px;
    border: 1px solid #aaa;
    display: inline-block;
    font-size: 1.2rem;
    min-width: 60%;
    background-color: #000;
    color: #fff;
}

#PRODUCTS.listing .product .content p {
    font-size: 1rem;
    margin: 10px 0;
}

#PRODUCTS.listing .product .content dl {
    lis
}

@media (max-width:992px) {
    a.navbar-brand {
        opacity: 1;
        margin-left: 25%;
    }

    header.js-header-fix-moment a.navbar-brand {
        margin-left: 10px;
    }

    #PRODUCTS.listing, #MENU.listing {
        flex-wrap: wrap;
    }

    #PRODUCTS.listing .product {
        flex: 0 0 80%;
        margin-bottom: 30px;
    }

    #MENU.listing .menu {
        flex: 0 0 100%;
        margin-bottom: 30px;
    }

    .welcome {
        height: 60vh;
    }

    .welcome .item {
        max-width: 60%;
    }

    header.js-header-fix-moment ul.navbar-nav {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

/*-----------------------------
            Footer
-----------------------------*/

footer.footer .inner {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

footer.footer .inner .footer-logo {
    flex: 0 0 200px;
}

footer.footer .inner .content {
    padding-left: 50px;
}

footer.footer p, footer.footer p span, footer.footer ul.footer-nav li a {
    color: #fff;
    font-size: 1rem;
}

footer.footer p {
    line-height: 2rem;
}

footer.footer p span {
    margin: 0 5px;
    display: inline-block;
}

footer.footer ul.footer-nav {
    list-style: none;
    margin: 0;
    padding: 0;
}

footer.footer ul.footer-nav li {
    list-style: none;
    display: inline-block;
}

footer.footer ul.footer-nav li a {
    padding: 6px 15px;
    display: block;
    position: relative;
}

footer.footer ul.footer-nav li:first-child a {
    padding-left: 0;
}

footer.footer ul.footer-nav li:not(:first-child) a:before {
    content: "";
    display: block;
    position: absolute;
    height: 10px;
    width: 1px;
    background-color: #aaa;
    left: 0px;
    top: 10px;
    transform: rotate(24deg)
}

footer.footer .copyright {
    background-color: #38332c;
}

footer.footer .copyright p {
    color: #999;
    font-size: .9rem !important;
    text-align: center;
    margin-bottom: 0;
}

footer.footer .copyright p a {
    color: #999;
    font-size: 1rem;
}

@media (max-width:991px) {
    footer.footer .inner {
        flex-direction: column;
        align-items: center;
    }

    footer.footer .inner .footer-logo {
        flex: none;
        margin-bottom: 30px;
        max-width: 200px;
    }

    footer.footer .inner .content {
        padding: 0;
        width: 100%;
        text-align: center;
    }
}

/*-------------------
    my recipe
-------------------*/
/* switch_box */

.switchbox {
    display: flex;
}

.switchbox .sw-item {
    flex: 0 1 calc(100% / 2 - 40px);
    z-index: 4;
}

.switchbox.sw_37 .sw-item:last-child {
    flex: 1 0 70%;
}



.switchbox.sw_64 .sw-item:first-child {
    flex: 1 0 60%;
}

.switchbox.sw_82 .sw-item:first-child {
    flex: 1 1 80%;
}

@media (min-width:992px) {
    .switchbox {
        justify-content: space-between
    }

    .switchbox.sw_82 .sw-item:last-child {
        padding-left: 50px;
        flex: 1 0 315px;
    }

    .switchbox.sw_55 {
        justify-content: space-between;
    }

    .switchbox.sw_55 .sw-item {
        flex: 0 0 calc(100% / 2 - 30px);
        padding: 0;
    }

    .switchbox.sw_46 .sw-item:last-child {
        flex: 1 0 60%;
    }

    .switchbox.sw_46 .sw-item:first-child {
        padding-right: 40px;
    }

    .switchbox.sw_64 .sw-item:last-child {
        flex: 1 0 40%;
        padding-left: 40px;
    }
}

@media (max-width:991px) {
    .switchbox {
        flex-wrap: wrap;
    }

    .switchbox .sw-item {
        flex: 0 0 100% !important;
        margin-bottom: 50px;
    }

    .switchbox.revers .sw-item {
        order: 2;
    }

    .switchbox.revers .sw-item:last-child {
        margin-bottom: 50px;
        order: 1
    }
}

.bread {
    background-color: #eee;
    padding: 10px 0;
}

.bread ol.site-page a {
    color: #000;
}

.bread ol.site-page a:hover {
    color: #999;
}

.bread ol.site-page {
    font-size: .8rem;
}

.bread ol.site-page li:not(:last-of-type) {
    position: relative;
    padding-right: 20px;
    margin: 0;
}

.bread ol.site-page li:not(:last-of-type):before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f105";
    color: #a10f2b;
    margin-right: 10px;
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translate(100%, -50%);
}

.bread ol.site-page li.active a {
    font-weight: 400;
    color: #999;
    padding-bottom: 2px;
    border-bottom: 1px dashed #ccc;
}

.bread ol.site-page li a span {
    font-size: .8rem;
}

/*----------------
    prod
-----------------*/
.pg-head {
    margin-top: 70px;
}

.info_wrap {}

.info_wrap .title {
    margin-bottom: 50px;
    padding-bottom: 30px;
    position: relative;
}

.info_wrap .title:after {
    content: "";
    position: absolute;
    display: block;
    height: 8px;
    width: 100px;
    background: linear-gradient(to right, black 0% 50%, red 50% 80%, yellow 80% 100%);
    left: 0px;
    bottom: 0px;
    transform: translateY(100%);
}

.info_wrap .title span.hilight {
    padding: 5px 15px;
    border-radius: 4px;
    background-color: #e64b3b;
    color: #fff;
}

.info_wrap .title h1 {
    display: flex;
    flex-direction: column;
}

.info_wrap .title h1>span {
    font-size: .5em;
}

.info_wrap .title h1>span.en {}

.info_wrap .title h1>span.jp {
    font-weight: 600;
}

.info_wrap .direction {
    margin-bottom: 30px;
}

.info_wrap .p_wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.info_wrap .p_wrap .photo {
    flex: 0 0 calc(100% / 5 - 10px);
    margin-bottom: 20px;
    border: 2px solid #ccc;
}

.info_wrap .p_wrap .photo:not(:last-child) {
    margin-right: 10px;
}

.act_wrap {
    display: flex;
}

.act_wrap>a {
    flex: 0 0 calc(100% / 2 - 20px);
    margin-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    background-color: #e64b3b;
    border-radius: 4px;
    color: #fff;
    font-weight: 600;
    font-size: 1.2em;
}

.act_wrap>a:first-child {
    background-color: #72c02c;
}

.act_wrap>a.trans {
    color: #555;
    background-color: transparent;
    border: 1px solid #555;
    margin: 0 auto;
}

/*--------------
    Prod
---------------*/
.text-row-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.text-row-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

#Prod.list {
    display: flex;
    flex-wrap: wrap;

}

#Prod.list .prod {
    flex: 0 0 calc(100% / 4 - 20px);
    margin: 0 10px 30px;
}

#Prod.list .prod .pd_wrap {
    padding: 10px;
    background-color: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / .2);
    border-radius: 4px;
}

#Prod.list .prod .pd_wrap .cover {
    border-radius: 4px;
    overflow: hidden;
}

#Prod.list .prod .pd_wrap .content {}

#Prod.list .prod .pd_wrap .content h3 {
    font-size: 1.2em;
    color: #000;
    margin: 10px 0;
}

#Prod.list .prod .pd_wrap .content p {
    font-size: 1em;
}

/*-----------------------------
    Contacts
-----------------------------*/

.contact_form .title {
    padding-bottom: 5px;
    margin-bottom: 20px;
    border-bottom: 2px solid #666;
}

.contact_form .title h3 {
    text-align: center;
}

.contact_form .title p {
    text-align: center;
    background-color: #000;
    color: #fff;
}

.form-part {
    display: flex;
}

.form-part .form_item {
    flex: 1 1 calc(100% / 2 - 20px);
    margin: 0 10px 20px 10px;
}

.form-part .form_item label {
    display: block;
    font-size: 13px;
    margin-bottom: 0;
}

.form-part .form_item label span {
    margin-left: 4px;
    font-size: 13px;
}

.form-part .form_item .u-select-v2 {
    background-color: #fff;

}

.form-part .form_item input,
.form-part .form_item textarea,
.form-part .form_item select,
.form-part .form_item button {
    width: 100%;
    font-size: 14px;
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 0px;
    min-height: 42px;
    background: #fff;
}

.form-part .form_item select {
    padding: 10px;
    color: #1e3338;
}

.form-part .form_item button {
    padding: 20px 10px;
    letter-spacing: 10px;
    background-color: #05538a;
    color: #fff;
}

.form-part .form_item button:hover {
    background-color: #395860;
}

.form-part .form_item.group {
    display: flex;
    flex-wrap: wrap;
}

.form-part .form_item.group label {
    flex: 0 0 100%;
}

.form-part .form_item.group input,
.form-part .form_item.group select {
    flex: 1 1 calc(50% - 10px);
}

.form-part .form_item.group input:not(:first-of-type),
.form-part .form_item.group select:not(:first-of-type) {
    margin-left: 20px;
}

.form-part>.form_item>.group {
    display: flex;
    align-items: center;
}

.form-part>.form_item>.group .imgs {
    margin-left: 10px;
}

.form-part>.form_item>.group>input {
    flex: 0 1 180px;
}

#Contact {
    margin: 0 auto;
}

#Contact .chosen-container {
    border: 1px solid #ccc;
    min-height: 42px;
    display: flex;
    align-items: center;
    color: #1e3338;
    background: #fff;
}

.form-part.form-checkbox {
    flex-wrap: wrap;
}

.form-part.form-checkbox span {
    flex: 1 1 100%;
    font-size: 13px;
    margin-bottom: 10px;
    padding-left: 10px;
    display: block;
}

.form-part.form-checkbox .form_item {
    display: flex;
    flex-wrap: wrap;
}

.form-part.form-checkbox .form_item label {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.form-part.form-checkbox .form_item label:not(:last-child) {
    margin-right: 30px;
}

.form-part.form-checkbox .form_item label input {
    width: 20px;
    height: 20px;
    font-size: inherit;
    padding: 0px;
    min-height: fit-content;
    margin-right: 5px;
}

.form_cust:not(:last-child) {
    margin-bottom: 20px;
    border-bottom: 1px solid #333;
}

.form_cust .form-part {
    display: flex;
    flex-direction: column;
}

.CommentBox {
    padding: 10px;
    border-radius: 12px;
}

.commentbox-wrap {
    padding: 20px;
}

@media (max-width:767px) {
    .form-part {
        flex-wrap: wrap;
    }

    .form-part .form_item {
        flex: 1 1 100%;
        margin: 0 0 15px;
    }
}