@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -moz-tab-size: 4;
  tab-size: 4;
  word-break: normal;
  font-size: 8px;
}
@media (min-width: 768px) {
  html {
    font-size: 9px;
  }
}
@media (min-width: 1024px) {
  html {
    font-size: 10px;
  }
}

*,
:after,
:before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}

p,
th,
td,
li {
  font-size: 1.6rem;
}

* {
  margin: 0;
  padding: 0;
}

hr {
  color: inherit;
  height: 0;
  overflow: visible;
}

details,
main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b,
strong {
  font-weight: bolder;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

iframe {
  border-style: none;
}

input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button],
[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

[disabled] {
  cursor: default;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

body {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "Yu Mincho", YuMincho, "游明朝体", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.l-main {
  margin: 0 auto;
  max-width: 1100px;
}
.l-main .main-image-container {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  width: 100vw;
  overflow: hidden;
}
.l-main .main-image-container .main-image {
  width: 100%;
  object-fit: cover;
}
.l-main .main-wrapper {
  width: 90%;
  margin: 24px auto;
}
@media (min-width: 768px) {
  .l-main .main-wrapper {
    margin: 80px auto;
  }
}
.l-main .main-wrapper .opening-hours h2 {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
.l-main .main-wrapper .opening-hours .opening-hours-line {
  width: 118px;
  height: 5px;
  margin: 10px auto 20px;
  border: 0;
  background: linear-gradient(90deg, #b68b3c, #ecd09a 50%, #b68b3c);
}
.l-main .main-wrapper .opening-hours p {
  font-size: 1.5em;
  text-align: center;
  margin: 10px 0;
}
.l-main .main-wrapper .main-info {
  width: 100%;
  margin: 50px auto;
  background-color: rgb(255, 255, 255);
  box-sizing: border-box;
  padding: 40px 40px 0 40px;
  box-shadow: 4px 4px 6px #f5f5f5;
  border: 1px #eee solid;
}
.l-main .main-wrapper .main-info h2 {
  font-size: 1.9rem;
  font-weight: bold;
}
.l-main .main-wrapper .main-info .main-line {
  width: 100%;
  margin: 10px 0;
  box-sizing: border-box;
  padding: 40px;
}
.l-main .main-wrapper .main-info .main-line-link {
  width: 100%;
  margin: 30px auto 0;
  text-align: right;
}
.l-main .main-wrapper .main-info .main-line-link a {
  color: #222;
  margin: 0 auto;
  display: inline-block;
  font-size: 1.4rem;
  padding: 5px 0;
  position: relative;
  transition: 0.2s linear;
}
.l-main .main-wrapper .main-info .main-line-link a:hover {
  color: #a67c3f;
}
.l-main .main-wrapper .main-info .main-line a {
  color: #222;
  text-decoration: none;
  font-size: 1.4rem;
  padding: 5px 0;
  position: relative;
  display: inline-block;
}
.l-main .menu {
  box-sizing: border-box;
  text-align: center;
  background: #fff url("../images/top-bg.png") repeat center top;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  width: 100vw;
}
.l-main .menu-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 0;
}
.l-main .menu-line {
  width: 60px;
  height: 5px;
  margin: 10px auto;
  border: 0;
  background: linear-gradient(90deg, #b68b3c, #ecd09a 50%, #b68b3c);
}
.l-main .menu h3 {
  text-align: center;
  font-size: 1.9rem;
  font-weight: bold;
}
.l-main .menu ul {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
  align-items: center;
}
@media (min-width: 768px) {
  .l-main .menu ul {
    display: flex;
    flex-direction: row;
    display: -webkit-flex;
    justify-content: center;
    margin: 60px auto 40px;
  }
}
.l-main .menu ul li {
  width: 100%;
  max-width: 360px;
  box-sizing: border-box;
  padding: 0 30px;
  text-align: left;
  list-style: none;
}
.l-main .menu ul li a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  transition-property: all;
  transition: 0.2s linear;
}
.l-main .menu ul li a:hover img {
  opacity: 0.8;
}
.l-main .menu ul li a:hover p {
  color: #a67c3f;
}
.l-main .menu ul li a img {
  width: 100%;
  aspect-ratio: 3/4; /* 例：16:9の比率を維持 */
  object-fit: cover; /* 画像がコンテナを埋めるように */
  transition: 0.2s linear;
}
.l-main .menu ul li a img:hover {
  opacity: 0.8;
}
.l-main .menu ul li a p {
  margin-top: 8px;
  color: #222;
  position: relative;
  display: inline-block;
  transition: 0.2s linear;
}

.l-main {
  margin: 0 auto 12rem;
  max-width: 1100px;
  /* 各お知らせアイテム */
  /* ページネーションのスタイルをグローバルスコープに移動 */
  /* WordPressのページネーションスタイリング - グローバルスコープで再定義 */
  /* 省略記号のスタイル */
}
.l-main .hero {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  width: 100vw;
  overflow: hidden;
}
.l-main .hero__image {
  width: 100%;
  object-fit: cover;
}
.l-main .page {
  margin-top: 80px;
  max-width: 1100px;
}
.l-main .access {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.l-main .page__title {
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
.l-main .access__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 24px;
}
.l-main .access__subtitle {
  width: max-content;
  font-size: 1.9rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 16px;
  padding-bottom: 4px;
  border-bottom: 5px solid;
  border-image: linear-gradient(90deg, #b68b3c, #ecd09a 50%, #b68b3c) 1;
}
.l-main .access__text {
  text-align: center;
  margin-bottom: 8px;
}
.l-main .access__map {
  width: 100%;
  margin-bottom: 16px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border: solid 1px #eee;
  background-color: #ffffff;
  position: relative;
}
.l-main .access__map iframe {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: inherit;
  box-shadow: inherit;
}
.l-main .info__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 24px;
  margin-bottom: 24px;
}
.l-main .info__item {
  width: 100%;
  padding: 2.4rem;
  border-bottom: 1px solid #e0e0e0;
  transition: background-color 0.3s ease;
}
.l-main .info__item:hover {
  background-color: #f9f9f9;
}
.l-main .info__date {
  margin-bottom: 1.2rem;
  font-size: 1.4rem;
  color: #666;
}
.l-main .info__title {
  font-size: 1.9rem;
  margin-bottom: 1.2rem;
}
.l-main .info__link {
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}
.l-main .info__link:hover {
  color: #b68b3c;
}
.l-main .info__excerpt {
  font-size: 1.6rem;
  color: #555;
  line-height: 1.6;
}
.l-main .pagination {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  gap: 0.8rem;
}
.l-main .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
}
.l-main .page-numbers li {
  margin: 0;
  padding: 0;
}
.l-main .page-numbers,
.l-main .page-numbers.current,
.l-main .page-numbers.dots {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 3.2rem;
  height: 3.2rem;
  padding: 0 0.8rem;
  border: 1px solid #ddd;
  text-decoration: none;
  color: #333;
  font-size: 1.6rem;
}
.l-main .page-numbers.current {
  background-color: #b68b3c;
  color: white;
  border-color: #b68b3c;
}
.l-main .page-numbers:hover {
  background-color: #f9f9f9;
  color: #b68b3c;
  transition: all 0.3s ease;
}
.l-main .page-numbers.prev,
.l-main .page-numbers.next {
  padding: 0 1.6rem;
}
.l-main .page-numbers.dots {
  border: none;
  padding: 0 0.48rem;
}
.l-main .post__date {
  text-align: center;
  font-size: 1.4rem;
  color: #666;
  margin-bottom: 1.4rem;
}
.l-main .post__content {
  margin: 0 auto;
  max-width: 1100px;
  min-height: 400px;
  padding: 48px;
  background-color: #ffffff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  border: solid 1px #eee;
  position: relative;
  margin-bottom: 16px;
  line-height: 1.6;
  color: #333;
}
.l-main .events {
  margin-bottom: 4.8rem;
}
.l-main .page__title {
  font-size: 3.2rem;
  text-align: center;
  margin-bottom: 4.8rem;
  position: relative;
  letter-spacing: 0.1em;
}
.l-main .page__title:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 3px;
  background: linear-gradient(90deg, #b68b3c, #ecd09a 50%, #b68b3c);
}
.l-main .events__intro {
  text-align: center;
  margin-bottom: 4.8rem;
  line-height: 2;
}
.l-main .events__container {
  margin-top: 3.2rem;
}
.l-main .events__item {
  margin-bottom: 4rem;
  padding: 3.2rem;
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  position: relative;
}
.l-main .events__item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, #b68b3c, #ecd09a 50%, #b68b3c);
  border-radius: 8px 0 0 8px;
}
.l-main .event__title {
  font-size: 2.08rem;
  margin-bottom: 0.8rem;
  color: #333;
}
.l-main .event__date {
  font-size: 1.4rem;
  color: #666;
  margin-bottom: 1.6rem;
  display: block;
}
.l-main .event__description {
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: justify;
  text-justify: inter-ideograph;
}
.l-main .season__heading {
  font-size: 2.4rem;
  margin: 4.8rem 0 3.2rem;
  padding-bottom: 0.8rem;
  border-bottom: 2px solid;
  border-image: linear-gradient(90deg, #b68b3c, #ecd09a 50%, #b68b3c) 1;
  display: inline-block;
}

.back-to-list__link {
  display: block;
  font-size: 1.9rem;
  width: fit-content;
  margin: 64px auto 0;
  padding: 12px 48px;
  background-color: #ffffff;
  border: solid 1px #a67c3f;
  border-radius: 29px;
  text-decoration: none;
  color: #a67c3f;
}

.back-to-list__link:hover {
  background-color: #a67c3f;
  color: #ffffff;
  transition: all 0.3s ease;
}

.prayer {
  margin-bottom: 8rem;
}

.prayer__list {
  display: flex;
  flex-direction: column;
  gap: 6.4rem;
  margin-top: 64px;
}

.prayer__item {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 6.4rem;
}

.prayer__title {
  font-size: 2.4rem;
  margin-bottom: 2.4rem;
  padding-bottom: 0.8rem;
  position: relative;
  text-align: center;
}

.prayer__title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 2px;
  background: linear-gradient(90deg, #b68b3c, #ecd09a 50%, #b68b3c);
}

.prayer__content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
@media (min-width: 1024px) {
  .prayer__content-wrapper {
    flex-direction: row;
    gap: 3.2rem;
    margin-top: 3.2rem;
  }
}

.prayer__image {
  order: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.prayer__content {
  order: 2;
}

.prayer__description {
  font-size: 1.6rem;
  margin-bottom: 1.6rem;
}

.prayer__image img {
  width: 320px;
  height: 320px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.about {
  margin-bottom: 4.8rem;
}

.page__title {
  font-size: 3.2rem;
  text-align: center;
  margin-bottom: 4.8rem;
  position: relative;
  letter-spacing: 0.1em;
}

.page__title:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 3px;
  background: linear-gradient(90deg, #b68b3c, #ecd09a 50%, #b68b3c);
}

.about__section {
  margin-bottom: 8rem;
  padding: 3.2rem;
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

.about__title {
  font-size: 2.4rem;
  margin-bottom: 2.4rem;
  padding-bottom: 0.8rem;
  position: relative;
  display: inline-block;
  letter-spacing: 0.05em;
}

.about__title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #b68b3c, #ecd09a 50%, #b68b3c);
}

.about__content {
  margin-top: 3.2rem;
  line-height: 2;
}

.about__content p {
  margin-bottom: 2.4rem;
  text-align: justify;
  text-justify: inter-ideograph;
}

.about__image {
  margin: 3.2rem 0;
  width: 100%;
  text-align: center;
}

.about__image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.shrines {
  margin-bottom: 3rem;
}

.page__title {
  font-size: 3.2rem;
  text-align: center;
  margin-bottom: 3.3rem;
  position: relative;
  letter-spacing: 0.1em;
}

.page__title:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 3px;
  background: linear-gradient(90deg, #b68b3c, #ecd09a 50%, #b68b3c);
}

.shrines__intro {
  margin-bottom: 3.2rem;
  text-align: center;
  line-height: 2;
}

.shrines__map {
  max-width: 800px;
  margin: 0 auto 4.8rem;
  text-align: center;
}

.shrines__map-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.shrines__section {
  margin-bottom: 6.4rem;
}

.shrine__heading {
  font-size: 2.4rem;
  margin-bottom: 2.4rem;
  padding-bottom: 0.8rem;
  border-bottom: 2px solid;
  border-image: linear-gradient(90deg, #b68b3c, #ecd09a 50%, #b68b3c) 1;
  display: inline-block;
}

.shrine__single {
  padding: 2rem;
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}
@media (min-width: 768px) {
  .shrine__single {
    display: flex;
    justify-content: space-between;
    column-gap: 5.6rem;
  }
}

.shrine__image {
  display: flex;
  align-items: center;
  justify-content: center;
}

.shrine__title {
  font-size: 2.08rem;
  margin-bottom: 1.6rem;
  color: #333;
}

.shrine__description {
  margin-bottom: 1.6rem;
  line-height: 1.8;
}

.shrine__image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .shrine__image img {
    max-width: 400px;
    max-height: 300px;
  }
}

.shrine__table {
  width: 100%;
  margin: 3.2rem auto;
  border-collapse: collapse;
}

.shrine__table th,
.shrine__table td {
  padding: 1.6rem;
  text-align: left;
  border-bottom: 1px solid #eee;
}

.shrine__table th {
  max-width: 30%;
  font-weight: normal;
  color: #333;
  background-color: #f9f9f9;
}

.shrine__table tr:last-child th,
.shrine__table tr:last-child td {
  border-bottom: none;
}

.shrine__group-image {
  width: 100%;
  height: 220px;
  margin: 3.2rem auto;
  text-align: center;
}
@media (min-width: 768px) {
  .shrine__group-image {
    height: 350px;
  }
}

.shrine__group-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.l-header {
  width: 100%;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 100;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}
.l-header__container {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 3.2rem 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.l-header .header__logo {
  display: block;
  width: 24.6rem;
}
.l-header .header__nav {
  display: none;
}
@media (min-width: 768px) {
  .l-header .header__nav {
    display: block;
    margin-top: 16px;
  }
  .l-header .header__nav-list {
    display: flex;
    align-items: center;
    list-style: none;
    column-gap: 8px;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  .l-header .header__nav-list {
    column-gap: 16px;
  }
}
@media (min-width: 768px) {
  .l-header .header__nav-item {
    color: rgb(3.6, 12.8, 22);
    display: block;
    width: 124px;
    padding: 8px 0px;
    text-align: center;
    border-bottom: solid 1px #eee;
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  .l-header .header__nav-item {
    width: 168px;
  }
}
@media (min-width: 768px) {
  .l-header .header__nav-item:hover {
    border-bottom: solid 1px #a67c3f;
  }
}
.l-header .header__nav-item a {
  text-decoration: none;
  color: rgb(3.6, 12.8, 22);
  font-size: 12px;
  padding: 10px 0px;
  border-radius: 5px;
  transition: background-color 0.3s;
}
@media (min-width: 1024px) {
  .l-header .header__nav-item a {
    font-size: 14px;
    padding: 10px 20px;
  }
}

/* アクセシビリティ対策 */
.visuallyHidden {
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

/* ハンバーガーボタンのスタイル */
.hamburger {
  appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: block;
  height: 32px;
  outline: none;
  position: fixed;
  right: 30px;
  top: 32px;
  transition: transform 0.6s, width 0.6s;
  width: 32px;
  z-index: 200; /* メニューよりも上にする */
}
@media (min-width: 768px) {
  .hamburger {
    display: none; /* タブレット以上では非表示 */
  }
}

/* ハンバーガーメニュー三本線 */
.hamburger-line {
  background-color: #000;
  height: 2px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  transition: inherit;
  width: 100%;
}

.hamburger-line::before,
.hamburger-line::after {
  background-color: #000;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  transition: inherit;
  width: 100%;
}

.hamburger-line::before {
  top: 10px;
}

.hamburger-line::after {
  top: 20px;
}

/* ハンバーガーメニュー三本線オープン時 */
.hamburger[aria-expanded=true] .hamburger-line {
  transform: translateY(15px) rotate(-45deg);
}

.hamburger[aria-expanded=true] .hamburger-line::before {
  transform: translateY(-12px) translateX(20px) rotate(45deg);
  width: 0;
}

.hamburger[aria-expanded=true] .hamburger-line::after {
  transform: translateY(-20px) rotate(90deg);
}

/* オーバーレイのスタイル */
.overlay {
  background-color: #333;
  cursor: pointer;
  height: 100vh;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: opacity 0.6s, visibility 0.6s;
  visibility: hidden;
  width: 100vw;
  z-index: 10; /* メニューよりも下にする */
}

.overlay.active {
  opacity: 0.8;
  visibility: visible;
}

/* メニューのスタイル */
.modal-container {
  background-color: #fff;
  position: fixed;
  z-index: 20; /* オーバーレイよりも上にする */
}

.modal-container[aria-hidden=false] {
  overflow-y: scroll;
}

.menu-item {
  margin-top: 20px;
  text-align: center;
}

.menu-link {
  display: inline-block;
  padding: 10px 20px;
  color: rgb(3.6, 12.8, 22);
  text-decoration: none;
  font-size: 16px;
  border-radius: 5px;
  transition: background-color 0.3s, color 0.3s;
}

/* メニューのスタイル */
.modal-container {
  height: 100%;
  opacity: 0;
  transition: opacity 0.6s, visibility 0.6s;
  visibility: hidden;
  width: 100%;
}

.modal-container[aria-hidden=false] {
  opacity: 1;
  visibility: visible;
}

.l-footer {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  color: #333;
}
.l-footer__copyright {
  text-align: center;
  margin: 0px 24px;
  padding: 8px;
  border-top: 1px solid #a67c3f;
  font-size: 8px;
}
@media (min-width: 768px) {
  .l-footer__copyright {
    font-size: 11px;
  }
}
.l-footer__container {
  padding: 3.2rem;
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}
@media (min-width: 768px) {
  .l-footer__container {
    flex-direction: row;
    justify-content: space-between;
  }
}
.l-footer__logo {
  display: block;
  width: 24.6rem;
  align-self: center;
  justify-self: center;
}
@media (min-width: 768px) {
  .l-footer__logo {
    margin-left: 5.4rem;
  }
}
.l-footer__info {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: 20px;
}
.l-footer__info-item {
  color: rgb(3.6, 12.8, 22);
  display: block;
  margin-bottom: 10px;
}
.l-footer__info-item a {
  text-decoration: none;
  color: rgb(3.6, 12.8, 22);
  font-size: 14px;
  border-radius: 5px;
  transition: background-color 0.3s;
}
.l-footer__info-item a:hover {
  background-color: #12406e;
  color: #ffffff;
}
.l-footer__nav {
  grid-area: nav;
}
.l-footer__nav-list {
  display: flex;
  align-items: center;
  list-style: none;
  column-gap: 16px;
  justify-content: end;
}
.l-footer__nav-item {
  color: rgb(3.6, 12.8, 22);
  display: block;
  margin-bottom: 10px;
}
.l-footer__nav-item a {
  text-decoration: none;
  color: rgb(3.6, 12.8, 22);
  font-size: 12px;
}
.l-footer__nav-item a:hover {
  border-bottom: solid 1px #12406e;
}

/*# sourceMappingURL=style.css.map */
