@charset "utf-8";


@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

.op_calendar{
    margin: 0;
}
.op_calendar .calendarCap{
    padding: 20px;
    background: #DDD;
    font-size: 14px;
    border-bottom: 1px dashed #FFF;
    text-align: left;
}
.op_calendar #calTab{

}
.op_calendar .tabInner{
    display:none;
}
.op_calendar .tab03{
    display:block;
}

.op_calendar .calenderhead{

}
.op_calendar .calendarSwitch{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background: #DDD;
}
.op_calendar .calendarSwitch li{

}
.op_calendar .calendarSwitch .calendarMonth{
    font-size: 20px;
}
.op_calendar .calendarSwitch .prev{
    background: #FFF;
     padding: 0 30px;
    border-radius: 100px;
    display: block;
    position: relative;
    cursor: pointer;
    transition:0.3s ease;
}
.op_calendar .calendarSwitch .prev span{
    display: block;
    width: 7px;
    height: 7px;
    border-top: 2px solid;
    border-right: 2px solid;
    transform: translate(0,-50%) rotate(-135deg);
    position: absolute;
    top: 50%;
    left: 10px;
}
.op_calendar .calendarSwitch .next{
    background: #FFF;
    border-radius: 100px;
    position: relative;
    display: block;
    padding: 0 30px;
    box-sizing: border-box;
    cursor: pointer;
    transition:0.3s ease;
}
.op_calendar .calendarSwitch .next span{
    display: block;
    width: 7px;
    height: 7px;
    border-top: 2px solid;
    border-right: 2px solid;
    transform: translate(0,-50%) rotate(45deg);
    position: absolute;
    top: 50%;
    right: 10px;
}
.op_calendar .calendarCel{
    width: 100%;
}
.op_calendar .calendarCel tr{

}
.op_calendar .calendarCel td{
    border: 1px solid #DDD;
}
.op_calendar .calendarCel .week td{
    text-align: center;
    padding: 10px;
    background: #EEE;
}
.op_calendar .calendarCel .date td{
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    background: #e3ffe8;
}
.op_calendar .calendarCel .date td.yellowSig{
    background: #fffabd;
}
.op_calendar .calendarCel .date td.redSig{
    background: #ffbdbd;
}
.op_calendar .calendarCel .date td.blackSig{
    background: #d7d7d7;
}
.op_calendar .calendarCel .date td .celInner a{
    text-decoration: none;
    color: #000;
    display: block;
    padding: 20px 15px;
    font-family: 'Roboto', sans-serif;
    margin: 0;
}
.op_calendar .calendarCel .date td:nth-child(1) .celInner a{
    color: #ff5858;
}
.op_calendar .calendarCel .date td:nth-child(7) .celInner a{
    color: #476dff;
}
.op_calendar .calendarCel .negative{
    opacity: 0.2;
    pointer-events: none;
}
.op_calendar .calendarCel .negative .celInner{
    text-decoration: none;
    color: #000;
    display: block;
    padding: 20px 15px;
    font-family: 'Roboto', sans-serif;
    margin: 0;
    background: #DDD;
}
.op_calendar .calendarCel .timeScheduleList{
    display: flex;
    flex-wrap: wrap;
}
.op_calendar .calendarCel .timeScheduleList li{
    display: block;
    width: 25%;
    padding: 0 5px;
    margin: 0 0 10px;
}
.op_calendar .calendarCel .timeScheduleList li a{
    display: block;
    text-align: center;
    text-decoration: none;
    border: 1px solid;
    border-radius: 100px;
    color: #000;
    padding: 5px 10px;
    position:relative;
}
.op_calendar .calendarCel .timeScheduleList li a:before{
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    position: absolute;
    right: 15px;
    top: 50%;
    border-top: 1px solid;
    border-right: 1px solid;
    transform: translate(0,-49%) rotate(45deg); 
}
.op_calendar .calendarCel .timeScheduleList li a.soldout{
    background: #aaa;
    border: 1px solid #aaa;
    color: #888;
    pointer-events: none;
}
.op_calendar .calendarCel .timeScheduleList li a.soldout:before{
    content:none;
}
.op_calendar .calendarCel .date td:nth-child(1) .popInTit:after{
    content:"（日）";
}
.op_calendar .calendarCel .date td:nth-child(2) .popInTit:after{
    content:"（月）";
}
.op_calendar .calendarCel .date td:nth-child(3) .popInTit:after{
    content:"（火）";
}
.op_calendar .calendarCel .date td:nth-child(4) .popInTit:after{
    content:"（水）";
}
.op_calendar .calendarCel .date td:nth-child(5) .popInTit:after{
    content:"（木）";
}
.op_calendar .calendarCel .date td:nth-child(6) .popInTit:after{
    content:"（金）";
}
.op_calendar .calendarCel .date td:nth-child(7) .popInTit:after{
    content:"（土）";
}
/* op_calendar:PC-min-770 */
@media screen and (min-width: 770px){
.op_calendar .calendarCel .date td .celInner a:hover{
    background: #EEE;
}
.op_calendar .calendarSwitch .prev:hover,
.op_calendar .calendarSwitch .next:hover {
    background: #EEE;
}
.op_calendar .calendarCel .timeScheduleList li a:hover{
    background: #000;
    color: #FFF;
    border: 1px solid #000;
}
}
/* op_calendar:SP-max-769 */
@media screen and (max-width: 769px){
.op_calendar .calendarSwitch .prev {
    padding: 0 10px 0 20px;
}
.op_calendar .calendarSwitch .next {
    padding: 0 20px 0 10px;
}
.op_modal .modPop .popInTit {
    margin: 0 0 20px;
    font-size: 16px;
}
.op_calendar .calendarCel .date td .celInner a {
    padding: 10px;
}
.op_calendar .calendarCel .negative .celInner {
    padding: 10px;
}
.op_calendar .calendarCel .timeScheduleList li {
    width: 50%;
}
}

/*===================================================
  OP:MODAL
====================================================*/
.op_modal{

}
.op_modal .modPop {
  display:none;
    width: 100%;
    height: 100%;
    color: #fff;
    box-sizing: border-box;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.op_modal .modPop.popActive {
  display:block;
}
.op_modal .modPop .popupShade{
    position: absolute;
    left: 0;
    width: 100%;
    height: auto;
    min-height: 100%;
    background: rgba(0,0,0,0.8);
    z-index: 0;
}

.op_modal .modPop .close {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 50px;
    top: 30px;
    cursor: pointer;
    transition: 0.3s ease;
    transform: rotate(45deg);
    background: #000;
    border-radius: 100px;
}
.op_modal .modPop .close::before,
.op_modal .modPop .close::after {
    content: '';
    display: inline-block;
    width: 60%;
    height: 2px;
    background: #FFF;
    position: absolute;
    left: 50%;
    top: 50%;
}
.op_modal .modPop .close::before {
  transform: translate(-50%,-50%);
}
.op_modal .modPop .close::after {
    transform: translate(-50%,-50%) rotate(90deg);
}
.op_modal .modPop .popInBox {
    width: 90%;
    max-width: 800px;
    margin: 100px auto;
    background: #f7f7f7;
    padding: 40px;
    color: #000;
    border-radius: 20px;
}
.op_modal .modPop .popInTit{
    text-align: center;
    margin: 0 0 30px;
    position:relative;
}
.op_modal .modPop .popInTit .nextDay{
    display:none;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0,-50%);
    width: 30px;
    height: 30px;
    border: 2px solid;
    border-radius: 100px;
    transition: 0.3s ease;
    cursor: pointer;
}
.op_modal .modPop .popInTit .nextDay:before{
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid;
    border-right: 2px solid;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-60%,-50%) rotate(45deg);
    cursor: pointer;
}
.op_modal .modPop .popInTit .prevDay{
    display:none;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translate(0,-50%);
    width: 30px;
    height: 30px;
    border: 2px solid;
    border-radius: 100px;
    transition: 0.3s ease;
    cursor: pointer;
}
.op_modal .modPop .popInTit .prevDay:before{
    content:"";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid;
    border-right: 2px solid;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translate(0,-50%) rotate(-135deg);
    cursor: pointer;
}
/* OP:MODAL:PC-min-770 */
@media screen and (min-width: 770px){
.op_modal .modPop .popInTit .nextDay:hover{
    color: #E95384;
}
.op_modal .modPop .popInTit .prevDay:hover{
    color: #E95384;
}
}

/* OP:MODALSP-max-769 */
@media screen and (max-width: 769px){
.op_modal .modPop .close {
    width: 30px;
    height: 30px;
    right: 10px;
    top: 10px;
}
.op_modal .modPop .popInBox {
    padding: 20px;
    margin: 60px auto;
}

}