.searchCalWidget * {
    margin: 0;
    padding: 0;
    color: #333;
    text-decoration: none;
    box-sizing: border-box;
}

.searchCalWidget select {
    padding: .25em 1em;
    font-size: 16px;
    outline: none;
    border: 1px solid #999;
    border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

.searchCalWidget select::-ms-expand {
    display: none;
}

.searchCalButton {
    padding: 0 0 2em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.searchCalButton input {
    padding: .4em 2em;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background: #333;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.searchCalSelectBox {
    padding: 0 0 .5em;
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
}

.searchCalSelectBox>div>ol>li button {
    width: 28px;
    height: 27px;
}

.searchCalNote {
    display: flex;
    justify-content: space-between;
    padding: 1em 0 1em;
}

.searchCalNote ol {
    list-style: none;
    display: flex;
}

.searchCalNote li {
    margin-right: 1.5em;
    font-size: 13px;
    line-height: 16px;
    display: flex;
}

.searchCalNote li svg {
    margin-right: 5px;
    width: 16px;
    height: 16px;
    fill: #333;
}

.searchCalNote p {
    font-size: 13px;
    line-height: 16px
}

.searchCalSelect {
    margin-left: auto;
    padding: 0 0 1em;
    display: flex;
    align-items: stretch;
}

.searchCalSelect ol {
    list-style: none;
    display: flex;
    align-items: stretch;
}

.searchCalSelect ol li {
    margin-left: 5px;
}

.searchCalSelect ol li button {
    padding: 5px 5px 4px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    border: 1px solid #999;
    border-radius: 3px;
    background: transparent;
    cursor: pointer;
}

.searchCalSelect ol li button:disabled {
    opacity: .5
}

.searchCalSelect ol li svg {
    width: 16px;
    height: 16px;
    fill: #666;
    pointer-events: none;
}

.searchCalAdult dt>span {
    color: #666666;
    margin-left: 1em;
}

.searchCalChildren {
    font-size: 14px;
}

.searchCalChildren dt>span {
    color: #666666;
    margin-left: 1em;
}

.searchCalChildren dd>span {
    margin: 0 2px;
}

#searchCal>dl>dt {
    padding: 0 0 .5em;
    font-size: 16px;
    font-weight: 700;

    display: none;
}

#searchCal>dl>dd ul {
    list-style: none;
    display: flex;
}

#searchCal>dl>dd ul li {
    padding: .25em;
    font-size: 11px;
    text-align: center;
    background: #eee;
    flex: 1;
}

#searchCal>dl>dd ul li:first-child {
    color: #ff4d4d;
}

#searchCal>dl>dd ul li:last-child {
    color: #006dd9;
}

#searchCal>dl>dd ol {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    border: solid #ddd;
    border-width: 1px 0 0 1px;
}

#searchCal>dl>dd ol li {
    width: 14.28571%;
    min-height: 70px;
    position: relative;
    border: solid #ddd;
    border-width: 0 1px 1px 0;
}

#searchCal>dl>dd ol li dl {
    padding-bottom: 1.25em;
}

#searchCal>dl>dd ol li dt {
    padding-top: .25em;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

#searchCal>dl>dd ol li:nth-child(7n) dt {
    color: #006dd9;
}

#searchCal>dl>dd ol li:nth-child(7n-6) dt {
    color: #ff4d4d;
}

#searchCal>dl>dd ol li.none dl {
    opacity: .25;
    cursor: not-allowed;
}

#searchCal>dl>dd ol li dl dd {
    padding: .25em 0 .5em;
    display: flex;
    justify-content: center;
}

#searchCal>dl>dd ol li dl dd svg {
    width: 20px;
    height: 20px;
    fill: #333;
}

#searchCal>dl>dd ol li dd p {
    font-size: 10px;
    font-weight: 700;
    text-align: center;
    text-indent: -.4em;
    width: 100%;
    position: absolute;
    bottom: 5px;
    left: 0;
}

@media screen and (max-width:640px) {

    #searchCal>dl>dd ol li dd p {
        transform: scaleX(.75);
    }
}




/* スタイル調整 */
.reservation .kv {
    width: 100vw;
    min-height: 300px;
}

.reservation .kv img {
    object-fit: cover;
    min-height: 300px;
}

.reservation .rsv-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.reservation .rsv-top .btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 217px;
    height: 40px;
    background-color: #333;
    color: #fff;
    border-radius: 3px;
    font-size: 1.4rem;
}

section.factsheet {
    width: 100%;
    max-width: 1080px;
    padding: 0 60px;
    margin-bottom: 0;
    margin-top: 80px;
}

section.factsheet h2 {
    margin-bottom: 40px;
}

.searchCalWidget {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.searchCalWidget .heading {
    margin-bottom: 25px;
    font-size: 1.3rem;
}

#ZenSearchFrom {
    width: calc(calc(100% - 60px)*0.4);
}

#ZenSearchFrom .checkin {
    border-bottom: none;
    margin-bottom: 0;
}

#ZenSearchFrom .checkin input {
    height: 33px;
    border: solid 1px #999;
    border-radius: 3px;
    margin-top: 10px;
}

#ZenSearchFrom .checkin input::placeholder {
    font-size: 1.4rem;
    padding-left: 8px;
}

main.reservation .no_checkin_area {
    padding-bottom: 40px;
    margin-bottom: 20px;
    border-bottom: solid 1px #ddd;
}

main.reservation #no_checkin {
    position: relative;
    margin-left: 20px;
}

main.reservation #no_checkin input {
    /* position: absolute;
    top: 50%;
    transform: translateY(calc(-50% - -1px));
    left: -60px; */
    /* accent-color: #222; */
    /* visibility: visible; */
}

main.reservation #no_checkin input {
    position: absolute;
    top: 50%;
    transform: translateY(calc(-50% - -1px));
    left: -20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 14px;
    height: 14px;
    border: 1px solid #999;
    /* チェックボックスの枠 */
    border-radius: 2px;
    /* position: relative; */
    cursor: pointer;
    background-color: #fff;
    /* チェックボックスの背景色 */
}

main.reservation #no_checkin input:checked {
    background-color: #222;
    border: none;
}

main.reservation #no_checkin input:checked::before {
    content: "";
    position: absolute;
    top: 0;
    left: 4px;
    width: 4px;
    height: 9px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    /* チェックマークを45度回転 */
}

#ZenSearchFrom .sort {
    display: none;
}

.header02 fieldset.rooms {
    display: none;
}

#ZenSearchFrom fieldset {
    position: relative;
    padding-bottom: 20px;
    border-bottom: solid 1px #ddd;
    margin-bottom: 22px;
}

#ZenSearchFrom fieldset.children .children-selects {
    margin-top: 20px;
}

#ZenSearchFrom fieldset.children .children-selects .child1,
#ZenSearchFrom fieldset.children .children-selects .bed-only,
#ZenSearchFrom fieldset.children .children-selects .meal-only {
    margin-bottom: 14px;
}

#ZenSearchFrom select {
    position: absolute;
    top: -27px;
    left: 100%;
    margin-left: -90px;
    height: 33px;
}

#ZenSearchFrom .children select[name="child1"] {
    top: 15px;
}

#ZenSearchFrom .children select[name="child3"] {
    top: 51.5px;
}

/* #ZenSearchFrom .children select[name="child4"] {
    top: 88px;
} */
#ZenSearchFrom .children select[name="child5"] {
    top: 88px;
}

/* #ZenSearchFrom .children select[name="child5"] {
    top: 124.5px;
} */

#ZenSearchFrom p.field-button {
    margin-top: 30px;
}

#ZenSearchFrom p.field-button input {
    font-size: 1.4rem;
    color: #fff;
    background: #333;
    border-radius: 4px;
    cursor: pointer;
    padding: 1.2em 0;
}


#searchCalFrom {
    width: calc(calc(100% - 60px)*0.6);
}

.searchCalWidget select {
    text-align: center;
    width: 90px;
}

.searchCalButton input {
    margin-top: 20px;
}

.searchCalButton input {
    width: 100%;
    padding: 1.2em 0;
}

.searchCalSelect {
    padding-bottom: 0;
}

.searchCalSelectBox .searchCalSelect {
    margin: 0;
}

.searchCalSelectBox>div>ol>li button span.arrow {
    content: "";
    display: block;
    border-top: solid 1px #333;
    border-right: solid 1px #333;
    width: 7px;
    height: 7px;
}

.searchCalSelectBox>div>ol>li button#btn-prev {
    padding-left: 7px;
}

.searchCalSelectBox>div>ol>li button#btn-next {
    padding-right: 7px;
}

.searchCalSelectBox>div>ol>li button span.arrow.prev {
    transform: rotate(225deg);
}

.searchCalSelectBox>div>ol>li button span.arrow.next {
    transform: rotate(45deg);
}

.searchCalSelectBox select {
    width: 100%;
}

#searchCal>dl>dd ol li dl dd svg {
    width: 13px;
    margin-top: 2px;
}

.searchCalNote ol {
    display: block;
}

.searchCalNote ol li {
    margin-bottom: 10px;
}

.searchCalNote li svg {
    width: 13px;
}

main.reservation .notes {
    max-width: 700px;
    margin: 80px auto 0;
}

main.reservation .notes p {
    margin-bottom: 20px;
    line-height: 1.5;
    font-size: 1.3rem;
}

main.reservation .notes p:last-of-type {
    margin-bottom: 0;
}

main.reservation .notes p span {
    padding-left: 1em;
    text-indent: -1em;
    display: inline-block;
}


@media screen and (max-width:1179px) {
    .reservation .rsv-top {
        display: block;
        margin-bottom: 50px;
    }

    .reservation .rsv-top .btn a {
        width: 100%;
        max-width: 600px;
        height: 48px;
        margin: 0 auto;
    }

    section.factsheet {
        padding: 0 15px;
        box-sizing: border-box;
    }

    .searchCalWidget {
        display: block;
        margin: 0 auto;
        width: 100%;
        max-width: 600px;
    }

    #ZenSearchFrom {
        width: 100%;
        margin-bottom: 80px;
    }

    .searchCalWidget .heading {
        text-align: center;
    }

    .searchCalWidget #searchCalFrom {
        width: 100%;
    }

    .searchCalButton input {
        margin-top: 0;
        width: 100%;
        max-width: 400px;
        padding: 1em 0;
    }

    .searchCalWidget #searchCalFrom .calender-block {
        width: 100%;
    }

    .searchCalSelectBox .searchCalSelect {
        margin-left: auto;
    }

    main.reservation .notes {
        width: 100%;
        max-width: 600px;
        margin: 80px auto 0;
    }
}

@media screen and (max-width:640px) {
    .reservation .kv {
        min-height: 240px;
    }

    .reservation .kv img {
        min-height: 240px;
    }

    .reservation .rsv-top .btn a {
        height: 42px;
    }

    section.factsheet {
        margin-bottom: 40px;
        margin-top: 60px;
    }

    #ZenSearchFrom {
        width: 100%;
        margin-bottom: 60px;
    }

    #searchCal>dl>dd ol li {
        min-height: 95px;
    }

    .searchCalNote {
        display: block;
    }

    .searchCalNote ol {
        margin-bottom: 20px;
    }

    main.reservation .notes {
        margin-top: 50px;
    }

}