@charset "UTF-8";


header{
  width: 100%;
  height: 85px;
  z-index: 100;
  font-weight: 400;
  color: #333;
  position: fixed;
  font-size: 12px;
  box-shadow: 4px 8px 16px rgba(34,34,34,0.08);
}

.navbar-default {
  width: 100%;
  background-color: #fff;
  position: relative;
  display: flex;
}

.header-content{
  width: 1000px;
  margin: 0 auto;
  position: relative;
  display: flex;
}

#top-vg{
  height: 85px;
  margin-left: 5px;
  width: auto;
  position: relative;
}

#top-vg:hover{
  opacity: 0.6;
  transition: 0.5s;
  text-decoration: none;
}

header img{
  height: 75px;
  margin: 5px;
}

header p{
  line-height: 80px;
  font-weight: bold;
}

.nav__item a::after {
  bottom: -2px;
  left: 10%;
  content: '';
  width: 80%;
  margin: 0 auto;
  height: 2px;
  background: #000;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}

.nav__item a:hover::after {
  bottom: -2px;
  opacity: 1;
  visibility: visible;
}


.header-cta{
  background: #ff9108;
  color: #fff;
  border-radius: 160px;
  font-size: 12px;
  font-weight: 500;
  width: 170px;
  letter-spacing: 0em;
  line-height: 32px;
  opacity: 1;
  padding: 8px 0px;
  text-align: center;
  max-width: calc(100% - 35px);
}

.header-cta:hover{
  text-decoration: none;
  opacity: 0.6;
  transition: 0.5s;
}

.nav__item_anker6{
  padding-bottom: 15px;
  text-align: -webkit-center;
}

.nav_item_contact{
  padding-top: 24px;
}


.header-right-img{
  margin:0px;
  height:85px;
}


@media screen and (max-width:891px) and (min-width:426px){


  .header-content{
    width: 100%;
    max-width: 425px;
  }

  header img{
    height: 40px;
    margin: 17.5px 5px;
  }

  .header-cta{
    width: 150px;
    margin-top: -10px;
  }

  .header-cta a{
    margin-top: -5px;
  }


  .header-right-img{
    display: none;
  }

}

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

header{
  height: 54px;
  width: 100%;
  max-width: 425px;
}

.header-content{
  width: 100%;
}

#top-vg{
  height: 54px;
  width: 100%;
  position: relative;
  max-width: 425px;
}

.header_logo{
    height: 54px;
    line-height: 54px;
    margin: 0px;
}

}




/* 新ヘッダー */

.nav__wrapper {
  margin: 0;
  background: #fff;
  max-height: 85px;
  position: absolute;
  right: 10px;
}

.site-header__wrapper {
  display: table-cell;
  max-width: 1000px;
  margin: auto;
  vertical-align: middle;
}

.nav__item{
  list-style: none;
}

.nav__item a{
  display: block;
  color: #000;
  text-decoration: none;
}

.nav__item a:hover{
  opacity: 0.6;
  transition: 0.5s;
}

.nav__item p{
  padding: 0px 20px;
  margin: 0;
}


.btn-trigger {
  position: relative;
  width: 17px;
  height: 12px;
  cursor: pointer;
  border: #fff;
  background-color: transparent;
}
.btn-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  border-radius: 4px;
}
.btn-trigger, .btn-trigger span {
  display: inline-block;
  transition: all .5s;
  box-sizing: border-box;
}
.btn-trigger span:nth-of-type(1) {
  top: 0;
  width: 17px;
}
.btn-trigger span:nth-of-type(2) {
  top: 5px;
  width: 17px;
}
.btn-trigger span:nth-of-type(3) {
  bottom: 0;
  width: 17px;
}


/*=============================
#btn01
=============================*/
#btn01.active span:nth-of-type(1) {
  -webkit-transform: translateY(20px) rotate(-45deg);
  transform: translateY(5px) rotate(-45deg);
}
#btn01.active span:nth-of-type(2) {
  opacity: 0;
}
#btn01.active span:nth-of-type(3) {
  -webkit-transform: translateY(-20px) rotate(45deg);
  transform: translateY(-5px) rotate(45deg);
}

.nav__toggle {
  display: none;
 }

@media (min-width: 769px) {
  .nav__wrapper {
    display: flex;
  }
}


@media (max-width: 768px) {
  .nav__wrapper {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: -1;
    background-color: #fff;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-100%);
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  }

  .nav__wrapper.active {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    padding: 0px;
  }

  .nav__item{
    width: 100%;
    background: #fff;
    text-align: center;
    display: block;
    margin: auto;
    height: 40px;
  }

  .nav__item a {
    display: block;
    background: #fff;
    margin: auto;
    text-align: center;
  }

  .nav__toggle {
    z-index: 1000;
    display: block;
    position: absolute;
    right: 2rem;
    top: 3rem;
  }

}

@media (max-width:425px){
  .nav__toggle {
    top: 1.4rem;
    right: 2rem;
  }

  .nav__item p {
    margin: auto;
  }

  .header-right-img{
    height: 54px;
    position: absolute;
    right: 0;
    z-index: 101;
  }
}
