@charset "UTF-8";
/*
Theme Name:Car Rental Reservation new
Theme URI:
Description:
Author:Powerd by TECHCARAVAN,
Version:1.0.0
*/




body.login              {}
#login                  {}
#login h1               {/*ここのWordPressのロゴマークが入っている*/}
#login p.message        {/*ログアウトしました。のメッセージ*/}
#login form#loginform   {/*<input type=text>などのフォーム一式*/}
#login form p.submit                        {/*ログインボタン*/}
#login form p.submit input[type="submit"]   {/*ログインボタン*/}
#login p#nav            {/*パスワードをお忘れですか? のメッセージ*/}

input.form-control{
  color: #333;
  box-shadow: none;
}
select.form-control{
  color: #333;
  box-shadow: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
 input[type="number"] {
  -webkit-appearance: none;
  -moz-appearance: textfield;
  margin: 0;
}

*::-webkit-scrollbar {
  width: 2px;
}
*::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.5);
}
*::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.5);
}


body.login-action-lostpassword{

}

body.login-action-lostpassword #login p#nav {
  display: none;
}

body.login-action-lostpassword #login {
    width: 100%;
    max-width: 420px;
    padding: 8% 0 0;
    margin: auto;
}

.wpcf7-form-control-wrap {
    position: static!important;
}

.cart{
  background-color: #fff;
  color: #333;
}

.text-center{
  text-align: center;
}

.compleat-msg{
  padding: 30px 0;
}

.compleat-msg h3{
  margin-bottom: 15px;
}

.compleat-msg p{
  margin-bottom: 5px;
}

.sp-header .menupanel li a.sys,
.pc-header .subnav li a.sys{
  color: #555;
  cursor: no-drop;
}

.sp-header .menupanel li a.sys:hover,
.pc-header .subnav li a.sys:hover{
  color: #555;
}

.pc-header .subnav li.login.on{
  position: relative;
  background-color: #4f9033;
}

.sp-header li.login.on a,
.pc-header li.login.on a{
  color:#fff;
}
.sp-header li.login.on small.welcome,
.pc-header .subnav li.login.on small.welcome{
  font-size: 11px;
  margin-right: 5px;
}


.sp-header li.login.on a:hover small,
.pc-header li.login.on a:hover small{
  font-size: 10px;
  color: #fff;
}

.sp-header li.login.on a:hover,
.sp-header li.login.on a:hover small,
.sp-header li.login.on a:hover span,
.pc-header li.login.on a:hover,
.pc-header li.login.on a:hover small,
.pc-header li.login.on a:hover span
{
  color: #fff;
}



.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}


.alert {
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    position: relative;
}
.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.alert-dismissible {
    padding: 1rem;
    padding-right: 2.5rem;
}

.alert-dismissible .close {
    position: absolute;
    right: 0;
    top: -15px;
    padding: .25rem 0.25rem;
    color: inherit;
    border: none;
    background-color: #3c763d;
    font-size: 16px;
    color: #fff;
}


.breadcrumb{
  display: flex;
  flex-direction: row;
  text-align: left;
}

.breadcrumb li{
  padding: 0 15px 0 0;
}

.tenpo-name{
  display: block;
  font-size: 15px;
}

.calendar-sys{
  background-color: #ddd;
}

#calendar{
  padding: 0 30px;
  color: #333;
}

.calendar-sys .row{
  display: block!important;
  flex-wrap: unset;
}



.car-flex{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.car-flex .car-main{
  width: 80%;
}

.car-flex .car-side{
  width: 29.999%;
}


.car-side{
  color: #333;
  background-color: transparent;
}


.car-main .w-8{
  width: 80%;
}

.car-main .close-sc{
  color: #333;
  text-align: center;
}

#calendar .login-user{
  padding: 15px 0;
  text-align: center;
  color: #fff;
  font-size: 14px;
  background-color: #278a3c;
  margin-bottom: 15px;
}

#calendar .login-user span{
  color: #fff;
}



#login form p.submit input[type="submit"] {
  background-color: #C62601;
  border-radius: 0;
  border:none;
  text-shadow: none;
  box-shadow: none;
}

#car_detail{

}
#car_detail p{
  line-height: 2em;
}
#car_detail .items{
  margin-bottom: 30px;
}
#car_detail h1{
  font-size: 3em;
  margin:0;
  padding:0;
}
#car_detail h2{
  margin-bottom: 20px;
  margin-top: 20px;
  border-bottom: 1px solid #eee;
}

#car_detail .row{
  display: flex;
  justify-content: space-between;
}

#car_detail img{
  width: auto;
  max-width: 100%;
  padding:10px;
  border:1px solid #C5C5C5;
}
#car_detail .car-info-top{
  padding-top: 30px;
  padding-bottom: 30px;
}
#car_detail .items-slider{
  position: relative;
  display: flex;
  align-items: center;
  opacity: 0;
}

#car_detail .item-thumbnail{
  position: relative;
  display: flex;
  align-items: center;
  background-color: #dd2525;
  opacity: 0;
}

#car_detail .car-spec{
  background: #fff;
  padding: 0 30px;
  display: flex;
}
#car_detail .car-spec table{
  background: transparent;
}

#car_detail .car-spec th{
  width: 185px;
}
#car_detail .car-spec td{
  font-weight: normal;
  letter-spacing: normal;
}
#car_detail .car-spec th,#car_detail .car-spec td{
  color: #000;
  text-align: left;
  padding: 6px;
}

#car_detail .monobg{
  display: flex;
  justify-content: space-between;
}

#car_detail .info{
  margin-bottom: 60px;
  padding: 30px;
  background-color: #fff;
}
#car_detail .notes{
  margin-bottom: 60px;
  padding: 30px;
  background-color: #fff;
}


#car_detail .freebg{
  background-color: #444;
}
#car_detail .free{
  padding: 30px;
}
#car_detail .free dl{
   padding: 0;
  margin: 0;
}
#car_detail .free dt{
  font-size: 16px;
  padding: 0;
  margin: 0;
}
#car_detail .free dd{
  padding: 15px 0;
  margin: 0;
}

@media screen and (max-width: 991px) {
  #car_detail .row{
    flex-direction: column;
  }
}

.shop-contents{
  padding: 15px 10px;
    background-color: #fff;
}
.shop-contents .detail{
  display: flex;
  flex-direction: column;
  padding: 10px;
}
.shop-contents .detail dt,
.shop-contents .detail dd{
  margin: 0;
  padding: 0;
  font-weight: normal;
}
.shop-contents .detail dt{
  padding-bottom: 15px;
}

.shop-contents .detail dd{
  display: block;
  width: 100%;
}

.shop-contents .detail dd div{
  font-size: 12px;
  display: block;
  text-align: left;
  padding-bottom: 15px;
}
.shop-contents .detail dd .title{
  font-weight: bold;
  font-size: 12px;
  display: block;
  text-align: left;
  padding: 5px 0;
  border-bottom: 1px solid #eee;
}
.shop-contents .detail dd span{
  display: block;
  padding: 5px 0;
}


.acf-map {
  width: 100%;
  height: 150px;
  border: #ccc solid 1px;
  margin: 5px 0 20px 0;
}

/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
}

.input-form{
  max-width: 760px;
  margin:20px auto;
}

.input-form .help-desc{
  margin-bottom: 15px;
  text-align: left;
  font-size: 13px;
  line-height: 1.6em;
}

.input-form input[type="password"],
.input-form input[type="email"],
.input-form input[type="text"],
.input-form input[type="number"],
.input-form input[type="tel"],
.input-form select
{
  -webkit-appearance:none;
  padding-left: 8px;
  padding-right: 8px;
  border-radius: 4px;
  font-size: 12px;
}
.input-form input[type="password"]:focus ,
.input-form input[type="email"]:focus ,
.input-form input[type="text"]:focus ,
.input-form input[type="number"]:focus,
.input-form input[type="tel"]:focus,
.input-form select:focus {
  outline: 0;
  border-color: orange;
}

  .input-form tr{
    border-bottom: 1px solid #eee;
  }
  .input-form th{
    min-width: 250px;
    text-align: left;
    padding: 15px 10px;
  }

.page-user_confirm .input-form th{
    min-width: auto;
    width: 220px;
}

.page-user_confirm .input-form .form-control{
   font-size: 12px;
   border-radius: 4px;
}

.page-user_confirm .input-form .form-control.em5{
  width: 5em;
}

.page-user_confirm .input-form .form-control::placeholder {
  color: #ccc;
  font-weight: normal;
}

.page-user_confirm .input-form .form-control:-ms-input-placeholder {
  color: #ccc;
  font-weight: normal;
}

.page-user_confirm .input-form .form-control::-ms-input-placeholder{
  color: #ccc;
  font-weight: normal;
}



  .input-form th .re{
    color: #f94242;
    font-weight: normal;
    font-size: 12px;
    font-weight: bold;
  }
  .input-form th span:nth-child(2){
    display: block;
    text-align: left;
    font-size: 12px;
  }
  .input-form td{
    text-align: left;
    padding: 15px 5px;
  }
  .input-form .form-control{
    /* width: 150px; */
    height: 36px;
    padding-left: 8px;
    padding-right: 8px;
  }
  .input-form .form-control.full{
    width: 99%;
  }
  .input-form td .flow{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  .input-form td .flow.column{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .input-form td .flow>div{
    margin-right: 5px;
    margin-left: 5px;
  }
  .input-form td .flow>div.no-margin-bottom
  {
    margin-bottom: 0;
  }
  .input-form td .flow>div.no-margin-right
  {
    margin-right: 0;
  }
  .input-form td .flow>div.no-margin-left
  {
    margin-left: 0;
  }

  .input-form td .flow.column>div{
    margin-bottom: 12px;
  }
  .input-form .em5{
    width: 5em;
  }

  .input-form .req-val{
    border: 1px red solid;
  }

  .input-form .help-block{
    display: block;
    font-size: 12px;
    color: #a94442;
    padding: 1px 5px;
    margin-top: 5px;
  }

  .input-form .help-block.info{
     display: block;
    font-size: 12px;
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
    padding: 1px 5px;
    margin-top: 5px;
    margin-bottom: 15px;
  }

  .reserv-confirm{
    margin: 60px auto;
  }

  .reserv-confirm table{
      width: 100%;
      font-family: sans-serif;
  }
  .reserv-confirm tr{
     border-bottom: 1px solid #999;
  }
  .reserv-confirm tr:first-child{
    border-top: 1px solid #999;
  }
  .reserv-confirm th{
    font-weight: bold;
    padding: 3px 10px;
    min-width: auto;
    background-color: #e5e4e5;
    text-align: center;
  }
  .reserv-confirm td{
     padding: 3px 15px;
     font-weight: normal;
     font-size: 12px;
     text-align: right;
  }

  .reserv-confirm td:nth-child(1){
    width: 185px;
    background-color: #fff;
    border-right: 1px solid #999;
  }
   .reserv-confirm td.price{
    background-color: #fdf6db;
  }
  .reserv-confirm td.corse{
    background-color: #fff;
     font-size: 12px;
     border-left: 1px solid #999;
  }
  .reserv-confirm table.detail{
      margin-top: 0px;
      margin-bottom: 30px;
      margin-left: auto;
      margin-right: auto;
  }
  .reserv-confirm table.detail tr{
    border-bottom: 1px dashed #c5c5c5;
  }
  .reserv-confirm table.detail tr:last-child{
    border-bottom: 1px solid #999;
  }
  .reserv-confirm table.detail th{
    text-align: right;
    background-color: #eee;
    padding:5px 15px;
    font-size: 12px;
  }
  .reserv-confirm table.detail td{
    padding:5px 10px;
    text-align: left;
  }

  .reserv-confirm.fee summary{
    margin-top: 30px;
  }

  .error-list{
    margin-bottom: 15px;
  }

  .register-label{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px 15px;
    background-color: #e5e4e5;
    border-radius: 10px;
  }
#reg_chk{
  font-size: 12px;
}
#reg_chk:checked + .register-label{
  background-color: #eee;
}

  .riyou-waku{
    padding: 15px 0;
    color: #bf9d17;
  }

  .claim{

  }

  .reserv-confirm .claim  td{
    padding: 5px 10px;
  }
  .reserv-confirm .claim  td.price{
    font-weight: bold;
    font-size: 14px;
  }


  .reserv-nav{
  width: 100%;
}

.reserv-nav ul{
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.reserv-nav ul li{
  display: block;
  width: 100%;
  padding: 5px 5px 5px 15px;
  text-align: center;
  background-color: #eee;
  border-right: 1px solid #ddd;
}

.reserv-nav ul .fa{
  margin-left: 10px;
}


.reserv-nav ul li.current{
  background-color: #dd2525;
  color: #fff;
}

.btn-area-flex{
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}

#overlap{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding-left: 10%;
    padding-right: 10%;
    background-color: rgba(0,0,0,0.6);
    z-index: 1;
    font-size: 18px;
    line-height: 1.8em;
}

#overlap .wrap{
  margin-top: 40vh;
}

#overlap .alert-dismissible .close{
  font-size: 18px;
}

#total_price{
  color: #dd2525;
  font-size: 18px;
  font-weight: bold;
}

#step_form1 input[type="text"].fee-inp{
  border: none;
  background-color: transparent;
  width: auto;
  max-width: 6em;
  margin-right: 0;
  margin-left: auto;
  text-align: right;
  padding-right: 5px;
}

.line-btn{
  color: #dd2525;
  border-color: #dd2525;
}

#retBtn{
  border:1px solid #dd2525;
  color: #dd2525;
}

#retBtn:after{
  content: '';
}


#modal-login{
  display: none;
}
#nextBtn{
  background-color: #dd2525;
}

#nextBtn:after{
  content: '';
}

.redBtn{
  color: #dd2525;
  border-color: #dd2525;
}

.kiyaku-frame{
 
}

.kiyaku-frame .kiyaku{
   width: 100%;
   height: 150px;
   resize: vertical;
}

.modal-login{

}

.modal-login .btn{
  font-size: 16px;
  background-color: #e03737;
  border: none;
}
.modal-login .btn:hvoer{
  opacity: 0.8;
}


.modal-login small{
  font-size: 12px;
}

.text-center{
  text-align: center;
}
.text-left{
  text-align: left;
}
.text-right{
  text-align: right;
}


.search-container{
  width: 100%;
  text-align: center;
  background: rgba(0,0,0,.1);
  padding:10px 0;

}


#car-search-box{
  display: inline-table;
  vertical-align: top;
  line-height: 2em;
  margin-right: 30px;
}

.date-select{
 line-height: 2em;
 display: inline-table;
 vertical-align: top;
}



.car-search-box {
    display: inline-table;
    vertical-align: top;
    margin: 0px auto 0 auto;
    padding-top: 0;
    line-height: 1.5em;
    margin-left: 0;
    margin-right: auto;
    padding: 30px;
    background-color: rgba(0,0,0,0.7);
    text-align: center;
}

.car-search-box .btn{

}


.car-search-box th{
  width: 120px;
  padding: 5px;
  text-align: left;
}

.car-search-box td{
   padding: 5px;
   text-align: left;
}
.car-search-box select.form-control,
.car-search-box .form-control{
  display: inline-block;
  width: auto;
  background-color: #fff;
  box-sizing: border-box;
    border: none;
    border-radius: 3px;
}



.car-search-table{
  width: 100%;
  padding: 30px;
  background-color: #fff;
  color: #333;
  overflow-x: scroll;
}

.car-search-table table{
  width: 100%;
  background-color: #fff;
}
.car-search-table tbody tr{
  border: 1px solid #8d949e;
}
.car-search-table tbody th{
  padding: 5px 10px;
  color: #333;
  white-space: nowrap;
}

.car-search-table tbody td{
  color: #666;
  font-size: 12px;
  white-space: nowrap;
}

.car-search-table table .title{
  background-color: #eee;
  font-size: 11px;
  text-align: left;
  padding: 0;
  position: relative;
  width: 190px;
}
.car-search-table table .title figure{
  width: 100%;
  padding: 0 5px 0 0;
  height: 55px;
  overflow-y: hidden;
  background-color: #202020;
  display: flex;
  align-items: center;
}

.car-search-table table .title figure img{
  width: 38px;
  height: 38px;
}
.car-search-table table .title span{
  color: #fff;
  display: block;
  margin: auto;
  font-size: 11px;
  padding: 0 7px;
   white-space: initial;
}

.car-search-table table .date{
  width: 135px;
  padding: 5px 10px;
  background-color: #f9f9f9;
  line-height:1.8em;
}

.car-search-table table .date a{
  color: #dd2525;
  display: block;
  text-decoration: none;
}
.car-search-table table .date a:hover{
   text-decoration: underline;
}

.car-search-table table .plan{
  font-size: 12px;
  background-color: #fff;
  padding: 3px 10px;
}

.car-search-table table .plan span{
  color: #666;
  font-size: 12px;
  display: block;
  padding: 2px 0px 0 0px;
}


.car-search-table table .price{
  font-size: 12px;
  color: #333;
  padding: 5px 10px;
  border-left: 1px solid #aaa;
  text-align: right;
}

.car-search-table table .rev{
  font-size: 12px;
  padding: 0 3px;
}

.car-search-table table .rev .btn{
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
}
.car-search-table table .rev .btn:hover{
  background-color: #dd2525;
    border-color: #dd2525;
    color: #fff;
    opacity: 0.8;
}
.car-search-table table .rev .btn:after{
  content: none;
}


.page-car_search .nonepad{
  padding-left: 0;
  padding-right: 0;
}



@media screen and (min-width: 1030px) {

   .reserv-confirm th{
    width: 180px;
  }


}



@media screen and (max-width: 990px) {



}



@media screen and (min-width: 440px) and (max-width: 860px) {



}


@media screen and (max-width: 750px) {

  #calendar .reserv-nav ul li{
    font-size: 12px;
  }

  #calendar .time-labels{
    margin-left: 0;
  }

}



@media screen and (max-width: 991px) {


  .car-search-box{
    width: 100%;
    color: #fff;
  }

  .car-search-box td select.form-control,
.car-search-box td .form-control{
  display: inline-block;
  width: auto;
 padding: 0;
}

.car-search-box th{
  width: 3em;
  padding-left: 0;
}

.car-search-box .pull-box{
  display: flex;
  justify-content: space-between;
}

#car-search-box.car-search-box .pull-box select{
  width: 19%;
  text-align: center;
}

#car-search-box.car-search-box .pull-box select option{
  text-align: center;
}

.date-select{
  display: block;
}

.car-search-table table .title span{
   white-space: unset;
}

.search-container{
  padding-top: 0;
  padding-bottom: 0;
}

#car-search-box{
  margin-right: auto;
  margin-bottom: 15px;
  line-height: 3em;
}

.date-select{
  line-height: 3em;
}

#car_detail .car-spec th{
  width: auto;
}


  #overlap .alert{
    font-size: 12px;
  }

  .cart .riyou-waku,
  .cart .reserv-confirm th,
  .cart .reserv-confirm td{
    font-size: 11px;
  }

  .reserv-confirm td:nth-child(1){
     width: auto;
  }
  .reserv-confirm table.detail th{
    font-size: 11px;
  }
  .reserv-confirm table.detail.user-table{

  }
  .reserv-confirm table.detail.user-table th{
    display: block;
    text-align: left;
  }
  .reserv-confirm table.detail.user-table td{
    display: block;
  }

  #car_detail h1 {
    font-size: 1.5em;
    margin: 0;
    padding: 0;
}

.cart.page-user_confirm .input-form {
    padding: 30px 0px;
}

.page-user_confirm .input-form th{
  width: auto;
}
.cart .reserv-nav ul li {
    padding: 5px 0px 5px 0px;
    font-size: 10px;
}


  #overlap {
      position: fixed;
      text-align: center;
      padding-left: 5%;
      padding-right: 5%;
      background-color: rgba(0,0,0,0.6);
      z-index: 1;
      font-size: 14px;
      line-height: 1.5em;
  }
  #overlap .alert-dismissible .close {
    font-size: 24px;
  }

  #car_detail .info{
    margin-bottom: 15px;
    padding: 30px 15px;
    font-size: 12px;
    line-height: 1.8em;
  }
  #car_detail .info h2 {margin:0 15px 8px;}
  #car_detail .info div {padding:0 15px;}
  #car_detail .notes{
    margin-bottom: 15px;
    padding: 30px 15px;
     font-size: 12px;
    line-height: 1.8em;
  }
  #car_detail .notes h2 {margin:0 15px 8px;}
  #car_detail .notes div {padding:0 15px;}

  .search-container .container{
    padding-left: 0;
    padding-right: 0;
  }



}

@media screen and (max-width: 449px) {

  .car-search-box{
    padding: 30px 15px;
  }



}

.info-icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-color: gray;
  color: white;
  border-radius: 50%;
  text-align: center !important;
  line-height: 18px;
  font-weight: bold;
  font-style: italic;
  font-family: serif;
  cursor: help;
  position: relative;
  margin-left: 5px;
}

.tooltip {
  visibility: hidden;
  width: 400px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -100px;
  opacity: 0;
  transition: opacity 0.3s;
}

.info-icon:hover .tooltip {
  visibility: visible;
  opacity: 1;
}