body {
  font-family: "Kosugi Maru";
  max-width: 1000px;
}

.kosugi-maru-regular {
    font-family: "Kosugi Maru", sans-serif;
    font-weight: 400;
    font-style: normal;
  }

.orbitron {
    font-family: "Orbitron", serif;
    font-style: normal;
}

.ContentWrapper {
  margin-top:10px;
  width: 1000px;
}

.EnvironmentalActivitiesWrapper {
    margin-left:80px;
    margin-right:80px;
    font-size: 16px;
    font-weight:200;
    color: rgb(110,110,110,1);
}

.ExplainFrame {
  margin-top:5px;
  width: 840;
  font-size: 16px;
  font-weight:200;
  color: rgb(110,110,110,1);
  border:1px solid rgba(110,110,110,0.5);
  border-radius: 10px;

}

.PhotoFrame {
  display:flex;
  justify-content: center;
}

.SubtitleWrapper {
  display: grid;
  grid-template-columns: 250px 400px;
  align-items:center;
}

.WancoLinkButtom {
  display:inline-flex;
  align-items: center;
  padding: 5px;
  background-color: rgba(110,110,110,0.1);
  width: 250px;
  height: 20px;

}

.WancoLinkButtom.notbuttom {
  font-size: 20px;
  background-color: white;
}

.WancoLinkButtom:hover,
.WancoLinkButtom:active {
  background-color: rgba(110,110,110,0.4);
  border-radius: 5px;

}

.WancoLinkButtom.notbuttom:hover,
.WancoLinkButtom.notbuttom:active {
  background-color: white; /* 元の色で上書き */
  cursor: default;          /* ポインター変更も不要なら追加 */
}

.WancoLink {
  font-size: 14px;
  text-decoration: none;
  color:rgb(110,110,110);
  text-align: center;
  line-height: 0px;
}
