@charset "utf-8";

a{
	color:#111;
}
ul{
	list-style-type:none;
}

section#time {
	width: 100%;
	margin: auto;
	padding-top: 120px;
}


/* タイムテーブル */
.time-box-wrap {
    width: 100%;
    margin: 0 auto 0;
}
.time-box-wrap:last-child {
    margin: 100px auto 0;
}

.time-inner {
    width: 90%;
    margin: 0 auto 0;
    overflow-x: scroll;
    overflow-y: hidden;
    max-width: 1200px;
}

.time-inner p{
	margin: 60px auto 0;
}

.time-content {
    margin: 30px auto 0;
    display:block;
}

.time-content table{
  table-layout: auto;
  width: 100%;
}

.time-content tbody {
    /* border: 1px solid #e8e8e8; */
    box-sizing: border-box;
}

.time-content tbody tr.week {
    /* border: 1px solid #e8e8e8; */
    box-sizing: border-box;
}

.time-content tbody tr.week th.blue {
    color: #2149e8;
}

.time-content tbody tr.week th.red {
    color: #ff0004;
	width:200px;
}


.time-content table , .time-content td, .time-content th {
	border: 1px solid #ccc;
	border-collapse: collapse;
	box-sizing: border-box;
}
.time-content td, .time-content th {
	padding: 1px;
	text-align: center;
	line-height: 190%;
	width: 10%;
}
.time-content td a {
    display: block;
    transition:.3s;
    -webkit-transition:.3s;
    padding: 5px;
}

.time-content td a:hover {
    background: #ccc;
    display: block;
    color: #fff;
}


span.red-color {
    color: #ff2604;
}

.time-content th {
    text-align: center;
    font-size: 120%;
    background: #f7f7f7;
    border: none;
}

.time-content .wee th{
	background: #ffd7ce;
}

.time-content .even {
	background: #fbf8f0;
}
.time-content .odd {
	background: #fefcf9;
}

.acbox{
		display:none;
	}

.time-content p,.acbox p {
    color: #fff;
    margin: 15px auto 0;
}

.lesson {
    max-width: 1202px;
    width: 90%;
    margin: 0 auto 80px;
}

.lesson-box {
    width: 100%;
    float: left;
}

.lesson-box h4 {
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    background: #ff0004;
    padding: 8px 0;
    border-radius: 40px;
    font-size: 16px;
}

.lesson-box ul {
    margin: 0;
    list-style-type: none;
    width: 100%;
    float: left;
    padding: 0;
}

.lesson-box ul li {
    width: 30%;
    float: left;
    margin: 0 5% 0 0;
}

.lesson-box ul li:last-child {
    margin: 0;
}

.lesson-box ul li p {
    color: #181818;
    margin: 10px 0 0 0;
}

.wee{
	background: #505050;
	/* color: #fff; */
	font-size: 12px;
}

@media screen and (max-width: 1023px){
.time-content {
    width: 100%;
    overflow-y: scroll;
}

.time-content table {
    width: 1040px;
}

.time-content table.other-s {
    width: auto;
}

}

@media screen and (max-width: 991px){
section#time {
	padding-top: 70px;
}
}

@media screen and (max-width: 768px){
	.time-inner {
    overflow:hidden;
}
	
.time-content{
	display:none;
}
.acbox{
	display:block;
	max-width:750px;
	width:95%;
	margin:40px auto 0;
}
	
div.accordion {
  width: 100%;
}

div.accordion ul{
  margin:0;
  padding:0;
}
div.accordion > ul > li > a {
  display: block;
  color: #181818;
  font-size: 16px;
  text-decoration: none;
  background-color: #ffffff;
  border-bottom: 1px solid #e8e8e8;
  cursor: pointer;
  padding: 10px 12px;
  position: relative;
  text-align:center;
}
div.accordion > ul > li > a:hover {
    background-color: #ff0004;
    color: #fff;
}


div.accordion > ul > li > a:after, div.accordion > ul > li > a.active:after{
  font-size: 20px;
  position: absolute;
  right: 12px;
  top: 6px;
}
div.accordion > ul > li > a:after{
  content: "＋";
}
div.accordion > ul > li > a.active:after{
    content: "×";
    font-size: 180%;
    color: #fff;
    top: 0 !important;
}
div.accordion > ul > li > ul {
  display: none;
  background: #f8f8f8;
}
div.accordion > ul > li > ul > li > a{
    display: block;
    color: #000;
    font-size: 14px;
    background-color: rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid #e8e8e8;
    padding: 6px 12px;
    position: relative;
    text-align: center;
    overflow: hidden;
}

li.d01 {
    display: flex;
    margin: 0 0 10px 0;
    padding: 10px 10px 10px 10px;
    align-content: center;
    justify-content: space-evenly;
    border-bottom: 1px solid #e8e8e8;
}

li.d01:last-child{
    margin:0 0;
}
div.accordion ul li.d01 .pic {
    width: 30%;
    float: left;
    padding-right: 4%;
}

div.accordion ul li.d01.pic img{
    float:right;
	width:80px;
}

div.accordion ul li.d01 .lessontime {
    width: 60%;
    padding-top: 10px;
    text-align: left;
}

div.accordion > ul > li > ul > li > a:hover{
  background-color: #ccc;
}
}

.wee{
	padding: 8px 0;
	background:#e8e8e8;
}


@media screen and (max-width: 767px){
	.lesson-box{
		padding: 0 5%;
	}
	.lesson-box ul li {
    float: none;
    margin: 0 auto 30px;
    max-width: 328px;
	width:100%;
    }
	.lesson-box ul li:last-child {
    margin: 0 auto;
   }

}

}