@charset "UTF-8";
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

	変数設定

//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*
/* color */
/* trans */
/* margin */
/* 投稿ページ【archive・single】 */
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

	News【post】

//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

	event【eventArchive】

//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#eventArchive #butEventMore {
  margin: 40px auto 150px;
  text-align: center;
  display: none;
}
#eventArchive #butEventMore p {
  display: inline-block;
  background: #a41111;
  border: 1px solid #a41111;
  color: #fff;
  padding: 10px;
  width: 200px;
  cursor: pointer;
  transition: 0.35s cubic-bezier(0.2, 0.9, 0.7, 1);
}
#eventArchive #butEventMore p:hover {
  background: #fff;
  color: #a41111;
}

@media screen and (max-width: 768px) {
  /*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

  	News【post】

  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
  /*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

  	event【eventArchive】

  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
  #eventArchive #butEventMore {
    margin: 20px auto 75px;
  }
}/*# sourceMappingURL=post.css.map */