@charset "UTF-8";

/* header
-------------------------------------------------- */
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
}

.is-animation {
  background: #000;
  transition: .5s;
}

header:hover{
  background: #000;
  transition: .5s;
}

@media only screen and  (max-width: 810px) {
.is-animation {
  background:#192B4F;
}

header:hover{
  background:#192B4F;
}
}

@media screen and (max-width: 568px) {
header {
  top:26px;
  top:0px;
}
}

#headerArea{
  width:100%;
  margin: 0 auto;
  padding:0;
  position: relative;
}

.header-top{
  width:100%;
  margin: 0 auto;
  padding:0 1%;
  position: relative;
  max-width:1280px;
  box-sizing: border-box;
}


@media only screen and  (max-width: 810px) {
.header-top{
  display:none;
}
}

/* logo */

header #logo{
  width:264px;
  height:90px;
  bottom:8px;
  left:50%;
  margin-left:-132px;
  z-index:1;
  position: absolute;
}

header #logo img{
  width:100%;
  height:auto;
}

@media only screen and  (max-width: 810px) {
header #logo{
  width:147px;
  height:50px;
  background-size:auto 50px;
  position: relative;
  bottom:0;
  left:0%;
  margin:5px 0 5px 10px;
}

header #logo a{
  width:147px;
  height:50px;
}
}

.h-text{
  position: relative;
  text-align: left;
  width:40%;
  display:inline-block;
  vertical-align:middle;
  color:#FFF;
}

.h-text p{
  font-size:14px;
  letter-spacing:.05em;
  font-weight:normal;
  color:#FFF;
  padding:4px 8px 6px;
  border:1px solid #FFF;
  display:inline-block;
  line-height:1.1;
  margin:0 3px;
  vertical-align:middle;
  font-weight:400;
  font-family: 'Noto Sans Japanese', sans-serif;
}

.tel-box{
  position: relative;
  text-align: right;
  width:60%;
  display:inline-block;
  vertical-align:middle;
}

.tel_bt{
  font-family: 'Roboto', sans-serif;
  font-weight:400;
  letter-spacing:.05em;
  text-transform: uppercase;
  line-height:1;
  padding:10px 10px;
  color:#FFF;
  display:inline-block;
  vertical-align:middle;
}

.tel_bt .fa{margin-right:3px;}

@media only screen and  (max-width: 810px) {
.tel-box{
  display:none;
}
}

.lang{
  line-height:1;
  display:inline-block;
  vertical-align:middle;
  margin-right:15px;
  margin-top:2px;
  font-family: 'Roboto', sans-serif;
  font-weight:400;
  color:#FFF;
  font-size:13px;
  letter-spacing:.05em;
}

.lang li{
  position: relative;
  margin: 0;
  padding: 0;
  text-align: center;
}

.lang li a{
  display: block;
  margin: 0;
  padding: 10px;
  color: #fff;
  line-height: 1.2;
  text-decoration: none;
}

.lang li ul{
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  z-index:2;
}
.lang li:last-child ul{
  left: 0;
  width: 100%
}
.lang li ul li{
  overflow: hidden;
  width: 100%;
  height: 0;
  color: #fff;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
}
.lang li ul li a{
  padding: 13px 15px;
  background: #000;
  text-align: left;
  font-weight: normal;
}

.lang li ul li a:hover{
  background: #565656;
}

.lang li:hover > a{
  background: #000;
  color: #FFF;
}
.lang li:hover ul li{
  overflow: visible;
  height: 38px;
  border-bottom: 1px solid #fff;
}
.lang li:hover ul li:first-child{
  border-top: 0;
}
.lang li:hover ul li:last-child{
  border-bottom: 0;
}

.icon-link li{
  display:inline-block;
  vertical-align:middle;
}

.icon-link{
  line-height:1;
  display:inline-block;
  vertical-align:middle;
  margin-right:10px;
  margin-top:2px;
}

@media only screen and  (max-width: 810px) {
.icon-link{top: 20px;left: 9px;}
}

@media only screen and  (max-width: 568px) {
.icon-link{top: 18px;left: 5px;}
}

.icon-link li{
  display:inline-block;
  vertical-align:middle;
}

.icon-link .hdbt{
  font-size:18px;
}

@media only screen and  (max-width: 810px) {
.icon-link .hdbt{font-size:18px;}
}

@media only screen and  (max-width: 568px) {
.icon-link .hdbt{display:none;}
}

.hdbt a{text-decoration:none;padding:12px 10px;color:#FFF;}

@media only screen and  (max-width: 810px) {
.hdbt a{padding:11px 13px 12px;}
}

@media only screen and  (max-width: 568px) {
.hdbt a{padding:12px 10px 12px;}
}

.icon-link .insbt{
  font-size:18px;
}

.insbt a{text-decoration:none;padding:12px 10px 12px;color:#FFF;}

@media only screen and  (max-width: 810px) {
.icon-link .insbt{font-size:18px;}
.insbt a{padding:11px 13px 12px;}
}

@media only screen and  (max-width: 568px) {
.icon-link .insbt{
  font-size:20px;
}
.insbt a{padding:10px 10px}
}

.icon-link .lines{
  width:23px;
  height:22px;
  margin:0 10px;
  background-size:auto 22px;
  background-repeat: no-repeat;
  background-image: url(../images/common/line-logo.png);
}

@media only screen and  (max-width: 810px) {
.icon-link .lines{
  margin:0 15px 0 5px;
}
}

@media only screen and  (max-width: 568px) {
.icon-link .lines{
  width:26px;
  height:25px;
  background-size:auto 25px;
  margin:0 10px 0 15px;
}
}

.is-animation .icon-link .lines{
  background-image: url(../images/common/line-logo.png);
}

header:hover .icon-link .lines{
  background-image: url(../images/common/line-logo.png);
}

.icon-link .lines a{
  width:23px;
  height:22px;
  text-decoration:none;
  display: block;
  text-indent:-9999px!important;
}

@media only screen and  (max-width: 568px) {
.icon-link .lines a{
  width:26px;
  height:25px;
}
}

.icon-link .lines:hover {  
  opacity: 0.6;
  text-decoration: none;
}

.is-animation .icon-link a{color:#FFF;text-decoration: none;}
header:hover .icon-link a{color:#FFF;text-decoration: none;}

.icon-link a:hover {
  text-decoration: none;
  color:52658F;
  opacity: 0.6;
}

.icon-link .login{
  font-size:20px;
}

.login a{text-decoration:none;padding:9px 15px;color:#FFF;}


@media only screen and  (max-width: 810px) {
.icon-link .login{ font-size:22px;}
.login a{padding:9px 13px;}
}

@media only screen and  (max-width: 568px) {
.icon-link .login{ display:none;}
}

/*gnav
-------------------------------------------------- */
.gnav-wrapper {
  position: relative;
  width:100%;
  margin:0 auto;
  z-index:0;
  display:block;
}

.is-animation .gnav-wrapper {
  background:#192B4F;
  transition: .5s;
}

header:hover .gnav-wrapper {
  background:#192B4F;
  transition: .5s;
}

@media only screen and  (max-width: 810px) {
.gnav-wrapper {
  display:none;
}
}

.gnav {
 text-align: center;
 width:100%;
  max-width:1280px;
  margin:0 auto;
}

.main-wrapper {
  width:100%;
}

.main-wrapper li{
  width:9%;
  display: inline-block;
  vertical-align: middle;
  padding:10px 0 10px;
  line-height:1.4;
  position: relative;
  color:#FFF;
  font-size:13px;
  text-align: center;
  box-sizing: border-box;
  letter-spacing:.1em;
}

.mr140{
  margin-right:150px;
}

.ml140{
  margin-left:150px;
}

.main-wrapper li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: 100%;
}

.main-wrapper  li a:hover {
  background-color: #fff;
  opacity: 0.1;
  z-index: 1;
}

.main-wrapper li img{
  width:auto;
  height:45px;
  margin-bottom:5px;
}

/* sp_head
--------------------------------------------------*/
.sp_head {display:none; }

@media only screen and  (max-width: 800px) {
.sp_head {
  display:block;
  position:absolute;
  top: 0;
  right: 0;
  width: 182px;
  padding:0 0;
  height: 60px;
  overflow:hidden;
}

@media only screen and  (max-width: 568px) {
.sp_head {
  width: 164px;
}
}

.sp_head .sp_nav{
  width:100%;
  padding: 0;
  margin:0 auto;
  position: relative;
}

.sp_head ul{
  width:100%;
  height: 60px;
  overflow:hidden;
  display:block;
  padding: 0;
  margin:0 auto;
}

.sp_head li{
  text-align: center;
  width:60px;
  padding: 0 0 0;
  margin:0 1px 0 0;
  box-sizing: border-box;
  display:inline-block;
  height: 60px;
  position: relative;
  overflow: hidden;
}

@media only screen and  (max-width: 568px) {
.sp_head li{
  width:55px;
}
}

.sp_head li:hover {
  background: #000;
}

.sp_head li:hover a {
  color: #FFF;
  text-decoration: none;
}

.sp_head a {
  color: #FFF;
  display:block;
  text-decoration: none;
}

.sp_head li img{
  width:auto;
  height:24px;
  margin:9px auto 6px;
}

@media only screen and  (max-width: 568px) {
.sp_head li img{
  height:22px;
  margin:10px auto 6px;
}
}

.sp_head li p{
  font-size:11px;
  margin:0;
  padding:0;
  width:100%;
  line-height:1;
}

