﻿@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i');
@import url(notosanssc.css);
@import url(notosanstc.css);
@import url(notosanskr.css);

/* Reset */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

@media all and (-ms-high-contrast:none) {
  main {
    display: block;
  }
}

*:focus {
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-size: 62.5%;
}

/* Common */

html[lang="en"] body {
  font-family: 'Noto Sans', sans-serif;
  font-size: 1.4rem;
}

html[lang="zh-HK"] body {
  font-family: 'Noto Sans SC', sans-serif;
  font-size: 1.4rem;
}

html[lang="zh-TW"] body {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 1.4rem;
}

html[lang="ko"] body {
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 1.4rem;
}

body * {
  box-sizing: border-box;
}

body {
  background-color: #ffffff;
  color: #141414;
  line-height: 1.5em;
  width: 100%;
  text-align: left;
}

a,
.link {
  color: #2578a0;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  opacity: 0.75;
}

.contents {
  position: relative;
}

input[type=number] {
  -moz-appearance: textfield;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
}

/* Header */

header {
  width: 100%;
  background-color: #ffffff;
  z-index: 99999;
}

.hd_lang-help a {
  color: #000;
}

.hd_lang-help a span {
  color: #999;
}

.hd_help {
  float: right;
}

.hd_lang-heading {
  float: left;
}

.hd_navi {
  display: inline;
}

.hd_logo {
  font-weight: bold;
  font-size: 5vw;
}

.hd_logo img {
  vertical-align: middle;
  margin-right: 11px;
  width: 65px;
  float: left;
}

.hd_logo.hd_logo2 img {
  width: 346px;
}

.hd_logo.hd_logo2 .hd_logo_s {
  display: none;
}

.hd_logo h1 a {
  text-decoration: none;
  display: block;
}

/* Navigation */

.Nav .navbtn {
  display: none;
}

.Nav .close {
  display: none;
}

.Nav .nav__list {
  margin: 0 auto;
}

.Nav .nav__list .sm a {
  color: #777;
  font-size: .7rem;
}


.Nav .nav__item {
  position: relative;
  font-size: 1.5rem;
  display: inline-block;
  white-space: nowrap;
}

html[lang="ko"] .Nav .nav__item,
html[lang="zh-HK"] .Nav .nav__item,
html[lang="zh-TW"] .Nav .nav__item {
  width: 100%;
}

.Nav .nav__item a {
  display: block;
  position: relative;
  text-decoration: none;
  padding: 13px 0px 13px 0px;
  font-size: 1.6rem;
  font-weight: bold;
  z-index: 2;
  text-transform: initial;
  margin: 0 19px;
}

.hd_language .Nav .parent a {
  padding: 0 15px 0 3px;
  margin-right: 15px;
  background-color: #fff;
}

.Nav .nav__list .parent>a {
  padding-right: 25px;
}

.Nav .nav__list .parent.open:not(:last-child)>a::after {
  background: #d2232a;
  -webkit-transform: scale(1);
  transform: scale(1);

}

.Nav .submenu {
  border-top: none;
  display: none;
  position: absolute;
  right: auto;
  width: auto;
  z-index: 9;
}

.Nav .submenu li {
  background-color: #fff;
  white-space: nowrap;
  border-bottom: 1px solid #ccc;
}

.Nav .submenu li a {
  position: relative;
  padding: 5px 27px;
}

.hd_language .Nav .nav__list>li a::after {
  color: #141414;
}

.hd_language .Nav {
  /* min-width: 108px; */
  /* margin-right: 5px; */
}

.hd_search input[type="text"] {
  width: 218px;
  padding: 4px 38px;
  border: 1px solid #bbbbbb;
  font-size: 1.6rem;
  color: #696969;
  text-transform: capitalize;
  height: 32px;
  border-radius: 5px;
}

.hd_search input[type="submit"] {
  left: 8px;
  border: none;
}

.hd_language .Nav .parent a {
  text-transform: capitalize;
  font-size: 1.5rem;
  line-height: 20px;
  font-weight: normal;
  text-decoration: none;
  color: #2578a0;
}

.hd_language .Nav .parent .big {
  display: block;
  width: 100%;
  text-align: right;
  padding-right: 14px;
  right: 20px;
}

.hd_language .Nav .parent .big span {
  text-decoration: underline;
  color: #2578a0;
}

.hd_logo_right .reservation:hover {
  opacity: 0.75;
}

.hd_logo_right .reservation {
  width: 100%;
}

.hd_logo_right .view-modify-cancel.button::after {
  content: "";
  padding-left: 0;
}

.hd_logo_right .button::after {
  content: '\f105';
  position: absolute;
  right: 12px;
  height: 20px;
  width: 20px;
  background-position: -151px -1px;
  background-size: 323px;
  padding-left: 0;
  font-size: 2rem;
}

.hd_logo_right {
  margin: 12px 0px;
}

.hd_language .Nav .submenu {
  border-top: none;
  position: absolute;
  top: 22px;
  right: -4px;
  border: 1px solid #bbbbbb;
  width: 170px;
}

.hd_language .Nav .submenu li a {
  margin: 0;
  padding: 15px 13px;
  background: none;
}

.Nav .submenu li a:after {
  font-family: FontAwesome;
  position: absolute;
  right: 10px;
  font-size: 2rem;
  content: '\f105';
  top: 50%;
  width: 7px;
  height: 20px;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  text-align: right;
}

.hd_language .Nav .submenu li a:hover {
  background: none;
  opacity: 0.70;
}

.hd_language .parent a.big:after {
  content: '\f0d7';
  font-family: 'FontAwesome';
  position: absolute;
  left: auto;
  right: -6px;
  display: inline-block;
  width: auto;
  font-size: 2.4rem;
  color: #141414;
  top: 1px;
  bottom: auto;
  text-decoration: none !important;
}

.hd_logo h1 span {
  color: #141414;
  font-size: 3rem;
  display: block;
  white-space: nowrap;
  /*padding-top: 7.5%;*/
  line-height: 65px;
}

@media all and (-ms-high-contrast:none) {

  /*
  html[lang="zh-HK"] .hd_logo h1 span {
    padding-top: 9.5%\0 !important;
  }

  html[lang="zh-TW"] .hd_logo h1 span {
    padding-top: 9.5%\0 !important;
  }

  html[lang="ko"] .hd_logo h1 span {
    padding-top: 7.5%\0 !important;
  }

  html[lang="en"] .hd_logo h1 span {
    padding-top: 5.5%\0 !important;
  }
	*/

}

.hd_logo_right {
  float: right;
  display: flex;
  margin: 10px 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.hd_logo_right .button {
  padding: 10px 20px;
  background-color: #d2232a;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 600;
  margin-left: 10px;
}

.hd_logo_right .button:after {
  content: "\f061";
  font-family: FontAwesome;
  padding-left: 20px;
}

/* Footer */

footer {
  text-align: center;
  background-color: #474747;
  color: #ffffff;
  position: relative;
}

footer .ft-toggle a {
  display: inline-block;
  font-size: 1.4rem;
  padding-left: 0;
}

footer .a {
  color: #ffffff;
  font-weight: 500;
  font-size: .9rem;
}

.arrow,
.icon-add,
.icon-tel {
  position: relative;
  display: block;
  padding: 8px 0 8px 30px;
  color: #fff;
  vertical-align: middle;
  text-decoration: none;
}

.arrow::before,
.arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.footerlinks .arrow::before {
  left: auto;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: -25px;
}

.footerlinks .icon-add::before {
  content: url(../ic_add.html);
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  position: absolute;
  left: 1px;
}

.footerlinks .icon-tel::before {
  content: url(../ic_tel.html);
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  position: absolute;
  left: 1px;
}

.footerlinks {
  padding-top: 40px;
  text-align: left;
  padding-bottom: 20px;
}

.footerlinks ul {
  margin-top: 15px;
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}

.footerlinks li .button {
  font-size: 1.3rem;
}

.footerlinks li.accordion_1 .nest {
  border-bottom: 1px dashed #565656;
}

.footerlinks hr {
  width: 25px;
  height: 6px;
  background-color: #fed700;
  border: none;
  display: none;
}

.ft-no-button {
  font-size: 1.2rem;
}

.ft_Copyright p {
  font-size: 1.4rem;
  font-weight: 400;
}

.ft_Copyright {
  padding: 15px;
  text-align: center;
  font-weight: bold;
  background-color: #141414;
}

/* SNS */

.ft_logo-sns {
  padding: 25px 30px 25px 30px;
  background-color: #474747;
  border-top: none;
  border-top: 1px solid #bbbbbb;
}

.ft_sns ul {
  display: inline-block;
}

.ft_sns .social-link li {
  float: left;
  margin-left: 20px;
  height: 35px;
  width: 35px;
}

footer {
  clear: both;
  margin-top: 150px;
}

.ft_sns .social-link {
  float: right;
}

.ft_sns .bottom-link {
  float: left;
}

.ft_sns .bottom-link li {
  float: left;
  border-right: 1px solid #fff;
  padding: 0px 15px;
  padding-left: 15px;
  line-height: 11px;
}

.ft_sns .bottom-link li:last-child {
  border: none;
}

.ft_sns .bottom-link li a {
  background: no-repeat;
  line-height: 15px;
  color: #fff;
  font-size: 1.4rem;
}

.ft_sns .bottom-link li:first-child {
  padding-left: 0px;
}

.social-link li span,
.mobile-link {
  display: none;
}

.ft_sns li a {
  width: 100%;
  display: inline-block;
}

.ft_sns .social-link img {
  width: 100%;
}

footer .about-section img {
  position: absolute;
  right: 15px;
  bottom: 25px;
}

/* Breadcrumbs */

#breadcrumbs ul {
  display: inline-block;
  padding-top: 4px;
}

#breadcrumbs li {
  float: left;
}

#breadcrumbs li a {
  color: #2578a0;
  font-size: 1.4rem;
  text-decoration: underline;
}

#breadcrumbs li .fa-angle-right {
  font-family: FontAwesome;
  padding: 8px 10px;
  color: #141414;
  display: inline-block;
}

#breadcrumbs li span {
  font-size: 1.4rem;
}

.li-h-link {
  margin-bottom: 10px;
  margin-top: 10px;
}

.li-h-link ul {
  display: inline-block;
}

.li-h-link ul li {
  display: inline-block;
}

.li-h-link ul li a {
  font-size: 1.6rem;
  padding: 0px 15px 0 0;
  border-right: 1px solid #aaaaaa;
  text-decoration: underline;
  line-height: 18px;
  display: block;
  margin-right: 15px;
  margin-bottom: 10px
}

.li-h-link ul li:first-child a {
  padding-left: 0;
}



/* Car models */

.car-models-main-wrapper {
  margin: 20px 0px;
}

.car-models-wrapper .car-models-box {
  /* width: calc(20% - 20px); */
  -moz-box-shadow: 0px 0px 5px rgba(170, 170, 170, 1);
  -webkit-box-shadow: 0px 0px 5px rgba(170, 170, 170, 1);
  box-shadow: 0px 0px 5px rgba(170, 170, 170, 1);
  margin-left: 20px;
  padding: 10px 10px;
  text-align: center;
  color: #141414;
  display: inline-block;
  vertical-align: top;
  min-height: 215px;
  max-width: 219px;
  width: 100%;
  margin-bottom: 3px;
  margin-top: 3px;
  white-space: normal;
}


/* guide_txt */

.guide_txt {
  text-align: center;
}

@media screen and (min-width: 1000px) and (max-width: 1199px) {

  .car-models-wrapper .car-models-box {
    max-width: 171px;
  }


  footer .ft-toggle a {
    max-width: 81%;
  }
}

@media screen and (max-width: 999px) {

  .content-button .btn {
    margin: 30px auto 0;
  }

  .car-models-wrapper .car-models-box {
    max-width: 185px;
  }

}

.car-models-wrapper .car-models-box a {
  color: #141414;
  text-decoration: none;
}

.car-models-wrapper .car-models-box img {
  width: 100%;
}

.car-models-wrapper .car-models-box a span {
  display: inline-block;
  width: 100%;
}

.car-models-wrapper .car-models-box a p {
  font-size: 2rem;
  font-weight: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  width: 100%;
  align-content: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms--align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.car-models-wrapper .car-models-box:first-child {
  margin-left: 0;
}

.car-models-wrapper .car-models-box:last-child {
  margin-right: 3px;
}

/* Tab */

#tab {
  width: 100%;
  display: inline-block;
  -webkit-overflow-scrolling: touch;
}

#tab::-webkit-scrollbar {
  display: none;
}

#tab ul {
  display: flex;
  width: 100%;
  border-bottom: 6px solid #474747;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}

#tab ul li {
  text-align: center;
  border-top: 1px solid #bbb;
  border-left: 1px solid #bbb;
  padding: 5px 5px 5px 5px;
  font-size: 1.6rem;
  color: #141414;
  font-weight: bold;
  width: 200px;
}

#tab ul li a {
  color: #474747;
  text-decoration: none;
}

#tab ul li:last-child {
  border-right: 1px solid #bbb;
}

#tab ul li.active a,
#tab ul li:hover a {
  color: #fff;
}

#tab ul li.active,
#tab ul li:hover {
  background-color: #474747;
  color: #fff;
  border-color: transparent;
}

#tab ul li:hover a {
  color: #fff;
  opacity: 1;
}

#tab li.active a {
  color: #fff;
}

@media screen and (max-width:999px) {
  #tab ul li:hover {
    border-top: 1px solid #bbb;
    border-left: 1px solid #bbb;
    background-color: #ffffff;
  }

  #tab ul li:last-child:hover {
    border-right: 1px solid #bbb;
  }
}

.tab .on {
  color: #fff !important;
  background-color: #474747;
}

/* Scroll up */

#scrollup .fa {
  color: #fed600;
  position: absolute;
  font-size: 6rem;
  left: 50%;
  top: 30px;
  -webkit-transform: translate(-50%, -30%);
  transform: translate(-50%, -30%);
  line-height: 34px;
}

#scrollup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: auto;
  font-size: 1.5rem;
  background-color: #474747;
  right: 5px;
  font-weight: 500;
  color: #000;
  line-height: 47px;
  top: -89px;
}

#scrollup:hover {
  color: #000;
}

#scrollup a {
  display: block;
  height: 80px;
  width: 80px;
}

.about-section+footer {
  margin-top: 0px;
}

#form-submit-message .container {
  margin: 30px auto;
  text-align: left;
  border: 1px solid #e1d6c2;
  background-color: #f7f7ef;
  padding: 30px;
}

/* Read more */

.read-more-content .morecontent span {
  display: none;
}

.read-more-content .more-button {
  display: block;
}

.read-more-content .more-button {
  font-weight: normal;
  padding: 4px 15px;
  font-size: 1.6rem;
  width: 112px;
  border: 1px solid #bbb;
  position: relative;
  text-align: left;
  margin-top: 15px;
  text-decoration: none;
  color: #141414;
}

.read-more-content .more-button:after {
  content: "+";
  font-family: 'FontAwesome';
  position: absolute;
  left: auto;
  right: 11px;
  display: inline-block;
  width: auto;
  font-size: 2.5rem;
  color: #141414;
  top: -3px;
  bottom: auto;
}

.read-more-content .more-button.less:after {
  content: '-';
  font-size: 4.3rem;
  top: -21px;
}

.box-overlap-link {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  color: #474747;
}

/* Headings */

.ttl-lv1,
.ttl-lv2,
.ttl-lv3,
.ttl-lv4,
.ttl-lv5,
#post h1,
#post h2,
#post h3,
#post h4,
#post h5 {
  line-height: 1.5em;
}

.ttl-lv1,
#post h1 {
  padding: 60px 0 60px 0;
  font-size: 4rem;
  text-align: center;
}

.ttl-lv1 .h1-label {
  color: #fff;
  background-color: #474747;
  font-size: 22px;
  padding: 0px 10px;
  display: inline-block;
  height: 35px;
  line-height: 32px;
  position: relative;
  bottom: 8px;
  right: 20px;
}

#breadcrumbs+.ttl-lv1 {
  padding: 25px 0 15px 0;
}

@media screen and (max-width:480px) {
  .ttl-lv1 {
    word-wrap: break-word;
  }
}

.ttl-lv2 {
  display: inline-block;
  width: 100%;
  text-align: left;
  border-left: 5px solid #fed700;
  background-color: #f6f6f6;
  padding: 6px 25px;
  font-weight: bold;
  margin-bottom: 30px;
  margin-top: 50px;
  font-size: 3rem;
  word-wrap: break-word;
}

.ttl-lv1+.ttl-lv2 {
  margin-top: 0px;
}

.ttl-lv3 {
  text-align: left;
  border-bottom: 1px solid #aaaaaa;
  padding-bottom: 4px;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 2.2rem;
}

.ttl-lv4,
#post h4 {
  text-align: left;
  border-left: 3px solid #fed700;
  font-weight: bold;
  padding-left: 10px;
  margin-bottom: 15px;
  font-size: 2rem;
}

.ttl-lv5 {
  text-align: left;
  font-weight: bold;
  height: 20px;
  font-size: 1.8rem;
}

#post h2 {
  display: inline-block;
  width: 100%;
  text-align: left;
  border-left: 5px solid #fed700;
  background-color: #f6f6f6;
  padding: 6px 25px;
  font-weight: bold;
  margin-bottom: 30px;
  margin-top: 30px;
  font-size: 3rem;
  word-wrap: break-word;
}

@media screen and (max-width: 767px) {
  #post h2 {
    border-bottom: 3px solid #fed700;
    border-left: 0 !important;
    width: calc(100% + 30px);
    margin-left: -15px;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
  }
}

#post h3 {
  text-align: left;
  border-bottom: 1px solid #aaaaaa;
  padding-bottom: 4px;
  font-weight: bold;
  margin: 0 0 20px;
  font-size: 2.2rem;
}

#post h5 {
  text-align: left;
  font-weight: bold;
  height: auto;
  font-size: 1.8rem;
  margin-bottom: 20px;
}

#post h4 {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 10px;
  border-left: 3px solid #fed700;
  font-size: 2rem;
  font-weight: bold;
  text-align: left;
}



/* Grid */

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

[class*="col-"] img {
  width: 100%;
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.grid-2,
.grid-sm-2,
.grid-md-2,
.grid-lg-2,
.grid-3,
.grid-sm-3,
.grid-md-3,
.grid-lg-3,
.grid-4,
.grid-sm-4,
.grid-md-4,
.grid-lg-4,
.grid-6,
.grid-sm-6,
.grid-md-6,
.grid-lg-6,
.grid-8,
.grid-sm-8,
.grid-md-8,
.grid-lg-8,
.grid-12,
.grid-sm-12,
.grid-md-12,
.grid-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.grid-2,
.grid-3,
.grid-4,
.grid-6,
.grid-8,
.grid-12 {
  float: left;
}

.grid-12 {
  width: 100%;
}

.grid-8 {
  width: 66.66666667%;
}

.grid-9 {
  width: 75%;
}

.grid-6 {
  width: 50%;
}

.grid-4 {
  width: 33.33333333%;
}

.grid-3 {
  width: 25%;
}

.grid-2 {
  width: 16.66666667%;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

/* Tables */

body table,
body tbody {
  width: 100%;
}

table td,
table th {
  color: #141414;
  border: 1px solid #aaaaaa;
  padding: 15px;
  vertical-align: middle;
  text-align: center;
}

.table1 table {
  border-collapse: collapse;
  width: 100%;
}

.table1 table th {
  width: 230px;
  text-align: left;
  padding: 0px 20px;
  background-color: #e9f0f3;
  font-weight: 400;
}

.table1 table a {
  text-decoration: underline;
}

.table1 table td {
  padding: 15px 15px;
  text-align: left;
  word-break: break-word;
  font-weight: 500;
}

.th-bold table th {
  font-weight: bold;
}

.rental-fees-table tr th {
  width: 10%;
  padding: 5px 10px;
  font-weight: 400;
}

.rental-fees-table tr td {
  padding: 10px 10px;
  text-align: center;
}

.rental-fees-table tr:last-child td {
  font-weight: bold;
}

.table3 tr th {
  padding: 4px 10px;
  text-align: center;
  background-color: #f6f6f6;
  font-weight: bold;
  width: 50%;
}

.table3 tr td {
  padding: 6px 25px;
  text-align: left;
  width: 50%;
}

td a {
  text-decoration: underline;
}

.tr-th-bg-blue th {
  background-color: #e9f0f3;
}

.tr-th-bg-white-smoke th {
  background-color: #f7f6ef;
}

.td-bg-alice-blue {
  background-color: #e9f0f3;
}

.td-bg-white-smoke {
  background-color: #f7f6ef;
}

/* Buttons */

.content-button .btn {
  min-width: 380px;
  min-height: 50px;
  width: auto;
  margin-top: 30px;
  padding: 15px 30px 15px 15px;
}

.label-button {
  background-color: #fed600;
  color: #141414;
  font-size: 1.6rem;
  display: block;
  text-align: center;
  min-height: 30px;
  height: 30px;
  min-width: 115px;
}

.primary-button {
  background-color: #d2232a;
  color: #fff;
  font-weight: bold;
  border: 1px solid #d2232a;
  box-shadow: 0px 2px 0px #e5e5e5;
}

.secondary-button {
  background-color: #fed600;
  color: #141414;
  border: 1px solid #fed600;
  box-shadow: 0px 2px 0px #e5e5e5;
}

.other-button {
  color: #141414;
  background-color: #fff;
  border: 1px solid #aaa;
  box-shadow: 0px 2px 0px #e5e5e5;
  padding: 0px 20px;
}

.btn {
  position: relative;
  text-align: center;
  display: inline-block;
  width: 100%;
  cursor: pointer;
  padding: 15px 30px 15px 15px;
  text-decoration: none;
  font-size: 1.6rem;
}

.secondary-button.btn:hover {
  opacity: 0.75;
}

.btn span {
  font-size: 1.6rem;
}

.primary-button.btn-1:after,
.secondary-button.btn-1:after,
.other-button.btn-1:after {
  right: 10px;
  font-size: 2rem;
  top: 0px;
  font-weight: bold;
}

.btn:after {
  font-family: FontAwesome;
  position: absolute;
  right: 15px;
  font-size: 2rem;
}

.primary-button:after,
.secondary-button:after,
.other-button:after {
  content: '\f105';
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.primary-button:after {
  color: #ffffff;
}

.secondary-button:after {
  color: #141414;
}

.other-button:after {
  color: #141414;
}

.submit-wrapper {
  position: relative;
}

.submit-wrapper input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

.submit-wrapper:after {
  font-family: FontAwesome;
  position: absolute;
  right: 15px;
  content: '\f105';
  font-size: 2rem;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

/* Form buttons */

.style-control-group {
  display: inline-block;
}

.style-control {
  display: block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}

.style-control--auto {
  cursor: auto;
}

.style-control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.style-control__indicator {
  position: absolute;
  top: 4px;
  left: 0;
  height: 20px;
  width: 20px;
  border: 1px solid #aaaaaa;
}

.style-control--radio .style-control__indicator {
  border-radius: 50%;
  background: none;
  border: 1px solid #aaaaaa;
}

.style-control:hover input~.style-control__indicator,
.style-control input:focus~.style-control__indicator {
  background: #fff;
}

.style-control-group .style-control input:checked~.style-control__indicator {
  background: #fed600;
  border: 1px solid transparent;
}

.style-control:hover input:not([disabled]):not([checked])~.style-control__indicator {
  /* background: #fed600; ?????????? */
}

.style-control:hover input:not([disabled]):checked~.style-control__indicator,
.style-control input:checked:focus~.style-control__indicator {
  background: #fed600;
}

.style-control-radio:hover input:not([disabled]):checked~.style-control__indicator,
.style-control-radio input:checked:focus~.style-control__indicator {
  border: 1px solid #aaaaaa;
}

.style-control input:disabled~.style-control__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}

.style-control__indicator:after {
  content: '';
  position: absolute;
  display: none;
}

.style-control-group .style-control input:checked~.style-control__indicator:after {
  display: block;
}

.style-control.style-control-checkbox .style-control__indicator:after {
  left: 7px;
  top: 3px;
  width: 3px;
  height: 8px;
  border: solid #141414;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.style-control.style-control-checkbox input:disabled~.style-control__indicator:after {
  border-color: #7b7b7b;
}

.style-control--radio .style-control__indicator:after {
  left: 3px;
  top: 3px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background: #2578a0;
}

.style-control--radio input:disabled~.style-control__indicator:after {
  background: #7b7b7b;
}

.style-control-group .select {
  position: relative;
  display: inline-block;
  width: 100%;
}

.style-control-group .select select {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  outline: 0;
  border-radius: 5px;
  color: #141414;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #aaaaaa;
}

.style-control-group .select select::-ms-expand {
  display: none;
}

.style-control-group .select select,
.style-control-group .select select:hover,
.style-control-group .select select:focus {
  color: #141414;
  background: #ffffff;
}

.style-control-group .select select:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.style-control-group .select__arrow {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 15px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #141414 transparent transparent transparent;
}

.style-control-group .select select:hover~.select__arrow,
.style-control-group .select select:focus~.select__arrow {
  border-top-color: #000;
}

.style-control-group .select select:disabled~.select__arrow {
  border-top-color: #ccc;
}

.input-wrapper input,
.style-control-group input[type="text"],
.style-control-group input[type="email"],
.style-control-group input[type="tel"],
.style-control-group input[type="number"] {
  width: 100%;
  opacity: 1;
  z-index: 1;
  border-radius: 5px;
  border: 1px solid #aaaaaa;
  position: relative;
  font-size: 1.6rem;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Date picker */

.t-table-wrap {
  font-size: 1.6rem;
}

.t-table-condensed th.t-month {
  font-weight: normal;
  font-size: 14px;
}

.t-table-wrap tr td:first-child,
.t-table-wrap tr th:first-child {
  background-color: #f4d3d3;
}

.t-table-wrap tr:first-child th:first-child,
.t-table-wrap tr:first-child th:last-child {
  background: none;
}

.t-table-condensed th:last-child,
.t-table-condensed td:last-child {
  background-color: #e8f0f3;
}

.t-disabled {
  background-color: #fff !important;
}

.t-disabled.t-range {
  opacity: 1;
}

.t-range-limit,
.t-range {
  background-color: #f7f6ef !important;
}

.t-start,
.t-end {
  background-color: #0d6ad1 !important;
  color: #fff !important;
}

.t-table-condensed thead tr+tr th,
.t-table-condensed td {
  border: 1px solid #B6B6B6;
  font-weight: normal;
  color: #141414;
  padding: 4px;
  height: 35px;
}

.t-day,
.t-disabled,
.t-end,
.t-range,
.t-start {
  background-color: #fff;
}

.t-special-day {
  position: initial;
}

.t-check-out .t-datepicker-day {
  left: 0;
}

.t-check-in .t-date-info-title,
.t-check-out .t-date-info-title {
  left: 10px;
  top: 10px;
  font-size: 1.6rem;
}

.t-datepicker-days {
  width: 495px;
  box-shadow: none;
  border: 1px solid #aaa;
  top: 40px;
  border-radius: 0;
  padding-top: 0 !important;
  padding-bottom: 15px !important;
  left: -1px;
}

.t-table-condensed th {
  border: none;
}

.t-check-in,
.t-check-out {
  width: 100%;
  border: 1px solid #aaa;
  padding: 2px;
  text-align: left;
  border-radius: 5px;
}

.t-check-out .t-datepicker-day {
  left: 0;
}

.date-time-wrapper .date-field {
  position: relative;
}

.date-time-wrapper .fa-calendar-o {
  position: absolute;
  right: 10px;
  top: auto;
  bottom: 11px;
  color: #141414;
  font-size: 1.7rem;
  z-index: 1;
}

.t-arrow-top,
.t-arrow-top:after {
  display: none !important;
}

.t-table-wrap .fa {
  font-size: 2rem;
}

/* Map */

#location-filter-wrapper {
  border-top: 1px solid #aaaaaa;
  height: 750px;
}

#location-filter-wrapper .grid-12 {
  padding-left: 0px;
  padding-right: 0px;
  border-right: 1px solid #aaaaaa;
}

.location-filter-attr {
  text-align: left;
  width: 100%;
}

.location-filter-map {
  background-color: #b5c8f2;
  width: 100%;
  height: 750px;
  overflow: hidden;
}

#filter-result-wrapper {
  height: 750px;
  overflow-y: auto;
  width: 100%;
}

.filter-results-section {
  padding-bottom: 10px;
}

.checkbox-wrapper-dropdown {
  display: none;
}

.checkbox-wrapper.style-control-group {
  width: 100%;
}

.checkbox-wrapper.style-control-group .style-control-group {
  display: inline-block;
  width: 60%;
}

.checkbox-wrapper.style-control-group .style-control-group.mr-1 {
  width: 38%;
}

.location-filter-attr .select {
  width: 100%;
  margin-right: 0px;
}

.location-filter-attr .select select {
  width: 100%;
  font-size: 1.6rem;
  position: relative;
  padding: 10px;
}

.location-filter-attr .style-control-checkbox {
  float: left;
  position: relative;
  top: 7px;
  margin-right: 10px;
  left: 10px;
}

.location-filter-attr .style-control-input-text {
  float: right;
  display: block;
  width: 500px;
  width: 40%;
  margin-right: 0px;
}

.location-filter-attr .style-control-input-text input {
  padding: 10px;
}

.filter-results-not-fount {
  padding: 20px;
  text-align: left;
}

.filter-result:hover,
.filter-result.active {
  border: 1px solid #aaaaaa;
  box-shadow: 0 0 0 3px #aaaaaa inset;
  padding: 15px;
  background-color: #f7f6ef;
}

.filter-result {
  border: 1px solid #aaaaaa;
  padding: 15px;
  margin-top: -1px;
}

.location-filter-attr form {
  padding: 10px 10px 10px 10px;
  background-color: #f6f6f6;
  display: inline-block;
  width: 100%;
}

.location-filter-attr .filter-option-wrapper {
  display: flex;
  align-items: baseline;
  padding: 15px 0px;
}

.location-filter-attr form h3 {
  width: 55px;
}

.filter-result h3 {
  line-height: 26px;
  padding-bottom: 10px;
}

.filter-result h3.shop:before {
  content: "";
  background-image: url(../hokkaido_bg_5_001.html);
  height: 54px;
  width: 25px;
  display: block;
  float: left;
  background-repeat: no-repeat;
  background-position: 0px 5px;
}

.filter-results-section .filter-result h4.airport:after {
  content: "\f072";
  font-family: FontAwesome;
  padding-left: 10px;
}

.filter-result .ariport-address {
  padding: 0px 0px;
}

.filter-result p {
  text-align: left;
}

.filter-result-links a {
  width: 100%;
  margin: 0px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.location-filter-attr .book-store {
  display: block;
  width: 48%;
  text-align: center;
  background-color: #fdd600;
  font-weight: 600;
  margin-right: 4%;
  line-height: 38px;
  height: 38px;
}

.location-filter-attr .view-detail {
  width: 48%;
  border: 1px solid #ccc;
  display: block;
  text-align: center;
  font-weight: 500;
  position: relative;
  height: 38px;
  line-height: 38px;
}

.location-filter-attr .view-detail:before {
  content: "\f138";
  position: absolute;
  font-family: FontAwesome;
  color: #23799c;
  left: 10px;
}

#location-filter-wrapper .filter-result-links {
  display: flex;
  padding: 10px 0px;
  margin-left: -5px;
  margin-right: -5px;
}

#airport-detail .left-section {
  width: 606px;
  margin: 0;
  padding: 0;
}

#airport-detail .left-section form {
  display: flex;
}

#airport-detail .right-section {
  width: 40%;
  margin: 0;
}

#airport-detail .right-section h3 {
  padding-bottom: 9px;
}

#airport-detail .right-section li {
  float: left;
  border-right: 1px solid #ccc;
  padding: 4px 16px !important;
  line-height: 15px;
}

#airport-detail .right-section li:last-child {
  border: none;
}

#airport-detail .right-section li:first-child {
  padding-left: 0 !important;
}

#airport-detail .right-section li a {
  color: #267a9e;
  text-decoration: underline;
}

.location-filter-attr .book-store:after {
  content: "\f061";
  font-family: FontAwesome;
  padding-left: 10px;
  font-size: 1.5rem;
}

#location-filter-wrapper .store-list {
  display: block;
  width: 95%;
  text-align: center;
  background-color: #fdd600;
  font-weight: 600;
  padding: 15px;
  margin: 15px auto;
  border: none;
}

.location-filter-map .narrow-down {
  display: flex;
  width: 100%;
  background-color: #f6f6f6;
  padding: 16px;
}

.location-filter-map .narrow-down ul li {
  float: left;
  padding-right: 15px;
  font-weight: 600;
}

.location-filter-map .narrow-down ul input {
  margin: 0px 5px;
  display: inline-block;
}

.map-image img {
  width: 100% !important;
}

.location-filter-map .map-image {
  display: inline-block;
  height: 100%;
  width: 100%;
}

.location-filter-map .map-image iframe {
  display: inherit;
  height: 100%;
  width: 100%;
}

.guide_txt {
  text-align: center;
}

@media screen and (max-width: 999px) {

  #location-filter-wrapper {
    flex-wrap: wrap;
    border: none;
    flex-direction: column-reverse;
  }

  .location-filter-map,
  .location-filter-attr {
    width: 100%;
  }

  .filter-results-not-fount {
    padding: 20px 20px 40px 20px;
  }

  #location-filter-wrapper .grid-12 {
    padding-top: 15px;
    overflow: hidden;
    border-right: none;
  }

  #location-filter-wrapper .grid-lg-9.grid-12.grid-md-8 {
    padding-top: 0 !important;
  }

  #filter-result-wrapper {
    max-width: 275px;
    margin: 0px auto;
    position: relative;
    overflow: visible;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
    display: block;
    height: auto;
    display: block;
  }

  #filter-result-wrapper .filter-results-section {
    display: flex;
    transition-duration: 0.5s;
  }

  #filter-result-wrapper .filter-results-section .filter-result {
    flex: 0 0 275px;
    margin-right: 15px;
    padding-bottom: 160px;
    position: relative;
  }

  #location-filter-wrapper .filter-result-links {
    display: inline-block;
    padding: 10px 0px;
    width: 90%;
    position: absolute;
    bottom: 5px;
  }

  #location-filter-wrapper .filter-result-links a.btn.btn-1 {
    height: 55px;
    line-height: 55px;
  }

  .location-filter-attr form,
  body .checkbox-wrapper.style-control-group {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background: none;
    padding: 20px;
  }

  .location-filter-attr form {
    padding-top: 0px;
  }

  /* .location-filter-attr .style-control-group:nth-child(2),*/
  .location-filter-attr form .checkbox-wrapper {
    order: 2;
  }

  /*    .location-filter-attr .style-control-group:nth-child(1),*/
  .location-filter-attr form .checkbox-wrapper-dropdown {
    order: 2;
    position: relative;
  }


  /*  .location-filter-attr .style-control-group:nth-child(3),*/
  .location-filter-attr form .style-control-input-text {
    order: 1;
  }

  .location-filter-attr .checkbox-wrapper.style-control-group {
    display: none;
  }

  .location-filter-attr .style-control-group {
    display: inline-block;
    width: 100%;
  }

  .location-filter-map {
    background: none;
    height: auto;
  }

  .location-filter-attr .style-control-input-text {
    margin-right: 0;
  }

  .location-filter-attr .style-control {
    padding-left: 0;
  }

  .checkbox-wrapper.style-control-group {
    border: 1px solid #aaaaaa;
    padding: 20px;
    margin-top: -1px;
  }

  .checkbox-wrapper-dropdown {
    border: 1px solid #aaaaaa;
    margin-top: 20px;
    padding: 12px 15px;
    cursor: pointer;
  }

  .location-filter-attr .select {
    width: 100%;
    margin-right: 0;
  }

  .checkbox-wrapper .style-control-group:nth-child(1) {
    order: 2;
  }

  .checkbox-wrapper .style-control-group:nth-child(2) {
    order: 1;
  }

  .checkbox-wrapper .style-control__indicator {
    top: 1px;
  }

  .location-filter-attr .style-control-checkbox {
    top: 0;
    left: 0;
    margin-right: 20px !important;
    display: inline-block;
    padding-left: 30px;
    margin-bottom: 14px;
  }

  .checkbox-wrapper-dropdown.style-control-group::before,
  .checkbox-wrapper-dropdown.style-control-group::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
  }

  .checkbox-wrapper-dropdown.style-control-group::before {
    border-top: 2px solid #141414;
    top: 23px;
    right: 15px;
  }

  .checkbox-wrapper-dropdown.style-control-group::after {
    border-left: 2px solid #141414;
    top: 16px;
    right: 6px;
  }

  .checkbox-wrapper-dropdown.style-control-group.open:after {
    border-left: none;
  }

  #airport-detail .left-section form {
    flex-wrap: wrap;
  }

  #airport-detail .right-section {
    margin-top: 20px;
  }

  #airport-detail {
    padding: 40px 0;
  }

  #filter-result-wrapper .filter-results-section .filter-result:last-child {
    margin-right: 0;
  }

  .checkbox-wrapper.style-control-group .style-control-group {
    display: inline-block;
    width: 100%;
  }

  .checkbox-wrapper.style-control-group .style-control-group.mr-1 {
    width: 100%;
  }

  .location-filter-map .map-image {
    height: 400px;
  }

  #location-filter-wrapper {
    float: none;
    display: flex;
    flex-wrap: wrap;
    border: none;
    flex-direction: column-reverse;
    height: auto;
  }

  .location-filter-attr .style-control-input-text input {
    padding: 12px 15px;
  }

  .filter-result-links a {
    margin-bottom: 15px;
  }

  .filter-result-links a+a {
    margin-bottom: 0px;
  }

}

@media screen and (max-width: 479px) {

  .location-filter-attr,
  .location-filter-map {
    width: 100%;
  }

  #location-filter-wrapper,
  #airport-detail .left-section form {
    flex-wrap: wrap;
  }

}

@media screen and (max-width: 1199px) {

  .location-filter-attr .style-control-input-text .style-control {
    padding-left: 0;
  }

  .location-filter-attr .style-control-input-text {
    float: none;
    width: 100%;
    margin-top: 10px;
  }

}

@media screen and (min-width: 1000px) {

  .booking_step h3.ttl-lv3 {
    margin-top: 30px;
  }

  .rules h3.ttl-lv3 {
    margin-top: 30px;
  }

  .rules h2.ttl-lv2+h3.ttl-lv3 {
    margin-top: 0px;
  }

  .row.rules .ttl-lv2 {
    margin-top: 0;
  }

  .parking .ttl-lv2 {
    margin-top: 60px;
    margin-bottom: 15px;
  }

  .parking h3.ttl-lv3 {
    margin-top: 20px;
  }

  .parking h4.ttl-lv4 {
    margin: 20px 0;
  }

  .rules h3.ttl-lv3 {
    margin-top: 50px;
  }

  .rules h2.ttl-lv2+h3.ttl-lv3 {
    margin-top: 0px;
  }

  .row.rules .ttl-lv2 {
    margin-top: 0;
  }

  .parking .ttl-lv2 {
    margin-top: 60px;
    margin-bottom: 15px;
  }

  .parking h3.ttl-lv3 {
    margin-top: 20px;
  }

  .parking h4.ttl-lv4 {
    margin: 20px 0;
  }

  .filter-result:hover {
    border: 1px solid #aaaaaa;
    box-shadow: 0 0 0 3px #aaaaaa inset;
    padding: 15px;
    background-color: #f7f6ef;
  }

  .handling-pass h2.ttl-lv2 {
    margin-bottom: 34px;
  }

  .handling-pass .line-height {
    min-height: 25px;
  }

  .handling-pass .ttl-lv2+.ttl-lv3 {
    margin-top: 0;
  }

  .handling-pass .ttl-lv3 {
    margin-top: 30px;
  }

  .driving_tips h2.ttl-lv2 {
    margin-bottom: 15px;
  }

  .content-wrapper .fa-external-link {
    display: inline-block;
    font-size: 16px;
    margin-left: 10px;
    position: relative;
    top: 3px;
  }

  .handling-pass h2.ttl-lv2 {
    margin-bottom: 34px;
  }

  .handling-pass .line-height {
    min-height: 25px;
  }

  .handling-pass .ttl-lv2+.ttl-lv3 {
    margin-top: 0;
  }

  .handling-pass .ttl-lv3 {
    margin-top: 30px;
  }

  .driving_tips h2.ttl-lv2 {
    margin-bottom: 15px;
  }

}

@media screen and (min-width: 1000px) and (max-width: 1199px) {

  .checkbox-wrapper.style-control-group {
    width: 100%;
  }

  .checkbox-wrapper.style-control-group {
    width: 100%;
  }

}

@media screen and (min-width: 1200px) and (max-width: 1300px) {

  #location-filter-wrapper .grid-lg-3 {
    width: 30%;
  }

  #location-filter-wrapper .grid-lg-9 {
    width: 70%;
  }

}

/* Read more box */

.read-more-content {
  overflow: hidden;
}

.read-more-content.over {
  height: 65px;
}

.read-more-content.more-text {
  height: auto;
  overflow: auto;
}

.read-more-content.read-more-content-secnd-box {
  margin-top: 20px;
}

.read-more-content #txtBox {
  overflow: hidden;
}

span.btnMore {
  width: 112px;
  display: none;
  font-weight: normal;
  position: relative;
  margin-top: 15px;
  margin-bottom: 30px;
}

span.btnMore a {
  padding: 4px 15px !important;
  display: block;
  color: #141414;
  width: 100%;
  font-size: 1.6rem;
  text-align: left;
  text-decoration: none;
  border: 1px solid #bbb;
}

span.btnMore.off a:before {
  content: "More";
}

span.btnMore.on a:before {
  content: "Less";
}

span.btnMore.off a:after,
span.btnMore.on a:after {
  position: absolute;
  right: 8px;
  font-size: 2.5rem;
  line-height: 32px;
}

span.btnMore.off a:after {
  content: "+";
  top: -2px;
}

span.btnMore.on a:after {
  content: "_";
  top: -13px;
}

@media screen and (min-width: 1000px) {

  .read-more-content.over {
    height: 85px;
  }

  span.btnMore.off a:after {
    content: "+";
    top: 1px;
  }

  span.btnMore.on a:after {
    content: "_";
    top: -10px;
  }

  _:-ms-fullscreen,
  :root .span.btnMore.on a:after {
    top: -9px;
  }

}

/* Modal */

#map-modal {
  border-radius: 0;
  display: none;
  max-width: 1600px;
  padding: 0;
  width: 100%;
}

.blocker {
  padding: 15px;
  z-index: 9999999999 !important;
}

.modal a.close-modal {
  background-image: none !important;
  color: #141414;
  height: 40px;
  padding: 10px 16px;
  right: -5px;
  text-indent: 0;
  top: -45px;
  width: 120px;
  text-indent: -9999px;
}

.modal a.close-modal:before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 14px;
  right: 16px;
  width: 3px;
  height: 25px;
  border: 0;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modal a.close-modal:after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 14px;
  right: 16px;
  width: 3px;
  height: 25px;
  border: 0;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.jquery-modal .modal {
  border-radius: 0 !important;
  margin-bottom: 100px;
  top: 45px;
}

.jquery-modal .modal .txt {
  display: block;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.jquery-modal .modal .ttl {
  width: 100%;
  position: absolute;
  top: 0px;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.jquery-modal .modal .process-button-wrapper {
  margin-bottom: 20px;
  margin-top: 30px;
}

.jquery-modal .modal .process-button-wrapper .primary-button:after {
  content: "";
}

.jquery-modal .modal .process-button-wrapper .other-button {
  float: none;
}

.jquery-modal .modal .process-button-wrapper .btn {
  padding: 15px;
}

.jquery-modal .warning-modal {
  position: relative;
  padding-bottom: 20px;
  padding-left: 0px;
  padding-right: 0px;
}

.jquery-modal .warning-modal h4,
.jquery-modal .warning-modal p {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.jquery-modal .warning-modal p {
  margin-bottom: 20px;
}

.jquery-modal .warning-modal div.codeimg {
  display: block;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.jquery-modal .warning-modal div.codeimg img {
  width: 100%;
}

.jquery-modal .iframe-modal {
  padding: 0 0 40px 0;
  max-width: 1000px;
}

.jquery-modal .iframe-modal .iframe-container {
  overflow: auto !important;
  -webkit-overflow-scrolling: touch !important;
  width: 100% !important;
}

.jquery-modal .iframe-modal .ttl-lv2 {
  margin-top: 0;
}

.jquery-modal .iframe-modal.modal-large {
  max-height: 80%;
  height: auto;
  padding: 0;
}

.jquery-modal .iframe-modal.modal-large .modal-content {
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.jquery-modal .iframe-modal.modal-large .modal-content,
.jquery-modal .iframe-modal.modal-large .modal-body {
  max-height: 64vh;
}

@media screen and (min-width:767px) {

  .jquery-modal .iframe-modal {
    padding: 20px;
  }

  .jquery-modal .warning-modal {
    width: 50%;
  }

  .types-btn .btn,
  .btn1.grid-lg-3 {
    width: 90%;
    padding: 10px 30px 10px 30px;
    margin: 25px auto 0;
    display: table;
  }

  .types-btn .btn,
  .btn1.grid-lg-3 {
    width: 90%;
    padding: 10px 30px 10px 30px;
    margin: 25px auto 0;
    display: table;
  }

}

@media screen and (min-width:768px) and (max-width:999px) {

  .jquery-modal .warning-modal {
    width: 60%;
  }

  .mt-20 {
    margin-top: 20px;
  }

}

@media screen and (min-width: 1000px) {

  .jquery-modal .iframe-modal.modal-large .modal-content {
    padding: 20px;
  }

  .jquery-modal .iframe-modal.modal-large .grid-12 {
    padding: 0;
  }

}

@media screen and (max-width:999px) {

  .driving_tips h3.ttl-lv3 {
    margin-top: 35px;
  }

  .driving_tips .ttl-lv2+.ttl-lv3 {
    margin-top: 0px;
  }

  .jquery-modal .iframe-modal.modal-large .li-h-link ul {
    line-height: 2;
  }

  .jquery-modal .iframe-modal.modal-large .li-h-link ul li {
    display: inline-block;
    width: auto;
  }

  .jquery-modal .iframe-modal.modal-large .li-h-link ul li a {
    border-right: 1px solid #aaaaaa;
    line-height: 16px;
    padding: 0 8px 0 0;
    margin-right: 8px;
  }

  .jquery-modal .iframe-modal.modal-large .li-h-link ul li:first-child a {
    padding: 0;
    border: none;
  }
}

@media screen and (max-width:767px) {

  .content-button .btn {
    max-width: 310px;
    min-width: auto;
    width: 90%;
    display: table;
    padding: 15px 30px 15px 15px;
  }

  .driving_tips .ttl-lv4 {
    margin-top: 25px;
  }

  .jquery-modal .iframe-modal {
    height: 80%;
  }

  .jquery-modal .iframe-modal.cp-modal {
    padding: 0;
  }

  .jquery-modal .iframe-modal.cp-modal .campaign-box {
    height: 100%;
    display: block;
    overflow-y: auto;
  }

  .jquery-modal .iframe-modal .modalInBox {
    height: 100%;
  }

  .jquery-modal .iframe-container {
    height: 90%;
  }

  .jquery-modal .warning-modal {
    width: 95%;
  }

  .jquery-modal .warning-modal p {
    margin-bottom: 15px;
  }

}

/* Autocomplete */

.autocomplete-suggestions {
  z-index: 999999999;
  position: absolute;
  background-color: #fff;
  border: 1px solid #aaa;
  border-top: 1px solid #fff;
  margin-top: -1px;
  box-shadow: 0px -1px 0px #aaa;
  display: none;
}

.autocomplete-suggestion b {
  color: #141414 !important;
  /*font-weight: 600 !important;*/
}

.autocomplete-suggestion span {
  color: #8E8E8E !important;
  padding-left: 5px;
  color: #ccc;
  font-weight: 600;
}

.autocomplete-suggestion span .emp {
  color: #141414 !important;
}

.autocomplete-suggestion {
  border-bottom: 1px solid #d8d8d8;
  overflow: hidden;
  margin: 0px 15px 0px 30px;
  padding: 4px 5px;
  font-size: 1.2rem;
  color: #141414;
  /*font-weight: 600 !important;*/
  position: relative;
  overflow: visible;
}

.autocomplete-suggestion.selected {
  background: #0b6bd1 !important;
  color: #fff !important;
  cursor: pointer;
}

.autocomplete-suggestion.selected span {
  color: #fff !important;
}

.autocomplete-suggestion.selected b {
  color: #fff !important;
}

.autocomplete-suggestion.airport:before {
  content: "\f072";
}

.autocomplete-suggestion.location:before {
  content: "\f041"
}

.autocomplete-suggestion.station:before {
  content: "\f238"
}

.autocomplete-suggestion.port:before {
  content: "\f13d"
}

.autocomplete-suggestion.airport:before,
.autocomplete-suggestion.location:before,
.autocomplete-suggestion.port:before,
.autocomplete-suggestion.station:before {
  color: #141414 !important;
  font-family: FontAwesome;
  font-size: 1.6rem;
  position: absolute;
  left: -30px;
  z-index: 99999;
  top: 1px;
  width: 30px;
  text-align: center;
}

/* Utilities */

.m_t30 {
  margin-top: 30px;
}

.image-wrapper.border {
  border: 1px solid #aaaaaa;
}

.note {
  color: #d2232a;
}

.mgb-20 {
  margin-bottom: 20px;
}

.mgb-10 {
  margin-bottom: 10px;
}

.mgb-0 {
  margin-bottom: 0px !important;
}

.mt-30 {
  margin-top: 30px;
}

a.link,
.a-link a {
  text-decoration: underline;
}

.anchor-link {
  color: #141414;
  text-decoration: none;
}

.anchor-link:before {
  content: "\f13a";
  font-family: FontAwesome;
  font-size: 2rem;
  padding-right: 10px;
}

.clearfix:after {
  display: block;
  content: "";
  clear: both;
}

.t-light {
  font-weight: lighter;
}

.nls {
  letter-spacing: -.4rem;
}

.pc-only {
  display: none !important;
}

.sp-only {
  display: block !important;
}

.text-bold {
  font-weight: bold;
}

.yellow-hr {
  width: 25px;
  height: 6px;
  background-color: #fed700;
  border: none;
}

.m-show {
  display: none !important;
}


.m-hidden {
  display: block !important;
}

.d-hidden {
  display: none !important;
}

.border-1 {
  border: 1px solid #aaa;
}

.border-left-1 {
  border-left: 1px solid #aaa;
}

.border-right-1 {
  border-right: 1px solid #aaa;
}

.border-top-1 {
  border-top: 1px solid #aaa;
}

.border-bottom-1 {
  border-bottom: 1px solid #aaa;
}

.no-border {
  border: none !important;
}

.border-left-none {
  border-left: none !important;
}

.border-right-none {
  border-right: none !important;
}

.border-top-none {
  border-top: none !important;
}

.border-bottom-none {
  border-bottom: none !important;
}

input[type="text"].error,
select.error,
textarea.error {
  border: 3px solid #d2232a;
  background-color: #f4d3d3;
}

.error_color {
  color: #d2232a;
}

.error_msgs {
  border: 5px solid #d2232a;
  background-color: #f4d3d3;
}

.type-small {
  font-size: 1.2rem;
  line-height: 1.5em;
}

.cc-window {
  opacity: .9;
  z-index: 99999999;
}

.input-15,
.input-14,
.input-13 {
  font-size: 1.6rem;
}

.input-15 {
  transform: scale(0.9375);
}

.input-14 {
  transform: scale(0.875);
}

.input-13 {
  transform: scale(0.8125);
}

.txt-m {
  margin-bottom: 20px;
}

.u-space {
  margin-bottom: 50px;
}

.u-space--m {
  margin-bottom: 30px;
}

.u-space--l {
  margin-bottom: 70px;
}

.car-models-wrapper {
  width: 100%;
  position: relative;
  white-space: nowrap;
  padding-left: 3px;
  -webkit-overflow-scrolling: touch;
}

.bold {
  font-weight: bold;
}

ul.ul-style {
  list-style: disc;
  margin-left: 20px;
}

ul.ul-style li {
  margin-right: 1em;
}

.right {
  text-align: right;
}

.car-models-wrapper::-webkit-scrollbar {
  display: none;
}

@media screen and (min-width: 480px) {

  /* Car models */

  .car-models-wrapper {}

  .car-models-wrapper.two-box {
    width: 468px;
  }

  .car-models-wrapper.two-box .car-models-box {
    width: calc(50% - 20px);
  }

}

@media (min-width: 768px) {

  /* Grid */

  .container {
    width: 750px;
  }

  .grid-sm-2,
  .grid-sm-3,
  .grid-sm-4,
  .grid-sm-6,
  .grid-sm-8,
  .grid-sm-12 {
    float: left;
  }

  .grid-sm-12 {
    width: 100%;
  }

  .grid-sm-8 {
    width: 66.66666667%;
  }

  .grid-sm-9 {
    width: 75%;
  }

  .grid-sm-6 {
    width: 50%;
  }

  .grid-sm-4 {
    width: 33.33333333%;
  }

  .grid-sm-3 {
    width: 25%;
  }

  .grid-sm-2 {
    width: 16.66666667%;
  }

  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }

}

@media screen and (min-width: 1000px) {

  html[lang="en"] body {
    font-size: 1.8rem;
  }

  html[lang="zh-HK"] body {
    font-size: 1.8rem;
  }

  html[lang="zh-TW"] body {
    font-size: 1.8rem;
  }

  html[lang="ko"] body {
    font-size: 1.8rem;
  }


  /* Header */

  .hd_lang-help {
    background-color: #fff;
    padding: 0.5rem 0;
  }

  .hd_lang-help a {
    font-size: 1.4rem;
  }

  .hd_lang-help {
    padding: 0;
  }

  .hd_logo-navi .container {
    position: relative;
    height: 77px;
  }

  .hd_logo {
    position: absolute;
    display: inline-block;
    margin-top: 0px;
    font-size: 2.4rem;
    bottom: 25px;
  }

  .hd_language {
    float: right;
    display: block;
  }

  .hd_language,
  .hd_help {
    padding-top: 13px;
  }

  .hd_search,
  .hd_language .Nav {
    display: inline-block;
    position: relative;
  }

  .hd_search input[type="text"] {
    width: 236px;
    padding: 7px 34px;
    border: 1px solid #C8C8C8;
  }

  .hd_search input[type="submit"] {
    font-size: 0;
    padding: 0;
    border: none;
    height: 24px;
    width: 20px;
    background-color: transparent;
    background-image: url(../hd_search_icon.html);
    position: absolute;
    left: 3px;
    background-position: 3px 7px;
    background-repeat: no-repeat;
    cursor: pointer;
    top: 1px;
  }

  .hd_help li {
    float: left;
    padding: 0 0.8rem;
    font-weight: bold;
  }

  .hd_help li:nth-of-type(2) {
    border-left: 1px solid #bbbbbb;
    border-right: 1px solid #bbbbbb;
  }

  .hd_navi .Nav {
    margin: auto;
  }

  .hd_navi {
    position: relative;
    bottom: 0;
    right: 0;
  }

  #hd_navi {
    border-top: 1px solid #bbbbbb;
    border-bottom: 1px solid #bbbbbb;
  }

  .Nav .nav__item a::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
    top: 0;
    width: 7px;
    height: 100%;
    -webkit-transform: scale(.5);
    transform: scale(.5);
  }

  #hd_navi .Nav .nav__item a:hover::after,
  #hd_navi .Nav .nav__item a.active {
    -webkit-transform: scale(1);
    transform: scale(1);
    color: #000;
  }

  #hd_navi .Nav .nav__item a {
    width: auto;
    text-align: center;
    font-size: 1.8rem;
    color: #141414;
    margin: 0 10px;
  }

  #hd_navi .Nav .nav__item a::after,
  #hd_navi .Nav .nav__item:first-child a::before {
    content: '';
    height: 35px;
    width: 1px;
    display: block;
    border-right: 1px solid #bbb;
    position: absolute;
    transition: initial;
    transform: inherit;
    right: -15px;
    top: 12px;
    left: auto;
  }

  #hd_navi .Nav .nav__item:first-child a::before {
    left: -15px;
  }

  #hd_navi .Nav .nav__item:nth-child(3) a::before {
    left: -12px;
  }

  #hd_navi .Nav .nav__item a.active {
    -webkit-transform: scale(1);
    transform: scale(1);
    border-bottom: 4px solid #fed700;
  }

  #hd_navi .Nav .nav__item a:hover {
    opacity: 0.7;
  }

  .hd_logo_right .view-modify-cancel {
    width: 250px;
    margin-left: 15px;
  }

  .hd_logo_right .reservation {
    width: 250px;
  }

  .hd_logo_right .btn {
    padding: 8px 25px 8px 25px;
  }

  .filter-result-links .btn {
    padding: 12px 25px 12px 25px;
  }


  /* Footer */

  .footerlinks ul {
    text-align: left;
  }

  .footerlinks li {
    text-align: left;
    border: none;
    padding-left: 0;
  }

  .ft-button {
    pointer-events: none;
    margin-bottom: 0;
    font-weight: 500;
  }

  .footerlinks hr {
    margin-left: 0;
  }

  /* Car models */

  .car-models-wrapper .car-models-box a p {
    font-size: 1.8rem;
  }

  /* Scroll up */

  #scrollup.fixed {
    position: fixed;
    bottom: 30px;
    top: auto;
    z-index: 1000;
  }


  /* Notice-box */

  .notice-box {
    background-color: #f7f6ef;
    border-color: #d2cdc3;
    border-style: solid;
    border-width: 3px;
    padding: 10px 14px;
    font-weight: bold;
    text-align: left;
  }

  .notice-box span {
    font-weight: normal;
  }


  /* Utilities */

  .pc-only {
    display: block !important;
  }

  .sp-only {
    display: none !important;
  }

  .txt-ms {
    margin-bottom: 20px;
  }

  .txt-m {
    margin-bottom: 50px;
  }

  .u-space--s {
    margin-bottom: 10px;
  }

  .u-space--m {
    margin-bottom: 20px;
  }

  .u-space {
    margin-bottom: 50px;
  }

  .u-space--l {
    margin-bottom: 70px;
  }

}

@media screen and (min-width: 1000px) {

  /* Header */

  .hd_logo_right {
    width: 512px;
  }

  /* Navigation */

  .Nav .nav__list {
    display: flex !important;
    justify-content: space-around;
    min-height: auto !important;
  }

  .Nav .nav__item a {
    padding: 13px 20px;
  }

  /* Grid */

  .container {
    width: 990px;
  }

  .grid-md-2,
  .grid-md-3,
  .grid-md-4,
  .grid-md-6,
  .grid-md-8,
  .grid-md-12 {
    float: left;
  }

  .grid-md-12 {
    width: 100%;
  }

  .grid-md-8 {
    width: 66.66666667%;
  }

  .grid-md-9 {
    width: 75%;
  }

  .grid-md-6 {
    width: 50%;
  }

  .grid-md-4 {
    width: 33.33333333%;
  }

  .grid-md-3 {
    width: 25%;
  }

  .grid-md-2 {
    width: 25%;
  }

  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }

  .autocomplete-suggestions {
    max-height: 400px;
    overflow: initial;
    overflow: auto;
  }

  /* Utilities */

  .type-small {
    font-size: 1.6rem;
  }

}

@media screen and (min-width: 1200px) {

  .Nav .nav__item a {
    padding: 13px 30px;
  }

  /* Grid */

  .container {
    width: 1199px;
    padding-left: 0px;
    padding-right: 0px;
  }

  .grid-lg-2,
  .grid-lg-3,
  .grid-lg-4,
  .grid-lg-6,
  .grid-lg-8,
  .grid-lg-12 {
    float: left;
  }

  .grid-lg-12 {
    width: 100%;
  }

  .grid-lg-8 {
    width: 66.66666667%;
  }

  .grid-lg-9 {
    width: 75%;
  }

  .grid-lg-6 {
    width: 50%;
  }

  .grid-lg-4 {
    width: 33.33333333%;
  }

  .grid-lg-3 {
    width: 25%;
  }

  .grid-lg-2 {
    width: 25%;
  }

  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }

}

@media screen and (max-width: 1199px) {

  .hd_logo_right {
    width: 514px;
  }

  /* Car models */

  .car-models-main-wrapper {
    overflow: auto;
    padding: 10px 0 0;
  }

  .car-models-wrapper.two-box {
    width: 455px;
  }

}

@media screen and (max-width: 999px) {

  .rules h3.ttl-lv3 {
    margin-top: 20px;
  }

  .rules h2.ttl-lv2+h3.ttl-lv3 {
    margin-top: 0px;
  }

  .row.rules .ttl-lv2 {
    margin-top: 0px;
  }

  .parking .ttl-lv4 {
    margin-top: 30px;
  }

  .parking .ttl-lv3+.ttl-lv4 {
    margin-top: 0;
  }

  .rules h3.ttl-lv3 {
    margin-top: 20px;
  }

  .rules h2.ttl-lv2+h3.ttl-lv3 {
    margin-top: 0px;
  }

  .row.rules .ttl-lv2 {
    margin-top: 0px;
  }

  .parking .ttl-lv4 {
    margin-top: 30px;
  }

  .parking .ttl-lv3+.ttl-lv4 {
    margin-top: 0;
  }

  .cc-window {
    flex-direction: column !important;
    align-items: unset !important;
  }

  /* Header */

  header {
    z-index: 9999999999 !important;
  }

  .hd_logo img {
    width: 35px;
  }

  .hd_logo.hd_logo2 img {
    width: 200px;
  }

  .hd_logo h1 span {
    font-size: 1.4rem;
    line-height: 35px;
  }

  .hd_logo-navi .container {
    height: 55px;
  }

  .Nav .navbtn .menu {
    bottom: 9px;
  }

  select {
    padding: 12px 35px 12px 15px;
  }

  .Nav .navbtn a.open::after {
    height: 3px;
    bottom: 17px;
  }

  .Nav .navbtn {
    display: block;
    position: absolute;
    top: 25px;
    right: 19px;
    border-left: 1px solid #aaa;
    width: 53px;
    background-color: transparent;
  }

  .Nav {
    position: relative;
    border-top: none;
  }

  .hd_navi ul {
    padding: 0;
  }

  .hd_logo {
    position: absolute;
    top: 18%;
    left: 20px;
  }

  .hd_logo {
    font-weight: bold;
    font-size: 2rem;
  }

  .hd_logo-navi .container {
    position: relative;
    width: 100%;
  }

  #hd_navi .container {
    position: relative;
    top: -80px;
    width: 100%;
  }

  .hd_navi {
    position: absolute;
    top: 0;
    width: 100%;
  }

  header {
    position: absolute;
    top: 0;
    width: 100%;
    background-color: #ffffff;
    position: fixed;
    z-index: 999999;
    border-bottom: 1px solid #bbbbbb;
  }

  .li-h-link ul {
    display: inline-block;
  }

  .li-h-link ul li {
    display: block;
    width: 100%;
  }

  .li-h-link ul li a {
    padding: 0;
    border: none;
    text-decoration: underline;
    display: block;
  }

  .li-h-link ul li:first-child a {
    border: none;
    padding-left: 0;
  }

  body .contents p {
    line-height: 25px;
  }

  body .contents ul li {
    /*! line-height: 25px; */
  }

  header+.container,
  header+main {
    margin-top: 55px;
  }

  /* Navigation */

  .Nav .navbtn a,
  .Nav .navbtn a.close {
    display: block;
    position: relative;
    width: 100%;
    height: 55px;
    background-color: transparent;
    z-index: 1;
  }

  .Nav .navbtn a::before,
  .Nav .navbtn a.close::before {
    position: absolute;
    top: 13px;
    left: 20px;
    content: "";
    width: 15px;
    height: 2px;
    background-color: #000;
    transition: .2s;
  }

  .Nav .navbtn a.open::before {
    top: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }

  .Nav .navbtn a::after,
  .Nav .navbtn a.close::after {
    position: absolute;
    bottom: 25px;
    left: 20px;
    content: "";
    width: 15px;
    height: 2px;
    background-color: #000;
    transition: .2s;
  }

  .Nav .navbtn a.open::after {
    bottom: 32px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }

  .Nav .navbtn a span {
    display: block;
    overflow: hidden;
    width: 1px;
    height: 1px;
    font-size: 1.2rem;
  }

  .Nav .navbtn a span::after,
  .Nav .navbtn a.close span::after {
    position: absolute;
    top: 20px;
    left: 20px;
    content: "";
    width: 15px;
    height: 2px;
    background-color: #000;
  }

  .Nav .navbtn a.open span::after {
    display: none;
  }

  .Nav .navbtn a::before,
  .Nav .navbtn a.close::before,
  .Nav .navbtn a::after,
  .Nav .navbtn a.close::after,
  .Nav .navbtn a span::after,
  .Nav .navbtn a.close span::after {
    height: 3px;
  }

  .Nav .navbtn .menu {
    font-size: 1rem;
    left: 12px;
    position: absolute;
    color: #141414;
    bottom: 8px;
  }

  .Nav .nav__list-wrapper {
    display: none;
    position: absolute;
    z-index: 9;
    right: 15px;
    top: 81px;
    height: calc(100vh - 55px);
    width: 100%;
  }

  .Nav .nav__list {
    background-color: #f6f6f6;
    overflow: scroll;
    padding-bottom: 60px;
    height: 100%;
    -webkit-overflow-scrolling: touch;
  }

  .Nav .nav__item {
    display: block;
    border-bottom: none;
  }

  .Nav .nav__item a {
    padding: 10px 20px;
  }

  .Nav .submenu {
    background-color: #fbfbfb;
    position: static;
  }

  #hd_navi .reservation,
  #hd_navi .view-modify-cancel {
    line-height: 21px;
    height: 45px;
    max-width: 310px;
    margin: auto;
    margin-top: auto;
    width: 90%;
  }

  #hd_navi .reservation {
    margin-top: 30px;
    font-size: 18px;
    font-weight: bold;
  }

  #hd_navi .view-modify-cancel {
    margin-top: 15px;
    font-size: 18px;
    font-weight: 400;
  }

  html[lang="zh-HK"] #hd_navi .view-modify-cancel {
    font-weight: normal;
  }

  html[lang="zh-TW"] #hd_navi .view-modify-cancel {
    font-weight: normal;
  }

  html[lang="ko"] #hd_navi .view-modify-cancel {
    font-weight: normal;
  }

  .hd_navi .reservation.button1::after,
  .hd_navi .view-modify-cancel.button3::after {
    font-size: 4rem;
  }

  .Nav .nav__list .menu a {
    font-size: 1.8rem;
    margin: 0;
    position: relative;
    border-bottom: 1px solid #bbbbbb;
    font-weight: normal;
    color: #141414;
    background-color: #fff;
  }

  .Nav .nav__list .menu.first a {
    /*border-top: 1px solid #bbbbbb;*/
  }

  .Nav .nav__list .menu a:after {
    content: "\f105";
    font-family: 'FontAwesome';
    position: absolute;
    left: auto;
    right: 25px;
    display: inline-block;
    width: auto;
    font-size: 30px;
    color: #141414;
    bottom: auto;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }

  .sp-only.language a.big {
    background-color: #fff;
    font-size: 1.4rem;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    max-width: 300px;
  }

  .sp-only.language a.big:hover {
    opacity: 1;
  }

  .sp-only.language {
    max-width: 300px !important;
    width: 90%;
    margin: 30px auto 60px;
    border: 1px solid #bbb;
  }

  .sp-only.language a {
    margin: 0;
    font-weight: normal;
    padding: 6px 27px;
    color: #141414;
    font-size: 1.4rem;
  }

  .sp-only.language ul a {
    border-top: 1px solid #bbb;
    line-height: 30px;
    padding: 5px 15px
  }

  .sp-only.language li {
    border-bottom: none;
  }

  .sp-only.language.open {
    margin: 30px auto 120px;
  }

  .sp-only.language.open a.big:after {
    content: '_';
    font-size: 18px;
    top: 29%;
    right: 12px;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }

  .sp-only.language a.big:after {
    content: "+";
    font-family: 'FontAwesome';
    position: absolute;
    left: auto;
    right: 10px;
    display: inline-block;
    width: auto;
    font-size: 20px;
    color: #141414;
    bottom: auto;
    top: 33%;
    -webkit-transform: translate(0%, -33%);
    transform: translate(0%, -33%);
  }

  body .sp-only.language.open ul a:after {
    content: '\f105';
    font-family: 'FontAwesome';
    position: absolute;
    left: auto;
    right: 15px;
    display: inline-block;
    width: auto;
    font-size: 2rem;
    color: #141414;
    top: 15px;
    bottom: auto;
  }

  .hd_logo_right,
  .showReservationButton .hd_logo h1 span {
    display: none;
  }

  .showReservationButton .hd_logo_right .button {
    padding: 6px 20px;
  }

  .hd_logo_right .button::after {
    content: "\f105";
    position: absolute;
    right: 2px;
    height: 24px;
    width: 20px;
    top: 7px;
    background: none;
  }

  .showReservationButton .hd_logo_right {
    position: absolute;
    left: auto;
    z-index: 99999;
    display: inline-block;
    top: 14px;
    right: 57px;
  }

  /* Footer */

  .footerlinks {
    padding-top: 1rem;
  }

  .footerlinks .container>ul {
    max-width: 260px;
    width: 100%;
    margin: auto;
  }

  .footerlinks li.col-4 {
    text-align: center;
  }

  .ks ul.ft-toggle li {
    text-align: center;
  }

  .ft-button {
    pointer-events: all;
    color: #fff;
    cursor: pointer;
    position: relative;
    display: inline-block;
    font-weight: bold;
    font-size: 1rem;
  }

  .ft-no-button {
    pointer-events: all;
    color: #fff;
    cursor: pointer;
    position: relative;
    display: inline-block;
    font-weight: bold;
    font-size: 1rem;
  }

  .ft-no-button+ul {
    margin-bottom: 1rem;
  }

  .ft-button:before {
    content: " ";
    border-top: 1px solid #fff;
    width: 11px;
    height: 1px;
    position: absolute;
    top: 13px;
    right: -27px;
    font-size: 2.6rem;
  }

  .ft-button:after {
    content: " ";
    position: absolute;
    width: 1px;
    height: 11px;
    border-right: 1px solid #fff;
    top: 8px;
    right: -22px;
    font-size: 2.6rem;
  }

  .ft-button.active:after {
    border-right: none;
  }

  .footerlinks .arrow {
    display: inline;
    padding: 0 24px;
  }

  .footerlinks .icon-add,
  .footerlinks .icon-tel {
    padding: 10px 0;
  }

  .footerlinks .icon-add {
    margin-top: 8px;
  }

  .footerlinks .icon-add:before {
    left: -26px;
    top: 13px;
  }

  .footerlinks .icon-tel:before {
    left: 14px;
    top: 13px;
  }

  .footerlinks ul.ft-toggle {
    display: none;
    margin-bottom: 2rem;
  }

  .ft-toggle li {
    margin: 10px 0;
  }

  .lang-toggle {
    margin-bottom: 2.8rem;
  }

  .lang-toggle .current-lang {
    cursor: pointer;
    border-bottom: 1px solid #fff;
    width: 100px;
    margin: 0 auto;
    font-weight: bold;
    font-size: .9rem;
  }

  .lang-toggle .current-lang:after {
    display: inline-block;
    content: "";
    top: 12px;
    right: 70px;
    box-sizing: border-box;
    width: 3px;
    height: 3px;
    border: 3px solid transparent;
    border-left: 5px solid #fff;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-left: 16px;
  }

  .lang-toggle ul {
    display: none;
    margin-top: 8px;
  }

  .ft_Copyright {
    padding: 8px;
    text-align: center;
    font-weight: bold;
    font-size: .9rem;
  }

  .ft_sns ul {
    vertical-align: middle;
    margin: 8px;
  }

  .ft_sns li:first-child {
    margin-left: 0px;
  }

  .ft_Copyright span {
    display: inline-block;
    width: 100%;
  }

  .mobile-link .contact-us {
    display: none;
  }

  .social-link li span {
    display: none;
  }

  .ft_sns li a i {
    font-size: 2.8rem;
  }

  .ft_Copyright p {
    font-size: 1.2rem;
  }

  .mobile-link li a {
    font-size: 1.4rem;
  }

  .footerlinks {
    padding-top: 25px;
  }

  .footerlinks .container>ul {
    display: none;
  }

  .ft_logo-sns {
    padding: 15px;
  }

  .ft_sns .social-link {
    float: none;
  }

  .ft_sns li a.ic-facebook .ft_sns li {
    margin: 0 1vw;
  }

  .ft_sns ul {
    vertical-align: middle;
    margin: 5px 0px;
  }

  .mobile-link {
    display: inline-block;
    width: 100%;
    padding-bottom: 0;
  }

  .mobile-link .contact-us {
    text-align: center;
    margin: 30px auto;
    display: table;
    color: #000;
    background-color: #fad600;
    width: auto;
    padding: 10px 40px;
    font-size: 1.5rem;
    text-transform: uppercase;
  }

  .mobile-link li a {
    color: #fff;
    text-decoration: none;
  }

  .mobile-link li:last-child {
    border: none;
  }

  .mobile-link .contact-us:after {
    content: '\f054';
    font-family: FontAwesome;
    padding-left: 13px;
    color: #555;
  }

  .mobile-link li {
    text-align: center;
    display: inline-block;
    padding: 0px 13px;
    border-right: 1px solid #ccc;
    line-height: 12px;
    margin-bottom: 12px;
  }

  .mobile-link ul {
    max-width: 362px;
    width: 100%;
    margin: auto;
    display: block;
    text-align: center;
  }

  .bottom-link li:nth-child(3) {
    border: none;
  }

  footer {
    margin-top: 145px;
  }

  /* Scroll up */

  #scrollup {
    line-height: 39px;
    right: 0;
    top: -60px;
  }

  #scrollup a {
    height: 60px;
    width: 60px;
  }

  #scrollup .fa {
    font-size: 4rem;
    top: 20px;
  }

  .li-v-link ul li a {
    font-size: 1.6rem;
  }

  /* Car models */

  .car-models-main-wrapper {
    margin: 10px 0px;
  }

  .mobile-search-form {
    max-width: 400px;
    margin: auto;
  }

  #breadcrumbs,
  .m-hidden {
    display: none !important;
  }

  .search-car-form select {
    padding: 8px 35px 9px 15px;
    height: 38px;
  }

  /* Read more */

  .read-more-content .more-button {
    width: 92px;
    padding: 0px 15px;
    min-height: 27px;
    line-height: 27px;
  }

  .read-more-content .more-button::after {
    right: 10px;
    font-size: 2rem;
    top: 0;
  }

  .read-more-content .more-button.less::after {
    content: '_';
    font-size: 2rem;
    top: -10px;
    font-weight: bold;
  }

  /* Headings */

  .ttl-lv2,
  .ttl-lv3,
  .ttl-lv4,
  .ttl-lv5,
  #post h1,
  #post h2,
  #post h3,
  #post h4,
  #post h5 {
    line-height: 1.25em;
  }

  .ttl-lv1,
  #post h1 {
    line-height: 1.24em;
    font-size: 3rem;
    padding: 40px 0 30px 0;
  }

  .ttl-lv1 .h1-label {
    font-size: 18px;
    display: table;
    height: 35px;
    position: relative;
    bottom: 10px;
    right: auto;
    margin: auto;
    width: auto;
  }

  .ttl-lv2,
  #post h2 {
    font-size: 2.4rem;
    margin-bottom: 30px;
    margin-top: 30px;
  }

  .ttl-lv3 {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }

  .ttl-lv4,
  #post h4 {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }

  .ttl-lv5,
  #post h5 {
    font-size: 1.4rem;
  }

  #post h3 {
    font-size: 1.8rem;
    margin: 0 0 20px;
  }

  /* Buttons */

  .btn {
    font-size: 1.4rem;
    padding: 12px 25px 12px 25px;
  }

  /* Utilities */

  .m-hide {
    display: none !important;
  }

  .m-show {
    display: inline-block !important;
    width: 100%;
  }

  .d-hidden {
    display: block !important;
  }

  .mobile-hide {
    display: none !important;
  }

  .m-border-left-none {
    border-left: none !important;
  }

  .m-border-right-none {
    border-right: none !important;
  }

  .m-border-top-none {
    border-top: none !important;
  }

  .m-border-bottom-none {
    border-bottom: none !important;
  }

  .m-no-border {
    border: none;
  }

  .m-border-1 {
    border: 1px solid #aaa;
  }

  .m-border-left-1 {
    border-left: 1px solid #aaa;
  }

  .m-border-right-1 {
    border-right: 1px solid #aaa;
  }

  .m-border-top-1 {
    border-top: 1px solid #aaa;
  }

  .m-border-bottom-1 {
    border-bottom: 1px solid #aaa;
  }

  .menu-open main,
  .menu-open footer {
    display: none;
  }

  .t-datepicker-days .t-table-wrap {
    padding: 0;
    margin-left: 2%;
    float: left !important;
    display: inline-block !important;
    width: 97% !important;
  }

  .t-datepicker-days {
    width: 342px;
  }

}

@media screen and (max-width: 767px) {

  .t-datepicker-day {
    width: 180%;
  }

  /* Headings */

  .ttl-lv2 {
    border-bottom: 3px solid #fed700;
    border-left: 0 !important;
    width: calc(100% + 30px) !important;
    margin-left: -15px;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
  }

  .modal-content .ttl-lv2 {
    width: 100% !important;
  }

  /* Grid */
  .container {
    margin: 0 auto;
    width: 100%;
  }

  /* Tables */

  .table1 table th {
    display: block;
    width: 100%;
    height: auto;
    padding: 10px 15px;
    font-weight: 400;
  }

  .table1 table tr {
    display: block;
    width: 100%;
  }

  .table1 table td {
    display: block;
    width: 100%;
    border-bottom: none;
    border-top: none;
    padding: 10px 15px;
  }

  .table1 table tr:last-child td {
    border-bottom: 1px solid #aaaaaa;
  }

  .rental-fees-table table,
  .rental-fees-table tbody {
    width: 100%;
  }

  .rental-fees-table table {
    width: 100%;
    border-bottom: 1px solid #aaaaaa;
  }

  .rental-fees-table table tr {
    display: inline-block;
    width: 50%;
    float: left;
  }

  .rental-fees-table table tr td,
  .rental-fees-table table tr th {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    align-items: baseline;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -ms--align-items: center;
    height: 81px;
    border-bottom: none;
    border-left: none;
  }

  .rental-fees-table table tr th {
    border-left: 1px solid #aaaaaa;
  }

  /* Modal */

  .modal .ttl-lv2 {
    position: static;
    margin-left: 0;
    width: 100%;
  }

}

@media screen and (max-width: 479px) {

  .li-v-link ul li a,
  .li-h-link ul li a {
    font-size: 1.4rem;
  }

  .bottom-link li:nth-child(3) {
    border: none;
  }

  .mobile-link ul {
    max-width: 336px;
    width: 100%;
    margin: auto;
    display: block;
    text-align: center;
  }

  /* Headings */

  .Nav .navbtn a,
  .Nav .navbtn a.close {}

  /* Navigation */

  .Nav .navbtn .menu {
    bottom: 7px;
  }

  /* SNS */

  .ft_sns li a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 30px;
  }

  .ft_sns li a i {
    font-size: 1.6rem;
  }

  /* Car modeles */

  .car-models-wrapper .car-models-box a p {
    font-size: 1.4rem;
  }

  .car-models-wrapper .car-models-box,
  .car-models-wrapper.two-box .car-models-box {
    width: 120px;
    min-height: 151px;
  }

  .car-models-wrapper .car-models-box {
    margin-left: 10px;
  }

  .car-models-wrapper {
    /* width: 761px; */
  }

  #tab.type-of-car ul {
    width: 656px;
  }

  .li-h-link {
    margin-bottom: 20px;
  }

}

@media screen and (min-width: 480px) and (max-width: 767px) {}

@media screen and (min-width: 768px) and (max-width: 999px) {

  .rules h3.ttl-lv3 {
    margin-top: 25px;
  }

  .rules h2.ttl-lv2+h3.ttl-lv3 {
    margin-top: 0px;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1199px) {

  .t-datepicker-days {
    width: 441px;
  }

  /* Header */

  #hd_navi .Nav .nav__item a {
    font-size: 1.6rem;
  }

  #hd_navi .Nav .nav__item:first-child a::before {
    left: -10px;
  }

  #hd_navi .Nav .nav__item a::after {
    right: -10px;
  }

  .hd_navi .Nav {
    display: table;
    width: 100%;
  }

  .hd_logo img {
    width: 50px;
  }

  .hd_logo.hd_logo2 img {
    width: 266px;
  }

  .hd_logo h1 span {
    font-size: 1.8rem;
    line-height: 50px;
  }

  .hd_logo-navi .container {
    height: 70px;
  }

  /* Navigation */

  .Nav .navbtn .menu {
    bottom: 5px;
  }

  .Nav .navbtn {
    padding: 21px 16px 19px 17px;
  }

  /*footer li width*/
  html[lang="zh-HK"] .footerlinks li.grid-3,
  html[lang="zh-TW"] .footerlinks li.grid-3 {
    width: 32%;
  }

}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none !important;
    color: #141414 !important;
    text-decoration: none !important;
  }
}

.information-table .link-wraper .new-info,
.information-table .link-wrapper .new-info {
  border: 1px solid #d2232a;
  color: #d2232a;
  font-size: 14px;
  padding: 0px 8px;
  margin-left: 10px;
  position: relative;
  top: 1px;
}




/*************************************
card image box
*************************************/
/*top page .heading-top*/
.image-box-wrapper.heading-top .image-box h3 {
  left: 0;
  color: #fff;
  background: rgba(20, 20, 20, 0.85);
  text-transform: capitalize;
  font-weight: normal;
  padding: 10px 20px;
  position: absolute !important;
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 2.2rem;
  min-height: 60px;
}

/*ダミー画像表示時帯*/
.image-box-image-wrapper span {
  position: absolute;
  background-color: #ff0000;
  color: #fff;
  text-align: center;
  font-weight: bold;
  vertical-align: middle;
  display: inline-block;
  line-height: 67px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

/*image-box-shadow*/
.image-box-shadow {
  margin: auto;
}

.image-box-shadow .image-box {
  border: 1px solid #ccc;
  box-shadow: 0px 0px 5px rgba(170, 170, 170, 1);
  -moz-box-shadow: 0px 0px 5px rgba(170, 170, 170, 1);
  -webkit-box-shadow: 0px 0px 5px rgba(170, 170, 170, 1);
  -webkit-appearance: none;
}

/*image-box-wrapper*/
.image-box-wrapper {
  width: 100%;
}

/*image-box*/
.image-box-wrapper .image-box {
  height: auto;
  position: relative;
  z-index: 10;
  margin: auto;
}

.image-box-wrapper .image-box h3 {
  font-size: 20px;
  margin-bottom: 5px;
  z-index: 1;
}

.image-box-wrapper .image-box:hover {
  opacity: .75;
}

/*image-box-image-wrapper*/
.image-box-image-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  line-height: 0px;
}

.image-box-image-wrapper img {
  width: 100%;
  padding: 0;
}

/*image-box-content*/
.image-box-content {
  overflow: hidden;
  position: relative;
  padding: 20px 50px 25px 30px;
  margin-bottom: 0px;
}

.image-box-content::after {
  color: #141414;
  content: "\f054";
  top: 50%;
  transform: translate(0%, -50%) !important;
  -ms-transform: translate(0%, -50%) !important;
  -webkit-transform: translate(0%, -50%) !important;
  font-family: FontAwesome;
  position: absolute;
  right: 30px;
  font-size: 18px;
  margin-top: 0;
}

@media screen and (max-width:1030px) {

  /*タブレット以下のサイズでhoveさせない*/
  .image-box:hover,
  .image-box:active {
    opacity: 1 !important;
  }

}

@media screen and (min-width: 1000px) {

  /*ダミー画像表示時帯*/
  .image-box-image-wrapper span {
    min-width: 173px;
    min-height: 48px;
    font-size: 24px;
    line-height: 45px;
  }

  .line-height {
    display: inline-block;
    width: 100%;
    height: 25px;
  }

}

@media screen and (max-width: 999px) {

  /*top page .heading-top*/
  #driver-elements .image-box-wrapper.heading-top .image-box h3 {
    background: none;
    color: #141414;
    display: inline-block;
    width: auto;
    height: auto;
    position: relative !important;
    top: auto !important;
    padding: 0px 0 0px 0 !important;
    min-height: auto;
  }

  /*ダミー画像表示時帯*/
  .image-box-image-wrapper span {
    min-width: 175px;
    min-height: 47px;
    font-size: 24px;
  }

  /*image-box-wrapper*/
  .image-box-wrapper .image-box {
    margin-bottom: 30px;
  }

  .image-box-wrapper .image-box h3 {
    font-size: 18px;
    padding-bottom: 5px;
    line-height: 24px;
    margin-bottom: 0;
  }

  .image-box-wrapper .image-box:hover {
    opacity: 1 !important;
  }

  /*image-box-content*/
  .image-box-content {
    padding: 15px 60px 15px 20px;
  }

  .image-box-content::after {
    right: 20px;
    font-size: 14px;
  }

}
