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

/*==================================
    calender
==================================*/

.calenderMonth{
    margin-bottom: 20px;
}
.calenderMonth ul{
    display:-ms-flexbox;/*--- IE10 ---*/
    display:-webkit-flex;/*--- safari（PC）用 ---*/
    display:flex;
    -ms-flex-wrap:wrap;/*--- IE10用 ---*/
    -webkit-flex-wrap:wrap;/*--- safari（PC）用 ---*/
    flex-wrap:wrap;
    -webkit-justify-content: space-between; /* Safari */
    justify-content:         space-between;
}
.calenderMonth ul li{
    width: 20%;
}
.calenderMonth ul li:nth-last-child(2){
    width: 30%;
}
    .calenderMonth ul li a{
        padding: 10px;
        box-sizing: border-box;
        width: 100%;
        display: block;
        font-size: 1.2em;
        text-align: center;
        background-color: #EBB650;
        color: #FFF;
        border-bottom: 3px solid #CC9B3B;
        border-radius: 3px;
        line-height: 100%;
    }
    .calenderMonth ul li span{
        padding: 10px;
        box-sizing: border-box;
        width: 100%;
        display: block;
        text-align: center;
        font-size: 2em;
        font-weight: bold;
        line-height: 100%;
    }

.tbl_calender01{
    margin-bottom: 20px;
    width: 100%;
}
    .tbl_calender01 th,
    .tbl_calender01 td{
        padding: 8px 10px;
        box-sizing: border-box;
        border-collapse: collapse;
        border:1px solid #DDD;
    }
    .tbl_calender01 th{
        line-height: 100%;
        vertical-align: middle;
        text-align: center;
        background-color: #F3F3F3;
    }
        .tbl_calender01 th.cal_day{
            font-size: 1.2em;
            font-weight: bold;
        }
        .tbl_calender01 th span{
            display: block;
            font-size: 0.7em;
            font-weight: normal;
        }
    .tbl_calender01 td{
        text-align: center;
    }
        .tbl_calender01 td a{
            padding: 3px 10px;
            line-height: 100%;
            display: block;
            text-align: center;
            display: block;
            border-radius: 3px;
        }
        
        .tbl_calender01 td .state00{
            color: #AAA;
        }
        .tbl_calender01 td a.state01{
            background-color: #00ACF8;
            color: #FFF;
            border-bottom: 3px solid #0089C6;
        }
        .tbl_calender01 td a.state02{
            background-color: #53E359;
            color: #FFF;
            border-bottom: 3px solid #3BA33F;
        }
        .tbl_calender01 td a.state03{
            background-color: #E8562A;
            color: #FFF;
            border-bottom: 3px solid #96371A;
        }

        
.reserve_entry_box{
    margin-bottom: 50px;
}

.reserve_entry_box .title{
    margin-bottom: 15px;
    padding: 10px 15px;
    box-sizing: border-box;
    color: #000;
    font-weight: bold;
    font-size: 1.5em;
    line-height: 100%;
    border-left: 8px solid #333;
    border-bottom: 1px solid #AAA;
}
/*
.reserve_entry_box .box{
    margin-bottom: 20px;
    border-right: 1px solid #DDD;
    border-left: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
}
.reserve_entry_box .box .wrap{
    padding: 20px;
    box-sizing: border-box;
    display:-ms-flexbox;--- IE10 ---
    display:-webkit-flex;--- safari（PC）用 ---
    display:flex;
    -ms-flex-wrap:wrap;--- IE10用 ---
    -webkit-flex-wrap:wrap;--- safari（PC）用 ---
    flex-wrap:wrap;
    -webkit-justify-content: space-between;  Safari 
    justify-content:         space-between;
}
.reserve_entry_box .box .wrap figure{
    width: 10%;
}
.reserve_entry_box .box .wrap figure img{
    display: block;
    width: 100%;
    height: auto;
}
.reserve_entry_box .box .wrap .textArea{
    width: 85%;
}
.reserve_entry_box .box .wrap .textArea h5{
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 1.5em;
    line-height: 100%;
}
.reserve_entry_box .box .wrap .textArea ul{
    margin-bottom: 10px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-self: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
.reserve_entry_box .box .wrap .textArea ul li{
    margin-right: 20px;
}
.reserve_entry_box .box .wrap .textArea ul li dl{
    box-sizing: border-box;
    display:-ms-flexbox;--- IE10 ---
    display:-webkit-flex;--- safari（PC）用 ---
    display:flex;
    -ms-flex-wrap:wrap;--- IE10用 ---
    -webkit-flex-wrap:wrap;--- safari（PC）用 ---
    flex-wrap:wrap;
    -webkit-justify-content: space-between;  Safari 
    justify-content:         space-between;
}
.reserve_entry_box .box .wrap .textArea ul li dl dt{
    padding: 3px 15px;
    box-sizing: border-box;
    background-color: #C30D23;
    display: inline-block;
    color: #FFF;
    font-size: 100%;
    border-radius: 5px 0px 0px 5px;
}
.reserve_entry_box .box .wrap .textArea ul li dl dd{
    padding: 3px 15px;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    font-weight: normal;
    background-color: #eeeeee;
    border-radius:  0px 5px 5px 0px;
    
}*/