@charset "UTF-8";
/* CSS Document */
#schedule {
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
  padding: 170px 10px 0;
  box-sizing: border-box;
  margin-bottom: 120px;
}
#schedule .title {
  margin-bottom: 80px;
}
#schedule .title h2 {
  font-size: 50px;
  letter-spacing: 6px;
  text-align: center;
  color: #665e58;
  font-family: acumin-pro, sans-serif;
  font-weight: 200;
  font-style: normal;
  margin-bottom: 15px;
}
#schedule .title p {
  font-size: 14px;
  color: #1c1e26;
  text-align: center;
  letter-spacing: 6px;
}
#schedule .list {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 70px;
}
#schedule .list li {
  text-align: center;
  width: 33.333%;
  box-sizing: border-box;
  font-family: acumin-pro, sans-serif;
  font-weight: 200;
  font-style: normal;
  letter-spacing: 4px;
}
#schedule .list li p {
  margin-bottom: 30px;
  line-height: 1.4;
  font-size: 20px;
}
#schedule .list li p span {
  font-size: 50px;
}
#schedule .list li span.arrow {
  display: none;
}
#schedule .list li span.arrow img {
  width: 31px;
}
#schedule .list li.active span.arrow {
  display: block;
}
#schedule .list li a {
  display: block;
  color: #665e58;
}
#schedule .cate {
  margin-bottom: 60px;
}
#schedule .cate h3 {
  text-align: center;
  font-size: 28px;
  letter-spacing: 4px;
  margin-bottom: 60px;
}
#schedule .cate .schedule_box {
  margin-bottom: 100px;
}
#schedule .cate h4 {
  border-bottom: 1px solid #665e58;
  padding: 0 10px 10px;
  font-size: 24px;
  letter-spacing: 0.05em;
  color: #665e58;
  margin-bottom: 40px;
}
#schedule .cate table {
  width: 100%;
  margin-bottom: 40px;
  color: #665e58;
  border-collapse: collapse;
  line-height: 1.5;
}
#schedule .cate table tr {
  box-sizing: border-box;
  border-bottom: 1px solid rgba(189,184,177,0.3);
}
#schedule .cate table tr:first-child {
  font-size: 14px;
  text-align: center;
  letter-spacing: 2px;
}
#schedule .cate table tr:first-child .t_venue {
  text-align: center;
}
#schedule .cate table tr td {
  padding: 30px 0;
}
#schedule .cate table tr:first-child td {
  padding: 0 0 15px;
}
#schedule .cate table tr .t_date {
  width: 120px;
}
#schedule .cate table tr .t_date p {
  font-size: 24px;
  text-align: center;
  letter-spacing: 2px;
}
#schedule .cate table tr .t_date p span {
  font-size: 14px;
  padding-left: 5px;
}
#schedule .cate table tr .t_venue {
  width: 100px;
  font-size: 14px;
  letter-spacing: 2px;
}
#schedule .cate table tr:first-child .t_venue {
  font-size: 14px;
}
#schedule .cate table tr .t_seminar {
  width: 310px;
  font-size: 14px;
  letter-spacing: 2px;
}
#schedule .cate table tr .t_time {
  width: 140px;
  font-size: 14px;
  letter-spacing: 1px;
  padding-left: 20px;
}
#schedule .cate table tr .t_more {
  text-align: right;
  padding-right: 20px;
}
#schedule .cate table tr .t_more p {
  display: inline-block;
  width: 140px;
  text-align: center;
  box-sizing: border-box;
  padding: 0 10px;
}
#schedule .cate table tr .t_more .bt_more a {
  display: block;
  color: #665e58;
  border: 1px solid #665e58;
  padding: 8px 0 10px;
  letter-spacing: 4px;
}
#schedule .cate table tr .t_more .bt_entry a {
  display: block;
  background-color: #aa004f;
  color: #fff;
  padding: 8px 0 10px;
  letter-spacing: 4px;
  border: 1px solid #aa004f;
}
#schedule .cate .list2 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  font-size: 16px;
}
#schedule .cate .list2 li:first-child span {
  padding-right: 20px;
}
#schedule .cate .list2 li:last-child span {
  padding-left: 20px;
}
#schedule .cate .list2 li span img {
  width: 7px;
  vertical-align: middle;
}
#schedule .cate .list2 li a {
  display: block;
  color: #665e58;
  letter-spacing: 3px;
}
#schedule .caution {
  color: #1c1e26;
  letter-spacing: 1.7px;
  line-height: 2;
}





/*タブレット以下---------------------------------------------------*/
@media screen and (max-width: 1080px) {
  #schedule .list li p span {
    font-size: 40px;
  }
  #schedule .cate table tr .t_date {
    width: 100px;
  }
  #schedule .cate table tr .t_date p {
    font-size: 20px;
  }
  #schedule .cate table tr .t_date p span {
    font-size: 10px;
  }
  #schedule .cate table tr .t_venue {
    width: 110px;
    font-size: 16px;
  }
  #schedule .cate table tr .t_seminar {
    width: 300px;
  font-size: 14px;
  }
  #schedule .cate table tr .t_time {
    padding-left: 0;
    font-size: 14px;
  }
  #schedule .cate table tr .t_more {
    padding-right: 0;
  }
  #schedule .cate table tr .t_more p {
    padding: 0 5px;
    width: 120px;
  }
  #schedule .cate table tr .t_more .bt_more a {
    font-size: 14px;
  }
  #schedule .cate table tr .t_more .bt_entry a {
    font-size: 14px;
  }
}

/*スマホ以下------------------------------------------------------*/
@media screen and (max-width: 767px) {
  #schedule {
    padding-top: 90px;
    margin-bottom: 70px;
  }
  #schedule .title {
    margin-bottom: 50px;
  }
  #schedule .title h2 {
    font-size: 28px;
  }
  #schedule .title p {
    font-size: 10px;
    letter-spacing: 4px;
  }
  #schedule .list {
    margin-bottom: 50px;
  }
  #schedule .list li p {
    font-size: 12px;
    margin-bottom: 10px;
  }
  #schedule .list li p span {
    font-size: 30px;
  }
  #schedule .list li span.arrow img {
    width: 20px;
  }
  #schedule .cate table tr {
    padding: 0;
  }
  #schedule .cate table tr:first-child {
    display: none;
  }
  #schedule .cate h3 {
    font-size: 20px;
    letter-spacing: 2px;
    margin-bottom: 30px;
  }
  #schedule .schedule_box {
    margin-bottom: 60px;
  }
  #schedule .cate h4 {
    font-size: 20px;
    margin-bottom: 0;
  }
  #schedule .cate table tr {
    display: flex;
    flex-wrap: wrap;
    padding: 40px 0;
  }
  #schedule .cate table tr {
    padding: 40px 0;
  }
  #schedule .cate table tr td {
    padding: 0;
  }
  #schedule .cate table tr .t_date {
    background-color: rgba(188,184,177,0.3);
    width: 100%;
    padding: 0 0 5px;
  }
  #schedule .cate table tr .t_date p {
    font-size: 20px;
  }
  #schedule .cate table tr .t_date p span {
    font-size: 10px;
  }
  #schedule .cate table tr .t_venue {
    width: 100%;
    font-size: 18px;
    letter-spacing: 4px;
    text-align: center;
    padding: 15px 0;
  }
  #schedule .cate table tr .t_seminar {
    width: 100%;
    padding-right: 0%;
    text-align: center;
  }
  #schedule .cate table tr .t_time {
    width: 100%;
    margin-top: 15px;
    text-align: center;
  }
  #schedule .cate table tr .t_more {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 25px;
  }
  #schedule .cate table tr .t_more p {
    max-width: 200px;
    width: 46%;
    padding: 0 2%;
    box-sizing: border-box;
  }
  #schedule .cate .list2 li a {
    font-size: 14px;
  }
  #schedule .caution {
    font-size: 14px;
    line-height: 1.8;
  }

}

.drop_sp{
  display: none;
}
.tab_wrap{
  margin-bottom: 130px;
}
.listtab{
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}
.listtab ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.listtab ul li {
  margin: 10px 20px;
}
.listtab ul li a {
  display: inline-block;
  font-size: 21px;
  line-height: 26px;
  padding: 7px 20px 9px;
  font-family: 'acumin-pro', sans-serif;
  font-weight: 200;
  font-style: normal;
  color: #212121;
  letter-spacing: 0.12em;
  border-radius: 21px;
}
.listtab ul li a.active{
  background: #212121;
  color: #fff;
}



@media screen and (max-width: 1023px) {
  .listtab ul li a:hover{
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .drop_sp{
    display: block;
    border: 1px solid #212121;
    padding: 7px 20px 9px;
    /*border-bottom: 1px solid #212121;*/
  }
  .drop_sp span{
    font-size: 18px;
    line-height: 26px;
    font-family: 'acumin-pro', sans-serif;
    font-weight: 200;
    font-style: normal;
    color: #212121;
    letter-spacing: 0.1em;
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.155' height='6.785' viewBox='0 0 12.155 6.785'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:none;stroke:%23212121;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M0,0,3.339,3.339,5.724,5.724,11.448,0' transform='translate(0.354 0.354)'/%3E%3C/svg%3E");
    background-size: 12px 6px;
    background-position: right center;
    background-repeat: no-repeat;
  }
  .tab_wrap {
    margin-bottom: 95px;
    position: relative;
  }
  .listtab {
    display: none;
    position: absolute;
    background: #fff;
    z-index: 3;
    border-left: 1px solid #212121;
    border-right: 1px solid #212121;
    width: calc(100% - 2px);
    transition: none!important;
  }
  .listtab ul {
    display: block;
    margin-bottom: 0;
  }
  .listtab ul li.item{
    border-bottom: 1px solid #212121;
  }
  .listtab ul li a {
    display: block;
    padding: 7px 20px 9px;
    border-radius: 0;
    font-size: 18px;
    letter-spacing: 0.1em;
  }
  .listtab ul li a.active{
    background: transparent;
    color: #212121;
  }
}
@media screen and (max-width: 360px) {
  .listtab ul li a,
  .drop_sp span{
    font-size: 16px;
  }
}
