@media print, screen and (min-width: 769px) {
  section#about h1:after {
    content: "About Fukui Botanical Garden";
  }
  section#guide h1:after {
    content: "Guide";
  }
  section#access h1:after {
    content: "Access";
  }
  section#map h1:after {
    content: "Map";
  }
  section#fanclub h1:after {
    content: "fanclub";
  }
  section#plantpia_calender h1:after {
    content: "Plantpia Calender";
  }
}

#go_plantpia_calender {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  margin: auto;
  margin-bottom: 1rem;
  padding: 0.5rem;
  width: 18rem;
  text-align: center;
  text-decoration: none;
  background: #87cefa;
  color: #ffffff;
  font-weight: bold;
}

#go_plantpia_calender:before {
  content: "\f358";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 6px;
}

#entrancefee table {
  border-collapse: collapse;
  empty-cells: show;
  width: 100%;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

#entrancefee table th,
#entrancefee table td {
  padding: 0.3rem;
  border: 1px solid #dddddd;
  font-weight: normal;
  text-align: center;
  width: 20%;
}

#entrancefee table th {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(#ffffff), to(#f1f1f1));
  background: linear-gradient(#ffffff, #ffffff, #f1f1f1);
}

#entrancefee em {
  color: #cc0000;
  font-style: normal;
}

@media print, screen and (min-width: 769px) {
  #entrancefee table th,
  #entrancefee table td {
    padding: 0.5rem;
  }
}

.plogo {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 3px;
}
/*# sourceMappingURL=style.css.map */