/* =========================================================
   汎用
========================================================= */
#car_container {
    width: 980px;
    height: auto;
    margin: 0 auto;
}

p {
    color: #333333;
    font-size: 14px;
    line-height: 1.6;
}

/* 追従ロゴを非表示（ルートと被るため） */
.tb_header__logo .tb_header__logo__image.\--isFixed {
    display: none;
}
/* =========================================================
   メインビジュアル
========================================================= */
.pl-mv__heading {
    padding: 4px 20px;
    margin-bottom: 20px;
    font-size: 25px;
    font-weight: bold;
    color: #ffffff;
    line-height: 1.6;
    background: url(/car/common/images/bg-h1.gif) repeat scroll 0 0 / 6px auto;
}

.pl-mv__heading span {
    font-size: 16px;
}

.pl-mv__heading.\--isBreak {
    line-height: 1;
    padding: 8px 20px;
}

.pl-mv__flag {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.pl-mv__flag__image {
    width: 480px;
    height: 270px;
}

.pl-mv__flag__text {
    width: 480px;
}

#pl-mv__flag__youtube {
    width: 480px;
    height: 270px;
}

/* =========================================================
   コース情報
========================================================= */
.pl-info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 26px;
}

/* コース
--------------------------- */
.pl-info__course {
    width: 326px;
    background: url(../../drive/images/common_images/ui_01.png) repeat-y 35px;
}

.pl-info__course__list {
    display: flex;
    border: 1px solid #cccccc;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6;
}

.pl-info__course__list + .pl-info__course__list {
    margin-top: 20px;
}

.pl-info__course__list dt {
    display: flex;
    padding: 4px 13px;
    width: 80px;
    box-sizing: border-box;
    background: #37b48c;
    color: #ffffff;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.pl-info__course__list dd {
    width: 244px;
}

.pl-info__course__list dd a {
    padding: 4px 13px;
    color: #2068b7;
    display: block;
    width: 100%;
    box-sizing: border-box;
}


/* 概要
--------------------------- */
.pl-info__descWrap {
    width: 326px;
}

.pl-info__desc {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6;
    border: 1px solid #cccccc;
    margin-bottom: 10px;
}

.pl-info__desc__heading {
    color: #003894;
    background: #d0dff1;
    border-bottom: 1px solid #cccccc;
    padding: 6px 10px;
}

.pl-info__desc__content {
    padding: 10px;
}

.pl-info__desc__content__list {
    display: flex;
    align-items: baseline;
}

.pl-info__desc__content__list + .pl-info__desc__content__list {
    margin-top: 5px;
}

.pl-info__desc__content__list dt {
    background: #eeeeee;
    border: 1px solid #dddddd;
    box-sizing: border-box;
    width: 108px;
    padding: 6px 4px;
    margin-right: 10px;
    text-align: center;
}

.pl-info__desc__content__list dd {
    width: 186px;
    font-weight: normal;
    line-height: 1.6;
}

/* シーズン */
.season {
    display: flex;
}

.season__list {
    color: #ffffff;
    text-align: center;
    padding: 7px 11px;
}

.season__list + .season__list {
    margin-left: 3px;
}

.season__list.\--isSpring {
    background-color: #ff8585;
}

.season__list.\--isSummer {
    background-color: #2fa2fb;
}

.season__list.\--isAutumn {
    background-color: #fb992f;
}

.season__list.\--isWinter {
    background-color: #23C7EB;
}

/* オフ時の背景色 */
.season__list.\--off {
    background-color: #ececec;
}


/* =========================================================
   コース詳細
========================================================= */
.pl-main {
    background: url(../../drive/images/common_images/ui_02.png) repeat-y 45px 0;
}

#goal.pl-main__headingWrap,
#goal + .pl-tabWrap {
    position: relative;
}

#goal.pl-main__headingWrap::before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 100%;
    background: #ffffff;
    position: absolute;
    top: 41px;
    left: 45px;
}

#goal + .pl-tabWrap::before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 100%;
    background: #ffffff;
    position: absolute;
    top: 0;
    left: -35px;
}

/* 見出し */
.pl-main__headingWrap {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.pl-main__heading {
    display: inline-block;
    border: 1px solid #cccccc;
    margin-right: 10px;
    font-size: 18px;
    font-weight: bold;
}

.pl-main__heading__label {
    display: inline-block;
    background-color: #37b48c;
    color: #ffffff;
    text-align: center;
    width: 98px;
    height: 39px;
    line-height: 39px;
    box-sizing: border-box;
    padding: 0 10px;
}

.pl-main__heading__text {
    padding: 0 20px;
}

.pl-mapcode {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
}

.pl-mapcode::before {
    content: '';
    display: inline-block;
    background: url(../images/common_images/ico32x31.png) no-repeat;
    width: 32px;
    height: 31px;
    margin-right: 6px;
}

/* タブ
--------------------------- */
.pl-tabWrap {
    box-sizing: border-box;
    width: 900px;
    margin: 0 0 0 80px;
}

.pl-tabWrap.\--isStart .pl-flag__right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 4px;
}

.pl-tabWrap:nth-child(1) {
    margin-bottom: 20px;
}

/* タブのボタン */
.pl-tabcontrol {
    display: flex;
    justify-content: flex-start;
}

.pl-tabcontrol a {
    display: flex;
    justify-content: center;
    padding: 10px 0;
    margin-right: 3px;
    width: 298px;
    background: #e5e5e5;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    transition: all .3s ease;
}

.pl-tabcontrol a:last-child {
    margin-right: 0;
}

.pl-tabcontrol a:hover {
    text-decoration: none;
}

.pl-tabcontrol a.isActive {
    background: #013893;
    color: #fff;
}

/* タブの中身 */
.pl-tabcontent {
    padding: 20px;
    border: 1px solid #013893;
    box-sizing: border-box;
}

.pl-flag {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.pl-flag + .pl-flag {
    margin-top: 20px;
}

.pl-flag__left {
    width: 420px;
    line-height: 0;
}

.pl-flag__right {
     width: 420px;
}

.pl-flag__left > p {
    font-size: 12px;
}

.pl-flag__right__link {
    text-align: right;
}

.pl-flag__right__link a {
    color: #2068b7;
}

/* 定義リスト */
.pl-flag__right__list {
    display: flex;
    align-items: baseline;
}

.pl-flag__right__list + .pl-flag__right__list {
    margin-top: 4px;
}

.pl-flag__right__list dt {
    box-sizing: border-box;
    width: 96px;
    background-color: #eeeeee;
    border: 1px solid #dddddd;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
    padding: 2px;
    margin-right: 20px;
}

.pl-flag__right__list dd {
     width: 304px;
}

.pl-flag__right .pl-button {
    margin-top: 20px;
}

/* ボタン */
.pl-buttonWrap {
    display: flex;
    justify-content: center;
    margin: 60px 0 80px;
}

.pl-button {
    text-align: center;
}

a.pl-button__link {
    display: inline-block;
    position: relative;
    width: 337px;
    line-height: 42px;
    border-radius: 4px;
    font-weight: bold;
    font-size: 17px;
    text-shadow: 0px -1px 1px rgba(0,0,0,0.2);
    text-align: center;
    color: #fff;
}

a.pl-button__link:hover {
    text-decoration: none;
    position: relative;
    top: -1px;
}

.pl-button__link.\--isOrange:hover {
    box-shadow: #d8670b 0 4px 0, #f27b11 0 4px 10px;
}

.pl-button__link.\--isOrange {
    background: #f27b11;
    box-shadow: #d8670b 0 4px 0, rgba(0,0,0,0.2) 0 3px 3px;
}

.pl-button__link.\--isGreen:hover {
    box-shadow: #2f9b79 0 4px 0, #37b48c 0 4px 10px;
}

.pl-button__link.\--isGreen {
    background: #37b48c;
    box-shadow: #2f9b79 0 4px 0, rgba(0,0,0,0.2) 0 3px 3px;
}

.pl-button__link::after {
    content: "＞";
    position: absolute;
    right: 6px;
    top: 1px;
}

.pl-button + .pl-button {
    margin-left: 20px;
}


/* =========================================================
   レンタカー紹介
========================================================= */
.pl-product {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    background: #fafafa;
    border: 1px dotted #cccccc;
    box-sizing: border-box;
    width: 900px;
    margin: 20px 0 0 80px;
}

.pl-product__content {
    width: 418px;
}

.pl-product__movie {
    width: 48%;
}

.pl-product__movie img {
    width: 100%;
}


.pl-product__content__heading {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
}

.pl-product__content__heading__label {
    color: #ffffff;
    background: #59bded;
    padding: 6px 10px;
    display: inline-block;
    border: 1px solid #59bded;
}

.pl-product__content__heading__text {
    color: #59bded;
    padding: 6px 10px;
    display: inline-block;
    border: 1px solid #59bded;
    background: #fff;
}

.pl-product__content__link {
    text-align: right;
}

.pl-product__content__link a {
    text-decoration: none;
    color: #2068b7;
}

.pl-product__content__link a:hover {
    text-decoration: underline;
}


/* =========================================================
   絶景ポイント
========================================================= */
.pl-point {
    display: flex;
    justify-content: space-between;
    padding: 18px;
    background: #f7f7f7;
    border: 6px solid #6ca1df;
    box-sizing: border-box;
    width: 830px;
    margin: 60px 40px 55px 110px;
    position: relative;
}

.pl-point::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 22px 38px 22px 0;
    border-color: transparent #6ca1df transparent transparent;
    margin-top: -22px;
    margin-left: -38px;
}

.pl-point__img {
    width: 380px;
    height: 253px;
    background: #cccccc;
}

.pl-point__content {
    width: 380px;
}

.pl-point__content__heading {
    font-size: 14px;
    font-weight: bold;
    padding: 2px;
    margin-bottom: 20px;
    background: url(../images/common_images/bg-pattern.gif);
    color: #003894;
    display: inline-block;
}

.pl-point__content__heading__label {
    padding: 6px 10px;
    display: inline-block;
}

.pl-point__content__heading__text {
    padding: 6px 10px;
    display: inline-block;
    background: #fff;
}


/* =========================================================
   次のスポットへ
========================================================= */
.pl-route {
    position: relative;
    width: 900px;
    border: 2px solid #37b48c;
    margin: 20px 0 90px 80px;
    box-sizing: border-box;
}

.pl-route::after {
    position: absolute;
    bottom: -55px;
    left: 0;
    content: '';
    display: inline-block;
    background: url(../images/common_images/ui_arrow.png);
    width: 53px;
    height: 55px;
}


.pl-route___heading {
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    background: #37b48c;
    padding: 10px;
}

.pl-route__content {
    display: flex;
    justify-content: space-between;
    padding: 10px;
}

.pl-route__content__list {
    display: flex;
    align-items: baseline;
    width: 430px;
}

.pl-route__content__list dt {
    background: #eeeeee;
    border: 1px solid #dddddd;
    box-sizing: border-box;
    width: 126px;
    padding: 2px 2px;
    margin-right: 10px;
    text-align: center;
    font-weight: bold;
    line-height: 1.6;
}

.pl-route__content__list dd {
    width: 332px;
}


/* =========================================================
   おすすめ枠
========================================================= */
.pl-section {
    margin-bottom: 40px;
}

/* 見出し */
.pl-section__heading {
    position: relative;
    font-size: 16px;
    font-weight: bold;
    color: #003894;
    line-height: 1.6;
    padding-bottom: 6px;
    margin-bottom: 20px;
}

.pl-section__heading::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 940px;
    height: 4px;
    background: #d5d1d1;
}

.pl-section__heading::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 50px;
    height: 4px;
    background: #003590;
}

.pl-section__heading span {
    display: inline-block;
    background: #fff71c;
    padding: 3px 9px;
    margin-right: 10px;
    font-size: 16px;
    font-weight: bold;
}

.pl-section__contant {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 940px;
    margin: 0 auto;
}

/* 動画PR枠 */
.pl-section__contant__desc {
    width: 460px;
}

.pl-section__contant__desc__heading {
    font-size: 14px;
    font-weight: bold;
    border-left: 5px solid #003894;
    padding: 2px 10px;
    margin-bottom: 15px;
}

.pl-section__contant__desc__text p {
    margin-bottom: 20px;
}

.pl-section__contant__desc__text__link {
    text-align: right;
}

.pl-section__contant__desc__text__link a {
    position: relative;
    color: #2068b7;
    text-decoration: none;
}

.pl-section__contant__desc__text__link a:hover {
    text-decoration: underline;
}

/* バナー枠 */
.pl-reccommend .pl-section__contant__list {
    margin-bottom: 20px;
    width: 460px;
}

.pl-reccommend img {
    width: 100%;
}
.pl-reccommend a:hover {
    opacity: 0.8;
}


