@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  font-style: normal;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*:before {
  margin: 0;
  padding: 0;
  font-style: normal;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*:after {
  margin: 0;
  padding: 0;
  font-style: normal;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 96%;
  }
}

body {
  color: #222222;
  background: #ffffff;
  font-family: "Noto Sans JP", "NotoSans", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: normal;
  padding-top: 7rem;
}
@media screen and (max-width: 1060px) {
  body {
    padding-top: 4.5rem;
  }
}
@media screen and (max-width: 768px) {
  body {
    padding-top: 3.75rem;
  }
}

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

figure {
  font-size: 0;
  margin-bottom: 1rem;
}
figure img {
  width: 100%;
  margin-bottom: 0 !important;
}

figcaption {
  text-align: center;
  padding-top: 0.5rem;
  font-size: 0.875rem;
}

em {
  color: #348319;
}

p {
  line-height: 1.78em;
  margin-bottom: 1em;
}
p a {
  color: #348319;
}

a {
  text-decoration: none;
  color: #348319;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a:hover {
  opacity: 0.7;
}

iframe {
  max-width: 100%;
}

h2 {
  margin-bottom: 1.35em;
  padding-bottom: 1em;
  text-align: center;
  font-weight: 700;
  font-size: 1.875rem;
  color: #222222;
  letter-spacing: 0.05em;
  background: url(../img/h2_y.png) no-repeat center bottom/auto 1.25rem;
}
@media screen and (max-width: 576px) {
  h2 {
    margin-bottom: 1.25em;
    font-size: 1.625rem;
  }
}

main > section:nth-of-type(2n) h2 {
  background: url(../img/h2_b.png) no-repeat center bottom/auto 1.25rem;
}

h3 {
  padding: 0.35em 0.75em;
  border-bottom: 1px solid #ed6752;
  border-left: 10px solid #ed6752;
  margin-bottom: 0.65em;
  margin-top: 1.5em;
  font-weight: 700;
  font-size: 1.25rem;
  position: relative;
}
@media screen and (max-width: 576px) {
  h3 {
    margin-bottom: 0.75em;
    margin-top: 1.5em;
  }
}

h4 {
  font-weight: 700;
  font-size: 1.25rem;
  margin: 1.3em 0 0.5em;
  color: #ed6752;
}

section,
.section {
  padding: 3.75rem 0;
}
@media screen and (max-width: 576px) {
  section,
  .section {
    padding: 2.5rem 0;
  }
}
section *:last-child,
.section *:last-child {
  margin-bottom: 0;
}

main > section:nth-of-type(2n) {
  background-color: #faf7ed;
}

.link-button {
  display: block;
  border-radius: 50px;
  background-color: #348319;
  color: #ffffff;
  margin: 0 auto;
  padding: 1rem 0;
  width: 350px;
  max-width: 100%;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .link-button {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 576px) {
  .link-button {
    width: 100%;
  }
}

main li {
  margin-bottom: 0.6rem;
}
main ul {
  margin-bottom: 0.75rem;
  list-style: none;
}
main ul li {
  position: relative;
  padding-left: 1em;
  line-height: 1.75em;
}
main ul li:last-child {
  margin-bottom: 0;
}
main ul li::before {
  content: "\f111";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 0.5rem;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0.06rem;
  color: #649f64;
}
main ol {
  margin-bottom: 1rem;
  margin-left: 1.5em;
}

.inner {
  width: 90%;
  max-width: 1044px;
  margin: 0 auto;
}

.narrow {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
}

.white {
  color: white;
}

.gray {
  color: #8D8D8D;
}

.red {
  color: #ed6752;
}

.x-small {
  font-size: 0.75rem !important;
}

.small {
  font-size: 0.875rem !important;
}

p.small {
  line-height: 1.5em;
}

.large {
  font-size: 1.25rem !important;
  line-height: 1.5em !important;
}

.x-large {
  font-size: 1.5rem !important;
}

.xx-large {
  font-size: 2rem !important;
}

.center {
  text-align: center !important;
}

.left {
  text-align: left !important;
}

.right {
  text-align: right !important;
}

.pc-center {
  text-align: center !important;
}

.bold {
  font-weight: bold !important;
}

.bg-red {
  background-color: #fff2f2 !important;
}

.bg-gray {
  background-color: #9ba39b;
}

.bg-blue {
  background-color: #faf7ed;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-s {
  margin-bottom: 0.3rem !important;
}

.mb-m {
  margin-bottom: 0.75rem !important;
}

.mb-l {
  margin-bottom: 1.5rem !important;
}

.mb-xl {
  margin-bottom: 3rem !important;
}

.pc {
  display: block;
}

br.pc {
  display: inline;
}

.sp {
  display: none;
}

@media screen and (max-width: 576px) {
  .pc-center {
    text-align: left !important;
  }
  .pc,
  br.pc {
    display: none;
  }
  .sp {
    display: block;
  }
  br.sp {
    display: inline;
  }
}
.box {
  padding: 1.5rem;
}

.white-box {
  background-color: white;
  padding: 1.5rem;
  margin-bottom: 0.5rem;
  border-radius: 10px;
}

.white-box.grid {
  margin-bottom: 1rem;
  padding: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.border {
  border-bottom: 1px solid #649f64 !important;
}

.box-wide {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
@media screen and (max-width: 768px) {
  .box-wide {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

.box *:last-child,
.white-box *:last-child {
  margin-bottom: 0;
}

.fit-img {
  display: block;
  position: relative;
  padding-bottom: 65%;
}
.fit-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  position: absolute;
  left: 0;
  top: 0;
}

.list-style-none {
  list-style: none;
}

.link-arrow::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.35rem;
  display: inline-block;
  content: "\f105";
}

.link-down::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.35rem;
  display: inline-block;
  content: "\f13a";
}

.link-blank::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.35rem;
  display: inline-block;
  content: "\f0c1";
}

.link-download::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.35rem;
  display: inline-block;
  content: "\f019";
}

.link-file::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.35rem;
  display: inline-block;
  content: "\f15c";
}

.link-map::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.35rem;
  display: inline-block;
  content: "\f3c5";
}

.noicon::before, .noicon::after {
  display: none !important;
}

header {
  width: 100%;
  background-color: #ffffff;
  position: relative;
  padding: 1.4rem 1.5rem;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(44, 38, 34, 0.075);
          box-shadow: 0px 2px 5px 0px rgba(44, 38, 34, 0.075);
}
header.head-narrow {
  padding: 0.5rem 1.5rem;
}
@media screen and (max-width: 1060px) {
  header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 4.5rem;
  }
}
@media screen and (max-width: 768px) {
  header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 3.75rem;
  }
}

@media print {
  header {
    position: absolute;
  }
}
.head {
  width: 100%;
  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;
}

.head-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

h1 {
  display: block;
  font-weight: 700;
  text-align: left;
  font-size: 1.875rem;
  line-height: 1.2;
  color: #348319;
  white-space: nowrap;
}
h1 span {
  font-size: 0.8em;
  display: block;
}
@media screen and (max-width: 1060px) {
  h1 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 1.1875rem;
  }
}

.head-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  width: calc(100% - 20rem);
  max-width: 900px;
}

.head-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 0.875rem;
}
.head-links a {
  display: block;
  margin: 0.5rem 0 0.5rem 1.5rem;
  color: inherit;
}
.head-links a::before {
  color: #348319;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.35rem;
  display: inline-block;
  content: "\f13a";
}

footer {
  text-align: center;
}
footer .inner {
  max-width: 560px;
  padding: 3.25rem 0;
}
footer .inner .foot-name {
  margin-bottom: 0.5em;
  padding-bottom: 0.3em;
  font-weight: 700;
  font-size: 1.25rem;
  border-bottom: solid 1px #ed6752;
}
footer .inner .small {
  margin-top: 3rem;
}
@media screen and (max-width: 576px) {
  footer .inner {
    padding: 2.5rem 0;
  }
}

#pagetop {
  position: fixed;
  z-index: 30;
  width: 50px;
  height: 50px;
  bottom: 10px;
  right: 6px;
  line-height: 2em;
  background: #348319;
  font-size: 2em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 25px;
}
#pagetop:hover {
  line-height: 3rem;
  opacity: 0.7;
  cursor: pointer;
}
#pagetop a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: block;
  font-size: 1.5rem;
  color: #ffffff;
}
#pagetop a::after {
  content: "\f077";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: block;
  margin: auto;
}

.copylight {
  display: block;
  padding: 1rem;
  margin: 0;
  text-align: center;
  font-size: 0.875rem;
  color: #fff;
  background: #348319;
}

.grid,
.flex2,
.flex3,
.flex4,
.flex5,
.flex6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid > *,
.flex2 > *,
.flex3 > *,
.flex4 > *,
.flex5 > *,
.flex6 > * {
  margin-bottom: 1.5rem;
}
.grid *:first-child,
.flex2 *:first-child,
.flex3 *:first-child,
.flex4 *:first-child,
.flex5 *:first-child,
.flex6 *:first-child {
  margin-top: 0;
}

.flex2 > *,
.flex2-2 > * {
  width: calc((100% - 1.5rem) / 2);
}

.flex3:after {
  content: "";
  display: block;
  width: calc((100% - 3rem) / 3);
}
.flex3 > * {
  width: calc((100% - 3rem) / 3);
}

.flex4:before {
  content: "";
  display: block;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: calc((100% - 4.5rem) / 4);
}
.flex4:after {
  content: "";
  display: block;
  width: calc((100% - 4.5rem) / 4);
}
.flex4 > * {
  width: calc((100% - 4.5rem) / 4);
}

.flex5:before {
  content: "";
  display: block;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: calc((100% - 6rem) / 5);
}
.flex5:after {
  content: "";
  display: block;
  width: calc((100% - 6rem) / 5);
}
.flex5 > * {
  width: calc((100% - 6rem) / 5);
}

.flex6:before {
  content: "";
  display: block;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: calc((100% - 7.5rem) / 6);
}
.flex6:after {
  content: "";
  display: block;
  width: calc((100% - 7.5rem) / 6);
}
.flex6 > * {
  width: calc((100% - 7.5rem) / 6);
}
.flex6 span:empty {
  margin: 0;
}

.grid3-2 {
  width: calc((100% - 3rem) / 3 * 2 + 1.5rem);
}
.grid3-2 h2 {
  text-align: left;
}
.grid3-2 h3 {
  text-align: left;
}

.grid4-3 {
  width: calc((100% - 4.5rem) / 4 * 3 + 3rem);
}

.grid4-2 {
  width: calc((100% - 1.5rem) / 2);
}

.grid3-1 {
  width: calc((100% - 3rem) / 3);
}

.grid4-1 {
  width: calc((100% - 4.5rem) / 4);
}

.flex2.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 576px) {
  .grid3-1,
  .grid3-2,
  .grid4-1,
  .grid4-2,
  .grid4-3 {
    width: 100%;
  }
  .flex2 > * {
    width: 100%;
  }
  .flex3 > * {
    width: 100%;
  }
  .flex3:after {
    width: 100%;
  }
  .flex2-2 > * {
    width: calc((100% - 1rem) / 2);
  }
  .flex4 > *, .flex4:before, .flex4:after {
    width: calc((100% - 1rem) / 2);
  }
  .flex5 > *, .flex5:before, .flex5:after {
    width: calc((100% - 1rem) / 2);
  }
  .flex6 > *, .flex6:before, .flex6:after {
    width: calc((100% - 2rem) / 3);
  }
  .grid > *,
  .flex2 > *,
  .flex2-2 > *,
  .flex3 > *,
  .flex4 > *,
  .flex5 > *,
  .flex6 > * {
    margin-bottom: 1rem;
  }
}
table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1rem;
  border-top: 1px solid #8D8D8D;
  border-left: 1px solid #8D8D8D;
  line-height: 1.78em;
}
table th {
  padding: 0.8em 1.5rem;
  border-bottom: 1px solid #8D8D8D;
  border-right: 1px solid #8D8D8D;
  text-align: left;
  background-color: #bbe1b8;
  width: 10rem;
  white-space: nowrap;
  font-weight: 700;
}
table td {
  padding: 0.8em 1.5rem;
  border-bottom: 1px solid #8D8D8D;
  border-right: 1px solid #8D8D8D;
  text-align: left;
  background: white;
  word-break: break-all;
}

.scroll-table-wrap {
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.scroll-table-wrap::-webkit-scrollbar {
  display: none;
}

.scroll-table {
  width: 100%;
  min-width: 500px;
  border-collapse: collapse;
  table-layout: fixed;
}

.tbl-program {
  background: #ffffff;
}

@media screen and (max-width: 576px) {
  table th {
    display: block;
    width: 100%;
    padding: 0.8em 1rem;
  }
  table td {
    display: block;
    width: 100%;
    padding: 0.8em 1rem;
  }
  .tbl-program {
    border: 1px solid #8D8D8D;
    border-top: none;
    background-color: #fff;
  }
  .tbl-program th {
    border-right: none;
    border-top: 1px solid #8D8D8D;
  }
  .tbl-program td {
    border: none;
    padding-top: 0;
    background: transparent;
  }
  .tbl-program td:empty {
    display: none;
  }
  .tbl-program .td1 {
    padding-top: 0.8em;
  }
  .tbl-program .td2 {
    width: auto;
    display: inline-block;
    padding-right: 0;
    padding-bottom: 0.3em;
  }
  .tbl-program .td2:after {
    content: "：";
  }
  .tbl-program .td3 {
    width: auto;
    display: inline-block;
    padding-left: 0;
    padding-bottom: 0.3em;
  }
  .tbl-program .td-bottom .td2, .tbl-program .td-bottom .td3 {
    padding-bottom: 0.8em;
  }
}
.eyecatch img {
  width: 100%;
  display: block;
}

ul.news-list {
  list-style: none;
  margin: 0;
  border-top: #8D8D8D solid 1px;
}
ul.news-list li {
  padding: 1.25rem 1.5rem;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: #8D8D8D solid 1px;
}
ul.news-list li::before {
  content: none;
}
ul.news-list li time {
  margin-right: 2rem;
  display: block;
  color: #222222;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  ul.news-list li {
    padding: 0.8rem 1rem;
    display: block;
  }
  ul.news-list li time {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.25rem;
  }
  ul.news-list li span {
    width: 100%;
  }
}

#greeting img {
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 576px) {
  #greeting .grid4-1 {
    max-width: 250px;
    margin: 0 auto 1.5rem;
  }
}

.ggmap iframe {
  width: 100%;
  height: 300px;
}
@media screen and (max-width: 576px) {
  .ggmap iframe {
    height: 240px;
  }
}

#sponsor h2,
#link h2 {
  text-align: left;
  background-position: left 2px bottom;
}
@media screen and (max-width: 576px) {
  #sponsor h2,
  #link h2 {
    text-align: center;
    background-position: center bottom;
  }
}

@media screen and (max-width: 576px) {
  #link {
    margin-top: 1.5rem;
  }
}
.bn-area {
  background: #9ba39b;
}
.bn-area .inner {
  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;
}
.bn-area .inner a {
  display: block;
  width: 15.4rem;
  margin: 0 0.75rem;
}
.bn-area .inner a img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 576px) {
  .bn-area .inner {
    display: block;
  }
  .bn-area .inner a {
    width: 68%;
    margin: 1rem auto;
  }
}

#g-nav {
  display: none;
}

@media screen and (max-width: 1060px) {
  .head-links {
    display: none;
  }
  #g-nav {
    display: block;
    position: fixed;
    z-index: -1;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(255, 255, 255, 0.875);
    backdrop-filter: blur(6px);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #g-nav.panelactive {
    opacity: 1;
    z-index: 999;
  }
  #g-nav.panelactive #g-nav-list {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  #g-nav ul {
    display: none;
    width: 90%;
    margin: 4.5rem auto 0;
  }
  #g-nav ul li {
    list-style: none;
  }
  #g-nav ul li a {
    color: #222222;
    padding: 0.5rem 0.75rem;
    display: block;
    letter-spacing: 0.1em;
  }
  #g-nav ul li a:hover {
    color: #348319;
  }
  #g-nav ul li a::before {
    color: #348319;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-right: 0.35rem;
    display: inline-block;
    content: "\f138";
  }
  #g-nav.panelactive ul {
    display: block;
  }
  .openbtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: fixed;
    z-index: 9999;
    right: 0;
    top: 0;
    cursor: pointer;
    width: 4.5rem;
    height: 4.5rem;
    background: #348319;
  }
  .openbtn span,
  .openbtn span::before,
  .openbtn span::after {
    display: block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    background: #ffffff;
    height: 3px;
    border-radius: 2px;
    width: 2.5rem;
  }
  .openbtn span {
    top: calc(2.25rem - 1px);
  }
  .openbtn span::before {
    content: "";
    top: -14px;
  }
  .openbtn span::after {
    content: "";
    top: 14px;
  }
  .openbtn.active span {
    background: #348319;
  }
  .openbtn.active span::before {
    top: -6px;
    -webkit-transform: translateY(6px) rotate(-45deg);
            transform: translateY(6px) rotate(-45deg);
  }
  .openbtn.active span::after {
    top: 6px;
    -webkit-transform: translateY(-6px) rotate(45deg);
            transform: translateY(-6px) rotate(45deg);
  }
}
@media screen and (max-width: 768px) {
  .openbtn {
    width: 3.75rem;
    height: 3.75rem;
  }
  .openbtn span,
  .openbtn span::before,
  .openbtn span::after {
    width: 2.35rem;
  }
  .openbtn span {
    top: calc(1.875rem - 1px);
  }
  .openbtn span::before {
    content: "";
    top: -12px;
  }
  .openbtn span::after {
    content: "";
    top: 12px;
  }
}/*# sourceMappingURL=basic.css.map */