@charset "UTF-8";
/* CSS Document */
/* 基本設定-------------------------------------------*/
@media (min-width: 769px) {
  .ttl-area {
    padding-bottom: 36px;
  }
}

@media (min-width: 769px) {
  .page-detail .ttl-area {
    padding-bottom: 86px;
  }
}

#date-box {
  padding-top: 20px;
  padding-bottom: 60px;
}
@media (min-width: 769px) {
  #date-box {
    max-width: 63.6896046852vw;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 50px;
  }
}
#date-box .month-txt {
  font-family: "Montserrat", sans-serif;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 8px;
}
@media (min-width: 769px) {
  #date-box .month-txt {
    margin-bottom: -20px;
  }
}
#date-box .month-txt .month {
  font-size: 45px;
  font-weight: bold;
}
@media (min-width: 769px) {
  #date-box .month-txt .month {
    font-size: 60px;
    margin-bottom: 0;
  }
}
#date-box .month-txt .year {
  font-size: 12px;
}
#date-box .month-nav {
  font-family: "Montserrat", sans-serif;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  line-height: 1.2;
}
@media (min-width: 769px) {
  #date-box .month-nav {
    margin-bottom: 15px;
  }
}
#date-box .month-nav a:last-child .nav-btn .icon-arrowbtn {
  transform: scale(1, 1);
}
#date-box .month-nav .nav-btn {
  align-items: center;
  gap: 7px;
  display: flex;
}
@media (min-width: 769px) {
  #date-box .month-nav .nav-btn {
    gap: 13px;
  }
}
#date-box .month-nav .nav-btn .icon-arrowbtn {
  width: 20px;
  height: 20px;
}
@media (min-width: 769px) {
  #date-box .month-nav .nav-btn .icon-arrowbtn {
    width: 25px;
    height: 25px;
  }
}
#date-box .month-nav .nav-btn .num {
  font-weight: bold;
  font-size: 20px;
}
@media (min-width: 769px) {
  #date-box .month-nav .nav-btn .num {
    font-size: 30px;
  }
}
#date-box .month-nav .nav-btn.disabled {
  visibility: hidden;
  pointer-events: none;
}
#date-box .month-nav .nav-btn:first-child {
  justify-content: flex-start;
}
#date-box .month-nav .nav-btn:first-child .icon-arrowbtn {
  transform: scale(-1, 1);
}
#date-box .month-nav .nav-btn:last-child {
  justify-content: flex-end;
}
#date-box .calender-tbl {
  font-family: "Montserrat", sans-serif;
  width: 100%;
  table-layout: fixed;
  margin-bottom: 5px;
}
#date-box .calender-tbl tbody tr th {
  font-weight: normal;
  font-size: 10px;
  text-align: center;
}
@media (min-width: 769px) {
  #date-box .calender-tbl tbody tr th {
    padding-bottom: 10px;
    font-size: 12px;
  }
}
#date-box .calender-tbl tbody tr .saturday {
  color: #6e9cd3;
}
#date-box .calender-tbl tbody tr .saturday a {
  color: #6e9cd3;
}
#date-box .calender-tbl tbody tr .sunday,
#date-box .calender-tbl tbody tr .holiday {
  color: #e43d01;
}
#date-box .calender-tbl tbody tr .sunday a,
#date-box .calender-tbl tbody tr .holiday a {
  color: #e43d01;
}
#date-box .calender-tbl tbody tr td {
  border: 1px solid #CCCCCC;
  font-size: 14px;
  font-weight: bold;
  padding: 6px;
  vertical-align: top;
  line-height: 1.1;
  height: 51px;
  cursor: pointer;
}
@media (min-width: 769px) {
  #date-box .calender-tbl tbody tr td {
    height: 70px;
    font-size: 16px;
    padding-top: 8px;
    padding-left: 12px;
  }
}
#date-box .calender-tbl tbody tr td.saturday {
  background: #eaf3ff;
}
#date-box .calender-tbl tbody tr td.sunday, #date-box .calender-tbl tbody tr td.holiday {
  background: #fff1eb;
}
#date-box .calender-tbl tbody tr td.now {
  background: #eaeaea;
}
#date-box .calender-tbl tbody tr td a {
  display: block;
  width: 100%;
  height: 100%;
}
#date-box .calender-note {
  font-size: 12px;
  text-align: right;
}
#date-box .btn-base {
  margin-top: 30px;
}
@media (min-width: 769px) {
  #list-box .box-inner {
    padding: 0 60px;
  }
}
#list-box .list-mds {
  text-align: center;
  margin-bottom: 36px;
  font-size: 20px;
  font-weight: 500;
}
@media (min-width: 769px) {
  #list-box .list-mds {
    font-size: 25px;
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  #list-box .article-list {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 10px;
  }
  #list-box .article-list .article {
    width: calc(50% - 5px);
  }
  #list-box .article-list .article a {
    display: flex;
    flex-direction: column;
  }
  #list-box .article-list .article .txt-box {
    padding: 20px 0 0;
  }
  #list-box .article-list .article .txt-box .mds {
    font-size: 14px;
  }
  #list-box .article-list .article .date-box {
    padding: 20px 0 0;
    flex-grow: 1;
  }
  #list-box .article-list .article .date-box .icon-new {
    font-size: 12px;
  }
  #list-box .article-list .article .date-box .date {
    font-size: 12px;
  }
}
@media (min-width: 769px) {
  #list-box .article-list {
    gap: 27px 26px;
  }
  #list-box .article-list .article {
    width: calc(25% - 20px);
  }
}

/* 詳細 */
@media (min-width: 769px) {
  #detail .box-inner {
    padding: 0 60px;
  }
}
@media (min-width: 769px) {
  #detail .detail-box {
    display: flex;
    justify-content: center;
    gap: 34px;
  }
}
#detail .box01 {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  #detail .box01 {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 769px) {
  #detail .box01 {
    margin-bottom: 90px;
  }
}
#detail .box01 .info-box {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  #detail .box01 .info-box {
    padding-top: 20px;
  }
}
@media (min-width: 769px) {
  #detail .box01 .info-box {
    display: flex;
    gap: 20px;
  }
}
#detail .box01 .info-box .txt-category {
  font-weight: bold;
  color: #fff;
  background: #222;
  width: fit-content;
  text-align: center;
  padding: 1px 10px;
  line-height: 1.4;
  margin-bottom: 28px;
}
@media (min-width: 769px) {
  #detail .box01 .info-box .txt-category {
    margin-bottom: 18px;
  }
}
#detail .box01 .info-box .txt-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 5px;
  line-height: 1.5;
}
#detail .box01 .info-box .txt-term {
  font-size: 14px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 768px) {
  #detail .box01 .box-l {
    order: 2;
  }
}
@media (min-width: 769px) {
  #detail .box01 .box-l {
    width: 40.7027818448vw;
  }
}
#detail .box01 .box-l .detail-txt {
  margin-top: 40px;
  font-size: 14px;
}
@media (min-width: 769px) {
  #detail .box01 .box-r .detail-slider, #detail .box01 .box-r .sub-slider {
    width: 30.3806734993vw;
  }
}
#detail .box01 .box-r .swiper-slide a {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100%;
  width: 100%;
}
#detail .box01 .box-r .swiper-slide .img-box {
  position: relative;
  overflow: hidden;
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  border: 1px solid #CCCCCC;
  line-height: 0;
}
#detail .box01 .box-r .swiper-slide .img-box:before {
  content: "";
  display: block;
  padding-top: 100%;
}
#detail .box01 .box-r .swiper-slide .img-box .img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #eaeaea;
}
#detail .box01 .box-r .swiper-slide .img-box img {
  transition: 0.3s;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  border: none !important;
  object-fit: contain;
}
#detail .box01 .box-r .detail-slider.swiper {
  opacity: 0;
  transition: 0.3s;
  margin-bottom: 8px;
}
@media (min-width: 769px) {
  #detail .box01 .box-r .detail-slider.swiper {
    margin-bottom: 10px;
  }
}
#detail .box01 .box-r .detail-slider.swiper .detail-list.swiper-wrapper .swiper-slide .img-box {
  height: 64.5333333333vw;
}
@media (min-width: 769px) {
  #detail .box01 .box-r .detail-slider.swiper .detail-list.swiper-wrapper .swiper-slide .img-box {
    height: 21.9619326501vw;
  }
}
#detail .box01 .box-r .sub-slider.swiper {
  opacity: 0;
  transition: 0.3s;
  width: 100%;
  margin: 0;
}
#detail .box01 .box-r .sub-slider.swiper .swiper-wrapper {
  justify-content: center;
}
#detail .box01 .box-r .sub-slider.swiper .swiper-wrapper .swiper-slide {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 28.5333333333vw;
  height: 20.8vw;
  margin: 0 1.0666666667vw;
  cursor: pointer;
}
@media (min-width: 769px) {
  #detail .box01 .box-r .sub-slider.swiper .swiper-wrapper .swiper-slide {
    width: 9.7364568082vw;
    height: 7.027818448vw;
    margin: 0 4px;
  }
}
#detail .box01 .box-r .sub-slider.swiper .swiper-wrapper .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: 0.3s;
}
#detail .box01 .box-r .sub-slider.swiper .swiper-wrapper .swiper-slide.swiper-slide-thumb-active::before {
  opacity: 0;
}
#detail .box01 .box-r .detail-txt {
  margin-top: 30px;
}
#detail .information-mds {
  font-size: 18px;
  font-weight: 500;
  color: #ccc;
  margin-bottom: 10px;
  margin-top: 60px;
}
#detail .information-box {
  border-top: 1px dotted #ADADAD;
  line-height: 1.5;
}
#detail .information-box .inner {
  display: flex;
  gap: 16px;
  padding: 13px 0;
  border-bottom: 1px dotted #ADADAD;
}
#detail .information-box .inner dt {
  width: 108px;
  font-size: 14px;
}
#detail .information-box .inner dd {
  flex: 1;
  font-weight: 500;
  font-size: 14px;
}
#detail .information-box .inner dd .font-s {
  font-size: 12px;
  font-weight: normal;
}
@media (min-width: 769px) {
  #detail .information-box .inner dd a.tel-link {
    pointer-events: none;
  }
}
#detail .information-box .inner dd a:not(.tel-link) {
  text-decoration: underline;
  color: #6e9cd3;
}
#detail .icon-pdf {
  margin-left: 8px;
  vertical-align: text-top;
}
#detail .btn-base.btn-more {
  margin-top: 50px;
  max-width: 290px;
}
@media (min-width: 769px) {
  #detail .btn-base.btn-more {
    margin-top: 65px;
    max-width: 270px;
  }
}
@media (min-width: 769px) {
  #detail .btn-base.btn-more a {
    font-size: 14px;
  }
}
/*# sourceMappingURL=_map/event.css.map */
