header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 100000;
}
header .header-pc {
  display: block;
}
header .header-sp {
  display: none;
}
header h1 {
  color: #fff;
  font-size: 0.9rem;
  position: absolute;
  left: 28%;
  top: 10px;
}
header .ups {
  background-color: #0d36ff;
  position: relative;
  height: 7vh;
}
header .ups .logo {
  position: absolute;
  top: 1vh;
  left: 6%;
  width: 6%;
  z-index: 10;
}
header .ups nav {
  position: absolute;
  left: 20%;
  top: 1.5vh;
}
header .ups nav li {
  float: left;
  padding: 3px 15px;
  border-right: #fff 1px solid;
  position: relative;
  display: inline;
}
header .ups nav a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  white-space: nowrap;
  color: #fff;
  font-size: 0.925rem;
}
header .downs {
  background-color: #fff;
  position: relative;
  height: 12vh;
  box-shadow: 0 2px 2px 1px #ccc;
}
header .downs .logo {
  position: absolute;
  top: 1vh;
  left: 5%;
  width: 13%;
  z-index: 10;
}
header .downs nav {
  position: absolute;
  left: 20%;
  top: 4vh;
}
header .downs nav li.first {
  font-size: 1rem;
  float: left;
  padding: 5px 15px;
  border-right: #666 1px solid;
  position: relative;
  display: inline;
}
header .downs nav li.first h2 a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  white-space: nowrap;
  color: #333;
  font-size: 0.95rem;
}
header .downs nav li.first h2 a::before {
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
  max-width: 0;
  border-bottom: 2px solid #0f8bff;
  padding-bottom: 5px;
  color: #0f8bff;
  content: attr(data-hover);
  transition: max-width 0.3s;
}
header .downs nav li.first h2 a:hover::before,
header .downs nav li.first h2 a:focus::before {
  max-width: 100%;
}
header .lang {
  position: absolute;
  right: 4%;
  bottom: 12%;
  width: 7%;
}
header .lang ul {
  display: table;
  width: 100%;
}
header .lang li {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
  padding: 0 2px;
  box-sizing: border-box;
  padding-top: 3px;
  transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
}
header .lang li:hover {
  padding-top: 0px;
}
header .lang figure {
  border: 2px solid #fff;
  box-sizing: border-box;
  background-color: #fff;
}

header nav li.first ul {
  position: absolute;
  top: 25px;
  left: -1px;
}
header nav li.first li.list {
  height: 0;
  overflow: hidden;
  width: 270px;
  background-color: #fff;
  position: relative;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
header nav li.first .list a {
  border-bottom: 3px solid #156aff;
  border-left: 1px solid #666;
  border-right: 1px solid #666;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0px;
  text-align: left;
  padding-top: 18px;
  padding-left: 15px;
  opacity: 0;
  font-size: 0.9rem;
  color: #333;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
header nav li.first:hover ul {
  opacity: 1;
  -moz-opacity: 1;
  top: 26px;
  z-index: 10001;
}
header nav li.first:hover li.list {
  height: 50px;
  overflow: visible;
}
header nav li.first:hover li.list a {
  opacity: 1;
  height: 50px;
}
header nav li.first:hover li.list a:hover {
  color: #1c91ff;
}
header nav li.first:hover li.list:last-child {
  border-bottom: #1c91ff 1px solid;
}

header,
header .ups,
header .logo,
header .lang {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

header.head_fix {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 100000;
}
header.head_fix h1 {
  display: none;
}
header.head_fix .ups {
  height: 0px;
}
header.head_fix .ups .logo {
  opacity: 0;
}
header.head_fix .downs {
  background-color: #fff;
  position: relative;
  box-shadow: 0 1px 1px 1px #ccc;
  height: 8vh;
}
header.head_fix .downs .logo {
  position: absolute;
  top: 0.5vh;
  left: 6%;
  width: 10%;
  z-index: 10;
}
header.head_fix nav {
  top: 10px;
}
header.head_fix nav li.first {
  font-size: 1rem;
  padding: 5px 15px;
}
header.head_fix .lang {
  bottom: 15%;
}

@media only screen and (max-width: 1024px) {
  header {
    width: 100%;
    position: relative;
    top: 0;
    z-index: 100000;
    height: auto;
    /* Toggle Button */
  }
  header .header-pc {
    display: none;
  }
  header .header-sp {
    display: block;
    position: relative;
    height: 85px;
  }
  header h1 {
    display: none;
  }
  header .logo {
    position: absolute;
    top: 10px;
    right: auto;
    width: 32%;
    left: 5%;
  }
  header .ups {
    height: 60px;
  }
  header .ups .logo {
    top: 1vh;
    left: 5%;
    width: 13%;
    z-index: 10;
  }
  header .ups nav {
    left: 20%;
    top: 1.8vh;
  }
  header .ups nav a {
    font-size: 0.95rem;
  }
  header #header-toggle-sp {
    display: block;
    position: fixed;
    right: 10px;
    top: 8px;
    width: 48px;
    height: 48px;
    cursor: pointer;
    z-index: 100001;
    background-color: #ffffff;
    border-radius: 25px;
  }
  header #header-toggle-sp div {
    position: relative;
  }
  header #header-toggle-sp span {
    display: block;
    position: absolute;
    height: 5px;
    width: 25px;
    background: #0a509f;
    left: 11.5px;
    transition: 0.35s ease-in-out;
  }
  header #header-toggle-sp span:nth-child(1) {
    top: 12px;
  }
  header #header-toggle-sp span:nth-child(2) {
    top: 22px;
  }
  header #header-toggle-sp span:nth-child(3) {
    top: 32px;
  }
  header .lang {
    position: absolute;
    right: 18%;
    bottom: 68%;
    width: 32%;
  }
  header .lang li {
    padding: 0 5px;
    padding-top: 3px;
  }
  header .lang figure {
    border: 3px solid #fff;
  }
  .open #header-toggle-sp span:nth-child(1) {
    top: 20px;
    transform: rotate(315deg);
  }
  .open #header-toggle-sp span:nth-child(2) {
    width: 0;
    display: none;
    left: 50%;
  }
  .open #header-toggle-sp span:nth-child(3) {
    top: 20px;
    transform: rotate(-315deg);
  }
  .open #global-nav-sp {
    /* #global-nav-sp top + #mobile-head height */
    transform: translateX(700px);
    opacity: 1;
  }
  /* #nav-toggle  */
  #global-nav-sp {
    position: fixed;
    top: 0px;
    left: -100%;
    background: white;
    color: #0e6cff;
    width: 92%;
    transition: 0.4s ease-in-out;
    padding: 0;
    box-sizing: border-box;
    height: 100vh;
    z-index: 10000;
  }
  #header-toggle-sp {
    display: block;
  }
  #global-nav-sp {
    /* #global-nav-sp top + #mobile-head height */
  }
  #global-nav-sp h2 {
    background-color: #0e6cff;
    padding: 20px 0;
    color: #fff;
    font-size: 1.4rem;
    text-align: center;
    font-weight: bold;
  }
  #global-nav-sp h3 {
    color: #333;
    font-size: 1.2rem;
    padding-left: 40px;
    min-height: 35px;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    padding-top: 5px;
    font-weight: bold;
    margin-left: 40px;
    margin-bottom: 5px;
  }
  #global-nav-sp .list {
    padding: 15px 0px 7px 50px;
    border-bottom: #888 1px solid;
    width: 100%;
    box-sizing: border-box;
  }
  #global-nav-sp .home {
    background-image: url(../../img/basic/icon-home.png);
  }
  #global-nav-sp .head_tour {
    background-image: url(../../img/basic/icon-tour.png);
  }
  #global-nav-sp .dst {
    background-image: url(../../img/basic/icon-dst.png);
  }
  #global-nav-sp .info {
    background-image: url(../../img/basic/icon-information.png);
  }
  #global-nav-sp .searvice {
    background-image: url(../../img/basic/icon-searvice.png);
  }
  #global-nav-sp .theme {
    background-image: url(../../img/basic/icon-theme.png);
  }
  #global-nav-sp .category {
    background-image: url(../../img/basic/icon-lxury.png);
  }
  #global-nav-sp .destination {
    background-image: url(../img/icon-destination.png);
  }
  #global-nav-sp li {
    background-repeat: no-repeat;
    padding-left: 45px;
    min-height: 18px;
    margin-top: 18px;
    font-size: 1.05rem;
    border-bottom: 1px dotted #aaa;
    padding-bottom: 10px;
  }
  #global-nav-sp li:last-child {
    border-bottom: 0px dotted #aaa;
    padding-bottom: 5px;
  }
  #global-nav-sp .list a {
    padding-top: 1px;
    color: #0e6cff;
    background-repeat: no-repeat;
    font-weight: bold;
  }
  #global-nav-sp .list li a {
    padding-left: 24px;
    display: inline-block;
    padding-bottom: 5px;
    background-image: url(../../img/basic/list.png);
    background-size: 18px 18px;
    background-position: 0 3px;
  }
  /* #nav-toggle  */
  .open #header-toggle-sp span:nth-child(1) {
    top: 28px;
    transform: rotate(315deg);
  }
  .open #header-toggle-sp span:nth-child(2) {
    width: 0;
    display: none;
    left: 50%;
  }
  .open #header-toggle-sp span:nth-child(3) {
    top: 28px;
    transform: rotate(-315deg);
  }
  .open div.box {
    width: 100%;
  }
  .open i {
    font-size: 1.2rem;
    padding-right: 5px;
  }
  .open .list_box {
    width: 100%;
    overflow-y: scroll;
    height: auto;
    height: 90vh;
  }
  .open #global-nav-sp {
    /* #global-nav-sp top + #mobile-head height */
    transform: translateX(100%);
  }
  header.head_fix {
    width: 100%;
    position: relative;
    top: 0;
    z-index: 100000;
  }
  header.head_fix .ups {
    height: 60px;
  }
  header.head_fix .ups .logo {
    opacity: 1;
  }
  header.head_fix h1 {
    display: none;
  }
  header.head_fix .downs {
    background-color: #fff;
    position: relative;
    height: auto;
    box-shadow: 0 1px 1px 1px #ccc;
    padding: 5px 0;
  }
  header.head_fix .downs figure {
    width: 80%;
    margin: 0 auto;
  }
  header.head_fix .lang {
    position: absolute;
    right: 18%;
    bottom: 68%;
    width: 32%;
  }
  .zw .open #header-toggle-sp span:nth-child(1) {
    top: 22px;
  }
  .zw .open #header-toggle-sp span:nth-child(3) {
    top: 22px;
  }
  .zw #global-nav-sp {
    /* #global-nav-sp top + #mobile-head height */
  }
  .zw #global-nav-sp h2 {
    font-size: 1.3rem;
    text-align: center;
    font-weight: bold;
  }
  .zw #global-nav-sp h3 {
    font-size: 1.15rem;
    padding-top: 3px;
  }
  .zw #global-nav-sp li {
    font-size: 1rem;
  }
  .zw #global-nav-sp .list a {
    padding-top: 0px;
  }
}
@media only screen and (max-width: 680px) {
  header .header-sp {
    height: 75px;
  }
  header .logo {
    position: absolute;
    top: 10px;
    width: 60%;
    left: 5%;
  }
  header .ups {
    height: 60px;
  }
  header .ups .logo {
    top: 1.5vh;
    left: 5%;
    width: 21%;
    z-index: 10;
  }
  header .ups nav {
    display: none;
  }
  #global-nav-sp {
    width: 96%;
    /* #global-nav-sp top + #mobile-head height */
  }
  #global-nav-sp h2 {
    background-color: #0e6cff;
    padding: 15px 0;
    font-size: 1.3rem;
    height: 50px;
  }
  #global-nav-sp h3 {
    color: #333;
    font-size: 1.1rem;
    padding-left: 40px;
    min-height: 35px;
    background-size: 30px 30px;
    padding-top: 5px;
    margin-left: 50px;
    margin-bottom: 5px;
  }
  #global-nav-sp .list {
    padding: 15px 0px 7px 0px;
    border-bottom: #888 1px solid;
    width: 100%;
    box-sizing: border-box;
    margin-top: 5px;
  }
  #global-nav-sp li {
    padding-left: 55px;
    font-size: 1rem;
    padding-bottom: 10px;
  }
  /* #nav-toggle  */
  .open #header-toggle-sp span:nth-child(1) {
    top: 22px;
  }
  .open #header-toggle-sp span:nth-child(3) {
    top: 22px;
  }
  .open i {
    font-size: 1.2rem;
    padding-right: 5px;
  }
  .open .list_box {
    height: 95vh;
  }
  .zw .open #header-toggle-sp span:nth-child(1) {
    top: 22px;
  }
  .zw .open #header-toggle-sp span:nth-child(3) {
    top: 22px;
  }
  .zw #global-nav-sp {
    /* #global-nav-sp top + #mobile-head height */
  }
  .zw #global-nav-sp h2 {
    font-size: 1.3rem;
  }
  .zw #global-nav-sp h3 {
    font-size: 1.1rem;
    padding-top: 3px;
  }
  .zw #global-nav-sp li {
    font-size: 0.95rem;
  }
}
@media only screen and (max-width: 390px) {
  header .header-sp {
    height: 75px;
  }
  header .logo {
    position: absolute;
    top: 10px;
    width: 65%;
    left: 5%;
  }
  header .ups {
    height: 60px;
  }
  header .ups .logo {
    top: 1.7vh;
    left: 5%;
    width: 25%;
    z-index: 10;
  }
  header .ups nav {
    display: none;
  }
  #global-nav-sp {
    width: 96%;
    /* #global-nav-sp top + #mobile-head height */
  }
  #global-nav-sp h2 {
    background-color: #0e6cff;
    padding: 15px 0;
    font-size: 1.3rem;
    height: 50px;
  }
  #global-nav-sp h3 {
    color: #333;
    font-size: 1.1rem;
    padding-left: 40px;
    min-height: 35px;
    background-size: 30px 30px;
    padding-top: 5px;
    margin-left: 45px;
    margin-bottom: 5px;
  }
  #global-nav-sp .list {
    padding: 15px 0px 7px 0px;
    border-bottom: #888 1px solid;
    width: 100%;
    box-sizing: border-box;
  }
  #global-nav-sp li {
    padding-left: 50px;
    font-size: 1rem;
    padding-bottom: 10px;
  }
  /* #nav-toggle  */
  .open #header-toggle-sp span:nth-child(1) {
    top: 22px;
  }
  .open #header-toggle-sp span:nth-child(3) {
    top: 22px;
  }
  .open i {
    font-size: 1.2rem;
    padding-right: 5px;
  }
  .open .list_box {
    height: 95vh;
  }
  .zw .open #global-nav-sp {
    /* #global-nav-sp top + #mobile-head height */
  }
  .zw .open #global-nav-sp h2 {
    font-size: 1.3rem;
  }
  .zw .open #global-nav-sp h3 {
    font-size: 1.05rem;
    padding-top: 3px;
  }
  .zw .open #global-nav-sp li {
    font-size: 0.925rem;
  }
}/*# sourceMappingURL=header.css.map */