@charset "utf-8";
/* CSS Document */

.m-filter-attraction {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
.m-filter-attraction label {
  flex-basis: 197px;
  margin: 10px 10px 0 0;
  padding: 10px 15px;
  border-radius: 10px;
  background: #fff;
  flex-wrap: wrap;
  font-size: 14px;
  font-weight:bold;
  cursor: pointer;
}
.m-filter-attraction label:hover,
.m-filter-attraction input[type="radio"]:checked+label {
  border-radius: 10px;
  background: #036ce2;
  color: #fff;
}
.m-filter-attraction label img {
  width: 100%;
  height: 111px;
  margin-bottom: 10px;
}
.m-blc-exp {
  padding-top: 60px;
}
.m-section01 {
  border: 0 !important;
}
.m-attraction-blc01_box01::after {
  display: none;
}
