@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;700&display=swap");
html, body {
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 575px) {
  html, body {
    font-size: 14px;
  }
}

body {
  word-break: break-word;
}
body.open {
  overflow: hidden;
}

.container-fluid {
  max-width: 1230px; /*　画面幅の上限　*/
  margin-left: auto;
  margin-right: auto;
}
.container-fluid.narrow-width {
  max-width: 950px;
}

a {
  -webkit-transition: ALL 0.35s ease;
  transition: ALL 0.35s ease;
}
a:hover, a:active, a:focus {
  -webkit-transition: ALL 0.35s ease;
  transition: ALL 0.35s ease;
}

.cookie_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  position: fixed;
  bottom: 0;
  width: 100%;
  font-size: 0.75rem;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 1.2em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  visibility: hidden;
  z-index: 999;
}
.cookie_content.is_show {
  visibility: visible;
}
.cookie_content .cookie_text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #fff;
}
.cookie_content .cookie_text a {
  color: dodgerblue;
}
.cookie_content .cookie_agree {
  color: #fff;
  background-color: dodgerblue;
  padding: 0.5em 1.5em;
}
.cookie_content .cookie_agree:hover {
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .cookie_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5rem;
  }
}

.cc_hide {
  display: none;
}

@-webkit-keyframes hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
.anker {
  margin-top: -10rem;
  padding-top: 10rem;
}
@media screen and (max-width: 767px) {
  .anker {
    margin-top: -4rem;
    padding-top: 4rem;
  }
}

header.global_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 113px;
  background-color: #2E2E2E;
  z-index: 100;
  padding-left: 5rem;
  padding-right: 3.25rem;
}
header.global_header nav.global_nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  height: 100%;
}
header.global_header nav.global_nav h1 {
  font-size: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header.global_header nav.global_nav h1 a {
  width: 257px;
}
header.global_header nav.global_nav h1 a img {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  header.global_header nav.global_nav h1 {
    margin-left: 0;
  }
  header.global_header nav.global_nav h1 a {
    width: 130px;
  }
}
header.global_header nav.global_nav > div.global_menu {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header.global_header nav.global_nav > div.global_menu ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 2rem;
  width: 100%;
  list-style: none;
  text-align: right;
  margin: 0;
  padding: 0;
}
header.global_header nav.global_nav > div.global_menu ul li.main_menu {
  position: relative;
}
header.global_header nav.global_nav > div.global_menu ul li.main_menu a {
  position: relative;
  display: block;
  color: #fff;
  font-size: 1.125rem;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
header.global_header nav.global_nav > div.global_menu ul li.main_menu a[href="javascript:void(0);"] {
  pointer-events: none;
  cursor: default;
}
header.global_header nav.global_nav > div.global_menu ul li.main_menu .sub_menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding-top: 1.375rem;
}
header.global_header nav.global_nav > div.global_menu ul li.main_menu .sub_menu div.inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
  background-color: rgba(238, 238, 238, 0.9);
  border-radius: 10px;
  padding: 1.5625rem 2.375rem;
  z-index: 10;
}
header.global_header nav.global_nav > div.global_menu ul li.main_menu .sub_menu div.inner a {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9px;
  width: 100%;
  color: #2e2e2e;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.45;
  white-space: nowrap;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 0.75rem;
}
header.global_header nav.global_nav > div.global_menu ul li.main_menu .sub_menu div.inner a + a {
  margin-top: 0.75rem;
}
header.global_header nav.global_nav > div.global_menu ul li.main_menu .sub_menu div.inner a::before {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border: 1px solid #AC0101;
  border-bottom: 0;
  border-left: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
header.global_header nav.global_nav > div.global_menu ul li.main_menu .sub_menu div.inner a:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
header.global_header nav.global_nav > div.global_menu ul li.main_menu:not(:has(.sub_menu)) a:hover {
  color: #AC0101;
}
header.global_header nav.global_nav > div.global_menu ul li.main_menu:has(.sub_menu) .sub_menu div.inner a:hover {
  color: #AC0101;
}
header.global_header nav.global_nav label.modal_toggle_btn {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.875rem;
  width: 60px;
  line-height: 1;
  cursor: pointer;
  margin: 0;
  margin-left: auto;
  -webkit-transition: ALL 0.35s ease;
  transition: ALL 0.35s ease;
  z-index: 99999;
}
header.global_header nav.global_nav label.modal_toggle_btn span {
  display: block;
  width: 40px;
  height: 1px;
  background-color: #fff;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
header.global_header nav.global_nav:has(input:checked) label.modal_toggle_btn {
  position: relative;
  background-color: #2E2E2E;
}
header.global_header nav.global_nav:has(input:checked) label.modal_toggle_btn span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  margin: 0;
}
header.global_header nav.global_nav:has(input:checked) label.modal_toggle_btn span:first-of-type {
  -webkit-transform: translate(-50%, -50%) rotate(-20deg);
          transform: translate(-50%, -50%) rotate(-20deg);
}
header.global_header nav.global_nav:has(input:checked) label.modal_toggle_btn span:nth-of-type(2) {
  opacity: 0;
}
header.global_header nav.global_nav:has(input:checked) label.modal_toggle_btn span:last-of-type {
  -webkit-transform: translate(-50%, -50%) rotate(20deg);
          transform: translate(-50%, -50%) rotate(20deg);
}
@media (max-width: 1500px) {
  header.global_header {
    padding: 0 2.5%;
  }
  header.global_header nav.global_nav h1 a {
    width: 200px;
  }
  header.global_header nav.global_nav > div.global_menu ul {
    gap: 1.125rem;
  }
  header.global_header nav.global_nav > div.global_menu ul li.main_menu a {
    font-size: 0.875rem;
  }
  header.global_header nav.global_nav > div.global_menu ul li.main_menu .sub_menu div.inner a {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 1199px) {
  header.global_header {
    padding: 0 1.5%;
  }
  header.global_header nav.global_nav h1 a {
    width: 180px;
  }
  header.global_header nav.global_nav > div.global_menu ul {
    gap: 1rem;
  }
  header.global_header nav.global_nav > div.global_menu ul li.main_menu a {
    letter-spacing: normal;
  }
}
@media screen and (max-width: 991px) {
  header.global_header {
    height: 60px;
    padding: 0 2.5%;
    padding-right: 0;
  }
  header.global_header nav.global_nav {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  header.global_header nav.global_nav h1 a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header.global_header nav.global_nav h1 a img {
    max-height: 40px;
  }
  header.global_header nav.global_nav > div.global_menu {
    display: none;
  }
  header.global_header nav.global_nav label.modal_toggle_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/******************/
input#modal_menu_flg {
  display: none;
}

div.modal_menu {
  display: block;
  width: 100vw;
  height: 100dvh;
  background-color: rgba(255, 255, 255, 0.95);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99998;
  -webkit-transition: ALL 0.35s ease;
  transition: ALL 0.35s ease;
  opacity: 0;
  pointer-events: none;
  padding: 30px;
  overflow-y: scroll;
}
input#modal_menu_flg:checked + div.modal_menu {
  opacity: 1;
  pointer-events: auto;
}
div.modal_menu > div.global_menu ul {
  padding: 10% 0 0;
  width: 100%;
  max-width: 767px;
  margin: 0 auto;
  list-style: none;
  font-size: 1rem;
}
div.modal_menu > div.global_menu ul li a {
  display: block;
  color: #151515;
  text-decoration: none;
  padding: 0.625rem;
  border-bottom: 1px solid #999999;
}
div.modal_menu > div.global_menu ul li a[href="javascript:void(0);"] {
  pointer-events: none;
}
div.modal_menu > div.global_menu ul li a:hover, div.modal_menu > div.global_menu ul li a:active, div.modal_menu > div.global_menu ul li a:focus, div.modal_menu > div.global_menu ul li a[href="javascript:void(0);"] {
  color: #ffffff;
  background-color: #999999;
}
div.modal_menu > div.global_menu ul li div a {
  padding-left: 2rem;
  border-bottom: 1px solid #CCCCCC;
}
div.modal_menu label {
  padding: 0.75rem;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  border: none;
  display: block;
  cursor: pointer;
  line-height: 1;
  width: 3rem;
  height: 3rem;
  background-color: #AC0101;
}
div.modal_menu label span {
  display: block;
  width: 75%;
  background-color: #ffffff;
  height: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
div.modal_menu label span:first-of-type {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
div.modal_menu label span:last-of-type {
  -webkit-transform: translate(-50%, -50%) rotate(315deg);
          transform: translate(-50%, -50%) rotate(315deg);
}

div.global_footer {
  position: relative;
  z-index: 1;
}
div.global_footer footer {
  position: relative;
  background-image: url("../files/images/photo00000006.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 17.3125rem;
}
div.global_footer footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.8;
}
div.global_footer footer nav.footer_menu {
  position: relative;
  border-bottom: 1px solid #4D4D4E;
  padding-bottom: 3.125rem;
}
div.global_footer footer nav.footer_menu ul {
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.5rem;
  list-style: none;
  margin: 0 auto;
  padding: 0 15px;
}
div.global_footer footer nav.footer_menu ul li a {
  color: #fff;
  font-size: 1.125rem;
}
div.global_footer footer nav.footer_menu ul li a[href="javascript:void(0);"] {
  pointer-events: none;
  cursor: default;
}
div.global_footer footer nav.footer_menu ul li a:hover, div.global_footer footer nav.footer_menu ul li a:active, div.global_footer footer nav.footer_menu ul li a:focus {
  color: #AC0101;
  text-decoration: none;
}
div.global_footer footer nav.footer_menu ul li div.sub_menu {
  margin-top: 0.875rem;
}
div.global_footer footer nav.footer_menu ul li div.sub_menu div.inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
div.global_footer footer nav.footer_menu ul li div.sub_menu div.inner a {
  line-height: 2;
}
div.global_footer footer nav.footer_menu ul li div.sub_menu div.inner a::before {
  content: "・";
}
div.global_footer footer div.footer_contents {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
  padding: 3.21875rem 0;
}
div.global_footer footer div.footer_contents img {
  max-height: 70px;
}
div.global_footer footer div.footer_contents p {
  color: #fff;
  margin: 0;
}
@media screen and (max-width: 1199px) {
  div.global_footer footer nav.footer_menu ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.5rem;
  }
  div.global_footer footer nav.footer_menu ul li a {
    font-size: 1rem;
    letter-spacing: normal;
  }
}
@media screen and (max-width: 991px) {
  div.global_footer footer nav.footer_menu ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-items: start;
    gap: 1.5rem;
    max-width: 50vw;
  }
}
@media screen and (max-width: 767px) {
  div.global_footer footer {
    padding-top: 4rem;
  }
  div.global_footer footer nav.footer_menu ul {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    gap: 1rem 1.5rem;
  }
  div.global_footer footer nav.footer_menu ul li a {
    letter-spacing: 0.1em;
  }
  div.global_footer footer nav.footer_menu ul li div.sub_menu {
    margin-top: 0;
  }
  div.global_footer footer div.footer_contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}
@media screen and (max-width: 575px) {
  div.global_footer footer div.footer_contents img {
    max-width: 65%;
  }
}

/* ページトップへ戻るボタン */
#page-top {
  position: fixed;
  bottom: 15px;
  right: 20px;
  z-index: 50;
}
#page-top a {
  display: block;
  width: 3.5rem;
  height: 3.5rem;
  text-decoration: none;
  background-color: rgba(61, 61, 61, 0.5);
  border-radius: 50%;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
#page-top a img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
  max-width: 1rem;
}
#page-top a:hover, #page-top a:active {
  background-color: #3d3d3d;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

body:not(.top-page) main {
  margin-top: 113px;
  padding-bottom: 3rem;
}
main .rowwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  overflow: hidden;
}
main .rowwrap .primary {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
main .rowwrap .secondary {
  width: 21.6667%;
  margin-left: 4.75%;
}
@media screen and (max-width: 991px) {
  body:not(.top-page) main {
    margin-top: 60px;
  }
  main .rowwrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  main .rowwrap .primary {
    width: 100%;
  }
  main .rowwrap .secondary {
    width: 100%;
    margin-left: 0;
    margin-top: 3rem;
  }
}

/*****************/
/* ページタイトル */
/****************/
main div.page-head {
  height: 0;
  padding-bottom: 38.583%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 6.25rem;
}
@media screen and (max-width: 575px) {
  main div.page-head {
    height: 200px;
    margin-bottom: 50px;
    padding: 0;
  }
}
main div.page-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
  height: 280px;
  background-image: url("../files/images/photo00000007.jpg");
  background-position: unset;
  background-repeat: repeat;
  background-size: auto;
  padding: 0 15px;
}
main div.page-title::before {
  content: "";
  width: 5.0625rem;
  height: 5.0625rem;
  -webkit-mask-image: url("../files/images/photo00000004.svg?20260318");
          mask-image: url("../files/images/photo00000004.svg?20260318");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #DBDAC3;
}
main div.page-title h2.jp {
  font-size: 2.1875rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0;
}
@media screen and (max-width: 991px) {
  main div.page-title {
    height: 200px;
  }
  main div.page-title h2.jp {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 575px) {
  main div.page-title {
    height: 100px;
  }
  main div.page-title::before {
    width: 36px;
    height: 36px;
  }
  main div.page-title h2.jp {
    font-size: 1.5rem;
  }
}
main:not(:has(.page-head)) div.page-title {
  margin-bottom: 6.25rem;
}
@media screen and (max-width: 575px) {
  main:not(:has(.page-head)) div.page-title {
    margin-bottom: 50px;
  }
}

/***************+*/
/* ぱんくずリスト */
/****************/
nav.breadcrumb-filud {
  margin-bottom: 6.25rem;
  background-color: #EAEEF2;
}
nav.breadcrumb-filud ol.breadcrumb {
  margin: 0 auto;
  background-color: transparent;
  font-size: 0;
  padding: 0.75rem 15px;
  max-width: 1230px;
}
nav.breadcrumb-filud ol.breadcrumb li.breadcrumb-item {
  font-size: 0.875rem;
}
nav.breadcrumb-filud ol.breadcrumb li.breadcrumb-item a {
  color: #999999;
}
nav.breadcrumb-filud ol.breadcrumb li.breadcrumb-item + .breadcrumb-item::before {
  content: "　|　";
  padding-right: 0.25rem;
}
nav.breadcrumb-filud ol.breadcrumb li.breadcrumb-item.active {
  color: #999999;
}
@media screen and (max-width: 767px) {
  nav.breadcrumb-filud {
    display: none;
    margin-bottom: 3.125rem;
  }
  nav.breadcrumb-filud ol.breadcrumb {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0.625rem 5%;
  }
  nav.breadcrumb-filud ol.breadcrumb li.breadcrumb-item {
    display: inline;
    font-size: 0.625rem;
  }
}

/****************/
/* サイドメニュー */
/***************/
aside.secondary nav.sidebar-menu {
  margin-bottom: 2rem;
}
aside.secondary nav.sidebar-menu > h3 {
  font-size: 1.125rem;
  color: #ffffff;
  background-color: #AC0101;
  margin: 0 auto;
  padding: 1rem 0;
  text-align: center;
  line-height: 1;
  font-weight: normal;
  font-weight: bold;
}
aside.secondary nav.sidebar-menu {
  /* メニュー本体 */
}
aside.secondary nav.sidebar-menu > ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
aside.secondary nav.sidebar-menu > ul > li {
  border-bottom: 1px dotted #999999;
  line-height: 1.2;
  padding: 1px 0;
}
aside.secondary nav.sidebar-menu > ul > li > a {
  padding: 20px 15px;
  display: block;
  text-decoration: none;
  color: #000000;
  font-size: 0.875rem;
}
aside.secondary nav.sidebar-menu > ul > li > a::before {
  padding-right: 0.75em;
  color: #AC0101;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
}
aside.secondary nav.sidebar-menu > ul > li:hover > a, aside.secondary nav.sidebar-menu > ul > li:active > a, aside.secondary nav.sidebar-menu > ul > li.active > a {
  text-decoration: none;
  background-color: #EEEEEE;
}
aside.secondary nav.sidebar-menu + nav.sidebar-menu {
  margin-top: 2rem;
}
aside.secondary ul.banner_list {
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}
aside.secondary ul.banner_list li {
  margin-bottom: 1rem;
}
aside.secondary ul.banner_list li a {
  display: block;
  text-align: center;
}

@media screen and (max-width: 767px) {
  body:not(.top-page) main > .container-fluid {
    padding: 0;
  }
  body:not(.top-page) main > .container-fluid .rowwrap .primary {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/********/
/*見出し*/
/*******/
.lv1 {
  position: relative;
  text-align: center;
  border-bottom: 2px solid #EB0303;
  padding-bottom: 1rem;
}
.lv1 span {
  position: relative;
  display: block;
  font-size: 2.1875rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.lv1 span::before, .lv1 span::after {
  content: "";
  position: absolute;
  bottom: calc(-1rem - 2px);
  width: calc(50% - 61px);
  height: 2px;
  background-color: #fff;
  z-index: 1;
}
.lv1 span::before {
  left: 0;
}
.lv1 span::after {
  right: 0;
}
.lv1::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  width: 50%;
  height: 2px;
  background-color: #E5E5E5;
}
@media screen and (max-width: 767px) {
  .lv1 {
    padding-bottom: 0.5rem;
  }
  .lv1 span {
    font-size: 1.5rem;
  }
  .lv1 span::before, .lv1 span::after {
    bottom: calc(-0.5rem - 2px);
  }
}

.lv2 span {
  font-size: 1.6875rem;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .lv2 span {
    font-size: 1.375rem;
  }
}

.lv3 span {
  position: relative;
  font-size: 1.5625rem;
  font-weight: 500;
  padding-left: 1.125rem;
}
.lv3 span::before, .lv3 span::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 50%;
  left: 0;
}
.lv3 span::before {
  top: 0;
  background-color: #AC0101;
}
.lv3 span::after {
  bottom: 0;
  background-color: #bfc5ca;
}
@media screen and (max-width: 767px) {
  .lv3 span {
    font-size: 1.2857rem;
    padding-left: 0.64285rem;
  }
  .lv3 span::before, .lv3 span::after {
    width: 3px;
  }
}

.lv4 span {
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .lv4 span {
    font-size: 1.2857rem;
  }
}

/*************/
/*テキストのみ*/
/************/
.text-only p {
  font-size: 1rem;
  line-height: 2;
  margin-bottom: 0;
}
@media screen and (max-width: 575px) {
  .text-only.text-center:has(span) p {
    text-align: left;
  }
}

/************/
/* 写真のみ */
/**********/
.photo-only {
  margin: 0;
  text-align: center;
}
.photo-only a img {
  display: inline-block;
}
.photo-only p.caption {
  margin-bottom: 0;
  margin-top: 0.5em;
}

/*****************/
/* 写真＋テキスト */
/****************/
.photo-and-text {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
.photo-and-text:where(.photo-left) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
}
.photo-and-text:where(.photo-right) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
.photo-and-text div.text-area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.photo-and-text div.text-area > strong {
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
}
.photo-and-text div.text-area p {
  font-size: 1.125rem;
  line-height: 2.78;
  letter-spacing: 0.1em;
  margin-bottom: 0;
}
.photo-and-text span.photo-area {
  max-width: 80%;
}
.photo-and-text span.photo-area img {
  max-width: 100%;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .photo-and-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 2rem;
  }
  .photo-and-text span.photo-area {
    display: block;
    max-width: 100%;
    width: 100% !important;
    text-align: center;
  }
  .photo-and-text span.photo-area:not(:has(img)) {
    display: none;
  }
  .photo-and-text span.photo-area img {
    margin-bottom: 0;
  }
  .photo-and-text div.text-area > strong {
    font-size: 1.125rem;
  }
  .photo-and-text div.text-area p {
    font-size: 1rem;
  }
}

/*********************/
/* 2列写真+キャプション */
/* 3列写真+キャプション */
/* 4列写真+キャプション */
/*********************/
.two-photo,
.three-photo,
.four-photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
.two-photo .photo_set,
.three-photo .photo_set,
.four-photo .photo_set {
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.two-photo .photo_set img,
.three-photo .photo_set img,
.four-photo .photo_set img {
  display: inline-block;
}
.two-photo .photo_set .caption-title,
.three-photo .photo_set .caption-title,
.four-photo .photo_set .caption-title {
  font-size: 1.3rem;
  font-weight: 500;
  margin-top: 10px;
  text-align: left;
  margin-bottom: 0;
}
.two-photo .photo_set .caption-text,
.three-photo .photo_set .caption-text,
.four-photo .photo_set .caption-text {
  margin: 5px 0;
  line-height: 1.6;
  text-align: left;
}
.two-photo .photo_set span.photo_even,
.three-photo .photo_set span.photo_even,
.four-photo .photo_set span.photo_even {
  display: block;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 1.5;
  position: relative;
}
.two-photo .photo_set span.photo_even img,
.three-photo .photo_set span.photo_even img,
.four-photo .photo_set span.photo_even img {
  max-width: 100%;
  height: auto;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
}
.two-photo a img,
.three-photo a img,
.four-photo a img {
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background-color: #ffffff;
}
.two-photo a:hover img,
.three-photo a:hover img,
.four-photo a:hover img {
  opacity: 0.7;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .two-photo,
  .three-photo,
  .four-photo {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .two-photo.turn_on,
  .three-photo.turn_on,
  .four-photo.turn_on {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .two-photo.turn_on div.photo_set,
  .three-photo.turn_on div.photo_set,
  .four-photo.turn_on div.photo_set {
    width: 100%;
  }
  .two-photo.turn_on div.photo_set span.photo_even,
  .three-photo.turn_on div.photo_set span.photo_even,
  .four-photo.turn_on div.photo_set span.photo_even {
    aspect-ratio: unset !important;
  }
  .two-photo.turn_on div.photo_set span.photo_even img,
  .three-photo.turn_on div.photo_set span.photo_even img,
  .four-photo.turn_on div.photo_set span.photo_even img {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
  }
  .two-photo.turn_on div.photo_set + div.photo_set,
  .three-photo.turn_on div.photo_set + div.photo_set,
  .four-photo.turn_on div.photo_set + div.photo_set {
    margin-top: 2rem;
  }
}

/**********/
/* リスト */
/*********/
ul.dot, ol.dot, ul.none, ol.none {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.dot > li, ol.dot > li, ul.none > li, ol.none > li {
  position: relative;
  font-size: 1rem;
  line-height: 2;
  padding-left: 2em;
}
ul.dot > li::before, ol.dot > li::before, ul.none > li::before, ol.none > li::before {
  display: inline-block;
  width: 2em;
  position: absolute;
  left: 0;
  color: #AC0101;
}

ul.dot > li::before, ol.dot > li::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "•";
  text-align: center;
}

ul.counter, ol.counter {
  display: table;
  margin: 0;
  padding: 0;
}
ul.counter li, ol.counter li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: table-row;
  counter-increment: number;
}
ul.counter li::before, ol.counter li::before {
  content: counter(number) ".";
  display: table-cell;
  text-align: right;
  white-space: nowrap;
  padding-right: 0.4em;
}
ul.counter li::after, ol.counter li::after {
  content: "";
  display: block;
  margin-bottom: 0.5em;
}
ul.counter li:last-of-type:after, ol.counter li:last-of-type:after {
  margin-bottom: 0;
}

/**********/
/* ボタン */
/*********/
.btn-on {
  margin: 0;
}

.original-btn {
  min-width: 400px;
  padding: 1.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 90px;
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-decoration: none;
  text-align: center;
  background-color: #AC0101;
  border: 1px solid #AC0101;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.original-btn:hover, .original-btn:active, .original-btn:focus {
  color: #AC0101;
  text-decoration: none;
  background-color: #ffffff;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.original-btn.btn-big {
  min-width: 500px;
  padding: 2rem;
}
.original-btn.btn-small {
  min-width: 300px;
  font-size: 1rem;
  padding: 1.125rem;
}
.original-btn.btn-blue {
  border: 2px solid #00238C;
  background-color: #00238C;
}
.original-btn.btn-blue:hover, .original-btn.btn-blue:active, .original-btn.btn-blue:focus {
  background-color: transparent;
  color: #00238C;
}
.original-btn.btn-green {
  border: 2px solid #006600;
  background-color: #006600;
}
.original-btn.btn-green:hover, .original-btn.btn-green:active, .original-btn.btn-green:focus {
  background-color: transparent;
  color: #006600;
}
.original-btn.btn-orange {
  border: 2px solid #FF8000;
  background-color: #FF8000;
}
.original-btn.btn-orange:hover, .original-btn.btn-orange:active, .original-btn.btn-orange:focus {
  background-color: transparent;
  color: #FF8000;
}
.original-btn.btn-gray {
  border: 2px solid #999999;
  background-color: #999999;
}
.original-btn.btn-gray:hover, .original-btn.btn-gray:active, .original-btn.btn-gray:focus {
  background-color: transparent;
  color: #999999;
}
@media screen and (max-width: 767px) {
  .original-btn {
    max-width: 100%;
    min-width: 80%;
    font-size: 1rem;
    padding: 0.71428rem;
  }
  .original-btn.btn-big {
    min-width: 100%;
    padding: 1.0714rem;
  }
  .original-btn.btn-small {
    min-width: 60%;
    font-size: 0.85714rem;
  }
}

.hr-on {
  margin: 0;
}

/***********************************************/
/* Youtube GoogleMap 埋め込みタグ レスポンシブ化 */
/***********************************************/
.youtube-box,
.gmap-box {
  position: relative;
  height: 0;
  padding-bottom: 48.75%;
}
.youtube-box iframe,
.gmap-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.youtube-on,
.googlemap-on {
  margin: 0;
}

/************/
/* テーブル */
/***********/
table.table-standard,
table.table-flexible {
  width: 100%;
  border-collapse: collapse;
}
table.table-standard tr,
table.table-flexible tr {
  border: 1px solid #BEBDBD;
  border-bottom: none;
}
table.table-standard tr:last-of-type,
table.table-flexible tr:last-of-type {
  border-bottom: 1px solid #BEBDBD;
}
table.table-standard tr th,
table.table-flexible tr th, table.table-standard tr td,
table.table-flexible tr td {
  font-size: 1.125rem;
  line-height: 2;
  letter-spacing: 0.05em;
  border: none;
  padding: 2rem 2.4375rem;
}
table.table-standard tr th,
table.table-flexible tr th {
  font-weight: 500;
  white-space: nowrap;
}

.table-on {
  margin-bottom: 2rem;
}

@media screen and (max-width: 991px) {
  table.table-standard tr th, table.table-standard tr td,
  table.table-flexible tr th,
  table.table-flexible tr td {
    font-size: 1rem;
    padding: 1rem;
  }
}

@media screen and (max-width: 991px) {
  table.table-flexible {
    display: block;
    width: 100%;
    border-top: none;
    border-left: none;
    border-right: none;
  }
  table.table-flexible tbody {
    display: block;
    width: 100%;
  }
  table.table-flexible tbody tr {
    display: block;
    width: 100%;
  }
  table.table-flexible tbody tr th, table.table-flexible tbody tr td {
    display: block;
    width: 100%;
    word-break: break-all;
    padding: 0.75rem 1rem;
  }
  table.table-flexible.lefthead td {
    padding-top: 0;
  }
  table.table-flexible.tophead tr:first-of-type, table.table-flexible.lefttophead tr:first-of-type {
    display: none;
  }
  table.table-flexible.tophead td::before, table.table-flexible.lefttophead td::before {
    content: attr(data-tophead) " ： ";
  }
  table.table-standard {
    border-top: none;
    border-left: none;
    margin-bottom: 0;
  }
  table.table-standard tbody {
    display: block;
  }
  table.table-standard tbody tr th, table.table-standard tbody tr td {
    min-width: 10em;
    white-space: nowrap;
  }
}
/********/
/* 全幅 */
/*******/
section.extend {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 2rem 15px;
}
section.extend.extend_fixed {
  background-attachment: fixed;
}
section.extend.none_space {
  padding: 0;
}

@media screen and (max-width: 767px) {
  .view_pc_blocktype {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .view_sp_blocktype {
    display: none !important;
  }
}
/*************************/
/* 追加ブロックタイプ、Q&A */
/*************************/
.faq-list {
  margin-bottom: 1.3rem;
}
.faq-list div.faq-item {
  margin-bottom: 2rem;
}
.faq-list div.faq-item + div.faq-item {
  margin-top: 1rem;
}
.faq-list div.faq-item p:is(.faq-question, .faq-answer) {
  position: relative;
  padding-top: 1rem;
  padding-left: 3.888rem;
  padding-right: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 0;
}
.faq-list div.faq-item p:is(.faq-question, .faq-answer)::before {
  font-family: "Roboto";
  color: #AC0101;
  position: absolute;
  left: 1.944rem;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-weight: 700;
  font-size: 2rem;
}
.faq-list div.faq-item p.faq-question {
  position: relative;
  font-size: 1.111rem;
  font-weight: 700;
  background-color: #e6e5e1;
}
.faq-list div.faq-item p.faq-question::before {
  content: "Q";
}
.faq-list div.faq-item p.faq-answer::before {
  content: "A";
}
@media screen and (max-width: 767px) {
  .faq-list div.faq-item p.faq-question {
    padding-right: 3rem;
    cursor: pointer;
  }
  .faq-list div.faq-item p.faq-question::after {
    content: "";
    position: absolute;
    right: 1rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background-color: #707070;
    clip-path: polygon(0 46%, 46% 46%, 46% 0, 54% 0, 54% 46%, 100% 46%, 100% 54%, 54% 54%, 54% 100%, 46% 100%, 46% 54%, 0 54%);
    -webkit-transition: ALL 0.35s ease;
    transition: ALL 0.35s ease;
  }
  .faq-list div.faq-item p.faq-question.open::after {
    clip-path: polygon(0 46%, 100% 46%, 100% 54%, 0 54%);
  }
}

body.form-page main {
  padding-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  body.form-page main {
    padding-bottom: 5rem;
  }
}

section.input_wrap {
  width: 100%;
}
section.input_wrap .input_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-bottom: 1px solid #CCCCCC;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
section.input_wrap .input_group:first-of-type {
  border-top: 1px solid #CCCCCC;
}
section.input_wrap .input_group .input_label {
  display: block;
  width: 13em;
  font-size: 1.125rem;
  margin: 0;
  padding: 0;
}
section.input_wrap .input_group .input_label span.required {
  font-size: 1rem;
  color: #FF6A06;
  margin-left: 1em;
}
section.input_wrap .input_group .input_content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
section.input_wrap .input_group .input_content.name_set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
section.input_wrap .input_group .input_content.name_set div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
section.input_wrap .input_group .input_content.name_set div:first-of-type {
  padding-right: 1rem;
}
section.input_wrap .input_group .input_content.name_set div:last-of-type {
  padding-left: 1rem;
}
@media screen and (max-width: 767px) {
  section.input_wrap .input_group .input_content.name_set div:first-of-type {
    padding-right: 0.5rem;
  }
  section.input_wrap .input_group .input_content.name_set div:last-of-type {
    padding-left: 0.5rem;
  }
}
section.input_wrap .input_group .input_content.address_set {
  width: 100%;
}
section.input_wrap .input_group .input_content.address_set div:first-of-type {
  margin-bottom: 1rem;
}
section.input_wrap .input_group .input_content .schedule_set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.input_wrap .input_group .input_content .schedule_set input[name*=date],
section.input_wrap .input_group .input_content .schedule_set input[type=date] {
  width: 9rem;
}
section.input_wrap .input_group .input_content .schedule_set input[name*=time],
section.input_wrap .input_group .input_content .schedule_set input[type=time] {
  width: 7rem;
}
@media screen and (max-width: 575px) {
  section.input_wrap .input_group .input_content .schedule_set {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  section.input_wrap .input_group .input_content .schedule_set span {
    display: block;
    width: calc(100% - 17rem);
  }
  section.input_wrap .input_group .input_content .schedule_set span ~ input[type=date] {
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  section.input_wrap .input_group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  section.input_wrap .input_group .input_label {
    width: auto;
    margin-bottom: 1rem;
  }
}
section.input_wrap .input_group.has-error .input_item {
  border-color: #ff5757;
}
section.input_wrap .input_group.has-error span.error_message {
  font-size: 1rem;
  color: #ff5757;
  display: inline-block;
  font-weight: 600;
  margin-top: 0.5em;
}

.submit_area {
  text-align: center;
  margin-top: 4.125rem;
}
.submit_area p {
  width: 100%;
  margin-bottom: 2.625rem;
}
.submit_area .button_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
}
.submit_area .button_wrap .original-btn {
  min-width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.input_item {
  display: block;
  width: 100%;
  height: 3.5em;
  padding: 1em 0.75rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  color: #3e3e3e;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #999999;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  outline: none;
}
.input_item::-webkit-input-placeholder {
  color: #AAAAAA;
}
.input_item::-moz-placeholder {
  color: #AAAAAA;
}
.input_item:-ms-input-placeholder {
  color: #AAAAAA;
}
.input_item::-ms-input-placeholder {
  color: #AAAAAA;
}
.input_item::placeholder {
  color: #AAAAAA;
}
.input_item.inline_parts {
  display: inline-block;
  width: auto;
}
@media screen and (max-width: 767px) {
  .input_item {
    height: 2.5em;
    padding: 0.5em;
  }
}
.input_item:active, .input_item:focus {
  border-color: #333333;
  background-color: #fffad7;
}

textarea.input_item {
  height: auto;
}

/*** ラジオボタン ****/
input.input_item[type=radio] {
  display: none;
  border: 0;
  margin: 0;
}
input.input_item[type=radio] + label {
  display: block;
  font-size: 1rem;
  cursor: pointer;
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 0.5em;
}
input.input_item[type=radio] + label:empty {
  min-height: 1em;
}
input.input_item[type=radio] + label:last-of-type {
  margin-bottom: 0;
}
input.input_item[type=radio] + label:before, input.input_item[type=radio] + label:after {
  content: "";
  position: absolute;
  display: inline-block;
  border-radius: 50%;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
input.input_item[type=radio] + label:before {
  top: 50%;
  left: 0;
  width: 1em;
  height: 1em;
  border: 2px solid #999;
  background-color: #ffffff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
input.input_item[type=radio] + label:after {
  top: 50%;
  left: 0.25em;
  width: 0.5em;
  height: 0.5em;
  background-color: transparent;
  -webkit-transform: scale(0) translateY(-50%);
          transform: scale(0) translateY(-50%);
}
input.input_item[type=radio]:checked + label:after {
  background-color: #AC0101;
  -webkit-transform: scale(1) translateY(-50%);
          transform: scale(1) translateY(-50%);
}

input.input_item[type=checkbox] {
  display: none;
  margin: 0;
}
input.input_item[type=checkbox] + label {
  position: relative;
  padding: 10px 0px 10px 35px;
  line-height: 1.4;
  margin-bottom: 0;
}
input.input_item[type=checkbox] + label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background-color: white;
  border: 2px solid #c2ced2;
}
input.input_item[type=checkbox]:checked + label::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  left: 13px;
  width: 16px;
  height: 8px;
  margin-top: -8px;
  border-left: 3px solid #AC0101;
  border-bottom: 3px solid #AC0101;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/***************************/
/* 一覧表示（TOP・一覧共通） */
/***************************/
#news-list dl.headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  color: #151515;
  text-decoration: none;
  border-bottom: 1px solid #ccc;
  padding: 1.25rem 1.46875rem;
  margin-bottom: 0;
}
#news-list dl.headline:first-of-type {
  border-top: 1px solid #ccc;
}
#news-list dl.headline dt {
  font-family: "Roboto", Roboto, Arial, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 500;
  line-height: 1.3125;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.90625rem;
}
#news-list dl.headline dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 0;
}
#news-list dl.headline dd span.new {
  display: inline-block;
  color: #fff;
  font-family: "Roboto", Roboto, Arial, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 0.75rem;
  font-weight: bold;
  background-color: #ff7272;
  margin-right: 0.5rem;
  padding: 0 0.8125rem;
}
#news-list dl.headline dd a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #333;
  font-size: 1.125rem;
  font-weight: 400;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #news-list dl.headline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 0.8rem;
    padding: 1.125rem 1rem;
  }
  #news-list dl.headline dt {
    font-size: 0.833rem;
    margin-left: 0;
  }
  #news-list dl.headline dd {
    margin-left: 0;
  }
  #news-list dl.headline dd span.new {
    font-size: 0.833rem;
    font-weight: 400;
    line-height: 1.3;
    padding: 0 0.55rem;
  }
  #news-list dl.headline dd a {
    font-size: 1rem;
  }
}
#news-list #top_news_slick {
  overflow: hidden;
  margin: 0;
  padding-bottom: 3.4375rem;
}
#news-list #top_news_slick .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.6875rem;
}
#news-list #top_news_slick .slick-track .headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
#news-list #top_news_slick .slick-track .headline .news_img {
  width: 100%;
  max-width: 526px;
  max-height: 420px;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 1.125rem;
}
#news-list #top_news_slick .slick-track .headline .news_img img {
  height: auto;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
#news-list #top_news_slick .slick-track .headline .topnews_date {
  color: #AC0101;
  font-family: "Roboto", Roboto, Arial, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 0.5rem;
}
#news-list #top_news_slick .slick-track .headline p {
  color: #343434;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}
#news-list #top_news_slick .slick-track .headline p span.new {
  display: inline-block;
  color: #fff;
  font-family: "Roboto", Roboto, Arial, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 0.75rem;
  font-weight: bold;
  background-color: #ff7272;
  margin-right: 0.5rem;
  padding: 0 0.8125rem;
}
#news-list #top_news_slick .slick-track .headline:hover {
  text-decoration: none;
}
#news-list #top_news_slick .slick-track .headline:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media screen and (max-width: 767px) {
  #news-list #top_news_slick {
    padding-bottom: 1.4714rem;
  }
  #news-list #top_news_slick .slick-track {
    gap: 1.43rem;
  }
  #news-list #top_news_slick .slick-track .headline {
    max-width: 200px;
  }
  #news-list #top_news_slick .slick-track .headline .news_img {
    max-width: 200px;
    max-height: 100%;
    margin-bottom: 0.429rem;
  }
  #news-list #top_news_slick .slick-track .headline .news_img img {
    width: 100%;
  }
  #news-list #top_news_slick .slick-track .headline .topnews_date {
    font-size: 0.7143rem;
    padding-bottom: 0.643rem;
  }
  #news-list #top_news_slick .slick-track .headline p {
    font-size: 0.85714rem;
  }
}

nav.nav_pagination ul.item_wrap {
  --link-color:#303030;
  --link-fond-color:#FAFAFA;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.25rem;
  font-weight: 500;
  padding: 0;
  margin: 5.20625rem 0 0;
}
nav.nav_pagination ul.item_wrap li:where(.arrow, .item) > a, nav.nav_pagination ul.item_wrap li:where(.arrow, .item) span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 1.8em;
  aspect-ratio: 1/1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
}
nav.nav_pagination ul.item_wrap li.arrow a {
  border: 2px solid var(--link-color);
  border-radius: 5px;
  background-color: var(--link-fond-color);
}
nav.nav_pagination ul.item_wrap li.arrow a i {
  width: 0.5em;
  aspect-ratio: 10/17;
  display: inline-block;
  background-color: var(--link-color);
}
nav.nav_pagination ul.item_wrap li.arrow a:is(:hover, :focus, :active) {
  --link-color:#FAFAFA;
  --link-fond-color:#808080;
}
nav.nav_pagination ul.item_wrap li.arrow a[href="#"] {
  --link-color:#CCC;
  pointer-events: none;
}
nav.nav_pagination ul.item_wrap li.arrow:first-child {
  margin-right: 2.125rem;
}
nav.nav_pagination ul.item_wrap li.arrow:first-child a i {
  clip-path: polygon(90% 0, 100% 10%, 30% 50%, 100% 90%, 90% 100%, 0 50%);
}
nav.nav_pagination ul.item_wrap li.arrow:last-child {
  margin-left: 2.125rem;
}
nav.nav_pagination ul.item_wrap li.arrow:last-child a i {
  clip-path: polygon(10% 0, 0% 10%, 70% 50%, 0 90%, 10% 100%, 100% 50%);
}
nav.nav_pagination ul.item_wrap li.item a {
  color: #aeaeae;
}
nav.nav_pagination ul.item_wrap li.item.active span {
  color: var(--link-color);
}
@media screen and (max-width: 767px) {
  nav.nav_pagination ul.item_wrap {
    margin-top: 2.5rem;
  }
}

a.icon_newscat {
  display: inline-block;
  color: #AC0101;
  font-family: Roboto, Arial, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 0.625rem;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  border: 1px solid #AC0101;
  padding: 0 7px;
  background-color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  a.icon_newscat {
    font-size: 0.75rem;
    padding: 0 6px;
  }
}
a.icon_newscat:is(:hover, :focus, :active) {
  color: #fff;
  background-color: #AC0101;
}

body.top-page {
  position: relative;
}
body.top-page::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 113px;
  background-color: #2e2e2e;
  z-index: 1;
}
body.top-page header.global_header {
  background-color: transparent;
}
@media screen and (max-width: 991px) {
  body.top-page::before {
    height: 60px;
  }
}
body.top-page section.top_mainvisual {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  min-height: 690px;
  height: auto;
  max-height: 938px;
  aspect-ratio: 16/9;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  body.top-page section.top_mainvisual {
    width: 100%;
    height: 120dvw;
    min-height: auto;
    aspect-ratio: unset;
  }
}
body.top-page section.top_mainvisual::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 213px;
  background: -webkit-gradient(linear, left top, left bottom, from(#000), to(transparent));
  background: linear-gradient(to bottom, #000 0%, transparent 100%);
  z-index: 1;
}
body.top-page section.top_mainvisual .loader {
  margin: 100px auto;
  font-size: 25px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load5 1.1s infinite ease;
          animation: load5 1.1s infinite ease;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
body.top-page section.top_mainvisual div.top_video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
body.top-page section.top_mainvisual div.top_video video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
body.top-page section.top_mainvisual div.top_slideshow {
  width: 78.54%;
  margin-left: auto;
  height: 0;
  padding-bottom: max(50%, 100vh - 108px);
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  color: #EAEEF2;
}
body.top-page section.top_mainvisual div.top_slideshow .slide {
  position: absolute;
  top: 0%;
  left: 0%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: -1;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 3s ease, -webkit-transform 5s linear;
  transition: opacity 3s ease, -webkit-transform 5s linear;
  transition: opacity 3s ease, transform 5s linear;
  transition: opacity 3s ease, transform 5s linear, -webkit-transform 5s linear;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(1.15) translate3d(0, 0, 0);
          transform: scale(1.15) translate3d(0, 0, 0);
}
body.top-page section.top_mainvisual div.top_slideshow .slide.showfase {
  opacity: 1;
  -webkit-transform: scale(1.075) translate3d(0, 0, 0) rotate(0.0001deg);
          transform: scale(1.075) translate3d(0, 0, 0) rotate(0.0001deg);
}
body.top-page section.top_mainvisual div.top_slideshow .slide.fadefase {
  opacity: 0;
  -webkit-transform: scale(1) translate3d(0, 0, 0) rotate(0.0001deg);
          transform: scale(1) translate3d(0, 0, 0) rotate(0.0001deg);
}
@media screen and (max-width: 767px) {
  body.top-page section.top_mainvisual div.top_slideshow {
    width: 100%;
    padding-bottom: 80.25%;
  }
}
body.top-page section.top_mainvisual div.top_photo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  body.top-page section.top_mainvisual div.top_photo {
    background-image: url(../img/main_visual_sp.jpg) !important;
  }
}
body.top-page section.top_mainvisual div.contents {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
body.top-page section.top_mainvisual div.contents div.catch {
  position: absolute;
  top: 50%;
  left: 7%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: left;
  width: 80%;
  max-width: 551px;
  height: 477px;
  z-index: 1;
  background-color: #bfc5ca;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.top-page section.top_mainvisual div.contents div.catch h2 {
  margin: 0;
  font-size: 2.75rem;
  letter-spacing: 0.089em;
  line-height: 1.25;
  margin-bottom: 1rem;
}
body.top-page section.top_mainvisual div.contents div.catch p {
  font-size: 1rem;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  body.top-page section.top_mainvisual div.contents div.catch {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-align: center;
    width: 64%;
    max-width: 243px;
    height: 68%;
    max-height: 212px;
    background-color: rgba(191, 197, 202, 0.73);
    padding: 1rem;
  }
  body.top-page section.top_mainvisual div.contents div.catch h2 {
    font-size: 1.5rem;
  }
  body.top-page section.top_mainvisual div.contents div.catch p {
    font-size: 0.7142rem;
  }
}
body.top-page .top_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  font-size: 2.1875rem;
  font-weight: 500;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  body.top-page .top_title {
    font-size: 1.5rem;
  }
}
body.top-page section.top_kenshin_wrap {
  padding: 4.875rem 0 7.1875rem;
}
body.top-page section.top_kenshin_wrap h3.top_title {
  gap: 1.3125rem;
  margin: 0;
}
body.top-page section.top_kenshin_wrap h3.top_title span {
  position: relative;
  display: block;
  width: 122px;
  height: 2px;
}
body.top-page section.top_kenshin_wrap h3.top_title span::before, body.top-page section.top_kenshin_wrap h3.top_title span::after {
  content: "";
  position: absolute;
  top: 0;
  width: 50%;
  height: 2px;
}
body.top-page section.top_kenshin_wrap h3.top_title span::before {
  left: 0;
  background-color: #EB0303;
}
body.top-page section.top_kenshin_wrap h3.top_title span::after {
  left: 50%;
  background-color: #E5E5E5;
}
body.top-page section.top_kenshin_wrap .text-only p {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2.75;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  body.top-page section.top_kenshin_wrap {
    padding: 4rem 0;
  }
  body.top-page section.top_kenshin_wrap .text-only p {
    font-size: 1rem;
    line-height: 2.25;
  }
}
@media screen and (max-width: 575px) {
  body.top-page section.top_kenshin_wrap .text-only {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: left !important;
  }
}
body.top-page section.top_about_wrap {
  background-image: url("../files/images/photo00000007.jpg");
  background-position: unset;
  background-repeat: repeat;
  background-size: auto;
  padding: 5.875rem 0 8.875rem;
}
body.top-page section.top_about_wrap h3.top_title {
  margin-bottom: 4.0625rem;
}
body.top-page section.top_about_wrap ul {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  grid-template-columns: repeat(2, 1fr);
  gap: 2.3125rem 2.1875rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
body.top-page section.top_about_wrap ul li {
  position: relative;
  overflow: hidden;
}
body.top-page section.top_about_wrap ul li:first-of-type {
  grid-row: span 2/span 2;
}
body.top-page section.top_about_wrap ul li:first-of-type a {
  background-position: top;
}
body.top-page section.top_about_wrap ul li:first-of-type span {
  bottom: 1.625rem;
  left: 2.4375rem;
}
body.top-page section.top_about_wrap ul li:last-of-type {
  grid-column-start: 2;
}
body.top-page section.top_about_wrap ul li:not(:first-of-type) {
  max-width: 573px;
  width: 100%;
  margin-left: auto;
}
body.top-page section.top_about_wrap ul li:not(:first-of-type) a {
  height: 0;
  padding-bottom: 50.08%;
}
body.top-page section.top_about_wrap ul li:not(:first-of-type) span {
  bottom: 1.375rem;
  left: 2.25rem;
}
body.top-page section.top_about_wrap ul li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  height: 100%;
  text-decoration: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
body.top-page section.top_about_wrap ul li a:hover, body.top-page section.top_about_wrap ul li a:active, body.top-page section.top_about_wrap ul li a:focus {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
body.top-page section.top_about_wrap ul li a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: radial-gradient(transparent, black);
  pointer-events: none;
}
body.top-page section.top_about_wrap ul li span {
  position: absolute;
  display: inline-block;
  color: #fff;
  font-size: 1.625rem;
  font-weight: bold;
  line-height: 1.385;
  letter-spacing: 0.2em;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  pointer-events: none;
}
@media screen and (max-width: 991px) {
  body.top-page section.top_about_wrap ul {
    gap: 1.25rem;
  }
  body.top-page section.top_about_wrap ul li span {
    bottom: 1.5rem !important;
    left: 1.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  body.top-page section.top_about_wrap {
    padding: 3rem 0 4.5rem;
  }
  body.top-page section.top_about_wrap h3.top_title {
    margin-bottom: 2.5rem;
  }
  body.top-page section.top_about_wrap ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body.top-page section.top_about_wrap ul li:first-of-type a {
    height: 0;
    padding-bottom: 120%;
  }
  body.top-page section.top_about_wrap ul li:not(:first-of-type) {
    max-width: 100%;
  }
}
@media screen and (max-width: 575px) {
  body.top-page section.top_about_wrap ul {
    gap: 1.25rem;
  }
  body.top-page section.top_about_wrap ul li span {
    font-size: 1.375rem;
    padding-bottom: 5px;
  }
}
body.top-page section.top_access_wrap {
  padding: 4.3125rem 0 7rem;
}
body.top-page section.top_access_wrap h3.top_title {
  margin: 0;
}
body.top-page section.top_access_wrap h3.top_title span {
  font-size: 1.125rem;
  letter-spacing: 0.2em;
}
body.top-page section.top_access_wrap .gmap-box {
  padding-bottom: 28.084%;
}
body.top-page section.top_access_wrap a.original-btn {
  max-width: 478px;
  width: 100%;
}
@media screen and (max-width: 991px) {
  body.top-page section.top_access_wrap .gmap-box {
    padding-bottom: 45%;
  }
}
@media screen and (max-width: 767px) {
  body.top-page section.top_access_wrap {
    padding: 3rem 0 4rem;
  }
  body.top-page section.top_access_wrap .gmap-box {
    padding-bottom: 75%;
  }
  body.top-page section.top_access_wrap .btn-on {
    padding: 0 15px;
  }
  body.top-page section.top_access_wrap .btn-on a.original-btn {
    max-width: 100%;
  }
}

@-webkit-keyframes load5 {
  0%, 100% {
    -webkit-box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
            box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }
  12.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }
  25% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  37.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  50% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  62.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  75% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  87.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
  }
}
@keyframes load5 {
  0%, 100% {
    -webkit-box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
            box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }
  12.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }
  25% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  37.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  50% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  62.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  75% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  87.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
  }
}
/************************************
サイトマップテーブル
************************************/
table.sitemap-table {
  width: 100%;
}
table.sitemap-table th,
table.sitemap-table td {
  line-height: 1.2;
  border-top: none;
  border-bottom: 1px solid #cccccc;
  padding: 20px;
}
table.sitemap-table th {
  font-size: 1rem;
  width: 50px;
  white-space: nowrap;
  font-weight: normal;
}
table.sitemap-table a {
  color: #212529;
  text-decoration: none;
}
table.sitemap-table a:hover, table.sitemap-table a:active, table.sitemap-table a:focus {
  text-decoration: underline;
}
table.sitemap-table td {
  font-size: 1rem;
  font-weight: normal;
}
table.sitemap-table td p {
  margin-bottom: 0;
}
table.sitemap-table td p + p {
  margin-top: 1em;
}
table.sitemap-table td p a {
  display: inline-block;
  position: relative;
  padding-left: 10px;
}
table.sitemap-table td p a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  position: absolute;
  top: 0;
  left: 0;
  color: #AC0101;
}
@media screen and (max-width: 767px) {
  table.sitemap-table {
    display: block;
  }
  table.sitemap-table tbody, table.sitemap-table tr, table.sitemap-table th, table.sitemap-table td {
    display: block;
  }
  table.sitemap-table th {
    width: auto;
    white-space: normal;
    border-bottom: none;
    padding: 15px 10px;
  }
  table.sitemap-table td {
    padding: 0 20px;
    margin: 10px;
  }
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

section.gray_bg {
  padding-left: 0;
  padding-right: 0;
}
section.gray_bg .lv1 span::before, section.gray_bg .lv1 span::after {
  background-color: #F6F6F6;
}

@media screen and (max-width: 575px) {
  .sp_br {
    display: none;
  }
}

/************************************
神社について
************************************/
.photo-and-text.message_block {
  position: relative;
}
.photo-and-text.message_block span.photo-area {
  max-width: 420px;
  width: 100% !important;
}
.photo-and-text.message_block div.text-area > strong {
  position: absolute;
  top: calc(580px + 1.5rem);
  left: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.5625rem;
  letter-spacing: 0.2em;
  margin: 0;
}
.photo-and-text.message_block div.text-area > strong span {
  font-size: 1.125rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 991px) {
  .photo-and-text.message_block span.photo-area {
    margin: 0 auto;
  }
  .photo-and-text.message_block div.text-area > strong {
    position: static;
    margin-bottom: 10px;
  }
  .photo-and-text.message_block div.text-area p {
    line-height: 2.3;
  }
}
@media screen and (max-width: 575px) {
  .photo-and-text.message_block span.photo-area {
    max-width: 100%;
  }
}

.table-on.history_tbl table {
  border-bottom: 1px solid #DBDAC3;
}
.table-on.history_tbl table.tophead tr th:last-of-type {
  border-right: none;
}
.table-on.history_tbl table.tophead tr td:first-of-type {
  white-space: nowrap;
}
.table-on.history_tbl table.tophead tr td:last-of-type {
  text-align: left;
}
.table-on.history_tbl table.lefthead tr td:first-of-type {
  white-space: nowrap;
}
.table-on.history_tbl table.lefthead tr td:last-of-type {
  white-space: normal;
}
.table-on.history_tbl table tr {
  border-color: #DBDAC3;
}
.table-on.history_tbl table tr:last-of-type {
  border-bottom-color: #DBDAC3;
}
.table-on.history_tbl table tr th, .table-on.history_tbl table tr td {
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #DBDAC3;
  padding: 0.8125rem 1.5rem;
}
.table-on.history_tbl table tr th {
  background-color: #FCFCF5;
}
.table-on.history_tbl table tr td {
  white-space: nowrap;
  background-color: #fff;
  border-bottom: 1px solid #DBDAC3;
}
.table-on.history_tbl table tr td:last-of-type {
  white-space: normal;
  border-right: none;
}
@media screen and (max-width: 991px) {
  .table-on.history_tbl table.table-standard {
    border-bottom: none;
  }
  .table-on.history_tbl table.table-standard:not(.tophead) tr td {
    white-space: nowrap;
  }
  .table-on.history_tbl table.table-flexible {
    border-bottom: none;
  }
  .table-on.history_tbl table.table-flexible tr td {
    text-align: left;
    border-bottom: none;
    border-right: none;
  }
  .table-on.history_tbl table.table-flexible tr td + td {
    padding-top: 0;
  }
  .table-on.history_tbl table.table-flexible.lefthead tr th, .table-on.history_tbl table.table-flexible.lefttophead tr th {
    text-align: left;
    border-bottom: 1px solid #DBDAC3;
    border-right: none;
  }
  .table-on.history_tbl table tr th, .table-on.history_tbl table tr td {
    white-space: normal;
  }
}

/************************************
ご祈祷・お祓い
************************************/
.tag-on.pray_list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  border-bottom: 1px solid #BEBDBD;
  margin: 0;
  padding: 4.5rem 2.4375rem;
}
.tag-on.pray_list dl:first-of-type {
  border-top: 1px solid #BEBDBD;
}
.tag-on.pray_list dl dt, .tag-on.pray_list dl dd {
  letter-spacing: 0.1em;
}
.tag-on.pray_list dl dt {
  font-size: 1.4375rem;
  font-weight: 500;
}
.tag-on.pray_list dl dd {
  font-size: 1.125rem;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .tag-on.pray_list dl {
    padding: 1.5rem 10px;
  }
  .tag-on.pray_list dl dt {
    font-size: 1.25rem;
  }
  .tag-on.pray_list dl dd {
    font-size: 1rem;
  }
}

/************************************
交通アクセス
************************************/
span.access_address {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  border-top: 2px solid #E5E5E5;
  border-bottom: 2px solid #E5E5E5;
  margin-top: 40px;
  padding: 1.25rem 0;
}
@media screen and (max-width: 767px) {
  span.access_address {
    font-size: 1.125rem;
    padding: 1rem 0;
  }
}

@media screen and (max-width: 575px) {
  .text-only:has(span.access_address) {
    text-align: left !important;
  }
  .text-only:has(span.access_address) p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.tag-on.access_list ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.tag-on.access_list ul li {
  max-width: 540px;
  width: 100%;
}
.tag-on.access_list ul li::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: calc(100% - 2.6875rem);
  background-color: #eee;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.tag-on.access_list ul li:nth-of-type(even)::after {
  display: none;
}
.tag-on.access_list ul li h4 {
  font-size: 1.6875rem;
  letter-spacing: 0.1em;
  margin-bottom: 1.25rem;
}
.tag-on.access_list ul li p {
  font-size: 1.125rem;
  line-height: 2;
  letter-spacing: 0.05em;
  margin: 0;
}
.tag-on.access_list ul li p strong {
  display: block;
}
.tag-on.access_list ul li a {
  display: inline-block;
  color: #02338A;
  text-decoration: underline;
  margin-top: 40px;
}
@media screen and (max-width: 991px) {
  .tag-on.access_list ul li h4 {
    font-size: 1.375rem;
  }
  .tag-on.access_list ul li p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .tag-on.access_list ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
  .tag-on.access_list ul li {
    max-width: 100%;
    border-bottom: 2px solid #eee;
    padding-bottom: 2rem;
  }
  .tag-on.access_list ul li:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
  }
  .tag-on.access_list ul li::after {
    display: none;
  }
  .tag-on.access_list ul li h4 {
    font-size: 1.25rem;
  }
}

.photo-and-text.parking_block span.photo-area {
  max-width: 582px;
}
.photo-and-text.parking_block div.text-area p {
  font-size: 1rem;
  line-height: 2;
}
.photo-and-text.parking_block div.text-area p > strong {
  font-size: 1.375rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.photo-and-text.parking_block div.text-area p > strong small {
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.photo-and-text.parking_block div.text-area p span {
  font-size: 1.125rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 991px) {
  .photo-and-text.parking_block span.photo-area {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .photo-and-text.parking_block div.text-area p > strong {
    font-size: 1.125rem;
  }
  .photo-and-text.parking_block div.text-area p > strong small {
    font-size: 0.875rem;
  }
  .photo-and-text.parking_block div.text-area p span {
    font-size: 1rem;
  }
}

/*********/
/*詳細画面*/
/********/
@media screen and (max-width: 767px) {
  body.news-page main div.page-title {
    height: 8rem;
    margin-bottom: 0;
  }
}
body.news-page article.news_article {
  width: 100%;
  max-width: 1130px;
  padding: 0 15px;
  margin: 0 auto;
}
body.news-page article.news_article h3:has(+ #news-list) {
  color: #AC0101;
  font-size: 1.5625rem;
  font-weight: 500;
  margin-bottom: 1em;
}
body.news-page nav.breadcrumb-filud {
  margin-bottom: 0;
}
body.news-page aside.news_filter {
  background-color: #e4e4e4;
  margin-bottom: 4.375rem;
}
body.news-page aside.news_filter > div {
  width: 100%;
  max-width: 1130px;
  padding: 0 15px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  height: 130px;
}
body.news-page aside.news_filter > div nav {
  display: contents;
}
body.news-page aside.news_filter > div nav h3 {
  color: #333;
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 0;
  letter-spacing: 0.025em;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  body.news-page aside.news_filter > div nav:nth-of-type(2) h3 {
    margin-left: 40px;
  }
}
body.news-page aside.news_filter > div nav .select_wrap {
  font-size: 1rem;
  position: relative;
  width: min(18em, 100%);
}
body.news-page aside.news_filter > div nav .select_wrap select {
  padding: 0.875em;
  padding-right: 2.5em;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  position: relative;
  letter-spacing: 0.05em;
  width: 100%;
  outline: none;
  border-color: #CCCCCC;
}
body.news-page aside.news_filter > div nav .select_wrap select:has(option:checked[value=""]) {
  color: #A8B19F;
}
body.news-page aside.news_filter > div nav .select_wrap select option {
  color: #111;
}
body.news-page aside.news_filter > div nav .select_wrap::after {
  content: "";
  display: block;
  width: 0.75em;
  height: 0.625em;
  background-color: #333;
  position: absolute;
  top: 50%;
  right: 0.875em;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  body.news-page aside.news_filter {
    margin-bottom: 2.5rem;
  }
  body.news-page aside.news_filter > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    height: auto;
    gap: 15px;
    padding: 1rem 30px;
  }
  body.news-page aside.news_filter > div nav {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
  }
  body.news-page aside.news_filter > div nav h3 {
    width: 5.5em;
    text-align: right;
  }
  body.news-page aside.news_filter > div nav .select_wrap select {
    padding: 0.5em;
    padding-right: 1.75em;
  }
  body.news-page aside.news_filter > div nav .select_wrap::after {
    right: 0.5em;
  }
}
body.news-page div.content {
  border: 1px solid #DDDDDD;
  border-radius: 1.25rem;
  padding: 3.125rem;
  margin-bottom: 4rem;
}
body.news-page div.content em.content-title {
  display: block;
  border-bottom: 3px solid #AC0101;
  font-style: normal;
  font-size: 1.75rem;
  font-weight: bold;
  padding-bottom: 1rem;
}
body.news-page div.content p.content-data {
  margin: 1.125rem 0 1.75rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  body.news-page div.content {
    padding: 1.75rem;
  }
  body.news-page div.content em.content-title {
    font-size: 1.3rem;
  }
}
body.news-page nav.detail_pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.125rem;
}
body.news-page nav.detail_pager a {
  --link-color:#535353;
  color: var(--link-color);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  gap: 1rem;
}
body.news-page nav.detail_pager a span {
  width: 2em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  aspect-ratio: 1/1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #FAFAFA;
  border: 2px solid var(--link-color);
  border-radius: 5px;
}
body.news-page nav.detail_pager a span i {
  width: 10px;
  aspect-ratio: 10/17;
  display: inline-block;
  background-color: var(--link-color);
}
body.news-page nav.detail_pager a:first-of-type {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
}
body.news-page nav.detail_pager a:first-of-type i {
  clip-path: polygon(90% 0, 100% 10%, 30% 50%, 100% 90%, 90% 100%, 0 50%);
}
body.news-page nav.detail_pager a:last-of-type {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
body.news-page nav.detail_pager a:last-of-type i {
  clip-path: polygon(10% 0, 0% 10%, 70% 50%, 0 90%, 10% 100%, 100% 50%);
}
body.news-page nav.detail_pager a:is(:hover, :active, :focus) {
  --link-color:#000000;
}
body.news-page nav.detail_pager a[href="#"] {
  --link-color:#CCC;
  pointer-events: none;
}

body.form-page .custom-form {
  margin-top: -4.25rem;
  padding-top: 8.5rem;
}
body.form-page p.form_lead {
  margin-bottom: 3.25rem;
  letter-spacing: 0.092em;
}
body.form-page section.contactform_wrap div.tel-number,
body.form-page section.contactform_wrap div.fax-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-bottom: 1px solid #CCCCCC;
  padding-top: 3rem;
  padding-bottom: 3rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body.form-page section.contactform_wrap div.tel-number h4,
body.form-page section.contactform_wrap div.fax-number h4 {
  font-size: 1.25rem;
  width: 100%;
  margin-bottom: 0;
}
body.form-page section.contactform_wrap div.tel-number p,
body.form-page section.contactform_wrap div.fax-number p {
  margin-bottom: 0;
}
body.form-page section.contactform_wrap div.tel-number p.type,
body.form-page section.contactform_wrap div.fax-number p.type {
  font-size: 1.25rem;
  font-weight: 500;
  border-bottom: 2px solid #000000;
  margin-right: 1em;
  letter-spacing: 0.092em;
}
body.form-page section.contactform_wrap div.tel-number p.number,
body.form-page section.contactform_wrap div.fax-number p.number {
  font-size: 2.5rem;
  font-weight: 500;
  margin-right: 2rem;
  letter-spacing: 0.092em;
}
body.form-page section.contactform_wrap div.tel-number p.supplementary,
body.form-page section.contactform_wrap div.fax-number p.supplementary {
  font-size: 1rem;
  letter-spacing: 0.092em;
}
@media screen and (max-width: 767px) {
  body.form-page section.contactform_wrap div.tel-number,
  body.form-page section.contactform_wrap div.fax-number {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  body.form-page section.contactform_wrap div.tel-number p.number,
  body.form-page section.contactform_wrap div.fax-number p.number {
    white-space: nowrap;
    font-size: 2rem;
  }
  body.form-page section.contactform_wrap div.tel-number p.supplementary,
  body.form-page section.contactform_wrap div.fax-number p.supplementary {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */