img {
  vertical-align: bottom;
}

.lead {
  margin-bottom: 80px;
}

.eventlogo .img {
  width: 80%;
  margin: 0 auto 40px;
}


.archives {
  --gap: 20px;
}

.archives .archive {
  width: calc((100% - 20px) / 2);
}

.archives .archive .photo {
  border-radius: 50%;
}

.archives .archive .info .text {
  text-align: center;
}



.center {
  background-image: url(../images/plant/section_top_plant_sp2.png);
  background-size: cover;
}

.tlabel .img {
  width: 70%;
  margin: 0 auto;
}

.tlabel .text {
  text-align: center;
  color: #7e5310;
  font-weight: bold;
  font-size: 1.6rem;
  margin-top: -25px;
}

.archives {
  padding-top: 80px;
}

.bottom {
  position: relative;
}

.bottom .to_link {
  position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 50px;
    width: 120px;
}

.banner {
  margin-top: 60px;
}

.post .tlabel {
  margin-bottom: 40px;
}

.post .photo {
  width: 60%;
    margin: 0 auto 30px;
}

.post .photo .bg {
  padding-top: 100%;
  border-radius: 50%;
}

.eventlink .img {
        width: 40%;
    margin: 0 auto;
    transform-origin: center center;
  animation: heartbeat 1.15s infinite;
  /* ちょい滑らかに見せる */
  will-change: transform;
}

@keyframes heartbeat{
  0%   { transform: scale(1); }
  14%  { transform: scale(1.12); } /* 1回目ドクン */
  28%  { transform: scale(1.00); }
  42%  { transform: scale(1.18); } /* 2回目ドクン（少し強め） */
  70%  { transform: scale(1.00); }
  100% { transform: scale(1.00); } /* 休み */
}

.post .content .text div:last-child{
  margin-bottom: 0 !important;
}

@media (min-width: 960px){

  #contents {
    padding-top: 200px;
  }

  .eventlogo .img {
    width: 50%;
    max-width: 800px;
    margin: 0 auto 80px;
  }

  .lead {
    margin-bottom: 120px;
  }

  .lead .text {
    width: 80%;
    margin: 0 auto;
  }

  .tlabel .img {
        width: 50%;
    margin: 0px 0 0 -60px;
  }

  .tlabel .text {
    font-size: 2rem;
    margin-top: -45px;
  }

  .archives {
    --gap: 60px;
    padding-top: 60px;
}
  .archives .archive {
    width: calc((100% - 180px) / 4);
  }
  .center {
background-image: url(../images/plant/section_top_plant_pc.png);
  }

  .banner {
    margin: 60px 0 200px;
  }

  .banner .img {
    width: 60%;
    margin: 0 auto;
  }

  .bottom .to_link:hover {
    animation: hurueru .5s  infinite;
  }

  @keyframes hurueru {
  0% {
    transform: translate(0) rotateZ(0deg); }
  25% {
    transform: translate(4px, 0px) rotateZ(3deg); }
  50% {
    transform: translate(0px, 0px) rotateZ(0deg); }
  75% {
    transform: translate(4px, 0px) rotateZ(-3deg); }
  100% {
    transform: translate(0px, 0px) rotateZ(0deg); } }


    .post .photo {
      width: 40%;
      max-width: 600px;
    }

    .post .text {
      width: 80%;
      margin: 0 auto;
    }

    .banner.eventlink .img{
      width: fit-content;
      max-width: 180px;
    }

}









