@charset "utf-8";
.hei_search,
.hei_search * {
    box-sizing: border-box;
    font-size: 12px;
    letter-spacing: .1em;
}

.hei_search {
    position: relative;
    width: 320px;
    padding: 16px 12px 12px 12px;
}

.hei_search .catch {
    position: relative;
    margin-bottom: 12px;
    text-align: center;
    font-size: 12px;
}

.hei_search .catch::before,
.hei_search .catch::after {
    content: '';
    display: block;
    width: 1px;
    height: 15px;
    background: #333;
    position: absolute;
    bottom: 2px;
    left: 50%;
}

.hei_search .catch::before {
    transform: translateX(-110px) rotate(-30deg);
}

.hei_search .catch::after {
    transform: translateX(103px) rotate(30deg);
}

/*start_formリセット*/
.hei_search select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    background: transparent;
}

.hei_search input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: none;
    outline: none;
    background: transparent;
}
/*end_formリセット*/

.hei_search dl {
    margin: 0 0 5px 0;
}

.hei_search dt {
    color: #666;
    margin-bottom: 3px;
}

.hei_search dd {
    margin: 0;
}

.hei_search select,
.hei_search .select_date {
    width: 100%;
    padding: 7px;
    border: 1px solid #d1d1d1;
    border-radius: 4px;
    font-size: 14px;
}

.hei_search .icn_arrow {
    position: relative;
}

.hei_search .icn_arrow::before {
    position: absolute;
    content: "";
    top: 50%;
    margin-top: -5px;
    right: 11px;
    width: 10px;
    height: 8px;
    background: url(/linetravel/css/images/ico_dropdown.svg) center center/contain no-repeat;
    pointer-events: none;
}

.hei_search input[type="submit"].submitBtn {
    width: 100%;
    margin-top: 5px;
    padding: 8px 0;
    color: white;
    font-weight: bold;
    font-size: 18px;
    background: #ff7e33;
    border-radius: 8px;
}

.hei_search .logo {
    text-align: right;
    font: 12px;
}

.hei_search .img_logo {
    width: 80px;
    margin-top: 10px;
    vertical-align: -5px;
}
/*start_calendar*/
    .wrap_heiCalendar {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 320px;
        padding: 4px 4px 7px;
        background-color: #fff;
        border: 1px solid #999;
        box-sizing: border-box;
    }

    /*start_月表示*/
    .head_hC {
        position: relative;
        margin-bottom: 6px;
        padding: 5px;
        background-color: #b9b9b9;
        color: black;
        font-size: 18px;
        font-weight: 700;
        text-align: center;
    }

    .date_hC {
        font-family: sans-serf;
        font-size: 18px;
    }

    .year_hC,
    .month_hC {
        font-family: Arial,Helvetica,sans-serif;
        font-size: 18px;
    }

    .btn_head-hC {
        position: absolute;
        top: 3px;
        display: block;
        width: 60px;
        height: 31px;
        color: white;
        font-family: sans-serf;
        font-size: 14px;
        line-height: 31px;
        text-align: center;
        text-decoration: none;
        background: #1085c9;
        border-radius: 2px;
    }

    .btn_head-hC:hover {
        opacity: .9;
    }

    .btn_head-prev-hC {
        left: 3px;
    }

    .btn_head-next-hC {
        right: 3px;
    }
    /*end_月表示*/

    /*start_table*/
        .table_hC {
            width: 100%;
            border-collapse: separate;
            border-spacing: 1px;
        }

        /*start_week*/
            .week_hC {
                height: 30px;
                font-family: sans-serf;
                font-size: 14px;
                font-weight: 700;
                text-align: center;
            }

            .week_sun-hC {
                color: #d53d3a;
            }

            .week_sat-hC {
                color: #1085c9;
            }
        /*end_week*/

        /*start_day*/
            a.link_day-hC {
                display: block;
                width: 100%;
                height: 100%;
                color: #333;
                font-size: 18px;
                font-weight: 700;
                font-family: Arial,Helvetica,sans-serif;
                line-height: 32px;
                text-align: center;
                text-decoration: none;
                background-color: #e4e4e4;
            }

            a.link_day-hC:hover {
                background: #1085c9;
                color: white;
            }

            a.link_day-saturday-hC {
                color: #1085c9;
            }

            a.link_day-holiday-hC {
                color: #d53d3a;
            }

            a.link_day-unselectable-hC,
            a.link_day-unselectable-hC:hover {
                background-color: #f1f1f1;
                color: #d6d6d6;
                cursor: default;
            }

            a.link_day-selected-hC,
            a.link_day-selected-hC {
                background: #f4f468;
                color: #1085c9;
            }
        /*end_day*/

        /*start_bottomBtn*/
            .items_bottomBtn {
                width: 290px;
                margin: 15px auto 10px auto;
                display: flex;
                justify-content: space-between;
            }

            .link_item-bottomBtn-undecided {
                display: inline-block;
                margin: 0 5px;
                width: 140px;
                line-height: 35px;
                background-color: #1485c7;
                border-radius: 4px;
                font-size: .875rem;
                font-weight: 700;
                text-align: center;
                text-decoration: none;
                color: #fff;
                cursor: pointer;
            }

            .link_item-bottomBtn-undecided:hover {
                opacity: .9;
            }

            .link_item-bottomBtn-close {
                display: inline-block;
                padding: 0;
                width: 120px;
                line-height: 35px;
                background-color: #999;
                border: none;
                border-radius: 3px;
                font-size: 14px;
                font-weight: 700;
                text-align: center;
                text-decoration: none;
                color: #fff;
            }
        /*end_bottomBtn*/
    /*end_table*/
/*end_calendar*/
.ui-datepicker {
    width: 286px !important;
}