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



.event_slick p {
  font-size: 100%;
  font-weight: bold;
  line-height: 20px;
  color: #444;
  margin: 10px;
  padding: 0 0 20px 0;
  text-align: center;
  background-color: #fff;
  width: 350px;
}

.event_slick img {
  width: 355px;
}


/* ドット用スタイル */
.original-dots {
  display: flex;
  justify-content: center;
  margin: 0 0 0 560px;
  padding: 0;
}

.original-dots li {
  list-style-type: none;
}

.original-dots li button {
  border: 8px solid #444;
  background-color: #444;
  color: #fff;
  margin: 10px 5px 0 5px;
}

.original-dots li:hover,
.original-dots li button:hover {
  cursor: pointer;
}
/* ここまで */

.buttons {
  display: flex;
  justify-content: flex-end;
}

.buttons .button {
  margin: -35px 8px 0 8px;
  border: 1px solid #444;
  color: #444;
  padding: 6px;
  text-align: center;
  width: 40px;
  transition: all 300ms ease;
  z-index: 100;
}

.buttons .button:hover {
  cursor: pointer;
  background-color: #444;
  color: #fff;
  transition: all 300ms ease;
}