@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
.noAction {
  pointer-events: none
}
.gNaviBox {
  font-size: 16px;
  /* background: #e9e9e9; */
  display: flex;
  justify-content: center;
}
/* グローバルメニュー*/
ul.menu {
  display: flex;
  justify-content: center;
}
.menu > li {
    cursor: pointer;
    border-right: 1px solid #bbc0c7;
    display: flex;
    align-items: center;
}
.menu > li:last-child {
  border-right: none;
}
.menu > li a {
    font-size: 85%;
    line-height: 1.2em;
    display: flex;
    padding: 10px 28px;
}
.menu > li.current {
  background: #294628;
}
.menu > li.current a {
  color: #fff;
}
.menu > li:hover {
  opacity: 0.8;
}
.menu > li:hover a {
  color: #fff;
  opacity: 1;
}
.spNaviBtn > div {
  display: none;
}
/* フッターメニュー*/
ul.menuFooter {
  display: flex;
  justify-content: center;
  background: #294628;
}
.menuFooter > li {
  padding: 5px 17px;
  cursor: pointer;
  border-right: 1px solid #bbc0c7;
  display: flex;
  align-items: center;
}
.menuFooter > li:last-child {
  border-right: none;
}
.menuFooter > li a {
  font-size: 80%;
  line-height: 1.2em;
  display: flex;
  padding: 0;
  color: #fff;
}
.menuFooter > li.current {
  background: #618360;
}
.menuFooter > li.current a {
  color: #fff;
}
.menuFooter > li:hover {
  background: #0b0b4d;
}
.menuFooter > li:hover a {
  color: #fff;
  opacity: 1;
}
li.hidden {
  display: none;
}
li.none, li.none a {
  pointer-events: none;
  cursor: default;
}
li.none:hover {
  background: transparent;
}
li.none:hover, li.none a:hover {
  pointer-events: none;
  color: inherit;
  cursor: default;
}
li.none a {
  opacity: 0.5;
}
.spNaviBtn > div {
  display: none;
}
.menu .gNaviWrap, .menu .open {
  display: flex;
  justify-content: center;
  box-shadow: 0px 7px 6px -3px rgba(138, 138, 138, 0.65);
  padding: 0;
}
.menu .close {
  display: block;
}
.gNaviWrap .spTitle {
  display: none;
}
/*----------------------------------------------------------- 1280px */
@media screen and (max-width: 1280px) {
  .menuFooter > li {
    width: calc(100% / 4);
    justify-content: center;
    align-items: center;
    margin: 0 0 10px;
  }
  .gNaviWrap {
    display: block;
    position: absolute;
    right: 0px;
    top: 0;
    z-index: 1000;
    cursor: pointer;
    padding: 24px 5px 0;
  }
  ul.menu {
    display: none;
  }
  ul.close {
    display: none;
  }
  .menu .gNaviWrap, .menu .open {
    display: block;
    justify-content: flex-start;
  }
  .gNaviBox.open .menu {
    display: block;
    position: fixed;
    left: 0;
    background-color: #f0f0f0e6;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .menu > li {
    position: relative;
  }
  .menu > li.title::after {
    font-family: 'Material Icons';
    content: "\e5cf";
    position: absolute;
    right: 10px;
    top: 16px;
    font-size: 20px;
  }
  .menu > li a {
    color: #333333;
  }
  .menu > li > p::after {
    content: "";
  }
  .menu > li:hover > p::after {
    content: "";
  }
  .gNaviBox.open .menu li {
    display: block;
    padding: 10px;
    text-align: left;
    border-bottom: 1px solid #9aafc1;
  }
  .gNaviBox.open .menu li {
    border-right: none;
  }
  .gNaviBox.open .menu li:last-child {
    display: block;
    border-bottom: none;
  }
  .menu .gNaviWrap, .menu .open {
    box-shadow: none;
  }
  .spNaviBtn, .spNaviBtn span {
    display: inline-block;
    transition: all 0.3s;
  }
  .spNaviBtn {
    z-index: 20;
    width: 25px;
    height: 16px;
    position: relative;
    top: -1vmin;
  }
  .spNaviBtn span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #0b0b4d;
    border-radius: 4px;
  }
  .spNaviBtn span:nth-of-type(1) {
    top: 0;
  }
  .spNaviBtn span:nth-of-type(2) {
    top: 7px;
  }
  .spNaviBtn span:nth-of-type(3) {
    bottom: 0;
  }
  .gNaviWrap .spTitle {
    display: block;
    font-size: 10px;
    bottom: -16px;
    right: -7px;
    color: #0b0b4d;
  }
  .active .spNaviBtn span:nth-of-type(1) {
    transform: translateY(10px) rotate(-45deg);
  }
  .active .spNaviBtn span:nth-of-type(2) {
    opacity: 0;
  }
  .active .spNaviBtn span:nth-of-type(3) {
    transform: translateY(-4px) rotate(45deg);
  }
  #header02 .menu > li a br {
    display: none;
  }
}
/*----------------------------------------------------------- 1024px  */
@media screen and (max-width: 1024px) {
  ul.menuFooter {
    padding: 20px;
    flex-wrap: wrap;
  }
  .menuFooter > li {
    width: calc(100% / 3 - 120px);
    margin: 0 0 15px 0;
  }
  .menuFooter > li a {
    justify-content: center;
  }
}
/*----------------------------------------------------------- 860px  */
@media screen and (max-width: 860px) {
  .gNaviBox.open .menu {
    top: 110px;
  }
  .menuFooter > li {
    width: calc(100% / 2 - 40px);
  }
  .menuFooter > li:nth-child(odd) {
    border-left: 1px solid #bbc0c7;
  }
}
/*----------------------------------------------------------- 480px  */
@media screen and (max-width: 480px) {
  .gNaviWrap {
    padding: 15px 5px 0;
  }
  .menuFooter > li {
    width: calc(100% / 2 - 40px);
  }
}