.reserve{
  max-width: 1100px;
  margin: 0 auto 0;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: content-box;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  row-gap: 80px;
  margin-top: 80px;
}
.reserve-card{
  width: calc(33.333% - 32px);
  position: relative;
}
.reserve-deco{
  position: absolute;
  display: block;
  transform: translate(10%,-50%);
  left: 0;
  z-index: 2;
  height: 62px;
}
.reserve-card a.hover_ok{
  transition: 0.3s;
  top: 0;
}
.reserve-card a.hover_ok:hover {
  top: -4px;
}
.reserve-card-inner{
  transform: translateZ(0);
  filter: drop-shadow(0 0 12px rgba(0,0,0,.15));
  border-radius: 26px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  background-color: #fff;
  box-sizing: border-box;
  height: 100%;
  text-decoration: none;
  display: block;
}
.reserve-card-img-wrapper{
  width: 100%;
  padding-top: 50.8%;
  position: relative;
}
.reserve-card-img-wrapper img{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%,-50%);
}
.reserve-card-txt-wrapper{
  padding: 20px 16px 24px;
}
.reserve-card-txt-wrapper h3{
  font-size: 20px;
  font-weight: 800;
  margin: 0;
  font-weight: 600;
  text-align: center;
}
.reserve-card-txt-wrapper h3 span{
  font-size: 16px;
  font-weight: 800;
  margin: 0 0 8px;
  display: block;
  font-weight: 600;
  text-align: center;
}
.reserve-card-txt-inner{
}
.reserve-card-txt-wrapper p{
  font-size: 14px;
  line-height: 1.5em;
  margin-top: 16px;
  font-weight: 500;
  text-align: justify;
}
.reserve-card-notes{
  font-size: 18px;
  font-weight: 600;
  color: #e61c23;
  text-align: center;
  margin-top: 20px;
  line-height: 1.35em;
}
.reserve-card-list{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: wrap;
  margin: 16px auto 0;
  gap: 6px;
}
.reserve-card-list li{
  font-size: 14px;
  line-height: 1;
  height: 28px;
  padding: 0 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
}
.reserve-card-tag-1{
  background-color: #26dac1;
  color: #000;
}
.reserve-card-tag-2{
  background-color: #bdf34f;
  color: #000;
}
.reserve-card-tag-3{
  background-color: #d80c18;
  color: #fff;
}

.reserve-card-txt-wrapper .Btnlink_area{
  padding-top: 0;
  margin-top: 0;
  border-top: none;
}
.reserve-card-txt-wrapper .Btnlink_area a{
  margin-top: 24px;
  width: 223px;
}
