/*検索モジュール*/
.pika-lendar th:first-child,
.pika-lendar td:first-child .pika-button {
    color: #f00;
}
.pika-lendar th:last-child,
.pika-lendar td:last-child .pika-button {
    color: #00f;
}
.has-event .pika-button {
    color: #f00;
    font-weight: normal;
    background: #f5f5f5;
    box-shadow:none;
}
.is-selected .pika-button {
    color: #fff;
    font-weight: bold;
    background: #33aaff;
    box-shadow: inset 0 1px 3px #178fe5;
    border-radius: 3px;
}
.pika-button:hover,
.pika-row.pick-whole-week:hover .pika-button {
    color: #fff;
    background: #ff8000;
    box-shadow: none;
    border-radius: 3px;
}
.is-disabled .pika-button{
    background: #D5E9F7 !important;
}


/**/



.rsvPopup{
    display: none;
/*    display: block;*/
    width:90%;
    padding:20px;
    max-width:400px;
    max-height:80vh;
    left:50%;
    transform: translate(-50%,-50%);
    top:50%;
    position: fixed;
    background-color: #faf8f0;
    z-index:1000;
    overflow-y: auto;
}
.rsvoverlay{
    display: none;
/*    display: block;*/
    background-color:rgba(0,0,0,0.5);
    width:100%;
    height:100%;
    left:0;
    top:0;
    position: fixed;
    z-index:990;
}
.rsvPopup .close{
    display:block;
    position:absolute;
    width:40px;
    height:40px;
    color:#fff;
    background-color: #3c3228;
    z-index:20;
    right:0;
    top:0;
    font-size:40px;
    line-height:36px;
    border: 0;
    cursor: pointer;
    transition-duration: 0.2s;
    font-family: serif;
}
.rsvPopup .close:hover{
    opacity:0.7;
}
.rsvPopup #searchBox{
    display: flex;
    flex-direction:wrap;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
}
#ZenSearchFrom fieldset{
    border:none;
    width:100%;
    text-align: left;
}
#ZenSearchFrom fieldset legend{
    font-size:14px;
}
#ZenSearchFrom fieldset label{
    font-size:12px;
}
#ZenSearchFrom fieldset input{
    font-size:14px;
    border:1px solid rgba(0,0,0,0.2);
    padding:5px;
    border-radius: 4px;
    margin-bottom: 5px;
}
#ZenSearchFrom fieldset select{
    font-size:14px;
    border:1px solid rgba(0,0,0,0.2);
    padding:5px;
    border-radius: 4px;
    width:50%;
    margin-bottom: 5px;
}

#ZenSearchFrom #no_checkin label{
    font-size:14px; 
}
#ZenSearchFrom .field-button{
    text-align: center;
    width:100%;
}
#ZenSearchFrom .field-button input{
    margin:20px auto 0;
    font-family: serif;
    border-radius:20px;
    padding:0 1.5em;
    height:40px;
    display:flex;
    justify-content: center;
    align-items: center;
    text-decoration:none !important;
    background-color:#3c3228;
    color: #fff !important;
    font-size: 1.4rem;
    cursor: pointer;
    transition-duration: 0.2s;
}
#ZenSearchFrom .field-button input:hover{
    opacity:0.7;
}
.rsvPopupOpen{
    cursor: pointer;
}






