@charset "UTF-8";


#content{
	margin-top: 50px;
}

.min{
	font-family:"ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
}

.attention{
	color:#c20d23;
}

.mainImg{
	background: URL(./img/mainImg.png) no-repeat;
	background-size: cover;
}

.mainImg img{
	width:auto;
	padding: 80px 0;
}

.cinema .copy{
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.4em;
	margin-bottom: 30px;
}

.schedule{
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
	border: #808080 1px solid;
	padding: 20px;
}

.schedule >div{
	flex:0 0 48%;
}

.schedule .moreBtn a{
	width: auto;
	margin: 0;
}

/* 臨時お知らせ */
.rinji p {
	text-align: center;
	color: red;
	padding: 10px;
	border: 3px solid red;
	width: 70%;
	margin: 0 auto;
	font-size: 16px;
	font-weight: bold;
}
