@charset "UTF-8";

/*スライダー*/
#slider {
	width: 90%;
	margin: 0 auto 20px;
}

/*新着情報コンテンツ*/

#topics {
	background: rgb(167 111 247 / 30%);
	margin-bottom: 20px;
}

#topics article time {
	font-size: 1em;
	line-height: 1em;
	color: #000;
}

#topics article p.ttx {
	font-weight: bold;
	font-size: 20px;
	line-height: 1.5em;
	margin-bottom: 5px;
}

#topics article p.excerpt {
	font-size: 1em;
	line-height: 1.5em;
}

#topics article.recent {
	width: 100%;
}

#topics article.recent p.thum {
	display: table-cell;
	width: 10%;
	vertical-align: middle;
}

#topics article.recent p.thum img {
	width: 100%;
	vertical-align: bottom;
}

#topics article.recent div.text {
	width: auto;
	vertical-align: middle;
	padding-left: 10px;
}

#topics article.recent a {
	width: 100%;
	padding: 15px 0;
	text-decoration: none;
	color: #eee;
}

#topics article.text-only time {
	display: table-cell;
	width: 90px;
	vertical-align: middle;
	text-align: center;
}

#topics article.text-only p.ttx {
	display: table-cell;
	width: auto;
	padding-left: 10px;
	vertical-align: middle;
	color: #666;
}
/*本日の出勤一覧*/
.date-choice {
	display: none;
}

#today {
	margin-top: 1em;
	overflow: hidden;
	background: rgb(167 111 247 / 30%);
}
#today article {
	width: 25%;
	float: left;
}

#today div.content {
	padding: 1px 0;
	overflow: hidden;
}
#today article p.rel {
	position: absolute;
	left: 2px;
	top: 0px;
	z-index: 999;
}

#today article p.ready {
	position: absolute;
	bottom: 1px;
	left: 10px;
	z-index: 1000;
	text-align: center;
	width: 183px;
	color: white;
	font-size: 10px;
}
#today h2 img {
	width: 100%;
}
.concept {
	position: relative;
}
.concept .concept_reserve {
	position: absolute;
	bottom: 50px;
	right: 195px;
}
.top_kyujin {
	margin-top: 1em;
}
.top_kyujin a {
	color: #eee;
}
.btn-detail,
.clear {
	clear: both;
}
.clear {
	margin-bottom: 2em;
}

/*バニラウィジェット*/
#vanilla_W {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin-top: 1em;
}

#vanilla_W_sp {
	text-align: center;
}

@media screen and (max-width: 770px) {
	#main {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: 0;
	}
	#today {
		width: 100%;
		margin-top: 1em;
		margin-bottom: 1em;
	}
	#today .castlist {
		width: 33%;
	}
	.texttop h2,
	.texttop h3,
	.texttop h4 {
		margin-left: 0;
	}
	.texttop p {
		margin-left: 0;
		font-size: 0.7em;
		width: 100%;
	}
	.container {
		width: 100%;
		margin-top: 1em;
	}
	.slide-item img {
		width: 100% !important;
	}
	#sidebar {
		display: block !important;
	}
	#sidebar .castlist {
		width: 33%;
		float: none;
	}
	#sidebar .side_banner {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#sidebar .side_banner .banner {
		width: 60%;
		margin: 20px auto;
	}
}
@media screen and (max-width: 640px) {
	#main {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: 0;
	}
	#movie .video video {
		width: 100%;
		object-fit: cover;
	}
	#twitter-widget-0 {
		height: 360px !important;
	}
}

.schwrap {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}

.schwrap::before {
	content: "";
	width: 25%;
	display: block;
	order: 1;
}

.schwrap::after {
	content: "";
	width: 25%;
	display: block;
}

@media screen and (max-width: 640px) {
	.schwrap::before {
		content: "";
		width: 33%;
		display: block;
		order: 1;
	}

	.schwrap::after {
		content: "";
		width: 33%;
		display: block;
	}
}

@media screen and (min-width: 640px) {
	#slider {
		display: none;
	}
}
