@charset "utf-8";

.title {
font-size:2.4rem;
}

.event{
	min-width:900px;	
}
.eventBody{width:880px; margin:1rem auto;}

.normaltxt {
font-size: 1rem;
}

.photo {
	width:		100%;
	margin:		0;
	padding:	0;
	position:	relative; /* 相対位置指定 */
}
.photo img {
	width:		100%;
}
.title {
	width:		100%;
	text-align:	center;
	bottom:		24px;
	margin:		0;
	padding:	0;
	color:		white;
	text-shadow: 1px 1px 5px white;
	position:	absolute; /* 絶対位置指定 */
}

.iframe-wrap {
  position: relative;
  width: 50%;
  padding: calc(560 / 315 * 50%) 0 0;
    margin: auto;
}
 
.iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}