@charset "UTF-8";
/* -------------------------------------------------- */
/* 共通ヘッダー */
/*-------------------------------------------------- */
header:not(.fixed) h1 .fixLogo {
  display: none;
}

header {
  left: 0;
  right: 0;
  top: 0;
  z-index: 20;
  width: 100%;
  position: relative;
}
header .none {
  display: none;
}
header a {
  font-weight: 500;
  color: #000;
}
header a:visited {
  color: #000;
}
@media (min-width: 769px) {
  header a:hover {
    color: #888;
    transition-duration: 0.5s;
  }
}
header .bg_green {
  background-color: #d9e6d6;
  padding: 8px 0;
}
@media (min-width: 769px) and (max-width: 768px) {
  header {
    margin: 16px auto 16px;
  }
}
@media (min-width: 769px) {
  header .navi_title {
    display: inline-block;
  }
  header .flex {
    display: flex;
    justify-content: space-between;
    height: 100%;
  }
  header .flex .flex3 {
    height: 100%;
  }
  header .flex .flex3.no1 {
    display: flex;
    align-items: center;
    width: 200px;
    /* style */
  }
  header .flex .flex3.no2 {
    z-index: 1;
    width: calc(100% - 350px);
    right: 0;
    margin-left: auto;
  }
  header .flex .flex3.no3 {
    width: 100%;
  }
  header .flexChild {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  header .flexChild .num1 {
    width: 100%;
    font-size: 13px;
    font-size: 1.3rem;
    text-align: right;
    margin-top: 4px;
    margin-bottom: 16px;
  }
  header .flexChild .num2 {
    width: 50%;
    max-width: 309px;
  }
  header .flexChild .num2 img {
    max-height: 55px;
    margin-left: auto;
  }
  header .flexChild .num3 {
    width: 50%;
    max-width: 222px;
    margin-top: auto;
  }
  header .flexChild .num3 img {
    max-height: 55px;
    margin-left: auto;
  }
  header .flexChild .num3 img:hover {
    opacity: 0.5;
    transition-duration: 0.5s;
  }
  header .navi {
    font-weight: 500;
    height: 100%;
    position: relative;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    padding: 32px 0;
  }
  header .navi > ul {
    display: flex;
    height: 100%;
    justify-content: space-around;
  }
  header .navi > ul > li {
    position: relative;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.1em;
    z-index: 1;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 46px;
  }
  .safari header .navi > ul > li {
    padding-left: 16px;
  }
  header .navi > ul > li:after {
    content: "";
    border-left: 1px solid #aaa;
    width: 1px;
    height: 26px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    /* style */
  }
  header .navi > ul > li:nth-of-type(1):before {
    content: "";
    border-left: 1px solid #aaa;
    width: 1px;
    height: 26px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    /* style */
  }
  header .navi > ul > li a:hover {
    opacity: 0.5;
    transition-duration: 0.5s;
  }
  header .navi > ul > li a .image {
    width: 50px;
    margin: auto;
    height: 50px;
    display: flex;
    margin-bottom: 4px;
    justify-content: center;
    align-items: center;
  }
  header .navi > ul > li a .image img {
    margin: auto;
  }
  header .navi > ul > li a > div {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 1000px) and (min-width: 769px) {
  header .flex {
    align-items: center;
  }
  header .flexChild .num1 {
    margin-bottom: 32px;
  }
  header .flexChild .num2 {
    width: 55%;
  }
  header .flexChild .num3 {
    width: 45%;
  }
  header .navi > ul {
    align-items: center;
  }
  header .navi > ul > li {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0 32px;
  }
}
@media (min-width: 769px) {
  #nav_toggle {
    display: none;
  }
}
/*--------------------------------------------------- */
/* レスポンシブ */
/*--------------------------------------------------- */
@media (max-width: 768px) {
  header {
    background-color: #d9e6d6;
    display: flex;
    justify-content: space-between;
    padding: 16px 0;
    align-items: center;
  }
  header .navi_title img {
    width: 120px;
  }
  header .flexChild {
    display: none;
  }
}
header.fixed {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.9);
  margin: 0;
  width: 100%;
  max-width: initial;
  z-index: 100;
}
@media (min-width: 769px) {
  header.fixed .bg_green {
    padding: 12px 0;
  }
}
header.fixed .none {
  display: block;
}
header.fixed .navi_title {
  display: flex;
  align-items: center;
}
header.fixed .navi_title img {
  max-width: 120px;
}
header.fixed .navi_title .normalLogo {
  display: none;
}
header.fixed nav a {
  color: #333;
}
header.fixed nav a:visited {
  color: #333;
}
header.fixed nav a:hover {
  color: #aaa;
}
header.fixed #nav_toggle span {
  background: #111;
}
@media (min-width: 769px) {
  header.fixed .flex {
    margin: auto;
  }
  header.fixed .flex .flex3 {
    height: 100%;
  }
  header.fixed .flex .flex3.no1 {
    display: flex;
    align-items: center;
    width: 350px;
    /* style */
  }
  header.fixed .flex .flex3.no2 {
    z-index: 1;
    width: calc(100% - 350px);
    right: 0;
    margin-left: auto;
  }
  header.fixed .flex .flex3.no3 {
    width: 100%;
  }
  header.fixed .flexChild {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  header.fixed .flexChild > div {
    display: flex;
    align-items: center;
  }
  header.fixed .flexChild .num1 {
    display: none;
  }
  header.fixed .flexChild .num2 {
    width: 50%;
    max-width: 202px;
    padding-right: 24px;
  }
  header.fixed .flexChild .num2 img {
    margin-left: auto;
  }
  header.fixed .flexChild .num3 {
    width: 50%;
    max-width: 162px;
  }
  header.fixed .flexChild .num3 img {
    margin-left: auto;
  }
  header.fixed .navi {
    padding: 24px 0;
  }
  header.fixed .navi > ul > li {
    font-size: 16px;
    font-size: 1.6rem;
    padding-left: 52px;
    padding-right: 52px;
  }
  header.fixed .navi > ul > li:after {
    height: 20px;
  }
  header.fixed .navi > ul > li:nth-of-type(1):before {
    height: 20px;
  }
}

@media (max-width: 768px) {
  header.fixed {
    background-color: #d9e6d6;
  }
  header.fixed .btnFlex {
    display: none;
  }
  header.fixed .flex .flex2.no3 {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  header.fixed nav {
    top: 90px;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  header.fixed #nav_toggle {
    margin-top: 3px;
  }
}

@media (max-width: 768px) {
  header nav {
    display: none;
    position: absolute;
    top: 90px;
    width: 100%;
    left: 0;
    z-index: 5;
    background-color: white;
    border-top: 1px solid #eee;
  }
  header nav ul {
    margin: 0 auto;
    display: block;
    width: 100%;
    height: fit-content;
    display: flex;
    flex-wrap: wrap;
  }
  header nav li {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #eee;
    padding: 6px 0 6px 0;
    margin: 0 auto;
  }
  header nav li:nth-last-of-type(even) {
    border-right: 1px solid #eee;
  }
  header nav li a, header nav li a:visited {
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    word-break: break-all;
    width: 100%;
    height: 100%;
    text-align: center;
    border: none;
    font-size: 16px;
    font-size: 1.6rem;
    color: #000;
  }
  header nav li:nth-last-of-type(1) {
    background-color: #007600;
  }
  header nav li:nth-last-of-type(1) a, header nav li:nth-last-of-type(1) a:visited {
    color: #fff;
  }

  #nav_toggle {
    display: block;
    width: 40px;
    height: 40px;
    position: relative;
    z-index: 100;
    color: #fff;
    cursor: pointer;
  }
  #nav_toggle div {
    position: relative;
    top: 8px;
  }
  #nav_toggle span {
    display: block;
    height: 3px;
    background: #000;
    position: absolute;
    width: 100%;
    transition: 0.5s ease-in-out;
  }
  #nav_toggle span:nth-child(1) {
    top: 0px;
  }
  #nav_toggle span:nth-child(2) {
    top: 12px;
  }
  #nav_toggle span:nth-child(3) {
    top: 24px;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  #nav_toggle {
    width: 26px;
    height: 26px;
  }
  #nav_toggle div {
    top: 1px;
  }
  #nav_toggle span {
    height: 3px;
  }
  #nav_toggle span:nth-child(1) {
    top: 0px;
  }
  #nav_toggle span:nth-child(2) {
    top: 8px;
  }
  #nav_toggle span:nth-child(3) {
    top: 16px;
  }
}

.open #nav_toggle span:nth-child(1) {
  top: 12px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  transform: rotate(135deg);
}
.open #nav_toggle span:nth-child(2) {
  width: 0;
  left: 50%;
}
.open #nav_toggle span:nth-child(3) {
  top: 12px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

@media (min-width: 769px) {
  header nav {
    display: block !important;
  }
}
