@charset "utf-8";
/* CSS Document */
/*システム*/
body{
	background: url("../img/schedule/header_img.jpg") top center no-repeat;
}
.header img{
	width: 100%;
}
.header1{
	height: 80px;
}

.schedule{
	margin: 0 1.0rem 3.0rem;
}
.schedule p{
	margin-bottom: 0;
}
.schedule img{
	width: 100%;
}

h4 {
	font-size: 22px;
	border-bottom: #0E0B53 solid 1px;
	padding-bottom: 0.5rem;
	margin-bottom: 0.5rem;
}
h4 span {
	display: flex;
	align-items: center;
	color: #498ee0;
	font-size: 16px;
	text-transform: uppercase;
}
h4 span::before {
	content: '';
	display: inline-block;
	margin-right: 20px;
	width: 40px;
	height: 1px;
	background-color: #498ee0;
}
h4 i{
	margin-right: 0.5rem;
}

h6 {
  position: relative;
  display: inline-block;
  height: 2.0rem;
  margin-left: 1.0rem;
  padding: 0.5rem 2rem 0.5rem 1rem;
  color: #fff;
  background: #fa4141;
	width: calc(100% - 1.0rem);
}
h6:before {
  position: absolute;
  top: 0;
  left: -1.0rem;
  content: '';
  border-width: 1.0rem 1.0rem 1.0rem 0;
  border-style: solid;
  border-color: transparent #fa4141 transparent transparent;
}
h6:after {
  position: absolute;
  top: calc(50% - 5px);
  left: -5px;
  width: 10px;
  height: 10px;
  content: '';
  border-radius: 50%;
  background: #fff;
}

.daylist{
	margin: 0 1.0rem 1.5rem;
	display: block;
}
.daylist:after {
	content: "";
	display: block;
	clear: both;
}
.daylist:before {
	content: "";
	display: block;
	clear: both;
}
.days{
	width: 7rem;
	margin: 0.2rem 0.5rem;
	padding: 0.2rem;
	background-color: #4E56D9;
	color: aliceblue;
	text-align: center;
	border-radius: 5px;
	float: left;
}
.days a.nav-link{
	font-size: 1.0rem;
	color: aliceblue;
	margin: auto;
	padding: 0;
}
.days a.active{
	background-color: #242BA7;
}

.staff{
	margin-bottom: 1.0rem;
}
.thum{
	position: relative;
	width: 100%;
}
.thum:before{
  content: "";
  display: block;
  padding-top: 100%;
}
.thum img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	object-fit: cover;
}
.card{
	background-color: transparent;
	height: 100%;
	text-align: center;
	color: #000000;
	font-family: 'Noto Sans JP', sans-serif;
	padding: 0.1rem;
}
.card-img-top {
	max-width: 100%;
	flex-shrink:0;
 }
.card-body{
	padding: 1.0rem 0 0.2rem;
}
.worktime{
	background-color: #8A9AB3;
	margin: 1.0rem 0 0;
	color: #ffffff;
}
.worktime i{
	margin-right: 0.5rem;
}
@media screen and (max-width:768px) {
	.staff{
		margin: 0;
		padding: 0.3rem;
	}
	.card-body{
		padding: 0.5rem;
		margin: 0;
	}
	.card-text{
		font-size: 12px;
	}
}