@charset "utf-8";
ul.presentImg{
  display: flex;
  flex-wrap: wrap;
  margin: 20px auto 40px; 
}
ul.presentImg li{
  width: calc(50% - 2vw);
  padding: 0;
  margin: 1vw;
  position: relative;
}
ul.presentImg li img{
 border: 2px solid #F4D53C;
 border-radius: 5px;
}
#PRESENT  p.preBtn  a {
    
    position: relative;
    margin: 2rem auto;
    padding: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    font-size: 1.6rem;
    width: 100%;
    font-weight: 600;
    max-width: 300px;
    color: #4B8637 !important;
    background: none !important;
    text-decoration: none !important;
    border: 3px solid #4B8637;
}
#PRESENT p.preBtn a:after{
    content: "\e910";
    padding-left: 5px;
    color: #2B8044;
    font-family: 'outdoorpark25' !important;
}

#PRESENT p.preBtn a:hover {
color: #F4D53C!important;
  border: 3px solid #F4D53C;
  background:none!important;
}
#PRESENT p.preBtn a:hover:after {
  color:#F4D53C
}
@media screen and (min-width:520px) {
  #PRESENT h5{
    font-size: 1.8rem;
  }
  ul.presentImg li{
    width: 25%;
    padding: 1% ;
  }
  ul.presentImg li {
    width:calc((100% - 30px)/5);
    padding: 0;
    margin: 3px;
  }
}

@media screen and (min-width:960px) {
  #PRESENT a.btn{
    max-width: 500px;
  }
}
@media screen and (min-width:1600px) {
  ul.presentImg li {
    width:calc((100% - 50px)/8);
    padding: 0;
    margin: 3px;
  }
}