.main_visual {
    position: relative;
    height: 500px;
    overflow: hidden;
}


.onetap_img {
    padding: 3px 0px 10px;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -950px;
}

.onetap_container {
    width: 980px;
    margin: 0 auto;
}   

.onetap_explanation {
    background: url(/car/member/1tap/img/bg_1tap_stripe.jpg) repeat;
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: bold;
    color: white;
    padding: 12px 0 12px 20px;
}

.img_about {
    margin-bottom: 20px;
}

.index {
    font-size: 22px;
    text-align: center;
    margin: 18px 0px;
    font-weight: bold;
    color: #333333;
}

.explanation {
    font-size: 14px;
    margin-bottom: 30px;
    color: #333333;
}

.explanation a,
.onetap_about a {
    color: #003894;
}

/* ---------------------------------------------------------------- */
/* 1tapのメリット *//* --------------------------------------------- */

.merit_h2 {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    color: #19d197;
}

.onetap_merit {
    display: flex;
    justify-content: space-between;
    margin: 22px 0;
}

.onetap_merit .merit_box {
    background-color:#fffec4 ;
    width: 316px;
}

.onetap_merit .merit_number {
    background-color: #19d197;
    height: 40px;
    text-align: center;
    font-size: 22px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.onetap_merit .merit_explain {
    display: flex;
    align-items: center;
    font-size: 20px;
}

.onetap_merit .merit_article {
    color: #333333;
    letter-spacing: 1px;
    line-height: 1.25;
}

/* ------------------------------------------------------------- */
/* ボタン系 *//* --------------------------------------------- */
.button {
    display: flex;
    justify-content: center;
}

.onetap_button{
    text-decoration: none;
    color: white;
    width: 260px;
    height: 30px;
    border-radius: 30px;
    text-align: center;
    padding: 15px 0 5px;
}

.onetap_button:hover {
    text-decoration: none;
    opacity: 0.80;
}

.button_group {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.onetap_login {
    background-color: #59bded;
    border: 1px solid #59bded;
    margin: 20px 0;
    position: relative;
}

.button_group .car_top {
    background-color: #003894;
    border: 1px solid #003894;
    margin-bottom: 35px;
    position: relative;
}

.onetap_login::before  {
    content: "";
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 5px;
    margin: auto 0;
    width: 7px;
    height: 1px;
    transform: rotate(50deg);
    z-index: 0;
    right: 14px;
}

.onetap_login::after  {
    content: "";
    background: #fff;
    position: absolute;
    top: 5px;
    bottom: 0;
    right: 15px;
    margin: auto 0;
    width: 7px;
    height: 1px;
    transform: rotate(-50deg);
    z-index: 0;
}

.car_top::before  {
    content: "";
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 5px;
    margin: auto 0;
    width: 7px;
    height: 1px;
    transform: rotate(50deg);
    z-index: 0;
    right: 14px;
}


.car_top::after {
    content: "";
    background: #fff;
    position: absolute;
    top: 5px;
    bottom: 0;
    right: 15px;
    margin: auto 0;
    width: 7px;
    height: 1px;
    transform: rotate(-50deg);
    z-index: 0;
}

.btn_bold {
    font-weight: bold;
}

.btn_blue_outofstock {
    margin-top: 20px;
}

.btn_carlist,
.btn_cartop {
    text-align: center;  
    margin-top: 40px;
}

.btn_cartop p {
    font-size: 13px;
}

.btn_cartop {
    margin-bottom: 50px;
}

.show_carlist {
    background: #F08300;
    border: 1px solid #F08300;
    color: #fff;
    position: relative;
    width: 230px;
    height: 20px;
    border-radius: 30px;
    text-align: center;
    padding: 15px;
    margin-bottom: 50px;
}

.show_carlist:hover {
    text-decoration: none;
    opacity: 0.80;
    color: #fff;
}

.show_carlist img {
    width: 23px;
    position: absolute;
    right: 200px;
    top: 7px;
}

.show_carlist::before {
    content: "";
    background: #fff;;
    position: absolute;
    top: 0;
    bottom: 5px;
    right: 10px;
    margin: auto 0;
    width: 7px;
    height: 2px;
    transform: rotate(50deg);
    z-index: 0;
}


.show_carlist::after {
    content: "";
    background: #fff;;
    position: absolute;
    top: 5px;
    bottom: 0;
    right: 10px;
    margin: auto 0;
    width: 7px;
    height: 2px;
    transform: rotate(-50deg);
    z-index: 0;
}

.reserve_btn {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0 0;
    font-weight: bold;
}


.btn_space {
    margin-top: 40px;
}

.btn_show {
    margin: 40px 0px;
}


.pl-button{
    color:#fff;
}
.pl-button__link {
    display: inline-block;
    position: relative;
    width: 260px;
    line-height: 50px;
    border-radius: 4px;
    background: #f27b11;
    box-shadow: #d8670b 0 4px 0, rgba(0,0,0,0.2) 0 3px 3px;
    font-weight: bold;
    font-size: 20px;
    text-shadow: 0px -1px 1px rgba(0,0,0,0.2);
    text-align: center;
    color: #fff !important;
    margin-bottom: 35px;
}
    .pl-button__link::after {
        content: '＞';
        position: absolute;
        right: 10px;
        top: 3px;
    }

    .pl-button__link:hover {
        text-decoration: none;
        position: relative;
        top: -1px;
        box-shadow: #d8670b 0 4px 0, #f27b11 0 4px 10px;
    }

    .top{
        margin-top: 30px;
    }

/* --------------------------------------------------------------------- */

/* 1tapの予約方法説明 *//* --------------------------------------------- */
.onetap_howto_reserve .wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.onetap_howto_reserve .unit img {
    width: 268px;
    object-fit: contain;
}
.onetap_howto_reserve .unit p {
    width: 268px;
    object-fit: contain;
    margin-top: 20px;
    line-height: 23px;
}

.onetap_howto_reserve .unit p span {
    color: #ED1017;
}

.onetap_howto_reserve .wrapper .arrow {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0 10px;
    border-top: 4px solid #8EA598;
    border-right: 4px solid #8EA598;
    transform: rotate(45deg);
    margin: auto 0;
}



/* --------------------------------------------------------------------- */

/* 1tapのご利用条件 *//* ------------------------------------------------ */
.onetap_about p {
    font-size: 14px;
    color: #333333;
}
/* --------------------------------------------------------------------- */

/* ----------------------------------------------------------------------- */
/* ログイン後 */
.main_container {
    width: 980px;
    margin: 0 auto;
}

.legacySearch {
    display: flex;
    justify-content: space-around;
    margin-bottom: 0px;
}

.legacySearch *[class*="legacySearch__type--"] .legacySearch__input--calender {
    padding-right: 75px;
}

.legacySearch__area{
    margin: 12px 0 5px 0;
}

select::-ms-expand {
    display: none;
}

	
@media all and (-ms-high-contrast: none){
    .legacySearch *[class*='legacySearch__type--'] .legacySearch__input--calender {
        padding-right: 120px;
    }
}

.fontsize13 {
    font-size: 16px;
    font-weight: bold;
    margin: 20px 0 5px 0;
}

.legacySearch .legacySearch__tit {
    text-align: inherit;
    color: #003894;
    font-size: 22px;
}

.legacySearch .legacySearch__block dt {
    font-size: 16px;
}

.legacySearch__blockInner {
    margin-left: 10px;
}

/* 過去利用商品の部分 *//* ------------------------------------------------ */

.opened_blue {
    background-color:#eaf7ff;
    padding: 10px 0;
  
}

.opened_white {
    background-color: #fff;
    padding-bottom: 15px;
    margin: 0px 2%;
    width: 96%;
}

.past_detail {
    padding: 20px;
    color: #EE3B69;
    font-weight: bold;
}


.cartype_detail {
    display: flex;
    padding: 10px 25px;
}

.cartype_left {
    display: flex;
    flex-direction: column;
    width: 35%;
}


.cartype_left .car {
    width: 240px;
    height: 160px;
}

.cartype_left span {
    font-size: 13px;
}

.cartype_right {
    width: 50%;
}

.cartype_right dl.cartype_right_type {
    margin-top: 10px;
    overflow: hidden;
    margin: 25px 0;
}

.cartype_right dt {
    background: #D5D5D5;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    float: left;
    padding: 2px 5px;
    margin-right: 10px;
    width: 54px;
}

.cartype_right dd {
    font-weight: bold;
    overflow: hidden;
  }


.cartype_right .type{
    background: #D5D5D5;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    padding: 2px 5px;
    margin-right: 10px;
    width: 50px;
    text-align: center;
}

.bottom_cartype_detail {
    display: flex;
    justify-content: space-between;
    margin: 30px 0px 10px;
}

.bottom_cartype_left p,
.bottom_cartype_right span {
    font-weight: bold;
    font-size: 14px;
}

.bottom_cartype_right {
    display: flex;
    position: relative;
    width: 50%;
}

.bottom_cartype_right .member_discount {
    background: #5EBEEB;
    border: 1px solid #0F98D8;
    border-radius: 2px;
    box-shadow: 0 0 2px 1px rgba(15, 152, 216, 0.5);
    color: #fff;
    display: inline-block;
    font-size: 85.7%;
    font-weight: bold;
    float: left;
    padding: 2px 5px;
    margin: 2px 5px 2px 2px;
    line-height: 1.3;
}

.bottom_cartype_right h4 {
    color: #EE3B69;
    font-size: 200%;
    font-weight: bold;
}

.bottom_cartype_right h4,
.bottom_cartype_right span {
    padding-top: 10px;
}

.option {
    padding: 10px 25px;
}

.option h2 {
    margin: 40px 0 15px;
    padding-left: 25px;
    position: relative;
    font-weight: bold;
    font-size: 20px;
}

.option h2::before {
    content: "";
    background: #59BDED;
    border-radius: 2px;
    position: absolute;
    top: 0;
    left: 5px;
    margin: auto 0;
    width: 4px;
    height: 19px;
    z-index: 0;
}

.option_list {
    border-radius: 6px;
    box-sizing: border-box;
    box-shadow: 0 0 2px 1px rgba(132,194,234,1);
    min-height: 50px;
    padding: 20px;
    position: relative;
    background-color:#eaf7ff;
    margin: 13px 5px;
    display: flex;
    justify-content: space-between;
    font-size: 18px;
}

.option_left {
    width: 75%;
    display: flex;
    align-items: center;
}


.product_name {
    color: #003894;
    font-weight: bold;
    padding:5px 0px;
    width: 100%;
}

.product_name span {
    color: #666666;
}

.product_price {
   
    font-weight: bold;
    padding:5px 0px;
    width: 100%;
}

.option_price {
    color: #EE3B69;
    font-weight: bold;
}

.option_right {
    width: 20%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.option_right span {
    font-weight: bold;
    font-size: 18px;
}

.option_right p {
    padding: 3px 0px ;
}

.change_option {
    display: flex;
    justify-content: flex-end;
    margin: 20px 40px;
    position: relative;
    font-weight: bold;
}

.change_option::before {
    content: "";
    background: #003894;
    position: absolute;
    top: 2px;
    bottom: 5px;
    right: -10px;
    margin: auto 0;
    width: 7px;
    height: 2px;
    transform: rotate(50deg);
    z-index: 0;
}


.change_option::after {
    content: "";
    background: #003894;
    position: absolute;
    top: 10px;
    bottom: 5px;
    right: -10px;
    margin: auto 0;
    width: 7px;
    height: 2px;
    transform: rotate(-50deg);
    z-index: 0;
}

.reservation_detail {
    padding: 20px;
}

/* --------------------------------------------------------------------- */

/*ログイン後　予約情報なし  */

/* 消すCSS */
#nodata,
#lackinfo {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px 0;
    margin-bottom: 18px;
    background-color:lightgrey;
    border: 1px solid lightgrey;  
    width: 260px;
    height: 30px;
    border-radius: 30px;
    text-align: center;
    padding: 15px 0 5px;
}
/* 消すCSS */


.modal_back {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}

.modal_front {
    width:60%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    z-index: 1000;
    padding: 40px 0 40px 0;
}

.modal_front .alert {
    /* padding: 40px; */
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
}

.member_info {
    padding: 0 40px;
    line-height: 1.5;
    font-size: 16px;
    text-align: center;
}

#lackinfo .modal_front{
    width: 40%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    z-index: 1000;
    padding: 30px 70px;
    border-radius: 14px;
    color: #333;
}

#lackinfo .modal_front .alert{
    /* padding: 30px 0px 0; */
    font-size: 18px;
    line-height: 1.5;
    font-weight: bold;
}

#lackinfo .modal_front .alert span{
   color: #CD5B5B; 
}

#lackinfo .modal_front .item{
    font-weight: bold;
}

#lackinfo .modal_front .item span{
    font-weight: 500;
}

 #lackinfo .modal_front dl{
    display: flex;
    flex-direction: column;
    text-align: left;
    margin-top: 20px;
}

 #lackinfo .modal_front .inputName {
    margin-top: 5px;
}


#lackinfo .modal_front .inputName .textbox {
    display: flex;
    justify-content: space-between;
}

#lackinfo .modal_front .inputName input {
    width: 46%;
    height: 40px;
    background: #F2F2F2;
    border: #BFBFBF solid 1px;
    border-radius: 4px;
    font-size: 15px;
    padding-left: 10px;
}



#lackinfo .modal_front input[name="Tel"] {
    width: 100%;
    height: 40px;
    box-sizing: border-box;
}

#lackinfo .modal_front .telephone input {
    height: 40px;
    background: #F2F2F2;
    border: #BFBFBF solid 1px;
    border-radius: 4px;
    font-size: 16px;
    padding-left: 10px;
}


#lackinfo .onetap_login {
    background-color: #59bded;
    border: 1px solid #59bded;
    /* margin: 10px 0 30px; */
    position: relative;
    /* line-height: 2px; */
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    font-size: 18px;
    font-weight: bold;
}