@charset "UTF-8";
/*==========================================
コンポーネントファイル
===========================================*/
/*
# パンくずリスト
------------------------*/
div .bread {
  display: none;
}

/*
# 一覧ぺージ用カテゴリ(セレクトボックス)
------------------------*/
.global-select {
  width: 64%;
  margin: 0 0 23% auto;
}
.global-select select {
  padding: 6% 10% 6% 6%;
}

/*
# ドロワーメニュー
------------------------------------ */
.sp-menu-btn-wrp {
  top: 6vw;
  right: 4%;
  bottom: auto;
  left: auto;
  background: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sp-menu-btn-wrp .sp-menu-btn {
  width: 7.5vw;
  height: 5vw;
}
.sp-menu-btn-wrp .sp-menu-btn span {
  width: 100%;
  height: 2px;
  background: var(--body-font-color);
}
.sp-menu-btn-wrp .sp-menu-btn .top {
  top: 0;
}
.sp-menu-btn-wrp .sp-menu-btn .middle {
  top: 0;
  bottom: 0;
}
.sp-menu-btn-wrp .sp-menu-btn .bottom {
  top: auto;
  bottom: 0;
}
.sp-menu-btn-wrp .sp-menu-btn-txt {
  color: var(--color-white);
  top: -2vw;
  font-size: var(--font-size-10);
}

.sp-menu-btn.active .top {
  top: 50%;
  transform: translateY(0) translateX(0px) rotate(45deg);
  background: var(--primary-color);
}

.sp-menu-btn.active .bottom {
  bottom: 50%;
  transform: translateY(1px) translateX(0px) rotate(-45deg);
  background: var(--primary-color);
}

/*  drawer inbox
  ------------------------------------ */
#drawer__nav {
  padding: 8% 6% 15%;
  background: url(../img/common/primary-base_bg.jpg);
}
#drawer__nav .drawer__nav-logo {
  margin-bottom: 7rem;
}
#drawer__nav .drawer__nav {
  margin-bottom: 15%;
}
#drawer__nav .drawer__nav-item {
  border-bottom: 1px solid var(--color-gray);
}
#drawer__nav .drawer__nav-item .drawer__nav-link {
  padding: 7% 0;
  font-size: var(--font-size-18);
  border-bottom: none;
  display: block;
}
#drawer__nav .drawer__nav .current span {
  padding-left: 8vw;
  position: relative;
  text-decoration: underline;
  color: var(--primary-color);
}
#drawer__nav .drawer__nav .current span::before, #drawer__nav .drawer__nav .current span::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 2vw;
  height: 2vw;
  border-top: 2px solid var(--primary-color);
  border-right: 2px solid var(--primary-color);
  transform: rotate(45deg);
  transition: all 0.3s;
  z-index: 1;
}
#drawer__nav .drawer__nav .current span::before {
  left: 0;
}
#drawer__nav .drawer__nav .current span::after {
  left: 2.5vw;
}
#drawer__nav .drawer__nav-info {
  gap: 3rem 5rem;
}
#drawer__nav .drawer__nav-instagram {
  width: 4rem;
  height: 4rem;
}
#drawer__nav .drawer__nav-subpage {
  display: flex;
  justify-content: center;
  width: 100%;
  font-size: var(--font-size-14);
  gap: 4vw;
}
#drawer__nav .drawer__nav-subpage-link {
  text-decoration: underline;
}

/*
# c-tel
------------------------*/
.c-tel {
  font-size: var(--font-size-24);
  padding-left: 2.5rem;
  background: url(../img/common/tel_ic.svg) left center/2.2rem no-repeat;
}

.com-table {
  text-align: left;
}
.com-table tr {
  display: block;
  padding: 6% 0;
}
.com-table tr th,
.com-table tr td {
  display: block;
}
.com-table tr th {
  margin-bottom: 4%;
}
.com-table tr td a[href^="tel:"],
.com-table tr td a[href^="mailto:"] {
  text-decoration: underline;
}
.com-table tr td .tel__text {
  display: block;
}

.com-content {
  text-align: left;
}
.com-content p {
  margin-bottom: 8%;
}

.button--primary {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 6rem;
  min-width: 32rem;
  padding: 1.5rem 4rem;
  background: var(--primary-color);
  color: var(--color-white);
  border-radius: var(--button-radius-sp);
  font-size: var(--font-size-16);
  font-weight: var(--font-weight-semibold);
  text-align: center;
}
.button--primary:hover {
  opacity: 1;
}
.button--primary.bs-icon--chevron-right::before {
  right: 6%;
}
.button--primary.bs-icon--chevron-right:hover {
  background: var(--primary-color-dark);
}
.button--primary.bs-icon--chevron-right:hover::before {
  right: 4%;
}

.has-arrow {
  position: relative;
  padding-right: 3rem;
}
.has-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.5rem;
  width: 0.8rem;
  height: 0.8rem;
  margin-top: -0.5rem;
  border-top: 2px solid var(--primary-color);
  border-right: 2px solid var(--primary-color);
  transform: rotate(45deg);
}

/*==========================================
共通タイトル
===========================================*/
.title--primary {
  margin-bottom: 6rem;
  padding-top: 3.5rem;
  text-align: center;
  font-family: var(--font-secondary);
  font-size: var(--font-size-30);
  background: url(../img/common/primary-ttl_ic.png) center top/2.3rem no-repeat;
}

.title--secondary {
  border-bottom: 1px solid var(--primary-color);
  margin-bottom: 2rem;
  color: var(--primary-color);
  padding: 0 2rem 1.5rem 4rem;
  font-family: var(--font-secondary);
  font-size: var(--font-size-23);
  line-height: 1.5;
  background: url(../img/common/primary-ttl_ic.png) left top 1.3rem/2.3rem no-repeat;
}

/*==========================================
header
===========================================*/
.logo {
  width: 24.2rem;
}

.l-header {
  z-index: 100;
  padding: 1.5rem 3rem;
}
.l-header__logo {
  line-height: 1;
}

/*==========================================
footer
===========================================*/
.l-footer {
  padding: 7rem 0 0;
}
.l-footer__left {
  text-align: center;
}
.l-footer__logo {
  margin: 0 auto 5.5rem;
}
.l-footer__address {
  margin-bottom: 1.5rem;
  font-size: var(--font-size-16);
}
.l-footer__right {
  margin-top: 6rem;
}
.l-footer__nav-list {
  /*==========================================
  grid
  ===========================================*/
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(5, 1fr);
  grid-auto-flow: column;
}
.l-footer__nav-item {
  margin-bottom: 2.5rem;
}
.l-footer__nav-item:last-child {
  margin-bottom: 0;
}
.l-footer__nav-link {
  font-size: var(--font-size-16);
}
.l-footer__nav-link:hover {
  text-decoration: underline;
  color: var(--primary-color-dark);
}

#copyright {
  word-break: normal;
  text-align: center;
  padding: 6rem 0 3rem;
}
#copyright small {
  font-size: var(--font-size-12);
}

/*==========================================
deco
===========================================*/
.deco-primary {
  background: url(../img/common/primary-lt_bg.png) left top -12rem/60.28125% no-repeat, url(../img/common/primary-rt_bg.png) right 3.5rem top -6.5rem/23.53125% no-repeat, url(../img/common/primary-lb_bg.png) left 1rem bottom/16.5625% no-repeat, url(../img/common/primary-rb_bg.png) right bottom/42.125% no-repeat, url(../img/common/primary-base_bg.jpg);
}

.deco-secondary--before {
  position: relative;
  z-index: 1;
}
.deco-secondary--before::before {
  position: absolute;
  content: "";
  z-index: -1;
  width: 22.8rem;
  height: 15rem;
  background: url(../img/common/secondary-rt_deco.png) center/100% no-repeat;
  inset: 0 0 auto auto;
}

.deco-secondary--after {
  position: relative;
  z-index: 1;
}
.deco-secondary--after::after {
  position: absolute;
  content: "";
  z-index: -1;
  width: 28.3rem;
  height: 31.3rem;
  background: url(../img/common/secondary-lb_deco.png) center/100% no-repeat;
  inset: auto auto -15rem 0;
}

.img-rounded {
  border-radius: 2rem;
  border: 0.6rem solid var(--color-white);
}

/*==========================================
sv
===========================================*/
.sv {
  position: relative;
  height: 30rem;
  display: flex;
  align-items: flex-end;
  padding: 0 3.5rem 5rem;
}
.sv__title {
  position: relative;
  z-index: 2;
  font-size: var(--font-size-26);
  line-height: 1.4;
  padding: 0.5rem 1.5rem;
  border-radius: 1.4rem;
  background: url(../img/common/secondary-base_bg.jpg);
}

.p-about__sv {
  background: url(../../img/sv/about-sv_bg.png) right bottom/86.53125% no-repeat, url(../img/sv/sv-base_bg.png) center left/cover no-repeat;
}

.p-event__sv {
  background: url(../../img/sv/event-sv_bg.png) right bottom/86.53125% no-repeat, url(../img/sv/sv-base_bg.png) center left/cover no-repeat;
}

.p-prayer__sv {
  background: url(../../img/sv/prayer-sv_bg.png) right bottom/86.53125% no-repeat, url(../img/sv/sv-base_bg.png) center left/cover no-repeat;
}

.p-access__sv {
  background: url(../../img/sv/access-sv_bg.png) right bottom/86.53125% no-repeat, url(../img/sv/sv-base_bg.png) center left/cover no-repeat;
}

.p-news__sv {
  background: url(../../img/sv/news-sv_bg.png) right bottom/86.53125% no-repeat, url(../img/sv/sv-base_bg.png) center left/cover no-repeat;
}

.p-contact__sv {
  background: url(../../img/sv/contact-sv_bg.png) right bottom/86.53125% no-repeat, url(../img/sv/sv-base_bg.png) center left/cover no-repeat;
}

.p-complete__sv {
  background: url(../../img/sv/complete-sv_bg.png) right bottom/86.53125% no-repeat, url(../img/sv/sv-base_bg.png) center left/cover no-repeat;
}

.p-privacy__sv {
  background: url(../../img/sv/privacy-sv_bg.png) right bottom/86.53125% no-repeat, url(../img/sv/sv-base_bg.png) center left/cover no-repeat;
}

.p-site__sv {
  background: url(../../img/sv/site-sv_bg.png) right bottom/86.53125% no-repeat, url(../img/sv/sv-base_bg.png) center left/cover no-repeat;
}

.p-e404__sv {
  background: url(../../img/sv/e404-sv_bg.png) right bottom/86.53125% no-repeat, url(../img/sv/sv-base_bg.png) center left/cover no-repeat;
}

/*
# p-top-mv
------------------------*/
.p-top-mv {
  height: 100vh;
  height: 100svh;
  background: url(../img/top/mv-sp_bg.jpg) center/cover no-repeat;
}
.p-top-mv__inbox {
  height: 100%;
  align-items: flex-end;
}
.p-top-mv__catch {
  width: 24rem;
  z-index: 2;
  writing-mode: vertical-rl;
  line-height: 2.2;
  margin-left: auto;
  letter-spacing: 0.16em;
  text-shadow: 1px 1px rgba(var(--color-white-rgb), 0.95);
}
.p-top-mv__catch span {
  font-size: var(--font-size-30);
}
.p-top-mv__catch small {
  font-size: var(--font-size-20);
}

/*
# p-top-greeting
------------------------*/
.p-top-greeting__img {
  text-align: center;
  margin-bottom: 6rem;
}

/*
# p-top-feature
------------------------*/
.p-top-feature {
  position: relative;
}
.p-top-feature::before {
  inset: auto 0 0;
}
.p-top-feature__card {
  width: 87%;
  margin: 0 auto 6rem;
  padding: 4rem;
  border-radius: 3rem;
  background: url(../img/common/secondary-base_bg.jpg);
}
.p-top-feature__card::before {
  position: absolute;
  content: "";
  inset: 2rem auto auto 2.5rem;
  width: 6.5rem;
  height: 6.5rem;
}
.p-top-feature__card:last-child {
  margin-bottom: 0;
}
.p-top-feature__card:nth-child(1)::before {
  background: url(../img/top/feature-card01_num.png) center/100% no-repeat;
}
.p-top-feature__card:nth-child(2)::before {
  background: url(../img/top/feature-card02_num.png) center/100% no-repeat;
}
.p-top-feature__card:nth-child(3)::before {
  background: url(../img/top/feature-card03_num.png) center/100% no-repeat;
}
.p-top-feature__card-icon {
  width: 24rem;
  height: 24rem;
  margin: 0 auto 2rem;
}
.p-top-feature__card-icon img {
  width: 22%;
  min-width: 12rem;
}
.p-top-feature__card-title {
  margin-bottom: 2rem;
  text-align: center;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--primary-color);
  font-size: var(--font-size-21);
  letter-spacing: 0.04em;
}

/*
# p-top-nav
------------------------*/
.p-top-nav__card {
  width: 85%;
  margin: 0 auto 6rem;
}
.p-top-nav__card:last-child {
  margin-bottom: 0;
}
.p-top-nav__card-link {
  padding: 2rem 2rem 4rem;
}
.p-top-nav__card-link::before {
  position: absolute;
  content: "";
}
.p-top-nav__card-link:hover {
  opacity: 1;
  transform: translateY(-1rem);
}
.p-top-nav__card-link:hover .p-top-nav__card-img img {
  border-color: var(--primary-color);
}
.p-top-nav__card--about .p-top-nav__card-link::before {
  width: 13.9rem;
  height: 13.5rem;
  background: url(../img/top/page-nav-about_deco.png) center/84% no-repeat;
  inset: auto -0.5rem -1.5rem auto;
}
.p-top-nav__card--event .p-top-nav__card-link::before {
  width: 13rem;
  height: 12.9rem;
  background: url(../img/top/page-nav-event_deco.png) center/84% no-repeat;
  inset: auto -3.3rem -3rem auto;
}
.p-top-nav__card--pray .p-top-nav__card-link::before {
  width: 13.7rem;
  height: 13.3rem;
  background: url(../img/top/page-nav-pray_deco.png) center/84% no-repeat;
  inset: auto -1.7rem -4.4rem auto;
}
.p-top-nav__card--access .p-top-nav__card-link::before {
  width: 16.1rem;
  height: 11.6rem;
  background: url(../img/top/page-nav-access_deco.png) center/84% no-repeat;
  inset: auto -2.7rem -3.7rem auto;
}
.p-top-nav__card-img {
  margin-bottom: 2.5rem;
}
.p-top-nav__card-img img {
  transition: all 0.3s;
}
.p-top-nav__card-label {
  font-family: var(--font-secondary);
  font-size: var(--font-size-22);
  padding-left: 6rem;
}
.p-top-nav__card-label::before {
  background: var(--primary-color);
  border-radius: 2rem;
  width: 4rem;
  height: 7rem;
  color: var(--color-white);
  font-size: var(--font-size-14);
  left: 0;
}

/*
# p-top-contact
------------------------*/
.p-top-contact {
  background: url(../img/top/contact_bg.jpg) center/cover no-repeat;
}
.p-top-contact::before {
  inset: -0.2rem 0 auto;
  transform: rotate(180deg);
}
.p-top-contact__title {
  background: url(../img/top/contact-ttl_bg.png);
  padding: 0.3rem 0;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  max-height: 9rem;
  font-size: var(--font-size-27);
}
.p-top-contact__title::before, .p-top-contact__title::after {
  position: absolute;
  content: "";
  width: 3.7rem;
  height: 9rem;
  background: url(../img/top/contact-ttl_frame.png) center/100% no-repeat;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.p-top-contact__title::before {
  left: -3.7rem;
}
.p-top-contact__title::after {
  right: -3.7rem;
  transform: scale(-1, 1);
}
.p-top-contact__title span {
  padding: 0.38rem 4rem;
  border-top: 1px solid rgba(var(--color-white-rgb), 0.6);
  border-bottom: 1px solid rgba(var(--color-white-rgb), 0.6);
}
.p-top-contact__lead {
  margin-top: 5rem;
}
.p-top-contact .c-tel {
  font-size: var(--font-size-30);
  width: -moz-fit-content;
  width: fit-content;
  margin: 1.5rem auto 0;
  display: block;
  background-size: 3rem;
  padding-left: 3.5rem;
}
.p-top-contact__box {
  margin: 3rem auto 0;
  padding: 1rem;
}
.p-top-contact__box::before, .p-top-contact__box::after {
  position: absolute;
  content: "";
}
.p-top-contact__box::before {
  width: 9.2rem;
  height: 8.5rem;
  background: url(../img/top/contact-box-lt_deco.png) center/100% no-repeat;
  inset: -1rem auto auto -1.2rem;
}
.p-top-contact__box::after {
  width: 12.3rem;
  height: 14.2rem;
  background: url(../img/top/contact-box-rb_deco.png) center/100% no-repeat;
  inset: auto -4.8rem -1.5rem auto;
}
.p-top-contact__box-inner {
  padding: 2.5rem;
}
.p-top-contact__sub-title {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 1.5rem;
  padding: 0 4rem;
  font-size: var(--font-size-27);
  text-align: center;
  background: url(../img/common/primary-ttl_ic.png) left center/2.3rem no-repeat, url(../img/common/primary-ttl_ic.png) right center/2.3rem no-repeat;
}

/*
# p-top-news
------------------------*/
.p-top-news__post-list {
  margin-bottom: 4rem;
}
.p-top-news__post {
  margin-bottom: 2rem;
}
.p-top-news__post:last-child {
  margin-bottom: 0;
}
.p-top-news__post-link {
  padding: 3rem 4rem;
  gap: 1rem;
}
.p-top-news__post-link:hover {
  transform: translateX(1rem);
}
.p-top-news__post-link:hover .p-top-news__post-title {
  text-decoration: underline;
}
.p-top-news__post-date {
  width: 100%;
  font-size: var(--font-size-17);
}
.p-top-news__post-tags {
  width: 100%;
  gap: 0.7rem;
}
.p-top-news__post-tag {
  padding: 0.2rem 1rem;
  font-size: var(--font-size-15);
}
.p-top-news__post-tag::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 1.5rem;
  background: var(--color-gray);
  inset: 0 auto 0 0;
  margin: auto 0;
}
.p-top-news__post-title {
  font-size: var(--font-size-17);
}
.p-top-news__post:has(.p-top-news__post-tags) .p-top-news__post-title {
  width: 61rem;
}
.p-top-news__button {
  width: 32rem;
  margin: 6rem auto 0;
}

/*==========================================
about
===========================================*/
/*
# p-about-intro
------------------------*/
.p-about-intro::after {
  bottom: -17.5rem;
}
.p-about-intro__inbox::before {
  inset: 11.5rem -23rem auto auto;
}
.p-about-intro__title {
  margin-bottom: 4.5rem;
}

/*
# p-about-history
------------------------*/
.p-about-history {
  margin-top: 6rem;
}
.p-about-history__row {
  gap: 3rem;
  padding: 2.5rem 0;
  border-bottom: 1px solid var(--color-gray);
}
.p-about-history__date {
  font-weight: var(--font-weight-semibold);
  margin-bottom: 1.5rem;
}
.p-about-history__text {
  padding-left: 1.5rem;
}

/*
# p-about-priest
------------------------*/
.p-about-priest {
  position: relative;
}
.p-about-priest__main {
  margin-bottom: 5rem;
}
.p-about-priest__list {
  margin-bottom: 6rem;
}
.p-about-priest__row {
  gap: 2rem 1rem;
  padding: 1.3rem 1rem 1.3rem 1.5rem;
  margin-bottom: 1.5rem;
}
.p-about-priest__row:last-child {
  margin-bottom: 0;
}
.p-about-priest__name {
  width: 10rem;
}
.p-about-priest__value {
  width: calc(100% - 10rem);
}
.p-about-priest__career-list {
  gap: 3rem 0;
}
.p-about-priest__career-item {
  width: 100%;
  padding: 3rem;
  background: var(--color-white);
  border-radius: 1rem;
}
.p-about-priest__career-row {
  margin-bottom: 1.5rem;
}
.p-about-priest__career-row:last-child {
  margin-bottom: 0;
}
.p-about-priest__career-date {
  font-weight: var(--font-weight-semibold);
}
.p-about-priest__career-value {
  padding-left: 1.5rem;
}
.p-about-priest__career-text {
  margin-top: 1.5rem;
}

/*==========================================
event
===========================================*/
/*
# p-event-list
------------------------*/
.p-event-list::after {
  bottom: 0;
}
.p-event-list__cards {
  gap: 4rem 4%;
}
.p-event-list__card {
  width: 48%;
  padding: 2rem 1rem 3rem;
}
.p-event-list__card::before {
  position: absolute;
  content: "";
}
.p-event-list__card.setsubun_deco::before {
  width: 13.7rem;
  height: 13.3rem;
  background: url(../img/event/setsubun_deco.png) right top/60% no-repeat;
  inset: -1.5rem -0.5rem auto auto;
}
.p-event-list__card.shunki-higankai_deco::before {
  width: 13rem;
  height: 12.9rem;
  background: url(../img/event/shunki-higankai_deco.png) right top/60% no-repeat;
  inset: -1.5rem -1.5rem auto auto;
}
.p-event-list__card.goshugojinsai_deco::before {
  width: 16.1rem;
  height: 11.6rem;
  background: url(../img/event/goshugojinsai_deco.png) right top/60% no-repeat;
  inset: -1.5rem -1.5rem auto auto;
}
.p-event-list__card.urabonsegakikai_deco::before {
  width: 12.1rem;
  height: 13.9rem;
  background: url(../img/event/urabonsegakikai_deco.png) right top/60% no-repeat;
  inset: -1.5rem -1rem auto auto;
}
.p-event-list__card.shukihigankai_deco::before {
  width: 14.3rem;
  height: 11.4rem;
  background: url(../img/event/shukihigankai_deco.png) right top/60% no-repeat;
  inset: -1.5rem -1rem auto auto;
}
.p-event-list__card.oeshiki_deco::before {
  width: 12.9rem;
  height: 11.9rem;
  background: url(../img/event/oeshiki_deco.png) right top/60% no-repeat;
  inset: -1.5rem -1rem auto auto;
}
.p-event-list__card-img {
  margin-bottom: 2rem;
}
.p-event-list__card-date {
  width: 15rem;
  text-align: center;
  padding: 0.5rem 1.5rem;
  font-size: var(--font-size-17);
  line-height: 1.4;
}
.p-event-list__card-name {
  font-size: var(--font-size-20);
  margin-top: 1.5rem;
  position: relative;
  z-index: 1;
}

/*==========================================
prayer
===========================================*/
.p-prayer-about {
  background: url(../img/prayer/about_bg.png) center/cover no-repeat;
}

.p-prayer-about__img,
.p-prayer-daiaragyo__img,
.p-prayer-kishimojin__img,
.p-prayer-daikokuten__img,
.p-prayer-ofuda__img {
  text-align: center;
  margin-bottom: 6rem;
}

.p-prayer-daiaragyo::before {
  inset: auto 0 0;
}

.p-prayer-kishimojin {
  background: url(../img/prayer/kishimojin-lb_deco.png) left bottom/30.46875% no-repeat;
  padding-bottom: 15rem;
}

.p-prayer-daikokuten::before {
  inset: -0.2rem 0 auto;
  transform: rotate(180deg);
}
.p-prayer-daikokuten__head {
  margin-bottom: 6rem;
}
.p-prayer-daikokuten__detail-item {
  padding: 4rem 3rem;
  margin-bottom: 4rem;
}
.p-prayer-daikokuten__detail-item:last-child {
  margin-bottom: 0;
}

.p-prayer-ofuda::before {
  inset: auto 1.5rem 0.5rem auto;
}

/*==========================================
access
===========================================*/
.p-access-info__table {
  padding: 2rem 4rem;
}
.p-access-info__table tr {
  border-color: var(--primary-color);
}
.p-access-info__table th {
  color: var(--body-font-color);
}

.p-access-map::after {
  bottom: 0;
}
.p-access-map__guides {
  margin-bottom: 5rem;
}
.p-access-map__guide-item {
  padding: 3rem;
  margin-bottom: 5rem;
}
.p-access-map__guide-item:last-child {
  margin-bottom: 0;
}
.p-access-map__guide-title {
  color: var(--body-font-color);
  border-bottom: none;
  margin-bottom: 2rem;
  padding-bottom: 0;
}
.p-access-map__map iframe {
  border-radius: 3rem;
}

/*==========================================
news
===========================================*/
.column__wrap .column__list .column__post a {
  padding: 14% 0;
}
.column__wrap .column__list .column__post:first-child a {
  padding-top: 0;
}
.column__wrap .column__list .column__post-meta {
  margin-bottom: 4%;
}
.column__wrap .column__list .column__post-meta time {
  width: -moz-fit-content;
  width: fit-content;
  font-size: var(--font-size-15);
}
.column__wrap .column__list .column__post-meta .category-label {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 2vw;
  gap: 1vw 1.5vw;
}
.column__wrap .column__list .column__post-meta .category-label li {
  padding: 0 0.75vw;
  font-size: var(--font-size-15);
}
.column__wrap .column__list .column__post-title {
  font-size: var(--font-size-19);
  margin: 3% 0;
}
.column__wrap .column__list .column__post:has(.column__post-thumb) a {
  /*==========================================
  Flexbox
  ===========================================*/
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
}
.column__wrap .column__list .column__post:has(.column__post-thumb) .column__post-thumb {
  width: 40%;
  height: 33vw;
}
.column__wrap .column__list .column__post:has(.column__post-thumb) .column__post-meta {
  width: 55%;
}

.single__post-meta {
  margin-bottom: 10%;
}
.single__post-meta time {
  font-size: var(--font-size-15);
  width: 27%;
  font-weight: normal;
  padding: 0.5vw 0;
}
.single__post-meta .category-label {
  width: 70%;
  gap: 1vw;
}
.single__post-meta .category-label li {
  font-size: var(--font-size-15);
}
.single__post-meta .category-label li a {
  padding: 0 1vw;
}

/*==========================================
contact
===========================================*/
.p-contact__form {
  margin-bottom: 15%;
}
.p-contact__form-item .p-contact__form-label .required {
  /*==========================================
  上下中央揃え
  ===========================================*/
  position: absolute;
  top: 50%;
  /* Safari用 */
  transform: translateY(-50%);
  z-index: 10;
  right: 10px;
}
.p-contact__form-item .p-contact__form-input {
  padding: 3% 0;
}
.p-contact__form-item .p-contact__form-input .p-contact__form-list li {
  margin-bottom: 5%;
}
.p-contact__form-item .p-contact__form-input .p-contact__form-list li:last-child {
  margin-bottom: 0;
}
.p-contact__form-item .p-contact__form-input textarea {
  height: 37vw;
}
.p-contact__form-item.p-contact__form-privacy .p-contact__form-label {
  text-align: left;
}
.p-contact__form-value {
  padding: 3%;
}
.p-contact__form-select {
  width: 50%;
  position: relative;
}
.p-contact__form-select::after {
  inset: 0 5% 0 auto;
  width: 1.5vw;
  height: 1.5vw;
}
.p-contact__form-select select {
  padding: 6% 7% 6% 4%;
}
.p-contact__form #pc01,
.p-contact__form #pc02 {
  width: 95px;
}
.p-contact__form #date1,
.p-contact__form #date2,
.p-contact__form #date3 {
  width: 73%;
}
.p-contact__form #address {
  margin-top: 4%;
}
.p-contact__form .upload-item-wrap .select-img-wrap {
  display: flex;
  justify-content: space-between;
}
.p-contact__form .upload-item-wrap .thumb {
  width: 45%;
  margin-right: 25px;
}
.p-contact__form .upload-item-wrap .ancion-btn-wrap {
  width: 50%;
}
.p-contact__form .upload-item-wrap .ancion-btn-wrap .ancion-btn,
.p-contact__form .upload-item-wrap .ancion-btn-wrap .upload-button {
  font-size: var(--font-size-13);
}
.p-contact .p-contact__submits-wrap {
  margin-top: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5vw;
}
.p-contact .p-contact__submits-wrap .p-contact__submits-check {
  width: 75%;
}
.p-contact .p-contact__submits-wrap .p-contact__submits-back {
  width: 52%;
}
.p-contact .p-contact__submits-wrap .p-contact__submits-send {
  width: 40%;
}
.p-contact input[type=button],
.p-contact input[type=submit],
.p-contact .p-contact__submits-wrap button {
  height: 8.5rem;
}
.p-contact input[type=submit],
.p-contact select {
  -webkit-appearance: none;
}

.p-privacy__content {
  margin-bottom: 15%;
  text-align: left;
}
.p-privacy__content:last-child {
  margin-bottom: 0;
}

.p-sitemap__item-link {
  padding: 4% 0 4% 8%;
}