html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

body {
  background-color: #f6f6f6;
  background-image: url("bg.webp");
  background-repeat: repeat;
  background-size: 512px;
  background-attachment: fixed;
  line-height: 1.7;
}

.page,
.page * {
  box-sizing: border-box;
}

/* ボタンの基本スタイル */
a,
button {
  cursor: pointer;
  transition: all 0.3s ease;
}

/* FontAwesomeアイコンの統一スタイル */
.fas,
.fab {
  font-size: 18px;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* ボタン統一デザインシステム */
/* プライマリーボタン: 金色背景 */
.btn-primary {
  background: linear-gradient(135deg, #d4af6a 0%, #c49f4f 100%);
  color: #ffffff;
  border: none;
  border-radius: 10px;
  padding: 14px 28px;
  font-weight: 600;
  box-shadow: 0 3px 8px rgba(196, 159, 79, 0.25);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}

.btn-primary:hover {
  background: linear-gradient(135deg, #c49f4f 0%, #b08f45 100%);
  transform: translateY(-2px);
  box-shadow: 0 5px 12px rgba(196, 159, 79, 0.35);
}

.btn-primary:active {
  transform: translateY(0);
  box-shadow: 0 2px 6px rgba(196, 159, 79, 0.25);
}

/* セカンダリーボタン: 白背景、金色ボーダー */
.btn-secondary {
  background: #ffffff;
  color: #281b1b;
  border: 2px solid #c49f4f;
  border-radius: 10px;
  padding: 12px 24px;
  font-weight: 600;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}

.btn-secondary:hover {
  background: #c49f4f;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(196, 159, 79, 0.25);
}

.btn-secondary:active {
  transform: translateY(0);
  box-shadow: 0 2px 6px rgba(196, 159, 79, 0.15);
}

/* テキストリンクボタン: シンプル */
.btn-link {
  background: transparent;
  color: #c49f4f;
  border: none;
  padding: 8px 16px;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.btn-link:hover {
  color: #8c7138;
  text-decoration-thickness: 2px;
}

.page {
  //background: #f6f6f6;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 50px;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  overflow: hidden;
}

.page__header {
  padding-inline: 1em;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  flex-shrink: 0;
  max-width: 700px;
  position: sticky;
  top: 0;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  z-index: 100;
  padding-block: 15px;
  border-radius: 0 0 15px 15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page__logo-image {
  flex-shrink: 0;
  width: 118px;
  height: 33px;
  position: relative;
  object-fit: contain;
}

.page__header-right-section {
  background: #ffffff;
  color: #281b1b;
  border: 2px solid #c49f4f;
  border-radius: 10px;
  padding: 10px 14px;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
}

.page__header-right-section:hover {
  background: #c49f4f;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(196, 159, 79, 0.25);
}

.page__gg-link {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
}

.page__personal-prayer-icon {
  width: 68.69%;
  height: 68.69%;
  position: absolute;
  right: 15.66%;
  left: 15.66%;
  bottom: 15.66%;
  top: 15.66%;
  overflow: visible;
}

.page__header-text {
  color: #281b1b;
  text-align: left;
  font-size: 10px;
  position: relative;
}

.page__main-content {
  display: flex;
  flex-direction: column;
  gap: 50px;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  flex-shrink: 0;
  max-width: 700px;
  position: relative;
  padding-inline: 1em;
}

.page__frame-2 {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}

.page__div {
  color: #000000;
  text-align: center;
  font-size: 80px;
  line-height: 80px;
  position: relative;
}

.hero-saru {
  width: 100%;
  max-width: 247px;
  height: auto;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
}

.page__new-year-info {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 347px;
  position: relative;
}

.page__new-year-info-description {
  color: #281b1b;
  text-align: center;
  font-size: 16px;
  position: relative;
  align-self: stretch;
}

.page__new-year-image-section {
  flex-shrink: 0;
  height: 378px;
  width: 100%;
  position: relative;
}

.page__new-year-image {
  border-radius: 15px;
  width: auto;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  object-fit: contain;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.page__year-text {
  text-align: center;
  font-size: 80px;
  letter-spacing: -0.2em;
  position: absolute;
  right: 0;
  top: 0;
  color: white;
  -webkit-text-stroke: 1px #c49f4f;
  mix-blend-mode: multiply;
  transform: translate(0, -50%);
}

.page__zodiac-text {
  text-align: center;
  font-size: 80px;
  font-weight: 400;
  position: absolute;
  left: 0;
  bottom: 0;
  color: white;
  -webkit-text-stroke: 1px #c49f4f;
  mix-blend-mode: multiply;
  transform: translate(0, 50%);
}

.page__news-section {
  display: flex;
  flex-direction: column;
  gap: 26px;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  flex-shrink: 0;
  max-width: 700px;
  position: relative;
  padding-inline: 1em;
}

.page__news-title {
  color: #e41b1b;
  text-align: center;
  font-size: 22px;
  font-weight: 900;
  position: relative;
  align-self: stretch;
  letter-spacing: 0.05em;
  text-shadow: 0 1px 2px rgba(228, 27, 27, 0.1);
}

.page__news-content {
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.page__news-item {
  background: #ffffff;
  border-radius: 15px;
  padding: 30px 25px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(196, 159, 79, 0.1);
}

.page__news-item-text {
  color: #281b1b;
  text-align: left;
  font-size: 15px;
  font-weight: 500;
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1em;
  line-height: 1.8;
}

.page__read-more-section {
  background: #ffffff;
  color: #281b1b;
  border: 2px solid #c49f4f;
  border-radius: 10px;
  padding: 12px 24px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
}

.page__read-more-section:hover {
  background: #c49f4f;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(196, 159, 79, 0.25);
}

.page__read-more-section:active {
  transform: translateY(0);
  box-shadow: 0 2px 6px rgba(196, 159, 79, 0.15);
}

.page__read-more-text {
  color: #281b1b;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  position: relative;
}

.page__mingcute-down-fill {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
}

.page__read-more-icon-container {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0%;
  left: 0%;
  bottom: 0%;
  top: 0%;
  overflow: visible;
}

/* ソーセージメニュースタイルの目次 */
.page__table-of-contents-section {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
  padding-inline: 1rem;
  width: 100%;
  flex-shrink: 0;
  max-width: 700px;
  position: relative;
}

.page__table-of-contents-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}

.page__table-of-contents-content li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.page__table-of-contents-content li a {
  display: inline-block;
  padding: 12px 18px;
  background-color: #ffffff;
  border: 2px solid #c49f4f;
  border-radius: 25px;
  color: #281b1b;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  white-space: nowrap;
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px rgba(196, 159, 79, 0.1);
}

.page__table-of-contents-content li a:hover {
  background-color: #c49f4f;
  color: #ffffff;
  border-color: #c49f4f;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(196, 159, 79, 0.2);
}

.page__table-of-contents-text {
  color: #281b1b;
  text-align: left;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  text-decoration: underline;
  position: relative;
  flex: 1;
}

.page__visiting-hours-section {
  display: flex;
  padding-inline: 1em;
  flex-direction: column;
  gap: 18px;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  flex-shrink: 0;
  max-width: 700px;
  position: relative;
}

.page__visiting-hours-title {
  color: #e41b1b;
  text-align: center;
  font-size: 22px;
  font-weight: 900;
  position: relative;
  align-self: stretch;
  letter-spacing: 0.05em;
  text-shadow: 0 1px 2px rgba(228, 27, 27, 0.1);
}

.page__visiting-hours-content {
  background: #ffffff;
  border-radius: 15px;
  padding: 20px 15px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(196, 159, 79, 0.15);
}

.page__visiting-hours-item {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.page__visiting-hours-item-text {
  color: #c49f4f;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  align-self: stretch;
  letter-spacing: 0.03em;
  margin-bottom: 4px;
}

/* アコーディオン内の時間表示 */
.page__visiting-hours-items {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  padding: 12px 0;
}

.page__visiting-hours-item-row {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
  justify-content: flex-start;
  flex: 1;
  min-width: 0;
}

.page__visiting-hours-item-label {
  color: #281b1b;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
}

.page__visiting-hours-item-value {
  color: #c49f4f;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

/* 新年の開閉門時間のアコーディオン専用スタイル */
#hours-1.page__accordion-content,
#hours-2.page__accordion-content,
#hours-3.page__accordion-content {
  padding: 0 12px;
  background-color: transparent;
  border-radius: 0 0 8px 8px;
}

#hours-1.page__accordion-content.active,
#hours-2.page__accordion-content.active,
#hours-3.page__accordion-content.active {
  padding: 12px;
  background-color: rgba(246, 246, 246, 0.6);
  border-radius: 0 0 8px 8px;
}

.page__table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  background: rgba(246, 246, 246, 0.3);
  border-radius: 8px;
  overflow: hidden;
}

/* テーブルヘッダー */
.page__visiting-hours-table-header {
  border-bottom: 2px solid #c49f4f;
  background: rgba(196, 159, 79, 0.08);
}

.page__table-header-date,
.page__table-header-open-time,
.page__table-header-close-time {
  color: #281b1b;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 10px;
}

/* テーブル行 */
.page__visiting-hours-table-row,
.page__visiting-hours-extended-table-row {
  border-bottom: 1px dashed #a3a3a3;
}

.page__table-row-date,
.page__table-row-open-time,
.page__table-row-close-time,
.page__extended-table-row-date,
.page__extended-table-row-open-time,
.page__extended-table-row-close-time,
.page__more-table-row-date,
.page__more-table-row-open-time,
.page__more-table-row-close-time {
  color: #281b1b;
  text-align: left;
  font-size: 15px;
  font-weight: 500;
  padding: 15px 10px;
  line-height: 1.6;
}

/* 最後の行にはボーダーを表示しない */
.page__visiting-hours-more-table-row {
  border-bottom: none;
}

.page__visiting-hours-extended-table-row {
  border-style: dashed;
  border-color: #a3a3a3;
  border-width: 0px 0px 1px 0px;
  padding: 10px 0px 10px 0px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.page__extended-table-row-date {
  color: #281b1b;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  flex: 1;
}

.page__extended-table-row-open-time {
  color: #281b1b;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  flex: 1;
}

.page__extended-table-row-close-time {
  color: #281b1b;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  flex: 1;
}

.page__visiting-hours-more-table-row {
  padding: 10px 0px 10px 0px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.page__more-table-row-date {
  color: #281b1b;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  flex: 1;
}

.page__more-table-row-open-time {
  color: #281b1b;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  flex: 1;
}

.page__more-table-row-close-time {
  color: #281b1b;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  flex: 1;
}

.page__prayer-info-section {
  display: flex;
  padding-inline: 1em;
  flex-direction: column;
  gap: 26px;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  flex-shrink: 0;
  max-width: 700px;
  position: relative;
}

.page__prayer-info-title {
  color: #e41b1b;
  text-align: center;
  font-size: 22px;
  font-weight: 900;
  position: relative;
  align-self: stretch;
  letter-spacing: 0.05em;
  text-shadow: 0 1px 2px rgba(228, 27, 27, 0.1);
}

.page__prayer-info-content {
  background: #ffffff;
  border-radius: 15px;
  padding: 35px 25px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(196, 159, 79, 0.15);
}

.page__prayer-info-item {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.page__prayer-info-item-text {
  color: #c49f4f;
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  position: relative;
  align-self: stretch;
  letter-spacing: 0.03em;
}

.page__prayer-info-section2 {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.page__prayer-info-table-header {
  border-bottom: 2px solid #c49f4f;
  background: rgba(196, 159, 79, 0.08);
  padding: 10px 0px 10px 0px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.page__prayer-table-header-date {
  color: #281b1b;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  flex: 1;
  padding: 15px 10px;
}

.page__prayer-table-header-time {
  color: #281b1b;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  flex: 1;
  padding: 15px 10px;
}

.page__prayer-table-row {
  border-style: dashed;
  border-color: #a3a3a3;
  border-width: 0px 0px 1px 0px;
  padding: 10px 0px 10px 0px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.page__prayer-row-date {
  color: #281b1b;
  text-align: left;
  font-size: 15px;
  font-weight: 500;
  position: relative;
  flex: 1;
  padding: 15px 10px;
  line-height: 1.6;
}

.page__prayer-row-time {
  color: #281b1b;
  text-align: left;
  font-size: 15px;
  font-weight: 500;
  position: relative;
  flex: 1;
  padding: 15px 10px;
  line-height: 1.6;
}

.page__extended-prayer-table-row {
  border-style: dashed;
  border-color: #a3a3a3;
  border-width: 0px 0px 1px 0px;
  padding: 10px 0px 10px 0px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.page__extended-prayer-row-date {
  color: #281b1b;
  text-align: left;
  font-size: 15px;
  font-weight: 500;
  position: relative;
  flex: 1;
  padding: 15px 10px;
  line-height: 1.6;
}

.page__extended-prayer-row-time {
  color: #281b1b;
  text-align: left;
  font-size: 15px;
  font-weight: 500;
  position: relative;
  flex: 1;
  padding: 15px 10px;
  line-height: 1.6;
}

.page__more-extended-prayer-table-row {
  border-style: dashed;
  border-color: #a3a3a3;
  border-width: 0px 0px 1px 0px;
  padding: 10px 0px 10px 0px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.page__more-extended-prayer-row-date {
  color: #281b1b;
  text-align: left;
  font-size: 15px;
  font-weight: 500;
  position: relative;
  flex: 1;
  padding: 15px 10px;
  line-height: 1.6;
}

.page__more-extended-prayer-row-time {
  color: #281b1b;
  text-align: left;
  font-size: 15px;
  font-weight: 500;
  position: relative;
  flex: 1;
  padding: 15px 10px;
  line-height: 1.6;
}

.page__prayer-more-table-row {
  padding: 10px 0px 10px 0px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.page__more-prayer-table-row-date {
  color: #281b1b;
  text-align: left;
  font-size: 15px;
  font-weight: 500;
  position: relative;
  flex: 1;
  padding: 15px 10px;
  line-height: 1.6;
}

.page__more-prayer-table-row-time {
  color: #281b1b;
  text-align: left;
  font-size: 15px;
  font-weight: 500;
  position: relative;
  flex: 1;
  padding: 15px 10px;
  line-height: 1.6;
}

.page__prayer-location-link-section {
  background: #ffffff;
  color: #281b1b;
  border: 2px solid #c49f4f;
  border-radius: 10px;
  padding: 12px 24px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
}

.page__prayer-location-link-section:hover {
  background: #c49f4f;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(196, 159, 79, 0.25);
}

.page__prayer-location-link-section:active {
  transform: translateY(0);
  box-shadow: 0 2px 6px rgba(196, 159, 79, 0.15);
}

.page__prayer-location-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
  overflow: visible;
}

.page__prayer-location-text {
  color: inherit;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  position: relative;
}

.page__pre-reservation-info-section {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.page__pre-reservation-title {
  color: #c49f4f;
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  position: relative;
  align-self: stretch;
  letter-spacing: 0.03em;
}

.page__pre-reservation-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.page__pre-reservation-description {
  color: #281b1b;
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  align-self: stretch;
}

.page__prayer-location-description {
  color: #281b1b;
  font-size: 14px;
  font-weight: 600;
  position: relative;
}

.page__prayer-location-description--center {
  text-align: center;
}

.page__form-links-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  align-items: stretch;
  flex-shrink: 0;
  position: relative;
  width: 100%;
}

/* レスポンシブ: 小さい画面では1列に */
@media (max-width: 500px) {
  .page__form-links-section {
    grid-template-columns: 1fr;
  }
}

.page__personal-prayer-link {
  background: #ffffff;
  color: #281b1b;
  border: 2px solid #c49f4f;
  border-radius: 10px;
  padding: 14px 18px;
  min-height: 70px;
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
}

.page__personal-prayer-link:hover {
  background: #c49f4f;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(196, 159, 79, 0.25);
}

.page__personal-prayer-link:active {
  transform: translateY(0);
  box-shadow: 0 2px 6px rgba(196, 159, 79, 0.15);
}

.page__personal-prayer-icon2 {
  width: 68.69%;
  height: 68.69%;
  position: absolute;
  right: 15.66%;
  left: 15.66%;
  bottom: 15.66%;
  top: 15.66%;
  overflow: visible;
}

.page__personal-prayer-text {
  color: inherit;
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  flex: 1;
}

.page__childbirth-prayer-link {
  background: #ffffff;
  color: #281b1b;
  border: 2px solid #c49f4f;
  border-radius: 10px;
  padding: 14px 18px;
  min-height: 70px;
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
}

.page__childbirth-prayer-link:hover {
  background: #c49f4f;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(196, 159, 79, 0.25);
}

.page__childbirth-prayer-link:active {
  transform: translateY(0);
  box-shadow: 0 2px 6px rgba(196, 159, 79, 0.15);
}

.page__childbirth-prayer-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
}

.page__personal-prayer-icon3 {
  width: 68.69%;
  height: 68.69%;
  position: absolute;
  right: 15.66%;
  left: 15.66%;
  bottom: 15.66%;
  top: 15.66%;
  overflow: visible;
}

.page__childbirth-prayer-text {
  color: inherit;
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  flex: 1;
}

.page__shichi-go-san-prayer-link {
  background: #ffffff;
  color: #281b1b;
  border: 2px solid #c49f4f;
  border-radius: 10px;
  padding: 14px 18px;
  min-height: 70px;
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
}

.page__shichi-go-san-prayer-link:hover {
  background: #c49f4f;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(196, 159, 79, 0.25);
}

.page__shichi-go-san-prayer-link:active {
  transform: translateY(0);
  box-shadow: 0 2px 6px rgba(196, 159, 79, 0.15);
}

.page__shichi-go-san-prayer-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
}

.page__personal-prayer-icon4 {
  width: 68.69%;
  height: 68.69%;
  position: absolute;
  right: 15.66%;
  left: 15.66%;
  bottom: 15.66%;
  top: 15.66%;
  overflow: visible;
}

.page__shichi-go-san-prayer-text {
  color: inherit;
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  flex: 1;
}

.page__corporate-prayer-link {
  background: #ffffff;
  color: #281b1b;
  border: 2px solid #c49f4f;
  border-radius: 10px;
  padding: 14px 18px;
  min-height: 70px;
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
}

.page__corporate-prayer-link:hover {
  background: #c49f4f;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(196, 159, 79, 0.25);
}

.page__corporate-prayer-link:active {
  transform: translateY(0);
  box-shadow: 0 2px 6px rgba(196, 159, 79, 0.15);
}

.page__corporate-prayer-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
}

.page__personal-prayer-icon5 {
  width: 68.69%;
  height: 68.69%;
  position: absolute;
  right: 15.66%;
  left: 15.66%;
  bottom: 15.66%;
  top: 15.66%;
  overflow: visible;
}

.page__corporate-prayer-text {
  color: inherit;
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  flex: 1;
}

.page__goshuin-info-section {
  display: flex;
  flex-direction: column;
  padding-inline: 1em;
  gap: 26px;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  flex-shrink: 0;
  max-width: 700px;
  position: relative;
}

.page__goshuin-info-title {
  color: #e41b1b;
  text-align: center;
  font-size: 22px;
  font-weight: 900;
  position: relative;
  align-self: stretch;
  letter-spacing: 0.05em;
  text-shadow: 0 1px 2px rgba(228, 27, 27, 0.1);
}

.page__goshuin-content {
  background: #ffffff;
  border-radius: 15px;
  padding: 35px 25px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(196, 159, 79, 0.15);
}

.page__goshuin-item {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.page__goshuin-item-text {
  color: #c49f4f;
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  position: relative;
  align-self: stretch;
  letter-spacing: 0.03em;
}

.page__goshuin-section {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.page__goshuin-table-header {
  border-bottom: 2px solid #c49f4f;
  background: rgba(196, 159, 79, 0.08);
  padding: 10px 0px 10px 0px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.page__goshuin-table-header-date {
  color: #281b1b;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  flex: 1;
  padding: 15px 10px;
}

.page__goshuin-table-header-time {
  color: #281b1b;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  flex: 1;
  padding: 15px 10px;
}

.page__goshuin-table-row {
  border-style: dashed;
  border-color: #a3a3a3;
  border-width: 0px 0px 1px 0px;
  padding: 10px 0px 10px 0px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.page__goshuin-row-date {
  color: #281b1b;
  text-align: left;
  font-size: 15px;
  font-weight: 500;
  position: relative;
  flex: 1;
  padding: 15px 10px;
  line-height: 1.6;
}

.page__goshuin-row-time {
  color: #281b1b;
  text-align: left;
  font-size: 15px;
  font-weight: 500;
  position: relative;
  flex: 1;
  padding: 15px 10px;
  line-height: 1.6;
}

.page__extended-goshuin-table-row {
  border-style: dashed;
  border-color: #a3a3a3;
  border-width: 0px 0px 1px 0px;
  padding: 10px 0px 10px 0px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.page__extended-goshuin-row-date {
  color: #281b1b;
  text-align: left;
  font-size: 15px;
  font-weight: 500;
  position: relative;
  flex: 1;
  padding: 15px 10px;
  line-height: 1.6;
}

.page__extended-goshuin-row-time {
  color: #281b1b;
  text-align: left;
  font-size: 15px;
  font-weight: 500;
  position: relative;
  flex: 1;
  padding: 15px 10px;
  line-height: 1.6;
}

.page__more-goshuin-table-row {
  padding: 10px 0px 10px 0px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.page__more-goshuin-table-row-date {
  color: #281b1b;
  text-align: left;
  font-size: 15px;
  font-weight: 500;
  position: relative;
  flex: 1;
  padding: 15px 10px;
  line-height: 1.6;
}

.page__more-goshuin-table-row-time {
  color: #281b1b;
  text-align: left;
  font-size: 15px;
  font-weight: 500;
  position: relative;
  flex: 1;
  padding: 15px 10px;
  line-height: 1.6;
}

.page__goshuin-location-link-section {
  background: #ffffff;
  color: #281b1b;
  border: 2px solid #c49f4f;
  border-radius: 10px;
  padding: 12px 24px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
}

.page__goshuin-location-link-section:hover {
  background: #c49f4f;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(196, 159, 79, 0.25);
}

.page__goshuin-location-link-section:active {
  transform: translateY(0);
  box-shadow: 0 2px 6px rgba(196, 159, 79, 0.15);
}

.page__goshuin-location-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
  overflow: visible;
}

.page__goshuin-location-text {
  color: inherit;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  position: relative;
}

.page__new-year-goshuin-section {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.page__new-year-goshuin-title {
  color: #c49f4f;
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  position: relative;
  align-self: stretch;
  letter-spacing: 0.03em;
}

.page__new-year-goshuin-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  justify-content: flex-start;
  align-self: center;
  position: relative;
}

.page__new-year-goshuin-description {
  color: #281b1b;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  align-self: stretch;
}

.goshuin-photo {
  //align-self: center;
  width: 100%;
  height: auto;
  max-width: 100%;
  position: relative;
  object-fit: contain;
  border: 2px solid #c49f4f;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

@media (min-width: 769px) {
  .goshuin-photo {
    max-width: 500px;
  }
}

.page__new-year-goshuin-section2 {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}

.page__goshuin-book-link-section {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}

.page__goshuin-book-link {
  background: #ffffff;
  color: #281b1b;
  border: 2px solid #c49f4f;
  border-radius: 10px;
  padding: 12px 24px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
}

.page__goshuin-book-link:hover {
  background: #c49f4f;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(196, 159, 79, 0.25);
}

.page__goshuin-book-link:active {
  transform: translateY(0);
  box-shadow: 0 2px 6px rgba(196, 159, 79, 0.15);
}

.page__goshuin-book-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
}

.page__personal-prayer-icon6 {
  width: 68.69%;
  height: 68.69%;
  position: absolute;
  right: 15.66%;
  left: 15.66%;
  bottom: 15.66%;
  top: 15.66%;
  overflow: visible;
}

.page__goshuin-book-text {
  color: inherit;
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  position: relative;
}

.page__personal-prayer-icon7 {
  width: 68.69%;
  height: 68.69%;
  position: absolute;
  right: 15.66%;
  left: 15.66%;
  bottom: 15.66%;
  top: 15.66%;
  overflow: visible;
}

/* カフェ「山王茶寮」セクション */
.page__cafe-section {
  display: flex;
  flex-direction: column;
  padding-inline: 1em;
  gap: 26px;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  flex-shrink: 0;
  max-width: 700px;
  position: relative;
}

.page__cafe-title {
  color: #e41b1b;
  text-align: center;
  font-size: 22px;
  font-weight: 900;
  position: relative;
  align-self: stretch;
  letter-spacing: 0.05em;
  text-shadow: 0 1px 2px rgba(228, 27, 27, 0.1);
}

.page__cafe-content {
  background: #ffffff;
  border-radius: 15px;
  padding: 35px 25px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(196, 159, 79, 0.15);
}

.page__cafe-intro-section {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.page__cafe-intro-description {
  color: #281b1b;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  position: relative;
  align-self: stretch;
  line-height: 1.8;
}

.page__cafe-image {
  width: 100%;
  height: auto;
  max-width: 100%;
  border-radius: 8px;
  border: 2px solid #c49f4f;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  object-fit: contain;
}

@media (min-width: 769px) {
  .page__cafe-image {
    max-width: 500px;
  }
}

.page__cafe-info-section {
  display: flex;
  flex-direction: column;
  gap: 25px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.page__cafe-info-title {
  color: #c49f4f;
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  position: relative;
  align-self: stretch;
  letter-spacing: 0.03em;
}

.page__cafe-info-content {
  display: flex;
  flex-direction: column;
  gap: 25px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.page__cafe-hours-section {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.page__cafe-hours-title {
  color: #c49f4f;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  align-self: stretch;
}

.page__cafe-hours-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.page__cafe-hours-item {
  display: flex;
  flex-direction: row;
  gap: 15px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  padding: 12px 0;
  border-bottom: 1px dashed rgba(163, 163, 163, 0.5);
}

.page__cafe-hours-item:last-child {
  border-bottom: none;
}

.page__cafe-hours-label {
  color: #281b1b;
  text-align: left;
  font-size: 15px;
  font-weight: 500;
  min-width: 80px;
  flex-shrink: 0;
}

.page__cafe-hours-value {
  color: #281b1b;
  text-align: left;
  font-size: 15px;
  font-weight: 500;
  flex: 1;
}

.page__cafe-details-section {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  padding-top: 15px;
  border-top: 1px solid rgba(196, 159, 79, 0.2);
}

.page__cafe-detail-item {
  display: flex;
  flex-direction: row;
  gap: 15px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  padding: 8px 0;
}

.page__cafe-detail-label {
  color: #281b1b;
  text-align: left;
  font-size: 15px;
  font-weight: 500;
  min-width: 100px;
  flex-shrink: 0;
}

.page__cafe-detail-value {
  color: #281b1b;
  text-align: left;
  font-size: 15px;
  font-weight: 500;
  flex: 1;
}

.page__cafe-phone-link {
  color: #c49f4f;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page__cafe-phone-link:hover {
  color: #8c7138;
  text-decoration: underline;
}

.page__cafe-links-section {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 12px;
  align-items: stretch;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  padding-top: 15px;
  border-top: 1px solid rgba(196, 159, 79, 0.2);
}

@media (max-width: 500px) {
  .page__cafe-links-section {
    flex-direction: column;
  }
}

.page__cafe-menu-link,
.page__cafe-homepage-link {
  flex: 1;
  min-width: 200px;
}

@media (max-width: 500px) {
  .page__cafe-menu-link,
  .page__cafe-homepage-link {
    min-width: 100%;
  }
}

.page__offering-section {
  display: flex;
  flex-direction: column;
  padding-inline: 1em;
  gap: 26px;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  flex-shrink: 0;
  max-width: 700px;
  position: relative;
}

.page__offering-title {
  color: #e41b1b;
  text-align: center;
  font-size: 22px;
  font-weight: 900;
  position: relative;
  align-self: stretch;
  letter-spacing: 0.05em;
  text-shadow: 0 1px 2px rgba(228, 27, 27, 0.1);
}

.page__offering-content {
  background: #ffffff;
  border-radius: 15px;
  padding: 35px 25px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(196, 159, 79, 0.15);
}

.page__offering-item {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.page__offering-item-text {
  color: #c49f4f;
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  position: relative;
  align-self: stretch;
  letter-spacing: 0.03em;
}

.page__offering-section2 {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.page__offering-table-header {
  border-bottom: 2px solid #c49f4f;
  background: rgba(196, 159, 79, 0.08);
  padding: 10px 0px 10px 0px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.page__offering-table-header-date {
  color: #281b1b;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  flex: 1;
  padding: 15px 10px;
}

.page__offering-table-header-time {
  color: #281b1b;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  flex: 1;
  padding: 15px 10px;
}

.page__offering-table-row {
  border-style: dashed;
  border-color: #a3a3a3;
  border-width: 0px 0px 1px 0px;
  padding: 10px 0px 10px 0px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.page__offering-row-date {
  color: #281b1b;
  text-align: left;
  font-size: 15px;
  font-weight: 500;
  position: relative;
  flex: 1;
  padding: 15px 10px;
  line-height: 1.6;
}

.page__offering-row-time {
  color: #281b1b;
  text-align: left;
  font-size: 15px;
  font-weight: 500;
  position: relative;
  flex: 1;
  padding: 15px 10px;
  line-height: 1.6;
}

.page__extended-offering-table-row {
  border-style: dashed;
  border-color: #a3a3a3;
  border-width: 0px 0px 1px 0px;
  padding: 10px 0px 10px 0px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.page__extended-offering-row-date {
  color: #281b1b;
  text-align: left;
  font-size: 15px;
  font-weight: 500;
  position: relative;
  flex: 1;
  padding: 15px 10px;
  line-height: 1.6;
}

.page__extended-offering-row-time {
  color: #281b1b;
  text-align: left;
  font-size: 15px;
  font-weight: 500;
  position: relative;
  flex: 1;
  padding: 15px 10px;
  line-height: 1.6;
}

.page__more-offering-table-row {
  padding: 10px 0px 10px 0px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.page__more-offering-table-row-date {
  color: #281b1b;
  text-align: left;
  font-size: 15px;
  font-weight: 500;
  position: relative;
  flex: 1;
  padding: 15px 10px;
  line-height: 1.6;
}

.page__more-offering-table-row-time {
  color: #281b1b;
  text-align: left;
  font-size: 15px;
  font-weight: 500;
  position: relative;
  flex: 1;
  padding: 15px 10px;
  line-height: 1.6;
}

.page__offering-location-link-section {
  background: #ffffff;
  color: #281b1b;
  border: 2px solid #c49f4f;
  border-radius: 10px;
  padding: 12px 24px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
}

.page__offering-location-link-section:hover {
  background: #c49f4f;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(196, 159, 79, 0.25);
}

.page__offering-location-link-section:active {
  transform: translateY(0);
  box-shadow: 0 2px 6px rgba(196, 159, 79, 0.15);
}

.page__offering-location-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
  overflow: visible;
}

.page__offering-location-text {
  color: inherit;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  position: relative;
}

.page__offering-guide-section {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.page__offering-guide-title {
  color: #c49f4f;
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  position: relative;
  align-self: stretch;
  letter-spacing: 0.03em;
}

.page__offering-guide-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.page__offering-guide-description {
  color: #281b1b;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  align-self: stretch;
}

.page__offering-guide-link-section {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}

.page__offering-guide-link {
  background: #ffffff;
  color: #281b1b;
  border: 2px solid #c49f4f;
  border-radius: 10px;
  padding: 12px 24px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
}

.page__offering-guide-link:hover {
  background: #c49f4f;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(196, 159, 79, 0.25);
}

.page__offering-guide-link:active {
  transform: translateY(0);
  box-shadow: 0 2px 6px rgba(196, 159, 79, 0.15);
}

.page__offering-guide-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
}

.page__personal-prayer-icon8 {
  width: 68.69%;
  height: 68.69%;
  position: absolute;
  right: 15.66%;
  left: 15.66%;
  bottom: 15.66%;
  top: 15.66%;
  overflow: visible;
}

.page__offering-guide-text {
  color: inherit;
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  position: relative;
}

.page__access-section {
  display: flex;
  padding-inline: 1em;
  flex-direction: column;
  gap: 26px;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  flex-shrink: 0;
  max-width: 700px;
  position: relative;
}

.page__access-title {
  color: #e41b1b;
  text-align: center;
  font-size: 22px;
  font-weight: 900;
  position: relative;
  align-self: stretch;
  letter-spacing: 0.05em;
  text-shadow: 0 1px 2px rgba(228, 27, 27, 0.1);
}

.page__access-content {
  background: #ffffff;
  border-radius: 15px;
  padding: 35px 25px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(196, 159, 79, 0.15);
}

.page__location-info-section {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.page__location-info-title {
  color: #c49f4f;
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  position: relative;
  align-self: stretch;
  letter-spacing: 0.03em;
}

.page__location-info-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

/* 地図ラッパー（クリック可能エリア） */
.page__map-wrapper {
  display: block;
  position: relative;
  width: 100%;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 8px;
  overflow: hidden;
}

.page__map-wrapper:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(196, 159, 79, 0.3);
}

.page__map-wrapper:active {
  transform: translateY(0);
}

/* 地図の拡大鏡アイコン（画像の右上に配置） */
.page__map-zoom-icon {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #d4af6a 0%, #c49f4f 100%);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
  pointer-events: none;
  z-index: 10;
  transition: all 0.3s ease;
}

.page__map-wrapper:hover .page__map-zoom-icon {
  transform: scale(1.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}

/* ライトボックス */
.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.lightbox.active {
  display: flex;
  opacity: 1;
}

.lightbox__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  cursor: pointer;
}

.lightbox__content {
  position: relative;
  max-width: 95vw;
  max-height: 95vh;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lightbox__image {
  max-width: 100%;
  max-height: 95vh;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
  background-color: #ffffff; /* 透過画像の背景を白に設定 */
}

.lightbox__close {
  position: absolute;
  top: -50px;
  right: 0;
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, #d4af6a 0%, #c49f4f 100%);
  border: none;
  border-radius: 50%;
  color: #ffffff;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  z-index: 10001;
}

.lightbox__close:hover {
  background: linear-gradient(135deg, #e0bd7a 0%, #d4af6a 100%);
  transform: scale(1.1);
}

.lightbox__close:active {
  transform: scale(0.95);
}

@media (max-width: 768px) {
  .lightbox__close {
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    font-size: 20px;
  }

  .lightbox__content {
    max-width: 100vw;
    max-height: 100vh;
    padding: 60px 10px 10px;
  }

  .lightbox__image {
    max-height: calc(100vh - 70px);
    border-radius: 4px;
    background-color: #ffffff; /* 透過画像の背景を白に設定 */
  }
}

.page__inner-map-1 {
  align-self: center;
  flex-shrink: 0;
  width: 100%;
  height: auto;
  max-width: 100%;
  position: relative;
  object-fit: contain;
  border: 2px solid #c49f4f;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  display: block;
}

@media (min-width: 769px) {
  .page__inner-map-1 {
    max-width: 600px;
  }
}

.page__map-link-section {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}

.page__map-link {
  background: #ffffff;
  color: #281b1b;
  border: 2px solid #c49f4f;
  border-radius: 10px;
  padding: 12px 24px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
}

.page__map-link:hover {
  background: #c49f4f;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(196, 159, 79, 0.25);
}

.page__map-link:active {
  transform: translateY(0);
  box-shadow: 0 2px 6px rgba(196, 159, 79, 0.15);
}

.page__map-link-text {
  color: inherit;
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  position: relative;
}

/* アコーディオンセクション */
.page__accordion-section {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  border-bottom: 1px solid rgba(196, 159, 79, 0.2);
}

.page__accordion-header {
  background: #ffffff;
  border: none;
  padding: 20px 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: left;
}

.page__accordion-header:hover {
  background: rgba(196, 159, 79, 0.05);
}

.page__accordion-title {
  color: #c49f4f;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  flex: 1;
}

.page__accordion-icon {
  flex-shrink: 0;
  font-size: 18px;
  color: #c49f4f;
  transition: transform 0.3s ease;
}

.page__accordion-header.active .page__accordion-icon {
  transform: rotate(180deg);
}

.page__accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  padding: 0 16px;
}

.page__accordion-content.active {
  max-height: 1000px;
  padding: 20px 16px 30px;
}

.page__nearest-station-section {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.page__nearest-station-title {
  color: #c49f4f;
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  position: relative;
  align-self: stretch;
  letter-spacing: 0.03em;
}

.page__specific-date-map-section {
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
}

.page__inner-map-2 {
  border: 2px solid #c49f4f;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  align-self: center;
  flex-shrink: 0;
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: contain;
  display: block;
}

@media (min-width: 769px) {
  .page__inner-map-2 {
    max-width: 600px;
  }
}

.page__specific-date-map-section2 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.page__location-info-content2 {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.page__location-info-image {
  align-self: center;
  flex-shrink: 0;
  width: 100%;
  height: auto;
  max-width: 100%;
  border: 2px solid #c49f4f;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  object-fit: contain;
}

@media (min-width: 769px) {
  .page__location-info-image {
    max-width: 500px;
  }
}

.page__address-section {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.page__address-text {
  color: #281b1b;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  align-self: stretch;
}

.page__map-link-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
}

.page__personal-prayer-icon9 {
  width: 68.69%;
  height: 68.69%;
  position: absolute;
  right: 15.66%;
  left: 15.66%;
  bottom: 15.66%;
  top: 15.66%;
  overflow: visible;
}

.page__nearest-station-section2 {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.page__nearest-station-description {
  color: #281b1b;
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  align-self: stretch;
  ul {
    line-height: 1.5;
    li {
      text-align: center;
    }
  }
}

.page__car-info-section {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.page__car-info-title {
  color: #c49f4f;
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  position: relative;
  align-self: stretch;
  letter-spacing: 0.03em;
}

.page__car-info-description {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  align-self: stretch;
}

.car-info-description-span {
  color: #281b1b;
  font-size: 14px;
  font-weight: 500;
}

.car-info-description-span2 {
  color: #e41b1b;
  font-size: 14px;
  font-weight: 500;
}

.car-info-description-span3 {
  color: #281b1b;
  font-size: 14px;
  font-weight: 500;
}

.car-info-description-span4 {
  color: #e41b1b;
  font-size: 14px;
  font-weight: 500;
}

.page__personal-prayer-icon10 {
  width: 68.69%;
  height: 68.69%;
  position: absolute;
  right: 15.66%;
  left: 15.66%;
  bottom: 15.66%;
  top: 15.66%;
  overflow: visible;
}

/* ============================================
   フッター - SP最適化デザイン
   ============================================ */

.page__footer {
  background: linear-gradient(180deg, #faf8f5 0%, #ffffff 100%);
  border-top: 4px solid #c49f4f;
  position: relative;
  margin-top: 60px;
  width: 100%;
}

.footer__main {
  padding: 40px 20px 30px;
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 36px;
  align-items: stretch;
}

/* ロゴセクション */
.footer__logo-section {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(196, 159, 79, 0.2);
}

.footer__logo {
  width: auto;
  height: 50px;
  object-fit: contain;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

/* セクションタイトル共通スタイル */
.footer__section-title {
  color: #c49f4f;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  justify-content: center;
}

.footer__section-title i {
  font-size: 18px;
}

/* お問い合わせセクション（控えめなデザイン） */
.footer__contact-section {
  width: 100%;
  padding-top: 20px;
  border-top: 1px solid rgba(196, 159, 79, 0.2);
}

.footer__contact-content {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: center;
}

.footer__phone-link {
  display: block;
  color: #281b1b;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 0.05em;
  transition: color 0.3s ease;
}

.footer__phone-link:hover {
  color: #c49f4f;
}

.footer__contact-note {
  color: #888;
  font-size: 13px;
  margin: 0;
}

/* リンクセクション */
.footer__links-section {
  width: 100%;
}

.footer__links-grid {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer__link-item {
  background: #ffffff;
  border: 2px solid #c49f4f;
  border-radius: 10px;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: #281b1b;
  font-size: 15px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
}

.footer__link-item:hover {
  background: linear-gradient(135deg, #d4af6a 0%, #c49f4f 100%);
  color: #ffffff;
  transform: translateX(4px);
  box-shadow: 0 4px 12px rgba(196, 159, 79, 0.3);
}

.footer__link-item i {
  font-size: 20px;
  flex-shrink: 0;
  width: 24px;
  text-align: center;
}

.footer__link-item small {
  font-size: 12px;
  opacity: 0.8;
}

/* SNSセクション */
.footer__social-section {
  width: 100%;
}

.footer__social-row {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.footer__social-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, #d4af6a 0%, #c49f4f 100%);
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 3px 8px rgba(196, 159, 79, 0.25);
}

.footer__social-item:hover {
  background: linear-gradient(135deg, #e0bd7a 0%, #d4af6a 100%);
  transform: translateY(-3px) scale(1.1);
  box-shadow: 0 6px 16px rgba(196, 159, 79, 0.4);
}

.footer__social-item:active {
  transform: translateY(-1px) scale(1.05);
}

.footer__social-item i {
  font-size: 26px;
}

/* コピーライト */
.footer__copyright {
  background: #281b1b;
  padding: 16px 20px;
  text-align: center;
}

.footer__copyright-text {
  color: #ffffff;
  font-size: 12px;
  opacity: 0.9;
  margin: 0;
}

/* PC表示用の最適化 */
@media (min-width: 769px) {
  .footer__main {
    padding: 60px 40px 40px;
    max-width: 700px;
  }

  .footer__logo {
    height: 60px;
  }

  .footer__links-grid {
    flex-direction: row;
    gap: 16px;
  }

  .footer__link-item {
    flex: 1;
  }

  .footer__phone-link {
    font-size: 20px;
  }

  .footer__social-item {
    width: 60px;
    height: 60px;
  }

  .footer__social-item i {
    font-size: 28px;
  }
}

/* 旧フッタースタイル（互換性のため残す） */
.page__logo-image2 {
  flex-shrink: 0;
  width: 175px;
  height: 49px;
  position: relative;
  object-fit: contain;
}

.page__contact-info-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.page__social-media-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}

.page__social-media-row {
  display: flex;
  flex-direction: row;
  gap: 44px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}

/* 旧SNSアイテムスタイル - 削除予定（新しいフッターでは.footer__social-itemを使用） */

.page__personal-prayer-icon11 {
  width: 68.69%;
  height: 68.69%;
  position: absolute;
  right: 15.66%;
  left: 15.66%;
  bottom: 15.66%;
  top: 15.66%;
  overflow: visible;
}

.page__personal-prayer-icon12 {
  width: 68.69%;
  height: 68.69%;
  position: absolute;
  right: 15.66%;
  left: 15.66%;
  bottom: 15.66%;
  top: 15.66%;
  overflow: visible;
}

.page__car-info-description2 {
  color: #281b1b;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  align-self: stretch;
}

/* Yuji Boku フォント */
.yuji-boku-regular {
  font-family: "Yuji Boku", serif;
  font-weight: 400;
  font-style: normal;
}

/* Noto Serif JP フォント */
.noto-serif-jp-black {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}

.noto-serif-jp-bold {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.noto-serif-jp-semibold {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.noto-serif-jp-medium {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

/* ページトップへスクロールボタン */
.scroll-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background-color: #c49f4f;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.scroll-to-top:hover {
  background-color: #8c7138;
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

.scroll-to-top.active {
  display: flex;
}

.scroll-to-top-icon {
  width: 24px;
  height: 24px;
  display: block;
  flex-shrink: 0;
}

