/*
Theme Name: noblesse oblige
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Liverpool Works
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: A plain-vanilla & lightweight theme for Elementor page builder
Tags: flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.3.1.1614861540
Updated: 2021-03-04 21:39:00

*/



/* 車両一覧  */
.tmp-pt-cars .elementor-section-boxed {
    padding: 0;
}

/* 車両一覧ページのヘッダー背景 */
.tmp-pt-cars .elementor-top-section {
    background-image: url(https://noblesse-oblige.vip/wp-content/uploads/2021/03/OSM01200650.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/* 車両一覧ページのコンテナ最小高さ */
.tmp-pt-cars .elementor-top-section .elementor-container {
    min-height: 400px;
}

/* 車両一覧ページのタイトルテキスト */
.tmp-pt-cars .elementor-element-dc03d82 p {
  text-align: center;
}
.tmp-pt-cars .elementor-element-dc03d82 p span {
    color: #ffffff;
    font-size: 32px;
}

.tmp-archive-cars-main {
  max-width: 980px;
  margin: 0 auto;
  padding: 80px 10px 80px;
}

.tmp-archive-cars-main .elementor-heading-title {
  font-family: "Noto Sans JP", noto sans jp;
  font-weight: 600;
  color: #000000;
  text-align: center;
}

.tmp-archive-cars-main-container {
  padding-top: 40px;
}
.tmp-archive-cars-main .elementor-container {
  display: flex;
  flex-wrap: wrap;
}

.tmp-archive-cars-main .elementor-column {
  width: 33.33333%;
  padding: 10px;
}

/* カードスタイル */
.tmp-archive-cars-card {
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  background: #f6f6f6;
}

.tmp-archive-cars-card:hover {
  /* transform: translateY(-4px); */
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
  background: #f5f8fa;
}

/* カード画像 */
.tmp-archive-cars-card__image {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.tmp-archive-cars-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

/* .tmp-archive-cars-card:hover .tmp-archive-cars-card__image img { transform: scale(1.05); } */

/* SOLDラベル */
.tmp-archive-cars-card__sold-label {
  position: absolute;
  top: 6px;
  left: 6px;
  background-color: rgba(220, 38, 38, 0.95);
  color: #ffffff;
  font-family: Helvetica, Arial;
  font-size: 14px;
  font-weight: 900;
  padding: 4px 12px;
  border-radius: 2px;
  letter-spacing: 0.1em;
  z-index: 10;
  pointer-events: none;
}

/* SOLD状態のカード全体を半透明に */
.elementor-column.is-sold .tmp-archive-cars-card__image img {
  filter: grayscale(100%);
}

/* カードボディ */
.tmp-archive-cars-card__body {
  padding: 20px;
}

/* メインタイトル */
.tmp-archive-cars-main-container-title {
  font-family: "Noto Sans JP", noto sans jp;
  font-weight: 600;
  color: #000000;
  font-size: 18px;
  line-height: 1.3;
  margin: 0 0 8px 0;
  /* text-decoration: underline; */
  text-underline-offset: 2px;
}

/* サブタイトル */
.card__subtitle {
  font-family: "Noto Sans JP", noto sans jp;
  font-size: 14px;
  color: #666666;
  margin: 0 0 16px 0;
  line-height: 1.4;
}

/* 仕様リスト */
.card__specs {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.spec {
  display: flex;
  align-items: center;
  gap: 8px;
}

.spec img {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.spec__text {
  font-family: "Noto Sans JP", noto sans jp;
  font-size: 14px;
  color: #333333;
  font-weight: 500;
}

/* 価格行 */
.card__priceRow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 16px;
  border-top: 1px solid #e0e0e0;
}

.price__Col .card__priceLabel {
  display: block;
  font-family: "Noto Sans JP", noto sans jp;
  font-size: 12px;
  color: #7a7a7a;
}

.card__priceOld {
  font-family: "Noto Sans JP", noto sans jp;
  font-size: 14px;
  color: #999999;
  text-decoration: line-through;
}

.card__priceNow {
  font-family: "Noto Sans JP", noto sans jp;
  font-size: 20px;
  font-weight: 700;
  color: #000000;
}
.card__priceNow.is-sold {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  margin-top: .8em;
}

/* リンクボタン */
.tmp-archive-cars-card__link {
  font-family: "Noto Sans JP", noto sans jp;
  font-size: 14px;
  color: #0066cc;
  text-decoration: none;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 4px;
  transition: color 0.2s ease;
}

.tmp-archive-cars-card__link::after {
  content: "↗";
  font-size: 12px;
  transition: transform 0.2s ease;
}

/* .tmp-archive-cars-card:hover .tmp-archive-cars-card__link { font-weight: bold; } */

.tmp-archive-cars-card:hover .tmp-archive-cars-card__link::after {
  transform: translate(2px, -2px);
}


/* 車両一覧ページのページネーション */
.tmp-archive-cars-main .pagination {
  display: flex;
  justify-content: center;
  margin: 40px 0 0 0;
}

.tmp-archive-cars-main .pagination .nav-links {
  display: flex;
  gap: 8px;
}

.tmp-archive-cars-main .pagination .page-numbers {
  display: inline-block;
  padding: 8px 14px;
  border-radius: 4px;
  background: #f5f5f5;
  color: #333;
  text-decoration: none;
  font-size: 15px;
  transition: background 0.2s, color 0.2s;
}

.tmp-archive-cars-main .pagination .page-numbers.current,
.tmp-archive-cars-main .pagination .page-numbers:hover {
  background: #001035;
  color: #fff;
}

.tmp-archive-cars-main .pagination .page-numbers.prev,
.tmp-archive-cars-main .pagination .page-numbers.next {
  font-weight: bold;
}


/* 一覧リンクのフェード効果 */
.tmp-archive-cars-main-container-title {
  transition: color 0.3s;
}

.tmp-archive-cars-main .elementor-column a:hover .tmp-archive-cars-main-container-title {
  color: #001035;
}


/* 車両詳細ページ */
.tmp-pt-cars .elementor-top-section {
  background-image: url(https://noblesse-oblige.vip/wp-content/uploads/2021/03/carsales2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.tmp-car-detail .car-thumbnail {
  margin: 0 auto 24px;
}
.tmp-car-detail .car-thumbnail img {
  width: 100%;
  height: auto;
}
.tmp-car-detail .car-detail-price-row {
  margin: 0 auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.car-detail-price-col {
  width: 50%;
}

.tmp-car-detail .car-detail-price-row__price_container {
  display: flex;
  align-items: center;
  gap: 24px;
  height: 48px;
  border-bottom: 1px solid #001035;
  min-width: 460px;
  justify-content: space-between;
}

.tmp-car-detail .car-detail-price-row__price_label {
  font-size: 20px;
  color: #001035;
}

.tmp-car-detail .car-detail-price-row__price {
  font-size: 32px;
  font-weight: bold;
}

.tmp-car-detail .car-detail-price-row__price--sold {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 24px;
  letter-spacing: 0.1em;
}

.tmp-car-detail small.car-detail-price-row__price_ex {
  font-size: 18px;
  font-weight: normal;
  color: #888;
}

.tmp-car-detail .car-detail-price-row__link-container {
  width: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tmp-car-detail .car-detail-price-row__link {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
  padding: 12px 16px;
  border: 1px solid #FF9500;
  border-radius: 4px;
  transition: all 0.3s ease;
  background: #FF9500;
  position: relative;
  padding-left: 36px;
  width: 360px;
  text-align: center;
}


.tmp-car-detail .car-detail-price-row__link::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url(images/mail-svgrepo-com.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}


.tmp-car-detail .car-detail-price-row__link:hover {
  /* background: #fff;
  color: #001035; */
  opacity: 0.8;
  text-decoration: none;
}

.car-detail-price-row__comment-count {
  font-size: 16px;
  font-weight: bold;
  color: #001035;
  text-decoration: none;
  background-image: url(images/comment-svgrepo-com-border.svg);
  background-size: auto 48px;
  background-repeat: no-repeat;
  background-position: center bottom;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px 16px;
  min-width: 56px;
  border-radius: 4px;
  transition: all 0.3s ease;
  margin-left: 5px;
}

.car-detail-price-row__comment-count:hover {
  opacity: 0.8;
  text-decoration: none;
}

/* .tmp-car-detail .car-detail-price-row__link:hover::before { background-image: url(images/mail-svgrepo-com-blue.svg); } */

.tmp-archive-cars-main .tmp-pt-cars-name {
  font-family: "Noto Sans JP", noto sans jp;
  font-weight: 600;
  color: #fff;
  text-align: left;
  font-size: 32px;
  line-height: 1.2;
  background: linear-gradient(to right, #001035 0%, #2b3c63 100%);
  padding: .6em 0 .6em .8em;
  /* border-left: 8px solid #001035; */
  margin-bottom: 40px;
}

.tmp-archive-cars-main .tmp-pt-cars-name .car-subtitle {
  font-family: "Noto Sans JP", noto sans jp;
  font-size: 32px;
  font-weight: 600;
  color: #fff;
  margin: 0 0 0 0;
  line-height: 1.4;
}

/* 一覧へ戻るリンク */
.tmp-back-to-list {
  margin: 60px 0 0;
  text-align: center;
}

.tmp-back-link {
  display: inline-block;
  color: #001035;
  text-decoration: none;
  font-family: "Noto Sans JP", noto sans jp;
  font-weight: 500;
  font-size: 14px;
  padding: 8px 16px;
  border: 1px solid #001035;
  border-radius: 4px;
  transition: all 0.3s ease;
  background: #fff;
  position: relative;
  padding-left: 32px;
}

.tmp-back-link::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-left: 2px solid #001035;
  border-bottom: 2px solid #001035;
  transform: translateY(-50%) rotate(45deg);
  transition: border-color 0.3s ease;
}

.tmp-back-link:hover::before {
  border-left-color: #fff;
  border-bottom-color: #fff;
}

.tmp-back-link:hover {
  background: #001035;
  color: #fff;
  text-decoration: none;
}

.tmp-car-detail .wp-block-image{
  margin: 36px auto;
}

.tmp-car-detail .wp-block-heading__with_separator{
  margin: 36px auto;
  border-bottom: 2px solid #001035;
  padding-bottom: 4px;
  font-weight: bold;
  color: #001035;
}

.tmp-car-detail h3.wp-block-heading{
  font-size: 16px;
  color: #f1f1f1;
  display: inline-block;
  background: #001035;
  padding: .4em .6em;
  font-weight: bold;
  letter-spacing: .04em;
}

.tmp-car-detail .wp-block-separator {
  margin: 56px auto;
}

.tmp-car-detail .price-box {
  border-bottom: 1px solid #001035;
  padding: 8px 16px;
  margin: 0 auto 0;
}

/* Car Detail Contact Section */
.car-detail-contact-section {
    background-image: url('images/carsales.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 60px 20px;
    margin: 40px 0;
    border-radius: 4px;
    overflow: hidden;
    display: block;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

.car-detail-contact-section:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.car-detail-contact-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.7);
    transition: background-color 0.3s ease;
}

.car-detail-contact-section:hover .car-detail-contact-overlay {
    background-color: rgba(0, 16, 53, 0.8);
}

.car-detail-contact-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #001035;
    transition: color 0.3s ease;
}

.car-detail-contact-section:hover .car-detail-contact-content {
    color: #ffffff;
}

.car-detail-contact-text {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: bold;
}

.car-detail-contact-button-text {
    display: inline-block;
    background-color: #001035;
    color: #ffffff;
    padding: 12px 36px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 16px;
    border: 2px solid #001035;
    transition: all 0.3s ease;
    position: relative;
    padding-left: 60px;
}

.car-detail-contact-icon {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-image: url(images/mail-svgrepo-com.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.car-detail-contact-section:hover .car-detail-contact-button-text {
    background-color: #ffffff;
    color: #001035;
    border-color: #ffffff;
}

.car-detail-contact-section:hover .car-detail-contact-icon {
    background-image: url(images/mail-svgrepo-com-blue.svg);
}

/* Car Tables - Common Styles */
.car-status-table,
.car-specs-table {
    margin: 40px 0;
    background: #ffffff;
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.car-status-title,
.car-specs-title {
    background: #001035;
    color: #ffffff;
    margin: 0;
    padding:  .8em 20px;
    font-size: 16px;
    font-weight: 600;
}

.car-status-table-content,
.car-specs-table-content {
    width: 100%;
    border-collapse: collapse;
    margin: 0 auto;
}

.car-status-table-content tr,
.car-specs-table-content tr {
    border-bottom: 1px solid #e5e5e5;
}

.car-status-table-content tr:last-child,
.car-specs-table-content tr:last-child {
    border-bottom: none;
}

.car-status-label,
.car-specs-label {
    padding: .8em 20px;
    background: #f8f9fa;
    font-weight: 600;
    color: #333333;
    width: 30%;
    border-right: 1px solid #e5e5e5;
}

.car-status-table-content tr td.car-status-value,
.car-specs-table-content tr td.car-specs-value {
    padding: .8em 20px;
    color: #333333;
    width: 70%;
    background: transparent;
}

/* Car Subtitle */
.car-subtitle {
    font-size: 18px;
    font-weight: 500;
    color: #666666;
    margin: 10px 0 20px 0;
    line-height: 1.4;
}


@media (max-width: 767px) {
  /* モバイル向けのスタイル */

  /* 車両一覧  */

  /* 車両一覧ページのヘッダー背景 */
  /* .tmp-pt-cars .elementor-top-section { } */

  /* 車両一覧ページのコンテナ最小高さ */
  .tmp-pt-cars .elementor-top-section .elementor-container {
    min-height: 300px;
  }

  /* 車両一覧ページのタイトルテキスト */
  .tmp-pt-cars .elementor-element-dc03d82 p {
  text-align: center;
  }
  .tmp-pt-cars .elementor-element-dc03d82 p span {
    color: #ffffff;
    font-size: 32px;
  }

  .tmp-archive-cars-main {
  max-width: 100%;
  margin: 0 auto;
  padding: 16vmin 4.27vmin ;
  }

  .tmp-archive-cars-main .elementor-heading-title {
  font-family: "Noto Sans JP", noto sans jp;
  font-weight: 600;
  color: #000000;
  text-align: center;
  }

  .tmp-archive-cars-main-container {
  padding-top: 40px;
  }
  .tmp-archive-cars-main .elementor-container {
  display: flex;
  flex-wrap: wrap;
  }

  .tmp-archive-cars-main .elementor-column {
  width: 50%;
  padding: 4.27vmin;
  }

  /* モバイル用カードスタイル */
  .tmp-archive-cars-card {
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  }

  .tmp-archive-cars-card__image {
    height: 150px;
  }

  .tmp-archive-cars-card__body {
    padding: 16px;
  }

  .tmp-archive-cars-main-container-title {
    font-size: 16px;
    margin: 0 0 6px 0;
  }

  .card__subtitle {
    font-size: 13px;
    margin: 0 0 12px 0;
  }

  .card__specs {
    gap: 8px;
    margin: 0 0 16px 0;
  }

  .spec {
    gap: 6px;
  }

  .spec img {
    width: 16px;
    height: 16px;
  }

  .spec__text {
    font-size: 3.47vmin;
  }

  .card__priceRow {
    padding-top: 12px;
  }

  .card__priceOld {
    font-size: 13px;
  }

  .card__priceNow {
    font-size: 18px;
  }

  .tmp-archive-cars-card__link {
    font-size: 13px;
  }

  /* さらに小さい画面用 */
  @media (max-width: 480px) {
    .tmp-archive-cars-main .elementor-column {
      width: 100%;
      padding: 4.27vmin 4.27vmin;
    }
  }

  /* 車両一覧ページのページネーション */
  .tmp-archive-cars-main .pagination {
  display: flex;
  justify-content: center;
  margin: 40px 0 0 0;
  }

  .tmp-archive-cars-main .pagination .nav-links {
  display: flex;
  gap: 8px;
  }

  .tmp-archive-cars-main .pagination .page-numbers {
  display: inline-block;
  padding: 8px 14px;
  border-radius: 4px;
  background: #f5f5f5;
  color: #333;
  text-decoration: none;
  font-size: 15px;
  transition: background 0.2s, color 0.2s;
  }

  .tmp-archive-cars-main .pagination .page-numbers.current,
  .tmp-archive-cars-main .pagination .page-numbers:hover {
  background: #001035;
  color: #fff;
  }

  .tmp-archive-cars-main .pagination .page-numbers.prev,
  .tmp-archive-cars-main .pagination .page-numbers.next {
  font-weight: bold;
  }


  /* 一覧リンクのフェード効果 */
  .tmp-archive-cars-main .elementor-column a {
    width: 100%;
    display: block;
  }


  .tmp-archive-cars-main .elementor-column a:hover {
  box-shadow: 0 6px 24px rgba(0,16,53,0.15);
  background: #f5f8fa;
  }

  .tmp-archive-cars-main .elementor-column a:hover img {
  filter: brightness(1.08);
  transition: filter 0.3s;
  }

  .tmp-archive-cars-main-container-title {
  transition: color 0.3s;
  }

  .tmp-archive-cars-main .elementor-column a:hover .tmp-archive-cars-main-container-title {
  color: #001035;
  }


  /* カードスタイル */
  .tmp-archive-cars-card {
    background: #ffffff;
    border-radius: 4px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    background: #f6f6f6;
  }

  .tmp-archive-cars-card:hover {
    /* transform: translateY(-4px); */
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
    background: #f5f8fa;
  }

  /* カード画像 */
  .tmp-archive-cars-card .tmp-archive-cars-card__image {
    position: relative;
    width: 100%;
    height: 64vmin;;
    overflow: hidden;
  }

  .tmp-archive-cars-card .tmp-archive-cars-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
  }

  /* モバイル用SOLDラベル */
  .tmp-archive-cars-card__sold-label {
    font-size: 4vmin;
  }

  /* カードボディ */
  .tmp-archive-cars-card__body {
    padding: 20px;
  }

  /* メインタイトル */
  .tmp-archive-cars-card__body .tmp-archive-cars-main-container-title {
    font-size: 5.33vmin;
    margin: 0 0 8px 0;
  }

  /* サブタイトル */
  .tmp-archive-cars-card__body .card__subtitle {
    font-size: 3.2vmin;
    margin: 0 0 16px 0;
  }

  /* 仕様リスト */
  .tmp-archive-cars-card__body .card__specs {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .tmp-archive-cars-card__body .card__specs .spec {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .tmp-archive-cars-card__body .card__specs .spec img {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
  }


  /* 価格行 */
  .tmp-archive-cars-card__body .card__priceRow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 16px;
    border-top: 1px solid #e0e0e0;
  }

  .tmp-archive-cars-card__body .card__priceNow {
    font-size: 5.33vmin;
  }

  /* リンクボタン */
  .tmp-archive-cars-card__body .tmp-archive-cars-card__link {
    font-family: "Noto Sans JP", noto sans jp;
    font-size: 14px;
    color: #0066cc;
    text-decoration: none;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 4px;
    transition: color 0.2s ease;
  }

  .tmp-archive-cars-card__body .tmp-archive-cars-card__link::after {
    content: "↗";
    font-size: 12px;
    transition: transform 0.2s ease;
  }



  /* 車両詳細ページ */
  .tmp-pt-cars .elementor-top-section {
  background-image: url(https://noblesse-oblige.vip/wp-content/uploads/2021/03/carsales2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  }

  .tmp-car-detail .car-detail-price-row {
    margin: 0 auto 24px;
    display: block;
  }
  .car-detail-price-col {
    width: 100%;
  }
  .tmp-car-detail .car-detail-price-row__price_container {
    gap: 24px;
    height: auto;
    min-width: 100%;
    align-items: baseline;
  }

  .tmp-car-detail .car-detail-price-row__price_label {
    font-size: 3.2vmin;
    color: #001035;
  }

  .tmp-car-detail .car-detail-price-row__price {
    font-size: 6.93vmin;
    font-weight: bold;
  }
  .tmp-car-detail .car-detail-price-row__price--sold {
    font-size: 4vmin;
  }
  .tmp-car-detail small.car-detail-price-row__price_ex {
    display: block;
    font-size: 4vmin;
    width: 100%;
    text-align: right;
  }
  .tmp-car-detail .car-detail-price-row__link-container {
    margin-top: 16px;
    width: 100%;
  }
  .tmp-car-detail .car-detail-price-row__link {
    display: block;
    font-size: 4.27vmin;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
    padding: 12px 16px;
    border-radius: 4px;
    transition: all 0.3s ease;
    position: relative;
    padding-left: 36px;
    width: 100%;
    text-align: center;
  }
  .tmp-car-detail .car-detail-price-row__comment-count {
    font-size: 4.27vmin;
  }


  .tmp-car-detail .car-detail-price-row__link::before {
    content: "";
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background-image: url(images/mail-svgrepo-com.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }

  .tmp-archive-cars-main .tmp-pt-cars-name {
  font-family: "Noto Sans JP", noto sans jp;
  font-weight: 600;
  color: #fff;
  text-align: left;
  font-size: 24px;
  line-height: 1.2;
  background: linear-gradient(to right, #001035 0%, #2b3c63 100%);
  padding: .6em 0 .6em .8em;
  /* border-left: 8px solid #001035; */
  margin-bottom: 40px;
  }

  .tmp-archive-cars-main .tmp-pt-cars-name .car-subtitle {
  font-family: "Noto Sans JP", noto sans jp;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  margin: 0;
  line-height: 1.4;
  }

  /* 一覧へ戻るリンク */
  .tmp-back-to-list {
  margin: 30px 0;
  text-align: center;
  }

  .tmp-back-link {
  display: inline-block;
  color: #001035;
  text-decoration: none;
  font-family: "Noto Sans JP", noto sans jp;
  font-weight: 500;
  font-size: 14px;
  padding: 8px 16px;
  border: 1px solid #001035;
  border-radius: 4px;
  transition: all 0.3s ease;
  background: #fff;
  position: relative;
  padding-left: 32px;
  }

  .tmp-back-link::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-left: 2px solid #001035;
  border-bottom: 2px solid #001035;
  transform: translateY(-50%) rotate(45deg);
  transition: border-color 0.3s ease;
  }

  .tmp-back-link:hover::before {
  border-left-color: #fff;
  border-bottom-color: #fff;
  }

  .tmp-back-link:hover {
  background: #001035;
  color: #fff;
  text-decoration: none;
  }

  .tmp-car-detail .wp-block-image{
  margin: 36px auto;
  }

  .tmp-car-detail .wp-block-heading__with_separator{
  margin: 1.2em auto .8em;
  border-bottom: 2px solid #001035;
  padding-bottom: 4px;
  font-weight: bold;
  color: #001035;
  font-size: 6.4vmin;
  }

  .tmp-car-detail h3.wp-block-heading{
  font-size: 16px;
  color: #f1f1f1;
  display: inline-block;
  background: #001035;
  padding: .4em .6em;
  font-weight: bold;
  letter-spacing: .04em;
  }

  .tmp-car-detail .wp-block-separator {
  margin: 56px auto;
  }

  .tmp-car-detail .price-box {
  border-bottom: 1px solid #001035;
  padding: 8px 16px;
  margin: 0 auto 0;
  }

  .car-status-title,
  .car-specs-title {
      padding:  .8em 20px;
      font-size: 16px;
  }

  .car-status-label,
  .car-specs-label {
      padding: .8em 20px;
      width: 37%;
  }

  .car-status-table-content tr td.car-status-value,
  .car-specs-table-content tr td.car-specs-value {
      padding: .8em 20px;
      width: 70%;
  }
}


/* パスワード保護 */
.password-protected-message {
  padding: 20px;
  background: #f5f8fa;
  border-radius: 4px;
  margin: 20px 0;
}

.password-protected-message .elementor-heading-title {
  font-size: 20px;
  text-align: center;
}

.password-protected-message p {
  margin: 1em 0;
  font-size: 16px;
}

/* .password-protected-message .elementor-widget-container { } */

.password-protected-message .post-password-form {
  margin: 0 auto;
  max-width: 500px;
}

.password-protected-message .post-password-form p {
  justify-content: center;
}

.password-protected-message .post-password-form p label input {
  margin-top: 10px;
}


/* コメント */
.tmp-comments {
  margin: 30px 0;
}

.tmp-comments .comment-list {
  list-style: none;
  padding: 0;
}

/* コメントフォーム */
.comment-respond {
  margin: 30px 0 0;
}

.comments-title {
  font-size: 24px;
  font-weight: bold;
  color: #001035;
  margin-bottom: 20px;
}

.comment-reply-title {
  font-size: 24px;
  font-weight: bold;
  color: #001035;
  margin-bottom: 20px;
}

.comment-form input,
.comment-form textarea {
  border: 1px solid #001035;
  padding: 10px;
  border-radius: 4px;
}

.comment-form input[type="submit"] {
  background-color: #001035;
  color: #fff;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.comment-form input[type="submit"]:hover {
  background-color: #001035;
  color: #fff;
  text-decoration: none;
}

/* コメントフォーム切替ボタン */
.comment-form-toggle-button {
  display: block;
  margin: 24px auto 8px;
  padding: 8px 24px 8px 38px;
  background-color: #001035;
  color: #ffffff;
  border: 1px solid #001035;
  border-radius: 4px;
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease, background-image 0.25s ease;
}

.comment-form-toggle-button.is-closed {
  background-image: url(images/comment-svgrepo-com.svg);
  background-size: 24px auto;
  background-repeat: no-repeat;
  background-position: 10px center;
}

.comment-form-toggle-button.is-open {
  padding: 8px 24px 8px 24px;
}

.comment-form-toggle-button:hover,
.comment-form-toggle-button:focus {
  background-color: #ffffff;
  color: #001035;
  text-decoration: none;
  outline: none;
}

.comment-form-toggle-button.is-closed:hover {
  background-image: url(images/comment-svgrepo-com-blk.svg);
  background-size: 24px auto;
  background-repeat: no-repeat;
  background-position: 10px center;
}


.comment-form-toggle-container {
  margin-top: 12px;
}

/* 開閉状態の見た目 */
.comment-form-toggle-button.is-open {
  background-color: #ffffff;
  color: #001035;
}

.comment-form input[type="submit"]:hover {
  background-color: #001035;
  color: #fff;
  text-decoration: none;
}

.comment-form input[type="submit"]:hover {
  background-color: #001035;
  color: #fff;
  text-decoration: none;
}

.comment-form-cookies-consent {
  margin-bottom: .3em;
}

.comment-form-subscriptions {
  margin-bottom: 1.6em;
}

#subscribe-reloaded {
  width: auto !important;
}

.comments-subscribe-url .comments-subscribe-url-link {
  color: #001035;
  text-decoration: underline;
}

/* コメント管理ページ */
#content.post--999 {
  padding: 30vh 0;
  background-color: #001035;
  color: #fff;
  width: 100%;
  max-width: 100%;
}

#content.post--999 .entry-title {
  max-width: 1000px;
  margin: 0 auto;
}
#content.post--999 h1 {
  color: #fff;
}

#content.post--999 .page-content {
  max-width: 1000px;
  margin: 0 auto;
  padding: 80px 0 0;
}

#content.post--999 p {
  color: #fff;
}

#content.post--999 form {
  display: none;
}


@media (max-width: 767px) {
  #content.post--999 {
    padding: 30vh 0 10vh;
  }

  #content.post--999 .entry-title {
    max-width: 100%;
    padding: 0 16px;
  }
  #content.post--999 .page-content {
    max-width: 100%;
    padding: 48px 16px;
  }

}


/* topに追加した要素 */
#_top-conversion-area-button-box {
  width: 520px;
  margin: 0 auto;
}

#_top-conversion-area-button-box .elementor-button.elementor-button-link {
  width: 240px;
}

#_top-conversion-area-button-box .top-conversion-area-button-line .elementor-button.elementor-button-link{
  background: #00B900;
}

@media (max-width: 767px) {
  #_top-conversion-area-button-box {
    width: 100%;
  }

  #_top-conversion-area-button-box .elementor-button.elementor-button-link {
    width: 72vmin;
  }
}


