infotext2 p {
    /* font-weight: bold; */
    line-height: 25px;
    font-size: 20px;
    margin: 10px 0px;
}

.tb01 th,
.tb01 td{
  padding: 10px;
  border: solid 1px #ccc;
  text-align:center;
  box-sizing:border-box;
}
.tb01 th {
  background: #ff7bac;
  color: #fff;
  
}
html {
	scroll-behavior: smooth;
}


.btn {
 padding: 10px 30px;
 background: #97C730;
 color: #ffffff;
}
 
 
.btn:hover {
 opacity: 0.7;
}


@media screen and (max-width: 640px) {
  .tb01 {
    width: 100%;
  }
  table.tb01 th,
  table.tb01 td {
    display: block;
    width: 100%;
    border-bottom:none;
  }
  .tb01 tr:last-child{
    border-bottom: solid 1px #ccc;
  }
}

.gf { font-family: M PLUS Rounded 1c', sans-serif}




html {
	scroll-behavior: smooth;
}


.btn {
 padding: 10px 30px;
 background: #97C730;
 color: #ffffff;
}
 
 
.btn:hover {
 opacity: 0.7;
}
/*
.full {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background: url(../img/top-campsite_s.jpg)
    center / cover;
}
*/
.full {
  width: 100%;
  height: 100vh;
  background-image: url(../img/top-campsite_s.jpg);
  background-size: cover;
  background-position: center;
}
.h1 {
  margin: 0;
  position: absolute;
  top: calc(50% - 0.5em);
  width: 100%;
  text-align: center;
  line-height: 1;
  font-size: 8vw;
  font-family: "Montserrat", sans-serif;
  text-shadow: 10px 10px 0 #fff;
}
