/*
1.helper
2.navbar
3.home
4.about
5.menu
6.works
7.blog
8.access
9.footer
10.responsive 
11.menu.html
*/

body {
    font-family: 'PT Serif', sans-serif;
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'WindSong', sans-serif;
    font-weight: 600;
}

a {
    text-decoration: none !important;
    outline: none;
}

p {
    line-height: 1.8;
    font-family: 'Noto Serif JP';
}
ul {
    list-style: none;
}

/*****************
    1.helper
*****************/

.section {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
    position: relative;
}

.bg-overlay {
    background-color: #242a35;
    opacity: 0.2;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.vertical-content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: row;
    -webkit-flex-direction: row;
}

.btn-round {
    border-radius: 30px;
}

.btn {
    padding: 12px 25px;
}

.btn-sm {
    padding: 10px 22px;
}

.btn-custom {
    color: #fff;
    border: 1px solid;
    font-size: 14px;
    transition: all 0.5s;
    font-weight: 500;
    text-transform: uppercase;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active,
.btn-custom.focus,
.btn-custom:active,
.btn-custom:focus,
.btn-custom:hover,
.open > .dropdown-toggle.btn-custom {
    outline: none;
    background-color: transparent;
    border: 1px solid;
    text-decoration: none;
}

.btn-outline {
    background-color: transparent;
    border: 1px solid;
    font-size: 14px;
    letter-spacing: 1px;
    transition: all 0.5s;
    font-weight: 500;
    text-transform: uppercase;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active,
.btn-outline.focus,
.btn-outline:active,
.btn-outline:focus,
.btn-outline:hover,
.open > .dropdown-toggle.btn-outline {
    color: #fff;
    outline: none;
    text-decoration: none;
}



.title-header {
    text-transform: uppercase;
    font-size: 18px;
    padding-top: 15px;
    font-weight: 900;
}

/******************
    2.navbar
*******************/

.navbar-custom {
    padding: 20px 0px;
    width: 100%;
    border-radius: 0px;
    z-index: 999;
    margin-bottom: 0px;
    transition: all 0.5s ease-in-out;
}

.navbar-custom .navbar-nav li a {
    line-height: 26px;
    color: rgb(78, 76, 76);
    font-size: 15px;
    transition: all 0.4s;
    text-transform: capitalize;
    transition: all 0.5s;
    background-color: transparent !important;
    padding: 6px 0;
    margin: 0 15px;
    font-weight: 500;
}

.navbar-custom .navbar-nav .nav-link {
    padding-right: 0px;
    padding-left: 0px;
}

.navbar-toggler {
    font-size: 24px;
    margin-top: 5px;
    margin-bottom: 0px;
    color: #ffffff;
}


.navbar-toggle {
    font-size: 24px;
    margin-top: 5px;
    margin-bottom: 0px;
    color: #ffffff;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: transparent;
    border-color: #337ab7;
}

.navbar-custom .navbar-toggles {
    padding: .25rem .75rem;
    font-size: 18px;
    background: 0 0;
    border: 1px solid transparent;
    color: #fff;
    outline: 0;
}

.navbar-custom .navbar-toggles-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
}

.menu-toggle {
    padding: 4.5px 10px !important;
}

.menu-toggle span {
    line-height: 27px;
}
.nav-log {
    width: 100px;
}


/*---NAVBAR STICKY--*/

.nav-sticky.navbar-custom {
    margin-top: 0px;
    padding: 10px 0px;
    background-color: #FFF;
    box-shadow: 0 10px 33px rgba(0, 0, 0, .1);
    color: #fff !important;
}

.nav-sticky .navbar-nav li a {
    color: #000;
}

.nav-sticky.navbar-custom .navbar-toggles {
    padding: .25rem .75rem;
    border: 1px solid transparent;
    outline: 0;
}

.nav-sticky .navbar-nav {
    margin-top: 0px;
}

.nav-sticky .logo {
    color: #000 !important;
}

/******************
    3.home
*******************/

.bg-home {
    height: 100vh;
} 
body #menu::before {
    content: "";
    background: url(../imges/mainvisual.jpg) no-repeat center center;
    background-size: cover;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
    transform: translateZ(0);
  }

.home-center {
    display: table;
    width: 100%;
    height: 100%;
}

.home-desc-center {
    display: table-cell;
    vertical-align: middle;
}

.home-title .para-desc{
    font-size: 18px;
    max-width: 650px;
}

/********** bg-carousel ************/

.home-slider {
    position: relative;
}

.home-slider .carousel-control-next,
.carousel-control-prev {
    width: 6%;
}

.home-slider .carousel-item,
.home-slider .carousel {
    height: 100vh;
    width: 100%;
}

.home-slider .carousel-item {
    background-position: center center !important;
    background-size: cover !important;
}

/********** home-half ************/

.home-height-half {
    padding: 220px 0 150px 0;
    height: auto;
}

/********** home-video ************/

.video-bg-full {
    height: 100vh;
    position: relative;
    background: #000;
}



/********** home-gradient-overlay ************/

.bg-gradient-overlay {
    background: linear-gradient(to right, rgb(117, 153, 249), rgb(45, 20, 154));
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

/********** home-gradient ************/

.bg-gradient{
    background: linear-gradient(to right, rgb(117, 153, 249), rgb(45, 20, 154));
}

/******************
    4.about
*******************/

.nav-tabs{
    background: #f8f9fa;
    border-color: transparent;
}

.nav-tabs .nav-link {
    text-transform: uppercase;
    color: #212121;
    padding: 16px 10px;
    border-radius: 0;
    font-weight: 400;
    font-family: 'PT Serif','Montserrat', sans-serif;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link.active {
    color: #ffffff;
    border-color: transparent; 
}

.nav-tabs .nav-link:hover {
    background-color: #f7c3bf;
}

.about-img img {
    max-width: 200px;
 
}
#about h6 {
    font-family: 'Noto Serif JP';
    font-weight:bolder;
}
#about.section {
    background-color: #ffffff;
}

.progress {
    height: 6px;
    background: #484848;
    overflow: visible;
}

.progress .progress-bar {
    position: relative;
    border-radius: 6px;
    -webkit-animation: animate-positive 2s;
    animation: animate-positive 2s;
}

.progress .progress-value {
    display: block;
    position: absolute;
    top: -30px;
    right: -25px;
}

@-webkit-keyframes animate-positive {
    0% {
        width: 0;
    }
}

@keyframes animate-positive {
    0% {
        width: 0;
    }
}

/******************
    5.Menu
*******************/

.menu-flip-box {
  perspective: 1000px;
}

.menu-front-flip,
.menu-back-flip {
    transition: transform 0.5s;
    backface-visibility: hidden; 
    -webkit-backface-visibility: hidden;
}

.menu-front-flip {
    box-shadow: 0 10px 50px rgba(20, 50, 47, 0.03), 0 10px 40px rgba(0, 0, 0, 0.03);
    min-height: 218px;
    border-radius: 5px;
}
.menu-back-flip {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transform: rotateY(180deg);
    min-height: 218px;
    border-radius: 5px;
}

.menu-flip-box:hover .menu-front-flip {
    transform: rotateY(-180deg);
}

.menu-flip-box:hover .menu-back-flip {
    transform: rotateY(0deg);
}

/******************
     6.work
*******************/

.container-filter li {
    list-style: none;
    display: inline-block;
}

.container-filter li a {
    display: block;
    font-size: 11px;
    border: 1px solid #e0e0e0;
    color: #6c757d !important;
    padding: 0px 15px;
    margin: 5px 3px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
    line-height: 34px;
    border-radius: 3px;
    transition: all 0.6s;
}

.container-filter li a.active {
    color: #fff !important;
    border: 1px solid;
}

.container-filter li a:hover {
    color: #fff !important;
    border: 1px solid;
}

.spacing{
    padding-left: 3px;
    padding-right: 3px;
}

.item-box {
    position: relative;
    overflow: hidden;
    display: block;
}

.item-box a {
    display: inline-block;
}

.item-box:hover .item-mask {
    transform: translateX(0%);
    visibility: visible;
}

.item-box:hover .item-mask .item-caption {
    opacity: 1;
}

.item-box:hover .item-container {
    transform: translateX(100%);
    transition: all 0.5s ease-in-out 0s;
    width: 100%;
}

.item-container {
    transform: translateX(0%);
    -ms-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    width: 100%;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
}

.item-mask {
    background: none repeat scroll 0 0 #f7c3bf;
    position: absolute;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    visibility: hidden;
    overflow: hidden;
    transform: translateX(-100%);
}

.item-mask p {
    font-size: 13px;
    letter-spacing: 1.5px;
    font-weight: 500;
    margin: 0;
    color: #fff;
}

.item-mask .item-caption {
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
    left: 0px;
    right: 0px;
    padding-left: 30px;
    padding-right: 30px;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    opacity: 0;
}




/******************
    7.blog
*******************/
.blog {
    border-radius: 3px;
}
#blog .feeds {
    margin-top: 50px;
}
#blog .feeds li a {
    display: block;
    color: #666;
    text-decoration: none;
}
#blog .feeds li .date {
    display: inline-block;
    width: 114px;
    font-family: 'Noto Serif JP';
    font-size: 1rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0;
    color: #000;
}
#blog .feeds li {
    font-size: .8rem;
    font-family: 'Noto Serif JP';
    font-weight: normal;
    line-height: 3;
    letter-spacing: 1px;
    border-top: 1px solid #ccc;
    color: #666;
   
}
#blog .feeds li .more {
    float:right;
    font-size: 0.8rem;
    font-family: 'Noto Serif JP';
    font-weight: 700;
    line-height: 3;
    letter-spacing: 0;
    color: #000;
}



/******************
    8.access 
*******************/

.bg-access{
    background: #ffffff;
} 
.access {
    font-family: 'Noto Serif JP';
}

.access-wrapper {
    color: #454545;
}

.custom-form .form-control {
    border: 2px solid #51586b;
    height: 48px;
    padding: 0.375rem 1.5rem;
    background: transparent;
    color: #fff;
}

.custom-form textarea.form-control {
    height: auto;
}

.custom-form .form-control:focus {
    outline: 0;
    box-shadow: none;
}

.error {
    margin: 8px 0px;
    display: none;
    color: red;
}

#ajaxsuccess {
    font-size: 16px;
    width: 100%;
    display: none;
    clear: both;
    margin: 8px 0px;
}

.error_message {
    padding: 10px;
    margin-bottom: 20px;
    text-align: center;
    border: 2px solid #f36270;
    color: #f36270;
    border-radius: 5px;
    font-size: 14px;
}

.access-loader {
    display: none;
}

#success_page {
    text-align: center;
    margin-bottom: 50px;
}

#success_page h3 {
    color: #0dba26;
    font-size: 22px;
}

/*******************
    9.footer
********************/

.bg-footer{
    background: #ffffff;
}

.footer .social-icons li a {
    display: block;
    color: #757f8a;
    font-size: 15px;
    height: 38px;
    width: 38px;
    line-height: 34px;
    text-align: center;
    text-decoration: none !important;
    transition: all 0.4s;
    border: 2px solid #757f8a;
    border-radius: 50%;
}

.footer .social-icons li a:hover {
    color: #fff;
}

.footer .logo {
    font-weight: 700;
    letter-spacing: 3px;
    font-family: 'Windsong', sans-serif;
    font-size: 20px;
}
.footer .instagram {
    width: 50px;
    height: 50px;
}
.footer .line {
    width: 50px;
    height: 50px;
}

/******************
    10.responsive
*******************/

@media (min-width: 200px) and (max-width: 768px) {
    .navbar-custom {
        margin-top: 0px;
        padding: 10px 0px !important;
        background-color: #fff !important;
        box-shadow: 0 10px 33px rgba(0, 0, 0, .1);
        color: #000 !important;
    }
    .navbar-custom .navbar-nav li a {
        transition: all 0.4s;
        color: #000 !important;
        margin: 0px;
    }
    .navbar-custom>.container {
        width: 90%;
    }
    .navbar-custom .navbar-nav li.active a {
        border-color: transparent;
    }
    .navbar-nav {
        margin-top: 0px;
    }
    .navbar-toggler {
        font-size: 24px;
        margin-top: 0px;
        margin-bottom: 0px;
        color: #000;
    }
    .navbar-custom .logo {
        color: #000 !important;
    }
    .bg-home , .home-height-half, .video-bg-full {
        height: auto;
        padding: 150px 0;
    }
    .home-title h1 {
        font-size: 44px;
    }
    .home-title h3 {
        font-size: 24px;
    }
    .wrap{
        padding: 30px!important;
    }
    .text-body {
        font-size: 13px;
    }
}
/*****************
   11.menu.html
*****************/
.bg-home {
    height: 100vh;
} 
#price::before {
    content: "";
    background: url(../imges/bg-price.jpg) no-repeat center center;
    background-size: cover;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
    transform: translateZ(0);
  }


#price p {
    padding-top: 15px;
}
#price .price-icon:before{
    content: "";
    padding-right: 10px;
    border-left: 7px solid #8ac8cf;
}
#price .menu-list .menu-head{
    position: relative;
}
#price .menu-list .menu-head:before{
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    content: "";
    width: 100%;
    height: 2px;
    background: #eee;
}
#price  dt{
    float: left;
}
#price dd span{
    display: block;
    text-align: left;
    font-family: 'Noto Serif JP';
    font-weight: 400;
    font-style: normal;
    margin-left: 200px;
}
#price .wrap {
    padding: 100px;
    margin: 0 auto;
}

#price .menu-head {
    padding: 20px;
}
#price dl {
    margin-top: 20px;
}

#price .menu-list h4 {
    font-family:'PT Serif' ;
    font-style: normal;
    font-weight: 100;
    display: inline-block;
}
#price .menu-list .menu-head span {
    display: inline-block;
    font-family:'Noto Serif JP' ;
    font-weight: 400;
    color: #aaa;
    margin-left: 20px;
}
#price .menu-list .menu-body dl dt span {
    font-family:'Noto Serif JP' ;
    font-weight: 400;
    font-style: normal;
}
#price .navbar-custom .navbar-nav li a {
    line-height: 26px;
    color: #366a8a;
    font-size: 15px;
    transition: all 0.4s;
    text-transform: capitalize;
    transition: all 0.5s;
    background-color: transparent !important;
    padding: 6px 0;
    margin: 0 15px;
    font-weight: 500;
}
#price_menu {
    background-color: #ffffff;
    padding-top: 20px;
}
#policy  {
    background-color: #f8f9fa;
    font-family: 'Noto Serif JP';
    font-weight: normal;
    line-height: 2;

}
#policy .container{
    padding-bottom: 50px;
}
#policy .policy1 {
    font-size: 1rem;
    text-align: center;
}


 
  