.hidden {
    display:none;
}
.location_title {
    padding: 0 3%;
    line-height:1.0;
    margin-top: 20px;
}
.filter_tab_wrap {
    display: flex;
    flex-wrap: wrap;
    padding: 1% 3%;
  }
  .filter-tab {
    color: White;
    background: LightGray;
    font-weight: bold;
    text-shadow: 0 -1px 0 rgba(0,0,0,.2);
    white-space: nowrap;
    text-align: center;
    order: -1;
    position: relative;
    z-index: 1;
    cursor: pointer;
    border-radius: 5px;
    width: 14%;
    line-height:1.8;
    margin-bottom: 10px;
  }
  .filter-tab:after{
    display:none;
    content: "";
    position: absolute;
    right: 0;
    bottom: -9px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: lightgray transparent transparent transparent;
    border-width: 10px 10px 0 10px;
  }
  .filter-tab:not(:last-of-type) {
    margin-right: 5px;
  }
  .tab-content {
    width: 100%;
    height: auto;
    overflow: auto;
    opacity: 1;
    transition: .5s opacity;
  }
  /* アクティブなタブ */
  .tab-switch:checked+.filter-tab {
    background: DeepSkyBlue;
  }
  .tab-switch:checked+.filter-tab:after {
    border-color: DeepSkyBlue transparent transparent transparent;
    display:block;
  }
  /* ラジオボタン非表示 */
  .tab-switch {
    display: none;
  }

  /* アクティブなタブ */
  .tab-switch2:checked+.filter-tab {
    background: DeepSkyBlue;
  }
  .tab-switch2:checked+.filter-tab:after {
    border-color: DeepSkyBlue transparent transparent transparent;
    display:block;
  }
  /* ラジオボタン非表示 */
  .tab-switch2 {
    display: none;
  }

  .filter-tab_r {
    color: White;
    background: LightGray;
    font-weight: bold;
    text-shadow: 0 -1px 0 rgba(0,0,0,.2);
    white-space: nowrap;
    text-align: center;
    order: -1;
    position: relative;
    z-index: 1;
    cursor: pointer;
    border-radius: 5px;
    width: 14%;
    line-height:1.8;
    margin-bottom: 10px;
  }
  .filter-tab_r:after{
    display:none;
    content: "";
    position: absolute;
    right: 0;
    bottom: -9px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: lightgray transparent transparent transparent;
    border-width: 10px 10px 0 10px;
  }
  .filter-tab_r:not(:last-of-type) {
    margin-right: 5px;
  }
  .tab-content {
    width: 100%;
    height: auto;
    overflow: auto;
    opacity: 1;
    transition: .5s opacity;
  }
  /* アクティブなタブ */
  .tab-switch_r:checked+.filter-tab_r {
    background: DeepSkyBlue;
  }
  .tab-switch_r:checked+.filter-tab_r:after {
    border-color: DeepSkyBlue transparent transparent transparent;
    display:block;
  }
  /* ラジオボタン非表示 */
  .tab-switch_r {
    display: none;
  }
  /* アクティブなタブ */
  .tab-switch_r2:checked+.filter-tab_r {
    background: DeepSkyBlue;
  }
  .tab-switch_r2:checked+.filter-tab_r:after {
    border-color: DeepSkyBlue transparent transparent transparent;
    display:block;
  }
  /* ラジオボタン非表示 */
  .tab-switch_r2 {
    display: none;
  }

@media screen and (min-width:769px) {
    .class_wrapper {
        margin-top:80px;
    }
    .form-content {
        display: flex;
        flex-direction: column;
        background-color: rgba(255,250,250,.8);
        border-radius: 5px;
        padding: 1% 3%;
    }
    .location-wrapper {
        display: flex;
        justify-content: space-between;
    }
    .form_location,.form_pickup,.form_dropoff,.form_vehicle,.form_shop {
        background-color: rgba(255, 250, 250, 0.1);
        border: none;
        width: 100%;
        margin: 0 auto;
        font-size: 18px;
        /*font-size: clamp(5px,1.5vw,18px);*/
        text-align: center;
        border: 1px solid #a6a6a6;
        padding:15px 0;
    }
    .form_location option:nth-child(n),.form_vehicle option:nth-child(n) {
        background-color: rgba(255, 250, 250, 0.8);
    }
    .form-content .ui-datepicker-trigger {
        width: 30px;
        height: 30px;
        margin: 0 !important;
    }
    .pick_to_drop {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .pd_timeAndDate {
        display: flex;
        width:100%;
    }
    .pd_wrapper {
        width: 100%;
    }
    /*.pd_wrapper #pick_time,.pd_wrapper #drop_time{
        font-size: 18px;
        padding: 15px 0;
        width:100%;
        border: 1px solid #a6a6a6;
        text-align:center;
    }*/
    .dropoff_caution {
        font-size: 16px;
        color: red;
    }
    .select_caution {
        font-size: 16px;
        color: red;
        font-weight: 700;
    }
    .select_caution2 {
        font-size: 16px;
        color: red;
        font-weight: 700;
    }
    .Simulate .Btn_Simulator_flexView {
        padding: 1.5% 0;
        width: 80%;
        margin: 15px auto;
        cursor: pointer;
    }
    .Simulate .Btn_Simulator_flexView:hover {
        opacity: 0.7;
    }

    .simulater_bookingRequest {
        margin: 3%;
    }
    .simulater_bookingRequest_inner {
        display: flex;
        justify-content: space-between;
    }
    .request-content {
        width: 30%;
        text-align: left;
        font-size: clamp(5px,1.67vw,20px) !important;
        display: flex;
        flex-direction: column;
    }
    .Schedule.request-content {
        width: 40%;
    }
    .request-content .pick_to_drop {
        border: 1px solid #ccc;
    }
    .request-content .pick_to_drop h5 {
        font-size: clamp(5px,1.5vw,18px);
    }
    .request-content input {
        border: none;
        font-size: 1em;
        padding: .5em;
        width: 100%;
    }
    .request_location,.request_shop,.pick_to_drop,.request_vehicle {
        font-size: clamp(5px,1.7vw,20.4px) !important;
        height: 50%;
    }
    .readonly {
        width: clamp(5px,1.5vw,18px) !important;
        padding: 0 !important;
        text-align: center;
    }
    .request-content .ui-datepicker-trigger {
        width: clamp(5px,2.66vw,32px);
        height: clamp(5px,2.66vw,32px);
        margin: 0 !important;
    }
    .Request .Btn_Simulator_flexView {
        padding: 1.5% 0;
        width: 40%;
        margin: 6% auto;
        display: block;
    }
    .Request .Btn_Simulator_flexView:hover {
        opacity: 0.7;
    }
    .Request .Btn_Simulator_flexView p {
        margin-bottom: 0;
        cursor : pointer;
    }
}
@media screen and (max-width:768px) {
    .filter-tab_r {
        width: 30%;
        padding: 8px;
    }
    .filter-tab {
        width: 30%;
        padding: 8px;
      }
    .filter_tab_wrap {
        margin:0;
      }
    .form-content {
        display: flex;
        flex-direction: column;
        margin: 1% 0 0;
        background-color: rgba(255,250,250,.9);
        border-radius: 3px;
        padding: 1% 3%;
    }
    .location-wrapper {
        display: flex;
        justify-content: space-between;
    }
    .form_location,.form_pickup,.form_dropoff,.form_vehicle,.form_shop {
        background-color: rgba(255,250,250,.1);
        border: none;
        width: 100%;
        margin: 0 auto;
        font-size: 4vw;
        text-align: center;
        border: 1px solid #a6a6a6;
        padding:15px 0;
    }
    .form_pickup,.form_dropoff {
        font-size: 4vw;
    }
    .form_location option:nth-child(n),.form_vehicle option:nth-child(n) {
        background-color: rgba(255, 250, 250, 0.8);
        font-size: 4vw;
    }
    .form-content .ui-datepicker-trigger {
        width: 8vw;
        height: 8vw;
        margin: 0 !important;
    }
    .pick_to_drop {
        display: flex;
        justify-content: space-between;
    }
    .pd_wrapper {
        width: 100%;
    }
    #pick_time{
        padding: 15px 0;
    }
    .dropoff_caution {
        font-size: 3.8vw;
        color: red;
    }
    .select_caution {
        font-size: 3.8vw;
        color: red;
        font-weight: 700;
    }
    .Simulate .Btn_Simulator_flexView {
        padding: 4% 0;
    }
    .request-content {
        display: flex;
        flex-direction: column;
        width: 90%;
        margin: 3% auto 0;
        text-align: left;
        /*background-color: rgba(255, 250, 250, .9);*/
    }
    .request_location,.request_shop,.request_vehicle,.request_pickup,.request_dropoff {
        font-size: 5vw !important;
        padding: .5em;
        /*border: none !important;
        text-align: center;
        width: 85%;
        margin: 0 auto;
        background-color: rgba(255, 250, 250, .1);*/
    }
    .request_pickup,.request_dropoff {
        font-size: 4vw !important;
        width: 100%;
    }
    .request-content .pick_to_drop {
        padding: .5em;
        border: 1px solid #ccc;
    }
    .request-content input {
        border: none !important;
        padding: 0 !important;
    }
    .readonly {
        width: 5vw !important;
        padding: 0 !important;
        text-align: center;
    }
    .readonly:focus {
        outline: none;
    }
    .request-content .ui-datepicker-trigger {
        width: 8vw;
        height: 8vw;
        margin: 0 auto;
    }
    .Request .Btn_Simulator_flexView {
        padding: 5% 0;
        width: 90%;
    }
    .Request .Btn_Simulator_flexView p {
        margin-bottom: 0;
        cursor : pointer;
    }
    .schedule_caution {
        font-size: 4vw;
        color: red;
    }

    /* datetimepickerの調整 */
    #ui-datepicker-div {
        width: 85% !important;
    }
    .ui-datepicker .ui-datepicker-title {
	font-size: 1.1rem
    }
    .ui-datepicker table {
	font-size: .5em;
    }
    .ui_tpicker_time_label,.ui-datepicker-buttonpane {
        font-size: 1rem;
	margin: 0 !important;
    }
    .ui-timepicker-select {
        font-size: .9em !important;
        appearance: auto;
        -webkit-appearance: auto;
        -moz-appearance: auto;
    }
}
.request-content select {
    appearance: auto !important;
    -webkit-appearance: auto !important;
    -moz-appearance: auto !important;
}
.Btn_Simulator_flexView {
    font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", 'Meiryo', Verdana,Arial, sans-serif;
    cursor : pointer;
}
.between-icon {
    width:40px;
    padding: 10px;
    align-items: center;
    display: flex;
}
