@charset "utf-8";

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





/* *******************
	info
******************* */
#info {}
#info ul {
	padding: 0;
	margin: 0;
	list-style: none;

	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
}
#info ul li {
	width: 24%;
	margin-right: 1.3%;
	margin-bottom: 20px;
}
#info ul li:nth-child(4n) {
	margin-right: 0;
}
#info ul li a {
}
#info ul li picture {
	border: 2px solid #f8dc4a;
	border-radius: 15px;
	aspect-ratio: 16/9;
}
#info ul li picture img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 15px;
}
#info ul li p {
	text-align: left;
	margin-top: 5px;
}
#info .ashirai_1 {
	width: 230px;
	max-width: 230px;
	height: 350px;
	position: absolute;
	top: -50px;
	left: 5%;
	background-image: url(../images/index/info_ashirai.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

@media screen and (max-width:768px) {
}
@media screen and (max-width:600px) {
	#info ul li {
		width: 32%;
		margin-right: 2%;
	}
	#info ul li:nth-child(4n) {
		margin-right: 2%;
	}
	#info ul li:nth-child(3n) {
		margin-right: 0;
	}
}
@media screen and (max-width:450px) {
	#info ul li {
		width: 48%;
		margin-right: 2%;
	}
	#info ul li:nth-child(3n) {
		margin-right: 2%;
	}
	#info ul li:nth-child(2n) {
		margin-right: 0;
	}
}





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

@media screen and (max-width:600px) {
  #info_post .wrap {
    padding: 35px 50px;
    width: calc(100% - 100px);
  }
}
