@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同じサイズ
------------------------------------ */
/* =========================================

    main layout  all
    <main></main>箇所のcss

========================================= */
/*	com parts  PC
全ページ共通で使用したいパーツ
------------------------------------ */
.com-inner,
.bread-inner {
  width: 100%;
  max-width: 1080px;
  margin: auto;
}

.com-sub-inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 100px 0;
}

.com-tel {
  position: relative;
  padding-bottom: 15px;
  z-index: 0;
}
.com-tel-num {
  font-family: "ZenOldMincho-Regular", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1;
  padding-left: 22px;
  color: #fff;
  background: url(/img/all/tel-ico.png) no-repeat left 3px;
}
@media screen and (max-width: 767px) {
  .com-tel-num {
    font-size: 20px;
    font-size: 2rem;
  }
}
.com-tel-svg {
  position: absolute;
  width: 190px;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
  z-index: -1;
}

.com-ttl01 {
  font-family: "ZenOldMincho-Regular", sans-serif;
  font-size: 28px;
  font-size: 2.8rem;
  writing-mode: vertical-rl;
  letter-spacing: 0.18em;
  padding-top: 55px;
  background: url(/img/all/com-ico.png) no-repeat center top;
}
@media screen and (max-width: 767px) {
  .com-ttl01 {
    font-size: 21px;
    font-size: 2.1rem;
  }
}

.com-ttl02 {
  font-family: "ZenOldMincho-Regular", sans-serif;
  font-size: 22px;
  font-size: 2.2rem;
  padding-bottom: 10px;
  border-bottom: 1px solid #c3c3c3;
}
@media screen and (max-width: 767px) {
  .com-ttl02 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.com-ttl03 {
  font-family: "ZenOldMincho-Regular", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .com-ttl03 {
    font-size: 19px;
    font-size: 1.9rem;
  }
}

.com-btn01 {
  font-family: "ZenOldMincho-Medium", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  width: 160px;
  letter-spacing: 0.06em;
  padding: 8px 10px;
  text-align: center;
  background-color: #f7d14e;
  position: relative;
}
@media screen and (max-width: 767px) {
  .com-btn01 {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.com-btn01::before {
  position: absolute;
  content: "";
}
.com-btn01::before {
  width: 9px;
  height: 1px;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  background-color: #000000;
  transition: all 0.3s ease;
}
.com-btn01:hover::before {
  width: 12px;
}

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

.com-table01 {
  width: 100%;
  border-collapse: separate;
}
.com-table01 th {
  white-space: pre-line;
  width: 330px;
  padding: 32px 15px 32px 45px;
  border-bottom: 2px dotted #c3c3c3;
  position: relative;
}
.com-table01 th::before {
  position: absolute;
  content: "";
}
.com-table01 th::before {
  width: 15px;
  height: 15px;
  transform: translateY(-50%);
  top: 50%;
  left: 20px;
  background: url(/img/all/table-deco.png) no-repeat;
  background-size: 100%;
}
.com-table01 td {
  white-space: pre-line;
  vertical-align: middle;
  padding: 32px 15px 32px 45px;
  color: #000000;
  border-bottom: 2px dotted #c3c3c3;
}
.com-table01 a {
  color: #000000;
}

.com-table02 {
  width: 100%;
  border-collapse: separate;
}
.com-table02 tr:nth-of-type(2n) th {
  background-color: #faf7ed;
}
.com-table02 tr:nth-of-type(2n) td {
  background-color: #faf7ed;
}
.com-table02 th {
  font-size: 17px;
  font-size: 1.7rem;
  width: 50%;
  text-align: center;
  vertical-align: middle;
  padding: 26.5px 25px;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .com-table02 th {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.com-table02 th::before {
  position: absolute;
  content: "";
}
.com-table02 th::before {
  width: 1px;
  height: 60px;
  transform: translateY(-50%);
  top: 50%;
  right: 0;
  background-color: #f7d14e;
}
.com-table02 td {
  font-size: 17px;
  font-size: 1.7rem;
  width: 50%;
  padding: 26.5px 25px;
  text-align: center;
  vertical-align: middle;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .com-table02 td {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.com-no-post {
  font-size: 28px;
  font-size: 2.8rem;
  text-align: center;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .com-no-post {
    font-size: 21px;
    font-size: 2.1rem;
  }
}

.com-no-img {
  width: 90% !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
.com-no-img-bg {
  text-align: center;
  background-color: #ccc !important;
}

.com-main-color {
  color: #f7d14e;
}

.com-sub-color {
  color: #98d0e5;
}

.clamp1 {
  overflow: hidden;
  display: -webkit-box; /* -webkitを使用するために必要 */
  -webkit-box-orient: vertical; /* 3点リーダー */
  -webkit-line-clamp: 1; /* 行数指定 */
}

.clamp2 {
  overflow: hidden;
  display: -webkit-box; /* -webkitを使用するために必要 */
  -webkit-box-orient: vertical; /* 3点リーダー */
  -webkit-line-clamp: 2; /* 行数指定 */
}

.clamp3 {
  overflow: hidden;
  display: -webkit-box; /* -webkitを使用するために必要 */
  -webkit-box-orient: vertical; /* 3点リーダー */
  -webkit-line-clamp: 3; /* 行数指定 */
}

.pcnav-current {
  background-color: #f7d14e !important;
}
.pcnav-current:hover {
  color: #fff !important;
}

.foo-current {
  color: #f7d14e !important;
}

.com-tag-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.com-tag-list-item {
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 5px;
  padding: 1px 3px;
  border: 1px solid #000000;
}
.com-tag-list-item:nth-of-type(n + 2) {
  margin-left: 10px;
}

.com-time {
  font-size: 13px;
  font-size: 1.3rem;
  flex-shrink: 0;
  letter-spacing: 0.08em;
  padding-bottom: 5px;
  padding-right: 8px;
}

.com-svg-txt {
  font-size: 16px;
  font-size: 1.6rem;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .com-svg-txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.com-pre {
  white-space: pre-line;
}

/* =========================================
    top  PC
    top-news
========================================= */
#top-news .bg {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
#top-news .bg::before {
  position: absolute;
  content: "";
}
#top-news .bg::before {
  width: 1280px;
  height: 460px;
  top: 0;
  transform: translateX(-50%);
  left: 50%;
  background-color: #faf7ed;
  z-index: -1;
}
#top-news .container-box {
  flex-shrink: 0;
}
#top-news .ttl {
  margin-left: 41px;
}
#top-news .list {
  width: 100%;
  margin-left: 90px;
}
#top-news .list-item:nth-of-type(n + 2) {
  border-top: 1px solid #c3c3c3;
}
#top-news .list-link {
  width: 100%;
  padding: 20px 0;
  color: #000000;
}
#top-news .btn {
  width: 130px;
  margin-top: 45px;
}

/* =========================================
    top  PC
    top-about
========================================= */
#top-about .bg {
  background: url(/img/top/map.png) no-repeat calc(50% + 390px) 386px;
}
@media screen and (max-width: 1300px) {
  #top-about .bg {
    background: url(/img/top/map.png) no-repeat calc(50% + 315px) 386px;
  }
}
#top-about .inner {
  position: relative;
}
#top-about .inner::before {
  position: absolute;
  content: "";
}
#top-about .inner::after {
  position: absolute;
  content: "";
}
#top-about .inner::before {
  width: 484px;
  height: 410px;
  left: calc(50% - 538px);
  bottom: -80px;
  background: url(/img/top/sec01-img02.jpg) no-repeat;
  background-size: 100%;
  z-index: 1;
}
#top-about .inner::after {
  width: 640px;
  height: 400px;
  bottom: -193px;
  left: 50%;
  background: url(/img/top/sec01-img03.jpg) no-repeat;
  background-size: 100%;
  z-index: 1;
}
@media screen and (max-width: 1300px) {
  #top-about .inner::after {
    width: 540px;
    height: 340px;
  }
}
#top-about .container {
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
  padding-top: 335px;
}
#top-about .ttl {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: 0;
}
#top-about .ttl::before {
  position: absolute;
  content: "";
  width: 77px;
  height: 29px;
  top: 172px;
  left: -131px;
  background: url(/img/all/cloud.png) no-repeat;
  background-size: 100%;
}
#top-about .txt {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2.67;
}
@media screen and (max-width: 767px) {
  #top-about .txt {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
#top-about .img {
  width: 100%;
  max-width: 1500px;
  margin: 95px auto 0;
}

/* =========================================
    top  PC
    top-prayers
========================================= */
#top-prayers .bg {
  background: url(/img/top/sec02-img01.jpg) no-repeat calc(50% - 580px) 465px, #faf7ed;
  position: relative;
}
#top-prayers .bg::before {
  position: absolute;
  content: "";
}
@media screen and (max-width: 1600px) {
  #top-prayers .bg {
    background: url(/img/top/sec02-img01.jpg) no-repeat calc(50% - 520px) 465px, #faf7ed;
  }
}
#top-prayers .bg::before {
  width: 77px;
  height: 29px;
  top: 260px;
  left: calc(50% - 220px);
  background: url(/img/all/cloud.png) no-repeat;
  background-size: 100%;
}
#top-prayers .container {
  width: 640px;
  margin-left: auto;
}
#top-prayers .txt {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2.67;
  margin-top: 50px;
  margin-left: 50px;
}
@media screen and (max-width: 767px) {
  #top-prayers .txt {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
#top-prayers .list {
  flex-wrap: wrap;
  margin-top: 65px;
  padding: 40px 335px 40px 20px;
  border-top: #bfbfbf 1px solid;
  border-bottom: #bfbfbf 1px solid;
}
#top-prayers .list-item {
  display: inline-block;
}
#top-prayers .list-item:nth-of-type(2n) {
  margin-left: 70px;
}
#top-prayers .list-item:nth-of-type(n + 3) {
  margin-top: 15px;
}
#top-prayers .list-item:last-of-type {
  margin-left: 22px;
}
#top-prayers .list-ttl-color {
  color: #f7d14e;
}
#top-prayers .btn {
  display: block;
  margin-top: 40px;
  margin-left: auto;
}
#top-prayers .img {
  margin-top: 70px;
}

/* =========================================
    top  PC
    top-memorial
========================================= */
#top-memorial .bg {
  background: url(/img/top/sec03-img01.jpg) no-repeat calc(50% + 580px) 74px, #faf7ed;
  position: relative;
}
#top-memorial .bg::before {
  position: absolute;
  content: "";
}
@media screen and (max-width: 1600px) {
  #top-memorial .bg {
    background: url(/img/top/sec03-img01.jpg) no-repeat calc(50% + 520px) 74px, #faf7ed;
  }
}
#top-memorial .bg::before {
  width: 77px;
  height: 29px;
  top: -204px;
  left: calc(50% - 340px);
  background: url(/img/all/cloud.png) no-repeat;
  background-size: 100%;
}
#top-memorial .container {
  width: 640px;
  margin-right: auto;
}
#top-memorial .txt {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2.67;
  margin-top: 50px;
  margin-left: 70px;
}
@media screen and (max-width: 767px) {
  #top-memorial .txt {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
#top-memorial .list {
  flex-wrap: wrap;
  margin-top: 65px;
  padding: 40px 310px 40px 20px;
  border-top: #bfbfbf 1px solid;
  border-bottom: #bfbfbf 1px solid;
}
#top-memorial .list-item {
  display: inline-block;
}
#top-memorial .list-item:nth-of-type(2n) {
  margin-left: 50px;
}
#top-memorial .list-item:nth-of-type(n + 3) {
  margin-top: 15px;
}
#top-memorial .list-ttl-color {
  color: #f7d14e;
}
#top-memorial .btn {
  display: block;
  margin-top: 40px;
  margin-left: auto;
}
#top-memorial .img {
  margin-top: 70px;
}

/* =========================================
    top  PC
    top-banner
========================================= */
#top-banner .list-item {
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
  height: 500px;
}
#top-banner .list-link {
  width: 100%;
  height: 100%;
  position: relative;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
#top-banner .list-link::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  transition: all 0.3s ease;
  z-index: -1;
}
#top-banner .list-link:hover::before {
  transform: scale(1.05);
}
#top-banner .list-ttl {
  position: absolute;
  font-family: "ZenOldMincho-Regular", sans-serif;
  font-size: 28px;
  font-size: 2.8rem;
  writing-mode: vertical-rl;
  height: 312px;
  letter-spacing: 0.18em;
  padding: 20px 0 30px;
  bottom: 0;
  left: 65px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  #top-banner .list-ttl {
    font-size: 21px;
    font-size: 2.1rem;
  }
}
#top-banner .list-ttl::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 24px;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
  background-color: #000000;
}
#top-banner .list-event::before {
  background: url(/img/all/event-bg.jpg) no-repeat center/cover;
}
#top-banner .list-interment::before {
  background: url(/img/all/interment-bg.jpg) no-repeat center/cover;
}
#top-banner .list-access::before {
  background: url(/img/all/temple-bg.jpg) no-repeat center/cover;
}

/* =========================================
    top  PC
    top-contact
========================================= */
#top-contact .container {
  padding: 70px 15px;
  border-top: 1px solid #c3c3c3;
  border-bottom: 1px solid #c3c3c3;
}
#top-contact .wrap {
  margin-left: 80px;
  margin-top: 50px;
}
#top-contact .wrap-box {
  margin-top: 30px;
}
#top-contact .com-tel-num {
  font-size: 28px;
  font-size: 2.8rem;
  color: #000000;
  background: url(/img/all/tel-ico-color.png) no-repeat left 3px;
}
@media screen and (max-width: 767px) {
  #top-contact .com-tel-num {
    font-size: 21px;
    font-size: 2.1rem;
  }
}
#top-contact .com-tel-svg {
  width: 190px;
  transform: unset;
  left: 0;
}
#top-contact .txt {
  line-height: 2.67;
}
#top-contact .btn {
  width: 197px;
  margin-left: 45px;
}

/* =========================================
    top  PC
    top-access
========================================= */
#top-access .bg {
  background: url(/img/top/access-bg.jpg) no-repeat center/cover;
}
#top-access .ttl {
  color: #fff;
}
#top-access .wrap {
  width: 100%;
  margin-left: 65px;
  margin-top: 50px;
}
#top-access .txt {
  font-family: "ZenOldMincho-Regular", sans-serif;
  letter-spacing: 0.18em;
  color: #fff;
}
#top-access .map {
  width: 100%;
  height: 460px;
  margin-top: 15px;
}
#top-access .map iframe {
  width: 100% !important;
  height: 100% !important;
  border: none;
}

/* =========================================
    top  PC
    top-photo
========================================= */
#top-photo .bg {
  position: relative;
}
#top-photo .bg::before {
  position: absolute;
  content: "";
}
#top-photo .bg::before {
  width: 100%;
  height: 1px;
  bottom: 60px;
  left: 0;
  background-color: #c3c3c3;
}
#top-photo .container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 220px 0 100px;
  background-color: #faf7ed;
  position: relative;
}
#top-photo .container::before {
  position: absolute;
  content: "";
}
#top-photo .container::before {
  width: 77px;
  height: 29px;
  top: 77px;
  left: calc(50% - 250px);
  background: url(/img/all/cloud.png) no-repeat;
  background-size: 100%;
}
#top-photo .ttl {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: -95px;
}
#top-photo .list {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  flex-wrap: wrap;
  gap: 40px;
}
#top-photo .list-item {
  flex-basis: calc((100% - 120px) / 4);
  max-width: calc((100% - 120px) / 4);
  height: 240px;
}
#top-photo .list-link {
  width: 100%;
  height: 100%;
  transition-duration: 0.5s;
}
#top-photo .list-link img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top-photo .list-link:hover {
  opacity: 1;
  transform: scale(1.05);
}
#top-photo .btn {
  display: block;
  margin: 60px auto 0;
}

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

    sub layout  PC
    下層ページのPC時css
		sub-pc

========================================= */
/* =========================================
    com  PC
    com-contact
========================================= */
#com-contact .bg {
  background: url(/img/all/com-contact-bg.jpg) no-repeat center/cover;
}
#com-contact .wrap {
  margin-left: 80px;
  margin-top: 50px;
}
#com-contact .wrap-box {
  margin-top: 30px;
}
#com-contact .ttl {
  color: #fff;
}
#com-contact .com-tel-num {
  font-size: 28px;
  font-size: 2.8rem;
  padding-left: 24px;
  background: url(/img/all/tel-ico-lg.png) no-repeat left 3px;
}
@media screen and (max-width: 767px) {
  #com-contact .com-tel-num {
    font-size: 21px;
    font-size: 2.1rem;
  }
}
#com-contact .com-tel-svg {
  width: 190px;
  transform: unset;
  left: 0;
}
#com-contact .txt {
  line-height: 2.67;
  color: #fff;
}
#com-contact .btn {
  width: 197px;
  margin-left: 45px;
}

/* =========================================
    sub  PC
    sub-about
========================================= */
#sub-greeting .container {
  padding-top: 260px;
  position: relative;
}
#sub-greeting .ttl {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: 0;
}
#sub-greeting .wrap-box {
  margin-right: 110px;
}
#sub-greeting .wrap-img {
  flex-shrink: 0;
}
#sub-greeting .txt {
  line-height: 2.67;
  margin-top: 20px;
}

#sub-about .bg {
  background-color: #faf7ed;
  position: relative;
}
#sub-about .bg::before {
  position: absolute;
  content: "";
}
#sub-about .bg::before {
  width: 77px;
  height: 29px;
  top: 350px;
  left: calc(50% - 285px);
  background: url(/img/all/cloud.png) no-repeat;
  background-size: 100%;
}
#sub-about .container {
  padding-top: 335px;
}
#sub-about .ttl {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: 100px;
}
#sub-about .txt {
  line-height: 2.67;
  text-align: center;
}
#sub-about .img {
  position: absolute;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1280px;
  left: 50%;
  bottom: -280px;
}
@media screen and (max-width: 1280px) {
  #sub-about .img {
    bottom: -18.875vw;
  }
}

#sub-tour .ttl {
  flex-shrink: 0;
  width: 45px;
}
#sub-tour .txt {
  line-height: 2.57;
  margin: 45px 75px 0 70px;
}
#sub-tour .img {
  flex-shrink: 0;
  margin-top: 60px;
}

#sub-event .bg {
  background-color: #faf7ed;
  position: relative;
}
#sub-event .bg::before {
  position: absolute;
  content: "";
}
#sub-event .bg::before {
  width: 77px;
  height: 29px;
  top: 247px;
  left: calc(50% + 165px);
  background: url(/img/all/cloud.png) no-repeat;
  background-size: 100%;
}
#sub-event .container {
  padding-top: 335px;
  position: relative;
}
#sub-event .ttl {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: 0;
}
#sub-event .list-item:nth-of-type(n + 2) {
  margin-top: 95px;
}

#sub-photo .container {
  padding-top: 300px;
  position: relative;
}
#sub-photo .ttl {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: 0;
}
#sub-photo .list {
  flex-wrap: wrap;
  gap: 40px;
}
#sub-photo .list-item {
  flex-basis: calc((100% - 120px) / 4);
  max-width: calc((100% - 120px) / 4);
  height: 240px;
}
#sub-photo .list-link {
  width: 100%;
  height: 100%;
  transition-duration: 0.5s;
}
#sub-photo .list-link img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#sub-photo .list-link:hover {
  transform: scale(1.05);
}

/* =========================================
    sub  PC
    sub-prayers
========================================= */
#sub-prayers .bg {
  position: relative;
}
#sub-prayers .bg::before {
  position: absolute;
  content: "";
}
#sub-prayers .bg::after {
  position: absolute;
  content: "";
}
#sub-prayers .bg::before {
  width: 100%;
  height: 130px;
  bottom: 0;
  left: 0;
  background-color: #faf7ed;
}
#sub-prayers .bg::after {
  width: 77px;
  height: 29px;
  top: 430px;
  left: calc(50% - 265px);
  background: url(/img/all/cloud.png) no-repeat;
  background-size: 100%;
}
#sub-prayers .primary {
  font-family: "ZenOldMincho-Regular", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  width: 100%;
  height: 77px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #000000;
}
@media screen and (max-width: 767px) {
  #sub-prayers .primary {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
#sub-prayers .container {
  padding-top: 490px;
  position: relative;
}
#sub-prayers .img {
  position: absolute;
  top: 400px;
  right: -5.2vw;
}
@media screen and (max-width: 1250px) {
  #sub-prayers .img {
    top: 420px;
    right: 0;
    width: 530px;
  }
}
#sub-prayers .ttl {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: 100px;
}
#sub-prayers .txt {
  line-height: 2.67;
}
#sub-prayers .list {
  flex-wrap: wrap;
  gap: 45px;
  margin-top: 145px;
}
#sub-prayers .list-item {
  flex-basis: calc((100% - 90px) / 3);
  max-width: calc((100% - 90px) / 3);
}

#sub-fire .bg {
  background-color: #faf7ed;
  position: relative;
}
#sub-fire .bg::before {
  position: absolute;
  content: "";
}
#sub-fire .bg::before {
  width: 77px;
  height: 29px;
  top: 247px;
  left: calc(50% + 165px);
  background: url(/img/all/cloud.png) no-repeat;
  background-size: 100%;
}
#sub-fire .container {
  padding-top: 375px;
  position: relative;
}
#sub-fire .img {
  position: absolute;
  top: 335px;
  left: -5.2vw;
}
@media screen and (max-width: 1250px) {
  #sub-fire .img {
    top: 355px;
    left: 0;
    width: 530px;
  }
}
#sub-fire .ttl {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: 0;
}
#sub-fire .txt {
  line-height: 2.67;
  margin-left: auto;
  width: 530px;
}
#sub-fire .list {
  flex-wrap: wrap;
  gap: 45px;
  margin-top: 85px;
}
#sub-fire .list-item {
  flex-basis: calc((100% - 90px) / 3);
  max-width: calc((100% - 90px) / 3);
}

#sub-bonfire .bg {
  position: relative;
}
#sub-bonfire .bg::before {
  position: absolute;
  content: "";
}
#sub-bonfire .bg::before {
  width: 77px;
  height: 29px;
  top: 290px;
  left: calc(50% - 265px);
  background: url(/img/all/cloud.png) no-repeat;
  background-size: 100%;
}
#sub-bonfire .container {
  padding-top: 375px;
  position: relative;
}
#sub-bonfire .img {
  position: absolute;
  top: 335px;
  right: -5.2vw;
}
@media screen and (max-width: 1250px) {
  #sub-bonfire .img {
    top: 355px;
    right: 0;
    width: 530px;
  }
}
#sub-bonfire .ttl {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: 0;
}
#sub-bonfire .txt {
  line-height: 2.67;
}

/* =========================================
    sub  PC
    sub-memorial
========================================= */
#sub-memorial .bg {
  position: relative;
  overflow: hidden;
}
#sub-memorial .bg::before {
  position: absolute;
  content: "";
}
#sub-memorial .bg::before {
  width: 77px;
  height: 29px;
  top: 290px;
  left: calc(50% - 265px);
  background: url(/img/all/cloud.png) no-repeat;
  background-size: 100%;
}
#sub-memorial .container {
  padding-top: 370px;
  position: relative;
}
#sub-memorial .ttl {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: 0;
}
#sub-memorial .txt {
  text-align: center;
}
#sub-memorial .list {
  margin-top: 80px;
}
#sub-memorial .list-item {
  width: 100%;
  min-height: 340px;
  position: relative;
}
#sub-memorial .list-item:nth-of-type(n + 2) {
  margin-top: 100px;
}
#sub-memorial .list-box {
  width: 545px;
}
#sub-memorial .list-img {
  position: absolute;
  top: 0;
  right: -5.2vw;
}
#sub-memorial .list-txt {
  line-height: 2.67;
  margin-top: 25px;
}

#sub-ossuary .bg {
  background-color: #faf7ed;
}
#sub-ossuary .container {
  padding-top: 360px;
  position: relative;
}
#sub-ossuary .ttl {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: 0;
}
#sub-ossuary .txt {
  line-height: 2.67;
  margin-right: 80px;
}
#sub-ossuary .img {
  flex-shrink: 0;
}
#sub-ossuary .merit {
  margin-top: 75px;
}
#sub-ossuary .list {
  margin-top: 40px;
}
#sub-ossuary .list-item {
  padding-left: 35px;
  background: url(/img/all/check.png) no-repeat left 2px;
}
#sub-ossuary .list-item:nth-of-type(n + 2) {
  margin-top: 20px;
}
#sub-ossuary .list-ttl {
  font-size: 17px;
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  #sub-ossuary .list-ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#sub-ossuary .fee {
  margin-top: 70px;
}
#sub-ossuary .table {
  margin-top: 40px;
}

/* =========================================
    sub  PC
    sub-access
========================================= */
#sub-access .container {
  padding-top: 265px;
  position: relative;
}
#sub-access .ttl {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: 0;
}
#sub-access .table tr:nth-of-type(2n) th {
  background-color: #fff;
}
#sub-access .table tr:nth-of-type(2n) td {
  background-color: #fff;
}
#sub-access .table tr:nth-of-type(2n + 1) th {
  background-color: #faf7ed;
}
#sub-access .table tr:nth-of-type(2n + 1) td {
  background-color: #faf7ed;
}
#sub-access .table th {
  width: 300px;
}
#sub-access .table td {
  width: auto;
  text-align: left;
  padding-left: 80px;
}
#sub-access .info {
  margin-top: 45px;
}
#sub-access .info-table {
  margin-top: 10px;
}
#sub-access .info-table th {
  width: 110px;
  padding: 7px 5px 7px 0;
  position: relative;
}
#sub-access .info-table th::before {
  position: absolute;
  content: "";
}
#sub-access .info-table th::before {
  content: ":";
  top: 5px;
  right: -4px;
}
#sub-access .info-table td {
  padding: 7px 15px;
}

#sub-map .map {
  width: 100%;
  height: 440px;
}
#sub-map .map iframe {
  width: 100% !important;
  height: 100% !important;
  border: none;
}

/* =========================================
    sub  PC
    sub-contact  お問い合わせフォーム テンプレ
		他ページのtableなどデザインを併用する
========================================= */
#sub-contact .bg {
  background-color: #faf7ed;
}
#sub-contact .ttl {
  margin-right: 75px;
}
#sub-contact .wrap {
  margin-top: 60px;
}
#sub-contact .wrap-txt {
  margin-bottom: 10px;
  color: #b0001d;
}

#contact-form .com-table02 {
  white-space: unset;
  border-spacing: 0 5px;
}
#contact-form .com-table02 tr:nth-of-type(2n) th {
  background-color: #fff;
}
#contact-form .com-table02 tr:nth-of-type(2n) td {
  background-color: #fff;
}
#contact-form .com-table02 th {
  font-family: "ZenKakuGothicNew-Medium", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  padding: 25px;
}
@media screen and (max-width: 767px) {
  #contact-form .com-table02 th {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
#contact-form .com-table02 td {
  width: auto;
  text-align: left;
  padding: 25px;
}
#contact-form .com-btn01 {
  font-family: "ZenOldMincho-Medium", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
  #contact-form .com-btn01 {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
#contact-form .com-btn01::before {
  display: none;
}
#contact-form .com-btn01::after {
  display: none;
}

.contact-form-table {
  width: 100%;
  max-width: 1080px;
  table-layout: fixed;
}
.contact-form-table th {
  width: 300px;
  white-space: unset;
}
.contact-form-table td {
  white-space: unset;
}
.contact-form-table td input {
  height: 25px;
  line-height: 25px;
  border: none;
  background-color: #f5f5f5;
}
.contact-form-table td textarea {
  border: none;
  background-color: #f5f5f5;
  resize: none;
}

.select {
  display: inline-block;
  position: relative;
  border: 1px solid #eee;
  position: relative;
}
.select::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  transform: translateY(-50%);
  top: 50%;
  right: 20px;
  border-style: solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 5px solid #eee;
  border-bottom: 0;
}
.select-list {
  width: 200px;
  padding: 11px 15px;
  border: none;
  cursor: pointer;
}

.privacy-check {
  font-size: 15px;
}

.required-mark {
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  color: #4aafa3;
  background-color: unset;
}

.contact-recaptcha-wrap {
  width: 304px;
  margin: 50px auto 0;
}

.contact-submits-wrap {
  margin-top: 25px;
}
.contact-submits-wrap .back-btn::before {
  display: none;
}

/*==================================================
 入力フィールド
================================================== */
select,
textarea,
input[type=tel],
input[type=text],
input[type=email],
input[type=url] {
  width: 100%;
  max-width: 100%;
  padding: 15px;
  font-size: 16px;
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  box-shadow: 0 1px 1px rgba(150, 150, 150, 0.1) inset;
  box-sizing: border-box;
}

select {
  padding: 7px 15px;
}

textarea {
  width: 100%;
  resize: vertical;
}

/* ボタン
-------------------------------------------------- */
input[type=button],
input[type=submit],
button {
  border: none;
  -webkit-appearance: none;
  transition: all 0.3s ease;
}
@supports (-webkit-touch-callout: none) {
  input[type=button],
  input[type=submit],
  button {
    /* Safariにのみ適用するスタイル */
    border-radius: 0;
    color: #000000;
  }
}

input[type=button]:hover,
input[type=submit]:hover {
  opacity: 0.8;
  cursor: pointer;
}

input[type=button][disabled],
input[type=submit][disabled] {
  opacity: 0.4;
  pointer-events: none;
}

/* チェックボックス・ラジオボタン
-------------------------------------------------- */
input[type=radio],
input[type=checkbox] {
  display: inline-block;
  margin-right: 6px;
}

input[type=radio] + label,
input[type=checkbox] + label {
  position: relative;
  display: inline-block;
  line-height: 30px;
  cursor: pointer;
}

input[type=radio],
input[type=checkbox] {
  display: none;
}

input[type=radio] + label,
input[type=checkbox] + label {
  padding: 0 0 0 24px;
}

input[type=radio] + label::before,
input[type=checkbox] + label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  box-sizing: border-box;
  display: block;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background: #fff;
}

input[type=radio] + label::before {
  border: 2px solid #ccc;
  border-radius: 30px;
}

input[type=checkbox] + label::before {
  border: 2px solid #ccc;
}

input[type=radio]:checked + label::after,
input[type=checkbox]:checked + label::after {
  content: "";
  position: absolute;
  top: 50%;
  box-sizing: border-box;
  display: block;
}

input[type=radio]:checked + label::after {
  left: 5px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background: #ff900e;
  border-radius: 8px;
}

input[type=checkbox]:checked + label::after {
  left: 3px;
  width: 16px;
  height: 8px;
  margin-top: -8px;
  border-left: 3px solid #ff900e;
  border-bottom: 3px solid #ff900e;
  transform: rotate(-45deg);
}

input[type=checkbox] {
  display: none; /* デフォルトチェックボックスを完全に非表示 */
}

/*==================================================
	テーブル
================================================== */
/* スマホ表示時にはテーブルを縦向きにする */
@media screen and (max-width: 768px) {
  .contact-form-table,
  .contact-form-table tbody,
  .contact-form-table tr,
  .contact-form-table th,
  .contact-form-table td {
    width: auto;
    display: block;
  }
}
/* ご住所だけ2段なのでマージンを開ける */
input[name="items[address]"] {
  margin-top: 8px;
}

/* 「不正な送信です」「時間を空けて再度送信ください」などのセキュリティエラー文 */
.sec-error-text {
  line-height: 1.5em;
  margin-top: 50px;
  padding: 40px 10px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  background: #ff900e;
}

.sec-error-link {
  margin-top: 30px;
  text-align: center;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .sec-error-text {
    padding: 30px 10px;
    font-size: 4vw;
  }
  .sec-error-link {
    font-size: 5vw;
  }
}
/* 「任意」「必須」マーク */
.optional-mark,
.required-mark {
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 3px;
  color: #b0001d;
  float: right;
}
@media screen and (max-width: 767px) {
  .optional-mark,
  .required-mark {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.optional-mark {
  background: #3498db;
}

.required-mark {
  background: #fff;
}

/* 「~が入力されていません」などの未記入エラー文 */
.error-text {
  margin: 0 0 4px;
  color: #ff900e;
}

/* 送信・確認ボタン */
.contact-submits-wrap {
  text-align: center;
}

/* プライバシーポリシー */
.inline-privacy-policy {
  height: 350px;
  margin: 16px 0;
  border: 1px solid #dfdfdf;
  background: #fff;
}

.inline-privacy-policy-inner {
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  display: inline-block;
}

.inline-privacy-policy iframe {
  width: 100%;
  height: 100%;
  display: block;
}

/*==================================================
	日付選択フォーム
================================================== */
.date-list {
  padding-left: inherit;
}

.date-list li {
  list-style: none;
  margin-bottom: 15px;
}

.date-list li p {
  margin-bottom: 5px;
}

/*==================================================
	画像アップロードフォーム
================================================== */
.upload-item-wrap {
  font-size: 13px;
  overflow: hidden;
}

.upload-item-wrap input[type=file] {
  display: none;
}

/* アップされた画像のサムネイル */
.upload-item-wrap .thumb {
  width: 220px;
  height: 220px;
  margin: 0 8px 0 0;
  position: relative;
  overflow: hidden;
  float: left;
}

.upload-item-wrap .thumb img {
  max-width: none;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

/*選択・削除ボタン  */
.upload-item-wrap .ancion-btn-wrap {
  margin-top: 10px;
  float: left;
}

.upload-item-wrap .ancion-btn {
  margin: 0 0 8px;
  width: 110px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  background: #e6e6e6;
  display: block;
}

.upload-item-wrap .select-file {
  background: #2ecc71;
}

.upload-item-wrap .deselect-file {
  background: #ff900e;
}

.upload-item-wrap .ancion-btn:hover {
  cursor: pointer;
}

/*添付ファイルの注意文  */
.upload-notice {
  margin-top: 10px;
  font-size: 0.8em;
}

/* =========================================
			top  PC
			top-privacy
========================================= */
.privacy-inner {
  padding-top: 30px;
}
.privacy-ttl {
  font-size: 24px;
  font-size: 2.4rem;
  margin: 0 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f7d14e;
}
@media screen and (max-width: 767px) {
  .privacy-ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}
.privacy .inline-privacy-policy-inner {
  margin-top: 14px;
  box-sizing: border-box;
  border: 1px solid #f7d14e;
  background-color: #fff;
}
.privacy iframe {
  width: 100%;
  height: 265px;
}
.privacy-box {
  margin-top: 35px;
}
.privacy-box p:first-of-type {
  margin-top: 10px;
}
.privacy-box input {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.privacy-box label {
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .privacy-box label {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.privacy-box-img {
  margin-top: 15px;
}
.privacy-box-btn {
  font-size: 16px;
  font-size: 1.6rem;
  width: 250px;
  height: 60px;
  margin-top: 46px;
  line-height: 60px;
  letter-spacing: 0.2em;
  color: #faf7ed;
  background-color: #98d0e5;
  position: relative;
}
@media screen and (max-width: 767px) {
  .privacy-box-btn {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.privacy-box-btn::before {
  position: absolute;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  top: 27px;
  right: 30px;
  transform: rotate(45deg);
  border-top: 1px solid #faf7ed;
  border-right: 1px solid #faf7ed;
}

.privacy-box .list-item {
  position: relative;
  padding-left: 15px;
}
.privacy-box .list-item::before {
  position: absolute;
  content: "・";
  left: 0;
}

/* =========================================
    sub  PC
    news テンプレ
========================================= */
#sub-news .bg {
  border-bottom: 1px solid #c3c3c3;
}
#sub-news .wrap {
  margin-left: 75px;
}
#sub-news .tag-list {
  flex-wrap: wrap;
}
#sub-news .current {
  border-bottom: none;
}
#sub-news .com-ttl03 {
  margin-top: 10px;
}
#sub-news .com-news-post {
  margin-top: 80px;
}
#sub-news .com-news-post-item {
  border-top: 1px solid #bfbfbf;
}
#sub-news .com-news-post-link {
  display: block;
  padding: 30px 0 50px;
  color: #000000;
}
#sub-news .com-news-post-con {
  width: 100%;
}
#sub-news .com-news-post-con-sm {
  max-width: 725px;
}
#sub-news .com-news-post-img {
  flex-shrink: 0;
  margin-left: 65px;
}
@media screen and (max-width: 767px) {
  #sub-news .com-news-post-link {
    padding: 5%;
  }
  #sub-news .com-news-post-img {
    width: 25%;
  }
  #sub-news .com-news-post-con-sm {
    width: 68%;
  }
}
#sub-news .detail .com-news-post-link {
  padding: 15px;
}
#sub-news .detail .com-news-post-img {
  margin: 0 auto 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #sub-news .detail .com-news-post-img {
    width: 100%;
  }
}
#sub-news .news-post article:nth-of-type(n + 2) {
  border-top: 1px solid #f0f0f0;
}
#sub-news .news-post article:nth-of-type(n + 2) a {
  padding-top: 23px;
}
#sub-news .news-post-link {
  display: block;
  padding-bottom: 17px;
  position: relative;
  left: 0;
}
@media screen and (min-width: 768px) {
  #sub-news .news-post-link:hover {
    left: 5px;
  }
}
#sub-news .news-post-txt {
  line-height: 2;
  margin-top: 30px;
}
#sub-news .news-post-time {
  font-size: 18px;
  font-size: 1.8rem;
  display: inline-block;
  flex-shrink: 0;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-right: 5px;
  padding-top: 9px;
  color: #939393;
  position: relative;
}
@media screen and (max-width: 767px) {
  #sub-news .news-post-time {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
#sub-news .news-post-tag {
  display: flex;
  margin-left: 30px;
  flex-wrap: wrap;
  align-items: flex-start;
  border-left: 1px solid #98d0e5;
  line-height: 1.6;
}
#sub-news .news-post-tag-txt {
  padding: 0 15px;
  border-right: 1px solid #98d0e5;
  text-align: center;
  color: #98d0e5;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  #sub-news .news-post-tag-txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#sub-news .news-post-ttl {
  width: 100%;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  color: #000000;
  line-height: 2;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  #sub-news .news-post-ttl {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

/* =========================================
    sub  PC
    detail
========================================= */
#news-detail .news-post-flex {
  margin-top: 20px;
}

/* =========================================
  タグテンプレート
========================================= */
.tag-select-box {
  position: relative;
  width: 40%;
  margin: 20px 0 20px auto;
  max-width: 230px;
  background-color: #fff;
}
.tag-select-box::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #98d0e5;
  pointer-events: none;
}
.tag-select-box #tag-select {
  width: 100%;
  padding: 5% 20% 5% 5%;
  box-sizing: border-box;
  font-size: 1.2rem;
  margin-left: auto;
  display: block;
  border: none;
  border-bottom: 2px solid #98d0e5;
  cursor: pointer;
  border-radius: 0;
  background: none;
  color: #f7d14e;
  font-weight: 700;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.tag-select-box #tag-select option {
  padding: 10px;
  cursor: pointer;
  box-sizing: border-box;
  color: #000;
}

/* =========================================
  タグセレクト
	ボタンテンプレート
========================================= */
#tag-btn-list .tag-list {
  width: 100%;
  margin: 60px auto 0;
  flex-wrap: wrap;
  gap: 20px;
}
#tag-btn-list .tag-current {
  color: #ccc;
  background-color: #faf7ed;
}

/*	pagenation  PC
------------------------------------ */
.pagenation {
  display: flex;
  margin: 50px auto 0;
  justify-content: center;
  align-items: center;
}
.pagenation li {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  background: #faf7ed;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  letter-spacing: 0.05em;
  color: #cccccc;
  line-height: 38px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .pagenation li {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.pagenation li:nth-of-type(n + 2) {
  margin-left: 10px;
}
.pagenation a,
.pagenation span {
  display: block;
}
.pagenation a {
  color: #cccccc;
}
.pagenation .current-page {
  color: #000000;
  background: #f7d14e;
  pointer-events: none;
}
.pagenation .next-li,
.pagenation .back-li {
  background: none;
  border: none;
}
.pagenation .back-arrow,
.pagenation .next-arrow {
  display: block;
  height: 100%;
}
.pagenation-arrow {
  width: 100%;
  height: 100%;
}
.pagenation-arrow::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.pagenation-arrow.next {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 15px;
  border-color: transparent transparent transparent #98d0e5;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.pagenation-arrow.back {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 15px 7.5px 0;
  border-color: transparent #98d0e5 transparent transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

/*	detail pagenation  PC
------------------------------------ */
.pagenation-inner {
  width: 100%;
  max-width: 360px;
  margin: 50px auto 0;
}

.data-nav {
  position: relative;
  text-align: center;
}
.data-nav a {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  transition: all 0.3s ease;
}
.data-nav a:hover {
  opacity: 0.7;
}
.data-nav .next a,
.data-nav .back a {
  background: none !important;
}

.to-works-btn {
  width: 100%;
  max-width: 120px;
  background: #f7d14e;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .to-works-btn {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.arrow-btn {
  width: 50px;
  position: absolute;
  bottom: 0;
}
.arrow-btn::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: auto;
  color: #000000;
  font-size: 18px;
  font-size: 1.8rem;
  background: #f7d14e;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .arrow-btn::before {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.back-btn {
  left: 0;
}
.back-btn::before {
  content: "←";
}

.next-btn {
  right: 0;
}
.next-btn::before {
  content: "→";
}

/* =========================================
    sub  PC
    sub-site
========================================= */
#sub-site .bg {
  background-color: #faf7ed;
  position: relative;
}
#sub-site .bg::before {
  position: absolute;
  content: "";
}
#sub-site .bg::before {
  width: 77px;
  height: 29px;
  top: 247px;
  left: calc(50% + 165px);
  background: url(/img/all/cloud.png) no-repeat;
  background-size: 100%;
}
#sub-site .container {
  padding-top: 350px;
  position: relative;
}
#sub-site .ttl {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: 0;
}
#sub-site .list {
  width: 90%;
  margin: 50px auto 0;
}
#sub-site .list-link {
  width: 100%;
  border-bottom: 1px solid #f7d14e;
  color: #000000;
  display: block;
  padding: 15px 30px;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 767px) {
  #sub-site .list-link {
    padding: 12px 25px;
  }
}
#sub-site .list-link::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 9px solid #f7d14e;
  border-right: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  #sub-site .list-link::before {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #f7d14e;
  }
}
@media screen and (min-width: 768px) {
  #sub-site .list-link:hover::before {
    left: 10px;
  }
}

/* =========================================
    sub  PC
    sub-complete
========================================= */
#sub-complete .bg {
  background-color: #faf7ed;
  position: relative;
}
#sub-complete .bg::before {
  position: absolute;
  content: "";
}
#sub-complete .bg::before {
  width: 77px;
  height: 29px;
  top: 247px;
  left: calc(50% - 225px);
  background: url(/img/all/cloud.png) no-repeat;
  background-size: 100%;
}
#sub-complete .container {
  padding-top: 330px;
  position: relative;
}
#sub-complete .ttl {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: 0;
}
#sub-complete .container-box {
  text-align: center;
  margin-top: 50px;
}
#sub-complete .link {
  margin: 50px auto 0;
}

/* =========================================
    sub  PC
    sub-privacy
========================================= */
#sub-privacy .bg {
  background-color: #faf7ed;
  position: relative;
}
#sub-privacy .bg::before {
  position: absolute;
  content: "";
}
#sub-privacy .bg::before {
  width: 77px;
  height: 29px;
  top: 247px;
  left: calc(50% - 225px);
  background: url(/img/all/cloud.png) no-repeat;
  background-size: 100%;
}
#sub-privacy .container {
  padding-top: 400px;
  position: relative;
}
#sub-privacy .ttl {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: 0;
}

/* =========================================
    sub  PC
    404 error
========================================= */
#sub-error .bg {
  border-bottom: 1px solid #c3c3c3;
  position: relative;
}
#sub-error .bg::before {
  position: absolute;
  content: "";
}
#sub-error .bg::before {
  width: 77px;
  height: 29px;
  top: 247px;
  left: calc(50% - 225px);
  background: url(/img/all/cloud.png) no-repeat;
  background-size: 100%;
}
#sub-error .container {
  padding-top: 400px;
  position: relative;
}
#sub-error .ttl {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: 0;
}
#sub-error .txt {
  width: 100%;
  text-align: center;
  margin: 50px auto 0;
}
#sub-error .link {
  text-decoration: underline;
  color: #f7d14e;
}