@charset "UTF-8";

/******************************************************************
| schedule - ~767px
******************************************************************/
.schedule-inner {
  width: 100%;
  margin: auto;
  padding: 20px 20px;
}

.schedule-inner h2 {
  position: relative;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
.schedule-inner h2::before {
  display: block;
  content: "";
  background: url("../img/schedule/schedule_icon.png") no-repeat;
  width: 60px;
  height: 60px;
  background-size: 100%;
  margin: auto;
}
.schedule-inner h2 span {
  font-size: 20px;
  font-family: "Bradley Hand ITC", "Viner Hand ITC", "Zapfino";
  font-family: caliban-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  display: block;
  margin-top: 10px;
}

.schedule-area {
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  padding: 30px 0px;
  margin-bottom: 20px;
}
.schedule-area-title {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}

.schedule-area-title span {
  display: inline-block;
  position: relative;
}
.schedule-area-title span::after {
  display: block;
  content: "";
  height: 5px;
  background: #b79b5b;
  border-radius: 5px;
  width: 60px;
  margin-top: 15px;
  margin: 15px auto 0px;
}

.schedule-box {
  width: 100%;
  margin: auto;
  padding: 0px 20px;
}

.schedule-box-inner {
  width: 100%;
}
.status_list {
	font-size: 14px;
	display: table;
	margin: 0 auto 30px;
	line-height: 1.6;
}
.status_list span {
	display: inline-block;
	width: 2em;
	font-weight: bold;
	text-align: center;
}
.table-container {
    width: 100%;
    overflow-x: auto;
	margin-bottom: 30px;
	padding-bottom: 10px;
}
.table-container table {
	width: auto;
	min-width: 100%;
	text-align: center;
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0;
}
.table-container table thead {
	background: #efebf9;
}
.table-container table th,
.table-container table td {
	font-size: 14px;
	border: solid 1px #e3dcf3;
	white-space: nowrap;
	min-width: 3em;
	padding: 0.5em 0;
}
.table-container table tbody td:first-child {
	background: #e3dcf3;
  white-space: nowrap;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
}
.table-container table tbody td:first-child::before {
    content: "";
	display: block;
	background: #efebf9;
    position: absolute;
	bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
	z-index: -1;
}
.table-container table tbody td.today {
	background: #efebf9;
}
.table-container table .worktable-label-month {
	font-size: 15px;
	font-weight: bold;
	vertical-align: middle;
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  left: 0;
	background: #e3dcf3;
    box-sizing: border-box;
}
.table-container table .worktable-label-month::before {
    content: "";
	display: block;
	background: #efebf9;
    position: absolute;
	bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
	z-index: -1;
}
.table-container table thead .week_sat {
	color: #fff;
	background: #52c3f1;
}
.table-container table thead .week_sun,
.table-container table thead .holiday {
	color: #fff;
	background: #ef8fb9;
}


/******************************************************************
| schedule - 768px ~ 1199px
******************************************************************/
@media screen and (min-width: 768px) {
  .schedule-inner {
    padding: 40px 20px;
  }

  .schedule-inner h2 {
    font-size: 28px;
    margin-bottom: 40px;
  }
  .schedule-inner h2::before {
    width: 80px;
    height: 80px;
  }
  .schedule-inner h2 span {
    font-size: 24px;
  }

  .schedule-area {
    border-radius: 10px;
    padding: 40px 0px;
    margin-bottom: 40px;
  }
  .schedule-area-title {
    font-size: 24px;
  }

  .schedule-box {
    width: 84%;
  padding: 0px;
  }

.schedule-area {
  overflow: hidden;
  padding: 40px 0px;
  margin-bottom: 20px;
}
.schedule-area-title {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
.schedule-area-title span {
  display: inline-block;
  position: relative;
}
.schedule-area-title span::after {
  display: block;
  content: "";
  height: 5px;
  background: #b79b5b;
  border-radius: 5px;
  width: 60px;
  margin-top: 15px;
  margin: 15px auto 0px;
}

.status_list {
	font-size: 16px;
	margin: 0 auto 40px;
}
.table-container {
	margin-bottom: 40px;
}
.table-container table th,
.table-container table td {
	font-size: 16px;
	border: solid 2px #e3dcf3;
	min-width: 3em;
	padding: 0.5em 0;
}
.table-container table tbody td:first-child::before {
    left: 1px;
    width: 99%;
	width: -webkit-calc(100% - 2px);/*Chrome19~25対応*/
	width: -moz-calc(100% - 2px);/*Firefox4~15対応*/
	width: calc(100% - 2px);
}
.table-container table .worktable-label-month {
	font-size: 20px;
}
.table-container table .worktable-label-month::before {
    left: 1px;
    width: 99%;
	width: -webkit-calc(100% - 2px);/*Chrome19~25対応*/
	width: -moz-calc(100% - 2px);/*Firefox4~15対応*/
	width: calc(100% - 2px);
}

}

/******************************************************************
| schedule - 1126px ~
******************************************************************/

@media screen and (min-width: 1126px) {
  .schedule-inner h2 {
    font-size: 36px;
  }
  .schedule-inner h2::before {
    width: 90px;
    height: 90px;
  }
  .schedule-inner h2 span {
    font-size: 34px;
  }

.schedule-area {
    width: 1126px;
    margin: 0px auto 40px;
    padding: 60px 0px;
  }
  .schedule-area-title {
    font-size: 30px;
    margin-bottom: 40px;
  }
  .schedule-area-title span::after {
    width: 90px;
  }

  .schedule-box01 p {
	  font-size: 20px;
  }

.status_list {
	font-size: 20px;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.status_list li {
	display: inline-block;
	margin: 0 1em;
}
.table-container table th,
.table-container table td {
	font-size: 20px;
	border: solid 2px #e3dcf3;
	padding: 0.8em 0;
}
.table-container table .worktable-label-month {
	font-size: 24px;
}

}
