@charset "UTF-8";
/* base
==================================*/
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, li, ol, dl, dd, tr {
  font-size: 16px;
  line-height: 1.8;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1;
}

.pc, .md {
  display: none !important;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: #000;
  text-decoration: none;
}
a:visited {
  color: #000;
}
a:hover {
  color: #000;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:active {
  color: #000;
}

/* header
==================================*/
header {
  position: fixed;
  top: -56px;
  left: 0;
  right: 0;
  z-index: 999;
  background: #fff;
  width: 100%;
  height: 55px;
  transition: 0.7s ease;
}
header.show {
  top: 0;
}
header .header_inner {
  display: flex;
  justify-content: space-between;
}
header .logo {
  margin: 12px 0 0 15px;
}
header .logo img {
  width: 133px;
}
header .menu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 500;
  background: transparent;
  width: 80px;
  height: 55px;
}
header .menu span {
  position: absolute;
  top: 22px;
  left: 0;
  right: 0;
  display: inline-block;
  background: #000;
  width: 50px;
  height: 1px;
  margin: auto;
  transition: 0.3s;
}
header .menu span.line-b {
  top: 32px;
}
header .menu.is-active span {
  background: #fff;
  top: 27px;
  transform: rotate(22deg);
}
header .menu.is-active span.line-b {
  transform: rotate(-22deg);
}
header .menu p {
  color: #fff;
  padding: 35px 0 0;
  font-size: 10px;
  text-align: center;
}
header nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 400;
  background: #1b1b1b;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
header nav > ul {
  margin: 60px 32px 25px;
  padding: 0 10px 16px;
  border-bottom: 1px solid #393939;
}
header nav > ul li {
  margin-bottom: 23px;
}
header nav > ul li a {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
}
header nav > ul li a:visited {
  color: #fff;
}
header nav > ul li a:hover {
  color: #fff;
}
header nav > ul li a:active {
  color: #fff;
}
header nav > ul li.icon a {
  margin-top: 32px;
  display: block;
  width: 24px;
}
header nav > ul li.icon a img {
  vertical-align: baseline;
}
header nav .addressBox {
  margin: 0 42px 40px;
}
header nav .addressBox ul li {
  color: #fff;
  font-size: 15px;
}
header nav .addressBox ul li a {
  color: #fff;
}

#under_head {
  position: relative;
  padding: 49px 0 25px;
}
#under_head .logo {
  width: 88px;
  margin: auto;
  padding-left: 15px;
}

#under_headImg {
  background: url(../assets/images/about/headImg.webp) no-repeat center/cover;
  width: 100%;
  height: 219px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 52px;
}
#under_headImg h2 {
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-align: center;
}

/* footer
==================================*/
footer {
  position: relative;
  background: #1b1b1b;
}
footer *, footer a:visited, footer a:hover, footer a:active {
  color: #fff;
}
footer .rBox {
  background: #111;
  padding: 32px 32px 40px;
}
footer .rBox nav ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(4, 1fr);
  grid-row-gap: 10px;
}
footer .rBox nav ul li:nth-child(1) {
  grid-area: 1/1/2/2;
}
footer .rBox nav ul li:nth-child(2) {
  grid-area: 2/1/3/2;
}
footer .rBox nav ul li:nth-child(3) {
  grid-area: 3/1/4/2;
}
footer .rBox nav ul li:nth-child(4) {
  grid-area: 1/2/2/3;
}
footer .rBox nav ul li:nth-child(5) {
  grid-area: 2/2/3/3;
}
footer .rBox nav ul li:nth-child(6) {
  grid-area: 3/2/4/3;
}
footer .rBox nav ul li:nth-child(7) {
  grid-area: 4/1/5/3;
}
footer .rBox nav ul li.icon {
  margin-top: 5px;
}
footer .rBox nav ul li.icon a img {
  width: 24px;
}
footer .rBox .copy {
  position: absolute;
  left: 32px;
  bottom: 45px;
  font-size: 10px;
  letter-spacing: 0.08em;
}
footer .lBox {
  padding: 45px 32px 85px;
}
footer .lBox a.logo {
  display: block;
  width: 213px;
  margin-bottom: 22px;
}
footer .lBox ul li {
  font-size: 15px;
  line-height: 1.92;
}

/* common
==================================*/
.c-bgPattern {
  background: url(../assets/images/bg_pattern.jpg) repeat;
  background-size: 320px auto;
}

.c-moreBtn a {
  display: flex;
  align-items: center;
  font-weight: 500;
}
.c-moreBtn a .c-btnIcon {
  position: relative;
  margin-left: 13px;
  padding-left: 20px;
}
.c-moreBtn a .c-btnIcon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  background: #4b2566;
  width: 30px;
  height: 1px;
  transition: 0.3s ease;
}
.c-moreBtn a .c-btnIcon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  background: #fff;
  width: 8px;
  height: 1px;
}
.c-moreBtn a .c-btnIcon svg {
  width: 24px;
  height: 13px;
}
.c-moreBtn a .c-btnIcon svg path {
  fill-rule: evenodd;
  transition: 0.3s ease;
}
.c-moreBtn a .c-btnIcon svg .cls-1 {
  fill: #4b2566;
}
.c-moreBtn a .c-btnIcon svg .cls-2 {
  fill: #759b6c;
}

a.c-moreBtn2 {
  position: relative;
  box-sizing: border-box;
  display: block;
  color: #fff;
  height: 215px;
  padding-top: 35px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  font-weight: 500;
  writing-mode: vertical-rl;
  line-height: 52px;
}
a.c-moreBtn2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 15px;
  background: #fff;
  width: 1px;
  height: 23px;
  transition: 0.3s ease;
}

a.c-moreBtn3 {
  position: relative;
  box-sizing: border-box;
  display: block;
  width: 290px;
  padding-right: 8px;
  border: 1px solid #d7d7d7;
  font-weight: 500;
  line-height: 52px;
  text-align: center;
}
a.c-moreBtn3::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  background: #d7d7d7;
  width: 23px;
  height: 1px;
  transition: 0.3s ease;
}

.c-h3 {
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-align: center;
}

.c-h4 {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.08em;
}

.c-h3-vertical {
  margin: auto;
  writing-mode: vertical-rl;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.96;
  letter-spacing: 0.08em;
}

.c-line {
  padding: 0 20px;
}
.c-line span {
  display: block;
  background: #dcdcdc;
  width: 100%;
  height: 1px;
  margin: auto;
}

/* layout
==================================*/
.l-phRight {
  padding: 0 20px;
}
.l-phRight h4 {
  margin-bottom: 15px;
}
.l-phRight p {
  margin-bottom: 30px;
  line-height: 2;
}
.l-phRight .ph {
  margin-bottom: 35px;
}

.l-largePhoto {
  margin-bottom: 46px;
}

.l-largePhoto.l-twoPhotos {
  display: flex;
  justify-content: space-between;
}
.l-largePhoto.l-twoPhotos .ph {
  width: calc((100% - 1px) / 2);
}

ol.l-newsList li {
  padding-top: 20px;
}
ol.l-newsList li:first-child {
  padding-top: 0;
}
ol.l-newsList li a {
  position: relative;
  display: block;
  padding: 14px 0;
  border-bottom: 1px solid #d7d7d7;
}
ol.l-newsList li a dl dt {
  margin-bottom: 5px;
}
ol.l-newsList li a dl dt span {
  display: inline-block;
  width: 76px;
  margin: 0 45px 0 8px;
  border: 1px solid #000;
  border-radius: 50px;
  font-size: 13px;
  text-align: center;
  line-height: 20px;
}

/* loader
==================================*/
#loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 1001;
}

/* Animation
==================================*/
.c-anim-fade,
.c-anim-fade01,
.c-anim-fade02,
.c-anim-fade03,
.c-anim-load,
.c-anim-load02 {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.72, 0.1, 0.47, 1);
}
.c-anim-fade--show,
.c-anim-fade01--show,
.c-anim-fade02--show,
.c-anim-fade03--show,
.c-anim-load--show,
.c-anim-load02--show {
  opacity: 1;
}

/*==================================
  SP Top
==================================*/
#Top .section_inner h2 {
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.15em;
}
#Top .mainVisual {
  margin-bottom: 55px;
}
#Top .mainVisual #js-setMainVisual {
  margin: 0;
}
#Top .mainVisual #js-setMainVisual .swiper-dots {
  position: absolute;
  left: 15px;
  bottom: 15px;
  z-index: 3;
}
#Top .mainVisual #js-setMainVisual .swiper-dots button {
  position: relative;
  width: 17px;
  height: 17px;
  margin: 0 8px 0 0;
  opacity: 1;
  background: none;
  cursor: pointer;
}
#Top .mainVisual #js-setMainVisual .swiper-dots button .swiper-dot {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background: #fff;
  width: 7px;
  height: 7px;
  margin: auto;
  border-radius: 50%;
}
#Top .mainVisual #js-setMainVisual .swiper-dots button .swiper-circle {
  display: block;
}
#Top .mainVisual #js-setMainVisual .swiper-dots button .swiper-circle svg .cls-1 {
  fill: none;
  stroke: #fff;
}
#Top .mainVisual #js-setMainVisual .swiper-dots button .swiper-circle svg .cls-2 {
  fill: none;
  stroke: #fff;
  stroke-dasharray: 54;
  stroke-dashoffset: 54;
  transform-origin: center;
  transform: rotate(-90deg);
}
#Top .mainVisual #js-setMainVisual .swiper-dots button.swiper-pagination-bullet-active {
  background: none;
  pointer-events: none;
}
#Top .mainVisual #js-setMainVisual .swiper-dots button.swiper-pagination-bullet-active .swiper-circle svg .cls-1 {
  fill: #fff;
}
#Top .mainVisual #js-setMainVisual .swiper-dots button.swiper-pagination-bullet-active .swiper-circle svg .cls-2 {
  animation: pathMove 6.5s ease-out forwards;
}
#Top .mainVisual #js-setMainVisual .swiper-dots button.swiper-pagination-bullet-active .swiper-circle svg .cls-2.first-load {
  animation: pathMove 4s ease-out forwards !important;
}
@keyframes pathMove {
  0% {
    stroke-dashoffset: 54;
  }
  95% {
    stroke-dashoffset: 0;
    transform: rotate(-90deg);
  }
  100% {
    stroke-dashoffset: 54;
    transform: rotate(270deg);
  }
}
#Top .mainVisual .rBox .logo {
  width: 123px;
  margin: 56px auto 35px;
  padding-left: 8px;
}
#Top .mainVisual .rBox nav ul {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
}
#Top .mainVisual .rBox nav ul li {
  padding-top: 24px;
  margin: 0 11px;
}
#Top .mainVisual .rBox nav ul li a {
  position: relative;
  writing-mode: vertical-rl;
  font-weight: 500;
  letter-spacing: 0.2em;
}
#Top .mainVisual .rBox nav ul li a::before {
  content: "";
  position: absolute;
  top: -23px;
  right: 50%;
  background: #c6c6c6;
  width: 1px;
  height: 7px;
  transition: 0.3s ease;
}
#Top .mainVisual .rBox nav ul li a:hover {
  color: #878787;
}
#Top .mainVisual .rBox nav ul li a:hover::before {
  background: #000;
  top: -38px;
  height: 22px;
}
#Top .leadSection {
  margin-bottom: 57px;
}
#Top .leadSection .section_inner .lBox {
  padding: 0 20px;
  margin-bottom: 40px;
}
#Top .leadSection .section_inner .lBox h3 {
  margin-bottom: 0.7em;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.7;
}
#Top .leadSection .section_inner .lBox p {
  line-height: 2;
  text-align: justify;
}
#Top .leadSection .section_inner .phBox {
  display: flex;
  justify-content: space-between;
  margin-left: 20px;
}
#Top .leadSection .section_inner .phBox .ph01 {
  width: 60.985915493%;
}
#Top .leadSection .section_inner .phBox .ph02 {
  width: 37.6056338028%;
}
#Top .newsSection {
  padding: 65px 20px 62px;
}
#Top .newsSection .section_inner h2 {
  margin-bottom: 10px;
}
#Top .newsSection .section_inner #getNewsList {
  margin-bottom: 35px;
}
#Top .aboutSection {
  background: url(../assets/images/top/sp__about_bg.webp) no-repeat center/cover;
  padding: 55px 3% 80px;
  margin-bottom: 60px;
}
#Top .aboutSection .section_inner .textBox {
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: row-reverse;
  background: rgba(0, 0, 0, 0.45);
  width: 257px;
  margin: auto;
  padding: 42px 47px 0 0;
  transform: translateX(13px);
}
#Top .aboutSection .section_inner .textBox h2 {
  color: #fff;
  margin-left: 16px;
  writing-mode: vertical-rl;
}
#Top .aboutSection .section_inner .textBox p {
  color: #fff;
  padding-top: 30px;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  writing-mode: vertical-rl;
  line-height: 2;
}
#Top .aboutSection .section_inner .textBox a {
  position: absolute;
  left: -26px;
  bottom: -24px;
}
#Top .eventSection {
  margin-bottom: 70px;
  padding: 0 14px;
}
#Top .eventSection .section_inner h2 {
  margin-bottom: 53px;
  text-align: center;
}
#Top .eventSection .section_inner ol {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 15px;
}
#Top .eventSection .section_inner ol li {
  position: relative;
  width: 47.8386167147%;
  margin-bottom: 20px;
}
#Top .eventSection .section_inner ol li .ph {
  position: relative;
  box-sizing: border-box;
  background: url(../assets/images/bg_pattern.jpg) repeat;
  background-size: 320px auto;
  width: 100%;
  padding: 8.4%;
  border-radius: 50%;
}
#Top .eventSection .section_inner ol li .ph::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -10%;
  z-index: 1;
  transform: translateY(-50%);
  background: url(../assets/images/icon_square.svg) no-repeat center/contain;
  width: 11.5%;
  height: 5.7%;
}
#Top .eventSection .section_inner ol li:nth-child(2n) {
  margin-right: 0;
}
#Top .eventSection .section_inner ol li:nth-child(2n) .ph::after {
  content: none;
}
#Top .eventSection .section_inner ol li p {
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
}
#Top .eventSection .section_inner ol li p .medium {
  font-size: 16px;
}
#Top .eventSection .section_inner ol li p .large {
  font-size: 23px;
}
#Top .eventSection .section_inner ol li p small {
  font-size: 14px;
}
#Top .eventSection .section_inner a.c-moreBtn3 {
  margin: auto;
}
#Top .flowersSection {
  margin-bottom: 60px;
}
#Top .flowersSection .section_inner {
  max-width: none;
  position: relative;
}
#Top .flowersSection .section_inner .lBox {
  padding: 0 20px;
}
#Top .flowersSection .section_inner .lBox h3 {
  margin-bottom: 0.7em;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.7;
}
#Top .flowersSection .section_inner .lBox p {
  margin-bottom: 30px;
  line-height: 2;
  text-align: justify;
}
#Top .flowersSection .section_inner .phBox {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin: 0 20px 40px 0;
}
#Top .flowersSection .section_inner .phBox .ph01 {
  width: 54.5070422535%;
}
#Top .flowersSection .section_inner .phBox .ph02 {
  width: 44.0845070423%;
}
#Top .worshipSection {
  padding: 60px 20px 55px;
}
#Top .worshipSection .section_inner h2 {
  margin-bottom: 33px;
  text-align: center;
}
#Top .worshipSection .section_inner ul li {
  position: relative;
  margin-bottom: 55px;
}
#Top .worshipSection .section_inner ul li:last-child {
  margin-bottom: 0;
}
#Top .worshipSection .section_inner ul li .phBox {
  position: relative;
  margin-bottom: 12px;
}
#Top .worshipSection .section_inner ul li .phBox img {
  aspect-ratio: 67/60;
  object-fit: cover;
  object-position: 50% 50%;
}
#Top .worshipSection .section_inner ul li .phBox p {
  position: absolute;
  top: -13px;
  left: 18px;
  background: #fff;
  height: 135px;
  font-size: 22px;
  font-weight: 500;
  line-height: 44px;
  letter-spacing: 0.15em;
  text-align: center;
  writing-mode: vertical-rl;
}
#Top .worshipSection .section_inner ul li .textBox {
  margin-bottom: 15px;
}
#Top .worshipSection .section_inner ul li .textBox p {
  text-align: justify;
}
#Top .anotherSection {
  padding: 0 20px 50px;
  margin-bottom: 54px;
}
#Top .anotherSection .section_inner .boxWrap {
  background: #fff;
  border: 1px solid #e8e8e8;
}
#Top .anotherSection .section_inner .boxWrap .textBox {
  box-sizing: border-box;
  padding: 28px 20px 40px;
}
#Top .anotherSection .section_inner .boxWrap .textBox h3 {
  padding: 15px 0 12px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e8e8e8;
  font-size: 19px;
  font-weight: 500;
}
#Top .anotherSection .section_inner .boxWrap .textBox h3 span {
  font-size: 24px;
}
#Top .anotherSection .section_inner .boxWrap .textBox p {
  margin-bottom: 15px;
}
#Top .gallerySection {
  margin-bottom: 60px;
  padding: 0 20px;
}
#Top .gallerySection .section_inner {
  position: relative;
}
#Top .gallerySection .section_inner h2 {
  text-align: center;
  margin-bottom: 25px;
}
#Top .gallerySection .section_inner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#Top .gallerySection .section_inner ul li {
  position: relative;
  background: #000;
  width: 49.2537313433%;
  height: 165px;
  margin-bottom: 5px;
  overflow: hidden;
}
#Top .gallerySection .section_inner ul li:nth-child(2n) {
  margin-right: 0;
}
#Top .gallerySection .section_inner ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
#Top .gallerySection .section_inner ul li a img, #Top .gallerySection .section_inner ul li a video {
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: 50% 50%;
}
#Top .gallerySection .section_inner ul li a:active {
  opacity: 0.6;
}
#Top .gallerySection .section_inner a.instaIcon {
  position: absolute;
  top: 8px;
  right: 0;
  z-index: 1;
  width: 20px;
  height: 20px;
}
#Top .gallerySection .section_inner a.instaIcon:hover {
  opacity: 0.5;
}

/*==================================
  SP About
==================================*/
#About .Lead .section_inner h3 {
  margin-bottom: 12px;
}
#About .History {
  margin-bottom: 45px;
  padding: 55px 20px 35px;
}
#About .History .section_inner {
  position: relative;
}
#About .History .section_inner .illust01 {
  position: absolute;
  left: 9px;
  width: 29.2537313433%;
}
#About .History .section_inner .illust02 {
  position: absolute;
  right: -8px;
  width: 32.2388059701%;
}
#About .History .section_inner h3 {
  margin-bottom: 28px;
}
#About .History .section_inner .ph {
  margin-bottom: 20px;
}
#About .History .section_inner p {
  line-height: 2;
}
#About .Greeting {
  margin-bottom: 42px;
  padding: 0 20px;
}
#About .Greeting .section_inner .ph {
  width: 80%;
  margin: 20px auto 20px;
}
#About .Greeting .section_inner p {
  line-height: 2;
}
#About .Greeting .section_inner p span {
  display: inline-block;
  margin-top: 10px;
}
#About .Another {
  position: relative;
  padding: 50px 20px 60px;
}
#About .Another #anchor01 {
  position: absolute;
  top: -56px;
}
#About .Another .section_inner h3 {
  margin-bottom: 28px;
}
#About .Another .section_inner .boxWrap {
  background: #fff;
  border: 1px solid #e8e8e8;
}
#About .Another .section_inner .boxWrap .txtBox {
  box-sizing: border-box;
  padding: 20px 14px 30px;
}
#About .Another .section_inner .boxWrap .txtBox p.name {
  margin-bottom: 8px;
  font-size: 17px;
  font-weight: 500;
}
#About .Another .section_inner .boxWrap .txtBox p.name span {
  font-size: 22px;
}
#About .Another .section_inner .boxWrap .txtBox > p:not(.name) {
  margin-top: 12px;
  line-height: 2;
}
#About .Another .section_inner .boxWrap .txtBox .contact {
  margin-top: 12px;
  padding-top: 18px;
  border-top: 1px solid #e8e8e8;
}
#About .Another .section_inner .boxWrap .txtBox .contact a {
  font-size: 15px;
  font-weight: 500;
}
#About .Another .section_inner .boxWrap .txtBox .contact a span {
  font-size: 20px;
}
#About .Another .section_inner .boxWrap .txtBox .contact p {
  margin-top: 8px;
}
#About .Another .section_inner .boxWrap .map iframe {
  width: 100%;
  height: 100%;
  min-height: 490px;
  filter: grayscale(100%);
}

/*==================================
  SP Worship
==================================*/
#Worship #under_headImg {
  background-image: url(../assets/images/worship/headImg.webp);
}
#Worship section {
  position: relative;
}
#Worship section > a {
  position: absolute;
  top: -56px;
}
#Worship .Info {
  padding: 0 20px;
}
#Worship .Info .section_inner h3 {
  margin-bottom: 25px;
}
#Worship .Info .section_inner .ph img {
  aspect-ratio: 670/384;
  object-fit: cover;
  object-position: 50% 50%;
}
#Worship .Info .section_inner .flex-wrap {
  margin: 25px auto 30px;
}
#Worship .Info .section_inner .flex-wrap h4 {
  margin-bottom: 14px;
}
#Worship .Items,
#Worship .Places {
  margin-top: 35px;
}
#Worship .l-largePhoto {
  margin-bottom: 35px;
}
#Worship .Places .section_inner .txt01 p, #Worship .Places .section_inner .txt02 p:last-child {
  margin-bottom: 20px;
}
#Worship .Statues {
  margin: 35px 0 30px;
  padding: 0 20px;
}
#Worship .Statues .section_inner > div .ph {
  margin-bottom: 22px;
}
#Worship .Statues .section_inner > div p {
  margin: 12px 0 25px;
  line-height: 2;
}
#Worship .Goshuin {
  padding: 47px 20px 35px;
}
#Worship .Goshuin .section_inner h3 {
  margin-bottom: 25px;
  line-height: 1;
}
#Worship .Goshuin .section_inner p {
  margin-top: 15px;
  line-height: 2;
}
#Worship .Access {
  margin: 42px 0 50px;
  padding: 0 20px;
}
#Worship .Access .section_inner h3 {
  margin-bottom: 18px;
}
#Worship .Access .section_inner .boxWrap .txtBox p.name {
  margin: 0 0 10px;
  padding-bottom: 3px;
  border-bottom: 1px solid #e8e8e8;
  font-size: 17px;
  font-weight: 500;
}
#Worship .Access .section_inner .boxWrap .txtBox p.name span {
  font-size: 22px;
}
#Worship .Access .section_inner .boxWrap .txtBox p.name2 {
  margin-top: 20px;
  font-size: 20px;
}
#Worship .Access .section_inner .boxWrap .txtBox > p:not(.name) {
  line-height: 1.8;
}
#Worship .Access .section_inner .boxWrap .txtBox .contact a {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
}
#Worship .Access .section_inner .boxWrap .txtBox .contact a span {
  font-size: 20px;
}
#Worship .Access .section_inner .boxWrap .txtBox .contact p {
  margin-top: 8px;
}
#Worship .Access .section_inner .boxWrap .txtBox p.dot {
  position: relative;
  margin: 5px 0 25px;
  padding-left: 1.4em;
}
#Worship .Access .section_inner .boxWrap .txtBox p.dot::before {
  content: "●";
  position: absolute;
  left: 0;
}
#Worship .Access .section_inner .boxWrap .txtBox p.dot a {
  text-decoration: underline;
}
#Worship .Access .section_inner .boxWrap .map iframe {
  width: 100%;
  height: 100%;
  min-height: 490px;
  filter: grayscale(100%);
}

/*==================================
  SP Events
==================================*/
#Events #under_headImg {
  background-image: url(../assets/images/events/headImg.webp);
}
#Events p.lead {
  margin-bottom: 20px;
  padding: 0 20px;
  line-height: 2;
}
#Events .MonthList {
  padding: 0 20px 70px;
}
#Events .MonthList .section_inner .box {
  padding: 20px 0;
  border-bottom: 1px solid #dcdcdc;
}
#Events .MonthList .section_inner .box .month {
  text-align: center;
}
#Events .MonthList .section_inner .box .month .num {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1;
}
#Events .MonthList .section_inner .box .month .num span {
  font-size: 28px;
}
#Events .MonthList .section_inner .box .month .name {
  margin: 2px 0 10px;
  font-size: 20px;
  font-weight: 500;
}
#Events .MonthList .section_inner .box .month .name small {
  font-size: 12px;
}
#Events .MonthList .section_inner .box > p {
  margin-top: 12px;
  line-height: 2;
}
#Events .MonthList .section_inner .box01 {
  border-top: 1px solid #dcdcdc;
}
#Events .MonthList .section_inner > p {
  margin-top: 30px;
  font-size: 19px;
  font-weight: 500;
  text-align: center;
}
#Events .Flowers {
  position: relative;
  padding: 50px 20px 35px;
}
#Events .Flowers #flowers {
  position: absolute;
  top: -56px;
}
#Events .Flowers .section_inner h3 {
  margin-bottom: 25px;
  line-height: 1.5;
}
#Events .Flowers .section_inner ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(163px, 1fr));
  column-gap: 2.6865671642%;
  row-gap: 20px;
}
#Events .Flowers .section_inner ul li {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  row-gap: 3px;
}
#Events .Flowers .section_inner ul li .ph {
  position: relative;
}
#Events .Flowers .section_inner ul li .ph .iconWrap {
  position: absolute;
  left: 5px;
  bottom: 5px;
  z-index: 1;
}
#Events .Flowers .section_inner ul li .ph .iconWrap img {
  width: 45px;
}
#Events .Flowers .section_inner ul li .ph .iconWrap.icon-2 img:nth-child(2) {
  position: relative;
  z-index: -1;
  margin-left: -17px;
}
#Events .Flowers .section_inner ul li > p {
  text-align: center;
}
#Events .Visit {
  margin: 45px 0 30px;
  padding: 0 20px;
}
#Events .Visit .section_inner {
  box-sizing: border-box;
  padding: 25px 24px 20px;
  border: 1px solid #dcdcdc;
}
#Events .Visit .section_inner h3 {
  margin: 0 auto 10px;
  padding-bottom: 16px;
  border-bottom: 1px solid #dcdcdc;
}
#Events .Visit .section_inner p {
  padding: 0 2px;
  line-height: 2;
}
#Events .Tomb {
  margin-bottom: 43px;
  padding: 0 20px;
}
#Events .Tomb .section_inner .txtBox h4 {
  margin: 25px 0 12px;
}
#Events .Tomb .section_inner .txtBox p {
  line-height: 2;
}

/*==================================
  SP News
==================================*/
#News #under_headImg {
  background-image: url(../assets/images/news/headImg.webp);
}
#News .cateWrap {
  position: relative;
  display: flex;
  justify-content: center;
  height: 45px;
  margin: 0 auto 50px;
}
#News .cateWrap p.tl {
  margin-top: 8px;
}
#News .cateWrap .selectBox {
  position: relative;
}
#News .cateWrap .selectBox::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../../assets/images/icon_arrowDown.svg) no-repeat center/contain;
  width: 13px;
  height: 9px;
  pointer-events: none;
}
#News .cateWrap .selectBox select {
  border: 1px solid #d7d7d7;
  width: 180px;
  margin-left: 10px;
  padding: 7px 10px;
  appearance: none;
}
#News .cateWrap .selectBox select:focus-visible, #News .cateWrap .selectBox select:focus, #News .cateWrap .selectBox select:disabled {
  border: 1px solid #d7d7d7;
  outline: none;
}
#News section.newsArchive {
  padding: 0 20px;
  margin-bottom: 80px;
}
#News section.newsArchive #getNewsList {
  margin: 0 auto 60px;
}
#News .wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
}
#News .wp-pagenavi .page, #News .wp-pagenavi .current {
  box-sizing: border-box;
  display: inline-block;
  width: 18px;
  margin: 0 7px;
  padding-bottom: 16px;
  text-align: center;
}
#News .wp-pagenavi .current {
  border-bottom: 1px solid #000;
}
#News .wp-pagenavi .previouspostslink,
#News .wp-pagenavi .first {
  margin: 0 15px 0 0;
  padding-bottom: 14px;
  font-size: 14px;
}
#News .wp-pagenavi .nextpostslink,
#News .wp-pagenavi .last {
  margin: 0 0 0 15px;
  padding-bottom: 14px;
  font-size: 14px;
}

#News .single {
  padding: 0 20px;
}
#News .single article {
  margin-bottom: 60px;
}
#News .single article .info {
  margin-bottom: 12px;
}
#News .single article .info .day {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
  font-size: 15px;
}
#News .single article .info .day span {
  display: inline-block;
  height: 20px;
  margin: 0 45px 0 8px;
  padding: 0 10px;
  border: 1px solid #000;
  border-radius: 50px;
  font-size: 13px;
  text-align: center;
  line-height: 20px;
}
#News .single article .info .head {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}
#News .single article .wrap p {
  line-height: 2;
}
#News .single article .wrap p:has(*) {
  margin-bottom: 20px;
}
#News .single article .wrap .has-text-align-center {
  text-align: center;
}
#News .single article .wrap .has-text-align-right {
  text-align: right;
}
#News .single article .wrap .wp-block-heading {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
}
#News .single article .wrap a {
  text-decoration: underline;
}
#News .single article .wrap figure {
  width: fit-content;
  margin-bottom: 20px;
  text-align: center;
}
#News .single article .wrap figure img {
  width: auto;
  max-width: 100%;
}
#News .single article .wrap figure a {
  text-decoration: none;
}
#News .single article .wrap figure figcaption {
  color: #252525;
  margin-top: 10px;
  font-size: 14px;
}
#News .single article .wrap ul {
  margin-bottom: 20px;
}
#News .single article .wrap ul li {
  position: relative;
  padding-left: 1em;
}
#News .single article .wrap ul li::before {
  content: "・";
  position: absolute;
  left: 0;
}
#News .single article .wrap .wp-block-quote {
  margin-bottom: 20px;
  padding-left: 10px;
  border-left: 3px solid #b5b5b5;
}
#News .single article .wrap .wp-block-pullquote {
  padding: 10px 0;
  border-top: 3px solid #b5b5b5;
  border-bottom: 3px solid #b5b5b5;
}
#News .single article .wrap table {
  width: 100%;
  border: 1px solid #b5b5b5;
}
#News .single article .wrap table th, #News .single article .wrap table td {
  border: 1px solid #b5b5b5;
}
#News .single article .wrap .wp-block-media-text {
  display: flex;
  align-items: center;
}
#News .single article .wrap .wp-block-media-text figure {
  width: 50%;
}
#News .single article .wrap .wp-block-media-text .wp-block-media-text__content {
  width: 47%;
  padding-left: 3%;
}
#News .single article .wrap .wp-block-details {
  margin-bottom: 20px;
}
#News .single article .wrap .wp-block-file {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
#News .single article .wrap .wp-block-file a:not(.wp-block-file__button) {
  margin-right: 15px;
  pointer-events: none;
  text-decoration: none;
}
#News .single article .wrap .wp-block-file a.wp-block-file__button {
  position: relative;
  box-sizing: border-box;
  display: block;
  width: 230px;
  padding-right: 8px;
  border: 1px solid #d7d7d7;
  font-weight: 500;
  line-height: 52px;
  text-align: center;
  text-decoration: none;
}
#News .single article .wrap .wp-block-file a.wp-block-file__button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  background: #d7d7d7;
  width: 23px;
  height: 1px;
  transition: 0.3s ease;
}
#News .single article .wrap .wp-block-buttons {
  margin-bottom: 20px;
  text-align: center;
}
#News .single article .wrap .wp-block-buttons a.wp-block-button__link {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  padding: 0 68px 0 50px;
  border: 1px solid #d7d7d7;
  font-weight: 500;
  line-height: 52px;
  text-align: center;
  text-decoration: none;
}
#News .single article .wrap .wp-block-buttons a.wp-block-button__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  background: #d7d7d7;
  width: 23px;
  height: 1px;
  transition: 0.3s ease;
}
#News .single .pager {
  max-width: 565px;
  margin: 0 auto 100px;
}
#News .single .pager .prev {
  float: left;
  line-height: 52px;
}
#News .single .pager .next {
  float: right;
  line-height: 52px;
}
#News .single .pager a.back {
  position: relative;
  box-sizing: border-box;
  display: block;
  width: 150px;
  margin: auto;
  padding-right: 17px;
  border: 1px solid #d7d7d7;
  font-weight: 500;
  line-height: 52px;
  text-align: center;
}
#News .single .pager a.back::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  background: #d7d7d7;
  width: 18px;
  height: 1px;
  transition: 0.3s ease;
}

/*==========================================
  Common
==========================================*/
/*==========================================
  Layout
==========================================*/