@charset "UTF-8";
/*==========================================
コンポーネントファイル
===========================================*/
/*
# パンくずリスト
------------------------*/
div .bread {
  font-size: var(--font-size-14);
  position: relative;
  z-index: 100;
}
div .bread .breadcrumbs {
  position: absolute;
  width: var(--site-primary-inbox);
  margin: 0 auto;
  inset: 1rem auto auto 0;
  gap: 1rem 2rem;
}
div .bread li {
  color: var(--primary-color);
  position: relative;
}
div .bread li::after {
  content: " > ";
  color: var(--body-font-color);
  position: absolute;
  inset: 0 -1.5rem 0 auto;
  margin: auto 0;
}
div .bread li:last-child::after {
  content: "";
}
div .bread li a {
  color: var(--body-font-color);
}
div .bread li a:hover {
  text-decoration: underline;
}

/*
# 一覧ぺージ用カテゴリ(セレクトボックス)
------------------------*/
.global-select {
  width: 30rem;
  margin: 0 0 4.5rem auto;
}
.global-select select {
  padding: 1.5rem 3.7rem 1.5rem 1.5rem;
}

/*
# 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 tr {
  display: flex;
  padding: 2rem 0;
  border-bottom: 1px solid var(--color-gray);
}
.com-table tr:last-child {
  border-bottom: none;
}
.com-table tr th {
  padding: 0 1rem;
  width: 18rem;
  vertical-align: top;
  font-weight: var(--font-weight-medium);
}
.com-table tr td {
  width: calc(100% - 18rem);
  padding: 0 2rem;
}
.com-table tr td a[href^="mailto:"] {
  text-decoration: underline;
}
.com-table tr td .tel__text {
  display: block;
  line-height: 1.3;
}

/*==========================================
共通ブロック・要素
===========================================*/
.com-content p {
  margin-bottom: 3rem;
}

.com-text.align-center {
  text-align: center;
}

#g-map .map {
  height: 40rem;
}

.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-pc);
  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-42);
  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-32);
  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 5rem;
}
.l-header__logo {
  line-height: 1;
}
.l-header__right {
  gap: 2rem;
}
.l-header__nav-list {
  gap: 2.5rem;
}
.l-header__nav-link:hover {
  color: var(--primary-color-dark);
}
.l-header__nav-link.current {
  color: var(--primary-color-dark);
}
.l-header .c-tel {
  background-color: var(--color-white);
  border-radius: 2.5rem;
  width: 26rem;
  min-height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: left 3.5rem center;
}

/*==========================================
footer
===========================================*/
.l-footer {
  padding: 7rem 0 0;
}
.l-footer__logo {
  margin-bottom: 5.5rem;
}
.l-footer__address {
  margin-bottom: 1.5rem;
  font-size: var(--font-size-16);
}
.l-footer__right {
  width: 34.5rem;
}
.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: 1.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-15);
}

/*==========================================
deco
===========================================*/
.deco-primary {
  background: url(../img/common/primary-lt_bg.png) left top -15rem/38.28125% no-repeat, url(../img/common/primary-rt_bg.png) right 9.5rem top -7.5rem/14.53125% no-repeat, url(../img/common/primary-lb_bg.png) left 17.5rem bottom/16.5625% no-repeat, url(../img/common/primary-rb_bg.png) right bottom/28.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: 43.8rem;
  height: 28.7rem;
  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: 52.3rem;
  height: 58.3rem;
  background: url(../img/common/secondary-lb_deco.png) center/100% no-repeat;
  inset: auto auto 0 0;
}

.img-rounded {
  border-radius: 2rem;
  border: 0.6rem solid var(--color-white);
}

/*==========================================
sv
===========================================*/
.sv {
  position: relative;
  height: 54rem;
  display: flex;
  align-items: center;
}
.sv__title {
  position: relative;
  z-index: 2;
  padding-left: 13.5rem;
  font-size: var(--font-size-50);
  line-height: 1.4;
}

.p-about__sv {
  background: url(../../img/sv/about-sv_bg.png) right bottom/64.53125% no-repeat, url(../img/sv/sv-base_bg.png) center/cover no-repeat;
}

.p-event__sv {
  background: url(../../img/sv/event-sv_bg.png) right bottom/64.53125% no-repeat, url(../img/sv/sv-base_bg.png) center/cover no-repeat;
}

.p-prayer__sv {
  background: url(../../img/sv/prayer-sv_bg.png) right bottom/64.53125% no-repeat, url(../img/sv/sv-base_bg.png) center/cover no-repeat;
}

.p-access__sv {
  background: url(../../img/sv/access-sv_bg.png) right bottom/64.53125% no-repeat, url(../img/sv/sv-base_bg.png) center/cover no-repeat;
}

.p-news__sv {
  background: url(../../img/sv/news-sv_bg.png) right bottom/64.53125% no-repeat, url(../img/sv/sv-base_bg.png) center/cover no-repeat;
}

.p-contact__sv {
  background: url(../../img/sv/contact-sv_bg.png) right bottom/64.53125% no-repeat, url(../img/sv/sv-base_bg.png) center/cover no-repeat;
}

.p-complete__sv {
  background: url(../../img/sv/complete-sv_bg.png) right bottom/64.53125% no-repeat, url(../img/sv/sv-base_bg.png) center/cover no-repeat;
}

.p-privacy__sv {
  background: url(../../img/sv/privacy-sv_bg.png) right bottom/64.53125% no-repeat, url(../img/sv/sv-base_bg.png) center/cover no-repeat;
}

.p-site__sv {
  background: url(../../img/sv/site-sv_bg.png) right bottom/64.53125% no-repeat, url(../img/sv/sv-base_bg.png) center/cover no-repeat;
}

.p-e404__sv {
  background: url(../../img/sv/e404-sv_bg.png) right bottom/64.53125% no-repeat, url(../img/sv/sv-base_bg.png) center/cover no-repeat;
}

/*==========================================
top
===========================================*/
/*
# p-top-mv
------------------------*/
.p-top-mv {
  height: 94.1rem;
  background: url(../img/top/mv-pc_bg.jpg) center/cover no-repeat;
}
.p-top-mv__inbox {
  height: 100%;
}
.p-top-mv__catch {
  width: 24rem;
  z-index: 2;
  writing-mode: vertical-rl;
  font-size: var(--font-size-24);
  line-height: 2.2;
  margin-left: auto;
  letter-spacing: 0.16em;
}
.p-top-mv__catch span {
  font-size: var(--font-size-50);
}
.p-top-mv__catch small {
  font-size: var(--font-size-30);
}

/*
# p-top-greeting
------------------------*/
.p-top-greeting__content {
  width: 54rem;
}
.p-top-greeting__img {
  width: 59rem;
  margin-right: -10rem;
}

/*
# p-top-feature
------------------------*/
.p-top-feature {
  position: relative;
}
.p-top-feature::before {
  inset: auto 0 0;
}
.p-top-feature__list {
  gap: 4rem 6rem;
}
.p-top-feature__card {
  width: 32rem;
  padding-top: 2rem;
}
.p-top-feature__card::before {
  position: absolute;
  content: "";
  inset: 2rem auto auto 2.5rem;
  width: 6.5rem;
  height: 6.5rem;
}
.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: 28rem;
  height: 28rem;
  margin: 0 auto 2rem;
}
.p-top-feature__card-icon img {
  width: 40%;
  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-25);
  letter-spacing: 0.04em;
}

/*
# p-top-nav
------------------------*/
.p-top-nav__list {
  gap: 6rem 0;
}
.p-top-nav__card {
  width: 52rem;
}
.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/100% 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/100% 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/100% 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/100% 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-32);
  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-20);
  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: fit-content;
  margin: 0 auto;
  max-height: 9rem;
}
.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-38);
  width: fit-content;
  margin: 1.5rem auto 0;
  display: block;
  background-size: 3rem;
  padding-left: 3.5rem;
}
.p-top-contact__box {
  width: 54rem;
  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: fit-content;
  margin: 0 auto 1.5rem;
  padding: 0 4rem;
  font-size: var(--font-size-30);
  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: 11rem;
  font-size: var(--font-size-17);
}
.p-top-news__post-tags {
  width: 26rem;
  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-20);
}
.p-top-news__post:has(.p-top-news__post-tags) .p-top-news__post-title {
  width: 61rem;
}
.p-top-news__button {
  width: 32rem;
  margin: 4rem 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: 2rem 0;
}
.p-about-history__date {
  width: 18rem;
}
.p-about-history__text {
  width: calc(100% - 21rem);
}

/*
# p-about-priest
------------------------*/
.p-about-priest {
  position: relative;
}
.p-about-priest__main {
  margin-bottom: 5rem;
}
.p-about-priest__list {
  width: 54rem;
}
.p-about-priest__row {
  gap: 2rem 1rem;
  padding: 1.3rem 1rem 1.3rem 1.5rem;
  margin-bottom: 1rem;
}
.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__img {
  width: 49rem;
}
.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-title {
  font-size: var(--font-size-26);
  background-position: left top 0.85rem;
}
.p-about-priest__career-row {
  gap: 1.5rem;
  margin-bottom: 0.8rem;
}
.p-about-priest__career-row:last-child {
  margin-bottom: 0;
}
.p-about-priest__career-date {
  width: 20rem;
  flex-shrink: 0;
}
.p-about-priest__career-value {
  width: calc(100% - 21.5rem);
}
.p-about-priest__career-text {
  margin-top: 1.5rem;
}

/*==========================================
event
===========================================*/
/*
# p-event-list
------------------------*/
.p-event-list__cards {
  gap: 4rem 0;
}
.p-event-list__card {
  width: 52rem;
  padding: 2rem 2rem 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) center/100% no-repeat;
  inset: auto -0.5rem -1.5rem auto;
}
.p-event-list__card.shunki-higankai_deco::before {
  width: 13rem;
  height: 12.9rem;
  background: url(../img/event/shunki-higankai_deco.png) center/100% no-repeat;
  inset: auto -1.5rem -1.5rem auto;
}
.p-event-list__card.goshugojinsai_deco::before {
  width: 16.1rem;
  height: 11.6rem;
  background: url(../img/event/goshugojinsai_deco.png) center/100% no-repeat;
  inset: auto -1.5rem -1.5rem auto;
}
.p-event-list__card.urabonsegakikai_deco::before {
  width: 12.1rem;
  height: 13.9rem;
  background: url(../img/event/urabonsegakikai_deco.png) center/100% no-repeat;
  inset: auto -1rem -1.5rem auto;
}
.p-event-list__card.shukihigankai_deco::before {
  width: 14.3rem;
  height: 11.4rem;
  background: url(../img/event/shukihigankai_deco.png) center/100% no-repeat;
  inset: auto -1rem 0 auto;
}
.p-event-list__card.oeshiki_deco::before {
  width: 12.9rem;
  height: 11.9rem;
  background: url(../img/event/oeshiki_deco.png) center/100% no-repeat;
  inset: auto -1rem -0.5rem 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-26);
  line-height: 1.4;
}
.p-event-list__card-name {
  font-size: var(--font-size-32);
  margin-top: 1.5rem;
}

/*==========================================
prayer
===========================================*/
.p-prayer-about {
  background: url(../img/prayer/about_bg.png) center/cover no-repeat;
}
.p-prayer-about__img {
  width: 51rem;
  margin-left: -10rem;
}

.p-prayer-daiaragyo__img,
.p-prayer-kishimojin__img,
.p-prayer-daikokuten__img,
.p-prayer-ofuda__img {
  width: 41rem;
}

.p-prayer-about__content,
.p-prayer-daiaragyo__content,
.p-prayer-kishimojin__content,
.p-prayer-daikokuten__content,
.p-prayer-ofuda__content {
  width: 63.5rem;
}

.p-prayer-daiaragyo::before {
  inset: auto 0 0;
}

.p-prayer-kishimojin {
  background: url(../img/prayer/kishimojin-lb_deco.png) left bottom 2.5rem/30.46875% no-repeat;
}

.p-prayer-daikokuten {
  padding-top: 20rem;
}
.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: 3rem;
  margin-bottom: 4rem;
}
.p-prayer-daikokuten__detail-item:last-child {
  margin-bottom: 0;
}
.p-prayer-daikokuten__detail-title {
  font-size: var(--font-size-26);
  background-position: left top 0.85rem;
}

.p-prayer-ofuda::before {
  inset: auto 1.5rem 0.5rem auto;
}
.p-prayer-ofuda__img {
  width: 51rem;
  margin-left: -10rem;
}

/*==========================================
access
===========================================*/
.p-access-info__table {
  padding: 3rem 4rem;
  padding: 2rem 6rem;
}
.p-access-info__table tr {
  border-color: var(--primary-color);
}
.p-access-info__table th {
  color: var(--body-font-color);
}

.p-access-map__guides {
  gap: 4rem 0;
  margin-bottom: 5rem;
}
.p-access-map__guide-item {
  width: 52rem;
  padding: 3rem;
}
.p-access-map__guide-title {
  font-size: var(--font-size-26);
  color: var(--body-font-color);
  border-bottom: none;
  background-position: left top 0.85rem;
  margin-bottom: 2rem;
  padding-bottom: 0;
}
.p-access-map__map iframe {
  border-radius: 3rem;
}

/*==========================================
news
===========================================*/
.column__wrap .column__list .column__post a {
  padding: 4.5rem 0;
}
.column__wrap .column__list .column__post-meta time {
  width: 9.5rem;
}
.column__wrap .column__list .column__post-meta time,
.column__wrap .column__list .column__post-meta .category-label {
  font-size: var(--font-size-14);
}
.column__wrap .column__list .column__post-meta .category-label {
  width: calc(100% - 11.5rem);
  gap: 5px;
}
.column__wrap .column__list .column__post-meta .category-label li {
  padding: 0.2rem 1rem;
}
.column__wrap .column__list .column__post-title {
  font-size: var(--font-size-23);
  margin: 1rem 0;
}
.column__wrap .column__list .more-btn {
  width: 12.5rem;
  font-size: var(--font-size-14);
  margin: inherit;
  margin-left: auto;
  font-weight: bold;
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  box-sizing: border-box;
  padding: 0.5rem 0;
  display: block;
  color: var(--color-white);
  transition: all 0.3s;
}
.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: 21rem;
  height: 20rem;
}
.column__wrap .column__list .column__post:has(.column__post-thumb) .column__post-thumb .img-eff {
  width: 100%;
  height: 100%;
  transition-duration: 0.3s;
}
.column__wrap .column__list .column__post:has(.column__post-thumb) .column__post-meta {
  width: 82rem;
}

.single__post-meta {
  margin-bottom: 2rem;
}
.single__post-meta time {
  font-size: var(--font-size-14);
  width: 9.5rem;
  padding: 0.3rem 0;
}
.single__post-meta .category-label {
  width: calc(100% - 9.5rem);
  font-size: var(--font-size-14);
  gap: 5px;
  margin-left: 1rem;
}
.single__post-meta .category-label li a {
  padding: 0.3rem 1rem;
}

/*==========================================
contact / privacy / site
===========================================*/
.p-contact__form {
  width: 98rem;
  margin: 0 auto 5.5rem;
}
.p-contact__form-item .p-contact__form-label .required {
  margin-left: 1rem;
}
.p-contact__form-item .p-contact__form-input {
  padding: 1.5rem 0;
}
.p-contact__form-item .p-contact__form-input .p-contact__form-list {
  gap: 1.5rem;
}
.p-contact__form-item.p-contact__form-privacy .p-contact__form-label {
  text-align: center;
}
.p-contact__form-value {
  padding: 2rem 1.5rem;
}
.p-contact__form-select {
  width: 20rem;
}
.p-contact__form-select::after {
  inset: 0 1.6rem 0 auto;
  width: 0.8rem;
  height: 0.8rem;
}
.p-contact__form-select select {
  padding: 1.5rem 3rem 1.5rem 1rem;
}
.p-contact__form #pc01,
.p-contact__form #pc02 {
  width: 15rem;
}
.p-contact__form #address {
  margin-top: 1.5rem;
}
.p-contact__form #date1,
.p-contact__form #date2,
.p-contact__form #date3 {
  width: 30rem;
}
.p-contact__form textarea {
  height: 26rem;
}
.p-contact__form .upload-item-wrap .thumb {
  width: 20rem;
  margin-right: 2.5rem;
}
.p-contact__form .upload-item-wrap .ancion-btn-wrap {
  width: 13rem;
}
.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 input[type=button],
.p-contact input[type=submit],
.p-contact .p-contact__submits-wrap button {
  height: 7.5rem;
}
.p-contact .p-contact__submits-wrap {
  gap: 3.5rem;
}
.p-contact .p-contact__submits-wrap .p-contact__submits-check {
  width: 30.4rem;
}
.p-contact .p-contact__submits-wrap .p-contact__submits-back {
  width: 27rem;
}
.p-contact .p-contact__submits-wrap .p-contact__submits-send {
  width: 24rem;
}

.p-privacy__content {
  margin-bottom: 7rem;
}
.p-privacy__content:last-child {
  margin-bottom: 0;
}

.p-sitemap__item-link {
  padding: 2% 0 2% 3%;
}