@charset "UTF-8";
html {
  font-size: 100%;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.4897579143vw;
  }
}
@media (min-width: 1074px) {
  html {
    font-size: 100%;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #C5C6C7;
 background-color: #fce8f0;
}

@media screen and (min-width: 768px) {
  body {
    background-color: #fce8f0;
  }
}
@media screen and (min-width: 768px) {
  a,
  button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  a:hover,
  button:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

/* Make images easier to work with */
img,
picture {
  width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.l-inner {
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  margin-right: auto;
  margin-left: auto;
}

.c-scroll {
  width: 100%;
  max-width: 140px;
  text-align: center;
}

.c-scroll__down {
  display: block;
  position: relative;
  padding-top: 79px;
  text-align: center;
}
.c-scroll__down::before {
  -webkit-animation: elasticus 2s cubic-bezier(1, 0, 0, 1) infinite;
          animation: elasticus 2s cubic-bezier(1, 0, 0, 1) infinite;
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -1px;
  width: 2px;
  height: 90px;
  background: #FFFFFF;
  content: "";
}

@-webkit-keyframes elasticus {
  0% {
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
  }
  50% {
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50.1% {
    -webkit-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    -webkit-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
  }
}

@keyframes elasticus {
  0% {
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
  }
  50% {
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50.1% {
    -webkit-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    -webkit-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
  }
}
.c-scroll__arrow-down {
  display: block;
  margin: 0 auto;
  width: 0.625rem;
  height: 2.375rem;
  position: relative;
}
.c-scroll__arrow-down::after {
  content: "";
  display: block;
  margin: 0;
  padding: 0;
  width: 1rem;
  height: 0.125rem;
  background: #fff;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  position: absolute;
  left: 3px;
  top: 3px;
  -webkit-animation: arrow 2s cubic-bezier(1, 0, 0, 1) infinite;
          animation: arrow 2s cubic-bezier(1, 0, 0, 1) infinite;
}

@-webkit-keyframes arrow {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes arrow {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.c-scroll__title {
  display: block;
  max-width: 8.125rem;
  margin: 0 auto;
}
.c-scroll__title img {
  width: 100%;
}

.c-section {
  padding-top: 3.125rem;
}

.p-access {
  background: #595757;
  padding-top: 2.875rem;
  padding-bottom: 1.875rem;
}
.p-access h2 {
  width: 6.4375rem;
  margin: 0 auto;
}

.p-access__map {
  margin-top: 3.125rem;
}
.p-access__map iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 375/304;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-access__address {
  margin-top: 1.875rem;
}

.p-accordion__btn {
  background-color: #C5C6C7;
  color: #3E3A39;
  font-size: 1.0625rem;
  text-align: left;
  position: relative;
  padding: 0.625rem 3.625rem 0.625rem 0.625rem;
  padding-right: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.75rem;
     -moz-column-gap: 0.75rem;
          column-gap: 0.75rem;
  width: 100%;
  min-height: 4.3125rem;
  border-bottom: 1px solid #202120;
}

.p-accordion__btn::before {
  content: "";
  display: inline-block;
  background: url(../images/icon_q.png) no-repeat center/contain;
  width: 2.125rem;
  height: 2.125rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-accordion__btn::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-180deg);
          transform: translateY(-50%) rotate(-180deg);
  right: 1.25rem;
  background: url(../images/icon_arrow.png) no-repeat center/contain;
  width: 1.0625rem;
  height: 0.5rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-accordion__btn.open::after {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-accordion__content {
  position: relative;
  display: none;
  padding: 1.5625rem 0.625rem 1.5625rem 3.5rem;
  width: 100%;
  font-size: 0.9375rem;
  background: #202120;
  color: #fff;
  letter-spacing: 0.04em;
  line-height: 1.7;
}

.p-accordion__content::before {
  content: "";
  display: inline-block;
  background: url(../images/icon_a.png) no-repeat center/contain;
  width: 2.125rem;
  height: 2.125rem;
  position: absolute;
  left: 0.625rem;
  top: 1.75rem;
}

.p-accordion__btn:hover {
  opacity: 1;
}

.p-bottom-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  bottom: 0;
  position: fixed;
  width: 100%;
  z-index: 100;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .p-bottom-btn {
    width: 30rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.p-concept {
  background: #202120;
}

.p-contents {
  background: #000;
  padding-top: 2.5rem;
}

.p-aboutvideo {
  position: absolute;
  bottom: 4%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(100% - 1.775rem);
}

.p-cta {
  position: relative;
}

.p-cta__btn {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(100% - 3.775rem);
}
.p-cta__btn a {
  display: inline-block;
  width: 100%;
}
.p-cta__btn a + a {
  margin-top: 0rem;
}

/* ↓ 必ず .p-cta__btn より後に記述する */
.p-cta__btn--static {
  position: static;
  transform: none;
  width: calc(100% - 3.775rem);
  margin: 1.5rem auto;
}

.p-top-cta-btn {
  width: calc(100% - 3.775rem);
  margin: 1.5rem auto;
}
.p-top-cta-btn a {
  display: block;
  width: 100%;
}
.p-top-cta-btn a + a {
  margin-top: 0.5rem;
}

.p-top-cta-btn {
  width: calc(100% - 3.775rem);
  margin: 1.5rem auto;
  background-color: #fce8f0; /* 薄ピンク */
}

.p-cta__instagram {
  position: absolute;
  bottom: 37%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(100% - 1.875rem);
}
.p-cta__instagram a {
  display: inline-block;
  width: 100%;
}

.p-cta__tel {
  position: absolute;
  bottom: 11%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(100% - 1.875rem);
}
.p-cta__tel a {
  display: inline-block;
  width: 100%;
}

@-webkit-keyframes cta {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  50% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}

@keyframes cta {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  50% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}
.p-faq {
  background: #202120;
}
.p-faq h2 {
  width: 12.25rem;
  margin: 0 auto;
}

.p-faq__accordion {
  margin-top: 2.875rem;
}

.p-footer {
  padding-bottom: 20%;
  background: #F4F4F4;
}

.p-footer__nav {
  padding: 1.25rem 0;
  background: #000;
}
.p-footer__nav a {
  display: block;
  text-align: center;
  font-size: 0.8125rem;
  color: #fff;
}

.p-footer__copy {
  text-align: center;
  padding: 0.625rem 0;
}
.p-footer__copy small {
  font-size: 10px;
  line-height: 1.4;
  color: #202120;
}

.p-footer--thanks {
  padding-bottom: 0;
}

.p-form {
  padding-bottom: 2.5rem;
}

.p-form__item {
  position: relative;
}
.p-form__item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
  color: #fff;
  font-size: 1.0625rem;
}
.p-form__item label span {
  display: inline-block;
  font-size: 11px;
  color: #fff;
  background: #DA0012;
  padding: 0.1875rem 0.625rem;
}
.p-form__item input {
  background: #595757;
  border-radius: 0.3125rem;
  margin-top: 0.625rem;
  width: 100%;
  padding: 0.9375rem;
  border: none;
  font-size: 0.9375rem;
}
.p-form__item + .p-form__item {
  margin-top: 1.875rem;
}
.p-form__item p {
  margin-top: 0.625rem;
  font-size: 0.9375rem;
  font-weight: 400;
  color: #9B9B9C;
}
.p-form__item .ui-datepicker-trigger {
  position: absolute;
  bottom: 1.125rem;
  right: 0.9375rem;
  width: 0.9375rem;
  height: 0.9375rem;
  border: none;
  cursor: pointer;
}

.p-form__text {
  margin-top: 1.875rem;
}
.p-form__text p {
  font-size: 0.9375rem;
  color: #9B9B9C;
  line-height: 1.5, 22222222222222, 1;
}

.p-form__btn {
  margin-top: 1.875rem;
  width: 100%;
}
.p-form__btn input {
  width: 100%;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-form__btn input:hover {
  opacity: 0.7;
}

.p-mv__logo {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-mv__logo {
    display: block;
    position: fixed;
    left: 0;
    top: 2.0625rem;
    width: 12.25rem;
  }
}

.p-mv__scroll {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-mv__scroll {
    display: block;
    position: fixed;
    bottom: 41.5740740741%;
    right: calc(50% - 28.125rem);
    z-index: 999;
  }
}

.p-mv__cta {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-mv__cta {
    display: block;
    position: fixed;
    bottom: 5.5555555556%;
    right: 5.2083333333%;
    width: 21.5625%;
  }
}

.p-mv__cta-text {
  display: block;
  max-width: 23.875rem;
  margin: 0 auto;
}

.p-mv__cta-btn {
  margin-top: 1.75rem;
}
.p-mv__cta-btn a {
  width: 100%;
  display: block;
}
.p-mv__cta-btn a + a {
  margin-top: 1.75rem;
}

.p-mv--thanks {
  background: #202120;
  padding: 2.0625rem 0 2.9375rem;
}
.p-mv--thanks h2 {
  width: 15.25rem;
  margin: 0 auto;
}

.p-mv__link {
  text-align: center;
  margin-top: 2.1875rem;
}
.p-mv__link a {
  font-size: 0.9375rem;
  color: #2CA3DD;
  text-decoration: underline;
}

.p-plan-topic {
  background: #000;
  padding-top: 1.875rem;
}

.p-plan {
  margin-top: -16%;
}

.p-reason {
  background: #202120;
}

.p-reserve {
  background: #202120;
}
.p-reserve h2 {
  width: 10.125rem;
  margin: 0 auto;
}

.p-reserve__form {
  margin-top: 3.625rem;
}

.p-wrapper {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-wrapper {
    width: 36rem;
    margin: 0 auto;
  }
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}
/*# sourceMappingURL=styles.css.map */
video {
    width: 100%;
    display: block;
}

/* カルーセルデザイン */
.zirei-carousel, .works-carousel{
  position: relative;
}

.zirei-contents, .works-contents{
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  width: 80%;
}

.zirei-contents{
  top: 18.5%;
}

.works-contents{
  top: 21%;
}

.works-arrow-left, .works-arrow-right{
  width: 100px !important;
}

.works-arrow-left{
  margin-left: -4%;
}

.works-arrow-right{
  margin-right: -4%;
}

/* - ページネーションのデザイン設定 */
.swiper-pagination{
  bottom: -60px !important;
}

.swiper-pagination-bullet{
  background-color: #FFF;
  width: 15px;
  height: 15px;
  opacity: 1;
  border: 1px solid #dcdcdc;
  margin-top: 30px;
  bottom: -5px;
}

.swiper-pagination-bullet-active {
  background-color: #a9a9a9;
}

.qa {
  background-color: #cc6666;
  padding-bottom: min(16vw, 120px);
  padding-top: min(12.266vw,92px );
}

.thanks-page .qa {
  padding-top: 0;
}

.qa__title {
  margin-inline: auto;
  width: min(35.73vw, 267px);
}

.qa__inner {
  margin-inline: auto;
  max-width: 690px;
  width: 92vw;
}

.qa__container {
  border: 1px solid #fff;
  margin-top: min(6.666vw,40px );
}

.qa__accordion-desc {
  align-items: center;
  border-bottom: 1px solid #fff;
  color: #fff;
  cursor: pointer;
  display: flex;
  height: min(21.333vw, 160px);
  padding-left: min(4.266vw, 32px);
  position: relative;
}

.qa__accordion-title {
  line-height: 1.5;
  margin-left: min(10.67vw, 80px);
  position: relative;
}

.qa__accordion-title::before {
  background: url(../images/text-Q.png) no-repeat center center/contain;
  content: "";
  height: min(9.866vw, 74px);
  left: max(-11.466vw, -86px);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: min(9.6vw, 72px);
}

.qa__accordion-title--1 {
  width: min(65.533vw,379px );
}

.qa__accordion-title--2 {
  width: min(64.53vw,483px );
}

.qa__accordion-title--3 {
  width: min(66.93vw, 502px);
}

.qa__arrow {
  position: absolute;
  right: min(3.2vw, 24px);
  top: 50%;
  transform: translateY(-50%);
  width: min(4.533vw, 36px);
}

.qa__accordion-detail {
  background-color: #fff;
  display: none;
  padding: min(4.533vw, 34px) min(5.33vw, 40px) min(5.33vw, 40px) min(4.266vw, 32px);
}

.qa__accordion-text {
  color: #030F29;
  font-size: min(3.2vw, 24px);
  letter-spacing: -0.8px;
  line-height: 1.75;
  padding-left: min(10.67vw, 80px);
  position: relative;
}

.qa__accordion-text::before {
  background: url(../images/text-A.png) no-repeat center center/contain;
  content: "";
  height: min(10.13vw, 76px);
  left: 0;
  position: absolute;
  top: 0;
  width: min(9.866vw, 74px);
}

.qa__accordion-text + .qa__accordion-text {
  margin-top: min(5.33vw, 40px);
}

.qa__accordion-text + .qa__accordion-text::before {
  display: none;
}

@media screen and (min-width: 768px) {
.qa {
  padding-bottom: 4.16vw;
  padding-top: 3.189vw;
}

.thanks-page .qa {
  padding-top: 0;
}

.qa__title {
  width: 9.256vw;
}

.qa__inner {
  width: 23.92vw;
}

.qa__container {
  margin-top: 1.386vw;
}

    .qa__accordion-desc {
      height: 5.546vw;
      padding-left: 1.1vw;
    }

    .qa__accordion-title {
      margin-left: 2.773vw;
      margin-left: 2.5733vw;
    }

    .qa__accordion-title::before {
      height: 2.565vw;
      left: -2.98vw;
      left: -2.698vw;
      width: 2.496vw;
    }

    .qa__accordion-title--1 {
      align-content: center;
      display: flex;
      width: 14.13vw;
    }

    .qa__accordion-title--2 {
      width: 16.744vw;
    }

    .qa__accordion-title--3 {
      width: 17.4vw;
    }

    .qa__arrow {
      right: 0.832vw;
      top: 41%;
      transform: translateY(0);
      width: 1.248vw;
    }

    .qa__arrow img {
      vertical-align: top;
    }

    .qa__accordion-detail {
      padding: 1.178vw 1.386vw 1.386vw 1.1vw;
    }

    .qa__accordion-text {
      font-size: 0.832vw;
      padding-left: 2.773vw;
    }

    .qa__accordion-text::before {
      height: 2.634vw;
      width: 2.565vw;
    }

    .qa__accordion-text + .qa__accordion-text {
      margin-top: 1.386vw;
    }
}


.fixed-button {
    position: fixed;
    width: calc(335 * (100vw / 375));
    max-width: 545px;
    bottom: calc(10 * (100vw / 375));
    left: 50%;
    translate: -50% 0;
    cursor: pointer;
    z-index: 100;

    /* 初期状態は非表示 */
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
}

.fixed-button.show {
    opacity: 1;
    pointer-events: auto;
}

@media screen and (min-width: 620px) {
    .fixed-button {
        bottom: 20px;
    }
}
@media (min-width: 1025px) {
    a {
        color: #808080;
        opacity: 1;
        transition: all .5s ease;
    }
}

a {
    color: #808080;
    opacity: 1;
    transition: all .5s ease;
}

/* =====================
   店舗アコーディオン
   ===================== */

.lp-acc__area {
  text-align: center;
  font-size: 1.1rem;
  color: #e05a8a;
  font-weight: bold;
  padding: 20px 0 10px;
  letter-spacing: 0.1em;
}

.lp-acc--item {
  margin: 0 15px 12px;
}

.lp-acc--item--title {
  background: #e05a8a;
  color: #fff;
  font-size: 1.1rem;
  font-weight: bold;
  padding: 15px 50px 15px 20px;
  border-radius: 35px;
  cursor: pointer;
  position: relative;
  letter-spacing: 1px;
  margin-bottom: 0;
}

.lp-acc--item--title::after {
  content: "∨";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s;
  font-size: 1rem;
}

.lp-acc--item--title.active::after {
  transform: translateY(-50%) rotate(180deg);
}

.lp-acc--item--cont {
  display: none;
  background: #fff;
  border-radius: 0 0 16px 16px;
  padding: 20px;
  border: 2px solid #e05a8a;
  border-top: none;
}

.lp-acc--item--name {
  font-size: 1rem;
  font-weight: bold;
  color: #e05a8a;
  margin-bottom: 12px;
  text-align: center;
}

.lp-acc--item--table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 16px;
  font-size: 0.9rem;
  color: #333;
}

.lp-acc--item--table th {
  width: 30%;
  padding: 8px;
  font-weight: bold;
  vertical-align: top;
  color: #666;
}

.lp-acc--item--table td {
  padding: 8px;
  line-height: 1.6;
}

.lp-acc--item--btn {
  margin-top: 10px;
}

.lp-acc--item--btn a {
  display: block;
  width: 100%;
}

.lp-acc--item--btn img {
  width: 100%;
}

.lp-acc--item--photos {
  margin-bottom: 16px;
}

.lp-acc--item--photos img {
  width: 100%;
  border-radius: 8px;
}