@charset 'UTF-8';

/* --------------------------------------------------
CSS Document おすすめドライブコース
------------------------------------------------ */
p {
    color: #333;
    font-size: 14px;
    line-height: 1.6;
}

.\--isRight {
    text-align: right;
}

.pl-textLink {
    margin-bottom: 0;
}


/* メインビジュアル
--------------------------- */
.pl-mv {
    max-width: 1280px;
    margin: 0 auto 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.pl-mv__contents__youtube {
    width: 100%;
    height: 720px;
    display: block;
}


@media (max-width: 1280px) {
    .pl-mv__contents__youtube {
        height: 55.4vw;
    }
}

.pl-mv__heading {
    width: 100%;
    margin-bottom: 20px;
    padding: 4px 0;
    color: #fff;
    background: #59bded url(/car/common/images/bg_headline_pattern.png) repeat scroll 0 0/6px auto;
    font-size: 25px;
    font-weight: bold;
    line-height: 1.6;
}

.pl-mv__heading span,.pl-mv__contents__text {
    max-width:  980px;
    margin: 0 auto;
    text-align: center;
    display: block;
}

.pl-course__contents__heading {
    margin-bottom: 15px;
    padding: 2px 10px;
    border-left: 5px solid #003894;
    font-size: 16px;
    font-weight: bold;
}

/* おすすめドライブコース
--------------------------- */
.pl-blockWrapper {
    display: block;
    text-align: center;
    margin: 0 auto 60px;
    max-width: 1280px;
}

.pl-block {
    position: relative;
    margin: 0 auto;
    display: block;
    box-sizing: border-box;
    text-align: left;
}

.pl-block img {
    width: 100%;
    box-sizing: border-box;
    max-width: 1280px;
}

@media (max-width: 1280px) {
    .pl-block img {
        padding: 0 30px;
    }
}

.pl-block__box {
    width: 430px;
    background-color: #fff;
    border: 2px solid #003894;
    padding: 30px;
    position: absolute;
    right: 10%;
    bottom: 10%;
}

.pl-block__box.\--isReverse {
    right: auto;
    left: 10%;
}

.pl-block__box__head,
.pl-section__card__box__head {
    margin-bottom: 20px;
    padding: 8px 10px;
    font-size: 28px;
    color: #003894;
    border-left: 3px solid #003894;
}

.pl-block__box__text {
    margin-bottom: 20px;
}

.pl-textLink {
    margin-bottom: 0;
}

.pl-section {
    max-width: 980px;
    margin: 0 auto;
}

.pl-section img {
    width: 100%;
    box-sizing: border-box;
}

.pl-section__heading {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 6px;
    color: #003894;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
}

.pl-section__heading::before {
    display: block;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 980px;
    height: 4px;
    background: #d5d1d1;
    content: '';
}

.pl-section__heading::after {
    display: block;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 4px;
    background: #003590;
    content: '';
}

.pl-section__card {
    position: relative;
}

.pl-section__card__box {
    width: 270px;
    background-color: #fff;
    border: 2px solid #003894;
    padding: 20px;
    position: absolute;
    bottom: 15%;
    right: 5%;
}

.pl-section__card__box.\--isReverse {
    right: auto;
    left: 5%;
}

.pl-section__contant {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.pl-section__contant__list {
    margin: 0 auto 20px;
    background-color: #fff;
}

.pl-section__contant__list a:hover {
    opacity: 0.8;
}

.pl-section__contant__list:nth-child(n+3) {
    margin-top: 20px;
}

.pl-section__contant__list img {
    width: 100%;
}

/* button
--------------------------- */
.pl-button {
    margin: 60px 0;
    text-align: center;
}

.pl-button__link {
    position: relative;
    width: 620px;
    border-radius: 4px;
    font-size: 20px;
    font-weight: bold;
    font-feature-settings: 'pkna';
    text-align: center;
    line-height: 50px;
    text-shadow: 0px -1px 1px rgba(0,0,0,0.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    vertical-align: middle;
    cursor: pointer;
    margin: 0 auto;
}

.pl-button__link:link, .pl-button__link:visited {
    color: #fff;
}

.pl-button__link.\--isOrange {
    background: #f27b11;
    box-shadow: #d8670b 0 4px 0, rgba(0,0,0,0.2) 0 3px 3px;
    color: #fff;
}

.pl-button__link.\--isOrange:hover {
    box-shadow: #d8670b 0 4px 0, #f27b11 0 4px 10px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.1)),to(rgba(255,255,255,0)));
    background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.1),rgba(255,255,255,0));
    background-image: linear-gradient(to bottom, rgba(255,255,255,0.1),rgba(255,255,255,0));
}

.pl-button__link.\--arrRight::after {
    content: "＞";
    position: absolute;
    right: 3%;
    top: 1px;
}

.pl-button__link:hover {
    position: relative;
    top: -1px;
    text-decoration: none;
}


/* =========================================================
   おすすめ枠
========================================================= */
/* バナー枠 */
.pl-reccommend .pl-section__contant {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 940px;
    margin: 0 auto;
}

.pl-reccommend .pl-section__contant__list {
    width: 460px;
    background-color: #fff;
    margin: 0;
}

.pl-reccommend .pl-section__contant__list:nth-child(n+3) {
    margin-top: 20px;
}

.pl-reccommend img {
    width: 100%;
}
.pl-reccommend a:hover {
    opacity: 0.8;
}