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

.page-ohakakuyou .hero {
	background-image: url("../images/ohakakuyou/bg.jpg");
	background-size: cover;
	height: 144px;
}

.page-ohakakuyou .page-ttl {
	bottom: calc(50% - 12px);
}

.page-ohakakuyou .page-ttl .ttl-ja {
	color: #fff;
	text-shadow: none;
	line-height: 1;
	font-size: 24px;
}

.ohakakuyou .headline {
	font-size: 24px;
	font-weight: bold;
	color: #cb0c12;
	margin-bottom: 30px;
}

.ohakakuyou .contents {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	margin-bottom: 55px;
}

.ohakakuyou .contents.last {
	margin-bottom: 155px;
}

.ohakakuyou .contents .moviearea {
	width: 500px;
}

.ohakakuyou .contents .movietxt {
	width: 500px;
}

.ohakakuyou .contents .movietxt .date {
	font-size: 14px;
	padding-bottom: 15px;
}

.ohakakuyou .contents .movietxt .ttl {
	padding-bottom: 25px;
	font-size: 20.5px;
	font-weight: bold;
	border-bottom: 1px solid #cb0c12;
}

.ohakakuyou .contents .movietxt .description {
	padding-top: 20px;
	font-size: 17px;
}

.ohakakuyou-detail .link {
	text-decoration: underline;
}

.ohakakuyou-detail .moviearea {
	width: 1022px;
	margin: 0 auto;
	position: relative;
	padding-bottom: 566px;
	height: 0;
	overflow: hidden;
}

.ohakakuyou-detail .moviearea iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ohakakuyou-detail .date {
	font-size: 14px;
	padding: 50px 0 15px;
}

.ohakakuyou-detail .ttl {
	padding-bottom: 25px;
	font-size: 20.5px;
	font-weight: bold;
	border-bottom: 1px solid #cb0c12;
}

.ohakakuyou-detail .description {
	padding: 30px 0 130px;
	font-size: 17px;
}

.ohakakuyou a:hover,
.ohakakuyou-detail a:hover {
	opacity: 0.6;
}
