.headline {
  /*font-size: clamp(1.125rem, 0.857rem + 0.86vw, 1.5rem);
  font-weight: 700;
  color: #00afde;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.1em;
  margin: 0 0 10px 0;*/
	  font-size: clamp(1.125rem, 0.857rem + 0.86vw, 1.5rem);
  font-weight: 700;
  color: #323232;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 10px 5px;
  margin: 0 0 5px 0;
  border-radius: 4px;
	background-color: #D0BFE8;
text-align: center;}


.headline span {
  display: block;
  transform: matrix(1, 0, -0.1, 1, 0, -0.1);
}

.headline .span2 {
  display: inline-block;
  transform: matrix(1, 0, -0.1, 1, 0, -0.1);
}


@media screen and (max-width: 500px) {
.headline  .span2 {
  display: block;
  transform: matrix(1, 0, -0.1, 1, 0, -0.1);
  }
}

.summary {
  font-size: clamp(1rem, 0.821rem + 0.57vw, 1.25rem);
  font-weight: 500;
  text-align: justify;
  letter-spacing: 0.05em;
  line-height: 1.5;
  padding: 20px 30px;
  /*border: 2px solid #00afde;*/
  border-radius: 10px;
  background-color: #fff;
}
@media screen and (max-width: 500px) {
  .summary {
    padding: 10px 20px;
  }
}

#schedule {
  padding: 20px 30px;
  /*border: 2px solid #00afde;*/
  border-radius: 5px;
  background-color: #fff;
}
@media screen and (max-width: 500px) {
  #schedule {
    padding: 10px 20px;
  }
}

#localnav {
  padding: 20px 0;
  border-radius: 10px;
}
@media screen and (max-width: 500px) {
  #localnav {
    padding: 10px 0;
  }
}
#localnav ul {
  display: grid;
  gap: 20px;
}
#localnav ul li a {
  padding: 15px 5px;
  display: block;
  font-size: clamp(1rem, 0.821rem + 0.57vw, 1.25rem);
  font-weight: 700;
  color: #00afde;
  line-height: 1;
  text-align: center;
  border: 2px solid #00afde;
  border-radius: 4px;
  background-color: #fff;
  transition: 0.2s;
}
#localnav ul li a:hover {
  color: #fff;
  background-color: #00afde;
}
#localnav ul li span {
  display: block;
  padding: 15px 5px;
  font-size: clamp(1rem, 0.821rem + 0.57vw, 1.25rem);
  font-weight: 700;
  line-height: 1;
  text-align: center;
  background-color: #c8c8c8;
}


/*木村追加*/

.top{
 margin: 20px auto 0;
  transition-duration: 0.5s;
}
.top img{border:2px solid #00afde;
box-shadow: 0 6px 15px 0 rgba(0, 0, 0, .5);
  width: 100%;
  cursor: pointer;}

.top img:hover{opacity: 70%;

  transform: translateY(5px);
  transition-duration: 0.5s;
}

@media screen and (max-width: 500px) {
.top img{border:2px solid #00afde;
box-shadow: 0 5px 6px 0 rgba(0, 0, 0, .5);
  width: 100%;
  cursor: pointer;}
}
/**/



/*# sourceMappingURL=top.css.map */