/* ver13 */
html { scroll-behavior: smooth;}
p.price {
  font:36px "arial";
  color:#c00; }

p.sale {
  font-weight:bold;
  font:18px "times new roman";
  width:280px;
  float:left;
  color:#00b;
  padding:0;
  display:block;
  margin:5px 50px -10px 25px;
  text-align:center; }

a { text-decoration:none; }

#photo {
  position:relative;
  text-align:center;
}


.block-slick {
  display: none;
  height: 490px;
  list-style: none;
}

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

.block-slick img {
  margin: auto;
  width: fit-content;
  height:480px;
  max-width: 640px;
  cursor:pointer;
}

.thumbnail-list {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  list-style: none;
}

.thumbnail-list img {
  width: 71px;
  height:auto;
  border: 0px;
}

.thumbnail-list .thumbnail-item {
  box-sizing: border-box;
  position: relative;
  margin:5px 0 5px 10.2px;
  cursor:pointer;
}

.thumbnail-list .thumbnail-item:nth-of-type(8n-7) {
  margin-left:0px !important;
}

.thumbnail-list .thumbnail-item:after {
  content: '';
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: .3s opacity linear;
}

.thumbnail-list .thumbnail-item.thumbnail-current:after {
  opacity: 0;
}

.slick-lightbox {
  z-index:100000 !important;
  background: rgba(0,0,0,.85) !important;
}

.slick-lightbox .slick-prev {
  left:30px !important;
  width:40px;
  height:40px;
}

.slick-lightbox .slick-next {
  right:30px !important;
  width:40px;
  height:40px;
}

.slick-lightbox .slick-prev:before, .slick-lightbox .slick-next:before {
  font-size:40px;
}

.slick-lightbox .slick-lightbox-close {
  width:40px !important;
}

.slick-lightbox .slick-lightbox-close:before {
  font-size:40px !important;
}

.PopBoxImageSmall, .noinsp {
  width:300px;
  margin:20px 0 20px 0; }

.PopBoxImageSmall { cursor: url("https://autocj.co.jp/images/magplus.cur"), pointer; }
.PopBoxImageLarge { cursor: url("https://autocj.co.jp/images/magminus.cur"), pointer; }

.order ul { padding:12px 15px; font-weight:bold; }

.order ul li { padding:9px 2px 0 0; list-style-type:none; }

.unit {
  display: -moz-inline-box;
  display: inline-block;
  width:200px;
  font-size:.9rem;
  margin:30px 20px;
  vertical-align:top;
  zoom: 1;
  position:relative;
  border:1px solid #ccc;
  box-shadow:0px 1px 7px #ccc;
}

.unit .perlo {
  padding:5px 8px;
  background:#0096888f;
  position:absolute;
  top:5px;
  left:5px;
  border-radius:14px;
  color:#fff;
}

.unit img { width:100%; }

.unit p {
  line-height:18px;
  padding:10px;
  font-size:.95rem;
}

.unit p .text-danger { margin-top:7px;font-size:1rem; display:inline-block;}

.unit p .unit-bottom {
  display:block;
  margin-top:4px;
  font-size:.8rem;
  color:#666;
}

div.order {
  background: #FFFFFF;
  height:auto;
  border:1px black solid;
  width:800px;
  margin:auto;
  padding:1.5rem 2rem;
}

.order h4 {
  border-bottom: 1px solid #003e5f;
  line-height: 24px;
  margin-bottom: 1.5rem;
  font-size:1.2rem;
}

.order h4 span {
  padding: 2px 6px;
  background: #003e5f;
  color: #ffffff;
  margin-right: .5rem;
}

div.order p {
  color: #000;
  padding: 10px 0 10px;
  font-size:13px;
  margin-bottom:0;
}

div.order p:empty {
  display:none;
}

.order_atten {
  padding: 10px 0 10px;
}

.order form {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size:.8rem;
  line-height:18px;
}

.order form label {
  font-weight:700;
  width:100px;
  float:left;
}

.order form div {
  width:calc(50% - 5px);
  margin-bottom:8px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
}

.order form > div:nth-of-type(2n) {
  margin-left:10px;
}

.order form > div .form-phone {
  width:calc(100% - 100px);
  margin-bottom: 0;
}
.order form > div .form-phone .intl-no {
  border: 1px solid #a2a2a2;
  padding: 0.3rem 0.2rem;
  height: 1.8rem;
  background: #eee;
  border-radius: 3px;
  width: 40px;
  margin-right: 5px;
  margin-bottom: 0;
}
.order form > div .form-phone input[name="phone"] {
  width: 100% !important;
}

.order form > div.messagearea {
  width:100%;
  -webkit-box-align:start;
  -ms-flex-align:start;
  align-items:start;
}

.order_form td {
  border: none;
  padding-top: 5px;
  height:23px;
}

.order_txt {
  width:calc(100% - 100px) !important;
  border: 1px solid #7f9db9;
  height:30px;
}

.order .comment {
  width:calc(100% - 100px);
  height:140px;
  font-size:12px;
}

.order_sel {
  width:calc(100% - 100px);
  height:30px;
  color: #393939;
  border: solid #7f9db9 1px;
}

.order_submit {
  width: 100%;
  margin: auto;
  padding: 5px 0;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  background: #ff1b1b;
  border: 1px solid #8496D4;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  cursor:pointer;
}

.order_submit:hover {
  opacity:0.9;
  filter:alpha(opacity=90);
  -ms-filter:"alpha(opacity=90)";
}

.order ul li {
  margin-left:10px;
  font-size: .8rem;
  list-style-type: square;
  line-height: 0.9;
}

div.inquiry {
  background: #d9edf7;
  border: solid 1px #B8C9D2;
  height:100px;
  padding: 5px;
  text-align: center;
  margin:10px;
  clear:both;
}

div.inquiry2 {
  background: #d9edf7;
  border: solid 1px #B8C9D2;
  height:130px;
  padding: 5px;
  text-align: center;
  margin:10px;
  clear:both;
}

div.other {
  width:1240px;
  margin:auto;
  background:#fff;
  padding:25px 15px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom:2rem;
}

div.other h4 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: .3rem;
  display: block;
}

.h3_carpage {
  font-size:1.1rem;
  margin:4px 0 14px 0;
  display:inline;
  float:left;
  line-height:32px;
  font-weight:normal;
}

.morephoto, .download {
  font-size:18px;
  color:#fff !important;
  margin:7px auto 15px;
}

.morephoto a {
  display:block;
  background:#04496f;
  padding:7px;
}

.morephoto a:hover, .download a:hover {
  text-decoration:none;
  opacity:.6;
  color:inherit;
}

.download a {
  display:block;
  background:#f44336;
  padding:7px;
}

.download a i {
  vertical-align:baseline;
  margin-right:4px;
}

.right_box {
  width:400px;
}

.order_form {
  margin:auto;
}

.officeinfo {
  margin:auto;
  display:table;
}

.reviews_bg {
  margin-top: 40px;
  padding: 10px 0 20px 0;
}

.star_carpage {
  display:inline-block;
  margin:4px 0 4px 20px;
}

.star_carpage .yotpo.bottomLine .yotpo-bottomline .yotpo-icon-star, .star_carpage  .yotpo.bottomLine .yotpo-bottomline .yotpo-icon-half-star, .star_carpage  .yotpo.bottomLine .yotpo-bottomline .yotpo-icon-empty-star, .star_carpage  .yotpo.bottomline .yotpo-bottomline .yotpo-icon-star, .star_carpage  .yotpo.bottomline .yotpo-bottomline .yotpo-icon-half-star, .star_carpage  .yotpo.bottomline .yotpo-bottomline .yotpo-icon-empty-star, .star_carpage  .yotpo .yotpo-modal-bottom-line .yotpo-bottomline .yotpo-icon-star, .star_carpage  .yotpo .yotpo-modal-bottom-line .yotpo-bottomline .yotpo-icon-half-star, .star_carpage  .yotpo .yotpo-modal-bottom-line .yotpo-bottomline .yotpo-icon-empty-star {
  line-height:32px;
}

.star_inline {
  display:inline;
}

.standalone-bottomline {
  display:inline;
}

.clr {
  clear:both;
}

.yotpo .yotpo-label-container { border:none !important;}

.yotpo .yotpo-icon-default-star:before, .yotpo .yotpo-icon-star:before {
  line-height:32px;
}

.star_carpage .yotpo .text-m {
  line-height:32px;
  margin-left:4px;
}

.other .yotpo.bottomLine .yotpo-bottomline .yotpo-icon-star, .other  .yotpo.bottomLine .yotpo-bottomline .yotpo-icon-half-star, .other  .yotpo.bottomLine .yotpo-bottomline .yotpo-icon-empty-star, .other  .yotpo.bottomline .yotpo-bottomline .yotpo-icon-star, .other  .yotpo.bottomline .yotpo-bottomline .yotpo-icon-half-star, .other  .yotpo.bottomline .yotpo-bottomline .yotpo-icon-empty-star, .other  .yotpo .yotpo-modal-bottom-line .yotpo-bottomline .yotpo-icon-star, .other  .yotpo .yotpo-modal-bottom-line .yotpo-bottomline .yotpo-icon-half-star, .other  .yotpo .yotpo-modal-bottom-line .yotpo-bottomline .yotpo-icon-empty-star {
  font-size:12px !important;
  line-height:14px;
}

.other .yotpo .text-m {
  line-height:14px;
  margin-left:4px;
  font-size:12.5px;
}

.other .yotpo-bottomline {
  width: 100%;
  margin-top:4px;
}

.yotpo .yotpo-icon-default-empty-star:before, .yotpo .yotpo-icon-empty-star:before {
  line-height:32px;
}

.popup input, .popupwindow, .popup #close1:checked ~ .popupwindow {
  display:none;
}

.popup #open:checked ~ .popupwindow {
  display:block;
}

.popupwindow {
  background:rgba(0,0,0,.7);
  filter:alpha(opacity=80);
  z-index:150;
  position:fixed;
  width:100%;
  height:100%;
  top:0;
  left:0;
}

.popup label[for=open] {
  display:inline-block;
}

.popupwindow label[for=close1] {
  display:block;
  width:100%;
  height:100%;
}

.popupwindow label[for=close1] span {
  position: absolute;
  right: 0;
  top: -33px;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
}

.popupwindow .popimg img {
  max-height: 800px;
  width: 100%;
  height: 100%;
}

.popimg {
  background: #fff;
  position: absolute;
  padding: 10px;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  z-index: 300;
  max-height:85%;
}

.popup img.thummap {
  border:1px solid #ccc;
  cursor:pointer;
  display:block;
}

.popup .popupbtn {
  background:#ff0000;
  color:#fff;
  padding:5px 12px;
  border-radius:4px;
  margin-top:4px;
  display:inline-block;
}

.popup img.thummap:hover, .popup .popupbtn:hover {
  opacity:.6;
}

.pd_percent {
  background: red;
  display: block;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  padding: 0 9px 0 6px;
  border-left: 1px dotted #fff;
  float:left;
  line-height:17px;
}

.MEGA_SALE-tag {
  background: #f48e1f;
  color: #FFFFFF;
  border: 1px solid #f48e1f;
}

.FRESH_SALE-tag {
  background: #f48e1f;
  color: #FFFFFF;
  border: 1px solid #f48e1f;
}

.SummerSale-tag {
  background: #f48e1f;
  color: #FFFFFF;
  border: 1px solid #f48e1f;
}

.car_status:not(:empty) { margin-bottom:8px;}
.car_status .tag-style:first-of-type { margin-left:0;}

.car_title h1 { font-size:1.4rem; margin-bottom:0; margin-right:10px;}

.vdocument dd.trackno a::after {
  content: "\f35d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left:4px;
}

.undernego {
  font-family: impact;
  color: #ff0000;
  font-size: .88rem;
  border: 1px solid #ff0000;
  padding: 0px 20px;
  margin-left: 10px;
  float: left;
  line-height: 15px;
}

.in360view {
  width: 100%;
  height: 0;
  padding-bottom:51%;
  margin: 10px 0;
  position: relative;
}

.ex360view {
  width: 100%;
  margin: 10px 0;
}

.youtube-wrapper {
  margin-top: 2rem;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.youtube-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor:pointer;
}

.youtube-wrapper img ~ span::before {
  content: "";
  position: absolute;
  transform: translate(-50%,-50%);
  top: 50%;
  left: 50%;
  width: 76px;
  height: 55px;
  background: red;
  border-radius: 17px;
  cursor: pointer;
  opacity: .8;
}

.youtube-wrapper img ~ span::after {
  content: "";
  position: absolute;
  transform: translate(-50%,-50%);
  top: 50%;
  left: calc(50% + 17.5px);
  border-color: transparent transparent transparent #fff;
  border-width: 16px 33px;
  border-style: solid;
  cursor: pointer;
  opacity: .9;
}

.youtube-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.rightbox_n h4 {
  font-size: 1.2rem;
  font-weight:700;
  line-height:1.2;
  margin-bottom:.3rem;
  display:block;
}

.rightbox_n .vprice, .rightbox_n .vinfo {
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.vprice .pricelist {
  width:65%;
  box-sizing:border-box;
}

.vprice .pricelist .oldprice {
  display: block;
  font-size: .95rem;
  color: #000;
  font-weight: normal;
}

.vprice .pricelist .btn_popup_cnt {
  font-size: .95rem;
  font-weight: 700;
  text-decoration: underline;
  color: #2793e6;
  cursor: pointer;
}

.vprice .actbtn {
  width:35%;
}

.vprice .actbtn a {
  padding:5px 15px;
  border-radius:.3em;
  color: #003E5F;
  display:inline-block;
}

.vprice .actbtn .act-fav a { border:2px solid #003E5F;}
.vprice .actbtn i { vertical-align:bottom;}

.vprice .actbtn .act-fav a.detail-fav-save i.icon-favorite {
  width: 25px;
  height: 18px;
  background: url(https://autocj.co.jp/images/newimages/acj-icon01.png) no-repeat 0px -1223px;
  background-size: 100%;
  display: inline-block;
}

.vprice .actbtn .act-fav a.detail-fav-saved i.icon-favorite {
  width: 25px;
  height: 18px;
  background: url(https://autocj.co.jp/images/newimages/acj-icon01.png) no-repeat 0px -1247px;
  background-size: 100%;
  display: inline-block;
}

.actbtn .cart-inquiry-list { margin-top:6px;}
.actbtn .cart-inquiry-list > div {
  float:left;
}
.actbtn .list-incart { margin-right:3px;}
.actbtn .list-incart a {
  background:#ebebeb;
  border:1px solid #003E5F;
  font-size:.6rem;
  line-height:.7;
  text-align:center;
  padding:2px 4px;
  height:44px;
}

.actbtn .list-incart i.incart {
  width: 70px;
  height: auto;
  display:block;
  margin:auto;
  overflow:hidden;
}
.actbtn .list-incart i.incart::before {
  content:"";
  width: 48px;
  height: 30px;
  background: url(https://autocj.co.jp/images/newimages/acj-icon01.png?20230113) no-repeat 0px -4865px;
  background-size: 100%;
  display: inline-block;
}
.actbtn .list-incart i.incart.added::before {
  background: url(https://autocj.co.jp/images/newimages/acj-icon01.png?20230113) no-repeat 0px -4942px;
  background-size: 100%;
}

.actbtn .list-incart i.incart::after {
  content:"Add to Basket";
  display:inline-block;
  font-weight:700;
  font-style:normal;
}

.actbtn .list-incart i.incart.added::after {
  content:"Added";
}

.actbtn .list-inquiry a {
  line-height:32px;
  padding:5px 30px;
  color:#000000;
}

/*under 1320px*/
@media screen and (max-width:1320px) {
.actbtn .list-inquiry a {
  padding: 4px 18px;
}
}

.vprice .pricelist dl {
  display: flex;
  flex-wrap: wrap;
}

.vprice .pricelist dt {
  width:35%;
  font-size:1.25rem;
  line-height:1.5rem;
  font-weight:500;
  box-sizing:border-box;
}

.vprice .pricelist dd {
  width:65%;
  font-size:1.45rem;
  line-height:1.5rem;
  font-weight:700;
  color:#ff0000;
}

.vprice .pricelist p {
  width: 55%;
  word-break: break-all;
  color:#ff0000;
}
.vprice .pricelist p span { margin-left: 15%; float: right;}

.pricelist dt.sitem { font-size:.95rem !important;}

.pricelist dd span.sprice { font-size:1.2rem !important; color:#000 !important; font-weight:normal;}

.pricelist dd span.lineth { text-decoration:line-through !important;}

.pricelist dd span.pyntc { font-size:.8rem !important; line-height:1;}

.rightbox_n .vinfo dl {
  width: 50%;
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: .8rem;
  line-height: 1.7rem;
}

.rightbox_n .vinfo dt {
  width: 40%;
  align-self: center;
  padding-left: .2rem;
  border-bottom: 0.5px solid #9e9e9e;
  font-weight:700;
  box-sizing: border-box;
  height:28px;
}

.rightbox_n .vinfo dd {
  width: 60%;
  margin: 0;
  border-bottom: 0.5px solid #9e9e9e;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  align-self: center;
  height:28px;
}

.rightbox_n .vinfo dt:empty {
  display:none;
}

.rightbox_n .vinfo dt:empty + dd {
  display:none;
}

.rightbox_n .consinfo dt {
  width: 20%;
}

.rightbox_n .consinfo dd {
  width: 80%;
}

.rightbox_n .vinfo p, .rightbox_n .voption, .rightbox_n .disc {
  font-size:.8rem;
}

.rightbox_n .disc {
  border:1px dashed #ff0000;
  padding:8px;
  background:#fff;
}

.rightbox_n .voption {
  width:100%;
}

.rightbox_n .voption table {
  width: 100%;
  border: 1px solid #ddd;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout:fixed;
}

.rightbox_n .voption td {
  height: 2.2rem;
  border: 1px solid #9e9e9e;
  text-align: center;
  vertical-align:middle;
}

.voption .option_y {
  background-color: #cddc39;
  font-weight: 700;
}

.voption .option_n {
  background-color: #eee;
  color: #bbb !important;
}

.addfavorite::after {
  content:"\f004";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: .1rem;
  width:40px;
  height:40px;
}

#vbox .v-photo { width:640px;}
#vbox .v-info { width:calc(100% - 640px); padding:0 0 0 15px;}
#vbox .v-order { width:330px;}

.nd-inclusive {
  font-size: 1rem;
  color: #ffffff;
  font-weight: 700;
  background: #003e5f;
  align-self: flex-start;
  padding: 4px 7px;
  border-radius: 4px;
  border: 1px solid #000;
  width: inherit;
  margin-top: 1rem;
  text-align: center;
}

.nd-inclusive span {
  display: block;
  line-height: 1.2;
}

.order .contact-destination .select-arrow {
  max-width:586px;
  margin:auto;
}

.order .contact-vehicle {
  display:flex;
  flex-flow:row wrap;
  padding:1rem 0;
}

.order .contact-vehicle .contact-vehicle-img {
  text-align:center;
  font-size:.8rem;
  font-weight:700;
  flex:0;
}

.order .contact-vehicle .contact-vehicle-img img {
  width:80px;
  height:60px;
  margin-bottom:.5rem;
}

.order .contact-vehicle .contact-vehicle-img img[src*=nophoto] {
  border:1px solid #000000;
}

.order .contact-vehicle .contact-vehicle-title {
  padding-left:.5rem;
  width:calc(100% - 80px - .5rem);
}

.order .contact-vehicle .contact-vehicle-title .contact-vehicle-car_status {
}

.order .contact-vehicle .contact-vehicle-title .contact-vehicle-detail {
  font-size:1.1rem;
  line-height:1.4;
  margin-bottom:.5rem;
  font-weight:700;
}

.order .contact-vehicle .contact-vehicle-price {
  padding:1rem 2rem 0;
  margin:auto;
  width:calc(100% - 80px - .5rem);
}

.order .contact-vehicle .contact-vehicle-price .btn_popup_cnt {
  font-size: .95rem;
  font-weight: 700;
  text-decoration: underline;
  color: #2793e6;
  cursor: pointer;
}

.order .contact-vehicle .contact-vehicle-price dl {
  display: flex;
  flex-wrap: wrap;
}

.order .contact-vehicle .contact-vehicle-price dt {
  width:35%;
  font-size:1rem;
  line-height:1.5rem;
  font-weight:700;
  box-sizing:border-box;
  padding:3px 0;
}

.order .contact-vehicle .contact-vehicle-price dd {
  width:65%;
  font-size:1.25rem;
  line-height:1.5rem;
  font-weight:700;
  color:#ff0000;
  text-align:right;
  padding:3px 0;
}

.order .contact-vehicle .contact-vehicle-price p {
  width:100%;
}

.order .contact-vehicle .contact-vehicle-price p span {
  margin-left: 10%;
  word-break: break-all;
  float: right;
  color:#ff0000;
}

.order .contact-vehicle .contact-vehicle-price dt:not(:first-of-type), .order .contact-vehicle .contact-vehicle-price dd:not(:first-of-type) { border-top:1px dashed #a7a7a7;}

.order .contact-vehicle .contact-vehicle-price dt.sitem { font-size:.95rem !important; font-weight:normal;}

.order .contact-vehicle .contact-vehicle-price dd span.sprice { font-size:1.1rem !important; color:#000 !important; font-weight:normal;}

.order .contact-vehicle .contact-vehicle-price dd span.lineth { text-decoration:line-through !important;}

.order .contact-vehicle .contact-vehicle-price dd span.oldprice {
  display: block;
  font-size: .95rem;
  color: #000;
  font-weight: normal;
}

.order .select-arrow::before, .order .select-arrow::after {
  z-index:15;
}

.order form div.select-arrow {
  width:calc(100% - 100px);
  margin-bottom:0;
}

.order form div.select-arrow select {
  width:100%;
}
