
#newHeader > .d-flex {
  justify-content: space-between;
}
@media screen and (max-width: 766px) {
  #newHeader > .d-flex {
    padding: 0;
  }
}
.servicemenuarea {
  position: fixed;
  top: 44px;
  width: 100%;
  z-index: 100;
  background-color: #fff;
  left: 50%;
  transform: translate(-50%,0);
  max-width: 768px;
  margin: 0 auto;
}
.servicemenuarea_inner {
  display: flex;
  justify-content: space-between;
  padding: 27px 14px 14px;
  max-width: 768px;
  margin: 0 auto;
}
.servicemenuarea .lato {
  line-height: 1;
}
.service_menu {
  display: flex;
}
.servicemenuarea + .service_menu_nav + #overlay + main {
  padding-top: 109px !important;
}
.service_menu_ttl {
  color: #5EB68B;
  margin-right: 8px;
}
.servicemenuarea .hamburger {
  background-color: transparent;
  border-color: transparent;
  z-index: 9999;
  cursor: pointer;
}
.hamburger span {
  width: 100%;
  height: 2px;
  background-color: #5EB68B;
  position: relative;
  transition: ease .4s;
  display: block;
}
.service_menu_btn {
  display: flex;
  cursor: pointer;
  align-items: center;
}
.header__hamburger {
  width: 20px;
}
.hamburger span:nth-child(1) {
  top: 0;
}
.hamburger span:nth-child(2) {
  margin: 5px 0;
}
.hamburger span:nth-child(3) {
  top: 0;
}
.service_menu_nav.active {
  transform: translate(-50%,0);
  top: 109px;
}
.service_menu_btn.active span:nth-child(1) {
  top: 7px;
  transform: rotate(45deg);
}
.service_menu_btn.active span:nth-child(2) {
  opacity: 0;
}
.service_menu_btn.active span:nth-child(3) {
  top: -7px;
  transform: rotate(-45deg);
}
.service_menu_nav {
  z-index: 80;
  overflow: auto;
  width: 100%;
  max-width: 768px;
  height: 100%;
  color: #fff;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50%,-100%);
  text-align: center;
  transition:  transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.service_menu_nav .overflow {
  overflow-y: scroll;
  height: calc(100vh - 159px);
}
.service_menu_nav .l-keyword {
  color: #333;
  text-align: left;
}
.service_menu_nav .l-keyword .inner {
  padding: 16px 15px;
}
.service_menu_nav .l-keyword .inner .ttl-blg {
  font-weight: bold;
  margin: 0 0 10px;
}
.service_menu_nav .l-keyword .inner .searchflex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 14px;
}
.service_menu_nav .l-keyword .inner .searchflex .btn.btn-green {
  width: 80px;
  height: 42px;
  border-radius: 24px;
  font-size: 12px;
}
.service_menu_nav .l-keyword .inner .searchflex .searchwrap {
  width: calc(100% - 100px);
}
.service_menu_nav .l-keyword .inner .searchflex .searchwrap:before {
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-size: contain;
  left: 10px;
}
.service_menu_nav .l-keyword .inner .searchflex .searchwrap input[type="search"] {
  padding: 14px 34px;
}
.service_menu_nav .l-keyword .inner .poplarkeywords dt {
  font-weight: 700;
  margin: 0 0 8px;
}
.service_menu_nav .l-keyword .inner .poplarkeywords .keyword-link ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.service_menu_nav .l-keyword .inner .poplarkeywords .keyword-link ul li a {
  display: block;
  background-color: #fff;
  font-size: 12px;
  line-height: 21px;
  border: 1px solid #ddd;
  padding: 0 10px;
  border-radius: 14px;
}
.service_menu_nav .bg-white {
  padding: 0 10px 50px;
  text-align: left;
}
.service_menu_nav .bg-white ul.list--green--right li:last-of-type {
  border-bottom: 1px solid #EFEFEF;
}
#overlay {
  position: fixed;
  width: 100%;
  max-width: 768px;
  background-color: transparent;
  height: 100%;
  left: 50%;
  transform: translate(-50%,0);
  z-index: 40;
  top: 109px;
  transition: all 0.2s ease-in;
  display: none;
}
#overlay.active {
  background-color: rgba(0,0,0,0.4);
  display: block;
}
.servicemenuarea + #overlay + main.l-new-top .box__header .more {
  z-index: 10;
}

.service_menu_nav .box__header {
  padding: 20px 0 14px;
}

.service_menu_nav .box__header .ttl {
  font-size: 14px;
}

.home-cleaning_button picture,
.home-newlife_button picture {
  padding: 0 11px !important;
}
