@charset "utf-8";

/* ******************************************
	General
****************************************** */
#page_title h1::before {
  background-image: url(../images/common/ico-home.svg);
}





/* *******************
	event
******************* */
#event {}
#event .flex {
  justify-content: flex-start;
}
#event .flex .item {
  width: calc(25% - 15px);
  margin-right: 20px;
  margin-bottom: 35px;
}
#event .flex .item:nth-child(4n) {
  margin-right: 0;
}
#event .event .item picture {
	border: 2px solid #f8dc4a;
	border-radius: 15px;
	aspect-ratio: 9/12.5;
/* 	aspect-ratio: 16/9; */
	overflow: hidden;
}
#top_event .event .item picture img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 15px;
}
#event .event .item p {
	text-align: left;
	margin-top: 5px;
}

@media screen and (max-width:768px) {
  #event .flex .item {
    width: calc(32% - 12px);
    margin-right: 2%;
  }
  #event .flex .item:nth-child(4n) {
    margin-right: 2%;
  }
  #event .flex .item:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width:600px) {
  #event .flex .item {
    width: calc(48% - 8px);
    margin-right: 4%;
  }
  #event .flex .item:nth-child(3n) {
    margin-right: 4%;
  }
  #event .flex .item:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width:450px) {
}




/* *******************
	campaign_post
******************* */
#event_post {}
#event_post h2 {
  text-align: left;
  border-bottom: 1px solid #000000;
  margin-bottom: 10px;
}
#event_post .update {
  width: 100%;
  text-align: right;
  margin-bottom: 50px;
}
#event_post .event_contents {
  text-align: left;
  padding-top: 65px;
}
#event_post .event_contents picture {
  width: 100%;
  max-width: 450px;
  margin: 0 auto 40px;
}

@media screen and (max-width:768px) {
}
@media screen and (max-width:600px) {
}
@media screen and (max-width:450px) {
}
