@charset "utf-8";

.box_office_base {
	width: 100%;
	padding: 4em 5%;
	margin: 0 auto 2em auto;
}
.box_office_base.bg_on {
	background-color: #818A93;
}
.box_office_base article {
	width: 100%;
	max-width: 1200px;
	margin: auto;
}
.box_office_base article h2 {
	margin-bottom: 1em;
	padding: 0.4em 1em;
	background-color: #818A93;
	font-size: 2.3em;
	color: #FFF;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-weight: bold;
}
.box_office_base.bg_on article h2 {
	background-color: #FFF;
	color: #818A93;
}
.box_office_base article img {
	width: 100%;
	margin-bottom: 1em;
	height: auto;
}
.box_office_base article section {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #5C5C5C;
	font-weight: bold;
}
.box_office_base.bg_on article section {
	color: #FFF;
}
.box_office_base article section div:first-child {
	width: 50%;
}
.box_office_base article section div:last-child {
	width: 45%;
}
.box_office_base article section div iframe{
	width: 100%;
	height: 400px;
}
.box_office_base article section div h3 {
	margin-bottom: 1em;
	font-size: 1.5em;
	color: #384756;
	text-align: center;
	font-weight: bold;
}
.box_office_base.bg_on article section div h3 {
	color: #FFF;
}
.box_office_base article section div p {
	text-align: left;
	line-height: 2.2;
}
.box_office_base article section div [href^="tel:"] {
	color: inherit;
	text-decoration: none;
}

@media screen and (max-width: 920px) {
	.box_office_base {
		padding: 3em 5%;
	}
	.box_office_base article h2 {
		font-size: 1.8em;
	}
	.box_office_base article section {
		flex-wrap: wrap;
	}
	.box_office_base article section div:first-child {
		width: 100%;
		margin-bottom: 2em;
	}
	.box_office_base article section div:last-child {
		width: 100%;
	}
	.box_office_base article section div iframe{
		height: 350px;
	}
	.box_office_base article section div h3 {
		font-size: 1.4em;
	}
	.box_office_base article section div p {
		line-height: 2.0;
	}
}

@media screen and (max-width: 540px) {
	.box_office_base {
		padding: 2em 5% 3em 5%;
	}
	.box_office_base article h2 {
		padding: 0.3em 1em;
		font-size: 1.4em;
	}
	.box_office_base article section div h3 {
		margin-bottom: 0.5em;
		font-size: 1.2em;
	}
	.box_office_base article section div p {
		line-height: 2.0;
		font-size: 0.9em;
	}
}

.reserve {
	display: block;
	width: 100%;
	margin: 1em auto;
	padding: 0.8em 1em;
	background-color: #E7625F;
	border-radius: 0.4em;
	font-size: 1.2em;
	color: #FFF;
	font-weight: bold;
}
.reserve:hover {
	background-color: #E34844;
}
