@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 {
  border-bottom: 1px solid var(--gray);
  padding: 0;
}

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

header.header-type h2 {
  margin: 0;
}

header.header-type h2 span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 175px;
  height: 46px;
  background-color: var(--main-color);
  color: var(--white);
  font-size:18px;
}

header.header-type h2 span.img-logo {
  background-color: inherit;
}

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

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

header.header-type .gnav {
  margin: 0;
  padding: 0;
}

header.header-type .gnav li {
  font-size: 14px;
  padding-left: 20px;
}

header.header-type .other {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-left: 40px;
  border-left: 1px solid var(--gray);
}

header.header-type .other li {
  padding-left: 15px;
}

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

header.header-type .other li.con a.btn {
  display: block;
  width: 160px;
  line-height: 70px;
  text-align: center;
  background: var(--main-color);
  color: var(--white);
  font-size: 14px;
}

header.header-type .other li.con a.btn:hover {
  text-decoration: none;
  opacity: 0.8;
}

header.header-type .other li.phone {
  display: block;
  font-size: 22px;
  text-align: center;
  line-height: 1em;
}

header.header-type .other li.phone i {
  display: none;
}

header.header-type .other li.phone span {
  display: block;
  font-size: 12px;
}

body {
  margin-top: 0 !important;
}
