@charset "UTF-8";

/* ---------------------------------------------------------
	一覧・車種ページ共通
--------------------------------------------------------- */

form, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd {
	margin: 0;
	padding: 0;
	list-style: none;
}

#car_wrapper {
    width: 980px;
    margin: 0 auto;
}

/* パン屑リスト
---------------------------------------------------------- */
.breadcrumb {
    width: 980px;
    margin: 0 auto;
    text-align: left;
    font-size: 12px;
    line-height: 30px;
}

.breadcrumb ol li {
    float: left;
}


/* ---------------------------------------------------------
	車種ページ
--------------------------------------------------------- */

/* 共通
---------------------------------------------------------- */

/* コンテンツ大枠 */
.pl-wrap {
    padding-bottom: 80px;
}

/* 横並び枠 */
.pl-flexWrap {
    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: flex-start;
}

/* 青矢印付きリンク */
.pl-linkItem {
    margin-bottom: 10px;
}

.pl-linkItem a {
    position: relative;
    display: inline-block;
    padding-left: 14px;
    font-size: 14px;
}

.pl-linkItem a:before {
    content: '';
    margin-top: -1px;
    position: absolute;
    top: 10px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7.4px 6px 0 6px;
    border-color: #02078b transparent transparent transparent;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.pl-linkItem.\--arrow__right a:before {
    border-width: 6px 0 6px 7.4px;
    border-color: transparent transparent transparent #02078b;
}

/* ボタンリンク */
.pl-link__button {
    text-align: center;
    padding-bottom: 4px;
}

.pl-link__button a {
    display: inline-block;
    position: relative;
    width: 337px;
    border-radius: 4px;
    color: #fff;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, .2);
    font-size: 17px;
    font-weight: bold;
    line-height: 42px;
    text-align: center;
    background: #f27b11;
    -webkit-box-shadow: #d8670b 0 4px 0, rgba(0, 0, 0, .2) 0 3px 3px;
    box-shadow: #d8670b 0 4px 0, rgba(0, 0, 0, .2) 0 3px 3px;
}

.pl-link__button a:hover {
    text-decoration: none;
    top: -1px;
    -webkit-box-shadow: #d8670b 0 4px 0, #f27b11 0 4px 10px;
    box-shadow: #d8670b 0 4px 0, #f27b11 0 4px 10px;
}

/* 右寄せテキストリンク */
.pl-link__text {
    text-align: right;
}

/* テキスト */
.pl-text {
    font-size: 14px;
    line-height: 1.6;
    word-wrap: break-word;
}

/* 左アイコン付きタイトル */
.pl-title {
    margin-bottom: 14px;
    padding-left: 12px;
    font-size: 16px;
    font-weight: bold;
    border-left: 5px solid #0184e4;
    line-height: 1.6;
}

/* MV
---------------------------------------------------------- */
.pl-mainHeader {
    margin-bottom: 22px;
}

.pl-mainHeading {
    padding: 10px 24px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    line-height: 1.4;
    background: #023088 url(/car/vehicle/images/bg_h1.png) repeat-y top right;
    background-size: contain;
}

.pl-mainHeading span {
    display: block;
    font-size: 26px;
    display: table-cell;
}

.\--carouselList .pl-flexBlock__left,
.\--carouselList .pl-flexBlock__right {
    width: 480px;
    margin-right: 10px;
}

.caroufredsel_wrapper img {
    width: 480px;
    height: auto;
}

.pl-infoWrap {
    padding-bottom: 20px;
}

.pl-infoDetail {
    font-size: 14px;
    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;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.pl-infoDetail dt {
    padding: 4px 0;
    background-color: #eee;
    border: 1px solid #ddd;
    width: 108px;
    text-align: center;
    vertical-align: middle;
    font-weight: 700;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.pl-infoDetail dt:nth-of-type(4n+1) {
    margin-bottom: 8px;
}

.pl-infoDetail dd {
    margin-bottom: 10px;
    padding-left: 10px;
    width: 132px;
    vertical-align: middle;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

/* メインコンテンツ
---------------------------------------------------------- */
.bx-wrapper {
    position: relative;
    zoom: 1;
}

.bx-controls-direction a {
    position: absolute;
    top: 149.5px;
    outline: 0;
    width: 20px;
    height: 58px;
    text-indent: -9999px;
    /* z-index: 9999; */
}

.bx-controls-direction a:hover {
    opacity: 0.8;
}

.bx-controls-direction a:before {
    margin-top: -16px;
    outline: 0;
    width: 81px;
    height: 81px;
    text-indent: -9999px;
    z-index: 9999;
    display: inline-block;
    border-top: 9px solid #fff;
}

.bx-prev {
    background: url(/car/vehicle/images/ui_prev.png) no-repeat;
    left: 10px;
}

.bx-next {
    background: url(/car/vehicle/images/ui_next.png) no-repeat;
    right: 10px;
}

.pl-carouselText {
    padding: 12px 0;
    font-size: 12px;
}

.pl-carouselWrap__thumbnails a {
    margin-left: 10px;
}

.pl-carouselWrap__thumbnails a:first-child {
    margin-left: 0;
}

.pl-carouselWrap__thumbnails a.active img {
    width: auto;
    border: 2px solid #023088;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.pl-subHeading {
    position: relative;
    padding: 7px 0;
    padding-left: 24px;
    margin-bottom: 22px;
    width: 100%;
    background-color: #0184e4;
    font-size: 20px;
    line-height: 1.6;
    color: #fff;
    font-weight: bold;
    overflow: hidden;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.pl-subHeading:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 55px 24px 0 0;
    border-color: #023088 transparent transparent transparent;
}

.pl-columnItem {
    width: 300px;
    height: auto;
    padding-bottom: 15px;
}

.pl-columnItem:nth-last-child(-n+3) {
    padding-bottom: 0;
}

.pl-columnItem:not(:nth-child(3n+1)) {
    margin-left: 40px;
}

.pl-columnImage {
    width: 300px;
    height: auto;
    margin-bottom: 12px;
}

.pl-flexItem__small {
    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;
    width: 480px;
}

.pl-flexItem__small .pl-flexBlock__left {
    width: 229px;
    height: 153px;
}

.pl-flexItem__small .pl-flexBlock__left img {
    width: 229px;
    height: auto;
}

.pl-flexItem__small .pl-flexBlock__right {
    width: 241px;
    height: auto;
}

.pl-flexItem__large {
    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;
    width: 100%;
}

.pl-flexItem__large:not(:first-of-type) {
    margin-top: 22px;
}

.pl-flexItem__large .pl-flexBlock {
    width: 480px;
    height: auto;
}

.pl-flexItem__large .pl-flexBlock img {
    width: 478px;
    height: auto;
	margin-bottom: 12px;
}

.pl-flexItem__large .pl-flexBlock__left {
    width: 479px;
    height: 320px;
}

.pl-flexItem__large .pl-flexBlock__left img {
    width: 479px;
    height: auto;
}

.pl-flexItem__large .pl-flexBlock__right {
    width: 481px;
    height: auto;
}

.pl-flexWrap + .pl-link__button {
    padding-top: 57px;
}

.pl-section__cardItem {
    border: 1px solid #ccc;
    width: 140px;
    height: 140px;
}

.pl-section__cardImage {
    padding: 10px;
    background: #fff;
    margin: 0 auto;
    display: block;
}

.pl-section__cardItem a:active,
.pl-section__cardItem a:hover,
.pl-section__cardItem a:visited,
.pl-section__cardItem a:link,
.pl-section__cardItem a {
    display: inline-block;
    padding: 6px 0;
    width: 100%;
    height: 100%;
    color: #000;
    text-decoration: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.pl-section__cardItem a:hover {
    background: #b0cfff;
}

.pl-section__cardTitle {
    text-align: center;
    height: 50px;
    font-size: 14px;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.pl-flexWrap.\--cardList {
    padding-top: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pl-section__cardItem:not(:first-of-type) {
    margin-left: 20px;
}

.pl-linkItem.\--arrow__right {
    width: 140px;
    padding-right: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.pl-flexWrap.\--linkList {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    margin-bottom: 30px;
}

.pl-flexWrap + .pl-flexWrap {
    margin-top: 30px;
    padding-top: 30px;
    position: relative;
}

.pl-flexWrap + .pl-flexWrap:before {
    display: inline-block;
    content: '';
    background: url(/car/vehicle/images/bg_dot.gif) repeat;
    position: absolute;
    top: 0;
    width: 100%;
    height: 3px;
}

/* VR
---------------------------------------------------------- */
#stage {
    width: 479px;
    height: 0;
    position: relative;
    padding-top: 32%;
    padding-bottom: 36px;
    overflow: hidden;
}

#stage canvas {
    max-width: 479px;
    max-height: 314px;
    position: absolute;
    left: 0;
    top: 0px;
}

#stage canvas:hover {
    cursor: pointer;
}

.pl-text__3d {
    font-size: 13px;
    line-height: 1.6;
    word-wrap: break-word;
    margin-top: 8px;
}

/* vehicle
---------------------------------------------------------- */
#car_container{
    width: 980px;
    margin: 0 auto;
}


.pl-mainvisual{
    height: 520px;
    margin-bottom: 60px;
}
.pl-mainvisual .vehicleMv01{
    position: absolute;
    display: flex;
}

.pl-mainvisual .vehicleMv02{
    position: relative;
    top: 100px;
    left: 130px;
    display: flex;
    align-items: center;
    margin-right: 130px;
}

@media all and (-ms-high-contrast: none){
    .vehicleMv02 img {
        width: 100em;
        height: 24em;
    }
}

.pl-mainvisual h1{
    margin: 20px 0 20px 26px;
    line-height: 1.6;
    font-size: 20px;
    font-weight: bold;
    max-width: 720px;
    z-index: 1;
}
.pl-mainvisual h1 span{
    font-size: 26px;
    line-height: 1.4;
}
.pl-mainvisual p{
    margin-left: 30px;
}

.pl-main .pl-section p{
    margin-bottom: 26px;
    line-height: 1.6;
}


.pl-main .pl-section .categoryList{
    display: flex;
    margin-bottom: 50px;
}


.pl-main .pl-section .categoryList .imageArea img{
    z-index: 999;
    position: absolute;
}

.pl-main .pl-section .categoryList
.carlistTextarea{
    background-image: url(/car/vehicle/images/bg_vehicle_carlist.png);
    /*background-size: cover;*/
    position: relative;
    top: 20px;
    left: 250px;
    margin-right: 250px;
    width: 730px;
}

.pl-main .pl-section .categoryList .carlistTextarea h3{
    font-size: 20px;
    font-weight: bold;
    margin: 20px 60px;
}

.pl-main .pl-section .categoryList .carnameList{
    padding: 10px 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: flex;
    background-color: rgba(245,248,255,0.8);
    margin: 16px 30px 20px 60px;
    min-height: 86px;
}

.pl-main .pl-section .categoryList .carnameList li{
    padding-right: 20px;
    margin: 10px 0;
    line-height: 19.6px;
    width: 180px;
}

.pl-main .pl-section .categoryList .carnameList li a {
    position: relative;
    display: inline-block;
    padding-left: 14px;
    font-size: 14px;
}

.pl-main .pl-section .categoryList .carnameList a:before{
    content: '';
    margin-top: -1px;
    position: absolute;
    top: 5px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 7.4px 6px 7.4px;
    border-color: transparent transparent transparent #02078b;
}




/*vehicle-size*/
/*section01*/
.vehicleMv01{
    position: relative;
}
.pl-mainHead{
    position: absolute;
    top: 313px;
    background-image: url(/car/vehicle/vehicle-size/images/bg_mv_h1_01.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 222px;
    width: 566px;
    font-weight: bold;
}
.pl-mainHead>div{
    margin-top: 50px;
    margin-left: 28px;
}

.pl-mainHead>div.\--isEn-top {
    margin-top: 30px;
    margin-left: 15px;
}

.pl-mainHead>div.\--isTc-top {
    margin: 30px 0 0 80px;
}

.pl-mainHead h1{
    line-height: 1.6;
    font-size: 26px;
}

.pl-mainHead .\--isTc-h1{
    line-height: 1.6;
    font-size: 40px;
}

.pl-mainHead .whiteText {
    background-color: #023088;
    color: #fff;
    padding: 4px 6px;
}
.pl-mainHead .blueText{
    color: #023088;
    font-size: 34px;
    font-weight: bold;
}

.pl-mainHead .\--isEn-blue {
    color: #023088;
    font-size: 26px;
    font-weight: bold;
}

.pl-mainHead .\--isTc-blue {
    color: #023088;
    font-size: 48px;
    font-weight: bold;
}

.pl-mainHead h2{
    text-align: center;
    color: #fff;
    margin: 34px 50px 0 0;
    font-weight: 300;
    font-size: 20px;
}

.pl-mainHead h2.\--isEn-wise {
    text-align: center;
    color: #fff;
    margin: 28px -6px 0 -60px;
    font-weight: 300;
    font-size: 18px;
}

.pl-mainHead h2.\--isTc-wise {
    text-align: center;
    color: #fff;
    font-weight: 300;
    font-size: 26px;
    margin:0 0 0 -110px;
    
}

.pl-mv p{
    margin: 30px 0 50px;
    line-height: 1.6;
}
.cartypeintroArea{
    margin-bottom: 90px;
}
.cartypeIntro{
    font-size: 18px;
    font-weight: bold;
    border-bottom: 4px solid #0184e4;
    padding: 5px 12px;
    border-left: 5px solid #023088;
    margin: 40px 0 26px;
    }
.flexArea{
    display: flex;
}
.flexInner{
    width: 23%;
    margin-right: 18px;
    margin-bottom: 50px;
}
.flexInner img{
    width: 100%;
}

.flexInner h5{
    margin: 15px 0;
    font-weight: bold;
    font-size: 15px;
}
.flexInner h5:before{
    content: "";
    display: inline-block;
    width: 0.6em;
    height: 0.7em;
    background: url(/car/vehicle/vehicle-size/images/ico_h5before_01.gif) no-repeat;
    background-size: contain;
    padding-right: 1rem;
}

.pl-main .pl-section .flexInner>p{
    margin-bottom: 0
}
    
/*section02*/
.calculationArea{
    margin-bottom: 90px;
}
.blueFrame{
    display: flex;
    justify-content: space-around;
    align-items: center;
    border: 13px #dbe6f7 solid;
    padding: 15px 50px;
    margin: 12px 0;
}

.blueFrame p{
    color: #023088;
}

.blueFrame span{
    color: black;
}

.frameCaption{
    font-size: 16px;
}
.frameCaption span{
    font-weight: bold;
}



.tableArea{
    width: 90%;
    margin: 60px auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pl-contentBox__table {
    width: 90%;
    border-collapse: collapse;
    text-align: center;
}
.pl-contentBox__table th {
    background-color: #eceef1;
    text-align: center;
}
.pl-contentBox__table th.\--isCompany {
    width: 120px;
}
.pl-contentBox__table td {
    width: 75px;
}
.pl-contentBox__table th, .pl-contentBox__table td {
    padding: 15px 0;
    font-size: 14px;
    line-height: 1.5em;
    border: 1px solid #a0acba;
}
.pl-contentBox__table caption {
    margin-bottom: 10px;
}
.tableCaption{
    margin-right: 10px;   
    margin-top: 70px;
}

.pl-main .pl-section .calculationArea p{
    margin-bottom: 0;
}

.inframeText01{
    font-weight: bold;
    font-size: 18px;    
}
.inframeText02{
    margin-top: 15px;
}
.blueframeArea{
    margin-bottom: 35px
}
.blueBox{
    background-color: #dbe6f7;
    padding: 0.7rem;
    caption-side: bottom;
    width: 30rem;
    margin: 10px auto;
}
.square{
    width: 92px;
    height: 25px;
    background-color: #fffbff;
    border: 1px solid #a0acba;
    margin-right: 1rem;
}
.blueBox>div{
    display: inline-block;
    vertical-align: middle;
}

/* 360度アイコン設置 */
#stage img {
    position: absolute;
    top: 70%;
    left: 80%;
    width: 18%;
    z-index: 1;
    filter: drop-shadow(0px 0px 3px rgba(0,0,0,1));
}


/* /car/vehicle/lightvehicle/ 用*/
.pl-mainvisual .adjust {
    top: 140px;
}

@-moz-document url-prefix(){
    .adjust img {
        width: 100em;
        height: 24em;
    }
}

@supports (-ms-ime-align: auto){
    .adjust img {
        width: 100em;
        height: 24em;
    }
}

/* ボタンリンク */
.pl-link__button_orange {
    text-align: center;
    padding-bottom: 4px;
    position: relative;
}

.pl-link__button_orange a {
    display: inline-block;
    position: relative;
    width: 324px;
    padding: 15px 28px 15px 15px;
    border-radius: 4px;
    color: #fff;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, .2);
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    background: #f27b11;
    -webkit-box-shadow: #d8670b 0 4px 0, rgba(0, 0, 0, .2) 0 3px 3px;
    box-shadow: #d8670b 0 4px 0, rgba(0, 0, 0, .2) 0 3px 3px;
}

.pl-link__button_orange a::after {
    content: "";
    position: absolute;
    height: 10px;
    width: 10px;
    border-bottom: 3px solid white;
    border-right: 3px solid white;
    transform: rotate(-45deg);
    right: 2%;
    top: 39%;
}

.pl-link__button_orange a:hover {
    text-decoration: none;
    top: -1px;
    -webkit-box-shadow: #d8670b 0 4px 0, #f27b11 0 4px 10px;
    box-shadow: #d8670b 0 4px 0, #f27b11 0 4px 10px;
}

/* 検索枠 */
.box-search .legacySearch__area {
    bottom: initial;
}

.box-search {
    padding: 20px 0 80px;
}

.key__visual .legacySearch__area .legacySearch--datepicker > span {
    width: calc(100% - -2px);
    padding: 0;
}


#footer .footer_cont {
    margin: 0 auto;
    width: 980px
}

#footer .footer_cont .mb10 {
    margin: 0 0 10px
}

#footer .footer_cont ul li {
    float: left;
    margin: 0 0 0 15px;
    padding: 0
}

#footer .footer_cont ul li a {
    background: url(/inc/images/footer/head_icon.gif) 0 6px no-repeat rgba(0,0,0,0);
    margin: 0;
    padding: 0 10px
}

#footer .footer_cont ul li:first-child {
    background: 0 0;
    margin: 0;
    padding: 0
}

#footer .footer_cont ul.area li:first-child {
    width: 45px
}

#footer .footer_cont ul.area li b {
    font-weight: 700;
    margin: 0
}

#footer .footer_cont ul li.ml25 {
    margin: 0 0 0 25px
}

#footer .footer_cont ul.sightseeing {
    margin: 0;
    padding: 0
}

#footer .footer_cont ul.sightseeing li.kyusyu a {
    margin: 0 8px
}

#footer .footer_cont ul.reserve {
    float: left;
    margin: 0 0 0 25px;
    padding: 3px 0 0
}

#footerMainLink {
    background-color: #F6F4F5;
    border-top: 2px solid #CCC
}

#footerMainLink .footer_cont {
    padding: 0
}

#footerMainLink .footer_cont .boxCont {
    border-top: 1px dotted #ccc;
    padding: 10px 0;
    clear: both;
    overflow: hidden
}

#footerMainLink .footer_cont .boxCont:first-child {
    border-top: none
}

#footerMainLink .hukidaciTTL01 {
    background: url(/inc/images/footer/icon01.png) no-repeat;
    padding: 0 0 0 30px;
    text-align: left;
    margin: 0 0 15px;
    font-weight: 700
}

#footerMainLink .hukidaciTTL02,#footerMainLink .hukidaciTTL03,#footerMainLink .hukidaciTTL04 {
    font-weight: 700;
    padding: 3px 0 0 30px;
    text-align: left
}

#footerMainLink .hukidaciTTL02 {
    background: url(/inc/images/footer/icon02.png) no-repeat;
    margin: 0 auto 8px
}

#footerMainLink .hukidaciTTL03 {
    background: url(/inc/images/footer/icon03.png) no-repeat;
    float: left;
    margin: 0
}

#footerMainLink .hukidaciTTL04 {
    background: url(/inc/images/footer/icon04.png) no-repeat;
    float: left;
    margin: 0
}

#footerOtherLink,#footerOtherLink .footer_cont {
    background: url(/inc/images/footer/bg_02.gif) repeat-x #F3FCFF
}

#footerOtherLink .footer_cont {
    height: 47px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#footerOtherLink ul {
    float: left
}

#footerOtherLink address {
    float: right;
    font-style: normal;
    margin: 0
}

.sphone_link {
    margin: 10px auto;
    text-align: center
}

.btn_sphone {
    height: 100px;
    width: 900px;
    border-width: 0
}

/* SNSアイコン -------------------------------------------------- */
.tb_footer_inbound .inner {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.tb_footer_inbound .inner a {
    margin-right: 10px;
}

.tb_footer_inbound .inner a:last-child {
    margin-right: 0px;
}

.tb_footer_inbound .inner img {
    width: 40px;
    object-fit: contain;
}

/* js_gotoPageTop 不明な要素だったためいったん非表示 */
.js_gotoPageTop {
    display: none;
}