/*--共通：ヘッダー--*/

@media screen and (min-width: 1041px) {
  header.backgroundWhite {
    background: rgba(255, 255, 255, 0.8);
  }
}

.header_top {
  height: 65px;
  border-bottom: 5px solid #c4d700;
  background: #000033;
}

.header_top_container {
  display: -webkit-box;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  height: 100%;
  margin: 0 50px;
}

.nav_menu {
  position: relative;
  border-bottom: 1px solid #d5dedb;
  background: #fff;
}

@media screen and (min-width: 1041px) {
  .nav_menu {
    z-index: 99999;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(10px);
  }
}

.nav_menu_contents {
  /* 	display: flex;
	justify-content: space-between; */
  align-items: center;
  padding: 5px 0;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  width: 100%;
  max-width: 1240px;
}

#Logo {
  display: none;
}

header h1 img {
  width: auto;
  height: 40px;
}

.header_menu {
  display: none;
}

.header_splist {
  display: flex;
  position: relative;
}

.header_splist li {
  /*   margin-right: 50px; */
  flex: 1;
  border-left: 1px solid #d5dedb;
}

.header_splist li:last-child {
  margin-right: 0;
}

.nav_menu_link {
  color: #004400;
  display: -webkit-box;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  height: 56px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

@media screen and (min-width: 1041px) {
  header.backgroundWhite .header_splist li a {
    /*   color: #333; */
  }
}

