@charset "UTF-8";
:root {
  --base-fontcolor: #292f4a;
  --base-green: #007f39;
  --base-green-sub: #48aa08;
}
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:where([hidden]:not([hidden="until-found"])) {
  display: none !important;
}
:where(html) {
  -webkit-text-size-adjust: none;
  color-scheme: dark light;
}
@supports not (min-block-size: 100dvb) {
  :where(html) {
    block-size: 100%;
  }
}
:where(body) {
  block-size: 100%;
  block-size: 100dvb;
  line-height: 1.5;
}
:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
}
:where(textarea) {
  resize: vertical;
  resize: block;
}
:where(button, label, select, summary, [role="button"], [role="option"]) {
  cursor: pointer;
}
:where(:disabled) {
  cursor: not-allowed;
}
:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}
:where(button) {
  border-style: solid;
}
:where(a) {
  text-underline-offset: 0.2ex;
}
:where(ul, ol) {
  list-style: none;
}
:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}
:where(img, picture, svg) {
  max-inline-size: 100%;
  block-size: auto;
}
:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}
:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
}
:where(hr) {
  border: none;
  border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}
:where(
    .visually-hidden:not(:focus, :active, :focus-within, .not-visually-hidden)
  ) {
  clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  /* overflow: hidden !important; */
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
}
img {
  height: auto;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
::selection {
  color: #fff;
  background-color: var(--base-green);
}
body {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  /* font-weight: <weight>; */
  font-style: normal;
  font-size: 16px;
  line-height: 1.75;
  color: #292f4a;
  font-weight: 400;
  background: #fff;
}
@media screen and (max-width: 400px) {
  body {
    font-size: 4vw;
  }
}
@media screen and (max-width: 519px) {
  html {
    height: -webkit-fill-available;
  }
  body {
    overflow-x: clip;
    min-height: 100vh;
    min-height: -webkit-fill-available;
  }
}
input,
button,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
  font-size: 16px;
}
a {
  text-decoration: none;
  color: var(--base-fontcolor);
  -webkit-tap-highlight-color: transparent;
}
@media (min-width: 740px) {
  a[href^="tel:"] {
    pointer-events: none;
    color: var(--base-fontcolor);
    text-decoration: none;
  }
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
  shape-margin: 0.75rem;
}

/* レスポンシブ */
@media (max-width: 739px) {
  .pctb_only {
    display: none;
  }
}
@media (max-width: 959px) {
  .pc_only {
    display: none;
  }
}
@media (min-width: 740px) {
  .sp_only {
    display: none;
  }
}
@media (min-width: 960px) {
  .sptb_only {
    display: none;
  }
}
/* ページ設定 */
.page_wrapper {
  overflow-x: clip;
  position: relative;
}
.bw {
  margin: 0 auto;
  width: 84%;
  max-width: 950px;
}
.bold {
  font-weight: bold;
}
main {
  padding: 4em 0;
}
@media (max-width: 959px) {
  .page_wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
  }
  .page_content {
    flex: 1;
  }
}
@media (min-width: 960px) {
  main {
    padding: 0 0 4em 0;
  }
  .page_content {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
  }
  .page_content main {
    flex: 1;
  }
}
main a {
  color: var(--base-green);
  text-decoration: underline;
  text-underline-offset: 4px;
  transition: 0.3s;
}
@media (hover: hover) {
  main a:hover {
    text-decoration: none;
  }
}
@media (min-width: 960px) {
  .page_wrapper {
    display: flex;
  }
  .page_intro {
    position: relative;
    background: #c1e5ac;
    width: 24%;
  }
  .page_intro_inner {
    position: fixed;
    top: 0;
    height: 100vh;
    overflow-y: auto;
    width: inherit;
    background-image: url(../images/nav_bg.jpg);
    background-size: cover;
    background-position: center bottom;
  }
  .page_content {
    width: 76%;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 2;
  }
}
/* ナビゲーション */
.page_nav h1 {
  padding: 0 0 0.5em;
  text-align: center;
}
.page_nav h1 img {
  margin: auto;
}
.page_nav nav li {
  padding: 0.25em 0;
  font-feature-settings: "palt";
  letter-spacing: 0.03em;
  line-height: 1.3;
}
.page_nav nav li a {
  font-weight: 500;
  color: var(--base-green);
  display: block;
  background-color: #fff;
  padding: 0.8em 1.5em;
  border-radius: 10em;
  box-shadow: 0 2px 5px rgba(0, 119, 54, 0.15);
}
.page_nav nav li.memberpage a {
  white-space: pre-wrap;
  word-break: keep-all;
  padding-left: 3.5em;
  position: relative;
}
.page_nav nav li.memberpage a::before {
  content: "";
  width: 1.4em;
  height: 1.4em;
  background: url(../images/icon_lock.svg) no-repeat;
  background-size: contain;
  position: absolute;
  left: 1.3em;
  top: calc(50% - 0.8em);
}
.page_nav nav li.hassublink dl {
  background-color: #fff;
  border-radius: 1.375em;
  box-shadow: 0 2px 5px rgba(0, 119, 54, 0.15);
  overflow: hidden;
}
.page_nav nav li.hassublink dt {
  font-weight: 500;
  color: var(--base-green);
  display: block;
  background: transparent;
  padding: 0.8em 1.5em;
  cursor: pointer;
}
.page_nav nav li.hassublink dd {
  display: none;
}
.page_nav nav li.hassublink dl a {
  white-space: pre-wrap;
  word-break: keep-all;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
  border-top: 1px solid rgba(0, 127, 27, 0.2);
  font-size: 0.85em;
}
@media (min-width: 960px) and (max-width: 1239px) {
.page_nav nav li.nav_circle br {
 display: none;
}
}
@media (hover: hover) {
  .page_nav nav li a,
  .page_nav nav li.hassublink dt {
    transition: all 0.3s;
  }
  .page_nav nav li a:hover,
  .page_nav nav li.hassublink dt:hover,
  .page_nav nav li.hassublink dl a:hover {
    background: #ffffb4;
  }
}

/* ヘッダ及びハンバーガーメニュー */
@media (max-width: 959px) {
  .header {
    position: absolute;
    z-index: 2;
  }
  .nav_trigger {
    position: fixed;
    top: 10px;
    right: 10px;
    width: 48px;
    height: 48px;
    z-index: 111;
    transition: 0.3s;
    background: #fff;
    border: 1px solid rgba(0, 119, 54, 0.15);
    border-radius: 50%;
  }
  .nav_trigger span {
    position: absolute;
    display: block;
    width: 24px;
    height: 2px;
    left: 11px;
    background-color: var(--base-green);
    transition: 0.3s;
    top: calc(50% - 1px);
  }
  .nav_trigger span:first-child {
    top: calc(50% - 6px);
  }
  .nav_trigger span:last-child {
    top: calc(50% + 4px);
  }
  .nav_trigger.open span:first-child {
    top: calc(50% - 1px);
    transform: rotate(45deg);
  }
  .nav_trigger.open span:nth-child(2) {
    opacity: 0;
  }
  .nav_trigger.open span:last-child {
    top: calc(50% - 1px);
    transform: rotate(-45deg);
  }
  .page_nav {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    right: -100vw;
    overflow-y: auto;
    background-image: url(../images/nav_bg_sp.jpg);
    background-size: cover;
    background-position: center bottom;
    z-index: 110;
    transition: 0.5s;
  }
  .page_nav.open {
    right: 0;
  }
  .header .header_logo,
  .page_nav .header_logo {
    padding: 10px 0 11px 6%;
  }
  .header .header_logo img,
  .page_nav .header_logo img {
    width: 150px;
  }
  .page_nav > div.sp_nav {
    width: 74%;
    max-width: 300px;
    margin: auto;
    padding: 3em 0 5em;
  }
  .page_nav > div.sp_nav h1 img {
    width: 80%;
    margin: auto;
  }
  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 119, 54, 0.3);
    z-index: 99;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
  }
  .overlay.open {
    opacity: 1;
    pointer-events: all;
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .header .header_logo {
    padding: 15px 0 15px 20px;
  }
  .header .header_logo img {
    width: 170px;
  }
  .nav_trigger {
    top: 17px;
    right: 15px;
  }
  .page_nav {
    width: 340px;
  }
  .page_nav nav li a {
    font-size: 0.9em;
  }
  .page_nav nav li.memberpage a {
    font-size: 0.85em;
    padding: 1em 1.75em 1em 3.2em;
  }
  .page_nav .header_logo {
    margin: 15px 0 0 6%;
    width: 160px;
  }
}
/* 左ナビ（タブレット横・PC） */
@media (min-width: 960px) {
  .header .header_logo {
    margin: 20px 0 0 8.5%;
    width: 180px;
  }
  .page_nav .header_logo {
    display: none;
  }
  .page_nav {
    width: 84%;
    max-width: 260px;
    margin: 0 auto;
    padding: 3em 0 2em;
  }
  .page_nav h1 {
    font-size: 2.35em;
  }
  .page_nav h1 img {
    margin: auto;
    width: 86%;
  }
  .page_nav h1 span {
    display: block;
    white-space: nowrap;
  }
  .page_nav nav li a,
  .page_nav nav li.hassublink dt {
    font-size: 0.9em;
  }
  .page_nav nav li.memberpage a {
    padding: 1em 1.75em 1em 3.5em;
  }
}
/* ヘッダカテゴリー表示 */
.page_category_title {
  color: var(--base-green);
  height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 0 15px 0;
}
.page_site_logo {
  width: 150px;
  margin-bottom: 1em;
}
.page_category_title a {
  color: var(--base-green);
}
.page_category_title h2 {
  text-align: center;
  font-feature-settings: "palt";
  letter-spacing: 0.03em;
  line-height: 1;
  font-size: 1.2em;
  font-weight: 800;
}
.page_category_title h2 span {
  display: inline-block;
  border: 4px solid var(--base-green);
  background: #fff;
  border-radius: 50em;
  padding: 1em 1.5em;
  position: relative;
}
.page_category_title h2 span::before,
.page_category_title h2 span::after {
  content: "";
  position: absolute;
}
.page_category_title h2 span::before {
  width: 40px;
  height: 4px;
  background-image: url(../images/category_title_before.png);
  background-size: 60px 4px;
  left: 1.5em;
  top: -4px;
}
.page_category_title h2 span::after {
  width: 60px;
  height: 14px;
  background-image: url(../images/category_title_after.png);
  background-size: 60px 14px;
  left: calc(50% - 30px);
  bottom: -14px;
}
@media (max-width: 959px) {
  .page_category_title {
    height: 260px;
    padding-top: 40px;
    background: url(../images/category_title_bg.jpg);
    background-position: 50% 50%;
    background-size: cover;
  }
}
@media (min-width: 960px) {
  .page_site_logo {
    display: none;
  }
  .page_category_title h2 {
    font-size: 1.375em;
  }
}
/* 先頭に戻る */
#page_top {
  position: fixed;
  right: 10px;
  bottom: -50px;
  border: 1px solid #167300;
  border-radius: 50%;
  z-index: 100;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#page_top.up {
  bottom: 10px;
}
#page_top a {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  text-decoration: none;
  border-bottom: none;
  background: #fff;
  border-radius: 50%;
}
#page_top a::after {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16px 16px"><path fill="%23006837" d="M8.1,2L6.9 3.2 10.6 7 2 7 2 8.7 10.9 8.7 6.9 12.8 8.1 14 14 8 z" /></svg>');
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg) scale(1.2);
}
@media print, screen and (min-width: 640px) {
  #page_top {
    right: 20px;
    bottom: 20px;
  }
  #page_top.up {
    bottom: 20px;
  }
  #page_top a {
    width: 40px;
    height: 40px;
  }
}
@media print, screen and (min-width: 1024px) {
  #page_top {
    right: 20px;
    bottom: -70px;
  }
  #page_top.up {
    bottom: 20px;
  }
}
@media (hover: hover) {
  #page_top:hover {
    background: rgba(255, 255, 255, 1);
  }
}
/* パンくず */
.breadcrumb {
  padding: 1em;
  font-size: 0.8em;
  color: #999;
  border-top: 1px solid #ddd;
}
.breadcrumb a {
  color: #999;
  display: inline;
}
.breadcrumb ol {
  white-space: nowrap;
  overflow-x: hidden;
  text-overflow: ellipsis;
}
.breadcrumb li {
  display: inline;
}
.breadcrumb li::before {
  content: ">";
  color: #ccc;
  display: inline-block;
  padding: 0 0.3em;
}
.breadcrumb li:first-child::before {
  content: "";
}
/* iframe設定 */
.iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.iframe-wrapper.googlemap {
  padding-bottom: 80%;
  margin: 1em 0 0.5em 0;
}
.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* footer設定 */
footer {
  padding: 0 0 1.2em 0;
  border-top: 1px solid #ddd;
}
.footer_wrapper {
  width: 86%;
  margin: auto;
}
@media (min-width: 740px) {
  .footer_wrapper {
    width: calc(100% - 4em);
  }
}
@media (min-width: 960px) {
  .footer_wrapper {
    width: calc(100% - 6em);
  }
}
footer .backindex a {
  display: block;
  text-align: center;
  padding: 1.5em;
  font-size: 0.95em;
  font-weight: 700;
  background: rgba(237, 238, 240, 1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  transition: 0.3s;
}
footer .backindex a span {
  display: inline-block;
  padding: 0 0 0 2em;
  position: relative;
}
footer .backindex a span::before {
  content: "";
  display: block;
  width: 1.5em;
  height: 1.5em;
  position: absolute;
  top: calc(50% - 0.75em);
  background-image: url(../images/icon_arrow_left.svg);
  background-size: contain;
  left: 0;
}
@media (hover: hover) {
  footer .backindex a:hover {
    background: rgba(237, 238, 240, 0.3);
  }
}
.footer_slogan {
  text-align: center;
  font-weight: 500;
  padding: 2em 0 0 0;
}
.footer_slogan p:first-child {
  font-size: 0.8em;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
.footer_slogan p:last-child {
  font-size: 1.2em;
}
footer .footer_sns ul {
  display: flex;
  justify-content: center;
  padding: 0.5em 0 0 0;
}
footer .footer_sns ul a {
  display: block;
}
footer .footer_sns ul li {
  padding: 0 0.75em;
}
footer .footer_sns ul a img {
  width: 30px;
}
footer nav ul {
  font-size: 0.8em;
  padding: 1.5em 0 2em;
}
footer nav ul li {
  display: inline-block;
  min-width: 48%;
  padding: 0.5em 1.5em 0em 0;
}
footer nav ul li a {
  display: block;
}
.copyright {
  text-align: center;
  font-size: 0.75em;
  border-top: 1px solid #eee;
  padding-top: 1em;
}
@media (min-width: 740px) {
  footer nav ul {
    font-size: 0.85em;
  }
  footer nav ul li {
    min-width: 31%;
  }
}
@media (min-width: 960px) {
  footer nav ul li {
    min-width: 31%;
  }
}
@media (hover: hover) {
  footer nav ul li a:hover {
    text-decoration: underline;
    text-underline-offset: 5px;
  }
}
@media print {
 .page_intro, .event_detail_aside, .event_archive_aside, .event_category_search.sp_only, .breadcrumb, #page_top, .backindex, .footer_wrapper {
  display: none;
 }
}