@charset "UTF-8";
/* base colors *******************************************/
/* block,bg color,line color */
/* font color */
/* font size *******************************************/
/* line height *******************************************/
/* page width *******************************************/
/* mixin *******************************************/
*,
* h1,
* h2,
* h3,
* h4,
* h5,
* h6,
* p,
* address,
* ul,
* ol,
* li,
* form,
* dl,
* dt,
* dd,
* div,
* table,
* tr,
* th,
* td {
  margin: 0;
  line-height: 1; }

* img,
* figure,
* iframe,
* object {
  border: none;
  vertical-align: top;
  margin: 0; }

* a {
  display: inline-block; }

html{
  background: url("img/bg.png") repeat fixed center;
  background-size: cover;
  scroll-behavior: smooth;
}
/* font */
html, body {
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%; }

  h3{
    color: #f9c12c;

    font-family: 'Amarillo';

    font-weight: normal;
    z-index: 1;
  }

  h4{
    color: #333333;
    font-family: 'Antonio';
    z-index: -1;
      letter-spacing: 3px;
  }

div.wrap {
  width: 100%;
  height: 100%; }

* {
  outline: none;
/*word-break: break-all;*/ }

/* Paragraph *****************************************/
p {
  line-height: 1.5; }

p.txt {
  font-size: 30px;
  text-align: left;
  word-wrap: normal;
  overflow: hidden;
 }

p.chain {
  margin-top: 0.3em; }

/* List *****************************************/
ul, ol {
  margin: 0;
  padding: 0;
  list-style-type: none; }


table {
  width: 100%;
  border-collapse: collapse; }
  table tr th, table tr td {
    text-align: left;
    vertical-align: middle; }
  table tr th {
    font-weight: normal; }
  table tr.highlight th, table tr.highlight td {
    background-color: #dff2fc; }

/* Inline Element ******************************************/
em,
strong {
  font-weight: bold; }

/* link */
a {
  color: #303234; }
  a:link, a:visited {
    text-decoration: none; }
  a:hover, a:active {
    text-decoration: underline; }

/* Parts 	*******************************************/
/* Frame 	*******************************************/


header {
  text-align: center; }

footer {
  padding: 7px 0 10px;
  border-top: 1px solid #f2f2f2;
  text-align: center; }
  footer .copy {
    font-size: 10px; }

/* [ kv ]
---------------------------------------*/
#kv_wrap {
  margin: 0 auto;
  position: relative; }

  #kv_wrap #site_logo {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
      width: 154px;
      height: 108px;
      margin-top: 45px;
}
    #kv_wrap #site_logo #black{
      width: 100%;
      height: 100%;
      display: block;
      /*position: absolute;*/
      top: 0;
      left: 0;
      margin:auto;
      background-size: contain !important;
      transition: 0.2s;

    }
    #kv_wrap #site_logo #black {
      background: url("img/logo.png") no-repeat center top;
     }



    #nav_bar , .nav_bar{
      position: relative;
      margin: auto;
      width: 1028px;
margin-bottom: 20px;
      text-align: center;
    }

    /***navigation dropdown***/


    .dropbtn {
      background-color: #4CAF50;
      color: white;
      padding: 16px;
      font-size: 16px;
      border: none;
      cursor: pointer;
    }

    .dropdown {
      position: relative !important;
      display: inline-block !important;
      width: 100% !important;
    }

    .dropdown-content {
      display: none;
      position: absolute;
      left: -125px;
      background-color: #bd1e2c; /*red*/
      min-width: 400px;
      z-index: 1;
      font-family:'arial';

    }

    .dropdown-content a {
      color: white !important;
      font-size: 20px !important;
      padding: 12px 0px !important;
      text-decoration: none;
      display: block;
    }

  .dropdown-content a:hover {background-color: #a51a26; /*darkRed*/ margin: 0; padding: 12px 0px;}

    .dropdown:hover .dropdown-content {
      display: block;
    }

    .dropdown:hover .dropbtn {
      background-color: #3e8e41;
    }

    .btn , #btn , #btn2,#btn3,#btn4,#btn5 {
  border: none;
  background-color: inherit;
  color: transparent;
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: inline-block;
  transition: 0.5s;
}

    .history-btn{
      background: url("img/nav_History.png") no-repeat center center;
      background-size: contain;
    }

    .history-btn:hover{
      background: url("img/nav_History_hover.png") no-repeat center center;
      background-size: contain;
    }

    .signature-btn{
      background: url("img/nav_signature.png") no-repeat center center;
    background-size: contain;
  }

  .signature-btn:hover{
    background: url("img/nav_signature_hover.png") no-repeat center center;
  background-size: contain;
}

    .menu-btn{
      background: url("img/nav_menu.png") no-repeat center center;
    background-size: contain;
        height: 120px!important
  }

  .menu-btn:hover{
    background: url("img/nav_menu_hover.png") no-repeat center center;
  background-size: contain;
}

    .location-btn{
      background: url("img/nav_location.png") no-repeat center center;
    background-size: contain;
  }

  .location-btn:hover{
    background: url("img/nav_location_hover.png") no-repeat center center;
  background-size: contain;
}

    .contact-btn{
      background: url("img/nav_contact.png") no-repeat center center;
    background-size: contain;
   }

   .contact-btn:hover{
     background: url("img/nav_contact_hover.png") no-repeat center center;
   background-size: contain;
  }

            #nav_bar ul li , .nav_bar ul li{
              display: inline-block;
            }

            #nav_bar li , .nav_bar li{
              width: 15%;
              height: 120px;
            }

            #nav_divider , .nav_divider{
              font-size: 30px;
              color: #f9c12c;
            }

            .alice{
              font-family: 'Alice', serif;
              font-weight: normal;
            }


/* [ body ]
---------------------------------------*/
/* section common style */
#main {
  padding-top: 150px;
  overflow: hidden;
      }
.section_wrap{
  width: 1028px;
  margin: auto;
}


.navtitle-left{
  float: left;
}

.navtitle-right{
  float: right;
}

.history_title{
  text-align: right;
  margin-bottom: 50px;
}

#about h3{
  position: relative;
  right: 95px;
  font-size: 48px;
  line-height: 100px;
}

#about h4{
  font-size: 48px;
}

#about .content-box{
  width: 74%;
  float: right;
  font-size: 30px;
  margin: 70px 0;
}

.coffee-img{
  text-align: right;
}

.divider{
  top: -100px;
position: relative;
z-index: -1;
}

.clear{
  clear: both;
}

/*Signature*/
#signature{
  background-image: url("img/bg1.png");
  background-repeat: no-repeat;
  background-size: cover;
margin-top: -200px;
padding-top: 250px;
}

#item{
  margin: 50px auto;
}

#item h3{
  line-height: 50px;
}

.item1 h4{
  margin-left: 100px;
}

#item h3 , #item h4{
  font-size: 36px;
}
.food-title{
  margin-bottom: 20px;
}

.item_box{
  margin-bottom: 100px;
}

.sign1-img , .sign3-img , .sign5-img , .sign6-img , .sign7-img{
float: left;
}

.sign2-img , .sign4-img , .sign5-1-img, .sign9-img , .sign8-img{
  float: right;
}

.txtarea-right{
  margin-left: 30%;
}



.item2 h3{
  line-height: 20px !important;
}

.item2 h4 , .item4 h4, .item6 h3 , .item3 h3{
  margin-left: 60px;
}

.item7 h3 , .item9 h3 , .item8 h3{
  margin-left: 30px;
}

.item5 h4 {
  margin-left: 300px;
}

#menu , #location  , .social{
  width: 1028px;
  margin: 50px auto;
  margin-bottom: 200px;
  padding-top: 180px;
}

#menu{
  margin-bottom: 0;
}

.social{
  padding-top: 0;
}

.menu-wrap{
  height: 95px;
  text-align: center;
}
.set-menu , .a-menu{
  display: inline-block;
  margin: 10px;
  width: 30%;
  height: 100%;
}

.menu1-btn{
  background: url(img/MENU1.png) no-repeat center center;
  background-size: contain;
}

.menu2-btn{
  background: url(img/MENU2.png) no-repeat center center;
  background-size: contain;
}

.menu2-btn:hover{
  background: url(img/MENU2-hover.png) no-repeat center center;
  background-size: contain;
}

.location-title h3 , .location-title h4{
  font-size: 36px;
}

.location-details{
  font-size: 24px;
  margin-top: 10px;
}
dl{
  display: table;
  margin-bottom: 20px;
}

dt, dd{
  display: table-cell;
  line-height: 30px;
}

dt{
  width: 200px;
}

.float-right{
  float: right;
}

.l2-img , .l5-img{
  position: relative;
top: -70px;
z-index: -1;
left: -50px;
}

#location .txtarea-left{
  width: 50%;
margin-left: 110px;
}

#location .txtarea-right{
margin-left: 40%;
margin-top: -100px;
}

#location .txtarea-right2{
margin-left: 50%;
margin-top: 100px;
}

.location2{
  float: right;
  width: 90%;
  margin-top: -250px;
}

.img-box2{
  position: absolute;
      margin-top: -250px;
}

.location4{
  margin-top: 100px;
}

#contact{
  background-image: url("img/bg2.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 180px;

}

.general-btn{
  background: url("img/contact1.png") no-repeat center center;
  background-size: contain;
}

.general-btn:hover{
  background: url("img/contact1-hover.png") no-repeat center center;
  background-size: contain;
}

.partnership-btn{
  background: url("img/contact2.png") no-repeat center center;
  background-size: contain;
}

.partnership-btn:hover{
  background: url("img/contact2-hover.png") no-repeat center center;
  background-size: contain;
}


.career-btn{
  background: url("img/contact3.png") no-repeat center center;
  background-size: contain;
}

.career-btn:hover , .career-btn:visited , .career-btn:active{
  background: url("img/contact3-hover.png") no-repeat center center;
  background-size: contain;
}

.tab {
  overflow: hidden;
  border: none;
  background-color: #f1f1f1;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: none;
  border-top: none;
}

form{
  font-size: 24px;
  text-align: center;
  width: 750px;
  margin: auto;
}

fieldset{
  border: none;
}
#contact .nav_bar{
  top: 0;
}

.form-title{
  width: 30%;
  float: left;
  text-align: left;
}

input , textarea , select{
  width: 60%;
  border: none;
  border-radius: 20px;
  line-height: 20px;
  padding: 10px;
}

.checkbox{
  width: auto !important;
  text-align: left;
}

#contact-box , .social{
  margin-bottom: 0;
}

.submit{
  background: url("img/submit.png") no-repeat center center;
  background-size: contain;
  line-height: 60px;
  text-align: right;
  width: 50%;
}

.submit:hover{
  background: url("img/submit-hover.png") no-repeat center center;
  background-size: contain;
  line-height: 60px;
  text-align: right;
  width: 50%;
}

.social{
  text-align: center;
  font-size: 40px;
  font-family:'Antonio';
  color:#bd1e2c;

}

.social-btn{
  display: inline-flex;
height: 121px;
margin-bottom: 50px;
}

.fb-btn{
  background: url("img/facebook.png") no-repeat center center;
  background-size: contain;
  margin: 10px;
}

.insta-btn{
  background: url("img/insta.png") no-repeat center center;
  background-size: contain;
  margin: 10px;
}

/*rellax*/


.coffee-img{
  position: relative;
  top: 150px;
}


.sign3-img{
  position: relative;
  top: 300px;
}


#header {
  background-color: transparent;
  background-image: url("img/header-navbg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  padding-bottom: 20px;
  color: black;
  text-align: center;
  font-size: 90px;
  font-weight: bold;
  position: fixed;
  top: 0;
  width: 100%;
  transition: 0.5s;
  z-index: 100;
}

#nav_bar a{
  color: transparent;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

#mobile-header{
  display: none;
}

#item h5 , .history_title h5 , .location-title h5{
  display: none;
}



/*menu-page*/
#menu a{
  line-height: 95px;
  color: transparent;
}

#menu_nav_bar{
  background-color: #BD1E2C;
}

#menu_nav_bar{
  background-color: #BD1E2C;
}

#menu_nav_bar ul{
  width: 1028px;
  margin: auto;
}

#menu_nav_bar li{
  display: inline-block;
      width: 10% !important;
      vertical-align: middle;
}

#menu_nav_bar li:hover{
  background-color: #a51a26;
}

#menu_nav_bar button{
  background-color: transparent;
  border: none;
  font-weight: bold;
  font-size: 14px;
  height: 60px;
  color: white;
}

#menu_nav_bar a{
  color: white;
}

#menu_nav_bar a:hover{
  color: white;
  text-decoration: none;
}



#menu-content #header{
  height: auto;
  font-size: 0;
  background-image: none;
  background-color: white;
  padding: 0;
}

#menu-content .section_wrap{
  margin-top: 170px;

}

#menu-content #site_logo{
  margin-bottom: 45px;
  z-index: -10;
}

.padding-top{
  padding-top: 120px;
}

.a-menu p{
  text-align: center;
}

.agree{
  text-align: left;
  font-size: 15px;
  font-family: sans-serif;
}


@media(max-width:1024px) {

html{
  overflow-x: hidden;
}

  .bg img{
  margin-top: 30px;
  }
  
  .padding-top{
      padding-top:0px !important;
  }

#menu, #location, .social{
  width: 90%;
  padding: 10px;

}

#menu-content .section_wrap{
  margin-top: 0px;

}

  .section_wrap{
    width: 90%;
    padding: 10px;
    margin-top: 0;
  }

  #header{
    display: none;
  }

  #mobile-header{
    display: block;
  position: fixed;
  width: 100%;
  background-color: white;
  z-index: 10;
  top: 0;
  }

  .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: white;
    overflow-x: scroll;
    transition: 0.5s;
  }

  .sidenav a {
    padding: 40px;
    text-decoration: none;
    font-size: 40px;
    color:#f9c12c;
    display: block;
    transition: 0.3s;
    height: auto!important;
  }

  .sidenav a:hover {
    color: #bd1e2c;
  }

  .sidenav .closebtn {
    text-align: right;
    top: 0;
    font-size: 36px;
    padding: 20px;
  }

  .menu-btn , .menu-btn:hover{
    background: none;
}

.dropdown{
  max-height: 120px;
}

.dropdown-content {
  left: 0px;
  position: relative;
}


  #site_logo{
    float: left;
    margin: 30px !important;
    height: 50px !important;
  }

  #kv_wrap #site_logo #black{
    width: 60%;
  }

.burger-btn{
  float: right;
  margin: 30px;
  vertical-align: middle;
  color:#f9c12c;
}
 #location, #contact-box{
  padding-top: 100px;
}

#signature , #main{
  padding-top: 70px;
}

.divider{
  top: -200px;
}

.coffee-img{
  top:50px;
}

p.txt , .content-box p{
  font-size: 20px;
  color: #333333;
}

.sign1-img , .sign2-img , .sign3-img , .sign4-img , .sign5-img , .sign5-1-img , .sign6-img , .sign7-img , .sign8-img , .sign9-img{
  margin: 20px 0;
}
.sign3-img{
  vertical-align: middle;
  top: 100px !important;
}

#item h3, #item h4 , .history_title h3 , .history_title h4 , .history_title img{
  display: none;
}

#item h5 , .history_title h5 , .location-title h5{
  font-size: 25px;
font-family: 'Antonio';
  /*font-family: 'Amarillo';*/
  margin-left: 0;
  letter-spacing: normal;
  line-height: 30px;
  display: block;
  color:#f9c12c;
  text-align: left;

}

.txtarea-right , .txtarea-left{
  padding: 0 80px ;
}

.item_box{
  margin-bottom: 130px;
}

.navtitle-left img , .navtitle-right img{
  width: 70%;
}

.food-title img , .location-title img{
  display: none;
}

.location-title h3, .location-title h4{
  display: none;
}

.location-details{
  font-size: 20px;
}

#location .txtarea-left{
  margin-left: 0;
}

.float-right{
  float: none;
}

.l2-img , .l5-img{
  position: relative;
top: 0px;
left: 0;
}

#location .txtarea-left{
  width: 100%;
margin-left: 0;
padding: 0;
}

#location .txtarea-right{
margin-left: 0%;
margin-top: 0;
padding: 0;
}

#location .txtarea-right2{
margin-left:0%;
margin-top: 0;
}

.location2{
  float: none;
  width: 100%;
  margin-top: 0px;
}

.img-box2 , .img-box , .l3-img{
  position: relative;
      margin-top: 0px;
      text-align: right;
}

.img-box2 img , .img-box img, .l3-img img{
  width: -40%;
}

.location4{
  margin-top: 0px;
}

#location .float-right{
  float: none;
}

.l3-img , .l4-img , .l5-img , .l6-img , .l7-img{
  display: none;
}

#contact{
padding-top: 0px !important;
}

}

@media(max-width:768px) {

  .bg img{
  margin-top: 50px;
  }

#about .content-box{
  margin-top: 20px;
}

  #kv_wrap #site_logo #black{
    margin-left: 0;
  }

  #site_logo , .burger-btn{
    margin: 20px !important;
    height: 30px !important;
  }
.navtitle-left img, .navtitle-right img{
  width: 40%;
}

.navtitle-left img{
  float: left;
  }
  .navtitle-right img{
    float: right;
  }

#item .navtitle-right{
  width: 37px;
}

#item .navtitle-right img{
  width: 100%;
}
p.txt , .content-box p{
  font-size: 18px;
  color: #333333;
}

.coffee-img img{
  width: 100%;
}

  
dt{
  width: 100px;
}


.sign1-img , .sign2-img , .sign3-img , .sign4-img , .sign5-img , .sign5-1-img , .sign6-img , .sign7-img , .sign8-img , .sign9-img{
  width: 100%;
  top: 0;
  text-align: center;
  float: none;

}

.txtarea-right , .txtarea-left{
  margin: 10px 0;
  float: none;
  padding: 20px;
}

.item_box{
  margin-bottom: 50px;
}

.a-menu{
  width: 70%;
}
.item_box p{
  font-size: 16px;
}

.food-title h5{
  text-align: center !important;
}

.location-details{
  font-size: 16px;
}

#contact-box{
  margin-top: 0px !important;
}
form{
  width: 100%;
  font-size: 18px;
}

.form-title{
  line-height: 30px;
}
.form-title{
  width: 100%;
  text-align: center;
  float: none;
}

input, textarea , select{
  width: 90%;
  text-align: center;
}



.nav_bar{
  margin-top: 100px;
}
.nav_bar .btn{
  border: 2px solid #bc2431;
display: block;
color: #bc2431;
width: 100%;
height: 100%;
cursor: pointer;
display: inline-block;
transition: 0.5s;
font-size: 18px;
font-family: 'Alice', serif;
border-radius: 10px;
bottom: 0;
}

.nav_bar .btn:hover{
  background-color: #bc2431;
  color: white;
}

.nav_divider{
display: none !important;
}

.nav_bar{
  width: 100%;
  text-align: left;
}

.nav_bar ul{
  width: 90%;
  margin:auto;
}

.nav_bar li{
  width: 50%;
  height: 40px;
  margin-bottom: 10px;

}

.partnership-btn , .general-btn , .career-btn , .partnership-btn:hover , .general-btn:hover , .career-btn:hover{
  background: none;
}



fieldset{
  margin: auto;
  width: 90%;
}




}
