@charset "UTF-8";

body.vehicles-equipment .gnav-list li:nth-of-type(4) a{
  color: #0a5f0a;
}
body.vehicles-equipment .gnav-list li:nth-of-type(4) a:before{
  transform: scale(1, 1);
}
body.vehicles-equipment .gnav-list .gnav-sub ul li:nth-of-type(4) a{
  color: #000;
}
body.vehicles-equipment .gnav-list .gnav-sub ul li:nth-of-type(4) a:hover{
  color: #0a5f0a;
}
body.vehicles-equipment .gnav-list .gnav-sub ul li:nth-of-type(4) a:before{
  transform: scale(0, 1);
}
body.vehicles-equipment .gnav-list .gnav-sub ul li:nth-of-type(4) a:hover:before{
  transform: scale(1, 1);
}
@media screen and (max-width:767px) { 
  body.vehicles-equipment .gnav-list li:nth-of-type(4) a{
    color: #000;
  }
}

.vehicles-equipment .block-common p.lead{
  margin-bottom: 50px;
}
@media screen and (max-width:767px) { 
  .vehicles-equipment .block-common p.lead{
    margin-bottom: 30px;
  }
}

/* 詳細情報 */

.vehicles-equipment .column-2 a.block{
  box-sizing: border-box;
  color: #000;
  margin-bottom: 20px;
  padding: 10px;
  text-decoration: none;
  transition: .3s;
  width: 47%;
}
.vehicles-equipment .column-2 a.block:hover{
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
.vehicles-equipment .column-2 a.block picture{
  display: block;
  margin-bottom: 20px;
}
.vehicles-equipment .column-2 a.block picture img{
  width: 100%;
}
.vehicles-equipment .column-2 a.block h3{
  font-size: 2.2rem;
  line-height: 1.4em;
  margin-bottom: 20px;
}
.vehicles-equipment .column-2 a.block h3 span.description{
  font-size: 1.6rem;
}
.vehicles-equipment .column-2 a.block h3 span.contents{
  margin-left: .5em;
}
.vehicles-equipment .column-2 a.block p{
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.8em;
}
@media screen and (max-width:767px) { 
  .vehicles-equipment .column-2 a.block{
    margin-bottom: 30px;
    padding: 0;
    pointer-events: none;
    width: 100%;
  }
  .vehicles-equipment .column-2 a.block:hover{
    box-shadow: 0;
  }
  .vehicles-equipment .column-2 a.block picture{
    margin-bottom: 20px;
  }
  .vehicles-equipment .column-2 a.block h3{
    font-size: 2.0rem;
    margin-bottom: 10px;
  }
}

/* モーダル */
.ve-modal {
  background: rgba(0,0,0,.8);
  display: none;
  z-index: 1000;
  position: fixed;
  inset: 0;
  align-items: center;
  justify-content: center;
}
.ve-modal.is-open {
  display: flex;
}
.ve-modal__dialog {
  background: #fff;
  box-shadow: 0 10px 30px rgba(0,0,0,.4);
  max-height: calc(100dvh - 100px);
  overflow: auto;
  padding: 50px 30px 30px;
  position: relative;
  width: min(920px, 92vw);
}
.ve-modal__picture {
  display: block;
  margin: 0 0 18px;
}
.ve-modal__img {
  display:block;
  height: auto;
  width: 100%;
}
.ve-modal__title {
  font-size: 2.2rem;
  line-height: 1.4em;
  margin: 0 0 8px; 
}
.ve-modal__title span.description{
  font-size: 1.6rem;
}
.ve-modal__title span.contents{
  margin-left: .5em;
}
.ve-modal__text  {
  font-size: 1.6rem;
  line-height: 1.8;
}
.ve-modal__close {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 40px;
  line-height: 1;
  position: absolute;
  top: 0;
  right: 0;
}
.ve-modal__nav {
  background: #fff;
  border: 1px solid #000;
  border-radius: 50%;
  cursor: pointer;
  font-size: 26px;
  height: 70px;
  line-height: 1;
  transform: translateY(-50%);
  width: 70px;
  position: absolute;
  top: 50%;
}
.ve-modal__nav--prev {
  left: 5%;
}
.ve-modal__nav--next {
  right: 5%;
}
@media screen and (min-width:1091px) and ( max-width:1250px) {
  .ve-modal__nav--prev {
    left: 0;
  }
  .ve-modal__nav--next {
    right: 0;
  }
}
@media screen and (min-width:768px) and ( max-width:1090px) {
  .ve-modal__nav {
    font-size: 26px;
    height: 50px;
    width: 50px;
  }
  .ve-modal__nav--prev {
    left: 40px;
  }
  .ve-modal__nav--next {
    right: 40px;
  }
}
@media (max-width: 767px) {
  .ve-modal__dialog {
    max-height: 92vh;
    width: 94vw;
  }
  .ve-modal__nav--prev {
    left: 6px;
  }
  .ve-modal__nav--next {
    right: 6px;
  }
  .ve-modal__title {
    font-size: 2.0rem;
  }
  .ve-modal__title span.description{
    font-size: 1.5rem;
  }
}
body.no-scroll { overflow: hidden; }













