﻿@import url("https://www.wbf.co.jp/outsystem/css/dpp_inui.css");

/*フライト画面*/
.desktop .ListRecords .flight-plan-wrapper:not(:last-child) .flight-plan {
    border-left: inherit;
}

/*----デザイン変更CSS 20200801 phese2----*/

/* ----------------------------------------------------------------
    共通
------------------------------------------------------------------- */
.padding-base {
    padding: 25px;
}
.buttombuttons{
    margin-top: 20px;
}
.dpp_yellow {
    background-color: #fee767;
    border: var(--border-size-none);
    font-weight: normal;
    color: #2b2b2b;
}

/* ----------------------------------------------------------------
    MainBox
------------------------------------------------------------------- */
.MainBox .borderbox{
    border: 2px solid #ccc;
}
.MainBox .flight-date {
    /*margin-top: var(--space-base);*/
}
.MainBox .flight-date_tripla {
    /*margin-top: var(--space-base);*/
}
.GoToSerchResultTop div {
    background-color: #d62222;
    color: var(--color-neutral-0);
    display: inline-block;
    padding: 6px 40px 7px;
    border-radius: 0px;
    margin: 10px auto;
}
.GoToSerchResultTop2 .DiscountIcon {
    color: var(--color-neutral-0);
    display: inline-block;
    padding: 6px 40px 7px;
    border-radius: 0px;
    margin: 10px 5px;
}
.Discount-GOTO {
    background-color: #ff818b;
}
.Discount-HKD{
    background-color: #f97c00;
}
.Discount-KCZ{
    background-color: #36a8d6;
}
.MainBox .card.basic {
    background-color: inherit;
    padding: 10px;
}
.MainBox .heading-primary {
    padding: 0;
    border-collapse: collapse ;
    margin-top:0;
}
.MainBox .dpp_head {
    display: flex;
    font-size: 18px;
}
.dpp_head {
    display: flex;
}
@media screen and (max-width: 768px) {
  .MainBox .dpp_head {
      font-size: 14px;
  }
}

.dpp_title{
    background-color: #2b2b2b;
    color: #FFF;
    width: 30%;
    display: flex;
    align-items: center;
    padding: 10px;
    height: 50px;
}
@media screen and (max-width: 768px) {
  .dpp_title .dpp_icon{
    width: 28px;
    display: inline;
  }
}
.MainBox .heading-primary tr .dpp_title .padding-right-s {
    display: inline;
}
.dpp_title img {
    width: 27px;
    height: auto;
}
.dpp_title span,
.dpp_title .OSInline{
    padding: 0px 0 0 10px;
    vertical-align: middle;
}
.dpp_date {
    background-color: #3f7bc8;
    color: #FFF;
    width: 70%;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    height: 50px;
    margin-bottom: 0;
}
.dpp_date_Tripla {
    background-color: #7e7e7e;
    color: #FFF;
    width: 70%;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    height: 50px;
    margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .dpp_title,.dpp_date{
    height: 40px;
  }
}

.MainBox tr .dpp_date .dpp_btn_wrap,.dpp_rentacar .dpp_date .dpp_btn_wrap {
    width: auto;
    margin: 0;
    float: right;
}
@media screen and (max-width: 768px) {
    .dpp_date div.dpp_btn_wrap {
        width: auto!important;
        margin: 0!important;
    }
}
.MainBox tr .dpp_date span,.dpp_rentacar .dpp_date span {
    color: #fff;
    font-weight: normal;
    text-align: right;
}
.MainBox tr .dpp_date .dpp_btn_wrap a.dpp_btn,.dpp_rentacar .dpp_date .dpp_btn_wrap a.dpp_btn {
    display: inline-block;
    width: 100px;
}
@media screen and (max-width: 768px) {
    .MainBox tr .dpp_date .dpp_btn_wrap a.dpp_btn,.MainBox tr .dpp_date .dpp_btn_wrap a.delete-btn,.dpp_rentacar .dpp_date .dpp_btn_wrap a.dpp_btn,.dpp_rentacar .dpp_date .dpp_btn_wrap a.delete-btn {
        width: 60px;
        font-size: 14px;
        height: auto;
        display: unset;
        padding: 3px 20px;
    }
}
.MainBox .dpp_btn,.dpp_rentacar .dpp_btn {
    height: 31px;
    width: auto;
    background-color: #fee767;
    color: #2b2b2b;
    width: 60px;
    text-align: center;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: normal;
}
.MainBox .delete-btn,.dpp_rentacar .delete-btn{
    height: 31px;
    width: auto;
    background-color: #2b2b2b;
    color: #fff;
    width: 60px;
    text-align: center;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: normal;
}

/* ----------------------------------------------------------------
    flight
------------------------------------------------------------------- */
.content_flight {
    margin-bottom: 20px;
}
.content_flight .dpp_body {
    display: flex;
}
.content_flight .dpp_body .dpp_time {
    width: 20%;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .content_flight .dpp_body .dpp_time {
        width: 40%;
    }
}
.content_flight .dpp_body .dpp_time span:first-child {
    display: block;
    font-size: 24px;
    font-weight: bold;
}
@media screen and (max-width: 768px) {
    .content_flight .dpp_body .dpp_time span:first-child {
        font-size: 25px;
    }
    .content_flight .dpp_body .dpp_time  span div {
        font-size: 90%;
    }
}
.content_flight .dpp_body .dpp_flight {
    width: 20%;
    text-align: center;
}
.content_flight .dpp_body .dpp_flight span {
    display: block;
}
@media screen and (max-width: 768px) {
    .content_flight .dpp_body .dpp_flight span {
        font-size: 80%;
    }
}
.content_flight .dpp_body .dpp_flight img {
    width:65%;
    max-width: inherit;
    max-height: inherit;
    vertical-align: inherit;
}
@media all and (-ms-high-contrast: none) {
    .content_flight .dpp_body .dpp_flight img {
        width: 100px;
    }
}
.content_flight .dpp_body .dpp_flight span:nth-child(2) {
    width: 80%;
    margin: 0 auto;
    line-height: 0;
}
.content_flight .dpp_body .dpp_flight span:nth-child(3) {
    width: 60%;
    margin: 5px auto 0;
}
@media screen and (max-width: 768px) {
    .content_flight .dpp_body .dpp_flight span:nth-child(3) {
        width: 80%;
        margin: 5px auto 0;
    }
}

/* ----------------------------------------------------------------
    hotel
------------------------------------------------------------------- */
.MainBox .hotelbox {
    margin-top: 0;
}
.hotelbox .dpp_body {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    position: relative;
}
@media screen and (max-width: 500px) {
    .hotelbox .dpp_title, .hotelbox .dpp_head, .dpp_rentacar .dpp_title, .dpp_rentacar .dpp_head {
        width: 100%;
        display: block;
    }
    .hotelbox .dpp_title, .hotelbox .dpp_date .dpp_rentacar .dpp_title, .dpp_rentacar .dpp_date {
        width: 100%;
        display: block;
    }
}
.hotelbox .dpp_body .dpp_content_wrap {
    width: 72%;
}
.dpp_name {
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
    .dpp_name {
        font-size: 18px;
        line-height: 1.2;
        margin-bottom: 5px;
    }
}
.hotelbox .dpp_body .dpp_content .dpp_name a {
    display: inline-block;
    width: 15px;
    margin-left: 6px;
}
.hotelbox .dpp_body .dpp_content .dpp_name a img {
    vertical-align: inherit;
}
.hotelbox .dpp_body .dpp_content .dpp_info {
    font-size: 13px;
}
.hotelbox .dpp_body .dpp_content .dpp_info .icon_mealbox {
    border: 1px solid #3f7bc8;
    padding: 3px 10px;
    color: #3f7bc8;
    vertical-align: top;
    display: inline-flex;
}
.hotelbox .dpp_body .dpp_content .dpp_info .icon_mealbox img {
    width: 20px;
    height: 20px;
    display: block;
    margin-right: 5px;
}
.hotelbox .dpp_body .dpp_content .dpp_info .romm_inner{
    margin-top: 10px;
}
.hotelbox .dpp_body .dpp_content .dpp_info .roombox img {
    width: 24px;
    margin-right: 5px;
}
.hotelbox .dpp_body .dpp_photo_wrap {
    width: 27%;
}
.hotelbox .dpp_body .dpp_photo_wrap .dpp_photo .hotel-img-size-s {
    max-width: 100%;
    width: auto;
    height: 150px;
}
@media screen and (max-width: 768px) {
    .hotelbox .dpp_body .dpp_photo_wrap .dpp_photo .hotel-img-size-s {
        width: 100%;
        height: auto;
    }
}
.attentionbox {
    font-size: 13px;
}

/* ----------------------------------------------------------------
    rentacar
------------------------------------------------------------------- */
@media screen and (max-width: 768px) {
    .dpp_rentacar.dpp_common {
        margin: 10px;
    }
}

.dpp_rentacar .dpp_common_inner{
  border: solid 2px #ccc;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .dpp_rentacar .dpp_common_inner{
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 950px) {
  .dpp_rentacar .dpp_head .dpp_title{
    width: 100%;
  }
}
/*@media screen and (max-width: 950px) {
  .dpp_rentacar .dpp_head .dpp_date {
    display: none;
  }
}*/
.dpp_rentacar .dpp_body {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    position: relative;
}
.dpp_rentacar .dpp_content_wrap {
    width: 55%;
    margin-top: 30px;
}
.dpp_rentacar .dpp_content .dpp_text {
    line-height: 1.8;
    font-size: 13px;
    margin-bottom: 20px;
}
.dpp_rentacar .dpp_photo_wrap {
    width: 43%;
}
.dpp_rentacar .dpp_photo_wrap .dpp_photo {
    position: relative;
}
.dpp_rentacar .dpp_photo_wrap .dpp_photo > div img {
    vertical-align: bottom;
    width: 100%;
}

/* ----------------------------------------------------------------
    画面下のボタン
------------------------------------------------------------------- */
@media screen and (max-width: 768px) {
    .button-container div a {
        font-size: 14px;
    }
}

/* ----------------------------------------------------------------
    rightBox
------------------------------------------------------------------- */
.rightBox{
    margin-top: 40px;
}
@media screen and (max-width: 768px) {
    .rightBox{
    margin-top: 0px;
    }
}
.rightBox .heading-primary{
    height: 50px;
    padding-top: 13px;
}
@media screen and (max-width: 768px) {
    .rightBox .dpp_date {
        width: 100%;
        font-size: 13px;
        height: 60px;
    }
}

/* ----------------------------------------------------------------
    選択中の条件
------------------------------------------------------------------- */
  .dpp_date_sp{
    padding: 0px;
    font-size: 12px;
  }
@media screen and (max-width: 768px) {
    .dpp_date_sp{
        background-color: #3f7bc8;
        padding: 10px;
        font-size: 12px;
    }
}
  .dpp_date_sp ul{
    padding: 0px;
  }
@media screen and (max-width: 768px) {
    .dpp_date_sp ul{
        padding: 10px;
        background: #fff;
    }
}
  .dpp_date_sp ul li{
    border: solid 2px #ddd;
    border-radius: 4px;
    padding: 5px;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
  }
  .dpp_date_sp ul li p:first-child{
    width: 10%;
    margin-right: 10px;
  }
  .dpp_date_sp ul li p:last-child{
    width: 90%;
    margin-block-start: 0;
    margin-block-end: 0;
  }
  .dpp_date_sp ul li p span{
    display: block;
  }
  .dpp_date_sp .dpp_btn{
    background: none;
    padding: 10px 0 0 0;
  }
  .dpp_date_sp .dpp_btn a{
    background-color: #2b2b2b;
  }

/* ----------------------------------------------------------------
    キャンセル料金発生日
------------------------------------------------------------------- */
.CancellatonFeeDatebox{
    font-size: 12px;
    background: #d9e8fb;
    padding: 5px;
    margin: 5px 0px;
}

/* ----------------------------------------------------------------
    再検索ボタン下の文言
------------------------------------------------------------------- */
.sp-only-forresearch{
    display:none;
}

@media screen and (max-width: 768px) {
  .pc-only-forresearch{
    display:none;
  }
  .sp-only-forresearch{
    display:block;
  }
}

@media screen and (max-width: 768px) {

.columns.columns-small-left > .columns-item:last-child,
.columns.columns-small-right > .columns-item:first-child {
    -webkit-box-flex: 3;
            -ms-flex: 3;
                flex: auto;
}
}

/* ----------------------------------------------------------------
    エラー時のボタン
------------------------------------------------------------------- */
body .ErrorBtn{
    width: 100%;
}

/* ----------------------------------------------------------------
    ABテスト
------------------------------------------------------------------- */
.box-variationId {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: 999;
    border-top: 4px solid #3a77c7;
    background-color: #fff;
    box-shadow: 11px 8px 6px 10px rgb(0 0 0 / 20%);
}
.box-variationId .priceArea {
    width: 330px;
    float: left;
    margin-left: 24%;
    margin-right: 20px;
}
.box-variationId .priceArea .border-column {
    border: inherit;
}
.box-variationId .RightBox-GoToPrice div {
    margin-left: 10px;
    display: inline-block;
}
.box-variationId .button-container-wrapper {
    width: 50%;
    float: left;
    display: inline-block;
    text-align: left;
}

@media screen and (max-width: 768px) {
    .box-variationId {
        padding: 0px 10px 10px;
    }
    .box-variationId .priceArea {
        width: inherit;
        float: inherit;
        margin: 0;
        padding: 0;
        margin-right: inherit;
    }
    .box-variationId .button-container-wrapper {
        width: inherit;
        float: inherit;
        display: inline-block;
        text-align: center;
    }
    .phone .box-variationId .button-container-wrapper .button-container {
        display: inherit;
    }
    .columns.columns-small-left > .columns-item:last-child, .columns.columns-small-right > .columns-item:first-child {
        margin-bottom: 0;
    }
    .phone .columns.phone-break-all > .columns-item {
        margin-bottom: 0;
    }
    .content-middle {
        width: 100%;
        padding: 0;
    }
    .background-footer {
    width: 100%;
}
.tablet .flight-date::after, .phone .flight-date::after {
    width: 100vw;
}
.tablet .flight-date_Tripla::after, .phone .flight-date_Tripla::after {
    width: 0vw;
}
.phone .header .ThemeGrid_Container {
    width: 96%;
    padding: 0 10px;
    margin: 0;
}
}

.abremoveclass{
    position:inherit!important;
    border-top:inherit!important;
    box-shadow:inherit!important;
}
.abdisplayclass{
    display: none;
}

/* ----------------------------------------------------------------
    スマホの際の左右のブレをなくすため
------------------------------------------------------------------- */
@media screen and (max-width: 768px) {
body { overflow-x: hidden; }
}

/* ----------------------------------------------------------------
    アドオンレンタカー
------------------------------------------------------------------- */
.MainBox .others_wrap .adcar_btn{
    height: 40px;
    width: 190px;
    border-bottom: 3px solid #ceb73c;
    width: 190px;
}

/* ----------------------------------------------------------------
    B2B
------------------------------------------------------------------- */
.AgentCustInfo{
    text-align: center;
}
.AgentCustInfoInner{
    padding: 20px;
    margin: 0px;
    border: 2px solid #d2c3c3;
    background-color: #fbf1f1;
    display: inline-block;
}


