






.header-top-area h1 {
  font-size: 12px;
  margin: 0;
  padding: 0.5rem 1rem;
}


.header-top-area ul {
  font-size: 12px;
}


.header-top-area .nav-link {
    display: block;
    padding: 0rem 1rem;
    color: #0d6efd;
    text-decoration: none;
    color: #333;
    padding: 0.5rem 1rem;
}



.header-icon-wrap {
  padding: 10px 0 0 0;
  margin-left: 0px;
}

.header-icon {
  font-size: 22px;
  color: #6AB983;
}

.header-icon-2 {
  font-size: 19px;
  color: #6AB983;
}



.dropdown:hover>.dropdown-menu {
  display: block;
}




.nav-area {
  background: #F6F5F0;
}

.nav-area header {
  padding: 22px 0;
}

.nav-link {

    line-height: 1;
    color: #0d6efd;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}


.nav-area .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
    border-left: 1px solid #ccc;
    color: #333;
    font-weight: bold;
    letter-spacing: .1rem;
    font-size: 15px
}

.nav-area .nav-link.noborder {
    border-left: 0 solid #ccc;
}



@media (min-width: 992px) {
.nav-area .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    border-left: 1px solid #ccc;
    color: #333;
    font-weight: bold;
    letter-spacing: .3rem;
    font-size: 16px
}

.nav-area .nav-link.noborder {
    border-left: 0 solid #ccc;
}

}






img{
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  vertical-align: top;
}
table {
    font-size:inherit;
    font:100%;
  border-collapse: collapse;
}

address{
  font-style:normal;
}

ul{
  list-style:none;
}
ul img{
  vertical-align: top;
  margin:0;
}





.header-area {


  max-width: 1500px;
    margin: 0 auto;
    color: #ffffff;
    position: relative;
    margin-bottom: 0px;
    height: 110px;
}

.header_logo_wrap {
padding-left: 2%;
    padding-top: 28px;
    max-width: 360px;
    width: 35%;
}

.header_icons_wrap {
  position: absolute;
    right: 15px;
    top: 15px;
    max-width: 360px;
    overflow: hidden;
    width: 50%;
}

.header_icons {
  margin:0;
  padding: 0;
  display: flex;

}

.header_icons li{
  margin:0 4px;
  padding: 0;
  
}

.header_icons_ire {

}



/* Mobile
------------------------------------------*/
@media only screen and (max-width: 767px) {


.header-area {
    margin-bottom: 00px;
    height: 60px;
}

.header_logo_wrap {
    padding-left: 3%;
    padding-top: 18px;
    max-width: 210px;
    width: 50%;
}


}









.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0.25rem;
    left: -30px;
}



.dropdown-menu .dropdown-item {
  font-size: 15px;
    display: block;
    width: 100%;
    padding: 1rem 2.5rem 1rem 2rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    letter-spacing: .2rem;
    border-bottom: 1px dotted #ccc;
}















.gnavi__wrap {


    position: relative;
    z-index: 99;
    left: 0;
    top: 0px;
    width: 100%;
    background: #f4f4f4;
}



.gnavi {


  width: 100%;


  padding:12px 0;

  font-size: 1.2rem;
  font-weight: bold;
}
.gnavi__inner {
  width: 100%;
  max-width: 1600px;

  height: 100%;
  margin: 0 auto;

/*  background: -webkit-linear-gradient(top, rgba(147,128,104,1) 0%,rgba(191,179,164,1) 100%);
    background: linear-gradient(to bottom, rgba(147,128,104,1) 0%,rgba(191,179,164,1) 100%);*/
    text-align: center;

}
.gnavi ul {
  height: 100%;
  display: flex;
    padding: 0;

  margin: 0 -10px;
  font-size: 16px;


}
.gnavi li {
  flex: 1 1;
  position: relative;
  display: flex;
}


.gnavi__home_li {
 
}
.gnavi li::after {
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  background-color: rgba(0,0,0,0.3);
  position: absolute;
  right: -1px;
  top: calc((100% - 20px) / 2);
}
.gnavi li:last-child::after {
  content: none;
}
.gnavi a {
  display: flex;
  flex: 1 1;
  justify-content: center;
  padding: 10px 10px 10px;
  line-height: 1.25;

  font-weight: normal;
  color: #222;
}
.gnavi a:hover {
  text-decoration: none;
}
/*.gnavi a:hover span.gnavi__span {
  color: #FFF;
  position: relative;
}
.gnavi a:hover span.gnavi__span::after {
  content: "";
  position: absolute;
  display: block;
  height: 4px;
  width: 100%;
  bottom: 0;
  background-color: #ff7600;
  border-radius: 5px;
}*/
.gnavi span.gnavi__span {
  display: flex;
  align-items: center;
  word-break: keep-all;
}



.gnavi__en {
  display: none;
    position: absolute;
    width:100% ;
    left: 0;
    right: 0;
    margin: auto;
    color: rgba(255,255,255,0.6);
    font-size: 55%;
    font-weight: 400;
    letter-spacing: .1em;
    line-height: 1.0em;
    -webkit-transition: color 0.7s;
    -moz-transition: color 0.7s;
    transition: color 0.7s;
    bottom: 20px;
    text-align: center;
}




.irregular_br {
  display: none !important;
}
.dotto {
  display: block;
}


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



.irregular_br {
  display: block !important;
}

.dotto {
  display: none;
}


}















.header-mobi-nav ul {
  font-size: 1.4rem;
  margin:0;
  padding: 0;
  list-style: none;
}

.header-mobi-nav ul li {
  margin-bottom: 8px;
}

.header-mobi-nav ul ul {
  font-size: 1.2rem;
  margin-left: 4%;
}

.header-mobi-nav ul li a {
  color: #FFF;
  font-weight: bold;
}

.header-mobi-nav ul ul li a {
  font-weight: normal;
}

.header-mobi-nav ul li:before{
    content: "\f054";
    font-family: FontAwesome;
    display: block;
    float: left;
    margin-right: 4px;
    margin-top: 0px;
    font-size:1.2rem;
    color: rgba(255,255,255,0.6);
}

#footer-nav {
  padding: 0;
  line-height: 1;
  background: #e9e9e9;
  text-align: center;
  margin: 0 -13px;
}


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

#footer-nav>.inner {

}


#header-mobi-nav-main {
  margin: 0;
  text-align: left;
  font-weight: normal;
  padding: 0;
    border-bottom: 1px solid #eee;
}
#header-mobi-nav-main:before {
  content: " ";
  display: table;
}

#header-mobi-nav-main li {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding: 0;
  width: 25%;
    border: 1px solid #eee;
  border-width: 1px 0 0 0;
  font-size: 12px;
}

#header-mobi-nav-main li a {
  display: block;
  padding: 0 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
    background: #fff;
  height: 34px;
  line-height: 34px;
  position: relative;
  color: #333;
  text-align: center;
}

/*#header-mobi-nav-main li a:after {
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;


font-family: "dental";
  font-style: normal;
  font-weight: normal;
  speak: none;
  content: '\f105';


  font-size: 11px;
  color: rgba(255,255,255,0.7);
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -6px;
}*/

#header-mobi-nav>.inner ul li {
  display: inline-block;
}

#header-mobi-nav-main li{
  border-right-width: 1px;
}


