@charset "utf-8";


/*.wprm-reserve-list*/
/*.wprm-cal-month-select*/


/** Select Monthly Calendar **/
.wprm-cal-month-select {
    position: relative;
    max-width: 640px;
    margin: 0 auto 2rem;
}

.wprm-cal-month-select-cal {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.wprm-cal-month-prev,
.wprm-cal-month-next,
.wprm-cal-month-today {
    position: absolute;
    top: 0;
}
.wprm-cal-month-prev {
    left :0;
}
.wprm-cal-month-next {
    right: 0;
}
.wprm-cal-month-today {
    right: 4.5em;
}

@media screen and (((min-width:676px) and (max-width:830px)) or (min-width:997px)) {
    .wprm-cal-month-today {
        right: auto;
    }
}

.wprm-cal-month-prev button,
.wprm-cal-month-next button,
.wprm-cal-month-today button {
    padding: 0.2em 0.5em;
    color: #000;
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 0.8rem;
    line-height: 1.5;
}
.wprm-cal-month-today button {
    padding-left: 0.9em;
    padding-right: 0.9em;
}
.wprm-cal-month-prev button::before {
    content:'\0ab';
    padding-right: 0.3em;
}
.wprm-cal-month-next button::after {
    content:'\0bb';
    padding-left: 0.3em;
}
.wprm-cal-month-prev button:hover,
.wprm-cal-month-next button:hover,
.wprm-cal-month-today button:hover,
.wprm-cal-month-prev button:focus,
.wprm-cal-month-next button:focus,
.wprm-cal-month-today button:focus {
    background-color: #999;
    border: 2px solid #000;
}


.wprm-cal-month {
    border-spacing: 0;
    margin: 0 0.95rem;
}
.wprm-cal-month caption {
    line-height: 2;
}
.wprm-cal-month caption h1,h2,h3,h4,h5,h6 {
    font-size:1.8rem;
    font-weight: 600;
}
.wprm-cal-month thead th {
    width: 43px;
    padding: 2px;
    border-bottom: 1px solid #aaa;
}
.wprm-cal-month td {
    width: 43px;
    height: 43px;
    margin: 0;
    padding: 2px;
}
.wprm-cal-month .w-none * { display: none; }

.wprm-cal-month .w-sat { background-color: #dcf1fb; }
.wprm-cal-month .w-sun,
.wprm-cal-month .w-holiday { background-color: #ffebeb; }

.wprm-cal-month button {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border-radius: 50%;
    color: #000;
    background-color: #E3E3E3;
    font-weight: normal;
}
.wprm-cal-month td.sel button {
    border: 2px solid #fdc453;
    background-color: #ffccc0;
}
.wprm-cal-month td.today button {
    border: 2px solid #fdc453;
    background-color: #FCF2DE;
}
.wprm-cal-month td button:hover,
.wprm-cal-month td button:focus {
    border: 2px solid #000;
}



/** Availability Calendar **/
.wprm-cal-3days-list {
    max-width: 700px;
    margin:0 auto;
}

.wprm-cal-3days-list-container {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.wprm-cal-3days-list h3 {
    position: absolute;
    top: 0;
    display: inline-block;
    width: 100%;
    text-align: center;
}


.wprm-cal-3days-prev,
.wprm-cal-3days-next {
    position: absolute;
    top: 0;
}
.wprm-cal-3days-prev {
    left :0;
}
.wprm-cal-3days-next {
    right: 0;
}

.wprm-cal-3days-prev button,
.wprm-cal-3days-next button {
    padding: 0.2em 0.5em;
    color: #000;
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 0.8rem;
    line-height: 1.5;
}
.wprm-cal-3days-prev button::before {
    content:'\0ab';
    padding-right: 0.3em;
}
.wprm-cal-3days-next button::after {
    content:'\0bb';
    padding-left: 0.3em;
}
.wprm-cal-3days-prev button:hover,
.wprm-cal-3days-next button:hover,
.wprm-cal-3days-prev button:focus,
.wprm-cal-3days-next button:focus {
    background-color: #999;
    border: 2px solid #000;
}
.wprm-cal-3days-prev-button2, .wprm-cal-3days-next-button2 { display:none; }


.wprm-cal-3days {
    border-spacing: 0;
    margin-top: 4rem;
}

.wprm-cal-3days caption {
    display: none;
}

.wprm-cal-3days thead th {
    font-size: 1.4rem;
    border-bottom: 1px solid #aaa;
}
.wprm-cal-3days thead th.wprm-cal-3days-day {
    border-top: 1px solid #ccc;
}
.wprm-cal-3days thead th.wprm-cal-3days-day,
.wprm-cal-3days thead tr:nth-child(2) th {
    background-color: #ffccc0;
}

.wprm-cal-3days thead th,
.wprm-cal-3days tbody td {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.wprm-cal-3days tbody th {
    position: relative;
    border-right: 1px solid #ccc;
}
.wprm-cal-3days tbody th,
.wprm-cal-3days tfoot th {
    position: relative;
}

.wprm-cal-3days thead th.wprm-cal-3days-time {
    width: 5em;
    border-bottom: none;
}

.wprm-cal-3days tbody th,
.wprm-cal-3days tbody td,
.wprm-cal-3days tfoot th,
.wprm-cal-3days tfoot td {
    height: 40px;
    line-height: 39px;
    padding:0;
    text-align: center;
}
.wprm-cal-3days tbody td {
    position: relative;
    width: 50px;
    vertical-align: middle;
    vertical-align: -webkit-baseline-middle;
}
.wprm-cal-3days td a,
.wprm-cal-3days td button {
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    color: #000;
    background-color: #FCF2DE;
    font-size: 2.5rem;
}
.wprm-cal-3days td a:hover,
.wprm-cal-3days td a:focus,
.wprm-cal-3days td button:hover,
.wprm-cal-3days td button:focus {
    outline: 2px solid #000;
    outline-offset: -2px;
}

.wprm-cal-3days td a.wprm-notavailable,
.wprm-cal-3days td button.wprm-notavailable {
    display: none;
}


.wprm-cal-3days tbody th span,
.wprm-cal-3days tfoot th span {
    position: relative;
    top: -20px;
}
.wprm-cal-3days tbody th::before,
.wprm-cal-3days tfoot th::before {
    display: block;
    content: '';
    position: absolute;
    top: -1px;
    right: 0;
    width: 1rem;
    line-height:2.5;
    border-top: 1px solid #ccc;
}


@media screen and (min-width:510px)
{
    .wprm-cal-3days thead > tr:first-child th:first-child {
        border-bottom: none;
    }
    .wprm-cal-3days:nth-of-type(2) th.wprm-cal-3days-time,
    .wprm-cal-3days:nth-of-type(3) th.wprm-cal-3days-time {
        display:none;
    }
}

@media screen and (((min-width:510px) and (max-width:710px)) or ((min-width:830px) and (max-width:1028px)))
{
    .wprm-cal-3days:nth-of-type(3) {
        display: none;
    }
    .wprm-cal-3days-prev-button,  .wprm-cal-3days-next-button  { display:none; }
    .wprm-cal-3days-prev-button2, .wprm-cal-3days-next-button2 { display:block; }

}


/** Monthly Event Calendar **/
.wprm-reseve-cal {
    position: relative;
}

.wprm-reserve-cal-month-prev,
.wprm-reserve-cal-month-next,
.wprm-reserve-cal-month-today {
    position: absolute;
    top: 0;
}
.wprm-reserve-cal-month-prev {
    left :0;
}
.wprm-reserve-cal-month-next {
    right: 0;
}
.wprm-reserve-cal-month-today {
    right: 4.5em;
}

.wprm-reserve-cal-month-prev button,
.wprm-reserve-cal-month-next button,
.wprm-reserve-cal-month-today button {
    padding: 0.2em 0.5em;
    color: #000;
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 0.8rem;
    line-height: 1.5;
}
.wprm-reserve-cal-month-prev button::before {
    content:'\0ab';
    padding-right: 0.3em;
}
.wprm-reserve-cal-month-next button::after {
    content:'\0bb';
    padding-left: 0.3em;
}
.wprm-reserve-cal-month-prev button:hover,
.wprm-reserve-cal-month-next button:hover,
.wprm-reserve-cal-month-today button:hover,
.wprm-reserve-cal-month-prev button:focus,
.wprm-reserve-cal-month-next button:focus,
.wprm-reserve-cal-month-today button:focus {
    background-color: #999;
    border: 2px solid #000;
}


.wprm-reserve-cal-month {
    width: 100%;
    margin: 0;
    border-spacing: 0;
    border-width: 2px 1px 1px 2px;
    border-style: solid;
    border-color: #aaa;
    table-layout: fixed;
}

.wprm-reserve-cal-month caption {
    line-height: 2;
}
.wprm-reserve-cal-month caption h1,h2,h3,h4,h5,h6 {
    font-size:1.8rem;
    font-weight: 600;
}

.wprm-reserve-cal-month thead th {
    padding: 2px;
    border-width: 0 1px 2px 0;
    border-style: solid;
    border-color: #aaa;
}
.wprm-reserve-cal-month tbody td {
    padding: 0;
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #aaa;
    vertical-align: top;
}

.wprm-reserve-cal-month .w-sat { background-color: #dcf1fb; }
.wprm-reserve-cal-month .w-sun,
.wprm-reserve-cal-month .w-holiday { background-color: #ffebeb; }

.wprm-reserve-cal-month tbody td h4,h5,h6 {
    width: 100%;
    padding: 2px;
    font-size: 1.6rem;
    text-align: center;
}
.wprm-reserve-cal-month tbody td dl * {
    font-size: 1.1rem;
}
.wprm-reserve-cal-month tbody td > p {
    font-size: 1rem;
    padding: 0 2px 0.3rem;
    color: #CE0000;
    text-align: center;
}
.wprm-reserve-cal-month tbody td dl {
    min-height: 5em;
}
.wprm-reserve-cal-month tbody td dl > div,
.wprm-reserve-cal-month tbody td dl > a {
    display: block;
    margin: 0 0.2rem 1rem;
    padding: 0.3rem 0.2rem;
    border-radius: 0.5rem;
    background-color: #FCF2DE;
    overflow: hidden;
}
.wprm-reserve-cal-month tbody td dl dt span {
    white-space: nowrap;
}
.wprm-reserve-cal-month tbody td dl > a:hover,
.wprm-reserve-cal-month tbody td dl > a:focus {
    outline: 2px solid #999;
    outline-offset: -2px;
}

.wprm-reserve-cal-month tbody td dd {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}


@media screen and (min-width: 510px)
{
    .wprm-reserve-cal-month tbody td dl * {
        font-size: 1.3rem;
    }
    .wprm-reserve-cal-month tbody td > p {
        font-size: 1.3rem;
    }
    .wprm-reserve-cal-month tbody td dl > div,
    .wprm-reserve-cal-month tbody td dl > a {
        margin: 0 0.5rem 1rem;
        padding: 0.3rem 0.5rem;
    }
    .wprm-reserve-cal-month tbody td dl dt span {
        font-size: 1.3rem;
    }
}


/** Daily Reserve Schedule **/
.wprm-reserve-schedule {
    position: relative;
    margin: 2rem 0;
}


.wprm-reserve-schedule-prev,
.wprm-reserve-schedule-next,
.wprm-reserve-schedule-today {
    position: absolute;
    top: 0;
}
.wprm-reserve-schedule-prev {
    left :0;
}
.wprm-reserve-schedule-next {
    right: 0;
}
.wprm-reserve-schedule-today {
    right: 4.5em;
}

.wprm-reserve-schedule-prev button,
.wprm-reserve-schedule-next button,
.wprm-reserve-schedule-today button {
    padding: 0.2em 0.5em;
    color: #000;
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 0.8rem;
    line-height: 1.5;
}
.wprm-reserve-schedule-prev button::before {
    content:'\0ab';
    padding-right: 0.3em;
}
.wprm-reserve-schedule-next button::after {
    content:'\0bb';
    padding-left: 0.3em;
}
.wprm-reserve-schedule-prev button:hover,
.wprm-reserve-schedule-next button:hover,
.wprm-reserve-schedule-today button:hover,
.wprm-reserve-schedule-prev button:focus,
.wprm-reserve-schedule-next button:focus,
.wprm-reserve-schedule-today button:focus {
    background-color: #999;
    border: 2px solid #000;
}


.wprm-reserve-schedule-list {
    width: 100%;
    table-layout: fixed;
    border-spacing: 0;
}

.wprm-reserve-schedule-list caption {
    line-height: 2;
}

.wprm-reserve-schedule-list thead th {
    border-width: 1px 0 1px 1px;
    border-style: solid;
    border-color: #ccc;
    background-color: #ffccc0;
}
.wprm-reserve-schedule-list thead th:first-child,
.wprm-reserve-schedule-list tbody th:first-child {
    width: 5em;
    border-left: none;
    border-top: none;
    border-bottom: none;
    background-color: inherit;
}
.wprm-reserve-schedule-list thead th:last-child,
.wprm-reserve-schedule-list tbody td:last-child {
    border-right: 1px solid #ccc;
}

.wprm-reserve-schedule-list tbody td {
    position: relative;
    height: 40px;
    padding: 0;
    border-width: 0 0 1px 1px;
    border-style: solid;
    border-color: #ccc;
}
.wprm-reserve-schedule-list tfoot th {
    height: 4rem;
}

.wprm-reserve-schedule-list tbody th,
.wprm-reserve-schedule-list tfoot th {
    position: relative;
}
.wprm-reserve-schedule-list tbody th span,
.wprm-reserve-schedule-list tfoot th span {
    position: relative;
    top: -2rem;
}
.wprm-reserve-schedule-list tbody th::before,
.wprm-reserve-schedule-list tfoot th::before {
    display: block;
    content: '';
    position: absolute;
    top: -1px;
    right: 0;
    width: 1rem;
    line-height:2.5;
    border-top: 1px solid #ccc;
}

.wprm-reserve-schedule-list tbody td a {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 4rem;
    padding: 0.2em 0.35em;
    font-size: 1.4rem;
    background-color: #FCF2DE;
    border-radius: 0.5rem;
    z-index: 1;

    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.wprm-reserve-schedule-list tbody td a.wprm-reserve-open1h   { height: 8rem; }
.wprm-reserve-schedule-list tbody td a.wprm-reserve-open1h5  { height: 12rem; }
.wprm-reserve-schedule-list tbody td a.wprm-reserve-open2h   { height: 16rem; }
.wprm-reserve-schedule-list tbody td a.wprm-reserve-open2h5  { height: 20rem; }
.wprm-reserve-schedule-list tbody td a.wprm-reserve-open3h   { height: 24rem; }
.wprm-reserve-schedule-list tbody td a.wprm-reserve-open3h5  { height: 28rem; }
.wprm-reserve-schedule-list tbody td a.wprm-reserve-open4h   { height: 32rem; }
.wprm-reserve-schedule-list tbody td a.wprm-reserve-open4h5  { height: 36rem; }
.wprm-reserve-schedule-list tbody td a.wprm-reserve-open5h   { height: 40rem; }
.wprm-reserve-schedule-list tbody td a.wprm-reserve-open5h5  { height: 44rem; }
.wprm-reserve-schedule-list tbody td a.wprm-reserve-open6h   { height: 48rem; }
.wprm-reserve-schedule-list tbody td a.wprm-reserve-open6h5  { height: 52rem; }
.wprm-reserve-schedule-list tbody td a.wprm-reserve-open7h   { height: 56rem; }
.wprm-reserve-schedule-list tbody td a.wprm-reserve-open7h5  { height: 60rem; }
.wprm-reserve-schedule-list tbody td a.wprm-reserve-open8h   { height: 64rem; }
.wprm-reserve-schedule-list tbody td a.wprm-reserve-open8h5  { height: 68rem; }
.wprm-reserve-schedule-list tbody td a.wprm-reserve-open9h   { height: 72rem; }
.wprm-reserve-schedule-list tbody td a.wprm-reserve-open9h5  { height: 76rem; }
.wprm-reserve-schedule-list tbody td a.wprm-reserve-open10h  { height: 80rem; }
.wprm-reserve-schedule-list tbody td a.wprm-reserve-open10h5 { height: 84rem; }
.wprm-reserve-schedule-list tbody td a.wprm-reserve-open11h  { height: 88rem; }
.wprm-reserve-schedule-list tbody td a.wprm-reserve-open11h5 { height: 92rem; }
.wprm-reserve-schedule-list tbody td a.wprm-reserve-open12h  { height: 96rem; }
.wprm-reserve-schedule-list tbody td a.wprm-reserve-open12h5 { height: 100rem; }
.wprm-reserve-schedule-list tbody td a.wprm-reserve-open13h  { height: 104rem; }
.wprm-reserve-schedule-list tbody td a.wprm-reserve-open13h5 { height: 108rem; }
.wprm-reserve-schedule-list tbody td a.wprm-reserve-open14h  { height: 112rem; }
.wprm-reserve-schedule-list tbody td a.wprm-reserve-open14h5 { height: 116rem; }
.wprm-reserve-schedule-list tbody td a.wprm-reserve-open15h  { height: 120rem; }
.wprm-reserve-schedule-list tbody td a.wprm-reserve-open15h5 { height: 124rem; }
.wprm-reserve-schedule-list tbody td a.wprm-reserve-open16h  { height: 128rem; }
.wprm-reserve-schedule-list tbody td a.wprm-reserve-open16h5 { height: 132rem; }
.wprm-reserve-schedule-list tbody td a.wprm-reserve-open17h  { height: 136rem; }
.wprm-reserve-schedule-list tbody td a.wprm-reserve-open17h5 { height: 140rem; }
.wprm-reserve-schedule-list tbody td a.wprm-reserve-open18h  { height: 144rem; }
.wprm-reserve-schedule-list tbody td a.wprm-reserve-open18h5 { height: 148rem; }
.wprm-reserve-schedule-list tbody td a.wprm-reserve-open19h  { height: 152rem; }
.wprm-reserve-schedule-list tbody td a.wprm-reserve-open19h5 { height: 156rem; }
.wprm-reserve-schedule-list tbody td a.wprm-reserve-open20h  { height: 160rem; }
.wprm-reserve-schedule-list tbody td a.wprm-reserve-open20h5 { height: 164rem; }
.wprm-reserve-schedule-list tbody td a.wprm-reserve-open21h  { height: 168rem; }
.wprm-reserve-schedule-list tbody td a.wprm-reserve-open21h5 { height: 172rem; }
.wprm-reserve-schedule-list tbody td a.wprm-reserve-open22h  { height: 176rem; }
.wprm-reserve-schedule-list tbody td a.wprm-reserve-open22h5 { height: 180rem; }
.wprm-reserve-schedule-list tbody td a.wprm-reserve-open23h  { height: 184rem; }
.wprm-reserve-schedule-list tbody td a.wprm-reserve-open23h5 { height: 188rem; }

.wprm-reserve-schedule-list tbody td a:hover,
.wprm-reserve-schedule-list tbody td a:focus {
    outline: 2px solid #999;
    outline-offset: -2px;
}




/*
.wprm-cal-3days thead th.wprm-cal-3days-day {
    border-top: 1px solid #ccc;
}
*/





