@charset "UTF-8";
/* --

 interment.css

 ------------------------------------
-- */
@import url(https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap&subset=japanese);
@-webkit-keyframes toggle-top {
  0% {
    -webkit-transform: translateY(-5px) rotate(0deg);
            transform: translateY(-5px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-7px) rotate(0deg);
            transform: translateY(-7px) rotate(0deg);
  }
}
@keyframes toggle-top {
  0% {
    -webkit-transform: translateY(-5px) rotate(0deg);
            transform: translateY(-5px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-7px) rotate(0deg);
            transform: translateY(-7px) rotate(0deg);
  }
}
@-webkit-keyframes toggle-bottom {
  0% {
    -webkit-transform: translateY(5px) rotate(0deg);
            transform: translateY(5px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
            transform: translateY(0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(7px) rotate(0deg);
            transform: translateY(7px) rotate(0deg);
  }
}
@keyframes toggle-bottom {
  0% {
    -webkit-transform: translateY(5px) rotate(0deg);
            transform: translateY(5px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
            transform: translateY(0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(7px) rotate(0deg);
            transform: translateY(7px) rotate(0deg);
  }
}
@-webkit-keyframes toggle-top-close {
  0% {
    -webkit-transform: translateY(-8px) rotate(0deg);
            transform: translateY(-8px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(-45deg);
            transform: translateY(0) rotate(-45deg);
  }
}
@keyframes toggle-top-close {
  0% {
    -webkit-transform: translateY(-8px) rotate(0deg);
            transform: translateY(-8px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(-45deg);
            transform: translateY(0) rotate(-45deg);
  }
}
@-webkit-keyframes toggle-bottom-close {
  0% {
    -webkit-transform: translateY(8px) rotate(0deg);
            transform: translateY(8px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
  }
}
@keyframes toggle-bottom-close {
  0% {
    -webkit-transform: translateY(8px) rotate(0deg);
            transform: translateY(8px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
@keyframes fadeDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes bounceIn {
  0% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes rotationx {
  0% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
    opacity: 1;
  }
}
@keyframes rotationx {
  0% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes floating {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -10%);
            transform: translate(0, -10%);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes floating {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -15%);
            transform: translate(0, -15%);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
/*-----------------------------------

	$contents

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

 interment.css

 ------------------------------------
-- */
/**======================================
	setting
======================================**/
.contents__lead {
  text-align: center;
  margin-bottom: clamp(3rem, 2.9282576867vw, 4rem);
}
.contents__title {
  font-size: clamp(2.4rem, 2.635431918vw, 3.6rem);
  line-height: 1.4;
}
.contents__title span {
  display: block;
  font-size: clamp(1.6rem, 1.4641288433vw, 2rem);
  font-weight: 500;
}
.contents__box {
  padding: clamp(3rem, 4.39238653vw, 6rem) clamp(2rem, 4.39238653vw, 6rem);
  background: #fff;
  border-radius: 3rem;
}

.banner {
  width: 100%;
  max-width: 90rem;
  text-align: center;
  margin: clamp(4rem, 5.8565153734vw, 8rem) auto 0;
}
.banner img {
  width: 100%;
  height: auto;
}
.banner__text {
  font-size: clamp(1.6rem, 1.317715959vw, 1.8rem);
  margin-bottom: 1rem;
}
.banner__text br {
  display: none;
}
.banner__text::before {
  content: "▼";
  margin-right: 0.25em;
}
@media screen and (max-width: 640px) {
  .banner__text {
    margin-bottom: 0.5rem;
    line-height: 1.6;
  }
  .banner__text br {
    display: block;
  }
  .banner__text::before {
    display: none;
  }
  .banner__text::after {
    content: "▼";
    text-align: center;
    display: block;
  }
}

@media screen and (max-width: 840px) {
  .scroll {
    overflow: auto;
    white-space: nowrap;
    position: relative;
  }
  .scroll::-webkit-scrollbar {
    height: 5px;
  }
  .scroll::-webkit-scrollbar-track {
    background: #F1F1F1;
  }
  .scroll::-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }
}

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

	$contents

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

	$interment

-----------------------------------*/
.interment__main {
  margin: clamp(3rem, 4.39238653vw, 6rem) 0 clamp(1rem, 1.4641288433vw, 2rem);
}
.interment__main.movie {
  line-height: 100%;
}
.interment__main.movie video {
  width: 100%;
  aspect-ratio: 16/9;
}
.interment__main.movie video:hover {
  cursor: pointer;
}
.interment__lead {
  margin-bottom: clamp(2rem, 2.635431918vw, 3.6rem);
}
.interment__box:not(:first-child) {
  margin-top: clamp(3rem, 2.9282576867vw, 4rem);
}
.interment__kukaku {
  margin-bottom: clamp(3rem, 2.9282576867vw, 4rem);
  text-align: center;
}
.interment__kukaku img {
  width: 100%;
  height: auto;
}
.cemetery .interment__kukaku img {
  max-width: 53.5rem;
}

.ossuary {
  margin-bottom: clamp(3rem, 4.39238653vw, 6rem);
}
.ossuary .common__title-02 img {
  width: 12rem;
  height: auto;
}
.ossuary__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.3rem;
  margin-bottom: 0.75rem;
}
.ossuary__section span {
  border: 2px solid #717171;
  color: #717171;
  padding: 0.25rem 2.5rem;
  display: inline-block;
  border-radius: 10rem;
  line-height: 1;
  font-weight: 700;
}
.ossuary__section .section-a {
  border-color: #d586b6;
  color: #d586b6;
}
.ossuary__section .section-b {
  border-color: #2a8297;
  color: #2a8297;
}
.ossuary__section .section-c {
  border-color: #c09d0b;
  color: #c09d0b;
}
.ossuary__section .section-d {
  border-color: #5f9259;
  color: #5f9259;
}

.cemetery {
  margin-bottom: clamp(3rem, 4.39238653vw, 6rem);
}
.cemetery__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  margin-top: clamp(3rem, 2.9282576867vw, 4rem);
}
.cemetery__unit {
  border-radius: 2rem;
  padding: 2rem;
}
.cemetery__unit dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cemetery__unit dt {
  font-weight: 500;
  text-align: center;
  width: 15%;
  line-height: 1.4;
  font-size: clamp(1.6rem, 1.317715959vw, 1.8rem);
  padding-right: clamp(1rem, 1.4641288433vw, 2em);
}
.cemetery__unit dt b {
  font-size: clamp(2.4rem, 2.196193265vw, 3rem);
}
.cemetery__unit dt span {
  display: block;
  font-size: clamp(1.2rem, 1.0248901903vw, 1.4rem);
}
.cemetery__unit dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.6;
  border-left: 1px solid #fff;
  padding: 0.5rem 0 0.5rem clamp(2rem, 2.196193265vw, 3em);
}
@media screen and (max-width: 640px) {
  .cemetery__unit dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cemetery__unit dt, .cemetery__unit dd {
    width: 100%;
  }
  .cemetery__unit dt {
    padding: 0;
  }
  .cemetery__unit dd {
    border: none;
    border-top: 1px solid #fff;
    padding: 1rem 0 0;
    margin-top: 1rem;
  }
}

.photo__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem 2%;
}
.photo__unit {
  width: 32%;
}
.photo__unit .text {
  margin-top: 0.75rem;
}
.photo__unit .text p {
  line-height: 1.4;
  text-align: center;
  font-size: clamp(1.3rem, 1.0980966325vw, 1.5rem);
}
.photo__unit .text b {
  font-weight: 500;
  font-size: clamp(1.4rem, 1.317715959vw, 1.8rem);
}
@media screen and (max-width: 840px) {
  .photo__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .photo__unit {
    width: 100%;
    max-width: 48rem;
    margin: auto;
  }
}

.area {
  width: 14%;
}

.area-a {
  background: #f7e7f0 !important;
}

.area-b {
  background: #bee8ed !important;
}

.area-c {
  background: #faf2d1 !important;
}

.area-d {
  background: #c8e8cd !important;
}

.area-other {
  background: #eeeeee !important;
}

.price {
  text-align: center;
  width: 13%;
}

.rental thead th {
  width: 14.2857142857%;
}
.rental tbody th {
  background: #f7e7f0;
}

.joint thead th {
  width: 33.3333333333%;
}

.marine__title {
  text-align: center;
  color: #2a8297;
  font-size: clamp(2rem, 2.196193265vw, 3rem);
  margin-bottom: clamp(2rem, 2.9282576867vw, 4rem);
  line-height: 1.4;
}

.plan__lead {
  line-height: 1.6;
  margin-bottom: clamp(1.5rem, 1.4641288433vw, 2rem);
}
.plan__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem 2%;
  margin-bottom: clamp(3rem, 3.6603221083vw, 5rem);
}
@media screen and (max-width: 640px) {
  .plan__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.plan__unit {
  width: 49%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 640px) {
  .plan__unit {
    width: 100%;
  }
}
.plan__item {
  border-radius: 2rem;
  border: 4px solid #ccc;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.plan__item dt {
  font-size: clamp(2rem, 2.0497803807vw, 2.8rem);
  color: #2a8297;
  font-weight: 500;
  text-align: center;
}
.plan__item dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  padding: clamp(2rem, 2.196193265vw, 3rem) 5%;
  line-height: 1.6;
}
.plan__item dd em {
  font-size: 125%;
}
@media screen and (max-width: 640px) {
  .plan__item dd br {
    display: none;
  }
}
.plan__item.plan-01 {
  border-color: #faf2d1;
}
.plan__item.plan-01 dt {
  background: #faf2d1;
}
.plan__item.plan-02 {
  border-color: #ddefe0;
}
.plan__item.plan-02 dt {
  background: #ddefe0;
}
.plan__note {
  margin-top: 0.5em;
  font-size: clamp(1.2rem, 1.0248901903vw, 1.4rem);
}
@media screen and (max-width: 640px) {
  .plan__note br {
    display: none;
  }
}
.plan__detail dl {
  border: 1px solid #b4babe;
  border-radius: 1rem;
  padding: clamp(1rem, 1.4641288433vw, 2rem);
  margin-bottom: clamp(1rem, 1.4641288433vw, 2rem);
}
.plan__detail dl ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5%;
}
.plan__detail dl li {
  width: 30%;
}
@media screen and (max-width: 640px) {
  .plan__detail dl li {
    width: 45%;
  }
}

.flow__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flow__side {
  max-width: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5rem;
}
.flow__side .caption {
  font-size: clamp(1.2rem, 1.0248901903vw, 1.4rem);
}
@media screen and (max-width: 1024px) {
  .flow__side {
    max-width: 8rem;
  }
}
@media screen and (max-width: 640px) {
  .flow__side {
    display: none;
  }
}
.flow__title {
  color: #2a8297;
  font-size: clamp(2rem, 1.756954612vw, 2.4rem);
  margin-bottom: clamp(1rem, 1.4641288433vw, 2rem);
  line-height: 1.4;
}
.flow__list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.flow__list ol {
  list-style: none;
  padding-left: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 640px) {
  .flow__list ol {
    gap: 0.5rem;
  }
}
.flow__list ol::before {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background: #efefef;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  z-index: -1;
}
.flow__list ol li {
  border-radius: 1rem;
  padding: 0.5em;
  font-size: clamp(1.6rem, 1.317715959vw, 1.8rem);
  font-weight: 500;
  background: #efefef;
}
@media screen and (max-width: 640px) {
  .flow__list ol li {
    padding: 0.5rem;
  }
}

.pirce .standard tbody th,
.pirce .premium tbody th,
.pirce .option tbody th {
  background: #ededd3;
}
.pirce .standard thead th,
.pirce .premium thead th {
  width: 25%;
}
.pirce .option thead th {
  background: #ed919d;
}
.pirce .option tbody th, .pirce .option tbody td {
  width: 25%;
}
.pirce .standard {
  margin-bottom: clamp(1rem, 1.4641288433vw, 2rem);
}
.pirce .premium {
  margin-bottom: clamp(2rem, 2.9282576867vw, 4rem);
}

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

	$contents

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

	$index

-----------------------------------*/
.index {
  margin-bottom: clamp(4rem, 4.39238653vw, 6rem);
}
.index__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5%;
}
@media screen and (max-width: 640px) {
  .index__wrap {
    gap: 0.5rem;
  }
}
.index__unit {
  width: 30%;
  background: #fff;
  border-radius: 3rem;
  text-align: center;
  padding: clamp(1rem, 1.4641288433vw, 2rem) clamp(0.5rem, 1.4641288433vw, 2rem);
}
@media screen and (max-width: 640px) {
  .index__unit {
    width: calc((100% - 1rem) / 3);
    border-radius: 1rem;
  }
}
.index__image img {
  height: clamp(5rem, 6.588579795vw, 9rem);
  width: auto;
  margin: auto;
}
.index__text p {
  font-size: clamp(1.2rem, 1.4641288433vw, 2rem);
  font-weight: 500;
  color: #2a8297;
}
.index__text p::before {
  display: inline-block;
  content: "\f13a";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  margin-right: 0.5em;
}