@charset "UTF-8";
/* -------------------------------
	ページ内　共通デザイン
-------------------------------- */
.htmlarea {
  line-height: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
  overflow: hidden;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.ov_hi {
  overflow: hidden;
}

.clear {
  clear: both;
}

/* ---  --- */
.fs-16-24 {
  font-size: min(calc(16px + 8 * (100vw - 320px) / 880), 24px);
}

/* -------------------------------
	main title
-------------------------------- */
.title-1 {
  letter-spacing: 0.3em;
  text-indent: 0.3em;
  text-align: center;
}
.title-1:after {
  content: "";
  display: block;
  width: 1.2em;
  height: 5px;
  margin: 0.5em auto 0;
  background-color: currentColor;
  opacity: 0.5;
}

.title-2 {
  font-weight: 500;
  padding-left: 0.5em;
  border-left: solid 0.2em #9457a4;
}

.title-3 {
  padding-bottom: .75em;
  border-bottom: solid 1px currentColor;
}

.title-4 {
  padding-left: 1.2em;
  position: relative;
}
.title-4:before {
  content: "■";
  position: absolute;
  left: 0;
}

.title-hh-1 {
  font-weight: 400;
  letter-spacing: 0.3em;
  text-indent: 0.3em;
  text-align: center;
}
.title-hh-1 .in {
  display: inline-block;
  vertical-align: middle;
}
.title-hh-1 .in:after {
  content: "";
  display: block;
  width: 1.2em;
  height: 5px;
  margin: 0.5em auto 0;
  background-color: currentColor;
  opacity: 0.5;
}
@media print, screen and (min-width: 992px) {
  .title-hh-1 {
    font-size: 45px;
    text-align: left;
    display: flex;
    justify-content: center;
  }
  .title-hh-1 .in {
    writing-mode: vertical-rl;
  }
  .title-hh-1 .in:after {
    display: none;
  }
}

.title-hh-2 {
  font-weight: 400;
  font-size: min(calc(24px + 36 * (100vw - 320px) / 1180), 60px);
  letter-spacing: 0.5em;
  line-height: 1.625;
  display: flex;
  justify-content: center;
  margin-bottom: 0;
}
.title-hh-2 .in {
  display: inline-block;
  writing-mode: vertical-rl;
  white-space: nowrap;
}
.title-hh-2 .in .txt2 {
  padding-top: 1.5em;
  display: block;
}
@media print, screen and (min-width: 992px) {
  .title-hh-2 {
    font-size: min(calc(35px + 25 * (100vw - 992px) / 508), 60px);
  }
}

/* タイトル用フォントサイズ */
.ttl-fs-1 {
  font-weight: 400;
  font-size: min(calc(24px + 26 * (100vw - 320px) / 1180), 50px);
}
@media print, screen and (min-width: 992px) {
  .ttl-fs-1 {
    font-size: min(calc(35px + 15 * (100vw - 992px) / 508), 50px);
  }
}

/* -------------------------------
	bootstrap
-------------------------------- */
.container-fluid-xl {
  max-width: 1500px;
  width: 100%;
  padding-left: calc(15px + 83 * (100vw - 320px) / 1180);
  padding-right: calc(15px + 83 * (100vw - 320px) / 1180);
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 1500px) {
  .container-fluid-xl {
    padding-left: 98px;
    padding-right: 98px;
  }
}

/* --- row --- */
.row-gallery {
  margin-left: calc(-5px - 10 * (100vw - 320px) / 880);
  margin-right: calc(-5px - 10 * (100vw - 320px) / 880);
}
.row-gallery > [class^="col"], .row-gallery > [class*=" col"] {
  padding-left: calc(5px + 10 * (100vw - 320px) / 880);
  padding-right: calc(5px + 10 * (100vw - 320px) / 880);
  margin-bottom: calc(10px + 20 * (100vw - 320px) / 880);
}
@media print, screen and (min-width: 1200px) {
  .row-gallery {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row-gallery > [class^="col"], .row-gallery > [class*=" col"] {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
  }
}

/* --- form --- */
/* -------------------------------
	メインビジュアル
-------------------------------- */
#mainvisual {
  position: relative;
  overflow: hidden;
}
#mainvisual .slide-media {
  height: 60vh;
}
#mainvisual .slide-media img {
  max-width: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (orientation: landscape) and (max-width: 767px) {
  #mainvisual .slide-media {
    height: 100vh;
  }
  @supports (height: 100dvh) {
    #mainvisual .slide-media {
      height: 100dvh;
    }
  }
}
@media print, screen and (min-width: 768px) {
  #mainvisual .slide-media {
    height: 100vh;
    min-height: 680px;
  }
  @supports (height: 100dvh) {
    #mainvisual .slide-media {
      height: 100dvh;
    }
  }
}
@media print {
  #mainvisual .slide-media {
    height: 1000px;
  }
}
#mainvisual .mainvisual_caption {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  display: flex;
}
#mainvisual .mainvisual_caption .inner {
  padding: 10%;
  margin: auto;
}
#mainvisual .mainvisual_caption .inner h2 {
  color: #fff;
  font-weight: 900;
  font-size: min(calc(20px + 60 * (100vw - 320px) / 1600), 80px);
  line-height: 1.25;
  text-align: center;
  text-shadow: 0px 3px 9.7px rgba(0, 0, 0, 0.64);
  margin-bottom: 0.75em;
}
#mainvisual .mainvisual_caption .inner h2 > small {
  font-size: 0.625em;
  text-shadow: none;
  background-image: linear-gradient(180deg, rgba(135, 50, 157, 0) 0%, rgba(135, 50, 157, 0) 60%, #87329d 60.1%, #87329d 100%);
}
#mainvisual .mainvisual_caption .inner h2 > strong {
  font-size: 1.25em;
}
#mainvisual .mainvisual_caption .inner h2 > strong > small {
  font-size: 0.8em;
}
#mainvisual .mainvisual_caption .inner p {
  color: #fff;
  font-weight: 900;
  font-size: min(calc(25px + 65 * (100vw - 320px) / 1600), 90px);
  line-height: 1.75;
  text-align: center;
  text-shadow: 0px 3px 9.7px rgba(0, 0, 0, 0.64);
  margin: 0;
}
#mainvisual .mainvisual_caption .inner p > small {
  font-size: 0.45em;
  display: block;
}

/* -------------------------------
	home
-------------------------------- */
/* ---  --- */
.home_ttl_1 {
  font-weight: 400;
  font-size: min(calc(24px + 36 * (100vw - 320px) / 1180), 60px);
  letter-spacing: 0.5em;
  line-height: 1.625;
  display: flex;
  justify-content: center;
  margin-bottom: 0;
}
.home_ttl_1 .in {
  display: inline-block;
  writing-mode: vertical-rl;
  white-space: nowrap;
}
@media print, screen and (min-width: 992px) {
  .home_ttl_1 {
    font-size: min(calc(35px + 25 * (100vw - 992px) / 508), 60px);
  }
}

/* ---  --- */
@media print, screen and (min-width: 992px) {
  .home_about {
    background: url("../images/common/bg-img01.png") no-repeat right top/contain;
  }
}
@media print, screen and (min-width: 992px) {
  .home_about .photo {
    height: 100%;
    margin-left: calc(-15px - 83 * (100vw - 320px) / 1180);
  }
}
@media print, screen and (min-width: 1500px) {
  .home_about .photo {
    max-height: 572px;
    margin-left: calc((1304px - 100vw) / 2);
  }
}
.home_about .home_about__content .btns .btn {
  display: block;
  max-width: 300px;
  margin-left: auto;
}
@media print, screen and (min-width: 992px) {
  .home_about .home_about__content {
    line-height: 2;
    max-width: 535px;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 1200px) {
  .home_about .home_about__content {
    font-size: 18px;
  }
  .home_about .home_about__content .btn {
    font-size: 18px;
  }
}

@media print, screen and (min-width: 992px) {
  .home_step {
    background: url("../images/common/bg-img02.png") no-repeat right bottom/45vw auto;
  }
}

/* ---  --- */
.home_plan {
  background-color: rgba(73, 20, 87, 0.1);
}
@media print, screen and (min-width: 992px) {
  .home_plan {
    background: none;
    position: relative;
    z-index: 0;
  }
  .home_plan:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 95%;
    height: 68%;
    background-color: rgba(73, 20, 87, 0.1);
  }
}
.home_plan h2 {
  font-weight: 400;
  font-size: min(calc(24px + 36 * (100vw - 320px) / 1180), 60px);
  letter-spacing: 0.5em;
  line-height: 1.625;
  text-align: center;
  padding: 30px 0;
  margin: 0;
}
@media print, screen and (min-width: 992px) {
  .home_plan h2 {
    font-size: min(calc(35px + 25 * (100vw - 992px) / 508), 60px);
    display: flex;
    justify-content: flex-start;
    padding: 0;
  }
  .home_plan h2 .in {
    display: inline-block;
    writing-mode: vertical-rl;
    white-space: nowrap;
  }
}

.home_plan__figure {
  display: flex;
  flex-direction: column;
  position: relative;
}
.home_plan__figure figcaption {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  padding-top: 20px;
}
.home_plan__figure figcaption h3 {
  font-size: 25px;
  position: absolute;
  left: -10px;
  top: 1.25em;
  z-index: 10;
}
.home_plan__figure figcaption h3:before {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 10px;
  height: 10px;
  background-color: #9457a4;
  clip-path: polygon(0 0, 100% 100%, 100% 0);
}
.home_plan__figure figcaption h3 .in {
  color: #fff;
  font-weight: 500;
  line-height: 1.5;
  width: 10.5em;
  padding: 5px 0 5px 1.25em;
  display: block;
  background-color: #9457a4;
  clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
}
.home_plan__figure figcaption .more {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: auto;
}
.home_plan__figure figcaption .more i {
  color: #fff;
  font-size: 1.11112em;
  width: 3em;
  height: 3em;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 1.5em;
  border-radius: 50%;
  background-color: #9457a4;
}
@media print, screen and (min-width: 992px) {
  .home_plan__figure figcaption h3 {
    font-size: min(calc(25px + 7 * (100vw - 992px) / 508), 32px);
  }
  .home_plan__figure figcaption .more {
    font-size: min(calc(16px + 2 * (100vw - 992px) / 508), 18px);
  }
}
a > .home_plan__figure .photo {
  background-color: #9457a4;
  overflow: hidden;
}
a > .home_plan__figure .photo img {
  transition: opacity 0.7s ease;
}
a > .home_plan__figure figcaption .more i {
  transition: transform 0.3s ease, opacity 0.3s ease;
}
a > .home_plan__figure:hover .photo img {
  opacity: 0.65;
}
a > .home_plan__figure:hover figcaption .more i {
  transform: scale(1.15);
}

/* ---  --- */
.home_link__figure {
  position: relative;
  background-color: #000;
}
.home_link__figure > img {
  display: block;
  transition: opacity 0.3s ease;
}
.home_link__figure figcaption {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: flex;
  flex-direction: column;
}
.home_link__figure figcaption h2 {
  color: #fff;
  font-weight: 400;
  font-size: min(calc(25px + 25 * (100vw - 320px) / 448), 50px);
  line-height: normal;
  text-align: center;
  margin: auto;
}
@media print, screen and (min-width: 768px) {
  .home_link__figure figcaption h2 {
    font-size: min(calc(25px + 25 * (100vw - 768px) / 732), 50px);
  }
}
a > .home_link__figure:hover > img {
  opacity: 0.5;
}

/* -------------------------------
	葬儀の羽柴について
-------------------------------- */
/* ---  --- */
@media print, screen and (min-width: 992px) {
  .mahayana_greeting {
    position: relative;
    z-index: 0;
  }
  .mahayana_greeting:before, .mahayana_greeting:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 90%;
    background: url("../images/common/bg-img01-2.png") no-repeat left top/contain;
  }
  .mahayana_greeting:after {
    transform: scale(-1, 1);
  }
}

@media print, screen and (min-width: 768px) {
  .mahayana_greeting__content {
    font-size: min(calc(16px + 4 * (100vw - 768px) / 732), 20px);
    text-align: center;
    line-height: 2;
  }
}

/**/
.mahayana_access {
  background-color: rgba(0, 0, 0, 0.1);
}
@media print, screen and (min-width: 992px) {
  .mahayana_access {
    background-color: rgba(0, 0, 0, 0);
    position: relative;
    z-index: 0;
  }
  .mahayana_access:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 90%;
    height: 36%;
    background-color: rgba(0, 0, 0, 0.1);
  }
  .mahayana_access .title-hh-1 {
    margin-top: 1em;
  }
  .mahayana_access .googlemap {
    margin-left: calc(-15px - 83 * (100vw - 320px) / 1180);
  }
}
@media print, screen and (min-width: 1500px) {
  .mahayana_access .googlemap {
    margin-left: calc((1304px - 100vw) / 2);
  }
}

/* ---  --- */
@media print, screen and (min-width: 992px) {
  .mahayana_features {
    background: url("../images/common/bg-img02-left.png") no-repeat left bottom/contain;
  }
}
@media print, screen and (min-width: 992px) {
  .mahayana_features .photo {
    height: 100%;
    margin-right: calc(-15px - 83 * (100vw - 320px) / 1180);
  }
}
@media print, screen and (min-width: 1500px) {
  .mahayana_features .photo {
    max-height: 572px;
    margin-right: calc((1304px - 100vw) / 2);
  }
}
@media print, screen and (min-width: 992px) {
  .mahayana_features .mahayana_features__content {
    line-height: 2;
    max-width: 535px;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 1200px) {
  .mahayana_features .mahayana_features__content {
    font-size: 18px;
  }
}

/* -------------------------------
	家族葬・火葬式
-------------------------------- */
/* ---  --- */
.family_what {
  position: relative;
  z-index: 0;
}
@media print, screen and (min-width: 992px) {
  .family_what .photo {
    height: 100%;
    margin-left: calc(-15px - 83 * (100vw - 320px) / 1180);
  }
}
@media print, screen and (min-width: 1500px) {
  .family_what .photo {
    max-height: 572px;
    margin-left: calc((1304px - 100vw) / 2);
  }
}
@media print, screen and (min-width: 992px) {
  .family_what .family_what__content {
    font-size: min(calc(16px + 4 * (100vw - 992px) / 508), 20px);
    line-height: 2;
    max-width: 535px;
    margin: 0 auto;
  }
}

@media print, screen and (min-width: 992px) {
  .family_what__familyfuneral:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 75%;
    background: url("../images/common/bg-img01.png") no-repeat right top/contain;
    z-index: -1;
  }
}

@media print, screen and (min-width: 992px) {
  .family_what__cremationceremony:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 75%;
    background: url("../images/common/bg-img01.png") no-repeat right top/contain;
    z-index: -1;
    transform: scale(-1, -1);
  }
}
@media print, screen and (min-width: 992px) {
  .family_what__cremationceremony .photo {
    margin-left: 0;
    margin-right: calc(-15px - 83 * (100vw - 320px) / 1180);
  }
}
@media print, screen and (min-width: 1500px) {
  .family_what__cremationceremony .photo {
    margin-left: 0;
    margin-right: calc((1304px - 100vw) / 2);
  }
}

/* ---  --- */
.family_price {
  background-color: rgba(0, 0, 0, 0.03);
}

.family_price__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
}
.family_price__content > .item {
  flex: 0 0 100%;
  border: solid 1px #333;
  padding: 30px 15px;
  background-color: rgba(255, 255, 255, 0.3);
  position: relative;
}
.family_price__content > .item:after {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 35px;
  line-height: 1;
  position: absolute;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.family_price__content > .item h4 {
  font-size: 22px;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  text-align: center;
  margin-bottom: 0;
}
.family_price__content > .item p {
  font-weight: 500;
  font-size: 18px;
  line-height: 2;
  text-align: center;
  height: 7em;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.family_price__content > .item p > .in {
  display: block;
}
.family_price__content > .item p > .in small {
  font-weight: 700;
}
.family_price__content > .item:nth-child(1):after {
  content: "\2b";
  top: 100%;
  left: 50%;
  margin: 0 0 0 -25px;
}
.family_price__content > .item:nth-child(2):after {
  content: "\3d";
  top: 100%;
  left: 50%;
  margin: 0 0 0 -25px;
  transform: rotate(90deg);
}
@media print, screen and (min-width: 768px) {
  .family_price__content > .item {
    flex: 1 1 0;
    padding: min(calc(30px + 20 * (100vw - 992px) / 508), 50px) 0;
  }
  .family_price__content > .item h4 {
    font-size: min(calc(20px + 4 * (100vw - 992px) / 508), 24px);
  }
  .family_price__content > .item p {
    font-size: min(calc(16px + 4 * (100vw - 992px) / 508), 20px);
  }
  .family_price__content > .item:nth-child(1):after {
    content: "\2b";
    top: 50%;
    left: 100%;
    margin: -25px 0 0 0;
  }
  .family_price__content > .item:nth-child(2):after {
    content: "\3d";
    top: 50%;
    left: 100%;
    margin: -25px 0 0 0;
    transform: rotate(0deg);
  }
}

/**/
.family_price_included {
  font-size: min(calc(23px + 9 * (100vw - 320px) / 1180), 32px);
  line-height: 1.5;
  padding: 0 20px 50px;
  position: relative;
}
.family_price_included:before {
  content: "";
  display: block;
  border: solid 1px #333;
  clip-path: polygon(0 0, 20% 0, 20% 50%, 80% 50%, 80% 0, 100% 0, 100% 100%, 0 100%);
  position: absolute;
  top: 0.75em;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.family_price_included h4 {
  font-size: 1em;
  line-height: 1.5;
  text-align: center;
}
.family_price_included > ul {
  font-weight: 500;
  font-size: min(calc(8px + 6 * (100vw - 320px) / 1180), 14px);
  letter-spacing: normal;
  text-align: center;
  list-style: none;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 10px;
}
@media print, screen and (min-width: 768px) {
  .family_price_included > ul {
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
  }
}
@media print, screen and (min-width: 992px) {
  .family_price_included > ul {
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
  }
}
@media print, screen and (min-width: 1200px) {
  .family_price_included > ul {
    grid-template-columns: repeat(6, 1fr);
    gap: 30px;
  }
}
.family_price_included > ul > li > img {
  display: block;
  margin: 0 auto;
}

.altar_content .dl_price_1 {
  font-size: min(calc(16px + 4 * (100vw - 320px) / 1180), 20px);
}
@media print, screen and (min-width: 992px) {
  .altar_content .dl_price_1 {
    font-size: min(calc(16px + 4 * (100vw - 992px) / 508), 20px);
  }
}

/* -------------------------------
	家族葬・火葬式
-------------------------------- */
/* ---  --- */
.funeral_what {
  position: relative;
  z-index: 0;
}
@media print, screen and (min-width: 992px) {
  .funeral_what:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 75%;
    background: url("../images/common/bg-img01.png") no-repeat right top/contain;
    z-index: -1;
  }
}
@media print, screen and (min-width: 992px) {
  .funeral_what .photo {
    height: 100%;
    margin-left: calc(-15px - 83 * (100vw - 320px) / 1180);
  }
}
@media print, screen and (min-width: 1500px) {
  .funeral_what .photo {
    max-height: 572px;
    margin-left: calc((1304px - 100vw) / 2);
  }
}
@media print, screen and (min-width: 992px) {
  .funeral_what .funeral_what__content {
    font-size: min(calc(16px + 4 * (100vw - 992px) / 508), 20px);
    line-height: 2;
    max-width: 535px;
    margin: 0 auto;
  }
}

/* ---  --- */
.funeral_price {
  background-color: rgba(0, 0, 0, 0.03);
}

.funeral_price__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
}
.funeral_price__content > .item {
  flex: 0 0 100%;
  border: solid 1px #333;
  padding: 20px 15px;
  background-color: rgba(255, 255, 255, 0.3);
  position: relative;
}
.funeral_price__content > .item:after {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 35px;
  line-height: 1;
  position: absolute;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.funeral_price__content > .item h4 {
  font-size: 22px;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  text-align: center;
  margin-bottom: 7px;
}
.funeral_price__content > .item p {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  height: 8em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.funeral_price__content > .item p > .in {
  display: block;
}
.funeral_price__content > .item p > .in small {
  font-weight: 700;
}
.funeral_price__content > .item p > .in + .in {
  margin-top: 0.5em;
}
.funeral_price__content > .item:nth-child(1):after {
  content: "\2b";
  top: 100%;
  left: 50%;
  margin: 0 0 0 -25px;
}
.funeral_price__content > .item:nth-child(2):after {
  content: "\3d";
  top: 100%;
  left: 50%;
  margin: 0 0 0 -25px;
  transform: rotate(90deg);
}
@media print, screen and (min-width: 768px) {
  .funeral_price__content > .item {
    flex: 1 1 0;
    padding: min(calc(20px + 10 * (100vw - 992px) / 508), 30px) 0;
  }
  .funeral_price__content > .item h4 {
    font-size: min(calc(20px + 4 * (100vw - 992px) / 508), 24px);
  }
  .funeral_price__content > .item p {
    font-size: min(calc(16px + 4 * (100vw - 992px) / 508), 20px);
  }
  .funeral_price__content > .item:nth-child(1):after {
    content: "\2b";
    top: 50%;
    left: 100%;
    margin: -25px 0 0 0;
  }
  .funeral_price__content > .item:nth-child(2):after {
    content: "\3d";
    top: 50%;
    left: 100%;
    margin: -25px 0 0 0;
    transform: rotate(0deg);
  }
}

/**/
.funeral_price_included {
  font-size: min(calc(23px + 9 * (100vw - 320px) / 1180), 32px);
  line-height: 1.5;
  padding: 0 20px 50px;
  position: relative;
}
.funeral_price_included:before {
  content: "";
  display: block;
  border: solid 1px #333;
  clip-path: polygon(0 0, 20% 0, 20% 50%, 80% 50%, 80% 0, 100% 0, 100% 100%, 0 100%);
  position: absolute;
  top: 0.75em;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.funeral_price_included h4 {
  font-size: 1em;
  line-height: 1.5;
  text-align: center;
}
.funeral_price_included > ul {
  font-weight: 500;
  font-size: min(calc(8px + 6 * (100vw - 320px) / 1180), 14px);
  letter-spacing: normal;
  text-align: center;
  list-style: none;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 10px;
}
@media print, screen and (min-width: 768px) {
  .funeral_price_included > ul {
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
  }
}
@media print, screen and (min-width: 992px) {
  .funeral_price_included > ul {
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
  }
}
@media print, screen and (min-width: 1200px) {
  .funeral_price_included > ul {
    grid-template-columns: repeat(6, 1fr);
    gap: 30px;
  }
}
.funeral_price_included > ul > li > img {
  display: block;
  margin: 0 auto;
}

.altar_content .dl_price_1 {
  font-size: min(calc(16px + 4 * (100vw - 320px) / 1180), 20px);
}
@media print, screen and (min-width: 992px) {
  .altar_content .dl_price_1 {
    font-size: min(calc(16px + 4 * (100vw - 992px) / 508), 20px);
  }
}

/* -------------------------------
	葬儀の手順
-------------------------------- */
/* ---  --- */
.processl_hospital_flow .processl_hospital_flow__item {
  display: flex;
  padding: 0 10px;
  border-radius: 10px;
}
.processl_hospital_flow .processl_hospital_flow__item:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.05);
}

.processl_hospital_flow__item .num {
  font-size: min(calc(20px + 10 * (100vw - 320px) / 1180), 30px);
  line-height: 1;
  flex: 0 0 2.5em;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.processl_hospital_flow__item .num:before, .processl_hospital_flow__item .num:after {
  content: "";
  width: 3px;
  flex: 1 1 0;
  background-color: #9457a4;
}
.processl_hospital_flow__item .num .in {
  color: #fff;
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #9457a4;
}
.processl_hospital_flow__item:first-child .num:before {
  display: none;
}
.processl_hospital_flow__item:last-child .num:after {
  opacity: 0;
}

.processl_hospital_flow__item .box {
  padding: min(calc(20px + 30 * (100vw - 320px) / 1180), 50px);
  padding-right: 15px;
}
.processl_hospital_flow__item .box .ttl h5 {
  font-size: min(calc(18px + 6 * (100vw - 320px) / 1180), 24px);
  margin-bottom: 10px;
}
.processl_hospital_flow__item .box .column {
  font-size: min(calc(15px + 3 * (100vw - 320px) / 1180), 18px);
}
.processl_hospital_flow__item:first-child .box {
  padding-top: 0;
}

/* -------------------------------
	アコーディオン
-------------------------------- */
.accordion-box > .ttl {
  font-weight: 700;
  line-height: 1.6;
  padding: 1.2em 3em 1.2em 1em;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.05);
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
}
.accordion-box > .ttl .accordion_plus, .accordion-box > .ttl .accordion_plus span {
  display: inline-block;
  transition: all 0.4s ease;
}
.accordion-box > .ttl .accordion_plus {
  position: absolute;
  right: 1em;
  top: 50%;
  width: 1em;
  height: 1em;
  margin-top: -.6em;
}
.accordion-box > .ttl .accordion_plus span {
  position: absolute;
  width: 100%;
  height: 4px;
  border-radius: 1px;
  left: 0;
  background-color: currentColor;
}
.accordion-box > .ttl .accordion_plus span:nth-of-type(1) {
  top: 50%;
  transform: rotate(0deg);
}
.accordion-box > .ttl .accordion_plus span:nth-of-type(2) {
  top: 50%;
  transform: rotate(90deg);
}
.accordion-box > .ttl.active {
  border-radius: 5px 5px 0 0;
  background-color: rgba(0, 0, 0, 0.1);
}
.accordion-box > .ttl.active .accordion_plus span:nth-of-type(1) {
  transform: rotate(90deg);
  opacity: 0;
}
.accordion-box > .ttl.active .accordion_plus span:nth-of-type(2) {
  transform: rotate(180deg);
}
.accordion-box > .column {
  padding: 1em 1.5em 2em;
  border-radius: 0 0 5px 5px;
  background-color: rgba(0, 0, 0, 0.05);
}

.accordion-box + .accordion-box {
  margin-top: 10px;
}

/**/
.tel_box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5em 1em;
}
.tel_box .telphone {
  font-size: min(calc(22px + 10 * (100vw - 320px) / 1180), 32px);
}
a > .tel_box .telphone {
  text-decoration: none;
}
.tel_box .txt {
  color: #fff;
  font-weight: 500;
  font-size: min(calc(12px + 2 * (100vw - 992px) / 1180), 14px);
  line-height: 1.5;
  padding: 1px 12px 2px;
  border-radius: 3px;
  background-color: #d90000;
}

/* -------------------------------
	日野仏教会寺院
-------------------------------- */
@media print, screen and (min-width: 768px) {
  .temple_table {
    font-size: min(calc(13px + 3 * (100vw - 768px) / 732), 16px);
  }
  .temple_table > tbody > tr > th {
    text-align: center;
    width: 15%;
  }
  .temple_table > tbody > tr > td:last-child {
    text-align: center;
  }
}
.temple_table.bt {
  font-size: 14px;
}
.temple_table.bt > thead {
  display: none;
}
.temple_table.bt > tbody > tr {
  display: block;
}
.temple_table.bt > tbody > tr > th {
  display: block;
  width: 100%;
}
.temple_table.bt > tbody > tr > td {
  display: flex;
  padding: 0;
}
.temple_table.bt > tbody > tr > td:before {
  content: attr(data-th);
  text-align: center;
  flex: 0 0 7em;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.75em 0.5em;
  background-color: rgba(0, 0, 0, 0.05);
}
.temple_table.bt > tbody > tr > td .bt-content {
  display: block;
  flex: 1 1 0;
  border-left: solid 1px #908A8A;
  padding: 0.75em;
}

/* -------------------------------
	日野市斎場
-------------------------------- */
/* ---  --- */
.guidance_access.odd {
  background: url("../images/common/bg-img01-2.png") no-repeat left top/36% auto;
}
.guidance_access.even {
  background-color: rgba(0, 0, 0, 0.05);
  background-image: url("../images/common/bg-img02.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 36% auto;
}

.guidance_access__ttl {
  font-weight: 400;
  font-size: min(calc(24px + 36 * (100vw - 320px) / 1180), 60px);
  letter-spacing: 0.5em;
  line-height: 1.625;
  display: flex;
  justify-content: center;
  margin-bottom: 1em;
}
.guidance_access__ttl .in {
  display: inline-block;
  writing-mode: vertical-rl;
  white-space: nowrap;
}
@media print, screen and (min-width: 992px) {
  .guidance_access__ttl {
    font-size: min(calc(35px + 25 * (100vw - 992px) / 508), 60px);
    margin-bottom: 0;
  }
}

.guidance_access__content {
  font-size: min(calc(13px + 3 * (100vw - 320px) / 448), 16px);
}
@media print, screen and (min-width: 1200px) {
  .guidance_access__content {
    max-width: 600px;
    padding-top: 50px;
  }
}

.guidance_access__map {
  margin-top: 1.5rem;
  padding-top: 75%;
}
@media print, screen and (min-width: 768px) {
  .guidance_access__map {
    padding-top: 75%;
  }
}
@media print, screen and (min-width: 1200px) {
  .guidance_access__map {
    margin-right: calc(-15px - 83 * (100vw - 320px) / 1180);
    margin-top: 0;
    padding-top: 0;
    height: 500px;
  }
}
@media print, screen and (min-width: 1500px) {
  .guidance_access__map {
    margin-right: calc((1304px - 100vw) / 2);
  }
}

.odd .guidance_access__image {
  margin-right: calc(-15px - 83 * (100vw - 320px) / 1180);
}
@media print, screen and (min-width: 1500px) {
  .odd .guidance_access__image {
    margin-right: calc((1304px - 100vw) / 2);
  }
}
.even .guidance_access__image {
  margin-left: calc(-15px - 83 * (100vw - 320px) / 1180);
}
@media print, screen and (min-width: 1500px) {
  .even .guidance_access__image {
    margin-left: calc((1304px - 100vw) / 2);
  }
}
.guidance_access__image img {
  max-width: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* -------------------------------
	お問い合わせ
-------------------------------- */
.tel_contact {
  text-align: center;
}
.tel_contact .box:first-child {
  padding-bottom: 30px;
  margin-bottom: 30px;
  position: relative;
}
.tel_contact .box:first-child:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 50%;
  height: 1px;
  margin-left: -25%;
  background-color: #555;
}
@media print, screen and (min-width: 768px) {
  .tel_contact {
    display: flex;
    justify-content: center;
    margin-left: -25px;
    margin-right: -25px;
  }
  .tel_contact .box {
    flex: 0 0 50%;
    padding: 25px;
  }
  .tel_contact .box:first-child {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .tel_contact .box:first-child:after {
    content: "";
    position: absolute;
    left: auto;
    right: 0;
    width: 1px;
    height: 100%;
    margin-left: 0;
  }
}
.tel_contact h3 {
  font-weight: 500;
  font-size: 20px;
  margin: 0;
}
.tel_contact .telphone {
  font-size: 32px;
  margin: 0.5em 0 0.5em;
}
@media print, screen and (min-width: 768px) {
  .tel_contact h3 {
    font-size: min(calc(20px + 10 * (100vw - 768px) / 732), 30px);
  }
  .tel_contact .telphone {
    font-size: min(calc(30px + 20 * (100vw - 768px) / 732), 50px);
  }
}

.tel_contact__column p {
  font-weight: 500;
  font-size: min(calc(18px + 10 * (100vw - 320px) / 1180), 28px);
  text-align: center;
}
.tel_contact__column .btn {
  font-weight: 700;
  font-size: min(calc(16px + 8 * (100vw - 320px) / 1180), 24px);
}
.tel_contact__column .btn i {
  font-size: 0.75em;
}

#contactform {
  /**/
}
#contactform .form-control {
  border-color: #eee;
  background-color: #f6f6f6;
  box-shadow: none;
}
#contactform .form-control:focus {
  border-color: #ccc;
  background-color: #fff;
  box-shadow: none;
}
#contactform .form-control:not(:placeholder-shown) {
  border-color: #ccc;
  background-color: #fff;
  box-shadow: none;
}
#contactform .custom-select {
  box-shadow: none !important;
}
#contactform input[type="file"] {
  font-size: 15px;
  letter-spacing: normal;
}
#contactform input[type="file"]::-webkit-file-upload-button {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  #contactform .form_name_row {
    margin-left: 0;
    margin-right: 0;
  }
  #contactform .form_name_row > div {
    padding: 0;
  }
}

/* フォーム用　table */
.table-contact {
  line-height: 1.75;
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  border-top: 1px solid #ccc;
  margin-bottom: 30px;
}
.table-contact > tbody > tr {
  border-bottom: 1px solid #ccc;
}
.table-contact > tbody > tr > th, .table-contact > tbody > tr > td {
  padding: 1em 0;
}
.table-contact > tbody > tr > th {
  width: 15em;
  padding-left: 1em;
}
.table-contact > tbody > tr > th.hisu {
  background-image: url("../images/common/hisu.svg");
  background-repeat: no-repeat;
  background-position: right center;
}
.table-contact > tbody > tr > td {
  padding-left: 2em;
}
.table-contact > tbody > tr > td .sm, .table-contact > tbody > tr > td .p-postal-code {
  width: auto !important;
  display: inline;
}
.table-contact > tbody > tr > td .md {
  max-width: 360px !important;
}
.table-contact > tbody > tr > td .rei {
  color: #555;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: normal;
  display: block;
  margin: 5px 0 0;
}
.table-contact > tbody > tr > td .label_name {
  width: 2.5em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .table-contact > tbody > tr {
    width: 100%;
    display: block;
    padding: 1em 0.5em;
  }
  .table-contact > tbody > tr > th, .table-contact > tbody > tr > td {
    width: 100%;
    display: block;
    padding: 0;
  }
  .table-contact > tbody > tr > th + td, .table-contact > tbody > tr > td + td {
    margin-top: .5em;
  }
}

.img-hisu {
  margin: -.2em .5em 0 0;
}

/*  */
.agree {
  text-align: center;
  margin-top: 20px;
}

.buttons {
  text-align: center;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.buttons .btn {
  font-size: 15px;
  text-align: center;
  margin: 0.3125em 0.625em;
  padding-left: 1em;
  padding-right: 1em;
  width: 260px;
  display: block;
  cursor: pointer;
}
@media print, screen and (min-width: 1200px) {
  .buttons .btn {
    font-size: 16px;
  }
}

/* プライバシーポリシー */
#policy {
  margin-top: 30px;
}
#policy .contents {
  padding: 1.5% 3.4448%;
  border: solid 1px #ccc;
  max-height: 300px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  overflow: auto;
  background-color: rgba(255, 255, 255, 0.75);
}
#policy .contents h5 {
  font-size: 1rem;
  font-weight: bold;
  margin: 2rem 0 0;
}
#policy .contents p, #policy .contents ol {
  font-size: 0.9375rem;
  margin: 1rem 0;
}
#policy .contents > ol {
  padding-left: 0;
  list-style: none;
  counter-reset: number;
}
#policy .contents > ol > li {
  padding-left: 2em;
  margin-bottom: 5px;
  position: relative;
}
#policy .contents > ol > li:before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: number;
  content: counter(number) " )";
}

/* 
 * スクロールエフェクト（CSS変数対応）
 */
:root {
  --amn-opacity: 0;
  --amn-opacity-active: 1;
  --amn-translateY: 50px;
  --amn-translateY-active: 0;
  --amn-translateX: 100px;
  --amn-translateX-active: 0;
  --amn-transition-duration: 0.9s;
  --amn-transition-ease: ease;
  --amn-mask-transition: 0.5s cubic-bezier(.9,.09,.67,.93);
  --amn-marker-bg: rgba(254,239,68,1);
  --amn-marker-bg-transparent: rgba(254,239,68,0);
  --amn-marker-transition: 3s ease;
}

/* フェード */
@media screen {
  /* アニメーション: 上下左右 */
  .amn-fade-up,
  .amn-fade-down,
  .amn-fade-left,
  .amn-fade-right {
    opacity: var(--amn-opacity);
    transition: opacity var(--amn-transition-duration) var(--amn-transition-ease), transform var(--amn-transition-duration) var(--amn-transition-ease);
  }

  .amn-fade-up {
    transform: translateY(var(--amn-translateY));
  }
  .amn-fade-up.is-active {
    opacity: var(--amn-opacity-active);
    transform: translateY(var(--amn-translateY-active));
  }

  .amn-fade-down {
    transform: translateY(calc(var(--amn-translateY) * -1));
  }
  .amn-fade-down.is-active {
    opacity: var(--amn-opacity-active);
    transform: translateY(var(--amn-translateY-active));
  }

  .amn-fade-left {
    transform: translateX(var(--amn-translateX));
  }
  .amn-fade-left.is-active {
    opacity: var(--amn-opacity-active);
    transform: translateX(var(--amn-translateX-active));
  }

  .amn-fade-right {
    transform: translateX(calc(var(--amn-translateX) * -1));
  }
  .amn-fade-right.is-active {
    opacity: var(--amn-opacity-active);
    transform: translateX(var(--amn-translateX-active));
  }

  .amn-span-up {
    opacity: 0;
  }
  .amn-span-up .is-span {
    display: inline-block;
    opacity: 0;
    transform: translateY(20px);
    transition-property: opacity, transform;
    /* duration や delay, easing はJS側でインライン指定 */
  }
  .amn-span-up.is-active {
    opacity: 1;
  }
  .amn-span-up.is-active .is-span {
    opacity: 1;
    transform: translateY(0);
  }

  .amn-photo-1 {
    opacity: 0;
    transform: scale(0.9);
    transition: opacity 0.7s ease-out, transform 0.7s ease-out;
  }
  .amn-photo-1.is-active {
    opacity: 1;
    transform: scale(1);
  }
}
@media screen {
  /* 横並びの要素を遅延して表示させる */
  .js-row-1 > * {
    opacity: var(--amn-opacity);
    transform: translateY(var(--amn-translateY));
    transition: opacity var(--amn-transition-duration) var(--amn-transition-ease), transform var(--amn-transition-duration) var(--amn-transition-ease);
  }
  .js-row-1 > *.is-active {
    opacity: var(--amn-opacity-active);
    transform: translateY(var(--amn-translateY-active));
  }

  /* マスクエフェクト */
  .amn-lr-open {
    opacity: var(--amn-opacity);
    mask-image: linear-gradient(to right, black 0%, black 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
    -webkit-mask-image: linear-gradient(to right, black 0%, black 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: 100% 50%;
    -webkit-mask-position: 100% 50%;
    mask-size: 200% 100%;
    -webkit-mask-size: 200% 100%;
    transition: mask-position var(--amn-mask-transition);
  }
  .amn-lr-open.is-active {
    opacity: var(--amn-opacity-active);
    mask-position: 0% 50%;
    -webkit-mask-position: 0% 50%;
  }

  /* マスクアップ */
  .amn-mask-up {
    display: inline-block;
    opacity: var(--amn-opacity);
    overflow: hidden;
  }
  .amn-mask-up > .is-span {
    display: inline-block;
    transform: translateY(101%);
    transition: transform var(--amn-transition-duration) var(--amn-transition-ease);
  }
  .amn-mask-up.is-active {
    opacity: var(--amn-opacity-active);
  }
  .amn-mask-up.is-active > .is-span {
    transform: translateY(0%);
  }

  /* マーカーエフェクト */
  .amn-marker-yellow {
    background: linear-gradient(to bottom, var(--amn-marker-bg-transparent) 0%, var(--amn-marker-bg-transparent) 0%, var(--amn-marker-bg-transparent) 50%, var(--amn-marker-bg) 50%, var(--amn-marker-bg) 90%, var(--amn-marker-bg-transparent) 90%, var(--amn-marker-bg-transparent) 100%);
    background-repeat: no-repeat;
    background-size: 200% 1em;
    background-position: 200% 0.5em;
    transition: background var(--amn-marker-transition);
    display: inline;
  }
  .amn-marker-yellow.is-active {
    background-position: 100% 0.5em;
  }
}
/*
 * シャッターエフェクト
 *
 */
@media screen {
  .amn-shutter {
    opacity: 0;
    position: relative;
    z-index: 0;
  }
  .amn-shutter .shutter__element {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #73b400;
    z-index: 10;
    transform: scale(0, 1);
  }
  .amn-shutter .shutter__contents {
    opacity: 0;
    height: 100%;
  }
  .amn-shutter.lr.is-active {
    opacity: 1;
  }
  .amn-shutter.lr.is-active .shutter__element {
    animation: shutter2_lr_1 0.5s cubic-bezier(0.62, 0, 0.46, 1.01) 0s alternate forwards, shutter2_lr_2 0.5s cubic-bezier(0.62, 0, 0.46, 1.01) 0.7s alternate forwards;
  }
  .amn-shutter.lr.is-active .shutter__contents {
    animation: shutter2_contents 0s ease .6s alternate forwards;
  }
  .amn-shutter.rl.is-active {
    opacity: 1;
  }
  .amn-shutter.rl.is-active .shutter__element {
    animation: shutter2_rl_1 0.5s cubic-bezier(0.62, 0, 0.46, 1.01) 0s alternate forwards, shutter2_rl_2 0.5s cubic-bezier(0.62, 0, 0.46, 1.01) 0.7s alternate forwards;
  }
  .amn-shutter.rl.is-active .shutter__contents {
    animation: shutter2_contents 0s ease .6s alternate forwards;
  }
}
@keyframes shutter2_lr_1 {
  from {
    transform: scale(0, 1);
    transform-origin: left top;
  }
  to {
    transform: scale(1, 1);
    transform-origin: left top;
  }
}
@keyframes shutter2_lr_2 {
  from {
    transform: scale(1, 1);
    transform-origin: right top;
  }
  to {
    transform: scale(0, 1);
    transform-origin: right top;
  }
}
@keyframes shutter2_rl_1 {
  from {
    transform: scale(0, 1);
    transform-origin: right top;
  }
  to {
    transform: scale(1, 1);
    transform-origin: right top;
  }
}
@keyframes shutter2_rl_2 {
  from {
    transform: scale(1, 1);
    transform-origin: left top;
  }
  to {
    transform: scale(0, 1);
    transform-origin: left top;
  }
}
@keyframes shutter2_contents {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/*# sourceMappingURL=module.css.map */
