@charset "utf-8";

/*
******************************************************************
* area.css
******************************************************************
*/
header {
    border-bottom: none;
}
.disp__none {
    display: none !important;
}
section:not(.sec02) p {
    line-height: 22px;
    margin: 0 auto;
}
section:not(.sec02) p.btn__more {
    margin-top: 40px;
}
.readmore__box {
    overflow: hidden;
    transition: height 250ms;
}
.heading__type--01 {
    margin-top: 80px;
}

.breadcrumb {
    margin-top: 100px;
}

/***** key__visual *****/
.key__visual--movie a {
    position: relative;
}
.key__visual--movie a::after {
    content: "";
    background: url(/car/common_new/images/parts/icon_blank_01.png) no-repeat 0 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -24px;
    margin: auto 0;
    width: 15px;
    height: 14px;
    z-index: 0;
}
.key__visual--search button {
    padding: 11px 50px 10px;
    width: auto;
}
.key__visual--bnr {
    position: absolute;
    bottom: 214px;
    left: 0;
    z-index: 2;
    width: 100%;
}
.key__visual--bnr img {
    display: none;
}
.key__visual--bnr .slick-slider {
    display: none;
}
.key__visual--bnr .slick-slider.slick-initialized {
    display: block;
    margin-bottom: 10px;
}
.key__visual--bnr .slick-slide {
    display: block;
    padding: 0 5px;
}
.key__visual--bnr .slick-slide a {
    display: block;
    position: relative;
}
.key__visual--bnr .slick-slide a::after {
    content: "";
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.key__visual--bnr .slick-slide[aria-hidden="true"] a {
    pointer-events: none;
}
.key__visual--bnr .slick-slide a img {
    display: block;
    position: relative;
    z-index: 1;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}
.key__visual--bnr .slick-slide a:hover img {
    opacity: 0.7;
}
.key__visual--bnr .slick-dots {
    margin-top: 4px;
    text-align: center;
    letter-spacing: normal;
}
.key__visual--bnr .slick-dots li {
    display: inline-block;
    padding: 0 5px;
    letter-spacing: -0.40em;
}
.key__visual--bnr .slick-dots button {
    display: block;
    width: 11px;
    height: 11px;
    background: #E5E5E5;
    border: none;
    border-radius: 50%;
}
.key__visual--bnr .slick-dots button {
    display: block;
    overflow: hidden;
    width: 11px;
    height: 11px;
    background: #E5E5E5;
    border: none;
    border-radius: 50%;
    text-indent: -10em;
    outline: none;
}
.key__visual--bnr .slick-dots .slick-active button {
    background: #003894;
}
.key__visual--bnr li img {
    width: 648px;
    height: 313px;;
}
.key__visual h1 {
    position: absolute;
    top: auto;
    bottom: 185px;
    left: 50%;
    font-size: 190%;
    width: 980px;
    transform: translateX(-50%);
}

.area_heading {
    padding-top: 15px;
    width: 980px;
    margin: 0 auto;
    color: #003894;
    font-size: 214.2%;
    font-weight: 600;
    text-align: center;
}
.key__visual--main .lazyloaded {
    width: 100%;
    display: block;
    justify-content: center;
}




/***** anchor__nav *****/
.anchor__nav ul {
    display: flex;
    flex-wrap: wrap;
}
.anchor__nav ul li {
    width: 50%;
    border-bottom: 1px solid #999999;
}
.anchor__nav ul li:nth-child(1),
.anchor__nav ul li:nth-child(2) {
    border-top: 1px solid #999999;
}
.anchor__nav ul li:nth-child(odd) {
    border-right: 1px solid #999999;
}
.anchor__nav ul li a {
    display: flex;
    position: relative;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 10px 25px 10px 10px;
    background: #FAFAFA;
    font-weight: bold;
    font-size: 12px;
    line-height: 1.3;
    box-sizing: border-box;
}
.anchor__nav ul li a:before,
.anchor__nav ul li a:after {
    position: absolute;
    bottom: 50%;
    right: 17px;
    z-index: 0;
    width: 7px;
    height: 1px;
    background: #003894;
    content: "";
    transform: rotate(35deg);
    transition: all 0.3s ease;
}
.anchor__nav ul li a:after {
    right: 12px;
    transform: rotate(-35deg);
}

section {
    width: 980px;
    margin: 0 auto;
}


/***** sec01 *****/
.sec01 {
    padding: 20px 0 0;
    background: #86C3E8;
    width: 980px;
    margin: 50px auto 0;
    position: relative;
    z-index: 0;
}
.heading__sec01 {
    margin-bottom: 14px;
    color: #fff;
    font-weight: bold;
    font-size: 171.43%;
    text-align: center;
}
.sec01__blockWrap {
    display: flex;
    justify-content: center;
}
.sec01__block {
    width: 320px;
    padding: 0 10px;
}
.sec01__block dt {
    position: relative;
    margin: 0 13px 30px;
    padding: 5px;
    background: #FEEC35;
    color: #003894;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
}
.sec01__block dt span {
    display: block;
    position: relative;
}
.sec01__block dt:before,
.sec01__block dt:after {
    position: absolute;
    z-index: -1;
    bottom: -10px;
    width: 52px;
    height: 29px;
    background: url(/s/car/common_new_s/images/area/deco_ribbon-side.png) no-repeat center center;
    background-size: 100% auto;
    content: '';
}
.sec01__block dt:before {
    left: -13px;
}
.sec01__block dt:after {
    right: -13px;
    transform: scale(-1, 1);
}
.sec01__block01 dd {
    overflow: hidden;
}
.sec01__block01 .sec01__list--block {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 195px;
    margin: -5px auto 0;
}
.sec01__block01 .sec01__list--block li {
    width: 65px;
    padding: 5px 5px 0;
}
.sec01__block01 .sec01__list--block li img {
    width: 100%;
}
.sec01__block02 .sec01__list--block {
    display: flex;
    justify-content: space-between;
    margin: 0 0 6px;
}
.sec01__block02 .sec01__list--block li {
    width: calc(33.333% - 4px);
    padding: 2px;
    background: #fff;
    border-radius: 2px;
    color: #003894;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
}
.sec01__block02 .sec01__price--block {
    padding: 5px;
    background-color: rgba(0, 56, 148, 0.2);
    border: 1px dashed #86C3E8;
    border-radius: 5px;
}
.sec01__block02 .sec01__price--block span {
    display: block;
    color: #fff;
    text-align: center;
}
.sec01__block02 .sec01__price--block span:nth-child(1) {
    font-weight: bold;
    font-size: 14px;
}
.sec01__block02 .sec01__price--block span:nth-child(1) em {
    color: #E55F5F;
    text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
    -1px 1px 0 #FFF, 1px -1px 0 #FFF,
    0px 1px 0 #FFF,  0-1px 0 #FFF,
    -1px 0 0 #FFF, 1px 0 0 #FFF;
}
.sec01__block02 .sec01__price--block span:nth-child(1) strong {
    font-weight: bold;
    font-size: 30px;
}
.sec01__block02 .sec01__price--block span:nth-child(2) {
    font-weight: bold;
    font-size: 12px;
}
.sec01__block03 dd {
    margin-top: -34px;
}
.sec01 .btn__more {
    font-size: 100%;
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 270px;
    z-index: 0;
}
.btn__type--02 {
    display: block;
    position: relative;
    width: 230px;
    margin: 0 auto;
    padding: 12px 20px;
    border: 2px solid #fff;
    background: #003894;
    border-radius: 28px;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    box-sizing: border-box;
}
.btn__type--02:before,
.btn__type--02:after {
    position: absolute;
    top: 0;
    bottom: 5px;
    right: 12px;
    z-index: 0;
    width: 7px;
    height: 1px;
    margin: auto 0;
    background: #fff;
    transform: rotate(50deg);
    content: "";
}
.btn__type--02:after {
    top: 5px;
    bottom: 0;
    transform: rotate(-50deg);
}


/***** sec03 *****/
.search__block + .search__block {
    margin-top: 50px;
}
.search__block {
    margin: 20px 10px 0;
}
.search__block h3 {
    margin: 0 10px 10px;
    font-size: 157%;
    font-weight: bold;
}
.search__block.company__search h3 {
    margin-bottom: 5px;
}
.search__wrap {
    display: flex;
}
.search__map {
    background: #EFF7FC;
    border-radius: 5px;
    width: 403px;
    height: 384px;
    position: relative;
}
.search__map--img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.search__map ul {
    position: relative;
    z-index: 1;
}
.search__map li {
    position: relative;
    z-index: 0;
}
.search__map ul.search__mapArea {
    z-index: 2;
}
section p.search__mapArea--name {
    background: #fff;
    border: 2px solid transparent;
    box-shadow: 0 0 2px 1px rgba(0,0,0,0.1);
    border-radius: 30px;
    padding: 3px 12px;
    display: block;
    position: absolute;
    margin: auto;
    z-index: 1;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}
.search__mapArea--border {
    position: absolute;
    z-index: 0;
}
.search__mapArea--border::before,
.search__mapArea--border::after {
    content: "";
    background: #43A5E0;
    height: 1px;
    position: absolute;
    z-index: 0;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}
.search__mapArea--mark {
    background: #43A5E0;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    width: 11px;
    height: 11px;
    z-index: 0;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}
.search__mapArea--mark::before {
    content: "";
    background: #208AC9;
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 5px;
    height: 5px;
    z-index: 1;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}
.search__mapArea li a:hover .search__mapArea--name {
    border-color: #F08300;
    color: #F08300;
    font-weight: bold;
}
.search__mapArea li a:hover .search__mapArea--border::before,
.search__mapArea li a:hover .search__mapArea--border::after,
.search__mapArea li a:hover .search__mapArea--mark {
    background: #F08300;
}
.search__mapArea li a:hover .search__mapArea--mark::before {
    background: #C66C00;
}
.search__mapArea li a:hover .search__mapArea--mark::after {
    content: "";
    background: url(/car/common_new/images/area/icon_map_crnt.png) no-repeat 0 0;
    position: absolute;
    top: -13px;
    left: -1px;
    width: 14px;
    height: 18px;
    z-index: 1;
}

.search__mapAirport li,
.search__mapStation li {
    position: absolute;
    z-index: 0;
}
.search__mapAirport li a,
.search__mapStation li a {
    display: inline-block;
    font-size: 85.7%;
    position: relative;
}
.search__mapAirport li a:hover,
.search__mapStation li a:hover {
    color: #F08300;
    text-decoration: underline;
}
.search__mapAirport li a::before,
.search__mapStation li a::before {
    content: "";
    background: url(/car/common_new/images/area/icon_map_station.png) no-repeat 0 0;
    position: absolute;
    margin: auto;
    width: 18px;
    height: 18px;
    z-index: 0;
}
.search__mapAirport li a::before {
    background: url(/car/common_new/images/area/icon_map_airport.png) no-repeat 0 0;
}
.search__mapAirport li a:hover::before {
    background: url(/car/common_new/images/area/icon_map_airport_on.png) no-repeat 0 0;
}
.search__mapStation li a:hover::before {
    background: url(/car/common_new/images/area/icon_map_station_on.png) no-repeat 0 0;
}
.search__mapAirport--top,
.search__mapStation--top {
    padding-top: 20px;
}
.search__mapAirport--top::before,
.search__mapStation--top::before {
    top: 0;
    left: 0;
    right: 0;
}
.search__mapAirport--bottom,
.search__mapStation--bottom {
    padding-bottom: 18px;
}
.search__mapAirport--bottom::before,
.search__mapStation--bottom::before {
    bottom: 0;
    left: 0;
    right: 0;
}
.search__mapAirport--left,
.search__mapStation--left {
    padding-left: 22px;
}
.search__mapAirport--left::before,
.search__mapStation--left::before {
    top: 0;
    bottom: 0;
    left: 0;
}
.search__mapAirport--right,
.search__mapStation--right {
    padding-right: 22px;
}
.search__mapAirport--right::before,
.search__mapStation--right::before {
    top: 0;
    bottom: 0;
    right: 0;
}

/********** マップエリア 北海道 **********/

/* マップエリア 北海道 エリア */
.search__mapArea--01 {
    top: 54px;
    left: 168px;
}
.search__mapArea--01 .search__mapArea--name {
    top: -25px;
    left: 50px;
}
.search__mapArea--01 .search__mapArea--border::before {
    top: -3px;
    left: 5px;
    width: 50px;
    transform: rotate(-20deg);
}
.search__mapArea--02 {
    top: 110px;
    left: 220px;
}
.search__mapArea--02 .search__mapArea--name {
    top: -35px;
    left: 39px;
}
.search__mapArea--02 .search__mapArea--border::before {
    top: -7px;
    left: -7px;
    width: 30px;
    transform: rotate(-73deg);
}
.search__mapArea--02 .search__mapArea--border::after {
    top: -21px;
    left: 12px;
    width: 30px;
}
.search__mapArea--03 {
    top: 188px;
    left: 300px;
}
.search__mapArea--03 .search__mapArea--name {
    top: 45px;
    left: -10px;
}
.search__mapArea--03 .search__mapArea--border::before {
    top: 31px;
    left: -10px;
    width: 50px;
    transform: rotate(70deg);
}
.search__mapArea--04 {
    top: 234px;
    left: 230px;
}
.search__mapArea--04 .search__mapArea--name {
    top: 41px;
    left: 38px;
}
.search__mapArea--04 .search__mapArea--border::before {
    top: 34px;
    left: -10px;
    width: 65px;
    transform: rotate(56deg);
}
.search__mapArea--05 {
    top: 234px;
    left: 186px;
}
.search__mapArea--05 .search__mapArea--name {
    top: 91px;
    left: 33px;
}
.search__mapArea--05 .search__mapArea--border::before {
    top: 37px;
    left: -21px;
    width: 56px;
    transform: rotate(90deg);
}
.search__mapArea--05 .search__mapArea--border::after {
    top: 79px;
    left: 2px;
    width: 50px;
    transform: rotate(36deg);
}
.search__mapArea--06 {
    top: 94px;
    left: 177px;
}
.search__mapArea--06 .search__mapArea--name {
    top: -51px;
    left: -164px;
}
.search__mapArea--06 .search__mapArea--border::before {
    top: -15px;
    left: -64px;
    width: 75px;
    transform: rotate(31deg);
}
.search__mapArea--07 {
    top: 154px;
    left: 148px;
}
.search__mapArea--07 .search__mapArea--name {
    top: -50px;
    left: -143px;
}
.search__mapArea--07 .search__mapArea--border::before {
    top: -7px;
    left: -64px;
    width: 75px;
    transform: rotate(21deg);
}
.search__mapArea--08 {
    top: 194px;
    left: 161px;
}
.search__mapArea--08 .search__mapArea--name {
    top: -36px;
    left: -151px;
}
.search__mapArea--08 .search__mapArea--border::before {
    top: -11px;
    left: -54px;
    width: 65px;
    transform: rotate(27deg);
}
.search__mapArea--09 {
    top: 284px;
    left: 81px;
}
.search__mapArea--09 .search__mapArea--name {
    top: 40px;
    left: 16px;
}
.search__mapArea--09 .search__mapArea--border::before {
    top: 14px;
    left: -6px;
    width: 26px;
    transform: rotate(90deg);
}
.search__mapArea--09 .search__mapArea--border::after {
    top: 41px;
    left: 2px;
    width: 50px;
    transform: rotate(36deg);
}

/* マップエリア 北海道 空港 */
.search__mapAirport--01 {
    top: 11px;
    left: 152px;
}
.search__mapAirport--02 {
    top: 123px;
    left: 241px;
}
.search__mapAirport--03 {
    top: 158px;
    left: 276px;
}
.search__mapAirport--04 {
    top: 187px;
    left: 246px;
}
.search__mapAirport--05 {
    top: 210px;
    left: 234px;
}
.search__mapAirport--06 {
    top: 133px;
    left: 169px;
}
.search__mapAirport--07 {
    top: 211px;
    left: 137px;
}
.search__mapAirport--08 {
    top: 281px;
    left: 100px;
}

/* マップエリア 北海道 駅 */
.search__mapStation--01 {
    top: 193px;
    left: 98px;
}
.search__mapStation--02 {
    top: 265px;
    left: 87px;
}
.search__mapStation--03 {
    top: 292px;
    left: 27px;
}

.searchtab__contents {
    box-shadow: 0px -4px 2px -2px #999999;
    padding: 10px 0 0;
}
.searchtab__contents > div {
    padding-bottom: 0;
}
.searchtab__select {
    display: flex;
    align-items: flex-end;
    width: 960px;
    padding: 0 20px 0 10px;
}
.searchtab__select li {
    border: none;
    display: block;
    margin-left: 10px;
    width: 120px;
}
.searchtab__select li span {
    padding: 5px 15px;
    height: auto;
    height: 30px;
}
.searchtab__select li.js__crnt span {
    min-height: 32px;
}
.searchtab__contents ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.searchtab__contents ul .accordion__body ul {
    margin-left: -20px;
}
.searchtab__contents li {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #999999;
    width: 225px;
    height: 63px;
    margin-left: 15px;
}
.searchtab__contents li a {
    background: #fff;
    box-sizing: border-box;
    color: #003894;
    display: flex;
    align-items: center;
    padding: 10px 25px 10px 10px;
    position: relative;
    width: 100%;
    min-height: 50px;
}
.searchtab__contents li a::before,
.searchtab__contents li a::after {
    content: "";
    background: #003894;
    position: absolute;
    top: 0;
    bottom: 5px;
    right: 7px;
    margin: auto 0;
    width: 7px;
    height: 1px;
    transform: rotate(50deg);
    z-index: 0;
}
.searchtab__contents li a::after {
    top: 5px;
    bottom: 0;
    transform: rotate(-50deg);
}
.searchtab__contents li a:hover {
    background: #EAF7FF;
}
.searchtab__contents li .accordion__body {
    display: none;
    border-top: 1px solid #999999;
    width: 510px;
}
.searchtab__contents li:nth-child(even) .accordion__body {
    margin-left: -265px;
}
.searchtab__contents li .accordion__head {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    min-height: 50px;
    margin: 0;
    padding: 5px 35px 3px 10px;
    font-weight: bold;
    font-size: 85.7%;
    box-sizing: border-box;
    color: #333;
    cursor: pointer;
}
.searchtab__contents li .accordion__head:before,
.searchtab__contents li .accordion__head:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 17px;
    z-index: 0;
    margin: auto 0;
    width: 7px;
    height: 1px;
    background: #003894;
    transform: rotate(35deg);
    content: "";
}
.searchtab__contents li .accordion__head:after {
    right: 12px;
    transform: rotate(-35deg);
}
.searchtab__contents li .accordion.js__open .accordion__head:before {
    transform: rotate(-35deg);
}
.searchtab__contents li .accordion.js__open .accordion__head:after {
    transform: rotate(35deg)
}

.popular__list {
    display: flex;
}
.popular__item {
    width: 310px;
    overflow: hidden;
    position: relative;
    padding: 17px 17px 100px;
    border-radius: 0px 5px 5px 5px;
    border: 1px solid #999999;
}
.popular__item + .popular__item {
    margin-left: 15px;
}
.popular__item:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #0E439A;
    content: '';
}
.popular__label {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 67px;
    height: 60px;
    padding: 0 3px;
}
.popular__label span {
    position: relative;
    z-index: 2;
    color: #fff;
    font-weight: bold;
    font-size: 85.7%;
}
.popular__label span em {
    font-size: 166.6%;
}
.popular__label:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100px;
    height: 100px;
    content: '';
    transform: rotate(47deg) translateX(-75px);
}
.popular__item.popular__rank01 .popular__label:before {
    background: #EAC640;
}
.popular__item.popular__rank02 .popular__label:before {
    background: #679EB1;
}
.popular__item.popular__rank03 .popular__label:before {
    background: #746B6B;
}
.popular__head {
    display: flex;
    margin-bottom: 15px;
}
.popular__img {
    width: 120px;
    border-radius: 5px;
    overflow: hidden;
}
.popular__img img {
    width: 100%;
}
.popular__name {
    width: 61%;
    padding-left: 10px;
}
.popular__name a {
    background: url(/car/common/images/ui/ui__arrow-01.png) no-repeat 0px 5px;
    padding-left: 16px;
}
.popular__name dt {
    margin: 0 0 5px;
    font-weight: bold;
    font-size: 143%;
}
.popular__name dd {
    color: #636363;
}
.popular__name dd + dd {
    margin-top: 10px;
}
.popular__btn {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 10px;
    text-align: center;
    width: auto;
}
.popular__btn .btn {
    padding: 10px 30px 10px 20px;
    width: auto;
}
.popular__cont,
.popular__cont p {
    margin: 0;
}
.readmore__box--btn {
    position: relative;
    bottom: -13px;
    margin: 0 -10px;
    padding: 5px;
    background: #FAFAFA;
    text-align: center;
}
.readmore__box--btn span {
    display: inline-block;
    position: relative;
    padding: 0 30px 0 0;
    color: #003894;
    font-size: 12px;
}
.readmore__box--btn.open span:before,
.readmore__box--btn.open span:after {
    position: absolute;
    bottom: 50%;
    right: 5px;
    z-index: 0;
    width: 7px;
    height: 1px;
    background: #003894;
    content: "";
    transform: rotate(35deg);
    transition: all 0.3s ease;
}
.readmore__box--btn.open span:after {
    right: 0;
    transform: rotate(-35deg);
}
.readmore__box--btn.close span:before,
.readmore__box--btn.close span:after {
    position: absolute;
    bottom: 50%;
    right: 5px;
    z-index: 0;
    width: 7px;
    height: 1px;
    background: #003894;
    content: "";
    transform: rotate(-35deg);
    transition: all 0.3s ease;
}
.readmore__box--btn.close span:after {
    right: 0;
    transform: rotate(35deg);
}
.announcement__block {
    background: #86C3E8;
    margin: 60px 10px 0;
    display: flex;
}
.announcement__cont {
    padding: 20px;
    width: 660px;
}
.announcement__cont--inner {
    overflow: hidden;
}
.announcement__balloon {
    position: relative;
    margin: 0 auto 15px;
    padding: 6px 10px;
    background: #72B3DB;
    border-radius: 5px;
    border: 2px solid #fff;
    text-align: center;
    width: 596px;
}
.announcement__balloon:before,
.announcement__balloon:after {
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 1;
    content: '';
    transform: translateX(-50%) translateY(100%);
}
.announcement__balloon:before {
    z-index: 2;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 5.5px 0 5.5px;
    border-color: #72B3DB transparent transparent transparent;
}
.announcement__balloon:after {
    width: 0;
    height: 0;
    margin-bottom: -2px;
    border-style: solid;
    border-width: 7px 6.5px 0 6.5px;
    border-color: #fff transparent transparent transparent;
}
.announcement__balloon span {
    position: relative;
    z-index: 3;
    color: #fff;
    font-weight: bold;
}
.announcement__ttl {
    display: flex;
    align-items: center;
    color: #fff;
    float: left;
    margin: 0;
    padding: 0 10px 0 25px;
    width: 420px;
}
.announcement__ttl > span {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    word-break: break-all;
}
.announcement__ttl > span:nth-child(1) {
    font-weight: bold;
    font-size: 185.7%;
    line-height: 1.1;
    text-align: right;
    margin-right: 20px;
    width: 115px;
}
.announcement__ttl > span:nth-child(2) {
    min-width: 48px;
    width: 48px;
    height: 48px;
    padding: 10px;
    margin-right: 20px;
    border-radius: 50%;
    border: 2px solid #fff;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 164.3%;
}
.announcement__ttl > span:nth-child(3) {
    font-weight: bold;
    font-size: 42px;
    text-align: left;
    line-height: 1;
    overflow: hidden;
    width: 182px;
}
.announcement__ttl > span span {
    display: inline-block;
    text-align: center;
}
.announcement__btn {
    float: right;
    width: 200px;
    margin-top: 5px;
}
.announcement__btn .btn {
    border: 2px solid #fff;
    padding: 10px 25px 10px 12px;
}
.announcement__img {
    width: 300px;
    overflow: hidden;
}
.announcement__img img {
    float: right;
    height: 100%;
    width: 300px;
}

/***** ドライブコース *****/
.drivecourse__lead {
    margin: 0 20px 40px;
    font-size: 16px;
}
.drivecourse__list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 960px;
    margin: 0 auto;
}
.drivecourse__list .drivecourse__item {
    border: 1px solid #999999;
    border-radius: 4px;
    padding: 20px;
    float: left;
    width: 470px;
    margin: 20px 0 0;
}
.drivecourse__list .drivecourse__item:nth-child(even) {
    margin: 20px 0 0 20px;
}
.drivecourse__list .drivecourse__imgWrap {
    display: flex;
    margin-bottom: 10px;
}
.drivecourse__list .drivecourse__item p {
    margin: 0 0 4px;
}
.drivecourse__list .drivecourse__item .link__text--01 {
    margin: 0;
}

.drivecourse__list[aria-expanded="true"] {
    height: auto !important;
    transition: none;
}
.drivecourse__item {
    border-bottom: 1px solid #F1F1F1;
}
.drivecourse__item a {
    font-size: 100%;
    padding: 0 24px 0 0;
}
.drivecourse__item a:before,
.drivecourse__item a:after {
    position: absolute;
    top: 0;
    bottom: 5px;
    right: 8px;
    z-index: 0;
    width: 7px;
    height: 1px;
    margin: auto 0;
    background: #003894;
    transform: rotate(50deg);
    content: "";
}
.drivecourse__item a:after {
    top: 5px;
    bottom: 0;
    transform: rotate(-50deg);
}
.drivecourse__item .drivecourse__img {
    border-radius: 5px;
    width: 78px;
    height: 78px;
    overflow: hidden;
}
.drivecourse__item .drivecourse__img img {
    width: 100%;
}
.drivecourse__item .drivecourse__cont {
    padding: 0 0 0 10px;
    width: 350px;
}
.drivecourse__item .drivecourse__catch {
    margin: 0 0 3px;
    font-size: 143%;
    font-weight: bold;
    line-height: 1.2;
}
.drivecourse__item .season__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -3px 4px;
}
.drivecourse__item .season__item {
    padding: 0 3px;
}
.drivecourse__item .season__item span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: #fff;
    font-size: 85.7%;
}
.drivecourse__item .season__item.spring span {
    background: #FF0057;
}
.drivecourse__item .season__item.summer span {
    background: #0092B8;
}
.drivecourse__item .season__item.autumn span {
    background: #FF9100;
}
.drivecourse__item .season__item.winter span {
    background: #0E439A;
}
.drivecourse__list .drivecourse__item .drivecourse__time {
    position: relative;
    margin: 0;
    padding: 3px 0 1px 30px;
}
.drivecourse__item .drivecourse__time:before {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    height: 20px;
    background: url(/car/common_new/images/area/icon_clock.png) no-repeat center center;
    transform: translateY(-50%);
    content: '';
}
.drivecourse__other {
    display: block;
    margin: 0 10px;
    padding: 11px;
    background: #FAFAFA;
    border: 1px solid #F1F1F1;
    color: #0E439A;
    font-size: 12px;
    text-align: center;
}
.drivecourse__other span {
    display: inline-block;
    position: relative;
    padding: 0 46px 0 0;
}
.drivecourse__other span {
    display: inline-block;
    position: relative;
    padding: 0 46px 0 0;
}
.drivecourse__other span:before,
.drivecourse__other span:after {
    position: absolute;
    bottom: calc(50% - 1px);
    right: 5px;
    z-index: 0;
    width: 7px;
    height: 1px;
    background: #003894;
    content: "";
    transform: rotate(35deg);
    transition: all 0.3s ease;
}
.drivecourse__other span:after {
    right: 0;
    transform: rotate(-35deg);
}


/***** オススメ車種 *****/
.recommended__models--list {
    display: flex;
    margin: 0 5px 20px;
}
.recommended__models--item {
    overflow: hidden;
    position: relative;
    margin: 0 0 0 ;
    padding: 18px 15px 15px;
    border-radius: 5px;
    border: 1px solid #999999;
    width: 310px;
}
.recommended__models--item:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #0E439A;
    content: '';
}
.recommended__models--item + .recommended__models--item {
    margin-left: 15px;
}
.recommended__models--head {
    display: flex;
    margin: 0 0 12px;
}
.recommended__models--img {
    width: 120px;
    border-radius: 5px;
    overflow: hidden;
}
.recommended__models--img img {
    width: 100%;
}
.recommended__models--name {
    width: calc(100% - 120px);
    padding: 3px 0 0 9px;
}
.recommended__models--name dt {
    margin: 0 0 5px;
}
.recommended__models--name dd {
    font-size: 143%;
    font-weight: bold;
}
.recommended__models--cont {
    text-align: right;
}
.recommended__models--cont p {
    margin: 0;
    font-size: 12px;
    line-height: 1.6;
    text-align: left;
}
.recommended__models--cont p + p {
    margin-top: 10px;
}
.btn__more{
    margin: 40px auto 0;
    width: 270px;
}
.recommended__models--more:before,
.recommended__models--more:after {
    position: absolute;
    top: 0;
    bottom: 5px;
    right: 8px;
    z-index: 0;
    width: 7px;
    height: 1px;
    margin: auto 0;
    background: #003894;
    transform: rotate(50deg);
    content: "";
}
.recommended__models--more:after {
    top: 5px;
    bottom: 0;
    transform: rotate(-50deg);
}
.recommended__models--list .slick-list {
    padding-bottom: 3px;
}
.recommended__models--list .slick-dots {
    margin-top: 7px;
    text-align: center;
    letter-spacing: normal;
}
.recommended__models--list .slick-dots li {
    display: inline-block;
    padding: 0 5px;
    letter-spacing: -0.40em;
}
.recommended__models--list .slick-dots button {
    display: block;
    overflow: hidden;
    width: 9px;
    height: 9px;
    background: #E5E5E5;
    border: none;
    border-radius: 50%;
    text-indent: -10em;
    outline: none;
}
.recommended__models--list .slick-dots .slick-active button {
    background: #003894;
}
.recommended__models--more {
    display: inline-block;
    font-weight: bold;
    margin-top: 20px;
    padding: 0 24px 0 0;
    position: relative;
}
.recommended__models--more:hover {
    text-decoration: underline;
}


/***** sec07 *****/
.sec07 .details__box p {
    margin: 0 20px;
}


/***** sec08 *****/
.sec08 .details__box p {
    margin: 0 20px;
}

/***** sec09 *****/
.sec09 .btn__more {
    margin: 0 auto;
    width: 270px;
}


/***** sec10 *****/
.sec10 p.more__btn {
    font-size: 100%;
    width: 230px;
    margin: 0 auto;
}

.\--tc .key__visual,
.\--en .key__visual,
.\--kr .key__visual {
    padding-top: 0;
    height: 600px;
}

.\--tc .key__visual::before,
.\--en .key__visual::before,
.\--kr .key__visual::before {
    content: none;
}

.\--tc .key__visual--inner,
.\--en .key__visual--inner,
.\--kr .key__visual--inner {
    height: 585px;
}

.\--tc .key__visual--inner::before,
.\--en .key__visual--inner::before,
.\--kr .key__visual--inner::before {
    content: none;
}

.\--tc .key__visual .key__visual--main,
.\--en .key__visual .key__visual--main,
.\--kr .key__visual .key__visual--main {
    height: 585px;
}

.\--tc .recommended__list li dd,
.\--en .recommended__list li dd,
.\--kr .recommended__list li dd {
    width: 850px;
}

.\--tc .link__search > dd dl:nth-child(2) dt a,
.\--tc .link__search > dd dl:nth-child(3) dt a,
.\--tc .link__search > dd dl:nth-child(4) dt a,
.\--tc .link__search > dd dl:nth-child(5) dt a,
.\--tc .link__search > dd dl:nth-child(6) dt a,
.\--tc .link__search > dd dl:nth-child(7) dt a,
.\--tc .link__search > dd dl:nth-child(8) dt a,
.\--tc .link__search > dd dl:nth-child(9) dt a,
.\--tc .link__search > dd dl:nth-child(10) dt a,
.\--en .link__search > dd dl:nth-child(2) dt a,
.\--en .link__search > dd dl:nth-child(3) dt a,
.\--en .link__search > dd dl:nth-child(4) dt a,
.\--en .link__search > dd dl:nth-child(5) dt a,
.\--en .link__search > dd dl:nth-child(6) dt a,
.\--en .link__search > dd dl:nth-child(7) dt a,
.\--en .link__search > dd dl:nth-child(8) dt a,
.\--en .link__search > dd dl:nth-child(9) dt a,
.\--en .link__search > dd dl:nth-child(10) dt a,
.\--kr .link__search > dd dl:nth-child(2) dt a,
.\--kr .link__search > dd dl:nth-child(3) dt a,
.\--kr .link__search > dd dl:nth-child(4) dt a,
.\--kr .link__search > dd dl:nth-child(5) dt a,
.\--kr .link__search > dd dl:nth-child(6) dt a,
.\--kr .link__search > dd dl:nth-child(7) dt a,
.\--kr .link__search > dd dl:nth-child(8) dt a,
.\--kr .link__search > dd dl:nth-child(9) dt a,
.\--kr .link__search > dd dl:nth-child(10) dt a {
    pointer-events: none;
}


.tabirai__bnrarea {
    width: 100%;
}
.tabirai__bnrarea--item:not(:first-child) {
    margin-top: 15px;
}
.tabirai__bnrarea--item {
    transition: all 0.2s ease;
    list-style: none;
}
.tabirai__bnrarea--item:hover {
    opacity: .7;
}
.tabirai__bnrarea--link {
    display: block;
}