@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho&display=swap");
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #0c0e0f;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #0c0e0f;
  font-style: italic;
  font-weight: 600;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/* -----------------------------------------------------------------------------
共通
----------------------------------------------------------------------------- */
html {
  font-size: 16px;
  scroll-behavior: smooth;
}
@media screen and (max-width: 750px) {
  html {
    font-size: 4vw;
    scroll-padding-top: 21.333vw;
  }
}

body {
  letter-spacing: 0.04em;
  line-height: 2;
  font-family: "Zen Old Mincho", serif;
  -webkit-font-smoothing: antialiased;
  background-color: #fff;
  color: #333;
}

.sans {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.serif {
  font-family: "Zen Old Mincho", serif;
}

a {
  color: #333;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
a:hover {
  color: #666;
}

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

sup {
  font-size: 0.7em;
  vertical-align: super;
}

ul {
  padding-left: 1.5em;
}
ul.kome {
  padding-left: 1em;
}
ul.kome li::marker {
  content: "※";
}

.icon__instagram {
  width: 1em;
  height: 1em;
  vertical-align: middle;
  transform: translateY(-0.1em);
}

/* -----------------------------------------------------------------------------
構造
----------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------
見出し
----------------------------------------------------------------------------- */
.section-title h2 {
  max-width: 420px;
  margin: auto;
  display: flex;
  align-items: center;
}
.section-title h2 > span {
  padding: 0 1.5em;
  font-size: 1.25rem;
  font-weight: normal;
}
@media screen and (max-width: 750px) {
  .section-title h2 > span {
    padding: 0 1em;
    font-size: 1.2rem;
  }
}
.section-title h2::before, .section-title h2::after {
  content: "";
  display: block;
  flex-grow: 1;
  height: 1px;
  background-color: #000;
}
@media screen and (max-width: 750px) {
  .section-title h2::before, .section-title h2::after {
    flex-basis: auto;
  }
}

.subject-brackets {
  font-weight: normal;
}
.subject-brackets > span::before {
  content: "［";
}
.subject-brackets > span::after {
  content: "］";
}

/* -----------------------------------------------------------------------------
ボタン
----------------------------------------------------------------------------- */
.button .button__inner {
  font-size: 0.875rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.button.button--center {
  text-align: center;
}
.button.button--gold .button__inner {
  background-color: #b5873c;
  border: solid 1px #b5873c;
  width: 300px;
  height: 60px;
  color: #fff;
}
.button.button--gold .button__inner:hover {
  color: #b5873c;
  background-color: #fff;
}
.button.button--black .button__inner {
  background-color: #000;
  border: solid 1px #000;
  width: 300px;
  height: 60px;
  color: #fff;
}
.button.button--black .button__inner:hover {
  color: #000;
  background-color: #fff;
}
.button.button--bordered .button__inner {
  border: solid 1px #707070;
  width: 300px;
  height: 60px;
}
.button.button--bordered .button__inner:hover {
  background-color: #707070;
  color: #fff;
}
.button.button--small .button__inner {
  width: 240px;
  height: 40px;
}
.button.button--arrow .button__inner {
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.button.button--arrow .button__inner::after {
  width: 45px;
  height: 9px;
  content: "";
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="63px" height="12px" viewBox="0 0 63 12" ><path fill="none" stroke="%23333" stroke-width="1" d="M50-1l11.5,11.5H-0.5"/></svg>') center center no-repeat;
  background-size: contain;
  display: block;
}
@media screen and (max-width: 750px) {
  .button.button--arrow .button__inner::after {
    width: 8.2vw;
    height: 1.6vw;
  }
}
.button.button--arrow .button__inner:hover::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="63px" height="12px" viewBox="0 0 63 12" ><path fill="none" stroke="%23999" stroke-width="1" d="M50-1l11.5,11.5H-0.51"/></svg>');
}
.button.button--fixed {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 10;
}
@media screen and (max-width: 750px) {
  .button.button--fixed {
    display: none;
  }
}

/* -----------------------------------------------------------------------------
ヘッダ
----------------------------------------------------------------------------- */
header {
  position: fixed;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  top: 0;
  right: 0;
  width: 120px;
  height: calc(100svh - 170px);
  padding: 80px 20px 90px 20px;
  text-align: center;
  z-index: 900;
}
@media screen and (max-width: 750px) {
  header {
    width: 100%;
    height: 17.733vw;
    padding: 3.6vw 0 0 0;
  }
}
header > .inner {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  justify-content: space-between;
  height: calc(100% - 30px);
}
@media screen and (max-width: 750px) {
  header > .inner {
    display: block;
    height: 100%;
  }
}
header .header__logo {
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 23px;
}
@media screen and (max-width: 750px) {
  header a:has(.header__logo) {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
}
header .logo__image {
  width: 120px;
}
@media screen and (max-width: 750px) {
  header .logo__image {
    width: 18.8vw;
  }
}
header .logo__text {
  width: 30px;
}
@media screen and (max-width: 750px) {
  header .logo__text {
    display: none;
  }
}
header .header__nav > ul {
  padding: 0;
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 30px;
}
header .header__nav .menu__item {
  writing-mode: vertical-rl;
}
header .header__nav a {
  text-decoration: none;
}
@media screen and (min-width: 751px) and (max-height: 820px) {
  header .header__nav {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  header .header__nav {
    display: none;
  }
}

body.open-hamburger {
  overflow: hidden;
}
@media screen and (min-width: 751px) {
  body.open-hamburger header {
    padding-right: calc(20px + var(--scrollbar-width));
  }
}

/* -----------------------------------------------------------------------------
ハンバーガーメニュー
----------------------------------------------------------------------------- */
.hamburger {
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 50px;
  right: 60px;
  cursor: pointer;
  z-index: 901;
}
@media screen and (max-width: 750px) {
  .hamburger {
    width: 7.2vw;
    height: 7.2vw;
    top: 6.4vw;
    bottom: auto;
    right: 6.4vw;
  }
}

.hamburger__inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.hamburger__line {
  font-size: 0;
  height: 75%;
  width: 2px;
  background-color: #707070;
  position: absolute;
  top: 0;
  left: 50%;
  transition-property: transform, width, right, top, opacity;
  transition-duration: 0.3s;
}
.hamburger__line.hamburger__line--upper {
  display: block;
  transform: translateX(-10px);
  height: 50%;
}
.hamburger__line.hamburger__line--lower {
  display: block;
  transform: translateX(10px);
  height: 100%;
}

@media screen and (min-width: 751px) {
  body.open-hamburger .hamburger {
    right: calc(60px + var(--scrollbar-width));
  }
}
body.open-hamburger .hamburger__line {
  opacity: 0;
}
body.open-hamburger .hamburger__line.hamburger__line--upper {
  opacity: 1;
  transform: rotate(45deg);
  transform-origin: center;
  height: 75%;
}
body.open-hamburger .hamburger__line.hamburger__line--lower {
  opacity: 1;
  transform: rotate(-45deg);
  transform-origin: center;
  height: 75%;
}

/* -----------------------------------------------------------------------------
ヘッダメニュー
----------------------------------------------------------------------------- */
.header__menu__wrapper {
  width: calc(100vw - 160px);
  height: calc(100 * var(--vh));
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 800;
}
@media screen and (max-width: 750px) {
  .header__menu__wrapper {
    top: 21.333vw;
    right: auto;
    left: 0;
    height: calc(100 * var(--vh) - 21.333vw);
  }
}
@media screen and (min-width: 751px) {
  .header__menu__wrapper {
    transform: translateY(-100%);
  }
}
@media screen and (max-width: 750px) {
  .header__menu__wrapper {
    transform: translateX(100%);
  }
}
.header__menu__wrapper .button__gokigan {
  position: absolute;
  bottom: 70px;
  left: 20px;
}
@media screen and (max-width: 750px) {
  .header__menu__wrapper .button__gokigan {
    display: none;
  }
}

.common__menu__wrapper {
  text-align: start;
  display: flex;
  align-items: center;
  justify-content: center;
  transition-duration: 0.3s;
  transition-property: transform;
  transition-delay: 0.1s;
}
@media screen and (max-width: 750px) {
  .common__menu__wrapper {
    display: block;
    width: 100%;
    overflow: auto;
  }
}
.common__menu__wrapper a {
  text-decoration: none;
}
.common__menu__wrapper > .inner {
  position: relative;
  padding: 20px 20px;
  max-width: 900px;
  max-height: 660px;
  height: calc(100% - 40px);
  margin: auto;
  display: flex;
  flex-grow: 1;
  flex-direction: row-reverse;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .common__menu__wrapper > .inner {
    display: block;
    max-width: 75%;
    max-height: initial;
    padding: 8vw 0;
    height: 135vw;
  }
}

.common__menu {
  display: flex;
  flex-direction: row-reverse;
  -moz-column-gap: 30px;
       column-gap: 30px;
}

.common__menu__main,
.common__menu__sub,
.common__menu__address {
  writing-mode: vertical-rl;
}

.common__menu__main .menu {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  padding: 0;
}
@media screen and (max-width: 750px) {
  .common__menu__main .menu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(5, 1fr);
    grid-column-gap: 10vw;
    grid-row-gap: 0;
    width: 43vw;
    height: -moz-fit-content;
    height: fit-content;
    font-size: 1.066rem;
  }
}
.common__menu__main .menu .menu__item:nth-child(1) {
  grid-area: 1/1/6/2;
}
.common__menu__main .menu .menu__item:nth-child(2) {
  grid-area: 1/2/2/3;
}
.common__menu__main .menu .menu__item:nth-child(3) {
  grid-area: 2/2/3/3;
}
.common__menu__main .menu .menu__item:nth-child(4) {
  grid-area: 3/2/3/3;
}
.common__menu__main .menu .menu__item:nth-child(5) {
  grid-area: 4/2/4/3;
}
.common__menu__main .submenu {
  display: flex;
  flex-direction: column;
  padding: 25px;
  font-size: 0.75rem;
}

@media screen and (max-width: 750px) {
  .common__menu__sub {
    position: absolute;
    top: 51vw;
    left: 0;
  }
}
.common__menu__sub .menu {
  font-size: 0.75rem;
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  padding: 0;
}
@media screen and (max-width: 750px) {
  .common__menu__sub .menu {
    font-size: 0.8rem;
    line-height: 1;
    row-gap: 0.75rem;
  }
}

.common__menu__address {
  font-size: 0.75rem;
}
@media screen and (max-width: 750px) {
  .common__menu__address {
    display: flex;
    flex-direction: column-reverse;
    position: absolute;
    top: 90vw;
    right: 0;
    white-space: nowrap;
  }
}
.common__menu__address .common__menu__address__logo {
  width: 20px;
  margin-left: 20px;
}
@media screen and (max-width: 750px) {
  .common__menu__address .common__menu__address__logo {
    width: 6.24vw;
    margin-left: 0;
    margin-right: 10vw;
  }
}

@media screen and (min-width: 751px) {
  .common__menu__etc,
  .common__menu__sns {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .common__menu__etc > div + div,
  .common__menu__sns > div + div {
    position: relative;
  }
  .common__menu__etc > div + div::before,
  .common__menu__sns > div + div::before {
    position: absolute;
    content: "|";
    top: 0;
    left: -10px;
  }
}

.common__menu__etc {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-size: 0.75rem;
  display: flex;
}
@media screen and (max-width: 750px) {
  .common__menu__etc {
    writing-mode: vertical-rl;
    flex-direction: column-reverse;
    left: 0;
    top: 90vw;
    bottom: auto;
  }
}

.common__menu__sns {
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: 0.75rem;
  display: flex;
}
@media screen and (max-width: 750px) {
  .common__menu__sns {
    writing-mode: vertical-rl;
    flex-direction: column-reverse;
    right: auto;
    bottom: auto;
    top: 8vw;
    left: 0;
  }
}

.common__menu__access {
  background: url(../images/common/icon_pin.svg) left center no-repeat;
  background-size: 24px 24px;
  padding-left: 22px;
}
@media screen and (max-width: 750px) {
  .common__menu__access {
    background-position: center top;
    background-size: 6vw 6.6vw;
    padding-top: 8vw;
    padding-left: 0;
  }
}

.common__menu__instagram {
  background: url(../images/common/icon_instagram.svg) left center no-repeat;
  background-size: 16px 16px;
  padding-left: 22px;
}
@media screen and (max-width: 750px) {
  .common__menu__instagram {
    background-position: center top;
    background-size: 4.5vw 4.5vw;
    padding-top: 8vw;
    padding-left: 0;
  }
}

@media screen and (min-width: 751px) {
  body.open-hamburger .header__menu__wrapper {
    transform: translateY(0);
  }
}
@media screen and (max-width: 750px) {
  body.open-hamburger .header__menu__wrapper {
    transform: translateX(0);
  }
}

/* -----------------------------------------------------------------------------
フッタ
----------------------------------------------------------------------------- */
footer {
  width: calc(100vw - 160px - var(--scrollbar-width));
  background-color: #ddd;
}
footer > .inner {
  max-width: 900px;
  padding: 40px 0 10px 0;
  margin: auto;
}
footer .common__menu__wrapper {
  position: relative;
}
@media screen and (min-width: 751px) {
  footer .common__menu__wrapper {
    height: 300px;
  }
}
@media screen and (max-width: 750px) {
  footer {
    width: 100%;
  }
}

/* -----------------------------------------------------------------------------
main
----------------------------------------------------------------------------- */
@media screen and (min-width: 751px) {
  main {
    padding-right: 160px;
  }
}
@media screen and (max-width: 750px) {
  main {
    padding-top: 21.333vw;
  }
}

body.open-hamburger {
  overflow: hidden;
}
@media screen and (min-width: 751px) {
  body.open-hamburger main {
    padding-right: calc(160px + var(--scrollbar-width));
  }
}

/* -----------------------------------------------------------------------------
レスポンシブ
----------------------------------------------------------------------------- */
@media screen and (min-width: 751px) {
  .disp_sp,
  .disp-sp {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .disp_pc,
  .disp-pc {
    display: none;
  }
}
/* -----------------------------------------------------------------------------
アニメ
----------------------------------------------------------------------------- */
.js-scrollanim {
  opacity: 0;
  transition-property: opacity transform;
  transition-duration: 1s;
}

.js-scrollanim.js-scrollanim--fired {
  opacity: 1;
  transform: translateY(0px);
}

/* -----------------------------------------------------------------------------
レイアウト
----------------------------------------------------------------------------- */
body > .wrapper > header {
  flex-basis: 160px;
}
body > .wrapper > article {
  flex-grow: 1;
}

/* -----------------------------------------------------------------------------
メインビジュアル
----------------------------------------------------------------------------- */
.mainvisual {
  width: 100%;
}

/* -----------------------------------------------------------------------------
ページタイトル
----------------------------------------------------------------------------- */
.page__mainvisual {
  height: 450px;
  width: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 750px) {
  .page__mainvisual {
    height: 100vw;
  }
}
.page__mainvisual:has(.page__title--vertical) {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page__mainvisual:has(.page__title--vertical)::before {
  content: "";
  display: block;
  inset: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
}

.page__title--vertical {
  writing-mode: vertical-rl;
  font-size: 1.125rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .page__title--vertical {
    font-size: 0.875rem;
  }
}
.page__title--vertical.page__title--with-line {
  position: relative;
  height: 180px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .page__title--vertical.page__title--with-line {
    height: 38.4vw;
  }
}
.page__title--vertical.page__title--with-line::before {
  display: block;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #ddd;
  position: absolute;
  left: -1em;
  top: 0;
}
@media screen and (max-width: 750px) {
  .page__title--vertical.page__title--with-line::before {
    height: 38.4vw;
  }
}

/* -----------------------------------------------------------------------------
セクション
----------------------------------------------------------------------------- */
.section__header:has(.section__title--vertical) {
  display: flex;
  justify-content: center;
}
.section__title--vertical {
  writing-mode: vertical-rl;
  font-size: 1.125rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 750px) {
  .section__title--vertical {
    font-size: 0.875rem;
  }
}
.section__title--vertical.section__title--with-line {
  position: relative;
  height: 180px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .section__title--vertical.section__title--with-line {
    height: 38.4vw;
  }
}
.section__title--vertical.section__title--with-line::before {
  display: block;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #ddd;
  position: absolute;
  left: -1em;
  top: 0;
}
@media screen and (max-width: 750px) {
  .section__title--vertical.section__title--with-line::before {
    height: 38.4vw;
  }
}

.section__title {
  font-size: 1.125rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .section__title {
    font-size: 0.933rem;
  }
}

/* -----------------------------------------------------------------------------
縦書きメニュー
----------------------------------------------------------------------------- */
nav.menu__vertical__text .menu {
  display: flex;
  flex-direction: row-reverse;
  -moz-column-gap: 25px;
       column-gap: 25px;
  padding: 0;
  height: 180px;
}
@media screen and (max-width: 750px) {
  nav.menu__vertical__text .menu {
    height: 58vw;
    width: 100%;
    -moz-column-gap: 0vw;
         column-gap: 0vw;
  }
}
nav.menu__vertical__text .menu .menu__item {
  writing-mode: vertical-rl;
}
nav.menu__vertical__text .menu a {
  text-decoration: none;
  display: block;
  width: 100%;
  padding: 1.5em 0.1em 0 0.1em;
  border-left: solid 1px #ddd;
}
@media screen and (max-width: 750px) {
  nav.menu__vertical__text .menu a {
    padding: 1.5em 0.9em;
    width: auto;
  }
}

/* -----------------------------------------------------------------------------
共通神社についてメニュー
----------------------------------------------------------------------------- */
.common__about__menu__wrapper > .inner {
  border-top: solid 1px #ddd;
  max-width: 900px;
  padding: 90px 20px !important;
  margin: auto;
  display: flex;
  flex-direction: row-reverse;
  -moz-column-gap: 120px;
       column-gap: 120px;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .common__about__menu__wrapper > .inner {
    flex-direction: column;
    row-gap: 2em;
  }
}
@media screen and (max-width: 750px) {
  .common__about__menu__wrapper > .inner {
    font-size: 0.933rem;
    padding: 14vw 13.5vw !important;
  }
}
.common__about__menu__wrapper > .inner .section__header {
  padding: 0;
}
@media screen and (min-width: 751px) {
  .common__about__menu__wrapper > .inner .menu__vertical__text {
    margin-top: 0;
  }
}

/* *****************************************************************************
********************************************************************************
トップページ
********************************************************************************
***************************************************************************** */
body.index .mainvisual,
body.homepage .mainvisual {
  position: relative;
}
body.index .mainvisual .swiper-pagination-bullet,
body.homepage .mainvisual .swiper-pagination-bullet {
  border-radius: 0;
  background-color: #fff;
  opacity: 1;
  height: 3px;
  width: 40px;
}
@media screen and (max-width: 750px) {
  body.index .mainvisual .swiper-pagination-bullet,
  body.homepage .mainvisual .swiper-pagination-bullet {
    height: 1vw;
    width: 8vw;
  }
}
body.index .mainvisual .swiper-pagination-bullet.swiper-pagination-bullet-active,
body.homepage .mainvisual .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #b5873c;
}
body.index .mainvisual .calendar,
body.homepage .mainvisual .calendar {
  position: absolute;
  left: 0;
  bottom: 0;
  writing-mode: vertical-rl;
  z-index: 1;
  background-color: #fff;
  padding: 2em 0.875em;
  font-size: 0.75rem;
  letter-spacing: 0.2em;
}

/* -----------------------------------------------------------------------------
イントロ
----------------------------------------------------------------------------- */
.index__introduction > .inner {
  padding: 90px 20px 130px 20px;
  max-width: 900px;
  margin: auto;
}
@media screen and (max-width: 750px) {
  .index__introduction > .inner {
    padding: 16vw 0 13vw 0;
    width: 73.333%;
  }
}

/* -----------------------------------------------------------------------------
メニュー
----------------------------------------------------------------------------- */
.index__content-menu > .inner {
  display: flex;
  flex-wrap: wrap;
}
.index__content-menu .menu__item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  flex-basis: 50%;
}
@media screen and (min-width: 751px) {
  .index__content-menu .menu__item {
    flex-basis: 50%;
    height: 450px;
  }
}
@media screen and (max-width: 750px) {
  .index__content-menu .menu__item {
    flex-basis: 100%;
    height: 60vw;
  }
}
.index__content-menu .menu__item > a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  letter-spacing: 0.2em;
  color: #fff;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.3);
  transition-property: background-color, -webkit-backdrop-filter;
  transition-property: backdrop-filter, background-color;
  transition-property: backdrop-filter, background-color, -webkit-backdrop-filter;
  transition-duration: 0.3s;
}
@media screen and (max-width: 750px) {
  .index__content-menu .menu__item > a {
    font-size: 0.933rem;
  }
}
@media screen and (min-width: 751px) {
  .index__content-menu .menu__item > a:hover {
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
    background-color: rgba(0, 0, 0, 0.1);
  }
}
.index__content-menu .menu__item > a > span {
  writing-mode: vertical-rl;
  display: inline-block;
  position: relative;
}
.index__content-menu .menu__item > a > span::before {
  display: block;
  content: "";
  width: 1px;
  height: 180px;
  background-color: #fff;
  position: absolute;
  left: -1em;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 750px) {
  .index__content-menu .menu__item > a > span::before {
    height: 38.4vw;
  }
}
.index__content-menu .menu__gokigan {
  flex-basis: 100%;
  background-image: url(../images/index/menu1.jpg);
}
.index__content-menu .menu__keidai {
  background-image: url(../images/index/menu2.jpg);
}
.index__content-menu .menu__gyoji {
  background-image: url(../images/index/menu3.jpg);
}
.index__content-menu .menu__sankotsu {
  background-image: url(../images/index/menu4.jpg);
}
.index__content-menu .menu__torikumi {
  background-image: url(../images/index/menu5.jpg);
}

/* -----------------------------------------------------------------------------
日峯神社のこと
----------------------------------------------------------------------------- */
.index__about > .inner {
  max-width: 900px;
  padding: 110px 20px 150px 20px;
  margin: auto;
}
@media screen and (max-width: 750px) {
  .index__about > .inner {
    font-size: 0.933rem;
    padding: 14vw 13.5vw;
  }
}
.index__about .section__body {
  margin-top: 75px;
}
@media screen and (max-width: 750px) {
  .index__about .section__body {
    margin-top: 10vw;
  }
}
.index__about .menu__vertical__text {
  width: -moz-fit-content;
  width: fit-content;
  margin: 80px auto 0 auto;
}
@media screen and (max-width: 750px) {
  .index__about .menu__vertical__text {
    width: auto;
    margin-top: 10vw;
  }
}

/* -----------------------------------------------------------------------------
お知らせ
----------------------------------------------------------------------------- */
.index__news > .inner {
  max-width: 900px;
  padding: 90px 20px;
  margin: auto;
  border-top: solid 1px #ddd;
}
@media screen and (max-width: 750px) {
  .index__news > .inner {
    padding: 14vw 13.5vw;
  }
}
.index__news .section__body {
  margin-top: 60px;
}
@media screen and (max-width: 750px) {
  .index__news .section__body {
    margin-top: 10vw;
  }
}
.index__news .news__items {
  width: -moz-fit-content;
  width: fit-content;
  list-style-type: none;
  padding: 0;
  margin: auto;
  border-bottom: solid 1px #ddd;
}
.index__news .news__items .item {
  padding: 30px;
  border-top: solid 1px #ddd;
}
@media screen and (max-width: 750px) {
  .index__news .news__items .item {
    padding: 5vw 4vw 3vw 4vw;
  }
}
.index__news .news__items .item a {
  text-decoration: none;
  position: relative;
  display: block;
  padding-right: 80px;
}
@media screen and (max-width: 750px) {
  .index__news .news__items .item a {
    padding-right: 10vw;
  }
}
.index__news .news__items .item a::after {
  width: 45px;
  height: 9px;
  content: "";
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="63px" height="12px" viewBox="0 0 63 12" ><path fill="none" stroke="%23333" stroke-width="1" d="M50-1l11.5,11.5H-0.5"/></svg>') center center no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  right: 0;
  top: calc(50% - 4px);
}
@media screen and (max-width: 750px) {
  .index__news .news__items .item a::after {
    width: 8.2vw;
    height: 1.6vw;
    top: calc(50% - 0.8vw);
  }
}
.index__news .news__items .item dl {
  display: flex;
  -moz-column-gap: 1em;
       column-gap: 1em;
}
@media screen and (max-width: 750px) {
  .index__news .news__items .item dl {
    flex-direction: column;
  }
}
.index__news .news__items .item dl dt::before {
  content: "［";
}
.index__news .news__items .item dl dt::after {
  content: "］";
}
.index__news .news__items + .button {
  margin-top: 60px;
}
@media screen and (max-width: 750px) {
  .index__news .news__items + .button {
    margin-top: 6.5vw;
  }
}

/* -----------------------------------------------------------------------------
アクセス
----------------------------------------------------------------------------- */
.index__access > .inner {
  max-width: 900px;
  padding: 90px 20px;
  margin: auto;
  border-top: solid 1px #ddd;
}
@media screen and (max-width: 750px) {
  .index__access > .inner {
    padding: 14vw 13.5vw;
  }
}

.access__gmap {
  width: 100%;
  height: 333px;
}
@media screen and (max-width: 750px) {
  .access__gmap {
    height: 100vw;
  }
}

.access__info {
  margin-top: 60px;
  display: flex;
  -moz-column-gap: 2em;
       column-gap: 2em;
}
@media screen and (max-width: 750px) {
  .access__info {
    margin-top: 10vw;
    flex-direction: column;
    row-gap: 1em;
  }
}
.access__info > div {
  flex-basis: 50%;
}
.access__info > div > div + div {
  margin-top: 1em;
}
.access__info .note {
  font-size: 0.875rem;
}

/* -----------------------------------------------------------------------------
インスタグラム
----------------------------------------------------------------------------- */
.index__instagram > .inner {
  max-width: 900px;
  padding: 90px 20px 120px 20px;
  margin: auto;
  border-top: solid 1px #ddd;
}
@media screen and (max-width: 750px) {
  .index__instagram > .inner {
    padding: 14vw 13.5vw 16vw 13.5vw;
  }
}
.index__instagram .section__header .icon__instagram {
  margin-right: 0.5em;
}
.index__instagram .section__body {
  margin-top: 60px;
}
@media screen and (max-width: 750px) {
  .index__instagram .section__body {
    margin-top: 10vw;
  }
}
.index__instagram .instagram__items {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  list-style-type: none;
  margin-top: 60px;
  padding: 0;
}
@media screen and (max-width: 750px) {
  .index__instagram .instagram__items {
    margin-top: 10vw;
    gap: 3vw;
  }
}
.index__instagram .instagram__items > li {
  flex-basis: calc((100% - 90px) / 6);
  aspect-ratio: 1;
  background-color: #ddd;
}
@media screen and (max-width: 750px) {
  .index__instagram .instagram__items > li {
    flex-basis: calc((100% - 6vw) / 3);
  }
}

/* *****************************************************************************
********************************************************************************
日峯神社のこと
********************************************************************************
***************************************************************************** */
body.about section > .inner {
  max-width: 900px;
  padding: 0 20px 60px 20px;
  margin: auto;
}
@media screen and (max-width: 750px) {
  body.about section > .inner {
    font-size: 0.933rem;
    padding: 0 13.5vw 10vw 13.5vw;
  }
}
body.about section .section__header {
  padding: 60px 0;
}
@media screen and (max-width: 750px) {
  body.about section .section__header {
    padding: 10vw 0;
  }
}

/* -----------------------------------------------------------------------------
御由緒
----------------------------------------------------------------------------- */
.about__goyuisho .picture--full {
  margin-top: 60px;
}
@media screen and (max-width: 750px) {
  .about__goyuisho .picture--full {
    margin-top: 10vw;
    margin-left: -18%;
    width: 136%;
  }
}

/* -----------------------------------------------------------------------------
御祭神
----------------------------------------------------------------------------- */
.about__gosaijin .items {
  list-style-type: none;
}
.about__gosaijin .items li + li {
  margin-top: 50px;
}
@media screen and (max-width: 750px) {
  .about__gosaijin .items li + li {
    margin-top: 8vw;
  }
}
.about__gosaijin .items dl {
  display: flex;
}
@media screen and (max-width: 750px) {
  .about__gosaijin .items dl {
    flex-direction: column;
  }
}
.about__gosaijin .items dl dt {
  flex-basis: 25%;
  min-width: 140px;
  flex-shrink: 0;
  font-size: 1.125rem;
}
@media screen and (max-width: 750px) {
  .about__gosaijin .items dl dt {
    font-size: 1rem;
  }
}
@media screen and (max-width: 750px) {
  .about__gosaijin .items dl dd {
    font-size: 0.875rem;
  }
}

/* -----------------------------------------------------------------------------
社紋
----------------------------------------------------------------------------- */
.about__shamon .figure {
  width: 43%;
  margin: auto;
}
@media screen and (max-width: 750px) {
  .about__shamon .figure {
    width: 80%;
  }
}
.about__shamon .lead {
  margin-top: 50px;
}
@media screen and (max-width: 750px) {
  .about__shamon .lead {
    margin-top: 10vw;
  }
}

/* *****************************************************************************
********************************************************************************
日峯神社のこと
********************************************************************************
***************************************************************************** */
body.yama section > .inner {
  max-width: 900px;
  padding: 0 20px 60px 20px;
  margin: auto;
}
@media screen and (max-width: 750px) {
  body.yama section > .inner {
    font-size: 0.933rem;
    padding: 0 13.5vw 10vw 13.5vw;
  }
}
body.yama section .section__header {
  padding: 60px 0;
  line-height: 1.3;
}
@media screen and (max-width: 750px) {
  body.yama section .section__header {
    padding: 10vw 0;
  }
}

/* -----------------------------------------------------------------------------
霊山日峯山
----------------------------------------------------------------------------- */
.yama__hinomineyama .pictures {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 80px;
}
@media screen and (max-width: 750px) {
  .yama__hinomineyama .pictures {
    gap: 3vw;
    margin-top: 10vw;
  }
}
.yama__hinomineyama .pictures > div {
  flex-basis: calc((100% - 30px) / 2);
}
@media screen and (max-width: 750px) {
  .yama__hinomineyama .pictures > div {
    flex-basis: 100%;
  }
}
.yama__hinomineyama .pictures > div:first-child {
  flex-basis: 100%;
}

/* -----------------------------------------------------------------------------
上臈岩
----------------------------------------------------------------------------- */
.yama__jourouiwa .pictures {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 80px;
}
@media screen and (max-width: 750px) {
  .yama__jourouiwa .pictures {
    gap: 3vw;
    margin-top: 10vw;
  }
}

/* -----------------------------------------------------------------------------
社紋
----------------------------------------------------------------------------- */
.about__shamon .figure {
  width: 43%;
  margin: auto;
}
@media screen and (max-width: 750px) {
  .about__shamon .figure {
    width: 80%;
  }
}
.about__shamon .lead {
  margin-top: 50px;
}
@media screen and (max-width: 750px) {
  .about__shamon .lead {
    margin-top: 10vw;
  }
}

/* -----------------------------------------------------------------------------
共通神社についてメニュー
----------------------------------------------------------------------------- */
.common__about__menu__wrapper > .inner {
  border-top: solid 1px #ddd;
  max-width: 900px;
  padding: 90px 20px !important;
  margin: auto;
  display: flex;
  flex-direction: row-reverse;
  -moz-column-gap: 90px;
       column-gap: 90px;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .common__about__menu__wrapper > .inner {
    flex-direction: column;
  }
}
@media screen and (max-width: 750px) {
  .common__about__menu__wrapper > .inner {
    font-size: 0.933rem;
    padding: 14vw 13.5vw !important;
  }
}
.common__about__menu__wrapper > .inner .section__header {
  padding: 0;
}
@media screen and (min-width: 751px) {
  .common__about__menu__wrapper > .inner .common__about__menu {
    margin-top: 0;
  }
}

/* *****************************************************************************
********************************************************************************
宮司より
********************************************************************************
***************************************************************************** */
body.guji section > .inner {
  max-width: 900px;
  padding: 0 20px 60px 20px;
  margin: auto;
}
@media screen and (max-width: 750px) {
  body.guji section > .inner {
    font-size: 0.933rem;
    padding: 0 13.5vw 10vw 13.5vw;
  }
}
body.guji section .section__header {
  padding: 60px 0;
  line-height: 1.3;
}
@media screen and (max-width: 750px) {
  body.guji section .section__header {
    padding: 10vw 0;
  }
}

/* -----------------------------------------------------------------------------
宮司より
----------------------------------------------------------------------------- */
.guji__aisatsu h3 {
  font-size: 1rem;
  font-weight: normal;
}
@media screen and (max-width: 750px) {
  .guji__aisatsu h3 {
    font-size: 0.933rem;
  }
}
.guji__aisatsu h4 {
  font-size: 1.125rem;
  font-weight: normal;
  margin-top: 50px;
}
@media screen and (max-width: 750px) {
  .guji__aisatsu h4 {
    margin-top: 8vw;
    font-size: 1rem;
  }
}
.guji__aisatsu .lead {
  margin-top: 24px;
}
@media screen and (max-width: 750px) {
  .guji__aisatsu .lead {
    margin-top: 1em;
  }
}
.guji__aisatsu .auth {
  margin-top: 80px;
}
@media screen and (max-width: 750px) {
  .guji__aisatsu .auth {
    margin-top: 10vw;
  }
}

/* -----------------------------------------------------------------------------
上臈岩
----------------------------------------------------------------------------- */
.yama__jourouiwa .pictures {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 80px;
}
@media screen and (max-width: 750px) {
  .yama__jourouiwa .pictures {
    gap: 3vw;
    margin-top: 10vw;
  }
}

/* -----------------------------------------------------------------------------
社紋
----------------------------------------------------------------------------- */
.about__shamon .figure {
  width: 43%;
  margin: auto;
}
@media screen and (max-width: 750px) {
  .about__shamon .figure {
    width: 80%;
  }
}
.about__shamon .lead {
  margin-top: 50px;
}
@media screen and (max-width: 750px) {
  .about__shamon .lead {
    margin-top: 10vw;
  }
}

/* -----------------------------------------------------------------------------
共通神社についてメニュー
----------------------------------------------------------------------------- */
.common__about__menu__wrapper > .inner {
  border-top: solid 1px #ddd;
  max-width: 900px;
  padding: 90px 20px !important;
  margin: auto;
  display: flex;
  flex-direction: row-reverse;
  -moz-column-gap: 90px;
       column-gap: 90px;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .common__about__menu__wrapper > .inner {
    flex-direction: column;
  }
}
@media screen and (max-width: 750px) {
  .common__about__menu__wrapper > .inner {
    font-size: 0.933rem;
    padding: 14vw 13.5vw !important;
  }
}
.common__about__menu__wrapper > .inner .section__header {
  padding: 0;
}
@media screen and (min-width: 751px) {
  .common__about__menu__wrapper > .inner .common__about__menu {
    margin-top: 0;
  }
}

/* *****************************************************************************
********************************************************************************
境内
********************************************************************************
***************************************************************************** */
body.keidai .page__mainvisual {
  background-image: url(../images/keidai/mainvisual.jpg);
}
body.keidai section > .inner {
  max-width: 900px;
  padding-left: 20px;
  padding-right: 20px;
  margin: auto;
}
@media screen and (max-width: 750px) {
  body.keidai section > .inner {
    font-size: 0.933rem;
    padding: 0 13.5vw 10vw 13.5vw;
  }
}
body.keidai section .section__header {
  padding: 60px 0;
  line-height: 1.3;
}
@media screen and (max-width: 750px) {
  body.keidai section .section__header {
    padding: 10vw 0;
  }
}

/* -----------------------------------------------------------------------------
境内イントロ
----------------------------------------------------------------------------- */
.keidai__introduction {
  margin-top: 90px;
}
.keidai__introduction > .inner {
  padding-bottom: 80px;
}
@media screen and (max-width: 750px) {
  .keidai__introduction > .inner {
    padding-bottom: 10vw;
  }
}
@media screen and (max-width: 750px) {
  .keidai__introduction {
    margin-top: 10vw;
  }
}

/* -----------------------------------------------------------------------------
境内マップ
----------------------------------------------------------------------------- */
.keidai__map {
  margin-bottom: 60px;
}
@media screen and (max-width: 750px) {
  .keidai__map {
    margin-bottom: 10vw;
  }
}
.keidai__map > .inner {
  border-top: solid 1px #ddd;
}
.keidai__map .figure {
  width: 137%;
  margin-left: -18.5%;
}
.keidai__map .section__body {
  position: relative;
  margin-top: 60px;
}
@media screen and (max-width: 750px) {
  .keidai__map .section__body {
    margin-top: 10vw;
    padding: 40vw 0;
  }
}
.keidai__map .section__body .map__menu1 {
  position: absolute;
  top: 0;
  right: 0;
}
.keidai__map .section__body .map__menu2 {
  position: absolute;
  bottom: 0;
  left: 0;
}
.keidai__map .section__body .menu__vertical__text {
  font-size: 0.875rem;
}
.keidai__map .section__body .menu__vertical__text .menu {
  height: 140px;
}
@media screen and (max-width: 750px) {
  .keidai__map .section__body .menu__vertical__text .menu {
    height: 40vw;
  }
}

/* -----------------------------------------------------------------------------
境内詳細
----------------------------------------------------------------------------- */
.keidai__details > .inner {
  padding-bottom: 90px;
}
@media screen and (max-width: 750px) {
  .keidai__details > .inner {
    padding-bottom: 16vw;
  }
}
.keidai__details .detail__items .item {
  display: flex;
  align-items: center;
  -moz-column-gap: 4%;
       column-gap: 4%;
}
@media screen and (max-width: 750px) {
  .keidai__details .detail__items .item {
    flex-direction: column;
    row-gap: 0.5em;
  }
}
.keidai__details .detail__items .item + .item {
  margin-top: 60px;
}
@media screen and (max-width: 750px) {
  .keidai__details .detail__items .item + .item {
    margin-top: 14vw;
  }
}
.keidai__details .detail__items .item__picture {
  flex-basis: 44%;
  flex-shrink: 0;
}
.keidai__details .detail__items .item__detail {
  flex-grow: 1;
}
.keidai__details .detail__items .item__subject {
  font-weight: normal;
}
.keidai__details .detail__items .item__subject + .item__description {
  margin-top: 0.5em;
}
@media screen and (max-width: 750px) {
  .keidai__details .detail__items .item__description {
    font-size: 0.875rem;
  }
}
.keidai__details .detail__items .item__description dl {
  letter-spacing: 0;
}
.keidai__details .detail__items .item__description dl div {
  display: flex;
}
@media screen and (max-width: 750px) {
  .keidai__details .detail__items .item__description dl div {
    flex-direction: column;
  }
}
.keidai__details .detail__items .item__description dl dt {
  white-space: nowrap;
}
.keidai__details .detail__items .item__description dl dt::after {
  content: "：";
}
.keidai__details .detail__items .item__chouzusha2 .item__description dl {
  display: flex;
  -moz-column-gap: 1em;
       column-gap: 1em;
}
.keidai__details .detail__items .item__chouzusha2 .item__description dl dt {
  white-space: nowrap;
}
.keidai__details .detail__items .item__chouzusha2 .item__description dl dt::after {
  content: unset;
}

/* -----------------------------------------------------------------------------
霊山日峯山
----------------------------------------------------------------------------- */
.keidai__hinomineyama > .inner {
  border-top: solid 1px #ddd;
}

/* *****************************************************************************
********************************************************************************
御祈願
********************************************************************************
***************************************************************************** */
body.gokigan .page__mainvisual {
  background-image: url(../images/gokigan/mainvisual.jpg);
}
body.gokigan section > .inner {
  max-width: 900px;
  padding-left: 20px;
  padding-right: 20px;
  margin: auto;
}
@media screen and (max-width: 750px) {
  body.gokigan section > .inner {
    font-size: 0.933rem;
    padding: 10vw 13.5vw 10vw 13.5vw;
  }
}
body.gokigan section .section__header {
  padding: 60px 0;
  line-height: 1.3;
}
@media screen and (max-width: 750px) {
  body.gokigan section .section__header {
    padding: 10vw 0;
  }
}

/* -----------------------------------------------------------------------------
御祈願イントロ
----------------------------------------------------------------------------- */
.gokigan__introduction > .inner {
  padding-top: 90px;
  padding-bottom: 90px;
}

/* -----------------------------------------------------------------------------
初穂料について
----------------------------------------------------------------------------- */
body.gokigan .gokigan__hatsuhoryo > .inner {
  border: solid 1px #ddd;
  max-width: 720px;
  padding: 90px;
}
@media screen and (max-width: 750px) {
  body.gokigan .gokigan__hatsuhoryo > .inner {
    margin: 0 13.5vw;
    padding: 2em 2em;
  }
}

.gokigan__hatsuhoryo h2 {
  font-size: 1.125rem;
  font-weight: normal;
}
.gokigan__hatsuhoryo h3 {
  font-weight: normal;
}
.gokigan__hatsuhoryo h3::before {
  content: "■";
}
.gokigan__hatsuhoryo .hatsuhoryo__item {
  margin-top: 50px;
}
@media screen and (max-width: 750px) {
  .gokigan__hatsuhoryo .hatsuhoryo__item {
    margin-top: 8vw;
  }
}
.gokigan__hatsuhoryo .hatsuhoryo__item dl {
  margin-top: 20px;
  display: flex;
}
@media screen and (max-width: 750px) {
  .gokigan__hatsuhoryo .hatsuhoryo__item dl {
    margin-top: 4vw;
    flex-direction: column;
  }
}
.gokigan__hatsuhoryo .hatsuhoryo__item dl dt {
  flex-basis: 25%;
}
@media screen and (max-width: 750px) {
  .gokigan__hatsuhoryo .hatsuhoryo__item dl dt::after {
    content: "：";
  }
}
@media screen and (min-width: 751px) {
  .gokigan__hatsuhoryo .hatsuhoryo__item dl dd::before {
    content: "：";
  }
}
.gokigan__hatsuhoryo .hatsuhoryo__item dl + dl {
  margin-top: 0px;
}
.gokigan__hatsuhoryo .hatsuhoryo__item .note {
  margin-top: 20px;
}
@media screen and (max-width: 750px) {
  .gokigan__hatsuhoryo .hatsuhoryo__item .note {
    margin-top: 4vw;
  }
}

/* -----------------------------------------------------------------------------
人生儀礼
----------------------------------------------------------------------------- */
.girei__details > .inner {
  padding-top: 90px;
  padding-bottom: 50px;
}

.menu__girei {
  width: 653px;
  height: 607px;
  background: url(../images/gokigan/figure.png) no-repeat;
  background-size: contain;
  font-size: 1.125rem;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 750px) {
  .menu__girei {
    width: 130%;
    height: 90vw;
    margin-left: -15%;
    font-size: 0.875rem;
  }
}
.menu__girei ul {
  width: 100%;
  height: 100%;
  padding: 0;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .menu__girei ul {
    line-height: 1.3;
  }
}
.menu__girei li {
  position: absolute;
}
.menu__girei li::before {
  width: 11px;
  height: 11px;
  border-radius: 999px;
  content: "";
  display: block;
  background-color: #b5873c;
  position: absolute;
  opacity: 0;
}
@media screen and (max-width: 750px) {
  .menu__girei li::before {
    display: none;
  }
}
.menu__girei li:has(a:hover)::before {
  opacity: 1;
}
.menu__girei li:nth-child(1) {
  top: 0%;
  left: 42%;
}
.menu__girei li:nth-child(1)::before {
  top: 35px;
  left: 30px;
}
.menu__girei li:nth-child(2) {
  top: 7%;
  left: 68%;
}
.menu__girei li:nth-child(2)::before {
  top: 32px;
  left: -13px;
}
.menu__girei li:nth-child(3) {
  top: 27%;
  left: 83%;
}
.menu__girei li:nth-child(3)::before {
  top: 13px;
  left: -25px;
}
.menu__girei li:nth-child(4) {
  top: 50%;
  right: 0%;
}
@media screen and (max-width: 750px) {
  .menu__girei li:nth-child(4) {
    top: 52%;
    right: -2%;
  }
}
.menu__girei li:nth-child(4)::before {
  top: 5px;
  left: -30px;
}
.menu__girei li:nth-child(5) {
  top: 71%;
  left: 76%;
}
.menu__girei li:nth-child(5)::before {
  top: -5px;
  left: -30px;
}
.menu__girei li:nth-child(6) {
  top: 85%;
  left: 48%;
}
.menu__girei li:nth-child(6)::before {
  top: -28px;
  left: 36px;
}
.menu__girei li:nth-child(7) {
  top: 82%;
  left: 30%;
}
.menu__girei li:nth-child(7)::before {
  top: -22px;
  left: 21px;
}
.menu__girei li:nth-child(8) {
  top: 67%;
  left: 8%;
}
.menu__girei li:nth-child(8)::before {
  top: -15px;
  left: 62px;
}
.menu__girei li:nth-child(9) {
  top: 43%;
  left: 0%;
}
@media screen and (max-width: 750px) {
  .menu__girei li:nth-child(9) {
    top: 41%;
    left: -2%;
  }
}
.menu__girei li:nth-child(9)::before {
  top: 3px;
  left: 75px;
}
.menu__girei .note {
  position: absolute;
  bottom: 0;
  width: 100%;
  font-size: 0.75rem;
  text-align: center;
}

.girei__details > .inner {
  padding-bottom: 60px;
}
.girei__details .details__lead {
  margin-top: 80px;
}
@media screen and (max-width: 750px) {
  .girei__details .details__lead {
    margin-top: 10vw;
  }
}
.girei__details .detail__items {
  margin-top: 80px;
}
@media screen and (max-width: 750px) {
  .girei__details .detail__items {
    margin-top: 10vw;
  }
}
.girei__details .detail__item + .detail__item {
  margin-top: 60px;
}
@media screen and (max-width: 750px) {
  .girei__details .detail__item + .detail__item {
    margin-top: 8vw;
  }
}
.girei__details .detail__item dl {
  display: flex;
  -moz-column-gap: 11%;
       column-gap: 11%;
}
.girei__details .detail__item dt {
  flex-basis: 15.5%;
  flex-shrink: 0;
  writing-mode: vertical-rl;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.2em;
  font-size: 1.125rem;
  position: relative;
  line-height: 1.3;
}
.girei__details .detail__item dt::after {
  width: 10px;
  height: 100%;
  content: "";
  position: absolute;
  right: -30%;
  top: 0;
  background: url(../images/gokigan/arrow__bottom.svg) center bottom no-repeat;
}
.girei__details .detail__item dd {
  flex-grow: 1;
}
.girei__details .detail__item dd .button {
  margin-top: 20px;
}
@media screen and (max-width: 750px) {
  .girei__details .detail__item dd .button {
    margin-top: 4vw;
  }
  .girei__details .detail__item dd .button > .button__inner {
    width: 100%;
  }
}

/* -----------------------------------------------------------------------------
御祈願
----------------------------------------------------------------------------- */
.gokigan__details > .inner {
  padding-top: 50px;
  padding-bottom: 50px;
}
.gokigan__details .detail__items dl {
  display: flex;
}
@media screen and (max-width: 750px) {
  .gokigan__details .detail__items dl {
    flex-direction: column;
  }
}
.gokigan__details .detail__items dl + dl {
  margin-top: 40px;
}
@media screen and (max-width: 750px) {
  .gokigan__details .detail__items dl + dl {
    margin-top: 8vw;
  }
}
.gokigan__details .detail__items dt {
  flex-basis: 25%;
  flex-shrink: 0;
}
.gokigan__details .detail__items .ep {
  margin-top: 20px;
}
@media screen and (max-width: 750px) {
  .gokigan__details .detail__items .ep {
    margin-top: 4vw;
  }
}
.gokigan__details .detail__items .note {
  margin-top: 20px;
}
@media screen and (max-width: 750px) {
  .gokigan__details .detail__items .note {
    margin-top: 4vw;
  }
}

/* -----------------------------------------------------------------------------
出張祭典
----------------------------------------------------------------------------- */
.saiten__details > .inner {
  padding-top: 50px;
  padding-bottom: 50px;
}
.saiten__details .detail__items dl {
  display: flex;
}
@media screen and (max-width: 750px) {
  .saiten__details .detail__items dl {
    flex-direction: column;
  }
}
.saiten__details .detail__items dl + dl {
  margin-top: 40px;
}
@media screen and (max-width: 750px) {
  .saiten__details .detail__items dl + dl {
    margin-top: 8vw;
  }
}
.saiten__details .detail__items dt {
  flex-basis: 25%;
  flex-shrink: 0;
}
.saiten__details .detail__items .ep {
  margin-top: 20px;
}
@media screen and (max-width: 750px) {
  .saiten__details .detail__items .ep {
    margin-top: 4vw;
  }
}
.saiten__details .detail__items .note {
  margin-top: 20px;
}
@media screen and (max-width: 750px) {
  .saiten__details .detail__items .note {
    margin-top: 4vw;
  }
}

/* -----------------------------------------------------------------------------
ご予約・お問い合わせ
----------------------------------------------------------------------------- */
body.gokigan .gokigan__contact > .inner {
  border: solid 1px #ddd;
  max-width: 720px;
  padding: 80px 90px 90px 90px;
}
@media screen and (max-width: 750px) {
  body.gokigan .gokigan__contact > .inner {
    margin: 0 13.5vw;
    padding: 2em 2em;
  }
}

.gokigan__contact {
  margin-top: 30px;
  padding-bottom: 90px;
}
@media screen and (max-width: 750px) {
  .gokigan__contact {
    padding-bottom: 16vw;
  }
}
.gokigan__contact h2 {
  font-size: 1.125rem;
  font-weight: normal;
}
.gokigan__contact .subsection__body {
  margin-top: 50px;
}
@media screen and (max-width: 750px) {
  .gokigan__contact .subsection__body {
    margin-top: 1em;
  }
}
.gokigan__contact .subsection__body + .subsection__header {
  margin-top: 80px;
}
@media screen and (max-width: 750px) {
  .gokigan__contact .subsection__body + .subsection__header {
    margin-top: 3em;
  }
}
.gokigan__contact .button {
  margin-top: 50px;
}
@media screen and (max-width: 750px) {
  .gokigan__contact .button {
    margin-top: 4vw;
  }
  .gokigan__contact .button > .button__inner {
    width: 100%;
  }
}
.gokigan__contact .button {
  margin-top: 20px;
}
@media screen and (max-width: 750px) {
  .gokigan__contact .button {
    margin-top: 4vw;
  }
  .gokigan__contact .button > .button__inner {
    width: 100%;
  }
}

/* *****************************************************************************
********************************************************************************
年中行事
********************************************************************************
***************************************************************************** */
body.gyouji .page__mainvisual {
  background-image: url(../images/gyouji/mainvisual.jpg);
}
body.gyouji section > .inner {
  max-width: 900px;
  padding-left: 20px;
  padding-right: 20px;
  margin: auto;
}
@media screen and (max-width: 750px) {
  body.gyouji section > .inner {
    font-size: 0.933rem;
    padding-left: 13.5vw;
    padding-right: 13.5vw;
  }
}
body.gyouji section .section__header {
  padding: 60px 0;
  line-height: 1.3;
}
@media screen and (max-width: 750px) {
  body.gyouji section .section__header {
    padding: 10vw 0;
  }
}

/* -----------------------------------------------------------------------------
年中行事イントロ
----------------------------------------------------------------------------- */
.gyouji__introduction > .inner {
  padding-top: 90px;
  padding-bottom: 0;
}
.gyouji__introduction .button {
  margin-top: 50px;
}
@media screen and (max-width: 750px) {
  .gyouji__introduction .button {
    margin-top: 8vw;
  }
  .gyouji__introduction .button > .button__inner {
    width: 100%;
  }
}

/* -----------------------------------------------------------------------------
年中行事イ
----------------------------------------------------------------------------- */
.gyouji__details > .inner {
  padding-bottom: 60px;
  padding-bottom: 130px;
}
@media screen and (max-width: 750px) {
  .gyouji__details > .inner {
    padding-bottom: 20vw;
    padding-bottom: 20vw;
  }
}
.gyouji__details .details__lead {
  margin-top: 80px;
}
@media screen and (max-width: 750px) {
  .gyouji__details .details__lead {
    margin-top: 10vw;
  }
}
.gyouji__details .detail__items {
  margin-top: 80px;
}
@media screen and (max-width: 750px) {
  .gyouji__details .detail__items {
    margin-top: 10vw;
  }
}
.gyouji__details .detail__item + .detail__item {
  margin-top: 60px;
}
@media screen and (max-width: 750px) {
  .gyouji__details .detail__item + .detail__item {
    margin-top: 16vw;
  }
}
.gyouji__details .detail__item dl {
  display: flex;
  -moz-column-gap: 11%;
       column-gap: 11%;
}
.gyouji__details .detail__item dt {
  flex-basis: 15.5%;
  flex-shrink: 0;
  writing-mode: vertical-rl;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.2em;
  font-size: 1.125rem;
  position: relative;
  line-height: 1.3;
}
.gyouji__details .detail__item dt::after {
  width: 10px;
  height: 100%;
  content: "";
  position: absolute;
  right: -30%;
  top: 0;
  background: url(../images/gokigan/arrow__bottom.svg) center bottom no-repeat;
}
.gyouji__details .detail__item dd {
  flex-grow: 1;
}
.gyouji__details .detail__item dd .button {
  margin-top: 20px;
}
@media screen and (max-width: 750px) {
  .gyouji__details .detail__item dd .button {
    margin-top: 4vw;
  }
  .gyouji__details .detail__item dd .button > .button__inner {
    width: 100%;
  }
}

/* *****************************************************************************
********************************************************************************
海洋散骨
********************************************************************************
***************************************************************************** */
body.sankotsu .page__mainvisual {
  background-image: url(../images/sankotsu/mainvisual.jpg);
}
body.sankotsu section > .inner {
  max-width: 900px;
  padding-left: 20px;
  padding-right: 20px;
  margin: auto;
}
@media screen and (max-width: 750px) {
  body.sankotsu section > .inner {
    font-size: 0.933rem;
    padding-left: 13.5vw;
    padding-right: 13.5vw;
  }
}
body.sankotsu section .section__header {
  padding: 60px 0;
  line-height: 1.3;
}
@media screen and (max-width: 750px) {
  body.sankotsu section .section__header {
    padding: 10vw 0;
  }
}

/* -----------------------------------------------------------------------------
海洋散骨イントロ
----------------------------------------------------------------------------- */
.sankotsu__introduction > .inner {
  padding-top: 90px;
  padding-bottom: 0;
}
.sankotsu__introduction .note {
  font-size: 0.875rem;
  margin-top: 1em;
}

/* -----------------------------------------------------------------------------
海洋散骨のながれ
----------------------------------------------------------------------------- */
.sankotsu__flow > .inner {
  padding-bottom: 60px;
  padding-bottom: 130px;
}
@media screen and (max-width: 750px) {
  .sankotsu__flow > .inner {
    padding-bottom: 20vw;
    padding-bottom: 20vw;
  }
}
.sankotsu__flow .sankotsu_items {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 100px;
       column-gap: 100px;
  row-gap: 2em;
}
.sankotsu__flow .sankotsu_items > .item {
  flex-basis: calc((100% - 100px) / 2);
}
@media screen and (max-width: 750px) {
  .sankotsu__flow .sankotsu_items > .item {
    flex-basis: 100%;
  }
}
.sankotsu__flow .sankotsu_items > .item:last-child {
  flex-basis: 100%;
}
.sankotsu__flow .sankotsu_items > .item .item__picture {
  margin-bottom: 0.5em;
}
.sankotsu__flow .picture {
  margin-top: 80px;
}
@media screen and (max-width: 750px) {
  .sankotsu__flow .picture {
    margin-top: 10vw;
    margin-left: -18%;
    width: 136%;
  }
}

/* -----------------------------------------------------------------------------
海洋散骨プラン
----------------------------------------------------------------------------- */
.sankotsu__plan .section__body {
  border: solid 1px #ddd;
  padding: 80px 0;
}
@media screen and (max-width: 750px) {
  .sankotsu__plan .section__body {
    padding: 2em 2em;
  }
}
.sankotsu__plan .plan__items {
  list-style-type: none;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding: 0;
}
.sankotsu__plan .plan__item dl {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 60px;
       column-gap: 60px;
}
@media screen and (max-width: 750px) {
  .sankotsu__plan .plan__item dl {
    -moz-column-gap: 3em;
         column-gap: 3em;
  }
}
.sankotsu__plan .plan__item dt::before {
  content: "［";
}
.sankotsu__plan .plan__item dt::after {
  content: "］";
}
.sankotsu__plan .plan__item + .plan__item {
  margin-top: 1em;
}
.sankotsu__plan .plan__detail {
  margin: 80px auto 0 auto;
  max-width: 700px;
}
@media screen and (max-width: 750px) {
  .sankotsu__plan .plan__detail {
    margin-top: 2em;
  }
}
.sankotsu__plan .plan__detail h4 {
  font-weight: normal;
}
.sankotsu__plan .plan__detail h4::before {
  content: "［";
}
.sankotsu__plan .plan__detail h4::after {
  content: "］";
}
.sankotsu__plan .plan__payment {
  margin-top: 1em;
}

/* -----------------------------------------------------------------------------
海洋散骨プラン 詳細
----------------------------------------------------------------------------- */
.sankotsu__detail > .inner {
  padding-top: 90px;
  padding-bottom: 50px;
}
@media screen and (max-width: 750px) {
  .sankotsu__detail > .inner {
    padding-top: 20vw;
    padding-bottom: 20vw;
  }
}

.sankotsu__plan__item + .sankotsu__plan__item {
  margin-top: 90px;
}
@media screen and (max-width: 750px) {
  .sankotsu__plan__item + .sankotsu__plan__item {
    margin-top: 20vw;
  }
}
.sankotsu__plan__item h3 {
  text-align: center;
  font-size: 1.125rem;
  font-weight: normal;
}
.sankotsu__plan__item h3::before {
  content: "［";
}
.sankotsu__plan__item h3::after {
  content: "］";
}
.sankotsu__plan__item .item__lead {
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 750px) {
  .sankotsu__plan__item .item__lead {
    text-align: left;
    margin-top: 1em;
  }
}
.sankotsu__plan__item .item__lead + .button {
  margin-top: 20px;
}
@media screen and (max-width: 750px) {
  .sankotsu__plan__item .item__lead + .button {
    margin-top: 1em;
  }
}
.sankotsu__plan__item .item__price {
  text-align: center;
  margin-top: 30px;
  font-size: 1.5rem;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
@media screen and (max-width: 750px) {
  .sankotsu__plan__item .item__price {
    margin-top: 1em;
  }
}
.sankotsu__plan__item .item__detail {
  display: flex;
  -moz-column-gap: 50px;
       column-gap: 50px;
  margin-top: 60px;
}
@media screen and (max-width: 750px) {
  .sankotsu__plan__item .item__detail {
    flex-direction: column;
    row-gap: 1em;
  }
}
.sankotsu__plan__item .item__detail .item__figure {
  flex-basis: 50%;
  flex-shrink: 0;
}
.sankotsu__plan__item .item__info .info__item h4 {
  font-weight: normal;
}
.sankotsu__plan__item .item__info .info__item h4::before {
  content: "［";
}
.sankotsu__plan__item .item__info .info__item h4::after {
  content: "］";
}
.sankotsu__plan__item .item__info .info__item .note {
  font-size: 0.875rem;
}
.sankotsu__plan__item .item__info .info__item + .info__item {
  margin-top: 1em;
}
.sankotsu__plan__item .item__info .info__item .info__subject__set {
  display: flex;
}
.sankotsu__plan__item .etc__items {
  margin-top: 50px;
  display: flex;
  -moz-column-gap: 100px;
       column-gap: 100px;
}
@media screen and (max-width: 750px) {
  .sankotsu__plan__item .etc__items {
    flex-direction: column;
    row-gap: 2em;
  }
}
.sankotsu__plan__item .etc__items .etc__item {
  flex-basis: calc((100% - 100px) / 2);
}
@media screen and (max-width: 750px) {
  .sankotsu__plan__item .etc__items .etc__item {
    flex-basis: 100%;
  }
}
.sankotsu__plan__item .etc__items .etc__item h4 {
  font-weight: normal;
  text-align: center;
  font-size: 1.125rem;
}
.sankotsu__plan__item .etc__items .etc__item h4::before {
  content: "［";
}
.sankotsu__plan__item .etc__items .etc__item h4::after {
  content: "］";
}
@media screen and (max-width: 750px) {
  .sankotsu__plan__item .etc__items .etc__item h4 {
    font-size: 0.933rem;
  }
}
.sankotsu__plan__item .etc__items .etc__item .item__note {
  margin-top: 50px;
}
@media screen and (max-width: 750px) {
  .sankotsu__plan__item .etc__items .etc__item .item__note {
    margin-top: 2em;
  }
}

/* -----------------------------------------------------------------------------
ご遺骨のお預り後
----------------------------------------------------------------------------- */
.sankotsu__after > .inner {
  padding-bottom: 60px;
}
.sankotsu__after .details__lead {
  margin-top: 80px;
}
@media screen and (max-width: 750px) {
  .sankotsu__after .details__lead {
    margin-top: 10vw;
  }
}
.sankotsu__after .detail__items {
  margin-top: 30px;
}
@media screen and (max-width: 750px) {
  .sankotsu__after .detail__items {
    margin-top: 8vw;
  }
}
.sankotsu__after .detail__item + .detail__item {
  margin-top: 60px;
}
@media screen and (max-width: 750px) {
  .sankotsu__after .detail__item + .detail__item {
    margin-top: 8vw;
  }
}
.sankotsu__after .detail__item dl {
  display: flex;
  -moz-column-gap: 11%;
       column-gap: 11%;
}
.sankotsu__after .detail__item dt {
  flex-basis: 15.5%;
  flex-shrink: 0;
  writing-mode: vertical-rl;
  display: flex;
  align-items: center;
  letter-spacing: 0.2em;
  font-size: 1.125rem;
  position: relative;
  line-height: 1.3;
  padding-top: 2em;
}
@media screen and (max-width: 750px) {
  .sankotsu__after .detail__item dt {
    flex-basis: 23%;
  }
}
.sankotsu__after .detail__item dt > span {
  writing-mode: horizontal-tb;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.sankotsu__after .detail__item dt > span::before {
  content: "［";
}
.sankotsu__after .detail__item dt > span::after {
  content: "］";
}
@media screen and (max-width: 750px) {
  .sankotsu__after .detail__item dt > span {
    font-size: 0.75rem;
  }
}
.sankotsu__after .detail__item dt::after {
  width: 10px;
  height: 100%;
  content: "";
  position: absolute;
  right: -30%;
  top: 0;
  background: url(../images/gokigan/arrow__bottom.svg) center bottom no-repeat;
}
.sankotsu__after .detail__item dd {
  flex-grow: 1;
}
.sankotsu__after .detail__item dd .button {
  margin-top: 20px;
}
@media screen and (max-width: 750px) {
  .sankotsu__after .detail__item dd .button {
    margin-top: 4vw;
  }
  .sankotsu__after .detail__item dd .button > .button__inner {
    width: 100%;
  }
}

/* -----------------------------------------------------------------------------
海洋散骨お問い合わせ
----------------------------------------------------------------------------- */
body.sankotsu .sankotsu__contact > .inner {
  border: solid 1px #ddd;
  padding: 90px;
  max-width: 720px;
}
@media screen and (max-width: 750px) {
  body.sankotsu .sankotsu__contact > .inner {
    margin: 0 13.5vw;
    padding: 2em 2em;
  }
}

.sankotsu__contact {
  padding-bottom: 90px;
}
@media screen and (max-width: 750px) {
  .sankotsu__contact {
    padding-bottom: 16vw;
  }
}
.sankotsu__contact h2 {
  font-size: 1.125rem;
  font-weight: normal;
}
.sankotsu__contact .subsection__body {
  margin-top: 20px;
}
@media screen and (max-width: 750px) {
  .sankotsu__contact .subsection__body {
    margin-top: 1em;
  }
}
.sankotsu__contact .subsection__body + .subsection__header {
  margin-top: 80px;
}
@media screen and (max-width: 750px) {
  .sankotsu__contact .subsection__body + .subsection__header {
    margin-top: 3em;
  }
}
.sankotsu__contact .button {
  margin-top: 50px;
}
@media screen and (max-width: 750px) {
  .sankotsu__contact .button {
    margin-top: 4vw;
  }
  .sankotsu__contact .button > .button__inner {
    width: 100%;
  }
}
.sankotsu__contact .tel__number {
  font-size: 2.25rem;
}
@media screen and (max-width: 750px) {
  .sankotsu__contact .tel__number {
    font-size: 1.5rem;
  }
}

/* *****************************************************************************
********************************************************************************
氏子総代会
********************************************************************************
***************************************************************************** */
body.soudai section > .inner {
  max-width: 900px;
  padding: 0 20px 60px 20px;
  margin: auto;
}
@media screen and (max-width: 750px) {
  body.soudai section > .inner {
    font-size: 0.933rem;
    padding: 0 13.5vw 10vw 13.5vw;
  }
}
body.soudai section .section__header {
  padding: 60px 0;
  line-height: 1.3;
}
@media screen and (max-width: 750px) {
  body.soudai section .section__header {
    padding: 10vw 0;
  }
}
body.soudai section .section__body > .button {
  margin-top: 50px;
}
@media screen and (max-width: 750px) {
  body.soudai section .section__body > .button {
    margin-top: 8vw;
  }
}
@media screen and (max-width: 750px) {
  body.soudai section .section__body > .button > .button__inner {
    width: 100%;
  }
}

/* -----------------------------------------------------------------------------
氏子総代会メニュー
----------------------------------------------------------------------------- */
.soudai__introduction .section__header {
  position: relative;
}
.soudai__introduction .section__header .section__catch {
  position: absolute;
  writing-mode: vertical-rl;
  font-size: 1.125rem;
  line-height: 2;
  right: 0;
}
@media screen and (max-width: 750px) {
  .soudai__introduction .section__header .section__catch {
    font-size: 1rem;
  }
}
.soudai__introduction .soudai__menu {
  position: relative;
  height: 360px;
}
.soudai__introduction .soudai__menu a {
  text-decoration: none;
}
@media screen and (max-width: 750px) {
  .soudai__introduction .soudai__menu {
    height: 65vw;
  }
}
.soudai__introduction .soudai__menu .menu__item {
  writing-mode: vertical-rl;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  line-height: 1.3;
  position: absolute;
  height: 120px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .soudai__introduction .soudai__menu .menu__item {
    font-size: 0.875rem;
    height: 25vw;
  }
}
.soudai__introduction .soudai__menu .menu__item::before {
  display: block;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #ddd;
  position: absolute;
  left: -1em;
  top: 0;
}
.soudai__introduction .soudai__menu .menu__item:nth-child(1) {
  top: 160px;
  left: calc(50% + 180px);
}
@media screen and (max-width: 750px) {
  .soudai__introduction .soudai__menu .menu__item:nth-child(1) {
    top: 0;
    left: auto;
    right: 0;
  }
}
.soudai__introduction .soudai__menu .menu__item:nth-child(2) {
  top: 240px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 750px) {
  .soudai__introduction .soudai__menu .menu__item:nth-child(2) {
    top: 40vw;
  }
}
.soudai__introduction .soudai__menu .menu__item:nth-child(3) {
  top: 160px;
  right: calc(50% + 180px);
}
@media screen and (max-width: 750px) {
  .soudai__introduction .soudai__menu .menu__item:nth-child(3) {
    top: 0;
    right: auto;
    left: 0;
  }
}
.soudai__introduction .logo {
  position: absolute;
  width: 284px;
  top: 0;
  left: calc(50% - 142px);
}
@media screen and (max-width: 750px) {
  .soudai__introduction .logo {
    width: 50%;
    left: 25%;
  }
}
.soudai__introduction .picture {
  margin-top: 60px;
}
@media screen and (max-width: 750px) {
  .soudai__introduction .picture {
    margin-top: 8vw;
  }
}

/* *****************************************************************************
********************************************************************************
お知らせ
********************************************************************************
***************************************************************************** */
body.topics.archive section > .inner {
  max-width: 600px;
  padding: 0 20px 60px 20px;
  margin: auto;
}
@media screen and (max-width: 750px) {
  body.topics.archive section > .inner {
    font-size: 0.933rem;
    padding: 0 13.5vw 10vw 13.5vw;
  }
}
body.topics.archive section .section__header {
  padding: 60px 0;
  line-height: 1.3;
}
@media screen and (max-width: 750px) {
  body.topics.archive section .section__header {
    padding: 10vw 0;
  }
}
body.topics.archive .topic__item {
  padding: 90px 0;
  border-top: solid 1px #ddd;
}
body.topics.archive .topic__item .item__date {
  font-size: 0.875rem;
}
body.topics.archive .topic__item .item__date::before {
  content: "［";
}
body.topics.archive .topic__item .item__date::after {
  content: "］";
}
body.topics.archive .topic__item .item__subject {
  font-size: 1.25rem;
  margin-top: 20px;
}
@media screen and (max-width: 750px) {
  body.topics.archive .topic__item .item__subject {
    font-size: 1rem;
  }
}
body.topics.archive .topic__item .item__body {
  margin-top: 20px;
}
body.topics.archive .topic__item .item__image {
  text-align: center;
}
body.topics.archive .topic__item .item__image + .item__image {
  margin-top: 1em;
}
body.topics.archive .topic__item .item__image + .item__text {
  margin-top: 1em;
}
@media screen and (max-width: 750px) {
  body.topics.archive .topic__item .item__image + .item__text {
    font-size: 0.875rem;
  }
}
body.topics.archive .topic__item .item__image__source {
  max-width: 100%;
  width: -moz-fit-content;
  width: fit-content;
}

ul.pagination {
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  padding: 2em 0;
  list-style-type: none;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  ul.pagination {
    font-size: 0.875rem;
  }
}
ul.pagination > li {
  border-left: solid 1px #ddd;
}
ul.pagination > li > a {
  display: block;
  padding: 0 0.75em 0.1em 0.75em;
  text-decoration: none;
}
@media screen and (max-width: 750px) {
  ul.pagination > li > a {
    padding: 0 0.35em 0.1em 0.35em;
  }
}
ul.pagination > li:last-child {
  border-right: solid 1px #ddd;
}
ul.pagination > li.first span, ul.pagination > li.previous span, ul.pagination > li.next span, ul.pagination > li.last span {
  transform: translateY(-0.1em);
  display: inline-block;
}
ul.pagination > li .inactive {
  opacity: 0.7;
}
ul.pagination > li.current a {
  pointer-events: none;
}

/* *****************************************************************************
********************************************************************************
よくあるご質問
********************************************************************************
***************************************************************************** */
body.faq section > .inner {
  max-width: 900px;
  padding: 0 20px 60px 20px;
  margin: auto;
}
@media screen and (max-width: 750px) {
  body.faq section > .inner {
    font-size: 0.933rem;
    padding: 0 13.5vw 10vw 13.5vw;
  }
}
body.faq section .section__header {
  padding: 60px 0;
  line-height: 1.3;
}
@media screen and (max-width: 750px) {
  body.faq section .section__header {
    padding: 10vw 0;
  }
}

/* -----------------------------------------------------------------------------
よくあるご質問
----------------------------------------------------------------------------- */
.faq__items {
  margin-top: 80px;
  border-bottom: solid 1px #ddd;
}
@media screen and (max-width: 750px) {
  .faq__items {
    margin-top: 8vw;
  }
}
.faq__items + .button {
  margin-top: 90px;
}
@media screen and (max-width: 750px) {
  .faq__items + .button {
    margin-top: 10vw;
  }
  .faq__items + .button .button__inner {
    width: 100%;
  }
}

.faq__item {
  padding: 50px 30px 50px 100px;
  border-top: solid 1px #ddd;
}
@media screen and (max-width: 750px) {
  .faq__item {
    padding: 2em 0 2em 3em;
  }
}
.faq__item dt {
  position: relative;
}
.faq__item dt::before {
  content: "問.";
  position: absolute;
  top: 0;
  left: -45px;
  display: block;
}
@media screen and (max-width: 750px) {
  .faq__item dt::before {
    left: -2em;
  }
}
.faq__item dd {
  position: relative;
}
.faq__item dd::before {
  content: "答.";
  position: absolute;
  top: 0;
  left: -45px;
  display: block;
}
@media screen and (max-width: 750px) {
  .faq__item dd::before {
    left: -2em;
  }
}

/* *****************************************************************************
********************************************************************************
個人情報保護方針
********************************************************************************
***************************************************************************** */
body.privacy section > .inner {
  max-width: 900px;
  padding: 0 20px 60px 20px;
  margin: auto;
}
@media screen and (max-width: 750px) {
  body.privacy section > .inner {
    font-size: 0.933rem;
    padding: 0 13.5vw 10vw 13.5vw;
  }
}
body.privacy section .section__header {
  padding: 60px 0;
  line-height: 1.3;
}
@media screen and (max-width: 750px) {
  body.privacy section .section__header {
    padding: 10vw 0;
  }
}

/* -----------------------------------------------------------------------------
個人情報保護方針
----------------------------------------------------------------------------- */
.privacy__section .subsections {
  margin-top: 50px;
  padding: 50px 0;
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
}
@media screen and (max-width: 750px) {
  .privacy__section .subsections {
    margin-top: 10vw;
    padding: 10vw 0;
  }
}
.privacy__section .subsection + .subsection {
  margin-top: 50px;
}
@media screen and (max-width: 750px) {
  .privacy__section .subsection + .subsection {
    margin-top: 10vw;
  }
}
.privacy__section .subsection h3 {
  font-weight: normal;
  font-size: 1.125rem;
}
.privacy__section .subsection__body {
  margin-top: 50px;
}
@media screen and (max-width: 750px) {
  .privacy__section .subsection__body {
    margin-top: 10vw;
  }
}
.privacy__section ol {
  padding-left: 1em;
}
.privacy__section ol li + li {
  margin-top: 1em;
}
.privacy__section .enactment {
  margin-top: 30px;
}
@media screen and (max-width: 750px) {
  .privacy__section .enactment {
    margin-top: 1em;
  }
}

/* *****************************************************************************
********************************************************************************
お問い合わせ
********************************************************************************
***************************************************************************** */
body.contact section > .inner {
  max-width: 900px;
  padding: 0 20px 60px 20px;
  margin: auto;
}
@media screen and (max-width: 750px) {
  body.contact section > .inner {
    font-size: 0.933rem;
    padding: 0 13.5vw 10vw 13.5vw;
  }
}
body.contact section .section__header {
  padding: 60px 0;
  line-height: 1.3;
}
@media screen and (max-width: 750px) {
  body.contact section .section__header {
    padding: 10vw 0;
  }
}

/* -----------------------------------------------------------------------------
お問い合わせ
----------------------------------------------------------------------------- */
.contact__section .note {
  margin-top: 50px;
}
.contact__section .buttons {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 1em;
}
@media screen and (max-width: 750px) {
  .contact__section .buttons {
    flex-direction: column;
  }
  .contact__section .buttons > .button > .button__inner {
    width: 100%;
  }
}
.contact__section .field__items {
  margin-top: 50px;
}
.contact__section .field__item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .contact__section .field__item {
    flex-direction: column;
    align-items: start;
  }
}
.contact__section .field__item dt {
  flex-basis: 25%;
  flex-shrink: 0;
  padding: 20px 0;
}
.contact__section .field__item dt.item__required p::after {
  content: "*";
}
@media screen and (max-width: 750px) {
  .contact__section .field__item dt {
    flex-basis: auto;
  }
}
.contact__section .field__item dd {
  flex-basis: 75%;
  border-bottom: solid 1px #ddd;
  position: relative;
}
@media screen and (max-width: 750px) {
  .contact__section .field__item dd {
    flex-basis: auto;
    padding: 0;
  }
}
.contact__section .field__item dd + dd {
  margin-left: 25%;
}
@media screen and (max-width: 750px) {
  .contact__section .field__item dd + dd {
    margin-left: 0;
    margin-top: 2em;
  }
}
.contact__section .field__item input[type=text],
.contact__section .field__item input[type=email],
.contact__section .field__item input[type=tel] {
  width: 100%;
  padding: 20px 0.5em;
  border: none;
  font-family: "Zen Old Mincho", serif;
  font-size: 1rem;
}
.contact__section .field__item textarea {
  width: 100%;
  height: 120px;
  padding: 0.5em 0;
  border: none;
  font-family: "Zen Old Mincho", serif;
  font-size: 1rem;
}
@media screen and (max-width: 750px) {
  .contact__section .field__item textarea {
    border: solid 1px #ddd;
  }
}
@media screen and (max-width: 750px) {
  .contact__section .field__item:has(textarea) dd {
    border: none;
  }
}
.contact__section .field__item .my_types {
  display: flex;
  -moz-column-gap: 1em;
       column-gap: 1em;
}
@media screen and (max-width: 750px) {
  .contact__section .field__item .my_types {
    flex-direction: column;
    padding-bottom: 1em;
  }
}
.contact__section .field__item .wpcf7-form-control-wrap {
  display: block;
}
.contact__section .field__item .wpcf7-not-valid-tip {
  position: absolute;
  top: calc(100% - 0.5em);
  left: 1em;
  background-color: #f33;
  color: #fff;
  border-radius: 0.5em;
  padding: 0.3em 0.5em;
  font-size: 0.875rem;
  line-height: 1.2;
  z-index: 1;
  display: block;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}
.contact__section .field__item .wpcf7-not-valid-tip::after {
  position: absolute;
  bottom: 100%;
  left: 1em;
  background-color: #f33;
  width: 8px;
  height: 6px;
  clip-path: polygon(0 100%, 100% 100%, 50% 0);
  content: "";
  display: block;
}
.contact__section label {
  cursor: pointer;
}
.contact__section label input {
  vertical-align: baseline;
  margin-right: 0.5em;
}
.contact__section .agreement {
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 750px) {
  .contact__section .agreement {
    margin-top: 2em;
  }
}
.contact__section .agreement + .button {
  margin-top: 50px;
  position: relative;
}
.contact__section .agreement + .button .wpcf7-spinner {
  position: absolute;
  top: 5em;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
}
@media screen and (max-width: 750px) {
  .contact__section .agreement + .button {
    margin-top: 2em;
  }
  .contact__section .agreement + .button .button__inner {
    width: 100%;
  }
}

/* -----------------------------------------------------------------------------
電話でのお問い合わせ
----------------------------------------------------------------------------- */
body.contact .contact__tel {
  margin-top: 30px;
}
@media screen and (max-width: 750px) {
  body.contact .contact__tel {
    margin-top: 1em;
  }
}
body.contact .contact__tel > .inner {
  border: solid 1px #ddd;
  padding: 90px;
  max-width: 720px;
}
@media screen and (max-width: 750px) {
  body.contact .contact__tel > .inner {
    margin: 0 13.5vw;
    padding: 2em 2em;
  }
}

.contact__tel {
  padding-bottom: 90px;
}
@media screen and (max-width: 750px) {
  .contact__tel {
    padding-bottom: 16vw;
  }
}
.contact__tel h2 {
  font-size: 1.125rem;
  font-weight: normal;
}
.contact__tel .subsection__body {
  margin-top: 20px;
}
@media screen and (max-width: 750px) {
  .contact__tel .subsection__body {
    margin-top: 1em;
  }
}
.contact__tel .subsection__body + .subsection__header {
  margin-top: 80px;
}
@media screen and (max-width: 750px) {
  .contact__tel .subsection__body + .subsection__header {
    margin-top: 3em;
  }
}
.contact__tel .button {
  margin-top: 50px;
}
@media screen and (max-width: 750px) {
  .contact__tel .button {
    margin-top: 4vw;
  }
  .contact__tel .button > .button__inner {
    width: 100%;
  }
}
.contact__tel .tel__number {
  font-size: 2.25rem;
}
@media screen and (max-width: 750px) {
  .contact__tel .tel__number {
    font-size: 1.5rem;
  }
}

/* *****************************************************************************
********************************************************************************
エラー404
********************************************************************************
***************************************************************************** */
body.error404 section > .inner {
  max-width: 900px;
  padding: 0 20px 60px 20px;
  margin: auto;
}
@media screen and (max-width: 750px) {
  body.error404 section > .inner {
    font-size: 0.933rem;
    padding: 0 13.5vw 10vw 13.5vw;
  }
}
body.error404 section .section__header {
  padding: 60px 0;
  line-height: 1.3;
}
@media screen and (max-width: 750px) {
  body.error404 section .section__header {
    padding: 10vw 0;
  }
}

.error__section .lead {
  text-align: center;
}
.error__section .button {
  margin-top: 90px;
}
@media screen and (max-width: 750px) {
  .error__section .button {
    margin-top: 10vw;
  }
}
@media screen and (max-width: 750px) {
  .error__section .button > .button__inner {
    width: 100%;
  }
}
.error__section .picture {
  margin-top: 90px;
}
@media screen and (max-width: 750px) {
  .error__section .picture {
    margin-top: 10vw;
  }
}/*# sourceMappingURL=style.css.map */