.href {
  cursor: pointer;
}
.none {
  display:none;
}
.form-group {
  margin-top:20px;
}
.nav-outer {
	overflow-x:scroll;
}
/* iPhone・iPad（〜1024pxくらい） */
@media (max-width: 1024px) {
  .event-wall {
    width: 100vw;
    margin-bottom: 20px;
    position: relative;
    left: 50%;
    right: 50%;
    margin-top: -30px;
    margin-left: -50vw;
    margin-right: -50vw;
  }
}

/* PCなど大きい画面 */
@media (min-width: 1025px) {
  .event-wall {
    width: 100%;
    margin-bottom: 20px;
  }
}