#header-body {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10001;
  background: #fff;
}
@media screen and (min-width: 768px) {
  #header-body #header-inner {
    max-width: 1200px;
    margin: 0 auto;
  }
}
#header-body #header-inner #head-contents {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  #header-body #header-inner #head-contents {
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  #header-body #header-inner #head-contents {
    height: 86px;
    align-items: center;
    padding: 4px 8px;
    position: relative;
    background: #fff;
    z-index: 1000;
    display: block;
  }
}
#header-body #header-inner #head-logo {
  line-height: 0;
  position: relative;
  z-index: 11;
  display: flex;
  align-items: center;
  padding: 6px 0 0;
}
@media screen and (max-width: 767px) {
  #header-body #header-inner #head-logo {
    padding: 0;
    display: block;
  }
}
#header-body #header-inner #head-logo a {
  display: block;
  width: 205px;
}
@media screen and (min-width: 768px) {
  #header-body #header-inner #head-logo a {
    width: 235px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  #header-body #header-inner #head-logo a {
    background-image: url(./../images/common/icon_logo.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: 0 0;
    height: 62px;
    width: 64px;
    margin-left: 10px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  #header-body #header-inner #head-logo a img {
    display: none;
  }
}
#header-body #header-inner #head-logo .text {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  background: #707070;
  margin: 0 0 0 10px;
  padding: 8px 14px;
  border-radius: 500px;
  font-weight: 400;
}
@media only screen and (min-width: 767px) and (max-width: 1200px) {
  #header-body #header-inner #head-logo .text {
    font-size: 1rem;
    margin: 0 0 0 10px;
    padding: 8px 10px;
  }
}
@media screen and (max-width: 767px) {
  #header-body #header-inner #head-logo .text {
    margin: 4px 0 0px 0px;
    display: inline-block;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1050px) {
  #header-body #header-inner #head-logo .text:not(.biyou) {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #header-body #header-inner #head-logo .text:not(.biyou) {
    border-radius: 5px;
    padding: 4px 8px 5px;
    margin: 0 0 0px 4px;
    background: #E0E0E0;
    color: #333;
  }
}
#header-body #header-inner #head-logo .text.biyou {
  background: #D8CAE0;
  color: #4C4948;
  padding: 8px 10px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #header-body #header-inner #head-logo .text.biyou {
    display: inline-block;
    border-radius: 5px;
    padding: 4px 8px 5px;
    position: absolute;
    top: 15px;
    left: 217px;
  }
}
#header-body #header-inner #head-logo .text.biyou.is-add {
  font-size: 1.2rem;
  top: 51px;
  right: 0;
  padding: 4px;
  background: #9A6CAD;
  left: auto;
  color: #fff;
}
#header-body #header-inner #head-logo .old {
  font-size: 1.2rem;
  line-height: 1.5;
  margin-left: 5px;
}
@media screen and (max-width: 767px) {
  #header-body #header-inner #head-logo .old {
    margin: 3px 0 0 -5px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1200px) {
  #header-body #header-inner #head-logo .old {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #header-body #header-inner #head-info {
    display: flex;
  }
}
#header-body #header-inner #head-info a,
#header-body #header-inner #head-info button {
  display: block;
}
#header-body #header-inner #head-info a span,
#header-body #header-inner #head-info button span {
  display: block;
  line-height: 1;
}
#header-body #header-inner #head-info a.tel .l00,
#header-body #header-inner #head-info button.tel .l00 {
  font-size: 1.4rem;
  margin-bottom: 5px;
  font-weight: 400;
}
#header-body #header-inner #head-info a.tel .l01,
#header-body #header-inner #head-info button.tel .l01 {
  font-family: "Outfit", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 2rem;
  position: relative;
  padding-left: 20px;
}
@media only screen and (min-width: 767px) and (max-width: 1200px) {
  #header-body #header-inner #head-info a.tel .l01,
  #header-body #header-inner #head-info button.tel .l01 {
    font-size: 1.8rem;
  }
}
#header-body #header-inner #head-info a.tel .l01::after,
#header-body #header-inner #head-info button.tel .l01::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(./../images/common/icon_tel.webp);
  width: 17px;
  height: 22px;
}
#header-body #header-inner #head-info a.tel .l02,
#header-body #header-inner #head-info button.tel .l02 {
  font-size: 1.4rem;
  margin-top: 5px;
}
@media only screen and (min-width: 767px) and (max-width: 1200px) {
  #header-body #header-inner #head-info a.tel .l02,
  #header-body #header-inner #head-info button.tel .l02 {
    font-size: 1.2rem;
  }
}
#header-body #header-inner #head-info .front {
  padding-top: 10px;
  display: flex;
  gap: 25px;
}
@media only screen and (min-width: 767px) and (max-width: 1050px) {
  #header-body #header-inner #head-info .front {
    gap: 10px;
  }
}
#header-body #header-inner #head-info .back {
  display: flex;
  flex-wrap: wrap;
  gap: 0 5px;
  align-items: flex-start;
  text-align: center;
  margin-left: 20px;
}
@media only screen and (min-width: 767px) and (max-width: 1050px) {
  #header-body #header-inner #head-info .back {
    margin-left: 10px;
  }
}
#header-body #header-inner #head-info .back a,
#header-body #header-inner #head-info .back button {
  width: 140px;
  font-size: 1.4rem;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding: 15px 0;
  border-radius: 0 0 15px 15px;
}
#header-body #header-inner #head-info .back a span,
#header-body #header-inner #head-info .back button span {
  display: inline-block;
  position: relative;
  padding-left: 30px;
}
#header-body #header-inner #head-info .back a span::after,
#header-body #header-inner #head-info .back button span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
#header-body #header-inner #head-info .back a.line,
#header-body #header-inner #head-info .back button.line {
  background: #06C755;
}
#header-body #header-inner #head-info .back a.line span::after,
#header-body #header-inner #head-info .back button.line span::after {
  background-image: url(./../images/common/icon_line.webp);
  width: 22px;
  height: 21px;
}
#header-body #header-inner #head-info .back a.web,
#header-body #header-inner #head-info .back button.web {
  background: #FF8980;
}
#header-body #header-inner #head-info .back a.web span::after,
#header-body #header-inner #head-info .back button.web span::after {
  background-image: url(./../images/common/icon_web.webp);
  width: 22px;
  height: 21px;
}
@media screen and (max-width: 767px) {
  #header-body #menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    transition: 0.4s ease;
    opacity: 0;
    visibility: hidden;
  }
}
@media screen and (min-width: 768px) {
  #header-body #menu {
    padding: 12px 0;
  }
}
@media screen and (max-width: 767px) {
  #header-body #menu.open {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (max-width: 767px) {
  #header-body #menu #menu-outer {
    overflow: scroll;
    height: 100dvh;
    background: #A3AAB1;
  }
}
@media screen and (min-width: 768px) {
  #header-body #menu #menu-outer::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #header-body #menu #menu-outer #menu-inner {
    position: relative;
    padding: 101px 28px 50px;
  }
}
#header-body #menu #menu-outer #menu-inner .nav-list {
  position: relative;
}
@media screen and (min-width: 768px) {
  #header-body #menu #menu-outer #menu-inner .nav-list ul {
    display: flex;
    justify-content: space-between;
  }
}
#header-body #menu #menu-outer #menu-inner .nav-list ul > li {
  position: relative;
}
@media screen and (min-width: 768px) {
  #header-body #menu #menu-outer #menu-inner .nav-list ul > li {
    text-align: center;
    flex-grow: 1;
  }
}
#header-body #menu #menu-outer #menu-inner .nav-list ul > li .fx {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 11px;
}
#header-body #menu #menu-outer #menu-inner .nav-list ul > li .fx a {
  font-size: 1.4rem;
  color: #fff;
  display: block;
  padding: 16px 25px 18px 10px;
  position: relative;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  #header-body #menu #menu-outer #menu-inner .nav-list ul > li .fx a::after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
}
#header-body #menu #menu-outer #menu-inner .nav-list ul > li > a {
  position: relative;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  #header-body #menu #menu-outer #menu-inner .nav-list ul > li > a {
    color: #000;
    font-size: 1.6rem;
    display: inline-block;
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  #header-body #menu #menu-outer #menu-inner .nav-list ul > li > a {
    font-size: 1.7rem;
    color: #fff;
    display: block;
    padding: 16px 25px 18px 10px;
  }
}
@media screen and (max-width: 767px) {
  #header-body #menu #menu-outer #menu-inner .nav-list ul > li > a::after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
}
@media screen and (min-width: 768px) {
  #header-body #menu #menu-outer #menu-inner .nav-list ul > li > a:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 768px) {
  #header-body #menu #menu-outer #menu-inner .nav-list ul > li::after {
    content: "";
    width: 1px;
    height: 10px;
    background: #333;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 768px) {
  #header-body #menu #menu-outer #menu-inner .nav-list ul > li:nth-child(2)::before {
    content: "";
    width: 1px;
    height: 10px;
    background: #333;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}
#header-body #menu #menu-outer #menu-inner .nav-list ul > li ol li a {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 500;
  position: relative;
  padding: 11px 0;
  display: block;
}
@media screen and (max-width: 767px) {
  #header-body #menu #menu-outer #menu-inner .nav-list ul > li ol li a::after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
}
@media screen and (max-width: 767px) {
  #header-body #menu #menu-outer #menu-inner .nav-list ul > li:not(.megamenu) a {
    border-bottom: 1px solid #ccc;
  }
}
@media screen and (max-width: 767px) {
  #header-body #menu #menu-outer #menu-inner .nav-list ul > li:not(.megamenu) a.pl {
    padding-left: 2px;
  }
}
#header-body #menu #menu-outer #menu-inner .nav-list ul > li.megamenu {
  position: relative;
}
@media screen and (max-width: 767px) {
  #header-body #menu #menu-outer #menu-inner .nav-list ul > li.megamenu {
    border-bottom: 1px solid #ccc;
  }
}
#header-body #menu #menu-outer #menu-inner .nav-list ul > li.megamenu > a::after {
  display: none;
}
#header-body #menu #menu-outer #menu-inner .nav-list ul > li.megamenu .megamenu-body {
  display: none;
  padding: 0 0 20px 33px;
}
@media screen and (min-width: 768px) {
  #header-body #menu #menu-outer #menu-inner .nav-list ul > li.megamenu .megamenu-body {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  #header-body #menu #menu-outer #menu-inner .nav-list ul > li.megamenu .megamenu-body:hover > ol {
    display: block !important;
  }
}
#header-body #menu #menu-outer #menu-inner .nav-list ul > li.megamenu .sp-mega-trigger {
  position: absolute;
  top: 4px;
  right: 0;
  height: 51.5px;
  aspect-ratio: 1;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #header-body #menu #menu-outer #menu-inner .nav-list ul > li.megamenu .sp-mega-trigger::after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    position: absolute;
    right: 10px;
    top: 45%;
    transform: translateY(-50%) rotate(135deg);
  }
}
#header-body #menu #menu-outer #menu-inner .nav-list ul > li.megamenu .sp-mega-trigger.open::after {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
@media screen and (max-width: 767px) {
  #header-body #menu #menu-outer #menu-inner .nav-list.hidden {
    display: none;
  }
}
#header-body #menu #menu-outer #menu-inner .sp-foot-navi {
  margin-top: 33px;
}
#header-body #menu #menu-outer #menu-inner .sp-foot-navi ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 9px 9px;
}
#header-body #menu #menu-outer #menu-inner .sp-foot-navi ul li a,
#header-body #menu #menu-outer #menu-inner .sp-foot-navi ul li button {
  display: flex;
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  color: #fff;
  font-weight: 600;
  border-radius: 15px;
}
#header-body #menu #menu-outer #menu-inner .sp-foot-navi ul li a span,
#header-body #menu #menu-outer #menu-inner .sp-foot-navi ul li button span {
  display: block;
  position: relative;
  padding-top: 35px;
}
#header-body #menu #menu-outer #menu-inner .sp-foot-navi ul li a span::after,
#header-body #menu #menu-outer #menu-inner .sp-foot-navi ul li button span::after {
  content: "";
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#header-body #menu #menu-outer #menu-inner .sp-foot-navi ul li a.line,
#header-body #menu #menu-outer #menu-inner .sp-foot-navi ul li button.line {
  background: #06C755;
}
#header-body #menu #menu-outer #menu-inner .sp-foot-navi ul li a.line span::after,
#header-body #menu #menu-outer #menu-inner .sp-foot-navi ul li button.line span::after {
  background-image: url(./../images/common/icon_line.webp);
  width: 32px;
  height: 30px;
}
#header-body #menu #menu-outer #menu-inner .sp-foot-navi ul li a.tel,
#header-body #menu #menu-outer #menu-inner .sp-foot-navi ul li button.tel {
  background: #7A7B7A;
}
#header-body #menu #menu-outer #menu-inner .sp-foot-navi ul li a.tel span::after,
#header-body #menu #menu-outer #menu-inner .sp-foot-navi ul li button.tel span::after {
  background-image: url(./../images/common/icon_phone.webp);
  width: 21px;
  height: 35px;
  top: -6px;
}
#header-body #menu #menu-outer #menu-inner .sp-foot-navi ul li a.web,
#header-body #menu #menu-outer #menu-inner .sp-foot-navi ul li button.web {
  background: #FF8980;
}
#header-body #menu #menu-outer #menu-inner .sp-foot-navi ul li a.web span::after,
#header-body #menu #menu-outer #menu-inner .sp-foot-navi ul li button.web span::after {
  background-image: url(./../images/common/icon_web.webp);
  width: 25px;
  height: 24px;
}
#header-body #menu #menu-outer #menu-inner .sp-text-link {
  margin-top: 33px;
}
#header-body #menu #menu-outer #menu-inner .sp-text-link ul li a {
  display: inline-block;
}
#header-body #menu #menu-outer #menu-inner .sp-text-link ul li a span {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-right: 15px;
}
@media screen and (max-width: 767px) {
  #header-body #menu #menu-outer #menu-inner .sp-text-link ul li a span::after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
}

#spNavi {
  position: fixed;
  top: 6px;
  right: 8px;
  background: #FFF84E;
  width: 38px;
  height: 38px;
  border-radius: 38px;
  cursor: pointer;
  z-index: 10002;
}
#spNavi > div {
  width: 22px;
  height: 2px;
  background-color: #707070;
  left: 8px;
  position: relative;
  border-radius: 10px;
}
#spNavi > div.menu1 {
  top: 13px;
}
#spNavi > div.menu2 {
  top: 19px;
}
#spNavi.open > div.menu1 {
  transform: translateY(5px) rotate(-45deg);
}
#spNavi.open > div.menu2 {
  transform: translateY(-3px) rotate(45deg);
}
#spNavi.fixed {
  position: fixed;
}/*# sourceMappingURL=header.css.map */