﻿/* =========================================================
   共通
========================================================= */
body {
    font-family: "游ゴシック Medium","Yu Gothic Medium","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",sans-serif;
    line-height: 1.6;
    font-weight: 500;
}

.pl-headline--large {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    background: url(/car/special/member-discount/images/bg_headline_large.png);
    background-position: top left;
    background-repeat: repeat-x;
    height: 66px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 23px;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 80px 0 25px;
}

.pl-headline--middle {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background: url(/car/special/member-discount/images/bg_headline_middle.png);
    background-position: top left;
    background-repeat: repeat-x;
    height: 44px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 23px;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 60px 0 40px;
}

.pl-headline--small {
    font-size: 22px;
    font-weight: bold;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: solid 4px #003894;
    width: calc(100% - 32px);
    margin: 40px auto 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 6px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.pl-headline--small span {
    color: #FF0054;
}

*.\--excuse {
    font-size: 80% !important;
}

/* ボタン
--------------------------- */
.pl-button {
    padding-bottom: 4px;
    text-align: center;
    margin-top: 70px;
}

.pl-button__link {
    display: inline-block;
    position: relative;
    width: 540px;
    line-height: 50px;
    border-radius: 4px;
    background: #f27b11;
    -webkit-box-shadow: #d8670b 0 4px 0, rgba(0,0,0,0.2) 0 3px 3px;
    box-shadow: #d8670b 0 4px 0, rgba(0,0,0,0.2) 0 3px 3px;
    font-weight: bold;
    font-size: 20px;
    text-shadow: 0px -1px 1px rgba(0,0,0,0.2);
    text-align: center;
    color: #fff;
}

.pl-button__link::after {
    content: '＞';
    position: absolute;
    right: 10px;
    top: 0;
}

.pl-button__link:hover {
    text-decoration: none;
    position: relative;
    top: -1px;
    -webkit-box-shadow: #d8670b 0 4px 0, #f27b11 0 4px 10px;
            box-shadow: #d8670b 0 4px 0, #f27b11 0 4px 10px;
}

.pl-button__link:link,
.pl-button__link:visited {
    color: #fff;
}

/* 緑ボタン */

.pl-button__link.\--green {
    background: #37B48C;
    box-shadow: #37B48C 0 4px 0, rgba(0,0,0,0.2) 0 3px 3px;
}

.pl-button__link.\--green:hover {
    box-shadow: #37B48C 0 4px 0, #37B48C 0 4px 10px;
}

/* =========================================================
   メインビジュアル
========================================================= */
.pl-mainvisual {
    position: relative;
    height: 560px;
}

.pl-mainvisual__title {
    position: relative;
}

.pl-mainvisual__title img {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -950px;
}

/* =========================================================
   キャンペーン終了
========================================================= */
.seasonoff {
/*    display: none;*/
    width: 980px;
    border: 3px solid #FF0004;
    margin: 10px auto 15px;
    padding: 3px 7px;
    text-align: left;
}

.seasonoff p {
    line-height:1.5em;
    font-size:17px;
    font-weight:bold;
}

.txt_red, p.txt_red {
    color: #FF0004;
}

/* =========================================================
   導入文
========================================================= */
.pl-intro {
    text-align: center;
    width: 980px;
    margin: 0 auto;
}

.pl-intro__text {
    padding: 60px 0 0;
    font-size: 18px;
    font-weight: bold;
    color: #2d2d2d;
    line-height: 1.7;
}

/* =========================================================
   たびらいレンタカー予約が大切にするもの
========================================================= */
.pl-cherish {
    width: 980px;
    margin: 0 auto;
}

.pl-cherishIntro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 900px;
    margin: 0 26px 27px 54px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.pl-cherishIntro__img {
    width: 260px;
    height: 233px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.pl-cherishIntro__textWrap {
    padding-left: 40px;
    /*padding-top: 20px;*/
}

.pl-cherishIntro__text {
    font-size: 16px;
    line-height: 1.7;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.pl-cherishIntro__text--footnote {
    margin-top: 10px;
    color: #888;
}

.pl-cherishPoint__inner + .pl-cherishPoint__inner,
.pl-campaignCourse__inner + .pl-campaignCourse__inner,
.pl-campaignNote__inner + .pl-campaignNote__inner {
    margin-top: 100px;
}

.pl-cherishPoint__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.pl-cherishPoint__flex.\--isThreeStep {
    width: 890px;
    margin: 0 26px 0 64px;
}

.pl-cherishPoint__flex.\--isSmartPhone {
    width: 830px;
    margin: 0 43px 0 107px;
}

.\--isThreeStep .pl-cherishPoint__img {
    width: 390px;
    height: 196px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.\--isSmartPhone .pl-cherishPoint__img {
    width: 162px;
    height: 332px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.pl-cherishPoint__textWrap {
    width: 580px;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
}

.pl-cherishPoint__text {
    font-size: 16px;
    line-height: 1.7;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.\--isThreeStep .pl-cherishPoint__text {
    width: 500px;
    padding-left: 67px;
    padding-top: 55px;
}

.pl-cherishPoint__yellowBox {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 20px 40px;
    background: #fbf8c4;
    margin-top: 60px;
}

.pl-cherishPoint__yellowBox span {
    font-size: 22px;
    color: #FF0054;
}

a.pl-text__link {
    color: rgb(0, 0, 238);
    text-decoration: underline;
}

a.pl-text__link:hover {
    opacity: 0.7;
}

.pl-text__linkWrap {
    font-size: 18px;
    line-height: 1.7;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 30px 0 40px;
    text-align: center;
}

/* =========================================================
   キャンペーンについて
========================================================= */
.pl-campaign {
    width: 980px;
    margin: 80px auto 50px;
}

.pl-campaignContent__inner + .pl-campaignContent__inner {
    margin-top: 60px;
}

.pl-campaignContent__intro {
    width: 100%;
}

.pl-campaignContent__intro__img {
    margin-top: 40px;
}

.pl-campaignContent__intro__img img {
    display: block;
    margin: 0 auto;
}

.pl-campaignContent__intro__text {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-top: 40px;
}

.pl-campaignContent__intro__text span {
    color: #FF0054;
}

.pl-campaignContent__list {
    width: calc(100% - 52px);
    margin: 20px auto 0;
    color: #2d2d2d;
    font-size: 16px;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
}

.pl-campaignContent__list__item {
    padding-left: 1em;
    text-indent: -1em;
}

.pl-headline--small.\+month100 {
    padding-left: 190px;
    position: relative;
    height: 100px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-line-pack: end;
        align-content: flex-end;
}

.pl-headline--small.\+month100::before {
    content: "";
    position: absolute;
    background: url(/car/special/member-discount/images/ico_month100.png);
    bottom: -7px;
    left: 8px;
    width: 150px;
    height: 103px;
}

.pl-headline--small.\+month100 span {
    color: inherit;
    text-indent: 5.8em;
}

.pl-headline--small.\+month10 {
    padding-left: 190px;
    position: relative;
    height: 88px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}

.pl-headline--small.\+month10::before {
    content: "";
    position: absolute;
    background: url(/car/special/member-discount/images/ico_month10.png);
    bottom: -20px;
    left: 8px;
    width: 150px;
    height: 103px;
}

.pl-campaignContent__text {
    width: calc(100% - 130px);
    margin: 0 auto 40px;
    font-size: 18px;
    line-height: 1.7;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
}

.pl-campaignContent__text--footnote {
    width: calc(100% - 130px);
    margin: 20px auto;
    font-size: 14px;
    line-height: 1.7;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
}

.pl-campaignContent__text--footnote span {
    color: #FF0054;
    font-weight: bold;
}

.pl-campaignContent__text span {
    font-size: 20px;
    font-weight: bold;
    color: #FF0054;
}

.pl-campaignCourse__yellowBox {
    font-size: 16px;
    text-align: center;
    padding: 20px 60px;
    background: #fbf8c4;
    margin-top: 70px;
    line-height: 1.7;
}

.pl-campaignCourse__yellowBox b {
    font-weight: bold;
}

.pl-campaignCourse__yellowBox span {
    font-size: 20px;
    font-weight: bold;
    color: #FF0054;
}

.pl-campaignPeriod,
.pl-campaignCourse,
.pl-campaignNote {
    margin-top: 70px;
}

.pl-campaignPeriod__text {
    width: calc(100% - 52px);
    margin: 0 auto;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.7;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
}

.pl-flowWrap {
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.pl-flow {
    width: 294px;
    position: relative;
    border: 2px solid #003894;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.pl-flowWrap.\--green .pl-flow {
    border: 2px solid #37b48c;
    height: 420px;
}

.pl-flow:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -31px;
    margin-left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 21px 21px;
    border-color: transparent transparent transparent #bfbfbf;
}

.pl-flow.\--goal {
    margin-bottom: 0;
}

.pl-flow.\--goal::after {
    content: none;
}

.pl-flow__title {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 0;
    background: #003894;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.pl-flowWrap.\--green .pl-flow__title {
    background: #37b48c;
}

.pl-flow__textWrap {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform : translateY(-50%);
    transform : translateY(-50%);
    right: 0;
    left: 0;
    margin: 20px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 35px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 15px;
    font-weight: bold;
    color: #2d2d2d;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pl-flow__list {
    margin-top: 24px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pl-flow__list__item {
    width: 105px;
}

.pl-flow__list__item.\--SP {
    display: none;
}

.pl-flow__list__title {
    padding: 2px 0;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background: #01B901;
    border-radius: 2px;
}

.pl-flow__list__item img {
    width: 100%;
    height: auto;
}

.pl-flow__list__item:last-child {
    position: relative;
    margin-left: 30px;
}

.pl-flow__text {
    margin-bottom: 10px;
}

.pl-flow__text--lineID {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin: 0 auto;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.pl-flow__text--footnote {
    font-size: 12px;
    font-weight: normal;
}

.pl-flow__img {
    margin-bottom: 10px;
}

.pl-flow__img img {
    width: 100%;
}

.pl-campaignCourse__textWrap {
    width: calc(100% - 52px);
    margin: 0 auto;
}

.pl-campaignCourse__text {
    font-size: 22px;
    font-weight: bold;
}

.pl-campaignCourse__text--footnote {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.7;
}

.pl-campaignCourse__text--footnote + .pl-campaignCourse__text--footnote {
    margin-top: 0;
}

.pl-campaignNote__list {
    width: calc(100% - 52px);
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.7;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
}
