@charset "utf-8";
.btn {
  min-width: 240px;
}
.hero--top {
  width: 100%;
  height: auto;
  max-width: none;
  margin: 0;
  padding-bottom: 11vw;
}
.hero__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 23.9583vw;
  background: url("../../images/bg_hero.png") no-repeat center top / cover;
}
.hero__slides {
  position: relative;
  height: 80vh
}
.hero__slides .vegas-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
.hero__slide1,
.hero__slide2,
.hero__slide3 {
  overflow: hidden;
  position: relative;
}
.hero__slide1 {
  border-radius: 0 0 0 15px;
}
.hero__slide2,
.hero__slide3 {
  border-radius: 15px;
}
.hero__lead {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-40%);
  transform: translate(-50%,-40%);
  width: 66%;
  max-width: 400px;
}
.hero__slide1 {
  -webkit-animation: fadeIn 1s ease 0.3s both, slideInRight 1s ease 0.3s both;
  animation: fadeIn 1s ease 0.3s both, slideInRight 1s ease 0.3s both;
}
.hero__slide2 {
  -webkit-animation: fadeIn 1s ease 0.5s both, slideInTop 1s ease 0.5s both;
  animation: fadeIn 1s ease 0.5s both, slideInTop 1s ease 0.5s both;
}
.hero__slide3 {
  -webkit-animation: fadeIn 1s ease 0.8s both, slideInLeft 1s ease 0.8s both;
  animation: fadeIn 1s ease 0.8s both, slideInLeft 1s ease 0.8s both;
}
@-webkit-keyframes fadeIn {
  0% { opacity: 0;}
  100% { opacity: 1;}
}
@keyframes fadeIn {
  0% { opacity: 0;}
  100% { opacity: 1;}
}
@-webkit-keyframes slideInRight {
  0% { -webkit-transform: translateX(40px); transform: translateX(40px);}
  100% { -webkit-transform: translateX(0); transform: translateX(0);}
}
@keyframes slideInRight {
  0% { -webkit-transform: translateX(40px); transform: translateX(40px);}
  100% { -webkit-transform: translateX(0); transform: translateX(0);}
}
@-webkit-keyframes slideInTop {
  0% { -webkit-transform: translateY(-40px); transform: translateY(-40px);}
  100% { -webkit-transform: translateX(0); transform: translateX(0);}
}
@keyframes slideInTop {
  0% { -webkit-transform: translateY(-40px); transform: translateY(-40px);}
  100% { -webkit-transform: translateX(0); transform: translateX(0);}
}
@-webkit-keyframes slideInLeft {
  0% { -webkit-transform: translateX(-40px); transform: translateX(-40px);}
  100% { -webkit-transform: translateX(0); transform: translateX(0);}
}
@keyframes slideInLeft {
  0% { -webkit-transform: translateX(-40px); transform: translateX(-40px);}
  100% { -webkit-transform: translateX(0); transform: translateX(0);}
}
/* 共通 */
.top-layout__heading {
  margin-left: -0.5em;
  margin-bottom: 30px;
  font-size: 2.5rem;
  letter-spacing: 0.15em
}
.top-layout__heading[data-en]::before {
    display: block;
    color: #999;
    font-family: "Montserrat", sans-serif;
    font-size: 1.3rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    content: attr(data-en);
    text-indent: 0;
  }
/* お知らせ */
.top-news {
  padding-top: 20vw;
  padding-bottom: 20vw;
  background: url("../../images/bg_news.png") repeat-x top center / 330px 245px;
}
.top-news__illust1 {
  position: absolute;
  top: -10%;
  right: -3%;
  z-index: 1;
}
.top-news__illust2 {
  position: absolute;
  bottom: 0;
  left: 0;
}
/* 麒麟のご遺骨供養 */
.top-about {
  position: relative
}
.top-about .top-layout::before {
    position: absolute;
    top: -20%;
    left: -10%;
    z-index: -1;
    width: 485px;
    height: 406px;
    background: url("../../images/bg_about.png") no-repeat left top / contain;
    content: "";
  }
.top-about__image {
}
/* プラン */
.top-plan {
  position: relative;
  z-index: 0;
  padding-top: 15vw
}
.top-plan::before {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    max-width: 1350px;
    height: 0;
    padding-top: 48%;
    background: url("../../images/bg_plan01.png") no-repeat center top / contain;
    content: "";
  }
.top-plan::after {
    position: absolute;
    right: 0;
    bottom: -10%;
    z-index: -1;
    width: 400px;
    height: 386px;
    background: url("../../images/bg_plan02.png") no-repeat center top / contain;
    content: "";
  }
.top-plan__illust {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.top-plan-list ol {
    list-style: none;
    margin: 0;
    padding: 0;
    counter-reset: plan;
  }
.top-plan-list li {
    position: relative;
    z-index: 0;
    margin: 30px 0;
    counter-increment: plan;
  }
.top-plan-list li::before {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: -20px;
    left: -20px;
    z-index: 2;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f3ad6f;
    color: #fff;
    font-size: 1.8rem;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    content: counter(plan);
  }
.top-plan-list__item a {
    text-decoration: none;
  }
.top-plan-list__image {
  border-radius: 15px 15px 0 0;
}
.top-plan-list__body {
  padding: 30px;
  border-radius: 0 0 15px 15px;
  background: #fff;
  letter-spacing: 0;
}
.top-plan-other {
  padding: 30px;
  border-radius: 60px;
  background: #f9ecd9;
  text-align: center
}
.top-plan-other dt {
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid #ccc;
    font-weight: bold;
  }
.top-plan-other dd {
    margin: 0;
  }
.top-layout2 {
  margin-top: 10vw;
}
.top-layout2__image {
  overflow: hidden;
  width: 90%;
  border-radius: 0 15px 15px 0;
}
.top-layout2__body {
  position: relative;
  width: 90%;
  max-width: 480px;
  margin-top: -10vw;
  margin-right: 5%;
  margin-left: auto;
  padding: 40px 30px;
  border-radius: 15px;
  background: #fff;
}
.top-layout2__illust {
  position: absolute;
  top: -50px;
  right: 30px;
}
.top-layout2--reverse .top-layout2__image {
  border-radius: 15px 0 0 15px;
  }
.top-layout2--reverse .top-layout2__illust {
    top: -80px;
    right: auto;
    left: 30px;
  }
/* 施設紹介動画 */
.top-movie {
  position: relative;
  margin-top: 15vw;
}
.top-movie__illust {
  position: absolute;
  bottom: 30%;
  left: 0;
}
.top-movie__wrap {
  position: relative;
  width: 95%;
  margin-left: auto;
}
.top-movie__movie {
  position: relative;
  margin: 30px 0;
  border-radius: 70px 0 0 0
}
.top-movie__movie::before {
    position: absolute;
    left: -110px;
    bottom: -110px;
    z-index: -2;
    width: 220px;
    height: 220px;
    background: url("../images/bg_circle.png") no-repeat center center / cover;
    content: "";
  }
.top-movie__movie .movie-content {
    overflow: hidden;
    border-radius: 70px 0 0 0;
  }
@media (max-width: 60em) {
  .hero__slide1 {
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    height: 35%;
  }
  .hero__slide2 {
    position: absolute;
    bottom: 0;
    left: 5%;
    width: 50%;
    height: 35%;
  }
  .hero__slide3 {
    position: absolute;
    bottom: 0;
    right: 5%;
    width: 35%;
    height: 25%;
  }
  .top-about__image {
    margin-top: 50px
  }
    .top-about__image .image {
      overflow: hidden;
      position: relative;
      height: 0;
      margin-bottom: 50px;
      padding-top: 56.25vw;
      border-radius: 15px
    }
      .top-about__image .image img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -47%);
        transform: translate(-50%, -47%);
      }
}
@media (min-width: 60.001em) {
  .hero__slides {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 66.6666vw;
  }
  .hero__right,
  .hero__left {
    position: relative;
    width: 37.5%;
  }
  .hero__slide1 {
    width: 100%;
    height: 89.74%;
  }
  .hero__slide2 {
    position: absolute;
    top: 23.0769%;
    right: 0;
    width: 77.7777%
  }
    .hero__slide2 .slide {
      width: 100%;
      height: 0;
      padding-top: 70.238%;
    }
  .hero__slide3 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 66.6666%
  }
    .hero__slide3 .slide {
      width: 100%;
      height: 0;
      padding-top: 70.8333%;
    }
  .hero__lead {
    width: 10%;
    max-width: 140px;
  }
  .top-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .top-layout__header {
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
  }
  .top-layout__body {
    -ms-flex-preferred-size: 85%;
    flex-basis: 85%
  }
    .top-layout__body .news-card-list li {
      -ms-flex-preferred-size: 33.3333%;
      flex-basis: 33.3333%;
    }
  .top-layout__heading {
    margin-top: -0.5em;
    margin-left: 0;
    font-size: 3rem;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal
  }
    .top-layout__heading[data-en]::before {
      margin-top: 1.5em;
      font-size: 1.4rem;
    }
  .top-news {
    padding-top: 80px;
    padding-bottom: 170px;
  }
  .top-about__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .top-about__text {
    -ms-flex-preferred-size: 52.94%;
    flex-basis: 52.94%;
  }
  .top-about__image {
    -ms-flex-preferred-size: 35.29%;
    flex-basis: 35.29%
  }
    .top-about__image .image {
      overflow: hidden;
      width: calc(100% + 5vw);
      margin-bottom: 50px;
      border-radius: 15px 0 0 15px;
    }
  .top-plan {
    padding-top: 150px;
  }
  .top-plan-other {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 45px;
    padding: 15px 20px
  }
    .top-plan-other dt {
      margin-bottom: 0;
      padding: 20px 30px;
      border-right: 1px solid #ccc;
      border-bottom: none;
    }
    .top-plan-other dd {
      padding: 15px 30px;
    }
    .top-plan-other dd:last-child {
      margin-left: auto;
      padding: 0;
    }
    .top-plan-other .btn {
      margin: 0;
    }
  .top-layout2 {
    position: relative;
    margin-top: 150px;
  }
  .top-layout2__image {
    width: 66.6666%;
  }
  .top-layout2__body {
    position: absolute;
    top: 50%;
    right: 8.3%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 0;
    padding: 5%;
  }
  .top-layout2--reverse {
    direction: rtl
  }
    .top-layout2--reverse .top-layout2__body {
      right: auto;
      left: 8.3%;
      direction: ltr;
    }
  .top-movie {
    margin-top: 150px
  }
    .top-movie .top-layout {
      position: absolute;
      top: 0;
      left: 0;
    }
  .top-movie__movie {
    margin-top: 80px;
    margin-bottom: 50px
  }
    .top-movie__movie .movie-content {
      border-radius: 150px 0 0 0;
    }
  .top-movie__wrap {
    width: 79.166%;
    max-width: 1280px;
  }
}
@media (min-width: 75.001em) {
  .hero__slides {
    height: 54.1666vw;
  }
    .top-about__image .image {
      width: calc(100% + ((100vw - 1200px) / 2));
    }
}
@media (max-width: 45em) {
  .top-news__illust1 {
    top: -3%;
    width: 140px;
  }
  .top-news__illust2 {
    bottom: -5%;
    width: 60px;
  }
  .top-plan__illust {
    width: 35%;
  }
  .top-movie__illust {
    width: 35%;
  }
}
@media (min-width: 45.001em) {
    .top-plan-list ol {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
    }
    .top-plan-list li {
      -ms-flex-preferred-size: 48.52%;
      flex-basis: 48.52%;
      margin: 0;
    }
    .top-plan-list li::before {
      top: -25px;
      left: -25px;
      width: 50px;
      height: 50px;
      font-size: 1.8rem;
    }
}
/*# sourceMappingURL=maps/index.css.map */
