@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
.gNaviBox {
  font-size: 16px;
  display: flex;
  justify-content: center;
}
body.open {
  height: 100%;
  overflow: hidden;
}
ul.menu {
  display: flex;
  justify-content: center;
  background: #ffffffeb;
}
.menu > li {
  cursor: pointer;
  display: flex;
  flex-flow: column;
  align-items: center;
  width: 220px;
  height: 57px;
}
.header02 .button {
  display: none;
}
.header03 .menu > li:first-child {
  display: none;
}
/*----------------------------------------------------------- slideSwiper */
/* WORKS 等のラベル用スパンに付与されるクラス */
.header03 .menu > li a span.miFlag {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* ::before で priority_high アイコンを表示 */
.header03 .menu > li a span.miFlag::before {
  content: "!";
  font-size: 75%;
  font-weight: 600;
  color: #ffffff;
  margin-right: 2px;
  line-height: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #b95757;
  padding: 2px 2px 2px 2px;
  border-radius: 10px;
  width: 15px;
  height: 15px;
}
/* 1520px */
@media screen and (max-width: 1520px) {
  .menu > li {
    width: 200px;
  }
}
.menu > li:hover {
  background: #e1e8e6;
}
.menu > li a {
  font-size: 14px;
  line-height: 1.2em;
  padding: 10px 10px;
  white-space: nowrap;
  color: #878788;
  font-weight: 500;
  display: flex;
  flex-flow: column;
  align-items: center;
}
.menu > li a span {
  display: block;
  text-align: center;
  font-family: trajan-pro-3, serif;
  font-style: normal;
  font-weight: 200;
  font-size: 130%;
  padding: 0 0 5px;
  color: #333333;
}
.menu > li a small {
  color: #878788;
}
.spNaviBtn > div {
  display: none;
}
.menu > li ul.sub-menu {
  display: none;
  width: 100%;
  padding: 0;
  position: relative;
  z-index: 999;
}
.menu > li:hover ul.sub-menu {
  display: block;
  background: #f1f5f4;
}
.menu > li.current:hover > ul.sub-menu {
  display: block;
  background: #f1f5f4;
}
.menu > li ul.sub-menu li {
  text-align: left;
  border-top: 1px solid #cfc9c9;
}
.menu > li ul.sub-menu li:hover {
  background: #e1e8e6;
}
/* フッターメニュー*/
ul.menuFooter {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}
.menuFooter > li {
  padding: 5px 1.5%;
  cursor: pointer;
}
.menuFooter > li a {
  font-size: 14px;
  line-height: 1.2em;
  padding: 0;
  white-space: nowrap;
  color: #fff;
}
.menuFooter > li a span {
  display: block;
  color: #fff;
  font-family: trajan-pro-3, serif;
  font-style: normal;
  font-weight: 200;
  font-size: 120%;
  letter-spacing: 2px;
  padding: 0 0 10px;
}
.menuFooter > li a small {
  color: #fff;
}
.menuFooter > li > ul.sub-menu li a {
  padding: 10px 10px 5px;
  display: block;
}
.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;
}
.header02 ul.menu {
  display: none;
}
br.mbr {
  display: none;
}
#spMenu {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 10000;
}
#spMenu ul {
  display: flex;
  width: 100%;
  border-top: 1px solid #969f95;
}
#spMenu ul li {
  width: calc(100% / 4)
}
#spMenu ul li:nth-child(1) {
  background: #142d15;
}
#spMenu ul li:nth-child(2) {
  background: #973e23;
  /*  background: #234524;*/
}
#spMenu ul li:nth-child(3) {
  background: #385636;
}
#spMenu ul li:nth-child(4) {
  background: #4f684a;
}
#spMenu ul li a {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 5px 0 5px;
  box-sizing: border-box;
}
#spMenu ul li a::before {
  content: "";
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  background-repeat: no-repeat;
}
#spMenu ul li:nth-child(1) a::before {
  background-image: url("/wp-content/themes/original-child/assets/img/common/sp_menu_icon_01.png");
}
#spMenu ul li:nth-child(2) a::before {
  background-image: url("/wp-content/themes/original-child/assets/img/common/sp_menu_icon_02.png");
}
#spMenu ul li:nth-child(3) a::before {
  background-image: url("/wp-content/themes/original-child/assets/img/common/sp_menu_icon_03.png");
}
#spMenu ul li:nth-child(4) a::before {
  background-image: url("/wp-content/themes/original-child/assets/img/common/sp_menu_icon_04.png");
}
#spMenu ul li span {
  padding: 5px 0 0;
  color: #fff;
}
/*----------------------------------------------------------- 1400px */
@media screen and (max-width: 1200px) {
  .header01 {
    padding: 0 55px 0 0;
    border-bottom: 1px solid #9da39d;
  }
  .gNaviBox {
    position: absolute;
    right: 6px;
    top: 41px;
  }
  .gNaviWrap {
    display: block;
    z-index: 1000;
    cursor: pointer;
    padding: 10px;
    background: #798d79;
  }
  .header02 ul.menu {
    display: none;
  }
  .header02 ul.close {
    display: none;
  }
  .header02 .menu .gNaviWrap, .header02 .menu .open {
    display: block;
    justify-content: flex-start;
  }
  .header02 .gNaviBox.open .menu {
    display: block;
    position: fixed;
    left: 0;
    background-color: #f0f0f0e6;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 9999;
    top: 63px;
  }
  .header02 .menu > li {
    position: relative;
  }
  .header02 .menu > li > p::after {
    content: "";
  }
  .header02 .menu > li:hover > p::after {
    content: "";
  }
  .header03 .menu > li:first-child {
    display: block;
  }
  .gNaviBox.open .menu li {
    display: block;
    padding: 10px;
    text-align: left;
    border-bottom: 1px solid #9aafc1;
  }
  .gNaviBox.open .menu li {
    border-right: none;
    width: auto;
  }
  .header02 .menu .gNaviWrap, .header02 .menu .open {
    box-shadow: none;
  }
  .spNaviBtn, .spNaviBtn span {
    display: inline-block;
    transition: all 0.3s;
  }
  .spNaviBtn {
    z-index: 20;
    width: 19px;
    height: 15px;
    position: relative;
    top: 0;
  }
  .spNaviBtn span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #152d15;
    border-radius: 4px;
  }
  .spNaviBtn span:nth-of-type(1) {
    top: 0;
  }
  .spNaviBtn span:nth-of-type(2) {
    top: 6px;
  }
  .spNaviBtn span:nth-of-type(3) {
    top: 12px;
  }
  .gNaviWrap .spTitle {
    display: block;
    font-size: 10px;
    bottom: -16px;
    right: -7px;
    color: #333;
  }
  .active .spNaviBtn span:nth-of-type(1) {
    transform: translateY(10px) rotate(-45deg);
    top: -1px;
  }
  .active .spNaviBtn span:nth-of-type(2) {
    opacity: 0;
  }
  .active .spNaviBtn span:nth-of-type(3) {
    transform: translateY(-2px) rotate(45deg);
    top: 11px;
  }
  ul.menuFooter {
    justify-content: center;
  }
}
/*----------------------------------------------------------- 1200px */
@media screen and (max-width: 1200px) {
  .gNaviBox {
    position: absolute;
    right: 8px;
    top: 11px;
  }
  .header02 .gNaviBox.open .menu {
    height: 100vh;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .header02 .gNaviBox.open .menu > li:last-child {
    margin: 0 0 150px 0;
  }
  .menu > li a span {
    font-size: 100%;
    color: #000;
  }
  .header02 .gNaviBox.open .menu li {
    padding: 5px;
    height: auto;
  }
  .header02 .menu > li a {
    align-items: flex-start;
  }
  .header02 .menu > li a span {
    text-align: left;
  }
  .header02 .menu > li:hover ul.sub-menu {
    display: none;
  }
  .header02 .menu > li.current:hover > ul.sub-menu {
    display: none;
  }
  .header02 .title .button {
    border: 1px solid #aea4a4;
    border-radius: 5px;
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 13px;
    top: 13px;
    z-index: 1000;
  }
  .header02 .title .button::before, .header02 .title .button::after {
    content: '';
    position: absolute;
    background: #333;
    top: 50%;
    width: 12px;
    height: 1px;
    transition: all 0.3s;
  }
  .header02 .title .button::before {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .header02 .title .button::after {
    transform: translateX(-50%);
  }
  .header02 .title .button.open::before {
    transform: translate(-50%, -50%);
  }
  .header02 .title .button.open::after {
    opacity: 0;
  }
  .header02 ul.sub-menu .button {
    display: none;
  }
  .header03 .menu > li a span {
    font-family: inherit;
    font-weight: 600;
  }
  .header03 .menu > li a span.miFlag::before {
    width: 12px;
    height: 12px;
  }
  .header03 .menu > li a small {
    display: none;
  }
  .header03 .menu > li {
    width: calc(100% / 4);
    height: 39px;
  }
  ul.menu {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  #spMenu {
    display: block;
  }
}
/*----------------------------------------------------------- 1024px  */
@media screen and (max-width: 1024px) {
  .header03 .menu > li a {
    padding: 5px;
  }
  .header03 .menu > li {
    height: 29px;
  }
}
/*----------------------------------------------------------- 812px  */
@media screen and (max-width: 812px) {
  .gNaviBox.open .menu {
    top: 58px;
  }
}
/*----------------------------------------------------------- 630px  */
@media screen and (max-width: 630px) {
  .header03 .menu > li a span {
    font-size: 100%;
    line-height: 1.2em;
    padding: 3px 0;
    font-weight: 500;
  }
  .header03 .menu > li a {
    font-size: 80%;
    letter-spacing: 0px;
  }
  .header03 .menu > li a span.miFlag::before {
    width: 10px;
    height: 10px;
  }
  #spMenu ul li span {
    font-size: 80%;
  }
}
/*----------------------------------------------------------- 530px  */
@media screen and (max-width: 530px) {
  .header03 br.mbr {
    display: block;
  }
  .header03 .menu > li a {
    font-size: 70%;
  }
  .header03 .menu > li {
    height: 29.44px;
  }
  .header03 .menu > li:nth-child(7) {
    height: 48.88px;
  }
}
/*----------------------------------------------------------- 480px  */
@media screen and (max-width: 480px) {
  .header01 {
    padding: 0 46px 0 0;
  }
  .header02 .gNaviBox.open .menu {
    top: 50px;
  }
  .gNaviWrap {
    padding: 8px;
  }
  .gNaviBox {
    position: absolute;
    right: 5px;
    top: 9px;
  }
  .menuFooter > li a span {
    font-size: 90%;
  }
  .menuFooter > li > ul.sub-menu li a {
    font-size: 60%;
  }
}