@media screen and (max-width: 750px) {
  html,
  body {
    font-size: 17.5px;
  }
}
@media screen and (max-width: 600px) {
  html,
  body {
    font-size: 17px;
  }
}



h2.c-ttl {
  position: relative;
font-size: 3.5rem;
  font-weight: bold;
  text-align: center;
  padding-top: 120px;
  z-index: 1;
}

h2.c-ttl::before {
    position: absolute;
    font-size: 3rem;
    font-weight: bold;
    color: #8186b3;
    bottom: 58px;
    left: 50%;
    transform: translateX(-50%);
}

@media screen and (max-width: 750px) {
  h2.c-ttl {
    padding-top: 20vw;
	          font-size: 1.5rem;
  }

  h2.c-ttl::before {
    bottom: 45px;
	  font-size: 2rem;
  }
}
@media screen and (max-width: 600px) {
    h2.c-ttl::before {
        bottom: 40px;
        font-size: 1.5rem;
    }

}
h3.c-ttl {
  text-align: center;
  font-size: clamp(28px, calc(28px + (60 - 28) * ((100vw - 375px) / (1920 - 375))), 60px);
  line-height: 0.7;
}

h3.c-ttl span.ttl-jp {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 18px;
  color: #666666
}


@media screen and (max-width: 1200px) {
  h3.c-ttl {
    text-align: center;
    font-size: clamp(28px, calc(28px + (60 - 28) * ((100vw - 375px) / (1200 - 375))), 60px);
    line-height: 1;
  }

  h3.c-ttl span.ttl-jp {
    font-size: clamp(16px, calc(28px + (18 - 16) * ((100vw - 375px) / (1200 - 375))), 18px);
  }
}

.c-inner {
  position: relative;
  width: 100%;
  margin: auto;
  padding: 0 20px;
}

@media screen and (max-width: 750px) {
  .c-inner {
    padding: 0 10px;
  }
}



span.orange {
  color: #f2b39b;
}

span.purple {
  color: #8186b3;
}

span.no-break {
  white-space: nowrap;
}

.wave-divider {
  line-height: 0;
  position: relative;
}

  
/* モーション配慮 */
@media (prefers-reduced-motion: reduce) {

  .sp-nav,
  body.fixed::before {
    transition: none;
  }
}

/* // =======================================
// メインビジュアル(ナビゲーション部分)
// ======================================= */
.top-mv {
  width: 100%;
  background-image: url(../img/mv-bg-texture.png);
}

.mv-bg-wrapper {
  width: 100%;
  background-image: url(../img/mv-deco-cloud.png);
  background-repeat: no-repeat;
  background-position: 60vw -6.7vw;
  background-size: 52.13vw 34.323vw;
  padding: 0 0 8vw 0;
}

.top-mv .header-nav {
  width: 100%;
  padding: 0;
}

.top-mv .header-nav h1 {
  margin-left: 15px;
}

.top-mv .header-nav .nav-right ul {
  gap: 1.5vw;
}

.top-mv .header-nav .nav-right .button-area {
  padding-right: 175px;
}

.top-mv .header-nav a.tel-contact {
  font-size: 15px;
  width: 250px;
  height: 75px;
  line-height: 1.1;
  padding-left: 5px;
}

.top-mv .header-nav a.tel-contact span {
  position: relative;
  font-size: 26px;
    line-height: 1.2;
}
/* 
.top-mv .header-nav a.tel-contact span::before {
  position: absolute;
  content: "";
  background-image: url(../img/icon-tel-01.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 28px;
  height: 28px;
  top: 2px;
  left: -34px;
} */

.top-mv .header-nav a.mail-contact {
  position: absolute;
  text-align: center;
  display: block;
  top: 0;
  right: 0;
  width: 165px;
  height: 100px;
  color: #FFF;
  background-color: #8186b3;
  padding-left: 10px;
  font-size: 19px;
  border-radius: 0 0 0 35px;
  line-height: 3;
}

.top-mv .header-nav a.mail-contact::before {
  position: absolute;
  content: "";
  background-image: url(../img/icon-mail.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 27px;
  height: 21px;
  top: 63%;
  left: 46%;
  transform: translatey(-50%);
}

@media (max-width: 1200px) {
  .mv-bg-wrapper {
    padding: 20px 0 8vw 0;
  }

  .top-mv .header-nav {
    visibility: hidden;
    pointer-events: none;
  }
}

/* // =======================================
// メインビジュアル(MV部分)
// ======================================= */
.mv-wrapper {
  width: 100%;
  align-items: center;
  gap: 35px;
}

.top-mv .mv-img-area {
  position: relative;
  width: 62vw;
}

.top-mv .mv-img-area .mv-badge-area {
  position: absolute;
  gap: 15px;
  bottom: 6.25vw;
  right: 1.5vw;
}

.top-mv .mv-img-area .mv-badge-area .mv-badge {
  width: 11vw;
}

.top-mv .mv-img-area .mv-badge-area img {
  object-fit: cover;
  width: 100%;
}

.top-mv .mv-text-area {
  position: relative;
  isolation: isolate;
  width: 38vw;
}

.top-mv .mv-text-area::before {
  position: absolute;
  content: "";
  background-image: url(../img/mv-deco-flower-01.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 6.25vw;
  height: 5.41vw;
  top: -5.208vw;
  left: -3.125vw;
  z-index: 0;
}

.top-mv .mv-text-area::after {
  position: absolute;
  content: "";
  background-image: url(../img/mv-deco-flower-02.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 10.46875vw;
  height: 16.354167vw;
  bottom: -2.34375vw;
  right: -1.5625vw;
  z-index: 0;
}

.top-mv .mv-text-area .mv-catch {
  position: relative;
  font-size: clamp(32px, calc(32px + (65 - 32) * ((100vw - 750px) / (1920 - 750))), 65px);
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #8186b3;
  z-index: 1
}

.top-mv .mv-text-area .mv-lead {
  position: relative;
  font-size: clamp(14px, calc(14px + (20 - 14) * ((100vw - 750px) / (1920 - 750))), 20px);
  font-weight: bold;
  line-height: 2;
  margin-top: 15px;
  z-index: 1
}

.top-mv .mv-text-area .mv-lead span {
  font-weight: bold;
}

@media (max-width: 750px) {
  .mv-bg-wrapper {
    background-position: 10vw 90.3vw;
    background-size: 133.46vw 87.86vw;
    padding-bottom: 20vw;
  }

  .mv-wrapper {
    flex-direction: column;
  }

  .top-mv .mv-img-area {
    position: relative;
    width: 100%;
    padding-left: 7%;
  }

  .top-mv .mv-img-area .mv-badge-area {
    position: absolute;
    bottom: -6.67vw;
    left: 56%;
    transform: translateX(-50%);
    width: 58vw;
  }

  .top-mv .mv-img-area .mv-badge-area .mv-badge {
    width: 50vw;
  }

  .top-mv .mv-text-area {
    width: 93%;
  }

  .top-mv .mv-text-area .mv-catch {
    font-size: clamp(36px, calc(36px + (65 - 36) * ((100vw - 375px) / (750 - 375))), 65px);
  }

  .top-mv .mv-text-area .mv-lead {
  font-size: 1rem;
}
  .top-mv .mv-text-area::before {
    width: 16.4vw;
    height: 13.6vw;
    top: -115vw;
    left: -0.1vw;
  }

  .top-mv .mv-text-area::after {
    width: 27vw;
    height: 44.26vw;
    bottom: 7vw;
    right: -6.5625vw;
  }
}
@media (max-width: 600px) {
    .top-mv .mv-img-area .mv-badge-area {
        width: 75vw;
    }	
	.mv-bg-wrapper{
	padding-bottom: 10vw;	
	}
}
/* // =======================================
// 　信念エリア
// ======================================= */
.top-philosophy {
  position: relative;
  text-align: center;
  background-color: #eff6ed;
  overflow: hidden;
}

/* 背景 */
/* .top-philosophy {
  background-image:
    url(../img/philosophy-01.png),
    url(../img/philosophy-02.png),
    url(../img/deco-dots-white.png),
    url(../img/deco-dots-white.png),
    url(../img/philosophy-deco-cloud.png),
    url(../img/philosophy-deco-cloud.png);

  background-repeat:
    no-repeat,
    no-repeat,
    no-repeat,
    no-repeat,
    no-repeat,
    no-repeat;

  background-size: 
  8.54vw 15.05vw,
  10.72vw 11.14vw,
  16.04vw 9.84vw, 
  16.04vw 9.84vw,
  52.13vw 34.323vw, 
  52.13vw 34.323vw;
  
  background-position: 
  bottom 8vw left 22vw, 
  bottom 9vw right 24vw,
  bottom 27vw left 15vw, 
  bottom 18vw right 18vw,
  bottom 2vw left -10vw, 
  bottom -2vw right -10vw;
} */

/* 左セット */
.top-philosophy::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;

  background-image:
    url(../img/philosophy-deco-cloud.png),
    url(../img/deco-dots-white.png),
    url(../img/philosophy-01.png);

  background-repeat: no-repeat, no-repeat, no-repeat;

  background-size:
    52.13vw 34.323vw,
    16.04vw 9.84vw,
    8.54vw 15.05vw;

  background-position:
    bottom 2vw left -10vw,
    bottom 27vw left 15vw,
    bottom 8vw left 22vw;
}

/* 右セット */
.top-philosophy::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;

  background-image:
    url(../img/philosophy-deco-cloud.png),
    url(../img/deco-dots-white.png),
    url(../img/philosophy-02.png);

  background-repeat: no-repeat, no-repeat, no-repeat;

  background-size:
    52.13vw 34.323vw,
    16.04vw 9.84vw,
    10.72vw 11.14vw;

  background-position:
    bottom -2vw right -10vw,
    bottom 18vw right 18vw,
    bottom 9vw right 24vw;
}

.top-philosophy .c-inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 120px 15px 200px;
  z-index: 1;
}

.philosophy-catch {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.1em;
}

.philosophy-catch span {
  font-weight: bold;
	line-height: 1.4;
}

.philosophy-lead {
  margin-top: 30px;
  font-size: 19px;
}

.top-philosophy .button-area {
  padding-top: 80px;
}

.philosophy-button {
  display: block;
  position: relative;
  width: 260px;
  height: 70px;
  line-height: 70px;
  background: #fff;
  border-radius: 35px;
  margin: auto;
  padding-right: 30px;
}

.philosophy-button::before {
  position: absolute;
  content: "";
  background-image: url(../img/button-arrow-01.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 29px;
  height: 29px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: 0.3s ease;
  box-shadow: 0 2px 10px #0000000a;
}

/* 画面下の草 */
.top-philosophy .grass-divider::before {
  position: absolute;
  content: "";
  background-image: url(../img/philosophy-bg-bottom.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 2047px;
  height: 199px;
  bottom: -70px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}

@media (max-width: 1200px) {
  .top-philosophy::before {
    inset: 0 0 5.16vw -4.6vw;
    background-size: 52.13vw 34.323vw, 16.04vw 9.84vw, 10.54vw 17.05vw;
  }

  .top-philosophy::after {
    inset: 0 -7vw 5vw 0;
    background-size: 52.13vw 34.323vw, 16.04vw 9.84vw, 13.72vw 14.14vw;
  }

  .top-philosophy .grass-divider::before {
    height: 16.6vw;
    bottom: -5.83vw;
  }
}

@media (max-width: 750px) {
  .top-philosophy .c-inner {
    padding: 70px 15px 150px;
  }

  /* 左セット */
  .top-philosophy::before {
    background-image: url(../img/philosophy-deco-cloud.png);
    background-repeat: no-repeat;
    background-size: 52.13vw 34.323vw;
    background-position: bottom 2vw left -10vw;
    inset: 0 0 22.16vw -9.6vw;
  }

  /* 右セット */
  .top-philosophy::after {
    background-image: url(../img/philosophy-deco-cloud.png);
    background-repeat: no-repeat;
    background-size: 52.13vw 34.323vw;
    background-position: bottom 9vw right 24vw;
    inset: 0 -45vw 25vw 0;
  }

  .philosophy-catch {
font-size: 1.5rem;
  }

  .philosophy-lead {
    font-size: 17.5px;
    line-height: 1.7;
  }

  .top-philosophy .button-area {
    position: relative;
    padding-top: 40vw;
  }

  .top-philosophy .button-area::before {
    position: absolute;
    content: "";
    background-image: url(../img/philosophy-01.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 18.86vw;
    height: 33.53vw;
    top: 20px;
    left: 24.46vw;
  }

  .top-philosophy .button-area::after {
    position: absolute;
    content: "";
    background-image: url(../img/philosophy-02.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 21.46vw;
    height: 22.53vw;
    top: 10.3vw;
    right: 24.33vw;
  }

  .philosophy-button {
    height: 60px;
    line-height: 60px;
  }

  .top-philosophy .grass-divider::before {
    height: 199px;
    bottom: -70px;
  }
}

@media (max-width: 600px) {
    .top-philosophy .c-inner {
        padding: 40px 15px 40px;
    }
    .philosophy-catch {
        font-size: 1.3rem;
    }	
	    .philosophy-lead {
        font-size: 17px;
    }
}
/* // =======================================
// のもと葬祭の特徴
// ======================================= */
.point-content{
    display: grid;
    justify-content: center;	
}


.top-point {
  position: relative;
  background: #f3f5e4;
  overflow: hidden;
}

.top-point .c-inner {
  max-width: 1600px;
  width: 100%;
  margin: auto;
  padding-bottom: 250px;
}

.top-point h2.c-ttl:before {
  content: "point";
}

.top-point .point-item {
  position: relative;
  margin-top: 60px;
  gap: 60px;
  align-items: center;
}

.top-point .point-text-area {
  position: relative;
  z-index: 1;
  flex: 5;
  max-width: 600px;
}

.top-point .point-text-area .point-feature {
font-size: 3rem;
    font-weight: bold;
    color: #cdcdda;
    line-height: 1.3;
}

.top-point .point-text-area .point-feature span.num {
  font-size: 40px;
  font-weight: bold;
}

.top-point .point-text-area .point-head {
  font-size: 3rem;
  font-weight: bold;
line-height: 1.5;	
}

.top-point .point-text-area .point-head span {
  font-weight: bold;
line-height: 1.5;	

}

.top-point .point-text-area .point-lead {
  position: relative;
  font-weight: bold;
  margin-top: 35px;
}

.top-point .point-text-area .point-lead::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: -20px;
    height: 8px;
    pointer-events: none;
    background-image: radial-gradient(circle, #e7e7e7 3px, transparent 2.1px);
    background-size: 13px 6px;
    background-repeat: repeat-x;
    background-position: left center;
}

.top-point .point-img-area {
  position: relative;
  z-index: 1;
  flex: 5;
  max-width: 720px;
}

.top-point .point-img-area img {
  border-radius: 250px;
}

/* 背景イラスト */
.point-item-01::before {
  position: absolute;
  content: "";
  background-image: url(../img/point-deco-cloud.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 80.67vw;
  height: 53.07vw;
  top: -17.02vw;
  right: -26.59vw;
  z-index: 0;
}

.point-item-01 .point-img-area::before {
  position: absolute;
  content: "";
  background-image: url(../img/deco-wood-01.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 6.27vw;
  height: 6.27vw;
  bottom: -3.72vw;
  right: -1.06vw;
  z-index: 0;
}

.point-item-02::before {
  position: absolute;
  content: "";
  background-image: url(../img/point-deco-cloud.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 80.67vw;
  height: 53.07vw;
  top: 0;
  left: -6.59vw;
  z-index: 0;
}

.point-item-02 .point-img-area::before {
  position: absolute;
  content: "";
  background-image: url(../img/deco-wood-02.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 6.27vw;
  height: 7.02vw;
  left: -1.06vw;
  z-index: 0;
    bottom: 10px;
}

.point-item-03::before {
  position: absolute;
  content: "";
  background-image: url(../img/point-deco-cloud.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 80.67vw;
  height: 53.07vw;
  bottom: -27.02vw;
  right: -26.59vw;
  z-index: 0;
}

.point-item-03 .point-img-area::before {
  position: absolute;
  content: "";
  background-image: url(../img/deco-wood-01.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 6.27vw;
  height: 6.27vw;
  top: -1.5vw;
  left: 0;
  z-index: 0;
}

.point-item-04::before {
  position: absolute;
  content: "";
  background-image: url(../img/point-deco-cloud.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 80.67vw;
  height: 53.07vw;
  top: -6.02vw;
  left: -33.59vw;
  z-index: 0;
}

.point-item-04 .point-img-area::before {
  position: absolute;
  content: "";
  background-image: url(../img/deco-wood-03.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 6.27vw;
  height: 8.08vw;
  top: -3.72vw;
  left: -4.06vw;
  z-index: 0;
}

.point-item-04 .point-img-area::after {
  position: absolute;
  content: "";
  background-image: url(../img/deco-wood-04.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 6.27vw;
  height: 6.75vw;
  bottom: -3.72vw;
  right: 0;
  z-index: 0;
}

/* 無限スライド */
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

.scroll-infinity {
  position: relative;
  padding-bottom: 70px;
}

.scroll-infinity::before {
  position: absolute;
  content: "";
  background-image: url(../img/deco-dots-green.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 191px;
  height: 77px;
  bottom: 0;
  left: 22vw;
  z-index: 0;
}

.scroll-infinity::after {
  position: absolute;
  content: "";
  background-image: url(../img/deco-dots-green.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 191px;
  height: 77px;
  top: -50px;
  right: 20vw;
  z-index: 0;
}

.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0;
  gap: 3px;
  margin: 0 1.5px;
}

.scroll-infinity__list--left {
  will-change: transform;
  animation: infinity-scroll-left 40s infinite linear 0.5s both;
}

.scroll-infinity__item {
  width: calc(100vw / 4);
}

.scroll-infinity__item>img {
  width: 100%;
}

.wave-divider--texture {
  position: relative;
  background: transparent;
  aspect-ratio: 1920 / 75;
  height: auto;
  max-height: 75px;
}

.wave-divider--texture svg {
  display: none;
}

.wave-divider--texture::before {
  content: "";
  position: absolute;
  inset: 0;

  background: url("../img/mv-bg-texture.png") repeat;
  background-color: #fff;
  background-size: 140px;
  background-position: 0 0;

  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 75' preserveAspectRatio='none'><path fill='white' d='M 0 60 Q 68.57 60 137.14 30 Q 274.29 -30 411.43 30 Q 480 60 548.57 60 Q 617.14 60 685.71 30 Q 822.86 -30 960 30 Q 1028.57 60 1097.14 60 Q 1165.71 60 1234.29 30 Q 1371.43 -30 1508.57 30 Q 1577.14 60 1645.71 60 Q 1714.29 60 1782.86 30 Q 1920 -30 2057.14 30 Q 2125.71 60 2194.29 60 Q 2262.86 60 2331.43 30 Q 2468.57 -30 2605.71 30 Q 2674.29 60 2742.86 60 L 1920 75 L 0 75 Z'/></svg>");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% auto;
  -webkit-mask-position: bottom;

  mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 75' preserveAspectRatio='none'><path fill='white' d='M 0 60 Q 68.57 60 137.14 30 Q 274.29 -30 411.43 30 Q 480 60 548.57 60 Q 617.14 60 685.71 30 Q 822.86 -30 960 30 Q 1028.57 60 1097.14 60 Q 1165.71 60 1234.29 30 Q 1371.43 -30 1508.57 30 Q 1577.14 60 1645.71 60 Q 1714.29 60 1782.86 30 Q 1920 -30 2057.14 30 Q 2125.71 60 2194.29 60 Q 2262.86 60 2331.43 30 Q 2468.57 -30 2605.71 30 Q 2674.29 60 2742.86 60 L 1920 75 L 0 75 Z'/></svg>");
  mask-repeat: no-repeat;
  mask-size: 100% auto;
  mask-position: bottom;
}

@media (max-width: 1000px) {
  .top-point .c-inner {
    padding-bottom: 15vw;
  }

  .top-point .point-item {
    flex-direction: column-reverse;
    margin-top: 15vw;
    gap: 30px;
  }

  .top-point .point-item:not(.point-item-01) {
    margin-top: 150px;
  }

  .top-point .point-text-area {
    width: 95%;
    max-width: 700px;
  }

  .top-point .point-text-area .point-feature span {
    margin-left: 5px;
  }

  .top-point .point-text-area .point-feature br {
    display: none;
  }

  .top-point .point-text-area .point-feature {
    font-size: clamp(30px, calc(30px + (5 * (100vw - 375px) / 625)), 35px);
  }

  .top-point .point-text-area .point-feature span.num {
    font-size: clamp(30px, calc(30px + (10 * (100vw - 375px) / 625)), 40px);
  }

  .top-point .point-text-area .point-head {
    font-size: clamp(22px, calc(22px + (13 * (100vw - 375px) / 375)), 35px);
    margin-top: 10px;
  }


  .top-point .point-text-area .point-lead::before {
    top: -15px;
  }

  .top-point .point-img-area {
    width: 95%;
    max-width: 400px;
  }

  .point-item-01 .point-img-area::before {
    width: 62px;
    height: 62px;
  }

  .point-item-02 .point-img-area::before {
    width: 62px;
    height: 70px;
    top: -70px;
  }

  .point-item-03 .point-img-area::before {
    width: 62px;
    height: 62px;
  }

  .point-item-04 .point-img-area::before {
    width: 62px;
    height: 80px;
  }

  .point-item-04 .point-img-area::after {
    width: 62px;
    height: 67px;
  }

  .point-item-03::before {
    top: -19vw;
    bottom: initial;
    right: -26.59vw;
    z-index: 0;
  }

  .scroll-infinity__list {
    display: flex;
    list-style: none;
    padding: 0;
  }

  .scroll-infinity::before,
  .scroll-infinity::after {
    width: 19.1vw;
    height: 7.7vw;
  }

  .scroll-infinity::before {
    bottom: 40px;
  }

  .scroll-infinity::after {
    top: -5vw;
  }
}
@media screen and (max-width: 750px) {
    .top-point .point-text-area .point-lead::before {
        top: -20px;
    }
}
@media screen and (max-width: 600px) {
    .top-point .point-item:not(.point-item-01) {
        margin-top: 70px;
    }
.top-point .point-img-area img {
    border-radius: 250px;
    height: auto;
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
    display: block;
    width: 95%;
}
	.top-point .point-text-area .point-head{
		        margin-top: 0px;
		        font-size: 1.3rem;
	}
	.scroll-infinity__item{
    width: 200px;		
	}
}
/* // =======================================
// 葬儀プラン
// ======================================= */
.top-plan {
  position: relative;
  padding-bottom: 150px;
  background: url("../img/mv-bg-texture.png") repeat;
}

.top-plan h2.c-ttl:before {
  content: "plan";
}

.top-plan .c-inner {
  max-width: 1520px;
  margin: auto;
  padding: 0 10px;
}

.top-plan .text-box {
  background: #f9f9f5;
  justify-content: center;
  width: 100%;
  max-width: 1200px;
  margin: 50px auto 0;
  padding: 60px 30px;
  border-radius: 50px;
}



.top-plan .text-box .plan-lead span {
  font-weight: bold;
}

.top-plan .plan-card-area {
  position: relative;
  width: 99%;
  max-width: 1520px;
  margin: 50px auto 0;
  gap: 2.6vw;
  justify-content: center;
}

.top-plan .plan-card-area::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 4px;
  height: 90%;
  background-image: repeating-linear-gradient(to bottom, #ffffff 0 4px, transparent 4px 12px);
}

.top-plan .plan-card-area .plan-card-wrapper {
  position: relative;
}

.top-plan .plan-card-area .plan-25-card-wrapper::before {
  position: absolute;
  content: "";
  background-image: url(../img/mv-deco-flower-02.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 201px;
  height: 314px;
  top: 5vw;
  left: -15vw;
  transform: rotate(80deg);
  z-index: 0;
}

.top-plan .plan-card-area .plan-52-card-wrapper::before {
  position: absolute;
  content: "";
  background-image: url(../img/mv-deco-flower-02.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 201px;
  height: 314px;
  bottom: 0;
  right: -13vw;
  transform: rotate(-40deg);
  z-index: 0;
}

.top-plan .plan-card-area .plan-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 5;
  max-width: 650px;
  height: 740px;
  border-radius: 70px;
  background: #f9f9f5;
  padding: 5.2vw 3.6vw 50px;
  outline-offset: -12px;
}

.top-plan .plan-card-area .plan-card.plan-25-card {
  outline: #b0b3d1 solid 1px;
}

.top-plan .plan-card-area .plan-card.plan-52-card {
  outline: #c7e0db solid 1px;
}

.top-plan .plan-card-area .plan-card.plan-25-card .plan-card-img {
  position: relative;
  left: -15px;
  bottom: 10px;
  width: clamp(95px, calc(95px + 25 * ((min(100vw, 1500px) - 750px) / 750)), 120px);
}

.top-plan .plan-card-area .plan-card.plan-52-card .plan-card-img {
  position: relative;
  bottom: 10px;
  width: clamp(160px, calc(160px + (200 - 160) * ((100vw - 750px) / (1500 - 750))), 200px);
}

.top-plan .plan-card-area .plan-card .plan-card-img {
  height: clamp(160px, calc(160px + (200 - 160) * ((100vw - 750px) / (1500 - 750))), 200px);
}

.top-plan .plan-card-area .plan-card h3 {
    font-size: 2.8rem;
    font-weight: bold;
    max-width: 280px;
    height: 55px;
    line-height: 55px;
    color: #fff;
    border-radius: 50px;
    padding: 0 40px;
    white-space: nowrap;
    display: flex;
    justify-content: center;
    align-items: center;
}

.top-plan .plan-card-area .plan-card h3.plan-25-head {
  background: #8186b3;
}

.top-plan .plan-card-area .plan-card h3.plan-52-head {
  background: #89c3b8;
}

.top-plan .plan-card-area .plan-card .plan-price {
  font-size: clamp(32px, calc(32px + 8 * ((100vw - 750px) / 1130)), 40px);
  font-weight: bold;
  color: #d99e7d;
  letter-spacing: 0.02em;
}

.top-plan .plan-card-area .plan-card .plan-lead {
  position: relative;
  font-weight: bold;
  margin-top: 20px;
}

.top-plan .plan-card-area .plan-card .plan-lead::before {
  position: absolute;
  content: "";
  width: 95%;
  left: 50%;
  transform: translateX(-50%);
  top: -20px;
  height: 8px;
  pointer-events: none;
  background-image: radial-gradient(circle, #e7e7e7 3px, transparent 2.1px);
  background-size: 14px 8px;
  background-repeat: repeat-x;
  background-position: left center;
}

.top-plan .plan-card-area .plan-card .button-area {
  margin-top: auto;
}

.top-plan .plan-card-area .plan-card .button-area .plan-button {
  display: flex;
    align-items: center;
    justify-content: flex-start;
  position: relative;
  width: 260px;
  height: 70px;
  line-height: 70px;
  background: #fff;
  border: #e3e3e5 solid 2px;
  border-radius: 35px;
  margin: 30px auto 0;
  padding-left: 20px;
}

.top-plan .plan-card-area .plan-card .button-area .plan-button.plan-25-button::before {
  position: absolute;
  content: "";
  background-image: url(../img/button-arrow-02.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 29px;
  height: 29px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: 0.3s ease;
  box-shadow: 0 2px 10px #0000000a;
}

.top-plan .plan-card-area .plan-card .button-area .plan-button.plan-52-button::before {
  position: absolute;
  content: "";
  background-image: url(../img/button-arrow-01.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 29px;
  height: 29px;
  top: 52%;
  right: 20px;
  transform: translateY(-50%);
  transition: 0.3s ease;
  box-shadow: 0 2px 10px #0000000a;
}

@media screen and (max-width: 1200px) {
  .top-plan .plan-card-area .plan-card {
    height: 680px;
  }

  .top-plan .plan-card-area .plan-card .button-area .plan-button {
    height: 60px;
    line-height: 60px;
  }

  .top-plan .plan-card-area .plan-card .button-area .plan-button.plan-52-button::before,
  .top-plan .plan-card-area .plan-card .button-area .plan-button.plan-25-button::before {
    width: 25px;
    height: 25px;
  }
}

@media screen and (max-width: 750px) {


  .top-plan .plan-card-area {
    margin-top: 80px;
    flex-direction: column;
    align-items: center;
    gap: 80px;
  }

  .top-plan .plan-card-area::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 50%;
    top: 51.5%;
    transform: translate(-50%, -50%);
    width: 90%;
    height: 4px;
    background-image: repeating-linear-gradient(to right, #ffffff 0 4px, transparent 4px 12px);
  }

  .top-plan .plan-card-area .plan-card {
    padding: 40px 20px 50px;
    height: auto;
  }

  .top-plan .plan-card-area .plan-card .plan-card-img {
    height: 120px;
  }

  .top-plan .plan-card-area .plan-card.plan-25-card .plan-card-img {
    position: relative;
    left: -10px;
    bottom: -10px;
    width: 70px;
  }

  .top-plan .plan-card-area .plan-card.plan-52-card .plan-card-img {
    position: relative;
    bottom: -10px;
    left: -5px;
    width: 120px;
  }

  .top-plan .plan-card-area .plan-card .button-area .plan-button.plan-52-button::before,
  .top-plan .plan-card-area .plan-card .button-area .plan-button.plan-25-button::before {
    width: 20px;
    height: 20px;
    top: 54%;
    right: 23px;
  }

  .top-plan .plan-card-area .plan-card h3 {
    font-size: 1.5rem;
    margin-top: 15px;
    height: 45px;
    line-height: 45px;
  }

  .top-plan .plan-card-area .plan-card .plan-price {
    font-size: 2rem;
    margin-top: 5px;
  }

  .top-plan .plan-card-area .plan-card .plan-lead {
    position: relative;
    font-weight: bold;
    margin-top: 30px;
    line-height: 1.8;
    min-width: 300px;
    max-width: 450px;
    width: 95%;
  }

  .top-plan .plan-card-area .plan-card .plan-lead::before {
    top: -20px;
  }

  .top-plan .plan-card-area .plan-card .button-area {
    margin-top: 20px;
  }

  .top-plan .plan-card-area .plan-card .button-area .plan-button {
    height: 55px;
    line-height: 55px;
    margin: 10px auto 0;
  }


}

@media screen and (max-width: 600px) {
  br.sp.sp2 {
    display: block;
  }
	h2.c-ttl{
        padding-top: 90px;
        font-size: 1.4rem;
	}
	.top-plan .plan-card-area{
	margin-top: 40px;	
	}
	.top-plan .plan-card-area .plan-card .plan-price{
	font-size: 1.7rem;	
	}
	    .top-plan .plan-card-area .plan-card h3 {
			font-size: 1.3rem;
	}
	.top-plan .plan-card-area .plan-card{
	    border-radius: 45px;	
	}
	.top-plan .text-box{
    padding: 40px 20px;	
	border-radius: 45px;	
	}
    .top-plan .plan-card-area {
        gap: 10px;
    }
	.top-plan{
	    padding-bottom: 60px;	
	}
/* .top-consultation .consultation-item {
	border-radius: 45px;
	} */
}

/* // =======================================
// 気軽にご相談ください
// ======================================= */
/* =========================
  相談エリア外枠
========================= */
/* .top-consultation {
  position: relative;
  background: #f0eff2;
  overflow: hidden;
  padding: 75px 0;
  z-index: 0;
}

.top-consultation::before {
  position: absolute;
  content: "";
  background-image: url(../img/deco-dots-white.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 16.04vw;
  height: 9.84vw;
  bottom: 0;
  left: 10vw;
  z-index: 0;
}

.top-consultation::after {
  position: absolute;
  content: "";
  background-image: url(../img/deco-dots-white.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 16.04vw;
  height: 9.84vw;
  top: 0;
  right: 10vw;
  z-index: 0;
}

.top-consultation .consultation-track {
  position: relative;
  display: flex;
  gap: 2vw;
  align-items: stretch;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: clamp(1500px, calc(1500px + (3380 - 1500) * ((100vw - 750px) / (1920 - 750))), 3380px);
  z-index: 1;
}

.top-consultation .consultation-item {
  position: relative;
  width: clamp(500px, calc(500px + (1100 - 500) * ((100vw - 750px) / (1920 - 750))), 1100px);
  border-radius: 60px;
  aspect-ratio: 11 / 6;
}

.top-consultation .img-area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 60px;
}

.top-consultation .consultation-banner {
  background: #f9f9f5;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  outline: #e1ebe0 3px solid;
  outline-offset: -15px;
}

.top-consultation .consultation-banner h2.c-ttl {
  padding-top: 0;
  letter-spacing: 0.1em;
}

.top-consultation .consultation-banner h2.c-ttl:before {
    position: absolute;
    content: "";
    left: 50%;
    bottom: -13px;
    transform: translateX(-50%);
    height: 7px;
    pointer-events: none;
    background-image: radial-gradient(circle, #e7e7e7 3px, transparent 2.1px);
    background-size: 14px 8px;
    background-repeat: repeat-x;
    width: 50%;
}

.top-consultation .consultation-banner h2.c-ttl span {
  font-weight: bold;
}

.top-consultation .consultation-banner .consultation-content-lead {
  position: relative;
    margin-top: 27px;
}

.top-consultation .consultation-track--pc .consultation-banner .consultation-content-lead:before {
  position: absolute;
  content: "";
  background-image: url(../img/consultation-illustration-01.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 5.8vw;
  height: 8.2vw;
  bottom: 0;
  left: 3.33vw;
}

.top-consultation .consultation-track--pc .consultation-banner .consultation-content-lead:after {
  position: absolute;
  content: "";
  background-image: url(../img/consultation-illustration-02.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 8.406vw;
  height: 6.94vw;
  bottom: 0;
  right: 2.5vw;
}

.top-consultation .button-area {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

/* .top-consultation .nav-button.consultation-button,
.c-floatbnr .nav-button.consultation-button {
  width: 285px;
  height: 70px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
} */

/* .top-consultation .nav-button.consultation-button.mail-contact::before,
.c-floatbnr .nav-button.consultation-button.mail-contact::before {
  position: absolute;
  content: "";
  background-image: url(../img/icon-mail.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 26px;
  height: 20px;
  top: 50%;
  left: 28px;
  transform: translatey(-50%);
} */
/* 
.top-consultation .tel-contact,
.c-floatbnr .tel-contact {
  border: 1px solid #7fbfb3;
  color: #7fbfb3;
}

.top-consultation .tel-contact span,
.c-floatbnr .tel-contact span {
  font-size: 28px;
  font-weight: bold;
  margin-left: 12px;
}

.top-consultation .tel-contact span::before,
.c-floatbnr .tel-contact span::before {
  position: absolute;
  content: "";
  background-image: url(../img/icon-tel-01.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 26px;
  height: 26px;
  top: 4px;
  left: -33px;
}
 */

/* .top-consultation .mail-contact,
.c-floatbnr .mail-contact {
  background: #7f83b3;
  color: #fff;
  font-weight: bold;
}
 */
/* .top-consultation .tel-contact,
.c-floatbnr .tel-contact {
  font-size: 18px;
} */

/* .top-consultation .mail-contact,
.c-floatbnr .mail-contact {
  font-size: 2rem;
} 

.consultation-sp {
  display: none;
}

@media screen and (max-width: 1200px) {
  .top-consultation .consultation-track.consultation-track--pc {
    display: none;
  }

  .consultation-sp {
    display: block;
    position: relative;
    width: 95%;
    margin: 0 auto;
  }

  .top-consultation::before,
  .top-consultation::after {
    content: none;
  }

  .consultation-sp__bg {
    height: clamp(850px, calc(850px + (150 * (100vw - 750px) / 450)), 1000px);
  }

  .consultation-sp__bg img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 60px;
  }


  .consultation-sp .consultation-sp__banner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-height: 650px;
    padding: 20px 30px;
    aspect-ratio: 1 / 1;
    z-index: 2;
  }

  .consultation-sp .consultation-sp__banner::before {
    position: absolute;
    content: "";
    background-image: url(../img/consultation-illustration-01.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 144px;
    height: 207px;
    bottom: -5vw;
    left: 3.33vw;
  }

  .consultation-sp .consultation-sp__banner::after {
    position: absolute;
    content: "";
    background-image: url(../img/consultation-illustration-02.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 219px;
    height: 181px;
    bottom: -5vw;
    right: 3.33vw;
  }

  .top-consultation .consultation-banner .consultation-content-lead {
    line-height: 1.8;
  }

  .consultation-sp .consultation-banner h2.c-ttl:before {
    width: 70%;
  }

  .top-consultation .button-area {
    display: flex;
    flex-direction: column;
    margin: 30px auto 15px;
  }

  .top-consultation .nav-button.consultation-button {
    width: 250px;
    height: 60px;
  }

  .top-consultation .tel-contact {
    font-size: 1.5rem;
  }

  .top-consultation .tel-contact span {
    font-size: 2.4rem;
  }

  .top-consultation .tel-contact span::before {
    width: 22px;
    height: 22px;
    top: 4px;
    left: -30px;
  }

  .top-consultation .nav-button.consultation-button.mail-contact::before {
    width: 22px;
    height: 17px;
  }
}

@media screen and (max-width: 750px) {
  .top-consultation .consultation-banner h2.c-ttl {
            font-size: 1.6rem;
    line-height: 1.5;
  }

  .consultation-sp__bg {
    height: clamp(750px, calc(750px + (100 * (100vw - 375px) / 375)), 850px);
  }

  .consultation-sp__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .consultation-sp .consultation-sp__banner::before {
    width: 19.2vw;
    height: 27.6vw;
    bottom: -13vw;
  }

  .consultation-sp .consultation-sp__banner::after {
    width: 29.2vw;
    height: 24.13vw;
    bottom: -13vw;
  }

  .consultation-sp .consultation-sp__banner {
    width: 95%;
    height: 600px;
  }

  .top-consultation .button-area {
    gap: 10px;
  }

  .top-consultation .nav-button.consultation-button {
width: 300px;
        height: 65px;
        font-size: 1.1rem;
  }
}

@media screen and (max-width: 750px) {
  .top-consultation .tel-contact {
    font-size: 1rem;
  }

  .top-consultation .tel-contact span {
    font-size: 1rem;
  }

  .top-consultation .tel-contact span::before {
    width: 20px;
    height: 20px;
    top: 3px;
    left: -28px;
  }

  .top-consultation .mail-contact {
    font-size: 1.7rem;
  }

  .top-consultation .nav-button.consultation-button.mail-contact::before {
    width: 19px;
    height: 15px;
  }
}
 */ 
/* // =======================================
// 式場のご案内
// ======================================= */
.top-facility {
  position: relative;
  background: #f7f7ee;
/*   padding-top: 120px; */
  border-radius: 150px 150px 0 0;
  overflow: hidden;
    margin-top: 20px;	
}

.top-facility::before {
  position: absolute;
  content: "";
  background-image: url(../img/facility-deco-cloud-01.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 92.55vw;
  height: 60.93vw;
  top: -15vw;
  left: -35vw;
}

.top-facility::after {
  position: absolute;
  content: "";
  background-image: url(../img/facility-deco-cloud-02.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 90.1vw;
  height: 59.27vw;
  top: 50%;
  transform: translateY(-50%);
  right: -35vw;
}

.top-facility .c-inner {
  position: relative;
  max-width: 1200px;
  margin: auto;
  padding-bottom: 120px;
}

.top-facility .c-inner::before {
  position: absolute;
  content: "";
  background-image: url(../img/facility-deco-cloud-03.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 75.78vw;
  height: 49.89vw;
  bottom: -20vw;
  left: -35vw;
}

.top-facility h2.c-ttl:before {
  content: "facility";
}

.facility-sub {
  font-size: 14px;
  letter-spacing: 0.2em;
  color: #8b8bb0;
  margin-bottom: 10px;
}

.facility-list {
  position: relative;
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 5vw;
  z-index: 1;
}

.facility-item {
  background: #fff;
  border-radius: 50px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, .05);
  display: flex;
  flex-direction: column;
}

.facility-thumb {
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.facility-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.facility-body {
    flex: 1;
    padding: 15px 24px 20px;
    display: flex;
    flex-direction: column;
/*   gap: 16px; */
}

.top-facility h3.c-ttl {
  font-size: 2.5rem;
  text-align: center;
  font-weight: bold;
  line-height: 1.8;
}

.top-facility h3.c-ttl span {
  font-weight: bold;
}

.facility-info {
    position: relative;
    list-style: none;
    padding-left: 4.2vw;
    margin: 22px 0 0;
    height: 100px;	
}

.facility-info:before {
    position: absolute;
    content: "";
    left: 50%;
    top: -17px;
    transform: translateX(-50%);
    height: 8px;
    pointer-events: none;
        background-image: radial-gradient(circle, #e7e7e7 1px, transparent 3px);
    background-size: 10px 5px;
    background-repeat: repeat-x;
    width: 90%;
	    max-width: 400px;
}

.facility-info-item {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.facility-info-item--address {
  font-weight: bold;
  margin: 0 auto 0;
}

.facility-info-item--address::before {
  position: absolute;
  content: "";
  background-image: url(../img/icon-mappin.png);
  background-repeat: no-repeat;
  background-size: cover;
    width: 18px;
    height: 26px;
    left: -30px;
    top: 4px;
}

.facility-info-item--tel {
  margin: 12px auto 0;
}

.facility-info-item--tel a {
  font-weight: bold;
}

.facility-info-item--address,
.facility-info-item--tel a {
    line-height: 1.6;
}

.facility-info-item--tel::before {
  position: absolute;
  content: "";
  background-image: url(../img/icon-tel-02.png);
  background-repeat: no-repeat;
  background-size: cover;
    width: 17px;
    height: 28px;
    left: -30px;
    top: 0px;
}

.facility-info-item a {
  color: inherit;
  text-decoration: none;
}

.facility-button {
  display: block;
  padding: 10px 24px;
  border-radius: 50px;
  background: #b9b67a;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
max-width: 260px;
  width: 95%;
  text-align: center;
margin: 30px auto 10px auto;
}

.facility-footer {
  margin-top: 100px;
}

.facility-footer .nav-button {
  position: relative;
display: flex;
    align-items: center;
    justify-content: flex-start;
  width: 260px;
  height: 70px;
  line-height: 70px;
  background: #fff;
  border: #e3e3e5 solid 2px;
  border-radius: 35px;
  margin: 30px auto 0;
  padding-left: 42px;
}

.facility-footer .nav-button:before {
  position: absolute;
  content: "";
  background-image: url(../img/button-arrow-02.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 29px;
  height: 29px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: 0.3s ease;
  box-shadow: 0 2px 10px #0000000a;
}

@media screen and (max-width: 1200px) {
  .top-facility {
    padding-top: 0;
  }

  .facility-info:before {
    top: -20px;
  }

  .facility-info {
    margin: 20px 0 0;
  }
}

@media screen and (max-width: 750px) {
  .top-facility {
    padding-top: 0;
    border-radius: 60px 60px 0 0;
  }

  .facility-list {
	      margin-top: 60px;
    grid-template-columns: 1fr;
  }

  .facility-item {
    width: 97%;
    max-width: 600px;
    margin: auto;
  }

  .facility-info:before {
    top: -30px;
  }

  .facility-info {
    padding-left: 15vw;
    margin: 30px 0 0;
  }

  .top-facility h3.c-ttl {
    font-size: 24px;
  }

  .facility-info-item--address,
  .facility-info-item--tel a {
    line-height: 1.4;
  }

  .facility-info-item--address::before {
    width: 12px;
    height: 17px;
    left: -24px;
    top: 7px;
  }

  .facility-info-item--tel::before {
    width: 13px;
    height: 22px;
    left: -25px;
    top: -1px;
  }

  .facility-button a {
    font-size: 16px;
  }

  .facility-button {
    max-width: 280px;
    padding: 0;
    width: 80%;
    margin: 15px auto 0 auto;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
  }

  .top-facility .c-inner::before {
    left: -15vw;
  }
	.facility-footer{
	    margin-top: 50px;	
	}
}
@media screen and (max-width: 600px) {
	.top-facility{
	border-radius: 20px 20px 0 0;	
	}
    .top-facility h3.c-ttl {
        font-size: 1.2rem;
    }	
	.facility-info{
        margin: 15px 0 0;
		padding-left: 35px;
	}
    .facility-info:before {
        top: -13px;
    }
	.facility-button{
	        margin: 0px auto 0 auto;	
	}
	.facility-body {
    flex: 1;
    padding: 5px 15px 20px;
    display: flex;
    flex-direction: column;
}
	.facility-list{
        margin-top: 40px;
		    gap: 25px 5vw;
	}
	.facility-item{
	    border-radius: 30px;	
	}
		.facility-footer{
	    margin-top: 30px;	
	}
	.top-facility .c-inner{
	    padding-bottom: 50px;	
	}
}
/* // =======================================
// メニュー
// ======================================= */
.top-menu {
  background: #eff6ee;
  padding-bottom: 180px;
}

.top-menu .c-inner {
  position: relative;
  max-width: 1200px;
}

.top-menu .c-inner::before {
  position: absolute;
  content: "";
  background-image: url(../img/deco-dots-white.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 308px;
  height: 189px;
  top: 15vw;
  left: -10vw;
  z-index: 0;
}

.top-menu .c-inner::after {
  position: absolute;
  content: "";
  background-image: url(../img/deco-dots-white.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 308px;
  height: 189px;
  bottom: -3vw;
  right: -10vw;
  z-index: 0;
}

.top-menu h2.c-ttl:before {
  content: "menu";
}

.menu-content {
  position: relative;
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 5vw;
  z-index: 1;
}

.menu-item .img-area {
  overflow: hidden;
  border-radius: 30px;
}

.menu-item .img-area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.menu-button {
  margin-top: 15px;
  text-align: center;
  padding-right: 35px;
}

.menu-button {
  position: relative;
    font-size: 2.2rem;
  font-weight: bold;
  color: #8186b3;
	    border-bottom: solid 1px #dbdbdb;
    padding-bottom: 5px;
    border-top: solid 1px #dedede;
    padding-top: 5px;
}

.menu-button:before {
  position: absolute;
  content: "";
  background-image: url(../img/button-arrow-02.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 29px;
  height: 29px;
  top: 50%;
  right: 20%;
  transform: translateY(-50%);
  transition: 0.3s ease;
  box-shadow: 0 2px 10px #0000000a;
}

@media screen and (max-width: 750px) {
  .menu-content {
    grid-template-columns: 1fr;
    width: 90%;
    max-width: 400px;
    margin: 100px auto 0;
    gap: 60px 5vw;
  }

.menu-button{
    font-size: 1.2rem;
  }

  .menu-button:before {
    width: 22px;
    height: 22px;
  }
	.top-menu{
    padding-bottom: 120px;		
	}
}
@media screen and (max-width: 600px) {
    .menu-content {
        width: 100%;
        max-width: 320px;
        margin: 30px auto 0;
        gap: 30px 0px;
    }
    .menu-button {
        font-size: 1.1rem;
	    margin-top: 12px;	
    }
    .top-menu {
        padding-bottom: 50px;
    }	
}
/* =======================================
   recruit
======================================= */
.top-recruit {
  position: relative;
  background: #eff6ee;
  padding-bottom: 70px;
}

.top-recruit::before {
  position: absolute;
  content: "";
  background-image: url(../img/mv-deco-flower-02.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 201px;
  height: 314px;
  top: -5vw;
  left: 0;
  transform: rotate(65deg);
  z-index: 0;
}

.top-recruit::after {
  position: absolute;
  content: "";
  background-image: url(../img/mv-deco-flower-02.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 201px;
  height: 314px;
  bottom: 1vw;
  right: 5vw;
  transform: rotate(-40deg);
  z-index: 0;
}

.top-recruit .c-inner {
  position: relative;
  margin: auto;
  width: 100%;
  max-width: 1340px;
  padding: 20px;
  z-index: 1;
}

.recruit-content {
  position: relative;
  isolation: isolate;
  padding: 80px 3.5vw;
  background-color: #f9f9f3;
  flex-direction: row-reverse;
  justify-content: flex-end;
  border-radius: 100px;
  gap: 50px;
  box-shadow: 0 0 30px 2px #4f4d460D;
}

.top-recruit h2.c-ttl {
  padding-top: 30px;
  text-align: left;
}

.top-recruit h2.c-ttl::before {
  content: "recruit";
  left: 0;
  transform: translateX(0);
}

.recruit-lead {
  position: relative;
  font-weight: bold;
  margin-top: 30px;
}

.recruit-lead span {
  font-weight: bold;
}

.recruit-lead:before {
  position: absolute;
  content: "";
  left: 50%;
      top: -25px;;
  transform: translateX(-50%);
  height: 8px;
  pointer-events: none;
  background-image: radial-gradient(circle, #e7e7e7 3px, transparent 2.1px);
  background-size: 14px 8px;
  background-repeat: repeat-x;
  width: 100%;
}

.top-recruit .text-area {
  flex: 1;
}

.top-recruit .img-area {
  flex: 1;
  max-width: 650px;
  border-radius: 200px;
  overflow: hidden;
}

.top-recruit .img-area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top-recruit .recruit-button {
      display: flex;
    align-items: center;
  position: relative;
  width: 260px;
  height: 70px;
  line-height: 70px;
  background: #fff;
  border: #e3e3e5 solid 2px;
  border-radius: 35px;
  margin-top: 35px;
  padding-left: 35px;
}

.top-recruit .recruit-button::before {
  position: absolute;
  content: "";
  background-image: url(../img/button-arrow-02.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 29px;
  height: 29px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: 0.3s ease;
  box-shadow: 0 2px 10px #0000000a;
}

@media screen and (max-width: 1200px) {
  .recruit-content {
    max-width: 650px;
    margin: auto;
    flex-direction: column-reverse;
    align-items: center;
    padding: 10vw 20px 50px;
    border-radius: 60px;
    gap: 30px;
  }

  .top-recruit h2.c-ttl {
    text-align: center;
  }

  .top-recruit h2.c-ttl::before {
    left: 50%;
    bottom: 45px;
    transform: translateX(-50%);
  }

  .recruit-lead {
    margin-top: 40px;
  }

  .top-recruit .img-area {
    width: 90%;
    max-width: 500px;
  }

  .top-recruit::before {
    top: -15vw;
    left: -2vw;
  }

  .top-recruit::after {
    bottom: 2vw;
    right: -1vw;
  }

  .top-recruit .recruit-button {
    display: block;
    position: relative;
    width: 260px;
    height: 70px;
    line-height: 70px;
    background: #fff;
    border: #e3e3e5 solid 2px;
    border-radius: 35px;
    margin: 30px auto 0;
    padding-left: 35px;
  }
}

@media screen and (max-width: 750px) {
	.top-recruit{
	padding-bottom: 120px;	
	}
  .top-recruit::before {
    width: 26.8vw;
    height: 41.86vw;
  }

  .top-recruit::after {
    width: 26.8vw;
    height: 41.86vw;
  }

  .recruit-lead {
    margin-top: 25px;
  }

  .recruit-lead:before {
    top: -15px;
    width: 95%;
  }

  .top-recruit .recruit-button {
    height: 55px;
    line-height: 55px;
    margin: 35px auto 0;
    padding-left: 45px;
  }

  .top-recruit .recruit-button::before {
    width: 20px;
    height: 20px;
    top: 54%;
    right: 23px;
  }
}

@media screen and (max-width: 600px) {
    .recruit-content {
        border-radius: 40px;
    }	
    .top-recruit {
        padding-bottom: 40px;
    }
}