@charset "UTF-8";

/* ------------------------------------

中面

------------------------------------ */

/*  c-button
*----------------------------------- */

.c-button a {
  background: #34251c;
  color: #fff;
  padding: 7px 15px 8px;
  border-radius: 5px;
  font-size: 3vw;
}
@media print, screen and (min-width: 761px) {
  .c-button a {
    font-size: 13px;
  }
}



/*  l-cv
*----------------------------------- */
.l-cv {
  width: 100%;
  background: rgba(255,255,255,.9);
  padding: 4px;
  position: fixed;
  bottom: -1px;
  left: 0;
  z-index: 99999;
  font-size: 12px;
  text-align: center;
  box-shadow: 0px -5px 6px -4px #dddddd;
}
@media print, screen and (min-width: 761px) {
  .l-cv {
    width: 400px;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
  }
}

.l-cv img {
  width: 100%;
}

.l-cv span.l-cv__date02 {
  color: #e45643;
  font-size: 5vw;
  font-weight: bold;
  font-family: sans-serif;
}
@media print, screen and (min-width: 761px) {
  .l-cv span.l-cv__date02 {
    font-size: 20px;
  }
}

.l-cv .l-cv__atention {
  font-size: 10px;
  margin-top: 4px;
}

.l-cv .l-cv__remaining {
  font-weight: bold;
  font-size: 3.6vw;
}
@media print, screen and (min-width: 761px) {
  .l-cv .l-cv__remaining {
    font-size: 15px;
  }
}

.l-cv .l-cv__remaining em.week {

}

@-webkit-keyframes sheen {
  0% {
    -webkit-transform: skewX(-45deg) translateX(0px);
            transform: skewX(-45deg) translateX(0px);
  }
  33% {
    -webkit-transform: skewX(-45deg) translateX(700px);
            transform: skewX(-45deg) translateX(700px);
  }
  100% {
    -webkit-transform: skewX(-45deg) translateX(700px);
            transform: skewX(-45deg) translateX(700px);
  }
}
@keyframes sheen {
  0% {
    -webkit-transform: skewX(-45deg) translateX(0px);
            transform: skewX(-45deg) translateX(0px);
  }
  33% {
    -webkit-transform: skewX(-45deg) translateX(700px);
            transform: skewX(-45deg) translateX(700px);
  }
  100% {
    -webkit-transform: skewX(-45deg) translateX(700px);
            transform: skewX(-45deg) translateX(700px);
  }
}


/*  l-visual
*----------------------------------- */

.l-visual {
  margin-top: -1px;
    position: relative;
}

.l-visual__container li.slick-slide {
  margin-right: 5px;
}
.l-visual .l-visual__img {
    position: relative;
    z-index: 1;
}


.l-top .bg-video {
  position: absolute;
  top: 18%;
  left: 0;
  width: 100%;
  height: 64%;
  object-fit: cover;
  z-index: 0;
  pointer-events: none;
}
@media print, screen and (min-width: 761px) {
  .l-top .bg-video {
    width: auto;
  }
}

.l-top .bg-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}



/*  l-〇〇
*----------------------------------- */


@media print, screen and (min-width: 761px) {
}
@media print, screen and (max-width: 760px) {

}
.l-space .l-space_tel {
    font-family: a-otf-gothic-mb101-pr6n, sans-serif;
    background: #fff;
    font-size: 18px;
    padding-left: 41px;
    padding-bottom: 15%;
    font-weight: bold;
    padding-top: 1%;
}


/*  l-reason
*----------------------------------- */

.l-reason {
  background: #fff;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  color: #FFF;
}

.l-reason .slick-dots {
  bottom: -30px;
}

.l-reason .slick-dots li {
  width: 8px;
  height: 8px;
}
.l-reason .slick-dots li.slick-active {
  background: #34251c;
}

.l-reason .p-item .p-item__text {
  margin: 0% auto;
}

.l-reason .p-item__inner .slider {
  width: 90%;
  margin: 0 auto 11%;
}



/*  l-plan
*----------------------------------- */

.l-plan {
  padding-bottom: 9%;
}
.l-plan .l-plan__container {
  padding-top: 0;
}
@media print, screen and (min-width: 761px) {
  .l-plan .l-plan__container {
    padding-top: 0;
  }
}

.l-plan .l-plan__container dl {
  width: 100%;
  margin: 0 auto;
}

.l-plan .l-plan__container dt {
  width: 88%;
  margin: 0 auto 3%;
  text-align: center;
  font-size: 3.75vw;
  padding: 1%;
  border-radius: 30px;
  background-image: linear-gradient(90deg, #b7f8db, #7ccedb);
  color: #373737;
  font-weight: 600;
}
@media print, screen and (min-width: 761px) {
  .l-plan .l-plan__container dt {
    font-size: 16px;
  }
}

.l-plan .l-plan__container .l-plan__limit {
  text-align: center;
  font-size: 4.18vw;
  color: #ea5338;
  margin-bottom: 4%;
  margin-top: -1%;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 4.3vw;
}
@media print, screen and (min-width: 761px) {
  .l-plan .l-plan__container .l-plan__limit {
    font-size: 18px;
  }
}

.l-plan .l-plan__container .l-plan__limit span {
  font-size: 6.38vw;
}
@media print, screen and (min-width: 761px) {
  .l-plan .l-plan__container .l-plan__limit span {
    font-size: 24px;
  }
}

.l-plan .l-plan__container .l-plan__publication{
  text-align: center;
  margin-bottom: 5%;
  color: #373737;
  font-weight: 600;
  font-size: 4.2vw;
  line-height: 0.4;
}
@media print, screen and (min-width: 761px) {
  .l-plan .l-plan__container .l-plan__publication{
    font-size: 18px;
  }
}
.l-plan .l-plan__container .l-plan__publication li {
  background: #def3f6;
  border-radius: 5px;
  padding: 3%;
  width: 70%;
  margin: 0 auto;
  list-style: none;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
@media print, screen and (min-width: 761px) {
  .l-plan .l-plan__container .l-plan__publication li {
    font-size: 16px;
  }
}
.l-plan .l-plan__container .l-plan__publication div {
  line-height: 1.3;
  margin-top: 3%;
  margin-bottom: 9%;
}
@media print, screen and (min-width: 761px) {
  .l-plan .l-plan__container .l-plan__publication div {
    font-size: 16px;
  }
}

.l-plan .l-plan__container .l-plan__publication strong {
  font-size: 17px;
}

.l-plan .l-plan__container .l-plan__caution li {
  font-size: 3.6vw;
  border-bottom: dotted 2px #ccc;
  width: 90%;
  margin: 0 auto 1%;
  padding: 1% 1% 1% 30px;
  position: relative;
}
@media print, screen and (min-width: 761px) {
  .l-plan .l-plan__container .l-plan__caution li {
    font-size: 15px;
  }
}
.l-plan .l-plan__container .l-plan__caution li:before {
  content: "";
  background: #34251c;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  top: 9px;
  left: 15px;
  position: absolute;
  z-index: 1000;
}
@media print, screen and (min-width: 761px) {
  .l-plan .l-plan__container .l-plan__caution li:before {
    top: 12px;
  }
}
.l-plan .l-plan__container .l-plan__caution li:last-child{
  border-bottom: none;
  margin-bottom: 5%;
}
.l-plan .l-plan__container .l-plan__caution li mark {
  background-color: #ffffa8;
}



/*  l-faq
*----------------------------------- */

.l-faq {
  background: #fff;
  padding-bottom: 15%;
}

.l-faq dl {
  text-align: left;
  margin-bottom: 0px;
  padding: 5px 0px;
  margin: 5px auto;
  width: 87%;
}

.l-faq dt {
  padding: 20px 0 5px;
  color: #e45643;
  font-size: 3.6vw;
  padding-left: 5%;
  position: relative;
  font-weight: bold;
  line-height: 1.5;
}
@media print, screen and (min-width: 761px) {
  .l-faq dt {
    font-size: 14px;
  }
}

.l-faq dt::before,
.l-faq dd::before {
  background-size: 100% auto;
  display: block;
  width: 12px;
  height: 23px;
  content: "Q";
  position: absolute;
  left: 0;
}

.l-faq dd {
  padding: 0 0 20px;
  border-bottom: 1px dotted #000;
  position: relative;
  padding-left: 5%;
}

.l-faq dd::before {
  content: "A";
}

.l-faq dd:last-child {
  border-bottom: none;
}




/*  l-company
*----------------------------------- */

.l-company {
  text-align: center;
}
@media print, screen and (min-width: 761px) {
  .l-company {

  }
}
.l-company .l-company__container {
  background: #FFF;
  padding-top: 17%;
  padding-bottom: 8%;
}
.l-company .l-company__logo {
  width: 40%;
  margin: 0 auto 22px;
}
.l-company .l-company__hours {
  margin-bottom: 20px;
}
.l-company .l-company__map iframe {
  width: 90%;
  margin: 0 auto;
}



/*  l-text_link
*----------------------------------- */

.l-text_link {
  background: linear-gradient(90deg, #b7f8db, #7ccedb);
  padding: 4% 0 0;
}

.l-text_link__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  justify-content: center;
  padding-bottom: 1%;
  gap: 6%;
}
@media print, screen and (min-width: 761px) {
  .l-text_link__container {
    padding-bottom: 10px;
  }
}

.l-text_link__container li {

}


/* ----------------------------------------------------------
* fotter
*---------------------------------------------------------- */
/* footer */
.footer {
  background: linear-gradient(90deg, #b7f8db, #7ccedb);
  text-align: center;
  padding: 3% 0 40%;
  font-size: 3vw;
}
@media print, screen and (min-width: 761px) {
  .footer {
    width: 400px;
    margin: 0 auto;
    font-size: 10px;
    padding: 0 0 167px;
  }
}
