:root .subpage #contents{
  width: unset;
  max-width: unset;
}
.subpage .container > * {
  max-width: unset;
}
.wp_entry .h1-bg-img{
  margin: unset;
}
.subpage .content-body,
.container>.lnav-rich {
  margin-left: auto;
  margin-right: auto;
  width: 905px;
}
@media screen and (max-width: 1290px) {
  .subpage .content-body,
  .container>.lnav-rich {
    width: 100%;
  }
}
.subpage .content-body img {
  border-radius: 20px;
}
.subpage .wp_entry p.f{
  text-align: center;
  font-size: 0.85em;
  color: #666;
}

h2.ttl-08.alt span{
  font-size: 0.85em;
}
.wp_entry .box01{
  border-color: var(--color-purple);
  border-width: 3px;
}

.gcal iframe {
  width: 100%;
  height: 400px;
}

@media all and (min-width: 768px) {
  .gcal iframe {
    height: 600px;
  }
}

#news .news-list li {
  display: flex;
  gap: 2em;
}

#news .news-list li span {
  display: block;
}

#news .news-list .date {
  width: 15%;
}

#news .news-list .category {
  width: 15%;
  line-height: 2.2;
  border: 1px solid var(--color-purple);
  background-color: transparent;
  color: rgb(26, 26, 26);
}

#news .news-list .text {
  width: 100%;
  display: inline;
}

#news .news-list a {
  display: inline;
  grid-template-columns: none;
  padding-block: unset;
}
.mainimg .text{
  color:#2b006f;
}


.gcal iframe {
  width: 100%;
  height: 400px;
}

@media all and (min-width: 768px) {
  .gcal iframe {
    height: 600px;
  }
}

h2.ttl-08.top-sp span::after {
  transform: scale(-1, 1);
  left: calc(50% - 7px);
  top: -13px;
  transform: rotate(270deg);
}

@media screen and (max-width: 768px) {
  .subpage #contents {
    padding: 0;
  }
}

.gnav-scroll::after{
  display: none;
}