/*
Theme Name:kounominato-garden_ver02
Author: 
Theme URI: 
Description: 
Version: 1.00
*/

.reservation-button {
  width: 200px;
  margin: 0 auto 30px;
}
.reservation-button a {
  display: block;
  color: #fff;
  background: #0e6002;
  border: 1px solid #0e6002;
  padding: 15px 10px;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1;
  position: relative;
  border-radius: 4px;

}
.reservation-button a:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 10px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.reservation-button a:hover {
  background: #fff;
  color: #0e6002;
}
