@charset "UTF-8";
#as-header #main_menu li:nth-of-type(2) .open_menu_inner:first-of-type .open_menu_list:first-of-type {
  display: flex;
  gap: 8px;
  margin-bottom: 60px;
}
#as-header #main_menu li:nth-of-type(2) .open_menu_inner:first-of-type .open_menu_list:first-of-type > li {
  flex-basis: calc(22.2222222222% - 8px);
  width: auto;
  height: 100%;
  margin: 0;
}
#as-header #main_menu li:nth-of-type(2) .open_menu_inner:first-of-type .open_menu_list:first-of-type > li > a {
  background-color: #FFF;
  display: block;
  padding: 20px;
  text-align: center;
}
#as-header #main_menu li:nth-of-type(2) .open_menu_inner:first-of-type .open_menu_list:first-of-type > li .image {
  height: auto;
  width: 100%;
}
#as-header #main_menu li:nth-of-type(2) .open_menu_inner:first-of-type .open_menu_list:first-of-type > li .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#as-header #main_menu li:nth-of-type(2) .open_menu_inner:first-of-type .open_menu_list:first-of-type > li .text {
  color: var(--activesleep-jp-eden, var(--color-azure-blue_main, #144960));
  text-align: center;
  font-family: var(--font-family-Font-1, YuGothic);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 171.429% */
}

.simulation,
.simulation_sp {
  font-family: -apple-system, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Yu Gothic UI", "メイリオ", Meiryo, "Meiryo UI", "Helvetica Neue", sans-serif;
  position: relative;
}
.simulation button,
.simulation_sp button {
  background: #B6E51C url(/assets/images/common/simulation.svg) no-repeat left 10px center;
  background-size: 22px auto;
  border-radius: 6px;
  font-weight: bold;
  color: #144960;
  padding: 10px 22px 10px 38px;
  border: 0;
  transition: 0.3s;
}
@media (max-width: 640px) {
  .simulation button,
  .simulation_sp button {
    display: block;
  }
}
@media (min-width: 961px) {
  .simulation button:hover,
  .simulation_sp button:hover {
    opacity: 0.75;
    cursor: pointer;
  }
}
.simulation.--active button,
.simulation_sp.--active button {
  background: #123D50 url(/assets/images/common/simulation-active.svg) no-repeat left 10px center;
  color: #FFF;
}
.simulation.--active .simulation__submenu,
.simulation_sp.--active .simulation__submenu {
  display: block;
}
.simulation .simulation__submenu,
.simulation_sp .simulation__submenu {
  position: absolute;
  top: 42px;
  right: 0;
  width: 200px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  display: none;
  z-index: 10;
}
.simulation .simulation__submenu li,
.simulation_sp .simulation__submenu li {
  border-bottom: 1px solid #d3d3d3;
}
.simulation .simulation__submenu li:last-of-type,
.simulation_sp .simulation__submenu li:last-of-type {
  border-bottom: none;
}
.simulation .simulation__submenu li:last-of-type a,
.simulation_sp .simulation__submenu li:last-of-type a {
  border-radius: 0 0 6px 6px;
}
.simulation .simulation__submenu a,
.simulation_sp .simulation__submenu a {
  padding: 10px;
  background: none;
  background-color: #123D50;
  color: #FFF;
  border-radius: 0;
}

.simulation_sp {
  display: none;
}
@media (max-width: 640px) {
  .simulation_sp {
    display: block;
    position: fixed;
    bottom: 0;
    z-index: 20;
    width: 100%;
  }
}
.simulation_sp > button {
  width: 100%;
  background: #B6E51C url(/assets/images/common/simulation.svg) no-repeat left 100px center;
  border-radius: 4px 4px 0 0;
}
.simulation_sp.--active button {
  background: #123D50 url(/assets/images/common/simulation-active.svg) no-repeat left 100px center;
  color: #FFF;
  border-radius: 0;
}
.simulation_sp .simulation__submenu {
  position: absolute;
  top: auto;
  bottom: 42px;
  left: 0;
  width: 100%;
}
.simulation_sp .simulation__submenu li {
  border-bottom: 1px solid #d3d3d3;
}
.simulation_sp .simulation__submenu li:last-of-type {
  border-bottom: none;
}
.simulation_sp .simulation__submenu li:last-of-type a {
  border-radius: 0;
}
.simulation_sp .simulation__submenu li:first-of-type {
  border-bottom: 1px solid #d3d3d3;
}
.simulation_sp .simulation__submenu li:first-of-type a {
  border-radius: 6px 6px 0 0;
}
.simulation_sp .simulation__submenu a {
  display: block;
  width: 100%;
}

body.menu-open::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9;
  pointer-events: none;
}

.header__search form {
  border-radius: 99rem;
  display: flex;
  height: 27.8px;
  overflow: hidden;
}

.header__search input {
  border: 0;
  border-radius: 99rem 0 0 99rem;
  box-sizing: border-box;
  font-size: 14px;
  padding: 0.2em 1em 0;
  text-align: left;
  width: calc(100% - 40px);
}

.header__search button {
  align-items: center;
  background: url(https://activesleep.jp/assets/images/common/search.svg) left 10px center/auto 14px no-repeat, #d3d3d3;
  border: 0;
  box-sizing: border-box;
  display: flex;
  flex-shrink: 0;
  font-size: 0;
  justify-content: center;
  padding: 0 10px 0 6px;
  width: 40px;
}/*# sourceMappingURL=header.css.map */