@import "reservation.css";

.car-title {
  padding: 10px 20px;
  border: 35px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  background-color: #ff0137;
  box-shadow: none;
  border-radius: 35px;
}

.car-title.heading {
  position: relative;
  text-indent: 30px;
}
.car-title.heading.title-sec {
  background: #ff0137;
  color: #fff;
}
.text-center {
  text-align: center;
  margin: 10px 0;
}

.car-title.heading::before {
  content: '';
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  left: 25px;
  top: 12px;
}

.capsule, .car-btn>button {
  display: inline-block;
  width: 195px;
  padding: 10px 0;
  background: #fff0f5 !important;
  color: #000;
  font-size: 16px;
  border-radius: 5px;
  text-align: center;
  font-weight: 300;
  cursor: default !important;
  border: none !important;
}

.flex-box-col > .vc_column-inner  > .wpb_wrapper {
  display: flex;
  align-items: center;
}
.flex-box-col > .vc_column-inner  > .wpb_wrapper .car-btn {
  margin-right: 15px;
}
section.car-detail .car-carousel {
  width: 60%;
  margin: auto;
}
section.car-detail .car-carousel .vc_images_carousel .vc_carousel-indicators {
  bottom: -30px;
}

form button.home_res_btn {
  background: #ff0137 !important;
  width: 100% !important;
  color: #fff !important;
}
* ,dd{
  padding: 0;
  margin: 0;
}

ul li {
  list-style: none;
}

section.car-detail,
section.car-result-list,
.car-reservation,
.car-reservation-confirm,
.car-reservation-done {
  padding: 0 5px;
  margin: 0 auto;
  width: 1080px;
}

section.car-detail ul {
  margin-left: 0;
}

.money-box1 {
  padding: 15px 0;
  margin-bottom: 10px;
  background: #f5f5f5;
  border-radius: 7px;
}

.money-box1 ul {
  margin-left: 0;
  margin-bottom: 0;
  padding: 0 10px;
}

.money-box1 ul li {
  position: relative;
  -webkit-flex: 0 0 120px;
  flex: 0 0 120px;
  /*margin-bottom: 0;*/
  height: 120px;
  border-radius: 100%;
  border-width: 5px;
  border-style: solid;
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin: 0 20px 0;
}

.money-box1 ul li>div {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

.money-box1 li span {
  display: block;
  margin: 5px 0;
}

/** Car result page*/

/* result-cars */
.result-cars-ol > h3 {
  padding: 10px 0;
  color: #000;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 13px;
  border-bottom: solid 5px #ff0137;
  position: relative;
  z-index: 0;
}
.result-cars-ol > h3::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -5px;
  z-index: 1;
  width: 15%;
  height: 5px;
  background-color: #ff0137;
}
dl.dl-type1 {
  font-size: 15px;
  border: 1px solid #cecece;
  border-bottom: transparent;
}
dl.dl-type1{
  font-size: 15px;
  border: 1px solid #cecece;
  border-bottom: transparent;
}
dl.dl-type1 > dd{
  -webkit-flex: 1 0 540px;
  flex: 1 0 540px;
  padding: 15px;
  border-bottom: 1px solid #cecece;
}
dl.dl-type1 > dt{
  -webkit-flex: 1 0 140px;
  flex: 1 0 140px;
  color: #000;
  font-weight: bold;
  background: #fff0f5;
  border-bottom: 1px solid #cecece;
  position: relative;
}
.result-cars dl.dl-type1 > dt{
  border-right: 1px solid #cecece;
  background:#f5f5f5;
}

.result-cars dl.dl-type1 > dd{
  -webkit-flex: 1 0 40%;
  flex: 1 0 40%;
}


dl.dl-type1 > dt > span{
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-align: center;
  width: 100%;
  padding: 0 5px;
}

.result-cars{
  padding: 15px 0 40px 0;
  border-bottom: dotted 1px #ccc;
}

.result-cars div.flex-box{
  margin-bottom: 30px;
}

.result-cars div.flex-box > div.result-cars-left{
  -webkit-flex: 1 0 270px;
  flex: 1 0 270px;
}

.result-cars div.flex-box > div.result-cars-right{
  -webkit-flex: 1 0 410px;
  flex: 1 0 410px;
}

.result-cars dl.dl-type1 > dt{
  border-right: 1px solid #cecece;
  background:#f5f5f5;
}

.result-cars div.flex-box > div.result-cars-right dl{
  /*border-left: transparent;*/
}

.result-cars .text1{
  color: #ff0000;
}

.result-cars h4{
  font-size: 20px;
  border-left: 5px solid #ff0137;
  padding-left: 5px;
  margin-bottom: 15px;
  line-height: 1.1;
}
.result-btn {
  width: 295px;
  margin: 0 auto;
  /* background-color: #ec6b03; */
  background-color: #ff0137;
  /* border-radius: 5px; */
  border-radius: 60px;
  box-shadow: 0px 2px #a74b00;
}
.result-btn:hover a {
  color: #fff;
}
div .btn-type1.detail-cars-btn {
  width: 300px;
  margin-top: 10px;
  border-radius: 5px;
  background: #4c4c4c;
  box-shadow: 0 2px #4c4c4c;
}
/*.car-result-img {
  width: 300px;
  height: 200px;
}*/
.btn-type1 a {
  display: block;
  padding: 8px 0 10px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}


div .btn-type1 a{
  display: block;
  padding: 8px 0 10px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

.result-box-time{
  margin: 10px 0;
  padding: 20px 35px;
  background: #f5f5f5;
  border-radius: 6px;
}

.result-box-time div.result-box-time-start,
.result-box-time div.result-box-time-return{
  font-size: 18px;
}

.result-box-time div.result-box-time-start{margin-right: 10px;}


.result-box-time div.result-box-time-start span,
.result-box-time div.result-box-time-return span{
  padding: 5px 20px;
  color: #fff;
  font-size: 16px;
  background-color: #ff0137;
  box-shadow: none;
  border-radius: 35px;
  margin-right: 10px;
  line-height: 2.5em;
}


/* 料金ラベルの書き換え(基本) */

.money-box1 li span.money-6hr:before {
  content: "6 hr";
}

.money-box1 li span.money-12hr:before {
  content: "12 hr";
}

.money-box1 li span.money-1day:before {
  content: "1 day";
}

.money-box1 li span.money-1hr:before {
  content: "+1 hr";
}

/* 料金ラベルの書き換え(沖縄・日本語) */

body#okinawa-jp .money-box1 li span.money-6hr:before {
  content: "当日";
}

body#okinawa-jp .money-box1 li span.money-12hr:before {
  content: "24時間";
}

body#okinawa-jp .money-box1 li span.money-1day:before {
  content: "24時間～";
}

body#okinawa-jp .money-box1 li span.money-1hr:before {
  content: "+1hr";
}

/* 料金ラベルの書き換え(沖縄・中国語) */

body#okinawa-cn .money-box1 li span.money-6hr:before {
  content: "當天";
}

body#okinawa-cn .money-box1 li span.money-12hr:before {
  content: "24 hr";
}

body#okinawa-cn .money-box1 li span.money-1day:before {
  content: "24 hr～";
}

body#okinawa-cn .money-box1 li span.money-1hr:before {
  content: "+1 hr";
}

/* 料金ラベルの書き換え(沖縄・英語) */

body#okinawa-en .money-box1 li span.money-6hr:before {
  content: "1 day";
}

body#okinawa-en .money-box1 li span.money-12hr:before {
  content: "24 hr";
}

body#okinawa-en .money-box1 li span.money-1day:before {
  content: "24 hr～";
}

body#okinawa-en .money-box1 li span.money-1hr:before {
  content: "+1 hr";
}

/* 料金ラベルの書き換え(沖縄・韓国語) */

body#okinawa-kr .money-box1 li span.money-6hr:before {
  content: "1 day";
}

body#okinawa-kr .money-box1 li span.money-12hr:before {
  content: "24 hr";
}

body#okinawa-kr .money-box1 li span.money-1day:before {
  content: "24 hr～";
}

body#okinawa-kr .money-box1 li span.money-1hr:before {
  content: "+1 hr";
}

.money-box1 li>span:nth-child(1) {
  padding: 5px 0;
  margin-bottom: 7px;
  color: #fff;
  border-radius: 12px;
  text-align: center;
}

.money-box1 li:nth-child(1) {
  background: #038eec;
  border-color: #6dc2fb;
}

.money-box1 li:nth-child(2) {
  background: #00ceab;
  border-color: #76ecd8;
}

.money-box1 li:nth-child(3) {
  background: #ffb555;
  border-color: #ffdbad;
}

.money-box1 li:nth-child(4) {
  background: #f5385f;
  border-color: #ffb0c0;
}

.money-box1 li div>span:nth-child(1) {
  border-bottom: 1px solid rgba(255, 255, 255, .8);
}

p.money-box1-txt {
  margin-bottom: 30px;
  text-align: center;
}

/*
.car-datail-box1 dd.ninzu > span::after{
  content: "人";
}
*/

.car-datail-box2>div {
  padding: 20px 20px;
  background: #f5f5f5;
  border-radius: 7px;
}

.car-datail-box2>div:not(:last-child) {
  margin-bottom: 15px;
}

.car-datail-box2 h4 {
  padding: .25em 0 .25em .75em;
  margin-bottom: 20px;
  font-size: 17px;
  border-left: 6px solid #ff0137;
}

.car-datail-box2 h4+p {
  margin-bottom: 0;
  font-size: 16px;
}

.car-datail-box3:not(:last-child) {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #d2d2d2;
}

.car-datail-box3 dl {
  -webkit-flex: 1 0 340px;
  flex: 1 0 340px;
  margin-bottom: 12px;
  padding: 0 5px;
  font-size: 16px;
}

.car-datail-box3 dt {
  -webkit-flex: 0 0 195px;
  flex: 0 0 195px;
  padding: 10px 0;
  border-radius: 5px;
  text-align: center;
  /*
  background: #ff0137;
  color: #fff;
  */
  background: #fff0f5;
  color: #000;
}

.car-datail-box3 dd {
  padding: 0 0 0 20px;
}

.car-datail-box3 dd span {
  display: block;
}

.car-datail-box3 dd>div.ninzu>span, .car-datail-box3 dd>div.kosu>span {
  display: inline-block;
}

.car-datail-box3 dd>div.ninzu>span.img {
  height: 32px;
  background: url(../images/car-detail-ninzu.png) repeat 0 0;
  vertical-align: bottom;
}

.car-datail-box3 dd>div.ninzu>span.ninzu1 {
  width: 37px;
}

.car-datail-box3 dd>div.ninzu>span.ninzu2 {
  width: 74px
}

.car-datail-box3 dd>div.ninzu>span.ninzu3 {
  width: 111px
}

.car-datail-box3 dd>div.ninzu>span.ninzu4 {
  width: 148px
}

.car-datail-box3 dd>div.ninzu>span.ninzu5 {
  width: 185px
}

.car-datail-box3 dd>div.ninzu>span.ninzu6 {
  width: 222px
}

.car-datail-box3 dd>div.ninzu>span.ninzu7 {
  width: 259px
}

.car-datail-box3 dd>div.ninzu>span.ninzu8 {
  width: 296px
}

.car-datail-box3 dd>div.kosu>span.img {
  height: 32px;
  background: url(../images/car-detail-kosu.png) repeat 0 0;
  vertical-align: bottom;
}

.car-datail-box3 dd>div.kosu>span.kosu1 {
  width: 32px;
}

.car-datail-box3 dd>div.kosu>span.kosu2 {
  width: 64px;
}

.car-datail-box3 dd>div.kosu>span.kosu3 {
  width: 96px;
}

.car-datail-box3 dd>div.kosu>span.kosu4 {
  width: 128px;
}

.car-datail-box3 dd>div.kosu>span.kosu5 {
  width: 160px;
}

.car-datail-box3 dd>div.kosu>span.kosu6 {
  width: 192px;
}

.car-datail-box3 dd>div.kosu>span.kosu7 {
  width: 224px;
}

.car-datail-box3 dd>div.kosu>span.kosu8 {
  width: 256px;
}

.car-datail-box3 dd>div.ninzu>span.text, .car-datail-box3 dd>div.kosu>span.text {
  margin-left: 15px;
}

.car-datail-block.car-datail3 {
  padding: 15px 25px;
  background: #f7f5d9;
  border-radius: 7px;
}

.car-datail-block.car-datail3 ul {
  margin-bottom: 0;
}

.car-datail-block.car-datail3 ul li {
  margin-left: 1em;
  text-indent: -1em;
  font-size: 13px;
  margin-bottom: 5px;
}

.car-datail-block.car-datail3 ul li:last-child {
  margin-bottom: 0;
}

.car-datail-block .car-datail-box3 dd > div.ninzu > span,
.car-datail-block .car-datail-box3 dd > div.kosu > span{
  display: inline-block;
}

.car-datail-block .car-datail-box3 dd > div.ninzu > span.img{
  height: 32px;
  background: url(images/car-detail-ninzu.png) repeat 0 0;
  vertical-align: bottom;
}

.car-datail-block .car-datail-box3 dd > div.ninzu > span.ninzu1{
  width: 37px;
}

.car-datail-block .car-datail-box3 dd > div.ninzu > span.ninzu2{
  width: 74px
}

.car-datail-block .car-datail-box3 dd > div.ninzu > span.ninzu3{
  width: 111px
}

.car-datail-block .car-datail-box3 dd > div.ninzu > span.ninzu4{
  width: 148px
}

.car-datail-block .car-datail-box3 dd > div.ninzu > span.ninzu5{
  width: 185px
}

.car-datail-block .car-datail-box3 dd > div.ninzu > span.ninzu6{
  width: 222px
}

.car-datail-block .car-datail-box3 dd > div.ninzu > span.ninzu7{
  width: 259px
}

.car-datail-block .car-datail-box3 dd > div.ninzu > span.ninzu8{
  width: 296px
}


.car-datail-block .car-datail-box3 dd > div.kosu > span.img{
  height: 32px;
  background: url(../images/car-detail-kosu.png) repeat 0 0;
  vertical-align: bottom;
}

.car-datail-block .car-datail-box3 dd > div.kosu > span.kosu1{
  width: 32px;
}

.car-datail-block .car-datail-box3 dd > div.kosu > span.kosu2{
  width: 64px;
}

.car-datail-block .car-datail-box3 dd > div.kosu > span.kosu3{
  width: 96px;
}

.car-datail-block .car-datail-box3 dd > div.kosu > span.kosu4{
  width: 128px;
}

.car-datail-block .car-datail-box3 dd > div.kosu > span.kosu5{
  width: 160px;
}

.car-datail-block .car-datail-box3 dd > div.kosu > span.kosu6{
  width: 192px;
}

.car-datail-block .car-datail-box3 dd > div.kosu > span.kosu7{
  width: 224px;
}

.car-datail-block .car-datail-box3 dd > div.kosu > span.kosu8{
  width: 256px;
}

.car-datail-block .car-datail-box3 dd > div.ninzu > span.text,
.car-datail-block .car-datail-box3 dd > div.kosu > span.text{
  margin-left: 15px;
}

/* 言語別単位CSS */

span.unit-cc:after {
  content: "cc";
}

/* 人数(定員00人) */

html:lang(zh-hant) span.unit-people:after {
  content: "人";
}

html:lang(en) span.unit-people:after {
  content: "Pax";
}

html:lang(ja) span.unit-people:after {
  content: "名";
}

html:lang(ko) span.unit-people:after {
  content: "명";
}

/* 金額(00円) */

html:lang(zh-hant) span.unit-price:after {
  content: "日圓";
}

html:lang(en) span.unit-price:after {
  content: "JPY";
}

html:lang(ja) span.unit-price:after {
  content: "円";
}

html:lang(ko) span.unit-price:after {
  content: "엔";
}

/* 個数(トランク00個) */

html:lang(zh-hant) span.unit-item:after {
  content: "件";
}

html:lang(en) span.unit-item:after {
  content: "Pcs";
}

html:lang(ja) span.unit-item:after {
  content: "個";
}

html:lang(ko) span.unit-item:after {
  content: "개";
}

/* 言語別単位CSS(featured-cars)拡充 */

/* 人数(定員00人) */

html:lang(zh-hant) div.featured-cars span.unit-people:before {
  content: "乘坐人數 : ";
}

html:lang(en) div.featured-cars span.unit-people:before {
  content: "Number of passengers : ";
}

html:lang(ja) div.featured-cars span.unit-people:before {
  content: "乗車人数 : ";
}

html:lang(ko) div.featured-cars span.unit-people:before {
  content: "정원 : ";
}

/* 排気量 */

html:lang(zh-hant) div.featured-cars span.unit-cc:before {
  content: "排氣量 : ";
}

html:lang(en) div.featured-cars span.unit-cc:before {
  content: "Engine Displacement : ";
}

html:lang(ja) div.featured-cars span.unit-cc:before {
  content: "排気量 : ";
}

html:lang(ko) div.featured-cars span.unit-cc:before {
  content: "배기량 : ";
}

/* 大見出し */

html:lang(zh-hant) div.featured-cars h2 span:before {
  content: "車款類型";
}

html:lang(en) div.featured-cars h2 span:before {
  content: "Car type";
}

html:lang(ja) div.featured-cars h2 span:before {
  content: "レンタカーのご紹介";
}

html:lang(ko) div.featured-cars h2 span:before {
  content: "렌터카 소개";
}

/* 車両クラス(タブ) */

html:lang(zh-hant) div.featured-cars h3 span.tab-compact:before {
  content: "小型車款";
}

html:lang(en) div.featured-cars h3 span.tab-compact:before {
  content: "Compact";
}

html:lang(ja) div.featured-cars h3 span.tab-compact:before {
  content: "コンパクト";
}

html:lang(ko) div.featured-cars h3 span.tab-compact:before {
  content: "컴팩트";
}

html:lang(zh-hant) div.featured-cars h3 span.tab-convertible:before {
  content: "敞篷車款";
}

html:lang(en) div.featured-cars h3 span.tab-convertible:before {
  content: "Convertible";
}

html:lang(ja) div.featured-cars h3 span.tab-convertible:before {
  content: "オープンカー";
}

html:lang(ko) div.featured-cars h3 span.tab-convertible:before {
  content: "오픈카";
}

html:lang(zh-hant) div.featured-cars h3 span.tab-minivan:before {
  content: "旅行車款";
}

html:lang(en) div.featured-cars h3 span.tab-minivan:before {
  content: "Mini van";
}

html:lang(ja) div.featured-cars h3 span.tab-minivan:before {
  content: "ミニバン";
}

html:lang(ko) div.featured-cars h3 span.tab-minivan:before {
  content: "미니벤";
}

html:lang(zh-hant) div.featured-cars h3 span.tab-wagon:before {
  content: "廂型車款";
}

html:lang(en) div.featured-cars h3 span.tab-wagon:before {
  content: "Wagon";
}

html:lang(ja) div.featured-cars h3 span.tab-wagon:before {
  content: "ワゴン";
}

html:lang(ko) div.featured-cars h3 span.tab-wagon:before {
  content: "8인승 벤";
}

html:lang(zh-hant) div.featured-cars h3 span.tab-premium:before {
  content: "商旅車款";
}

html:lang(en) div.featured-cars h3 span.tab-premium:before {
  content: "Premium";
}

html:lang(ja) div.featured-cars h3 span.tab-premium:before {
  content: "商用車クラス";
}

html:lang(ko) div.featured-cars h3 span.tab-premium:before {
  content: "상용차";
}

html:lang(zh-hant) div.featured-cars h3 span.tab-passenger-van:before {
  content: "商用廂型車款";
}

html:lang(en) div.featured-cars h3 span.tab-passenger-van:before {
  content: "Premium Passenger Van";
}

html:lang(ja) div.featured-cars h3 span.tab-passenger-van:before {
  content: "商用バン";
}

html:lang(ko) div.featured-cars h3 span.tab-passenger-van:before {
  content: "상용벤";
}

/*************************
/* flex-box
*************************/

.flex-box {
  display: -webkit-flex;
  /* Safari */
  display: flex;
}

.flex-box-nowrap {
  -webkit-flex-wrap: nowrap;
  /* Safari */
  flex-wrap: nowrap;
}

.flex-box-wrap {
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
}

.flex-box-row-rever {
  -webkit-flex-direction: row-reverse;
  /* Safari */
  flex-direction: row-reverse;
}

.flex-box-space-b {
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
}

.flex-box-space-a {
  -webkit-justify-content: space-around;
  /* Safari */
  justify-content: space-around;
}

.flex-box-space-c {
  -webkit-justify-content: center;
  /* Safari */
  justify-content: center;
}

.flex-box-item-c {
  -webkit-align-items: center;
  align-items: center;
}

.flex-box-item-s {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.flex-box-item-e {
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

.flex-box-item-b {
  -webkit-align-items: baseline;
  align-items: baseline;
}
@media (max-width: 960px) {
  /*	車種・料金	*/
  section.car-detail,
  section.car-result-list{
    width: 100%;
    overflow-x: hidden;
  }
  section.car-detail .car-carousel {
    width: 100%;
  }
  .capsule, .car-btn>button {
    width: 100px;
  }
  .car-datail-box3 dt {
    flex: 0 0 100%;
    margin-bottom: 10px;
  }
  .money-box1 ul {
    padding: 0;
  }
  .money-box1 ul li {
    width: 23%;
    display: inline-block;
    padding: 0;
    flex: inherit;
    margin: 0;
    border-radius: 5px;
    height: 80px;
  }
  .money-box1 .flex-box-space-c {
    padding: 0 10px !important;
    justify-content: space-around;
  }
  /*result page */
  div.flex-box > div.result-cars-left {
    flex: inherit;
    text-align: center;
  }
  .result-cars-right .flex-box {
    display: inherit;
  }
  .result-cars-right dl.dl-type1 > dt > span {
    position: relative;
  }
  .result-cars div.flex-box > div.result-cars-right {
    flex: inherit;
  }
  .btn-type1.detail-cars-btn {
    margin: 10px auto;
  }
  .result-cars-right dl.dl-type1 > dt {
    flex: inherit;
  }

  .car-reservation,
  .car-reservation-confirm,
  .car-reservation-done {
    width: 100%;
  }
  #reservation-contents > .wpb_wrapper {
    display: block;
  }
  #reservation-contents .wpb_wrapper >div.arrow-r {
    text-align: center;
  }
  #reservation-contents .wpb_wrapper >div.arrow-r i.fa {
    transform: rotate(90deg);
  }
  .location-contents01 dl.dl-type1 > dt, .location-contents02 dl.dl-type1 > dt, .location-contents03 dl.dl-type1 > dt, .mypage-login dl.dl-type4 > dt, .diving-price dl.dl-type1 > dt, .company-contents01 dl.dl-type1 > dt, .result-cars-right dl.dl-type1 > dt, .reservation-contents dl.dl-type4 > dt {
    flex: inherit;
  }
  .location-contents01 dl.dl-type1 > dt > span, .location-contents02 dl.dl-type1 > dt > span, .location-contents03 dl.dl-type1 > dt > span, .mypage-login dl.dl-type4 > dt > span, .diving-price dl.dl-type1 > dt > span, .company-contents01 dl.dl-type1 > dt > span, .result-cars-right dl.dl-type1 > dt > span, .reservation-contents dl.dl-type4 > dt > span {
    position: relative;
  }
  .dl-type4 {
    display: inherit;
  }
  dl.dl-type4 > dt > span {
    position: relative;
    top: 0;
  }
  .form_back_btn > button, .form_next_step > button {
    width: 45%;
    font-size: 16px !important;
    margin-left: 0;
    margin-right: 0;
  }
  .form_back_btn , .form_next_step {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  /*Reservation */
  .reservation_form > form > .wpforms-field-container > .wpforms-field > label {
    flex: inherit;
    display: block;
    justify-content: unset;
    align-items: unset;
    width: 100%;
    font-weight: normal;
    padding-left: 10px;
    text-align: unset;
  }
  .reservation_form > form > .wpforms-field-container > .wpforms-field > :nth-child(2) {
    padding: 10px;
  }
  input[readonly="readonly"] {
    padding: 0 !important;
  }
}

@media (max-width: 768px) {
 .car_block{width: 100%;padding:0px;}
	.car-result-img {
    width: 100%;
    height: inherit;
}
	.car_block .detail{margin-bottom: 20px;}
}
@media (max-width: 420px) {
  .result-box-time .result-box-time-start , .result-box-time .result-box-time-return {
    white-space: nowrap;
    font-size: 14px;
  }
  .result-box-time div.result-box-time-start {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .result-box-time div.result-box-time-start span, .result-box-time div.result-box-time-return span {
    display: inline-block;
    line-height: unset;
    font-size: 14px;
    white-space: nowrap;
    width: 180px;
    text-align: center;
  }
  .result-box-time {
    padding: 24px;
  }
  /*Result col...*/
  div .btn-type1 a {
    font-size: 18px;
  }
  .result-cars-left .car-result-img {
    width: 100%;
    height: auto;
  }
  .result-cars dl.dl-type1 > dt {
    padding: 0.5em;
    border-right: 0;
  }
  dl.dl-type1 > dt > span { padding: 0; }
  dl.dl-type1 > dd {
    padding: 1em;
  }
}
