@charset "utf-8";

:root {
  --main_color: #0068b2;
  --sub_color: #ffffff;
  --ac_color: #ff830a;
  --grey: #ddd;
  --bk_blue: rgba(0, 104, 178, 0.5);
  --font_s: 14px;
  --font_m: 16px;
  --font_l: 20px;
  --font_ll: 45px;
  --header_height: 142px;
  --spheader_height: 68px;
  --footer_btnheight: 99px;
}

/*
* Trunk version 2.0.0
*/
.swiper {
  padding-bottom: 55px !important;
}
.swiper-slide a {
  height: 100%;
  width: 100%;
}
.swiper-title {
  text-align: center;
  height: 100px;
  display: table-cell;
  vertical-align: middle;
  width: 100vw;
}
.swiper-title span {
  font-weight: bold;
  font-size: 20px;
}
.swiper-wrapper {
  width: 100%;
  height: 300px;
}
.swiper-slide {
  color: #ffffff;
  width: 100%;
  height: 310px !important;
  object-fit: cover;
  text-align: center;
  /* line-height: 300px; */
  min-width: 400px;
}
.swiper-slide img {
  width: 400px;
  height: 265px;
  object-fit: cover;
}
.swiper-main .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto !important;
}
.swiper-main .swiper-slide img {
  width: 100%;
  height: auto;
}
.swiper-point .swiper-slide {
  justify-content: center;
  height: auto !important;
}
.information .swiper .info_title {
  margin-bottom: 25px;
  height: 35px;
  margin-top: 0;
}
a:focus,
button:focus {
  outline: none !important;
}
.information.cheki {
  background-color: #4472c4;
  color: #fff;
}
.information.cheki h2 {
  color: #fff;
  font-family: sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
}
.information.cheki .swiper-slide img {
  width: 300px;
  height: 400px;
  background-size: cover;
}
.information.cheki .swiper-slide {
  height: auto !important;
}
.information.cheki .swiper .info_title {
  color: #fff;
  height: auto;
  width: 91%;
  margin: 0 auto;
}
.information.cheki .swiper-slide {
  min-width: auto;
}

button::-moz-focus-inner {
  border: 0;
}

*:focus {
  outline: none;
}

blockquote {
  padding: 0;
  margin: 0;
}

input,
button,
select,
textarea {
  outline: none;
}

label {
  margin-bottom: 0;
}

p {
  margin: 0;
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul li,
ol li {
  display: block;
}

dl {
  margin: 0;
}

dt,
dd {
  line-height: inherit;
}

dt {
  font-weight: inherit;
}

dd {
  margin-bottom: 0;
}

cite {
  font-style: normal;
}

form {
  margin-bottom: 0;
}

blockquote {
  padding-left: 0;
  border-left: 0;
}

address {
  margin-top: 0;
  margin-bottom: 0;
}

figure {
  margin-bottom: 0;
}

html p a:hover {
  text-decoration: none;
}

/*
*
* Typography
*/

body {
  /*font-family: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;*/
  font-size: 14px;
  line-height: 1.7;
  font-weight: 300;
  /*color: #74757f;*/
  color: #333;
  background-color: var(--sub_color);
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: subpixel-antialiased;
  letter-spacing: 0.03em;
  overflow: scroll;
}

@media (min-width: 768px) {
  body {
    font-size: 16px;
    line-height: 1.5;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
[class^="heading-"] {
  margin-top: 0;
  margin-bottom: 0;
  color: #122e44;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
[class^="heading-"] a {
  color: inherit;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
[class^="heading-"] a:hover {
  color: var(--ac_color);
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span,
[class^="heading-"] span {
  display: inline-block;
}

h1 span[data-toggle="modal"],
h2 span[data-toggle="modal"],
h3 span[data-toggle="modal"],
h4 span[data-toggle="modal"],
h5 span[data-toggle="modal"],
h6 span[data-toggle="modal"],
[class^="heading-"] span[data-toggle="modal"] {
  border-bottom: 2px dashed rgba(255, 131, 10, 0.3);
  cursor: pointer;
}

h1 > span.icon,
h2 > span.icon,
h3 > span.icon,
h4 > span.icon,
h5 > span.icon,
h6 > span.icon,
[class^="heading-"] > span.icon {
  display: inline-block;
  margin-right: 5px;
}

h1,
.heading-1 {
  font-size: 30px;
  line-height: 1.15;
  letter-spacing: 0;
}

@media (min-width: 576px) {
  h1,
  .heading-1 {
    font-size: 32px;
  }
}

@media (min-width: 768px) {
  h1,
  .heading-1 {
    font-size: 46px;
    line-height: 1.25;
  }
}

@media (min-width: 992px) {
  h1,
  .heading-1 {
    font-size: 54px;
  }
}

@media (min-width: 1200px) {
  h1,
  .heading-1 {
    font-size: 58px;
  }
}

@media (min-width: 1600px) {
  h1,
  .heading-1 {
    font-size: 68px;
    line-height: 1.17647;
  }
}

h2,
.heading-2 {
  font-weight: 300;
  font-size: 28px;
  line-height: 1.4;
  letter-spacing: 0;
}

@media (min-width: 576px) {
  h2,
  .heading-2 {
    font-size: 30px;
  }
}

@media (min-width: 768px) {
  h2,
  .heading-2 {
    font-size: 44px;
  }
}

@media (min-width: 1200px) {
  h2,
  .heading-2 {
    font-size: 48px;
    line-height: 1.33333;
  }
}

h3,
.heading-3 {
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: 0;
}

@media (min-width: 768px) {
  h3,
  .heading-3 {
    font-size: 30px;
    line-height: 1.4;
  }
}

@media (min-width: 1200px) {
  h3,
  .heading-3 {
    font-size: 36px;
    line-height: 1.33333;
  }
}

h3 .big,
.heading-3 .big {
  font-size: 2em;
  line-height: 1;
}

h4,
.heading-4 {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0;
}

.heading-4 {
  font-size: 20px;
  font-weight: bold;
  color: var(--main_color);
  display: inline-flex;
  align-items: center;
}

.heading-4::before {
  display: inline-block;
  content: url(../image/gspug_03.png);
  height: 40px;
  width: 40px;
  margin-right: 10px;
}

@media (min-width: 1200px) {
  h4,
  .heading-4 {
    font-size: 20px;
  }
}

h4.h4-smaller,
.heading-4.h4-smaller {
  font-size: 19px;
}

@media (min-width: 1200px) {
  h4.h4-smaller,
  .heading-4.h4-smaller {
    font-size: 22px;
    line-height: 1.45455;
  }
}

h5,
.heading-5 {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.01em;
}

@media (min-width: 768px) {
  h5,
  .heading-5 {
    font-size: 20px;
    line-height: 1.4;
  }
}

h6,
.heading-6 {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #aeb1be;
}

@media (min-width: 768px) {
  h6,
  .heading-6 {
    font-size: 16px;
    line-height: 1.5;
  }
}

.title-decorated {
  position: relative;
  padding-left: 40px;
  text-align: left;
}

.title-decorated::before {
  content: none;
  position: absolute;
  left: 0;
  top: 0.8em;
  width: 30px;
  border-bottom: 1px solid;
}

@media (min-width: 768px) {
  .title-decorated {
    padding-left: 70px;
  }

  .title-decorated::before {
    width: 50px;
    top: 0.7em;
    border-bottom-width: 2px;
  }
}

@media (min-width: 768px) {
  .title-decorated-lg {
    padding-left: 80px;
  }

  .title-decorated-lg::before {
    width: 62px;
  }

  .title-decorated-lg + p {
    margin-top: 32px;
  }
}

small,
.small {
  display: block;
  font-size: 12px;
  line-height: 1.5;
}

mark,
.mark {
  padding: 3px 5px;
  color: var(--sub_color);
  background: var(--ac_color);
}

strong {
  font-weight: 700;
  color: var(--main_color);
}

.big {
  font-size: 16px;
  line-height: 1.55;
}

@media (min-width: 768px) {
  .big {
    font-size: 20px;
    line-height: 1.6;
  }
}

.lead {
  font-size: 24px;
  line-height: 34px;
  font-weight: 300;
}

code {
  padding: 4px 5px;
  border-radius: 0;
  font-size: 90%;
  color: #111111;
  background: #f6f6f6;
}

.text-large {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: uppercase;
}

@media (min-width: 576px) {
  .text-large {
    font-size: 55px;
  }
}

@media (min-width: 768px) {
  .text-large {
    font-size: 68px;
  }
}

@media (min-width: 992px) {
  .text-large {
    font-size: 80px;
  }
}

@media (min-width: 1200px) {
  .text-large {
    font-size: 100px;
  }
}

.context-dark .text-large,
.bg-gray-700 .text-large,
.bg-gray-800 .text-large,
.bg-primary .text-large,
.bg-primary-darker .text-large {
  color: var(--sub_color);
}

.text-extra-large {
  font-size: 100px;
  line-height: 0.8;
  font-weight: 800;
}

@media (min-width: 768px) {
  .text-extra-large {
    font-size: 130px;
    line-height: 0.7;
  }
}

@media (min-width: 992px) {
  .text-extra-large {
    font-size: 150px;
  }
}

@media (min-width: 1600px) {
  .text-extra-large {
    font-size: 180px;
  }
}

.wow-outer span {
  display: block;
}

.wow-outer .wow > span {
  display: inline;
}

p [data-toggle="tooltip"] {
  padding-left: 0.25em;
  padding-right: 0.25em;
  color: var(--ac_color);
}

p [style*="max-width"] {
  display: inline-block;
}

p a {
  color: inherit;
}

p .text-width-1 {
  display: inline-block;
  max-width: 730px;
}

.text-width-2 {
  display: inline-block;
  max-width: 350px;
}

html .page .text-primary {
  color: var(--ac_color);
}

.page .text-danger {
  color: #dc0000;
}

.page .text-gray-700 {
  color: #122e44;
}

.page .text-color-1 {
  color: #d3d5db;
}

.context-dark .text-gray-700,
.bg-gray-700 .text-gray-700,
.bg-gray-800 .text-gray-700,
.bg-primary .text-gray-700,
.bg-primary-darker .text-gray-700 {
  color: var(--sub_color);
}

* {
  font-family: "Noto Sans JP", sans-serif;
}

section {
  margin: 100px 0;
}

/* section.information {
    margin-top: 310px;
} */

section:first-child {
  /* margin-top: 0; */
}

a:link,
a:visited {
  color: var(--main_color);
  text-decoration: none;
}

a:hover {
  opacity: 0.5;
  color: var(--main_color);
}

a img {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

a img:hover,
a img:active,
a img:focus {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0.7;
}

/* 共通タグ */

.page {
  position: relative;
  /* overflow: scroll; */
  min-height: 100vh;
  min-width: 1200px;
}

.header_kari {
  overflow: hidden;
  height: 196px;
  width: 100%;
}

.header_kari img {
  height: 100%;
  object-fit: cover;
}

.flex {
  display: flex;
}

.h1_style01 {
  color: var(--sub_color);
  font-size: var(--font_ll);
  font-weight: normal;
}

.h1_subtitle {
  font-size: var(--font_l);
  margin-bottom: 0;
}

.top_h2,
.top_h3 {
  text-align: center;
}

.top_h2 {
  font-size: var(--font_l);
  font-weight: bold;
  margin-bottom: 100px;
}

.top_h3 {
  line-height: 0.5;
  margin-bottom: 20px;
}

.h2_style1 {
  font-size: var(--font_l);
  color: var(--sub_color);
  display: inline-flex;
  align-items: center;
  height: 40px;
  border-left: 5px solid var(--sub_color);
  margin-bottom: 30px;
  padding: 0 10px;
}

.h2_style2 {
  font-size: var(--font_ll);
  font-weight: bold;
  color: var(--main_color);
  text-align: center;
}

.h2_style2.wt {
  color: var(--sub_color);
}

.h2_style2::after {
  border-top: 5px solid var(--main_color);
  border-right: 30px solid rgba(0, 0, 0, 0);
  content: "";
  display: block;
  margin-top: 20px;
}

.h2_style2.wt::after {
  border-top-color: var(--sub_color);
}

.h3_style1 {
  color: var(--main_color);
  font-size: var(--font_l);
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 3px solid var(--main_color);
}

.h3_style2 {
  color: var(--main_color);
  height: 36px;
  background-color: rgba(0, 104, 178, 0.1);
  border-radius: 5px;
  margin-bottom: var(--font_m);
  margin-top: var(--font_m);
  padding: 6px 10px;
  width: fit-content;
  font-size: 100%;
  display: inline-flex;
  align-items: center;
}

.guide .btns {
    margin-top: 2em;
}
.btns .btn{
    max-width: unset !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.btns .btn p{
    width:8em;
    text-align: left;
}
.btns .btn span{
    width:2em;
}
.guide section:not(:first-child) .btns .btn {
  margin-top: unset;
}

.btn {
  line-height: 1;
  margin: 0 auto;
  padding: 0;
  position: relative;
  text-align: center;
  width: 100%;
}

.btn > a {
  background-color: var(--sub_color);
  border: 1px solid var(--main_color);
  border-radius: 8px;
  color: var(--main_color);
  display: block;
  font-weight: 400;
  padding: 17px 12px 17px 12px;
}

.btn > a:hover,
.btn > a:active,
.btn > a:focus {
  background-color: var(--grey);
}

.btn.disabled a {
  background-color: #eee;
  color: #777;
  pointer-events: none;
}

button {
  -webkit-appearance: none;
  border: none;
}

button.btn {
  background-color: var(--ac_color);
  border-radius: 10px;
  color: var(--sub_color);
  cursor: pointer;
  display: block;
  font-family: "Noto Sans JP", "Noto Sans JP Woff", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  font-display: swap;
  line-height: 1;
  margin: 0 auto;
  max-width: 300px;
  padding: 17px 12px 17px 12px;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  width: 100%;
}

button.btn:hover,
button.btn:active,
button.btn:focus {
  color: var(--sub_color);
  background-color: #ff5c0a;
}

button.btn.disabled {
  background-color: #eee;
  color: #777;
  pointer-events: none;
}

.btn > a.btn_style1,
.btn > a.btn_style2 {
  height: 50px;
  border: 1px solid var(--sub_color);
  border-radius: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 25px;
  width: 100%;
  max-width: 256px;
}

.btn > a.btn_style1 {
  background-color: var(--main_color);
  color: var(--sub_color);
}

.btn > a.btn_style2 {
  background-color: var(--ac_color);
  color: var(--sub_color);
  font-size: var(--font_s);
}

.btn > a.btn_style3 {
  background-color: var(--sub_color);
  color: var(--main_color);
}

.out_link::before {
  content: url(../image/up-right-from-square-solid.svg);
  vertical-align: text-bottom;
}

.br::after {
  content: "\A";
  white-space: pre;
}

.col2 {
  flex-basis: 50%;
}

.position_r {
  position: relative;
}

.container {
  max-width: 1200px;
}

.bg-collapse {
  background: #0068b280;
  color: var(--sub_color);
  padding-top: 100px;
  padding-bottom: 100px;
}

.bg-collapse h2,
.bg-collapse h3 {
  color: var(--sub_color);
}

.bg-collapse .h2_style2::after {
  border-top-color: var(--sub_color);
}

/* body */

body {
  background-image: url(../image/back_image.svg);
  color: var(--main_color);
}

/* ヘッダー */

.desc-header {
  height: 115px;
  width: 100%;
  justify-content: space-between;
  align-items: flex-end;
  /* margin-top: 20px; */
  position: absolute;
  top: 9px;
  z-index: 2;
}
.desc-header img {
  max-width: 30px;
  height: 30px;
  object-fit: scale-down;
}
.desc-header__sec {
  width: 40%;
  position: relative;
}
.desc-header__sec p {
  position: absolute;
  top: -27px;
  left: 0;
  font-size: 15px;
  white-space: nowrap;
  color: #000;
}

.header_nav {
  color: var(--sub_color);
  font-size: var(--font_s);
  padding: 0 1%;
  width: 100%;
}

.menu-headermenu-container {
  height: 100%;
  display: flex;
}

#menu-headermenu {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  align-items: flex-end;
  width: 70%;
}

#menu-headermenu a {
  color: #000;
  text-decoration: underline;
}

.header_button {
  width: 100%;
}
.header_button a {
  padding: 10px 0;
}
.web_reserve {
  height: auto;
  width: 30%;
  text-align: center;
  background-color: #d81818;
  border-radius: 15px;
  margin: 0 2%;
  cursor: pointer;
}
.footer_row .web_reserve,
.footer_row .tel_reserve,
.footer_row .line_reserve {
  border-radius: 50px;
}

.reserve_title {
  height: auto;
  width: 100%;
  color: var(--sub_color);
  display: flex;
  font-size: 14px;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}
.header_button dl {
  flex-direction: column;
}
.header_button dd {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--sub_color);
}

.tel_reserve {
  width: 30%;
  border-radius: 15px;
  background-color: var(--main_color);
  cursor: pointer;
}

.line_reserve {
  width: 30%;
  margin: 0 2%;
  border-radius: 15px;
  background-color: #06c755;
  cursor: pointer;
}
.line_reserve dd img {
  width: 50px;
}

.tel_num {
  font-size: 28px;
  white-space: nowrap;
}

.sp_menu {
  display: none;
}

header.page-header {
  width: 100%;
  height: var(--header_height);
  /* background-color: rgba(255,255,255,0.3); */
  background-image: url(../image/back_image.svg);
  background-color: rgba(255, 255, 255, 1);
  border-bottom: var(--main_color) solid 3px;
  position: fixed;
  display: block;
  top: 0;
  z-index: 100;
}

.home .pagetop-header {
  /* height: 700px; */
  margin-top: 0;
  display: block;
}
.space {
  display: block;
  height: 1px;
  width: auto;
}

.desc-header-center {
  width: 50%;
  flex-wrap: wrap;
  align-content: end;
  height: inherit;
}

.desc-header-center figure {
  width: 31%;
  margin: 2% 1%;
}

.desc-header figure img {
  max-width: none;
  width: 100%;
}

/* メインビジュアル用 */

#slide_wrapp {
  background-position: center bottom;
  position: relative;
  padding: 3% 0;
  background-size: cover;
  background-image: url(../image/main_bg.webp);
}

#main_visial {
  position: relative;
  overflow: hidden;
  margin-bottom: -100px;
}

#main_visial img {
  display: block;
  object-fit: cover;
  height: inherit;
  width: 80vw;
}
#slide_wrapp .swiper-container-horizontal > .swiper-pagination {
  bottom: -9%;
}

img.cha {
  position: absolute;
  bottom: 0px;
  right: calc(50% - 600px);
  z-index: 3;
  /* max-width: 240px; */
}
.swiper-main {
  position: relative;
  width: 100%;
  height: 50vh; /* 必要に応じて固定高さにしてもOK */
}

.swiper-main .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%; /* スライドを親要素にフィットさせる */
}

.swiper-main .swiper-slide img {
  max-width: 72%;
  max-height: 100%;
  object-fit: contain; /* または cover に変更可 */
}
/* メインビジュアル用ここまで */

.swiper-point .swiper-slide img {
  width: auto;
  height: auto;
}
.banner {
  display: none;
  transition: opacity 0.5s linear;
  background-color: var(--sub_color);
  padding: 45px;
  position: absolute;
  bottom: -240px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  page-break-after: always;
  margin-top: 620px;
  z-index: 3;
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  max-width: 1200px;
  max-height: 290px;
}

.banner.slick-initialized {
  display: block;
}

.banner a {
  flex-basis: 30%;
}

.banner figure {
  justify-content: space-around;
}
.banner a img {
  /* height: 147px; */
  min-width: 350px;
  margin: auto;
}

.banner .slick-track {
  max-height: 147px;
  overflow: hidden;
}

/* JavaScriptが有効な場合、対象を隠す */
html.enable-javascript .banner {
  /* visibility: hidden;
    opacity: 0;
    transition: opacity .3s linear; */
}
/* 画像すべてを読み終えたら、対象を表示する */
html.enable-javascript.window-load .banner {
  visibility: visible;
  opacity: 1;
}

/* ヘッダータイトル */

.header {
  width: 100vw;
  height: 500px;
  background-image: url(../image/header_backimage.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: var(--header_height);
}

.header.page_guide,
.header.page_qa {
  background-image: url(../image/header_backimage_02.jpg);
}

.header.page_company {
  background-image: url(../image/header_backimage_03.jpg);
}

.header.page_privacy {
  background-image: url(../image/header_backimage_04.jpg);
}

.header.page_news {
  background-image: url(../image/header_backimage_05.jpg);
}

.header_title {
  align-items: flex-end;
  flex-direction: column;
  justify-content: center;
  color: var(--sub_color);
  text-shadow: 0 0 5px rgb(0 0 0 / 25%);
  height: auto;
  padding-top: 207px;
}

/* パンくずリスト */

.breadcrumb {
  margin: 150px 0 20px 100px;
  padding: 0;
  list-style: none;
  background: none;
  text-shadow: 0 0 5px rgb(0 0 0 / 25%);
}

.breadcrumb ol {
  width: max-content;
  margin: 0 0 0 auto;
  padding-bottom: 10px;
}

.breadcrumb li {
  display: inline;
  list-style: none;
}

.breadcrumb li:after {
  content: ">";
  padding: 0 0.2em;
  color: var(--sub_color);
}

.breadcrumb li:last-child:after {
  content: "";
}

.breadcrumb li a {
  text-decoration: none;
  color: var(--sub_color);
}

.breadcrumb li a:hover {
  text-decoration: underline;
}

/* =========== トップページ =========== */

.layout-contents {
  margin: 0 auto 0;
  padding-top: var(--header_height);
  position: relative;
  z-index: 10;
  overflow: hidden;
}

/* お知らせ */

.info_l {
  max-width: 100%;
  margin: 50px auto -30px auto;
}

.info_r {
  max-width: 75%;
  flex-basis: 75%;
  margin-bottom: 30px;
}

.information .top_h3,
.information .top_h2,
.case .top_h2,
.case .top_h3 {
  text-align: center;
}

.information .btn {
  max-width: 250px;
}

.information li {
  padding: 25px;
  border-bottom: 1px solid #f2f2f2;
}

.information li a {
  color: #393939;
}

.information time {
  color: var(--main_color);
  font-weight: bold;
  margin-right: 30px;
}

/* トップページおすすめレンタカー */

.home .recommendation_top {
  background-color: #f2f2f2;
  padding: 100px 0;
  margin-bottom: 0;
}

.recommendation_top .top_h2 {
  margin-bottom: 50px;
}

.recommendation_index {
  flex-direction: column-reverse;
  margin-bottom: 100px;
}

.recommendation_index:last-child {
  margin-bottom: 0;
}

.recommendation_h4 {
  background-color: var(--main_color);
  border-radius: 10px;
  color: var(--white);
  font-size: 22px;
  font-weight: bold;
  margin: 0 auto 20px;
  text-align: center;
  padding: 14px;
  width: 80%;
}

.recommendation_top .recommendation_car {
  flex-basis: 18%;
  width: 100%;
  zoom: 80%;
}

.recommendation_top .recommendation_index .btn {
  width: auto;
}

.recommendation_top .recommendation_index .container {
  text-align: center;
}

.slick-list {
  /* max-height: 656px; */
}

/* 選ばれる理由 */

.point {
  background-image: url(../image/bc_top_point.jpg);
  background-position: 50% 0;
  margin: 0;
  padding: 100px 0;
  position: relative;
}

.point_h2 {
  font-size: 40px;
  color: var(--sub_color);
  text-align: center;
  width: 90%;
  margin: 0 auto;
}

.under_bar {
  padding: 0 3px;
  background: linear-gradient(transparent 60%, var(--ac_color) 30%);
}

.under_bar:before {
  /* border-bottom: 0.8em solid; */
  /* background-color: var(--ac_color); */
  content: "";
  width: 100%;
  height: 0.8em;
  display: inline-block;
  position: absolute;
  bottom: 0;
  z-index: 0;
  /* background: linear-gradient(transparent 60%, var(--ac_color) 30%); */
}

.point p {
  color: var(--sub_color);
  line-height: 1.75;
}

.point_h2 {
  font-size: 40px;
  color: var(--sub_color);
  text-align: center;
  width: 90%;
  margin: 0 auto;
}

.point_card {
  margin-bottom: 20px;
  height: initial;
  width: 60%;
}

.point_card:nth-child(n + 1) {
  margin-left: 0;
}

.point_flex {
  flex-wrap: wrap;
  height: auto;
  justify-content: space-around;
}

.point_h2 + p {
  margin-bottom: 35px;
  text-align: center;
}

.point_card > img {
  max-width: 92px;
  max-height: 121px;
  position: absolute;
  top: 0;
  left: -15px;
  z-index: 3;
}

.point_card:nth-of-type(1) > img,
.point_card:nth-of-type(2) > img {
  left: 10px;
}

.point_card:nth-of-type(5) > img {
  max-width: 130px;
}

.point_h3 {
  padding-left: 100px;
  margin-bottom: 20px;
  text-align: left;
  margin-top: 20px;
}

.point_card_inner {
  background-color: var(--sub_color);
  border-radius: 3px;
  padding-bottom: 35px;
  /* height: 100%; */
  height: 550px;
}
.point_card_inner.car-navi {
  padding-bottom: 73px;
}

.point_h4 {
  padding: 40px 35px 40px 40px;
  font-size: 22px;
  font-weight: bold;
  color: var(--main_color);
  text-align: center;
}

.point_card_inner figure {
  display: flex;
  justify-content: center;
}

.point_card_inner figure img {
  width: 50%;
  height: 50%;
}

.point_card_inner > img {
  margin: 0 auto;
  text-align: center;
  display: block;
}

.point .point_card_inner p {
  color: var(--main_color);
  padding: 35px;
}

.point .btn {
  width: 80%;
  margin: 0 10%;
  /* text-align: center; */
}

/* case */

.case_flex {
  margin: 0;
}

.case_bc {
  position: absolute;
  top: 0;
  right: 0;
  width: 100vw;
  z-index: -1;
}

.case_bc_m,
.case_bc_s {
  min-height: 540px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: 50%;
}

.luxury .case_bc_m {
  background-image: url(../image/bc_top_luxury_01.jpg);
}

.luxury .case_bc_s {
  background-image: url(../image/bc_top_luxury_02.jpg);
}

.group .case_bc_m {
  background-image: url(../image/bc_top_group_02.jpg);
  background-position-y: 100%;
}

.group .case_bc_s {
  background-image: url(../image/bc_top_group_01.jpg);
}

.compact .case_bc_m {
  background-image: url(../image/bc_top_compact_01.jpg);
}

.compact .case_bc_s {
  background-image: url(../image/bc_top_compact_02.jpg);
}

.case .top_h3 {
  border-bottom: 1px solid var(--sub_color);
  width: 25%;
  margin: 0;
}

.case .top_h2 {
  margin: 50px 0;
  color: var(--sub_color);
}

.case_textbox {
  padding-top: 100px;
  padding-left: 130px;
  width: 50%;
  min-height: 540px;
  z-index: 3;
}

.group .case_textbox {
  margin: 0 0 0 auto;
}

.case p {
  margin-bottom: 40px;
  color: var(--sub_color);
}

.case .btn {
  width: 372px;
}

/* =========== 車両一覧 =========== */

.car_list_recommendation .h2_style2:first-child {
  margin-top: 50px;
}

.recommendation {
  margin-top: 20px;
  justify-content: flex-end;
  /*max-height: 450px;*/
  align-items: stretch;
}

.recommendation:nth-child(odd) {
  flex-direction: row-reverse;
  justify-content: left;
}

.recommendation_image {
  position: relative;
  width: 64vw;
  height: auto;
}

.recommendation_image img {
  object-fit: cover;
  object-position: 0 50%;
  height: 100%;
  width: 100%;
}

.recommendation_image .line_box {
  width: 50%;
  max-width: 360px;
  background-color: rgba(255, 255, 255, 0.75);
  position: absolute;
  top: 20px;
  right: 20px;
  margin: 0;
  height: calc(100% - 40px);
}

.recommendation:nth-child(odd) .recommendation_image .line_box {
  left: 20px;
}

.recommendation_image .line_box_inner {
  height: 100%;
}

.recommendation_text_title,
.recommendation_text {
  padding: 0 20px;
}

p.recommendation_text_title {
  font-size: var(--font_l);
  font-weight: bold;
}

.recommendation:nth-child(even) .recommendation_image {
  margin-left: calc(50% - 50vw);
  margin-right: 2%;
  background-size: cover;
  background-position: center;
}

.recommendation:nth-child(odd) .recommendation_image {
  margin-right: calc(50% - 50vw);
  margin-left: 2%;
  background-size: cover;
  background-position: center;
}

.recommendation_car {
  background-color: var(--sub_color);
  border-radius: 10px;
  padding: var(--font_m);
  box-shadow: 1px 1px 3px rgb(0 0 0 / 5%);
  width: calc(33.3% - 20px);
  margin-right: 20px;
  margin-bottom: 20px;
}

.car_list_recommendation .recommendation_car {
  margin-right: 0;
}

.recommendation_car .maker_name {
  border: none;
  margin: 0 0 5px;
  padding: 0;
  height: auto;
}

.recommendation_car .car_name {
  margin: 0 0 10px;
  font-size: var(--font_l);
  font-weight: bold;
}

.recommendation_imagearea {
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0;
}

.recommendation_imagearea img {
  height: max-content;
  max-height: 200px;
  width: 81%;
  object-fit: cover;
  object-fit: contain;
  object-position: center;
}

.recommendation_imagearea > img {
  height: 200px;
  /* width: 250px; */
}

.recommendation_icon {
  width: 15%;
  margin-left: 4%;
  display: inline-block;
}

.recommendation_imagearea .car_type,
.recommendation_imagearea .car_genre {
  width: 52px;
  margin: 0 0 10px;
}

.recommendation_icon p img {
  max-width: 18px;
}

.recommendation_icon p {
  margin: 0 0 10px;
  white-space: nowrap;
  display: flex;
  align-items: center;
}

.kake {
  font-size: var(--font_s);
  margin: 0 2px;
}

.icon_num {
  font-weight: bold;
  font-size: var(--font_l);
}

.recommendation_car .option_icon {
  width: auto;
  margin-top: 12px;
}

.recommendation_car hr.border {
  border-color: var(--main_color) !important;
  width: 100%;
  margin: 12px 0;
}

section.search {
  background-color: var(--bk_blue);
  color: var(--sub_color);
  margin: 0;
  padding: 100px 0;
  /* display: none; */
}

.search_box {
  margin-top: 20px;
}

.select_box {
  color: var(--main_color);
  border-color: var(--main_color);
  padding: 0 10px;
  /*width: 330px;*/
}

.select_box slot {
  /* padding-right: 40px; */
}

.search_box p {
  margin: 0 10px 5px 0;
  min-width: 100px;
}

.car_index_area {
  flex-wrap: wrap;
  justify-content: left;
  align-items: stretch;
}

/* =========== ページネーション =========== */

.pagination {
  margin: 40px 0 0 0;
  display: flex;
  justify-content: center;
  font-size: var(--font_m);
}

.pagination .page-numbers {
  display: inline-block;
  padding: 20px 15px;
  color: #333;
  border-radius: 3px;
  background: var(--sub_color);
  border: 1px solid var(--main_color);
}

.pagination .current {
  padding: 20px 15px;
  background: var(--main_color);
  color: var(--sub_color);
}

.pagination .prev,
.pagination .next {
  box-shadow: none;
  color: var(--main_color);
}

.pagination .dots {
  box-shadow: none;
}

/* =========== 車両詳細 =========== */

/* 車両タイトル */

.single-vehicle_list .header {
  background-image: url(../image/header_backimage2.jpg);
  background-position-y: 50%;
}

.car_title {
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  height: 80px;
  width: 100%;
  background-color: var(--sub_color);
  border-radius: 10px;
  margin-top: 100px;
}

.maker_name {
  height: 40px;
  border: 1px solid var(--main_color);
  color: var(--main_color);
  margin-left: 20px;
  padding: 6px 16px;
  font-size: var(--fontl);
  font-weight: bold;
  word-break: keep-all;
  margin-right: 30px;
  text-transform: uppercase;
}

.car_title h2 {
  color: var(--main_color);
  font-size: var(--font_ll);
}

.car_name {
  margin-right: 0.3em;
}

.grade {
  margin-left: 0;
}

.car_icon {
  margin-right: 20px;
  white-space: nowrap;
}

.car_type {
  margin-right: 5px;
}

.car_genre {
  margin-left: 5px;
}

.car360 {
  max-width: 70%;
  margin: 30px auto 0;
}

/* 車両スペック・オプション */

section.car_spec {
  background-color: var(--bk_blue);
  margin: 0;
  padding: 100px 0;
}

.line_box {
  background-color: var(--sub_color);
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 100px;
}

.line_box_inner {
  border: 1px solid var(--main_color);
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  padding: 30px 0;
}

.line_box .wrapper {
  max-width: 774px;
}

.box_text {
  text-align: center;
  width: 100%;
}

.box_text p {
  text-align: start;
  margin-top: 0;
}

.spec {
  margin-bottom: 30px;
}

.spec_l,
.spec_r {
  flex-basis: 50%;
}

.spec dt,
.spec dd {
  display: inline-block;
  font-size: var(--font_s);
  /* width: 45%; */
}

.spec dt {
  margin-right: 5%;
  text-align: end;
  vertical-align: top;
  width: 30%;
  white-space: nowrap;
}

.spec dd {
  width: 60%;
  vertical-align: top;
}

.option {
  margin-bottom: 30px;
}

.option_icon {
  margin: 0 auto;
  width: max-content;
}

.option_icon li {
  margin-right: var(--font_m);
}

.option_icon li:last-child {
  margin-right: 0;
}

.recommend {
  width: 100%;
  flex-wrap: wrap;
  /* justify-content: space-between; */
}

.recommend_card {
  flex-basis: 32%;
  background-color: var(--sub_color);
  border-radius: 10px;
  margin-bottom: 2%;
  margin-right: 2%;
}

.recommend_card:nth-child(3n) {
  margin-right: 0;
}

.recommend_card_inner {
  padding: 20px;
}

.recommend_card_inner p {
  margin-top: 0px;
}

/* ----------------ご利用ガイド----------------　*/

main.guide {
  color: var(--main_color);
}

section.guide_btn {
  margin-top: 100px;
}

.guide_btn .btn {
  margin-bottom: 20px;
  width: 32%;
}

#guide01 article {
  margin-top: 20px;
  margin-bottom: 50px;
}

.guide h4,
.guide h3,
.page_company h4,
.page_company h3 {
  font-size: var(--font_m);
  color: var(--main_color);
  font-weight: bold;
}

.guide h3 {
  margin-top: 50px;
  margin-bottom: 16px;
}

.guide .quick_checkin h3 {
  margin-top: 0;
}

.step_title {
  margin-top: 0px;
  margin-bottom: 50px;
}

.guide h4 {
  margin-top: 40px;
  margin-bottom: 20px;
}

.guide .bg-collapse h2,
.guide .bg-collapse h3 {
  color: var(--sub_color);
}

.step_title > p {
  margin-left: 18px;
}

.step_title_up {
  font-size: 20px;
  font-weight: bold;
  display: block;
  margin-top: 15px;
}

.step_title_down {
  font-size: var(--font_m);
  display: block;
}

.guide section:not(:first-child) .btn {
  max-width: 250px;
  margin-top: 40px;
  display: block;
}

#guide01 article:nth-child(2) .btn,
#guide04 .btn {
  margin-right: 1%;
  margin-left: 1%;
}

#guide01 .left,
#guide01 .right {
  flex-basis: 48%;
}

#guide01 figcaption {
  text-align: center;
  font-size: 14px;
  margin-top: 10px;
}

.step_title img {
  max-height: 53px;
  margin-top: 15px;
}

li.circle_arrow_r {
  text-indent: -24px;
  padding-left: 24px;
  margin: 10px 0;
}

li.circle_arrow_r:before {
  content: url(../image/i_circle_arrow_r.svg);
  width: 16px;
  height: 16px;
  margin-right: 8px;
}

section#guide03 {
  margin-bottom: 0;
}

#guide03 ul.list-inline {
  margin-top: 30px;
}

#guide03 ul.list-inline li {
  max-width: 13%;
}

section.hr {
  margin: 0;
}

.guide .btn p {
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 1.5;
}

.guide .btn a i,
.fa-download:before {
  margin-right: 0.5em;
}

h2 + p,
h3 + p {
  margin-top: 30px;
}

.table {
  width: 80%;
  max-width: 80%;
  margin-top: 30px;
  text-align: left;
  background: var(--sub_color);
  border-collapse: collapse;
}

.table-bordered {
  border-color: var(--main_color);
  border: 1px solid var(--main_color);
}

.table-bordered th,
.table-bordered td {
  border-color: var(--main_color);
  color: var(--main_color);
}

.table th {
  padding: 13px 24px;
  border-top: 0;
  font-size: 16px;
  font-weight: 300;
}

.table th,
.table td {
  vertical-align: middle;
}

.guide .table th,
.guide .table td {
  width: 50%;
  text-align: center;
}

.childsheet_inner {
  width: 48%;
  margin: 30px 1%;
  padding: 0 30px 30px;
  box-shadow: 1px 1px 3px rgb(0 0 0 / 5%);
  background-color: var(--sub_color);
}

.guide #guide06 h3 {
  font-size: 20px;
}

#guide06 dt {
  font-weight: bold;
  margin-bottom: 20px;
}

#guide06 dd {
  line-height: 1.5;
  margin-bottom: 30px;
}

.call {
  background: var(--main_color);
  border-radius: 10px;
  color: var(--sub_color);
  max-width: 775px;
  padding: 0;
}

.call a {
  color: var(--sub_color);
  text-align: center;
  padding: 30px;
  display: block;
}

.call h3 {
  /* font-size: 2.75vw; */
  font-size: 45px;
  color: var(--sub_color);
  margin: 0;
}

.telnumber {
  /* font-size: 4.5vw; */
  font-size: 60px;
  margin: 0;
}

.call p + p {
  /* font-size: 2.5vw; */
  font-size: 30px;
}

.hr img {
  width: 100%;
}

/* ----------------よくある質問------------ */

/*
* Card corporate
*/

.card-corporate {
  border: 1px solid var(--main_color);
  background-color: var(--sub_color);
  margin-bottom: 30px;
  text-align: left;
}

.card-corporate:last-child {
  border-bottom: 1px solid var(--main_color);
}

.card-corporate .card-collapse {
  background: var(--sub_color);
}

.card-corporate .card-title a {
  position: relative;
  z-index: 1;
  padding: 30px 40px 30px 88px;
  font-size: 17px;
  line-height: 1.5;
  letter-spacing: 0;
  color: var(--main_color);
  transition: 1.3s all ease;
}

.card-corporate .card-title a[aria-expanded="true"],
.card-corporate .card-title a:hover {
  color: var(--main_color);
}

.card-corporate .card-title a .card-arrow {
  transition: 0.33s;
  position: absolute;
  top: calc(50% - 22px);
}

.card-corporate .card-title a.collapsed {
  color: var(--main_color);
  border-bottom-width: 0;
}

.card-corporate .card-title a.collapsed .card-arrow::before {
  opacity: 1;
  transform: rotate(0deg);
}

.card-corporate .card-title a.collapsed .card-arrow::after {
  opacity: 1;
  transform: rotate(90deg);
}

.card-corporate .card-arrow {
  position: relative;
  cursor: pointer;
  font-size: 1rem;
  font-weight: normal;
  padding: 3% 3% 3% 50px;
  transition: all 0.5s ease;
}

.card-corporate .card-arrow::before,
.card-corporate .card-arrow::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  background-color: var(--main_color);
}

.card-corporate .card-arrow::before {
  /* content: '\f505'; */
  opacity: 1;
  top: 48%;
  left: 15px;
  transform: rotate(45deg);
}

.card-corporate .card-arrow::after {
  /* content: '\f466'; */
  opacity: 1;
  top: 48%;
  left: 15px;
  transform: rotate(-45deg);
}

.card-corporate .card-collapse {
  position: relative;
  z-index: 1;
  color: #74757f;
}

.card-corporate .card-body {
  padding: 2px 44px 25px 70px;
}

@media (max-width: 767.98px) {
  .card-corporate .card-arrow {
    left: 0;
  }

  .card-corporate .card-title a,
  .card-corporate .card-body {
    padding-left: 50px;
  }
}

@media (min-width: 768px) {
  .card-corporate .card-title a {
    font-size: 20px;
    line-height: 1.4;
  }

  .card-corporate .card-arrow {
    top: 18px;
  }
}

.card-body p {
  padding: 30px 15px;
  background-color: #f2f2f2;
}

/*========== */

.footer_access {
  background-color: #f2f2f2;
  margin-bottom: 0;
  padding-top: 100px;
}

.footer_access_flex {
  justify-content: space-between;
  padding-bottom: 18px;
}

.footer_access_l,
.footer_access_r {
  flex-basis: calc(50% - 30px);
  border-left: 4px solid var(--sub_color);
  padding-left: 30px;
  margin-left: 30px;
}

.footer_access_flex dt,
.footer_access_flex dd {
  display: inline-block;
  font-size: var(--font_s);
  margin-bottom: 35px;
}

.footer_access_flex dd {
  width: 70%;
  color: #000;
  vertical-align: top;
}

.footer_access_flex dt {
  width: 25%;
  vertical-align: top;
}

iframe.g_map {
  width: 100%;
  height: 360px;
  margin-bottom: -5px;
}
.footer_access_flex-item {
  width: 33%;
}

/* =========== NEWS archive =========== */

/*ページネーション*/

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

.pager .pagination li {
  display: inline;
  margin: 0 2px;
  padding: 0;
  display: inline-block;
  background: #9d50bb;
  width: 50px;
  height: 50px;
  text-align: center;
  position: relative;
  border-radius: 10px;
}

.pager .pagination li a {
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: table;
  color: var(--sub_color);
  text-decoration: none;
}

.pager .pagination li a span {
  display: table-cell;
  vertical-align: middle;
}

.pager .pagination li a:hover,
.pager .pagination li a.active {
  color: #000;
  background: #ccf;
  border-radius: 10px;
}

@media only screen and (max-width: 767px) {
  .swiper {
    margin-top: 50px;
    padding-bottom: 0px !important;
  }
  .information .d-flex {
    padding: 0;
  }
  .pager .pagination li {
    display: none;
  }

  .pager .pagination li.pre,
  .pager .pagination li.next {
    display: inline-block;
    width: 40%;
    height: 50px;
    text-align: center;
  }

  .pager .pagination li.pre a,
  .pager .pagination li.next a {
    width: 100%;
    text-align: center;
  }

  .pager .pagination li.pre span::after {
    content: "　前の10件へ";
  }

  .pager .pagination li.next span::before {
    content: "次の10件へ　";
  }
}

/* =========== NEWS single =========== */

.information .post_title {
  color: #393939;
}

.single_pager a {
  /* width: 180px; */
  height: 50px;
  color: var(--sub_color);
  background: var(--main_color);
  border-radius: 10px;
  opacity: 1;
  padding: 13px 70px;
  display: inline-block;
  position: relative;
}

.single_pager a[rel="prev"] {
  padding-left: 50px;
  margin-left: 0;
  margin-right: auto;
}

.single_pager a[rel="next"] {
  padding-right: 50px;
  margin-right: 0;
  margin-left: auto;
}

.single_pager a[rel="prev"]:after,
.single_pager a[rel="prev"]:before,
.single_pager a[rel="next"]:after,
.single_pager a[rel="next"]:before {
  position: absolute;
  top: calc(50% - 10px);
}

.single_pager a[rel="prev"]:after,
.single_pager a[rel="prev"]:before {
  content: url(../image/angle-left-solid.svg);
}

.single_pager a[rel="prev"]:after {
  left: 25px;
}

.single_pager a[rel="prev"]:before {
  left: 13px;
}

.single_pager a[rel="next"]:after,
.single_pager a[rel="next"]:before {
  content: url(../image/angle-right-solid.svg);
}

.single_pager a[rel="next"]:after {
  right: 25px;
}

.single_pager a[rel="next"]:before {
  right: 13px;
}

/* =========== フッター =========== */

a.ui-to-top {
  color: rgba(0, 0, 0, 0);
  position: fixed;
  bottom: 0;
  right: calc(50% - 570px);
  z-index: 100;
  width: 60px;
  height: 65px;
  border-radius: 6px;
  background: url(../image/to_top2025.svg);
  background-position: 50% 50%;
  background-color: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  transition: transform 0.45s ease-in-out,
    background 0.3s cubic-bezier(0.2, 1, 0.3, 1);
  transform: translate3d(0, 100px, 0);
}

.ui-to-top.active {
  transform: translate3d(0, 0, 0);
}

footer {
  background-color: var(--main_color);
  position: relative;
}

footer .container {
  display: flex;
  /* position: relative; */
}

.footer_row {
  display: flex;
  padding-top: 50px;
  width: 74%;
  flex-wrap: wrap;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}

.footer_main {
  justify-content: space-around;
  width: 100%;
  margin-bottom: 75px;
  padding-bottom: 50px;
}

.footer_main img {
  max-width: 187px;
}

.footer_center {
  color: var(--sub_color);
  font-size: var(--font_s);
  padding: 0 1%;
}
.footer_center img {
  margin: 10px 0;
}

.footer_copylight {
  /* width: 66.4%; */
  width: 100vw;
  height: 67px;
  /* margin-left: -50vw; */
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  right: 0;
  bottom: 0;
}

.footer_copylight small {
  height: inherit;
  position: absolute;
  /* left: 15px;
    left: 50%; */
  right: calc(37.5% - 108px);
  display: flex;
  align-items: center;
}

.footer_nav {
  padding-top: 50px;
  padding-left: 50px;
  width: 25%;
}

#menu-footermenu li {
  margin-bottom: 10px;
}

.footer_nav a {
  color: var(--sub_color);
  display: flex;
  align-items: center;
}

.footer_nav a:before {
  content: " ";
  display: inline-block;
  border-top: solid 2px var(--sub_color);
  border-right: solid 2px var(--sub_color);
  margin-right: 10px;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
}

/* =========== 補足・追加 =========== */

header a:link.link-default,
.under a:link.link-default {
  color: #74757f;
}

.reasons {
  background: #fbf6ee;
  padding: 0;
}

.reasons::after {
  content: none;
}

.yoyaku_box {
  background-color: var(--sub_color);
}

.search_box input[type="checkbox"] {
  display: none;
}

.search_box input[type="checkbox"] ~ .toggle_icon {
  width: 70px;
  border-radius: 5px;
  background-color: var(--sub_color);
}

.select_box + span {
  margin-left: var(--font_m);
}

input[type="checkbox"]:checked ~ .toggle_icon {
  background-color: var(--bk_blue);
}

section.breadcrumbs-custom.bg-image.context-dark {
  margin: 0;
}

/* =========== 店舗情報 =========== */

.page_company .line_box {
  margin-top: 50px;
}

.page_company h3 {
  font-size: var(--font_l);
  margin-bottom: 30px;
}

.page_company .line_box_inner {
  padding-left: 100px;
  padding-right: 100px;
}

.page_company dt {
  font-weight: bold;
  margin-bottom: 10px;
}

.page_company dd {
  margin-bottom: 20px;
}

.page_company .line_box iframe {
  width: 100%;
  max-width: 500px;
  height: auto;
}

.shop_image {
  height: auto;
  align-items: flex-start;
}

.shop_image img {
  flex-basis: 32%;
  max-width: 32%;
  margin-bottom: 2%;
}

.shop_image img:nth-child(3n + 1),
.shop_image img:nth-child(3n + 2) {
  margin-right: 2%;
}

.goodspeed_group figure {
  flex-basis: 49%;
  margin-right: 1%;
}

.goodspeed_group figure,
.character img {
  max-width: 480px;
  display: block;
}

.character p img {
  max-width: 200px;
}

.goodspeed_group figcaption {
  text-align: center;
  margin-top: 20px;
}

/* =========== プライバシーポリシー =========== */

/*
*
* Lists
*/

.list > li + li {
  margin-top: 10px;
}

.list-xs > li + li {
  margin-top: 8px;
}

.list-sm > li + li {
  margin-top: 15px;
}

.list-md > li + li {
  margin-top: 18px;
}

.list-lg > li + li {
  margin-top: 25px;
}

.list-xl li + li {
  margin-top: 30px;
}

@media (min-width: 1200px) {
  .list-xl * + p {
    margin-top: 18px;
  }
}

@media (min-width: 1600px) {
  .list-xl * + p {
    margin-top: 24px;
  }
}

@media (min-width: 768px) {
  .list-xl > li + li {
    margin-top: 60px;
  }
}

@media (min-width: 1600px) {
  .list-xl > li + li {
    margin-top: 78px;
  }
}

.list-inline > li {
  display: inline-block;
}

html .list-inline-md {
  transform: translate3d(0, -8px, 0);
  margin-bottom: -8px;
  margin-left: -10px;
  margin-right: -10px;
}

html .list-inline-md > * {
  margin-top: 8px;
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 992px) {
  html .list-inline-md {
    margin-left: -14px;
    margin-right: -14px;
  }

  html .list-inline-md > * {
    padding-left: 14px;
    padding-right: 14px;
  }
}

.list-terms dt {
  font-size: 20px;
  font-weight: 700;
}

.list-terms dt + dd {
  margin-top: 10px;
  color: var(--main_color);
}

.list-terms dd + dt {
  margin-top: 25px;
}

* + .list-terms {
  margin-top: 25px;
}

.list-terms + .privacy-link {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .list-terms dt {
    font-size: 24px;
  }

  .list-terms dd + dt {
    margin-top: 40px;
  }
}

@media (min-width: 992px) {
  .list-terms dd + dt {
    margin-top: 55px;
  }
}

@media (min-width: 1200px) {
  .list-terms dt {
    max-width: 85%;
  }
}

@media (min-width: 1600px) {
  .list-terms dd + dt {
    margin-top: 75px;
  }

  .list-terms + .privacy-link {
    margin-top: 75px;
  }
}

.index-list {
  counter-reset: li;
}

.index-list > li .list-index-counter:before {
  content: counter(li, decimal-leading-zero);
  counter-increment: li;
}

.list-marked {
  text-align: left;
}

.list-marked > li {
  text-indent: -25px;
  padding-left: 25px;
}

.list-marked > li::before {
  position: relative;
  top: 1px;
  display: inline-block;
  text-indent: 0;
  min-width: 25px;
  content: "\f14f";
  font: 400 14px "Material Design Icons";
  line-height: inherit;
  color: #aeb1be;
}

.list-marked > li + li {
  margin-top: 9px;
}

* + .list-marked {
  margin-top: 15px;
}

.list-ordered {
  counter-reset: li;
  text-align: left;
  margin-left: 80px;
  margin-top: 10px;
}

.list-ordered > li {
  position: relative;
  padding-left: 15px;
}

.list-ordered > li:before {
  content: counter(li, decimal) ".";
  counter-increment: li;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 15px;
}

.list-ordered > li + li {
  margin-top: 9px;
}

* + .list-ordered {
  margin-top: 15px;
}

.list-nav {
  transform: translate3d(0, -10px, 0);
  margin-bottom: -10px;
  margin-left: -10px;
  margin-right: -10px;
  font-weight: 400;
  font-size: 0.875em;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #122e44;
}

.list-nav > * {
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.list-nav li {
  display: inline-block;
  vertical-align: middle;
}

.list-nav a {
  color: inherit;
}

.list-nav a:hover {
  color: var(--ac_color);
}

@media (min-width: 768px) {
  .list-nav {
    margin-left: -13px;
    margin-right: -13px;
  }

  .list-nav > * {
    padding-left: 13px;
    padding-right: 13px;
  }
}

@media (min-width: 992px) {
  .list-nav {
    margin-left: -28px;
    margin-right: -28px;
  }

  .list-nav > * {
    padding-left: 28px;
    padding-right: 28px;
  }
}

.context-dark .list-nav,
.bg-gray-700 .list-nav,
.bg-gray-800 .list-nav,
.bg-primary .list-nav,
.bg-primary-darker .list-nav {
  color: var(--sub_color);
}

.context-dark .list-nav a:hover,
.bg-gray-700 .list-nav a:hover,
.bg-gray-800 .list-nav a:hover,
.bg-primary .list-nav a:hover,
.bg-primary-darker .list-nav a:hover {
  color: #aeb1be;
}

.list-inline-bordered {
  margin-left: -18px;
  margin-right: -18px;
  color: #122e44;
}

.list-inline-bordered > * {
  padding-left: 18px;
  padding-right: 18px;
}

.list-inline-bordered * {
  color: inherit;
}

.list-inline-bordered > li > button {
  background: none;
  border: none;
  display: inline-block;
  padding: 0;
  outline: none;
  outline-offset: 0;
  cursor: pointer;
  -webkit-appearance: none;
  transition: 0.22s;
}

.list-inline-bordered > li > button::-moz-focus-inner {
  border: none;
  padding: 0;
}

.list-inline-bordered > li {
  display: inline-block;
  line-height: 24px;
}

.list-inline-bordered > li:not(:last-child) {
  border-right: 1px solid #74757f;
}

.context-dark .list-inline-bordered,
.bg-gray-700 .list-inline-bordered,
.bg-gray-800 .list-inline-bordered,
.bg-primary .list-inline-bordered,
.bg-primary-darker .list-inline-bordered {
  color: var(--sub_color);
}

.context-dark .list-inline-bordered button.active,
.bg-gray-700 .list-inline-bordered button.active,
.bg-gray-800 .list-inline-bordered button.active,
.bg-primary .list-inline-bordered button.active,
.bg-primary-darker .list-inline-bordered button.active,
.context-dark .list-inline-bordered button:hover,
.bg-gray-700 .list-inline-bordered button:hover,
.bg-gray-800 .list-inline-bordered button:hover,
.bg-primary .list-inline-bordered button:hover,
.bg-primary-darker .list-inline-bordered button:hover {
  color: #aeb1be;
}

.list-inline-comma > li {
  display: inline-block;
  color: var(--ac_color);
}

.list-inline-comma > li:not(:last-child)::after {
  content: "\002C";
}

.list-inline-comma a {
  color: inherit;
}

.list-inline-comma a:hover {
  color: #783c00;
}

.list-inline-comma-default > li {
  color: #74757f;
}

.list-inline-comma-default a:hover {
  color: var(--ac_color);
}

.cheki-single .information .post_title {
  color: var(--main_color);
  font-weight: bold;
  font-size: 30px;
}
section.information {
  margin-bottom: 0;
}
.home .recommendation_top {
  margin-top: 0;
}

.desc-header img.gs_logo {
  max-width: 184px;
  width: 100%;
  height: 118px;
}
/* ====================== レスポンシブ ====================== */

@media screen and (max-width: 1450px) {
  .information.cheki .swiper-slide img {
    width: 100%;
    height: 86%;
  }
}

@media screen and (max-width: 1200px) {
  #main_visial img {
    width: 100%;
  }

  .case_bc {
    width: 100%;
  }

  .header {
    width: 100%;
  }
}

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

.guide .btns {
    display: flex;
    flex-direction: column;
    gap: 2em;
}
.guide .btns .btn {
    flex-direction: column;
    gap: .5em;
}
.guide .btns .btn p {
    width: unset;
    margin-top: 0;
    margin-bottom: 0;
}
.guide .btns .btn span{
    display:none;
}

  .cheki-single .information .post_title {
    font-size: 20px;
  }

  .line_reserve dd img {
    width: 50px;
  }

  .swiper-slide {
    min-width: auto;
  }
  /* =========== 共通 =========== */
  .page {
    min-width: 350px;
    max-width: 100vw;
  }

  .col-10,
  .col-8,
  .col-6 {
    flex-basis: 100%;
    max-width: 100%;
    padding: 0;
  }

  section {
    margin: 0;
  }

  .header_title {
    align-items: center;
    height: max-content;
    padding: 25px 0;
  }

  .h1_style01 {
    font-size: var(--font_l);
  }

  .h1_subtitle {
    font-size: var(--font_m);
    margin: 0;
  }
  .footer_access_flex-item {
    width: 100%;
    margin: 5px 0;
    border-top: 4px solid #fff;
    padding-top: 20px;
  }

  .h2_style1 {
    font-size: var(--font_m);
  }

  .h2_style2 {
    font-size: var(--font_l);
    margin-top: 20px;
  }

  .h3_style1 {
    font-size: var(--font_m);
    line-height: 1.75;
  }

  .h3_style2 {
    display: inline-flex;
    align-items: center;
    margin-bottom: 0.5em;
  }

  .breadcrumb {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .col2 {
    flex-basis: 100%;
  }

  .col2.flex {
    flex-wrap: wrap;
  }

  /* =========== ヘッダー =========== */
  /*=====ハンバーガー MENUがCLOSEに　======*/
  .desc-header {
    display: none;
  }

  .sp_menu {
    display: block;
  }

  .sp_header a {
    /* width: 40%; */
    margin: 2%;
  }

  .sp_header > img {
    width: 20%;
    margin: 0 2%;
  }

  .sp_header a img {
    /* position: absolute; */
    max-height: 54px;
  }

  .openbtn {
    position: relative;
    background: var(--main_color);
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 5px;
  }

  .openbtn span {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    left: 14px;
    height: 2px;
    border-radius: 5px;
    background: var(--sub_color);
    width: 45%;
  }

  .openbtn span:nth-of-type(1) {
    top: 13px;
  }

  .openbtn span:nth-of-type(2) {
    top: 19px;
  }

  .openbtn span:nth-of-type(3) {
    top: 25px;
  }

  .openbtn span:nth-of-type(3)::after {
    content: "Menu";
    position: absolute;
    top: 5px;
    /* left: -4px; */
    color: var(--sub_color);
    font-size: 0.6rem;
    text-transform: uppercase;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }

  .openbtn.active span:nth-of-type(1) {
    top: 14px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
  }

  .openbtn.active span:nth-of-type(2) {
    opacity: 0;
  }

  .openbtn.active span:nth-of-type(3) {
    top: 26px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
  }

  .openbtn.active span:nth-of-type(3)::after {
    content: "Close";
    transform: translateY(0) rotate(-45deg);
    top: 5px;
    left: 4px;
  }

  /*=====ハンバーガー MENUここまで　======*/
  .section.page-header {
    position: fixed;
    z-index: 15;
    background-color: var(--sub_color);
    height: 79px;
  }

  .sp_menu_inner {
    width: 100%;
    margin: 0;
    padding: 30px;
    position: absolute;
    top: 67px;
    right: 0;
    z-index: 15;
    transform: translateX(100vw);
    transition: all 0.5s;
    background-color: var(--sub_color);
    height: 100vh;
  }

  .sp_menu_inner.active {
    transform: translateX(0);
  }

  .sp_menu_nav {
    margin-bottom: 10%;
  }

  #menu-sp_menu li {
    text-align: center;
    border-bottom: 1px solid var(--main_color);
  }

  #menu-sp_menu li:first-child {
    border-top: 1px solid var(--main_color);
  }

  #menu-sp_menu li a {
    display: block;
    padding: 3% 0;
  }

  .tel_num {
    font-size: var(--font_l);
  }

  .header {
    padding-top: 57px;
    height: 33vh;
    margin-top: var(--spheader_height);
  }

  /* =========== 車両詳細 =========== */
  .car_list_recommendation .h2_style2:first-child {
    margin-top: 50px;
  }

  section.car_spec {
    padding: 50px 0;
  }

  .car_title {
    flex-wrap: wrap;
    height: auto;
    margin-top: 50px;
    padding: 10px;
  }

  .maker_name {
    margin: 0 0 10px;
  }

  .car_title h2 {
    font-size: var(--font_l);
    margin: 0 0 10px;
  }

  .line_box {
    margin-bottom: 50px;
  }

  .line_box_inner {
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
  }

  .line_box .wrapper {
    max-width: -webkit-fill-available;
    width: inherit;
    margin: 0 20px;
  }

  .spec dt,
  .spec dd {
    width: 100%;
    text-align: left;
  }

  .spec dt {
    font-weight: bold;
  }

  .spec dd {
    margin-bottom: 20px;
  }

  .spec > div {
    flex-direction: column;
  }

  .option_icon {
    width: auto;
  }

  .recommend_card {
    flex-basis: 100%;
    margin: 0 0 20px;
  }

  section.under.text-center {
    margin: 100px auto;
  }

  /* =========== フッター =========== */
  section.footer_access {
    margin: 0;
  }

  .footer_access_flex {
    flex-direction: column;
  }

  .footer_access_l,
  .footer_access_r {
    margin-left: 0;
    border-left: none;
  }

  .footer_row {
    width: 100%;
    border: none;
  }

  .footer_main {
    flex-direction: column;
    align-items: center;
    padding-bottom: calc(var(--footer_btnheight) + 35px);
  }

  .footer_main img {
    max-width: max-content;
    width: 100%;
  }

  .footer_center {
    margin-top: 10%;
  }

  .footer_copylight {
    margin: 0 calc(50% - 50vw);
    bottom: var(--footer_btnheight);
  }

  .footer_copylight small {
    display: flex;
    justify-content: center;
    width: 100%;
    left: 0;
  }

  .footer_nav {
    display: none;
  }

  footer .header_button {
    /* display: none; */
    position: fixed;
    bottom: 0;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    z-index: 10;
  }

  .web_reserve {
    width: 33.3%;
  }

  .tel_reserve {
    width: 33.3%;
  }
  .line_reserve {
    width: 33.3%;
  }

  .reserve_title {
    height: auto;
    padding: 5px 0;
    font-size: 13px;
    border-bottom: 1px solid #0000001a;
    margin-top: 0;
  }

  .header_button dd {
    padding: 10px 7px 7px;
  }

  /* =========== TOP =========== */
  .home section {
    margin-bottom: 50px;
    margin-top: 0;
  }

  .home section.footer_access {
    margin-bottom: 0;
  }

  #main_visial {
    min-height: 340px;
  }

  #main_visial img {
    min-width: 340px;
    object-fit: cover;
  }

  #main_visial .slide_item {
    height: 340px;
  }

  /* #slide_wrapp {
        padding-top: 140px;
    } */
  #slide_wrapp {
    padding-top: 0;
    margin: 0;
  }

  .catch01::before,
  .catch02::before,
  .catch03::before {
    top: 50%;
    zoom: 60%;
  }

  img.cha {
    /* top: 248px; */
    right: 2%;
    bottom: -3%;
    display: none;
    max-height: 130px;
  }

  .banner {
    padding: 3%;
    position: inherit;
    margin-top: 130px;
    bottom: 0;
    width: 100%;
    height: 0;
    left: auto;
    transform: none;
    position: relative;
  }
  .banner.slick-initialized {
    display: inline-block;
  }

  .banner .slick-track {
    overflow: auto;
    max-height: none;
  }

  .banner figure {
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .banner a {
    flex-basis: 100%;
    width: 100%;
    margin-bottom: 5%;
  }

  .banner a:last-child {
    margin: 0;
  }

  .banner a img {
    height: auto;
    min-width: auto;
  }

  .layout-contents {
    margin-top: 68px;
    padding-top: 0;
  }

  .information .top_h2 {
    margin-bottom: 20px;
  }

  .information .btn > a {
    white-space: normal;
    word-break: break-all;
    /* padding: 15%; */
  }

  .information time {
    display: block;
  }

  .info_l {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
  }

  .info_r {
    max-width: 75%;
    margin-left: auto;
  }

  .recommendation_index .pagination {
    margin: 0;
  }

  .recommendation_top .recommendation_index > .btn {
    width: auto;
  }

  h2.point_h2 {
    font-size: var(--font_l);
  }

  .point_h4 {
    font-size: var(--font_m);
  }

  .point span.br:after {
    white-space: normal;
    content: "";
    display: inline;
  }

  span.br {
    display: inline;
  }

  .point {
    background-size: 102%;
  }

  .point br {
    display: none;
  }

  .point_h2 + p {
    margin-top: 35px;
  }

  .point_card {
    flex-basis: 100%;
    margin-top: 30px;
  }

  html .group {
    margin: 0;
  }

  .case_textbox {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .case .btn {
    width: 100%;
  }

  .luxury .case_bc_s {
    background-position-x: 25%;
  }

  .compact .case_bc_s {
    background-position-x: 30%;
  }

  /* =========== 車両一覧 =========== */
  section.car_list_recommendation {
    margin-top: 50px;
    height: -webkit-max-content;
    height: max-content;
  }

  .recommendation {
    flex-direction: column-reverse;
    height: max-content;
    max-height: max-content;
    margin-bottom: 50px;
  }

  .recommendation:nth-child(odd) {
    flex-direction: column-reverse;
  }

  .recommendation_image {
    margin: 0;
    width: 100%;
  }

  .recommendation:nth-child(even) .recommendation_image,
  .recommendation:nth-child(odd) .recommendation_image {
    margin: 0;
  }

  .recommendation_image img {
    height: auto;
  }

  .recommendation_imagearea > img {
    width: 100%;
    height: auto;
    max-height: none;
    margin: 0;
  }

  .recommendation_image .line_box {
    position: relative;
    top: 0;
    left: 0;
    width: 90%;
    height: auto;
    margin: 5%;
  }

  .recommendation:nth-child(odd) .recommendation_image .line_box {
    left: 0;
  }

  .recommendation_car {
    margin-bottom: 30px;
    margin-right: 0;
    width: 100%;
    max-height: max-content;
    display: flex;
    flex-direction: column;
    align-items: start;
  }

  .recommendation_car .car_name {
    text-align: left;
    white-space: break-spaces;
  }

  .recommendation_icon {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 15px 0 0;
  }

  .recommendation_icon p {
    width: 20%;
    display: inline-flex;
    align-items: center;
  }

  .option_icon li {
    margin-right: 2%;
  }

  section.search {
    padding: 50px 0;
  }

  .search_box {
    flex-wrap: wrap;
  }

  .search_box .col2 {
    margin-bottom: 20px;
  }

  .search_box p {
    min-width: auto;
    width: 100%;
    margin-right: 0;
  }

  .select_box {
    width: 100%;
  }

  .select_box + span {
    display: block;
    width: 100%;
    text-align: end;
  }

  .search_box img {
    margin-bottom: 5px;
  }

  .search_box input[type="checkbox"] ~ .toggle_icon {
    width: 73px;
  }

  .car_index_area {
    flex-wrap: wrap;
  }

  .ui-to-top {
    right: 40px;
    bottom: 40px;
  }

  /* =========== ご利用ガイド =========== */
  section.guide_btn {
    margin-top: 50px;
  }

  .guide .guide_btn .btn,
  .page_qa .guide_btn .btn {
    width: 100%;
  }

  .step_title {
    flex-direction: column;
    align-items: center;
  }

  .step_title > p {
    margin-left: 0;
    width: 100%;
  }

  #guide01 .left,
  #guide01 .right {
    flex-basis: 100%;
    width: 100%;
  }

  #guide01 .left {
    margin-bottom: 50px;
  }

  #guide01 .left > div {
    margin-top: 40px;
  }

  .step_title img {
    max-height: 100px;
    max-width: max-content;
    margin: 0 auto;
  }

  .step_title_up {
    margin-bottom: 15px;
    line-height: 1.5;
  }

  #guide02 h3 + p > .br:after {
    display: none;
  }

  .guide .step_title {
    margin-top: 0;
  }

  .guide .table th,
  .guide .table td {
    width: 100%;
  }

  .guide .table tr {
    display: flex;
    flex-wrap: wrap;
    border: 2px solid var(--main_color);
  }

  .childsheet_inner {
    width: 100%;
  }

  #guide03 ul.list-inline li {
    max-width: 32%;
    width: 45%;
  }

  .call h3 {
    font-size: var(--font_m);
  }

  .telnumber {
    font-size: var(--font_l);
  }

  .call p + p {
    font-size: var(--font_m);
    margin-top: 5px;
  }

  /* =========== お知らせ詳細 =========== */
  .single_pager.col-10 {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .next-article,
  .prev-article {
    width: 48%;
  }

  .single_pager a {
    padding: 5% 10%;
    width: auto;
    display: flex;
    align-items: center;
  }

  /* =========== プライバシーポリシー =========== */
  .list-ordered {
    margin: 0;
    font-size: small;
  }

  /* =========== 店舗情報 =========== */
  .page_company .line_box_inner {
    padding-left: 30px;
    padding-right: 30px;
  }

  .shop_image {
    margin-bottom: 50px;
  }

  .goodspeed_group figure,
  .character img {
    flex-basis: 100%;
  }

  .goodspeed_group figure {
    margin-right: 0;
    margin-bottom: 50px;
  }

  .character {
    margin-bottom: 100px;
  }

  .character p img {
    max-width: 40%;
  }

  .character img {
    max-width: 100%;
  }
}

/*　============ローディングアニメーション============ */

/* Loading背景画面設定　*/

#splash {
  /*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: var(--main_color);
  text-align: center;
  color: var(--sub_color);
}

/* Loading画像中央配置　*/

#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定　*/

#splash_logo img {
  width: 260px;
}

/* fadeUpをするアイコンの動き */

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.loaded {
  opacity: 0;
  visibility: hidden;
}

.js-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  visibility: visible;
  opacity: 1;
  /* background: var(--sub_color); */
  transition: opacity 0.8s, visibility 0.8s;
  z-index: 10000;

  .is-loaded & {
    visibility: hidden;
    opacity: 0;
  }
}

.js-loader-progress {
  position: fixed;
  top: 270px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 1px;
}

.is-loaded & {
  visibility: hidden;
  opacity: 0;
}

.js-loader-progress-bar {
  background: var(--sub_color);
  height: 100%;
  width: 0;
  transition: width 0.4s;
}

.js-loader-progress-number {
  text-align: center;
  font-size: 20px;
  width: 100%;
  margin-top: 10px;
}

#splash.is-active {
  display: none;
}

#splash_logo.is-active {
  opacity: 1;
  visibility: visible;
}

.n_dis {
  display: none;
}
.sp-none {
  display: flex;
}
.sp-flex {
  display: none;
}

/* 20240404お客様の声一覧追加 */
.cheki-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.cheki-list .cheki-item {
  width: 350px;
  margin: 10px 0;
}
.pager-voice {
  margin: 40px 0 0 0;
  display: flex;
  justify-content: center;
  font-size: var(--font_m);
}
.pager-voice .page-numbers {
  display: inline-block;
  padding: 20px 15px;
  color: #333;
  margin: 0 3px;
  line-height: 0;
  border-radius: 3px;
  background: var(--sub_color);
  border: 1px solid var(--main_color);
}
.pager-voice .page-numbers.current {
  padding: 20px 15px;
  background: var(--main_color);
  color: var(--sub_color);
}
.pager-voice .page-numbers.next,
.pager-voice .page-numbers.prev {
  box-shadow: none;
  color: var(--main_color);
}
.more_cheki {
  display: block;
  margin: 0 auto 50px auto;
  max-width: 300px;
  width: 100%;
}
.more_cheki a button {
  background-color: #fff;
  color: var(--main_color);
  padding: 30px;
  text-align: center;
  width: 100%;
  border-radius: 50px;
  letter-spacing: 0.06em;
  cursor: pointer;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  border: 1px solid #0068b2;
}
.more_cheki a button:hover {
  letter-spacing: 0.15em;
  background-color: #0068b2;
  color: #fff;
  border: 1px solid #fff;
}
.more_cheki a:hover {
  opacity: 1;
}
/* 20240529フッターボタン */
.header_button.footer_btn {
  align-items: center;
  width: 38%;
}
.header_button.footer_btn dd {
  padding: 0px 0px 14px;
}
.header_button.footer_btn .line_reserve dd img {
  width: 36px;
}
.header_button.footer_btn .web_reserve,
.header_button.footer_btn .tel_reserve,
.header_button.footer_btn .line_reserve {
  border: 2px solid #fff;
}
.header_button.footer_btn .reserve_title {
  font-size: 13px;
}

/* 20240718バイクとその他追加 */
.search_box label {
  margin-bottom: 5px;
}
.car_main .car_icon .car_genre {
  width: 51px;
}
.car_main .car_icon .car_type {
  width: 51px;
}
.instagram-sec a {
  margin: 0 10px;
}
.recommendation_top .recommendation_car {
  flex-basis: 100%;
}
.recommendation_index_slider .swiper-slide {
  height: auto !important;
}
.recommendation_index_slider .swiper-slide img {
  height: auto;
  width: auto;
}
.recommendation_index_slider .swiper-slide {
  color: var(--main_color);
}
.recommendation_index_slider .swiper-button-next:after,
.recommendation_index_slider .swiper-button-prev:after {
  display: none;
}
.instagram-sec img {
  width: 100px;
}
@media (min-width: 600px) and (max-width: 601px) {
  .recommendation_imagearea > img {
    /* height: 100%; */
    max-height: 370px;
  }
}

@media screen and (max-width: 768px) {
  .information.cheki {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  iframe.g_map {
    width: 100%;
    margin-bottom: 8%;
    margin-top: 1%;
    margin-left: 0;
  }
  .sp-shop-name {
    display: block;
    width: 40%;
  }
  .sp-shop-name img {
    width: 100%;
    margin: 2px 0;
  }
  .footer_access_flex dt,
  .footer_access_flex dd {
    margin-bottom: 8px;
  }
  .step_title_up.step_4 {
    margin-bottom: 0;
  }
  .guide h4.step4_guide {
    margin-top: 10px;
  }
  .sp-none {
    display: none;
  }
  .sp-flex {
    display: flex;
  }
  .header_button {
    width: 100%;
  }
  /* チェキ */
  .information.cheki .swiper-slide img {
    height: auto;
    width: 93%;
  }

  /* 20240404お客様の声一覧追加 */
  .cheki-list {
    margin-top: 5%;
    flex-wrap: wrap;
  }
  .cheki-list .cheki-item {
    margin: 10px 0;
    display: block;
    width: 30%;
    margin-left: 0;
  }
  .pager-voice {
    margin-bottom: 50px;
  }
  p.info_title {
    margin-top: 0;
    font-size: 13px;
  }
  .cheki-info-box {
    padding: 2%;
    box-sizing: border-box;
  }
  .more_cheki {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  /* 20240529フッターボタン */
  .header_button.footer_btn {
    width: 100%;
  }

  .header_button.footer_btn .web_reserve,
  .header_button.footer_btn .tel_reserve,
  .header_button.footer_btn .line_reserve {
    border: none;
  }
  .web_reserve,
  .tel_reserve,
  .line_reserve {
    width: 34%;
    border-radius: 0;
    margin: 0;
  }
  .footer_row .web_reserve,
  .footer_row .tel_reserve,
  .footer_row .line_reserve {
    border-radius: 0px;
  }
  .footer_row .web_reserve {
    border-radius: 10px 0px 0px 10px;
  }
  .footer_row .line_reserve {
    border-radius: 0 10px 10px 0;
  }
  .header_button.footer_btn .web_reserve dd {
    padding: 9px;
  }
  .header_button.footer_btn .line_reserve dd {
    padding: 8px;
  }
  .information.cheki {
    margin-bottom: 0;
  }
  .top_h2 {
    margin-bottom: 20px;
  }
  .point_card:nth-of-type(1) > img,
  .point_card:nth-of-type(2) > img {
    left: 0px;
  }
  .instagram-sec img {
    width: 50px;
  }
    .swiper-main .swiper-slide{
      height: auto!important;
    }
  .swiper-main .swiper-slide img {
    max-width: 90%;
    margin-top: 30px;
  }
  .header_button a {
    padding: 0;
  }
  .recommendation_top .recommendation_index .btn:last-child{
    display: block;
  }
}
