@charset "UTF-8";

/*カラー変数*/

/**/

/**/

/**/

/*薄いグレー*/

/*MOTAブラック*/

/*MOTAレッド-プライマリカラー*/

/*MOTAバックグラウンド*/

/*NEWCARマッチメインカラー*/

/*NEWCARマッチメインカラーマウスホバーインタラクション メインカラーベタからの変化*/

/*NEWCARマッチメインカラーマウスホバーインタラクション ゴーストボタンからの変化*/

/*NEWCARマッチゴーストボタン*/

/*NEWCARマッチホワイトボタンマウスホバー*/

/*フォント設定*/

html {
  font-size: 10px;
  color: #24272a;
}

body {
  min-width: 1050px;
}

* {
  box-sizing: border-box;
  font-family: "din-2014", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
}

.main {
  margin-top: 80px;
  padding-top: 0;
  width: 100%;
}

.main section {
  word-wrap: break-word;
  overflow-wrap: break-word;
  margin-top: 56px;
  /*
      h2 {
        line-height: 1.4;
        font-size: 22px;
        font-weight: bold;
        border-left: 6px solid $color-ncmmain;
        padding-left: 10px;

        @include max-screen($breakpoint-mobile) {
          font-size: 1.8rem;
          padding-left: 1rem;
        }
      }
  */
}

.main section:first-of-type {
  margin-top: 56px;
}

.sidebar {
  margin-top: 25px;
}

.sidebar__block {
  margin-top: 40px;
}

.sidebar__kuchikomibox__sp {
  display: none;
}

.sidebar__fukidashi {
  /*口コミキャンペーン吹き出し*/
  width: 100%;
  height: 55px;
  text-align: center;
}

.sidebar__fukidashi img {
  width: 260px;
  height: auto;
  filter: drop-shadow(2px 3px 9px rgba(0, 0, 0, 0.2));
}

.sidebar__link__kuchikomi {
  /*口コミキャンペーンリンクボタン*/
  display: grid;
  place-items: center;
  width: 100%;
  height: 60px;
  border-radius: 3px;
  border: 2px solid #f06800;
  color: #f06800;
  font-size: 17px;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease;
}

.sidebar__link__kuchikomi:hover {
  background-color: #fc6d00;
  color: #fff;
  border-color: #fc6d00;
}

.sidebar__link__kuchikomi:hover:after {
  border-color: #fff;
}

.sidebar__link__kuchikomi::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  border-right: 2px solid #f06800;
  border-top: 2px solid #f06800;
  top: 50%;
  right: 20px;
  transform: rotate(45deg) translateY(-75%);
}

.detail {
  /*クチコミキャンペーン中！*/
}

.detail .detail__float-nav__box {
  height: 75px;
}

.detail .detail__float-nav {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 75px;
}

.detail .detail__float-nav li {
  font-size: 15px;
  line-height: 1.4;
  width: 20%;
  height: 100%;
  background-color: #e8e9e9;
  border-bottom: 1px solid #BCBDBE;
}

.detail .detail__float-nav li:hover {
  background-color: #fff;
  color: #fc6d00;
  font-weight: 700;
  border-bottom: 4px solid #fc6d00;
}

.detail .detail__float-nav li a {
  display: grid;
  place-items: center;
  height: 100%;
  text-decoration: none;
  font-weight: 700;
  text-align: center;
  border-left: 2px solid #fff;
}

.detail .detail__float-nav li:first-child a {
  border-left: none;
}

.detail .detail__float-nav li.is-current a {
  border-left: none;
}

.detail .detail__float-nav li.is-current + li a {
  border-left: none;
}

.detail .detail__float-nav li.is-current {
  font-weight: 700;
  background-color: #fff;
  color: #fc6d00;
  border-bottom: 4px solid #fc6d00;
}

.detail .detail__float-nav li.is-current:hover {
  border-bottom: 4px solid #fc6d00;
}

.detail .detail__float-nav li.is-disabled {
  pointer-events: none;
  background-color: #A6A7A9;
}

.detail .detail__float-nav__box.is-fixed {
  background-color: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 11;
  width: 100%;
  height: 52px;
  border-bottom: 1px solid #BCBDBE;
}

.detail .detail__float-nav__box.is-fixed .detail__float-nav {
  width: 1020px;
  height: 52px;
  margin-left: auto;
  margin-right: auto;
}

.detail .detail__nav {
  /*一番大きなCTAボタンゾーン*/
  background-color: #F5EDE6;
  margin-top: 56px;
  width: 100%;
  box-sizing: border-box;
  padding: 56px 0 56px 0;
}

.detail .detail__nav__common {
  margin-top: 24px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.detail .detail__nav__title {
  font-size: 24px;
  font-weight: 700;
  border-bottom: 0;
  text-align: center;
}

.detail .detail__nav__common li {
  width: 360px;
}

.detail .detail__nav__common li:first-child {
  margin-right: 55px;
}

.detail .detail__nav__common li.is-disabled .detail__nav--site {
  border: 1px solid #CCC;
  background: #CCC;
  color: #FFF;
  pointer-events: none;
}

.detail .detail__nav__link {
  /*一番大きなCTAボタンのベース*/
  width: 365px;
  height: 80px;
  display: grid;
  place-items: center;
  text-align: center;
  box-sizing: border-box;
  border-radius: 4px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
}

.detail .detail__nav__link.detail__nav__tel {
  border: 3px solid #f06800;
  background: #fff;
  color: #f06800;
  font-weight: bold;
  transition: all 0.3s ease;
}

.detail .detail__nav__link.detail__nav__tel:hover {
  background-color: #fc6d00;
  color: #fff;
  border-color: #fc6d00;
}

.detail .detail__nav__link.detail__nav__web {
  background: #fc6d00;
  color: #FFF;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}

.detail .detail__nav__link.detail__nav__web:hover {
  background-color: #FCA179;
}

.detail .detail__nav__link.detail__nav__web:hover .icon__pricefree {
  color: #FCA179;
}

.detail .detail__nav__link p {
  line-height: 1;
}

.detail .detail__nav--balloon {
  display: inline-block;
  padding: 8px;
  background-color: #f00;
  border-radius: 6px;
  text-align: center;
  position: absolute;
  top: -39px;
  color: #FFF;
  right: 0;
  margin: auto;
  width: 180px;
}

.detail .detail__nav--balloon::before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #f00;
  z-index: 2;
}

.detail .detail__shopname {
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 0;
  margin-top: 10px;
}

.detail .detail__h1 {
  font-size: 23px;
  line-height: 1.4;
  font-weight: 700;
}

.detail .detail__title a {
  color: inherit;
}

.detail .detail__text {
  margin-top: 16px;
  font-size: 14px;
  line-height: 1.5;
}

.detail .detail__item {
  width: 100%;
  /*
      font-size: 13px;
      line-height: 1.5;
      &:not(:first-of-type) {
        margin-top: 32px;
      }
  */
}

.detail .detail__item--block {
  display: flex;
  /*   &+p {
    margin-top: 8px;
  } */
  justify-content: space-between;
}

.detail .detail__thumbnail {
  width: 380px;
  aspect-ratio: 4/3;
  overflow: hidden;
  position: relative;
}

.detail .detail__thumbnail img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.detail .detail__thumbnail .cpmark {
  /*来店キャンペーン対応店マーク*/
  position: absolute;
  top: 5px;
  left: 5px;
  width: 140px;
  height: auto;
}

.detail .detail__thumbnail__sp {
  /*SP用店舗画像設定*/
  display: none;
}

.detail .detail__thumbnail__sp .cpmark {
  display: none;
}

.detail .detail__body {
  width: 580px;
}

.detail .detail__body .icon_recommend {
  display: inline-block;
}

.detail .detail__body .icon_recommend a {
  text-align: center;
  padding: 6px;
  background-color: #FC6D00;
  color: #FFF;
  margin-bottom: 8px;
  display: block;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 4px;
}

.detail .detail__data {
  font-size: 14px;
  line-height: 1.5;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 24px;
}

.detail .detail__data .worktime {
  font-size: 16px;
}

.detail .detail__data dt {
  border-top: 1px solid #cccccc;
  width: 128px;
  display: flex;
  box-sizing: border-box;
  padding: 16px;
  background-color: #f0f0f0;
  font-weight: 700;
}

.detail .detail__data dt:nth-last-of-type(1) {
  border-bottom: 1px solid #cccccc;
}

.detail .detail__data dd {
  width: calc(100% - 128px);
  padding: 16px;
  box-sizing: border-box;
  border-top: 1px solid #cccccc;
}

.detail .detail__data dd:last-child {
  border-bottom: 1px solid #cccccc;
}

.detail .detail__data--map {
  font-size: 12px;
  text-decoration: underline;
  margin-left: 1em;
}

.detail .detail__sns {
  margin-top: 24px;
}

.detail .detail__sns__inner {
  display: flex;
  width: 260px;
  justify-content: space-between;
}

.detail .detail__sns__inner li {
  display: block;
  width: 40px;
  height: 40px;
}

.detail .detail__sns__inner li img {
  width: 100%;
  height: auto;
}

.detail .detail__sns__inner li:hover {
  opacity: 0.6;
}

.detail__morelink {
  margin-top: 32px;
  font-size: 15px;
  text-align: right;
  position: relative;
}

.detail__morelink a {
  text-decoration: none;
  font-weight: bold;
  color: #24272a;
  margin-right: 34px;
}

.detail__morelink a::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #fc6d00;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}

.detail__morelink a::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-right: 2px solid #fc6d00;
  border-top: 2px solid #fc6d00;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-10px, -50%) rotate(45deg);
  transition: all 0.3s ease;
}

.detail__morelink a:hover {
  border-bottom: 1px solid #24272a;
}

.detail__morelink a:hover:before {
  background-color: #fc6d00;
}

.detail__morelink a:hover:after {
  border-color: #fff;
}

.detail__description {
  font-size: 14px;
  line-height: 1.7;
  margin-top: 32px;
  padding: 32px;
  width: 100%;
  background-color: #f5f5f5;
}

.detail__description p {
  margin-bottom: 0;
}

.detail__staff .detail__staff--list {
  display: flex;
  margin-top: 32px;
}

.detail__staff .detail__staff--list span {
  display: block;
}

.detail__staff dl {
  width: 23%;
}

.detail__staff dl:not(:last-child) {
  margin-right: 2%;
}

.detail__staff .detail__staff--photo img {
  width: 100%;
  height: auto;
}

.detail__staff .detail__staff--data {
  margin-top: 8px;
}

.detail__staff .detail__staff--position {
  display: block;
  font-size: 12px;
  line-height: 1.3;
}

.detail__staff .detail__staff--name {
  display: block;
  font-size: 14px;
  font-weight: 700;
}

.detail__map {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  margin-top: 32px;
}

.detail__map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.detail__campaign--list {
  margin-top: 32px;
}

.detail__campaign--item {
  display: flex;
  margin-top: 16px;
}

.detail__campaign--item:not(:first-of-type) {
  border-top: 2px dotted #CCC;
  padding-top: 16px;
}

.detail__campaign--item dt {
  width: 180px;
  margin-right: 10px;
}

.detail__campaign--item dt img {
  width: 100%;
  height: auto;
}

.detail__campaign--item dd {
  width: calc(100% - 190px);
  font-size: 12px;
  line-height: 1.5;
}

.detail__campaign--item dd h3 {
  font-size: 16px;
  line-height: 1.5;
}

.detail__campaign--item dd p {
  color: #666;
  margin-top: 8px;
}

.detail__footage {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  margin-top: 32px;
}

.detail__footage iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.detail__footage:not(:first-of-type) {
  margin-top: 16px;
}

.detail__gallery--slider {
  width: 600px;
  margin: auto;
  min-height: 300px;
}

.detail__gallery--cap {
  font-size: 14px;
  line-height: 1.4;
  margin-top: 8px;
}

/*店舗詳細の車種リスト*/

.detail__model--list {
  display: flex;
  flex-wrap: wrap;
}

.detail__model--list dl {
  box-sizing: border-box;
  margin-top: 32px;
}

.detail__model--list dl:not(:nth-of-type(3n)) {
  border-right: 1px solid #cccccc;
}

.detail__model--list dl div.detail__modelinner {
  width: 180px;
}

.detail__model--list dl:nth-of-type(3n+1) {
  width: 215px;
}

.detail__model--list dl:nth-of-type(3n+1) .detail__modelinner {
  margin-left: 0;
  margin-right: auto;
}

.detail__model--list dl:nth-of-type(3n+2) {
  width: 250px;
}

.detail__model--list dl:nth-of-type(3n+2) .detail__modelinner {
  margin-left: auto;
  margin-right: auto;
}

.detail__model--list dl:nth-of-type(3n) {
  width: 215px;
}

.detail__model--list dl:nth-of-type(3n) .detail__modelinner {
  margin-left: auto;
  margin-right: 0;
}

.detail__model--list dt {
  /*車の写真*/
  width: 180px;
  height: 140px;
  position: relative;
  cursor: pointer;
}

.detail__model--list dt img {
  width: 100%;
  height: auto;
}

.detail__model--list dt:hover {
  opacity: 0.6;
}

.detail__model--list dd {
  /*車の名前・購入種別・CTAボタン*/
  width: 180px;
}

.detail__model--maker {
  /*メーカー名*/
  display: block;
  font-size: 11px;
  line-height: 1.3;
}

.detail__model--name {
  /*車種名*/
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

.detail__model--icon {
  /*新車・未使用車・リースの区分表示タグ*/
  display: flex;
  align-items: center;
  margin-top: 8px;
}

.detail__model--icon li {
  background-color: #f0f0f0;
  width: 33.3333333333%;
  height: 26px;
  display: grid;
  place-items: center;
}

.detail__model--icon li span {
  display: grid;
  place-items: center;
  width: 100%;
  height: 16px;
  font-size: 11px;
  border-right: 1px solid #7e7e7e;
}

.detail__model--icon li:last-child span {
  border-right: none;
}

.detail__model--modelpics.mainmodel {
  cursor: pointer;
}

.detail__model--modelpics.mainmodel:hover {
  opacity: 0.6;
}

.detail__model--inquiry {
  /*車両一覧問い合わせボタン*/
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 42px;
  margin-top: 16px;
  box-sizing: border-box;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  border-radius: 4px;
  text-align: center;
  background-color: #fc6d00;
  text-decoration: none;
  transition: all 0.3s ease;
}

.detail__model--inquiry div {
  font-weight: bold;
}

.detail__model--inquiry:hover {
  background-color: #FCA179;
}

.detail__model--inquiry:hover .icon__pricefree {
  color: #FCA179;
}

/*NCM-187　即納＆展示車アイコンを追加*/

.detail__icon {
  width: 100px;
  /*横並びのアイコンが2個が収まる幅に設定*/
  display: flex;
  flex-wrap: wrap;
  height: 43px;
}

.detail__icon div {
  box-sizing: border-box;
  border: 1px solid #24272a;
  border-radius: 50%;
  width: 43px;
  height: 43px;
  margin-right: 8px;
  text-align: center;
  position: relative;
}

.detail__icon div:last-child {
  margin-right: 0;
}

.detail__icon div span {
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -35%);
  width: 43px;
  font-size: 11px;
}

.detail__icon--sokuno {
  background-color: #24272a;
  color: #fff;
}

.detail__icon--tenjisha {
  background-color: #fff;
  color: #24272a;
}

/*サイドバーの車リストの方だけアイコンのサイズを調整*/

.sidebar__handling--item .detail__icon div {
  width: 42px;
  height: 42px;
}

.sidebar__handling--item .detail__icon div:first-child {
  margin-right: 4px;
}

.detail__photo {
  width: 28px;
  height: 21px;
  position: absolute;
  bottom: 0px;
  right: 0px;
}

.detail__photo img {
  width: 100%;
  height: auto;
}

.detail__table__service {
  width: 100%;
  border-collapse: collapse;
  margin-top: 32px;
}

.detail__table__service th,
.detail__table__service td {
  border-top: 1px solid #cccccc;
  vertical-align: middle;
}

.detail__table__service th {
  background-color: #f0f0f0;
  white-space: nowrap;
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  padding: 15px;
  width: 130px;
  line-height: 100%;
}

.detail__table__service td {
  padding: 0px 15px 10px 15px;
}

.detail__table__service td span {
  line-height: 100%;
}

.detail__table__service span,
.detail__table__service a {
  font-size: 12px;
  display: inline-block;
  padding: 8px 13px;
  background-color: #f0f0f0;
  margin: 10px 10px 0 0;
}

.detail__table__service tr:last-child th,
.detail__table__service tr:last-child td {
  border-bottom: 1px solid #cccccc;
}

.slick-slide img {
  width: 600px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.slick-arrow {
  cursor: pointer;
}

.slick-prev,
.slick-next {
  width: 30px;
  height: 40px;
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 200px;
  display: block;
  padding: 0;
  cursor: pointer;
  border: none;
  outline: none;
}

.slick-prev::before,
.slick-next::before {
  display: block;
  content: "";
  width: 26px;
  height: 26px;
  border-top: 3px solid #66686a;
  border-right: 3px solid #66686a;
}

.slick-prev {
  left: -33px;
  z-index: 10;
}

.slick-prev::before {
  transform: rotate(-135deg);
}

.slick-next {
  right: -33px;
  z-index: 10;
}

.slick-next::before {
  transform: rotate(45deg);
}

/* ドット用スタイル */

.original-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  margin-top: 20px;
}

.original-dots li {
  list-style-type: none;
}

.original-dots li.slick-active button {
  background-color: #24272a;
}

.original-dots li button {
  background-color: #ccc;
  border-radius: 50%;
  width: 11px;
  height: 11px;
  font-size: 0;
  margin: 0 8px;
}

.original-dots li:hover,
.original-dots li button:hover {
  cursor: pointer;
}

/* ここまで */

.carlist .main {
  /*おすすめ車がない場合のマージン調整*/
}

.carlist .main article {
  margin-top: 40px;
}

.carlist .main .recommendcar {
  margin-top: 56px;
}

.carlist .main .regularcar {
  margin-top: 88px;
}

.carlist .main .detail__model__makerlist + .regularcar {
  margin-top: 60px;
}

.carlist .carlist__heading {
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
}

.carlist .icon__maker {
  display: inline-block;
  margin-right: 8px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  height: 47px;
  width: 103px;
}

.carlist .icon__maker--toyota {
  background-image: url("/dealer/image/logo/toyota-4f85e43c329b9bc81075a9136a2275f7.png");
}

.carlist .icon__maker--lexus {
  background-image: url("/dealer/image/logo/lexus-b2e39a0fe8816f2341f7dd618e1f9e25.png");
}

.carlist .icon__maker--nissan {
  background-image: url("/dealer/image/logo/nissan-79350e0025f3a2efcd72d7b3caee270c.png");
}

.carlist .icon__maker--honda {
  background-image: url("/dealer/image/logo/honda-34f6035d70414ec2ed0a48b2687bcfd4.png");
}

.carlist .icon__maker--mazda {
  background-image: url("/dealer/image/logo/mazda-3fe28523ce994708be9724b8bb9b00c1.png");
}

.carlist .icon__maker--subaru {
  background-image: url("/dealer/image/logo/subaru-1a1eab614cb684aefe30def53c1ce565.png");
}

.carlist .icon__maker--suzuki {
  background-image: url("/dealer/image/logo/suzuki-6e631a9a40a4e1ca8ffa7e2fc0932c5d.png");
}

.carlist .icon__maker--mitsubishi {
  background-image: url("/dealer/image/logo/mitsubishi-e9168e8fda2db8814f321f146fda3519.png");
}

.carlist .icon__maker--daihatsu {
  background-image: url("/dealer/image/logo/daihatsu-e5fa5a09d3dadeb64547a1f1edf26851.png");
}

.carlist .icon__maker--mercedes-benz {
  background-image: url("/dealer/image/logo/benz-047d04f3752be6664f35ba53ca8c98b3.png");
}

.carlist .icon__maker--volkswagen {
  background-image: url("/dealer/image/logo/volkswagen-ffed83c03cc7ec20d5e11bbeba78e1b4.png");
}

.carlist .icon__maker--bmw {
  background-image: url("/dealer/image/logo/bmw-51cf4173ab863028e59fbdba46dffca5.png");
}

.carlist .icon__maker--audi {
  background-image: url("/dealer/image/logo/audi-e7f95855db93c1bcb1f1c8001a2a7dad.png");
}

.carlist .icon__maker--mini {
  background-image: url("/dealer/image/logo/mini-d53d8db42d0b7f1f79c545f40a60b020.png");
}

.carlist .icon__maker--volvo {
  background-image: url("/dealer/image/logo/volvo-dd26ead497612b2526341d8737f51987.png");
}

.carlist .icon__maker--jeep {
  background-image: url("/dealer/image/logo/jeep-ad73ccad9653f6f18aa30e93d932fb63.png");
}

.carlist .icon__maker--peugeot {
  background-image: url("/dealer/image/logo/peugeot-e61eec55aa46e41b900434bfa1703f8b.png");
}

.carlist .icon__maker--fiat {
  background-image: url("/dealer/image/logo/fiat-c6e90faab22b5394a852280917a19099.png");
}

.carlist .icon__maker--fuso {
  background-image: url("/dealer/image/logo/mitsubishi-fuso-e129f6d520e20d2e150779d09e7267da.png");
}

.carlist .icon__maker--isuzu {
  background-image: url("/dealer/image/logo/isuzu-3c700566b9d85b18f153ddbd67659566.png");
}

.carlist .icon__maker--mitsuoka {
  background-image: url("/dealer/image/logo/mitsuoka-6e304b54f1be029cc30f782e66385fb1.png");
}

.carlist .icon__maker--abarth {
  background-image: url("/dealer/image/logo/abarth-3e2fba70635998a882ab772310b83b22.png");
}

.carlist .icon__maker--lotus {
  background-image: url("/dealer/image/logo/lotus-c9c83e1cc38aab54a139eb544e4ea421.png");
}

.carlist .icon__maker--maserati {
  background-image: url("/dealer/image/logo/maserati-7fbc5198e5e7c2bbd39a83cc42385cf6.png");
}

.carlist .icon__maker--ferrari {
  background-image: url("/dealer/image/logo/ferrari-8cb587b86eaae61f10905cce646ad189.png");
}

.carlist .icon__maker--cadillac {
  background-image: url("/dealer/image/logo/cadillac-c87016263e023a90c316ddca22cf2766.png");
}

.carlist .icon__maker--citroen {
  background-image: url("/dealer/image/logo/citroen-56816ac22d7a2fb2141d791740fad3df.png");
}

.carlist .icon__maker--porsche {
  background-image: url("/dealer/image/logo/porsche-16f8886c607c64cc937f5b41337c7509.png");
}

.carlist .icon__maker--morgan {
  background-image: url("/dealer/image/logo/morgan-35b0d20f30a1c57cea941bf097806500.png");
}

.carlist .icon__maker--alfaromeo {
  background-image: url("/dealer/image/logo/alfaromeo-d973d2e82b4f2c241a5fe16ee16d7274.png");
}

.carlist .icon__maker--mclaren {
  background-image: url("/dealer/image/logo/mclaren-c6faf1c92a17fabdfd17dc61f6c14bb2.png");
}

.carlist .icon__maker--alpine {
  background-image: url("/dealer/image/logo/alpine-7444cba4f76eda1de9298cabf60f15f8.png");
}

.carlist .icon__maker--amg {
  background-image: url("/dealer/image/logo/amg-d4b0ad7ba53c712bac4907903b93c45a.png");
}

.carlist .icon__maker--bmw-alpina {
  background-image: url("/dealer/image/logo/bmw_alpina-57119c7abd52882367e6792a6d8443e2.png");
}

.carlist .icon__maker--chevrolet {
  background-image: url("/dealer/image/logo/chevrolet-92a5fc43f028b526e5b9f42e9267547d.png");
}

.carlist .icon__maker--astonmartin {
  background-image: url("/dealer/image/logo/astonmartin-2d2fb3b982fdfbb428722896455d8341.png");
}

.carlist .icon__maker--dsautomobiles {
  background-image: url("/dealer/image/logo/dsautomobiles-851049f3228702d755e419b13ca26731.png");
}

.carlist .icon__maker--jaguar {
  background-image: url("/dealer/image/logo/jaguar-c8d8869ad1b028cb8402784c69eb394e.png");
}

.carlist .icon__maker--ford {
  background-image: url("/dealer/image/logo/ford-01c0d19f34c92645d8cdba9e3f4a6584.png");
}

.carlist .icon__maker--smart {
  background-image: url("/dealer/image/logo/smart-7e6a20f02662769c205eb580894f25dd.png");
}

.carlist .icon__maker--lamborghini {
  background-image: url("/dealer/image/logo/lamborghini-ea12f2dd4f8d5acc288674d30655f955.png");
}

.carlist .icon__maker--lincoln {
  background-image: url("/dealer/image/logo/lincoln-c6eed8ce2768861f382d85b18d77435e.png");
}

.carlist .icon__maker--lincoln {
  background-image: url("/dealer/image/logo/lincoln-c6eed8ce2768861f382d85b18d77435e.png");
}

.carlist .icon__maker--maybach {
  background-image: url("/dealer/image/logo/maybach-0d00bea5482353ea3a748144cf9b8820.png");
}

.carlist .icon__maker--bentley {
  background-image: url("/dealer/image/logo/bentley-f08d2a2cff5d7ebb0bb8266cdb08c9be.png");
}

.carlist .icon__maker--rolls_royce {
  background-image: url("/dealer/image/logo/rollsroyce-b7eced52cbf4905ff580c07965ce0bf3.png");
}

.carlist .icon__maker--ktm {
  background-image: url("/dealer/image/logo/ktm-29dcd95199fe932a39eac5f46175b4c5.png");
}

.carlist .icon__maker--caterham {
  background-image: url("/dealer/image/logo/caterham-64b03e9eceaeb6fafaa1ee137143d86e.png");
}

.carlist .icon__maker--landrover {
  background-image: url("/dealer/image/logo/landrover-e95c03ef0d0fefe52c90ab626cd8517a.png");
}

.carlist .icon__maker--tesla {
  background-image: url("/dealer/image/logo/tesla-06702723f16e11d08c0b376300f6c145.png");
}

.carlist .icon__maker--renault {
  background-image: url("/dealer/image/logo/renault-a005dc1e7a66c4b8ad5598c989368823.png");
}

.carlist .icon__maker--chrysler {
  background-image: url("/dealer/image/logo/chrysler-dcc12d1d7568360aca10088091855938.png");
}

.carlist .icon__maker--pickup {
  background-image: url("/dealer/image/logo/pickup-fa1aade0bf0816ef57f242c079dc147b.png");
}

/*店舗情報の総合評価*/

.detail__review {
  margin-top: 24px;
}

.detail__review .review__score__star {
  display: flex;
  align-items: baseline;
}

.detail__review .review__score--title {
  font-size: 14px;
  font-weight: 700;
  margin-right: 15px;
}

.detail__review .review__score--count {
  font-size: 11px;
}

.detail__review .review__user-score {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5px;
}

.detail__review .review__all-score {
  color: #919394;
  line-height: 1.5;
}

.detail__review .review__all-score:not(:last-child) {
  margin-right: 8px;
}

.detail__review .review__all-score dl {
  display: flex;
  align-items: flex-start;
}

.detail__review .review__all-score dd {
  font-weight: 700;
  font-size: 14px;
  font-family: "DINNextLTPro", sans-serif;
}

.detail__review .iconStar {
  background: url("/dealer/image/iconRateStar-284c1900ad7768c99024d7b0f9ac7eee.png") no-repeat;
  display: inline-block;
  width: 88px;
  height: 16px;
  vertical-align: -1px;
  margin-right: 4px;
}

.detail__review .iconStar + span {
  color: #FC6D00;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  line-height: 1;
}

.detail__review .iconStar.rate5_0 {
  background-position: 0 0;
}

.detail__review .iconStar.rate4_75 {
  background-position: 0 -20px;
}

.detail__review .iconStar.rate4_5 {
  background-position: 0 -40px;
}

.detail__review .iconStar.rate4_25 {
  background-position: 0 -60px;
}

.detail__review .iconStar.rate4_0 {
  background-position: -18px 0;
}

.detail__review .iconStar.rate3_75 {
  background-position: -18px -20px;
}

.detail__review .iconStar.rate3_5 {
  background-position: -18px -40px;
}

.detail__review .iconStar.rate3_25 {
  background-position: -18px -60px;
}

.detail__review .iconStar.rate3_0 {
  background-position: -36px 0;
}

.detail__review .iconStar.rate2_75 {
  background-position: -36px -20px;
}

.detail__review .iconStar.rate2_5 {
  background-position: -36px -40px;
}

.detail__review .iconStar.rate2_25 {
  background-position: -36px -60px;
}

.detail__review .iconStar.rate2_0 {
  background-position: -54px 0;
}

.detail__review .iconStar.rate1_75 {
  background-position: -54px -20px;
}

.detail__review .iconStar.rate1_5 {
  background-position: -54px -40px;
}

.detail__review .iconStar.rate1_25 {
  background-position: -54px -60px;
}

.detail__review .iconStar.rate1_0 {
  background-position: -72px 0;
}

.detail__review .iconStar.rate0_75 {
  background-position: -72px -20px;
}

.detail__review .iconStar.rate0_5 {
  background-position: -72px -40px;
}

.detail__review .iconStar.rate0_25 {
  background-position: -72px -60px;
}

.detail__review .iconStar.rate0_0 {
  background-position: 0 -80px;
}

/*画面下部フロートのCTAボタン*/

.detail__bottom {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 30px 0 40px 0;
  display: none;
  position: fixed;
  z-index: 20;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: 0 -2px 3px 0 rgba(0, 0, 0, 0.1);
}

.detail__bottom.is-show {
  display: block;
}

/*無料店用ボタン*/

.detail__bottom-nav {
  width: 1020px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* フロートのショップ情報 */

.detail__bottom-nav--shop {
  width: 470px;
}

.detail__bottom-nav--shop dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.detail__bottom-nav--shop dt {
  width: 120px;
  height: 80px;
}

.detail__bottom-nav--shop dt img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.detail__bottom-nav--shop dd {
  width: calc(100% - 140px);
}

.detail__bottom-nav--shopname {
  display: block;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
}

.detail__bottom-nav--meta {
  display: block;
  font-size: 12px;
  margin-top: 8px;
  line-height: 1.3em;
}

/* フロートのCTAボタン */

.detail__bottomnav__button {
  width: 505px;
  display: flex;
  justify-content: space-between;
}

.detail__bottomnav__link {
  width: 240px;
  height: 74px;
  border-radius: 4px;
  display: block;
  text-decoration: none;
}

.detail__bottomnav__link div {
  text-align: center;
}

.detail__bottomnav__web {
  background-color: #fc6d00;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.detail__bottomnav__web:hover {
  background-color: #FCA179;
}

.detail__bottomnav__web:hover .icon__pricefree {
  color: #FCA179;
}

.detail__bottomnav__tel {
  color: #f06800;
  background-color: #fff;
  border: 2px solid #f06800;
  display: grid;
  place-items: center;
  transition: all 0.3s ease;
}

.detail__bottomnav__tel:hover {
  background-color: #fc6d00;
  color: #fff;
  border-color: #fc6d00;
}

.linkbtn__subttl__bottomform {
  font-size: 14px;
  font-weight: 700;
  margin: 1px 0 0;
}

.linkbtn__ttl__bottomform {
  font-size: 16px;
  font-weight: 700;
  margin: 10px 0 0;
}

.linkbtn__subttl__bottomtel {
  font-size: 14px;
  font-weight: 700;
  margin: 4px 0 0;
}

.linkbtn__ttl__bottomtel {
  font-size: 25px;
  font-weight: 700;
  margin: 5px 0 0;
  font-family: "DINNextLTPro", sans-serif;
}

.cta__bright {
  /*車種選択したら、お問い合わせボタンを光らせる(電話)*/
  animation: cta__bright 2s infinite ease;
  position: relative;
}

.cta__bright:before,
.cta__bright:after {
  content: "";
  display: block;
  position: absolute;
}

.cta__bright:after {
  left: 0;
  width: 6px;
  height: 70px;
  background: #fff;
  z-index: 5;
  animation: sheen 3s infinite;
}

@keyframes cta__bright {
  /*ボタン背景の明かり(電話)*/
  0%, 100% {
    background-color: #fc6d00;
  }

  50% {
    background-color: #ffd585;
  }
}

.cta__brightmail {
  /*車種選択したら、お問い合わせボタンを光らせる(メール)*/
  animation: cta__brightmail 2s infinite ease;
  position: relative;
}

.cta__brightmail:before,
.cta__brightmail:after {
  content: "";
  display: block;
  position: absolute;
}

.cta__brightmail:after {
  left: 0;
  width: 6px;
  height: 70px;
  background: #fff;
  z-index: 5;
  animation: sheen 3s infinite;
}

@keyframes cta__brightmail {
  /*ボタン背景の明かり(メール)*/
  0%, 100% {
    background-color: #4f9e2f;
  }

  50% {
    background-color: #84f058;
  }
}

@keyframes sheen {
  /*ボタン表面のキラリ*/
  0%, 100% {
    left: 0;
    opacity: 0;
  }

  1% {
    opacity: 1;
  }

  10% {
    left: calc(100% - 6px);
  }

  11%, 98% {
    left: 100%;
    opacity: 0;
  }
}

.footer__tertiary {
  padding-bottom: 150px;
}

.pagetop {
  z-index: 20;
  bottom: 180px;
}

.inquiry_area {
  margin: -45px 0px 80px;
}

.inquiry_button {
  width: 600px;
  height: 50px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #fc6d00;
  color: #ffffff;
  text-decoration: none;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
}

.inquiry_button:hover {
  background-color: #FCA179;
}

.inquiry_button:hover .icon__pricefree {
  color: #FCA179;
}

.inquiry_button--bottom {
  height: 60px;
  font-size: 16px;
}

#floatArea {
  position: fixed;
  bottom: 0;
  width: 92%;
}

.float_area {
  width: 100%;
  background-color: rgba(94, 94, 94, 0.5);
  padding: 14px 4%;
}

.float_button {
  display: block;
  text-align: center;
  padding: 16px 12px;
  background-image: linear-gradient(to bottom, #FC6D00 85%, #dd5100);
  border: 1px solid #ff8c50;
  color: #ffffff;
  text-decoration: none;
  margin-top: 8px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
}

#tabnav {
  content: "";
  height: 30px;
}

/*NCM-188 画像表示モーダル　ここから*/

.detail__modal--back {
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

.detail__modal--front {
  display: none;
  width: 700px;
  background-color: #fff;
  z-index: 110;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 200;
  border-radius: 16px;
  padding: 40px;
}

.detail__modal--photo {
  width: 583px;
  height: 437px;
  background-color: #ddd;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  overflow: hidden;
  position: relative;
}

.detail__modal--photo .loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}

.detail__modal--photo .carousel-area {
  height: 100%;
  display: flex;
  position: absolute;
}

.detail__modal--photo .carousel-box {
  /*Slick用*/
  width: 100%;
  height: auto;
}

.detail__modal--photo .carousel-list {
  /*画像サイズと同じ*/
  width: 583px;
  height: 437px;
}

.detail__modal--photo .carousel-img {
  width: 100%;
  height: 100%;
}

.detail__modal--arrow {
  width: 100%;
}

.detail__modal--arrow span {
  display: block;
  width: 46px;
  height: 46px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  opacity: 0.8;
}

.detail__modal--arrow span:hover {
  opacity: 0.6;
}

.detail__modal--arrow .arrow-left {
  left: 0;
}

.detail__modal--arrow .arrow-left::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-top: 2px solid #707070;
  border-left: 2px solid #707070;
  transform: rotate(-45deg);
  margin-top: 11px;
  position: absolute;
  left: 25px;
}

.detail__modal--arrow .arrow-right {
  right: 0;
}

.detail__modal--arrow .arrow-right::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-top: 2px solid #707070;
  border-right: 2px solid #707070;
  transform: rotate(45deg);
  margin-top: 11px;
  position: absolute;
  right: 25px;
}

.detail__modal--batsu {
  display: block;
  width: 35px;
  height: 35px;
  position: absolute;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  right: 20px;
  top: 20px;
}

.detail__modal--batsu:before,
.detail__modal--batsu:after {
  content: "";
  width: 2px;
  height: 22px;
  background-color: #24272a;
  position: absolute;
  transform: rotate(45deg);
  top: 18%;
  left: 47%;
}

.detail__modal--batsu:after {
  transform: rotate(135deg);
}

.detail__modal--batsu:hover {
  background-color: #ededed;
}

/*modalのCTAボタン*/

.modalbtn__block {
  width: 583px;
  /*photoと同じ横幅にする*/
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

.modalbtn__block .modalbtn {
  /*車両表示モーダルの電話ボタンとフォームボタンの設定*/
  width: 47%;
  height: 70px;
  font-weight: bold;
  text-decoration: none;
  font-size: 15px;
  text-align: center;
}

.modalbtn__form {
  background-color: #fc6d00;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
}

.modalbtn__form:hover {
  background-color: #FCA179;
}

.modalbtn__form:hover .icon__pricefree {
  color: #FCA179;
}

.modalbtn__tel {
  color: #f06800;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background-color: #fff;
  border: 2px solid #f06800;
  display: grid;
  place-items: center;
  text-decoration: none;
  transition: all 0.3s ease;
}

.modalbtn__tel:hover {
  background-color: #fc6d00;
  color: #fff;
  border-color: #fc6d00;
}

.modalbtn__subttl__bottomform {
  font-size: 15px;
  font-weight: 700;
  margin: 1px 0 0;
}

.modalbtn__ttl__bottomform {
  font-size: 18px;
  font-weight: 700;
  margin: 10px 0 0;
}

.modalbtn__subttl__bottomtel {
  font-size: 15px;
  font-weight: 700;
  margin: 4px 0 0;
}

.modalbtn__ttl__bottomtel {
  font-size: 28px;
  font-weight: 700;
  margin: 5px 0 0;
}

/*NCM-188 画像表示モーダル　ここまで*/

.pre-wrap {
  white-space: pre-wrap;
}

.noinformation {
  font-size: 16px;
}

.noinfobox {
  margin-top: 3rem;
}

/* SP用フロートナビの先があることを示す */

.float-nav__indicate {
  display: none;
}

/*店舗一覧用にサイドバーを上書き*/

.pickup {
  margin-top: 40px;
}

.pickup .pickup__heading {
  background-color: #f0f0f0;
  color: #24272a;
  padding: 13px 24px;
  border: 1px solid #ccc;
}

.pickup .pickup__heading h2 {
  font-size: 16px;
  text-align: center;
  line-height: 1.4;
  font-weight: 700;
  color: #24272a;
}

.pickup .pickup__heading span {
  font-size: 17px;
  font-weight: 700;
}

.pickup .pickup__heading .pickup__h2 span {
  /*上記h2のタイトルが半端な位置で改行されないようにする処置*/
  display: inline-block;
}

.pickup .pickup__item {
  padding: 24px 24px 0 24px;
  border-right: 1px solid #CCC;
  border-left: 1px solid #CCC;
  border-bottom: none;
}

.pickup .pickup__item .pickup__iteminner {
  padding-bottom: 24px;
  border-bottom: 1px solid #ccc;
}

.pickup .pickup__item:last-of-type {
  border-bottom: 1px solid #CCC;
}

.pickup .pickup__item:last-of-type .pickup__iteminner {
  border-bottom: none;
}

.pickup .pickup__thumbdata {
  display: flex;
  margin-top: 16px;
}

.pickup .pickup__thumbnail {
  width: 100px;
  margin-right: 8px;
}

.pickup .pickup__thumbnail .pickup__img {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
}

.pickup .pickup__thumbnail .pickup__img img {
  width: 100%;
  height: auto;
}

.pickup .pickup__title {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  line-break: strict;
  margin-top: 8px;
}

.pickup .pickup__online {
  display: grid;
  place-items: center;
  width: 130px;
  height: 23px;
  font-size: 11px;
  background-color: #636567;
  color: #FFF;
}

.pickup .pickup__data {
  font-size: 11px;
}

.pickup .pickup__data--tel {
  font-size: 16px;
  font-weight: 700;
  display: block;
  margin-top: 8px;
  font-family: "DINNextLTPro", sans-serif;
}

.pickup .pickup__data--address {
  font-size: 1.3rem;
}

.pickup .pickup__icon {
  display: flex;
  justify-content: center;
  margin-top: 16px;
}

.pickup .pickup__icon li {
  display: grid;
  place-items: center;
  font-size: 13px;
  background-color: #f0f0f0;
  color: #24272a;
  width: calc((100% - 16px) / 3);
  height: 27px;
  margin-right: 8px;
  border: none;
}

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

.pickup .pickup__button {
  width: 100%;
  height: 50px;
  display: grid;
  place-items: center;
  color: #24272a;
  border: 1px solid #636567;
  border-radius: 4px;
  position: relative;
  margin-top: 16px;
  font-size: 16px;
  text-decoration: none;
  box-shadow: none;
  font-weight: 400;
  background-image: none;
  padding: 0;
}

.pickup .pickup__button:hover {
  background-color: #f0f0f0;
  color: #24272a;
}

.pickup .pickup__button::after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-right: 2px solid #636567;
  border-top: 2px solid #636567;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%) rotate(45deg);
  background: none;
}

.detail__data .list-morelink {
  display: block;
  margin-top: 10px;
  font-size: 12px;
  text-align: right;
  text-decoration: none;
}

.detail__data .list-morelink::before {
  content: "";
  display: inline-block;
  margin-right: 8px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #24272a;
  border-right: 2px solid #24272a;
  transform: rotate(45deg);
}

/*新デザイン用の調整*/

/*Amazonキャンペーン参加店舗マーク*/

.c-ncmshopparts__shopimg .cpmark {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 140px;
  height: auto;
}

@media screen and (min-width: 640px) {
  .detail .detail__float-nav__box.is-fixed br {
    display: none;
  }

  .detail .detail__body .icon_recommend a:hover {
    color: #FC6D00;
    background-color: #fff5e6;
  }
}

@media screen and (min-width: 641px) {
  .float_area {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  html {
    font-size: 2.667vw;
    /*375px iphoneSEの幅で10px */
  }

  body {
    min-width: auto;
  }

  .main section {
    margin-top: 40px;
  }

  .main section:first-of-type {
    margin-top: 48px;
  }

  .sidebar {
    margin-top: 2.5rem;
  }

  .sidebar__block {
    margin-top: 4rem;
  }

  .sidebar__kuchikomibox__sp {
    display: block;
    padding: 0 1.5rem;
    width: 100%;
    margin-top: 4.8rem;
  }

  .sidebar__fukidashi img {
    width: 26rem;
  }

  .sidebar__fukidashi {
    height: 5.5rem;
  }

  .sidebar__link__kuchikomi::after {
    right: 2rem;
  }

  .sidebar__link__kuchikomi {
    width: 100%;
    height: 6rem;
    font-size: 1.7rem;
    border-radius: 0.3rem;
  }

  .detail .detail__float-nav__box {
    height: 6rem;
    overflow-x: scroll;
    overflow-y: hidden;
    width: calc(100% + 3rem);
    margin-left: -1.5rem;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .detail .detail__float-nav__box::-webkit-scrollbar {
    display: none;
  }

  .detail .detail__float-nav {
    height: 6rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    width: -moz-max-content;
    width: max-content;
  }

  .detail .detail__float-nav li {
    font-size: 1.45rem;
    width: 13.6rem;
  }

  .detail .detail__float-nav__box.is-fixed {
    height: 6rem;
    left: 1.5rem;
    width: calc(100% + 3rem);
  }

  .detail .detail__float-nav__box.is-fixed .detail__float-nav {
    height: 6rem;
    width: -moz-max-content;
    width: max-content;
  }

  .detail .detail__float-nav__box.is-fixed .detail__float-nav li:last-of-type {
    margin-right: 3rem;
  }

  .detail .detail__nav {
    margin-top: 4.8rem;
    padding: 4.8rem 0 4.8rem 0;
  }

  .detail .detail__nav__common {
    display: block;
    margin-top: 2rem;
  }

  .detail .detail__nav__title {
    font-size: 1.8rem;
  }

  .detail .detail__nav__common li:first-child {
    margin: auto;
  }

  .detail .detail__nav__common li:nth-child(2) {
    margin-top: 3rem;
  }

  .detail .detail__nav__common li {
    width: calc(100% - 3rem);
    margin-left: auto;
    margin-right: auto;
  }

  .detail .detail__nav__link.detail__nav__tel:hover {
    background-color: #fff;
    color: #f06800;
    border-color: #f06800;
  }

  .detail .detail__nav__link.detail__nav__web:hover {
    background-color: #fc6d00;
  }

  .detail .detail__nav__link.detail__nav__web:hover .icon__pricefree {
    color: #fc6d00;
  }

  .detail .detail__nav__link {
    width: 100%;
    height: 8rem;
  }

  .detail .detail__nav--balloon {
    left: 0;
    width: 240px;
  }

  .detail .detail__h1 {
    font-size: 1.8rem;
  }

  .detail .detail__item--block {
    display: block;
  }

  .detail .detail__thumbnail {
    display: none;
  }

  .detail .detail__thumbnail .cpmark {
    width: 160px;
    height: auto;
    top: 10px;
    left: 10px;
  }

  .detail .detail__thumbnail__sp {
    display: block;
    width: 100%;
    aspect-ratio: 4/3;
    overflow: hidden;
    margin-top: 1.6rem;
    position: relative;
  }

  .detail .detail__thumbnail__sp .cpmark {
    display: block;
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
    width: 14rem;
    height: auto;
  }

  .detail .detail__body {
    width: 100%;
  }

  .detail .detail__data .worktime {
    font-size: 1.4rem;
  }

  .detail .detail__data {
    font-size: 1.3rem;
    margin-top: 2.4rem;
  }

  .detail .detail__data dt {
    padding: 1.6rem;
    width: 11.5rem;
  }

  .detail .detail__data dd {
    width: calc(100% - 11.5rem);
    padding: 1.6rem;
  }

  .detail .detail__data--map {
    display: block;
    margin-left: 0;
  }

  .detail .detail__sns {
    width: 100%;
    margin-top: 1.6rem;
  }

  .detail .detail__sns__inner {
    width: 25.6rem;
    margin-left: auto;
    margin-right: auto;
  }

  .detail__morelink {
    font-size: 1.3rem;
    margin-top: 3.2rem;
  }

  .detail__morelink a::before {
    width: 2rem;
    height: 2rem;
  }

  .detail__morelink a::after {
    width: 0.5rem;
    height: 0.5rem;
    transform: translate(-0.9rem, -50%) rotate(45deg);
  }

  .detail__description {
    margin-top: 2.4rem;
    padding: 2.4rem;
    font-size: 1.4rem;
    line-height: 1.67;
  }

  .detail__staff .detail__staff--list {
    margin-top: 2.4rem;
  }

  .detail__map {
    margin-top: 2.4rem;
  }

  .detail__campaign--list {
    margin-top: 2.4rem;
  }

  .detail__campaign--item {
    margin-top: 0;
  }

  .detail__campaign--item dt {
    width: 120px;
  }

  .detail__campaign--item dd {
    width: calc(100% - 130px);
  }

  .detail__campaign--item dd h3 {
    font-size: 14px;
    line-height: 1.3;
  }

  .detail__footage {
    margin-top: 2.4rem;
  }

  .detail__gallery--slider {
    width: 100%;
    min-height: auto;
  }

  .detail__model--list {
    justify-content: space-between;
    width: 100%;
  }

  .detail__model--list dl div.detail__modelinner {
    width: 100%;
    margin: 0;
  }

  .detail__model--list dl:nth-of-type(n) {
    width: 15.7rem;
    border-right: 0;
    padding: 0;
    margin-top: 2.4rem;
    box-sizing: border-box;
  }

  .detail__model--list dt {
    width: 15.7rem;
    height: 12.1rem;
  }

  .detail__model--list dd {
    width: 15.7rem;
  }

  .detail__model--maker {
    font-size: 1.1rem;
  }

  .detail__model--name {
    font-size: 1.4rem;
  }

  .detail__model--icon {
    margin-top: 0.5rem;
  }

  .detail__model--icon li {
    height: 2.4rem;
  }

  .detail__model--icon li span {
    height: 1.6rem;
    font-size: 1rem;
  }

  .detail__model--inquiry {
    height: 4.4rem;
    margin-top: 0.8rem;
    font-size: 1.5rem;
    border-radius: 0.3rem;
  }

  .detail__icon div {
    width: 4.3rem;
    height: 4.3rem;
    margin-right: 0.8rem;
  }

  .detail__icon div span {
    width: 4.3rem;
    font-size: 1.1rem;
  }

  .sidebar__handling--item .detail__icon div {
    width: 4.3rem;
    height: 4.3rem;
  }

  .sidebar__handling--item .detail__icon div:first-child {
    margin-right: 0.8rem;
  }

  .detail__photo {
    width: 2.8rem;
    height: 2.1rem;
  }

  .detail__table__service {
    margin-top: 2.4rem;
  }

  .detail__table__service th {
    font-size: 1.4rem;
    padding: 0.8rem;
    width: 11rem;
  }

  .detail__table__service td {
    padding: 0 1.5rem 1rem 1.5rem;
  }

  .detail__table__service span,
  .detail__table__service a {
    font-size: 1.2rem;
    padding: 0.8rem 1.3rem;
    margin: 0.8rem 0.8rem 0 0;
  }

  .slick-slide img {
    width: 100%;
    height: auto;
  }

  .carlist .main .recommendcar {
    margin-top: 4.8rem;
  }

  .carlist .main .regularcar {
    margin-top: 8rem;
  }

  .carlist .main .detail__model__makerlist + .regularcar {
    margin-top: 5rem;
  }

  .carlist .carlist__heading {
    font-size: 2rem;
  }

  .detail__review {
    margin-top: 2.4rem;
  }

  .detail__review .review__user-score {
    display: none;
  }

  .detail__review .review__all-score {
    font-size: 11px;
  }

  .detail__bottom {
    padding: 1.6rem 1.5rem 1.6rem 1.5rem;
    box-sizing: border-box;
  }

  .detail__bottom--free {
    padding: 30px 10px 40px;
    width: 100vw;
  }

  .detail__bottom-nav {
    width: 100%;
    display: block;
  }

  .detail__bottom-nav--shop {
    display: none;
  }

  .detail__bottom-nav--shop dt {
    display: none;
  }

  .detail__bottom-nav--shop dd {
    width: 100%;
  }

  .detail__bottom-nav--shopname {
    margin-right: 0px;
  }

  .detail__bottom-nav--meta {
    margin-top: 4px;
  }

  .detail__bottomnav__button {
    width: 100%;
  }

  .detail__bottomnav__link {
    width: 49%;
    height: 6rem;
  }

  .detail__bottomnav__web:hover {
    background-color: #fc6d00;
  }

  .detail__bottomnav__web:hover .icon__pricefree {
    color: #fc6d00;
  }

  .detail__bottomnav__web {
    position: relative;
  }

  .detail__bottomnav__tel:hover {
    background-color: #fff;
    color: #fc6d00;
    border-color: #fc6d00;
  }

  .linkbtn__subttl__bottomform {
    font-size: 1.2rem;
    margin: 0;
    margin-left: 3rem;
  }

  .linkbtn__ttl__bottomform {
    font-size: 1.3rem;
    margin: 0.7rem 0 0 3rem;
  }

  .linkbtn__subttl__bottomtel {
    font-size: 1.2rem;
    margin: 0.3rem 0 0;
  }

  .linkbtn__ttl__bottomtel {
    font-size: 1.8rem;
    margin: 0.8rem 0 0;
  }

  .cta__bright:after {
    height: 55px;
  }

  .cta__brightmail:after {
    height: 55px;
  }

  .footer__secondary .footer__inner {
    padding: 40px 10px 40px 10px;
  }

  .footer__tertiary {
    padding-bottom: 92px;
  }

  .pagetop {
    bottom: 120px;
  }

  .inquiry_area {
    margin: -1.5rem 0 6rem;
  }

  .inquiry_button {
    width: 100%;
  }

  .inquiry_button--bottom {
    width: 90%;
  }

  #tabnav {
    height: 2.8rem;
  }

  .detail__modal--front {
    width: 100%;
    height: 107vw;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 3rem 1.5rem;
    border-radius: 0.5rem;
  }

  .detail__modal--photo {
    width: 31.5rem;
    height: 23.61rem;
  }

  .detail__modal--photo .carousel-list {
    width: 31.5rem;
    height: 23.61rem;
  }

  .detail__modal--arrow span {
    width: 9vw;
    height: 9vw;
    transform: translateY(-80%);
  }

  .detail__modal--arrow .arrow-left::after {
    width: 1rem;
    height: 1rem;
    left: 1.4rem;
  }

  .detail__modal--arrow .arrow-right::after {
    width: 1rem;
    height: 1rem;
    right: 1.4rem;
  }

  .detail__modal--batsu {
    right: 0.5rem;
    top: 0.5rem;
  }

  .detail__modal--batsu:before,
  .detail__modal--batsu:after {
    height: 1.8rem;
  }

  .modalbtn__block {
    width: 100%;
    margin-top: 3rem;
  }

  .modalbtn__block .modalbtn {
    width: 48.5%;
    height: 6rem;
  }

  .modalbtn__form {
    border-radius: 0.2rem;
    justify-content: flex-start;
  }

  .modalbtn__tel {
    border-radius: 0.2rem;
  }

  .modalbtn__subttl__bottomform {
    font-size: 1.2rem;
    margin: 0.1rem 0 0;
  }

  .modalbtn__ttl__bottomform {
    font-size: 1.3rem;
    margin: 1rem 0 0;
  }

  .modalbtn__subttl__bottomtel {
    font-size: 1.2rem;
    margin: 0.4rem 0 0;
  }

  .modalbtn__ttl__bottomtel {
    font-size: 2rem;
    margin: 0.5rem 0 0;
  }

  .float-nav__indicate {
    display: block;
    width: 6rem;
    height: 6rem;
    z-index: 12;
    position: relative;
    margin-right: -1.5rem;
    margin-left: auto;
    margin-top: -6rem;
    background: linear-gradient(to left, #fff 50%, transparent);
  }

  .float-nav__indicate::after {
    content: "";
    display: block;
    width: 0.9rem;
    height: 0.9rem;
    border-top: 2px solid #707070;
    border-right: 2px solid #707070;
    position: absolute;
    top: 50%;
    right: 2rem;
    transform: translateY(-50%) rotate(45deg);
  }

  .detail__float-nav__box.is-fixed + .float-nav__indicate {
    position: fixed;
    top: 0;
    right: 1.5rem;
    margin-top: 0;
  }

  .pickup {
    margin-top: 45px;
  }

  .pickup .pickup__heading {
    margin-bottom: 0;
    font-size: 1.6rem;
    padding: 1.3rem 2.4rem;
  }

  .pickup .pickup__heading h2 {
    margin-top: 0;
  }

  .pickup .pickup__thumbnail .pickup__img {
    width: 36.5%;
  }

  .pickup .pickup__title {
    width: 100%;
    font-size: 1.6rem;
  }

  .pickup .pickup__data--tel {
    font-size: 2rem;
  }

  .detail__data .list-morelink {
    font-size: 11px;
  }

  .detail__data .list-morelink::before {
    width: 6px;
    height: 6px;
  }
}