@charset "UTF-8";
/* TOP CONTENTS */
.page-header.front-head .page-header-title {
  max-width: 220px;
  width: 55%;
}
@media (min-width: 782px) {
  .page-header.front-head .page-header-title {
    max-width: 546px;
  }
}
.page-header.front-head .page-header-inner {
  height: 188px;
  -webkit-mask-image: url("../images/mask-top_s.png");
  -webkit-mask-size: 100% 188px;
  mask-image: url("../images/mask-top_s.png");
  mask-size: 100% 188px;
}
@media (min-width: 782px) {
  .page-header.front-head .page-header-inner {
    height: 290px;
    -webkit-mask-image: url("../images/mask-top.png");
    -webkit-mask-size: 100% 290px;
    mask-image: url("../images/mask-top.png");
    mask-size: 100% 290px;
  }
  .page-header.front-head .page-header-inner::after {
    display: none;
  }
}

.top-banner {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.top-banner .widget {
  flex: 0 0 calc((100% - 20px) / 2);
  margin: 0;
}
@media (min-width: 768px) {
  .top-banner .widget {
    flex: 0 1 calc((100% - 40px) / 3);
  }
}
@media (min-width: 992px) {
  .top-banner {
    gap: 33px;
  }
  .top-banner .widget {
    flex: 0 1 250px;
  }
}

@media (max-width: 781px) {
  .home .site-body {
    padding-top: 1rem;
  }
}
.top-column {
  padding: 20px;
  border-radius: 12px;
  margin-bottom: 20px;
  background-color: #f7f7f7;
}
.top-column h2 {
  font-size: 21px;
  font-weight: 600;
  line-height: 31px;
  padding-top: 1px !important;
  padding-bottom: 0;
  margin: 0 0 0.6em;
  border-width: 0 !important;
  position: relative;
}
.top-column h2 small {
  font-size: 65%;
}
.top-column h2::before {
  position: absolute;
  top: 0;
  left: 2px;
  content: "";
  height: 32px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.top-column h2::after {
  display: none;
}
@media (min-width: 782px) {
  .top-column {
    padding: 25px;
    border-radius: 20px;
    margin-bottom: 45px;
    flex: 1;
  }
  .top-column h2 {
    font-size: 25px;
    line-height: 40px;
    padding-top: 5px !important;
    margin-bottom: 0.8em;
  }
  .top-column h2::before {
    left: 0;
    height: 45px;
  }
}

@media (min-width: 782px) {
  .top-grid.wp-block-group > .wp-block-group__inner-container {
    display: flex;
    gap: 40px;
  }
  .top-grid.wp-block-group > .wp-block-group__inner-container #top-news {
    flex: 1 1 64%;
  }
  .top-grid.wp-block-group > .wp-block-group__inner-container #top-calendar {
    flex: 1 1 33%;
  }
}
/*** お知らせ ***/
#top-news h2 {
  padding-left: 46px;
}
#top-news h2::before {
  width: 36px;
  background-image: url(../images/ic-note.png);
}
@media (min-width: 782px) {
  #top-news h2 {
    padding-left: 66px;
  }
  #top-news h2::before {
    width: 52px;
  }
}
#top-news .pt-cv-page {
  border-bottom: solid 1px #fff;
}
#top-news .pt-cv-content-item {
  border-top: solid 1px #fff;
  padding: 1.3rem 0.15em;
  display: flex;
  flex-direction: column-reverse;
}
#top-news .pt-cv-content-item .pt-cv-title {
  margin-bottom: 0;
}
#top-news .pt-cv-content-item .pt-cv-meta-fields {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#top-news .pt-cv-content-item .pt-cv-meta-fields .entry-date {
  margin-right: 10px;
}
#top-news .pt-cv-content-item .pt-cv-meta-fields .terms {
  display: flex;
  align-items: center;
  color: #f7f7f7;
}
#top-news .pt-cv-content-item .pt-cv-meta-fields .terms a {
  border: solid 1px #0098d3;
  color: #0098d3;
  padding: 0 10px;
  border-radius: 3px;
  background-color: #fff;
  font-size: 80%;
  line-height: 1.4;
  margin-left: 5px;
}
#top-news .pt-cv-content-item .pt-cv-meta-fields .terms a:hover {
  background-color: #0098d3;
  color: #fff;
}

/*** カレンダー ***/
#top-calendar h2 {
  padding-left: 48px;
}
#top-calendar h2::before {
  width: 38px;
  background-image: url(../images/ic-cal.png);
}
@media (min-width: 782px) {
  #top-calendar h2 {
    padding-left: 62px;
  }
  #top-calendar h2::before {
    width: 51px;
  }
}

.calendar-wrap {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  justify-content: space-between;
}
.calendar-wrap h3 {
  margin: 0 10px 0 0;
  width: 60%;
  font-size: 17px;
  color: var(--vk-color-primary);
  padding-bottom: 0;
  border-bottom-width: 0;
}
.calendar-wrap h3::after {
  display: none;
}
.calendar-wrap .panel-area {
  margin: 14px 0;
  width: 100%;
}
.calendar-wrap .cal-pubdate {
  text-align: right;
  font-size: 13px;
  margin-top: 8px;
}

/*** タブ ***/
.tab-area {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  font-size: 14px;
}
.tab-area .tab {
  cursor: pointer;
  margin: 0;
  padding: 3px 10px;
  line-height: 1.2;
  background-color: #c7c7c7;
  border-radius: 3px;
  color: #fff;
}
.tab-area .tab.active {
  background-color: var(--vk-color-primary);
}

.panel {
  display: none;
}
.panel.active {
  display: block;
}

.past-cal-botan.wp-block-button a.wp-block-button__link {
  display: block;
  padding: 8px 10px;
  line-height: 1.2;
  border-radius: 5px;
  font-size: 14px;
}

/*** 時間割 ***/
#top-jikanwari h2 {
  padding-left: 43px;
}
#top-jikanwari h2::before {
  width: 32px;
  background-image: url(../images/ic-clock.png);
}
@media (min-width: 782px) {
  #top-jikanwari h2 {
    padding-left: 62px;
  }
  #top-jikanwari h2::before {
    width: 45px;
  }
}
#top-jikanwari ul {
  font-size: 80%;
}
#top-jikanwari .wp-block-button {
  width: 96%;
}
#top-jikanwari .wp-block-button .wp-block-button__link {
  width: 100%;
}
@media (max-width: 781px) {
  #top-jikanwari .wp-block-button {
    width: 96%;
  }
  #top-jikanwari .wp-block-button .wp-block-button__link {
    font-size: 10px;
  }
}

/*** 施設 ***/
#top-sisetu h2 {
  padding-left: 56px;
}
#top-sisetu h2::before {
  width: 48px;
  height: 35px;
  top: -4px;
  left: -2px;
  background-image: url(../images/ic-monitor.png);
}
@media (min-width: 782px) {
  #top-sisetu h2 {
    padding-left: 80px;
  }
  #top-sisetu h2::before {
    width: 68px;
    height: 50px;
  }
}
#top-sisetu ul {
  font-size: 80%;
}/*# sourceMappingURL=top.css.map */