* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.searchModule * {
    position: relative;
}
body.calendar-bg {
    overflow: hidden;
}

body.calendar-bg #wrapper {
    -webkit-transform: unset;
    -moz-transform: unset;
    -o-transform: unset;
    transform: unset;
    -webkit-transition: unset;
    -moz-transition: unset;
    -o-transition: unset;
    transition: unset;
    -webkit-transition-property: unset;
    -webkit-backface-visibility: unset;
}
.main-visual:before,
.main-visual:after {
    content: "";
    display: table;
    width: 100%;
    clear: both;
}

.main-visual {
    background: url(/images/bgpc_seach.webp?20251210) no-repeat center top transparent;
    background-size: cover;
    position: relative;
    height: auto;
    padding: 0 0 80px 0;
    object-fit: cover;
    background-position: center;
}
.main-visual .promotion {
    width: 1160px;
    margin: 36px auto 16px;
    text-align: left;
    font-size: 24px;
    line-height: 1;
    color: #fff;
    font-weight: 900;
}

.main-visual .main-visual-wrap {
    width: 1160px;
    margin: 0 auto;
    position: relative;
    background: #fff;
    padding: 24px;
    border-radius: 8px;
    min-height: 170px;
    -webkit-box-shadow: 0px 4px 20px 0px rgb(0 0 0 / 16%);
    -moz-box-shadow: 0px 4px 20px 0px rgb(0 0 0 / 16%);
    box-shadow: 0px 4px 20px 0px rgb(0 0 0 / 16%);
}
.searchModuleInclude .main-visual-wrap {
    width: 1024px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 105;
}
.searchModuleInclude-title {
    font-size: 23px;
    line-height: 1;
    font-weight: bold;
    padding: 0;
    margin-bottom: 0;
}
.searchModuleInclude-title span.closeSB {
    line-height: 24px;
    float: right;
}
#forDomestic .search-box-body {
    position: relative;
    z-index: 8;
}

#forDomestic.search-car {
    position: relative;
}

#forDomestic .search-box-body .search-agenda-wrap {
    padding: 0;
    margin: 0;
    width: 100%;
    position: relative;
    right: inherit;
    left: inherit;
    top: inherit;
}
#forDomestic .calendar-search-content {
    display: flex;
    flex-direction: row;
    gap: 8px;
}
#forDomestic .search-box-body .search-agenda {
    border: none;
    background: none;
    box-shadow: none;
    width: 100%;
    padding: 10px 0 24px 0;
    font-size: 14px;
    display: block;
}

#forDomestic .search-box-body .search-agenda-li {
    display: block;
    font-size: initial;
}
#forDomestic .search-box-body .search-agenda-li.keyword-input {
    background: url(/images/icon_location.svg) no-repeat;
    background-size: 20px;
    background-position: left 20px;
}
#forDomestic .search-box-body .search-agenda-li.keyword-input input {
    border: none;
    outline: none;
    font-size: 16px;
    font-weight: 900;
    color: #212121;
    height: 28px;
    width: 95%;
    padding-left: 24px;
    background: transparent;
}
#forDomestic .search-box-body .search-agenda-li.keyword-input input:focus {
    outline: none;
}
#forDomestic .search-box-body .search-agenda-ul {
    display: block;
    border: 1px solid #bdbdbd;
    border-radius: 4px;
    padding: 12px 12px 6px 12px;
}
#forDomestic .search-box-body .defaultReturnInput.search-agenda-ul,
#forDomestic .search-box-body .cusReturnInput.search-agenda-ul {
    width: 250px;
    flex-basis: 250px;
	flex-grow: 0;
	flex-shrink: 0;
    position: relative;
}
#forDomestic .search-box-body .defaultReturnInput.search-agenda-ul span.input-empty,
#forDomestic .search-box-body .cusReturnInput.search-agenda-ul span.input-empty {
    opacity: 1;
    display:block;
    position: absolute;
    right: -4px;
    top: 8px;
    line-height: 0;
    padding: 0;
    cursor: pointer;
}
span.input-empty img {
    width: 24px; 
    height: 24px; 
    opacity: 0.6
}
.searchModuleInclude #forDomestic .search-box-body .defaultReturnInput.search-agenda-ul,
.searchModuleInclude #forDomestic .search-box-body .cusReturnInput.search-agenda-ul {
    width: 212px;
    flex-basis: 212px;
}
#forDomestic .search-box-body .defaultReturnInput.search-agenda-ul.no-cusReturn {
    width: 510px;
    flex-basis: 510px;
}
.searchModuleInclude #forDomestic .search-box-body .defaultReturnInput.search-agenda-ul.no-cusReturn {
    width: 432px;
    flex-basis: 432px;
}
#forDomestic .search-box-body #depDT.search-agenda-ul,
#forDomestic .search-box-body #returnDT.search-agenda-ul {
    width: 240px;
    flex-basis: 240px;
	flex-grow: 0;
	flex-shrink: 0;
}
.searchModuleInclude #forDomestic .search-box-body #depDT.search-agenda-ul,
.searchModuleInclude #forDomestic .search-box-body #returnDT.search-agenda-ul {
    width: 236px;
    flex-basis: 236px;
}

#forDomestic .search-box-body .search-agenda-ul.active {
    background: #FFF4B8!important;
}
#forDomestic .search-box-body .search-agenda-ul li.koumoku {
    background: none;
    width: 100%;
    display: list-item;
    vertical-align: top;
    float: left;
}

#forDomestic .search-box-body .calicon:after {
    top: 9px;
    right: 8px;
}
#forDomestic span.d_datetime_view,
#forDomestic span.r_datetime_view {
    font-size: 15px;
    font-weight: 900;
    display: block;
    position: absolute;
    top: 3px;
    left: 26px;
    z-index: 0;
}
#forDomestic .search-box-body .calicon .datepicker {
    font-size: 16px;
    font-weight: 900;
    padding: 0 0 0 26px;
    height: 28px;
    width: 100%;
    border: none;
    cursor: pointer;
    position: relative;
    z-index: 1;
    opacity: 0;
}

#forDomestic .search-box-body .ul-time {
    width: 86px;
    float: left;
    position: relative;
    padding-left: 0;
    font-size: initial;
}
#forDomestic .search-box-body .ul-time:before {
    content: '';
    display: block;
    width: 1px;
    height: 16px;
    background: #e0e0e0;
    position: absolute;
    left: -1px;
    top: 6px;
}
#forDomestic .search-box-body .ul-time::after {
    content: '';
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    right: 4px;
    top: 12px;
    border-left:4px solid transparent;
    border-right:4px solid transparent;
    border-top:5px solid black;
    z-index: -1;
}
#forDomestic .search-box-body .ul-time select {
    width: 94px;
    font-size: 15px;
    font-weight: 900;
    height: 28px;
    padding: 0 12px;
    border: 0;
    outline: none;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

#forDomestic .search-box-body .plce-pos {
    float: left;
    position: relative;
    width: 100%;
}

#forDomestic .search-box-body .plce-pos:after {
    content: "";
    background: url("/images/ico_pos.png") no-repeat;
    width: 11px;
    height: 15px;
    position: absolute;
    right: 8px;
    top: 13px;
    pointer-events: none;
    display: none;
}

#forDomestic .search-box-body .position03 .agenda-window-parts .agenda-window-arrow {
    display: none;
}

#forDomestic .search-box-body .plce-pos input {
    border-color: #cfd0d0;
    height: 40px;
    padding: 0 15px;
    vertical-align: top;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 16px;
    display: none;
}
#forDomestic .search-box-body .agenda-window.position01:after,
#forDomestic .search-box-body .agenda-window.position03:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 20px solid rgba(0, 0, 0, 0.6);
    position: absolute;
    top: -20px;
    right: 88px;
    display: none;
}
#forDomestic .search-box-body .plce-pos .td-left label {
    border: 1px solid #bcbcbc;
    border-radius: 4px 0 0 4px;
}
#forDomestic .search-box-body .plce-pos .td-center label {
    border-top: 1px solid #bcbcbc;
    border-bottom: 1px solid #bcbcbc;
}
#forDomestic .search-box-body .plce-pos .td-center label.active {
    border-top: 1px solid #196fb9;
    border-bottom: 1px solid #196fb9;
}
#forDomestic .search-box-body .plce-pos .td-right label {
    border: 1px solid #bcbcbc;
    border-radius: 0 4px 4px 0;
}
#forDomestic .search-box-body .plce-pos .td-right label.active,
#forDomestic .search-box-body .plce-pos .td-left label.active {
    border: 1px solid #196fb9;
}
#forDomestic .search-box-body .plce-pos .flag_select {
    font-size: 16px;
    color: #212121;
    font-weight: normal;
    background-color: #fff;
    border: 1px solid #bdbdbd;
    padding: 12px 28px 12px 12px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(/images/ico_arrowdown.svg) no-repeat;
    background-size: 20px;
    background-position: 98% center;
}
#forDomestic .search-box-body .plce-pos .flag_select option {
    color: #212121;
}
#forDomestic .search-box-body .flag_select.hide {
    display: none;
}
#forDomestic .search-box-body .select-item-list {
    float: left;
}

#forDomestic .search-box-body .select-item-list:before,
#forDomestic .search-box-body .select-item-list:after {
    content: "";
    display: table;
    width: 100%;
}

#forDomestic .search-box-body .search-option-title {
    float: left;
    width: 90px;
}

#forDomestic .search-box-body .search-option-body {
    float: left;
    width: 644px;
}

#forDomestic .search-box-body .select-item-list .search-agenda-ul {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 5px;
}

#forDomestic .search-box-body .select-item-list .title-item-select {
    font-size: 12px;
    color: #fff;
    text-align: center;
    width: 50px;
    padding: 5px 0;
    display: inline-block;
    float: left;
    background: #5e6061;
}

#forDomestic .search-box-body .select-item-list .bt-size-type02 {
    font-size: 11px;
    font-weight: normal;
    padding: 2px 4px;
    border-color: #cfd0d0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

#forDomestic .search-box-body .select-item-list input {
    vertical-align: middle;
}

#forDomestic .search-box-body .select-item-list .padding-right10px-l {
    padding-right: 5px;
}

#forDomestic .search-box-body .select-item-list .cartype-check-area-ul,
#forDomestic .search-box-body .select-item-list .toggle-radio-active {
    margin-top: 3px;
    margin-bottom: 0;
}

#forDomestic .search-box-body .select-item-list .cartype-check-area-li {
    display: block;
    float: left;
}

#forDomestic .search-box-body .select-item-list .toggle-radio-active li {
    float: left;
    margin-right: 5px;
}

#forDomestic .search-box-body .select-item-list .search-agenda-ul.last {
    margin-bottom: 0;
    padding-bottom: 0;
}

#forDomestic .search-box-body .select-item-list .search-agenda-ul.last .nyuryoku {
    margin-top: 3px;
}

#forDomestic .search-box-body .search-agenda-ul.search-option-area {
    border-bottom: none;
    border-bottom: none;
    margin-bottom: 20px;
}
#forDomestic .search-box-body .btn-content {
    padding-top: 0px;
}
#forDomestic.search-car .bt-yellow {
    color: #fff;
    width: 98px;
    height: 64px;
    margin: 0 auto;
    font-size: 17px;
    font-weight: 900;
    padding: 0;
    display: block;
    background: #FF4210 ;
    background: -webkit-linear-gradient(330deg,rgba(255, 66, 16, 1) 0%, rgba(255, 143, 0, 1) 100%);
    background: -moz-linear-gradient(330deg,rgba(255, 66, 16, 1) 0%, rgba(255, 143, 0, 1) 100%);
    background: linear-gradient(330deg,rgba(255, 66, 16, 1) 0%, rgba(255, 143, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(endColorstr="#FF8F00",GradientType=0);
}
#forDomestic.search-car .bt-yellow:hover {
    background-color: #fb8601;
}
#forDomestic .search-error .ms-error {
    position: absolute;
    top: calc(50% - 200px);
    width: 100%;
    z-index: 100;
    margin-bottom: 0;
    text-align: center;
    height: 415px;
    border: none;
    background: none;
}
#forDomestic .hidden-pc {
    display: none !important;
}
#forDomestic .search-error .ms-error div {
    text-align: left;
    background: #fff;
    max-width: 618px;
    margin: 0 auto;
    padding: 10px;
    display: table;
    width: 100%;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    position: relative;
    padding-right: 80px;
    margin-top: 7%;
}

#forDomestic .search-error .ms-error div:after {
    content: "OK";
    background: #4b74b4;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    margin: 0 auto;
    font-size: 16px;
    padding: 5px 20px;
    cursor: pointer;
    right: 10px;
    bottom: 10px;
    position: absolute;
}

#forDomestic .search-error .ms-error div table {
    color: #000;
    min-height: 80px;
}

#forDomestic .search-agenda-box {
    position: relative;
}

#forDomestic .search-box-body .d_flag_select,
#forDomestic .search-box-body .r_flag_select {
    margin-top: 5px;
    margin-bottom: 16px;
}

#forDomestic .search-box-body .margin-bottom10px {
    margin-bottom: 0;
}
#forDomestic .search-box-body .margin-top10px {
    margin-top: 8px;
}

#forDomestic .get-info-calendar,
#forDomestic .cente-modal-title,
#forDomestic .title-search,
#forDomestic .lb-sp {
    display: none;
}

#forDomestic #rentacar_calendar_Modal {
    background: #fff;
    position: fixed;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: none;
    overflow: hidden;
}
#forDomestic .td-full label,
#forDomestic .td-full label.bt-radio-area.active,
#forDomestic .td-full label.bt-check-area.active {
    border-top: 1px solid #196fb9;
    border-left: 1px solid #196fb9;
    border-right: 1px solid #196fb9;
    border-radius: 4px 4px 0 0;
}
#forDomestic .tdr-left label,
#forDomestic .tdr-left label.bt-radio-area.active,
#forDomestic .tdr-left label.bt-check-area.active,
#forDomestic .tdr-right label,
#forDomestic .tdr-right label.bt-radio-area.active,
#forDomestic .tdr-right label.bt-check-area.active {
    border: 1px solid #196fb9;
}
#forDomestic .tdr-center label,
#forDomestic .tdr-center label.bt-radio-area.active,
#forDomestic .tdr-center label.bt-check-area.active {
    border-top: 1px solid #196fb9;
    border-bottom: 1px solid #196fb9;
}

#forDomestic.search-car .label-search {
    display: block;
    width: 100%;
    text-align: left;
    background: none;
    color: #212121;
    font-size: 12px;
    line-height: 1;
    padding: 0 0 4px;
}
#forDomestic.search-car .label-search.lb-padding {
    padding-top: 10px;
}

#forDomestic.search-car .box-time {
    float: left;
    width: 120px;
    padding-right: 0px;
}
#forDomestic .search-box-body .calicon {
    width: 100%;
    margin-right: 0;
    z-index: 1;
    cursor: pointer;
}
#forDomestic .search-box-body .calicon #d_datetime,
#forDomestic .search-box-body .calicon #r_datetime {
    pointer-events: none;
}
#forDomestic .search-box-body .margin-bottom10px td.td-left,
#forDomestic td.tdr-left {
    padding-right: 4px;
}
#forDomestic .search-box-body .margin-bottom10px td.td-right,
#forDomestic td.tdr-right {
    padding-left: 4px;
}
#forDomestic .search-box-body .plce-pos.agenda-window-wrap {
    width: 100%;
}

#forDomestic .search-box-body .plce-pos > input {
    display: block;
    height: 45px;
    border: 1px solid #bcbcbc;
    padding-left: 30px;
    margin-bottom: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#forDomestic .radio-grb {
    height: 45px;
    background: #fff;
    border: 1px solid #bcbcbc;
    text-align: left;
    margin-bottom: 12px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#forDomestic .search-box-body .calicon:after {
    background: url(/images/icon_calendar.svg) no-repeat center;
    background-size: 20px;
    top: 2px;
    left: 0px;
    z-index: 10;
}

#forDomestic .search-box-body .plce-pos.agenda-window-wrap:before {
    content: "";
    background: url(/images/icon_location.svg) no-repeat;
    width: 23px;
    height: 23px;
    position: absolute;
    left: 0px;
    top: 10px;
    z-index: 10;
    display: none;
}

#forDomestic .search-box-body .plce-pos.agenda-window-wrap.no-before:before {
    display: none;
}

#forDomestic .search-error .hidetop {
    display: none;
}

#forDomestic .radio-grb label {
    padding-top: 10px;
    padding-left: 30px;
    display: inline;
    vertical-align: middle;
    position: relative;
    line-height: 3;
    width: 38%;
}
#forDomestic .radio-grb label:before {
    content: "";
    width: 15px;
    height: 15px;
    border: 2px solid #000;
    position: absolute;
    left: 7px;
    top: 9px;
    vertical-align: text-bottom;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
#forDomestic .radio-grb label:after {
    content: "";
    width: 9px;
    height: 9px;
    background: #fff;
    position: absolute;
    left: 12px;
    top: 14px;
    vertical-align: text-bottom;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
#forDomestic .radio-grb input[type="radio"]:checked + label:before,
#forDomestic input[type="checkbox"]:checked + label:before {
    border-color: #0078d7;
}

#forDomestic .radio-grb input[type="radio"]:checked + label:after,
#forDomestic input[type="checkbox"]:checked + label:after {
    background: #333;
}

#forDomestic .switchreturn-wrap {
    float: left;
}
#forDomestic .switchreturn-wrap input {
    width: 0;
    height: 0;
    opacity: 0;
}
#forDomestic .switchreturn-wrap label {
    cursor: pointer;
    position: relative;
    padding: 0 8px 0 28px;
    font-size: 15px;
    font-weight: normal;
}
#forDomestic .switchreturn-wrap label::before {
    content: '';
    border-radius: 2px;
    width: 14px;
    height: 14px;
    border: 2px solid #212121;
    position: absolute;
    left: 0;
    top: 0;
}
#forDomestic .switchreturn-wrap input[type="checkbox"]:checked + label::before {
    border: none;
    width: 18px;
    height: 18px;
    background: url(/images/icon_check.svg) no-repeat center;
    background-size: 18px;
}


#forDomestic .more-option {
    margin: 16px 8px 0;
}

#forDomestic .close_calendar {
    display: none;
}

.tab-control:before,
.tab-control:after {
    content: "";
    display: table;
    width: 100%;
}

.tab-control {
    border-bottom: 1px solid #e0e0e0;
    margin: 0 -24px;
    padding: 0 24px 1px 24px;
}

.tab-control li {
    position: relative;
    width: auto;
    float: left;
    font-size: 15px;
    line-height: 1;
    color: #000;
    font-weight: 900;
    text-align: center;
    padding: 16px 8px;
    margin-right: 8px;
    cursor: pointer;
}
.tab-control li label {
    cursor: pointer;
    font-weight: 900;
}
.tab-control li.active {
    color: #1565c0;
    cursor: default;
}
.tab-control li.active::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 3px;
    border-radius: 2px;
    background: #1565c0;;
}
.tab-control li.active label {
    cursor: default;
}
#overseas_tab {
    display: none;
}
.search-box-body .hide_tab_oversea_panel {
    border-radius: 10px;
    margin-top: 0px;
}
.search-box-body .hide_tab_oversea_form {
    margin-top: 0px;
}

.visible-sm {
    display: none;
}

#forDomestic .separator,
#forDomestic .car-date-box,
#forDomestic .icon-clock,
#forDomestic .car-pos,
#forDomestic .car-flight,
#forDomestic .car-train {
    display: none;
}

#forDomestic .search-box-body input.inputLabel {
    display: block;
    appearance: none;
    border: 1px solid #bcbcbc;
    height: 56px;
    outline: none;
    border-radius: 4px;
    font-size: 16px;
    color: #333;
    padding: 10px;
    margin: 10px 0 5px;
    width: 100%;
}
#forDomestic .search-box-body input.inputLabel.disabled {
    pointer-events: none;
}
#forDomestic .d_airport_label {}

#forDomestic .ul_list {
    overflow: auto;
}
#forDomestic .ul_list ul {
    margin-bottom: 16px;
}


#forDomestic #d_airport_list.ul_list li:first-child,
#forDomestic #r_airport_list.ul_list li:first-child {
    line-height: 32px;
    font-size: 17px;
    font-weight: 900;
    color: #333;
    display: block;
    position: relative;
    padding-left: 0;
    margin-top: 0px;
    border-bottom: 1px solid #d9d9d9;
}
/* #d_airport_list.ul_list li:first-child::before,
#forDomestic #r_airport_list.ul_list li:first-child::before {
    display: block;
    content: "";
    width: 4px;
    height: 16px;
    background: #196fb9;
    position: absolute;
    top: 8px;
    left: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
} */
#forDomestic .ul_list li span {
    display: block;
    text-decoration: none;
    color: #333;
    font-size: 15px;
    font-weight: normal;
    line-height: 1;
    padding: 16px 8px;
    border-bottom: 1px solid #d9d9d9;
    cursor: pointer;
}
#forDomestic .ul_list li span:hover {
    background: #FFFDE5;
}
#forDomestic .title-des-sp {
    margin-bottom: 8px;
    font-size: 14px;
    /* font-weight: bold; */
}
#forDomestic .group_modal li:first-child,
#forDomestic .group_modal li:first-child {
    line-height: 32px;
    font-size: 14px;
    font-weight: 700;
    color: #333;
    background: #eee;
    display: block;
    position: relative;
    padding-left: 20px;
    margin-top: 0px;
}
#forDomestic .group_modal li:first-child::before,
#forDomestic .group_modalt li:first-child::before {
    display: block;
    content: "";
    width: 4px;
    height: 16px;
    background: #196fb9;
    position: absolute;
    top: 8px;
    left: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
#forDomestic .show-hide-list-car {
    text-align: center;
}
#forDomestic .show-hide-list-car span {
    display: inline-block;
    position: relative;
}
#forDomestic .show-hide-list-car span:after {
    content: "";
}

#forDomestic .car-list-content:before,
#forDomestic .car-list-content:after {
    content: "";
    display: table;
    width: 100%;
}

#forDomestic .show-hide-car-btn {
    padding: 0px 8px 0px 24px;
    background: url(/images/ico_add.svg) no-repeat left;
    background-size: 22px;
    display: block;
    float: left;
    cursor: pointer;
    font-size: 15px;
    font-weight: normal;
}

#forDomestic .show-hide-car {
    margin-left: -6px;
    margin-right: -6px;
}
#forDomestic .show-hide-car ul.ul-list-car li {
    width: 12.5%;
    float: left;
    padding: 12px 6px 0;
    text-align: center;
    position: relative;
}
#forDomestic .show-hide-car ul.ul-list-car li input {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 10;
}

#forDomestic .show-hide-car ul.ul-list-car li input#cartype08 {
    bottom: -1px;
}
#forDomestic .show-hide-car ul.ul-list-car li label {
    display: block;
    background: #848484;
    padding: 10px;
    height: 115px;
    cursor: pointer;
    position: relative;
    border-radius: 9px;
}
#forDomestic .show-hide-car ul.ul-list-car li label .car-name {
    line-height: 1;
    height: 30px;
    margin-bottom: 5px;
    display: block;
    font-size: 12px;
    color: #fff;
}
#forDomestic .show-hide-car ul.ul-list-car li label .car-img {
    display: table;
    height: 35px;
    margin: 0 auto;
    vertical-align: middle;
}
#forDomestic .show-hide-car ul.ul-list-car li label .car-img svg {
    fill: #fff;
}
#forDomestic .show-hide-car ul.ul-list-car li label .car-img.car1 svg {
    width: 52px;
    height: 22px;
}
#forDomestic .show-hide-car ul.ul-list-car li label .car-img.car2 svg {
    width: 45px;
    height: 28px;
}
#forDomestic .show-hide-car ul.ul-list-car li label .car-img.car3 svg {
    width: 69px;
    height: 26px;
}
#forDomestic .show-hide-car ul.ul-list-car li label .car-img.car4 svg {
    width: 45px;
    height: 26px;
}
#forDomestic .show-hide-car ul.ul-list-car li label .car-img.car5 svg {
    width: 51px;
    height: 35px;
}
#forDomestic .show-hide-car ul.ul-list-car li label .car-img.car6 svg {
    width: 51px;
    height: 23px;
}
#forDomestic .show-hide-car ul.ul-list-car li label .car-img.car7 svg {
    width: 45px;
    height: 24px;
}
#forDomestic .show-hide-car ul.ul-list-car li label .car-img.car8 {
    height: 95px;
}
#forDomestic .show-hide-car ul.ul-list-car li label .car-img .table-cel {
    width: 0;
    height: 35px;
    display: table-cell;
}
#forDomestic .show-hide-car ul.ul-list-car li label .car-img .table-cel2 {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
}
#forDomestic .show-hide-car ul.ul-list-car li label .car-img img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
#forDomestic .show-hide-car ul.ul-list-car li label .car-seat {
    display: block;
    padding-top: 10px;
    font-size: 10px;
    color: #fff;
}

#forDomestic .show-hide-car ul.ul-list-car li input[type="checkbox"]:checked + label {
    background: #196fb9;
}
#forDomestic .show-hide-car ul.ul-list-car li .car-price-hire {
    font-size: 16px;
    font-weight: 900;
    padding-top: 8px;
    display: block;
}
#forDomestic .relative {
    position: relative;
}

#forDomestic .car-sub-title {
    color: #212121;
    padding-top: 16px;
    font-size: 16px;
    font-weight: 900;
    padding-left: 6px;
}

#forDomestic .package-selection {
    padding: 30px 6px 0;
}
#forDomestic .package-selection li {
    padding-bottom: 22px;
    font-size: 0;
}
#forDomestic .package-selection .label-title {
    color: #212121;
    display: inline-block;
    font-size: 16px;
    font-weight: 900;
    width: 10%;
}
#forDomestic .package-selection .grp-radio {
    display: inline-block;
    font-size: 14px;
    position: relative;
}
#forDomestic .package-selection .grp-radio input {
    opacity: 0;
    position: absolute;
}
#forDomestic .package-selection .grp-radio label {
    display: block;
    text-align: center;
    background: #8d8d8d;
    margin-left: 12px;
    padding: 6px;
    cursor: pointer;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    color: #fff;
}
#forDomestic .package-selection .grp-radio label img {
    width: 26px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px;
}
#forDomestic .package-selection input[type="radio"]:checked + label {
    background: #196fb9;
}
#forDomestic .package-selection .cigarettes img,
#forDomestic .package-selection .unspecified img {
    position: relative;
    top: 2px;
}
#forDomestic .package-selection .grp-radio {
    display: inline-block;
    font-size: 14px;
    position: relative;
    width: 30%;
}
#forDomestic .switch_tab {
    color: #196fb9;
    text-align: right;
    padding-right: 15px;
    background: transparent;
    text-decoration: underline;
}

#forDomestic .switch_tab img {
    vertical-align: middle;
}

#forDomestic .switch_tab {
    display: none;
}


#forDomestic .show-hide-car {
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    position: fixed;
    margin-left: 0;
    margin-right: 0;
}
#forDomestic .bg-show-hide-car {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
}
#forDomestic .car-content-body {
    top: 50%;
    left: 50%;
    width: 860px;
    margin-top: -187px;
    margin-left: -430px;
    position: absolute;
    background: #fff;
    border-radius: 6px;
    padding-left: 15px;
    padding-right: 15px;
}
#forDomestic .close-car {
    width: 30px;
    height: 30px;
    float: right;
    cursor: pointer;
    margin-top: 12px;
    margin-right: 1px;
    border-radius: 50%;
    background: #fff url("/images/icon_close.svg");
}
#forDomestic .show-hide-car ul.ul-list-car li label .car-name {
    height: 23px;
}
#forDomestic .show-hide-car ul.ul-list-car li label {
    height: 105px;
}
#forDomestic .show-hide-car ul.ul-list-car li:nth-child(5) label .car-seat {
    padding-top: 5px;
}

#forDomestic .btn-selected-car {
    opacity: 0.5;
    width: 220px;
    font-size: 16px;
    padding: 11px 0;
    text-align: center;
    border-radius: 6px;
    pointer-events: none;
    background: #fb6901;
    margin: 10px auto 25px;
    border: 1px solid #fb6901;
    color: #fff;
}
#forDomestic .btn-selected-car.active {
    opacity: 1;
    cursor: pointer;
    pointer-events: auto;
}

#forDomestic .overflow-height {
    max-height: 450px;
    overflow-y: auto;
}
#forDomestic .overflow-height::-webkit-scrollbar {
    width: 4px;
    border-radius: 10px;
    background-color: transparent;
}

#forDomestic .overflow-height::-webkit-scrollbar-thumb {
    background-color:#bcbcbc;
    border-radius: 10px;
}
#forDomestic .overflow-width::-webkit-scrollbar {
    height: 0px;
    border-radius: 0px;
    background-color: transparent;
}

#forDomestic .overflow-width::-webkit-scrollbar-thumb {
    background-color:#bcbcbc;
    border-radius: 0px;
}
#forDomestic .d_returnIpSuggess,
#forDomestic .c_returnIpSuggess {
    position: absolute;
}
#forDomestic .d_return-select,
#forDomestic .c_return-select,
#forDomestic .d_return-freesearch,
#forDomestic .c_return-freesearch {
    width: 576px;
    background: #fff;
    border: none;
    border-radius: 8px;
    position: absolute;
    z-index: 1000;
    top: 68px;
    left: 0px;
    padding: 16px;
    color: #212121;
    display: none;
    -webkit-box-shadow: 0px 4px 16px 0px rgb(0 0 0 / 16%);
    -moz-box-shadow: 0px 4px 16px 0px rgb(0 0 0 / 16%);
    box-shadow: 0px 4px 16px 0px rgb(0 0 0 / 16%);
}

#forDomestic .history-search,
#forDomestic .popular-station {
    padding-bottom: 8px;
}
#forDomestic .history-search {
    border-bottom: 1px solid #e0e0e0;
    margin-left: -16px;
    margin-right: -16px;
    padding: 0 16px 8px;
}
#forDomestic .popular-station {
    margin-bottom: 8px;
}
#forDomestic .delete-history {
    float: right;
    color: #0055CC;
    cursor: pointer;
    font-weight: normal;
}
#forDomestic .list-label {
    font-size: 15px;
    font-weight: 900;
    margin: 0 0 8px;
}
#forDomestic .suggess-items li {
    display: block;
    margin: 0 8px 8px 0;
    float: left;
    cursor: pointer;
}
#forDomestic .suggess-items li a {
    display: block;
    font-size: 13px;
    font-weight: normal;
    padding: 6px 12px;
    background: #f5f5f5;
    border-radius: 4px;
}
#forDomestic .bt-radio-area-wrap {
    margin: 0 -16px 16px;
    width: auto !important;
    border-bottom: 1px solid #e0e0e0;
    padding: 8px 16px 0;
}
#forDomestic .bt-radio-area-wrap .tabswrap {
    display:flex;
    gap: 8px
}
#forDomestic .search-box-body .plce-pos label.bt-radio-area {
    position: relative;
    font-size: 15px;
    font-weight: 900;
    line-height: 1;
    padding: 16px 12px;
    background: transparent;
}
#forDomestic .search-box-body .plce-pos label.bt-radio-area.active::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 3px;
    background: #1565c0;
    border-radius: 2px;
    bottom: 1px;
    left: 0;
}
#forDomestic .search-box-body .d_returnIpSuggess .bt-radio-area.active,
#forDomestic .search-box-body .d_returnIpSuggess .bt-check-area.active,
#forDomestic .search-box-body .c_returnIpSuggess .bt-radio-area.active,
#forDomestic .search-box-body .c_returnIpSuggess .bt-check-area.active {
    background: #fff;
    color: #1565c0;
    border: none;
}
#forDomestic .d_return-freesearch ul,
#forDomestic .c_return-freesearch ul {
    margin-left: -16px;
    margin-right: -16px;
}
#forDomestic .d_return-freesearch li,
#forDomestic .c_return-freesearch li {
    list-style: none;
    padding: 16px;
    font-size: 12px;
    color: #666;
    line-height: 1;
    font-weight: normal;
    border-bottom: 1px solid #e0e0e0;
    cursor: pointer;
}
#forDomestic .d_return-freesearch li:hover,
#forDomestic .c_return-freesearch li:hover {
    background: #FFFDE5;
}
#forDomestic .d_return-freesearch p.note,
#forDomestic .c_return-freesearch p.note {
    font-size: 15px;
    padding: 16px 0;
    font-weight: normal;
    text-align: left;
    display: none;
}
#forDomestic .d_return-freesearch li span,
#forDomestic .c_return-freesearch li span {
    color: #212121;
    font-size: 14px;
    font-weight: 700;
    display: block;
    margin-bottom: 6px;
}
#forDomestic .d_return-freesearch li.airport-ico,
#forDomestic .d_return-freesearch li.shinkansen-ico,
#forDomestic .d_return-freesearch li.prefecture-ico,
#forDomestic .d_return-freesearch li.station-ico,
#forDomestic .c_return-freesearch li.airport-ico,
#forDomestic .c_return-freesearch li.shinkansen-ico,
#forDomestic .c_return-freesearch li.prefecture-ico,
#forDomestic .c_return-freesearch li.station-ico {
    padding-left: 42px;
}
#forDomestic .d_return-freesearch li.airport-ico,
#forDomestic .c_return-freesearch li.airport-ico {
    background: url(/images/svgico_type_1.svg) no-repeat;
    background-position: 16px 14px;
    background-size: 18px;
}
#forDomestic .d_return-freesearch li.shinkansen-ico,
#forDomestic .c_return-freesearch li.shinkansen-ico {
    background: url(/images/svgico_type_2.svg) no-repeat;
    background-position: 16px 14px;
    background-size: 18px;
}
#forDomestic .d_return-freesearch li.prefecture-ico,
#forDomestic .c_return-freesearch li.prefecture-ico {
    background: url(/images/svgico_type_3.svg) no-repeat;
    background-position: 16px 14px;
    background-size: 18px;
}
#forDomestic .d_return-freesearch li.station-ico,
#forDomestic .c_return-freesearch li.station-ico {
    background: url(/images/svgico_type_4.svg?20251114) no-repeat;
    background-position: 16px 14px;
    background-size: 18px;
}
/* Oversea css */
.rentalcars-com {
    font-size: 13px;
    color: #616161;
    font-weight: normal;
    text-align: center;
    margin-top: 8px;
}
.return-note {
    text-align: right;
    font-size: 12px;
    color: #212121;
    margin-top: 8px;
}
#forDomestic .search-box-body #overseas_tab .search-agenda {
    padding-bottom: 0;
}
#forDomestic .search-box-body #overseas_tab .search-agenda-ul {
    width: 50%;
    float: left;
    border: none;
    padding-top: 0;
    padding-bottom: 16px;
}
#forDomestic.search-car #overseas_tab .label-search {
    font-size: 14px;
    padding-bottom: 8px;
}
#forDomestic.search-car #overseas_tab .btn-content {
    clear: both;
    margin-top: 8px;
}
#forDomestic.search-car #overseas_tab .bt-yellow {
    width: 320px;
    height: 54px;
}
#forDomestic .search-box-body #overseas_tab .search-agenda-ul li.koumoku .borderAll {
    border: 1px solid #bdbdbd;
    padding: 9px 8px;
    border-radius: 4px;
    overflow: hidden;
}
#forDomestic.search-car #overseas_tab .box-time {
    width: 68%;
    margin-right: 8px;
}
#forDomestic .search-box-body #overseas_tab .ul-time {
    width: calc(32% - 8px);
}
#forDomestic .search-box-body #overseas_tab .ul-time::after {
    right: 12px;
    top: 21px;
}
#forDomestic .search-box-body #overseas_tab .ul-time select {
    width: 98%;
    padding: 0;
    color: #212121;
}
#forDomestic .search-box-body #overseas_tab .calicon .datepicker {
    padding-left: 32px;
}
#forDomestic .search-box-body #overseas_tab .calicon .datepicker {
    opacity: 1;
}
#forDomestic .search-box-body #overseas_tab .ul-time:before {
    display: none;
}
#forDomestic #overseas_tab .radio-grb label {
    padding-top: 0px;
    line-height: 43px;
    cursor: pointer;
}
#forDomestic #overseas_tab .radio-grb label:before {
    top: 2px;
}
#forDomestic #overseas_tab .radio-grb label:after {
    top: 7px;
}
.visible-xs {
    display: none;
}
.hidden-xs {
    display: block;
}

@media screen and (max-width: 768px) {
    .visible-xs {
        display: block;
    }
    .hidden-xs {
        display: none;
    }
    .main-visual {
        background: url(/images/bgsp_seach.png?20251210) no-repeat center top transparent;
        background-size: 100% 240px;
        position: relative;
        height: auto;
        padding: 0;
        margin-bottom: 24px;
    }
    .main-visual .main-visual-wrap {
        -webkit-box-shadow: 0px 4px 8px 0px rgb(0 0 0 / 16%);
        -moz-box-shadow: 0px 4px 8px 0px rgb(0 0 0 / 16%);
        box-shadow: 0px 4px 8px 0px rgb(0 0 0 / 16%);
    }
    .main-visual .promotion {
        width: 100%;
        margin: 56px 12px 16px;
        font-size: 19px;
    }
    .main-visual .main-visual-wrap {
        width: auto;
        max-width: 100%;
        margin: 0 12px;
        height: auto;
        padding: 6px 12px 16px 12px;
    }
    .tab-control {
        border-bottom: 1px solid #e0e0e0;
        margin: 0 -12px;
        padding: 0 12px 1px 12px;
    }
    #forDomestic .search-box-body .search-agenda {
        padding-top: 16px;
        padding-bottom: 0;
    }
    #forDomestic .calendar-search-content {
        flex-direction: column;
    }
    #forDomestic .search-box-body .defaultReturnInput.search-agenda-ul.no-cusReturn,
    #forDomestic .search-box-body .defaultReturnInput.search-agenda-ul,
    #forDomestic .search-box-body .cusReturnInput.search-agenda-ul,
    #forDomestic .search-box-body #depDT.search-agenda-ul,
    #forDomestic .search-box-body #returnDT.search-agenda-ul,
    .searchModuleInclude #forDomestic .search-box-body .defaultReturnInput.search-agenda-ul.no-cusReturn,
    .searchModuleInclude #forDomestic .search-box-body #depDT.search-agenda-ul,
    .searchModuleInclude #forDomestic .search-box-body #returnDT.search-agenda-ul,
    .searchModuleInclude #forDomestic .search-box-body .defaultReturnInput.search-agenda-ul, 
    .searchModuleInclude #forDomestic .search-box-body .cusReturnInput.search-agenda-ul {
        width: 100%;
        flex-basis: auto;
    }
    #forDomestic.search-car .bt-yellow {
        width: 100%;
        height: 48px;
        font-size: 16px;
    }
    #forDomestic .switchreturn-wrap {
        float: none;
        margin: 4px 8px;
    }
    #forDomestic .switchreturn-wrap label {
        font-size: 14px;
    }
    #forDomestic.search-car .label-search {
        padding: 0 0 2px 32px;
        position: absolute;
    }
    #forDomestic .search-box-body .search-agenda-ul {
        padding: 8px 12px;
        height: 54px;
    }
    #forDomestic .search-box-body .search-agenda-li.keyword-input {
        background: url(/images/icon_location.svg) no-repeat;
        background-size: 22px;
        background-position: left 8px;
    }
    #forDomestic .search-box-body .calicon {
        height: 36px;
    }
    #forDomestic .search-box-body .calicon #d_datetime,
    #forDomestic .search-box-body .calicon #r_datetime {
        pointer-events: visible;
        position: absolute;
        top: 0;
        height: 36px;
        z-index: 10;
    }
    #forDomestic .search-box-body .search-agenda-li.keyword-input input {
        padding-left: 32px;
        pointer-events: none;
        margin-top: 14px;
    }
    #forDomestic .search-box-body .calicon:after {
        background: url(/images/icon_calendar.svg) no-repeat center;
        background-size: 22px;
        top: 6px;
        left: 0px;
        z-index: 1;
    }
    #forDomestic span.d_datetime_view, #forDomestic span.r_datetime_view {
        left: 32px;
        top: 16px;
    }
    #forDomestic .search-box-body .ul-time {
        margin-top: 14px;
        margin-left: 10px;
    }
    #forDomestic .search-box-body .ul-time:before {
        left: -1px;
        top: 6px;
    }
    #forDomestic .search-box-body .btn-content {
        padding-top: 8px;
    }
    #forDomestic .more-option {
        margin: 0;
    }
    .ui_modal_style .search-input-container {
        width: 100%;
        top: 0;
        left: 0;
        position: fixed;
        padding: 12px;
        display: inline-block;
        background: #fff;
        z-index: 10;
        border-bottom: 1px solid #D9D9D9;
    }
    .ui_modal_style .search-input-container .title {
        position: static;
        width: 24px;
        float: left;
        background: transparent;
        padding: 15px 0;
    }
    .ui_modal_style .search-input-container .close {
        margin-top: 0;
        float: none;
        color: #fff;
        opacity: 1;
        padding: 0;
        cursor: pointer;
        background: 0 0;
        border: 0;
        -webkit-appearance: none;
        outline: none;
    }
    .ui_modal_style .search-input-container .search-input {
        position: relative;
        float: right;
        width: 91%;
        background: #fff;
        padding: 0;
    }
    .ui_modal_style .search-input-container .search-input img {
        position: absolute;
        right: 8px;
        top: 18px;
        vertical-align: middle;
    }
    .ui_modal_style .search-input-container .search-input.keyword-input input {
        background: #fff;
        font-size: 16px !important;
        line-height: 56px !important;
        border-radius: 4px !important;
        border: 1px solid #bdbdbd;
        padding-left: 12px !important;
        height: 56px !important;
        width: 100% !important;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        outline: none;
    }
    .ui_modal_style .search-input-container .search-input.keyword-input input:focus {
        background: #FFFDE5 !important;
    }

    #forDomestic .d_returnIpSuggess.ui_modal_style,
    #forDomestic .c_returnIpSuggess.ui_modal_style {
        background: #fff;
        position: fixed;
        width: 100%;
        min-height: 100vh;
        height: -moz-available;
        height: -webkit-fill-available;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 10;
        display: none;
        overflow: hidden
    }
    #forDomestic .d_returnIpSuggess.ui_modal_style .d_return-select, 
    #forDomestic .c_returnIpSuggess.ui_modal_style .c_return-select, 
    #forDomestic .d_returnIpSuggess.ui_modal_style .d_return-freesearch, 
    #forDomestic .c_returnIpSuggess.ui_modal_style .c_return-freesearch {
        box-shadow: none;
        width: 100%;
        height: 100%;
        max-height: 100%;
        overflow-y: scroll;
        position: fixed;
        top: 84px;
        left: 0;
        padding: 12px;
        border-radius: 0;
    }
    #forDomestic .d_returnIpSuggess.ui_modal_style .d_return-select, 
    #forDomestic .c_returnIpSuggess.ui_modal_style .c_return-select {
        z-index: 100;
    }
    #forDomestic .d_returnIpSuggess.ui_modal_style .d_return-freesearch, 
    #forDomestic .c_returnIpSuggess.ui_modal_style .c_return-freesearch {
        z-index: 120;
    }
    #forDomestic .history-search,
    #forDomestic .bt-radio-area-wrap {
        margin-left: -12px;
        margin-right: -12px;
        padding: 0 12px 8px;
    }
    #forDomestic .bt-radio-area-wrap {
        display: block;
        overflow-x: auto;
        padding-bottom: 0;
    }
    #forDomestic .bt-radio-area-wrap .tabswrap {
        display: flex;
        flex-wrap: nowrap;
        gap: 8px;
        width: auto;
    }
    #forDomestic .bt-radio-area-wrap .tabswrap div {
        white-space: nowrap;
    }
    #forDomestic .history-search {
        border-bottom: 12px solid #ECEFF1;
    }
    #forDomestic #d_airport_list.ul_list li:first-child,
    #forDomestic #r_airport_list.ul_list li:first-child {
        font-size: 16px;
    }
    #forDomestic .list-label,
    #forDomestic .ul_list li span,
    #forDomestic .search-box-body .plce-pos label.bt-radio-area {
        font-size: 14px;
    }
    #forDomestic .search-box-body .plce-pos label.bt-radio-area {
        padding: 16px 8px;
    }
    #forDomestic .delete-history,
    #forDomestic .suggess-items li a {
        font-size: 12px;
    }

    /* oversea */
    #forDomestic .search-box-body #overseas_tab .search-agenda-ul {
        width: 100%;
        float: none;
        padding: 0;
        overflow: hidden;
        height: auto;
    }
    #forDomestic .search-box-body #overseas_tab .ul-time {
        margin: initial;
    }
    #forDomestic .search-box-body #overseas_tab .search-agenda-ul.agenda2 {
        margin-top: 16px;
    }
    #forDomestic .search-box-body #overseas_tab .search-agenda-ul .contentwrap {
        overflow: hidden;
    }
    #forDomestic.search-car #overseas_tab .label-search {
        padding-left: 0;
        font-weight: normal;
        position: relative;
    }
    #forDomestic .search-box-body #overseas_tab .calicon:after {
        top: 2px;
    }
    #forDomestic .search-box-body #overseas_tab .search-agenda-ul li.koumoku .borderAll {
        height: 48px;
    }
    #forDomestic #overseas_tab .get-info-calendar {
        display: block;
        position: absolute;
        height: 24px;
        width: 86%;
        left: 30px;
        top: 3px;
        z-index: 10;
    }
    #forDomestic #overseas_tab #oversea_d_datetime,
    #forDomestic #overseas_tab #oversea_r_datetime {
        color: transparent;
        font-size: 0;
        pointer-events: none;
        opacity: 0;
    }
    /* #forDomestic #overseas_tab .get-info-calendar em {
        display: none;
        color: transparent;
        font-size: 0;
    } */
    #forDomestic #overseas_tab .radio-grb {
        height: 48px;
        margin-bottom: 8px;
    }
    #forDomestic #overseas_tab .radio-grb label {
        font-size: 12px;
        font-weight: normal;
        line-height: 48px;
    }
    #forDomestic.search-car #overseas_tab .bt-yellow {
        width: 100%;
    }
    #forDomestic #overseas_tab .radio-grb label:after {
        top: 3px;
    }
    #forDomestic #overseas_tab .radio-grb label:before {
        top: -2px;
    }

    /* Searchbox style modal */
    .searchModuleInclude.spmode {
        display: none;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 16px 12px;
        z-index: 120;
        background: #fff;
    }
    
    .searchModuleInclude.spmode .main-visual-wrap,
    .searchModuleInclude.spmode .searchModule,
    .searchModuleInclude.spmode #forDomestic .calendar-search-content,
    .searchModuleInclude.spmode #forDomestic.search-car,
    .searchModuleInclude.spmode #forDomestic .search-box-body,
    .searchModuleInclude.spmode #forDomestic .search-box-body .search-agenda-wrap,
    .searchModuleInclude.spmode #forDomestic .search-box-body .search-agenda,
    .searchModuleInclude.spmode #forDomestic .search-agenda-box {
        height: 100%;
    }
    .searchModuleInclude.spmode #forDomestic .search-box-body .btn-content {
        position: fixed;
        bottom: 16px;
        left: 0;
        width: 100%;
        margin: 0;
        border-top: 1px solid #e0e0e0;
        padding: 16px 12px 0;
        right: 0;
    }
    .searchModuleInclude.spmode #forDomestic.search-car .bt-yellow {
        background: #FF4210 ;
        background: -webkit-linear-gradient(330deg,rgba(255, 66, 16, 1) 0%, rgba(255, 143, 0, 1) 100%);
        background: -moz-linear-gradient(330deg,rgba(255, 66, 16, 1) 0%, rgba(255, 143, 0, 1) 100%);
        background: linear-gradient(330deg,rgba(255, 66, 16, 1) 0%, rgba(255, 143, 0, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(endColorstr="#FF8F00",GradientType=0);
    }

}

/* Calendar SP daterankpicker.css */
#rentacar_calendar_Modal .cente-modal-title {
    display: block;
    font-size: 23px;
    line-height: 1;
    font-weight: bold;
    padding: 18px 12px;
    border-bottom: 1px solid #e0e0e0;
}
#rentacar_calendar_Modal .cente-modal-title .airtrip-close-modal {
    display: block;
    float: right;
}
#rentacar_calendar_Modal .pickers {
    padding-bottom: 150px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    width: 100%;
    top: 72px;
    right: 0;
    bottom: 0;
    left: 0;}
#rentacar_calendar_Modal .drp-calendar {
    margin: 0 auto;
    max-width: 375px;
    text-align: center;}
#rentacar_calendar_Modal .drp-calendar h4.month {
    font-size: 19px;
    background: #fff;
    margin-bottom: 5px;
    font-weight: bold;
    color: #212121;
    text-align: left;
    max-width: 375px;
    margin: 0 auto;
    padding-left: 12px;
}
#rentacar_calendar_Modal .table-condensed {
    width: 100%;
    margin: 0 0 24px 0;
    border-spacing: 8px;
    border-collapse: separate;
}

#rentacar_calendar_Modal .table-condensed th,
#rentacar_calendar_Modal .table-condensed td {
    text-align: center;
    vertical-align: middle;
    min-width: 32px;
    width: 32px;
    height: 24px;
    padding: 10px 0;
    line-height: 24px;
    font-size: 14px;
    font-weight: bold;
    color: #212121;
    white-space: nowrap;
    cursor: pointer;
    border-radius: 4px;
}
#rentacar_calendar_Modal .table-condensed th {
    font-size: 12px;
    background: #fff;
    padding: 2px 0;
}
#rentacar_calendar_Modal .table-condensed td.disabled {
    background: #fff;
    opacity: .4;
}
#rentacar_calendar_Modal .table-condensed td.saturday,
#rentacar_calendar_Modal .table-condensed th:last-child {
    color: #1565C0;
}
#rentacar_calendar_Modal .table-condensed td.sunday,
#rentacar_calendar_Modal .table-condensed td.date-holiday,
#rentacar_calendar_Modal .table-condensed th:first-child {
    color: #d50000;
}
#rentacar_calendar_Modal .table-condensed td.in-range {
    background-color: #E3F2FD;
}
#rentacar_calendar_Modal .table-condensed td.start.in-range,
#rentacar_calendar_Modal .table-condensed td.end.in-range {
    background: #1565C0;
    color: #fff;
}
#rentacar_calendar_Modal .drp-buttons {
    border-top: 1px solid #e0e0e0;
    position: fixed;
    text-align: center;
    background-color: #fff;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 16px 12px 16px 12px;
}
#rentacar_calendar_Modal .isDisabled {
    background: #f5f5f5;
    opacity: .6;
    pointer-events: none;
    cursor: default;
}
#rentacar_calendar_Modal .list-date {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
#rentacar_calendar_Modal .list-date li {
    text-align: left;
    font-size: 12px;
}
#rentacar_calendar_Modal .list-date li:last-child {
    text-align: right;
}
#rentacar_calendar_Modal .list-date li .date {
    display: block;
    margin-top: 2px;
    font-size: 0;
    color: #fff;
}
#rentacar_calendar_Modal .list-date li .time {
    color: #212121;
    font-size: 16px;
    font-weight: bold;}
#rentacar_calendar_Modal .list-date li.separator {
    display: none;
    width: 50px;
    text-align: center;
    font-size: 0;
}
#rentacar_calendar_Modal button.applyBtn {
    display: block;
    margin: 10px auto 0;
    padding: 4px 8px;
    width: 100%;
    height: 48px;
    border-radius: 4px;
    border: none;
    outline: none;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: #1565C0;
}
#rentacar_calendar_Modal button.applyBtn.isdisable {
    cursor: default;
    pointer-events: none;
    background: #ccc;
}

.search-error.loading_overlay .ms-error {
    display: block;
    position: absolute;
    top: 50%;
    width: 50%;
    left: 50%;
    margin-left: -25%;
}