* {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-bottom: 10px;

}

h1,
h2,
h3,
h4 {
    font-family: 'Prata', serif;
}

body {
    font-family: 'Prata', serif;
    font-weight: 300;

}

.small_txt {
    font-size:80%;
}

.small {
    font-size: 70%;
    color: #a5a5a5;
}

.current a {
    color: #a5a5a5;
}

a {
    text-decoration: none;
}

.main_logo {
    width: 40%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-family: 'Sawarabi Mincho', sans-serif;
    color: #fff;
}

#wrapper {
    display: inline-block;
    margin: 15px;
    position: fixed;
    padding: 0;
    cursor: pointer;
    z-index: 99;
}

.main-item {
    width: 40px;
    height: 40px;
    position: relative;
}

.line {
    position: absolute;
    height: 6px;
    width: 100%;
    background: #82e3f9;
    border-radius: 3px;
    transition: all cubic-bezier(0.25, 0.1, 0.28, 1.54) 0.32s;
}

.line01 {
    top: 19%;
}

.line02 {
    top: 49%;
}

.line03 {
    top: 79%;
}

.nav.close .line01 {
    transform: rotate(45deg);
    top: 49%;
}

.nav.close .line02,
.nav.close .line03 {
    transform: rotate(-45deg);
    top: 49%;
}

.menu_text {
    margin-top: 5px;
}

.menu {
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 1;
    transition: .5s;
}

ul {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

ul li {
    list-style-type: none;
}

ul li a {
    padding: 20px;
    text-decoration: none;
    font-size: 3em;
    display: inline-block;
    text-decoration: none;
    color: #262626;
}

ul li a:hover {
    background: #f4f4f4;
}

.menu.active {
    left: 0;
    overflow: auto;
}





/* languages */

.lang {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.lang a {
    color: #000;
    transition: .3s;
}

.lang a:hover {
    color: #c69d54;

}

/* languages */



.logo {
    width: 25%;
    margin: 0 auto;
    text-align: center;
    padding-top: 90px;
}

.hr {
    width: 100%;
    padding: 30px 0;

}

.sect {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}


.subsectOne {
    height: auto;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    z-index: 9999;
}



.sectOne {
    width: 100%;
    background-image: url(../images/bg/bg.jpg);
    font-size: 90%;
    padding-bottom: 30px;
    min-height: 100%;
}



.subcontent {
    width: 70%;
    margin: 0 auto 0 auto;
    line-height: 1.7;
    box-sizing: border-box;
}

.sub_header {
    width: 100%;
    padding-top: 50px;
    overflow: hidden;
}

.sub_header_left {
    width: 50%;
    float: left;
    text-align: left;
}

.sub_header_right {
    width: 50%;
    float: right;
    text-align: right;
}

.content {
    width: 80%;
    margin: 0 auto;
}

.content h1,
h2,
p {
    line-height: 3;
    text-align: center;
}

video {
    width: 100%;
    margin: 30px 0;
}

.sub_bg {
    width: 100%;
    height: 400px;
    background-image: url(../images/bg/bg_1.jpg);
    background-repeat: no-repeat;
    background-size: cover;

}

.subsectTwo {
    height: auto;
    padding-bottom: 40px;
    font-size: 80%;
    background-color: #fff;

}


.subcontent_2 {
    width: 70%;
    margin: 0 auto 0 auto;
    padding-top: 100px;
    line-height: 1.7;
    text-align: center;
    box-sizing: border-box;
    color: #1f1f1f;
}



.sectTwo {
    background-image: url(../images/bg/3.jpg);
    height: 100%;
}

.sectThree {
    background-image: url(../images/bg/4.jpg);
    position: relative;
}

.subcontent_3 {
    position: absolute;
    top: 100px;
    left: 100px;
    color: #fff;
}


.order_btn {
    width: 40%;
    margin: 50 auto 0 auto;
    height: 50px;
    text-align: center;
    background: #000;
    line-height: 3;
    color: #fff;
}


.order_btn:hover {
    background: #a5a5a5;
}

footer {
    width: 100%;
    //padding: 20px;
    font-size: 80%;
    text-align: center;
    box-sizing: border-box;
    overflow: hidden;
    clear: both;
}

.backtotop {
    width: 8%;
    margin: 50px auto;
    padding: 20px 0;

}

.footer_nav {
    width: 100%;
    text-align: center;

}

.footer_nav a {
    text-decoration: none;
    color: #000;
}

.footer_nav a:hover {
    color: #c69d54;
}

.sns {
    margin: 20px 0;
    font-size: 150%;
}

.sns a {
    color: #000;
}

.fa-facebook,
.fa-instagram,
.fa-twitter,
.fa-envelope {
    padding: 0 5px;
    font-size: 130%;
}

.mail {
    width: 100%;
    margin: 0 0 20px 0;
    text-align: center;
}

.footer_bottom {
    width: 100%;
    height: 40px;
    margin: 0;
    background: #000;
    color: #fff;
    padding: 8px 0 5px 0;
    font-size: 90%;
}





/* Tablet starts here */

@media screen and (max-width: 980px) {

    .logo {
        width: 50%;
        margin: 0 auto;
        text-align: center;
        padding-top: 100px;
    }

    .sect {
        height: 100%;
    }

    .subsectOne {
        background-size: cover;
        height: auto;
    }

    .main_logo {
        width: 80%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        font-family: 'Sawarabi Mincho', sans-serif;
        color: #fff;
    }


    .subcontent {
        width: 95%;
        padding-top: 20px;
        text-align: left;
        line-height: 1.8;
        font-size: 85%;
    }

    .content {
        width: 70%;
        margin: 0 auto;
    }

    .sectOne {
        height: auto;
        width: 100%;
        padding-bottom: 30px;
        font-size: 90%;
        background-image: url(../images/bg/bg_mobile.jpg);
        background-size: cover;
        background-position: top;
        background-attachment: scroll;
    }


    .backtotop {
        width: 25%;
        margin: 0 auto;

    }

}

/* Mobile starts here */

@media screen and (max-width: 480px) {

    .logo {
        display: none;
    }

    .sect {
        height: 100%;
    }

    .subsectOne {
        background-size: cover;
        height: auto;
    }

    .main_logo {
        width: 80%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        font-family: 'Sawarabi Mincho', sans-serif;
        color: #fff;
    }


    .subcontent {
        width: 95%;
        padding-top: 20px;
        text-align: left;
        line-height: 1.8;
        font-size: 85%;
    }

    .content {
        width: 70%;
        margin: 0 auto;
    }

    .sectOne {
        height: auto;
        width: 100%;
        padding-bottom: 30px;
        font-size: 90%;
        background-image: url(../images/bg/bg_mobile.jpg);
        background-size: cover;
        background-position: top;
        background-attachment: scroll;
    }

    .content {
        width: 90%;
        margin: 0 auto;
    }


    .order_btn {
        width: 70%;
        margin: 50 auto 0 auto;
        height: 50px;
        text-align: center;
        background: #000;
        color: #fff;
        padding-top: 6px;
        box-sizing: border-box;
    }

    iframe {
        height: 200px;
    }

    .backtotop {
        width: 25%;
        margin: 0 auto;

    }

    .footer_bottom {
        width: 100%;
        height: 40px;
        margin: 0;
        background: #000;
        color: #fff;
        padding: 2px 0 0 0;
        box-sizing: border-box;
    }

}
