@charset "UTF-8";
#header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  background: #F3F4EE;
  transition: 1s;
}
#header .hpc {
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  transition: 1s;
  position: relative;
  width: 100%;
  padding: 2.32vw 5.2083333333vw;
  z-index: 10;
}
#header .hpc .logo {
  display: block;
  z-index: 2;
}
#header .hpc .logo span {
  display: block;
  color: #313133;
  line-height: 1;
}
#header .hpc .logo span.txt-t {
  display: flex;
  align-items: center;
  gap: 0.5vw;
  margin-bottom: 0.78125vw;
}
#header .hpc .logo span.txt-t span {
  background: #01640B;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  width: 3.6458333333vw;
  height: 1.5625vw;
  border-radius: 0.2vw;
}
#header .hpc .logo:hover {
  opacity: 0.8;
}
#header .hpc .header-menu {
  align-items: center;
  justify-content: flex-end;
  position: relative;
  z-index: -1;
  transform: 0.5s;
  box-sizing: border-box;
  gap: 2.6041666667vw;
}
#header .hpc .header-menu #menu-header-menu {
  flex-wrap: wrap;
  gap: 2.6041666667vw;
}
#header .hpc .header-menu #menu-header-menu > li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#header .hpc .header-menu #menu-header-menu > li a {
  box-sizing: border-box;
  color: #000000;
  font-size: 0.8333333333vw;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  transition: 0.5s;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  gap: 0.3125vw;
}
#header .hpc .header-menu #menu-header-menu > li a:hover {
  color: #313133;
}
#header .hpc .header-menu .txt-h {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
#header .hpc .header-menu .txt-h span {
  color: #01640B;
  letter-spacing: normal;
}
#header .hpc .header-menu .txt-h span.txt-n {
  display: flex;
  align-items: center;
  gap: 0.3vw;
}
#header .hpc .header-menu .txt-h span.txt-n svg {
  display: flex;
  width: 1.25vw;
  height: 1.25vw;
}
#header .hpc .header-menu .txt-h span.txt-t {
  display: block;
}
#header .hsp {
  display: none;
}
#header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  box-shadow: 0 0 3px #313133;
}
#header.fixed .hpc {
  padding: 1.2vw 5.2083333333vw;
}
#header.fixed .hpc .logo {
  z-index: 10;
}
#header.fixed .hpc .header-menu {
  top: 0;
  right: 0;
  height: initial;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  #header {
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    width: 100%;
  }
  #header .hpc {
    display: none;
  }
  #header .hsp {
    display: block;
  }
  #header .hsp .menu-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    position: relative;
    z-index: 11;
    padding-left: 20px;
    background: #F3F4EE;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  }
  #header .hsp .menu-bar .logo {
    display: block;
    z-index: 2;
  }
  #header .hsp .menu-bar .logo span {
    display: block;
    color: #313133;
    line-height: 1;
    font-size: 22px;
  }
  #header .hsp .menu-bar .logo span.txt-t {
    display: flex;
    align-items: center;
    font-size: 10px;
    gap: 5px;
    margin-bottom: 8px;
  }
  #header .hsp .menu-bar .logo span.txt-t span {
    background: #01640B;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    width: 45px;
    height: 18px;
    border-radius: 0.2vw;
    font-size: 10px;
  }
  #header .hsp .menu-bar .logo:hover {
    opacity: 0.8;
  }
  #header .hsp .menu-bar .btns {
    display: flex;
  }
  #header .hsp .menu-bar .tel {
    width: 70px;
    height: 70px;
    background: #CCE0CE;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #header .hsp .menu-bar .tel svg {
    display: flex;
    width: 32px;
    height: 30.93px;
  }
  #header .hsp .menu-bar .menu-btn {
    display: block;
    width: 70px;
    height: 70px;
    position: relative;
    z-index: 2;
    background: transparent;
    background: #01640B;
  }
  #header .hsp .menu-bar .menu-btn div {
    height: 2px;
    width: 30px;
    background: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    transition: all 0.6s ease;
  }
  #header .hsp .menu-bar .menu-btn div:nth-of-type(1) {
    top: calc(50% - 9px);
  }
  #header .hsp .menu-bar .menu-btn div:nth-of-type(2) {
    top: 50%;
  }
  #header .hsp .menu-bar .menu-btn div:nth-of-type(3) {
    top: calc(50% + 9px);
  }
  #header .hsp .menu-bar .menu-btn.active {
    width: 70px;
    height: 70px;
  }
  #header .hsp .menu-bar .menu-btn.active div {
    width: 28px;
  }
  #header .hsp .menu-bar .menu-btn.active div:nth-of-type(1) {
    top: 50%;
    transform: translateX(-50%) rotate(-35deg);
  }
  #header .hsp .menu-bar .menu-btn.active div:nth-of-type(2) {
    display: none;
  }
  #header .hsp .menu-bar .menu-btn.active div:nth-of-type(3) {
    top: 50%;
    transform: translateX(-50%) rotate(35deg);
  }
  #header .hsp .menu-btn-nav {
    opacity: 0;
    visibility: hidden;
    transition: 0.7s;
    position: fixed;
    top: 0;
    right: -100%; /* 初期状態では非表示 */
    bottom: 0;
    width: 100%;
    height: 100%;
    padding-top: 70px;
    max-width: initial;
    background: #F3F4EE;
    -webkit-backdrop-filter: blur(0.5rem);
            backdrop-filter: blur(0.5rem);
    box-sizing: border-box;
    z-index: 10;
  }
  #header .hsp .menu-btn-nav .logo {
    width: 200px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
  }
  #header .hsp .menu-btn-nav .logo:hover {
    opacity: 0.8;
  }
  #header .hsp .menu-btn-nav .in-box {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    overflow-y: scroll;
  }
  #header .hsp .menu-btn-nav .menus {
    width: 100%;
    margin: 0 auto;
    background: #CCE0CE;
    padding: 20px 0;
  }
  #header .hsp .menu-btn-nav .menus #menu-header-menu-sp {
    width: 90%;
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #header .hsp .menu-btn-nav .menus #menu-header-menu-sp li {
    width: 100%;
    border-radius: 0;
    box-sizing: border-box;
    background-image: repeating-linear-gradient(90deg, #000000, #000000 2px, transparent 2px, transparent 4px);
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 100% 1px;
  }
  #header .hsp .menu-btn-nav .menus #menu-header-menu-sp li a {
    position: relative;
    width: 100%;
    height: 100%;
    font-size: 14px;
    color: #000000;
    padding: 20px 10px;
    display: flex;
    align-items: center;
    font-family: "Noto Sans JP", "Zen Kaku Gothic New", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 700;
    box-sizing: border-box;
    gap: 0;
  }
  #header .hsp .menu-btn-nav .menus #menu-header-menu-sp li a:after {
    content: "";
    background: url(../img/spmenu_arrow.svg) center no-repeat;
    background-size: cover;
    width: 9px;
    height: 14px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  #header .hsp .menu-btn-nav .menus #menu-header-menu-sp li:last-child {
    background-image: none;
  }
  #header .hsp .menu-btn-nav .tables {
    width: 90%;
    margin: 0 auto;
    margin-top: 30px;
  }
  #header .hsp .menu-btn-nav .tables .table-inner {
    border: solid 2px #01640B;
    flex: none;
    box-sizing: border-box;
    background: #ffffff;
    border-radius: 10px;
    padding: 15px;
    text-align: center;
    margin-bottom: 10px;
  }
  #header .hsp .menu-btn-nav .tables .table-box {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    box-sizing: border-box;
    border: none;
  }
  #header .hsp .menu-btn-nav .tables .table-box tr {
    padding: 0;
    border-bottom: solid 1px #01640B;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #header .hsp .menu-btn-nav .tables .table-box tr th, #header .hsp .menu-btn-nav .tables .table-box tr td {
    font-size: 12px;
    height: 30px;
    text-align: center;
    border: none;
    box-sizing: border-box;
    width: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0;
    padding: 0;
    margin: 0;
  }
  #header .hsp .menu-btn-nav .tables .table-box tr th:first-child, #header .hsp .menu-btn-nav .tables .table-box tr td:first-child {
    width: 30%;
    flex: none;
  }
  #header .hsp .menu-btn-nav .tables .table-box tr td {
    color: #01640B;
  }
  #header .hsp .menu-btn-nav .tables .table-box tr td.col {
    color: #E37D74;
  }
  #header .hsp .menu-btn-nav .tables .table-box tr td:first-child {
    color: #313133;
  }
  #header .hsp .menu-btn-nav .tables .table-box tbody tr:last-child {
    border-bottom: none;
  }
  #header .hsp .menu-btn-nav .tables .txt-p {
    text-align: start;
    font-size: 12px;
    line-height: 1.3em;
    margin-top: 5px;
  }
  #header .hsp .menu-btn-nav .info {
    width: 90%;
    margin: 0 auto;
    padding-top: 30px;
    margin-top: 30px;
    padding-bottom: 30px;
    border-top: solid 1px #898989;
  }
  #header .hsp .menu-btn-nav .info .txt-ad {
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-top: 20px;
  }
  #header .hsp .menu-btn-nav .info .txt-ad svg {
    display: flex;
    width: 16px;
    height: 16px;
  }
  #header .hsp .menu-btn-nav .info .txt-m {
    width: 150px;
    height: 30px;
    border-radius: 35px;
    font-size: 12px;
    background: #E37D74;
    border: solid 1.5px #E37D74;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    transition: 1s;
    margin: 0 auto;
    margin-top: 10px;
  }
  #header .hsp .menu-btn-nav .info .txt-m:hover {
    background: #ffffff;
    color: #E37D74;
  }
  #header .hsp .menu-btn-nav .info .txt-h {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
  }
  #header .hsp .menu-btn-nav .info .txt-h span {
    color: #01640B;
    letter-spacing: normal;
  }
  #header .hsp .menu-btn-nav .info .txt-h span.txt-n {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 24px;
    line-height: 1;
  }
  #header .hsp .menu-btn-nav .info .txt-h span.txt-n svg {
    display: flex;
    width: 24px;
    height: 24px;
  }
  #header .hsp .menu-btn-nav .info .txt-h span.txt-t {
    display: block;
    font-size: 14px;
  }
  #header .hsp .menu-btn-nav.active {
    opacity: 1;
    visibility: visible;
    right: 0; /* メニューを表示する */
  }
}
/*# sourceMappingURL=header.css.map */