/* ==============================
  Header CSS
============================== */

header.header,
header.header * {
  box-sizing: border-box;
}

header.header {
  width: 100%;
  background: #fff;
  z-index: 100;
  color: #3E4E57;
  padding: 0;
}

header.header a {
  color: #3E3A39;
  text-decoration: none;
  transition: 0.3s;
}

header.header a:hover {
  color: #E95471;
}

header.header img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

header.header ul,
header.header li {
  margin: 0;
  padding: 0;
  list-style: none;
}

header.header p {
  margin: 0;
}

header.header button {
  appearance: none;
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  outline: none;
}

/* container */
header.header .container {
  width: 100%;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
}

@media (min-width: 576px) {
  header.header .container {
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  header.header .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  header.header .container {
    max-width: 814px;
  }
}

header.header .container--xl {
  max-width: 1034px;
}

/* ==============================
  infoBar
============================== */

header.header .infoBar {
  overflow: hidden;
  background: #DCDDDD;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

header.header .infoBar .container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}

header.header .infoBar__text {
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: bold;
  transition: 0.3s;
}

header.header .infoBar__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: -3.4rem;
  margin-left: 2rem;
  width: 150px;
  height: 36px;
  line-height: 0;
  background: #fff;
}

header.header .infoBar__logo img {
  display: block;
  width: 78px;
  margin-top: 9px;
}

/* ==============================
  header inner
============================== */

header.header .header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
}

header.header .header__logo {
  width: 24%;
  max-width: 180px;
}

header.header .header__logo h1 {
  margin: 0;
  line-height: 0;
}

header.header .header__logo h1 img {
  width: 75%;
}

/* ==============================
  SP buttons
============================== */

header.header .header__buttons {
  display: flex;
}

@media (min-width: 768px) {
  header.header .header__buttons {
    display: none;
  }
}

header.header .header__buttons div:not(:last-of-type) {
  margin-right: 1rem;
}

header.header .header__menu-btn {
  position: relative;
}

header.header .btn,
header.header a.btn {
  display: block;
  width: 100%;
  max-width: 24rem;
  position: relative;
  top: 0;
  padding: 0.5rem 1rem;
  margin-right: 3%;
  background: #E95471;
  border-radius: 8px;
  text-align: center;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  transition: 0.4s;
  user-select: none;
}

header.header .btn:last-of-type,
header.header a.btn:last-of-type {
  margin-right: 0;
}

header.header .btn--recruit,
header.header a.btn--recruit {
  width: 6.4rem;
  height: 3.2rem;
  padding: 0;
  max-width: inherit;
  min-height: inherit;
  border-radius: 0;
  background: none;
}

header.header .btn--recruit img,
header.header a.btn--recruit img {
  width: 100%;
  height: auto;
}

header.header .btn--tel,
header.header a.btn--tel {
  width: 6rem;
  height: 3.2rem;
  padding: 0;
  max-width: inherit;
  min-height: inherit;
  border-radius: 0;
  background: none;
  z-index: 2;
}

header.header .btn--tel img,
header.header a.btn--tel img {
  width: 100%;
  height: auto;
}

header.header .btn--menu,
header.header .btn--menu-close,
header.header a.btn--menu,
header.header a.btn--menu-close {
  width: 3.2rem;
  height: 3.2rem;
  padding: 0;
  max-width: inherit;
  min-height: inherit;
  border-radius: 0;
  text-align: center;
  background: #E95471;
  position: relative;
  z-index: 2;
}

header.header .btn--menu img,
header.header .btn--menu-close img,
header.header a.btn--menu img,
header.header a.btn--menu-close img {
  width: 100%;
  height: auto;
}

header.header .btn--menu-close,
header.header a.btn--menu-close {
  background: #7d8b93;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: none;
}

header.header .btn--menu-close-tel,
header.header a.btn--menu-close-tel {
  width: 6rem;
}

header.header .btn--menu-close-tel img,
header.header a.btn--menu-close-tel img {
  width: 3.2rem;
}

header.header .header__menu-btn.is-active .btn--open-menu {
  display: none;
}

header.header .header__menu-btn.is-active .btn--menu-close {
  display: block;
}

/* ==============================
  header nav
============================== */

header.header .header__nav {
  display: flex;
  justify-content: flex-end;
  width: 76%;
}

header.header .headerTelInfo {
  position: relative;
  top: 2px;
  margin-left: 1.5rem;
  text-align: center;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

header.header .headerTelInfo__number {
  margin-bottom: 0;
  font-size: 23px;
  line-height: 1;
  letter-spacing: -0.8px;
  font-weight: bold;
}

header.header .headerTelInfo__time {
  position: relative;
  left: 4px;
  margin-top: -2px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1.8;
}

header.header .headerTelInfo__time span {
  font-size: 10px;
}

header.header .headerTelInfo__note {
  position: relative;
  left: 4px;
  margin-top: -5px;
  margin-bottom: 0;
  font-size: 10px;
  line-height: 1.8;
}

/* ==============================
  sub nav
============================== */

header.header .subNav {
  display: flex;
  align-items: center;
  margin-left: 0.5rem;
}

header.header .subNav a {
  color: #fff;
}

header.header .subNav__button {
  display: block;
  padding: 10px;
  margin-left: 10px;
  background: #ddd;
  border-radius: 4px;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 15px;
  font-weight: bold;
}

header.header .subNav__button:hover {
  opacity: 0.5;
}

header.header .subNav__button--contact {
  background: #AACF52;
}

header.header .subNav__button--recruit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 3px 8px;
    background: none;
    border: 2px solid #d3526e;
    color: #d3526e !important;
}

header.header .subNav__button--recruit:hover {
  opacity: 0.7;
}

header.header .subNav__button--recruit > img {
    margin-right: 8px;
    width: 51px;
}

header.header .subNav__button--recruit span {
  display: block;
  line-height: 1;
}
/* ==============================
  scrolled
============================== */

header.header.scrolled {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.7);
}

header.header.scrolled .infoBar {
  overflow: hidden;
  height: 0;
}

header.header.scrolled.hide {
  top: -50% !important;
  transition: 0.4s;
}

header.header.scrolled .header__inner {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}

header.header.scrolled .header__logo {
  width: 11.7%;
}

header.header.scrolled .headerTelInfo {
  display: flex;
  align-items: center;
}

header.header.scrolled .headerTelInfo__info {
  text-align: left;
}

header.header.scrolled .headerTelInfo__number {
  margin-right: 8px;
}

header.header.scrolled .header__nav {
  width: 85%;
}

header.header.scrolled .subNav__button {
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 13px;
}

header.header.scrolled .subNav__button--recruit {
  padding-top: 1px;
  padding-bottom: 1px;
  width: 110px;
  justify-content: center;
}

/* ==============================
  SP menu
============================== */

header.header .sp-menu {
  position: absolute;
  top: 100px;
  width: 100%;
  z-index: 20;
  display: none;
  padding: 1.5rem;
  background: #efefef;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

header.header .sp-menu.scrolled {
  position: relative;
  top: 0 !important;
}

header.header .sp-menu.is-active {
  display: block;
}

header.header .sp-menu__inner {
  margin-bottom: 1rem;
}

header.header .sp-menu__item {
  position: relative;
  background: #fff;
}

header.header .sp-menu__item:not(:last-child) {
  border-bottom: 2px solid #efefef;
}

header.header .sp-menu__item > a {
  display: block;
  position: relative;
  padding: 1rem 3rem 1rem 1rem;
  color: #3E3A39;
  font-size: 1.4rem;
  line-height: 1.4;
}

header.header .sp-menu__item > a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  display: block;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  background: url("images/svg/nav_arrow_pink.svg") no-repeat center center / contain;
}

header.header .sp-menu__sub-text {
  display: block;
  color: #E95471;
  font-size: 1.1rem;
}

header.header .sp-menu__sub-menu {
  display: none;
  padding: 0.5rem 1rem 1rem;
  background: #fff;
}

header.header .sp-menu__sub-menu .sub-menu__item {
  position: relative;
}

header.header .sp-menu__sub-menu .sub-menu__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 8px;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #E95471;
  border-right: 2px solid #E95471;
  margin-top: -3px;
  transform: rotate(45deg);
}

header.header .sp-menu__sub-menu .sub-menu__item:not(:last-child) {
  border-bottom: 1px dashed #EABDBC;
}

header.header .sp-menu__sub-menu .sub-menu__item a {
  display: block;
  padding: 0.4rem 0 0.4rem 2.4rem;
  font-size: 1.3rem;
}

/* SP menu buttons */
header.header .sp-menu .btn-wrapper {
  margin-top: 1rem;
}

header.header .sp-menu .btn-wrapper .btn {
  border-radius: 0;
  font-weight: normal;
}

header.header .sp-menu .btn-wrapper.btn-wrapper--horizontal {
  display: flex;
  margin-bottom: 10px;
}

header.header .sp-menu .btn-wrapper.btn-wrapper--horizontal .btn {
  width: 50%;
  max-width: none;
  margin-right: 1rem;
}

header.header .sp-menu .btn-wrapper.btn-wrapper--horizontal .btn:last-child {
  margin-right: 0;
}

header.header .btn--pink,
header.header a.btn--pink {
  background: #F8B62D;
}

/* ==============================
  SP inquiry
============================== */

header.header .sp-inquiry {
  position: absolute;
  top: 40px;
  width: 100%;
  z-index: 20;
  display: none;
  padding: 1.5rem;
  background: #FFEEC0;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

header.header .sp-inquiry.scrolled {
  position: relative;
  top: 0 !important;
}

header.header .sp-inquiry.is-active {
  display: block;
}

header.header .sp-inquiry__inner {
  position: relative;
}

header.header .sp-inquiry .inquiry {
  margin-bottom: 1rem;
}

header.header .sp-inquiry .inquiry__title {
  padding: 1rem;
  background: #E95471;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
}

header.header .sp-inquiry .inquiry__body {
  padding: 1rem;
  background: #fff;
}

header.header .sp-inquiry .inquiry__body p {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.6;
}

header.header .sp-inquiry .inquiry__body strong {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 2rem;
  line-height: 1.2;
}

header.header .sp-inquiry .inquiry__note {
  font-size: 1.2rem;
}

header.header .sp-inquiry .inquiry--dark-pink .inquiry__title {
  padding: 0;
  background: #E95471;
  position: relative;
}

header.header .sp-inquiry .inquiry--dark-pink .inquiry__title::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  background: url("images/svg/nav_arrow_dark_pink.svg") no-repeat center center / contain;
}

header.header .sp-inquiry .inquiry--dark-pink .inquiry__title a {
  display: block;
  padding: 1rem;
  color: #fff;
}

header.header .btn--sp-menu-tel,
header.header a.btn--sp-menu-tel {
  display: block;
  width: 100%;
  padding: 1rem;
  margin-top: 1rem;
  background: #E95471;
  color: #fff;
  text-align: center;
  font-weight: bold;
}

/* ==============================
  responsive
============================== */

@media (max-width: 1199.99px) {
  header.header .header__logo {
    width: 35%;
    max-width: 130px;
  }

  header.header .header__nav {
    width: 80%;
  }

  header.header .headerTelInfo {
    margin-left: 1rem;
  }

  header.header .headerTelInfo__number {
    font-size: 20px;
  }

  header.header .headerTelInfo__time,
  header.header .headerTelInfo__note {
    font-size: 10px;
  }

  header.header .subNav__button {
    padding: 10px 5px;
    margin-left: 5px;
    font-size: 14px;
  }
    .subNav__button--recruit > img {
        display: none;
    }
}

@media (max-width: 991.99px) {
  header.header .header__inner {
    max-width: 100%;
  }
}

@media (max-width: 767.99px) {
  header{
    border-bottom: none;
    height: 90px;
  }
  header.header .infoBar .container {
    padding: 0;
  }

  header.header .infoBar__text {
    padding-left: 1rem;
    line-height: 1.6;
    font-size: 1rem;
  }

  header.header .infoBar__logo {
    margin-right: 0;
  }

  header.header .header__inner {
    padding: 0.5rem 1.5rem;
  }

  header.header .header__nav {
    display: none;
  }

  header.header .header.scrolled .header__logo,
  header.header.scrolled .header__logo {
    width: 35%;
  }

  header.header .subNav__button:hover {
    opacity: 1;
  }

  header.header .btn,
  header.header a.btn {
    font-size: 1.6rem;
  }
  header nav.main{
    display: none;
  }
}

/* header menu open / close */

header.header .header__menu-btn {
  position: relative;
  width: 3.2rem;
  height: 3.2rem;
  flex-shrink: 0;
}

header.header .header__tel-btn {
  width: 6rem;
}
.btn--menu, .btn--menu-close, a.btn--menu-close, a.btn--menu{
    width: 3.2rem;
    height: 3.2rem;
    padding: 0;
    max-width: inherit;
    min-height: inherit;
    border-radius: 0;
    text-align: center;
    background: #E95471;
    position: relative;
    z-index: 2;
}
header.header .header__menu-btn .btn--open-menu,
header.header .header__menu-btn .btn--menu-close {
  position: absolute !important;
  top: 0;
  left: 0;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

header.header .header__menu-btn .btn--menu-close {
  opacity: 0;
  pointer-events: none;
  z-index: 11;
}

header.header .header__menu-btn .btn--open-menu {
  opacity: 1;
  pointer-events: auto;
  z-index: 10;
}

header.header .header__menu-btn.is-active .btn--open-menu,
header.header .header__menu-btn.js-header-menu-open .btn--open-menu {
  opacity: 0;
  pointer-events: none;
}

header.header .header__menu-btn.is-active .btn--menu-close,
header.header .header__menu-btn.js-header-menu-open .btn--menu-close {
  opacity: 1;
  pointer-events: auto;
}

header.header .slidedown-menu {
  display: none !important;
}

header.header .slidedown-menu.is-active,
header.header .slidedown-menu.js-header-menu-open {
  display: block !important;
}

