@charset "UTF-8";
/* CSS Document */

/*-- リセットCSS --*/
html,
body,
h1,
p {
  margin: 0;
  padding: 0;
}
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans",
    "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
img {
  vertical-align: middle;
  border: none;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
ul {
  padding-left: 0;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}
div {
  display: block;
}
p {
  text-decoration: none;
}

/*-- PC・スマホ --*/
@media (min-width: 750px) {
  .view-pc {
    display: block !important;
  }
  .view-sp {
    display: none !important;
  }
}
@media (max-width: 749px) {
  .view-pc {
    display: none !important;
  }
  .view-sp {
    display: block !important;
  }
}

/*-- メインCSS --*/
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.wrap {
  padding-right: 15px;
  padding-left: 15px;
}
img {
  vertical-align: middle;
  border-style: none;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}

.test-drive-box {
  display: none !important;
  display: flex !important;
  display: inline-flex !important;
}

/*-- 試乗受付コンテンツ --*/
.d-none {
  display: none !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}

/*-- 試乗予約コンテンツ --*/
.test-drive-font {
  font-size: 2.4rem;
  font-weight: bold;
  padding: 1.5rem 0;
  margin: 1rem 0;
}
.text-fast {
  font-size: 20px;
  color: #212529;
}
.text-secondary {
  font-size: 14px;
  color: #999999;
}
@media (max-width: 550px) {
  .test-drive-font {
    font-size: 2rem;
  }
  .text-fast {
    font-size: 16px !important;
  }
  .text-secondary {
    font-size: 12px !important;
  }
}
@media (max-width: 462px) {
  .test-drive-font {
    font-size: 1.8rem;
  }
  .text-fast {
    font-size: 14px !important;
  }
  .text-secondary {
    font-size: 10px !important;
  }
  .ls-1 {
    letter-spacing: -0.8px;
  }
  .ls-2 {
    letter-spacing: -0.1px;
  }
}

/*-- ボタンCSS --*/
.col-sm-1,
.col-1,
.col-2 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.col-2 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-3 {
  flex: 0 0 80%;
  max-width: 100%;
}

/*-- 750px以上 --*/
@media (min-width: 750px) {
  .container {
    max-width: 1080px;
  }
  .col-sm-1 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn-block {
  display: block;
  width: 100%;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.justify-content-center {
  justify-content: center !important;
}

/*-- 試乗受付ボタン --*/
.btn-testdrive {
  color: #fff;
  background: #b22923;
  margin-top: calc(60 / 310 * -100%);
  margin-bottom: calc(0 / 310 * 100%);
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  font-weight: 700 !important;
  font-size: 1.5rem;
}
.btn-testdrive:hover {
  color: #fff;
  background-color: #b22923;
  border-color: #b22923;
}
.sp-btn-box1 a p {
  font-size: 20px;
}
@media (max-width: 749px) {
  .col-1 {
    flex: 0 0 96%;
    max-width: 96%;
  }
  .col-3 {
    flex: 0 0 90%;
    max-width: 100%;
  }
  .sp-btn-box1 a {
    margin-top: calc(45 / 120 * -100%);
    margin-bottom: calc(0 / 120 * 100%);
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
    font-size: 2.5rem;
  }
  .sp-btn-box1 a p {
    font-size: 16px;
  }
  .sp-btn-box2 a {
    margin-top: calc(25 / 120 * -100%);
    margin-bottom: calc(0 / 120 * 100%);
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
}
@media (max-width: 550px) {
  .sp-btn-box1 a {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    font-size: 2rem;
  }
  .sp-btn-box1 a p {
    font-size: 14px;
  }
  .sp-btn-box2 a {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}
@media (max-width: 450px) {
  .sp-btn-box1 a {
    margin-top: calc(45 / 120 * -100%);
    padding-top: 0.6rem !important;
    padding-bottom: 0.6rem !important;
    font-size: 2rem;
  }
  .sp-btn-box1 a p {
    font-size: 14px;
  }
  .sp-btn-box2 a {
    padding-top: 0.6rem !important;
    padding-bottom: 0.6rem !important;
  }
}

/*-- 試乗予約ボタン --*/
.btn-reserve {
  color: #fff;
  background-color: #b22923;
  border-color: #b22923;
}
.btn-reserve:hover {
  color: #fff;
  background-color: #b22923;
  border-color: #b22923;
}

/*-- 試乗でGETボタン --*/
.ft-btn {
  margin-top: 3rem;
}
.ft-btn img {
  width: 99%;
  margin: 0 auto;
}
.ft-btn a:hover {
  opacity: 0.8;
}
@media (max-width: 749px) {
  .ft-btn img {
    width: 97%;
  }
}
@media (max-width: 550px) {
  .ft-btn {
    margin-top: 1rem;
  }
}

/*-- オフィシャルボタン --*/
.btn-official-box {
  padding: 0 0.5rem;
  margin: 3rem 0 1.5rem 0;
}
.btn-official {
  width: 100%;
  color: #4c4948;
  border-color: #4c4948;
  padding: 0.8rem 0;
  font-size: 1.1rem;
  cursor: pointer;
}
.btn-official:hover {
  color: #fff;
  background-color: #4c4948;
  border-color: #4c4948;
}
@media (min-width: 750px) {
  .d-sm-block {
    display: block !important;
  }
}
@media (max-width: 550px) {
  .btn-official-box {
    margin: 1.5rem 0 1.5rem 0;
  }
  .btn-official {
    font-size: 1rem;
  }
}

/*-- フローティングボタン --*/
.floating-banner {
  position: fixed;
  z-index: 99999;
  width: 920px;
  max-width: 100%;
  bottom: 2%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.floating-banner_image {
  max-width: 100%;
  width: 90%;
}
.floating-banner:hover {
  opacity: 0.8;
}

/*-- 調整 --*/
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2 {
  margin-bottom: 1rem !important;
}
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.pl-2 {
  padding-left: 0.5rem !important;
}
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
@media (min-width: 750px) {
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
}

/*-- フッター --*/
footer {
  padding: 1rem 0;
}

/*-- 追加画像 --*/
.ai-flex {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 462px) {
  .ai-flex {
    display: block;
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
}
.mr-1 {
  margin-right: 1rem;
}
.opcy {
  transition: 0.3s;
}
.opcy:hover {
  opacity: 0.5;
}
.shadow {
  filter: drop-shadow(3px 3px 3px #9fa0a0);
}
