@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/
.archive-title {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 45px;
}
.archive-table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 3px;
}
.archive-table table tr th, .archive-table table tr td {
  padding: 10px;
}
.archive-table table tr th {
  background: #333;
  color: #fff;
}
@media (max-width: 767px) {
  .archive-table table tr th {
    display: none;
  }
}
.archive-table table tr th:nth-child(1) {
  width: 27%;
}
.archive-table table tr th:nth-child(2) {
  width: 12%;
}
.archive-table table tr th:nth-child(3) {
  width: 31.5%;
}
.archive-table table tr th:nth-child(4) {
  width: 29.5%;
}
.archive-table table tr td {
  background: hsla(0deg, 0%, 78%, 0.15);
}
@media (max-width: 767px) {
  .archive-table table tr td {
    display: block;
  }
}
@media (max-width: 767px) {
  .archive-table table tr td:nth-child(1) {
    font-weight: bold;
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .archive-table table tr td:nth-child(2) {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .archive-table table tr td:nth-child(3) {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .archive-table table tr td:nth-child(4) {
    padding-top: 0;
    padding-bottom: 20px;
  }
}
.archive-table table tr .area {
  text-align: center;
  padding: 2px 5%;
  font-weight: 700;
  display: block;
  color: #333;
  background: lightblue;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 768px) {
  .archive-table table tr .area {
    margin: 0 auto 5px;
  }
}
.archive-table table tr .area:last-child {
  margin-bottom: 0;
}
.archive-table table tr .name {
  color: #333;
  text-decoration: underline;
  font-weight: bold;
  font-size: 18px;
}

/* archive-month
---------------------*/
.archive-month-nav {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 45px;
}
@media (min-width: 768px) {
  .archive-month-nav li {
    width: calc(8.3333% - 9.1666666667px);
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .archive-month-nav li {
    width: calc(16.666% - 8.3333333333px);
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .archive-month-nav li:nth-child(6n) {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .archive-month-nav li:nth-child(12n) {
    margin-right: 0;
  }
}
.archive-month-nav li a {
  display: block;
  text-align: center;
  background: hsla(0deg, 0%, 78%, 0.15);
  color: #333;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05), 0 4px 4px -4px rgba(0, 0, 0, 0.1);
  padding: 10px 5px;
}
.archive-month-nav li a:hover {
  opacity: 0.8;
}
.archive-month-nav li a.current {
  background: #3b8e54;
  color: #fff;
}

.archive-month-pager {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 45px;
}
.archive-month-pager .archive-current-month {
  font-weight: bold;
  font-size: 20px;
}
@media (max-width: 767px) {
  .archive-month-pager .archive-current-month {
    font-size: 14px;
  }
}
.archive-month-pager .archive-current-month span {
  font-size: 32px;
  margin-left: 10px;
}
@media (max-width: 767px) {
  .archive-month-pager .archive-current-month span {
    font-size: 28px;
    margin-left: 5px;
  }
}
.archive-month-pager .prev, .archive-month-pager .next {
  background: #333;
  color: #fff;
  padding: 5px 30px;
  display: block;
}
@media (max-width: 767px) {
  .archive-month-pager .prev, .archive-month-pager .next {
    padding: 5px 10px;
    font-size: 12px;
  }
}
.archive-month-pager .prev:hover, .archive-month-pager .next:hover {
  opacity: 0.8;
}
.archive-month-pager .prev span, .archive-month-pager .next span {
  font-size: 20px;
}
@media (max-width: 767px) {
  .archive-month-pager .prev span, .archive-month-pager .next span {
    font-size: 14px;
  }
}

/* article
-----------------------*/
.article-event {
  max-width: 900px;
  margin: 0 auto;
}

.article-area {
  color: #333;
  font-weight: bold;
  padding: 5px 15px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 15px;
  font-size: 18px;
}
@media (max-width: 767px) {
  .article-area {
    padding: 2px 10px;
    font-size: 16px;
  }
}

.article-title {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .article-title {
    font-size: 24px;
  }
}

.article-event-date {
  text-align: center;
  font-weight: bold;
  margin-bottom: 45px;
}

.article-img {
  margin: 0 auto 45px;
}
.article-img #mainImg img {
  width: 100%;
}
.article-img #subImg {
  display: flex;
  flex-wrap: wrap;
}
.article-img #subImg li {
  width: calc(33.3333% - 20px);
  margin-right: 30px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .article-img #subImg li {
    width: calc(33.3333% - 10px);
    margin-right: 15px;
    margin-bottom: 15px;
  }
}
.article-img #subImg li:nth-child(3n) {
  margin-right: 0;
}
.article-img #subImg li div {
  display: block;
  position: relative;
  cursor: pointer;
}
.article-img #subImg li div::before {
  content: "";
  display: block;
  padding-top: 74.0740740741%;
}
.article-img #subImg li div img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.article-inner {
  margin-bottom: 80px;
}

.article-section {
  margin-bottom: 100px;
}
.article-section .article-subtitle {
  font-size: 28px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  .article-section .article-subtitle {
    font-size: 24px;
    margin-bottom: 30px;
  }
}

.article-overview-table {
  margin-bottom: 30px;
}
.article-overview-table table {
  width: 100%;
  border-top: 1px solid #333;
}
.article-overview-table table tr td {
  border-bottom: 1px solid #333;
  padding: 20px 0;
}
@media (max-width: 767px) {
  .article-overview-table table tr td {
    display: block;
  }
}
.article-overview-table table tr td:nth-child(1) {
  width: 20%;
  font-weight: bold;
  vertical-align: top;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .article-overview-table table tr td:nth-child(1) {
    width: 100%;
    padding-right: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
}
.article-overview-table table tr td:nth-child(2) {
  width: 80%;
}
@media (max-width: 767px) {
  .article-overview-table table tr td:nth-child(2) {
    padding-top: 10px;
    width: 100%;
  }
}
.article-overview-caution {
  color: rgb(209, 70, 70);
}

.article-access-map {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  height: 0;
}
.article-access-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}