.sec-ttl {
    display: table;
    margin: 0 auto 20px;
    max-width: 100%;
    padding: 9px 20px;
    background-color: rgba(0, 0, 0, .85);
    border-radius: 9px;
    line-height: 1.1;
}

.taste-view {
    text-align: center;
    padding: 1px 10px 3px;
    color: #000;
    font-size: 16px;
    -webkit-transition: .4s all ease;
    transition: .4s all ease;
    display: table;
    margin: 20px auto 0;
    background-color: #178ccb;
    border-radius: 6px;
}

/*
    .taste-view:before {
        content: "";
        background-image: url(zata/images/view.png);
        position: relative;
        height: 34px;
        width: 36px;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
        display: inline-block;
        vertical-align: middle;
        margin: 0 3px 0 0;
    }
*/

body {
    font-family: "Montserrat-Regular";
    color: #7f7f7f;
    line-height: 1.3;
    font-size: 18px;
    position: relative;
}

@media only screen and (max-width: 767px) {
    body {
        font-size: 15px;
    }
}

input,
textarea {
    width: 100%;
    margin: 0 0 10px;
    padding: 10px;

}

[type="button"] {
    border: 1px solid #373737;
    color: #fff;
    background-color: #373737;
}

.wrap {
    width: 100%;
    padding: 15px;
}

.wrapxp {
    width: 100%;
    overflow: hidden;
}

div {
    position: relative;
}

button {
    outline: none !important;
    -webkit-transition: .4s all ease;
    transition: .4s all ease;
}

td,
th {
    padding: 10px;
    vertical-align: top;
}

h2 {
    font-size: 48px;
    font-family: "Montserrat-Bold";
    text-align: center;
    margin: 5px 0 27px;
    color: #000;
}

.close-pop {
    background-color: red;
    background-image: url(../images/close2.png);
    position: absolute;
    right: -9px;
    top: -9px;
    height: 33px;
    width: 33px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 50%;
    cursor: pointer;
}

.decor:after {
    content: "";
    width: 150px;
    height: 3px;
    background-color: #f8941d;
    position: relative;
    display: block;
    margin: 15px auto 0;
}

.decor-w:after {
    content: url(../images/decor-w.png);
    width: 100px;
    position: relative;
    display: table;
    margin: -18px auto 0;
}

.decor-d:after {
    content: url(../images/decor-d.png);
    width: 100px;
    position: relative;
    display: table;
    margin: 0 auto 0;
}

.overflow:after {
    content: '';
    position: absolute;
    height: 30px;
    width: 60px;
    background-position: center center;
    background-size: cover;
    right: 0;
    bottom: 0;
    background-image: url(../files/default/overflow.jpg);
}

h3 {
    color: #8B0000;
    font-size: 40px;
}

img {
    max-width: 100%;
}

p {
    line-height: 1.6;
}

.wrap, 
.wrapper {
    position: relative;
}

.site-route {
    color: #9e9e9e;
    padding: 0 0 20px;
}



.sum {
    font-size: 20px;
    text-align: center;
}


.ban-ttl {
    color: #fff;
    margin: 0 0 50px;
    text-align: center;
    font-size: 72px;
    text-shadow: -4px 4px 10px rgba(0, 0, 0, .3);
    text-align: center;
    text-transform: uppercase;
}

.grid > li,
.grid > div,
.grid > a {
    display: inline-block;
    vertical-align: top;
    margin: 0 -4px 0 0;
    overflow: hidden;
}

.grid {
    margin: 0 0;
    padding: 0 0;
    position: relative;
    z-index: 1;
    width: 100%;
}

a {
    text-decoration: none;
    color: inherit;
    -webkit-transition: .4s all ease;
    transition: .4s all ease;
}

a:hover {
    color: #40e140;
}

a:hover,
a:link {
    text-decoration: none !important;
}

ul {
    padding: 0 0px 0 30px;
}

section {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    display: block;
    clear: both;
    overflow: hidden;
    padding: 60px 0;
    z-index: 10;
    width: 100%;
}

[licht][flex] {
    display: flex;
    justify-content: center;
    align-items: center;
}

[licht] {
    position: fixed;
    height: 100vh;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5);
    opacity: 0;
    z-index: -1000;
    overflow: hidden;
    overflow-y: scroll;
}

.gen-close {
    position: absolute;
    left: -11px;
    top: -25px;
    padding: 13px 15px;
    background-color: #fff;
    color: #000;
    box-shadow: -2px 2px 10px rgba(0, 0, 0, .4);
    border-radius: 50%;
    line-height: 1;
    font-size: 20px;
    cursor: pointer;
    z-index: 10
}

.btn-down {
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 66px;
}

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

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

.container {
    position: relative;
}


@media (max-width: 767px) {

    .ban-ttl {
        font-size: 40px;
    }

    .sum {
        font-size: 16px;
    }

    h2 {
        font-size: 36px;
        margin: 5px 0 25px;
    }
}

@media (max-width: 575px) {
    .btn-down {
        display: none;
    }

    .gen-close {
        position: relative;
        left: 0;
        top: 0;
        padding: 13px 15px;
        background-color: #fff;
        color: #000;
        box-shadow: -2px 2px 10px rgba(0, 0, 0, .4);
        border-radius: 50%;
        line-height: 1;
        font-size: 20px;
        cursor: pointer;
        z-index: 10;
        display: table;
        margin: 0 auto 15px;
    }

}






/*============================================*/

/*    special customization                   */

/*============================================*/
.opa {
    opacity: 0;
    -webkit-transition: 1.2s all ease;
    transition: 1.2s all ease;
}
.opa.faden {
    opacity: 1;
}

.zoom {
    opacity: 0;
    -webkit-transform: scale(.4,.4) translate(0, -100px);
    transform: scale(.4,.4) translate(0, -100px);
    -webkit-transition: 1.2s all ease;
    transition: 1.2s all ease;
}
.zoom.faden {
    opacity: 1;
    -webkit-transform: scale(1,1) translate(0, 0);
    transform: scale(1,1) translate(0, 0);
}
.up {
    opacity: 0;
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
    -webkit-transition: 1.2s all ease;
    transition: 1.2s all ease;
}
.up.faden {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: 1.2s all ease;
    transition: 1.2s all ease;
}
.trans400 {
    -webkit-transition: .4s all ease;
    transition: .4s all ease;
}

.btn-gen {
    display: table;
    padding: 12px 33px;
    border: 1px solid #57ab27;
    color: #fff;
    background-color: #57ab27;
    margin: 0;
    cursor: pointer;
    border-radius: 50px;
    font-family: "MontserratAlternates-Regular";
}


.btn-gen:hover {
    color: #fff;
    border: #40e140 1px solid;
    background-color: #40e140;
}

.f {
    display: flex;
    align-items: center;
    justify-content: center;
}