@charset "utf-8";

/*	車両紹介ムービー
------------------------------*/
#visual {
    margin-bottom: 0;
}
#truck-movie {
    padding: 120px 0;
    background: url(../img/truck_video_bg.jpg) no-repeat center bottom;
    background-size: cover;
}
.truck-movie-video {
    display: block;
    width: min(100%, 800px);
    margin: 20px auto;
}
#truck-movie .caption {
    font-size: var(--font-size-small);
    text-align: center;
}
@media only screen and (max-width: 768px) {

#truck-movie {
    padding: 60px 0;
}

}


/*	ポイント
------------------------------*/
.truck-sec {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    margin-top: 80px;
}
.truck-sec.re {
    flex-direction: row-reverse;
}
.truck-txt {
    width: 680px;
    padding-right: 70px;
}
.truck-sec.re .truck-txt {
    padding-right: 0;
    padding-left: 70px;
}
.truck-img {
    width: calc(880px / 1920px * 100%);
    max-width: 880px;
}
@media only screen and (min-width: 1921px) {

.truck-sec {
    justify-content: center;
}
.truck-txt {
    margin-left: 360px;
}
.truck-sec.re .truck-txt {
    margin-left: 0;
    margin-right: 360px;
}

}
@media only screen and (max-width: 1366px) {

.truck-txt {
    width: calc(1040px / 1920px * 100%);
    padding-left: 6.25%;
}
.truck-sec.re .truck-txt {
    padding-right: 6.25%;
}

}
@media only screen and (max-width: 1024px) {

.truck-sec {
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    width: 87.5%;
}
.truck-sec.re {
    flex-direction: column;
}
.truck-txt {
    width: 100%;
    padding: 0;
}
.truck-sec.re .truck-txt {
    padding: 0;
}
.truck-img {
    width: 100%;
    margin: 30px auto 0;
}

}


/*	寸法と収容量
------------------------------*/
#truck-capacity {
    margin-top: 40px;
}
.truck-size {
    justify-content: space-evenly;
    width: 100%;
}
.truck-size .size-body {
    width: calc(520px / 1200px * 100%);
}
.truck-size .size-cargo {
    width: calc(425px / 1200px * 100%);
}
.capacity-tb {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
}
.capacity-tb table {
    max-width: 800px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    background-color: #f5f5f5;
}
.capacity-tb th,
.capacity-tb td {
    padding: 20px 40px;
    font-size: var(--font-size-large);
    border-top: 2px solid #fff;
    white-space: nowrap;
}
.capacity-tb th {
    color: #fff;
    font-weight: var(--font-weight-600);
    text-align: center;
    background-color: var(--color-light-green);
}
.capacity-tb tr:first-child th,
.capacity-tb tr:first-child td {
    border-top: none;
}
.capacity-tb tr:first-child th {
    -webkit-border-radius: 12px 0 0 0;
    border-radius: 12px 0 0 0;
}
.capacity-tb tr:last-child th {
    -webkit-border-radius: 0 0 0 12px;
    border-radius: 0 0 0 12px;
}
.capacity-total {
    margin-top: 30px;
}
.capacity-total dt {
    margin-bottom: 16px;
    font-size: 2.625rem;
    line-height: 1;
    text-align: center;
}
.capacity-total-num {
    font-size: 3.875rem;
}
.bus-capacity {
    align-items: center;
    width: 100%;
    margin-top: 40px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    background-color: #fafafa;
}
.bus-img {
    width: 50%;
}
.bus-img img {
    -webkit-border-radius: 12px 0 0 12px;
    border-radius: 12px 0 0 12px;
}
.bus-txt {
    width: 50%;
    padding-left: 80px;
}
.bus-hd {
    margin-bottom: 20px;
    font-size: 1.75rem;
}
.bus-capacity-num {
    font-size: 2rem;
}
@media only screen and (max-width: 1140px) {

.bus-txt {
    padding: 0 40px;
}

}
@media only screen and (max-width: 1024px) {

.truck-size {
    justify-content: space-between;
}
.truck-size .size-body,
.truck-size .size-cargo {
    width: 47%;
}
.bus-capacity {
    align-items: flex-start;
    flex-direction: column;
    max-width: 600px;
}
.bus-img {
    width: 100%;
}
.bus-img img {
    -webkit-border-radius: 12px 12px 0 0;
    border-radius: 12px 12px 0 0;
}
.bus-txt {
    width: 100%;
    padding: 20px 40px;
    text-align: center;
}
.bus-hd {
    margin-bottom: 0;
}

}
@media only screen and (max-width: 768px) {

.capacity-tb th,
.capacity-tb td {
    display: block;
    padding: 12px 20px;
    font-size: var(--font-size-medium);
    text-align: center;
}
#truck-capacity .capacity-tb th {
    -webkit-border-radius: unset;
    border-radius: unset;
}
#truck-capacity .capacity-tb tr:first-child th {
    -webkit-border-radius: 12px 12px 0 0;
    border-radius: 12px 12px 0 0;
}
.capacity-total dt {
    font-size: clamp(1.5rem, 0.427rem + 4.58vw, 2.625rem);
}
.capacity-total-num {
    font-size: clamp(2.625rem, 1.432rem + 5.09vw, 3.875rem);
}
.bus-txt {
    padding: 20px;
}
.bus-capacity-num {
    font-size: 1.5rem;
}

}
@media only screen and (max-width: 480px) {

.truck-size {
    flex-wrap: wrap;
}
.truck-size .size-body {
    width: 100%;
    margin: 0 auto;
}
.truck-size .size-cargo {
    width: 80%;
    margin: 20px auto 0;
}
.capacity-tb td {
    font-size: var(--font-size-regular);
    letter-spacing: normal;
}
.bus-hd {
    font-size: clamp(1.25rem, -0.536rem + 7.62vw, 1.75rem);
}
.bus-capacity-num {
    display: block;
}

}