@charset "utf-8";

.renewal-logo {
  position: absolute;
  top: 100px;
  left: 30px;
  width: 180px;
  height: 50px;
}
.blog-logo {
  position: absolute;
  width: 130px;
  height: 110px;
  top: 430px;
  right: 100px;
}
.blog-logo:hover {
  width: 170px;
  height: 150px;
  top: 410px;
  right: 80px;
}

.first-view {
  height: calc(100vh - 110px);
  background-image: url(./images/HP_Top.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
}
.first-view-text {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 20px;
  text-align: center;
  font-weight: bold;
  text-shadow: 3px 3px 10px #000000;
}
.first-view-text h1 {
  font-family: HG丸ｺﾞｼｯｸM-PRO;
  color: #ffff00;
  font-size: 50px;
  margin-top: 20px;
}
.first-view-text p {
  padding-top: 50px;
  line-height: 20px;
  color: #ffffff;
  font-size: 18px;
}
.first-view-text h2 {
  line-height: 25px;
	padding-top: 20px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
}
.header-site-menu {
  font-family: ＭＳ Ｐ明朝;
  font-weight: bold;
}
.link-button:hover {
  color: #1302fc;
  font-family: ＭＳ Ｐゴシック;
}
.site-menu {
  font-family: ＭＳ Ｐ明朝;
}
.link-buttonf:hover {
  color: #f8fc02;
  font-family: ＭＳ Ｐゴシック;
  font-weight: bold;
}

.intro {
  width: 100%;
  height: 300px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  background-image: url(./images/intro-backpic.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.intro-text {
  width: 900px;
  padding: 10px 30px 20px 30px;
  border: solid 1px #013a01;
  border-radius: 25px;
  background-color: #fcf6d5;
  box-shadow: 1px 1px 1px 1px #3d3d3d;
}
.intro-text h3{
  line-height: 70px;    
  text-align: center;  
  font-size: 28px;
  font-family: HG丸ｺﾞｼｯｸM-PRO;
  color: #07ac02;
  text-shadow: 3px 3px 10px #888888;
}
.intro-text p{
  line-height: 30px;
  font-size: 19px;
}

.info {
  margin-left: 50px;
  margin-right: 40px;
  width: 700px;
  text-align: center;  
  background-color: #d6d6f8;
  box-shadow: 2px 2px 2px 2px #6e6e6e;
}
.info h3 {
  padding-top: 10px;
  padding-bottom: 20px;
  color: #fd0202;
  font-size: 25px;
}
.box02 {
  box-sizing: border-box;
  height: 300px;
  overflow: auto;
}
.info-text {
  padding-left: 30px;
  padding-right: 30px;
  text-align: left;
}
.info-text h4 {
  padding-bottom: 10px;
  font-size: 22px;
}
.info-text p {
  font-size: 17px;
  line-height: 18px;
  padding-bottom: 25px;
  padding-left: 15px;
}
.link-syosai:hover {
  color: #100cf8;
}
.container {
  display: flex;
  height: 420px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #d5f3ae;
}

.schedule {
  margin-left: 40px;
  width: 380px;
  border: 2px solid #000000;
  text-align: center;  
  background-color: #f1cffa;
}
.schedule h3 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.box01 {
  box-sizing: border-box;
  height: 100px;
  overflow: auto;
}
.schedule-pdf {
  width: 200px;
  margin-left: 80px;
  margin-right: 100px;
  margin-bottom: 10px;
  box-shadow: 2px 2px 2px 2px #6e6e6e;
}
.schedule-pdf img {
  height: 280px;
}
.schedule-text p {
  font-size: 15px;
}

.syokai {
  padding-top: 30px;
  padding-bottom: 10px;
  text-shadow: 2px 2px 2px #070707;
  background-image: url(./images/syokai-backpic.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.syokai h2 {
  font-family: HG丸ｺﾞｼｯｸM-PRO;
  font-size: 28px;
  max-width: 1200px;
  color: #fcf812;  
  text-shadow:
    5px 5px 5px #0e0e0e, -5px -5px 5px #0e0e0e,
   -5px 5px 5px #0e0e0e, 5px -5px 5px #0e0e0e,
    5px 0px 5px #0e0e0e, -5px 0px 5px #0e0e0e,
    0px 5px 5px #0e0e0e, 0px -5px 5px #0e0e0e;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
.syokai h2::after {
  content: '';
  display: block;
  width: 480px;
  height: 2px;
  background-color: #013cfc;
  margin-top: 8px;
  margin-left: auto;
  margin-right: auto;
}
.item-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 650px;
  width: 90%;
  max-width: 1100px;
  margin-left: 70px;
  margin-right: 20px;
  padding-top: 5px;
  padding-bottom: 20px;
  text-align: center;
}
.item-list img {
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #fdfa55;
  box-shadow:
    5px 5px 5px #f5f8c9, -5px -5px 5px #f5f8c9,
   -5px 5px 5px #f5f8c9, 5px -5px 5px #f5f8c9,
    5px 0px 5px #f5f8c9, -5px 0px 5px #f5f8c9,
    0px 5px 5px #f5f8c9, 0px -5px 5px #f5f8c9;
}
.syokai-jpg:hover {
  border: 4px solid #011aff;
  box-shadow:
    5px 5px 5px #bcbbf8, -5px -5px 5px #bcbbf8,
   -5px 5px 5px #bcbbf8, 5px -5px 5px #bcbbf8,
    5px 0px 5px #bcbbf8, -5px 0px 5px #bcbbf8,
    0px 5px 5px #bcbbf8, 0px -5px 5px #bcbbf8;
}
.item-list li {
  flex-shrink: 0;
  width: 250px;
  margin-left: 20px;
  margin-right: 20px;
}
.item-list li:first-child {
  margin-left: 0;
}
.item-list dl {
  margin-top: 10px;
}
.item-list dt {
  font-size: 20px;
  margin-bottom: 10px;
  color: #fcfbfb;
  text-shadow:
    5px 5px 5px #0e0e0e, -5px -5px 5px #0e0e0e,
   -5px 5px 5px #0e0e0e, 5px -5px 5px #0e0e0e,
    5px 0px 5px #0e0e0e, -5px 0px 5px #0e0e0e,
    0px 5px 5px #0e0e0e, 0px -5px 5px #0e0e0e;
}
.item-list dd {
  font-size: 15px;
  line-height: 20px;
  margin-top: 5px;
  text-align: start;
  color: #fcfbfb;
  text-shadow:
    5px 5px 5px #0e0e0e, -5px -5px 5px #0e0e0e,
   -5px 5px 5px #0e0e0e, 5px -5px 5px #0e0e0e,
    5px 0px 5px #0e0e0e, -5px 0px 5px #0e0e0e,
    0px 5px 5px #0e0e0e, 0px -5px 5px #0e0e0e;
}

.report {
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: #fff4f7;
  padding-top: 30px;
  padding-bottom: 10px;
  text-shadow: 2px 2px 2px #070707;
}
.report h2 {
  font-family: HG丸ｺﾞｼｯｸM-PRO;
  font-size: 28px;
  text-align: center;
  color: #1100ff;
  text-shadow: 2px 2px 2px #ffef15
/*
  text-shadow:
    1px 1px 1px #000, -1px -1px 1px #000,
   -1px 1px 1px #000,  1px -1px 1px #000,
    1px 0px 1px #000, -1px  0px 1px #000,
    0px 1px 1px #000,  0px -1px 1px #000;
*/
}
.report h2::after {
  content: '';
  display: block;
  width: 300px;
  height: 2px;
  background-color: #013cfc;
  margin-top: 8px;
  margin-left: auto;
  margin-right: auto;
}
.report-list {
  display: flex;
  padding-top: 30px;
  padding-bottom: 10px;
  padding-left: 50px;
  padding-right: 30px;
  overflow: auto;
  text-shadow: 1px 1px 2px #070707;
}
.report-list li {
  flex-shrink: 0;
  width: 300px;
  margin-left: 20px;
  margin-right: 20px;
}
.report-list img {
  width: 300px;
  box-shadow: 3px 3px 5px #494949;
}
.report-jpg:hover {
  box-shadow: -3px -3px 5px #8a8a8a;
}
.report-list li:first-child {
  margin-left: 0;
}
.report-list dd {
  font-size: 15px;
  line-height: 20px;
  margin-top: 5px;
  text-shadow: none;
}

.seibutsu {
  height: 430px;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  background-image: url(./images/seibutsu-backpic.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.seibutsu h2 {
  padding-bottom: 15px;
  font-size: 28px;
  text-align: center;
  color: #141414;
  text-shadow: 2px 2px 6px #4d4c4c;
}
.seibutsu h2::after {
  content: '';
  display: block;
  width: 220px;
  height: 2px;
  background-color: #013cfc;
  margin-top: 8px;
  margin-left: auto;
  margin-right: auto;
}

.container2 {
  display: flex;
  justify-content: flex-start;
  height: 350px;
  margin: 0px auto;
  padding: 10px 12px 20px 12px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.seibutsu-jpg01,.seibutsu-jpg02,.seibutsu-jpg03 {
  margin: 5px;
}
.plant, .bird, .others {
  margin-left: 30px;
  width: 300px;
  text-align: center;
  background-color: #cfdafa;
  box-shadow: 2px 2px 2px #6e6e6e;
  color: #100cf8;
}
.plant h3, .bird h3, .others h3 {
  padding-top: 10px;
  padding-bottom: 5px;
}
.plant:hover {
  background-color: #fbfcdd;
  color: #259c00;
}
.bird:hover {
  background-color: #fbfcdd;
  color: #ff01d5;
}
.others:hover {
  background-color: #fbfcdd;
  color: #ff3c00;
}
.leaflet {
  margin-left: 30px;
  width: 300px; 
  border: 2px solid #000000;
  text-align: center;  
  background-color: #f1cffa;
}
.leaflet h3 {
  padding-top: 10px;
  padding-bottom: 5px;
}
.leaflet p {
  padding-top: 3px;
  font-size: 15px;
}
.leaflet-pic {
  margin-top: 15px;
  margin-bottom: 5px;
  margin-left: 5px;
  margin-right: 7px;
  border: 2px solid #6e6e6e;
  box-shadow: 2px 2px 2px 2px #6e6e6e;
}
.leaflet:hover {
  background-color: #faf7cf;
}
.leaflet-pic:hover {
  border: 2px solid #f1cffa;
  box-shadow: -3px -3px 2px #919191;
}
.leaflet-text p {
  width: 260px;
  font-size: 15px;
  margin-left: 15px;
  text-align: left;
}

.linksite {
  width: 100%;
  height: 250px;
  justify-content: center;
  text-align: center;
  margin-top: 5px;
  padding-left: 30px;
  padding-right: 30px;
  background-color: #9cfc89;
}
.linksite h3{
  line-height: 50px;
}
.linksite a{
  line-height: 25px;
}
.linklist-bot:hover {
  color: #f1f1ff;
  text-shadow: 2px 2px 6px #000000;
  font-family: ＭＳ Ｐゴシック;
  font-weight: bold;
  text-decoration: underline;
  text-decoration-color: #013cfc;
}

@media (max-width: 800px) {
  .renewal-logo {
    top: 70px;
  }
  .blog-logo {
    top: 340px;
    right: 00px;
  }
  .blog-logo:hover {
    top: 320px;
    right: -20px;
  }
  .first-view {
    width: 470px;
  }
  .first-view-text {
/*
    width: 100%;
    width: 600px;
*/
    padding-top: 0px;
  }
  .first-view-text h1 {
    font-size: 40px;
    margin-top: 0px;
  }
  .first-view-text p {
    padding-top: 30px;
    line-height: 20px;
    color: #ffffff;
    font-size: 18px;
  }
  .first-view-text h2 {
    line-height: 25px;
    padding-top: 20px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
  }
  .container {
    display: block;
    width: 470px;
    height: 950px;
  }
  .intro {
    width: 470px;
    height: 430px;
  }
  .intro-text h3{
    line-height: 40px;    
    font-size: 26px;
  }
  .info {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    width: 455px;
    padding-bottom: 10px;
    height: 500px;
  }
  .box02 {
  box-sizing: border-box;
  height: 480px;
  overflow: auto;
}
.info h3 {
    font-size: 21px;
  }
  .info-text h4 {
    font-size: 18px;
  }
  .info-text p {
    font-size: 15px;
  }
  .schedule {
    margin-top: 25px;
    height: 360px;
  }
  .syokai {
    width: 470px;
  }
  .syokai h2 {
    font-size: 25px;
  }
  .syokai h2::after {
    width: 400px;
  }
  .item-list {
    height: 900px;
    width: 95%;  
    margin-left: 10px;
    margin-right: 10px;
  }
  .item-list li {
    width: 200px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .report {
    width: 470px;
  }
  .seibutsu {
    width: 470px;
    height: 600px;
  }
  .container2 {
    flex-wrap: wrap;
    justify-content: center;
    height: 500px;
  }
  .plant, .bird, .others, .leaflet {
    margin-top: 20px;
    margin-left: 20px;
    width: 200px;
    padding: 0px 10px 0px 10px;
  }
  .leaflet h3 {
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 5px;
  }
  .leaflet p {
    padding-top: 3px;
    font-size: 11px;
  }
  .leaflet-text p {
    width: 160px;
    font-size: 12px;
    margin-left: 15px;
    text-align: left;
  }
  .linksite{
    width: 470px;
  }
  .linksite a{
    font-size: 14px;
  }
  .footer {
    width: 470px;
  }
}