.u-sp {
  display: block;
}

.u-pc {
  display: none;
}

.js-timerContent.is-open .js-timer_open {
  display: block;
}
.js-timerContent.is-open .js-timer_close {
  display: none;
}
.js-timerContent.is-close .js-timer_open {
  display: none;
}
.js-timerContent.is-close .js-timer_close {
  display: block;
}

:root {
  --color-red: #CD040E;
  --color-white: rgba(255, 255, 255, 1);
}

:is(.c-cta__box,
.c-cta,
.p-cta.open) .c-tel span.c-tel__catch span.u-red {
  background: var(--color-red);
  color: var(--color-white);
  font-size: 0.14rem;
  line-height: 1;
  padding: 0.046rem 0.07rem;
  border-radius: 100vmax;
  margin-left: -0.09rem;
}
:is(.c-cta__box,
.c-cta,
.p-cta.open) .c-tel span.u-txt_tel {
  font-size: 0.32rem;
  font-weight: 600;
  color: var(--color-white);
}

.c-cta__box .c-tel span.u-txt_tel {
  font-size: 0.32rem;
  font-weight: 600;
  color: var(--color-white);
}

.l-footer__logo {
  width: 41.3333333333vw;
  max-width: 310px;
}

/*
.is-pc{
	.u-sp{ display: none;}
	.u-pc{ display: block;}
}
*/
.c-closing .c-bdr {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 5.3333333333vw 0;
}
.c-closing .c-bdr p {
  font-size: 3.7333333333vw;
  line-height: 1.8;
  text-align: center;
}
.c-closing p.c-open_hour {
  font-size: 3.7333333333vw;
  line-height: 1.8;
  text-align: center;
  margin-top: 1.0666666667vw;
}

.p-flow__item .c-closing {
  margin-top: 10.6666666667vw;
}

.c-nav_closed {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-nav_closed li {
  width: 50%;
}
.c-nav_closed li a {
  display: block;
}
.c-nav_closed li img {
  width: 100%;
  height: auto;
}

@media all and (min-width: 800px) {
  .u-sp {
    display: none;
  }
  .u-pc {
    display: block;
  }
  .c-closing .c-bdr {
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    padding: 40px 0;
  }
  .c-closing .c-bdr p {
    font-size: 28px;
  }
  .c-closing p.c-open_hour {
    font-size: 28px;
    margin-top: 4px;
  }
  .p-flow__item .c-closing {
    margin-top: 80px;
  }
}

/* SNNフォーム背景：全幅ベージュ */
:root {
  --kz-form-bg: #f0eae7;
}

.kz-lp-form,
.c-form-shell {
  background: #f0eae7 !important;
  background-color: #f0eae7 !important;
}

@media (max-width:767px){
  .kz-lp-form,
  .c-form-shell{
    background:#f0eae7 !important;
    background-color:#f0eae7 !important;
  }
}