@charset "UTF-8";
@import url(all.css);
/*rootの変数宣言*/
:root {
  /*==============================
      カラー    
  ==============================*/
  --color-font: #271e1a;
  --color-white: #ffffff;
  --color-orange: #e4a52a;
  --color-fontorange: #e39b00;
  --color-beige: #f7f5e1;
  --color-graypink: #eae0e7;
  --color-pink: #e9c9d1;
  --color-lightpink: #f2ecf1;
  /*カレントカラー*/
  --color-current: #e39b00;
  /*テキストリンクカラー*/
  --color-textlink: #e39b00;
  /*必須ボタンカラー*/
  --color-required: #e4a52a;
  /*ラジオボタンカラー*/
  --color-radio: #e4a52a;
  /*チェックボタンカラー*/
  --color-check: #e4a52a;
  /*==============================
      フォントファミリー
  ==============================*/
  /*タイトル*/
  --font-family-heading: "Zen Old Mincho", serif;
  /*本文*/
  --font-family-body: "Zen Kaku Gothic New", sans-serif;
  --font-family-lato: "Lato", sans-serif;
  /*==============================
      フォントサイズ
  ==============================*/
  /*基準のフォントサイズ*/
  --font-size-body: 1.7rem;
  /*==============================
      行間
  ==============================*/
  /*基準の行間*/
  --line-height-base: 2.471; /*fz:17 lh:42*/
  /*その他行間*/
  --line-height-sm: 2.667; /*fz:15 lh:40*/
  --line-height-md: 2.5; /*fz:20 lh:50*/
  --line-height-lg: 2.25; /*fz:16 lh:36*/
  --line-height-xl: 1.765; /*fz:17 lh:30*/
  --line-height-xxl: 1.4; /*fz:20 lh:28*/
  /*==============================
      文字間
  ==============================*/
  /*基準の文字間*/
  --letter-spacing-base: 0.05em;
}

/*rootの変数宣言*/
:root {
  /*==============================
      カラー    
  ==============================*/
  --color-font: #271e1a;
  --color-white: #ffffff;
  --color-orange: #e4a52a;
  --color-fontorange: #e39b00;
  --color-beige: #f7f5e1;
  --color-graypink: #eae0e7;
  --color-pink: #e9c9d1;
  --color-lightpink: #f2ecf1;
  /*カレントカラー*/
  --color-current: #e39b00;
  /*テキストリンクカラー*/
  --color-textlink: #e39b00;
  /*必須ボタンカラー*/
  --color-required: #e4a52a;
  /*ラジオボタンカラー*/
  --color-radio: #e4a52a;
  /*チェックボタンカラー*/
  --color-check: #e4a52a;
  /*==============================
      フォントファミリー
  ==============================*/
  /*タイトル*/
  --font-family-heading: "Zen Old Mincho", serif;
  /*本文*/
  --font-family-body: "Zen Kaku Gothic New", sans-serif;
  --font-family-lato: "Lato", sans-serif;
  /*==============================
      フォントサイズ
  ==============================*/
  /*基準のフォントサイズ*/
  --font-size-body: 1.7rem;
  /*==============================
      行間
  ==============================*/
  /*基準の行間*/
  --line-height-base: 2.471; /*fz:17 lh:42*/
  /*その他行間*/
  --line-height-sm: 2.667; /*fz:15 lh:40*/
  --line-height-md: 2.5; /*fz:20 lh:50*/
  --line-height-lg: 2.25; /*fz:16 lh:36*/
  --line-height-xl: 1.765; /*fz:17 lh:30*/
  --line-height-xxl: 1.4; /*fz:20 lh:28*/
  /*==============================
      文字間
  ==============================*/
  /*基準の文字間*/
  --letter-spacing-base: 0.05em;
}

/*opacity含めたカラー指定あればここで定義*/
/*========================
    default
========================*/
html {
  font-size: min(2.22vw, 10px);
}

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

.wrapper {
  min-width: 320px;
  line-height: 1.6;
}

.com-inbox {
  width: 90%;
}

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

.com-tel {
  font-size: 2.8rem;
  gap: 1rem;
}
.com-tel::before {
  width: 2rem;
}

/*パンくずリスト非表示*/
.breadcrumb {
  display: none;
}

section:not(.mv, .sv, .privacy__box) {
  padding-block: 10rem;
}

.logo {
  height: 5rem;
}

/*==============================
    ヘッダー
==============================*/
.header__inner {
  height: 10rem;
}

/*==============================
    メインビジュアル
==============================*/
.mv {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 5rem;
  background-color: var(--color-beige);
}
.mv .video {
  width: 100%;
}
.mv__title {
  position: relative;
  padding: 4rem;
  left: unset;
  bottom: unset;
  font-size: 2.4rem;
  line-height: 2;
}
.mv__title::before {
  right: 2rem;
  aspect-ratio: 1/130;
  top: -2rem;
}

/*==============================
    サブビジュアル
==============================*/
.sv {
  height: 30rem;
}
.sv__title {
  padding: 1.5rem 4rem;
  min-width: 80%;
  max-width: 90%;
  line-height: 1.3;
  font-size: 3rem;
}
.sv__title::before, .sv__title::after {
  width: 4rem;
}

.memorial_service_sv {
  background: url(../img/sv/memorial_service.jpg) top left 35%/cover no-repeat;
}

.player_sv {
  background: url(../img/sv/player.jpg) top right 30%/cover no-repeat;
}

.blog_sv {
  background: url(../img/sv/blog.jpg) top center/cover no-repeat;
}

.contact_sv {
  background: url(../img/sv/contact.jpg) top center/cover no-repeat;
}

.complete_sv {
  background: url(../img/sv/complete.jpg) top center/cover no-repeat;
}

.privacy_sv {
  background: url(../img/sv/privacy.jpg) top center/cover no-repeat;
}

.support_sv {
  background: url(../img/sv/support.jpg) top left 10%/cover no-repeat;
}

/*==============================
    共通タイトル
==============================*/
.com-title01 {
  font-size: 2.8rem;
  gap: 2rem;
  margin-bottom: 6rem;
}
.com-title01--center {
  text-align: center;
}
.com-title01--center::before {
  aspect-ratio: 1/25;
  width: 1px;
  background: linear-gradient(to bottom, var(--color-orange) 0%, var(--color-orange) 50%, var(--color-font) 50%, var(--color-font) 100%);
}
.com-title01--left {
  flex-direction: row;
  gap: 2rem;
  align-items: center;
  justify-content: flex-start;
}
.com-title01--left::before {
  position: unset;
  top: unset;
  transform: unset;
  right: unset;
  width: 25px;
  height: 1px;
  background: linear-gradient(to right, var(--color-orange) 0%, var(--color-orange) 50%, var(--color-font) 50%, var(--color-font) 100%);
}

.mail-btn {
  height: 80px;
  gap: 20px;
  width: 100%;
  max-width: 300px;
  padding-inline: 80px;
}
.mail-btn::before {
  width: 30px;
}

.line-btn {
  height: 80px;
  gap: 20px;
  width: 100%;
  max-width: 300px;
  padding-inline: 80px;
}
.line-btn::before {
  width: 40px;
}

/*==============================
    共通ボタン
==============================*/
.com-btn {
  width: 100%;
  max-width: 320px;
  height: 60px;
}

.mail-btn,
.line-btn {
  text-align: center;
}

/*==============================
    共通テーブル
==============================*/
.com-table tr th {
  width: 12rem;
}
.com-table tr td {
  padding-inline: 6rem 2rem;
}

/*==============================
    共通料金
==============================*/
.com-price__box {
  padding: 4rem 3rem;
}
.com-price__box dl dt {
  display: block;
}
.com-price__title {
  line-height: 1.4;
  font-size: 2.2rem;
}
.com-price__price {
  text-align: right;
  margin-top: 1.5rem;
}

/*==============================
    共通FLOW
==============================*/
.com-flow__list {
  gap: 10rem;
}
.com-flow__item::after {
  top: calc(100% + 4rem);
}
.com-flow__item .util__list {
  flex-direction: column;
  align-items: center;
  gap: 3rem;
}
.com-flow__item .util__item {
  width: 100%;
  min-width: 0;
  max-width: 300px;
}
.com-flow__item .util__item .tel-box {
  margin-bottom: 1rem;
}
.com-flow__item .util__item .tel-box .com-tel {
  font-size: 2.8rem;
  gap: 1rem;
}
.com-flow__item .util__item .tel-box .com-tel::before {
  width: 2rem;
}
.com-flow__text {
  width: 100%;
}
.com-flow__step {
  position: absolute;
  right: 0;
  top: -6rem;
  width: 9rem;
  gap: 0.5rem;
}
.com-flow__step::after {
  font-size: 3.5rem;
}
.com-flow__title {
  font-size: 2.2rem;
}

/*==============================
    TOP
==============================*/
/*お知らせ*/
.top-blog .com-inbox {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5rem;
}
.top-blog .com-title01 {
  margin-bottom: 0;
}

/*太平寺について*/
.top-about::before {
  top: 4rem;
  right: 30%;
  left: unset;
}
.top-about .com-inbox::before {
  width: 40%;
  bottom: -5rem;
  right: unset;
  left: -5%;
}
.top-about__title {
  right: 10%;
  top: -5rem;
}
.top-about__wrap {
  flex-direction: column-reverse;
  align-items: center;
  gap: 5rem;
}
.top-about .com-btn {
  margin-inline: auto;
}

/*曹洞宗の家紋*/
.top-crest__list {
  flex-direction: column;
}
.top-crest__item {
  gap: 4rem;
}
.top-crest__image {
  width: 40%;
  max-width: 160px;
}
.top-crest__title {
  padding-inline: 5.1rem 3rem;
  font-size: 2rem;
}

/*下層リンク*/
.top-link {
  padding-block: 0 !important;
}
.top-link__list {
  flex-direction: column;
}
.top-link__item {
  width: 100%;
}

/*お問い合わせ*/
.top-contact__list {
  flex-wrap: wrap;
  gap: 3rem;
}
.top-contact .tel-box .com-tel {
  font-size: 2.8rem;
  gap: 1rem;
}
.top-contact .tel-box .com-tel::before {
  width: 2rem;
}

/*アクセス*/
.top-access .com-table tr th {
  width: 13rem;
}
.top-access .com-table tr td {
  padding-inline: 3rem 2rem;
}
.top-access .map {
  margin-top: 5rem;
  height: 30rem;
}

/*==============================
    太平寺について
==============================*/
/*太平寺について*/
.about-section__box {
  padding: 4rem 2rem;
}
.about-section__title {
  font-size: 2.4rem;
}

/*住職ご挨拶*/
.about-greeting__wrap {
  flex-direction: column;
  align-items: center;
}
.about-greeting__image {
  width: 80%;
  max-width: 300px;
}
.about-greeting__title {
  font-size: 2.4rem;
}

/*行事のご案内*/
.about-event__title {
  font-size: 2.4rem;
  margin-bottom: 3rem;
}
.about-event__title > span {
  font-size: 3.2rem;
}

/*太平寺の様子*/
.about-state__title {
  font-size: 2.2rem;
  margin-bottom: 3rem;
}
.about-state__info-list {
  gap: 3rem;
}
.about-state__info-title {
  font-size: 1.8rem;
}

/*==============================
    永代供養
==============================*/
/*永代供養について*/
.memorial_service-about .com-inbox::after {
  top: 100%;
}

/*永代供養料金*/
/*葬儀・法要料金*/
/*永代供養の流れ*/
/*==============================
    ご祈祷
==============================*/
/*ご祈祷について*/
.player-about .com-inbox::after {
  top: calc(100% + 1rem);
}

/*ご祈祷料金*/
/*ご祈祷の流れ*/
/*==============================
    終活支援
==============================*/
/*終活支援について*/
.support-about__text::before {
  width: 30%;
  max-width: 120px;
}
.support-about__text::after {
  top: calc(100% + 2rem);
  left: 0;
  width: 30%;
  max-width: 120px;
}
.support-about__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.support-about__item p {
  font-size: 1.8rem;
}

/*終活支援の料金*/
/*終活支援の流れ*/
/*==============================
    お知らせ詳細
==============================*/
.blog-detail__title {
  padding-left: 1.6rem;
}
.blog-detail__box {
  padding: 20px 10px 30px 10px;
}
.blog-detail time,
.blog-detail .tag {
  font-size: 13px;
}
.blog-detail .paginated__list {
  margin-top: 30px;
}

/*==============================
    お知らせ一覧
==============================*/
.blog {
  padding-block: 60px;
}

/*タグリスト(SP)
-----------------------------*/
.tag-select {
  margin-left: auto;
  text-align: center;
  margin-bottom: 20px;
}
.tag-select__box {
  min-width: 125px;
}
.tag-select__box::after {
  right: 12px;
}
.tag-select__dropdown {
  padding: 0.5em 2.5em 0.5em 0.5em;
}

/*==============================
  サイトマップ
==============================*/
.site {
  padding: 60px 0;
}
.site__list {
  display: grid;
  grid-auto-flow: row;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  justify-content: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.site__item {
  height: 60px;
}
.site__item a {
  padding-left: 10px;
  font-size: 16px;
}
.site__item a::after {
  width: 10px;
  transform: rotate(-45deg) translate(-10px, -10px);
}

/*==============================
  お問い合わせ
==============================*/
.contact {
  padding-block: 10rem;
}
.contact .com-inbox::before {
  width: 20%;
  max-width: 148px;
}
.contact__list {
  flex-direction: column;
  align-items: center;
  margin-bottom: 10rem;
}
.contact__item .com-tel {
  font-size: 2.8rem;
  gap: 1rem;
}
.contact__item .com-tel::before {
  width: 2rem;
}
.contact .com-table {
  margin-bottom: 30px;
}
.contact .com-table tr:first-child th, .contact .com-table tr:first-child td {
  padding-block: 1.2rem;
}
.contact .com-table th {
  position: relative;
  text-align: left;
  font-size: 15px;
  letter-spacing: 0;
  padding-inline: 3rem;
  width: 100%;
}
.contact .com-table th::before, .contact .com-table th::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: block;
  aspect-ratio: 1;
  width: 8px;
  border-radius: 100vh;
  background-color: var(--color-pink);
}
.contact .com-table th::before {
  left: 1rem;
}
.contact .com-table th::after {
  right: 1rem;
}
.contact .com-table th > * {
  font-size: 14px;
}
.contact .com-table th .required-mark {
  font-size: 12px;
}
.contact .com-table td {
  padding-inline: 2rem;
}
.contact .com-btn {
  margin-inline: auto;
  margin-top: 50px;
}
.contact select,
.contact textarea,
.contact input[type=tel],
.contact input[type=text],
.contact input[type=email],
.contact input[type=url] {
  padding: 7px;
}
.contact .upload-item-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact .upload-item-wrap .thumb {
  width: clamp(184px, 57.37vw, 440px);
  height: clamp(184px, 57.37vw, 440px);
  margin: 0px;
}
.contact .upload-item-wrap .ancion-btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: clamp(15px, 4.56vw, 35px);
  gap: clamp(8px, 2.61vw, 20px);
  margin-inline: auto;
}

/*==============================
  お問い合わせ完了
==============================*/
.complete {
  padding-block: 10rem;
}
.complete__box {
  text-align: center;
  line-height: 1.733;
}
.complete__btn {
  margin-top: 50px;
}
.complete__btn:hover {
  opacity: 0.5;
}

/*==============================
プライバシーポリシー
==============================*/
.privacy {
  padding-block: 10rem;
}
.privacy__box {
  margin-bottom: 30px;
}
.privacy__box:last-child {
  margin-bottom: 0;
}
.privacy__title {
  padding-left: 1.6rem;
}

/*==============================
    NOT FOUND
==============================*/
.e404__text {
  width: 90%;
  margin: 0 auto;
}
.e404__text p,
.e404__text a {
  font-size: 15px;
  text-align: center;
}

/*==============================
    専門家の紹介
==============================*/
.com-expert {
  background-color: var(--color-beige);
}
.com-expert__list {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 4rem;
}

/*==============================
    フッター
==============================*/
.footer {
  background-color: var(--color-gray);
  padding-top: 6rem;
}
.footer__logo {
  margin-bottom: 4.5rem;
}
.footer__box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer-nav__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  background-color: var(--color-orange);
  color: var(--color-white);
}
.footer-nav__list:has(.footer-nav__item:last-child:nth-child(odd)) .footer-nav__item:nth-child(even) {
  border-right: 1px solid var(--color-white);
}
.footer-nav__list:has(.footer-nav__item:last-child:nth-child(even)) .footer-nav__item:nth-child(odd) {
  border-right: 1px solid var(--color-white);
}
.footer-nav__item {
  border-top: 1px solid var(--color-white);
  width: 50%;
  height: 60px;
  text-align: center;
}
.footer-nav__item:first-child:nth-last-child(odd) {
  width: 100%;
}
.footer-nav__item a {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
}
.footer-nav__item .current {
  color: var(--color-font);
}
.footer .util__list {
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}
.footer .util__item:has(.tel-box) {
  width: 100%;
  display: flex;
  justify-content: center;
}
.footer .util__item:has(.line, .instagram) {
  width: 40px;
}
.footer small {
  padding-right: 6rem;
  font-size: 1.2rem;
  color: var(--color-white);
  border-top: 1px solid var(--color-white);
  padding-block: 1.5rem;
  background-color: var(--color-orange);
}