@charset "UTF-8";
/* SCSSの読み込み */
@import url(all.css);
/*===============================================
  切り替え用
===============================================*/
html {
  font-size: clamp(8px, 2.2222222222vw, 10px);
}

.sp-none {
  display: none !important;
}

.com-table:not(.com-table--noblock) table,
.com-table:not(.com-table--noblock) table tbody,
.com-table:not(.com-table--noblock) table th,
.com-table:not(.com-table--noblock) table tr,
.com-table:not(.com-table--noblock) table td {
  display: block !important;
  width: 100% !important;
}

/*===============================================
  ページネーション
===============================================*/
/*===============================================
  詳細ページ前後
===============================================*/
/*===============================================
  wrapper
===============================================*/
#wrapper {
  min-width: 320px;
  font-weight: var(--font-weight-medium);
}

/*===============================================
  header
===============================================*/
#header .header__inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  height: 9rem;
}
#header .header__logo img {
  height: 5rem;
}

/*===============================================
  footer
===============================================*/
#footer {
  padding: 5rem 0 2rem;
}
#footer .footer__inner {
  width: 90%;
}
#footer .footer__logo {
  text-align: center;
  margin-bottom: 3rem;
}
#footer .footer__logo img {
  height: 5rem;
}
#footer .footer__info {
  text-align: center;
  margin-bottom: 3rem;
}

/*フッターナビ
-----------------------------*/
.footer-nav__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem 2rem;
  font-size: var(--font-size-sm);
}
.footer-nav__item {
  border-bottom: solid 1px var(--color-border);
}
.footer-nav__item:first-of-type:nth-last-of-type(2n + 1) {
  grid-column: span 2;
}
.footer-nav__link {
  line-height: var(--line-height-sm);
  padding: 1.5rem 1rem;
}
.footer-nav__sub-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  font-size: var(--font-size-xs);
  margin-top: 1rem;
}
.footer-nav__sub-item {
  border-bottom: solid 1px var(--color-border);
}
.footer-nav__sub-link {
  line-height: var(--line-height-xs);
  padding: 1.5rem 1rem;
}

/*コピーライト
-----------------------------*/
.copy {
  padding-top: 3rem;
}
/*===============================================
  fixed固定
===============================================*/
/*ページトップ
-----------------------------*/
#pagetop {
  width: 7.2rem;
  right: 1rem;
  bottom: 3rem;
}
#pagetop img {
  width: 100%;
  aspect-ratio: 72/60;
  -o-object-fit: cover;
     object-fit: cover;
}

/*===============================================
  visual
===============================================*/
/*共通
-----------------------------*/
.visual::before {
  width: 111.459%;
  max-width: 2140px;
  height: clamp(370px, 28.90625vw, 555px);
  top: clamp(4px, 0.3125vw, 6px);
}
.visual::after {
  width: 78rem;
  height: 10rem;
  left: 50%;
  bottom: -0.1rem;
  transform: translateX(-50%);
}
.visual__main, .visual__sub {
  width: 90%;
  margin-inline: auto;
  border-radius: 2rem;
}
.visual__main::before, .visual__sub::before {
  width: calc(100% + 8rem);
  height: 8rem;
  top: 5rem;
}
.visual__main::after, .visual__sub::after {
  width: calc(100% + 5rem);
  height: 6.4rem;
  top: 3rem;
}

/*メインビジュアル
-----------------------------*/
.visual__main {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  height: 48rem;
  padding: 3rem 1rem;
}
.visual__catch--main {
  width: 13.6rem;
}

/*サブビジュアル
-----------------------------*/
.visual__sub {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  height: 20rem;
}
.visual__catch--sub {
  min-width: 30rem;
  font-size: var(--font-size-h5);
  border-radius: 0 2rem;
  padding: 2rem 3rem 2rem 2rem;
}
.visual__catch--sub > span {
  letter-spacing: var(--letter-spacing-base);
  margin-right: calc(var(--letter-spacing-base) * -1);
}
.visual__catch--sub::after {
  width: 5rem;
  right: -2.4rem;
  bottom: 0;
}

/*===============================================
  main#container
===============================================*/
/*===============================================
  パンくずリスト
===============================================*/
.breadcrumb {
  font-size: var(--font-size-xs);
  line-height: var(--line-height-xs);
  height: 5rem;
}
.breadcrumb__list {
  width: 90%;
}
.breadcrumb + .section {
  padding-top: 10rem;
}

/*===============================================
  main共通
===============================================*/
.section {
  padding: 8rem 0;
}

.inbox {
  width: 90%;
}

/*ボタン
-----------------------------*/
.com-btn {
  width: 32rem;
  margin-inline: auto;
}

/*テーブル
-----------------------------*/
.com-table tr th {
  padding-block: 1.5rem;
}
.com-table tr td {
  padding-block: 1.5rem;
  padding-left: 2rem;
}
.com-table--noblock tr th {
  width: 8em;
}
.com-table:not(.com-table--noblock) tr td {
  padding-top: 0;
  padding-left: 0;
}

/*テキストボックス
-----------------------------*/
.com-text br:not(.pc-none) {
  display: none;
}

/*お知らせ
-----------------------------*/
.com-post__link {
  border-radius: 2rem;
  padding: 2.5rem 6rem 2.5rem 2rem;
  gap: 1.5rem 1rem;
}
.com-post__link::after {
  font-size: 2.4rem;
  right: 1.5rem;
}
.com-post__date {
  font-size: var(--font-size-sm);
  line-height: var(--line-height-sm);
}
.com-post__tags {
  font-size: var(--font-size-xs);
  line-height: 2.08334;
}
.com-post__tag {
  padding-inline: 1rem;
}

/* 背景
-----------------------------*/
.com-wave::before {
  width: 88rem;
  height: calc(12rem + 1px);
  top: -12rem;
  left: 0;
}
.com-wave + .section {
  padding-top: 4rem;
}

.com-bg {
  background-size: 24rem;
}
.com-bg::after {
  width: 150%;
  height: calc(100% - 0.6rem);
  background-size: 36%;
  top: 0.6rem;
}
.com-bg .inbox::before {
  width: 110vw;
  height: 8rem;
  top: -8rem;
}

/*===============================================
  タイトル
===============================================*/
/*大タイトル
-----------------------------*/
/*中タイトル
-----------------------------*/
/*小タイトル
-----------------------------*/
/*===============================================
  共通セクション
===============================================*/
/*お問い合わせ
-----------------------------*/
.com-contact {
  padding-bottom: 5rem;
}
.com-contact::after {
  width: 96%;
  max-width: 52rem;
  height: 10rem;
  top: 0;
}
.com-contact__items {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 2.4rem 3rem;
  padding: 4rem 5rem;
  border-radius: 2rem;
  margin: 3rem auto 0;
}
.com-contact__items::after {
  width: 15rem;
  aspect-ratio: 226/194;
  background-position: right top;
  background-size: 100%;
  bottom: -7rem;
  right: -2rem;
}
.com-contact__btn {
  width: 32rem;
}

/*寿徳寺の由緒 / ○○について
-----------------------------*/
.com-about__image {
  margin-top: 4rem;
}
.com-about__image img {
  aspect-ratio: 1.7777777778;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.com-about__image img {
  border-radius: 2rem;
}
.com-about__image::after {
  width: 16rem;
  left: -1rem;
  bottom: -5rem;
}

/*このような方におすすめ
-----------------------------*/
.com-recommend {
  padding-bottom: 5rem;
}
.com-recommend__item {
  letter-spacing: var(--letter-spacing-lg);
  margin-bottom: 2rem;
}
.com-recommend__item:last-of-type {
  margin-bottom: 0;
}
.com-recommend__item > span {
  margin-right: calc(var(--letter-spacing-lg) * -1);
}

/*費用について
-----------------------------*/
.com-cost {
  padding-bottom: 5rem;
}
.com-cost__list-wrap > * {
  margin-bottom: 3rem;
}
.com-cost__list-wrap > *:last-child {
  margin-bottom: 0;
}
.com-cost__item .label {
  line-height: 1.38889;
}
.com-cost__item .price {
  line-height: 2.22223;
}
.com-cost__text {
  margin-top: calc(3rem + (1em - 1lh) / 2);
}
.com-cost--funeral {
  padding-block: 8rem !important;
}
.com-cost--funeral::before {
  background-size: 15rem;
}
.com-cost--funeral + .com-contact::before {
  background: var(--color-white);
}

/*===============================================
  トップページ
===============================================*/
/*静かなる祈りの場、茨城・鉾田の寿徳寺。
-----------------------------*/
.top-message {
  padding-top: 4rem;
}
.top-message__inner {
  align-items: flex-end;
  gap: 3rem 2rem;
}
.top-message__title {
  height: 33rem;
}
.top-message__image {
  width: 26.5rem;
  margin-bottom: 2rem;
}

/*境内の様子を動画でご紹介
-----------------------------*/
/*バナーリンクセクション
-----------------------------*/
.top-bnr {
  padding-block: 5rem;
}
.top-bnr__items {
  padding-top: 5rem;
}
.top-bnr__items::before {
  width: 30rem;
  aspect-ratio: 300/146;
  top: -5.4rem;
  left: -3rem;
}
.top-bnr__item {
  height: 20rem;
  margin-bottom: 3rem;
}
.top-bnr__item:last-of-type {
  margin-bottom: 0;
}
.top-bnr__link {
  border-radius: 2rem;
}
.top-bnr__txt {
  width: 30rem;
  padding-block: 2rem;
  border-radius: 0 2rem;
}
.top-bnr__txt::after {
  right: 1.5rem;
}

/*その他セクション
-----------------------------*/
.top-list {
  padding-top: 10rem !important;
}
.top-list::before {
  background-size: 15rem;
}
.top-list__image {
  text-align: center;
  margin-bottom: 2rem;
}
.top-list__image img {
  height: 24rem;
}
.top-list__title {
  margin-top: 0.2rem;
}
.top-list__title::before {
  left: -2rem;
}
.top-list__btn {
  margin-top: 3rem;
}

/*体験・その他費用について
-----------------------------*/
.top-experience {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding-block: 0;
}
.top-experience__inner {
  padding-block: 6rem;
  grid-column: span 2;
}
.top-experience__inner::before {
  height: 25vw;
  max-height: 12.5rem;
  right: -5vw;
  bottom: max(-9rem, -18.75vw);
  z-index: 1;
}
.top-experience__btn {
  margin-top: 3rem;
}
.top-experience__image {
  z-index: 4 !important;
}
.top-experience__image img {
  aspect-ratio: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-experience__image:last-of-type {
  grid-column: span 2;
}
.top-experience__image:last-of-type img {
  aspect-ratio: 2;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-experience__image:last-of-type img {
  -o-object-position: center 12%;
     object-position: center 12%;
}

/*お知らせ
-----------------------------*/
.top-news {
  padding-top: 8rem !important;
}
.top-news::before {
  width: 150%;
  height: calc(100% - 0.6rem);
  background-size: 36%;
  top: 0.6rem;
}
.top-news__btn {
  width: 18rem;
  margin-top: 4rem;
  margin-left: auto;
}

/*===============================================
  寿徳寺について
===============================================*/
/*寿徳寺の由緒
-----------------------------*/
/*曹洞宗について
-----------------------------*/
.about-sect {
  background-size: 20rem;
}
.about-sect__list {
  padding-top: 6.4rem;
}
.about-sect__list dt {
  margin-top: 5rem;
}
.about-sect__list dt:first-of-type {
  margin-top: 0;
}

/*住職よりご挨拶
-----------------------------*/
.about-greeting {
  padding-bottom: 5rem;
}
.about-greeting__image {
  width: 28rem;
  margin: 0 auto 4rem;
}
.about-greeting__image img {
  border-radius: 2rem;
}
.about-greeting__image::after {
  width: 12rem;
}

/*年間行事
-----------------------------*/
.about-event {
  padding-top: 8rem !important;
}
.about-event::before {
  background-size: 15rem;
}
.about-event__item {
  margin-bottom: 5rem;
}
.about-event__heading::before {
  left: -3rem;
}
.about-event__heading .date {
  flex-shrink: 0;
  margin-right: 1em;
}
.about-event__heading .date + span {
  padding-top: 1rem;
}
.about-event__heading .sub {
  margin-inline: -0.5em;
}
.about-event__image {
  text-align: center;
  padding-top: 3rem;
}
.about-event__image img {
  height: 26.5rem;
}

/*寺院案内
-----------------------------*/
.about-info {
  padding-top: 5rem;
}
.about-info:has(.about-info__map) {
  padding-bottom: 5rem;
}
.about-info__map {
  height: 30rem;
  margin-top: 3rem;
}

/*===============================================
  永代供養
===============================================*/
/*セクション名
-----------------------------*/
/*===============================================
  葬儀
===============================================*/
/*葬儀の流れ
-----------------------------*/
.funeral-flow {
  padding-bottom: 5rem;
}
.funeral-flow__item {
  display: grid;
  grid-template-columns: 12.5rem 15rem;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.funeral-flow__item::after {
  width: 4.2rem;
  aspect-ratio: 3/1;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  margin: 2rem auto;
  grid-column: span 2;
}
.funeral-flow__image img {
  width: 100%;
  aspect-ratio: 125/90;
  -o-object-fit: contain;
     object-fit: contain;
}
.funeral-flow__txt {
  text-align: left;
  font-size: var(--font-size-h6);
  line-height: var(--line-height-h6);
}

/*===============================================
  ペット供養
===============================================*/
/*大切な命へ、
静かに祈りを届けてみませんか？
-----------------------------*/
.pet-message {
  padding: 8rem 0 5rem !important;
}
.pet-message__title br {
  display: none;
}
.pet-message__images {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.5rem;
}

/*===============================================
  体験・その他費用
===============================================*/
/*体験について
-----------------------------*/
.experience-about__item {
  margin-bottom: 6rem;
}
.experience-about__heading, .experience-about__fee {
  margin-bottom: 2rem;
}
.experience-about__image {
  margin-bottom: 2rem;
}
.experience-about__image img {
  aspect-ratio: 1.7777777778;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.experience-about__image img {
  border-radius: 2rem;
}

/*御朱印について
-----------------------------*/
.experience-stamp__image {
  text-align: center;
  margin-bottom: 3rem;
}
.experience-stamp__image img {
  height: 24rem;
}

/*===============================================
  お知らせ
===============================================*/
/* お知らせ 一覧
-----------------------------*/
/* お知らせ 詳細
-----------------------------*/
.news-detail__box {
  padding: 3rem 2.4rem;
}

/*タグリスト
-----------------------------*/
/*===============================================
  お問い合わせ
===============================================*/
.contact-form__table {
  margin-bottom: 2.5em;
}
.contact-form__table tr th {
  padding-block: 2rem;
}
.contact-form__table tr th .optional-mark,
.contact-form__table tr th .required-mark {
  margin-top: 0;
}
.contact-form__table tr td {
  padding-block: 2rem;
}
.contact-form__table tr td select,
.contact-form__table tr td textarea,
.contact-form__table tr td input[type=tel],
.contact-form__table tr td input[type=num],
.contact-form__table tr td input[type=text],
.contact-form__table tr td input[type=email],
.contact-form__table tr td input[type=url] {
  font-size: 1em;
  line-height: 1.5;
  padding: 0.5em 1em;
}
.contact-form .contact-submits-wrap > * {
  width: 20em;
  max-width: 100%;
  height: clamp(50px, 13.3333333333vw, 60px);
  margin: 0 auto 1.25em;
}
.contact-form .contact-submits-wrap > *:last-child {
  margin-bottom: 0;
}

/*===============================================
  お問い合わせ完了
===============================================*/
/*===============================================
  プライバシーポリシー
===============================================*/
/*===============================================
  サイトマップ
===============================================*/
.sitemap-list__item {
  margin-bottom: 0.75em;
}
.sitemap-list__item:last-of-type {
  margin-bottom: 0;
}
.sitemap-list__link {
  padding: 1em;
}

/*===============================================
  404エラー
===============================================*/