/*
 * sleepover LP styles
 * Generated from the standalone LP theme's compiled css/style.css.
 * All selectors are scoped under .p-sleepover so nothing here can leak
 * into the rest of the honeyclover theme. Loaded only on the
 * fixed page whose slug is "sleepover" (see functions.php).
 */

.p-sleepover {
  box-sizing: border-box;
}

.p-sleepover *,
.p-sleepover *::before,
.p-sleepover *::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

@media (min-width: 1025px) and (max-width: 1280px) {
  html {
    font-size: clamp(12px, 1.11vw, 14px);
  }

}

@media (min-width: 481px) and (max-width: 1024px) {
  html {
    font-size: clamp(16px, 1.95vw, 20px);
  }

}

.p-sleepover {
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", sans-serif;
  color: #404040;
  line-height: 1.9;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

.p-sleepover ul,
.p-sleepover ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.p-sleepover dl,
.p-sleepover dt,
.p-sleepover dd {
  margin: 0;
}

.p-sleepover table {
  border-collapse: collapse;
  border-spacing: 0;
}

.p-sleepover h1,
.p-sleepover h2,
.p-sleepover h3,
.p-sleepover h4,
.p-sleepover p {
  margin: 0;
}

.p-sleepover a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

@media (hover: hover) {
  .p-sleepover a:hover {
    opacity: 0.7;
  }

}

.p-sleepover img {
  display: block;
  max-width: 100%;
  height: auto;
}

.p-sleepover button {
  font-family: inherit;
  cursor: pointer;
  border: none;
  background: none;
  padding: 0;
  transition: opacity 0.2s ease;
}

@media (hover: hover) {
  .p-sleepover button:hover {
    opacity: 0.7;
  }

}

.p-sleepover .u-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.p-sleepover .u-skip-link {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  transform: translateY(-120%);
  padding: 0.75rem 1rem;
  background-color: #404040;
  color: #f5f5f5;
  line-height: 1.4;
}

.p-sleepover .u-skip-link:focus-visible {
  transform: translateY(0);
  outline: 3px solid #ffde5d;
  outline-offset: -3px;
}

.p-sleepover .is-accent {
  color: #ff8a5c;
}

.p-sleepover .is-sub {
  color: #ffde5d;
}

.p-sleepover .is-main {
  color: #1cc49c;
}

@media (max-width: 480px) {
  .p-sleepover .u-only-pc {
    display: none;
  }

}

.p-sleepover .u-only-sp {
  display: none;
}

@media (max-width: 480px) {
  .p-sleepover .u-only-sp {
    display: block;
  }

}

.p-sleepover .js-fadein {
  opacity: 0;
  translate: 0 18px;
  transition: opacity 0.8s ease-out, translate 0.8s ease-out;
}

.p-sleepover .js-fadein.is-inview {
  opacity: 1;
  translate: 0 0;
}

@media (prefers-reduced-motion: reduce) {
  .p-sleepover .js-fadein {
    opacity: 1;
    translate: none;
    transition: none;
  }

}

.p-sleepover .c-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  height: 52px;
  padding: 1.25rem 2.5rem;
  border-radius: 0.625rem;
  white-space: nowrap;
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

.p-sleepover .c-btn__icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  background-color: #f5f5f5;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: background-color 0.2s ease;
}

.p-sleepover .c-btn__label {
  font-family: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.786;
  color: #f5f5f5;
  text-align: center;
  transition: color 0.2s ease;
}

.p-sleepover .c-btn--main {
  background-color: #1cc49c;
  width: 188px;
}

.p-sleepover .c-btn--main .c-btn__icon {
  -webkit-mask-image: url("../img/sleepover/icon-phone.svg");
  mask-image: url("../img/sleepover/icon-phone.svg");
}

.p-sleepover .c-btn--main .c-btn__label {
  letter-spacing: 0.15em;
}

@media (hover: hover) {
  .p-sleepover .c-btn--main:hover {
    background-color: #f5f5f5;
    box-shadow: inset 0 0 0 2px #1cc49c;
  }

  .p-sleepover .c-btn--main:hover .c-btn__icon {
    background-color: #1cc49c;
  }

  .p-sleepover .c-btn--main:hover .c-btn__label {
    color: #1cc49c;
  }

}

.p-sleepover .c-btn--accent {
  background-color: #ff8a5c;
  gap: 0.5rem;
}

.p-sleepover .c-btn--accent .c-btn__icon {
  -webkit-mask-image: url("../img/sleepover/icon-mail.svg");
  mask-image: url("../img/sleepover/icon-mail.svg");
}

.p-sleepover .c-btn--accent .c-btn__label {
  letter-spacing: 0.07em;
}

@media (hover: hover) {
  .p-sleepover .c-btn--accent:hover {
    background-color: #f5f5f5;
    box-shadow: inset 0 0 0 2px #ff8a5c;
  }

  .p-sleepover .c-btn--accent:hover .c-btn__icon {
    background-color: #ff8a5c;
  }

  .p-sleepover .c-btn--accent:hover .c-btn__label {
    color: #ff8a5c;
  }

}

.p-sleepover .c-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 0.3125rem;
  padding: 0.9375rem 1.25rem;
  box-shadow: 0 0.1875rem 0.1875rem rgba(0, 0, 0, 0.16);
  box-sizing: border-box;
  cursor: pointer;
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

@media (max-width: 1024px) {
  .p-sleepover .c-button {
    border-radius: 0.3125rem;
    padding: 0.5rem 1.25rem;
  }

}

.p-sleepover .c-button--main {
  background-color: #1cc49c;
}

@media (hover: hover) {
  .p-sleepover .c-button--main:hover {
    background-color: #fff;
    box-shadow: inset 0 0 0 2px #1cc49c;
  }

  .p-sleepover .c-button--main:hover .c-button__label {
    color: #1cc49c;
  }

  .p-sleepover .c-button--main:hover .c-button__icon,
  .p-sleepover .c-button--main:hover .c-button__arrow {
    background-color: #1cc49c;
  }

}

.p-sleepover .c-button--accent {
  background-color: #ff8a5c;
}

@media (hover: hover) {
  .p-sleepover .c-button--accent:hover {
    background-color: #fff;
    box-shadow: inset 0 0 0 2px #ff8a5c;
  }

  .p-sleepover .c-button--accent:hover .c-button__label {
    color: #ff8a5c;
  }

  .p-sleepover .c-button--accent:hover .c-button__icon,
  .p-sleepover .c-button--accent:hover .c-button__arrow {
    background-color: #ff8a5c;
  }

}

.p-sleepover .c-button__label {
  font-family: "Zen Maru Gothic", "Zen Maru Gothic", "Hiragino Maru Gothic ProN", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.9;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  transition: color 0.2s ease;
}

.p-sleepover .c-button__arrow {
  position: absolute;
  right: 1.375rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.5625rem;
  height: 0.5rem;
  background-color: #fff;
  -webkit-mask-image: url("../img/sleepover/icon-arrow-green.svg");
  mask-image: url("../img/sleepover/icon-arrow-green.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: background-color 0.2s ease;
}

@media (max-width: 1024px) {
  .p-sleepover .c-button__arrow {
    right: 1.25rem;
  }

}

.p-sleepover .c-button__icon {
  flex-shrink: 0;
  width: 1.875rem;
  height: 1.875rem;
  background-color: #fff;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: background-color 0.2s ease;
}

@media (max-width: 1024px) {
  .p-sleepover .c-button__icon {
    width: 1.25rem;
    height: 1.25rem;
  }

}

.p-sleepover .c-section-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

@media (max-width: 1024px) {
  .p-sleepover .c-section-title {
    gap: 1.25rem;
  }

}

.p-sleepover .c-section-title--gray .c-section-title__text {
  color: #404040;
}

.p-sleepover .c-section-title--green .c-section-title__text {
  color: #1cc49c;
}

.p-sleepover .c-section-title__text {
  font-family: "Zen Maru Gothic", "Zen Maru Gothic", "Hiragino Maru Gothic ProN", sans-serif;
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 1.4;
  text-align: center;
  white-space: nowrap;
}

@media (max-width: 1024px) {
  .p-sleepover .c-section-title__text {
    font-size: 1.75rem;
  }

}

.p-sleepover .c-section-title__dots {
  color: #1cc49c;
}

.p-sleepover .c-section-title__dots::before {
  content: "・・・・・・・・";
  display: block;
  font-family: "Zen Kaku Gothic New", "Zen Maru Gothic", "Hiragino Maru Gothic ProN", sans-serif;
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 0.27;
  -webkit-text-stroke: 3px currentColor;
}

@media (max-width: 1024px) {
  .p-sleepover .c-section-title__dots::before {
    content: "・・・・・";
    font-weight: 400;
    font-size: 0.9375rem;
  }

}

.p-sleepover .c-cloud-cap {
  position: relative;
}

.p-sleepover .c-cloud-cap__cloud {
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc(100% - 2px);
  width: 100%;
  height: auto;
  display: block;
  pointer-events: none;
}

.p-sleepover .c-cloud-cap-buffer {
  padding-bottom: 20%;
}

@media (max-width: 1024px) {
  .p-sleepover .c-content-cap {
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }

}

html.is-resizing .l-header__nav-area,
html.is-resizing .l-header__toggle span {
  transition: none !important;
}

.p-sleepover .l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100px;
  background-color: #fff;
  filter: drop-shadow(0px 4px 2px rgba(0, 0, 0, 0.25));
}

@media (max-width: 1360px) {
  .p-sleepover .l-header {
    height: 72px;
  }

}

@media (max-width: 1024px) {
  .p-sleepover .l-header {
    height: 70px;
    filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.12));
  }

}

.p-sleepover .l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 0 1.25rem;
}

@media (max-width: 1024px) {
  .p-sleepover .l-header__inner {
    padding: 0.9375rem 1.25rem;
  }

}

.p-sleepover .l-header__brand {
  display: flex;
  align-items: center;
  gap: 0.6875rem;
  height: 70px;
  flex-shrink: 0;
}

@media (max-width: 1360px) {
  .p-sleepover .l-header__brand {
    height: 48px;
  }

}

@media (max-width: 1024px) {
  .p-sleepover .l-header__brand {
    height: 100%;
  }

}

.p-sleepover .l-header__logo {
  height: 100%;
  width: 4.0125rem;
}

@media (max-width: 1360px) {
  .p-sleepover .l-header__logo {
    width: 2.75rem;
  }

}

.p-sleepover .l-header__logo img,
.p-sleepover .l-header__logo svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.p-sleepover .l-header__brand-text {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  color: #404040;
  white-space: nowrap;
}

@media (max-width: 1024px) {
  .p-sleepover .l-header__brand-text {
    font-size: 1rem;
  }

}

@media (max-width: 1024px) {
  .p-sleepover .l-header__brand-break {
    display: none;
  }

}

.p-sleepover .l-header__nav-area {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

@media (max-width: 1360px) {
  .p-sleepover .l-header__nav-area {
    position: fixed;
    top: 72px;
    left: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    width: 100%;
    height: calc(100vh - 72px);
    overflow-y: auto;
    background-color: #fff;
    padding: 2.75rem 5rem 1.5rem;
    transform: translateY(-8px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s;
  }

  .p-sleepover .l-header.is-open .l-header__nav-area {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

}

@media (max-width: 1024px) {
  .p-sleepover .l-header__nav-area {
    top: 70px;
    height: calc(100vh - 70px);
    padding: 2.75rem 2rem 1.5rem;
  }

}

.p-sleepover .l-header__nav-list {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

@media (max-width: 1360px) {
  .p-sleepover .l-header__nav-list {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }

}

.p-sleepover .l-header__nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.625rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.9;
  color: #404040;
  white-space: nowrap;
  transition: opacity 0.2s ease, color 0.2s ease;
}

@media (hover: hover) {
  .p-sleepover .l-header__nav-link:hover {
    color: #1cc49c;
  }

}

@media (max-width: 1360px) {
  .p-sleepover .l-header__nav-link {
    justify-content: space-between;
    height: 68px;
    padding: 0;
    border-bottom: 1px solid #1cc49c;
  }

}

@media (max-width: 1360px) {
  .p-sleepover .l-header__nav-list li:last-child .l-header__nav-link {
    border-bottom: none;
  }

}

.p-sleepover .l-header__nav-arrow {
  display: none;
  flex-shrink: 0;
  width: 20px;
  height: 8px;
  color: #1cc49c;
}

@media (max-width: 1360px) {
  .p-sleepover .l-header__nav-arrow {
    display: block;
  }

}

.p-sleepover .l-header__cta {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

@media (max-width: 1360px) {
  .p-sleepover .l-header__cta {
    display: none;
  }

}

.p-sleepover .l-header__toggle {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.3125rem;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}

@media (max-width: 1360px) {
  .p-sleepover .l-header__toggle {
    display: flex;
  }

}

.p-sleepover .l-header__toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #1cc49c;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.p-sleepover .l-header.is-open .l-header__toggle span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.p-sleepover .l-header.is-open .l-header__toggle span:nth-child(2) {
  opacity: 0;
}

.p-sleepover .l-header.is-open .l-header__toggle span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.p-sleepover .l-footer {
  position: relative;
  width: 100%;
  background-color: #fff;
  padding-top: 5rem;
  box-sizing: border-box;
}

@media (max-width: 1024px) {
  .p-sleepover .l-footer {
    padding-top: 3.75rem;
  }

}

.p-sleepover .l-footer__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3.125rem;
  max-width: 60rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 1.25rem;
  box-sizing: border-box;
}

@media (max-width: 1024px) {
  .p-sleepover .l-footer__inner {
    flex-direction: column;
    gap: 0;
    max-width: 22.0625rem;
  }

}

.p-sleepover .l-footer__brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  flex-shrink: 0;
}

@media (max-width: 1024px) {
  .p-sleepover .l-footer__brand {
    gap: 0.5rem;
  }

}

.p-sleepover .l-footer__logo {
  display: block;
  width: 6.25rem;
  height: 6.8125rem;
}

.p-sleepover .l-footer__logo img,
.p-sleepover .l-footer__logo svg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 1024px) {
  .p-sleepover .l-footer__logo {
    width: 4.1875rem;
    height: 4.5625rem;
  }

}

.p-sleepover .l-footer__brand-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #1cc49c;
  text-align: center;
}

.p-sleepover .l-footer__brand-title {
  font-family: "Zen Maru Gothic", "Zen Maru Gothic", "Hiragino Maru Gothic ProN", sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.2;
}

@media (max-width: 1024px) {
  .p-sleepover .l-footer__brand-title {
    font-size: 2rem;
  }

}

.p-sleepover .l-footer__brand-sub {
  font-family: "Zen Kaku Gothic New", "Zen Maru Gothic", "Hiragino Maru Gothic ProN", sans-serif;
  font-size: 1.25rem;
  line-height: 1.9;
  white-space: nowrap;
}

@media (max-width: 1024px) {
  .p-sleepover .l-footer__brand-sub {
    font-size: 1rem;
    line-height: 1.5;
  }

}

.p-sleepover .l-footer__divider {
  display: none;
}

@media (max-width: 1024px) {
  .p-sleepover .l-footer__divider {
    display: block;
    flex-shrink: 0;
    width: 100%;
    height: 1px;
    background-color: #1cc49c;
    margin: 1.5rem 0;
  }

}

.p-sleepover .l-footer__divider-bottom {
  display: none;
}

@media (max-width: 1024px) {
  .p-sleepover .l-footer__divider-bottom {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #1cc49c;
    margin-top: 1rem;
  }

}

.p-sleepover .l-footer__nav {
  display: flex;
  align-items: center;
  gap: 3.125rem;
}

@media (max-width: 1024px) {
  .p-sleepover .l-footer__nav {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    gap: 1.1875rem;
  }

}

.p-sleepover .l-footer__nav-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 15.625rem;
}

@media (max-width: 1024px) {
  .p-sleepover .l-footer__nav-list {
    gap: 1.1875rem;
    width: 100%;
  }

}

.p-sleepover .l-footer__nav-divider {
  align-self: stretch;
  flex-shrink: 0;
  width: 1px;
  background-color: #1cc49c;
}

@media (max-width: 1024px) {
  .p-sleepover .l-footer__nav-divider {
    display: none;
  }

}

.p-sleepover .l-footer__nav-link {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  padding: 0.5rem 0.625rem;
  font-family: "Zen Kaku Gothic New", "Zen Maru Gothic", "Hiragino Maru Gothic ProN", sans-serif;
  font-size: 1.125rem;
  line-height: 1.03;
  color: #404040;
  white-space: nowrap;
  transition: opacity 0.2s ease, color 0.2s ease;
}

@media (hover: hover) {
  .p-sleepover .l-footer__nav-link:hover {
    color: #1cc49c;
  }

}

@media (max-width: 1024px) {
  .p-sleepover .l-footer__nav-link {
    gap: 0.875rem;
    padding: 0;
    font-size: 0.8125rem;
  }

}

.p-sleepover .l-footer__nav-arrow {
  flex-shrink: 0;
  width: 0.5625rem;
  height: 0.5rem;
}

@media (max-width: 1024px) {
  .p-sleepover .l-footer__nav-arrow {
    width: 0.5625rem;
    height: 0.5rem;
  }

}

.p-sleepover .l-footer__copyright {
  width: 100%;
  margin-top: 1.1875rem;
  background-color: #1cc49c;
  padding: 1.21875rem 0;
  box-sizing: border-box;
}

@media (max-width: 1024px) {
  .p-sleepover .l-footer__copyright {
    margin-top: 1.1875rem;
    padding: 1.1875rem 0 3rem;
  }

}

.p-sleepover .l-footer__copyright-text {
  font-family: "Zen Kaku Gothic New", "Zen Maru Gothic", "Hiragino Maru Gothic ProN", sans-serif;
  font-size: 0.625rem;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}

@media (max-width: 1024px) {
  .p-sleepover .l-footer__copyright-text {
    font-size: 0.625rem;
  }

}

.p-sleepover .l-fixed-bar {
  display: none;
}

@media (max-width: 1024px) {
  .p-sleepover .l-fixed-bar {
    display: flex;
    position: fixed;
    left: 0;
    right: 190px;
    bottom: 0;
    z-index: 90;
    width: auto;
    height: 64px;
  }

  .p-sleepover.is-form-focused .l-fixed-bar {
    display: none;
  }

}

@media (max-width: 480px) {
  .p-sleepover .l-fixed-bar {
    right: 150px;
  }

  .p-sleepover .l-fixed-bar__phone,
  .p-sleepover .l-fixed-bar__form {
    gap: 0.25rem;
    padding: 0.5rem 0.375rem;
  }

  .p-sleepover .l-fixed-bar__label,
  .p-sleepover .l-fixed-bar__form-label {
    font-size: 0.6875rem;
  }

  .p-sleepover .l-fixed-bar__number {
    font-size: 0.625rem;
  }

}

@media (max-width: 1024px) {
  .p-sleepover {
    padding-bottom: 4rem;
  }

}

.p-sleepover .l-fixed-bar__phone {
  display: flex;
  flex: 1 1 0;
  min-width: 0;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  padding: 0.75rem 1rem;
  background-color: #ffde5d;
  border: 3px solid #fff;
  border-top-left-radius: 0.625rem;
  border-bottom-left-radius: 0.625rem;
  box-sizing: border-box;
  transition: background-color 0.2s ease;
}

@media (hover: hover) {
  .p-sleepover .l-fixed-bar__phone:hover {
    background-color: #404040;
  }

  .p-sleepover .l-fixed-bar__phone:hover .l-fixed-bar__icon {
    background-color: #ffde5d;
  }

  .p-sleepover .l-fixed-bar__phone:hover .l-fixed-bar__label,
  .p-sleepover .l-fixed-bar__phone:hover .l-fixed-bar__number {
    color: #ffde5d;
  }

}

.p-sleepover .l-fixed-bar__form {
  display: flex;
  flex: 1 1 0;
  min-width: 0;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  padding: 0.75rem 1rem;
  background-color: #ffde5d;
  border: 3px solid #fff;
  border-top-right-radius: 0.625rem;
  border-bottom-right-radius: 0.625rem;
  box-sizing: border-box;
  transition: background-color 0.2s ease;
}

@media (hover: hover) {
  .p-sleepover .l-fixed-bar__form:hover {
    background-color: #404040;
  }

  .p-sleepover .l-fixed-bar__form:hover .l-fixed-bar__icon {
    background-color: #ffde5d;
  }

  .p-sleepover .l-fixed-bar__form:hover .l-fixed-bar__form-label {
    color: #ffde5d;
  }

}

.p-sleepover .l-fixed-bar__icon {
  flex-shrink: 0;
  width: clamp(18px, 5vw, 40px);
  height: clamp(18px, 5vw, 40px);
  background-color: #404040;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: background-color 0.2s ease;
}

.p-sleepover .l-fixed-bar__phone .l-fixed-bar__icon {
  -webkit-mask-image: url("../img/sleepover/icon-fixedbar-phone.svg");
  mask-image: url("../img/sleepover/icon-fixedbar-phone.svg");
}

.p-sleepover .l-fixed-bar__form .l-fixed-bar__icon {
  -webkit-mask-image: url("../img/sleepover/icon-fixedbar-form.svg");
  mask-image: url("../img/sleepover/icon-fixedbar-form.svg");
}

.p-sleepover .l-fixed-bar__text {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}

.p-sleepover .l-fixed-bar__label {
  font-family: "Zen Maru Gothic", "Zen Maru Gothic", "Hiragino Maru Gothic ProN", sans-serif;
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 1.2;
  color: #404040;
  white-space: nowrap;
  transition: color 0.2s ease;
}

.p-sleepover .l-fixed-bar__number {
  font-family: "Zen Kaku Gothic New", "Zen Maru Gothic", "Hiragino Maru Gothic ProN", sans-serif;
  font-size: 0.8125rem;
  line-height: 1.2;
  color: #404040;
  white-space: nowrap;
  transition: color 0.2s ease;
}

.p-sleepover .l-fixed-bar__form-label {
  font-family: "Zen Maru Gothic", "Zen Maru Gothic", "Hiragino Maru Gothic ProN", sans-serif;
  font-weight: 700;
  font-size: 0.8125rem;
  line-height: 1.2;
  color: #404040;
  text-align: center;
  white-space: nowrap;
  transition: color 0.2s ease;
}

.p-sleepover .l-side-banner {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 90;
  width: 64px;
  background-color: #ffde5d;
  border-radius: 10px 0 0 10px;
  box-shadow: -2px 2px 8px rgba(0, 0, 0, 0.16);
  overflow: hidden;
}

@media (max-width: 1024px) {
  .p-sleepover .l-side-banner {
    top: 15%;
    transform: none;
  }

  .p-sleepover .l-side-banner__btn.l-side-banner__btn--phone,
  .p-sleepover .l-side-banner__btn.l-side-banner__btn--mail {
    display: none;
  }

  .p-sleepover .l-side-banner__btn.l-side-banner__btn--login {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }

}

.p-sleepover .l-side-banner__btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 24px 4px;
  border: 3px solid #fff;
  box-sizing: border-box;
  text-align: center;
  transition: background-color 0.2s ease;
}

.p-sleepover .l-side-banner__btn:first-child {
  border-top-left-radius: 10px;
}

.p-sleepover .l-side-banner__btn:last-child {
  border-bottom-left-radius: 10px;
}

@media (hover: hover) {
  .p-sleepover .l-side-banner__btn:hover {
    background-color: #404040;
  }

  .p-sleepover .l-side-banner__btn:hover .l-side-banner__icon {
    background-color: #ffde5d;
  }

  .p-sleepover .l-side-banner__btn:hover .l-side-banner__label {
    color: #ffde5d;
  }

}

.p-sleepover .l-side-banner__icon {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  background-color: #404040;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: background-color 0.2s ease;
}

.p-sleepover .l-side-banner__btn--phone .l-side-banner__icon {
  -webkit-mask-image: url("../img/sleepover/icon-phone.svg");
  mask-image: url("../img/sleepover/icon-phone.svg");
}

.p-sleepover .l-side-banner__btn--mail .l-side-banner__icon {
  -webkit-mask-image: url("../img/sleepover/icon-mail.svg");
  mask-image: url("../img/sleepover/icon-mail.svg");
}

.p-sleepover .l-side-banner__btn--login .l-side-banner__icon {
  -webkit-mask-image: url("../img/sleepover/icon-sidebar-login.svg");
  mask-image: url("../img/sleepover/icon-sidebar-login.svg");
}

.p-sleepover .l-side-banner__btn--chat .l-side-banner__icon {
  -webkit-mask-image: url("../img/sleepover/icon-sidebar-chat.svg");
  mask-image: url("../img/sleepover/icon-sidebar-chat.svg");
}

.p-sleepover .l-side-banner__label {
  font-family: "Zen Kaku Gothic New", "Zen Maru Gothic", "Hiragino Maru Gothic ProN", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.3;
  color: #404040;
  white-space: nowrap;
  transition: color 0.2s ease;
}

.p-sleepover .l-side-banner__hours {
  padding: 10px 6px 12px;
  font-family: "Zen Kaku Gothic New", "Zen Maru Gothic", "Hiragino Maru Gothic ProN", sans-serif;
  font-size: 10px;
  line-height: 1.5;
  color: #404040;
  text-align: center;
}

.p-sleepover .p-fv {
  position: relative;
  container-type: inline-size;
  width: 100%;
  overflow: clip;
  background-color: #0c1a3d;
}

.p-sleepover .p-fv__bg picture,
.p-sleepover .p-fv__bg img {
  display: block;
  width: 100%;
}

.p-sleepover .p-fv__scene {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  pointer-events: none;
}

.p-sleepover .p-fv__scene picture,
.p-sleepover .p-fv__scene-item {
  display: block;
  width: 100%;
}

.p-sleepover .p-fv__badge {
  position: absolute;
  left: 78.6388888889cqw;
  top: 20.3090277778cqw;
  width: 20.5cqw;
  height: 21.8125cqw;
}

@media (max-width: 480px) {
  .p-sleepover .p-fv__badge {
    left: 62.048346056cqw;
    top: 129.2111959288cqw;
    width: 35.9541984733cqw;
    height: 35.7251908397cqw;
  }

}

.p-sleepover .p-fv__badge img {
  width: 100%;
  object-fit: contain;
}

.p-sleepover .p-fv__headline {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  top: 15.0694444444cqw;
  gap: 2.2916666667cqw;
  width: 60.6944444444cqw;
}

@media (max-width: 480px) {
  .p-sleepover .p-fv__headline {
    top: 31.0432569975cqw;
    gap: 1rem;
    width: 60.0508905852cqw;
  }

}

.p-sleepover .p-fv__title {
  font-weight: 700;
  color: #f5f5f5;
  text-align: center;
  white-space: nowrap;
}

.p-sleepover .p-fv__title-line {
  display: inline;
  font-size: 3.3333333333cqw;
  line-height: 1.77;
  letter-spacing: 0.2em;
}

@media (max-width: 480px) {
  .p-sleepover .p-fv__title-line {
    display: block;
    font-size: 1.75rem;
    line-height: 1.64;
    letter-spacing: 0.18em;
  }

}

.p-sleepover .p-fv__title-line:first-child {
  display: block;
}

.p-sleepover .p-fv__title strong {
  display: inline-block;
  font-weight: 700;
  font-size: 4.4444444444cqw;
  line-height: 1.33;
  letter-spacing: 0.2em;
}

@media (max-width: 480px) {
  .p-sleepover .p-fv__title strong {
    font-size: 2rem;
    line-height: 1.44;
    letter-spacing: 0.18em;
  }

}

.p-sleepover .p-fv__note {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.3888888889cqw 0.6944444444cqw;
  border-top: 0.1388888889cqw dashed #ffde5d;
  border-bottom: 0.1388888889cqw dashed #ffde5d;
}

@media (max-width: 480px) {
  .p-sleepover .p-fv__note {
    padding: 0.625rem;
    border-top: 0.5089058524cqw dashed #ffde5d;
    border-bottom: 0.5089058524cqw dashed #ffde5d;
  }

}

.p-sleepover .p-fv__note-text {
  font-weight: 700;
  line-height: normal;
  color: #f5f5f5;
  text-align: center;
  white-space: nowrap;
  font-size: 1.25cqw;
}

@media (max-width: 480px) {
  .p-sleepover .p-fv__note-text {
    font-size: 1rem;
    line-height: 1.7;
  }

}

.p-sleepover .p-fv__ticket {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff6d3;
  background-color: rgba(255, 255, 255, 0.08);
  top: 39.5833333333cqw;
  width: 49.3055555556cqw;
  min-width: max-content;
  gap: 0.0694444444cqw;
  padding: 0.6944444444cqw;
  border-radius: 1.3888888889cqw;
}

@media (max-width: 480px) {
  .p-sleepover .p-fv__ticket {
    top: 96.6921119593cqw;
    width: 70.737913486cqw;
    gap: 0.0625rem;
    padding: 0.625rem;
    border-radius: 1.25rem;
  }

}

.p-sleepover .p-fv__ticket-title {
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
}

.p-sleepover .p-fv__ticket-title span {
  display: block;
}

.p-sleepover .p-fv__ticket-title-main {
  color: #f5f5f5;
  font-size: 2.7777777778cqw;
  line-height: 1.48;
  letter-spacing: 0.1em;
}

@media (max-width: 480px) {
  .p-sleepover .p-fv__ticket-title-main {
    font-size: 1.125rem;
    line-height: 1.65;
    letter-spacing: 0.08em;
  }

}

.p-sleepover .p-fv__ticket-title-sub {
  color: #ffde5d;
  font-size: 3.3333333333cqw;
  line-height: 1.23;
  letter-spacing: 0.0833em;
}

@media (max-width: 480px) {
  .p-sleepover .p-fv__ticket-title-sub {
    font-size: 1.4375rem;
    line-height: 1.38;
    letter-spacing: 0.06em;
  }

}

.p-sleepover .p-fv__ticket-image {
  position: relative;
  width: 24.4444444444cqw;
  height: 6.0416666667cqw;
}

@media (max-width: 480px) {
  .p-sleepover .p-fv__ticket-image {
    width: 46.8193384224cqw;
    height: 11.7048346056cqw;
  }

}

.p-sleepover .p-fv__ticket-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  object-fit: cover;
}

.p-sleepover .p-fv__ticket-image-text {
  position: absolute;
  left: 50%;
  top: 42.2%;
  transform: translate(-50%, -50%);
  font-weight: 700;
  color: #040404;
  white-space: nowrap;
  font-size: 1.5277777778cqw;
  letter-spacing: 0.0455em;
}

@media (max-width: 480px) {
  .p-sleepover .p-fv__ticket-image-text {
    font-size: 0.75rem;
    letter-spacing: 0.0417em;
  }

}

.p-sleepover .p-worry {
  position: relative;
  container-type: inline-size;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 76.8055555556cqw;
  overflow: clip;
  margin-top: -7.9167vw;
  box-sizing: border-box;
  padding-top: 3.125cqw;
  padding-bottom: 3.75rem;
}

@media (max-width: 1024px) {
  .p-sleepover .p-worry {
    min-height: min(179.1348600509cqw, 44rem);
    margin-top: -13vw;
    padding-top: 4.5801526718cqw;
    padding-bottom: 2.5rem;
  }

}

.p-sleepover .p-worry__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.p-sleepover .p-worry__bg picture {
  display: block;
  width: 100%;
  height: 100%;
}

.p-sleepover .p-worry__bg img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.p-sleepover .p-worry__badges {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, 13.75rem);
  gap: 1.375rem;
}

@media (max-width: 1024px) {
  .p-sleepover .p-worry__badges {
    grid-template-columns: repeat(2, 7.5rem);
    gap: 1rem;
  }

}

.p-sleepover .p-worry__badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fffbd9;
  border-radius: 0.625rem;
  padding: 1.25rem 0.9375rem;
  gap: 0.5rem;
}

@media (max-width: 1024px) {
  .p-sleepover .p-worry__badge {
    border-radius: 0.625rem;
    padding: 1.25rem 0.9375rem;
    gap: 0.5rem;
  }

}

.p-sleepover .p-worry__badge-icon {
  width: auto;
  height: 5rem;
}

@media (max-width: 1024px) {
  .p-sleepover .p-worry__badge-icon {
    height: 2.5rem;
  }

}

.p-sleepover .p-worry__badge-text {
  font-family: "Zen Kaku Gothic New", "Zen Maru Gothic", "Hiragino Maru Gothic ProN", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: normal;
  color: #404040;
  text-align: center;
  white-space: nowrap;
}

@media (max-width: 1024px) {
  .p-sleepover .p-worry__badge-text {
    font-weight: 400;
    font-size: 0.875rem;
  }

}

.p-sleepover .p-worry__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 5rem;
  gap: 5rem;
}

@media (max-width: 1024px) {
  .p-sleepover .p-worry__content {
    margin-top: 3.75rem;
    gap: 2.5rem;
  }

}

.p-sleepover .p-worry__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

@media (max-width: 1024px) {
  .p-sleepover .p-worry__heading {
    gap: 1rem;
  }

}

.p-sleepover .p-worry__title {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.4;
  color: #f5f5f5;
  text-align: center;
  white-space: nowrap;
}

@media (max-width: 1024px) {
  .p-sleepover .p-worry__title {
    font-size: 1.75rem;
  }

}

.p-sleepover .p-worry__dots {
  color: #f5f5f5;
}

.p-sleepover .p-worry__dots::before {
  content: "・・・・・・・・";
  display: block;
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 0.27;
  -webkit-text-stroke: 3px currentColor;
}

@media (max-width: 1024px) {
  .p-sleepover .p-worry__dots::before {
    content: "・・・・・";
    font-weight: 400;
    font-size: 0.9375rem;
  }

}

.p-sleepover .p-worry__bubbles {
  display: grid;
  grid-template-columns: repeat(3, 15.625rem);
  gap: 2.5rem 1.5625rem;
}

@media (max-width: 1024px) {
  .p-sleepover .p-worry__bubbles {
    grid-template-columns: repeat(3, 6.875rem);
    gap: 1.25rem 0.625rem;
  }

}

.p-sleepover .p-worry__bubble {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 15.625rem;
  height: 15.625rem;
  padding: 1.5625rem 0.9375rem;
  border-radius: 50%;
  border: 1px solid #f5f5f5;
  background-color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 1024px) {
  .p-sleepover .p-worry__bubble {
    width: 6.875rem;
    height: 6.875rem;
    padding: 1.5625rem 0.9375rem;
  }

}

.p-sleepover .p-worry__bubble-text {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.8;
  color: #404040;
  text-align: center;
  white-space: nowrap;
}

.p-sleepover .p-worry__bubble:nth-child(n/**/+4) .p-worry__bubble-text {
  line-height: 1.5;
}

@media (max-width: 1024px) {
  .p-sleepover .p-worry__bubble-text {
    font-size: 1rem;
    line-height: 1.2;
  }

}

.p-sleepover .p-intro {
  position: relative;
  container-type: inline-size;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 65.9722222222cqw;
  overflow: clip;
  padding-top: 11.1111111111cqw;
  box-sizing: border-box;
}

@media (max-width: 1024px) {
  .p-sleepover .p-intro {
    min-height: min(120.8651399491cqw, 29.6875rem);
    padding-top: 23.155216285cqw;
  }

}

.p-sleepover .p-intro__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.p-sleepover .p-intro__bg picture {
  display: block;
  width: 100%;
  height: 100%;
}

.p-sleepover .p-intro__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.p-sleepover .p-intro__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 48.75rem;
  max-width: 100%;
  gap: 3rem;
}

@media (max-width: 1024px) {
  .p-sleepover .p-intro__inner {
    width: auto;
    gap: 1rem;
  }

}

.p-sleepover .p-intro__lockup {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 3rem;
}

@media (max-width: 1024px) {
  .p-sleepover .p-intro__lockup {
    gap: 0.5rem;
  }

}

.p-sleepover .p-intro__logo {
  flex-shrink: 0;
  object-fit: cover;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  backface-visibility: hidden;
}

.p-sleepover .p-intro__logo--desktop {
  width: 6.25rem;
  height: 6.8125rem;
  filter: drop-shadow(2px 2px 0px white);
}

@media (max-width: 1024px) {
  .p-sleepover .p-intro__logo--desktop {
    display: none;
  }

}

.p-sleepover .p-intro__logo--mobile {
  display: none;
}

@media (max-width: 1024px) {
  .p-sleepover .p-intro__logo--mobile {
    display: inline-block;
    width: 3rem;
    height: auto;
    vertical-align: text-bottom;
    margin-left: 0.375rem;
  }

}

.p-sleepover .p-intro__lockup-text {
  white-space: nowrap;
}

@media (max-width: 1024px) {
  .p-sleepover .p-intro__lockup-text {
    text-align: center;
  }

}

.p-sleepover .p-intro__lockup-line {
  display: inline;
  font-weight: 700;
  font-size: 1.6875rem;
  color: #404040;
  margin-right: 0.5rem;
}

.p-sleepover .p-intro__lockup-line:last-child {
  margin-right: 0;
}

@media (max-width: 1024px) {
  .p-sleepover .p-intro__lockup-line {
    display: block;
    font-size: 1rem;
    line-height: normal;
    margin-right: 0;
  }

}

@media (max-width: 1024px) {
  .p-sleepover .p-intro__lockup-line--brand {
    display: flex;
    align-items: center;
    justify-content: center;
  }

}

.p-sleepover .p-intro__brand {
  font-weight: 900;
  font-size: 3rem;
  color: #fff;
  text-shadow: 1px 1px 0px #1cc49c;
}

@media (max-width: 1024px) {
  .p-sleepover .p-intro__brand {
    font-size: 2.125rem;
  }

}

@media (max-width: 1024px) {
  .p-sleepover .p-intro__brand-suffix {
    display: inline-block;
  }

}

.p-sleepover .p-intro__message-title {
  font-weight: 700;
  font-size: 1.6875rem;
  line-height: 1.5;
  color: #404040;
  text-align: center;
}

@media (max-width: 1024px) {
  .p-sleepover .p-intro__message-title {
    font-size: 1.125rem;
    letter-spacing: 0.1156em;
  }

}

.p-sleepover .p-intro__message-text {
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.5;
  color: #404040;
  text-align: center;
  white-space: nowrap;
  padding: 0.625rem;
}

@media (max-width: 1024px) {
  .p-sleepover .p-intro__message-text {
    font-size: 1rem;
    padding: 0.625rem;
  }

}

.p-sleepover .p-subsidy {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  box-sizing: border-box;
}

.p-sleepover .p-subsidy__panel {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 0 7.5rem;
  gap: 5rem;
  box-sizing: border-box;
}

@media (max-width: 1024px) {
  .p-sleepover .p-subsidy__panel {
    padding: 0 1.25rem;
    gap: 1.25rem;
  }

}

.p-sleepover .p-subsidy__group {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 75rem;
  max-width: 100%;
  gap: 3.125rem;
  box-sizing: border-box;
}

@media (max-width: 1024px) {
  .p-sleepover .p-subsidy__group {
    width: 100%;
    max-width: 800px;
    gap: 1.5rem;
  }

}

.p-sleepover .p-subsidy__heading-calc {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 5rem;
}

@media (max-width: 1024px) {
  .p-sleepover .p-subsidy__heading-calc {
    gap: 2.5rem;
  }

}

@media (max-width: 1024px) {
  .p-sleepover .p-subsidy .c-section-title {
    gap: 1rem;
  }

}

.p-sleepover .p-subsidy .c-section-title__text {
  color: #483b35;
}

@media (max-width: 1024px) {
  .p-sleepover .p-subsidy .c-section-title__text {
    color: #404040;
  }

}

.p-sleepover .p-subsidy__calc {
  position: relative;
  width: 100%;
}

.p-sleepover .p-subsidy__calc-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .p-sleepover .p-subsidy__calc-row {
    flex-direction: column;
    width: auto;
    max-width: 600px;
    gap: 0.5rem;
  }

}

.p-sleepover .p-subsidy__calc-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background-color: #fffbd9;
  border-radius: 0.625rem;
  width: 18.75rem;
  height: 9.375rem;
}

@media (max-width: 1024px) {
  .p-sleepover .p-subsidy__calc-box {
    width: 100%;
    height: 5.1875rem;
  }

}

.p-sleepover .p-subsidy__calc-box--result {
  width: 20rem;
  height: 11.25rem;
  border: 5px solid #ff8a5c;
}

@media (max-width: 1024px) {
  .p-sleepover .p-subsidy__calc-box--result {
    width: 100%;
    height: 6.1875rem;
    border-width: 3px;
  }

}

.p-sleepover .p-subsidy__calc-label {
  font-family: "Zen Kaku Gothic New", "Zen Maru Gothic", "Hiragino Maru Gothic ProN", sans-serif;
  font-size: 1.25rem;
  line-height: 1.9;
  color: #404040;
  white-space: nowrap;
}

@media (max-width: 1024px) {
  .p-sleepover .p-subsidy__calc-label {
    font-size: 1rem;
    line-height: 1.5;
  }

}

.p-sleepover .p-subsidy__calc-value {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  white-space: nowrap;
}

.p-sleepover .p-subsidy__calc-value strong {
  font-family: "Zen Kaku Gothic New", "Zen Maru Gothic", "Hiragino Maru Gothic ProN", sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1;
  color: #404040;
}

@media (max-width: 1024px) {
  .p-sleepover .p-subsidy__calc-value strong {
    font-size: 1.75rem;
  }

}

.p-sleepover .p-subsidy__calc-value span {
  font-family: "Zen Kaku Gothic New", "Zen Maru Gothic", "Hiragino Maru Gothic ProN", sans-serif;
  font-size: 1.5rem;
  line-height: 1;
  color: #404040;
}

@media (max-width: 1024px) {
  .p-sleepover .p-subsidy__calc-value span {
    font-size: 1.25rem;
  }

}

.p-sleepover .p-subsidy__calc-value--result strong {
  font-weight: 600;
  font-size: 3.75rem;
}

@media (max-width: 1024px) {
  .p-sleepover .p-subsidy__calc-value--result strong {
    font-size: 3.5rem;
  }

}

@media (max-width: 1024px) {
  .p-sleepover .p-subsidy__calc-value--result span {
    font-size: 1.375rem;
  }

}

.p-sleepover .p-subsidy__calc-icon {
  flex-shrink: 0;
  width: 3.75rem;
  height: 3.75rem;
}

@media (max-width: 1024px) {
  .p-sleepover .p-subsidy__calc-icon {
    width: 1.875rem;
    height: 1.875rem;
  }

}

.p-sleepover .p-subsidy__calc-result {
  position: relative;
  flex-shrink: 0;
}

@media (max-width: 1024px) {
  .p-sleepover .p-subsidy__calc-result {
    position: static;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 0.5rem;
  }

}

.p-sleepover .p-subsidy__result {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 700;
  font-size: 2rem;
  color: #ff8a5c;
  white-space: nowrap;
}

@media (max-width: 1024px) {
  .p-sleepover .p-subsidy__result {
    position: static;
    transform: none;
    margin-bottom: 0;
    font-size: 1.75rem;
  }

}

.p-sleepover .p-subsidy__result-slash {
  font-weight: 400;
}

.p-sleepover .p-subsidy__conditions {
  width: 100%;
  background-color: #fffbd9;
  border-radius: 0.625rem;
  padding: 1.875rem;
  box-sizing: border-box;
}

@media (max-width: 1024px) {
  .p-sleepover .p-subsidy__conditions {
    padding: 1.25rem;
  }

}

.p-sleepover .p-subsidy__conditions-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #1cc49c;
  border-radius: 62.4375rem;
  padding: 0.1875rem 1.125rem;
  margin-bottom: 1.75rem;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.8;
  color: #f5f5f5;
  white-space: nowrap;
}

@media (max-width: 1024px) {
  .p-sleepover .p-subsidy__conditions-label {
    padding: 0.1875rem 1.125rem;
    margin-bottom: 1.25rem;
    font-size: 1rem;
    line-height: normal;
  }

}

.p-sleepover .p-subsidy__conditions-list {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}

@media (max-width: 1024px) {
  .p-sleepover .p-subsidy__conditions-list {
    gap: 1.125rem;
  }

}

.p-sleepover .p-subsidy__conditions-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-family: "Zen Kaku Gothic New", "Zen Maru Gothic", "Hiragino Maru Gothic ProN", sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
  color: #483b35;
}

@media (max-width: 1024px) {
  .p-sleepover .p-subsidy__conditions-item {
    gap: 0.625rem;
    font-size: 1rem;
    color: #404040;
  }

}

.p-sleepover .p-subsidy__check {
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  margin-top: 0.1875rem;
  color: #1cc49c;
}

@media (max-width: 1024px) {
  .p-sleepover .p-subsidy__check {
    width: 0.875rem;
    height: 0.875rem;
    margin-top: 0.25rem;
  }

}

.p-sleepover .p-subsidy .c-button {
  gap: 1rem;
  width: 27.25rem;
  max-width: 100%;
}

@media (max-width: 1024px) {
  .p-sleepover .p-subsidy .c-button {
    max-width: min(800px, 100%);
  }

}

.p-sleepover .p-subsidy .c-button__icon {
  -webkit-mask-image: url("../img/sleepover/icon-phone.svg");
  mask-image: url("../img/sleepover/icon-phone.svg");
}

.p-sleepover .p-scenarios {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fffbd9;
  box-sizing: border-box;
}

.p-sleepover .p-scenarios__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 62.5rem;
  max-width: 100%;
  gap: 5rem;
  box-sizing: border-box;
}

@media (max-width: 1024px) {
  .p-sleepover .p-scenarios__content {
    width: 100%;
    gap: 1.5rem;
    padding: 0 1.25rem 1.5rem;
  }

}

@media (max-width: 1024px) {
  .p-sleepover .p-scenarios .c-section-title {
    gap: 1rem;
  }

}

.p-sleepover .p-scenarios__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 62.5rem;
  max-width: 100%;
  gap: 1.25rem;
}

@media (max-width: 1024px) {
  .p-sleepover .p-scenarios__grid {
    width: 100%;
    max-width: 1000px;
    gap: 0.625rem;
  }

}

.p-sleepover .p-scenarios__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 0.625rem;
  overflow: hidden;
  padding: 1.5625rem 0.625rem;
  gap: 1rem;
}

@media (max-width: 1024px) {
  .p-sleepover .p-scenarios__card {
    border-radius: 0.625rem;
    padding: 0.5rem 0.625rem;
    gap: 0.625rem;
  }

}

.p-sleepover .p-scenarios__card-icon {
  display: block;
  flex-shrink: 0;
  object-fit: contain;
}

.p-sleepover .p-scenarios__card:nth-child(1) .p-scenarios__card-icon {
  width: 7.1875rem;
  height: 5.9375rem;
}

@media (max-width: 1024px) {
  .p-sleepover .p-scenarios__card:nth-child(1) .p-scenarios__card-icon {
    width: 3.75rem;
    height: 3.125rem;
  }

}

.p-sleepover .p-scenarios__card:nth-child(2) .p-scenarios__card-icon {
  width: 7.1875rem;
  height: 6rem;
}

@media (max-width: 1024px) {
  .p-sleepover .p-scenarios__card:nth-child(2) .p-scenarios__card-icon {
    width: 3.75rem;
    height: 3.125rem;
  }

}

.p-sleepover .p-scenarios__card:nth-child(3) .p-scenarios__card-icon {
  width: 7.1875rem;
  height: 5.9375rem;
}

@media (max-width: 1024px) {
  .p-sleepover .p-scenarios__card:nth-child(3) .p-scenarios__card-icon {
    width: 3.75rem;
    height: 3.125rem;
  }

}

.p-sleepover .p-scenarios__card:nth-child(4) .p-scenarios__card-icon {
  width: 7.1875rem;
  height: 5.96875rem;
}

@media (max-width: 1024px) {
  .p-sleepover .p-scenarios__card:nth-child(4) .p-scenarios__card-icon {
    width: 3.75rem;
    height: 3.125rem;
  }

}

.p-sleepover .p-scenarios__card:nth-child(5) .p-scenarios__card-icon {
  width: 8.0625rem;
  height: 6rem;
}

@media (max-width: 1024px) {
  .p-sleepover .p-scenarios__card:nth-child(5) .p-scenarios__card-icon {
    width: 3.75rem;
    height: 2.8125rem;
  }

}

.p-sleepover .p-scenarios__card:nth-child(6) .p-scenarios__card-icon {
  width: 7.75rem;
  height: 6.375rem;
}

@media (max-width: 1024px) {
  .p-sleepover .p-scenarios__card:nth-child(6) .p-scenarios__card-icon {
    width: 3.75rem;
    height: 3.0625rem;
  }

}

.p-sleepover .p-scenarios__card:nth-child(7) .p-scenarios__card-icon {
  width: 6.3125rem;
  height: 5.125rem;
}

@media (max-width: 1024px) {
  .p-sleepover .p-scenarios__card:nth-child(7) .p-scenarios__card-icon {
    width: 3.75rem;
    height: 3.0625rem;
  }

}

.p-sleepover .p-scenarios__card:nth-child(8) .p-scenarios__card-icon {
  width: 7.1875rem;
  height: 4.5625rem;
}

@media (max-width: 1024px) {
  .p-sleepover .p-scenarios__card:nth-child(8) .p-scenarios__card-icon {
    width: 3.75rem;
    height: 2.375rem;
  }

}

.p-sleepover .p-scenarios__card:nth-child(9) .p-scenarios__card-icon {
  width: 7.1875rem;
  height: 4.5625rem;
}

@media (max-width: 1024px) {
  .p-sleepover .p-scenarios__card:nth-child(9) .p-scenarios__card-icon {
    width: 3.75rem;
    height: 2.375rem;
  }

}

.p-sleepover .p-scenarios__card-text {
  font-family: "Zen Kaku Gothic New", "Zen Maru Gothic", "Hiragino Maru Gothic ProN", sans-serif;
  font-size: 1.125rem;
  line-height: 1.3;
  color: #404040;
  text-align: center;
  white-space: nowrap;
}

@media (max-width: 1024px) {
  .p-sleepover .p-scenarios__card-text {
    font-size: 0.875rem;
  }

}

.p-sleepover .p-service {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  box-sizing: border-box;
}

.p-sleepover .p-service__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50rem;
  max-width: 100%;
  gap: 5rem;
  box-sizing: border-box;
}

@media (max-width: 1024px) {
  .p-sleepover .p-service__inner {
    width: 100%;
    gap: 2.5rem;
    padding: 0 1.25rem;
  }

}

.p-sleepover .p-service__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 1.5rem;
}

@media (max-width: 1024px) {
  .p-sleepover .p-service__body {
    gap: 1.5rem;
  }

}

.p-sleepover .p-service__cards {
  display: flex;
  align-items: flex-start;
  width: 100%;
  gap: 2.5rem;
}

@media (max-width: 1024px) {
  .p-sleepover .p-service__cards {
    flex-direction: column;
    align-items: center;
    gap: 2.5rem;
  }

}

.p-sleepover .p-service__card {
  display: flex;
  flex-direction: column;
  background-color: #fffbd9;
  border-radius: 0.625rem;
  padding: 1rem 1.5rem;
  gap: 0.625rem;
  box-sizing: border-box;
}

@media (max-width: 1024px) {
  .p-sleepover .p-service__card {
    border-radius: 0.625rem;
    padding: 1rem 1.5rem;
    gap: 0.625rem;
  }

}

.p-sleepover .p-service__card--free {
  width: 25rem;
}

@media (max-width: 1024px) {
  .p-sleepover .p-service__card--free {
    width: 100%;
  }

}

.p-sleepover .p-service__card--paid {
  width: 23.5rem;
}

@media (max-width: 1024px) {
  .p-sleepover .p-service__card--paid {
    width: 100%;
  }

}

.p-sleepover .p-service__card-title {
  font-family: "Zen Maru Gothic", "Zen Maru Gothic", "Hiragino Maru Gothic ProN", sans-serif;
  font-weight: 500;
  color: #404040;
}

.p-sleepover .p-service__card--free .p-service__card-title {
  font-size: 1.5rem;
}

@media (max-width: 1024px) {
  .p-sleepover .p-service__card--free .p-service__card-title {
    font-size: 1.375rem;
  }

}

.p-sleepover .p-service__card--paid .p-service__card-title {
  font-size: 1.375rem;
}

@media (max-width: 1024px) {
  .p-sleepover .p-service__card--paid .p-service__card-title {
    font-size: 1.375rem;
  }

}

.p-sleepover .p-service__list {
  display: flex;
  align-items: flex-start;
  width: 100%;
  gap: 1rem;
}

.p-sleepover .p-service__list-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 1 0;
  min-width: 0;
  gap: 0.625rem;
}

.p-sleepover .p-service__item {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}

@media (max-width: 1024px) {
  .p-sleepover .p-service__item {
    gap: 0.5rem;
  }

}

.p-sleepover .p-service__dot {
  flex-shrink: 0;
  width: 0.625rem;
  height: 0.625rem;
  margin-top: 0.4375rem;
  border-radius: 50%;
  background-color: #1cc49c;
}

@media (max-width: 1024px) {
  .p-sleepover .p-service__dot {
    margin-top: 0.4375rem;
  }

}

.p-sleepover .p-service__item-text {
  font-family: "Zen Kaku Gothic New", "Zen Maru Gothic", "Hiragino Maru Gothic ProN", sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
  color: #404040;
}

@media (max-width: 1024px) {
  .p-sleepover .p-service__item-text {
    font-size: 0.9375rem;
  }

}

.p-sleepover .p-service__note {
  width: 100%;
  font-family: "Zen Kaku Gothic New", "Zen Maru Gothic", "Hiragino Maru Gothic ProN", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #404040;
  text-align: center;
  white-space: nowrap;
}

@media (max-width: 1024px) {
  .p-sleepover .p-service__note {
    text-align: left;
    white-space: normal;
    padding-left: 1em;
    text-indent: -1em;
  }

}

.p-sleepover .p-reasons {
  position: relative;
  container-type: inline-size;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 85.2083333333cqw;
  overflow: clip;
  margin-top: 6.94vw;
  padding-top: 5.8333333333cqw;
  box-sizing: border-box;
}

@media (max-width: 1024px) {
  .p-sleepover .p-reasons {
    min-height: min(354.4529262087cqw, 87.0625rem);
    margin-top: 15.27vw;
    padding-top: 16.2849872774cqw;
  }

}

.p-sleepover .p-reasons__bee {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 5.5555555556cqw;
  height: 5.8333333333cqw;
  z-index: 0;
}

@media (max-width: 1024px) {
  .p-sleepover .p-reasons__bee {
    width: 15.2671755725cqw;
    height: 16.0305343511cqw;
  }

}

.p-sleepover .p-reasons__bee img {
  width: 100%;
  object-fit: contain;
}

.p-sleepover .p-reasons__content {
  position: relative;
  z-index: 1;
  width: 62.5rem;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5rem;
  box-sizing: border-box;
}

@media (max-width: 1024px) {
  .p-sleepover .p-reasons__content {
    width: 100%;
    gap: 2.5rem;
    padding: 0 1.25rem;
  }

}

.p-sleepover .p-reasons__list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5rem;
}

@media (max-width: 1024px) {
  .p-sleepover .p-reasons__list {
    gap: 3rem;
  }

}

.p-sleepover .p-reasons__item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

@media (max-width: 1024px) {
  .p-sleepover .p-reasons__item {
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }

}

.p-sleepover .p-reasons__item--02 {
  flex-direction: row-reverse;
}

@media (max-width: 1024px) {
  .p-sleepover .p-reasons__item--02 {
    flex-direction: column;
  }

}

.p-sleepover .p-reasons__media {
  position: relative;
  flex-shrink: 0;
}

.p-sleepover .p-reasons__blob {
  position: absolute;
  z-index: 1;
  max-width: none;
  pointer-events: none;
  object-fit: contain;
}

.p-sleepover .p-reasons__image {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.p-sleepover .p-reasons__media--01 {
  width: 23rem;
  height: 25rem;
}

@media (max-width: 1024px) {
  .p-sleepover .p-reasons__media--01 {
    width: 15.375rem;
    height: 16.7125rem;
  }

}

.p-sleepover .p-reasons__media--01 .p-reasons__blob {
  left: -70.65%;
  top: 24.91%;
  width: 123.64%;
  height: 84.5%;
}

.p-sleepover .p-reasons__media--02 {
  width: 26rem;
  height: 25.5rem;
}

@media (max-width: 1024px) {
  .p-sleepover .p-reasons__media--02 {
    width: 13.25rem;
    height: 12.9875rem;
  }

}

.p-sleepover .p-reasons__media--02 .p-reasons__blob {
  left: 63.22%;
  top: 22.92%;
  width: 92.55%;
  height: 82.35%;
}

.p-sleepover .p-reasons__body {
  display: flex;
  flex-direction: column;
  width: 27.25rem;
  gap: 1.5rem;
}

@media (max-width: 1024px) {
  .p-sleepover .p-reasons__body {
    width: 100%;
    align-items: center;
    gap: 1.5rem;
  }

}

.p-sleepover .p-reasons__top {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 1.1875rem;
}

@media (max-width: 1024px) {
  .p-sleepover .p-reasons__top {
    align-items: center;
    gap: 1.1875rem;
  }

}

.p-sleepover .p-reasons__row {
  display: flex;
  align-items: flex-start;
  width: 100%;
  gap: 1.75rem;
}

@media (max-width: 1024px) {
  .p-sleepover .p-reasons__row {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }

}

.p-sleepover .p-reasons__number {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #1cc49c;
  color: #fff;
  font-family: "Zen Maru Gothic", "Zen Maru Gothic", "Hiragino Maru Gothic ProN", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.4;
}

@media (max-width: 1024px) {
  .p-sleepover .p-reasons__number {
    font-size: 2rem;
  }

}

.p-sleepover .p-reasons__number--row {
  flex-shrink: 0;
  width: 6.25rem;
  height: 6.25rem;
}

@media (max-width: 1024px) {
  .p-sleepover .p-reasons__number--row {
    display: none;
  }

}

.p-sleepover .p-reasons__number--badge {
  display: none;
}

@media (max-width: 1024px) {
  .p-sleepover .p-reasons__number--badge {
    display: flex;
    position: absolute;
    z-index: 3;
    width: 5rem;
    height: 5rem;
  }

}

@media (max-width: 1024px) {
  .p-sleepover .p-reasons__item--01 .p-reasons__number--badge {
    left: 4.375rem;
    top: 12.5rem;
  }

}

@media (max-width: 1024px) {
  .p-sleepover .p-reasons__item--02 .p-reasons__number--badge {
    left: 4.0625rem;
    top: 8.875rem;
  }

}

.p-sleepover .p-reasons__text {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 0.5625rem;
}

@media (max-width: 1024px) {
  .p-sleepover .p-reasons__text {
    align-items: center;
    width: 100%;
    padding: 0 1.875rem;
    gap: 0.5625rem;
    text-align: center;
  }

}

.p-sleepover .p-reasons__item-title {
  font-family: "Zen Maru Gothic", "Zen Maru Gothic", "Hiragino Maru Gothic ProN", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #1cc49c;
  white-space: nowrap;
}

@media (max-width: 1024px) {
  .p-sleepover .p-reasons__item-title {
    font-size: 1.375rem;
  }

}

.p-sleepover .p-reasons__item-desc {
  font-family: "Zen Kaku Gothic New", "Zen Maru Gothic", "Hiragino Maru Gothic ProN", sans-serif;
  font-size: 1.125rem;
  line-height: 1.9;
  color: #404040;
  letter-spacing: 0.15em;
  white-space: nowrap;
}

@media (max-width: 1024px) {
  .p-sleepover .p-reasons__item-desc {
    font-size: 1rem;
  }

}

.p-sleepover .p-reasons__price strong {
  font-weight: 700;
  font-size: 1.75rem;
}

@media (max-width: 1024px) {
  .p-sleepover .p-reasons__price strong {
    font-size: 1.5rem;
  }

}

.p-sleepover .p-reasons__note {
  display: flex;
  align-items: center;
  width: 100%;
  background-color: #fffbd9;
  border-radius: 0.625rem;
  padding: 0.9375rem 1.875rem;
  gap: 0.5rem;
  box-sizing: border-box;
}

@media (max-width: 1024px) {
  .p-sleepover .p-reasons__note {
    width: 27.25rem;
    max-width: 100%;
    border-radius: 0.625rem;
    padding: 0.9375rem 1.875rem;
    gap: 1rem;
  }

}

.p-sleepover .p-reasons__note-icon {
  flex-shrink: 0;
  width: 4.375rem;
  height: 4.375rem;
  border-radius: 50%;
  overflow: hidden;
}

@media (max-width: 1024px) {
  .p-sleepover .p-reasons__note-icon {
    width: 3.125rem;
    height: 3.125rem;
  }

}

.p-sleepover .p-reasons__note-icon img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.p-sleepover .p-reasons__note-text {
  font-family: "Zen Kaku Gothic New", "Zen Maru Gothic", "Hiragino Maru Gothic ProN", sans-serif;
  font-size: 1rem;
  line-height: 1.8;
  color: #404040;
  white-space: nowrap;
}

@media (max-width: 1024px) {
  .p-sleepover .p-reasons__note-text {
    font-size: 1rem;
    line-height: 1.5;
  }

}

.p-sleepover .p-reasons .c-button {
  width: 27.25rem;
  max-width: 100%;
}

.p-sleepover .p-reasons .c-button__arrow {
  width: 0.423125rem;
}

@media (max-width: 1024px) {
  .p-sleepover .p-reasons .c-button__arrow {
    right: 1.3125rem;
    width: 0.423125rem;
  }

}

.p-sleepover .p-reasons__disclaimer {
  width: 100%;
  font-family: "Zen Kaku Gothic New", "Zen Maru Gothic", "Hiragino Maru Gothic ProN", sans-serif;
  font-size: 0.875rem;
  line-height: 1.3;
  color: #404040;
}

@media (max-width: 1024px) {
  .p-sleepover .p-reasons__disclaimer {
    text-align: center;
  }

}

@media (max-width: 480px) {
  .p-sleepover .p-reasons__disclaimer {
    text-align: left;
    padding-left: 1em;
    text-indent: -1em;
  }

}

.p-sleepover .p-price {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fffbd9;
  box-sizing: border-box;
}

.p-sleepover .p-price__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50rem;
  max-width: 100%;
  gap: 5rem;
  box-sizing: border-box;
}

@media (max-width: 1024px) {
  .p-sleepover .p-price__content {
    width: 100%;
    gap: 0;
    padding: 0 1.25rem;
  }

}

.p-sleepover .p-price__group {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 1.9375rem;
}

@media (max-width: 1024px) {
  .p-sleepover .p-price__group {
    gap: 1rem;
  }

}

.p-sleepover .p-price__body {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 0.3125rem;
}

@media (max-width: 1024px) {
  .p-sleepover .p-price__body {
    gap: 0.3125rem;
  }

}

.p-sleepover .p-price__note-label {
  font-family: "Zen Kaku Gothic New", "Zen Maru Gothic", "Hiragino Maru Gothic ProN", sans-serif;
  font-size: 1.125rem;
  line-height: 1.8;
  color: #404040;
  text-align: right;
  white-space: nowrap;
}

@media (max-width: 1024px) {
  .p-sleepover .p-price__note-label {
    font-size: 0.875rem;
    line-height: 1.5;
  }

}

.p-sleepover .p-price__table {
  display: flex;
  flex-direction: column;
  width: 100%;
  border: 1px solid #d9d9d9;
  border-radius: 0.625rem;
  overflow: hidden;
}

@media (max-width: 1024px) {
  .p-sleepover .p-price__table {
    border-radius: 0.625rem;
  }

}

.p-sleepover .p-price__row {
  display: flex;
  width: 100%;
  min-height: 5rem;
}

@media (max-width: 1024px) {
  .p-sleepover .p-price__row {
    min-height: auto;
  }

}

.p-sleepover .p-price__row:not(:first-child) {
  border-top: 1px solid #d9d9d9;
}

.p-sleepover .p-price__cell {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
}

@media (max-width: 1024px) {
  .p-sleepover .p-price__cell {
    padding: 0.5625rem 0.375rem;
  }

}

.p-sleepover .p-price__cell--time {
  background-color: #1cc49c;
  font-family: "Zen Kaku Gothic New", "Zen Maru Gothic", "Hiragino Maru Gothic ProN", sans-serif;
  font-weight: 700;
  font-size: 1.75rem;
  color: #f5f5f5;
  white-space: nowrap;
}

@media (max-width: 1024px) {
  .p-sleepover .p-price__cell--time {
    font-size: 1.125rem;
  }

}

.p-sleepover .p-price__cell--price {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-left: 1px solid #d9d9d9;
  white-space: nowrap;
}

.p-sleepover .p-price__price-value {
  display: flex;
  align-items: flex-end;
  gap: 0.25rem;
}

.p-sleepover .p-price__price-value strong {
  font-family: "Zen Kaku Gothic New", "Zen Maru Gothic", "Hiragino Maru Gothic ProN", sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1;
  color: #404040;
}

@media (max-width: 1024px) {
  .p-sleepover .p-price__price-value strong {
    font-size: 1.5rem;
  }

}

.p-sleepover .p-price__price-value span {
  font-family: "Zen Kaku Gothic New", "Zen Maru Gothic", "Hiragino Maru Gothic ProN", sans-serif;
  font-size: 1.25rem;
  line-height: 1;
  color: #404040;
}

@media (max-width: 1024px) {
  .p-sleepover .p-price__price-value span {
    font-size: 0.875rem;
  }

}

.p-sleepover .p-price__annotations {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 0.5rem;
  font-family: "Zen Kaku Gothic New", "Zen Maru Gothic", "Hiragino Maru Gothic ProN", sans-serif;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #404040;
}

@media (max-width: 1024px) {
  .p-sleepover .p-price__annotations {
    gap: 1rem;
  }

}

.p-sleepover .p-price__annotation {
  width: 100%;
  white-space: nowrap;
}

@media (max-width: 1024px) {
  .p-sleepover .p-price__annotation {
    white-space: normal;
    padding-left: 1em;
    text-indent: -1em;
  }

}

.p-sleepover .p-price__annotation-label {
  white-space: nowrap;
}

@media (max-width: 1024px) {
  .p-sleepover .p-price__annotation--full {
    text-align: left;
  }

}

.p-sleepover .p-conditions {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #ffde5d;
  box-sizing: border-box;
}

.p-sleepover .p-conditions__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50rem;
  max-width: 100%;
  gap: 5rem;
  box-sizing: border-box;
}

@media (max-width: 1024px) {
  .p-sleepover .p-conditions__content {
    width: 100%;
    gap: 2rem;
    padding: 0 1.25rem;
  }

}

.p-sleepover .p-conditions__body {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 2.5rem;
}

@media (max-width: 1024px) {
  .p-sleepover .p-conditions__body {
    flex-direction: column;
    gap: 2rem;
  }

}

.p-sleepover .p-conditions__card {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  background-color: #fff;
  border-radius: 0.3125rem;
  padding: 1.25rem;
  gap: 2.5rem;
  box-sizing: border-box;
}

@media (max-width: 1024px) {
  .p-sleepover .p-conditions__card {
    width: 100%;
    border-radius: 0.3125rem;
    padding: 1.25rem;
    gap: 2.5rem;
  }

}

.p-sleepover .p-conditions__card--main {
  order: 1;
  width: 24.125rem;
}

@media (max-width: 1024px) {
  .p-sleepover .p-conditions__card--main {
    order: initial;
    width: 100%;
  }

}

.p-sleepover .p-conditions__card--regular {
  order: 2;
  width: 23.375rem;
  gap: 0.5rem;
}

@media (max-width: 1024px) {
  .p-sleepover .p-conditions__card--regular {
    order: initial;
    width: 100%;
    gap: 0.5rem;
  }

}

.p-sleepover .p-conditions__group {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 0.5rem;
}

@media (max-width: 1024px) {
  .p-sleepover .p-conditions__group {
    gap: 0.5rem;
  }

}

.p-sleepover .p-conditions__badge {
  display: inline-flex;
  align-self: flex-start;
  align-items: center;
  justify-content: center;
  background-color: #1cc49c;
  border-radius: 62.4375rem;
  padding: 0.5rem 0.9375rem;
  font-family: "Zen Maru Gothic", "Zen Maru Gothic", "Hiragino Maru Gothic ProN", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1;
  color: #f5f5f5;
  white-space: nowrap;
}

@media (max-width: 1024px) {
  .p-sleepover .p-conditions__badge {
    padding: 0.5rem 0.9375rem;
    font-size: 1rem;
  }

}

.p-sleepover .p-conditions__list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
}

.p-sleepover .p-conditions__item {
  display: flex;
  align-items: center;
  gap: 0.3125rem;
  width: 100%;
}

.p-sleepover .p-conditions__item--multiline {
  align-items: flex-start;
}

.p-sleepover .p-conditions__check {
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  color: #1cc49c;
}

@media (max-width: 1024px) {
  .p-sleepover .p-conditions__check {
    width: 0.875rem;
    height: 0.875rem;
  }

}

.p-sleepover .p-conditions__item--multiline .p-conditions__check {
  margin-top: 0.40625rem;
}

@media (max-width: 1024px) {
  .p-sleepover .p-conditions__item--multiline .p-conditions__check {
    margin-top: 0;
  }

}

.p-sleepover .p-conditions__item-text {
  font-family: "Zen Kaku Gothic New", "Zen Maru Gothic", "Hiragino Maru Gothic ProN", sans-serif;
  font-size: 1rem;
  line-height: 1.8;
  color: #404040;
}

@media (max-width: 1024px) {
  .p-sleepover .p-conditions__item-text {
    font-size: 1rem;
    line-height: 1.5;
    white-space: normal;
  }

}

.p-sleepover .p-conditions__regular-text {
  font-family: "Zen Kaku Gothic New", "Zen Maru Gothic", "Hiragino Maru Gothic ProN", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #404040;
}

@media (max-width: 1024px) {
  .p-sleepover .p-conditions__regular-text {
    font-size: 1rem;
    white-space: normal;
  }

}

.p-sleepover .p-conditions__regular-note {
  margin-top: 1rem;
  font-family: "Zen Kaku Gothic New", "Zen Maru Gothic", "Hiragino Maru Gothic ProN", sans-serif;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #404040;
  white-space: nowrap;
}

@media (max-width: 1024px) {
  .p-sleepover .p-conditions__regular-note {
    white-space: normal;
  }

}

.p-sleepover .p-conditions .c-button {
  order: 3;
  width: 27.25rem;
  max-width: 100%;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .p-sleepover .p-conditions .c-button {
    order: initial;
  }

}

.p-sleepover .p-conditions .c-button__arrow {
  width: 0.423125rem;
}

@media (max-width: 1024px) {
  .p-sleepover .p-conditions .c-button__arrow {
    right: 1.3125rem;
    width: 0.423125rem;
  }

}

.p-sleepover .p-flow {
  container-type: inline-size;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  overflow-x: clip;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

.p-sleepover .p-flow__content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 90.125rem;
}

@media (max-width: 1024px) {
  .p-sleepover .p-flow__content {
    max-width: 800px;
  }

}

.p-sleepover .p-flow__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

@media (max-width: 1024px) {
  .p-sleepover .p-flow__heading {
    gap: 1.25rem;
  }

}

.p-sleepover .p-flow__title {
  font-family: "Zen Maru Gothic", "Zen Maru Gothic", "Hiragino Maru Gothic ProN", sans-serif;
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 1.4;
  color: #404040;
  text-align: center;
  white-space: nowrap;
}

@media (max-width: 1024px) {
  .p-sleepover .p-flow__title {
    font-size: 1.75rem;
  }

}

.p-sleepover .p-flow__dots {
  color: #1cc49c;
}

.p-sleepover .p-flow__dots::before {
  content: "・・・・・・・・";
  display: block;
  font-family: "Zen Kaku Gothic New", "Zen Maru Gothic", "Hiragino Maru Gothic ProN", sans-serif;
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 0.27;
  -webkit-text-stroke: 3px currentColor;
}

@media (max-width: 1024px) {
  .p-sleepover .p-flow__dots::before {
    content: "・・・・・";
    font-weight: 400;
    font-size: 0.9375rem;
  }

}

.p-sleepover .p-flow__diagram {
  position: relative;
  width: 100%;
  margin-top: 5.1875rem;
}

@media (max-width: 1024px) {
  .p-sleepover .p-flow__diagram {
    margin-top: 1.25rem;
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
    clip-path: inset(0 -100vw 0 -100vw);
  }

}

.p-sleepover .p-flow__list {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 84.7222222222cqw;
  max-width: min(100%, 5600px);
  margin: 0 auto;
  gap: 2.5rem;
}

@media (max-width: 1024px) {
  .p-sleepover .p-flow__list {
    flex-direction: column;
    width: 100%;
    max-width: 800px;
    gap: 2.5rem;
  }

}

.p-sleepover .p-flow__connector {
  position: absolute;
  left: -4.1666666667cqw;
  top: -4.8611111111cqw;
  width: 116.6666666667cqw;
  height: 14.5833333333cqw;
  pointer-events: none;
  overflow: visible;
}

@media (max-width: 1024px) {
  .p-sleepover .p-flow__connector {
    left: max(-40.7124681934cqw, -10rem);
    top: calc(max(-25.4452926209cqw, -6.25rem) + 3.25rem);
    width: min(173.0279898219cqw, 42.5rem);
    height: min(246.8193384224cqw, 60.625rem);
  }

}

.p-sleepover .p-flow__connector--path {
  z-index: -1;
}

.p-sleepover .p-flow__connector--bee {
  z-index: 2;
}

.p-sleepover .p-flow__connector--pc {
  display: block;
}

@media (max-width: 1024px) {
  .p-sleepover .p-flow__connector--pc {
    display: none;
  }

}

.p-sleepover .p-flow__connector--sp {
  display: none;
}

@media (max-width: 1024px) {
  .p-sleepover .p-flow__connector--sp {
    display: block;
  }

}

@media (max-width: 1024px) {
  .p-sleepover .p-flow__br--pc {
    display: none;
  }

}

.p-sleepover .p-flow__connector-path {
  stroke: #cbc0ba;
}

@media (max-width: 1024px) {
  .p-sleepover .p-flow__connector-path {
    stroke: #c7c7c7;
  }

}

.p-sleepover .p-flow__connector-bee {
  width: 3.1944444444cqw;
  height: 3.4722222222cqw;
}

@media (max-width: 1024px) {
  .p-sleepover .p-flow__connector-bee {
    width: min(9.1603053435cqw, 2.25rem);
    height: min(9.9236641221cqw, 2.4375rem);
  }

}

.p-sleepover .p-flow__step {
  position: relative;
  flex-shrink: 0;
  width: 11.8055555556cqw;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

@media (max-width: 1024px) {
  .p-sleepover .p-flow__step {
    width: 100%;
  }

}

.p-sleepover .p-flow__list.is-inview .p-flow__step {
  opacity: 1;
  transform: translateY(0);
}

.p-sleepover .p-flow__step:nth-child(1) {
  transition-delay: 1.08s;
}

@media (max-width: 1024px) {
  .p-sleepover .p-flow__step:nth-child(1) {
    transition-delay: 1.12s;
  }

}

.p-sleepover .p-flow__step:nth-child(2) {
  transition-delay: 2.04s;
}

@media (max-width: 1024px) {
  .p-sleepover .p-flow__step:nth-child(2) {
    transition-delay: 1.94s;
  }

}

.p-sleepover .p-flow__step:nth-child(3) {
  transition-delay: 2.98s;
}

@media (max-width: 1024px) {
  .p-sleepover .p-flow__step:nth-child(3) {
    transition-delay: 2.6s;
  }

}

.p-sleepover .p-flow__step:nth-child(4) {
  transition-delay: 3.96s;
}

@media (max-width: 1024px) {
  .p-sleepover .p-flow__step:nth-child(4) {
    transition-delay: 3.27s;
  }

}

.p-sleepover .p-flow__step:nth-child(5) {
  transition-delay: 4.9s;
}

@media (max-width: 1024px) {
  .p-sleepover .p-flow__step:nth-child(5) {
    transition-delay: 3.94s;
  }

}

.p-sleepover .p-flow__step:nth-child(6) {
  transition-delay: 5.85s;
}

@media (max-width: 1024px) {
  .p-sleepover .p-flow__step:nth-child(6) {
    transition-delay: 4.48s;
  }

}

.p-sleepover .p-flow__box {
  position: absolute;
  top: 2.0833333333cqw;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 10.8333333333cqw;
  background-color: #fffbd9;
  border-radius: 0.625rem;
  padding: 0.5rem 0.3125rem;
  box-sizing: border-box;
}

@media (max-width: 1024px) {
  .p-sleepover .p-flow__box {
    position: static;
    flex-direction: row;
    justify-content: flex-start;
    gap: 1rem;
    min-height: min(20.3562340967cqw, 5rem);
    border-radius: 0.3125rem;
    padding: 0.625rem 1.875rem;
  }

}

.p-sleepover .p-flow__badge {
  position: absolute;
  top: -2.0833333333cqw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 4.1666666667cqw;
  height: 4.1666666667cqw;
  flex-shrink: 0;
  background-color: #1cc49c;
  border-radius: 50%;
}

@media (max-width: 1024px) {
  .p-sleepover .p-flow__badge {
    position: static;
    transform: none;
    width: min(15.2671755725cqw, 3.75rem);
    height: min(15.2671755725cqw, 3.75rem);
  }

}

.p-sleepover .p-flow__badge-label {
  font-family: "Zen Kaku Gothic New", "Zen Maru Gothic", "Hiragino Maru Gothic ProN", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.3;
  color: #fff;
}

@media (max-width: 1024px) {
  .p-sleepover .p-flow__badge-label {
    font-size: 0.75rem;
  }

}

.p-sleepover .p-flow__badge-num {
  font-family: "Zen Kaku Gothic New", "Zen Maru Gothic", "Hiragino Maru Gothic ProN", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1;
  color: #fff;
}

@media (max-width: 1024px) {
  .p-sleepover .p-flow__badge-num {
    font-size: 1.25rem;
  }

}

.p-sleepover .p-flow__step-text {
  font-family: "Zen Kaku Gothic New", "Zen Maru Gothic", "Hiragino Maru Gothic ProN", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.9;
  color: #483b35;
  text-align: center;
}

@media (max-width: 1024px) {
  .p-sleepover .p-flow__step-text {
    font-weight: 700;
    font-size: 1rem;
    color: #404040;
    text-align: left;
    white-space: normal;
  }

}

.p-sleepover .p-flow__step-link {
  font-family: "Zen Kaku Gothic New", "Zen Maru Gothic", "Hiragino Maru Gothic ProN", sans-serif;
  font-size: 0.8125rem;
  color: #35a884;
  text-decoration: underline;
  text-align: center;
}

@media (max-width: 1024px) {
  .p-sleepover .p-flow__step-link {
    font-size: 0.75rem;
    text-align: left;
  }

}

.p-sleepover .p-area {
  position: relative;
  container-type: inline-size;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 32.2916666667cqw;
  padding-top: 11.8055555556cqw;
  box-sizing: border-box;
  margin-bottom: 5rem;
  margin-top: 10.5vw;
}

@media (max-width: 1024px) {
  .p-sleepover .p-area {
    min-height: min(81.4249363868cqw, 20rem);
    padding-top: 0;
    margin-top: 1.25rem;
    margin-bottom: 5rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

}

.p-sleepover .p-area__bg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 31.25cqw;
  height: 31.25cqw;
  overflow: hidden;
  pointer-events: none;
}

@media (max-width: 1024px) {
  .p-sleepover .p-area__bg {
    top: 9.4147582697cqw;
    transform: translateX(-50%);
    width: 70.9923664122cqw;
    height: 50.1272264631cqw;
  }

}

.p-sleepover .p-area__bg {
  object-fit: cover;
}

.p-sleepover .p-area__content {
  position: relative;
  z-index: 1;
  width: 33.75rem;
  max-width: 100%;
  text-align: center;
  box-sizing: border-box;
}

@media (max-width: 1024px) {
  .p-sleepover .p-area__content {
    width: 100%;
    padding: 0 1.25rem;
  }

}

.p-sleepover .p-area__text {
  margin-top: 5rem;
  font-family: "Zen Kaku Gothic New", "Zen Maru Gothic", "Hiragino Maru Gothic ProN", sans-serif;
  font-size: 1.125rem;
  line-height: 1.9;
  color: #404040;
  text-align: center;
  white-space: nowrap;
}

@media (max-width: 1024px) {
  .p-sleepover .p-area__text {
    margin-top: 2.5rem;
    font-size: 1rem;
    line-height: 1.5;
    white-space: normal;
  }

}

.p-sleepover .p-area .c-button {
  width: 27.25rem;
  max-width: 100%;
  margin: 2.5rem auto 0;
}

.p-sleepover .p-company {
  position: relative;
  container-type: inline-size;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fffbd9;
  min-height: 48rem;
  overflow: clip;
  padding-top: 9.3055555556cqw;
  padding-bottom: 3rem;
  box-sizing: border-box;
}

.p-sleepover .p-company__bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 0;
}

@media (max-width: 1024px) {
  .p-sleepover .p-company__bg {
    top: 2.0356234097cqw;
  }

}

.p-sleepover .p-company__bg picture {
  display: block;
  width: 100%;
  height: 100%;
}

.p-sleepover .p-company__bg img {
  width: 100%;
}

.p-sleepover .p-company__clover {
  position: absolute;
  left: 8.5416666667cqw;
  top: 2.7777777778cqw;
  width: 8.8888888889cqw;
  height: 11.5972222222cqw;
  overflow: hidden;
  pointer-events: none;
  z-index: 1;
}

@media (max-width: 480px) {
  .p-sleepover .p-company__clover {
    left: 6.3613231552cqw;
    top: 0.2544529262cqw;
    width: 19.3384223919cqw;
    height: 25.4452926209cqw;
  }

}

.p-sleepover .p-company__clover img {
  position: absolute;
  left: -99.25%;
  top: -62.96%;
  width: 288.43%;
  height: 220.23%;
  max-width: none;
}

.p-sleepover .p-company__kuma {
  position: absolute;
  left: 81.4583333333cqw;
  top: 2.9166666667cqw;
  width: 8.8888888889cqw;
  height: 8.4027777778cqw;
  overflow: hidden;
  pointer-events: none;
  z-index: 1;
}

@media (max-width: 480px) {
  .p-sleepover .p-company__kuma {
    left: 69.7201017812cqw;
    top: 0;
    width: 21.3740458015cqw;
    height: 20.3562340967cqw;
  }

}

.p-sleepover .p-company__kuma img {
  position: absolute;
  left: 0;
  top: -38.51%;
  width: 100%;
  height: 138.51%;
  max-width: none;
}

.p-sleepover .p-company__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50rem;
  max-width: 100%;
  box-sizing: border-box;
}

@media (max-width: 1024px) {
  .p-sleepover .p-company__content {
    width: 100%;
    padding: 0 1.25rem;
  }

}

.p-sleepover .p-company .c-section-title {
  margin-bottom: 5rem;
}

@media (max-width: 1024px) {
  .p-sleepover .p-company .c-section-title {
    margin-bottom: 2.5rem;
  }

}

.p-sleepover .p-company__table {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #fff;
  border: 1px solid #404040;
  border-radius: 0.625rem;
  padding: 0.3125rem 1.25rem;
  box-sizing: border-box;
}

@media (max-width: 1024px) {
  .p-sleepover .p-company__table {
    border-radius: 0.625rem;
    padding: 0.3125rem 1.25rem;
  }

}

.p-sleepover .p-company__row {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0.9375rem 0;
  border-bottom: 1px solid #404040;
}

.p-sleepover .p-company__row:first-child {
  padding: 1.25rem 0;
}

.p-sleepover .p-company__row:last-child {
  border-bottom: none;
}

@media (max-width: 1024px) {
  .p-sleepover .p-company__row {
    padding: 0.9375rem 0;
  }

  .p-sleepover .p-company__row:first-child {
    padding: 0.9375rem 0;
  }

}

.p-sleepover .p-company__label {
  font-family: "Zen Kaku Gothic New", "Zen Maru Gothic", "Hiragino Maru Gothic ProN", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.8;
  color: #404040;
}

@media (max-width: 1024px) {
  .p-sleepover .p-company__label {
    font-size: 0.875rem;
  }

}

.p-sleepover .p-company__value {
  font-family: "Zen Kaku Gothic New", "Zen Maru Gothic", "Hiragino Maru Gothic ProN", sans-serif;
  font-size: 1rem;
  line-height: 1.8;
  color: #404040;
}

@media (max-width: 1024px) {
  .p-sleepover .p-company__value {
    font-size: 0.875rem;
  }

}

.p-sleepover .p-company .c-button {
  margin-top: 2.5rem;
  width: 27.25rem;
  max-width: 100%;
}

@media (max-width: 1024px) {
  .p-sleepover .p-company .c-button {
    margin-top: 2.5rem;
  }

}

.p-sleepover .p-faq {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fffbd9;
  gap: 5rem;
  overflow-x: clip;
  box-sizing: border-box;
}

@media (max-width: 1024px) {
  .p-sleepover .p-faq {
    gap: 2.5rem;
  }

}

.p-sleepover .p-faq__panel {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-bottom: 7.5rem;
}

@media (max-width: 1024px) {
  .p-sleepover .p-faq__panel {
    padding-bottom: 3.75rem;
  }

}

.p-sleepover .p-faq__content {
  position: relative;
  margin: 0 auto;
  width: 50rem;
  max-width: 100%;
}

@media (max-width: 1024px) {
  .p-sleepover .p-faq__content {
    width: 100%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    box-sizing: border-box;
  }

}

.p-sleepover .p-faq__list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}

@media (max-width: 1024px) {
  .p-sleepover .p-faq__list {
    gap: 1rem;
  }

}

.p-sleepover .p-faq__item {
  width: 100%;
}

.p-sleepover .p-faq__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  width: 100%;
  background-color: #fff;
  border-radius: 0.625rem;
  padding: 1.25rem;
  border: none;
  cursor: pointer;
  text-align: left;
  font: inherit;
}

@media (max-width: 1024px) {
  .p-sleepover .p-faq__row {
    border-radius: 0.3125rem;
    padding: 0.9375rem 1.25rem;
    gap: 0.625rem;
  }

}

.p-sleepover .p-faq__item.is-open .p-faq__question {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.p-sleepover .p-faq__answer {
  cursor: default;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.p-sleepover .p-faq__row-main {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}

@media (max-width: 1024px) {
  .p-sleepover .p-faq__row-main {
    gap: 0.5rem;
  }

}

.p-sleepover .p-faq__badge {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-color: #1cc49c;
  font-family: "Zen Kaku Gothic New", "Zen Maru Gothic", "Hiragino Maru Gothic ProN", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  color: #fff;
}

@media (max-width: 1024px) {
  .p-sleepover .p-faq__badge {
    width: 1.875rem;
    height: 1.875rem;
    font-size: 0.75rem;
  }

}

.p-sleepover .p-faq__badge--a {
  background-color: #ff8a5c;
}

.p-sleepover .p-faq__text {
  font-family: "Zen Kaku Gothic New", "Zen Maru Gothic", "Hiragino Maru Gothic ProN", sans-serif;
  font-size: 1rem;
  line-height: 1.9;
  color: #483b35;
}

@media (max-width: 1024px) {
  .p-sleepover .p-faq__text {
    font-size: 1rem;
    color: #404040;
  }

}

.p-sleepover .p-faq__link {
  color: #1cc49c;
  text-decoration: underline;
}

.p-sleepover .p-faq__link:hover {
  text-decoration: none;
}

.p-sleepover .p-faq__toggle {
  position: relative;
  flex-shrink: 0;
  width: 1.125rem;
  height: 1.125rem;
  transition: transform 0.25s ease;
}

.p-sleepover .p-faq__toggle::before,
.p-sleepover .p-faq__toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #1cc49c;
  transform: translateY(-50%);
}

.p-sleepover .p-faq__toggle::after {
  transform: translateY(-50%) rotate(90deg);
}

@media (max-width: 1024px) {
  .p-sleepover .p-faq__toggle {
    width: 0.75rem;
    height: 0.75rem;
  }

}

.p-sleepover .p-faq__question[aria-expanded=true] .p-faq__toggle {
  transform: rotate(45deg);
}

.p-sleepover .p-faq__answer-wrap {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease;
}

.p-sleepover .p-faq__answer-inner {
  overflow: hidden;
}

.p-sleepover .p-faq__item.is-open .p-faq__answer-wrap {
  grid-template-rows: 1fr;
}

.p-sleepover .p-contact {
  position: relative;
  container-type: inline-size;
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #fffbd9;
  min-height: 64.7916666667cqw;
  overflow: clip;
  padding: 5.5555555556cqw 0;
  box-sizing: border-box;
}

@media (max-width: 1024px) {
  .p-sleepover .p-contact {
    min-height: min(192.3664122137cqw, 47.25rem);
    padding: 10.1781170483cqw 1.25rem;
  }

}

.p-sleepover .p-contact__form {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.p-sleepover .p-contact .c-section-title {
  margin-bottom: 2.5rem;
}

@media (max-width: 1024px) {
  .p-sleepover .p-contact .c-section-title {
    margin-bottom: 2.5rem;
  }

}

.p-sleepover .p-contact__lead {
  font-family: "Zen Kaku Gothic New", "Zen Maru Gothic", "Hiragino Maru Gothic ProN", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #404040;
  text-align: center;
  white-space: nowrap;
  margin-bottom: 2.5rem;
}

@media (max-width: 1024px) {
  .p-sleepover .p-contact__lead {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }

}

.p-sleepover .p-contact__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  width: 800px;
  max-width: 100%;
  background-color: #fff;
  border-radius: 1.25rem;
  padding: 2.5rem;
  box-sizing: border-box;
  margin-bottom: 2.5rem;
}

@media (max-width: 1024px) {
  .p-sleepover .p-contact__card {
    gap: 1.5rem;
    width: 100%;
    max-width: 800px;
    border-radius: 0.625rem;
    padding: 1.875rem 0;
    margin-bottom: 2rem;
  }

}

.p-sleepover .p-contact__field {
  display: flex;
  flex-direction: column;
  gap: 0.3125rem;
  width: 50rem;
  max-width: 100%;
}

@media (max-width: 1024px) {
  .p-sleepover .p-contact__field {
    gap: 0.3125rem;
    width: 100%;
    padding: 0 1.25rem;
    box-sizing: border-box;
  }

}

.p-sleepover .p-contact__field-label {
  display: flex;
  align-items: center;
  gap: 0.4375rem;
  cursor: pointer;
}

@media (max-width: 1024px) {
  .p-sleepover .p-contact__field-label {
    gap: 0.4375rem;
  }

}

.p-sleepover .p-contact__label-text {
  font-family: "Zen Kaku Gothic New", "Zen Maru Gothic", "Hiragino Maru Gothic ProN", sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  color: #404040;
}

@media (max-width: 1024px) {
  .p-sleepover .p-contact__label-text {
    font-size: 1rem;
    line-height: 1.9;
  }

}

.p-sleepover .p-contact__required {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background-color: #ff8a5c;
  border-radius: 1.25rem;
  padding: 0.3125rem 0.625rem;
  font-family: "Zen Kaku Gothic New", "Zen Maru Gothic", "Hiragino Maru Gothic ProN", sans-serif;
  font-size: 0.75rem;
  line-height: 1.3;
  color: #fff;
}

@media (max-width: 1024px) {
  .p-sleepover .p-contact__required {
    border-radius: 1.25rem;
    padding: 0.3125rem 0.625rem;
    font-size: 0.75rem;
  }

}

.p-sleepover .p-contact__input,
.p-sleepover .p-contact__textarea {
  width: 100%;
  background-color: #f0f1f3;
  border: 1px solid rgba(0, 0, 0, 0.28);
  border-radius: 0.3125rem;
  font-family: "Zen Kaku Gothic New", "Zen Maru Gothic", "Hiragino Maru Gothic ProN", sans-serif;
  font-size: 0.875rem;
  color: #404040;
  box-sizing: border-box;
}

.p-sleepover .p-contact__input::placeholder,
.p-sleepover .p-contact__textarea::placeholder {
  color: #aab0b7;
}

@media (max-width: 1024px) {
  .p-sleepover .p-contact__input,
  .p-sleepover .p-contact__textarea {
    border: 1px solid #b8b8b8;
    border-radius: 0.3125rem;
    font-size: 0.875rem;
  }

  .p-sleepover .p-contact__input::placeholder,
  .p-sleepover .p-contact__textarea::placeholder {
    color: #959595;
  }

}

.p-sleepover .p-contact__input {
  padding: 0.625rem 0.375rem;
}

@media (max-width: 1024px) {
  .p-sleepover .p-contact__input {
    padding: 0.3125rem 0.375rem;
  }

}

.p-sleepover .p-contact__textarea {
  padding: 0.625rem 0.375rem;
  height: 9.375rem;
  resize: none;
}

@media (max-width: 1024px) {
  .p-sleepover .p-contact__textarea {
    padding: 0.625rem 0.375rem;
  }

}

.p-sleepover .p-contact .c-button {
  width: 27.25rem;
  max-width: 100%;
  margin: 0 auto;
}

.p-sleepover .p-cta {
  position: relative;
  container-type: inline-size;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 50cqw;
  overflow: clip;
  padding-top: 7.1527777778cqw;
  box-sizing: border-box;
}

@media (max-width: 1024px) {
  .p-sleepover .p-cta {
    min-height: 38.75rem;
    padding-top: 2.5rem;
  }

}

.p-sleepover .p-cta__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.p-sleepover .p-cta__bg picture {
  display: block;
  width: 100%;
  height: 100%;
}

.p-sleepover .p-cta__bg img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  object-position: top;
}

.p-sleepover .p-cta__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  padding: 0 1.5rem;
  box-sizing: border-box;
}

@media (max-width: 1024px) {
  .p-sleepover .p-cta__content {
    gap: 1.5rem;
    padding: 0 1.25rem;
    width: 100%;
  }

}

.p-sleepover .p-cta__lead {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  color: #404040;
  text-align: center;
}

@media (max-width: 1024px) {
  .p-sleepover .p-cta__lead {
    gap: 1.5rem;
  }

}

.p-sleepover .p-cta__bee {
  width: 4rem;
  height: auto;
}

@media (max-width: 1024px) {
  .p-sleepover .p-cta__bee {
    width: 3rem;
  }

}

.p-sleepover .p-cta__title {
  font-family: "Zen Maru Gothic", "Zen Maru Gothic", "Hiragino Maru Gothic ProN", sans-serif;
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 1.5;
  white-space: nowrap;
}

@media (max-width: 1024px) {
  .p-sleepover .p-cta__title {
    font-size: 1.375rem;
    white-space: normal;
  }

}

.p-sleepover .p-cta__text {
  font-family: "Zen Kaku Gothic New", "Zen Maru Gothic", "Hiragino Maru Gothic ProN", sans-serif;
  font-size: 1.125rem;
  line-height: 1.9;
  white-space: nowrap;
}

@media (max-width: 1024px) {
  .p-sleepover .p-cta__text {
    font-size: 1rem;
    line-height: 1.5;
    white-space: normal;
  }

}

.p-sleepover .p-cta__buttons {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 1.5rem;
}

@media (max-width: 1024px) {
  .p-sleepover .p-cta__buttons {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

}

.p-sleepover .p-cta__btn {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1.75rem;
  border-radius: 0.625rem;
  padding: 1.25rem 2.5rem;
  box-sizing: border-box;
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

@media (max-width: 1024px) {
  .p-sleepover .p-cta__btn {
    gap: 1.125rem;
    border-radius: 0.625rem;
    padding: 1.5rem 2.875rem;
    width: 21.875rem;
  }

}

.p-sleepover .p-cta__btn--phone {
  background-color: #1cc49c;
}

@media (hover: hover) {
  .p-sleepover .p-cta__btn--phone:hover {
    background-color: #fff;
    box-shadow: inset 0 0 0 2px #1cc49c;
  }

  .p-sleepover .p-cta__btn--phone:hover .p-cta__btn-label,
  .p-sleepover .p-cta__btn--phone:hover .p-cta__btn-number {
    color: #1cc49c;
  }

  .p-sleepover .p-cta__btn--phone:hover .p-cta__btn-chevron-icon {
    background-color: #1cc49c;
  }

}

.p-sleepover .p-cta__btn--mail {
  background-color: #ff8a5c;
}

@media (max-width: 1024px) {
  .p-sleepover .p-cta__btn--mail {
    width: 21.875rem;
  }

}

@media (hover: hover) {
  .p-sleepover .p-cta__btn--mail:hover {
    background-color: #fff;
    box-shadow: inset 0 0 0 2px #ff8a5c;
  }

  .p-sleepover .p-cta__btn--mail:hover .p-cta__btn-label,
  .p-sleepover .p-cta__btn--mail:hover .p-cta__btn-number {
    color: #ff8a5c;
  }

  .p-sleepover .p-cta__btn--mail:hover .p-cta__btn-chevron-icon {
    background-color: #ff8a5c;
  }

}

.p-sleepover .p-cta__btn-icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  background-color: #fff;
  border-radius: 50%;
}

.p-sleepover .p-cta__btn-icon img {
  width: 2.25rem;
  height: auto;
}

@media (max-width: 1024px) {
  .p-sleepover .p-cta__btn-icon {
    width: 2.625rem;
    height: 2.625rem;
  }

  .p-sleepover .p-cta__btn-icon img {
    width: 1.5rem;
    height: auto;
  }

}

.p-sleepover .p-cta__btn-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
}

@media (max-width: 1024px) {
  .p-sleepover .p-cta__btn-text {
    align-items: center;
    flex: 1;
    min-width: 0;
  }

}

.p-sleepover .p-cta__btn-label {
  font-family: "Zen Kaku Gothic New", "Zen Maru Gothic", "Hiragino Maru Gothic ProN", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  transition: color 0.2s ease;
}

@media (max-width: 1024px) {
  .p-sleepover .p-cta__btn-label {
    font-size: 1rem;
  }

}

.p-sleepover .p-cta__btn-number {
  font-family: "Zen Kaku Gothic New", "Zen Maru Gothic", "Hiragino Maru Gothic ProN", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.13em;
  color: #fff;
  white-space: nowrap;
  margin-top: 0.25rem;
  transition: color 0.2s ease;
}

@media (max-width: 1024px) {
  .p-sleepover .p-cta__btn-number {
    font-size: 1.375rem;
  }

}

.p-sleepover .p-cta__btn-chevron {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 1.0625rem;
  height: 2rem;
}

@media (max-width: 1024px) {
  .p-sleepover .p-cta__btn-chevron {
    width: 0.8125rem;
    height: 1.6875rem;
  }

}

.p-sleepover .p-cta__btn-chevron-icon {
  display: block;
  width: 2rem;
  height: 1.0625rem;
  background-color: #fff;
  transform: rotate(90deg);
  -webkit-mask-image: url("../img/sleepover/icon-cta-chevron1-pc.svg");
  mask-image: url("../img/sleepover/icon-cta-chevron1-pc.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: background-color 0.2s ease;
}

@media (max-width: 1024px) {
  .p-sleepover .p-cta__btn-chevron-icon {
    width: 1.6875rem;
    height: 0.8125rem;
  }

}

.p-sleepover .p-cta__hours {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.3125rem;
}

@media (max-width: 1024px) {
  .p-sleepover .p-cta__hours {
    gap: 0.3125rem;
  }

}

.p-sleepover .p-cta__hours-icon {
  flex-shrink: 0;
  width: 1.125rem;
  height: 1.125rem;
}

@media (max-width: 1024px) {
  .p-sleepover .p-cta__hours-icon {
    width: 1rem;
    height: 1rem;
  }

}

.p-sleepover .p-cta__hours-text {
  font-family: "Zen Kaku Gothic New", "Zen Maru Gothic", "Hiragino Maru Gothic ProN", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.3;
  letter-spacing: 0.18em;
  color: #fff;
  text-align: center;
  white-space: nowrap;
}

@media (max-width: 1024px) {
  .p-sleepover .p-cta__hours-text {
    letter-spacing: 0.1em;
  }

}
