@charset "UTF-8";

html.body_not_scroll {
    overflow: hidden;
}

#date-items {
    border-top: 1px solid rgb(209, 209, 209);
    border-left: 1px solid rgb(209, 209, 209);
}

#date-items,
.day-of-week {
    display: flex;
    flex-wrap: wrap;
}

.day-of-week {
    margin-top: 5px;
}

.day-of-week > div {
    line-height: 1;
}

#date-items div {
    border-right: 1px solid rgb(209, 209, 209);
    border-bottom: 1px solid rgb(209, 209, 209);
    box-sizing: border-box;
    cursor: pointer;
}

#date-items div,
.day-of-week div {
    width: calc(100% / 7);
    box-sizing: border-box; 
    text-align: center;
    padding: 10px 0;
}

#create-shedule div.sat-text {
    color: blue;
}

#create-shedule div.sat {
    background: rgb(238, 250, 255);
}

#create-shedule div.sun-text {
    color: red;
}

#create-shedule div.sun {
    background: rgb(255, 236, 237);
}

#date-items div.no-event {
    color: rgb(194, 194, 194) !important;
    pointer-events: none;
}

#event-popup.hidden {
    opacity: 0;
    height: 0;
    pointer-events: none;
}

#event-popup {
    opacity: 1;
    transition: opacity .3s ease;
    position: relative;
    width: 100%;
    height: 100%;
}

#event-popup .event-popup-bk {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 2;
}

#event-popup .batu {
    color: #fff;
    font-weight: bold;
    position: fixed;
    top: 10px;
    right: 10px;
    font-size: 25px;
    line-height: 1;
    cursor: pointer;
}

#event-popup-inner {
    background: #fff;
    width: 90%;
    height: fit-content;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    box-sizing: border-box;
    text-align: center;
    padding: 15px;
    border-radius: 3px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .4);
    background-color: #fff;
    max-height: 500px;
    overflow: scroll;
     z-index: 5;
} 

#event-popup-inner h3 {
    padding: 7px 0;
    margin: 0 0 15px;
    border-bottom: 2px solid #22303e;;
}

.date-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid rgb(209, 209, 209);
    padding: 0;
    border-radius: 5px;
    margin: 20px 0px;
}

.date-item div {
    letter-spacing: 1px;
    line-height: 1.6;
}

.date-item > div:nth-of-type(1) {
    width: 73%;
    border-right: 1px solid rgb(209, 209, 209);
    padding: 12px 0 10px;
    font-size: 14px;
}

.date-item > div:nth-of-type(2) {
    width: 27%;
}

.date-item > div:nth-of-type(2) span {
    color: #FFF;
    /* background: linear-gradient(to right, #2b78c3, #1f5893); */
    background: #2e6eac;
    display: inline-block;
    padding: 10px 15px;
    line-height: 1;
    font-size: 14px;
    border-radius: 4px;
    box-sizing: border-box;
    cursor: pointer;
}


.date-item.finished-event {
    pointer-events: none;
}

.date-item.finished-event .event-time {
    background: #b3b3b3;
}

.date-item.finished-event {
    color: #b3b3b3;
}

.date-item.finished-event > div:nth-of-type(2) span {
    background: #b3b3b3;
}

.month-and-date {
    letter-spacing: 0.5px;
    font-weight: bold;
    line-height: 1;
    font-size: 12px;
}

.month {
    font-size: 10px;
    font-weight: normal;
    padding-right: 2px;
}

.event-yes {
    color: rgb(255, 125, 50);
    font-weight: bold;
}

.event-time {
    background: #22303e;
    color: #fff;
    padding: 2px 15px;
    display: inline-block;
    border-radius: 3px;
    margin-bottom: 3px;
}

.no-event span:nth-of-type(2),
.schedule-date span:nth-of-type(2){
    font-size: 20px;
}

#eventSchedule,#eventSchedule2 {
    pointer-events: none;
}

@media screen and (min-width: 501px) {
    #event-popup-inner {
        max-width: 400px;
    } 
}



/* 個別相談 */


    #session2-2 table {
      border-collapse: collapse;
      width: 100%;
      table-layout: fixed;
      border: 1px solid #ccc;
      border-bottom: none;
      margin-top: 15px;
    }
    #session2-2 th, #session2-2 td {
      /* border: 1px solid #ccc; */
      text-align: center;
      padding: 8px;
        margin-bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 98%;
    }
#session2-2 td:not(:last-of-type),#session2-2 th:not(:last-of-type) {
      border-right: 1px solid #ccc;
    }


    #session2-2 th {
      background-color: #f5f5f5;
    }
    #session2-2 .highlight {
      background-color: #3f7bb5;
      color: white;
    }
    .circle {
      color: red;
      font-weight: bold;
    }
    .cross {
      color: #aaa;
      font-weight: bold;
    }
    .dash {
      color: #aaa;
    }
    .nav-button {
      background-color: white;
      border: 1px solid #ccc;
      padding: 6px 12px;
      cursor: pointer;
    }
    .nav-button.right {
      float: right;
      color: red;
      border-color: red;
    }
    .nav-button.left {
      float: left;
    }
    .nav {
      margin-bottom: 10px;
      overflow: hidden;
    }
    tr.df {
    display: flex;
    border-bottom: 1px solid #ccc;
}
.shedule2border td {
  border-bottom:  1px solid #ccc;
}

.counseling-button td {
  cursor : pointer;
}

#date-items div.sat {
    background: rgb(238, 250, 255);
}
#date-items div.sun {
    background: rgb(255, 236, 237);
}


#eventSchedule2_consult,#eventSchedule2_seminar {
  pointer-events: none;
}
.counseling-button td:hover {
background-color: #fffefef8;
transition: opacity 2s;
  
}

td.cross {
    background: #f1f1f1;
  pointer-events: none;
}

#create-shedule2 {
    padding-top: 2%;
}

#create-shedule2 .counseling-button td {
    transition: background-color 0.3s ease;
}

#create-shedule2 .counseling-button td:hover {
    background-color: #ffc9d1;
}

#create-shedule2 .counseling-button td:active,
#create-shedule2 .counseling-button td.clicked {
    background-color: #e7505f;
    color: #fff;
}

#session2-2 th.counseling-ttl {
    text-align: left;
    padding: 0px;
    background-color: #fff;
 }
 
#session2-2 td.radi {
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 648px) {
    table tr.df td:first-child {
      width: 45%;
      font-size: 13px;
      line-height: 1.5;
      padding: 12px 3px;
    }
    #session2-2 td, #session2-2 th {
        font-size: 13px;
    }
}