@charset "utf-8";
/* CSS Document */

.cal .iconList > li {
    display: inline-block;
    vertical-align: top;
    margin: 2px;
    width: 26px;
}
.cal td .iconList > li {
    height: 26px;
    background-size: cover;
}
/*アイコン設定*/
.icon-online-event{
 background-image: url(/wps/wp-content/themes/themepark/img/event_icon01.png)!important;
}
.icon-special-opencampus{
 background-image: url(/wps/wp-content/themes/themepark/img/event_icon02.png)!important;
}
.icon-special-event{
 background-image: url(/wps/wp-content/themes/themepark/img/event_icon03.png)!important;
}
.icon-seminar{
 background-image: url(/wps/wp-content/themes/themepark/img/event_icon04.png)!important;
}
.icon-soudan{
 background-image: url(/wps/wp-content/themes/themepark/img/event_icon05.png)!important;
}
.icon-school-opencampus{
 background-image: url(/wps/wp-content/themes/themepark/img/event_icon06.png)!important;
}
.icon-online-opencampus{
 background-image: url(/wps/wp-content/themes/themepark/img/event_icon07.png)!important;
}

.modalEvent-list .item .label span {
    display: inline-block;
    font-size: 12px;
    color: #000;
    padding: 5px 0 5px 27px;
    border-radius: 30px;
}
.modalEvent-list .item .label span {
    display: inline-block;
    vertical-align: middle;
    background: no-repeat center left / 22px 22px;
}

.eventCal--container{
 padding: 100px 0;
}
.title-eventCal{
 text-align: center;
 color: #f1a600;
 margin: 0 0 30px 0;
}
.title-eventCal .din {
    font-size: 60px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}
.title-eventCal p{
 font-size: 22px;
 font-weight: 800;
 margin: 10px 0 0 0;
}
.event-calender{
 width: 800px;
 margin: 0 auto;
}
.cal-nav{
 display: flex;
 justify-content: space-between;
 margin: 0 0 20px 0;
 font-size: 25px;
}
.cal-nav span{
 font-weight: bold;
 position: relative;
 padding: 0 20px;
}
.cal-nav .prev span::before {
 display: inline-block;
 content: "";
 background-image: url(/assets/img/common/calendar_arrow.svg);
 width: 10px;
 height: 9px;
 position: absolute;
 left: 0;
 top: 15px;
}
.cal-nav .next span::after {
 display: inline-block;
    content: "";
    background-image: url(/assets/img/common/calendar_arrow.svg);
    width: 10px;
    height: 9px;
    transform: rotate(180deg);
    position: absolute;
    right: 0;
    top: 15px;
}

.cal-group {
    display: flex;
    justify-content: space-between;
}
.cal-group .cal {
    width: 100%;
}
.cal-group .cal .md-month {
    background-color: #2b2326;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding: 12px 0;
    margin: 0 0 5px 0;
}
.event-calender table {
    width: 100%;
    border-collapse: collapse;
}
.event-calender .cal table thead tr th {
    background-color: #f1f1f1;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    width: calc(100% / 7);
    text-align: center;
    padding: 10px 0;
}
.event-calender table thead tr th.sat {
    color: #4188ff;
}
.event-calender table thead tr th.sun {
    color: #e670b1;
}
.event-calender table tbody tr td {
    border: 1px solid #ccc;
    padding: 0 0 0 0;
    text-align: center;
    vertical-align: top;
    font-size: 18px;
}
.cal table td {
    line-height: 3;
}
.event-calender table tbody tr td.sat {
    color: #4188ff;
}
.event-calender table tbody tr td.sun {
    color: #e670b1;
}
.cal table td span a{
 display: block;
 background-color: #fff1d3;
 color: #f1a600;
 font-weight: 700;
 position: relative;
}
.cal table td span a::after{
 content: "";
 background-image: url(/assets/img/common/arrow-event.svg);
 width: 16px;
 height: 16px;
 position: absolute;
 right: 4px;
 bottom: 4px;
}
.modal__container {
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 60px 10px;
  text-align: center
}
.modal__container:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
}
.modal__container:target {
  opacity: 1;
  visibility: visible;
  transition: opacity .4s, visibility .4s;
}
.modal__container::after {
  display: inline-block;
  height: 100%;
  margin-left: -.05em;
  vertical-align: middle;
  content: ""
}
.modal__window {
  box-sizing: border-box;
  display: inline-block;
  z-index: 20;
  position: relative;
  width: 90%;
  max-width: 800px;
  padding: 20px 0px 0px;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, .6);
  vertical-align: middle;
}
.modal__content {
  max-height: 80vh;
  overflow-y: auto;
  padding: 15px 30px 30px;
}
.coupon__box--modal{
 padding: 10px;
}
.coupon__info--modal{
 font-size: 16px;
}
.modal__overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .8)
}
.modal__overlay:hover{
 opacity: 1;
}
.modal__close {
  z-index: 20;
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  color: #95979c !important;
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  text-indent: 0
}
.modal__close:hover {
  color: #2b2e38 !important
}

.modal__content{
 text-align: left;
}

.modalEvent-list h2{
 font-size: 18px;
 text-align: center;
 margin: 0 0 0px 0;
 color: #000;
 font-weight: bold;
}

.modalEvent-list .item{
 position: relative;
 background-color: #F4F8FE;
 border-top: 1px solid #ddd;
 padding: 25px 20px;
}
.modalEvent-list .item .cover{
 display: block;
 width: 100%;
 height: 100%;
 top: 0;
 left: 0;
 z-index: 10;
 position: absolute;
}
/*.modalEvent-list .item:hover{
 background-color: #fff;
}*/
.modalEvent-list .item:nth-child(2n){
}
.modalEvent-list .item:last-child{
 border-bottom: 1px solid #ddd;
}
.modalEvent-list .item .a-right{
 color: #A52F2F;
 position: absolute;
 right: 5px;
}
.modalEvent-list .item .a-right img{
 width: 22px;
 height: 22px;
}
.modalEvent-list .item .label{
 line-height: 1;
 margin: 0 0 10px 0;
}
.modalEvent-list .item h3{
 font-size: 19px;
 line-height: 1;
 margin: 0 0 9px 0;
 color: #000;
 font-weight: bold;
}
.modalEvent-list .item p{
 margin: 0;
 color: #f1a600;
 line-height: 1;
 font-size: 14px;
}


@media screen and (max-width: 800px) {

.eventCal--container {
    padding: 50px 20px;
}
.title-eventCal {
    margin: 0 0 20px 0;
}
.title-eventCal .din {
    font-size: 32px;
}
.title-eventCal p {
    font-size: 16px;
    margin: 5px 0 0 0;
}
.event-calender {
    width: 100%;
}
.cal-nav {
    margin: 0 0 15px 0;
    font-size: 15px;
}
.cal-nav .prev span::before {
    top: 8px;
}
.cal-nav .next span::after {
    top: 8px;
}
.cal-group .cal .md-month {
    font-size: 17px;
    padding: 10px 0;
}
.event-calender .cal table thead tr th {
    font-size: 16px;
}
.event-calender table tbody tr td {
    font-size: 16px;
}
.cal table td span a::after {
    width: 11px;
    height: 11px;
    right: 2px;
    bottom: 2px;
}

.modal__content {
    max-height: 80vh;
    padding: 10px 10px 10px;
}
.modalEvent-list h2 {
    font-size: 15px;
    margin: 0 0 10px 0;
    line-height: 1;
}
.modalEvent-list .item {
    padding: 18px 25px 18px 10px;
}
.modalEvent-list .item .label span {
    font-size: 11px;
}
.modalEvent-list .item h3 {
    font-size: 16px;
    line-height: 130%;
    margin: 0 0 5px 0;
}
.modalEvent-list .item p {
    font-size: 13px;
    line-height: 130%;
}

.cal td .iconList > li {
    height: 14px;
}
.cal .iconList > li {
    margin: 1px;
    width: 14px;
}
.cal table td {
    line-height: 2;
    position: relative;
}
.cal table td ul{
 line-height: 0;
 padding-bottom: 10px;
}
.cal table td span a {
    height: 75px;
}
/*****************************/
}







































