@charset "UTF-8";
  .vehicle_h_img{
background-image: url(//en.hij-limoservice.com/en/wp-content/themes/en/img/vehicle/vehicle_img.jpg);
width: 100%;
background-size: contain;
background-position: center;
background-repeat: no-repeat;
position: relative;
height: 243px;
top: 4vw;
max-width: 1000px;
margin: auto;
}
h2{
margin: 0px auto 8px;
}
h2[name="vehicle"]::before{
height: 0;
}
h2 + p{
line-height: 1.5;
margin-bottom:16px;
}
h2 + p,h2{
text-align: left;
}
p,h2 + p{
color: var(--gray);
}
section{
margin: auto;
}
section:first-of-type{
padding-top: 7vw;
}
.supp {
margin-right: 5px;
letter-spacing: 2px;
}
.vechle_details{
margin-bottom: 20px;
}
.vehicle_item{
display: inline-block;
padding: 6px;
background-color: var(--gray);
color: var(--main_color);
margin-bottom: 10px;
}
.vehicle_item_value{
line-height: 1.25;
}
.spec{
line-height: 1.3;
}
.vehicle_wrap{
width: 80vw;
margin: auto;
max-width: 1000px;
}
.vehicle_card_img1{
margin-top: 20px;
margin-bottom: 20px;
width: 100%;
}
.vehicle_card_img2{
width: 45%;
display: block;
}
.vehicle_img2_wrap{
display: flex;
justify-content: center;
width: 80vw;
max-width: 1000px;
margin: auto;
}
.vehicle_img2_wrap .vehicle_card_img2:nth-child(1){
margin-right: 5%;
}
.vehicle_img2_wrap .vehicle_card_img2:nth-child(2){
margin-left: 5%;
}
#button p{
color: var(--main_color);
}
#button h2{
margin-bottom: 30px;
} @media screen and (max-width: 810px){
} @media screen and (max-width: 649px){
h1 {
font-size: 26px;
padding-top: 119px;
}
section {
padding: 40px 0;
}
section:first-of-type{
padding-top: 60px;
}
.vehicle_h_img{
background-size: cover;
height: 163px;
top: 10vw;
}
.under_ttl_wrap {
top: -38%;
}
.underlayer_s {
font-size: 14px;
}
.under_ttl {
margin-bottom: 8px;
}
.vehicle_wrap p{
font-size: 14px;
}
.vehicle_card_img1 {
margin-bottom: 15px;
}
.vehicle_img2_wrap {
display: block;
width: 100%;
}
.vehicle_img2_wrap .vehicle_card_img2:nth-child(1),.vehicle_img2_wrap .vehicle_card_img2:nth-child(2){
margin: auto;
}
.vehicle_card_img2 {
width: 100%;
}
.vehicle_img2_wrap .vehicle_card_img2:nth-child(1) {
margin: 0 auto 15px;
}
}