@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

ol,
ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  margin: 0;
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  cursor: pointer;
  font: inherit;
}

input,
select,
textarea {
  font: inherit;
  color: inherit;
  vertical-align: top;
}

body {
  color: #333;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}

.l-inner {
  max-width: 1140px;
  margin-inline: auto;
  padding-inline: 20px;
}

.breadcrumb {
  padding-block: 10px;
}
.breadcrumb span,
.breadcrumb a {
  font-weight: 500;
}
.breadcrumb a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  text-decoration: underline;
}
.breadcrumb a:hover {
  opacity: 0.7;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: #fff url(../img/bg_header-sp.webp) no-repeat center center/cover;
  height: 72px;
}
@media screen and (min-width: 900px) {
  .l-header {
    background-image: url(../img/bg_header-pc.webp);
    height: 94px;
  }
}

.l-header__inner {
  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;
  max-width: 1240px;
  margin: 0 auto;
  padding-inline: 20px;
  height: 100%;
}

.l-header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.l-header__logo:hover {
  opacity: 0.8;
}

.l-header__logo-img {
  width: 40px;
}
@media screen and (min-width: 900px) {
  .l-header__logo-img {
    width: 60px;
  }
}
.l-header__logo-img img {
  width: 100%;
}

.l-header__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.l-header__name-desc {
  font-size: clamp(0.75rem, 0.6813380282rem + 0.2816901408vw, 0.875rem);
}

.l-header__name-title {
  font-size: clamp(1.25rem, 0.838028169rem + 1.6901408451vw, 2rem);
  font-weight: 700;
}

.l-footer {
  padding-block: 40px 20px;
  background: url(../img/bg_footer-sp.webp) no-repeat top 15% center/cover;
}

.l-footer__wrapper {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media screen and (min-width: 900px) {
  .l-footer__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.l-footer__content {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media screen and (min-width: 900px) {
  .l-footer__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.l-footer__body {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 900px) {
  .l-footer__body {
    text-align: left;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.l-footer__name {
  font-size: 24px;
  font-weight: 700;
}

.l-footer__address-number,
.l-footer__address-detail {
  display: block;
  font-style: normal;
}

.l-footer__tel {
  display: inline-block;
  text-decoration: underline;
}

.l-footer__information {
  margin-top: 14px;
}

.l-footer__map {
  max-width: 350px;
}
.l-footer__map iframe {
  width: 100%;
}

.l-footer__copy {
  text-align: center;
  font-size: 12px;
  padding-block: 12px;
}

.l-page-contents {
  padding-block: 60px 80px;
}
@media screen and (min-width: 900px) {
  .l-page-contents {
    padding-block: 100px;
  }
}

.l-page-intro {
  padding-block: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 900px) {
  .l-page-intro {
    padding-block: 120px 80px;
    gap: 40px;
  }
}

.l-page-intro__text {
  font-size: clamp(0.875rem, 0.8063380282rem + 0.2816901408vw, 1rem);
}

.c-heading-type1 {
  padding: 10px 12px;
  border-bottom: 2px solid #D78894;
}
.c-heading-type1__text {
  font-size: clamp(1.25rem, 0.838028169rem + 1.6901408451vw, 2rem);
  font-weight: 700;
}

.c-heading-type2 {
  padding: 6px;
  background-color: #BB3E51;
}
@media screen and (min-width: 900px) {
  .c-heading-type2 {
    padding: 10px;
  }
}
.c-heading-type2__text {
  font-size: clamp(1.125rem, 0.9190140845rem + 0.8450704225vw, 1.5rem);
  font-weight: 700;
  color: #FFF;
}

.c-heading-type3 {
  padding: 6px;
  background: -webkit-gradient(linear, left top, right top, from(#BB3E51), to(#D78894));
  background: linear-gradient(90deg, #BB3E51 0%, #D78894 100%);
}
.c-heading-type3__text {
  color: #FFF;
  font-size: clamp(1.125rem, 0.9190140845rem + 0.8450704225vw, 1.5rem);
  font-weight: 700;
}

.c-button {
  display: inline-block;
  min-width: 250px;
  padding: 16px 30px;
  color: #FFF;
  font-size: clamp(1rem, 0.8626760563rem + 0.5633802817vw, 1.25rem);
  font-weight: 700;
  border-radius: 2px;
  border: 1px solid #D78894;
  background: #D78894;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  text-align: center;
  -webkit-transition: background 0.3s ease, color 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease;
}
.c-button:hover {
  background: #FFF;
  color: #D78894;
}

.c-button-contact {
  display: inline-block;
  max-width: 350px;
  min-width: 300px;
  width: 100%;
  padding: 20px;
  text-align: center;
  border: 1px solid #FFF;
  background: #000;
  font-size: clamp(1rem, 0.7940140845rem + 0.8450704225vw, 1.375rem);
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.03em;
  position: relative;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.c-button-contact:hover {
  opacity: 0.7;
}
.c-button-contact::before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  right: calc(50% + 65px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../img/icon_tel-white.svg") no-repeat center center;
}
@media screen and (min-width: 600px) {
  .c-button-contact::before {
    right: calc(50% + 75px);
  }
}
@media screen and (min-width: 900px) {
  .c-button-contact::before {
    right: calc(50% + 85px);
  }
}
.c-button-contact--line::before {
  background-image: url(../img/icon_line-white.svg);
}

.c-blessings-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 500px;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-blessings-card__img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  overflow: hidden;
}
.c-blessings-card__img img {
  width: 100%;
}

.c-blessings-card__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 22px;
  padding: 40px 20px;
  background-color: #fff;
  max-width: 400px;
  width: 90%;
  border-radius: 6px;
  -webkit-box-shadow: 0 2px 10px 0 #D9D9D9;
          box-shadow: 0 2px 10px 0 #D9D9D9;
  margin-top: -60px;
}
@media screen and (min-width: 900px) {
  .c-blessings-card__body {
    margin-top: -70px;
  }
}

.c-blessings-card__title {
  font-size: clamp(1.125rem, 1.0563380282rem + 0.2816901408vw, 1.25rem);
  font-weight: 700;
  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;
  gap: 20px;
}
.c-blessings-card__title::before, .c-blessings-card__title::after {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #D78894;
}

.c-blessings-card__text {
  font-size: clamp(0.875rem, 0.8063380282rem + 0.2816901408vw, 1rem);
}

.c-hamburger {
  width: 25px;
  position: relative;
  z-index: 9999;
}
.c-hamburger.is-checked .c-hamburger__line {
  background: transparent;
}
.c-hamburger.is-checked .c-hamburger__line::before {
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #fff;
}
.c-hamburger.is-checked .c-hamburger__line::after {
  top: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background-color: #fff;
}

.c-hamburger__line {
  display: inline-block;
  width: 100%;
  height: 3px;
  background: #333;
  position: relative;
  z-index: 110;
}
.c-hamburger__line::before, .c-hamburger__line::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 3px;
  background: #333;
  position: absolute;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 110;
}
.c-hamburger__line::before {
  top: -8px;
}
.c-hamburger__line::after {
  top: 8px;
}

.c-card-type1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
@media screen and (min-width: 900px) {
  .c-card-type1 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 60px;
  }
}

.c-card-type1__img {
  width: 100%;
}
@media screen and (min-width: 900px) {
  .c-card-type1__img {
    width: 450px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.c-card-type1__img img {
  width: 100%;
}

.c-card-type1__body {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 900px) {
  .c-card-type1__body {
    width: 580px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 32px;
  }
}

.c-card-type1__heading {
  font-size: clamp(1.25rem, 1.1126760563rem + 0.5633802817vw, 1.5rem);
  font-weight: 700;
}

.c-card-type1__text {
  font-size: clamp(0.875rem, 0.8063380282rem + 0.2816901408vw, 1rem);
}

.c-event-table {
  width: 620px;
  margin-inline: auto;
  border-collapse: collapse;
}
@media screen and (min-width: 900px) {
  .c-event-table {
    max-width: 800px;
    width: 100%;
  }
}

.c-event-table th:nth-child(1),
.c-event-table td:nth-child(1) {
  width: 110px;
}
@media screen and (min-width: 900px) {
  .c-event-table th:nth-child(1),
  .c-event-table td:nth-child(1) {
    width: 130px;
  }
}

.c-event-table th:nth-child(2),
.c-event-table td:nth-child(2) {
  width: 190px;
}
@media screen and (min-width: 900px) {
  .c-event-table th:nth-child(2),
  .c-event-table td:nth-child(2) {
    width: 200px;
  }
}

.c-event-table th:nth-child(3),
.c-event-table td:nth-child(3) {
  width: calc(100% - 120px - 190px);
}
@media screen and (min-width: 900px) {
  .c-event-table th:nth-child(3),
  .c-event-table td:nth-child(3) {
    width: calc(100% - 140px - 200px);
  }
}

.c-event-table th,
.c-event-table td {
  text-align: left;
  padding: 10px 12px;
  border: 1px solid #b9b9b9;
}

.c-event-table th {
  font-size: clamp(1rem, 0.8626760563rem + 0.5633802817vw, 1.25rem);
  font-weight: 700;
  background-color: #E4DCAF;
}

.c-event-table td {
  font-size: clamp(0.875rem, 0.8063380282rem + 0.2816901408vw, 1rem);
  vertical-align: middle;
}

.c-page-drawer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  width: 320px;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  background: #D78894;
  z-index: 10;
  padding: 86px 40px 40px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
.c-page-drawer.is-checked {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.c-page-drawer__menu ul {
  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-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.c-page-drawer__menu a {
  display: block;
  padding-block: 14px;
  font-weight: 700;
  letter-spacing: 0.48px;
  color: #fff;
}

.p-sns__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

.p-sns__item {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-sns__item:hover {
  opacity: 0.7;
}

.p-sns__link {
  display: block;
}

.p-fv {
  width: 100%;
  height: 100%;
}

.p-fv__inner {
  width: 100%;
  height: 100%;
}

.p-fv__video {
  width: 100%;
  height: 100%;
  padding-top: 72px;
}
@media screen and (min-width: 900px) {
  .p-fv__video {
    padding-top: 94px;
  }
}
.p-fv__video .p-fv__video-sp {
  display: block;
}
@media screen and (min-width: 600px) {
  .p-fv__video .p-fv__video-sp {
    display: none;
  }
}
.p-fv__video .p-fv__video-pc {
  display: none;
}
@media screen and (min-width: 600px) {
  .p-fv__video .p-fv__video-pc {
    display: block;
  }
}
.p-fv__video video {
  width: 100%;
}

.p-nav {
  width: 100%;
}

.p-nav__inner {
  width: 100%;
}

.p-nav__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.p-nav__item {
  color: #FFF;
  font-size: 36px;
  font-weight: 700;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  padding-top: 20px;
  width: 14.2857142857%;
  height: 380px;
  background-size: cover;
  background-position: center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-nav__item:hover {
  opacity: 0.8;
}
.p-nav__item:nth-of-type(1) {
  background-image: url(../img/bg_nav1.webp);
}
.p-nav__item:nth-of-type(2) {
  background-image: url(../img/bg_nav2.webp);
}
.p-nav__item:nth-of-type(3) {
  background-image: url(../img/bg_nav3.webp);
}
.p-nav__item:nth-of-type(4) {
  background-image: url(../img/bg_nav4.webp);
}
.p-nav__item:nth-of-type(5) {
  background-image: url(../img/bg_nav5.webp);
}
.p-nav__item:nth-of-type(6) {
  background-image: url(../img/bg_nav6.webp);
}
.p-nav__item:nth-of-type(7) {
  background-image: url(../img/bg_nav7.webp);
}

.p-nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.p-about {
  background-color: #000;
  position: relative;
}
.p-about::before {
  position: absolute;
  inset: 0;
  content: "";
  background: url(../img/bg_about.webp) center center/cover no-repeat;
  opacity: 0.5;
}

.p-about__inner {
  padding-block: 60px 80px;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .p-about__inner {
    padding-block: 120px 80px;
  }
}

.p-about__title {
  font-size: clamp(1.25rem, 0.9066901408rem + 1.4084507042vw, 1.875rem);
  font-weight: 700;
  color: #fff;
}

.p-about__desc {
  margin-top: 40px;
  font-size: clamp(0.875rem, 0.8063380282rem + 0.2816901408vw, 1rem);
  color: #fff;
}

.p-event__inner {
  padding-block: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 900px) {
  .p-event__inner {
    padding-block: 160px;
    gap: 60px;
  }
}

.p-event__heading {
  font-size: clamp(1.5rem, 1.2253521127rem + 1.1267605634vw, 2rem);
  text-align: center;
  line-height: 2;
  font-weight: 700;
  position: relative;
  padding-bottom: 10px;
}
.p-event__heading::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background-color: #BB3E51;
}

.p-event__text {
  text-align: center;
  font-size: clamp(0.875rem, 0.8063380282rem + 0.2816901408vw, 1rem);
}

.p-event__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 900px) {
  .p-event__items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-event__item {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 900px) {
  .p-event__item {
    gap: 18px;
  }
}

.p-event__item-heading {
  font-size: clamp(1.25rem, 1.1126760563rem + 0.5633802817vw, 1.5rem);
  font-weight: 700;
}

.p-event__item-img {
  overflow: hidden;
}
.p-event__item-img:hover img {
  scale: 1.1;
}
.p-event__item-img img {
  width: 100%;
  height: 333px;
  -webkit-transition: scale 0.3s;
  transition: scale 0.3s;
}

.p-service__inner {
  padding-block: 60px;
}

.p-service__item {
  display: block;
  padding-block: 100px 120px;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.p-service__item:hover::before {
  opacity: 0.9;
}
.p-service__item::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #000;
  opacity: 0.8;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-service__item:nth-of-type(1) {
  background-image: url("../img/bg_service1.webp");
}
.p-service__item:nth-of-type(2) {
  background-image: url("../img/bg_service2.webp");
}
.p-service__item:nth-of-type(3) {
  background-image: url("../img/bg_service3.webp");
}

.p-service__item-body {
  text-align: center;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 26px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 900px) {
  .p-service__item-body {
    text-align: left;
  }
}

.p-service__item-heading {
  font-size: clamp(1.5rem, 1.2253521127rem + 1.1267605634vw, 2rem);
  font-weight: 700;
  color: #FFF;
  text-shadow: 1px 1px 6px #FFF;
}

.p-service__item-text {
  font-size: clamp(0.875rem, 0.8063380282rem + 0.2816901408vw, 1rem);
}

.p-shopping {
  padding-block: 60px;
}
@media screen and (min-width: 900px) {
  .p-shopping {
    padding-block: 120px 100px;
  }
}

.p-shopping__img {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-shopping__img:hover {
  opacity: 0.8;
}
.p-shopping__img img {
  width: 100%;
}

.p-information {
  padding-block: 60px;
}
@media screen and (min-width: 900px) {
  .p-information {
    padding-block: 100px;
  }
}

.p-information__items {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (min-width: 900px) {
  .p-information__items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 30px;
  }
}

.p-information__item {
  display: block grid;
  place-items: center;
  width: 100%;
  height: 450px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.p-information__item:hover::before {
  opacity: 0.8;
}
.p-information__item::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #000;
  opacity: 0.5;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-information__item:nth-of-type(1) {
  background-image: url("../img/bg_information1.webp");
}
.p-information__item:nth-of-type(2) {
  background-image: url("../img/bg_information2.webp");
}
.p-information__item:nth-of-type(3) {
  background-image: url("../img/bg_information3.webp");
}

.p-information__heading {
  font-size: 24px;
  color: #FFF;
  font-weight: 700;
  position: relative;
  z-index: 1;
}

.p-contact {
  padding-block: 100px;
  text-align: center;
  background: url(../img/bg_contact-sp.webp) center center/cover no-repeat;
  position: relative;
}
@media screen and (min-width: 900px) {
  .p-contact {
    background-image: url(../img/bg_contact-pc.webp);
  }
}
.p-contact::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.8);
}

.p-contact__inner {
  position: relative;
  z-index: 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: 60px;
}

.p-contact__body {
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 36px;
  text-align: center;
}

.p-contact__heading {
  font-size: clamp(1.5rem, 1.2253521127rem + 1.1267605634vw, 2rem);
  text-align: center;
  line-height: 2;
  font-weight: 700;
  position: relative;
  padding-bottom: 10px;
}
.p-contact__heading::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background-color: currentColor;
}

.p-contact__text {
  font-size: clamp(0.875rem, 0.8063380282rem + 0.2816901408vw, 1rem);
}

.p-contact__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 900px) {
  .p-contact__buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-footer-nav {
  display: none;
}
@media screen and (min-width: 1100px) {
  .p-footer-nav {
    display: block;
  }
}

.p-footer-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
}
.p-footer-nav__list li {
  list-style: none;
}
.p-footer-nav__list a {
  font-weight: 700;
  display: block;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  padding-block: 4px;
}
.p-footer-nav__list a:hover {
  color: #BB3E51;
}
.p-footer-nav__list .sub-menu {
  padding-left: 0;
  margin-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.p-footer-nav__list .sub-menu li {
  position: relative;
}
.p-footer-nav__list .sub-menu li::before {
  content: "/";
  position: absolute;
  top: 50%;
  left: -12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-footer-nav__list .sub-menu li:first-child::before {
  display: none;
}
.p-footer-nav__list .sub-menu a {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  padding-block: 4px;
}
.p-footer-nav__list .sub-menu a:hover {
  color: #BB3E51;
}

.p-page-nav {
  background-color: #D7A488;
  display: none;
}
@media screen and (min-width: 900px) {
  .p-page-nav {
    display: block;
    height: 70px;
  }
}

.p-page-nav__inner {
  max-width: 1240px;
  margin: 0 auto;
  padding-inline: 20px;
}

.p-page-nav__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.p-page-nav__items li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  text-align: center;
  border-left: 1px solid #fff;
  position: relative;
  z-index: 2;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.p-page-nav__items li:last-child {
  border-right: 1px solid #fff;
}
.p-page-nav__items li:hover {
  background-color: #D78894;
}
.p-page-nav__items li:hover .sub-menu {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  visibility: visible;
}
.p-page-nav__items li a {
  display: inline-block;
  height: 100%;
  width: 100%;
  color: #fff;
  line-height: 70px;
  font-weight: 700;
}
.p-page-nav__items .sub-menu {
  color: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: -1;
}
.p-page-nav__items .sub-menu li {
  height: 50px;
  background-color: #D7A488;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.p-page-nav__items .sub-menu li:first-child {
  border-top: 1px solid #fff;
}
.p-page-nav__items .sub-menu li:hover {
  background-color: #D78894;
}
.p-page-nav__items .sub-menu a {
  line-height: 50px;
  display: inline-block;
  width: 100%;
  font-weight: 700;
}

.p-page-fv {
  height: 300px;
  background: url(../img/bg_page-fv-sp.webp) center center/cover;
  position: relative;
  margin-top: 72px;
}
@media screen and (min-width: 900px) {
  .p-page-fv {
    margin-top: 94px;
    height: 420px;
  }
}
@media screen and (min-width: 1100px) {
  .p-page-fv {
    margin-top: 164px;
  }
}
.p-page-fv:before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
.p-page-fv--blessings {
  background-image: url(../img/bg_fv-blessings-sp.webp);
}
@media screen and (min-width: 900px) {
  .p-page-fv--blessings {
    background-image: url(../img/bg_fv-blessings-pc.webp);
  }
}
.p-page-fv--home-blessings {
  background-image: url(../img/bg_fv-home-blessings-sp.webp);
}
@media screen and (min-width: 900px) {
  .p-page-fv--home-blessings {
    background-image: url(../img/bg_fv-home-blessings-pc.webp);
  }
}
.p-page-fv--purification {
  background-image: url(../img/bg_fv-purification-sp.webp);
}
@media screen and (min-width: 900px) {
  .p-page-fv--purification {
    background-image: url(../img/bg_fv-purification-pc.webp);
  }
}
.p-page-fv--funeral {
  background-image: url(../img/bg_fv-funeral-sp.webp);
}
@media screen and (min-width: 900px) {
  .p-page-fv--funeral {
    background-image: url(../img/bg_fv-funeral-pc.webp);
  }
}
.p-page-fv--memorials {
  background-image: url(../img/bg_fv-memorials-sp.webp);
}
@media screen and (min-width: 900px) {
  .p-page-fv--memorials {
    background-image: url(../img/bg_fv-memorials-pc.webp);
  }
}
.p-page-fv--mizuko-memorial {
  background-image: url(../img/bg_fv-mizuko-memorial-sp.webp);
}
@media screen and (min-width: 900px) {
  .p-page-fv--mizuko-memorial {
    background-image: url(../img/bg_fv-mizuko-memorial-pc.webp);
  }
}
.p-page-fv--pet-memorial {
  background-image: url(../img/bg_fv-pet-memorial-sp.webp);
}
@media screen and (min-width: 900px) {
  .p-page-fv--pet-memorial {
    background-image: url(../img/bg_fv-pet-memorial-pc.webp);
  }
}

.p-page-fv__inner {
  height: 100%;
  display: block grid;
  place-items: center;
}

.p-page-fv__heading {
  color: #FFF;
  font-size: clamp(2rem, 1.0387323944rem + 3.9436619718vw, 3.75rem);
  position: relative;
  z-index: 1;
  font-weight: 700;
}

.p-cards-type1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 80px;
}

.p-page-prayer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 120px;
}

.p-page-prayer__introduction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 900px) {
  .p-page-prayer__introduction {
    gap: 60px;
  }
}

.p-page-prayer__text {
  font-size: clamp(0.875rem, 0.8063380282rem + 0.2816901408vw, 1rem);
}

.p-page-life-consultation__introduction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  padding-block: 60px 40px;
}
@media screen and (min-width: 900px) {
  .p-page-life-consultation__introduction {
    padding-block: 100px 60px;
    gap: 50px;
  }
}

.p-page-life-consultation__introduction-heading {
  text-align: center;
  font-size: clamp(1.125rem, 1.0563380282rem + 0.2816901408vw, 1.25rem);
  font-weight: 700;
}

.p-page-life-consultation__introduction-text {
  font-size: clamp(0.875rem, 0.8063380282rem + 0.2816901408vw, 1rem);
}

.p-page-life-consultation__button {
  text-align: center;
}

.p-page-life-consultation__types {
  padding-block: 60px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
}
@media screen and (min-width: 900px) {
  .p-page-life-consultation__types {
    padding-block: 80px 100px;
    gap: 80px;
  }
}

.p-page-life-consultation__type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 900px) {
  .p-page-life-consultation__type {
    gap: 40px;
  }
}

.p-concerns {
  padding-block: 60px;
  background: #EAEAEA;
}
@media screen and (min-width: 900px) {
  .p-concerns {
    padding-block: 100px;
  }
}

.p-concerns__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
  text-align: center;
}

.p-concerns__heading {
  text-align: center;
  font-weight: 700;
  font-size: clamp(1.5rem, 1.2940140845rem + 0.8450704225vw, 1.875rem);
}

.p-concerns__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}

.p-concerns__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 22px;
  padding: 40px 20px;
  background-color: #fff;
  max-width: 400px;
  width: 100%;
  border-radius: 6px;
  -webkit-box-shadow: 0 2px 10px 0 #D9D9D9;
          box-shadow: 0 2px 10px 0 #D9D9D9;
}

.p-concerns__card-title {
  font-size: clamp(1.125rem, 1.0563380282rem + 0.2816901408vw, 1.25rem);
  font-weight: 700;
  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;
  gap: 20px;
}
.p-concerns__card-title::before, .p-concerns__card-title::after {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #D78894;
}

.p-concerns__card-text {
  font-size: clamp(0.875rem, 0.8063380282rem + 0.2816901408vw, 1rem);
  text-align: left;
}

.p-page-grave__introduction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  padding-block: 60px 40px;
}
@media screen and (min-width: 900px) {
  .p-page-grave__introduction {
    padding-block: 100px 60px;
    gap: 50px;
  }
}

.p-page-grave__introduction-heading {
  text-align: center;
  font-size: clamp(1.125rem, 1.0563380282rem + 0.2816901408vw, 1.25rem);
  font-weight: 700;
}

.p-page-grave__introduction-text {
  font-size: clamp(0.875rem, 0.8063380282rem + 0.2816901408vw, 1rem);
}

.p-page-grave__button {
  text-align: center;
}

.p-page-grave__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-block: 60px;
  gap: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 600px;
  margin-inline: auto;
}
@media screen and (min-width: 900px) {
  .p-page-grave__items {
    max-width: 100%;
    padding-block: 100px;
  }
}

.p-page-grave__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 900px) {
  .p-page-grave__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 7.2%;
  }
}
@media screen and (min-width: 900px) {
  .p-page-grave__item--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.p-page-grave__img {
  max-width: 390px;
  margin-inline: auto;
}
@media screen and (min-width: 900px) {
  .p-page-grave__img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.p-page-grave__img img {
  width: 100%;
}

.p-page-grave__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 900px) {
  .p-page-grave__body {
    gap: 40px;
  }
}

.p-page-grave__item-heading {
  font-size: clamp(1.25rem, 1.1126760563rem + 0.5633802817vw, 1.5rem);
  font-weight: 700;
  text-align: center;
  border-bottom: 2px solid #D78894;
  padding-block: 10px;
}
@media screen and (min-width: 900px) {
  .p-page-grave__item-heading {
    text-align: left;
  }
}

.pp-page-grave__item-text {
  font-size: clamp(0.875rem, 0.8063380282rem + 0.2816901408vw, 1rem);
}

.p-page-grave__link {
  font-size: clamp(1rem, 0.9313380282rem + 0.2816901408vw, 1.125rem);
  color: #D78894;
  font-weight: 700;
  padding-block: 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media screen and (min-width: 900px) {
  .p-page-grave__link {
    margin-right: 0;
  }
}
.p-page-grave__link:hover {
  color: #BB3E51;
}

.p-page-grave__merit {
  padding-block: 60px;
  background: #EAEAEA;
}
@media screen and (min-width: 900px) {
  .p-page-grave__merit {
    padding-block: 100px;
  }
}

.p-page-grave__merit-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
  text-align: center;
}

.p-page-grave__merit-heading {
  text-align: center;
  font-weight: 700;
  font-size: clamp(1.5rem, 1.2940140845rem + 0.8450704225vw, 1.875rem);
}

.p-page-grave__merit-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}

.p-page-grave__merit-card {
  padding: 40px 20px;
  background-color: #fff;
  max-width: 450px;
  width: 100%;
  border-radius: 6px;
  -webkit-box-shadow: 0 2px 10px 0 #D9D9D9;
          box-shadow: 0 2px 10px 0 #D9D9D9;
}

.p-page-grave__merit-card-body {
  margin-top: 30px;
}
@media screen and (min-width: 900px) {
  .p-page-grave__merit-card-body {
    margin-top: 40px;
  }
}
.p-page-grave__merit-card-body .p-page-grave__merit-card-text-head:not(:first-child) {
  margin-top: 20px;
}

.p-page-grave__merit-card-title {
  font-size: clamp(1.125rem, 1.0563380282rem + 0.2816901408vw, 1.25rem);
  font-weight: 700;
  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;
  gap: 20px;
}
.p-page-grave__merit-card-title::before, .p-page-grave__merit-card-title::after {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #D78894;
}

.p-page-grave__merit-card-text-head {
  font-size: clamp(1rem, 0.9313380282rem + 0.2816901408vw, 1.125rem);
  text-align: left;
  font-weight: 700;
  color: #BB3E51;
}

.p-page-grave__merit-card-text {
  font-size: clamp(0.875rem, 0.8063380282rem + 0.2816901408vw, 1rem);
  text-align: left;
  margin-left: 10px;
}

.p-page-grave__merit-card--demerit .p-page-grave__merit-card-title::before, .p-page-grave__merit-card--demerit .p-page-grave__merit-card-title::after {
  background-color: #2718b1;
}
.p-page-grave__merit-card--demerit .p-page-grave__merit-card-text-head {
  color: #2718b1;
}

.p-page-event__table-wrapper {
  padding-block: 60px;
  width: 100%;
  overflow-x: auto;
  margin-inline: auto;
}
@media screen and (min-width: 900px) {
  .p-page-event__table-wrapper {
    padding-block: 120px;
  }
}

.p-page-profile__box-wrapper {
  max-width: 400px;
  margin-inline: auto;
  padding-inline: 10px;
  margin-top: 20px;
}
@media screen and (min-width: 900px) {
  .p-page-profile__box-wrapper {
    min-width: 600px;
    margin-top: 100px;
    padding-inline: 0;
  }
}

.p-page-profile__box {
  padding-block: 40px;
}

.p-page-profile__box dl {
  border-left: 1px solid #000;
  padding: 60px 0 20px 30px;
}

.p-page-profile__box dt {
  display: block;
  font-size: clamp(1.25rem, 1.1126760563rem + 0.5633802817vw, 1.5rem);
  font-weight: 700;
  position: relative;
}
.p-page-profile__box dt::before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #BB3E51;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: -40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-page-profile__box dt:nth-of-type(2) {
  margin-top: 60px;
}

.p-page-profile__box dd {
  margin-top: 10px;
  font-size: clamp(0.875rem, 0.6690140845rem + 0.8450704225vw, 1.25rem);
}

.p-page-profile__main-wrapper {
  margin-top: 30px;
  max-width: 535px;
  margin-inline: auto;
}
@media screen and (min-width: 900px) {
  .p-page-profile__main-wrapper {
    max-width: 100%;
    margin-top: 120px;
  }
}

.page-profile__main {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (min-width: 900px) {
  .page-profile__main {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 80px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.page-profile__main-img img {
  width: 100%;
}

@media screen and (min-width: 900px) {
  .page-profile__main-body {
    max-width: 450px;
    width: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.page-profile__main-name {
  font-size: clamp(1.25rem, 1.1126760563rem + 0.5633802817vw, 1.5rem);
  font-weight: 700;
}

.p-page-profile__career {
  margin-top: 20px;
  font-size: clamp(0.875rem, 0.8063380282rem + 0.2816901408vw, 1rem);
}
@media screen and (min-width: 900px) {
  .p-page-profile__career {
    margin-top: 30px;
  }
}

.p-page-profile__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}
@media screen and (min-width: 900px) {
  .p-page-profile__items {
    gap: 12px;
  }
}

.p-page-profile__career dl {
  margin-top: 20px;
}
@media screen and (min-width: 900px) {
  .p-page-profile__career dl {
    margin-top: 30px;
  }
}

.p-page-profile__career dt {
  font-weight: 700;
}
.p-page-profile__career dt:not(:first-child) {
  margin-top: 8px;
}
@media screen and (min-width: 900px) {
  .p-page-profile__career dt:not(:first-child) {
    margin-top: 12px;
  }
}

.p-page-profile__career dd {
  margin-left: 16px;
}

.p-page-access__contents {
  max-width: 880px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 900px) {
  .p-page-access__contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-page-access__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .p-page-access__body {
    width: 280px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    text-align: left;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.p-page-access__name {
  font-size: clamp(1.5rem, 1.2253521127rem + 1.1267605634vw, 2rem);
  font-weight: 700;
}

.p-page-access__address-number {
  font-style: normal;
  font-size: clamp(1rem, 0.9313380282rem + 0.2816901408vw, 1.125rem);
}

.p-page-access__address-text {
  font-style: normal;
  font-size: clamp(1rem, 0.9313380282rem + 0.2816901408vw, 1.125rem);
}

.p-page-access__tel {
  font-size: clamp(1rem, 0.9313380282rem + 0.2816901408vw, 1.125rem);
  text-decoration: underline;
}

.p-page-access__information {
  font-size: clamp(1rem, 0.9313380282rem + 0.2816901408vw, 1.125rem);
}

.p-page-access__map {
  width: 100%;
  text-align: center;
}
.p-page-access__map iframe {
  max-width: 580px;
  width: 100%;
  height: auto;
  aspect-ratio: 600/440;
  /* 縦横比<横/縦> */
  vertical-align: top;
}

.p-page-access__gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 60px;
}
@media screen and (min-width: 600px) {
  .p-page-access__gallery {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
  }
}
@media screen and (min-width: 900px) {
  .p-page-access__gallery {
    margin-top: 120px;
    gap: 5.4%;
  }
}

.p-page-access__img {
  border-radius: 4px;
  overflow: hidden;
}

.p-page-contact__line {
  padding-block: 60px 40px;
  text-align: center;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media screen and (min-width: 900px) {
  .p-page-contact__line {
    padding-block: 80px;
    gap: 40px;
  }
}

.p-page-contact__heading {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -ms-flex-item-align: center;
      align-self: center;
}
.p-page-contact__heading::before, .p-page-contact__heading::after {
  content: "";
  width: 2px;
  height: 40px;
  background-color: currentColor;
  position: absolute;
  top: 50%;
}
@media screen and (min-width: 900px) {
  .p-page-contact__heading::before, .p-page-contact__heading::after {
    height: 80px;
  }
}
.p-page-contact__heading::before {
  right: calc(100% + 30px);
  -webkit-transform: translateY(-50%) rotate(-30deg);
          transform: translateY(-50%) rotate(-30deg);
}
@media screen and (min-width: 900px) {
  .p-page-contact__heading::before {
    right: calc(100% + 60px);
  }
}
.p-page-contact__heading::after {
  left: calc(100% + 30px);
  -webkit-transform: translateY(-50%) rotate(30deg);
          transform: translateY(-50%) rotate(30deg);
}
@media screen and (min-width: 900px) {
  .p-page-contact__heading::after {
    left: calc(100% + 60px);
  }
}

.p-page-contact__heading-text1 {
  font-size: clamp(1.25rem, 0.9066901408rem + 1.4084507042vw, 1.875rem);
  display: block;
  font-weight: 700;
}

.p-page-contact__heading-text2 {
  font-size: clamp(0.875rem, 0.5316901408rem + 1.4084507042vw, 1.5rem);
  display: block;
  font-weight: 700;
}

.p-page-contact__text {
  font-size: clamp(0.875rem, 0.6690140845rem + 0.8450704225vw, 1.25rem);
}

.p-page-contact__button a {
  display: inline-block;
  min-width: 350px;
  padding: 16px 30px;
  color: #FFF;
  font-size: clamp(1rem, 0.8626760563rem + 0.5633802817vw, 1.25rem);
  font-weight: 700;
  border-radius: 8px;
  border: 1px solid #06C755;
  background: #06C755;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  text-align: center;
  -webkit-transition: background 0.3s ease, color 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease;
}
.p-page-contact__button a:hover {
  background: #FFF;
  color: #06C755;
}

.p-page-contact__main-content-body {
  padding-block: 50px 40px;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .p-page-contact__main-content-body {
    padding-block: 100px 80px;
  }
}

.p-page-contact__main-content-text {
  font-size: clamp(0.875rem, 0.7376760563rem + 0.5633802817vw, 1.125rem);
}
.p-page-contact__main-content-text--caution {
  color: #BB3E51;
}

.p-page-contact__form {
  padding-block: 20px 80px;
}

.Form {
  max-width: 580px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 900px) {
  .Form {
    gap: 30px;
  }
}

input,
textarea {
  width: 100%;
  padding: 10px;
  border-radius: 4px;
  background: #F0F0F0;
  border: none;
}

.Form-Item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}

.Form-Item-Label {
  font-size: clamp(1rem, 0.9313380282rem + 0.2816901408vw, 1.125rem);
  font-weight: 700;
}

.Form-Item-Label-Required {
  display: inline-block;
  margin-left: 12px;
  font-size: 12px;
  padding: 2px 6px;
  color: #FFF;
  font-weight: 700;
  background-color: #BB3E51;
  border-radius: 4px;
}

.button-wrap {
  text-align: center;
  margin-top: 20px;
}
@media screen and (min-width: 900px) {
  .button-wrap {
    margin-top: 40px;
  }
}

input[type=submit] {
  display: inline-block;
  width: 100%;
  min-width: 250px;
  max-width: 350px;
  padding: 16px 30px;
  color: #FFF;
  font-size: clamp(1rem, 0.8626760563rem + 0.5633802817vw, 1.25rem);
  font-weight: 700;
  border-radius: 2px;
  border: 1px solid #D78894;
  background: #D78894;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  text-align: center;
  -webkit-transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease;
  transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease;
  text-align: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: clamp(1.125rem, 1.0563380282rem + 0.2816901408vw, 1.25rem);
  letter-spacing: 0.1em;
}
input[type=submit]:hover {
  background: #FFF;
  border-color: #fff;
  color: #D78894;
}

.ajax-loader {
  display: none;
}

.wpcf7-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.wpcf7-spinner {
  display: none;
}

.p-page-contents {
  padding-block: 60px;
}
@media screen and (min-width: 900px) {
  .p-page-contents {
    padding-block: 100px;
  }
}

.p-page-contents__text {
  margin-top: 40px;
  font-size: clamp(0.875rem, 0.8063380282rem + 0.2816901408vw, 1rem);
}
.p-page-contents__text + .p-page-contents__text {
  margin-top: 20px;
}
@media screen and (min-width: 900px) {
  .p-page-contents__text {
    margin-top: 60px;
  }
  .p-page-contents__text + .p-page-contents__text {
    margin-top: 30px;
  }
}

.p-page-prayer-blessings__contents {
  padding-block: 60px;
  background-color: #eee;
}
@media screen and (min-width: 900px) {
  .p-page-prayer-blessings__contents {
    padding-block: 100px;
  }
}

.p-page-prayer-blessings__contents-heading {
  font-size: clamp(1.25rem, 1.1126760563rem + 0.5633802817vw, 1.5rem);
  text-align: center;
  font-weight: 700;
  padding-bottom: 10px;
  position: relative;
}
.p-page-prayer-blessings__contents-heading::before {
  content: "";
  width: 50px;
  height: 2px;
  background-color: #BB3E51;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-page-prayer-blessings__cards {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  gap: 30px;
  margin-top: 60px;
}
@media screen and (min-width: 900px) {
  .p-page-prayer-blessings__cards {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 100px;
    gap: 50px 30px;
  }
}

.p-page-prayer-home-blessings__contents {
  padding-block: 60px;
}
@media screen and (min-width: 900px) {
  .p-page-prayer-home-blessings__contents {
    padding-block: 100px;
  }
}

.p-page-prayer-home-blessings__item {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (min-width: 900px) {
  .p-page-prayer-home-blessings__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 60px;
  }
}

.p-page-prayer-home-blessings__img {
  max-width: 600px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-page-prayer-home-blessings__img img {
  width: 100%;
}

.p-page-prayer-home-blessings__heading {
  font-size: clamp(1.25rem, 1.1126760563rem + 0.5633802817vw, 1.5rem);
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .p-page-prayer-home-blessings__heading {
    text-align: left;
  }
}

.p-page-prayer-home-blessings__text {
  margin-top: 20px;
  font-size: clamp(0.875rem, 0.8063380282rem + 0.2816901408vw, 1rem);
}
@media screen and (min-width: 900px) {
  .p-page-prayer-home-blessings__text {
    margin-top: 40px;
  }
}

.p-page-prayer-home-blessings__link {
  margin-top: 20px;
  font-size: clamp(1rem, 0.9313380282rem + 0.2816901408vw, 1.125rem);
  color: #BB3E51;
  font-weight: 700;
  text-align: center;
  display: block;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media screen and (min-width: 900px) {
  .p-page-prayer-home-blessings__link {
    text-align: left;
    margin-top: 30px;
  }
}
.p-page-prayer-home-blessings__link:hover {
  color: #D78894;
}

.p-page-prayer-home-blessings__prepare {
  margin-top: 40px;
  font-size: clamp(0.875rem, 0.8063380282rem + 0.2816901408vw, 1rem);
  font-weight: 700;
  margin-left: 0;
}
@media screen and (min-width: 900px) {
  .p-page-prayer-home-blessings__prepare {
    margin-top: 60px;
    margin-left: 20px;
  }
}

.p-page-prayer-home-blessings__information-text {
  font-size: clamp(0.875rem, 0.8063380282rem + 0.2816901408vw, 1rem);
}
.p-page-prayer-home-blessings__information-text:nth-of-type(1) {
  margin-top: 40px;
}
@media screen and (min-width: 900px) {
  .p-page-prayer-home-blessings__information-text:nth-of-type(1) {
    margin-top: 60px;
  }
}
.p-page-prayer-home-blessings__information-text:nth-of-type(2) {
  margin-top: 20px;
}

.p-page-prayer-purification__items-wrapper {
  margin-top: 60px;
}
@media screen and (min-width: 900px) {
  .p-page-prayer-purification__items-wrapper {
    margin-top: 80px;
  }
}

.p-page-prayer-purification__items-heading {
  font-size: clamp(1.25rem, 1.0440140845rem + 0.8450704225vw, 1.625rem);
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 10px;
}
.p-page-prayer-purification__items-heading::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 70px;
  height: 2px;
  background-color: #BB3E51;
}

.p-page-prayer-purification__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  margin-top: 40px;
}
@media screen and (min-width: 900px) {
  .p-page-prayer-purification__items {
    gap: 100px;
    margin-top: 60px;
  }
}

.p-page-prayer-purification__item-gender {
  text-align: center;
  font-size: clamp(1rem, 0.7940140845rem + 0.8450704225vw, 1.375rem);
  font-weight: 700;
  position: relative;
  padding-bottom: 10px;
}
.p-page-prayer-purification__item-gender::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 50px;
  height: 2px;
  background-color: #BB3E51;
}

.p-page-prayer-purification__list {
  margin-top: 40px;
}
@media screen and (min-width: 900px) {
  .p-page-prayer-purification__list {
    margin-top: 50px;
  }
}

.p-page-prayer-purification__list-text {
  margin-top: 16px;
  font-size: clamp(1rem, 0.9313380282rem + 0.2816901408vw, 1.125rem);
  font-weight: 700;
}

.p-page-prayer-purification__list-description {
  font-size: clamp(0.875rem, 0.8063380282rem + 0.2816901408vw, 1rem);
}

.p-page-memorial-service-memorials__table-wrapper {
  margin-top: 60px;
}
@media screen and (min-width: 900px) {
  .p-page-memorial-service-memorials__table-wrapper {
    margin-top: 80px;
  }
}

.p-page-memorial-service-memorials__table {
  max-width: 370px;
  width: 100%;
  margin-inline: auto;
  border-collapse: collapse;
}

.p-page-memorial-service-memorials__table {
  background-color: #fff;
}
.p-page-memorial-service-memorials__table td:first-child {
  text-align: right;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  width: 120px;
}
.p-page-memorial-service-memorials__table th,
.p-page-memorial-service-memorials__table td {
  padding: 10px 12px;
  border: 1px solid #b9b9b9;
}
.p-page-memorial-service-memorials__table th {
  font-weight: 700;
  font-size: clamp(1rem, 0.9313380282rem + 0.2816901408vw, 1.125rem);
}
.p-page-memorial-service-memorials__table td {
  font-size: clamp(0.875rem, 0.8063380282rem + 0.2816901408vw, 1rem);
}

.p-page-memorial-service-mizuko-memorial__section-heading {
  color: #BB3E51;
  font-size: clamp(1.25rem, 1.1126760563rem + 0.5633802817vw, 1.5rem);
  font-weight: 700;
  text-align: center;
}

.p-page-memorial-service-mizuko-memorial__cards {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 900px) {
  .p-page-memorial-service-mizuko-memorial__cards {
    margin-top: 80px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
  }
}
@media screen and (min-width: 1100px) {
  .p-page-memorial-service-mizuko-memorial__cards {
    gap: 40px;
  }
}

.p-page-memorial-service-mizuko-memorial__card {
  max-width: 390px;
  height: 200px;
  background-color: #fff;
  border-radius: 4px;
  padding: 20px 20px 20px 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media screen and (min-width: 1100px) {
  .p-page-memorial-service-mizuko-memorial__card {
    max-width: 450px;
    padding-left: 80px;
  }
}

.p-page-memorial-service-mizuko-memorial__text {
  font-weight: 700;
  font-size: clamp(1rem, 0.9313380282rem + 0.2816901408vw, 1.125rem);
  position: relative;
}
.p-page-memorial-service-mizuko-memorial__text::before {
  content: "";
  width: 30px;
  height: 30px;
  background: url(../img/icon_alert.svg) center center/contain;
  position: absolute;
  left: -50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 900px) {
  .p-page-memorial-service-mizuko-memorial__text::before {
    left: -40px;
  }
}

.p-page-memorial-service-mizuko-memorial__section-text {
  text-align: center;
  font-weight: 700;
  font-size: clamp(1rem, 0.9313380282rem + 0.2816901408vw, 1.125rem);
  margin-top: 40px;
}
@media screen and (min-width: 900px) {
  .p-page-memorial-service-mizuko-memorial__section-text {
    margin-top: 80px;
  }
}

.p-page-memorial-service-pet-memmorial__content {
  padding-block: 40px 60px;
}
@media screen and (min-width: 900px) {
  .p-page-memorial-service-pet-memmorial__content {
    padding-block: 100px;
  }
}

.p-page-memorial-service-pet-memmorial__content-text {
  font-size: clamp(0.875rem, 0.8063380282rem + 0.2816901408vw, 1rem);
  margin-top: 40px;
}
@media screen and (min-width: 900px) {
  .p-page-memorial-service-pet-memmorial__content-text {
    margin-top: 60px;
  }
}

.p-page-memorial-service-pet-memmorial__content-text--last {
  margin-top: 20px;
}
@media screen and (min-width: 900px) {
  .p-page-memorial-service-pet-memmorial__content-text--last {
    margin-top: 30px;
  }
}
.p-page-memorial-service-pet-memmorial__content-text--last a {
  text-decoration: underline;
}

.u-separate {
  margin-bottom: 40px;
}

.u-hidden {
  display: none;
}

.u-hidden-pc {
  display: block;
}
@media screen and (min-width: 900px) {
  .u-hidden-pc {
    display: none;
  }
}

.u-hidden-sp {
  display: none;
}
@media screen and (min-width: 900px) {
  .u-hidden-sp {
    display: block;
  }
}

.u-ml {
  margin-left: 0;
}
@media screen and (min-width: 900px) {
  .u-ml {
    margin-left: 50%;
  }
}

.u-bg-gray {
  background-color: #EEEEEE;
}

.u-text-caution {
  color: #BB3E51;
}

.u-inline-block {
  display: inline-block;
}