@charset "UTF-8";








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: 420px;
    width: 40%;
}

.header_icons_wrap {
  position: absolute;
    right: 0;
    top: 0;
    max-width: 550px;
    max-height: 110px;
    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: 0%;
    padding-top: 12px;
    max-width: 230px;
    width: 60%;
}


}













.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;
}


}
