@charset "UTF-8";
/* header */
#js-head {
  top: -100px;
  position: fixed;
  width: 100%;
  margin: 100px auto 0;
  line-height: 1;
  z-index: 999;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.11);
}

#global-nav {
  background-image: linear-gradient(180deg, rgb(255, 107, 3) 44.32%, rgb(255, 87, 4) 50.17%);
}

#global-nav ul {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  bottom: 0%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  color: white;
  color: #FFFFFF;
  padding-top: 6px;
  font-weight: bold;
  padding-bottom: 6px;
}

#global-nav ul li {
  width: 16.6%;
  position: relative;
  display: inline-block;
  margin-bottom: 0px;
  vertical-align: middle;
  text-align: center;
  border-left: thin solid rgb(231, 231, 231);
}

#global-nav ul li:last-of-type {
  border-right: thin solid rgb(231, 231, 231);
}

#global-nav li.current .sub a {
  border-bottom-color: #FFFFFF;
}

#global-nav a {
  margin: 0;
  text-align: center;
  width: 100%;
  float: left;
  border-bottom: 4px solid rgba(255, 255, 255, 0);
  padding: 1em;
  color: white;
}

#global-nav a:visited {
  text-decoration: none;
  color: #5B5B5B;
}

#global-nav a:link {
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
}

#global-nav a:visited {
  text-decoration: none;
  color: #FFFFFF;
}

#global-nav a:hover {
  color: #FFFFFF;
  border-bottom: 4px solid #75A5E9;
  text-decoration: underline;
}

/* Toggle Button */
#nav-toggle {
  display: none;
  top: 5px;
  width: 12%;
  cursor: pointer;
  z-index: 101;
  right: 2px;
  border-radius: 6px;
}

#global-nav a {
  color: white !important;
  font-size: 15px;
}

@media screen and (max-width: 768px) {
  #top-head {
    top: 0;
    position: fixed;
    margin-top: 0;
  }
  #global-nav {
    position: absolute;
    top: -500px;
    width: 100%;
    text-align: center;
    padding: 0 0px;
    transition: 0.5s ease-in-out;
    background-color: #FCFCFC;
    color: rgb(0, 0, 0);
  }
  #global-nav a {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
    text-align: center;
    width: 100%;
    float: none;
    display: block;
    border-bottom: 4px solid rgba(255, 255, 255, 0);
  }
  #global-nav ul {
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
    width: 100%;
    display: block;
    margin-left: 0px;
    font-size: 100%;
    margin-top: 0px;
  }
  #global-nav ul li {
    float: none;
    position: static;
    display: block;
    width: 100%;
    clear: both;
    border-left-style: none;
  }
  #js-head #global-nav ul li a {
    width: 100%;
    display: block;
    padding-right: 0;
    padding-left: 0;
    border-bottom: 1px solid rgba(194, 194, 194, 0.34);
    box-sizing: border-box;
    padding-top: 16px;
    height: 44px;
  }
  /* #global-nav スライドアニメーション */
  .open #global-nav {
    top: 100%; /* 追加 */
  }
  #global-nav a:link {
    text-decoration: none;
    color: rgb(0, 0, 0);
  }
  #global-nav a:visited {
    text-decoration: none;
    color: rgb(0, 0, 0);
  }
  #global-nav a:hover {
    color: rgb(7, 7, 7);
    border-bottom: thin solid rgb(222, 222, 222);
    background-color: #B4B4B4;
  }
}
/* 追加 */
.js-none {
  display: none !important;
}

.header-container {
  background-color: white;
}

.header-logo-box {
  padding: 2% 5%;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 20;
  align-items: center;
  background-color: white;
}
.header-logo-box_right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 40%;
}
.header-logo-box_right_time {
  width: 51%;
  display: none;
}
.header-logo-box_right_time_sp {
  display: block;
}
.header-logo-box_right_time_pc {
  display: none;
}
.header-logo-box_right_tel {
  width: 33%;
  border-radius: 6px;
  margin-right: 12%;
  max-width: 84px;
}
.header-logo-box_right_tel_sp {
  display: block;
}
.header-logo-box_right_tel_pc {
  display: none;
}
.header-logo-box_right_tel img {
  width: 100%;
}
.header-logo-box_right_hum-btn {
  width: 23%;
  border-radius: 6px;
  cursor: pointer;
  max-width: 58px;
}
.header-logo-box_right_hum-btn img {
  width: 100%;
}
.header-logo-box_left {
  width: 85%;
}
.header-logo-box_left a {
  display: block;
}
.header-logo-box_left img {
  width: 100%;
}

.nav {
  z-index: 20;
}

body {
  margin-top: 0;
}

@media (min-width: 767px) {
  .header-logo-box {
    max-width: 1000px;
    margin: 0 auto;
    padding: 10px 20px;
    justify-content: space-between;
    align-items: center;
  }
  .header-logo-box_right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 70%;
  }
  .header-logo-box_right_time {
    display: none;
  }
  .header-logo-box_right_time_sp {
    display: none;
  }
  .header-logo-box_right_time_pc {
    display: block;
    max-width: 210px;
  }
  .header-logo-box_right_tel {
    width: 340px;
    border-radius: 0px;
    overflow: hidden;
    max-width: 100%;
    margin: 0 0 0 auto;
  }
  .header-logo-box_right_tel_sp {
    display: none;
  }
  .header-logo-box_right_tel_pc {
    display: block;
    width: 100%;
  }
  .header-logo-box_right_tel img {
    width: 100%;
    height: auto;
  }
  .header-logo-box_right_hum-btn {
    display: none;
  }
  .header-logo-box_left {
    width: 430px;
    display: flex;
    align-items: center;
    padding: 10px 0;
  }
  .nav {
    z-index: 20;
  }
}/*# sourceMappingURL=header.css.map */