@charset "utf-8";
.header {
  width: 100%;
  background: #f8f3ed;
  /* position: fixed;
  z-index: 99; */
}
.header.header__fixed {
  position: fixed;
  /* top: -20px; */
  width: 100%;
  left: 0;
  z-index: 10;
}
.header__group {
  position: relative;
}
.header__top {
  padding: 15px 20px 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__left {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 31%;
  max-width: 324px;
  min-width: 304px;
}
.header__left.sp {
  display: none;
}
.header__logo {
  width: 100%;
}
.header__logoLink {
  display: block;
  width: 100%;
}

.header__nav-inner {
  /* width: 100%; */
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__nav-list {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.header__nav-listItem {
  position: relative;
}

.header__nav-listLink {
  display: block;
  padding: 12px 15px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  color: #000;
  position: relative;
  /* transition: color 0.3s; */
}
/* .header__nav-listLink.icon6 {
  padding-right: 0;
} */
.header__nav-listLink.icon0::before {
  content: "";
  width: 16px;
  height: 14px;
  background: url(../imgs_new/common/header_icon_00.svg) center center / cover
    no-repeat;
  position: absolute;
  top: 50%;
  left: -5px;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
}
.header__nav-listLink.icon1::before {
  content: "";
  width: 16px;
  height: 13px;
  background: url(../imgs_new/common/header_icon_01.svg) center center / cover
    no-repeat;
  position: absolute;
  top: 50%;
  left: -5px;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
}
.header__nav-listLink.icon2::before {
  content: "";
  width: 14px;
  height: 12px;
  background: url(../imgs_new/common/header_icon_02.svg) center center / cover
    no-repeat;
  position: absolute;
  top: 50%;
  left: -2px;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
}
.header__nav-listLink.icon3::before {
  content: "";
  width: 17px;
  height: 14px;
  background: url(../imgs_new/common/header_icon_03.svg) center center / cover
    no-repeat;
  position: absolute;
  top: 50%;
  left: -5px;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
}
.header__nav-listLink.icon4::before {
  content: "";
  width: 13px;
  height: 13px;
  background: url(../imgs_new/common/header_icon_04.svg) center center / cover
    no-repeat;
  position: absolute;
  top: 50%;
  left: -2px;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
}
.header__nav-listLink.icon5::before {
  content: "";
  width: 11px;
  height: 12px;
  background: url(../imgs_new/common/header_icon_05.svg) center center / cover
    no-repeat;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
}
.header__nav-listLink.icon6::before {
  content: "";
  width: 16px;
  height: 19px;
  background: url(../imgs_new/common/header_icon_06.svg) center center / cover
    no-repeat;
  position: absolute;
  top: 50%;
  left: -2px;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
}

.header__nav02 {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  transition: padding-bottom 0.5s;
}
.header__nav-list02 {
  padding: 0 30px;

  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
}
.header__nav-listItem02:nth-child(1) {
  width: 18.27%;
}
.header__nav-listItem02:nth-child(2) {
  width: 15.73%;
}
.header__nav-listItem02:nth-child(3) {
  width: 10.62%;
}
.header__nav-listItem02:nth-child(4) {
  width: 13.16%;
}
.header__nav-listItem02:nth-child(5) {
  width: 18.33%;
}
.header__nav-listItem02:nth-child(6) {
  width: 11.1%;
}
.header__nav-listItem02:nth-child(7) {
  width: 14.19%;
}
.header__deco {
  display: block;
  position: relative;
}
.header__deco::before {
  content: "";
  width: 1px;
  height: 18px;
  background: #808080;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
}
.header__deco.last::after {
  content: "";
  width: 1px;
  height: 18px;
  background: #808080;
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
}
.header_nav-listLink02 {
  display: block;
  padding: 25px 33px;
  /* padding: 25px 5vw; */
  /* padding: 25px clamp(33px, 3vw, 71px); */
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.14em;
  line-height: 1;
  color: #000;
  position: relative;
  text-align: center;
}
.header_nav-listLink02.active {
  /* color: #c00; 
  font-weight: bold; */
}
.header_nav-listLink02.arrow {
  padding-left: 25px;
}
.header_nav-listLink02.arrow::before {
  content: "";
  display: block;
  color: #808080;
  line-height: 1;
  width: 0.5em;
  height: 0.5em;
  border: 0.15em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%) rotate(135deg);
  -webkit-transform: translate(0, -50%) rotate(135deg);
  -ms-transform: translate(0, -50%) rotate(135deg);
}
.header_nav-listLink02.active.arrow::before {
  transform: translate(0, -50%) rotate(-45deg);
  -webkit-transform: translate(0, -50%) rotate(-45deg);
  -ms-transform: translate(0, -50%) rotate(-45deg);
}

/* .header__nav-listItem.current a {
  cursor: default;
  pointer-events: none;
} */

/* .nav__listLink:hover {
  color: #000;
} */
.wrap {
  width: 100%;
  position: relative;
}
/* 通常時は非表示 */
.child_menu {
  position: absolute;
  top: 100%;
  /* left: 0; */
  right: 0;
  display: none;
  /* width: 100%; */
  /* padding: 10px 10px 10px 100px; */
  /* border-bottom: 1px solid #ccc; */
  /* transition: all 0.3s; */
  background: #f8f3ed;
  color: #b55827;
  /* visibility: hidden; */
  /* opacity: 0; */
  /* white-space: nowrap; */
  /* transition: .5s; */
}

.dropdown {
  /* padding-right: 16px; */
  position: relative;
}

.pointer-none {
  cursor: default;
}

/* ナビゲーション下矢印部分 */
/* .dropdown::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 8px;
  height: 8px;
  display: block;
  background: url("../imgs/common/header_arrow.svg") center center / contain no-repeat;
} */

/* dropdownクラスhoverしたら隣接要素のdropdown_menuクラスを表示 */
/* .dropdown:hover + .dropdown_menu,
.dropdown_menu:hover {
  visibility: visible;
  opacity: 1;
  display: block;
} */

.child_menu li {
  margin: 0;
  position: relative;
}
.child_menu li::before {
  content: "";
  display: block;
  width: 11px;
  height: 1px;
  background: #808080;
  position: absolute;
  top: 17px;
  left: -14px;
}

.child_menu li a {
  display: block;
  width: fit-content;
  padding: 10px;
  font-size: 12px;
}

.header__nav-listItem02 {
  position: relative;
}

.wrap {
  position: relative;
  width: 100%; /* ナビ全体に広げる */
}

.dropdown_menu {
  position: absolute;
  top: 100%; /* 親メニューの下に出す */
  left: 0;
  display: none;
  z-index: 1000;
  width: 500px;
  padding-left: 30px;
}

.ham {
  width: 75px;
  height: 72px;
  border-left: 1px solid #ccc;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 9999;
  position: relative;
  display: none;
}

.ham__lineWrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.ham__lineWrapper span {
  display: block;
  width: 18px;
  height: 1px;
  background-color: #808080;
  transition: 0.3s;
}

.ham__lineWrapper span:nth-child(1) {
  /* position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%); */
}
.ham__lineWrapper span:nth-child(2) {
  transform: rotate(90deg);
}
/* .ham__lineWrapper span:nth-child(3) {
  position: absolute;
    transform: translateY(10px);
} */

/* .ham.open {
  width: 36px;
  height: 30px;
} */

.ham.open .ham__lineWrapper span:nth-child(1) {
  /* transform: rotate(45deg); */
  /* opacity: 0; */
}

.ham.open .ham__lineWrapper span:nth-child(2) {
  transform: rotate(0deg);
}

/* .ham.open .ham__lineWrapper span:nth-child(3) {
    transform: rotate(-45deg);
} */

.sp__fix {
  display: none;
}

@media screen and (max-width: 1400px) {
  .ham {
    display: block;
    /* margin-left: auto; */
    position: relative;
  }
  .child_menu {
    position: static;
    padding-left: 38px;
    padding-right: 15px;
    padding-bottom: 21px;
  }
  .dropdown_menu {
    width: 100%;
  }
  .header__wrapper {
  }
  .header__spBox {
    border-bottom: 1px solid #ccc;
    background: #f8f3ed;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 1000;
  }
  .header__inner {
    width: 100%;
    max-width: 100%;
    height: 100vh;

    overflow-y: auto;
    padding-top: 72px;
    background: #f8f3ed;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -99;
    opacity: 0;
    transition: all 0.3s;
    pointer-events: none;
    /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
    -ms-overflow-style: none;
    /*Firefoxへの対応*/
    scrollbar-width: none;
  }
  /*Google Chrome、Safariへの対応*/
  .header__inner::-webkit-scrollbar {
    display: none;
  }
  .header__inner.panelactive {
    opacity: 1;
    pointer-events: all;
    z-index: 999;
  }
  .header__group {
    min-height: 500px;
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
  }
  .header__top {
    padding: 16px 34px 50px 34px;
    border-top: 1px solid #ccc;
  }
  .header__left {
  }
  .header__left.pc {
    display: none;
  }
  .header__left.sp {
    display: block;
    width: 70%;
    padding-left: 20px;
    min-width: auto;
    position: relative;
    z-index: 99999;
  }
  .header__nav-inner {
    display: block;
    margin: 0 auto;
  }
  .header__nav {
    width: 100%;
    max-width: 100%;
    margin-bottom: 50px;
  }
  .header__nav-list {
    gap: 10px 5px;
  }
  .header__nav-listItem {
    width: fit-content;
    padding: 0;
    border-left: none;
    text-align: left;
  }
  .header__nav-listLink {
    padding: 6px 15px;
  }
  .header__nav-listItem:last-child {
    border-right: none;
  }
  .header__nav02 {
    border-top: none;
    border-bottom: none;
  }
  .header__nav-list02 {
    display: block;
    padding: 0;
  }
  .header__nav-listItem02:nth-child(1) {
    width: 100%;
  }
  .header__nav-listItem02:nth-child(2) {
    width: 100%;
  }
  .header__nav-listItem02:nth-child(3) {
    width: 100%;
  }
  .header__nav-listItem02:nth-child(4) {
    width: 100%;
  }
  .header__nav-listItem02:nth-child(5) {
    width: 100%;
  }
  .header__nav-listItem02:nth-child(6) {
    width: 100%;
  }
  .header__nav-listItem02:nth-child(7) {
    width: 100%;
  }
  .header__deco::before {
    display: none;
  }
  .header__deco.last::after {
    display: none;
  }
  .header_nav-listLink02 {
    padding: 21px 30px;
    border-top: 1px solid #ccc;
    text-align: left;
  }
}

@media screen and (max-width: 750px) {
  .sp__fix {
    width: 100%;
    display: flex;
    background-color: #e4dfc1;
    position: fixed;
    bottom: 0px;
    z-index: 2;
  }
  .sp__fix .header__nav-listItem {
    width: calc(100% / 3);
    list-style-type: none;
    text-align: center;
    position: relative;
  }
  .sp__fix .header__nav-listItem:nth-last-child(2)::before {
    content: "";
    width: 1px;
    height: 18px;
    background: #b7a958;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
  }
  .sp__fix .header__nav-listItem:nth-last-child(2)::after {
    content: "";
    width: 1px;
    height: 18px;
    background: #b7a958;
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
  }
  .sp__fix .header__nav-listLink {
    padding: 21px 15px;
  }
  .sp__fix .header__nav-listLink.icon1::before,
  .sp__fix .header__nav-listLink.icon2::before,
  .sp__fix .header__nav-listLink.icon3::before {
    display: none;
  }
  .sp__fix--span {
    position: relative;
    display: block;
    width: fit-content;
    margin: 0 auto;
    transform: translate(7px, 0px);
  }
  .sp__fix .header__nav-listLink.icon1 .sp__fix--span::before {
    content: "";
    width: 16px;
    height: 13px;
    background: url(../imgs_new/common/header_icon_01.svg) center center / cover
      no-repeat;
    position: absolute;
    top: 50%;
    left: -19px;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
  }
  .sp__fix .header__nav-listLink.icon2 .sp__fix--span::before {
    content: "";
    width: 14px;
    height: 12px;
    background: url(../imgs_new/common/header_icon_02.svg) center center / cover
      no-repeat;
    position: absolute;
    top: 50%;
    left: -19px;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
  }
  .sp__fix .header__nav-listLink.icon3 .sp__fix--span::before {
    content: "";
    width: 17px;
    height: 14px;
    background: url(../imgs_new/common/header_icon_03.svg) center center / cover
      no-repeat;
    position: absolute;
    top: 50%;
    left: -19px;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
  }
}
