/*========*/
/* header */
/*========*/
@media (max-width: 1160px) {
  html.noscroll {
    overflow: hidden;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.15);
  z-index: 100;
}
header .contents {
  display: flex;
  justify-content: space-between;
  max-width: 1784px;
  padding: 0 12px;
  gap: 16px;
}
@media (max-width: 1160px) {
  header .contents {
    display: block;
  }
}
@media (max-width: 1160px) and (max-width: 599px) {
  header .contents {
    padding: 0;
  }
}
header .h-logo a {
  position: relative;
  display: table;
  padding: 18px 43px 20px 20px;
}
@media (max-width: 599px) {
  header .h-logo a {
    padding: 18px 30px 12px 24px;
  }
}
header .h-logo a:before,
header .h-logo a:after {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 101;
}
header .h-logo a:before {
  width: 36px;
  height: 36px;
  background-image: url(/images/common/pet_il02.png);
  bottom: -14px;
  left: 0;
}
@media (max-width: 599px) {
  header .h-logo a:before {
    width: 23px;
    height: 23px;
    bottom: -9px;
    left: 10px;
  }
}
header .h-logo a:after {
  width: 32px;
  height: 31px;
  background-image: url(/images/common/pet_il01.png);
  top: 6px;
  right: 0;
}
@media (max-width: 599px) {
  header .h-logo a:after {
    width: 21px;
    height: 20px;
    top: 10px;
  }
}
header .h-logo a img {
  width: 167px;
  height: 42px;
}
@media (max-width: 599px) {
  header .h-logo a img {
    width: 119px;
    height: 30px;
  }
}
@media (min-width: 1161px) {
  header nav {
    display: block !important;
  }
}
@media (max-width: 1160px) {
  header nav {
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    background: #fff;
    max-height: calc(100vh - 80px);
    max-height: calc(100dvh - 80px);
    overflow-y: auto;
    display: none;
  }
}
@media (max-width: 1160px) and (max-width: 599px) {
  header nav {
    top: 60px;
    max-height: calc(100vh - 60px);
    max-height: calc(100dvh - 60px);
  }
}
header .h-nv {
  display: flex;
  gap: 20px;
}
header .h-nv a {
  text-decoration: none;
}
@media (max-width: 1160px) {
  header .h-nv {
    width: 100%;
    padding: 32px 32px 48px;
    gap: 32px;
  }
}
@media (max-width: 1160px) and (max-width: 599px) {
  header .h-nv {
    font-size: 13px;
    padding: 24px 20px 40px;
    gap: 20px;
  }
}
header .g-nv {
  display: flex;
  gap: 20px;
}
@media (max-width: 1160px) {
  header .g-nv {
    display: block;
    width: 50%;
  }
}
header .g-nv > li {
  position: relative;
}
@media (min-width: 1160px) {
  header .g-nv > li:hover .nv01 .tx {
    color: #29847d;
  }
  header .g-nv > li:hover .nv02 {
    display: block !important;
  }
}
@media (max-width: 1160px) {
  header .g-nv > li .nv01 {
    border-bottom: 1px solid #333;
    transition: 0.4s;
  }
  header .g-nv > li + li {
    margin-top: 24px;
  }
}
@media (max-width: 1160px) and (max-width: 599px) {
  header .g-nv > li + li {
    margin-top: 16px;
  }
}
header .g-nv a {
  color: #333;
}
header .g-nv .nv01 {
  cursor: pointer;
}
header .g-nv .nv01 a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  padding: 12px 0;
}
@media (max-width: 1160px) {
  header .g-nv .nv01 a {
    display: block;
    height: auto;
    line-height: 1;
    padding: 16px 0;
  }
  header .g-nv .nv01 a:not(.nolink) {
    position: relative;
  }
  header .g-nv .nv01 a:not(.nolink):after {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    transform: rotate(45deg);
    right: 22px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
@media (max-width: 1160px) and (max-width: 599px) {
  header .g-nv .nv01 a:not(.nolink):after {
    right: 8px;
  }
}
header .g-nv .nv01 a .ic {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}
@media (max-width: 1160px) {
  header .g-nv .nv01 a .ic {
    display: none;
  }
}
header .g-nv .nv01 a .tx {
  line-height: 1;
}
header .g-nv .nv02 {
  position: absolute;
  background: rgba(41, 132, 125, 0.9);
  white-space: nowrap;
  display: none;
}
@media (min-width: 1160px) {
  header .g-nv .nv02 {
    display: none !important;
  }
}
@media (max-width: 1160px) {
  header .g-nv .nv02 {
    position: inherit;
    background: none;
    margin-top: 16px;
  }
}
header .g-nv .nv02 li a {
  color: #fff;
  display: block;
  line-height: 1;
  padding: 16px 48px 16px 16px;
  position: relative;
  transition: 0.4s;
}
@media (max-width: 1160px) {
  header .g-nv .nv02 li a {
    color: #333;
    padding-left: 0;
  }
}
header .g-nv .nv02 li a:before,
header .g-nv .nv02 li a:after {
  position: absolute;
  content: "";
}
header .g-nv .nv02 li a:before {
  width: calc(100% - 32px);
  height: 0;
  left: 16px;
  bottom: 0;
  border-bottom: 1px solid #6cc4bc;
}
@media (max-width: 1160px) {
  header .g-nv .nv02 li a:before {
    content: none;
  }
}
header .g-nv .nv02 li a:after {
  width: 5px;
  height: 5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  right: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 1160px) {
  header .g-nv .nv02 li a:after {
    width: 7px;
    height: 7px;
    border-width: 1px;
    border-color: #333;
    right: 22px;
  }
}
@media (max-width: 1160px) and (max-width: 599px) {
  header .g-nv .nv02 li a:after {
    right: 8px;
  }
}
header .g-nv .nv02 li a:hover {
  background: #29847d;
}
@media (max-width: 1160px) {
  header .g-nv .nv02 li a:hover {
    background: none;
  }
}
header .g-nv .sp-only {
  display: none;
}
@media (max-width: 1160px) {
  header .g-nv .sp-only {
    display: block;
  }
}
@media (max-width: 1160px) {
  header .g-nv .pc-only {
    display: none;
  }
}
header .g-nv .ac-label {
  display: none;
}
@media (max-width: 1160px) {
  header .g-nv .ac-label {
    display: block;
  }
}
header .sub-link {
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 12px;
  margin-right: 8px;
}
header .sub-link .tel {
  color: #29847d;
  font-size: 22px;
  font-weight: bold;
  background: url(/images/common/ic_tel01_02.svg) no-repeat left center;
  background-size: 18px auto;
  padding-left: 22px;
}
header .sub-link .bt {
  margin-top: 12px;
}
header .sub-link .bt a {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  background: #ff9800;
  border-radius: 12px;
  padding: 0 20px;
  transition: 0.4s;
}
header .sub-link .bt a:hover {
  background: #333;
}
@media (max-width: 1160px) {
  header .sub-link {
    display: none;
  }
}
header .menu {
  display: none;
}
@media (max-width: 1160px) {
  header .menu {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    padding: 32px;
    z-index: 11;
    display: block;
  }
}
@media (max-width: 1160px) and (max-width: 599px) {
  header .menu {
    padding: 22px;
  }
}
@media (max-width: 1160px) {
  header .menu .menu-inner {
    position: relative;
    width: 24px;
    height: 16px;
  }
  header .menu .menu-inner span {
    position: absolute;
    right: 0;
    display: block;
    width: 24px;
    height: 1px;
    background: #333;
    transition: all 0.5s;
  }
  header .menu .menu-inner span:first-child {
    top: 0;
  }
  header .menu .menu-inner span:nth-child(2) {
    top: 8px;
  }
  header .menu .menu-inner span:last-child {
    top: 16px;
  }
}
@media (max-width: 1160px) {
  header .menu.open .menu-inner span:first-child {
    top: 7px;
    transform: rotate(45deg);
  }
  header .menu.open .menu-inner span:last-child {
    top: 7px;
    transform: rotate(-45deg);
  }
  header .menu.open .menu-inner span:nth-child(2) {
    opacity: 0;
  }
}
/*# sourceMappingURL=header.css.map */
