/*===============================================
@media screen and (min-width: 1024px){

}
@media screen and (max-width: 1024px){

}
@media screen and (max-width: 750px){

}
===============================================*/

/*===============================================
header
===============================================*/
header{
  background-color: #fff;
  border-top: 3px solid #309ed3;
}
.header-ul{
  display: table;
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.header-li{
  display: table-cell;
}
@media screen and (min-width: 1024px){
  header{
    height: 100px;
  }
  .header-ul{
    width: 1024px!important;
    margin: 0 auto;
    position: relative;
    z-index:1;
  }
  .header-li.menu .sb-toggle-right{
    display: none;
  }
  header h1{
    width: 120px;
    height: 30px;
    position: absolute;
    top: 32px;
    right: 50%;
    margin-left: -60px;
  }
  li.header-li.menu {
    text-align: right;
    vertical-align: middle;
  }
  .bt-reserve-check{
    background-color: #fff;
    border: 1px solid #309ed3;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    color: #309ed3;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    font-size: 1.6em;
    padding: 5px 15px;
    font-weight: bold;
    margin-top: 23px;
  }
}
@media screen and (max-width: 1024px){
  header{
    height: 70px;
  }
  header h1{
    text-align: center;
  }
  header h1{
    width: 120px;
    height: 30px;
    position: absolute;
    top: 8px;/*top: 20px;*/
    left: 20%;/*left: 50%;*/
    right: 50%;
    margin-left: -60px;
  }
  .header-ul{
    height: 70px;
  }
  .header-li.menu{
    vertical-align: middle;
  }
  .header-li.menu{
    color: #309ed3;
    cursor: pointer;
    font-size: 3.0em;
    text-align: right;
    padding-right: 10px;
  }
  .bt-reserve-check{
    display: none;
  }
}
/*===============================================
contents
===============================================*/
/*search-agenda*/
.search-agenda h3 span{
  background-color: #309ed3;
  color: #fff;
  padding: 0px 2px;
}
.search-agenda h3{
  font-size: 1.8em;
  font-weight: bold;
}
@media screen and (min-width: 1024px){
  .search-agenda{
    background-color: #fff;
    border: 3px solid #309ed3;
    border-radius: 4px;
    -webkit-box-shadow: 6px 6px 0 rgba(0,0,0,0.10);
    -moz-box-shadow: 6px 6px 0 rgba(0,0,0,0.10);
    box-shadow: 6px 6px 0 rgba(0,0,0,0.10);
    padding: 10px;
    width: 385px;
  }
  .search-agenda h2{
    font-size: 2.0em;
    font-weight: bold;
    margin-bottom: 5px;
    text-align: center;
  }
  .search-agenda h2 span{
    font-size: 150%;
  }
  .search-agenda-box{
    position: relative;
  }
  .title-agenda-pc {
    position: absolute;
    top: -64px;
    left: 50%;
    right: 50%;
    margin-left: -73px;
  }
  .search-agenda-ul{
    display: table;
  }
  .search-agenda-li{
    display: table-cell;
  }
  .search-agenda-ul li.koumoku{
    background-color: #e6eaed;
    font-size: 1.8em;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    width: 70px;
  }
  .search-agenda-ul li.nyuryoku{
    padding-left: 10px;
  }
  .koumoku-accent{
    border-top: 1px solid #cbcfd2;
    border-bottom: 1px solid #f9fdff;
    width: 35px;
    margin: 5px auto;
  }
  .search-agenda-wrap{
    width: 1024px;
    position: absolute;
    top: -2px;
    right: 50%;
    left: 50%;
    margin-left: -512px;
  }
  .cartype-check-area-ul{
    display: table;
    border-collapse: collapse;
  }
  .cartype-check-area-li{
    display: table-cell;
  }
  .cartype-check-area-ul .bt-check-area{
    display: inline-block;
  }

  .agenda-window-wrap{
    position: relative;
  }
  .agenda-window{
    z-index: 101;
  }
  .agenda-window.position02{
    top: -444px;
    left: 410px;
    width: 560px;
    height: 475px;
  }
  .agenda-window-parts{
    position: relative;
  }
  .agenda-window-parts .agenda-window-peke{
    position: absolute;
    top: -26px;
    right: 0;
    margin-right: -22px;
    color: #e5194e;
    cursor: pointer;
  }
  .position01 .agenda-window-parts .agenda-window-arrow{
    position: absolute;
    top: 180px;
    left: 0;
    margin-left: -37px;
    cursor: pointer;
  }
  .position02 .agenda-window-parts .agenda-window-arrow{
    position: absolute;
    bottom: -237px;
    left: 0;
    margin-left: -37px;
    cursor: pointer;
  }
  .position03 .agenda-window-parts .agenda-window-arrow{
    position: absolute;
    top: 344px;
    left: 0;
    margin-left: -37px;
    cursor: pointer;
  }
  .search-agenda-ul .koumoku-sp,
  .bt-search-agenda-option{
    display: none;
  }
  .search-agenda-option{
    display: block!important;
  }
}
@media screen and (max-width: 1023px){
  .search-agenda-wrap{
    margin-top: 40px;
  }
  .title-agenda-pc,
  .border-dotted-gray3px,
  .search-agenda-wrap h2{
    display: none;
  }
  .search-agenda h3{
    background-color: #e6eaed;
    padding: 10px;
  }
  .search-agenda-ul li.koumoku,
  .agenda-window-move,
  .agenda-window-arrow{
    display: none;
  }
  .search-agenda-ul li.nyuryoku{
    padding: 0 10px;
  }
  /*.agenda-window,*/
  .cartype-check-area-ul .bt-check-area {
    display: block!important;
  }
  .bt-radio-area-wrap,
  .agenda-window-parts .search-agenda-ul{
    width: 100%!important;
  }
  .search-agenda-ul .koumoku-sp{
    font-size: 1.8em;
    font-weight: bold;
  }
  .search-agenda-option{
    background-color: #e6eaed;
    margin: 0 10px 10px 10px;
    padding: 10px 0;
  }
  .bt-search-agenda-option{
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 4px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 1.8em;
    padding: 10px 32px 10px 10px;
    margin: 0 10px 10px 10px;
    position: relative;
  }
  .bt-search-agenda-option:after {
    font-family: FontAwesome;
    content: '\f055';
    position: absolute;
    color: #000;
    right: 10px;
    top: 50%;
    bottom: 50%;
    margin-top: -12px;
    font-size: 120%;
  }
  .bt-search-agenda-option.selected{
    background-color: #309ed3;
    border-radius: 4px 4px 0 0;
    color: #fff;
    margin-bottom: 0!important;
  }
  .bt-search-agenda-option.selected:after {
    content: '\f056';
    color: #fff;
  }
  .search-agenda-option .bt-radio-area,
  .search-agenda-option .bt-check-area {
    background-color: #fff;
    color: #000;
  }
  .bt-search-agenda-option .close,
  .bt-search-agenda-option.selected .open{
    display: none;
  }
  .bt-search-agenda-option.selected .close{
    display: block;
  }
  .search-agenda-half-ul{
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .search-agenda-half-li{
    display: table-cell;
  }
  .search-agenda-half-li:first-child{
    padding-right: 5px;
  }
  .search-agenda-half-li:last-child{
    padding-right: 5px;
  }
  .main-visual-poko{
    display: none;
  }
  .flex-control-nav {
    width: 100%!important;
    bottom: -30px!important;
  }
  .slides img.pc{
    display: none!important;
  }
}

/*main-visual*/
.main-visual-box img{
  width: 100%;
}
@media screen and (min-width: 1024px){
  .main-visual-wrap{
    width: 1024px;
    margin: 0 auto;
    position: relative;
  }
  .main-visual-box{
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 6px 6px 0 rgba(0,0,0,0.10);
    -moz-box-shadow: 6px 6px 0 rgba(0,0,0,0.10);
    box-shadow: 6px 6px 0 rgba(0,0,0,0.10);
    padding: 20px;
    position: absolute;
    top: -35px;
  }
  .main-visual-poko{
    position: absolute;
    top: -15px;
    right: 50%;
    left: 50%;
    margin-left: -96px;
  }
  .slides img.sp{
    display: none!important;
  }
}
.lowest-price-label {
  display: block;
  font-size: 16px;
}
@media screen and (max-width: 1024px){
  .main-visual-poko{
    display: none;
  }
  .flex-control-nav {
    width: 100%!important;
    bottom: -30px!important;
  }
  .slides img.pc{
    display: none!important;
  }
}
/*info*/
@media screen and (min-width: 1024px){
  .info-li.left{
    width: 690px;
    padding-right: 40px;
    padding-left: 0!important;
  }
}
@media screen and (max-width: 1024px){
  .info-li.right{
    display: none;
  }
}
@media screen and (min-width: 750px){
  .info-area-wrap{
    width: 1024px;
    margin: 0 auto 60px auto;
  }
  .info-news-ul{
    border-left: 3px solid #e5194e;
    display: table;
  }
  .info-news-li{
    font-size: 1.6em;
    padding-left: 20px;
    display: table-cell;
  }
  .info-ul{
    display: table;
    width: 100%;
  }
  .info-li{
    display: table-cell;
  }
  .info-ul a{
    text-decoration: none;
    color: #000;
  }
  .info-li.left{
    padding: 0 10px 0 10px;
    vertical-align: top;
  }
  .info-li.right{
    text-align: right;
  }
  .title-info-sp{
    display: none;
  }
}
@media screen and (max-width: 750px){
  .info-area-wrap{
    margin-bottom: 30px;
  }
  .info-news-li{
    font-size: 1.6em;
  }
  .info-news-ul-wrap{
    padding: 10px;
    border-bottom: 1px dotted #000;
  }
  .info-news-ul-wrap.last{
    border-bottom: none;
  }
  .title-info-pc{
    display: none;
  }
  .title-info-sp{
    text-align: center;
    margin-bottom: 10px;
  }
  .title-info-sp img {
    width: 112px;
  }
  .title-info-sp-line {
    background-image: url(../images/title_info_sp_line.png);
    background-position: center top;
    height: 12px;
  }
}

/*campaign*/
.campaign-area-li a{
  font-size: 1.6em;
}
.campaign-area-li a{
  color: #000;
  display: block;
  text-decoration: none;
}

@media screen and (min-width: 1024px){
  .campaign-area-wrap{
    width: 1024px;
  }
  .campaign-area-wrap{
    margin: 0 auto;
    padding-top: 80px;
    padding-right: 0px!important;
    padding-left: 0px!important;
  }
  .campaign-area-img-pc{
    width: inherit!important;
  }
}
@media screen and (min-width: 750px){
  .campaign-area{
    position: relative;
  }
  .bg-accentgray{
    background-color: #e6eaed;
    height: 220px;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 10;
  }
  .campaign-area-wrap{
    margin: 0 auto;
    padding-top: 80px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .campaign-area-ul{
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .campaign-area-li{
    display: table-cell;
  }
  .campaign-area-ul .campaign-area-li:nth-child(1){
    padding-right: 5px;
  }
  .campaign-area-ul .campaign-area-li:nth-child(2){
    padding-right: 5px;
    padding-left: 5px;
  }
  .campaign-area-ul .campaign-area-li:nth-child(3){
    padding-left: 5px;
  }
  .campaign-area-box{
    background-color: #fff;
    border: 3px solid #000;
    -webkit-box-shadow: 6px 6px 0 rgba(0,0,0,0.10);
    -moz-box-shadow: 6px 6px 0 rgba(0,0,0,0.10);
    box-shadow: 6px 6px 0 rgba(0,0,0,0.10);
    padding: 80px 10px 10px 10px;
    position: relative;
    z-index: 50;
  }
  .title-campaign-pc{
    position: absolute;
    top: -71px;
    left: 50%;
    right: 50%;
    margin-left: -168px;
  }
  .campaign-area-img-pc{
    margin-bottom: 10px;
  }
  .campaign-area-img-sp,
  .title-campaign-sp,
  .title-campaign-sp-line{
    display: none;
  }
  .campaign-area-img-pc{
    width: 100%;
  }
}
@media screen and (max-width: 750px){
  .campaign-area-li ul{
    display: table;
    border-collapse: collapse;
    width: 100%;
  }
  .campaign-area-li ul li{
    display: table-cell;
    vertical-align: top;
  }
  .campaign-area-li ul li:first-child{
    padding-right: 10px;
    width: 95px;
  }
  .campaign-area-li{
    padding: 10px;
    border-bottom: 1px dotted #000;
  }
  .campaign-area-ul .campaign-area-li:last-child{
    border-bottom: none!important;
  }
  .campaign-area-img-pc,
  .title-campaign-pc{
    display: none;
  }
  .campaign-area-img-sp{
    width: 100%;
  }
  .title-campaign-sp{
    text-align: center;
    margin-bottom: 10px;
  }
  .title-campaign-sp img{
    width: 214px
  }
  .title-campaign-sp-line{
    background-image: url(../images/title_campaign_sp_line.png);
    background-position: center top;
    height: 8px;
  }
}


/*bg-town*/
.bg-town{
  background: url(../images/bg_town.png) repeat-x center;
  height: 61px;
  padding: 40px 0;
}

/*===============================================
footer
===============================================*/
.footer-copyright.pc {
    background-color: #309ed3;
}
.footer-copyright.sp  * {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-weight: normal;
}
.footer-copyright.sp {
  font-size: 10px;
  background: #196FB9;
  margin: 0 auto;
  padding: 6px 0 9px 0;
  color: #fff;
  text-align: center;
}
.footer-copyright.sp .copyright {
    line-height: 1.4;
    margin-top: 5px;    
}
.footer-menu-li li a {
  position: relative;
  padding-left: 10px;}
.footer-menu-li li a:before {
  content: '';
  position: absolute;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #fff;
  left: 0;
  top: 8px;}
@media screen and (max-width: 767px){
  .footer-menu-li li a {
    padding-left: 25px;}
  .footer-menu-li li a:before {
    border-left: 5px solid #000;
    left: 12px;
    top: 22px;}
}
@media screen and (min-width: 1024px){
  .footer-menu-pc-line{
    border-top: 1px solid #228cbd;
    border-bottom: 1px solid #53b3e0;
    margin: 0 auto 0px auto;
    width: 1024px;
  }
  .footer-menu-ul{
    width: 741px;
  }

}

@media screen and (min-width: 750px){
  .footer-copyright.sp {
    display: none;
  }  
  .footer-menu-li p.pc{
    color: #fff;
    font-size: 1.8em;
    font-weight: bold;
  }
  .footer-menu{
    background-color: #309ed3;
    padding: 10px;
  }
  .footer-menu-ul{
    display: table;
    margin: 30px auto 20px auto;
  }
  
  .footer-menu-li a{
    color: #fff;
    display: inline-block;
    font-size: 1.6em;
    text-decoration: none;
  }
  .footer-menu-li a:hover{
    text-decoration: underline;
  }
  .footer-menu-li p.sp{
    display: none;
  }
  .footer-menu01,
  .footer-menu02,
  .footer-menu03{
    display: block!important;
  }
}
@media screen and (max-width: 750px){
  .footer-copyright.pc {
    display: none;
  }
  .bt-topback{
    display: none!important;
  }
  .footer-menu-li p.pc{
    display: none;
  }
  .footer-menu-li p.sp{
    background-color: #fff;
    border-top: 1px solid #000;
    color: #000;
    cursor: pointer;
    font-size: 1.6em;
    font-weight: bold;
    padding: 20px 10px;
    position: relative;
  }
  .footer-menu-li p.sp.selected{
    background-color: #309ed3;
    color: #fff;
  }
  .footer-menu-li p.sp:after{
    font-family: FontAwesome;
    content: '\f13a';
    position: absolute;
    color: #309ed3;
    right: 10px;
    top: 50%;
    bottom: 50%;
    margin-top: -13px;
    font-size: 150%;
  }
  .footer-menu-li p.sp.selected:after{
    content: '\f139';
    color: #fff;
  }
  .footer-menu-li a {
    background-color: #fff;
    border-top: 1px solid #000;
    color: #000;
    display: block;
    font-size: 1.6em;
    text-decoration: none;
    padding: 15px 10px;
  }
}
/*===============================================
bt-
===============================================*/
/*bt-*/
.bt-topback{
  display: none;
  position: fixed;
  right: 5px !important;
  bottom: 15px;
  z-index: 10;
  cursor: pointer;}
.bt-yellow{
  background-color: #ef9b01;
  border: 1px solid #ef9b01;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  color: #fff !important;
  text-decoration: none;
  cursor: pointer;
}
.bt-yellow:hover{
  background-color: #FAB331;
}
.bt-blue{
  background-color: #309ed3;
  border: 1px solid #309ed3;
  color: #fff;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  text-decoration: none;
  cursor: pointer;
}
.bt-deepblue {
  background-color: #1d8bcc;
  border: 1px solid #1d8bcc;
  color: #fff;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  text-decoration: none;
  cursor: pointer;
}
.bt-darkgray{
  background-color: #d3d8dc;
  border: 1px solid #d3d8dc;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.bt-red{
  background-color: #dc0101;
  border: 1px solid #dc0101;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.bt-radio-area,
.bt-check-area{
  background-color: #f5f5f5;
  color: #000;
}
.bt-radio-area.active,
.bt-check-area.active{
  background-color: #309ed3;
  color: #fff;
  border: 1px solid #309ed3;
  border-bottom: none;
}
.search-box-body .bt-radio-area.active,
.search-box-body .bt-check-area.active{
  background-color: #196FB9;
  color: #fff;
  border: 1px solid #196FB9;
  border-bottom: none;
}
.bt-agreement{
  cursor: pointer;
  text-align: center;
}
.bt-agreement .on,
.bt-agreement.selected .off{
  display: none;
}
.bt-agreement.selected .on{
  display: block!important;
}
.bt-agreement-link{
  background-color: #fff;
  border: 3px solid #d3d8dc;
  font-size: 1.6em;
  font-weight: bold;
  padding: 20px;
  display: block;
  text-decoration: none;
  color: #000;
  position: relative;
}
.bt-agreement-link:after{
  font-family: FontAwesome;
  content: '\f054';
  position: absolute;
  color: #309ed3;
  right: 10px;
  top: 50%;
  bottom: 50%;
  margin-top: -7px;
  font-size: 100%;
}
.bt-agreement-link:hover{
  border: 3px solid #309ed3;
  transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
}
/*bt-sizetype*/
.bt-size-type01,
.bt-size-type05{
  font-size: 1.8em;
  font-weight: bold;
  padding: 18px 30px;
  cursor: pointer;
}
.bt-size-type02{
  font-size: 1.6em;
  font-weight: bold;
  padding: 10px;
}
.bt-size-type03{
  font-size: 1.6em;
  font-weight: bold;
  padding: 15px;
}
.bt-size-type04{
  font-size: 1.6em;
  font-weight: bold;
  padding: 10px;
}
.bt-size-type07{
  font-size: 1.6em;
  font-weight: bold;
}
.bt-size-type06{
  font-weight: bold;
}
.bt-size-type09{
  font-size: 1.8em;
  font-weight: bold;
  padding: 9px 0px 9px 0px;
  cursor: pointer;
}
.bt-size-type10{
  display: block;
  font-size: 1.8em;
  font-weight: bold;
  padding: 9px 20px 9px 20px;
  cursor: pointer;
  width: 160px;
  margin: auto;
}
.bt-w-max-content {
  width: max-content;
}
.width_left_currency{
  width:85%;
}
.width_right_currency{
  width:15%;
}
@media screen and (min-width: 1024px){
  .bt-size-type06{
    font-size: 1.6em;
    padding: 10px;
  }
  .bt-size-type07{
    padding: 10px;
  }
}
@media screen and (max-width: 1024px){
  .bt-size-type06{
    font-size: 1.4em;
    padding: 10px 0;
  }
  .bt-size-type07{
    padding: 10px 80px;
  }
  .bt-size-type10{
    padding: 9px 25px;
  }
  .bt-w-max-content {
    padding: 10px 6px !important;
    font-size: 1.6em;
  }
}
@media screen and (max-width: 360px) {
  .bt-w-max-content {
      font-size: 1.5em;
  }
}
@media screen and (max-width: 320px) {
  .bt-w-max-content {
      font-size: 1.3em;
  }
}
@media screen and (min-width: 750px){
  .bt-size-type05{
    width: 380px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 750px){
  .width_left_currency{
    width:70%;
  }
  .width_right_currency{
    width:30%;
  }
  .bt-size-type05{
    width: 100%;
  }
  .bt-size-type06{
    font-size: 1.6em!important;
    padding: 10px!important;
  }
  .bt-size-type07{
    padding: 10px!important;
  }

}
/*===============================================
title
===============================================*/
.page-title02{
  font-size: 1.8em;
  font-weight: bold;
}
.page-title03{
  border-bottom: 2px dotted #4ba3d1;
  background-color: #e0eef9;
  border-left: 3px solid #4ba3d1;
  padding: 10px;
}
@media screen and (min-width: 750px){
  .page-title01{
    font-size: 2.4em;
    font-weight: bold;
  }
  .line-ami{
    background-image: url(../images/title_info_sp_line.png);
    background-position: center top;
    height: 12px;
  }
}
@media screen and (max-width: 750px){
  .page-title01{
    font-size: 1.8em;
    font-weight: bold;
  }
  .line-ami{
    border-bottom: 1px solid #000;
  }
}
/*===============================================
input
===============================================*/
.input-type01{
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 4px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 1.8em;
  padding: 10px;
}
select{
  background-color: #fff;
  border: 1px solid #bcbcbc;
  border-radius: 4px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url(../images/bg_rent_select_arw.png);
  background-position: right;
  background-repeat: no-repeat;
  background-size: 24px 14px;
  -webkit-background-size: 24px 14px;
  font-size: 1.8em;
  padding: 9px 25px 8px 10px;
}
select::-ms-expand {
  display: none;
}
.radio-active{
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  cursor: pointer;
  display: block;
}
.check-active{
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  cursor: pointer;
}
.radio-active.active,
.check-active.active{
  transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
}
/*===============================================
datepicker
===============================================*/
.calicon{
  position: relative;
}
.calicon:after{
  content: '';
  position: absolute;
  right: 10px;
  top: 13px;

  background:url(../images/input_calendar.png);
  background-repeat: no-repeat;
  width: 23px;
  height: 23px;
  background-size: 23px 23px;
  -webkit-background-size: 23px 23px;
}

/*===============================================
fc-
===============================================*/
.fc-black{
  color: #000;
}
.fc-white{
  color: #fff;
}
.fc-blue{
  color: #309ed3;
}
.fc-red{
  color: #de0000;
}
/*===============================================
ms-
===============================================*/
.ms-caution{
  border: 3px dotted #ff6a00;
  background-color: #fff5e9;
}
.ms-error{
  border: 3px dotted #de0000;
  background-color: #ffe2e1;
}
/*===============================================
border
===============================================*/
.border-dotted-gray3px{
  border-bottom: 3px dotted #a7abaf;
}
.border-top-gray{
  border-top: 1px solid #a7abaf;
}
.border-top-black{
  border-top: 1px solid #000;
}
.border-bottom-dotted-gray{
  border-bottom: 3px dotted #a7abaf;
}
@media screen and (max-width: 1024px){
  .border-top-black-lx{
    border-top: 1px solid  #000;
  }
}
@media screen and (max-width: 750px){
  .border-top-black-s{
    border-top: 1px solid  #000;
  }
}
/*===============================================
common
===============================================*/
.radius4px{
  border-radius: 4px;
}
.noselect{
  padding-top: 30px!important;
  padding-bottom: 30px!important;
}
@media screen and (min-width: 1024px){
  .padding-right10px-l{
    padding-right: 10px;
  }
  .padding-left10px-l{
    padding-left: 10px;
  }
  .dis-none-l{
    display: none;
  }
  .dis-table-Lmin{
    display: table;
  }
  .dis-table-cell-Lmin{
    display: table-cell;
  }
  .width-100-Lmin{
    width: 100%;
  }
}
@media screen and (max-width: 1023px){/*Quyen 1024*/
  .margin-bottom10px-lx{
    margin-bottom: 10px;
  }
  .padding-right10px-lx{
    padding-right: 10px;
  }
  .padding-left10px-lx{
    padding-left: 10px;
  }
  .width-100-Lmax{
    width: 100%;
  }
  .width-120px-Lmax{
    width: 120px;
  }
  .padding-10px-corpsearch{
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 750px){
  .padding-right5px-Smin{
    padding-right: 5px;
  }
  .padding-left5px-Smin{
    padding-left: 5px;
  }
  .padding-right10px-m{
    padding-right: 10px;
  }
  .padding-left10px-m{
    padding-left: 10px;
  }
  .margin-bottom10px-m{
    margin-bottom: 10px;
  }
  .margin-bottom20px-m{
    margin-bottom: 20px;
  }
  .margin-bottom30pxL-10pxS,
  .margin-bottom30pxL-0pxS{
    margin-bottom: 30px;
  }
  .dis-none-m,
  .dis-none-Smin{
    display: none;
  }
  .dis-table-Smin{
    display: table;
  }
  .dis-table-cell-Smin{
    display: table-cell;
  }
  .align-center-Smin{
    text-align: center;
  }
  .width-100-Smin{
    width: 100%!important;
  }
  .border-right-black-Smin{
    border-right: 1px solid #000;
  }
}
@media screen and (max-width: 750px){
  .margin-bottom10px-s{
    margin-bottom: 10px;
  }
  .display-none-s{
    display: none;
  }
  .padding-right10px-s{
    padding-right: 10px;
  }
  .padding-left10px-s{
    padding-left: 10px;
  }
  .padding-bottom10px-s{
    padding-bottom: 10px;
  }
  .margin-bottom30pxL-10pxS{
    margin-bottom: 10px;
  }
  .padding-right5px-Smax{
    padding-right: 5px;
  }
  .padding-left5px-Smax{
    padding-left: 5px;
  }
  .dis-none-s,
  .dis-none-Smax{
    display: none!important;
  }
  .width-100-Smax{
    width: 100%!important;
  }
  .dis-table-Smax{
    display: table;
  }
  .dis-table-cell-Smax{
    display: table-cell;
  }
  .fc-red-Smax{
    color: #de0000;
  }
  #search_form ul.dis-table-Smax li.dis-table-cell-Smax input[type='text']{
    font-size: 1.6em;
    height: 48px;
    padding: 10px 10px;
    vertical-align: top;}
  #search_form .dis-table-cell-Smax{
    display: table-cell;
    vertical-align: top;
  }
  #search_form ul.dis-table-Smax li.dis-table-cell-Smax select {
    font-size: 1.6em;
    border: 1px solid #000;
    line-height: 30px;}
  #search_form .calicon:after {
    top: 12px;}
  #search_form select {
    background-size: 15px 10px;
    -webkit-background-size: 15px 10px;
    line-height: 30px;
    height: 48px;
  }
  #search_form label.bt-radio-area {
    padding: 12px 0 !important;
    height: 48px;
    line-height: 18px;}
  #reserve_form input[type='text'],
  #reserve_form select {
    height: 48px;
    line-height: 30px;
    font-size: 1.6em;
    padding: 10px 10px;}
  #reserve_form select {
    background-size: 15px 10px;
    -webkit-background-size: 15px 10px;}
  #reserve_form .calicon:after {
    right: 8px;
  }
  .body_reserve_confirm table.width-100 td.tbl-list04-td {
    word-break: break-all;
  }
}
@media screen and (max-width: 320px) {
  table.width-100 .fs-16,
  table.width-100 .fs-14 {
    font-size: 1.1em;}
  #search_form ul.dis-table-Smax li.dis-table-cell-Smax input[type='text'] {
    font-size: 1.5em;
    padding: 10px 5px;
  }
  #reserve_form input[type='text'], #reserve_form select {
    font-size: 1.4em;
    padding: 10px 5px;
    min-width: 50px;
  }
  #reserve_form .tbl-list02 .tbl-list02-th,
  #reserve_form .tbl-list02 .tbl-list02-td,
  #reserve_form .tbl-list05 .tbl-list05-th,
  #reserve_form .tbl-list05 .tbl-list05-td {
    padding: 5px 3px;
  }
  .bg-dotted table.width-100 th.fs-14,
  .bg-dotted table.width-100 td.fs-16,
  .bg-dotted table.width-100 th.fs-16 {
    font-size: 1.1em;
  }
  .bg-dotted .reserve-check-ul .tbl-list03-th.bg-gray {
    width: 70px;
    font-size: 1.1em;
    padding-left: 5px;
    padding-right: 5px;
  }
  .bg-dotted.tbl-list03-th,
  .bg-dotted .tbl-list03-td {
    font-size: 1.1em;
  }
}
/*===============================================
bg-
===============================================*/
.bg-gray{
  background-color: #e6eaed;
}
.bg-white{
  background-color: #fff;
}
.bg-blue{
  background-color: #309ed3;
}
.bg-dotted{
  background-image: url(../images/bg_dotted.png);
}
.bg-lightgray{
  background-color: #ececec;
}
.bg-ochre {
  background-color: #FFF2CC;
}
/*===============================================
radius
===============================================*/
.radius-all4{
  border-radius: 4px;
}

/*===============================================
menu
===============================================*/
.sb-active #wrapper{
  -webkit-box-shadow: 2px 0 4px rgba(0,0,0,0.15);
  -moz-box-shadow: 2px 0 4px rgba(0,0,0,0.15);
  box-shadow: 2px 0 4px rgba(0,0,0,0.15);
}
.sb-close{
  background-color: #c9ced2;
  padding: 15px;
  display: block;
  text-align: center;
  font-size: 1.6em;
  font-weight: bold;
  cursor: pointer;
}
.bt-sp-menu{
  background-color: #fff;
  border-bottom: 1px dotted #000;
  color: #000;
  display: block;
  font-size: 1.6em;
  font-weight: bold;
  padding: 15px 10px;
  position: relative;
  text-decoration: none;
}
.bt-sp-menu:after {
  font-family: FontAwesome;
  content: '\f054';
  position: absolute;
  color: #309ed3;
  right: 10px;
  top: 50%;
  bottom: 50%;
  margin-top: -7px;
  font-size: 100%;
}
.bt-sp-menu-toggle{
  background-color: #fff;
  border-bottom: 1px solid #000;
  color: #000;
  cursor: pointer;
  display: block;
  font-size: 1.6em;
  font-weight: bold;
  padding: 15px 10px;
  position: relative;
  text-decoration: none;
}
.bt-sp-menu-toggle.selected{
  background-color: #309ed3;
  color: #fff;
}
.bt-sp-menu-toggle:after{
  font-family: FontAwesome;
  content: '\f13a';
  position: absolute;
  color: #309ed3;
  right: 10px;
  top: 50%;
  bottom: 50%;
  margin-top: -13px;
  font-size: 150%;
}
.bt-sp-menu-toggle.selected:after{
  content: '\f139';
  color: #fff;
}
/*===============================================
responsive
===============================================*/
@media screen and (min-width: 1024px){
  .res-L-min{
    width: 1024px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 1024px){
  .res-L-min{
    padding: 0 10px;
  }
}
@media screen and (max-width: 750px){

}
/*===============================================
ulable
===============================================*/
@media screen and (min-width: 1024px){
  .ulable-ul-L{
    display: table;
    border-collapse: collapse;
  }
  .ulable-li-L{
    display: table-cell;
  }
}
@media screen and (max-width: 1024px){
}
@media screen and (max-width: 750px){

}
/*===============================================
width
===============================================*/
@media screen and (min-width: 1024px){
  .width-220px-L{
    width: 220px;
  }}
@media screen and (max-width: 1024px){
}
@media screen and (max-width: 750px){

}
/*===============================================
tab-result-sort
===============================================*/
.tab-result-sort-wrap{
  border: 1px solid #134f6f;
  border-radius: 4px;
}
.tab-result-sort{
  display: table;
  table-layout: fixed;
}
.tab-result-sort li{
  display: table-cell;
  border-right: 1px solid #134f6f;
  vertical-align: middle;
}
.tab-result-sort li:last-child{
  border-right: none!important;
}
.tab-result-sort-wrap{
  background-color: #e6eaed;
}
.tab-result-sort a{
  color: #134f6f;
  display: block;
  font-size: 1.6em;
  font-weight: bold;
  padding: 10px;
  text-decoration: none;
}
.tab-result-sort li:first-child a{
  border-radius: 4px 4px 0 0;
}
.tab-result-sort li:last-child a{
  border-radius: 0 4px 4px  0;
}
.shop-detail-tab a{
  color: #000;
  display: block;
  font-size: 1.6em;
  font-weight: bold;
  padding: 20px 0;
  text-decoration: none;
}
.tab-result-sort li.hover{
  background-color: #134f6f;
  color: #fff;
}
.tab-result-sort li.hover a{
  color: #fff;
}
.shop-detail-tab-line{
  width: 1px;
}
.shop-detail-tab-line div{
  border-left: 1px solid #000;
  height: 35px;
}
.tab-result-sort .hover,
.shop-detail-tab-td{
  position: relative;
}
.shop-detail-tab-td.hover .shop-detail-tab-hover{
  border-bottom: 5px solid #000;
  display: block!important;
  position: absolute;
  bottom: -10px;
  width: 100%;
}
.shop-detail-tab-td.hover .fa-caret-down{
  color: #000;
  font-size: 2.4em;
  display: block!important;
  position: absolute;
  bottom: -24px;
  right: 50%;
  left: 50%;
  margin-left: -6px;
}
.tab-result-sort li.hover .fa-caret-down{
  color: #134f6f;
  font-size: 2.4em;
  display: block!important;
  position: absolute;
  bottom: -14px;
  right: 50%;
  left: 50%;
  margin-left: -6px;
}
@media screen and (min-width: 1024px){
  .tab-result-sort,
  .shop-detail-tab{
    width: 1024px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1024px){
  .tab-result-sort,
  .shop-detail-tab{
    width: 100%;
  }
}
@media screen and (min-width: 750px){

}
@media screen and (max-width: 750px){
  .tab-result-sort{
    width: 100%;
    table-layout: fixed;
  }
}
/*===============================================
result-box
===============================================*/
.result-box-wrap-ul,
.result-list-wrap-ul{
  display: table;
  border-collapse: collapse;
  width: 100%;
}
.result-box-wrap-li,
.result-list-wrap-li{
  display: table-cell;
  vertical-align: middle;
}
.result-box-wrap-li a,
.result-plan a,
.result-list-wrap-li a{
  text-decoration: none;
  color: #000;
  display: block;
}
.result-allcheck-check{
  padding-left: 10px;
}
.result-allcheck .fa-caret-down{
  position: absolute;
  left: 30px;
  bottom: -21px;
  font-size: 3.4em;
  color: #fff;
}
.result-plan-wrap .carimg img{
  width: 100%;
}
.result-plan .pay td{
  padding: 10px;
  background-color: #ececec;
}
.result-plan-li.carimg img{
  width: 100%;
}
.result-squeeze .fa-caret-down{
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: -21px;
  font-size: 3.4em;
  color: #fff;
  margin-left: -8px;
}
@media screen and (min-width: 1024px){
  .result-box-wrap-li.checkbox{
    width: 60px;
    text-align: center;
  }
  .result-box-ul,
  .result-list-ul{
    display: table;
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
  }
  .result-box-li,
  .result-list-li{
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
  }
  .result-box-li.logo,
  .result-list-li.logo{
    text-align: center;
    width: 260px;
    border-right: 1px solid #000;
  }
  .result-box-li.about,
  .result-list-li.about{
    border-right: 1px solid #000;
  }
  .result-box-li.pay,
  .result-list-li.pickup{
    text-align: center;
    width: 240px;
  }
  .result-box-li.open{
    width: 240px;
  }
  .result-plan-wrap .carimg{
    width: 220px;
  }
  .result-plan-wrap-ul{
    display: table;
    width: 100%;
    border-collapse: collapse;
  }
  .result-plan-wrap-li{
    display: table-cell;
    vertical-align: middle;
  }
  .result-plan-wrap-li.logo{
    padding-left: 10px;
    width: 300px;
    text-align: right;
  }
  .city-shop-list .logo,
  .city-shop-list .open{
    width: 250px;
    text-align: center;
    padding: 0 10px;
  }
  .city-shop-list .logo,
  .city-shop-list .about{
    border-right: 1px solid #000;
  }
  .city-shop-list .about{
    padding: 0 10px;
  }
  .result-squeeze .button{
    width: 220px;
    text-align: right;
  }
}
@media screen and (max-width: 1024px){
  .result-box-wrap-li.checkbox{
    width: 30px;
    text-align: center;
    padding-right: 10px;
  }
  .result-box-li.pay div,
  .result-list-li.pickup div{
    background-color: #ececec;
    padding: 10px;
    text-align: right;
  }
  .result-plan-wrap .carimg{
    width: 200px;
  }
  .city-shop-list .logo{
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .result-squeeze .button{
    text-align: center;
  }
  .result-squeeze .cartype .item{
    width: 120px;
  }
}
@media screen and (min-width: 750px){
  .result-plan .pay{
    width: 300px;
    margin-left: auto;
  }
  .result-plan-ul{
    display: table;
  }
  .result-plan-li{
    display: table-cell;
  }
  .result-plan-li.carimg{
    width: 340px;
  }
  .result-squeeze .rentacar .item{
    width: 120px;
  }
}
@media screen and (max-width: 750px){
  .result-plan-wrap .carimg{
    width: 120px;
  }
  .result-plan .pay{
    width: 100%;
  }
  .result-plan-li-carwrap{
    width: 246px;
    margin-right: auto;
    margin-left: auto;
  }
  .result-squeeze .rentacar,
  .result-squeeze .cartype{
    width: 100%!important;
  }
  .result-squeeze .rentacar .item,
  .result-squeeze .cartype .item{
    width: 80px;
  }
}
@media screen and (max-width: 350px){
  .result-plan-li-carwrap{
    width: 100%!important;
  }
}
/*===============================================
paging
===============================================*/
.paging{
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  text-align: center;
}
.paging .paging-wrap{
  padding-right: 5px;
  display: inline-block;
  margin-bottom: 10px;
}
.paging li:last-child{
  padding-right: 0px;
}
.paging a{
  background-color: #c5cace;
  border: 1px solid #c5cace;
  border-radius: 4px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-size: 1.6em;
  font-weight: bold;
  padding: 12px 15px;
  position: relative;
  text-decoration: none;
  text-align: center;
}
.paging a.hover{
  background-color: #309ed3;
  border: 1px solid #309ed3;
  color: #fff;
}
.paging a:hover{
  background-color: #309ed3;
  border: 1px solid #309ed3;
  color: #fff;
  transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
}
.paging a.off{
  cursor: default;
  opacity: 0.4;
}
.paging a.off:hover{
  background-color: #c5cace;
  border: 1px solid #c5cace;
  color: #000;
}
/*===============================================
research
===============================================*/
.result-research-wrap-li h3{
  background-color: #e6eaed;
  padding: 10px;
  font-size: 1.8em;
  font-weight: bold;
}
.result-research-wrap-li h3 span{
  background-color: #309ed3;
  color: #fff;
  padding: 0px 2px;
}
.bt-research-agenda-option {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 4px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 1.8em;
  padding: 10px 32px 10px 10px;
  position: relative;
}
.bt-research-agenda-option:after {
  font-family: FontAwesome;
  content: '\f055';
  position: absolute;
  color: #000;
  right: 10px;
  top: 50%;
  bottom: 50%;
  margin-top: -12px;
  font-size: 120%;
}
.bt-research-agenda-option.selected:after {
  content: '\f056';
  color: #fff;
}
.bt-research-agenda-option.selected {
  background-color: #309ed3;
  border-radius: 4px 4px 0 0;
  color: #fff;
  margin-bottom: 0!important;
}
.bt-research-agenda-option .close,
.bt-research-agenda-option.selected .open {
  display: none;
}
.bt-research-agenda-option.selected .close {
  display: block;
}
.research-agenda-option {
  background-color: #e6eaed;
  padding: 10px 0;
}
.research-agenda-option .bt-radio-area,
.research-agenda-option .bt-check-area {
  background-color: #fff;
  color: #000;
}
#d_time,
#r_datetime {white-space: nowrap}
@media screen and (min-width: 1024px){

}
@media screen and (max-width: 1024px){
  .result-research-wrap-li{
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 750px){
  .result-research-wrap-ul{
    display: table;
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
  }
  .result-research-wrap-li{
    display: table-cell;
  }
  .conditions-scroll{
    overflow-y: scroll;
    height: 338px;
    padding-right: 5px;
  }
  .result-research-bt{
    width: 340px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 750px){

}
/*===============================================
plan-detail
===============================================*/
.plan-detail-carimg img{
  width: 100%;
}
.plan-detail-carimg{
  padding-right: 10px;
}
@media screen and (min-width: 1024px){
  .plan-detail-pay-li{
    font-size: 1.6em!important;
  }
  .plan-detail-carimg{
    width: 460px!important;
  }
}
.plan-detail-li > .plan-detail-pay-wrap-ul {
  border-right: 1px solid #000;
}
@media screen and (min-width: 750px){
  .plan-detail-pay-wrap-ul .plan-detail-pay-wrap-li:last-child .plan-detail-pay-wrap-ul{
    table-layout: fixed;
  }
  .plan-detail-pay-wrap-ul,.plan-detail-ul{
    display: table;
    width: 100%;
    border-collapse: collapse;
  }
  .plan-detail-pay-wrap-li,.plan-detail-li{
    display: table-cell;
    text-align: center;
  }
  .plan-detail-pay-li{
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    padding: 10px;
    font-size: 1.3em;
  }
  .plan-detail-pay-ul li.plan-detail-pay-li:last-child{
    border-bottom: 1px solid #000;
  }
  .plan-detail-pay-wrap-ul .plan-detail-pay-wrap-li.charge-details__content:last-child{
    border-right: 1px solid #000;
  }
  .plan-detail-li.title{
    text-align: center;
    vertical-align: middle;
    width: 115px;
  }
  .plan-detail-carimg{
    width: 360px;
  }
  .cartype-title{
    font-size: 2.4em;
  }
}
@media screen and (max-width: 750px){
  .plan-detail-pay-ul{
    display: table;
    width: 100%;
    border-collapse: collapse;
  }
  .plan-detail-pay-li{
    display: table-cell;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    padding: 10px;
  }
  .plan-detail-pay-ul li.plan-detail-pay-li:first-child{
    width: 130px;
  }
  .plan-detail-pay-ul li.plan-detail-pay-li:last-child{
    text-align: right;
  }
  .plan-detail-pay-wrap-ul .plan-detail-pay-wrap-li:last-child{
    border-bottom: 1px solid #000;
  }
  .plan-detail-pay-wrap-li.title{
    margin-bottom: 10px;
  }
  .plan-detail-carimg{
    width: 460px;
    margin: 0 auto 10px auto;
  }
  .plan-detail-pay-li{
    font-size: 1.6em;
  }
  .cartype-title{
    font-size: 1.8em;
  }
}
@media screen and (max-width: 500px){
  .plan-detail-carimg{
    width: inherit!important;
  }
}

/*===============================================
shop-detail-refine
===============================================*/
.bt-radio-refine,
.bt-check-refine{
  background-color: #f1f1f1;
  color: #212121;
}
.bt-radio-refine.active,
.bt-check-refine.active{
  background-color: #d9e6ef;
}
.shop-detail-icon{
  background-color: #309ed3;
  border: 1px solid #309ed3;
  border-radius: 100px;
  color: #fff;
  font-weight: bold;
  font-size: 1.6em;
  display: inline-block;
  padding: 0 30px;
  line-height: 25px;
}
@media screen and (min-width: 1024px){
  .shop-detail-refine,
  .shop-detail-title,
  .shop-detail-info{
    display: table;
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
  }
  .shop-detail-refine-li{
    display: table-cell;
    vertical-align: middle;
  }
  .shop-detail-title-li{
    display: table-cell;
    vertical-align: middle;
  }
  .shop-detail-info-li{
    display: table-cell;
  }
  .shop-detail-info-li:first-child{
    border-right: 1px solid #000;
  }
  .shop-detail-info-li:last-child{
    padding-left: 30px;
  }
  .shop-detail-title-li.logo-pc{
    text-align: right;
  }
  .shop-detail-title-li.logo-sp{
    display: none;
  }
  .shop-detail-title-li.shop{
    width: 750px;
  }
  .shop-detail-refine-li.cartype{
    width: 250px;
  }
  .shop-detail-refine-li.smoking{
    width: 180px;
  }
  .shop-detail-refine-li.trancemission{
    width: 280px;
  }
  .shop-detail-refine-li.button{
    text-align: right;
  }
}
@media screen and (max-width: 1024px){
  .shop-detail-refine-li.cartype,
  .shop-detail-refine-li.trancemission,
  .shop-detail-refine-li.smoking{
    margin-bottom: 10px;
  }
  .shop-detail-refine-li.button{
    text-align: center;
  }
  .shop-detail-title-li.logo-sp{
    text-align: center;
    margin: 10px 0;
  }
}
@media screen and (max-width: 1023px){
  .shop-detail-title-li.logo-pc{
    display: none;
  }
}
@media screen and (min-width: 750px){

}
@media screen and (max-width: 750px){
  .shop-detail-icon{
    display: block;
    text-align: center;
  }
}

/*===============================================
tbl-
===============================================*/
.tbl-list01 .tbl-list01-th,
.tbl-list01 .tbl-list01-td{
  border: 1px solid #000;
  font-size: 1.6em;
  padding: 10px;
}
.tbl-list04 .tbl-list04-td,
.tbl-list04 .tbl-list04-th,
.tbl-list07 .tbl-list07-td,
.tbl-list07 .tbl-list07-th,
.tbl-list08 .tbl-list08-td,
.tbl-list08 .tbl-list08-th,
.tbl-list09 .tbl-list09-td,
.tbl-list09 .tbl-list09-th,
.tbl-list11 .tbl-list11-td,
.tbl-list11 .tbl-list11-th{
  border: 1px solid #000;
  padding: 10px;
}
.tbl-list01 .tbl-list01-th,
.tbl-list04 .tbl-list04-th,
.tbl-list11 .tbl-list11-th{
  background-color: #e6eaed;
  text-align: left;
  font-weight: bold;
}
.tbl-list02 .tbl-list02-th,
.tbl-list02 .tbl-list02-td,
.tbl-list05 .tbl-list05-th,
.tbl-list05 .tbl-list05-td{
  border: 1px solid #929292;
  padding: 5px;
}
.tbl-list02 .tbl-list02-th{
  background-color: #efefef;
  text-align: left;
  font-weight: bold;
}
.tbl-list05 .tbl-list05-th,
.tbl-list08 .tbl-list08-th,
.tbl-list09 .tbl-list09-th{
  background-color: #f5f5f5;
  font-weight: bold;
}
.tbl-list06-th,
.tbl-list06-td{
  border: 1px solid #000;
  padding: 5px;
}
.tbl-list06-th{
  background-color: #e0eef9;
}
.tbl-list10-th,
.tbl-list10-td{
  padding: 10px 0;
}
.tbl-list10-th{
  border-right: 1px solid #000;
}
.tbl-list03{
  display: table;
}
.tbl-list03-th,
.tbl-list03-td{
  display: table-cell;
  font-size: 1.6em;
}
@media screen and (min-width: 1024px){
  .tbl-list01 .tbl-list01-th,
  .tbl-list04 .tbl-list04-th,
  .tbl-list11 .tbl-list11-th,
  .tbl-list03-th{
    width: 300px;
  }
  .tbl-list01 .tbl-list02-th{
    width: 200px;
  }
  .tbl-list08 .tbl-list08-th{
    width: 150px!important;
  }
  .tbl-list09 .tbl-list09-th{
    width: 150px;
  }
  .tbl-list10-th{
    width: 180px;
  }
}
@media screen and (max-width: 1024px){
  .tbl-list01 .tbl-list01-th,
  .tbl-list04 .tbl-list04-th,
  .tbl-list11 .tbl-list11-th,
  .tbl-list03-th{
    width: 200px;
  }
  .tbl-list01 .tbl-list02-th{
    width: 150px;
  }
  .tbl-list09 .tbl-list09-th{
    width: 120px;
  }
}
@media screen and (min-width: 750px){
  .tbl-list07 .tbl-list07-th{
    width: 300px;
  }
  .tbl-list08 .tbl-list08-th{
    width: 120px;
  }
}
@media screen and (max-width: 750px){
  .tbl-list01 .tbl-list01-th,
  .tbl-list04 .tbl-list04-th{
    width: 80px;
  }
  .tbl-list11 .tbl-list11-th{
    width: 90px;
  }
  .tbl-list03-th{
    width: 70px;
  }
  .tbl-list01 .tbl-list02-th{
    width: 70px;
  }
  .tbl-list07 .tbl-list07-th{
    width: 180px;
  }
  .tbl-list08 .tbl-list08-th{
    width: 120px;
  }
  .reserve-check-ul .tbl-list03-th.bg-gray {
    width: 100px;
    vertical-align: middle;
  }
}
@media screen and (max-width: 380px){
  .tbl-list04-th{
    width: 65px;
  }
  .tbl-list03-th{
    width: 60px;
  }
  .tbl-list07 .tbl-list07-th{
    width: 130px;
  }
  .tbl-list08 .tbl-list08-th{
    width: 90px;
  }
  .tbl-list09 .tbl-list09-th{
    width: 70px;
  }
  .bt-size-type10{
    width: auto;
    padding: 0;
  }
  .result-box-wrap-li .bt-size-type10 {
    padding: 9px 25px;
  }
  .bt-w-max-content {
    width: auto !important;
    padding: 2px 0 !important;
  }
}
/*===============================================
reserve-step
===============================================*/
.reserve-step img{
  width: 100%;
}
@media screen and (min-width: 1024px){
}
@media screen and (max-width: 1024px){
  .reserve-step{
    margin-right: auto;
    margin-left: auto;
    padding: 0 10px;
  }
}
@media screen and (min-width: 750px){
  .reserve-step .sp{
    display: none;
  }
}
@media screen and (max-width: 750px){
  .reserve-step .pc{
    display: none;
  }
}
/*===============================================
reserve-check
===============================================*/
.reserve-check-li{
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 2px dotted #000;
}
.reserve-check-ul .reserve-check-li:last-child{
  padding-bottom: 0!important;
  border-bottom: none!important;
}
/*===============================================
reserve-step-
===============================================*/
.bt-reserve-return-tenpo{
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1.6em;
  padding: 12px 10px;
}
.bt-reserve-return-tenpo.active{
  background-color: #d9e6ef;
}
@media screen and (min-width: 750px){
  .reserve-step-agenda-ul{
    display: table;
    border-collapse: collapse;
  }
  .reserve-step-agenda-li{
    display: table-cell;
  }
  .reserve-step-agenda-li.day{
    padding-right: 5px;
    width: 200px;
  }
  .reserve-step-agenda-li.time{
    padding-left: 5px;
    width: 100px;
  }
}
@media screen and (max-width: 750px){
  .reserve-step-agenda-li.day{
    margin-bottom: 10px;
  }
}
/*===============================================
faq
===============================================*/
.faq-box-wrap h3.pc{
  background-color: #e6eaed;
  border-left: 3px solid #309ed3;
  color: #000;
  font-size: 1.8em;
  font-weight: bold;
  padding: 15px 10px;
  margin-bottom: 10px;
}
.faq-box-wrap h4.pc{
  border-bottom: 1px dotted #000;
  color: #000;
  font-size: 1.6em;
  font-weight: bold;
  padding: 10px 0;
  margin-bottom: 10px;
}
@media screen and (min-width: 1024px){
  .faq-box-4wrap{
    padding-left: 0px!important;
    padding-right: 0px!important;
  }
}
@media screen and (max-width: 1024px){

}
@media screen and (min-width: 750px){
  .faq-box-wrap h3.sp,
  .faq-box-wrap h4.sp{
    display: none;
  }
  .faq-box-1wrap,
  .faq-box-2wrap{
    display: block!important;
  }
  .faq-box-1wrap-li{
    padding-bottom: 30px;
  }
  .faq-box-4wrap{
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 750px){
  .faq-box-4wrap{
    background-color: #e6eaed;
    padding: 10px;
  }
  .faq-box-2wrap{
    background-color: #fff;
    padding: 10px;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
  }
  .faq-box-wrap h3.pc,
  .faq-box-wrap h4.pc{
    display: none;
  }
  .faq-box-wrap h3.sp{
    background-color: #fff;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    border-left: 1px solid #000;
    color: #000;
    cursor: pointer;
    font-size: 1.6em;
    font-weight: bold;
    padding: 15px 10px;
    position: relative;
  }
  .faq-box-wrap h3.sp:after{
    font-family: FontAwesome;
    content: '\f13a';
    position: absolute;
    color: #309ed3;
    right: 10px;
    top: 50%;
    bottom: 50%;
    margin-top: -13px;
    font-size: 150%;
  }
  .faq-box-wrap h3.selected.sp{
    background-color: #309ed3;
    color: #fff;
  }
  .faq-box-wrap h3.selected.sp:after{
    content: '\f139';
    color: #fff;
  }
  .faq-box-wrap h4.sp{
    background-color: #fff;
    border-bottom: 1px dotted #000;
    border-right: 1px solid #000;
    border-left: 1px solid #000;
    color: #000;
    display: block;
    font-size: 1.6em;
    font-weight: bold;
    padding: 15px 30px 15px 10px;
    position: relative;
    text-decoration: none;
  }
  .faq-box-wrap h4.selected.sp{
    background-color: #dbeaf1;
  }
  .faq-box-wrap h4.sp:after{
    font-family: FontAwesome;
    content: '\f107';
    position: absolute;
    color: #309ed3;
    right: 10px;
    top: 50%;
    bottom: 50%;
    margin-top: -7px;
    font-size: 100%;
  }
  .faq-box-wrap h4.selected.sp:after{
    content: '\f106';
  }
}
/*===============================================
thanks
===============================================*/
.thanks{
  font-weight: bold;
}
@media screen and (min-width: 750px){
  .thanks{
    font-size: 3.0em;
  }
}
@media screen and (max-width: 750px){
  .thanks{
    font-size: 1.8em;
  }
}
/*===============================================
research-box
===============================================*/
.research-box .bg-gray{
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 750px){
  .research-box{
    padding-left: inherit!important;
  }
}
@media screen and (min-width: 550px){
  .research-box{
    padding-left: 10px;
    padding-right: 10px;
  }
  .research-box .bg-gray{
    border-radius: 4px;
  }

}
/*===============================================
login
===============================================*/
.login-wrap{
  background-color: #f9f9f9;
  border-radius: 4px;
  border-top: 6px solid #309ed3;
}
.login-wrap h2{
  color: #5d5d5d;
}
@media screen and (min-width: 750px){
  .login-wrap{
    width: 400px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-shadow: 6px 6px 0 rgba(0,0,0,0.10);
    -moz-box-shadow: 6px 6px 0 rgba(0,0,0,0.10);
    box-shadow: 6px 6px 0 rgba(0,0,0,0.10);
  }
  .login-wrap h2{
    text-align: center;
    font-size: 2.4em;
    margin-top: 20px;
  }
  .login-wrap h2 .fa{
    display: none;
  }
}
@media screen and (max-width: 750px){
  .login-wrap h2{
    font-size: 1.8em;
  }
}
/*===============================================
Icon
===============================================*/
.QIcon{
  background-color: #3079d3;
  border-radius: 4px;
  color: #fff;
  font-weight: bold;
  padding: 1px 5px;
}
.AIcon{
  background-color: #ff6262;
  border-radius: 4px;
  color: #fff;
  font-weight: bold;
  padding: 1px 5px;
  font-size: 1.6em;
}
.CartypeIcon{
  background-color: #4da570;
  border: 1px solid #4da570;
  border-radius: 4px;
  color: #fff;
  font-weight: bold;
  font-size: 1.4em;
  padding: 1px 15px;
  display: inline-block;
}
.hissuIcon{
  background-color: #d00000;
  border: 1px solid #d00000;
  border-radius: 4px;
  color: #fff;
  font-weight: bold;
  padding: 0px 8px 0px 8px;
  display: inline-block;
  line-height: 19px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .hissuIcon {
    padding-top: 3px;
  }
}
@media screen and (min-width:0\0) {
  .hissuIcon {
    padding-top: 3px;
  }
}
.calendar-bg:before {
  z-index: 10;}
.hidden-me,
.text-error {
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  padding: 15px 0 30px;}
@media (max-width: 767px) {
  .hidden-me {
    display: block;
    opacity: 0;
    position: absolute;
    width: 100%;
    pointer-events: none;
    left: 0;
    padding: 15px;}
  .hidden-me.active {
    opacity: 1;
    position: relative;
    pointer-events: auto;
    padding: 0;}
  .hidden-me .slick-arrow {
    border: none;
    background: none;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 10;
    outline: none;}
  .hidden-me .slick-prev.slick-arrow {
    left: 15px;
  }
  .hidden-me .slick-next.slick-arrow {
    right: 15px;
  }
  .hidden-me .slick-arrow span {
    font-size: 0;}
  .hidden-me .slick-prev span:before {
    content: '';
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid #a5a5a5;
    display: block;
  }
  .hidden-me .slick-next span:before {
    content: '';
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #a5a5a5;
    display: block;
  }
  .sp-slick .slick-disabled {
    display: none !important;}
  .sp-slick .slick-list {
    overflow: hidden;
    padding-right: 20px;}
  .hidden-me.active .slick-list {
    padding-right: 0;}
  .text-error {
    padding: 15px 0 0;
  }
}
#wrapper {
  overflow: hidden;}
.popular_airline .block-img {
  text-align: center;
}
.popular_airline .block-img ul:before,
.popular_airline .block-img ul:after {
  content: '';
  display: table;
  width: 100%;}
.popular_airline .block-img li {
  float: left;
  display: inline-block;
  width: 25%;
  text-align: center;
  padding: 0 5px;
  box-sizing: border-box;}
.popular_airline .block-img ul#image_campaign li {
  padding: 0 10px 0 0;
}
.popular_airline .block-img li:last-child {
  padding-right: 0 !important;
}
.popular_airline .block-img li:first-child {
  padding-left: 0 !important;
}
.popular_airline .block-img li img {
  max-width: 100%;}
@media (max-width: 767px) {
.popular_airline .block-img li {
    width: 100%;
    float: none;
    padding:0;}
  .full-airport {
    margin-bottom: 20px;}
    .popular_airline .block-img ul#image_campaign li {
  padding: 0px ;
}
}
/* #6401 */
.list-show-pc {
  display: none;}
@media screen and (min-width: 768px) {
  .list-show-sp {
    display: none !important;}
  .list-show-pc {
    display: block;}
  .list-show-pc a {
    color: #000;
    font-size: 1.6em;
    font-weight: bold;
    text-decoration: none;
  }
  .list-show-pc a .fa {
    color: #e5194e!important;
  }
}

@media (max-width: 1024px) {
  .block-img {
    margin: 0 auto;}
}
/* end set color background tab */
.block-airtrip-plus {
  margin: 40px 0 20px;
}
.popular_airline {
  padding: 0 0 30px;
}
.title_popular {
  background: #196fb9 url("/images/ico_3.png") 20px no-repeat;
  color: #fff;
  padding: 13px 60px;
  font-size: 20px;
  margin: 0 0 10px;
}
.bg_car_cus {
  background: #196fb9 url("/images/ico_title_car.png") 20px no-repeat;
  margin-top:-25px;
  background-size: 25px  !important;
}
.popular_airline ul {
  padding: 0;
}
.popular_airline ul:after {
  content: '';
  clear: both;
  display: table;
}
.popular_airline ul {
  margin-left: 0px;
  margin-right: 0px;}
.popular_airline ul li {
  float: left;
  width: 25%;
  padding: 0 3px;
}
.popular_airline ul li img {
  width: 100%;
}
.popular_airline ul li a {
  display: block;
  position: relative;
  z-index: 1;
  border: 1px solid #d1d0d0;
}
.popular_airline ul#image_campaign li a {
  border: none
}
.popular_airline ul li span.desc {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 201px;
  height: 31px;
  z-index: 99;
  font-size: 18px;
  color: #FF0000;
  padding-top: 6px;
  padding-left: 10px;
  font-weight: bold;
  line-height: 1;
  background: url(../images/top/bg-price.png) no-repeat left center;
  -webkit-background-size: 100% -100%;
  background-size: 100%;
}
.popular_airline ul li span.desc-arrow {
  font-size: 11px;
  color: #000;
  position: relative;
  padding-right: 20px;
  vertical-align: middle;}
.popular_airline ul li span.desc-arrow:after {
  content: '';
  position: absolute;
  top: 3px;
  right: 7px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 8px solid black;
}
.popular_airline ul li:last-child a {
  padding-right: 0;
}
.popular_airline ul li:first-child a {
  padding-left: 0;
}
.page-title01-cus{
  font-size: 2.1em;
}
@media (max-width: 1024px) {
  .popular_airline {
    margin: 15px 0 0;
  }
}
@media (max-width: 768px) {
  .title_popular {
    font-weight: bold;
    font-size: 14px;
    background-position: 10px 9px;
    padding: 9px 40px;
    background-size: 7%;
  }
  .popular_airline ul {
    border: none;
    padding: 15px 0;
  }
  .popular_airline ul li:nth-child(2n) a{
    padding-right: 0;
  }
  .popular_airline ul li:nth-child(2n+1) a{
    padding-left: 0;
  }

  .block-img {
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
  }
  .bg_car_cus{
    padding: 9px 40px;
  }
  .page-title01-cus{
    font-size: 1.6em;
  }
  .popular_airline ul li span.desc {
    width: 100%;
    background: url(../images/top/bg-price.png) no-repeat left bottom;
    -webkit-background-size: 100% -100%;
    background-size: 100%;}
}
@media (min-width: 768px) and (max-width: 1023px) {
  .popular_airline ul li span.desc {
    font-size: 16px;
    line-height: 1.4;
  }
}
img {
  max-width: 100%;}
  .breadcrumb:before,
  .breadcrumb:after {
    content: '';
    display: table;
    width: 100%;}
  .breadcrumb ul {
    list-style-type: none;
    margin: 0;
    padding: 12px 0 0;
    overflow: hidden;}
  .breadcrumb li {
    float: left;
    font-size: 12px;}
  .breadcrumb li a {
    color: #262626;
    text-decoration: none;}
  .breadcrumb li a:hover {
    color: #196FB9;}
  .breadcrumb li:before {
    content: '>';
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px;}
  .breadcrumb li:first-child:before {
    display: none;}
  .clearfix:before,
  .clearfix:after {
    content: '';
    display: table;
    width: 100%;
    clear: both;} 
  @media screen and (max-width: 767px){
    .popular_airline ul li {
      width: 50%;
      margin-bottom: 6px;
    }
    .popular_airline ul li span.desc {
      width: 160px;
      height: 23px;
      font-size: 15px;
      padding-top: 4px;
      padding-left: 8px;
      line-height: 1;
    }
    .body_corp_show .fixiphone {
      width:100px !important;
    }
    .body_branch_searchbyairport .fixiphone, .body_branch_searchbydistrict .fixiphone, .body_branch_searchbystation .fixiphone {
      margin-left: 10px;
    }
    .body_branch_searchbyairport .dot_fixiphone, .body_branch_searchbydistrict .dot_fixiphone, .body_branch_searchbystation .dot_fixiphone {
      padding-left: 10px;
    }
  }
  @media screen and (max-width:320px){
    .popular_airline ul li span.desc {
      width: 100%;
    }
    .device-font-size-11px{
      font-size:11px !important;
    }
    .device-320px-margin-top-minus10px{
      margin-top:-10px !important;
    }
  }
  .body_user_guest_reserve_show .refine-item-title,.body_reserve_step1 .refine-item-title,.body_reserve_step2 .refine-item-title,.body_reserve_confirm .refine-item-title,.body_plan_show .refine-item-title{
    margin: 15px 0 25px;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    padding-left: 30px;
    line-height: 1.2;
  }
  .body_user_guest_reserve_show .refine-item-title:before, .body_reserve_step1 .refine-item-title:before, .body_reserve_step2 .refine-item-title:before,.body_reserve_confirm .refine-item-title:before,.body_plan_show .refine-item-title:before{
    content: '';
    position: absolute;
    background: #4ba3d1;
    top: -3px;
    left: 20px;
    width: 6px;
    height: 26px;
  }
  .margin-top-5px{
    margin-top:5px;
  }
  .border-dotted-right{
    border-right: 2px dotted #000 !important;
  }
  .border-dotted-bottom{
    border-bottom: 2px dotted #000 !important;
  }
  .background-none{
    padding:0px !important;
    background:none !important;
  }
  .font-size-16 {
    font-size:16px !important;
  }
  .font-size-10 {
    font-size:10px !important;
  }
  .margin-bottom-5px{
    margin-bottom:5px;
  }
@media screen and (min-width:768px){
  .pc-margin-right-10px{
    margin-right:10px;
  }
  .pc-margin-left-10px{
    margin-left:10px;
  }
}
@media screen and (min-width: 768px){
  .half-width-screen {
    width: 49%
  }
  .float-left {
    float:left;
  }
}
@media (max-width: 767px) {
  .dis-none-lx,
  .dis-none-Lmax{
    display: none;
  }
}
@media screen and (min-width:1025px){
  .pc-display-inline {
    display: inline-block;
  }
}
.cursor-none {
  cursor: none !important;
}
@media screen and (min-width:768px) and (max-width:1024px){
  #image_campaign {
    padding: 20px 0;
  }
}
@media screen and (min-width:768px) and (max-width:1023px){
  .ipad-width-30{
    width: 32%
  }
  #image_campaign {
    padding: unset;
  }
}
@media screen and (max-width:768px) and (min-width:568px){
  .title_popular{
    background-size: 4%;
  }
}
@media screen and (max-width:767px){
  .sp-padding-top-10px{
    padding-top:10px;
  }
}
  .margin-bottom-10px{
    margin-bottom:10px;
  }
  .body_branch_searchbyairport .faq-box-wrap h4.pc{
    font-size:1em;
  }

  @media screen and (max-width:767px){
    .sp-new-line {
      display:inline-block;
    }
    .sp-border-top-1px-solid-black{
      border-top: 1px solid #000;
    }
    .block-airlp {
      margin: -35px 0 10px 0;
    }
    .breadcrumb {
      margin: 0 10px 10px;
    }
  }
  @media screen and (min-width:768px){
    .pc-border-bottom-1px-dotted-black{
      border-bottom: 1px dotted #000;
      padding-bottom: 3px;
    }
  }
  .arrow-image{
    background: url(/images/arrow_next.png) no-repeat left center;
    padding-left: 30px;
  }
.inline-block-display{
  display:inline-block;
}
.float-left{
  float:left;
}
.float-right{
  float:right;
}
.block-display{
  display:block;
}
@media screen and (min-width:768px){
  .pc-text-allign-center{
    text-align: center;
  }
  .pc-width-24{
    width:24%;
  }
  .pc-block-display{
    display:block;
  }
}
@media screen and (max-width:869px){
  .width-869-none-display{
    display:none;
  }
}
@media screen and (max-width:936px){
  .width-936-none-display{
    display:none;
  }
}
@media screen and (min-width:768px){
  .pc-inline-block-display{
    display:inline-block;
  }
}
.text-allign-center{
  text-align: center;
}
.text-allign-left{
  text-align: left;
}
.text-allign-right{
  text-align: right;
}
.border-bottom-1px-dotted-black{
  border-bottom: 1px dotted #000;
}
.border-right-1px-dotted-black{
  border-right: 1px dotted #000;
}
.border-left-1px-dotted-black{
  border-left: 1px dotted #000;
}
.border-top-1px-dotted-black{
  border-top: 1px dotted #000;
}
.border-bottom-1px-solid-black {
  border-bottom: 1px solid #000;
}
.border-top-1px-solid-black {
  border-top: 1px solid #000;
}
.border-left-1px-solid-black {
  border-left: 1px solid #000;
}
.border-right-1px-solid-black {
  border-right: 1px solid #000;
}
.padding-top-bottom-10px{
  padding-top:10px;
  padding-bottom:10px;
}
.center-element {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width:360px){
  .screen-360px-font-size-13px {
    font-size: 13px;
  }
}
.position-absolute{
  position: absolute;
}
.border-spacing-10px{
  border-spacing: 10px;
}
.border-1px-dotted {
  border: 1px dotted;
}
.border-radius-10px{
  border-radius: 10px;
}
.line-limit{
  overflow: hidden;
   display: -webkit-box;/* fallback */   /* fallback */
   -webkit-line-clamp: 7; /* number of lines to show */
   -webkit-box-orient: vertical;
}
.display-inline{
  display: inline !important;
}
.m-10 {
  margin: 0 0 10px !important;
}
/***** 16550 ******/
@media (min-width: 768px) {
  .footer-menu01 .col-sm-6 {
    width: 50%;
    float: left;
  }
}
.block-airtrip-plus a {
  opacity: 1;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.block-airtrip-plus a:hover,
.block-airtrip-plus a:focus {
  opacity: .85;
}
.block-airtrip-plus img {
  width: 100%;
}
/*#16927*/
.banner-top {
  background-color: #ecf0f1;
  padding: 20px 0;
  text-align: center;
}
.banner-top .popular_airline {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}
.banner-top a {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.banner-top a:hover,
.banner-top a:focus {
  opacity: .85;
}
.selection-option--group.tbl-list05 .tbl-list05-td:last-child {
  width: 100px;
  padding: 5px 10px;
}
.price-text span,
.disclaimer-text span {
  display: block;
}
.price-text > span {
  font-size: 12px;
} 
.price-text > span:first-child {
  font-size: 16px;
}
.selection-option--group.tbl-list05 .tbl-list05-th > label > input {
  display: none;
}
.tbl-list10 tr > td {
  border: 1px solid #929292;
  padding: 5px 10px;
  font-size: 16px;
}
.tbl-list10 tr > td:not(:last-child) {
  background-color: #f5f5f5;
}
.tbl-list10 .price-text {
  width: 173px;
}
.tbl-list10 td:first-child {
  width: 35px;
}
.tbl-list10 td:first-child > label {
  padding: 5px 5px 2px 5px;
  text-align: center;
  display: inline-block;
  line-height: 1;
}
.font-bold {
  font-weight: bold;
}
.selection-option--group.tbl-list05 {
  margin-bottom: 20px;
}
.tbl-list10 {
  margin: 10px 0 15px;
}
.m-b-10 {
  margin-bottom: 10px;
}
.disclaimer-text span {
  font-size: 14px;
}
.introduce-option > span {
  font-weight: bold;
}
.option-selection {
  background-color: #444;
  padding: 5px 10px;
  border-right: none;
  color: #fff;
  border: 1px solid #000;
  font-weight: bold;
}
.option-selection + td {
  background-color: #333;
  border-left: none;
}
@media screen and (max-width: 767px) {
  .selection-option--group.tbl-list05 .tbl-list05-td:first-of-type {
    width: 60px;
  }
  .selection-option--group.tbl-list05 .tbl-list05-td:last-child {
    width: 75px;
  }
  .price-text > span {
    font-size: 10px;
  }
  .price-text > span:first-child {
    font-size: 14px;
  }
  .tbl-list10 .price-text {
    width: 75px;
  }
  .selection-option--group.tbl-list05 .tbl-list05-td:last-child,
  .tbl-list10 tr > td {
    padding: 5px;
  }
  p.introduce-option {
    font-size: 13px;
  }
  .introduce-option > span {
    display: block;
  }
  .disclaimer-text span {
    font-size: 12px;
  }
  .sp-font-size{
    font-size: 12px !important;
  }
}
.block-airlp a {
  font-size: 16px;
  text-decoration: none;
  color: #000;
  padding: 0 0 30px 5px;
  display: inline-block;
}
.block-airlp a:hover,
.block-airlp a:focus {
  color: #4b74b4;
}
.block-airlp a:before {
  content: '';
  background: #052f63;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 10px;
}
/*==== UPDATED #17504 ====*/
.charge-details {
  position: relative;
}
.charge-details:after {
  font-family: FontAwesome;
  content: '\f13a';
  position: absolute;
  color: #309ed3;
  right: 10px;
  top: 50%;
  bottom: 50%;
  margin-top: -13px;
  font-size: 150%;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.charge-details.selected:after {
  content: '\f139';
}
.agreement .agreement_note {
  text-align: center;
  margin-bottom: 10px;
  color: #339966;
}
@media screen and (min-width: 768px) {
  .plan-detail-li.title.charge-details {
    text-align: left;
    cursor: pointer;
    padding-left: 30px;
  }
  .bt-agreement {
    margin-top: 30px;
  }
  .charge-details:after {
    right: inherit;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .plan-detail-pay-wrap-li.title.charge-details {
    margin: 0;
  }
  .plan-detail-pay-wrap-li.title.charge-details.selected {
    margin-bottom: 10px;
  }
  .charge-details__content {
    display: none;
  }
}
.bt-agreement + .agreement .bt-yellow[type="submit"] {
  pointer-events: none;
  opacity: .5;
}
.bt-agreement.selected + .agreement .bt-yellow[type="submit"] {
  pointer-events: inherit;
  opacity: 1;
}
.collap-plan-detail-pay {
  background: #e6eaed;
  color: #000;
  padding: 10px;
  text-align: center;
  display: block;
  font-size: 16px;
  position: relative;
  font-weight: bold;
}
.collap-plan-detail-pay:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top-color: #000;
  right: 20px;
  top: 20px;
}
.collap-plan-detail-pay.active:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom-color: #000;
  right: 20px;
  top: 8px;
}
.collap-plan-details, 
.collap-accessinfo-details {
  background: #4ba3d1;
  color: #fff;
  padding: 10px;
  text-align: center;
  display: block;
  font-size: 16px;
  position: relative;
  font-weight: bold;
  margin-bottom: 10px;
}
.collap-plan-details:after, 
.collap-accessinfo-details:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top-color: #fff;
  right: 20px;
  top: 17px;
}
.collap-plan-details.active:after, 
.collap-accessinfo-details.active:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom-color: #fff;
  right: 20px;
  top: 5px;
}
.plan-detail-pay-wrap, .layout-plan-details {
  border-right: 1px solid #000;
}
@media (max-width: 767px) {
  .plan-detail-pay-wrap, .layout-plan-details {
    border-right: none;
  }
}
.bannerPrice {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  border-top: 1px solid #c5c5c5;
  background: #fff;
  z-index: 100;
}
.bannerPriceTable {
  display: table;
  width: 1000px;
  height: 100%;
  margin: 0 auto;
  table-layout: fixed;
  border-collapse: separate;
  -webkit-border-horizontal-spacing: 0;
  -webkit-border-vertical-spacing: 24px;
}
.banner_floating_cell {
  display: table-cell;
  vertical-align: middle;
}
.notes_floating_wrap {
  position: relative;
  height: 44px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  padding: 10px 14px 10px 0;

  color: #82b541;
}
.grp-bt-yellow p {
  color: #82b541;
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}
.btm_price_wrap {
  width: 260px;
  text-align: right;
  vertical-align: middle;
}
.btm_floating_price_label {
  vertical-align: middle;
}
.btm_floating_price {
  vertical-align: middle;
  font-size: 30px;
  font-weight: bold;
  color: #f00;
}
.btm_button_wrap {
  text-align: right;
}
.btn_floating_bottom {
  background: #ff9200;
  -webkit-box-shadow: 0 3px 0 0 #ff7b00;
  box-shadow: 0 3px 0 0 #ff7b00;
  color: #fff;
  display: inline-block;
  width: 240px;
  border: none;
  height: 48px;
  padding: 0;
  line-height: 48px;
  font-size: 18px;
}
@media (max-width: 768px) {
  .bannerPriceTable {
    width: 100%;
    padding: 0 10px;
  }
  .btm_price_wrap {
      width: 170px;
  }
  .notes_floating_wrap {
    font-size: 15px;
  }
  .btn_floating_bottom {
    width: auto;
    padding: 5px;
  }
  .btm_floating_price {
    font-size: 24px;
  }
}
@media (max-width: 639px) {
  .bannerPriceTable {
    position: relative;
    display: block;
  }
  .bannerPriceTable .btm_text_wrap {
    width: 50%;
    float: left;
  }
  .bannerPriceTable .btm_price_wrap {
    width: 50%;
    float: right;
  }
  .bannerPriceTable .btm_button_wrap {
    position: absolute;
    bottom: 15px;
    left: 50%;
    margin-left: -104px;

  }
  .bannerPrice {
    height: 110px;
  }
  .bannerPriceTable .notes_floating_wrap {
    padding: 16px 14px 10px 0;
  }
}
@media (max-width: 375px) {
  .notes_floating_wrap {
    font-size: 15px;
  }
}
@media (max-width: 320px) {
  .btm_floating_price_label,
  .notes_floating_wrap {
    font-size: 13px;
  }
  .bannerPriceTable .btm_price_wrap {
    padding-top: 7px;
  }
  .btm_floating_price {
    font-size: 25px;
  }
  .bannerPriceTable .notes_floating_wrap {
    padding: 20px 14px 10px 0;
  }
  .btn_floating_bottom {
    font-size: 16px;
    height: 44px;
    line-height: 44px;
  }
}
/*=== UPDATE #18887 ====*/
.mailtip {
  background-color: #fcfeff;
  border: 1px solid #000;
  border-top: none;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.mailtip li:first-child {
  padding-top: 5px !important;
}
.mailtip li:last-child {
  padding-bottom: 5px !important;
}
.mailtip li {
  padding: 0 10px 0 !important;
  font-size: 16px;
}
.mailtip li.active {
  background-color: #e6eaed;
}
.mailtip li.hover {
  background-color: #e6eaed;
}
.mailtip li:hover,
.mailtip li:focus {
  background-color: #e6eaed;
  cursor: pointer;
}

.changeRecalculation td {
  padding: 10px;
  border: 1px solid #000;
  text-align: center;
}
.bt-recalculation {
  padding: 10px;
  font-size: 18px;
  font-weight: bold;
  width: 380px;
}
@media (max-width: 425px) {
  .bt-recalculation {
    width: 100%;
  }
}
/*=== UPDATE #19077 ===*/
.list-faqs {
  display: none;
}
@media screen and (min-width: 768px) {
  .page-title01 + .line-ami {
    margin-bottom: 15px;
  }
  .list-faqs {
    margin: 0 0 20px;
    list-style-type: none;
    display: block;
  }
  .list-faqs li {
    margin: 0 0 5px;
    font-size: 14px;
    position: relative;
    padding: 0 0 0 10px;
  }
  .list-faqs a {
    color: #000;
  }
  .list-faqs li:before {
    content: '';
    background-color: #000;
    width: 5px;
    height: 5px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
  }
}
/*==== #18124 #note-24 ====*/
.refine-company-item.refine-company-item-atr {
  padding: 80px 60px 40px;
  border-color: #196FB9;
}
.refine-company-item-atr h2 {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 10px 10px 53px;
  width: 100%;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  border-top: 10px solid #196FB9;
  border-bottom: 1px solid #196FB9;
}
.refine-company-item-atr .label-recommended:before {
  content: '';
  position: relative;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 80px 80px 0;
  border-color: transparent #196FB9 transparent transparent;
  z-index: -1;
  top: -19px;
  left: 67px;
  display: inline-block;
}
.refine-company-item-atr .label-recommended {
    position: absolute;
    right: 0;
    margin-top: -8px;
}
.refine-company-item-atr .label-recommended span {
  position: relative;
  top: -65px;
  left: 6px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  display: inline-block;
}
@media screen and (max-width: 1023px) {
  .refine-company-item.refine-company-item-atr {
    padding: 80px 20px 40px;
  }
  .refine-company-item-atr h2 {
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .refine-company-item.refine-company-item-atr {
    padding: 80px 10px 10px;
  }
  .refine-company-item-atr h2 {
    font-size: 20px;
    line-height: 1.2;
  }
  .refine-company-item-atr .label-recommended:before {
    top: -3px;
    left: 59px;
    border-width: 0 65px 65px 0;
  }
  .refine-company-item-atr .label-recommended span {
    font-size: 14px;
    top: -39px;
    left: 6px;
  }
  .refine-company-item-atr h2 {
    padding: 5px 10px;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .refine-company-item.refine-company-item-atr {
    padding-top: 56px;
  }
}
@media screen and (max-width: 390px) {
  .refine-company-item.refine-company-item-atr .pickup_intruction .bg-orange,
  .refine-company-item.refine-company-item-atr .pickup_intruction .bg-grey {
    padding: 3px 5px;
  }
  .refine-company-item-atr .question_mark {
    margin-left: 0;
  }
}
@media screen and (max-width: 375px) {
  .refine-company-item.refine-company-item-atr .refine-company-name {
    margin: 5px 8px 0 0;
    float: left;
  }
}
@media screen and (max-width: 349px) {
  .refine-company-item-atr h2 {
    font-size: 18px;
  }
  .refine-company-item-atr .label-recommended {
    margin-top: -14px;
  }
  .refine-company-item.refine-company-item-atr .refine-company-name {
    margin-right: 5px;
  }
  .refine-company-item.refine-company-item-atr .pickup_intruction .bg-grey {
    margin-left: 5px;
  }
}
@media screen and (max-width: 336px) {
  .refine-company-item.refine-company-item-atr .refine-company-name {
    margin-right: 4px;
  }
  .refine-company-item .pickup_intruction label.bg-grey {
    margin-left: 4px;
  }
}
/*==== UPDATED #19084 ====*/
.form-export--csv {
  margin: 0 0 40px;
}
.form-export--csv *:focus {
  outline: none;
}
.form-export--csv input {
  padding: 5px 10px;
}
.form-export--csv .form-group.search-pnr {
  margin: 10px 0;
  width: 40%;
}
.form-export--csv .form-group.search-pnr input {
  width: 100%;
  font-size: 16px;
}
.form-export--csv .form-group input {
  border: 1px solid #ccc;
}
.form-export--csv .form-group input[type="submit"] {
    width: 100px;
    padding: 4px;
    background: #FF7900;
    border: none;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.form-export--csv .form-group input[type="submit"]:last-child,
.form-export--csv .form-group.search-date > .calicon:last-child {
  margin: 0 0 0 5px;
}
.form-export--csv .form-group.search-date > .calicon:after {
    background: url(../images/sp/imgsvg/icon_calendar.svg) no-repeat;
    top: 12px;
    z-index: 10;
    right: 8px;
    width: 18px;
    height: 18px;
}
.form-export--csv .form-group.search-date {
  width: 40%;
}
.form-export--csv .form-group.search-date > .calicon {
  width: calc(100% / 2 - 4px);
  display: inline-block;
  vertical-align: top;
}
.form-export--csv .form-group.search-date > .calicon input {
  width: 100%;
}
.form-export--csv input[type="submit"]:hover,
.form-export--csv input[type="submit"]:focus,
.form-export--csv input[type="button"]:hover,
.form-export--csv input[type="button"]:focus {
  opacity: .85;
}
.table-csv--info {
  font-size: 16px;
  border-collapse: collapse;
}
.table-csv--info th {
    padding: 10px;
    font-weight: 700;
    background-color: #eee;
    font-size: 16px;
}
.table-csv--info td {
    padding: 10px;
}
.main-content--csv {
  margin-bottom: 85px;
}
.table-csv--info,
.table-csv--info tr,
.table-csv--info td,
.table-csv--info th {
  border: 1px solid #ccc;
}
.table-csv--info.visible-xs {
  display: none;
}
.body_csv_export #calendar-holder {
  height: 425px;
}
.body_csv_export #ui-datepicker-div {
  min-height: 347px;
  height: 320px !important;
}
.footer-menu-li li {
  white-space: nowrap;
}
.footer-menu-title {
  color: #fff;
  font-size: 1.8em;
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (max-width: 1023px) {
  .table-csv--info,
  .form-export--csv .form-group.search-pnr input,
  .form-export--csv .form-group.search-date > .calicon input {
    font-size: 12px;
  }
  .form-export--csv .form-group.search-date > .calicon:after {
    top: 6px;
  }
  .form-export--csv .get-info-calendar.hidden-sm {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-content--csv {
    margin: 0 10px 60px;
  }
}
@media screen and (max-width: 767px) {
  .form-export--csv {
    margin-bottom: 30px;
  }
  .table-csv--info.hidden-xs {
    display: none;
  }
  .table-csv--info.visible-xs {
    display: block;
  }
  .form-export--csv .form-group.search-date,
  .form-export--csv .form-group.search-pnr {
    width: 100%;
  }
  .table-csv--info {
    width: 100%;
    overflow-x: auto;
    overflow-y: visible;
    border-collapse: separate;
    border-spacing: 0;
    position: relative;
    text-align: left;
  }
  .table-csv--info th,
  .table-csv--info  td {
    white-space: nowrap;
    border-top-width: 0;
    font-size: 12px;
  }
  .main-content--csv {
    margin: 0 10px 40px;
  }
  .table-csv--info td {
    border-right: none;
    text-align: center;
  }
  .table-csv--info td:first-of-type {
    padding-left: 130px;
  }
  .table-csv--info th {
    position: fixed;
    width: 120px;
    left: 10px;
  }
  .body_csv_export .res-L-min {
    padding: 0;
  }
  .footer-menu-title {
    background-color: #309ed3;
    font-size: 1.6em;
    font-weight: bold;
    padding: 15px 10px;
  }
}
/*==== #19458 ====*/
@media screen and (max-width: 380px) {
  .body_branch_searchbyairport .bt-w-max-content {
    padding: 7px 0 !important;
    font-size: 14px;
  }
}
/*=== #19441 ===*/
.body_reserve_complete .block-traffic {
  margin: 30px 0 48px;
  display: table;
  width: 100%;
}
.body_reserve_complete .block-traffic > div {
  display: table-cell;
  vertical-align: top;
}
.body_reserve_complete .block-traffic > div:last-child img {
  max-height: 90px;
}
.body_reserve_complete .block-traffic img {
  width: 100%;
}
.body_reserve_complete .block-traffic a {
  display: block;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.body_reserve_complete .block-traffic a:hover,
.body_reserve_complete .block-traffic a:focus {
  opacity: .7;
}
@media (min-width: 768px) and (max-width: 991px) {
  .body_reserve_complete .block-traffic > div:last-child img {
    max-height: inherit;
  }
}
@media screen and (max-width: 767px) {
  .body_reserve_complete .block-traffic > div:last-child img {
    max-height: inherit;
  }
  .body_reserve_complete .block-traffic,
  .body_reserve_complete .block-traffic > div {
    display: block;
  }
  .body_reserve_complete .block-traffic {
    margin: 10px 0 15px;
  }
}
/*==== TICKET #19201 ===*/
.search-rental-stores,
.search-rental-stores .paging a {
  font-size: 16px;
}
.search-rental-stores .block-title {
  background-color: #196fb9;
  color: #fff;
  font-size: 20px;
  padding: 13px 20px;
}
.search-rental-stores .head-search-result {
    border-bottom: 1px solid #C1C1C1;
    padding: 15px 0;
}
.search-rental-stores .search-result-head {
  background-color: #D6EBFD;
  border-left: 4px solid #309ed3;
  border-bottom: 2px dotted #196FB9;
  padding: 12px 20px;
  position: relative;
}
.search-rental-stores .search-result-head > div,
.search-rental-stores .search-result-body > ul,
.search-rental-stores .search-result-body > div {
  display: inline-block;
  vertical-align: middle;
}
.search-rental-stores .search-result-item {
  border: 1px solid #333;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  margin: 0 0 20px;
}
.search-rental-stores .search-result-head__logo {
  margin-right: 10px;
  width: 20%;
}
.search-rental-stores .search-result-head__title {
  font-size: 20px;
  width: calc(100% - 20% - 145px);
}
.search-rental-stores .search-result-head__faq .tooltiptext {
  font-size: 14px;
  background-color: rgb(255, 255, 255);
  position: absolute;
  width: 282px;
  left: 0%;
  top: 40px;
  margin-top: 0px;
  padding: 10px;
  box-shadow: rgba(0, 0, 0, 0.5) 5px 5px 5px;
  border: 1px solid rgb(188, 188, 188);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: left;
  z-index: 1;
  color: #333;
}
.search-rental-stores .search-result-head__faq .tooltiptext:before,
.search-rental-stores .search-result-head__faq .tooltiptext:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.search-rental-stores .search-result-head__faq .tooltiptext:before {
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: black;
    border-width: 10px;
    margin-left: -100px;
}
.search-rental-stores .search-result-head__faq .tooltiptext:after {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: white;
    border-width: 10px;
    margin-left: -100px;
}
.search-rental-stores .body-search-result {
  margin-top: 20px;
}
.search-rental-stores .search-result-head__faq {
  padding: 5px 10px 5px 15px;
  background: #808080;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  margin-left: 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
  width: 115px;
  text-align: right;
}
.search-rental-stores .search-result-body {
  margin: 10px 0 0;
}
.search-rental-stores .search-result-body > ul {
  width: 69%;
}
.search-rental-stores .search-result-body li {
  display: table;
  width: 100%;
  border: 1px solid #333;
}
.search-rental-stores .search-result-body li:not(:last-child){
  border-bottom: none;
}
.search-rental-stores .search-result-body li > div {
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
}
.search-rental-stores .search-result-body li > div:first-child {
  background-color: #f5f5f5;
  width: 20%;
  border-right: 1px solid #333;
  font-weight: 700;
}
.search-rental-stores .search-result-body > div {
  width: calc(100% - 70% - 25px);
  margin-left: 20px;
}
.search-rental-stores .search-result-body > div > a {
  display: block;
  text-align: center;
  padding: 5px 0;
  font-size: 18px;
  font-weight: 700;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.search-rental-stores .search-result-body > div > a:hover,
.search-rental-stores .search-result-body > div > a:focus {
  opacity: .85;
}
.search-rental-stores .search-result-body .btn-orange {
  background-color: #FF7600;
}
.search-rental-stores .search-result-body a.bg-grey {
  background-color: #b3b3b3;
  margin-top: 5px;
}
.search-rental-stores .search-result-body > div .price {
  font-size: 22px;
  font-weight: bold;
  color: red;
  text-align: right;
}
.search-rental-stores .search-result-body > div > div > span {
  width: calc(100% / 2 - 3px);
  display: inline-block;
  vertical-align: middle;
}
.search-rental-stores .search-result-body > div > div > span:first-child {
  font-weight: 700;
  font-size: 20px;
}
.search-rental-stores .search-result-body > div > div > span:first-child::after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 12px;
  border-color: transparent transparent transparent #333;
  margin-left: 10px;
  vertical-align: middle;
  margin-top: -4px;
}
.search-rental-stores .search-result-body > div > div:first-child {
  background-color: #FFF4B8;
  padding: 0 10px;
  margin-bottom: 5px;
}
.search-rental-stores .search-result-head__title.visible-xs {
  display: none;
}
.search-rental-stores .result-squeeze .rentacar .item {
  font-size: 13px;
}
.search-rental-stores.list-search-result .refine-company {
  padding-left: 10px;
}
.search-rental-stores .result-squeeze select {
  font-size: 18px;
}
.search-rental-stores.list-search-result .pc-sort li a {
  padding-top: 10px;
}
.search-rental-stores.list-search-result .pc-sort li a.active:before {
  bottom: -16px;
}
.body_branch_searchbyairport .cartype,
.body_branch_searchbyairport .result-squeeze .fa-caret-down {
  display: none;
}
.body_branch_searchbyairport .bt-yellow {
  font-size: 18px;
  padding: 8px 10px;
}
.body_branch_searchbyairport .result-squeeze .rentacar .item {
  width: 100px;
}
.body_branch_searchbyairport .result-squeeze .rentacar .dot_fixiphone {
  font-size: 13px;
  width: auto;
  padding-right: 7px;
}
.search-rental-stores.list-search-result .refine-company .result-squeeze {
  margin: 0;
  padding: 0;
}
.body_branch_searchbyairport .search-result-head__title a {
  color: #000;
  font-weight: 700;
  text-decoration: none;
}
.body_branch_searchbyairport .search-result-head__title a:hover,
.body_branch_searchbyairport .search-result-head__title a:focus {
  opacity: .7;
}
@media screen and (min-width: 1024px) {
  .body_branch_searchbyairport .result-squeeze .button {
    width: 170px;
  }
}
@media screen and (min-width: 768px) {
  .search-rental-stores.list-search-result .refine-company {
    width: 50%;
  }
}
@media screen and (max-width: 1024px) {
  .search-rental-stores .search-result-body > div .price {
    font-size: 20px;
  }
  .search-rental-stores .search-result-body > div > div > span:first-child {
    font-size: 16px;
  }
  .search-rental-stores .search-result-body > div {
    width: calc(100% - 70% - 10px);
    margin-left: 5px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .search-rental-stores .search-result-head__faq .tooltiptext:after,
  .search-rental-stores .search-result-head__faq .tooltiptext:before {
    margin-left: 80px;
  }
  .search-rental-stores .search-result-head__faq .tooltiptext {
    margin-left: -135px;
  }
  .search-rental-stores .search-result-body > div {
    width: calc(100% - 70% - 30px);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .body_branch_searchbyairport #search_branch > ul {
    display: flex;
    align-items: center;
  }
  .body_branch_searchbyairport .result-squeeze .rentacar .dot_fixiphone {
    width: 15px;
  }
  .search-rental-stores .result-squeeze select,
  .body_branch_searchbyairport .bt-yellow,
  .body_branch_searchbyairport .list-search-result .sort-content  {
    font-size: 13px;
  }
  .body_branch_searchbyairport #search_branch > ul > li:last-of-type {
    margin-top: -10px;
    margin-left: 3px;
  }
  .body_branch_searchbyairport .bt-yellow {
    padding: 8px 10px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .search-rental-stores .search-result-head__logo {
    margin-right: 10px;
  }
  .search-rental-stores .search-result-body > ul {
    width: 67%;
  }
  .search-rental-stores .search-result-body > div {
    width: calc(100% - 67% - 10px);
  }
}
@media screen and (max-width: 767px) {
  .search-rental-stores .block-title {
    font-size: 14px;
  }
  .search-rental-stores .search-result-head__logo {
    width: calc(100% - 138px);
  }
  .search-rental-stores .search-result-head__title.visible-xs {
    display: block;
    width: 100%;
    line-height: 1;
    margin: 5px 0 0;
    font-size: 15px;
  }
  .search-rental-stores .search-result-head {
    padding: 12px 10px 8px;
  }
  .search-rental-stores .search-result-body > ul,
  .search-rental-stores .search-result-body > div {
    width: 100%;
    margin: 0 0 10px;
  }
  .search-rental-stores .search-result-body li > div:first-child {
    width: 30%;
  }
  .search-rental-stores .search-result-body > div > a {
    display: inline-block;
    width: calc(100% / 2 - 10px);
  }
  .search-rental-stores .search-result-body > div > a:first-of-type {
    margin-right: 10px;
  }
  .search-rental-stores .search-result-body > div > div:first-child {
    padding: 5px 10px;
  }
  .search-rental-stores .search-result-body > div > div > span:first-child {
    position: relative;
  }
  .search-rental-stores .search-result-body > div > div > span:first-child::after {
    position: absolute;
    top: 5px;
  }
  .search-rental-stores .search-result-item {
    margin: 0 0 15px;
  }
  .search-rental-stores .search-result-head__faq .tooltiptext:after,
  .search-rental-stores .search-result-head__faq .tooltiptext:before {
    margin-left: -10px;
  }
  .search-rental-stores .search-result-head__faq .tooltiptext {
    width: 200px;
    margin-left: -70px;
  }
  .search-rental-stores .result-squeeze .rentacar .item {
    margin-right: 30px;
    width: 95px;
  }
  .search-rental-stores .result-squeeze select {
    font-size: 13px;
  }
  .search-rental-stores.list-search-result .refine-company.result-squeeze {
    padding: 0 10px 15px 0;
    margin: 0;
  }
  .body_branch_searchbyairport .result-squeeze .rentacar .dot_fixiphone {
    width: 7px;
    padding: 0;
  }
  .body_branch_searchbyairport .btn-head-grb li:first-child {
    padding-right: 10px;
  }
  .search-rental-stores.list-search-result .refine-company {
    padding-bottom: 10px;
  }
  .search-rental-stores .search-result-body > div > div > span:first-child::after {
    margin-top: 0;
  }
  .search-rental-stores .search-result-head__faq {
    width: 110px;
    padding: 5px 10px 5px 10px;
  }
  .body_branch_searchbyairport .pc-sort {
    display: block;
    position: inherit;
    width: 100%;
    background: transparent;
    box-shadow: inherit;
  }
  .body_branch_searchbyairport .btn-head-grb {
    border: none;
  }
  .body_branch_searchbyairport .pc-sort li a {
    border: 1px solid #bcbcbc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  .body_branch_searchbyairport #list-sort-sp li {
    display: inline-block;
    width: calc(100% / 2 - 10px);
    text-align: center;
  }
  .body_branch_searchbyairport #list-sort-sp li:first-child {
    margin-right: 10px;
  }
  .body_branch_searchbyairport .list-search-result .pc-sort li a {
    padding: 10px 5px;
  }
  .body_branch_searchbyairport .list-search-result .pc-sort li:first-child a {
    border-top: 1px solid #bcbcbc;
  }
  .body_branch_searchbyairport .body-search-result {
    position: relative;
    z-index: 10;
  }
}
@media screen and (max-width: 336px) {
  .search-rental-stores .search-result-body > div > a {
    font-size: 16px;
  }
  .body_branch_searchbyairport .btn-head-grb {
    margin-bottom: 10px;
  }
}
/*=== UPDATED #21501 ====*/
.refine-company-item .refine-item-price {
  position: relative;
  box-shadow: 1px 0 3px #bcbcbc;
}
.promotion-label {
    position: absolute;
    right: -9px;
    top: -7px;
    background-color: #ffc14d;
    color: #000;
    font-weight: 700;
    padding: 4px 0 4px 6px;
    text-align: left;
    line-height: 1.2;
}
.promotion-label:after {
    content: '';
    position: absolute;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 19px 9px;
    border-color: transparent transparent #b69353 transparent;
    bottom: -19px;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    transform: rotate(-180deg);
} 
.refine-company-item .refine-item-price .large-item .red-price {
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .refine-company-item .large-item .dis-table-cell {
    padding-top: 30px;
  }
  .promotion-label {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  div.refine-company-item .refine-item-price .dis-table.p-30 {
    padding-top: 25px;
  }
  /*=== UPDATED #21813 ===*/
  .popular_airline ul {
    margin: 0;
  }
  .popular_airline ul li:nth-child(3) {
    clear: left;
  }
}
/*==== UPDATED #22745 ===*/
.last-booking {
  margin: 0 0 30px;
}
.last-booking--title {
  background: #196fb9 url(/images/ico_booking.png) 20px 16px no-repeat;
}
.last-booking--content ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: row;
}
.last-booking--content li:last-child {
  margin-right: 0;
}
.last-booking--content li {
  width: calc(100% / 3 - 10px);
  margin: 20px 20px 20px 0;
}
.last-booking--content a {
  text-decoration: none;
  display: block;
  font-size: 15px;
  font-weight: 700;
  border: 2px solid #d4d4d4;
  border-radius: 25px;
  background-color: #fff;
  line-height: 50px;
  text-align: center;
  position: relative;
  color: #309dd4;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.last-booking--content a:hover,
.last-booking--content a:focus {
  background-color: #dcf6ff;
}
.last-booking--content a:after {
  content: '';
  border: solid #309dd4;
  border-width: 0 2px 2px 0;
  padding: 4px;
  -webkit-transform: rotate(-45deg) translateY(-50%);
  -moz-transform: rotate(-45deg) translateY(-50%);
  transform: rotate(-45deg) translateY(-50%);
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -2px;
}
.block-img {    max-width: 1024px;    margin: 0 auto 25px;    text-align: center;}
@media (min-width: 768px) and (max-width: 1023px) {
  .block-img {
    margin: 20px 10px 10px;
  }
}
@media screen and (max-width: 767px) {
  .last-booking--content ul {
    display: block;
  }
  .last-booking--content li {
    width: 100%;
    margin: 10px 0 0;
  }
  .last-booking--content a {
    font-size: 16px;
  }
}
@media screen and (max-width: 336px) {
  .title_popular {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px){
  .search-area-list-box {
      margin-right: 0!important;
      margin-left: 0!important;
  }
  .search-area-airport-ul {
      width: inherit!important;
  }
}
@media screen and (min-width: 750px){
  .search-area-airport-box, .search-area-shinkansen-box, .search-area-list-box {
      background-color: #fff;
      border: 3px solid #000;
      -webkit-box-shadow: 6px 6px 0 rgba(0,0,0,0.10);
      -moz-box-shadow: 6px 6px 0 rgba(0,0,0,0.10);
      box-shadow: 6px 6px 0 rgba(0,0,0,0.10);
      padding: 10px;
      position: relative;
      z-index: 50;
      margin: 0 10px;
  }
  .search-area-airport-ul {
      display: table;
      table-layout: fixed;
  }
  .search-area-airport-li {
      display: table-cell;
      width: 120px;
      font-size: 8px;
  }
  .search-area-airport-li a {
      color: #000;
      font-size: 1.6em;
      font-weight: bold;
      text-decoration: none;
  }
  .search-area-airport-li a .fa {
      color: #e5194e!important;
  }
  .margin-bottom30pxL-10pxS {
      margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px){
  .tab-area-wrap {
      background-color: #e6eaed;
      padding: 15px 10px 10px 10px;
      position: relative;
      z-index: 50;
  }
}
@media screen and (max-width: 750px){
  .search-area-airport-ul .search-area-airport-li a {
        background-color: #fff;
        border-bottom: 1px dotted #000;
        border-right: 1px solid #000;
        border-left: 1px solid #000;
        color: #000;
        display: block;
        font-size: 1.6em;
        font-weight: bold;
        padding: 15px 10px;
        position: relative;
        text-decoration: none;
  }
  .search-area-airport-ul .search-area-airport-li a:after {
      font-family: FontAwesome;
      content: '\f054';
      position: absolute;
      color: #309ed3;
      right: 10px;
      top: 50%;
      bottom: 50%;
      margin-top: -7px;
      font-size: 100%;
  }

  .search-area .search-area-airport-ul .search-area-airport-li a{
        border-bottom: none;
        border-right: none;
        border-left: none;
        font-size: 15px;
        padding: 0;   
  }
  .search-area .search-area-airport-ul .search-area-airport-li a:after{
     margin-top: 0;
  }
}

.search-area .search-area-airport-box {
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    box-shadow: none;
    margin: 0;
}
.reviewWebsiteRedirect{
  display: none !important;
}