@charset "utf-8";

iframe{
  width:100%;
  height:70vh;
}
figure{
	width:40%;
	text-align: center;
	margin:20px 0;
}
figure img{
	height:170px;
}
figcaption{
	font-size: 1.5rem;
}
.w_40{
	width:40%;
}
.w_40 img{
	width:100%;
}
.otherinfo .info{
	background-color: var(--orange-color);
	}
.event .ha{
	background-color: var(--orange-color);
	}
@media screen and (max-width:599px) {
figure,.w_40{
	width:100%;
}
}
