@charset "UTF-8";
/* ヘッダー */
header h2 {
  margin: 0;
  font-size: 12px;
  display: flex;
  align-items: center;
}

header h2 span {
  font-weight: bold;
}

header h2 a {
  font-weight: bold;
}

header .inner {
  width: 1000px;
  display: flex;
  margin: auto;
}

header .links {
  display: none;
}

header .gnav {
  display: flex;
  justify-content: flex-end;
}

header .gnav li {
  display: block;
}

header .other li {
  display: none;
}

header .btncon {
  display: none;
}

header .btnopen {
  display: none;
}

header .btnclose {
  display: none;
}

header .btns {
  display: none;
}

header .boxbtn {
  display: none;
}

header img {
  vertical-align: middle;
}

header a {
  color: var(--black);
  text-decoration: none;
}

header.fixed {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: rgba(255, 255, 255, 0.7);
}

header.header-type {
  padding: 0;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: rgba(255, 255, 255, 0.7);
}

header.header-type .inner {
  justify-content: space-between;
  align-items: center;
}

header.header-type h2 {
  font-size: 26px;
  font-weight: bold;
}

header.header-type h2 span.img-logo img {
  height: 90px;
}

header.header-type .nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

header.header-type .gnav {
  align-items: center;
  margin: 0;
}

header.header-type .gnav li {
  font-size: 16px;
  padding-left: 30px;
}

header.header-type .gnav li a {
  font-weight: bold;
}

header.header-type .other {
  padding-left: 20px;
  margin: 0;
}

header.header-type .other li.con {
  display: block;
}

header.header-type .other li.con a {
  font-size: 13px;
}

header.header-type .other a {
  display: block;
  width: 100px;
  line-height: 100px;
  text-align: center;
  background: var(--main-color);
  color: var(--white);
  text-decoration: none;
}

header.header-type .other a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 960px) {
  body {
    margin-top: 0px !important;
  }
}
