@charset "UTF-8";
/*========*/
/* header */
/*========*/
header {
  color: #FFF;
  background-color: #280706;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}
header .wrap {
  display: flex;
  justify-content: space-between;
  max-width: 1920px;
  height: 120px;
  padding: 0 120px 0 30px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 767px) {
  header .wrap {
    flex-direction: column;
    padding: 8px 85px 6px 10px;
  }
}
header a {
  text-decoration: none;
}
header .h-logo {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  header .h-logo {
    margin-bottom: 5px;
  }
}
header .h-logo img {
  height: 60px;
}
@media (max-width: 767px) {
  header .h-logo img {
    height: 45px;
  }
}
header .h-logo a {
  display: block;
}
header .h-menu {
  font-family: "Noto Serif JP", serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  white-space: nowrap;
  gap: 14px;
  margin-bottom: 4px;
}
header .h-menu .list01 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .h-menu .list01 .wifi {
  background: url(/hitachinaka/images/common/com_ic_wifi.svg) no-repeat left center;
  background-size: 27px 20px;
  padding-left: 36px;
  margin-right: auto;
}
header .h-menu .list01 .bt {
  margin-left: 16px;
}
header .h-menu .list01 .bt a {
  color: #270706;
  font-weight: 500;
  background-color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  height: 36px;
  border-radius: 18px;
  transition: 0.4s;
}
header .h-menu .list01 .bt a:hover {
  color: #FFF;
  background-color: #780001;
}
header .h-menu .list02 {
  display: flex;
  gap: 8px;
  font-size: 15px;
  line-height: 1;
}
@media (max-width: 1109px) {
  header .h-menu .list02 {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  header .h-menu .list02 {
    font-size: 13px;
  }
}
header .note {
  position: absolute;
  left: 30px;
  bottom: 12px;
  font-family: "Noto Serif JP", serif;
  font-size: 15px;
  line-height: 1;
}
@media (max-width: 767px) {
  header .note {
    position: inherit;
    left: inherit;
    bottom: inherit;
    font-size: 13px;
    line-height: 1.4;
  }
}
header .menu {
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
  height: 100%;
  padding: 0 30px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  header .menu {
    width: 85px;
    padding: 0 20px;
  }
}
header .menu .menu-ic {
  position: relative;
  width: 60px;
  height: 36px;
}
@media (max-width: 767px) {
  header .menu .menu-ic {
    width: 45px;
    height: 30px;
  }
}
header .menu .menu-ic span {
  position: absolute;
  right: 0;
  display: block;
  width: 60px;
  height: 4px;
  background-color: #FFF;
  transition: 0.4s;
}
@media (max-width: 767px) {
  header .menu .menu-ic span {
    width: 45px;
    height: 2px;
  }
}
header .menu .menu-ic span:first-child {
  top: 0;
}
header .menu .menu-ic span:nth-child(2) {
  top: 16px;
}
@media (max-width: 767px) {
  header .menu .menu-ic span:nth-child(2) {
    top: 14px;
  }
}
header .menu .menu-ic span:last-child {
  top: 32px;
}
@media (max-width: 767px) {
  header .menu .menu-ic span:last-child {
    top: 28px;
  }
}
header .menu .menu-tx {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  margin-top: 12px;
}
@media (max-width: 767px) {
  header .menu .menu-tx {
    font-size: 14px;
  }
}
header .menu.open .menu-ic span:first-child {
  top: 16px;
  transform: rotate(34deg);
}
@media (max-width: 767px) {
  header .menu.open .menu-ic span:first-child {
    top: 14px;
  }
}
header .menu.open .menu-ic span:last-child {
  top: 16px;
  transform: rotate(-34deg);
}
@media (max-width: 767px) {
  header .menu.open .menu-ic span:last-child {
    top: 14px;
  }
}
header .menu.open .menu-ic span:nth-child(2) {
  opacity: 0;
}

.g-nv {
  color: #40220F;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  background-color: #280706;
  position: fixed;
  top: 120px;
  left: 0;
  width: 100%;
  max-height: calc(100vh - 120px);
  max-height: calc(100dvh - 120px);
  overflow-y: auto;
  padding: 16px;
  display: none;
  z-index: 100;
}
.g-nv .menu-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .g-nv .menu-nav {
    justify-content: flex-start;
  }
  .g-nv .menu-nav li {
    width: 100%;
  }
}
.g-nv .menu-nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  height: 40px;
  border-radius: 20px;
  background: #FFF;
  transition: 0.4s;
  text-decoration: none;
}
.g-nv .menu-nav a:hover {
  color: #FFF;
  background-color: #780001;
}
@media (max-width: 767px) {
  .g-nv .tel {
    color: #FFF;
    font-size: 16px;
    text-align: center;
    margin-top: 16px;
  }
}
/*# sourceMappingURL=header.css.map */