/*-----------------------------------------------------
***search box***
-----------------------------------------------------*/
.search_box {
    display: flex;
    flex-direction: column;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 6px;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width:767px) {
    .search_box {
        align-items: center;
        margin: 5px;
    }
}
.re_search_box {
    display: flex;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 6px;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width:767px) {
    .re_search_box {
        flex-direction: column;
        align-items: center;
        margin: 5px;
    }
}

.search_deside_btn {
    width: 50%;
    background: url(../img/bg_btn.jpg);
    background-size: cover;
    color: #fff;
    padding: 20px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    font-size: 2rem;
    font-weight: bold;
    margin-top: 20px;
}
.search_deside_btn:hover {
    opacity: 70%;
}
.search_deside_btn:disabled,
.search_deside_btn:disabled:hover  {
    opacity: 20%;
    cursor: default;
}
@media screen and (max-width:767px) {
    .search_deside_btn {
        width: 100%;
    }
}
.search_content_box {
    border: 1px solid #cccccc;
    border-radius: 4px;
    background-color: #fafafa;
    min-height: 1%;
    width: calc(100% - 10px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 5px;
}
@media screen and (max-width:767px) {
    .search_content_box {
        width: 100%;
    }
}

.search_day_selection {
    color: #333333;
    font-weight: normal;
    width: 42%;
    margin-right: 7.6%;
}

.search_day_input {
    width: 100%;
    height: 100%;
}
.search_day_input:hover {
    background-color: #ccc;
}

.search_undate {
    width: 100%;
    display: flex;
}

.search_number_input {
    display: flex;
    width: 100%;
}

.search_day_title {
    margin: 5px;
}
.search_num_title {
    text-align: start;
    width: 100%;
    padding: 5px;
}
.search_number_adult,
.search_number_child,
.search_number_infant {
    margin: 5px;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.search_number_detail {
    font-size: 1rem;
}
.search_number_detail ul {
    list-style-type: none;
    padding-inline-start: 0px;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
.search_number_detail li {
    list-style-type: none;
}

.search_number_label p {
    font-size: 1.5rem !important;
    margin-block-start: 0em;
    margin-block-end: 0em;
}
#dh-search-form select {
    width: 70%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    margin-bottom: 0px;
    text-align: center;
    font-weight: bold;
    font-size: 2rem;
}

@media screen and (max-width:767px) {
    .search_number_input {
        flex-direction: column;
        align-items: center;
    }
    .search_number_adult,
    .search_number_child,
    .search_number_infant {
        width: 100%;
        justify-content: space-between;
    }
    #dh-search-form select {
        width: 70%;
        font-size: 2rem;
    }
}

#dh-search-form input[type="submit"] {
    width: 20%;
    text-align: center;
    border-radius: 4px;
    background: #d04a00;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    color: #FFFFFF;
    border-color: white;
    cursor: pointer;
}
#dh-search-form input[type="submit"]:disabled {
    background: #cab0a2;
    cursor: default;
}
@media screen and (max-width:767px) {
    #dh-search-form input[type="submit"] {
        width: 80%;
        height: 100px;
        text-align: center;
        border-radius: 4px;
        background: #d04a00;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 2rem;
        color: #FFFFFF;
    }
}

.search_img {
    background-image: url(../../img/back_img08.jpg);
    background-repeat: repeat-x;
    background-position: center center;
    background-size: cover;
    padding: 40px 0px;
    padding-bottom: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 0px;
    height: 30vh;
}
@media screen and (max-width:767px) {
    .search_img {
        background-image: none;
        height: auto;
        display: none;
    }
}


/*overlay　group
-----------------------------------------------------*/
.overlay_group {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 90%;
    max-width: 1000px;    
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 10px;
    font-size: 3rem;
    font-weight: bold;
}
.overlay_group_title {
    font-size: 3rem;
    font-weight: bold;
    color: #1363cb;
}
.overlay_group_inside {
    font-size: 2rem;
    text-align: center;
    padding: 20px;
}
.overlay_group_tel {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
}
.overlay_group_tel_inside {
    display: flex;
    flex-direction: column;
    font-size: 3rem;
    font-weight: bold;
    color: #1363cb;
    background-color: #e3e3e3;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 10px 30px;
    text-align: center;
    max-width: 100%;
}
.overlay_group_close_btn {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    background-color: #e3e3e3;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 10px 20px;
    margin-top: 20px;
    cursor: pointer;
}

/*form new search
-----------------------------------------------------*/

#dh-search-form form {
    width: 100%;
    padding: 40px;
}
@media screen and (max-width:767px) {
    #dh-search-form form {
        padding: 5px;
    }
    #dh-search-form ul {
        padding-inline-start: 5px;
    }
}

#dh-search-form label {
    display: block;
    font-weight: bold;
    margin-bottom: 0px;
    width: 100%;
}


#dh-search-form textarea {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    margin-bottom: 0px;
    text-align: left;
    font-weight: bold;
}



#dh-search-form input[type="email"],
#dh-search-form input[type="date"],
#dh-search-form input[type="tel"],
#dh-search-form input[type="int"],
#dh-search-form input[type="time"] {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    margin-bottom: 0px;
}

#dh-search-form button[type="submit"],
#dh-search-form ul button {
    width: 100%;
    background: url(../img/bg_btn.jpg);
    background-size: cover;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    font-size: 2rem;
    font-weight: bold;
}

.btn--orange{
    margin: auto;
}
a.btn--orange {
    color: #fff;
    background-color: #eb6100;
}
.btn--orange:hover,
a.btn--orange:hover {
    color: #fff;
    background: #f56500;
}

/*error
-----------------------------------------------------*/
.error_text {
    padding: 20px;
    font-size: 2rem;
}
.error_btn_box {
    display: flex;
    justify-content: center;
    margin: 20 0px;
}

/*textbox
-----------------------------------------------------*/
.search-textbox {
    font-size: 1.5rem;
    margin: 15px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 6px;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width:767px) {
    .search-textbox {
        margin: 2.5%;
        padding: 10px;
    }
}
.search-textbox-title {
    text-align: center;
}
.search-textbox-title p {
    font-weight: bold;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-size: 2rem;
}
.search-textbox-detail {
    width: 90%;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
    text-align: start;
}
@media screen and (max-width:767px) {
    .search-textbox-detail {
        width: 100%;
    }
}
.search-textbox-payment {
    width: 100%;
    border: 2px solid rgb(105, 105, 105);
    border-radius: 5px;
    text-align: center;
    color: black;
    font-weight: bold;
    font-size: 1.5rem;
    margin-top: 10px;
    padding: 5px;
}

.privacy-checkbox-area {
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.search-textbox-privacy {
    width: 90%;
    height: 500px;
    border: solid 2px lightgray;
    border-radius: 5px;
    padding: 20px;
    overflow-y: scroll;
    font-family: Arial, sans-serif;
    line-height: 1.6;
}
.search-final-btn {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
@media screen and (max-width:767px) {
    .search-final-btn {
        margin-bottom: 15px;
    }
}
.search-textbox-contact {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center; 
}
.search-textbox-contact span {
    width: 90%;
    padding: 5px;
    border-radius: 5px;
    font-size: 3rem;
    font-weight: bold;
    background-color: #e3e0e0;
    color: #005bac;
}
@media screen and (max-width:767px) {
    .search-textbox-contact span {
        width: 95%;
    }
}
.search-textbox-contact span a {
    font-size: 3rem;
    font-weight: bold;
    color: #005bac;
}
@media screen and (min-width:767px) {
    .search-textbox-contact span a {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }
}

.privacy-txt dt {
    font-weight: bold;
    font-size: 1.2em;
    margin-top: 15px;
    color: #333;
}
.privacy-txt dd {
    margin-left: 20px;
    margin-bottom: 15px;
    color: #666;
}
.list_style-decimal {
    list-style-type: decimal;
    color: #444;
}
.list_style-decimal li {
    margin-bottom: 10px;
}
.privacy-txt dd p {
    margin: 10px 0;
}
@media screen and (max-width: 600px) {
    .search-textbox-privacy {
        padding: 10px;
        margin: 10px;
        width: 100%;
    }
    .privacy-txt dt {
        font-size: 1.1em;
    }
    .privacy-txt dd {
        margin-left: 10px;
    }
    .privacy-checkbox-text {
        font-size: 1.5rem;
        margin: 5px;
    }
}

.privacy-checkbox {
    display: none;
}
.privacy-checkbox-text {
    font-size: 2rem;
    margin: 5px;
}
.privacy-checkbox-label {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #f0f0f0;
    border: 2px solid #cccccc;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    vertical-align: middle;
}
.privacy-checkbox:checked + .privacy-checkbox-label {
    background-color: #1363cb;
    border-color: #05299f;
}
.privacy-checkbox-label:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 6px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
    transition: opacity 0.2s;
}
.privacy-checkbox:checked + .privacy-checkbox-label:after {
    opacity: 1;
}

@media screen and (max-width: 600px) {
    .privacy-checkbox-text {
        font-size: 1.5rem;
        margin: 5px;
    }
}

/*popup
-----------------------------------------------------*/
.popup {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}

.search_btn {
    line-height: 1;
    font-size: 2rem;
    font-weight: bold;
    padding: 15px 50px;
    box-sizing: border-box;
    background: url(../img/bg_btn.jpg);
    background-size: cover;
    text-align: center;
    color: white;
    border-radius: 3px;
    font-weight: bold;
    display: inline-block;
    width: 60%;
    cursor: pointer;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
}
@media screen and (max-width:767px) {
    .search_btn {
        width: 100%;
    }
}
.search_btn span {
    font-size: 3rem;
}

.search_confirm {
    display: flex;
    flex-direction: column;
    border-radius: 5px;
    background-color: lightgray;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.search_confirm_date_val {
    display: flex;
}
.search_confirm_date_edit {
    display: flex;
}
.search_confirm_num_val {
    display: flex;
}
.search_confirm_num_edit {
    display: flex;
}
.search_select {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
    height: 100%;
}
.search_select span {
    font-size: 3rem;
    font-weight: bold;
}
.search_num_select {
    display: flex;
    width: 90%;
    padding: 10px;
    font-size: 2rem;
    font-weight: bold;
    border-radius: 5px;
    margin-bottom: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.search_num_select_text_area {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    padding: 5px;
}
.search_num_select_text_area span {
    font-size: 5rem;
    margin: 2px;
}
.search_num_select_text {
    width: 100%;
    height: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 2rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}
.search_num_select_pm_area {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}
.search_num_select_pm {
    width: 60px;
    height: 60px;
    margin: 10px;
    border-radius: 50%;
    background-color: rgb(116, 116, 116);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
}
.search_num_select_pm:hover {
    background-color: rgb(67, 67, 67);
}
.plus {
    position: relative;
    width: 40px;
    height: 40px;
}
.plus::before, .plus::after {
    content: '';
    position: absolute;
    background-color: white;
}
.plus::before {
    width: 100%;
    height: 6px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.plus::after {
    width: 6px;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.minus {
    width: 40px;
    height: 6px;
    background-color: white;
}
.search_num_select_reset {
    height: 40px;
    padding: 5px;
    border-radius: 5px;
    background-color: rgb(116, 116, 116);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-right: 5px;
}
.reset {
    font-size: 1.5rem;
    font-weight: bold;
    color: white;
}

@media screen and (max-width: 600px) {
    .search_num_select_pm {
        width: calc(7vw + 20px);
        height: calc(7vw + 20px);
    }
    .plus {
        width: 7vw;
        height: 7vw;
    }
    .plus::before {
        height: 6px;
    }
    .plus::after {
        width: 6px;
    }
    .minus {
        width: 7vw;
    }
    .search_num_select_reset {
        height: 7vw;
    }
}

.search_auto_box {
    border: 1px solid #cccccc;
    border-radius: 4px;
    background-color: #fafafa;
    min-height: 1%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 5px;
}
.search_auto_text {
    width: 100%;
}
.search_auto_line {
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    margin: 10px;
}
.search_auto_label {
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    width: 20%;
}
.search_auto {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    width: 80%;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.search_auto_content {
    display: flex;
    align-items: baseline;
    font-size: 2rem;
    font-weight: bold;
}
@media screen and (max-width:767px) {
    .search_auto {
        flex-direction: column;
    }
}
.search_auto p {
    font-size: 2.5rem;
    font-weight: bold;
    margin-block-start:0em;
    margin-block-end:0em;
}
.search_auto span {
    font-size: 2rem;
    font-weight: normal;
}

/*-----------------------------------------------------
*** calender ***
-----------------------------------------------------*/
.search-cal-area {
    display: flex;
}
@media screen and (max-width:767px) {
    .search-cal-area {
        flex-direction: column;
    }
}
.search-cal-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.search-cal {
    width: 90%;
    max-width: 1000px;
    border-collapse: initial;
    table-layout: fixed;
    background-color: white;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 50px;
    border-radius: 10px;
    margin-top: 20px;
}
.search-cal .header {
    background-color: #4c586f;
    color: white;
    font-size: 2rem;
    text-align: center;
    border-radius: 10px;
}

.search-cal-before,
.search-cal-today,
.search-cal-open,
.search-cal-off {
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    border-radius: 10px;
}
.search-cal-today span {
    font-size: 1rem;
}
.search-cal-before,
.search-cal-off {
    background-color: lightgray;
    color: #9b9b9b;
}
.search-cal-open {
    background-color: rgb(255, 194, 194);
    cursor: pointer;
}
.search-cal-open:hover {
    background-color: rgb(255, 140, 140);
}
.search-cal-today {
    background-color: #262626;
    color: white;
}

.search-cal-before p,
.search-cal-today p,
.search-cal-open p,
.search-cal-off p {
    font-size: 2rem;
    font-weight: bold;
    margin-block-start:0em;
    margin-block-end:0em;
}
.search-cal-before span,
.search-cal-today span,
.search-cal-open span,
.search-cal-off span {
    font-size: 2rem;
}