@charset "UTF-8";
/*────────────────────────────────
  all
────────────────────────────────*/
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css");
body * {
  font-family: "Noto Serif JP", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*pc*/
@media only screen and (min-width: 786px) {
  .sp {
    display: none;
  }
}
/*pc2*/
@media only screen and (max-width: 400px) {
  .max400 {
    display: none;
  }
}
/*pc3*/
@media only screen and (max-width: 500px) {
  .max500 {
    display: none;
  }
}
/*スマホ*/
@media only screen and (max-width: 785px) {
  .pc {
    display: none;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
h2 {
  font-weight: normal;
}

a {
  background: transparent;
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  text-decoration: none;
  color: #333;
  transition: all 0.5s ease 0s;
}

i {
  font-style: normal;
}

.wrap {
  width: 100%;
  background-image: url(../img/base/pat.jpg);
}

/* 画面外にいる状態 */
.fadein {
  opacity: 0.1;
  transform: translate(0, 50px);
  transition: all 600ms;
}

/* 画面内に入った状態 */
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.scroll-fade {
  opacity: 0;
  transition: all 1s;
}

.scroll-up {
  opacity: 0;
  transform: translateY(100px);
  transition: all 1s;
}

.scroll-up.done,
.scroll-fade.done {
  opacity: 1;
  transform: translate(0, 0);
}

.load-fade {
  opacity: 0;
  transition: all 1s;
}

.load-up {
  opacity: 0;
  transform: translateY(100px);
  transition: all 1s;
}

.load-up.done,
.load-fade.done {
  opacity: 1;
  transform: translate(0, 0);
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mt-100 {
  margin-top: 100px;
}

p {
  font-weight: 400;
}

.textcenter {
  text-align: center !important;
}

/*
────────────────────────────────
  ヘッダー
────────────────────────────────
*/
/*上ヘッダー全体*/
#header01 {
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*上ヘッダー囲み*/
#header01-in {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  background: #fff;
}

/*上左メニュー*/
#h-nav1 {
  margin-right: auto;
}

/*上左メニューリンク*/
.h-menu1-in:first-child {
  border-left: 1px solid #eee;
}

.h-menu1-in {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  border-right: 1px solid #eee;
}

.h-menu1-in a,
.h-menu1-in span {
  font-size: 0.92rem;
  display: block;
  text-align: center;
  padding: 15px 0;
}

/*左メニュー　ドロップダウンメニュー*/
.h-menu1-in {
  position: relative;
  cursor: pointer;
  display: block;
}

.dropdwn_menu {
  width: 100%;
  display: none;
  position: absolute;
  padding: 17px 0 0 0;
  background: #fff;
  box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.02);
  margin-top: -15px;
}

.dropdwn_menu li {
  width: 100%;
  display: block;
  text-align: center;
  border-bottom: 1px solid #f5f5f5;
}

.dropdwn_menu li a {
  padding: 20px 10px;
  color: #333;
  background: #fff;
  font-size: 0.9rem;
}

.dropdwn_menu li a:hover {
  color: #333;
  background: #f5eef7;
}

.dropdwn_menu li:hover {
  background: #f5eef7;
}

/*flex指定*/
#header01-in,
#h-nav1,
.h-menu1,
.h-menu2 {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

/*リンク*/
.h-menu1 a {
  font-weight: 600;
}

.h-menu1 a:hover {
  color: #9b85be;
}

/*ロゴ*/
.h-logo {
  padding: 9px 45px 0 25px;
}

.h-logo img {
  width: 144px;
}

/*右*/
.h-menu2 {
  align-items: flex-end;
  padding-bottom: 15px;
}

/*Tel*/
.h-menu2-in1 {
  font-size: 0.85rem;
  padding-bottom: 3px;
  font-weight: 500;
  color: #555;
}

/*ハイフン*/
.h-haihun {
  padding: 0 1px;
}

/*電話番号*/
.h-menu2-in2 {
  font-size: 1.3rem;
  padding: 0 25px 0 10px;
  letter-spacing: 0.03rem;
  font-weight: 600;
}

/*左メニュー*/
/*全体*/
#header02 {
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: white;
}

#header02-in {
  position: fixed;
  left: 0;
  padding-top: 60px;
  z-index: 98;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}

#header02-in,
#h-nav3 {
  margin-bottom: auto;
  position: relative;
}

#header02-in,
#h-nav3,
.h-menu3 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

#header02-in,
#h-nav3,
.h-menu3,
.h-menu3-in {
  width: 60px;
}

.h-menu3-in {
  border-bottom: dotted 1px #ddd;
}

.h-menu3-in a {
  text-align: center;
  display: block;
  width: 60px;
  padding: 24px 0 16px;
  position: relative;
  transition: 0.4s cubic-bezier(0.31, 0.7, 0.52, 0.85);
  color: #333;
}

.h-menu3-in a:hover {
  background: #f5eef7;
}

.h-menu3-in a span {
  writing-mode: vertical-rl;
  font-family: "Noto Serif JP", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 2;
  transition: 0.4s cubic-bezier(0.31, 0.7, 0.52, 0.85);
}

.h-menu3-in img {
  width: 20px;
}

@media only screen and (max-width: 900px) {
  #header01,
  #header02 {
    display: none;
  }
}
/*スマホ幅*/
#sp-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: #fff;
  z-index: 900;
}

@media only screen and (min-width: 901px) {
  #sp-header {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  #sp_header {
    display: block;
  }
}
#sp-header-in {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

#h-left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding: 18px 0 0 15px;
}

#h-left img {
  width: 120px;
}

/*　ハンバーガーボタン　*/
.hamburger {
  display: block;
  position: fixed;
  z-index: 3;
  right: 13px;
  top: 10px;
  width: 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}

.hamburger span {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 6px;
  background: #555;
  transition: 0.5s ease-in-out;
}

.hamburger span:nth-child(1) {
  top: 10px;
}

.hamburger span:nth-child(2) {
  top: 18px;
}

.hamburger span:nth-child(3) {
  top: 26px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top: 19px;
  left: 6px;
  background: #434343;
  transform: rotate(315deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 19px;
  background: #434343;
  transform: rotate(-315deg);
}

nav.globalMenuSp {
  position: fixed;
  overflow-y: scroll;
  height: 100%;
  z-index: 2;
  top: 60px;
  left: 0;
  padding: 10px 10px 80px 10px;
  background: #fff;
  text-align: center;
  width: 100%;
  opacity: 0;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  visibility: hidden;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  position: relative;
}

nav.globalMenuSp ul li a {
  display: block;
  text-decoration: none;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  opacity: 100;
  visibility: visible;
}

/*お問い合わせ*/
.h-contact {
  margin-top: 10px;
}

@media only screen and (min-width: 541px) {
  .h-contact {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
}
.h-c-tel img {
  width: 22px;
  padding-right: 5px;
}

.h-contact li {
  padding: 10px;
  height: 60px;
  position: relative;
  border-radius: 5px;
}
.h-contact li.h-c-tel a,
.h-contact li.h-c-form a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.h-contact li.h-c-tel {
  background: #434343;
}
.h-contact li.h-c-form {
  background: #7a5b9c;
}

@media only screen and (min-width: 541px) {
  .h-contact li {
    width: 45%;
  }
}
@media only screen and (max-width: 540px) {
  .h-contact li {
    width: 93%;
    margin: 0 auto;
  }
}
.h-c-tel a,
.h-c-form a {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

@media only screen and (min-width: 541px) {
  .h-c-between {
    display: none;
  }
}
@media only screen and (max-width: 540px) {
  .h-c-between {
    background: #fff !important;
    height: 15px !important;
  }
}
.h-c-tel a {
  font-size: 1.5rem;
  white-space: nowrap;
}

.h-c-form a {
  font-size: 1.2rem;
}

/*メインメニュー*/
.main-nav {
  margin: 0 auto;
}

.main-nav li {
  text-align: left;
  position: relative;
}

.main-nav li {
  border-bottom: dotted 1px #ddd;
}

.main-nav li a {
  font-size: 0.9rem;
  padding: 10px 0 10px 15px;
  transition: 0.4s all;
}

.main-nav li a:hover,
.sub-nav li a:hover {
  opacity: 0.7;
}

.main-nav li a::after {
  content: "く";
  transform: scaleX(-1);
  display: inline-block;
  color: #7a5b9c;
  font-size: 10px;
  position: absolute;
  right: 15px;
  top: 15px;
}

li.main-nav-ttl {
  padding: 20px 0 10px 15px;
  border-bottom: solid 1px #999;
}

.main-nav li {
  position: relative;
}

.sub-nav li a {
  font-size: 0.9rem;
  padding: 0 10px 0 30px;
}

.sub-nav li a::before {
  content: "く";
  transform: scaleX(-1);
  display: inline-block;
  color: #7a5b9c;
  font-size: 10px;
  position: absolute;
  left: 15px;
  top: 4px;
}

/*SNS*/
.sns-nav,
.sub-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
}

.sns-nav img {
  width: 45px;
  padding: 0 10px;
}

/*
────────────────────────────────
  コンテンツ
────────────────────────────────
*/
.main-wrap {
  padding-top: 60px;
  z-index: 2;
  position: relative;
  background: url("../img/base/bg.png") repeat;
}

@media only screen and (min-width: 901px) {
  .main-wrap {
    padding-left: 60px;
  }
}
.main-wrap-in {
  z-index: 3;
  position: relative;
  top: 100%;
}

/*
────────────────────────────────
  メインビジュアル
────────────────────────────────
*/
.main-v {
  width: calc(100% - 60px);
  height: calc(100% - 60px);
  position: fixed;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 900px) {
  .main-v {
    left: 0;
  }
}
.main-v-logo {
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.main-v-logo img {
  width: 203px;
}

@media only screen and (max-width: 900px) {
  .main-v-logo {
    padding-left: 60px;
  }
}
@media only screen and (max-width: 500px) {
  .main-v-logo img {
    width: 150px;
  }
}
#vegas {
  width: 100vw;
  height: 100vh;
}

/*
────────────────────────────────
  トップメッセージ
────────────────────────────────
*/
.top-message-wrap {
  padding: 100px 0 110px 0;
  width: 100%;
}
.top-message-wrap h2 {
  font-size: clamp(1.4rem, 2vw, 1.8rem);
  text-align: center;
  letter-spacing: 0.1rem;
}
.top-message-wrap .top-message {
  background: url(../img/top/top-message-bg.png) no-repeat;
  background-size: 168px;
  background-position: center center;
  padding: 40px 0;
}
@media screen and (max-width: 500px) {
  .top-message-wrap .top-message {
    padding: 40px 1.5rem;
  }
}
.top-message-wrap .top-message p {
  font-size: clamp(0.9rem, 2vw, 1.1rem);
  line-height: clamp(1.9rem, 3.5vw, 2.8rem);
  text-align: center;
}
@media screen and (max-width: 400px) {
  .top-message-wrap .top-message p {
    text-align: left;
  }
}

/*
────────────────────────────────
  お知らせ
────────────────────────────────
*/
.news-list-wrap h2 {
  text-align: center;
  font-size: clamp(1.4rem, 2vw, 1.6rem);
  letter-spacing: 0.1rem;
  padding-bottom: 45px;
}
.news-list-wrap .news-list-inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .news-list-wrap .news-list-inner {
    padding: 0 1.5rem;
  }
}
.news-list-wrap .news-list-inner ul {
  padding-bottom: 60px;
}
.news-list-wrap .news-list-inner ul li {
  border-bottom: 1px solid #ccc;
  padding: 30px 0;
}
@media screen and (min-width: 768px) {
  .news-list-wrap .news-list-inner ul li {
    display: flex;
    align-items: center;
  }
}
.news-list-wrap .news-list-inner ul li .news-list-1 {
  display: flex;
  align-items: flex-end;
}
.news-list-wrap .news-list-inner ul li .news-list-date p {
  font-size: 0.9rem;
  font-weight: normal;
}
.news-list-wrap .news-list-inner ul li .news-list-category p {
  padding: 0 10px;
  display: inline-block;
  text-align: center;
  font-size: 0.75rem;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  margin-left: 15px;
}
@media screen and (min-width: 401px) {
  .news-list-wrap .news-list-inner ul li .news-list-category p {
    width: 110px;
  }
}
@media screen and (min-width: 768px) {
  .news-list-wrap .news-list-inner ul li .news-list-ttl {
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .news-list-wrap .news-list-inner ul li .news-list-ttl {
    padding-top: 20px;
  }
}
.news-list-wrap .news-list-inner ul li .news-list-ttl a {
  font-size: clamp(0.9rem, 2vw, 1rem);
  display: inline-block;
}
.news-list-wrap .news-list-inner ul li .news-list-ttl a:hover {
  color: #9b85be;
}
.news-list-wrap .news-list-inner ul li.cat-0 .news-list-category p {
  color: #000;
  border: 1px solid #000;
  background: #fff;
}
.news-list-wrap .news-list-inner ul li.cat-1 .news-list-category p {
  color: #fff;
  border: 1px solid #000;
  background: #000;
}
.news-list-wrap .news-list-inner ul li:first-child {
  border-top: 1px solid #ccc;
}

.category-news p {
  color: #000;
  border: 1px solid #000;
  background: #fff;
}

.category-important p {
  color: #fff;
  border: 1px solid #000;
  background: #000;
}

.news-list-more {
  max-width: 250px;
  margin: 0 auto;
}
.news-list-more a {
  width: 250px;
  text-align: center;
  padding: 20px 10px;
  margin: 0 auto;
  color: #fff;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  font-weight: 600;
  background-color: #7a5b9c;
  transition: 0.3s;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 400px) {
  .news-list-more a {
    width: 100%;
  }
}
.news-list-more a:hover {
  opacity: 0.6;
}
.news-list-more a::after {
  content: "く";
  transform: scaleX(-1);
  display: inline-block;
  color: #fff;
  font-size: 12px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -0.8em;
}

.news-list-more-post {
  padding-top: 60px;
}

.news-page {
  padding-bottom: 90px;
}

.news-post-wrap .news-post-inner {
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  max-width: 780px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 0 60px 0;
}
@media screen and (max-width: 1000px) {
  .news-post-wrap .news-post-inner {
    padding: 20px 1.5rem 60px 1.5rem;
  }
}
.news-post-wrap .news-post-inner .news-post-ttl-wrap {
  padding-bottom: 50px;
}
.news-post-wrap .news-post-inner .news-post-ttl-wrap .news-post-1 {
  display: flex;
  align-items: flex-end;
}
.news-post-wrap .news-post-inner .news-post-ttl-wrap .news-post-date p {
  font-size: 0.9rem;
  font-weight: normal;
}
.news-post-wrap .news-post-inner .news-post-ttl-wrap .news-post-category p {
  padding: 0 10px;
  display: inline-block;
  text-align: center;
  font-size: 0.75rem;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  margin-left: 15px;
}
@media screen and (min-width: 401px) {
  .news-post-wrap .news-post-inner .news-post-ttl-wrap .news-post-category p {
    width: 110px;
  }
}
.news-post-wrap .news-post-inner .news-post-ttl-wrap .cat-0 .news-post-category p {
  color: #000;
  border: 1px solid #000;
  background: #fff;
}
.news-post-wrap .news-post-inner .news-post-ttl-wrap .cat-1 .news-post-category p {
  color: #fff;
  border: 1px solid #000;
  background: #000;
}
.news-post-wrap .news-post-inner .news-post-ttl-wrap .category-news p {
  color: #000;
  border: 1px solid #000;
  background: #fff;
}
.news-post-wrap .news-post-inner .news-post-ttl-wrap .category-important p {
  color: #fff;
  border: 1px solid #000;
  background: #000;
}
.news-post-wrap .news-post-inner .news-post-ttl-wrap h2.news-post-ttl {
  font-size: clamp(1.1rem, 2vw, 1.6rem);
  display: inline-block;
  padding-top: 20px;
}
.news-post-wrap .news-post-inner .news-post-content p {
  font-size: clamp(0.9rem, 2vw, 1rem) !important;
  font-family: "Noto Serif JP", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif !important;
  padding-bottom: 1.5em;
}
.news-post-wrap .news-post-inner .news-post-content .detailText span {
  font-size: clamp(0.9rem, 2vw, 1rem) !important;
}
.news-post-wrap .news-post-inner .news-post-content img {
  width: 100%;
  padding-bottom: 1.5em;
}
.news-post-wrap .news-post-inner .news-post-content a {
  color: #7a5b9c;
  border-bottom: 1px solid;
}
.news-post-wrap .news-post-inner .news-post-content a:hover {
  border-bottom: none;
}

p.pager {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  justify-content: center;
}
p.pager a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-block;
  background: #fff;
  text-align: center;
  line-height: 40px;
  color: #000;
  border: solid 1px #000;
}
p.pager a:hover {
  background: #000;
  color: #fff;
}
p.pager a.current {
  background: #000;
  color: #fff;
}

.cat-0 .news-post-category p {
  color: #000;
  border: 1px solid #000;
  background: #fff;
}

.cat-1 .news-post-category p {
  color: #fff;
  border: 1px solid #000;
  background: #000;
}

/*全体*/
.top-contents {
  position: relative;
  top: 100vh;
  z-index: 3;
  background: url("../img/base/bg.png") repeat;
  overflow: hidden;
}

.contents {
  z-index: 3;
  position: relative;
  overflow: hidden;
  background: url("../img/base/bg.png") repeat;
}

/*
────────────────────────────────
  住職メッセージ
────────────────────────────────
*/
.message-abbot-wrap {
  padding: 0 0 100px 0;
  margin: 0 auto;
}

@media only screen and (min-width: 731px) {
  .message-abbot-wrap {
    max-width: 692px;
  }
}
@media only screen and (max-width: 730px) {
  .message-abbot-wrap {
    width: 100vw;
    padding: 0 1.5rem 100px 1.5rem;
  }
}
.message-abbot-txt-wrap {
  width: 100%;
  background: url("../img/top/top-obbot-bg.png") no-repeat;
  background-size: 167px;
  background-position: center center;
}

@media only screen and (min-width: 731px) {
  .message-abbot-txt-wrap,
  .message-abbot-ttl,
  .message-abbot-txt {
    max-height: 310px;
    writing-mode: vertical-rl;
  }
}
.message-abbot-ttl {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 4rem;
}

@media only screen and (max-width: 730px) {
  .message-abbot-ttl {
    padding-bottom: 10px;
  }
}
.message-abbot-txt {
  font-weight: 500;
  line-height: 2.5rem;
}

@media only screen and (max-width: 730px) {
  .message-abbot-txt {
    font-size: 0.9rem;
    line-height: 2rem;
  }
}
.message-abbot-name {
  padding-right: 15px;
}

.top-obbot-name_pc {
  width: 86px !important;
}

@media only screen and (max-width: 730px) {
  .top-obbot-name_pc {
    display: none;
  }
}
.top-obbot-name_sp {
  width: 60%;
  padding-top: 30px;
}

@media only screen and (max-width: 400px) {
  .top-obbot-name_sp {
    width: 90%;
  }
}
@media only screen and (min-width: 731px) {
  .top-obbot-name_sp {
    display: none;
  }
}
/*住職写真*/
.message-abbot-img {
  padding-top: 90px;
}

.message-abbot-img img {
  width: 100%;
}

/*
────────────────────────────────
  メニュー
────────────────────────────────
*/
.top-con-2clm {
  padding-top: 150px;
}

@media only screen and (min-width: 731px) {
  .top-con-2clm {
    padding-bottom: 1px;
  }
  .top-con-2clm-list,
  .top-con-3clm-list {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.top-con ul li {
  overflow: hidden;
  width: 100%;
  height: 500px;
}
.top-con ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-con-1clm-1 {
  height: 600px !important;
}

@media only screen and (max-width: 730px) {
  .top-con-2clm-list li,
  .top-con-3clm-list li {
    border-bottom: solid 2px #fff;
  }
  .top-con-3clm-list li:last-child {
    padding-bottom: 0;
  }
}
.top-con-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 4;
}

.top-con-ttl span {
  display: inline-block;
  white-space: nowrap;
  writing-mode: vertical-rl;
  background: #fff;
  padding: 50px 30px;
  font-size: clamp(1.2rem, 2vw, 1.3rem);
  letter-spacing: 0.2rem;
  font-weight: 500;
}

.top-con ul li {
  position: relative;
  overflow: hidden;
}

.top-con ul li:after {
  background-size: cover;
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  transition: all 0.4s ease-in-out;
}

.top-con ul li:hover:after {
  transform: scale(1.02);
  opacity: 0.8;
}

.top-con ul li.top-con-1clm-1:hover:after {
  transform: scale(1.015);
  opacity: 0.8;
}

.top-con ul li a {
  position: relative;
  z-index: 5;
  height: 100%;
}

.top-con-2clm-1:after {
  background: url("../img/top/top-con_1.jpg") no-repeat center center;
  background-size: cover;
}

.top-con-2clm-2:after {
  background: url("../img/top/top-con_2.jpg") no-repeat center center;
  background-size: cover;
}

.top-con-1clm-1:after {
  background: url("../img/top/top-con_3.jpg") no-repeat center center;
  height: 600px;
  width: 100%;
  background-size: cover;
}

.top-con-3clm-1:after {
  background: url("../img/top/top-con_4.jpg") no-repeat center center;
  background-size: cover;
}

.top-con-3clm-2:after {
  background: url("../img/top/top-con_5.jpg") no-repeat center center;
  background-size: cover;
}

.top-con-3clm-3:after {
  background: url("../img/top/top-con_6.jpg") no-repeat center center;
  background-size: cover;
}

@media only screen and (min-width: 731px) {
  .top-con-2clm-2 {
    border-left: solid 1px #fff;
  }
  .top-con-3clm-2 {
    border-left: solid 1px #fff;
    border-right: solid 1px #fff;
  }
}
.top-con-3clm-ttl {
  text-align: center;
  padding-top: 70px;
  padding-bottom: 25px;
}

/*
────────────────────────────────
  SNS
────────────────────────────────
*/
.top-sns {
  padding: 110px 0 120px 0;
  text-align: center;
}

@media only screen and (max-width: 700px) {
  .top-sns {
    padding: 110px 1.5rem 120px 1.5rem;
  }
}
.top-c-ttl {
  font-size: clamp(1.4rem, 2vw, 1.6rem);
  letter-spacing: 0.3rem;
  padding-bottom: 45px;
}

.top-sns-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  letter-spacing: 0.1rem;
  padding-bottom: 35px;
}
.top-sns-ttl img.top-sns-ttl-icon {
  width: 35px;
  padding-right: 10px;
}

.facebook-wrapper {
  max-width: 500px;
  margin: 0 auto;
  padding-bottom: 25px;
}

.facebook-wrapper > .fb-page {
  width: 100%;
}

.facebook-wrapper > .fb-page > span,
.facebook-wrapper iframe {
  width: 100% !important;
}

.top-sns-bottom {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 70px;
  margin: 0 auto;
  padding-top: 80px;
}
.top-sns-bottom .top-sns-box {
  text-align: center;
}
.top-sns-bottom .top-sns-box img.top-sns-ttl-pr {
  max-width: 235px;
  padding-bottom: 20px;
}

a.top-sns-btn {
  min-width: 180px;
  margin: 0 auto;
  padding: 20px 25px;
  color: #fff;
  display: inline-block;
  font-size: clamp(0.9rem, 2vw, 1rem);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background-image: url(https://kuhonji-iwaki.com/assets/img/top/sns/newwindow-icon.png);
  background-repeat: no-repeat;
  background-size: 12px 12px;
  background-position: right 20px top 50%;
}

a.top-sns-btn-f {
  background-color: #8894ba;
}

@media only screen and (min-width: 501px) {
  a.top-sns-btn-f {
    max-width: 290px;
  }
}
a.top-sns-btn-i {
  background-color: #ba888a;
}

a.top-sns-btn-l {
  background-color: #88ba88;
}

a.top-sns-btn:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 700px) {
  .top-sns-bottom {
    gap: 25px;
  }
  .top-sns-box img {
    width: 100%;
  }
}
@media only screen and (max-width: 500px) {
  .top-sns-bottom {
    display: block;
  }
  .top-sns-box:last-child {
    padding-top: 80px;
  }
  a.top-sns-btn {
    width: 100%;
    box-sizing: border-box;
  }
}
/*
────────────────────────────────
  Gallery
────────────────────────────────
*/
.slider img {
  width: 100%;
}

.slick-slide img {
  border-right: solid 1px #fff;
}

/*
────────────────────────────────
  マップ
────────────────────────────────
*/
.top-map-wrap {
  padding: 145px 0 180px 0;
  text-align: center;
}

@media only screen and (min-width: 1075px) {
  .top-map-wrap-in {
    max-width: 1075px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 auto;
  }
  .top-map01 iframe {
    width: 500px;
    height: 530px;
  }
}
@media only screen and (max-width: 1074px) {
  .top-map01 iframe {
    width: 100%;
    height: 530px;
    padding: 0 1rem;
  }
}
@media only screen and (max-width: 400px) {
  .top-map01 iframe {
    height: 400px;
  }
}
/*住所*/
.top-map01-txt {
  padding-top: 20px;
  font-weight: 500;
  text-align: left;
}

@media only screen and (max-width: 1074px) {
  .top-map01-txt {
    padding: 20px 0 40px 20px;
  }
}
/*案内画像*/
.top-map02 {
  background: #fff;
}

@media only screen and (max-width: 400px) {
  .top-map02 {
    padding: 10px 0;
  }
}
@media only screen and (min-width: 1075px) {
  .top-map02 img {
    max-width: 500px;
  }
}
@media only screen and (max-width: 1074px) {
  .top-map02 img {
    width: 90%;
  }
}
@media only screen and (min-width: 401px) {
  .top-map02-sp {
    display: none;
  }
}
@media only screen and (max-width: 400px) {
  .top-map02-pc {
    display: none;
  }
}
/*
────────────────────────────────
  フッター
────────────────────────────────
*/
.footer-in {
  width: 100vw;
  background: #fff;
  padding: 70px 0 25px 0;
}
@media screen and (max-width: 500px) {
  .footer-in {
    padding: 70px 0 80px 0;
  }
}

.footer01-in li {
  font-weight: 500;
  letter-spacing: 0.05rem;
}

.f-denwa {
  font-weight: 600;
  padding-right: 20px;
}

.footer02 {
  padding: 85px 1rem 0 1.5rem;
}

.footer02-in {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  margin: 0 auto;
}

.f-logo-pc,
.f-logo-sp {
  width: 150px;
}

.f-logo-sp-wrap {
  text-align: center;
}

.f-logo-sp {
  padding-top: 70px;
}

.footer02-box h4 {
  padding-bottom: 20px;
  display: inline-block;
  position: relative;
}

.footer02-box h4:before {
  content: "";
  position: absolute;
  bottom: -5px;
  /*下線の上下位置調整*/
  display: inline-block;
  width: 22px;
  /*下線の幅*/
  height: 1px;
  /*下線の太さ*/
  background-color: #b596d1;
  /*下線の色*/
  transition: all 0.5s ease 0s;
}

.footer02-link {
  padding: 30px 0 15px 0;
}

.footer02-link li {
  padding-bottom: 10px;
  font-size: 0.9rem;
}

.footer02-link a:hover,
.footer03-link a:hover {
  opacity: 0.6;
}

.footer03-link {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 50px;
}

.footer03-link a {
  font-size: 0.9rem;
  padding: 0 20px;
}

#copyright {
  padding-top: 70px;
  text-align: center;
  font-size: 0.9rem;
  font-family: "Bellefair", serif;
}

@media only screen and (min-width: 555px) {
  .footer01 {
    max-width: 555px;
    margin: 0 auto;
  }
  .footer01-in {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media only screen and (min-width: 801px) {
  .f-logo-sp {
    display: none;
  }
  .footer02-in {
    max-width: 1000px;
  }
  .footer02-box {
    padding-right: 50px;
  }
}
@media only screen and (max-width: 800px) {
  .footer02-in {
    flex-wrap: wrap;
  }
  .f-logo-pc-wrap,
  .f-logo-pc {
    display: none;
  }
  .footer02-in li:last-child {
    padding-right: 0;
  }
}
@media only screen and (max-width: 610px) {
  .footer02,
  .footer03-link {
    display: none;
  }
}
@media only screen and (max-width: 554px) {
  .footer01-in li {
    padding: 0 1.5rem 10px 1.5rem;
    font-size: 0.9rem;
  }
  .footer01 {
    text-align: center;
  }
  .f-logo-sp {
    padding-top: 30px;
    width: 110px;
  }
  #copyright {
    padding-top: 40px;
  }
}
/*
────────────────────────────────
  下部固定CV
────────────────────────────────
*/
@media only screen and (min-width: 501px) {
  .sp-footer-menu-wrap {
    display: none;
  }
}
.sp-footer-menu-wrap {
  position: fixed;
  width: 100%;
  bottom: 0px;
  font-size: 0;
  opacity: 0.9;
  z-index: 99;
}
.sp-footer-menu-wrap ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.sp-footer-menu-wrap ul li {
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 0;
  margin: 0;
  font-size: 3.5vw;
  white-space: nowrap;
}
.sp-footer-menu-wrap ul li a {
  color: #fff;
  text-align: center;
  padding: 20px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sp-footer-menu-wrap ul li:first-child {
  background: #434343;
  border-right: 1px solid #fff;
}
.sp-footer-menu-wrap ul li:first-child img {
  width: 19px;
  padding-right: 5px;
}
.sp-footer-menu-wrap ul li:last-child {
  background: #7a5b9c;
}

/*
────────────────────────────────
  下層ページ
────────────────────────────────
*/
/*下層ページ*/
.sub-v {
  height: 350px;
  width: 100%;
}

@media only screen and (max-width: 785px) {
  .sub-v {
    height: 200px;
    width: 100%;
  }
}
/*お寺の歴史*/
.history-v {
  background: url(../img/about/history/history-ttl.jpg);
  background-position: center;
}

/*年間行事*/
.event-v {
  background: url(../img/about/event/event-ttl.jpg);
  background-position: center;
}

/*墓地について*/
.cemetery-v {
  background: url(../img/cemetery/cemetery-ttl.jpg);
  background-position: center;
  background-size: cover;
}

/*樹木葬*/
.jumokuso-v {
  background: url(../img/cemetery/jumokuso/jumokuso-ttl.jpg);
  background-position: center;
  background-size: cover;
}

/*永代供養墓（納骨檀）*/
.eidaikuyo-v {
  background: url(../img/cemetery/eidaikuyo/eidaikuyo-ttl.jpg);
  background-position: center;
  background-size: cover;
}

/*ペットセレモニー*/
.petceremony-v {
  background: url(../img/cemetery/petceremony/petceremony-ttl.jpg);
  background-position: center;
  background-size: cover;
}

/*預骨堂*/
.yokotsudo-v {
  background: url(../img/cemetery/yokotsudo/yokotsudo-ttl.jpg);
  background-position: center;
  background-size: cover;
}

/*葬儀後に必要なこと*/
.flow-v {
  background: url(../img/cemetery/flow/flow-ttl.jpg);
  background-position: center;
  background-size: cover;
}

/*葬儀の流れ・費用*/
.funeral-v {
  background: url(../img/funeral/funeral-ttl.jpg);
  background-position: center;
  background-size: cover;
}

/*法事・法要*/
.memorial-v {
  background: url(../img/funeral/memorial/memorial-ttl.jpg);
  background-position: center;
  background-size: cover;
}

/*檀信徒会館について*/
.danshinto-v {
  background: url(../img/about/danshinto/danshinto-ttl.jpg);
  background-position: center;
  background-size: cover;
}

/*ロゴについて*/
.logo-v {
  background: url(../img/about/logo/logo-ttl.jpg);
  background-position: center;
}

/*交通のご案内*/
.access-v {
  background: url(../img/access/access-ttl.jpg);
  background-position: center;
}

/*お問い合わせ*/
.contact-v {
  background: url(../img/contact/contact-ttl.jpg);
  background-position: center;
}

/*お問い合わせ*/
.privacy-v {
  background: url(../img/privacy/privacy-ttl.jpg);
  background-position: center;
}

/*タイトル全体*/
.c-page-ttl-box {
  text-align: center;
  padding: 90px 0;
  background: url(../img/base/page-ttl-bg.png) center center no-repeat;
  background-size: 86px 82px;
}

/*親カテゴリタイトル*/
.c-page-ttl-sub {
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.05rem;
  padding: 8px 0;
}

/*タイトル*/
.c-page-ttl-main {
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.2rem;
}

/*コンテンツ全体*/
.c-page-wrap {
  max-width: 900px;
  margin: 0 auto;
}

/*本文*/
.c-page-wrap p {
  padding: 90px 50px;
  font-size: clamp(0.95rem, 2vw, 1.07rem);
  line-height: 2.5rem;
}
.c-page-wrap p.c-page-p-last {
  padding: 90px 50px 10px 50px;
}

/*リード文*/
.c-page-wrap p.c-page-lead {
  text-align: center;
  padding: 0 50px 90px 50px;
}
.c-page-wrap p.c-page-lead a {
  color: #7a5b9c;
  border-bottom: solid 1px #7a5b9c;
}
.c-page-wrap p.c-page-lead a img {
  width: 12px;
  margin: 0 3px;
}
.c-page-wrap p.c-page-lead a:hover {
  border-bottom: none;
}

/*h2タイトル　太文字背景なし*/
.c-page-h2-ttl_01 {
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.2rem;
  text-align: center;
  padding-top: 80px;
}
@media only screen and (min-width: 901px) {
  .c-page-h2-ttl_01 {
    margin-bottom: -40px;
  }
}

/*h2タイトル　太文字背景なし h3上*/
.c-page-h2-ttl_02 {
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.2rem;
  text-align: center;
  padding-top: 80px;
}

/*h2タイトル　太文字背景なし p上*/
.c-page-h2-ttl_03 {
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.2rem;
  text-align: center;
  padding-top: 80px;
}
@media only screen and (min-width: 901px) {
  .c-page-h2-ttl_03 {
    margin-bottom: -20px;
  }
}

.c-page-h3-ttl_01 {
  font-size: clamp(1.2rem, 2vw, 1.4rem);
  font-weight: 500;
  letter-spacing: 0.2rem;
  padding: 20px 20px 20px 30px;
  background: #f1f1f1;
}
@media only screen and (max-width: 900px) {
  .c-page-h3-ttl_01 {
    margin: 0 10px;
  }
}
@media only screen and (max-width: 500px) {
  .c-page-h3-ttl_01 {
    letter-spacing: 0.1rem;
    padding: 20px;
  }
}
.c-page-h3-ttl_01 span.c-page-h3-ttl-number {
  padding-right: 25px;
  border-right: solid 1px #d6d6d6;
  margin-right: 25px;
}
@media only screen and (max-width: 500px) {
  .c-page-h3-ttl_01 span.c-page-h3-ttl-number {
    padding-right: 15px;
    margin-right: 15px;
  }
}

.c-page-h3-ttl_02 {
  margin: 0;
}

.c-page-box-wrap {
  padding: 60px 0 0 0;
}
.c-page-box-wrap p {
  padding: 50px 50px 60px 50px;
}
.c-page-box-wrap a {
  color: #7a5b9c;
}
.c-page-box-wrap .c-page-img-1-first img {
  padding-bottom: 20px;
}
@media only screen and (max-width: 900px) {
  .c-page-box-wrap .c-page-img-1-first img {
    padding-bottom: 3px;
  }
}

/*画像 1カラム*/
.c-page-img-1 img,
.c-page-img-1-last img {
  width: 100%;
}

.c-page-img-1-last {
  padding-bottom: 90px;
}

/*画像 2カラム*/
.c-page-img-2 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.c-page-img-2 img {
  width: 49.6%;
}

.c-page-img-2colum {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.c-page-img-2colum img {
  width: 100%;
  vertical-align: top;
}

@media only screen and (max-width: 900px) {
  .c-page-wrap {
    width: 100%;
  }
  .c-page-wrap p.c-page-lead {
    padding: 0 1rem 60px 1rem;
  }
  .c-page-wrap p {
    padding: 60px 1rem;
  }
  .c-page-wrap p.c-page-p-last {
    padding: 60px 1rem 10px 1rem;
  }
  .c-page-img-1-last {
    padding-bottom: 60px;
  }
  .c-page-img-1 img,
  .c-page-img-1-last img,
  .c-page-img-2,
  .c-page-img-2colum {
    width: 100%;
    padding: 0 10px;
  }
  .c-page-img-2 img {
    width: 49.2%;
  }
  .c-page-img-2colum {
    gap: 10px;
  }
}
@media only screen and (max-width: 785px) {
  .pc-br {
    display: none;
  }
  .c-page-wrap p.c-page-lead {
    text-align: left;
  }
  .c-page-wrap p {
    line-height: 2rem;
  }
}
@media only screen and (min-width: 786px) {
  .sp-br {
    display: none;
  }
}
/*年中行事*/
.event-box-wrap {
  margin-top: -50px;
  padding-bottom: 75px;
}

.event-box {
  margin-top: 80px;
}

.event-box-txt h2 {
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: 0.2rem;
}

.event-box-txt rt {
  font-size: 0.7rem;
  text-align: center;
}

.event-date {
  font-size: 1.3rem;
  padding-right: 15px;
  letter-spacing: 0.2rem;
}

.event-box-txt p {
  line-height: 2.2rem;
}

/*涅槃会説明*/
p.event-3-txt {
  font-size: 0.9rem;
  line-height: 2rem;
  padding: 40px;
  border: 1px solid #e5e5e5;
  margin-top: 50px;
}

@media only screen and (min-width: 991px) {
  .event-box {
    position: relative;
    min-height: 350px;
  }
  .event-box-txt,
  .event-box-img {
    position: absolute;
  }
  .event-box-txt {
    width: 500px;
  }
  .event-box-txt-1 {
    bottom: 0;
    left: 0;
  }
  .event-box-txt p {
    background: url(../img/base/bg.png) repeat;
  }
  .event-box-img-1 {
    bottom: 0;
    right: 0;
  }
  .event-box-txt-2 h2 {
    text-align: right;
  }
  .event-box-txt-2 {
    bottom: 0;
    right: 0;
  }
  .event-box-img img {
    max-width: 500px;
  }
  .event-box-img-2 {
    bottom: 0;
    left: 0;
  }
  .event-box-txt-1 p {
    padding: 30px 30px 0 0;
  }
  .event-box-txt-2 p {
    padding: 30px 0 0 30px;
  }
}
@media only screen and (max-width: 990px) {
  .event-box-wrap {
    padding: 0 1rem 75px 1rem;
  }
  .event-box-txt {
    width: 50%;
  }
  .event-box-txt h2 {
    padding-top: 30px;
    background: url(../img/base/bg.png) repeat;
  }
  .event-box-txt {
    width: 100%;
  }
  .event-box-img img {
    width: 100%;
  }
  .event-box-txt-1 p {
    padding: 30px 0;
  }
  .event-box-txt-2 p {
    padding: 30px 0;
  }
}
.funeral-caution-icon {
  color: #d1c6dd;
  padding-right: 1rem;
}

ul.funeral-caution li {
  padding: 10px 0;
  font-weight: 300;
}

ul.funeral-caution li a {
  color: #7a5b9c;
  border-bottom: solid 1px #7a5b9c;
}

ul.funeral-caution li a img {
  width: 12px;
  margin: 0 5px;
}

ul.funeral-caution li a:hover {
  border-bottom: none;
}

ul.funeral-caution p {
  text-indent: -2rem;
  padding-left: 2rem;
}

@media screen and (max-width: 900px) {
  .cemetery-detail-wrap {
    padding: 0 10px;
  }
}
.cemetery-detail-wrap .cemetery-detail-inner {
  background: #fefefe;
  border: solid 1px #e7e7e7;
  width: 100%;
  padding: 76px 100px;
}
@media screen and (max-width: 767px) {
  .cemetery-detail-wrap .cemetery-detail-inner {
    padding: 76px 40px;
  }
}
@media screen and (max-width: 500px) {
  .cemetery-detail-wrap .cemetery-detail-inner {
    padding: 30px 15px;
  }
}
.cemetery-detail-wrap .cemetery-detail-inner-2 {
  padding: 56px 80px 40px 80px;
  margin-top: -40px;
}
@media screen and (max-width: 767px) {
  .cemetery-detail-wrap .cemetery-detail-inner-2 {
    padding: 35px 20px 20px 20px;
  }
}
@media screen and (max-width: 500px) {
  .cemetery-detail-wrap .cemetery-detail-inner-2 {
    padding: 30px 15px 15px 15px;
  }
}
.cemetery-detail-wrap .cemetery-detail-inner-2 ul.cemetery-detail-list li {
  padding: 0;
  border-bottom: none;
}
.cemetery-detail-wrap h2.cemetery-detail-ttl {
  padding-bottom: 76px;
  font-weight: 400;
  font-size: 1.7rem;
  font-size: clamp(1.4rem, 2vw, 1.7rem);
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 500px) {
  .cemetery-detail-wrap h2.cemetery-detail-ttl {
    padding: 15px 0 50px 0;
  }
}
.cemetery-detail-wrap .cemetery-detail-lead {
  margin-top: -30px;
  padding-bottom: 40px;
}
.cemetery-detail-wrap .cemetery-detail-lead p {
  padding: 0;
  line-height: 2rem;
}
.cemetery-detail-wrap ul.cemetery-detail-list li {
  padding: 20px 25px;
  border-bottom: solid 1px #dbdbdb;
}
@media screen and (min-width: 501px) {
  .cemetery-detail-wrap ul.cemetery-detail-list li {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 500px) {
  .cemetery-detail-wrap ul.cemetery-detail-list li {
    padding: 20px 5px;
  }
}
.cemetery-detail-wrap ul.cemetery-detail-list li a {
  color: #7a5b9c;
}
.cemetery-detail-wrap ul.cemetery-detail-list li a.url-txt {
  font-size: 1rem;
}
.cemetery-detail-wrap ul.cemetery-detail-list li ul.cemetery-detail-list-child {
  width: 100%;
}
.cemetery-detail-wrap ul.cemetery-detail-list li ul.cemetery-detail-list-child li {
  padding: 20px 25px 25px 0px;
  display: block;
  border-bottom: solid 1px #dbdbdb;
}
.cemetery-detail-wrap ul.cemetery-detail-list li ul.cemetery-detail-list-child li p {
  line-height: 1.7rem;
}
.cemetery-detail-wrap ul.cemetery-detail-list li ul.cemetery-detail-list-child li p.cemetery-detail-bikou {
  padding-top: 10px;
  font-size: clamp(0.9rem, 2vw, 1rem);
  line-height: clamp(1.3rem, 2vw, 1.5rem);
}
.cemetery-detail-wrap ul.cemetery-detail-list li ul.cemetery-detail-list-child li:first-child {
  padding: 5px 25px 25px 0;
}
.cemetery-detail-wrap ul.cemetery-detail-list li ul.cemetery-detail-list-child li:last-child {
  padding: 25px 25px 10px 0;
  border-bottom: none;
}
.cemetery-detail-wrap ul.cemetery-detail-list li h3 {
  font-weight: 600;
  padding: 0;
  font-size: 1.1rem;
  width: 100%;
}
.cemetery-detail-wrap ul.cemetery-detail-list li p {
  font-weight: 500;
  padding: 0;
  font-size: 1.2rem;
  width: 100%;
}
.cemetery-detail-wrap ul.cemetery-detail-list li p span.cemetery-detail-remarks {
  font-size: 1rem;
  line-height: 1.8rem;
  display: inline-block;
}
.cemetery-detail-wrap ul.cemetery-detail-list li p span.cemetery-detail-caution {
  font-size: 0.95rem;
  display: inline-block;
  font-weight: 400;
  padding-top: 10px;
}
.cemetery-detail-wrap ul.cemetery-detail-list li p span.tel-ttl {
  font-size: 0.85rem;
  padding-right: 1em;
  width: 3em;
  display: inline-block;
}
.cemetery-detail-wrap ul.cemetery-detail-list li span.cemetery-detail-price {
  font-size: clamp(1.2rem, 2vw, 1.3rem);
}
.cemetery-detail-wrap ul.cemetery-detail-list li span.cemetery-detail-price-2 {
  font-size: clamp(1.3rem, 2vw, 1.6rem);
}
.cemetery-detail-wrap ul.cemetery-detail-list li p.cemetery-detail-midashi {
  font-size: 1.1rem;
  width: 130px;
  font-weight: 300;
}
.cemetery-detail-wrap ul.cemetery-detail-list li p.cemetery-detail-midashi-l {
  font-size: 1.1rem;
  width: 200px;
  font-weight: 300;
  padding-right: 20px;
}
.cemetery-detail-wrap ul.cemetery-detail-list li p.cemetery-detail-midashi-ll {
  font-size: 1.05rem;
  width: 365px;
  font-weight: 400;
  padding-right: 20px;
}
.cemetery-detail-wrap ul.cemetery-detail-list li p.cemetery-detail-midashi-ll span {
  font-size: 0.85rem;
  line-height: 1.1rem;
  display: block;
}
.cemetery-detail-wrap ul.cemetery-detail-list li p.cemetery-detail-midashi-lll {
  font-size: 1.05rem;
  width: 400px;
  font-weight: 400;
  padding-right: 20px;
}
.cemetery-detail-wrap ul.cemetery-detail-list li p.cemetery-detail-midashi-llll {
  font-size: 1.05rem;
  line-height: 1.6rem;
  max-width: 610px;
  font-weight: 400;
  padding-right: 20px;
}
.cemetery-detail-wrap ul.cemetery-detail-list li p.cemetery-detail-midashi-llll span {
  font-size: 0.85rem;
  line-height: 1.1rem;
  display: block;
  padding-top: 10px;
}
@media screen and (max-width: 500px) {
  .cemetery-detail-wrap ul.cemetery-detail-list li p.cemetery-detail-midashi-llll span {
    padding: 5px 0;
  }
}
.cemetery-detail-wrap ul.cemetery-detail-list li:first-child {
  padding: 0 25px 20px 25px;
}
@media screen and (max-width: 500px) {
  .cemetery-detail-wrap ul.cemetery-detail-list li:first-child {
    padding: 0 5px 20px 5px;
  }
}

/*お問い合わせ*/
.c-page-contact-wrap {
  max-width: 580px;
  margin: 0 auto;
  padding: 80px 0;
  text-align: center;
}

.c-page-contact-wrap-memorial {
  padding: 0 0 80px 0;
}

p.c-page-contact-lead {
  font-size: clamp(1rem, 2vw, 1.1rem);
  font-weight: 400;
  padding: 0 0 20px 0;
}

.c-page-contact-btn {
  position: relative;
}

.c-page-contact-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-page-contact-btn a {
  width: 100%;
  padding: 40px 10px;
  margin: 0 auto;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  background-color: #7a5b9c;
  transition: 0.3s;
  box-sizing: border-box;
}

.c-page-contact-btn a::after {
  content: "く";
  transform: scaleX(-1);
  display: inline-block;
  color: #fff;
  font-size: 15px;
  position: absolute;
  right: 30px;
}

.c-page-contact-btn a:hover {
  text-decoration: none;
  background-color: #8765ab;
}

.contact-line-wrap {
  padding-top: 15px;
}
.contact-line-wrap .contact-line-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(1.4rem, 4vw, 1.5rem);
  letter-spacing: 0.1rem;
  padding-bottom: 20px;
  font-weight: 500;
}
.contact-line-wrap .contact-line-ttl img.contact-line-ttl-icon {
  width: 35px;
  padding-right: 10px;
}
.contact-line-wrap .contact-line-qr img {
  max-width: 235px;
  padding-bottom: 20px;
}
.contact-line-wrap .c-page-contact-btn a.line-color {
  background: #73b173;
}
.contact-line-wrap .c-page-contact-btn a:hover {
  background: #88ba88;
}

/*電話番号*/
.c-page-contact-tel {
  padding-top: 10px;
}

p.c-page-contact-ttl,
p.c-page-contact-time {
  padding: 0;
}

p.c-page-contact-num {
  padding: 0 25px;
  font-size: 2rem;
  letter-spacing: 0.03rem;
  font-weight: 600;
}

@media only screen and (min-width: 581px) {
  .c-page-contact-tel {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .c-page-contact-btn a {
    width: 100%;
  }
}
@media only screen and (max-width: 580px) {
  .c-page-contact-wrap {
    padding: 60px 1rem;
  }
  .c-page-contact-wrap-memorial {
    padding: 0 1rem 60px 1rem;
  }
  .c-page-contact-btn a {
    width: auto;
  }
  .c-page-contact-btn a::after {
    right: 20px;
  }
}
/*ロゴ*/
.creator-profile-wrap {
  padding-bottom: 100px;
}

.creator-profile-left {
  margin-right: 46px;
}

.creator-profile-left img {
  max-width: 256px;
}

p.creator-profile-position {
  font-size: 0.85rem;
  padding: 0;
}

p.creator-profile-name {
  font-size: 1.4rem;
  padding: 0 0 36px 0;
}

p.creator-profile-content {
  font-size: 0.85rem;
  padding: 0 0 10px 0;
}

a.creator-profile-site {
  font-size: 0.85rem;
  color: #7a5b9c;
}

.creator-profile-sns {
  padding-top: 10px;
  display: flex;
  align-items: center;
}

.creator-profile-sns a {
  color: #7a5b9c;
  font-size: 1.3rem;
  padding-right: 20px;
}

@media only screen and (min-width: 501px) {
  .creator-profile-wrap {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 800px) {
  .creator-profile-wrap {
    padding: 0 1rem 100px 1rem;
  }
  .creator-profile-left {
    margin-right: 1.5rem;
  }
  .creator-profile-left img {
    max-width: 200px;
  }
  p.creator-profile-name {
    font-size: 1.2rem;
    padding: 0 0 25px 0;
  }
  p.creator-profile-position {
    padding-top: 10px;
  }
}
/*スマホメニュー*/
/* SP時：ハンバーガーメニューボタン */
.global-nav-icon {
  display: none;
}

@media screen and (max-width: 768px) {
  .global-nav-header {
    height: 50px;
  }
  .global-nav .nav-list {
    background: rgba(0, 0, 0, 0.8);
    display: none;
    left: 50%;
    padding: 10px;
    position: absolute;
    transform: translate(-50%, 0%);
    width: 100%;
  }
  .global-nav .nav-list .nav-item a {
    border-bottom: 1px solid #ccc;
    border-right: none;
    color: #fff;
    padding: 1rem 1rem;
    text-align: left;
  }
  .global-nav .nav-list .nav-item:last-child a {
    border-bottom: none;
  }
  .global-nav-icon {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-size: 28px;
    position: absolute;
    right: 5px;
    top: 15px;
    z-index: 2;
  }
}
@media screen and (max-width: 768px) {
  .nav-item_sub {
    display: none;
  }
  .global-nav {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
  }
  .nav-list {
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
/*交通案内*/
.access-gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.access-gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.access-map {
  padding-bottom: 90px;
}

.access-map-02 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

ul.access-exp-wrap {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 90px;
}
ul.access-exp-wrap li {
  border-top: 1px solid #ccc;
  padding: 25px;
}
ul.access-exp-wrap li h2 {
  padding-bottom: 3px;
}
ul.access-exp-wrap li h2 i {
  color: #8765ab;
  padding-right: 10px;
}
ul.access-exp-wrap li p {
  padding: 0;
}
ul.access-exp-wrap li:last-child {
  border-bottom: 1px solid #ccc;
}

@media only screen and (min-width: 786px) {
  ul.access-add {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 45px 0;
  }
  ul.access-add li:first-child {
    padding-right: 50px;
  }
  .access-map {
    max-width: 800px;
    margin: 0 auto;
  }
  .access-map-01 img {
    max-width: 800px;
  }
  .access-map-02 img {
    max-width: 258px;
  }
}
@media only screen and (max-width: 785px) {
  ul.access-add {
    padding: 45px 1rem;
  }
  .access-map {
    width: 100%;
    padding: 0 1rem 45px 1rem;
  }
  .access-map-01 img {
    width: 100%;
  }
  .access-map-02 img {
    width: 32%;
  }
}
/*お問い合わせ*/
.contact-wrap {
  max-width: 700px;
  margin: 0 auto;
}

.contact-lead {
  padding-bottom: 40px;
  font-weight: 400;
}

.contact-lead a {
  color: #7a5b9c;
}

.contact-lead li {
  padding-left: 2em;
  text-indent: -2em;
  font-size: 0.95rem;
}

.hissu {
  padding: 5px;
  color: #fff;
  background: #cc2a35;
  font-size: 0.8rem;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  margin-left: 10px;
  font-weight: bold;
}

@media only screen and (max-width: 785px) {
  .contact-wrap {
    width: 100%;
    padding: 0 1rem;
  }
}
/*フォーム*/
#formWrap {
  width: 700px;
  margin: 0 auto;
  line-height: 120%;
  font-size: 90%;
}

table.formTable {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  table-layout: fixed;
}

table.formTable tr:first-child {
  border-top: 1px solid #ccc;
}

table.formTable td,
table.formTable th {
  border-bottom: 1px solid #ccc;
}

table.formTable th {
  width: 30%;
  text-align: left;
  font-weight: 400;
  vertical-align: middle;
}

form input,
form textarea {
  padding: 10px;
  border: solid 1px #aaa;
  box-sizing: border-box;
  width: 100%;
}

.submit-wrap {
  margin: 40px 0 50px 0;
}

form input[type=submit],
form input[type=button] {
  display: block;
  justify-content: center;
  width: 420px;
  height: 74px;
  color: #fff;
  font-size: 1.1rem;
  letter-spacing: 0.1rem;
  margin: 0 auto;
  border: none;
}

form input[type=submit] {
  background: #7a5b9c;
}

form input[type=button] {
  background: #777777;
}

form input[type=submit]:hover,
form input[type=button]:hover {
  opacity: 0.7;
  transition: 0.3s;
}

.selectbox {
  width: 90%;
  position: relative;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  font-size: 1em;
  border: #aaa 1px solid;
  border-radius: 0;
  background: #fff;
}

.selectbox::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 5%;
  border-bottom: #333 2px solid;
  border-right: #333 2px solid;
  transform: rotate(45deg) translateY(-30%);
}

@media screen and (min-width: 701px) {
  table.formTable td,
  table.formTable th {
    padding: 20px 0;
  }
  .selectbox::after {
    top: 43%;
  }
  form textarea {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  #formWrap {
    width: 95%;
    margin: 0 auto;
  }
  table.formTable th,
  table.formTable td {
    width: auto;
    display: block;
  }
  table.formTable th {
    border-bottom: 0;
    padding: 20px 0 10px 0;
  }
  table.formTable td {
    padding-bottom: 20px;
  }
  form input[type=text],
  form textarea {
    width: 100%;
    padding: 5px;
    font-size: 110%;
    display: block;
  }
  form input[type=submit],
  form input[type=button] {
    display: block;
    max-width: 420px;
    height: 74px;
  }
  .selectbox::after {
    top: 26%;
  }
}
@media screen and (max-width: 500px) {
  form input[type=submit],
  form input[type=button] {
    display: block;
    width: 100%;
    height: 74px;
  }
}
/*プライバシーポリシー*/
.privacy-wrap {
  max-width: 700px;
  margin: 0 auto;
  padding-bottom: 90px;
}

@media screen and (max-width: 700px) {
  .privacy-wrap {
    width: 100%;
    padding: 0 1rem 60px 1rem;
  }
}
.privacy-wrap p {
  padding: 20px 0 60px 0;
  font-weight: 300;
}

p.privacy-last {
  padding: 20px 0;
}

.privacy-ttl {
  font-size: 1.2rem;
  border-bottom: 1px solid #333;
  padding-bottom: 15px;
}

::-webkit-full-page-media,
:future,
:root .flow-list-wrap ul {
  gap: 0 2.3rem;
  margin-left: -30px;
}

@media screen and (max-width: 500px) {
  ::-webkit-full-page-media,
  :future,
  :root .flow-list-wrap ul {
    gap: 0 1.8rem;
  }
}
.flow-list-wrap {
  padding-bottom: 70px;
}
.flow-list-wrap ul {
  display: flex;
  justify-content: center;
  gap: 0 8px;
}
@media screen and (max-width: 500px) {
  .flow-list-wrap ul {
    gap: 0;
  }
}
.flow-list-wrap ul li p {
  font-size: 1.25rem;
  font-weight: 500;
  writing-mode: vertical-lr;
  color: #60506d;
}
@media screen and (max-width: 400px) {
  .flow-list-wrap ul li p {
    font-size: 4.5vw;
  }
}
.flow-list-wrap ul li.flow-list-maru p:before {
  content: "●";
  color: #c5bbd2;
  font-size: 12px;
  padding-bottom: 10px;
}
.flow-list-wrap ul li.flow-list-arrow p {
  color: #b7a4c2;
  margin-top: 60px;
}

.flow-box-wrap {
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .flow-box-wrap {
    padding: 0 10px;
  }
}
.flow-box-wrap .flow-box {
  background: #f8f8f8;
  border: solid 1px #e7e7e7;
  width: 100%;
  margin-bottom: 38px;
  position: relative;
}
@media screen and (min-width: 501px) {
  .flow-box-wrap .flow-box {
    display: flex;
  }
}
.flow-box-wrap .flow-box img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 501px) {
  .flow-box-wrap .flow-box img {
    max-width: 230px;
  }
}
@media screen and (max-width: 500px) {
  .flow-box-wrap .flow-box img {
    width: 100%;
    height: 300px;
  }
}
.flow-box-wrap .flow-box .flow-box-txt {
  padding: 68px 50px;
}
@media screen and (max-width: 500px) {
  .flow-box-wrap .flow-box .flow-box-txt {
    padding: 40px 50px 50px 50px;
  }
}
@media screen and (max-width: 400px) {
  .flow-box-wrap .flow-box .flow-box-txt {
    padding: 20px 30px 35px 30px;
  }
}
.flow-box-wrap .flow-box .flow-box-txt h2 {
  font-size: 1.5rem;
  padding-bottom: 15px;
}
.flow-box-wrap .flow-box .flow-box-txt p {
  font-size: 0.95rem;
}
.flow-box-wrap .triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 11px solid transparent;
  border-left: 11px solid transparent;
  border-top: 13px solid #8469a3;
  border-bottom: 0;
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 500px) {
  .flow-box-wrap .triangle {
    border-right: 14px solid transparent;
    border-left: 14px solid transparent;
    border-top: 16px solid #8469a3;
    bottom: -17px;
  }
}

@media screen and (max-width: 900px) {
  .funeral-step-wrap {
    padding: 0 10px;
  }
}
.funeral-step-wrap .funeral-step-inner {
  background: #fefefe;
  border: solid 1px #e7e7e7;
  width: 100%;
  margin-bottom: 38px;
  position: relative;
}
.funeral-step-wrap .funeral-step-inner .funeral-step-box-wrap {
  padding: 55px;
}
@media screen and (max-width: 500px) {
  .funeral-step-wrap .funeral-step-inner .funeral-step-box-wrap {
    padding: 30px 20px;
  }
}
@media screen and (min-width: 501px) {
  .funeral-step-wrap .funeral-step-inner .funeral-step-box {
    display: flex;
    align-items: flex-start;
  }
}
@media screen and (max-width: 500px) {
  .funeral-step-wrap .funeral-step-inner .funeral-step-box {
    text-align: center;
  }
}
.funeral-step-wrap .funeral-step-inner .funeral-step-box .funeral-step-txt h4 {
  font-weight: 500;
  font-size: 1.3rem;
  padding-bottom: 20px;
}
.funeral-step-wrap .funeral-step-inner .funeral-step-box .funeral-step-txt h4 span {
  font-size: 1.1rem;
}
.funeral-step-wrap .funeral-step-inner .funeral-step-box .funeral-step-txt p {
  line-height: 1.8rem;
  font-size: 1rem;
  padding: 0;
  font-weight: 400;
  text-align: left;
}
.funeral-step-wrap .funeral-step-inner .funeral-step-box img {
  width: 220px;
}
@media screen and (min-width: 501px) {
  .funeral-step-wrap .funeral-step-inner .funeral-step-box img {
    padding-right: 35px;
  }
}
@media screen and (max-width: 500px) {
  .funeral-step-wrap .funeral-step-inner .funeral-step-box img {
    width: 100%;
    padding-bottom: 25px;
  }
}
.funeral-step-wrap .funeral-step-inner .triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 11px solid transparent;
  border-left: 11px solid transparent;
  border-top: 13px solid #8469a3;
  border-bottom: 0;
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 500px) {
  .funeral-step-wrap .funeral-step-inner .triangle {
    border-right: 14px solid transparent;
    border-left: 14px solid transparent;
    border-top: 16px solid #8469a3;
    bottom: -17px;
  }
}

@media screen and (max-width: 900px) {
  .funeral-qa-wrap {
    padding: 0 10px;
  }
}
.funeral-qa-wrap ul li {
  border-bottom: solid 1px #e7e7e7;
  padding: 50px 0;
}
@media screen and (max-width: 900px) {
  .funeral-qa-wrap ul li {
    padding: 50px 20px;
  }
}
.funeral-qa-wrap ul li .funeral-qa-q {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.funeral-qa-wrap ul li .funeral-qa-q p {
  font-size: 2rem;
  font-family: "Bellefair", serif;
  color: #8469a3;
  padding: 0;
}
.funeral-qa-wrap ul li .funeral-qa-q h4 {
  font-size: clamp(1.2rem, 2vw, 1.3rem);
  padding-bottom: 40px;
  font-weight: 500;
}
@media screen and (max-width: 500px) {
  .funeral-qa-wrap ul li .funeral-qa-q h4 {
    padding-bottom: 25px;
  }
}
.funeral-qa-wrap ul li .uneral-qa-a p {
  font-weight: 400;
  padding: 0;
}

.vr-bnr-wrap {
  padding-top: 80px;
}
@media screen and (max-width: 900px) {
  .vr-bnr-wrap {
    padding: 80px 10px 0 10px;
  }
}
.vr-bnr-wrap a {
  transition: 0.4s all;
}
.vr-bnr-wrap a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 500px) {
  .vr-bnr-wrap .vr-bnr-pc {
    display: none;
  }
}
.vr-bnr-wrap .vr-bnr-pc img {
  width: 100%;
}
.vr-bnr-wrap .vr-bnr-sp {
  text-align: center;
}
@media screen and (min-width: 501px) {
  .vr-bnr-wrap .vr-bnr-sp {
    display: none;
  }
}
.vr-bnr-wrap .vr-bnr-sp img {
  width: 90%;
}/*# sourceMappingURL=style.css.map */