@charset "utf-8";


/* ---------------------------------------------------------
 * common
** --------------------------------------------------------- */
/* --------------- .post_content --------------- */
.post_content {
  line-height: 1.8;
}
.post_content * + h2,
.post_content * + h3 {
  margin-top: 40px;
}
.post_content * + h4 {
  margin-top: 30px;
}
.post_content * + figure {
  margin-top: 30px;
}
.post_content * + ul,
.post_content * + ol {
  margin-top: 30px;
}
.post_content h2 {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #000;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
}
.post_content h3 {
  margin-bottom: 15px;
  padding: 15px 0 12px;
  border-top: 1px solid #777;
  border-bottom: 1px solid #777;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
}
.post_content h4 {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 3px double #999;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
}
.post_content .wp-block-table {
  position: relative;
  overflow: auto;
  white-space: nowrap;
}
.post_content .wp-block-table::-webkit-scrollbar {
  height: 5px;
}
.post_content .wp-block-table::-webkit-scrollbar-track {
  background: #F1F1F1;
}
.post_content .wp-block-table::-webkit-scrollbar-thumb {
  background: #BCBCBC;
}
.post_content .wp-block-table::before {
  content: "左右にスクロールできます";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 40px;
  margin: auto;
  padding: 5px 10px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  opacity: 1;
  transition: all 0.3s ease;
  pointer-events: none;
}
.post_content .wp-block-table.scrolled::before {
  opacity: 0;
}
.post_content table {
  width: 100%;
  border: 1px solid #888;
}
.post_content th,
.post_content td {
  padding: 10px 20px;
  vertical-align: middle;
}
.post_content th {
  background-color: #fffde8;
  text-align: center;
}
.post_content td {
}
.post_content td:first-child {
  background-color: #f3f3f3;
  font-weight: bold;
}
.post_content th:not(:first-child),
.post_content td:not(:first-child) {
  border-left: 1px solid #ccc;
}
.post_content thead th {
  border-bottom: 1px solid #ccc;
}
.post_content tr:not(:first-child) td {
  border-top: 1px solid #ccc;
}
.post_content figure figcaption {
  padding: 3px 0;
  font-size: 13px;
  text-align: center;
}
.post_content kbd {
  background-color: #eee;
  border-radius: 3px;
  border: 1px solid #b4b4b4;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .2), 0 2px 0 0 rgba(255, 255, 255, .7) inset;
  color: #333;
  display: inline-block;
  font-size: .85em;
  font-weight: 700;
  line-height: 1;
  padding: 3px 4px 1px;
  white-space: nowrap;
}
.post_content ul,
.post_content ol {
  padding-left: 25px;
}
.post_content ul li {
  position: relative;
}
.post_content ul li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: -20px;
  display: block;
  width: 10px;
  height: 10px;
  background-color: #ffd800;
  border-radius: 10px;
}
.post_content ul ul li::before {
}
.post_content ol {
  list-style-type: decimal;
}
.post_content ul ul,
.post_content ul ol,
.post_content ol ul,
.post_content ol ol {
}
.post_content ul li::marker,
.post_content ol li::marker {
  color: #ffd800;
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 959px) {
}
@media (max-width: 767px) {
}
@media (max-width: 639px) {
}




/* ---------------------------------------------------------
 * #single-vehicle
** --------------------------------------------------------- */
#single-vehicle {
}
#single-vehicle .lower_fv {
  background-image: url("../img/vehicle/product_fv.jpg");
}
#single-vehicle .vehicle_wrapper {
  padding-top: 40px;
  padding-bottom: 70px;
}
@media (max-width: 959px) {
}
@media (max-width: 767px) {
}
@media (max-width: 639px) {
}


/* --------------- .vehicle_wrapper --------------- */
#single-vehicle .vehicle_wrapper .vehicle_detail {
  display: flex;
  justify-content: space-between;
}
/* .left */
#single-vehicle .vehicle_wrapper .left {
  width: calc(60000% / 1200);
}
#single-vehicle .vehicle_wrapper #gallery {
}
#single-vehicle .vehicle_wrapper .view_img {
  opacity: 0;
  transition: all 0.3s ease;
}
#single-vehicle .vehicle_wrapper .view_img.slick-initialized {
  opacity: 1;
}
#single-vehicle .vehicle_wrapper .view_img div {
}
#single-vehicle .vehicle_wrapper .view_img img {
  width: 100%;
  height: auto;
}
#single-vehicle .vehicle_wrapper .thumbs {
  position: relative;
  margin-top: 10px;
  padding-left: calc(3300% / 600);
  padding-right: calc(3300% / 600);
  transition: all 0.3s ease;
}
#single-vehicle .vehicle_wrapper .thumbs .thumb {
  display: flex;
  overflow: hidden;
}
#single-vehicle .vehicle_wrapper .thumbs .group {
  flex-shrink: 0;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  padding-left: calc(600% / 534);
  padding-right: calc(600% / 534);
  transition: all 0.5s ease;
}
#single-vehicle .vehicle_wrapper .thumbs .img {
  width: calc(6000% / 522);
  height: auto;
}
#single-vehicle .vehicle_wrapper .thumbs .img:nth-child(n+9) {
  margin-top: calc(600% / 522);
}
#single-vehicle .vehicle_wrapper .thumbs .img:not(:nth-child(8n)) {
  margin-right: calc(600% / 522);
}
#single-vehicle .vehicle_wrapper .thumbs .img.active {
  position: relative;
}
#single-vehicle .vehicle_wrapper .thumbs .img.active::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid #962323;
}
#single-vehicle .vehicle_wrapper .thumbs img {
  width: 100%;
  height: auto;
}
#single-vehicle .vehicle_wrapper .thumbs .prevArrow,
#single-vehicle .vehicle_wrapper .thumbs .nextArrow {
  position: absolute;
  top: 0;
  width: calc(3000% / 600);
  height: 100%;
  background-color: #f5f5f5;
  border: 1px solid #d9d9d9;
  transition: all 0.3s ease;
}
#single-vehicle .vehicle_wrapper .thumbs .prevArrow {
  left: 0;
}
#single-vehicle .vehicle_wrapper .thumbs .nextArrow {
  right: 0;
}
#single-vehicle .vehicle_wrapper .thumbs .prevArrow.disable,
#single-vehicle .vehicle_wrapper .thumbs .nextArrow.disable {
  background-color: #B9B9B9;
}
#single-vehicle .vehicle_wrapper .thumbs .prevArrow:not(.disable),
#single-vehicle .vehicle_wrapper .thumbs .nextArrow:not(.disable) {
  cursor: pointer;
}
#single-vehicle .vehicle_wrapper .thumbs .prevArrow::before,
#single-vehicle .vehicle_wrapper .thumbs .nextArrow::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  width: 10px;
  height: 10px;
  margin-top: auto;
  margin-bottom: auto;
  border-top: 1px solid #64646c;
  transform-origin: center;
  transition: all 0.3s ease;
}
#single-vehicle .vehicle_wrapper .thumbs .prevArrow::before {
  left: 40%;
  border-left: 1px solid #64646c;
  transform: rotate(-45deg);
}
#single-vehicle .vehicle_wrapper .thumbs .nextArrow::before {
  right: 40%;
  border-right: 1px solid #64646c;
  transform: rotate(45deg);
}
#single-vehicle .vehicle_wrapper .thumbs .prevArrow:not(.disable):hover::before,
#single-vehicle .vehicle_wrapper .thumbs .nextArrow:not(.disable):hover::before {
  border-color: #000;
}
@media (max-width: 959px) {
}
@media (max-width: 767px) {
}
@media (max-width: 639px) {
  #single-vehicle .vehicle_wrapper .vehicle_detail {
    display: block;
  }
  #single-vehicle .vehicle_wrapper .left {
    width: 100%;
  }
}
@media (max-width: 459px) {
  #single-vehicle .vehicle_wrapper .thumbs {
    position: relative;
    margin-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }
  #single-vehicle .vehicle_wrapper .thumbs .thumb {
    display: flex;
    margin-left: -20px;
    margin-right: -20px;
    overflow: auto;
  }
  #single-vehicle .vehicle_wrapper .thumbs .group {
    flex-wrap: nowrap;
    width: auto;
    padding-left: 5px;
    padding-right: 5px;
  }
  #single-vehicle .vehicle_wrapper .thumbs .group:first-child {
    padding-left: 20px;
  }
  #single-vehicle .vehicle_wrapper .thumbs .group:last-child {
    padding-right: 20px;
  }
  #single-vehicle .vehicle_wrapper .thumbs .img {
    width: auto;
  }
  #single-vehicle .vehicle_wrapper .thumbs .img:nth-child(n+9) {
    margin-top: 0;
  }
  #single-vehicle .vehicle_wrapper .thumbs .img:not(:nth-child(8n)) {
    margin-right: 0;
  }
  #single-vehicle .vehicle_wrapper .thumbs .img:not(:last-child) {
    margin-right: 10px;
  }
  #single-vehicle .vehicle_wrapper .thumbs .prevArrow,
  #single-vehicle .vehicle_wrapper .thumbs .nextArrow {
    display: none;
  }
}

/* .right */
#single-vehicle .vehicle_wrapper .right {
  width: calc(60000% / 1200);
  padding-left: calc(4000% / 1200);
}
#single-vehicle .vehicle_wrapper .cate {
  font-size: 16px;
  line-height: 1;
}
#single-vehicle .vehicle_wrapper .cate span {
  display: inline-block;
}
#single-vehicle .vehicle_wrapper .cate span:not(:first-child) {
  margin-left: 10px;
}
#single-vehicle .vehicle_wrapper h1 {
  margin-top: 10px;
  font-size: 25px;
  font-weight: bold;
}
#single-vehicle .vehicle_wrapper .price {
  font-size: 16px;
  font-weight: bold;
}
#single-vehicle .vehicle_wrapper .price span {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 36px;
}
#single-vehicle .vehicle_wrapper .btn_area {
  margin-top: 10px;
}
#single-vehicle .vehicle_wrapper .btn_area a {
  padding: 20px 80px 20px 60px;
  font-size: 16px;
  line-height: 1;
}
#single-vehicle .vehicle_wrapper .btn_area a::before {
  right: 20px;
}
#single-vehicle .vehicle_wrapper .btn_area a::after {
  right: 31px;
}
#single-vehicle .vehicle_wrapper .detail {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ccc;
}
#single-vehicle .vehicle_wrapper .detail_sp {
  display: none;
}
#single-vehicle .vehicle_wrapper dl {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
}
#single-vehicle .vehicle_wrapper dl div {
  display: flex;
  align-items: center;
  width: 50%;
}
#single-vehicle .vehicle_wrapper dl div:nth-child(n+3) {
  margin-top: 6px;
}
#single-vehicle .vehicle_wrapper dt {
  flex-shrink: 0;
  display: inline-block;
  width: 110px;
  margin-right: 10px;
  padding: 8px 5px;
  background-color: #f5f5f5;
  font-weight: normal;
  text-align: center;
}
#single-vehicle .vehicle_wrapper dd {
  font-weight: bold;
}
#single-vehicle .vehicle_wrapper .post_content {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ccc;
}
#single-vehicle .vehicle_wrapper .post_content_sp {
  display: none;
}
@media (max-width: 959px) {
  #single-vehicle .vehicle_wrapper .detail {
    display: none;
  }
  #single-vehicle .vehicle_wrapper .detail_sp {
    display: block;
  }
  #single-vehicle .vehicle_wrapper .post_content {
    display: none
  }
  #single-vehicle .vehicle_wrapper .post_content_sp {
    display: block;
  }
}
@media (max-width: 767px) {
  #single-vehicle .vehicle_wrapper .btn_area a {
    padding: 20px 60px 20px 40px;
  }
}
@media (max-width: 639px) {
  #single-vehicle .vehicle_wrapper .right {
    width: 100%;
    margin-top: 40px;
    padding-left: 0;
  }
  #single-vehicle .vehicle_wrapper .cate {
    font-size: 14px;
  }
  #single-vehicle .vehicle_wrapper h1 {
    font-size: 18px;
  }
  #single-vehicle .vehicle_wrapper .price {
    font-size: 14px;
    font-weight: bold;
  }
  #single-vehicle .vehicle_wrapper .price span {
    font-size: 26px;
  }
  #single-vehicle .vehicle_wrapper .btn_area {
    text-align: center;
  }
  #single-vehicle .vehicle_wrapper .btn_area a {
    width: 100%;
    padding: 17px 60px 17px 40px;
    font-size: 15px;
  }
  #single-vehicle .vehicle_wrapper dl {
    font-size: 12px;
  }
  #single-vehicle .vehicle_wrapper dt {
    width: 90px;
    padding: 6px 3px;
  }
}
@media (max-width: 459px) {
}


/* --------------- .recommend --------------- */
#single-vehicle .recommend {
  padding-top: 70px;
  padding-bottom: 80px;
  background-color: #f5f5f5;
}
#single-vehicle .recommend h2 {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}
#single-vehicle .recommend h2::after {
  content: "";
  display: block;
  width: 50px;
  height: 4px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  background-color: #962323;
}
#single-vehicle .recommend ul {
  display: flex;
  margin-top: 50px;
}
#single-vehicle .recommend li {
  width: calc(28500% / 1200);
}
#single-vehicle .recommend li:not(:first-child) {
  margin-left: 20px;
}
@media (max-width: 959px) {
  #single-vehicle .recommend ul {
    flex-wrap: wrap;
  }
  #single-vehicle .recommend li {
    width: calc(calc(100% - 20px) / 2);
  }
  #single-vehicle .recommend li:not(:nth-child(2)):not(:nth-child(4)) {
    margin-left: 0;
  }
  #single-vehicle .recommend li:nth-child(n+3) {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
}
@media (max-width: 639px) {
}




/* ---------------------------------------------------------
 * #single
** --------------------------------------------------------- */
#single {
}
#single .lower_fv {
  background-image: url("../img/news/news_fv.jpg");
}
#single .news {
  max-width: 1040px;
  padding-top: 30px;
  padding-bottom: 80px;
}
#single .news h1 {
  font-size: 28px;
  font-weight: bold;
}
#single .news .date {
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid #ccc;
}
#single .news .post_content {
  margin-top: 30px;
}
#single .news .page_nav {
  display: flex;
  justify-content: space-between;
  max-width: 256px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}
#single .news .page_nav a {
  display: flex;
  align-items: center;
}
#single .news .page_nav .prev_link {
}
#single .news .page_nav .next_link {
  margin-left: auto;
}
#single .news .page_nav a span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin: 0 10px;
}
#single .news .page_nav a:hover span {
  background-color: #962323;
}
#single .news .page_nav a span::before {
  content: "";
  position: relative;
  display: block;
  width: 9px;
  height: 9px;
  border-top: 1px solid #000;
  transform-origin: center;
}
#single .news .page_nav a:hover span::before {
  border-color: #fff;
}
#single .news .page_nav .prev_link span::before {
  left: 2px;
  border-left: 1px solid #000;
  transform: rotate(-45deg);
}
#single .news .page_nav .next_link span::before {
  right: 2px;
  border-right: 1px solid #000;
  transform: rotate(45deg);
}
@media (max-width: 959px) {
}
@media (max-width: 767px) {
}
@media (max-width: 639px) {
  #single .news h1 {
    font-size: 20px;
  }
  #single .news .page_nav a span {
    width: 40px;
    height: 40px;
  }
}