@charset "UTF-8";
/*
Theme Name: yamashita_movie
Author: LeadDesign
Description: All
*/
/* movie */
.movie {
	margin: 0 auto 30px auto;
}
.movie h4 {
	font-size:  16px;
	padding: 10px 0 10px 0;
	margin: 30px 0 0 0;
	position:  relative;
}
.movie h4:before {
	content: '';
	width: 30px;
	height: 3px;
	background-color: #80af3e;
	display: block;
	position: absolute;
	left: 0;
	top: -6px;
}
.movie .sub_title h5 {
	margin: 0;
	font-size: 15px;
	position: relative;
	font-weight: 300;
	display: inline-block;
	background-color: #fff;
	margin-left: 20px;
	padding: 0 5px;
}
.movie .sub_title {
	position: relative;
	margin: 15px 0;
}
.movie .sub_title:before {
	content: '';
	background-color: #313131;
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.movie .movie_container {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #dddddd;
	margin: 0 auto 20px auto;
	padding: 0 0 10px 0;
}
.movie .movie_container .movie_l {
	width: 250px;
}
.movie .movie_container .movie_l iframe {
	width: 100%;
}
.movie .movie_container .movie_r {
	width: calc(100% - 250px);
	padding: 0 0 0 20px;
}
.movie .movie_container .movie_r h5 {
	font-size: 15px;
}
.movie .movie_container .movie_r span {
	display: block;
	font-size: 12px;
	color: #aaaaaa;
}
.movie .movie_container .movie_r p {
	font-size: 13px;
	line-height: 2;
}
@media screen and (max-width:750px) {
	.movie h4 {
		font-size: 13px;
	}
	.movie .sub_title h5 {
		font-size: 13px;
	}
	.movie .movie_container {
		flex-wrap: wrap;
	}
	.movie .movie_container .movie_l {
		width: 100%;
	}
	.movie .movie_container .movie_r {
		width: 100%;
		padding: 0;
	}
	.movie .movie_container .movie_r h5 {
		font-size: 13px;
	}
}