@charset "UTF-8";
.mb-0 {
  margin-bottom: 0px !important;
}

.mb-1 {
  margin-bottom: 10px !important;
}

.mb-2 {
  margin-bottom: 20px !important;
}

.mb-3 {
  margin-bottom: 30px !important;
}

.mb-4 {
  margin-bottom: 40px !important;
}

.mb-5 {
  margin-bottom: 50px !important;
}

.mb-6 {
  margin-bottom: 60px !important;
}

.mb-7 {
  margin-bottom: 70px !important;
}

.mb-8 {
  margin-bottom: 80px !important;
}

.mb-9 {
  margin-bottom: 90px !important;
}

.mb-10 {
  margin-bottom: 100px !important;
}

.col2-91 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-bottom: 30px;
}
.col2-91 img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  max-width: 600px;
}

.col2-82 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-bottom: 30px;
}
.col2-82 img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  max-width: 600px;
}

.col2-73 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-bottom: 30px;
}
.col2-73 img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  max-width: 600px;
}

.col2-64 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-bottom: 30px;
}
.col2-64 img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  max-width: 600px;
}

.col2-55 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-bottom: 30px;
}
.col2-55 img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  max-width: 600px;
}

.col2-46 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-bottom: 30px;
}
.col2-46 img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  max-width: 600px;
}

.col2-37 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-bottom: 30px;
}
.col2-37 img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  max-width: 600px;
}

.col2-28 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-bottom: 30px;
}
.col2-28 img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  max-width: 600px;
}

.col2-19 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-bottom: 30px;
}
.col2-19 img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  max-width: 600px;
}

@media print, screen and (min-width: 960px) {
  .col2-91 {
    grid-template-columns: 9fr 1fr;
  }
  .col2-82 {
    grid-template-columns: 8fr 2fr;
  }
  .col2-73 {
    grid-template-columns: 7fr 3fr;
  }
  .col2-64 {
    grid-template-columns: 6fr 4fr;
  }
  .col2-55 {
    grid-template-columns: 5fr 5fr;
  }
  .col2-46 {
    grid-template-columns: 4fr 6fr;
  }
  .col2-37 {
    grid-template-columns: 3fr 7fr;
  }
  .col2-28 {
    grid-template-columns: 2fr 8fr;
  }
  .col2-19 {
    grid-template-columns: 1fr 9fr;
  }
}
.g-1 {
  gap: 10px;
}

.g-2 {
  gap: 20px;
}

.g-3 {
  gap: 30px;
}

.g-4 {
  gap: 40px;
}

.g-5 {
  gap: 50px;
}

.g-6 {
  gap: 60px;
}

.g-7 {
  gap: 70px;
}

.g-8 {
  gap: 80px;
}

.g-9 {
  gap: 90px;
}

.g-10 {
  gap: 100px;
}

.gx-1 {
  -moz-column-gap: 10px;
       column-gap: 10px;
}

.gx-2 {
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.gx-3 {
  -moz-column-gap: 30px;
       column-gap: 30px;
}

.gx-4 {
  -moz-column-gap: 40px;
       column-gap: 40px;
}

.gx-5 {
  -moz-column-gap: 50px;
       column-gap: 50px;
}

.gx-6 {
  -moz-column-gap: 60px;
       column-gap: 60px;
}

.gx-7 {
  -moz-column-gap: 70px;
       column-gap: 70px;
}

.gx-8 {
  -moz-column-gap: 80px;
       column-gap: 80px;
}

.gx-9 {
  -moz-column-gap: 90px;
       column-gap: 90px;
}

.gx-10 {
  -moz-column-gap: 100px;
       column-gap: 100px;
}

.gy-1 {
  row-gap: 10px;
}

.gy-2 {
  row-gap: 20px;
}

.gy-3 {
  row-gap: 30px;
}

.gy-4 {
  row-gap: 40px;
}

.gy-5 {
  row-gap: 50px;
}

.gy-6 {
  row-gap: 60px;
}

.gy-7 {
  row-gap: 70px;
}

.gy-8 {
  row-gap: 80px;
}

.gy-9 {
  row-gap: 90px;
}

.gy-10 {
  row-gap: 100px;
}

.img-fit img {
  aspect-ratio: 5/3;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.second-head {
  height: 300px;
  background-image: url(../img/second_head.webp);
  background-size: cover;
  text-shadow: 0px 0px 10px rgb(0, 0, 0);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
}
.second-head .pankuzu {
  display: flex;
}
.second-head .pankuzu li:not(:last-of-type) {
  margin-right: 10px;
}
.second-head .pankuzu li:not(:last-of-type)::after {
  content: "";
  width: 8px;
  height: 8px;
  border-style: solid;
  border-width: 1px 1px 0 0;
  border-color: #fff;
  transform: translateY(-2px) rotate(45deg);
  display: inline-block;
  margin-left: 10px;
}
.second-head .pankuzu li a {
  color: #fff;
}

@media print, screen and (min-width: 960px) {
  .second-head {
    background-position: center calc(50% + 140px);
  }
}
main > .content {
  padding: 80px 0 150px;
  border-top: 10px solid #f3f3f3;
}
main > .content > .inner {
  max-width: var(--max-width);
  margin: 0 auto;
  width: 100%;
  padding: 0 var(--w-padding);
}
main > .content > .inner > p {
  margin-bottom: 20px;
}

.h2-main {
  position: relative;
  padding-left: 18px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 20px;
  color: var(--f-green);
  margin-bottom: 30px;
  font-size: 22px;
}
.h2-main::after {
  content: "";
  height: 1px;
  background-color: var(--m-green);
  display: inline-block;
  transform: translateY(20px);
}
.h2-main::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 5px;
  height: 1em;
  background: linear-gradient(180deg, var(--m-blue) 0%, var(--m-blue) 50%, var(--m-green) 50%, var(--m-green) 100%);
  border-radius: 0 5px 5px 0;
}

@media print, screen and (min-width: 960px) {
  .h2-main {
    font-size: 28px;
  }
}
.h3-main {
  position: relative;
  padding-left: 25px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 20px;
  color: var(--f-green);
  margin-bottom: 20px;
  font-size: 18px;
}
.h3-main::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px;
  border-color: var(--m-blue) var(--m-blue) var(--m-green) var(--m-green);
  transform: rotate(-45deg);
  border-radius: 20px;
  margin-right: 10px;
  position: absolute;
  top: 7px;
  left: 0;
}
.h3-main::after {
  content: "";
  height: 1px;
  background-image: repeating-linear-gradient(90deg, #ccc, #ccc 12px, transparent 12px, transparent 16px, #ccc 16px, #ccc 18px, transparent 18px, transparent 22px);
  background-position: left top, right top, left bottom, left top;
  background-repeat: repeat-x, repeat-y, repeat-x, repeat-y;
  background-size: 100% 2px, 2px 100%, 100% 2px, 2px 100%;
  display: inline-block;
  transform: translateY(15px);
}

@media print, screen and (min-width: 960px) {
  .h3-main {
    font-size: 20px;
  }
}
.h4-main {
  margin-bottom: 10px;
  font-size: 16px;
}
.h4-main::before {
  content: "";
  width: 8px;
  height: 8px;
  border-style: solid;
  border-width: 4px;
  border-color: var(--m-blue) var(--m-blue) var(--m-green) var(--m-green);
  display: inline-block;
  margin-right: 15px;
  transform: translate(3px, -2px);
}

@media print, screen and (min-width: 960px) {
  .h4-main {
    font-size: 16px;
  }
}
hr.dot {
  width: 100%;
  height: 1px;
  background-image: repeating-linear-gradient(90deg, #ccc, #ccc 12px, transparent 12px, transparent 16px, #ccc 16px, #ccc 18px, transparent 18px, transparent 22px);
  background-position: left top, right top, left bottom, left top;
  background-repeat: repeat-x, repeat-y, repeat-x, repeat-y;
  background-size: 100% 2px, 2px 100%, 100% 2px, 2px 100%;
  display: inline-block;
  margin-bottom: 20px;
  padding-top: 0;
}

.break {
  display: inline-block;
}

.timeline {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  margin-bottom: 30px;
}
.timeline .head {
  background-color: #f8f8f8;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  text-align: center;
  border-bottom: dotted 1px #ccc;
  flex-direction: column;
  color: var(--f-green);
  font-weight: bold;
  padding: 10px 5px;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
.timeline .head a, .timeline .head span {
  text-decoration: none;
}
.timeline .head.spring, .timeline .head.summer, .timeline .head.autumn, .timeline .head.winter {
  font-size: 16px;
}
.timeline .head.normal {
  background-color: #e7f5ef;
}
.timeline .head.normal a, .timeline .head.normal span {
  color: var(--f-green);
}
.timeline .head.spring {
  background-color: #ffecf0;
}
.timeline .head.spring a, .timeline .head.spring span {
  color: #ef263d;
  text-decoration: none;
}
.timeline .head.summer {
  background-color: #e8f7ff;
}
.timeline .head.summer a, .timeline .head.summer span {
  color: #1583d2;
  text-decoration: none;
}
.timeline .head.autumn {
  background-color: #fff2ec;
}
.timeline .head.autumn a, .timeline .head.autumn span {
  color: #ff8b16;
  text-decoration: none;
}
.timeline .head.winter {
  background-color: #e5ddfb;
}
.timeline .head.winter a, .timeline .head.winter span {
  color: #6b1dd9;
  text-decoration: none;
}
.timeline dl {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: -webkit-min-content;
  grid-auto-rows: min-content;
  border-bottom: dotted 1px #ccc;
}
.timeline dl dt {
  width: 100%;
  padding-top: 5px;
}
.timeline dl dd {
  height: 100%;
  padding: 5px;
  position: relative;
  padding-left: 78px;
}
.timeline dl dd:not(:last-of-type) {
  border-bottom: dotted 1px #ccc;
}
.timeline dl dd.after::before {
  content: "開催報告";
  background-color: #dbf0ff;
  align-self: start;
  color: #1583d2;
  margin-right: 10px;
  padding: 3px 8px;
  border-radius: 3px;
  font-size: 13px;
  white-space: nowrap;
  position: absolute;
  top: 5px;
  left: 0;
}

@media print, screen and (min-width: 960px) {
  .timeline {
    grid-template-columns: 230px 1fr;
  }
  .timeline .head {
    padding: 10px 15px;
    border-bottom: none;
    writing-mode: horizontal-tb;
    text-orientation: mixed;
  }
  .timeline .head.spring, .timeline .head.summer, .timeline .head.autumn, .timeline .head.winter {
    font-size: 22px;
  }
  .timeline dl {
    padding: 0;
    grid-template-columns: 220px 1fr;
    -moz-column-gap: 10px;
         column-gap: 10px;
    border-bottom: none;
  }
  .timeline dl .row-1 {
    grid-row: span 1;
  }
  .timeline dl .col-1 {
    grid-column: span 1;
  }
  .timeline dl .row-2 {
    grid-row: span 2;
  }
  .timeline dl .col-2 {
    grid-column: span 2;
  }
  .timeline dl .row-3 {
    grid-row: span 3;
  }
  .timeline dl .col-3 {
    grid-column: span 3;
  }
  .timeline dl .row-4 {
    grid-row: span 4;
  }
  .timeline dl .col-4 {
    grid-column: span 4;
  }
  .timeline dl .row-5 {
    grid-row: span 5;
  }
  .timeline dl .col-5 {
    grid-column: span 5;
  }
  .timeline dl .row-6 {
    grid-row: span 6;
  }
  .timeline dl .col-6 {
    grid-column: span 6;
  }
  .timeline dl .row-7 {
    grid-row: span 7;
  }
  .timeline dl .col-7 {
    grid-column: span 7;
  }
  .timeline dl .row-8 {
    grid-row: span 8;
  }
  .timeline dl .col-8 {
    grid-column: span 8;
  }
  .timeline dl .row-9 {
    grid-row: span 9;
  }
  .timeline dl .col-9 {
    grid-column: span 9;
  }
  .timeline dl .row-10 {
    grid-row: span 10;
  }
  .timeline dl .col-10 {
    grid-column: span 10;
  }
  .timeline dl dt, .timeline dl dd {
    border-bottom: dotted 1px #ccc;
  }
  .timeline dl dt {
    flex: 0 0 200px;
    padding: 5px;
  }
  .timeline dl dd {
    flex: 0 0 calc(100% - 200px);
  }
}
.gallery {
  display: grid;
  grid-template-columns: 1fr;
  -moz-column-gap: 5px;
       column-gap: 5px;
  row-gap: 5px;
  margin-bottom: 35px;
}
.gallery .col-2 {
  grid-column: span 2;
}
.gallery a {
  display: block;
  padding: 10px 15px;
  border-radius: 10px;
  text-decoration: none;
  transition: transform 0.3s ease;
  background-color: #f7fbf9;
  border: solid 1px #e1eee8;
}
.gallery a:hover {
  border: solid 1px #7dbc9f;
}
.gallery a.after {
  background-color: #f7f9fa;
  border: solid 1px #dfe8ec;
}
.gallery a.after:hover {
  border: solid 1px #96bcd2;
}
.gallery a p:nth-of-type(1) {
  font-size: 16px;
  margin-bottom: 10px;
  text-decoration: underline;
  text-underline-offset: 5px;
  color: var(--f-green);
}
.gallery a p:nth-of-type(2) {
  text-decoration: none;
  color: #555;
  font-size: 14px;
}
.gallery a p:nth-of-type(2)::before {
  content: "開催日";
  font-size: 12px;
  color: var(--f-green);
  background-color: #dfede7;
  text-decoration: none;
  padding: 3px 8px;
  line-height: 0;
  border-radius: 3px;
  margin-right: 10px;
}
.gallery a.after p:nth-of-type(1) {
  color: #1583d2;
}
.gallery a.after p:nth-of-type(2)::before {
  content: "開催報告";
  background-color: #dbf0ff;
  color: #1583d2;
}

@media print, screen and (min-width: 960px) {
  .gallery {
    grid-template-columns: repeat(2, 1fr);
  }
  .gallery a p:nth-of-type(1) {
    font-size: 18px;
  }
  .gallery a p:nth-of-type(2) {
    font-size: 16px;
  }
  .gallery a p:nth-of-type(2)::before {
    font-size: 14px;
  }
}
.list-disc {
  margin-bottom: 20px;
}
.list-disc li {
  margin-left: 2em;
  text-indent: -2em;
}
.list-disc li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--f-green);
  border-radius: 50%;
  margin-left: 1em;
  margin-right: 10px;
}

.list-link {
  margin-bottom: 20px;
}
.list-link li::before {
  content: "";
  width: 1em;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-width: 2px 2px 0 0;
  border-color: var(--m-blue) var(--m-green) transparent transparent;
  margin-left: 1em;
  margin-right: 10px;
  transform: translateY(-3px) rotate(45deg);
}
.list-link li a {
  color: var(--f-green);
}

.list-num {
  margin-bottom: 20px;
}
.list-num li {
  margin-left: calc(1em + 15px);
  padding-left: 5px;
}
.list-num li a {
  color: var(--f-green);
}

.list-asta {
  margin-left: 10px;
  margin-bottom: 20px;
}
.list-asta li::before {
  content: "※";
  color: var(--f-green);
  font-size: 18px;
  margin-right: 10px;
}

.img-wrap {
  margin-bottom: 30px;
  width: 100%;
  display: grid;
  place-items: center;
}
.img-wrap .inner {
  max-width: 700px;
}
.img-wrap img {
  width: 100%;
  height: auto;
  border-radius: 6px;
}
.img-wrap .left {
  text-align: left;
}
.img-wrap.center {
  text-align: center;
}

.img-col2, .img-col3 {
  display: grid;
  gap: 10px;
  margin-bottom: 30px;
  grid-template-columns: 1fr;
  place-items: center;
}
.img-col2 li, .img-col3 li {
  text-align: center;
  width: 100%;
}
.img-col2 img, .img-col3 img {
  width: 100%;
  border-radius: 6px;
  max-width: 600px;
}
.img-col2 p.left, .img-col3 p.left {
  text-align: left;
}

@media print, screen and (min-width: 960px) {
  .img-col2 {
    grid-template-columns: 1fr 1fr;
  }
  .img-col3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.dl-list-1 {
  border: solid #60c395 2px;
  padding: 2px;
  display: grid;
  grid-template-columns: 1fr;
}
.dl-list-1 dt {
  background-color: #EDF7F3;
  color: var(--f-green);
  font-weight: bold;
}
.dl-list-1 dt, .dl-list-1 dd {
  padding: 10px;
}
.dl-list-1 dd:not(:last-of-type) {
  border-bottom: solid #c3ded4 1px;
}

@media print, screen and (min-width: 960px) {
  .dl-list-1 {
    grid-template-columns: 160px 1fr;
  }
  .dl-list-1 dt:not(:last-of-type) {
    border-bottom: solid #c3ded4 1px;
  }
}
.head-point {
  padding-top: 10px;
  margin-bottom: 30px;
}
.head-point .head {
  font-size: 16px;
  font-weight: bold;
  transform: translate(20px, 14px);
  color: var(--f-green);
}
.head-point p {
  background-color: #f8f8f8;
  padding: 20px;
  border-radius: 10px;
}

.table-wrap {
  overflow: auto;
  margin-bottom: 40px;
  border: solid #60c395 1px;
}
.table-wrap::-webkit-scrollbar {
  height: 10px;
}
.table-wrap::-webkit-scrollbar-thumb {
  background-color: #60c395;
}
.table-wrap::-webkit-scrollbar-track {
  background-color: #f8f8f8;
}
.table-wrap .table-1 {
  width: 100%;
  min-width: 660px;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
}
.table-wrap .table-1 th.center, .table-wrap .table-1 td.center {
  text-align: center;
}
.table-wrap .table-1 th.right, .table-wrap .table-1 td.right {
  text-align: right;
}
.table-wrap .table-1 th {
  background-color: #EDF7F3;
  padding: 10px;
  border: 1px solid #92c4b1;
  color: var(--f-green);
  font-weight: bold;
}
.table-wrap .table-1 td {
  padding: 10px;
  border: 1px solid #92c4b1;
}

.googlemap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.googlemap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
