@charset "UTF-8";
/*	com-color
サイト内で主に使用する色の変数
------------------------------------ */
/*	使用フォント一覧
------------------------------------ */
@font-face {
  font-family: "ZenOldMincho-Black";
  src: url(../fonts/ZenOldMincho-Black.ttf);
}
@font-face {
  font-family: "ZenOldMincho-Bold";
  src: url(../fonts/ZenOldMincho-Bold.ttf);
}
@font-face {
  font-family: "ZenOldMincho-Medium";
  src: url(../fonts/ZenOldMincho-Medium.ttf);
}
@font-face {
  font-family: "ZenOldMincho-Regular";
  src: url(../fonts/ZenOldMincho-Regular.ttf);
}
@font-face {
  font-family: "ZenOldMincho-SemiBold";
  src: url(../fonts/ZenOldMincho-SemiBold.ttf);
}
@font-face {
  font-family: "ZenKakuGothicNew-Black";
  src: url(../fonts/ZenKakuGothicNew-Black.ttf);
}
@font-face {
  font-family: "ZenKakuGothicNew-Bold";
  src: url(../fonts/ZenKakuGothicNew-Bold.ttf);
}
@font-face {
  font-family: "ZenKakuGothicNew-Medium";
  src: url(../fonts/ZenKakuGothicNew-Medium.ttf);
}
@font-face {
  font-family: "ZenKakuGothicNew-Regular";
  src: url(../fonts/ZenKakuGothicNew-Regular.ttf);
}
@font-face {
  font-family: "ZenKakuGothicNew-Light";
  src: url(../fonts/ZenKakuGothicNew-Light.ttf);
}
/*	transition,hover
ホバー時のtransition秒数を統一、ホバーアクション
------------------------------------ */
/*	media-screen
画面サイズごとのcss設定に使用
------------------------------------ */
@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
/*	layout
その他パーツ
------------------------------------ */
/*	com-color
サイト内で主に使用する色の変数
------------------------------------ */
/*	使用フォント一覧
------------------------------------ */
@font-face {
  font-family: "ZenOldMincho-Black";
  src: url(../fonts/ZenOldMincho-Black.ttf);
}
@font-face {
  font-family: "ZenOldMincho-Bold";
  src: url(../fonts/ZenOldMincho-Bold.ttf);
}
@font-face {
  font-family: "ZenOldMincho-Medium";
  src: url(../fonts/ZenOldMincho-Medium.ttf);
}
@font-face {
  font-family: "ZenOldMincho-Regular";
  src: url(../fonts/ZenOldMincho-Regular.ttf);
}
@font-face {
  font-family: "ZenOldMincho-SemiBold";
  src: url(../fonts/ZenOldMincho-SemiBold.ttf);
}
@font-face {
  font-family: "ZenKakuGothicNew-Black";
  src: url(../fonts/ZenKakuGothicNew-Black.ttf);
}
@font-face {
  font-family: "ZenKakuGothicNew-Bold";
  src: url(../fonts/ZenKakuGothicNew-Bold.ttf);
}
@font-face {
  font-family: "ZenKakuGothicNew-Medium";
  src: url(../fonts/ZenKakuGothicNew-Medium.ttf);
}
@font-face {
  font-family: "ZenKakuGothicNew-Regular";
  src: url(../fonts/ZenKakuGothicNew-Regular.ttf);
}
@font-face {
  font-family: "ZenKakuGothicNew-Light";
  src: url(../fonts/ZenKakuGothicNew-Light.ttf);
}
/*	transition,hover
ホバー時のtransition秒数を統一、ホバーアクション
------------------------------------ */
/*	media-screen
画面サイズごとのcss設定に使用
------------------------------------ */
@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
/*	layout
その他パーツ
------------------------------------ */
/*	font-size
スマホ時にフォントサイズを自動で変更
※13px以下は文字が読めないためPC/SP同じサイズ
------------------------------------ */
/************************************************

    SP layout
    スマホ時のcss

************************************************/
/* =========================================
    body  SP
    全体
========================================= */
/* =========================================
    main  SP
========================================= */
/*	cmn parts  SP
------------------------------------ */
.com-inner {
  padding: 50px 15px;
}

.com-sub-inner {
  padding: 50px 15px;
  margin: auto;
}

.com-ttl01 {
  writing-mode: unset;
  padding-top: 0;
  padding-left: 35px;
  background: url(/img/all/com-ico.png) no-repeat left 3px/25px;
}

.com-btn01 {
  width: 180px;
  padding: 12px 10px;
}
.com-btn01::after {
  right: 15px;
}

.com-tel {
  text-align: center;
  padding-bottom: 15px;
}
.com-tel-num {
  padding-left: 22px;
  background: url(/img/all/tel-icon.png) no-repeat left 3px/18px;
}
.com-tel-svg {
  width: 200px;
}

.com-txt p:nth-of-type(n + 2) {
  margin-top: 20px;
}

.com-table01 th {
  display: block;
  width: 100%;
  padding: 10px 10px 10px 30px;
}
.com-table01 th::before {
  width: 12px;
  height: 12px;
  left: 10px;
}
.com-table01 td {
  display: block;
  padding: 15px 10px;
  border-bottom: 2px solid #c3c3c3;
}

.com-table02 th {
  display: block;
  width: 100%;
  text-align: left;
  padding: 7px 15px;
}
.com-table02 th::before {
  width: 95%;
  height: 1px;
  transform: translateX(-50%);
  left: 50%;
  top: unset;
  bottom: 0;
}
.com-table02 td {
  display: block;
  width: 100%;
  text-align: left;
  padding: 7px 15px;
}

/* =========================================
    top  sp
    top-news
========================================= */
#top-news .bg {
  background-color: #faf7ed;
}
#top-news .bg::before {
  display: none;
}
#top-news .container {
  position: relative;
  display: block;
  padding-bottom: 70px;
}
#top-news .container-box {
  width: 100%;
  min-height: auto;
  position: unset;
}
#top-news .ttl {
  margin-left: 0;
}
#top-news .list {
  margin-top: 10px;
  margin-left: 0;
  margin-right: 0;
}
#top-news .list-top {
  display: block;
}
#top-news .btn {
  position: absolute;
  bottom: 0;
  transform: translateX(-50%);
  left: 50%;
  margin-top: 0;
}

/* =========================================
    top  sp
    top-about
========================================= */
#top-about .bg {
  background: none;
}
#top-about .inner {
  padding: 50px 15px 300px;
  position: relative;
}
#top-about .inner::before {
  position: absolute;
  content: "";
}
#top-about .inner::before {
  width: 220px;
  height: 187px;
  left: 10px;
  bottom: 90px;
}
#top-about .inner::after {
  width: 250px;
  height: 157px;
  left: unset;
  right: 10px;
  bottom: -20px;
}
#top-about .container {
  padding-top: 0;
}
#top-about .ttl {
  position: unset;
  transform: unset;
}
#top-about .txt {
  margin-top: 25px;
}
#top-about .img {
  margin: 0;
  padding-top: 260px;
  background: url(/img/top/map.png) no-repeat center top/300px;
}

/* =========================================
    top  sp
    top-prayers
========================================= */
#top-prayers .bg {
  background: #faf7ed;
}
#top-prayers .bg::before {
  width: 57px;
  height: 24px;
  top: 65px;
  left: calc(50% - 45px);
}
#top-prayers .inner {
  padding: 100px 15px 50px;
}
#top-prayers .container {
  width: 100%;
}
#top-prayers .container-top {
  display: block;
}
#top-prayers .sp-img {
  margin-top: 25px;
}
#top-prayers .txt {
  margin-top: 15px;
  margin-left: 0px;
}
#top-prayers .list {
  justify-content: center;
  max-width: 440px;
  margin: 25px auto 0;
  padding: 20px 35px;
}
#top-prayers .list-item:nth-of-type(n + 2) {
  margin-top: 0;
  margin-left: 10px;
}
#top-prayers .list-item:nth-of-type(n + 4) {
  margin-top: 10px;
}
#top-prayers .btn {
  margin: 35px auto 0;
}

/* =========================================
    top  sp
    top-memorial
========================================= */
#top-memorial .bg {
  background: #faf7ed;
}
#top-memorial .bg::before {
  width: 57px;
  height: 24px;
  top: 15px;
  left: calc(50% - 45px);
}
#top-memorial .container {
  width: 100%;
}
#top-memorial .container-top {
  display: block;
}
#top-memorial .sp-img {
  margin-top: 25px;
}
#top-memorial .txt {
  margin-top: 15px;
  margin-left: 0px;
}
#top-memorial .list {
  justify-content: center;
  max-width: 440px;
  margin: 25px auto 0;
  padding: 20px 8px;
}
#top-memorial .list-item:nth-of-type(n + 2) {
  margin-top: 0;
  margin-left: 10px;
}
#top-memorial .list-item:nth-of-type(n + 4) {
  margin-top: 10px;
}
#top-memorial .btn {
  margin: 35px auto 0;
}
#top-memorial .img {
  margin-top: 35px;
}

/* =========================================
    top  sp
    top-banner
========================================= */
#top-banner .list {
  display: block;
}
#top-banner .list-item {
  width: 100%;
  max-width: unset;
  height: 320px;
}
#top-banner .list-ttl {
  height: 230px;
  left: 35px;
  padding: 15px 0 30px;
}
#top-banner .list-ttl::before {
  height: 18px;
}

/* =========================================
    top  sp
    top-contact
========================================= */
#top-contact .container {
  display: block;
  padding: 30px 0;
}
#top-contact .wrap {
  margin-top: 25px;
  margin-left: 0;
}
#top-contact .wrap-box {
  display: block;
  margin-top: 20px;
}
#top-contact .txt {
  line-height: 2.2;
}
#top-contact .com-tel-num {
  padding-left: 20px;
  background: url(/img/all/tel-ico-color.png) no-repeat left 2px/15px;
}
#top-contact .com-tel-svg {
  transform: translateX(-50%);
  left: 50%;
}
#top-contact .btn {
  display: block;
  width: 180px;
  margin: 15px auto 0;
}

/* =========================================
    top  sp
    top-access
========================================= */
#top-access .container {
  display: block;
}
#top-access .wrap {
  margin-left: 0;
  margin-top: 20px;
}
#top-access .map {
  height: 250px;
}

/* =========================================
    top  sp
    top-photo
========================================= */
#top-photo .bg::before {
  bottom: 75px;
}
#top-photo .inner {
  padding: 50px 15px;
}
#top-photo .container {
  padding: 50px 15px;
}
#top-photo .container::before {
  width: 57px;
  height: 23px;
  top: 32px;
  left: calc(50% + 80px);
}
#top-photo .ttl {
  position: unset;
  transform: unset;
}
#top-photo .list {
  gap: 10px;
  margin-top: 20px;
}
#top-photo .list-item {
  flex-basis: calc((100% - 10px) / 2);
  max-width: calc((100% - 10px) / 2);
  height: 40vw;
  min-height: 140px;
}
#top-photo .btn {
  margin: 30px auto 0;
}

/* =========================================

    sub layout  SP
    下層ページのスマホ時css
		sub-sp

========================================= */
/* =========================================
    sub  SP
    com-contact
========================================= */
#com-contact .container {
  display: block;
  padding: 30px 0;
}
#com-contact .wrap {
  margin-top: 25px;
  margin-left: 0;
}
#com-contact .wrap-box {
  display: block;
  margin-top: 20px;
}
#com-contact .txt {
  line-height: 2.2;
}
#com-contact .com-tel-num {
  padding-left: 20px;
  background: url(/img/all/tel-ico.png) no-repeat left 2px/15px;
}
#com-contact .com-tel-svg {
  transform: translateX(-50%);
  left: 50%;
}
#com-contact .btn {
  display: block;
  width: 180px;
  margin: 15px auto 0;
}

/* =========================================
    sub  SP
    sub-about
========================================= */
#sub-greeting .container {
  padding-top: 0;
}
#sub-greeting .ttl {
  position: unset;
  transform: unset;
}
#sub-greeting .wrap {
  flex-wrap: wrap;
  flex-direction: column-reverse;
}
#sub-greeting .wrap-img {
  width: 100%;
  margin-top: 25px;
}
#sub-greeting .wrap-box {
  margin-right: 0;
  margin-top: 20px;
}

#sub-about .bg::before {
  top: 75px;
  left: calc(50% + 70px);
}
#sub-about .container {
  padding-top: 0;
}
#sub-about .ttl {
  position: unset;
  transform: unset;
}
#sub-about .img {
  position: unset;
  transform: unset;
  margin-top: 25px;
}
#sub-about .txt {
  text-align: left;
  line-height: 2.4;
  margin-top: 25px;
}

#sub-tour .container {
  display: block;
}
#sub-tour .ttl {
  width: auto;
}
#sub-tour .txt {
  line-height: 2.4;
  margin: 25px 0px 0 0px;
}
#sub-tour .img {
  margin-top: 25px;
}

#sub-event .bg::before {
  width: 57px;
  height: 23px;
  top: 85px;
  right: 30px;
  left: unset;
}
#sub-event .container {
  padding-top: 0;
}
#sub-event .ttl {
  position: unset;
  transform: unset;
}
#sub-event .list {
  margin-top: 25px;
}
#sub-event .list-item:nth-of-type(n + 2) {
  margin-top: 50px;
}

#sub-photo .container {
  padding-top: 0;
}
#sub-photo .ttl {
  position: unset;
  transform: unset;
}
#sub-photo .list {
  gap: 15px;
  margin-top: 25px;
}
#sub-photo .list-item {
  flex-basis: calc((100% - 15px) / 2);
  max-width: calc((100% - 15px) / 2);
  height: 43.4vw;
  min-height: 152px;
}

/* =========================================
    sub  SP
    sub-prayers
========================================= */
#sub-prayers .bg::before {
  height: 300px;
}
#sub-prayers .bg::after {
  width: 57px;
  height: 24px;
  top: 185px;
  left: unset;
  right: 30px;
}
#sub-prayers .primary {
  padding: 15px;
}
#sub-prayers .container {
  padding-top: 35px;
}
#sub-prayers .ttl {
  position: unset;
  transform: unset;
}
#sub-prayers .img {
  position: unset;
  width: 100%;
  margin-top: 25px;
}
#sub-prayers .txt {
  line-height: 2.4;
  margin-top: 15px;
}
#sub-prayers .list {
  gap: 10px;
  margin-top: 35px;
}
#sub-prayers .list-item {
  flex-basis: calc((100% - 10px) / 2);
  max-width: calc((100% - 10px) / 2);
}
#sub-prayers .list-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#sub-prayers .list-item:first-of-type {
  width: 100%;
  max-width: 100%;
  flex-basis: 100%;
}

#sub-fire .bg::before {
  width: 57px;
  height: 24px;
  top: 80px;
  left: unset;
  right: 30px;
}
#sub-fire .container {
  padding-top: 0;
}
#sub-fire .ttl {
  position: unset;
  transform: unset;
}
#sub-fire .img {
  position: unset;
  width: 100%;
  margin-top: 25px;
}
#sub-fire .txt {
  width: 100%;
  line-height: 2.4;
  margin-top: 15px;
}
#sub-fire .list {
  margin-top: 35px;
  gap: 10px;
  margin-top: 35px;
}
#sub-fire .list-item {
  flex-basis: calc((100% - 10px) / 2);
  max-width: calc((100% - 10px) / 2);
}
#sub-fire .list-item:first-of-type {
  width: 100%;
  max-width: 100%;
  flex-basis: 100%;
}
#sub-fire .list-item:first-of-type img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#sub-bonfire .bg::before {
  width: 57px;
  height: 24px;
  top: 80px;
  left: unset;
  right: 30px;
}
#sub-bonfire .container {
  padding-top: 0;
}
#sub-bonfire .img {
  position: unset;
  width: 100%;
  margin-top: 25px;
}
#sub-bonfire .ttl {
  position: unset;
  transform: unset;
}
#sub-bonfire .txt {
  line-height: 2.4;
  margin-top: 15px;
}

/* =========================================
    sub  SP
    sub-memorial
========================================= */
#sub-memorial .bg::before {
  width: 57px;
  height: 24px;
  top: 80px;
  left: unset;
  right: 30px;
}
#sub-memorial .container {
  padding-top: 0;
}
#sub-memorial .ttl {
  position: unset;
  transform: unset;
}
#sub-memorial .txt {
  line-height: 2.4;
  text-align: left;
  margin-top: 15px;
}
#sub-memorial .list {
  margin-top: 35px;
}
#sub-memorial .list-item:nth-of-type(n + 2) {
  margin-top: 35px;
}
#sub-memorial .list-box {
  width: 100%;
}
#sub-memorial .list-img {
  position: unset;
  margin-top: 10px;
}

#sub-ossuary .container {
  padding-top: 0;
}
#sub-ossuary .ttl {
  position: unset;
  transform: unset;
}
#sub-ossuary .wrap {
  flex-direction: column-reverse;
  margin-top: 35px;
}
#sub-ossuary .txt {
  line-height: 2.4;
  margin-top: 15px;
  margin-right: 0;
}
#sub-ossuary .merit {
  margin-top: 50px;
}
#sub-ossuary .list {
  margin-top: 20px;
}
#sub-ossuary .list-item {
  padding-left: 30px;
  background: url(/img/all/check.png) no-repeat left 3px/20px;
}
#sub-ossuary .fee {
  margin-top: 50px;
}
#sub-ossuary .table {
  margin-top: 20px;
}

/* =========================================
    sub  SP
    sub-access
========================================= */
#sub-access .container {
  padding-top: 0;
}
#sub-access .ttl {
  position: unset;
  transform: unset;
}
#sub-access .table {
  margin-top: 15px;
}
#sub-access .table th {
  width: 100%;
}
#sub-access .table td {
  padding-left: 15px;
}
#sub-access .info-table th {
  width: 90px;
  vertical-align: middle;
}
#sub-access .info-table th::before {
  transform: translateY(-50%);
  top: 50%;
  right: 0;
}
#sub-access .info-table td {
  vertical-align: middle;
  padding: 7px 10px;
}

#sub-map .map {
  height: 250px;
}

/* =========================================
    sub  SP
    sub-news
========================================= */
#sub-news .container {
  display: block;
}
#sub-news .wrap {
  margin-left: 0;
}
#sub-news .com-news-post {
  margin-top: 50px;
}
#sub-news .com-news-post-flex {
  display: block;
}
#sub-news .com-news-post-link {
  padding: 30px 15px;
}
#sub-news .com-news-post-img {
  width: 250px;
  margin: 0 auto 25px;
}
#sub-news .com-news-post-con {
  width: 100%;
}
#sub-news .news-post-flex {
  display: block;
}
#sub-news .news-post-time {
  margin-left: 5px;
}

/* =========================================
  タグセレクト
	ボタンテンプレート
========================================= */
#tag-btn-list .tag-list {
  margin-top: 35px;
  max-width: 320px;
  gap: 10px;
}
#tag-btn-list .tag-list-item {
  max-width: unset;
}
#tag-btn-list .btn {
  width: 155px;
}

/* =========================================
    sub  SP
    news-detail
========================================= */
#news-detail .detail-inner {
  padding: 80px 10px;
}
#news-detail .detail-list {
  margin-top: 10px;
  padding: 0 10px;
}
#news-detail .detail-content {
  margin-top: 30px;
  padding: 0 10px;
}

/* =========================================
    sub  SP
    sub-contact
========================================= */
#sub-contact .container {
  display: block;
}
#sub-contact .wrap {
  margin-left: 0;
  margin-top: 25px;
}
#sub-contact .com-table02 tr:nth-of-type(n + 2) th {
  border-top: 5px solid #faf7ed;
}
#sub-contact .com-btn01 {
  margin: 25px auto 0;
}

.contact-form-table {
  margin: 25px auto 0;
}
.contact-form-table td {
  padding: 10px;
}

/* =========================================
    sub  SP
    sub-complete
========================================= */
#sub-complete .bg::before {
  width: 57px;
  height: 24px;
  top: 80px;
  left: unset;
  right: 30px;
}
#sub-complete .container {
  padding-top: 0;
}
#sub-complete .ttl {
  position: unset;
  transform: unset;
}
#sub-complete .link {
  display: block;
  margin: 50px auto 0;
}
#sub-complete .container-box {
  margin: 25px auto 0;
  text-align: left;
  max-width: 465px;
}

/* =========================================
    sub  SP
    sub-site
========================================= */
#sub-site .bg::before {
  width: 57px;
  height: 24px;
  top: 80px;
  left: unset;
  right: 30px;
}
#sub-site .container {
  padding-top: 0;
}
#sub-site .ttl {
  position: unset;
  transform: unset;
}
#sub-site .list {
  margin: 40px auto 0;
}

/* =========================================
    sub  SP
    sub-privacy
========================================= */
#sub-privacy .bg::before {
  width: 57px;
  height: 24px;
  top: 80px;
  left: unset;
  right: 30px;
}
#sub-privacy .container {
  padding-top: 0;
}
#sub-privacy .ttl {
  position: unset;
  transform: unset;
}
#sub-privacy .privacy-box {
  margin-top: 25px;
}

/* =========================================
    sub  SP
    sub-error
========================================= */
#sub-error .bg::before {
  width: 57px;
  height: 24px;
  top: 120px;
  left: unset;
  right: 30px;
}
#sub-error .container {
  padding-top: 0;
}
#sub-error .ttl {
  position: unset;
  transform: unset;
}