@charset "UTF-8";
/*-------------------------------------------------------
　レンタルバイク + キャンピングカー
--------------------------------------------------------*/


.rtxt {text-align: right !important;}
.ltxt {text-align: left !important;}
.ctxt {text-align: center !important;}
.ws_bike {white-space: break-spaces;}
.ws_line {white-space: pre-line;}

/*TOP
====================================== */
.r-bike {
    width: auto;
}
.r-bike .inner {
    box-sizing: border-box;
    width: 1000px;
    margin: 0 auto;
}
.r-bike section {
    overflow: hidden;
}
.r-bike .sec {
    padding: 50px 0;
}
.r-bike .bg-gray {
    background: #eff2e3;
}
.r-bike .listBtn {
    margin-top: 30px;
}
.r-bike .listBtn a {
    background: #007cd2;
    border: none;
    border-radius: 10px;
    box-sizing: border-box;
    box-shadow: 3px 3px 3px 0px rgb(0, 0, 0, .2);
    color: #fff;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    width: 300px;
    height: 60px;
}
.r-bike .listBtn a::before {
    content: "";
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 18px;
    margin: auto 0;
    width: 8px;
    height: 8px;
    transform: rotate(-45deg);
}

/** .r-bikeTitle **/
.r-bikeTitle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #c3c3c3;
    border-bottom: 1px solid #c3c3c3;
    padding: 11px 0px 11px 0;
}
.r-bikeTitle h3 {
    color: #13448f;
    font-size: 24px;
    font-weight: bold;
}
.r-bikeTitle ul {
    display: flex;
}
.r-bikeTitle ul li {
    margin-left: 26px; font-weight: bold; font-size: 16px; color: #008b09; letter-spacing:0;
}
.r-bikeTitle ul li a {
    text-decoration: none; color: #008b09;
}
.r-bikeTitle02 {
    color: #376d1d;
    font-size: 32px;
    font-weight: normal;
    text-align: center;
    margin-top: 60px;
}
.r-bikeTitle02.mt0 {
    margin-top: 0;
}
.r-bikeTitle02 span {
    font-size: 20px;
    display: block;
    margin-top: 5px;
}
.r-bike .sec .r-bikeTitle02:first-child {
    margin-top: 30px;
}
.r-bikeTitle03 {
    color: #13448f;
    font-size: 28px;
    font-weight: normal;
    text-align: center;
    margin-top: 100px;
}
.r-bike .sec .r-bikeTitle03:first-child {
    margin-top: 30px;
}
.r-bikeTitle04 {
    border-left: 10px solid #376d1d;
    color: #376d1d;
    font-size: 28px;
    font-weight: normal;
    display: flex;
    align-items: center;
    padding-left: 15px;
    margin-top: 55px;
    line-height: 1.2;
}
.r-bike .sec .r-bikeTitle04:first-child {
    margin-top: 0;
}
.r-bikeTitle04 span {
    font-size: 20px;
}

/** .r-bikeMainSlider **/
.c_carSliderBox {width: 1000px; margin: 0 auto; overflow: hidden;}
.r-bikeMainSlider {
    max-width: 365px;
    margin: 35px auto 0;
}
.r-bikeMainSlider .slick-list {
    overflow: visible;
}
.r-bikeMainSlider .img {
    padding: 0 15px;
}
.r-bikeMainSlider .img a {
    display: block;
}
.r-bikeMainSlider .slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}
.r-bikeMainSlider .slick-dots li + li {
    margin-left: 10px;
}
.r-bikeMainSlider .slick-dots button {
    background: #969696;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    text-indent: -9999px;
    padding: 0;
    width: 15px;
    height: 15px;
}
.r-bikeMainSlider .slick-dots .slick-active button {
    background: #64d10c;
}

.slick-dots li button { font-size: 0; line-height: 0; display: block; padding: 5px; color: transparent; border: 0; outline: 0; background: transparent;}
.slick-dots li, .slick-dots li button {width: 30px; height: 30px; cursor: pointer;}
.slick-dots li button:before {font-family:slick;font-size:15px;line-height:20px;position:absolute;top:0;left:0;width:30px;height:30px;content:'●';text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}

.r-bikeMainSlider .slick-prev,.r-bikeMainSlider .slick-next {z-index: 10; top: 38% !important;}
.r-bikeMainSlider .slick-prev {left: -315px;}
.r-bikeMainSlider .slick-next {right: -315px;}


/** .campTopEnjoy **/
.campTopEnjoy {background: url(/campingcar/img/camp_topimg.png) no-repeat center top; background-size: cover; padding: 120px 65px 65px;}
.c-carTopTitle02 {font-weight: bold; color: #000 !important; font-size: 28px; text-align: center; margin-bottom: 40px;}
.c-carEnjoyTxt {font-size: 14px; line-height: 2.3em; text-align: center; margin-bottom: 40px;}



/** .r-bikeSearch **/
.r-bikeSearch {
    background: #289ac9;
    background-size: cover;
    margin-top: 50px;
    padding: 50px 0;
}
.r-bikeSearch .inner {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
}
.r-bikeSearch .inner div dl {
    display: flex;
    align-items: center;
}
.r-bikeSearch .inner div dl dt {
    color: #fff;
    font-size: 15px;
}
.r-bikeSearch .inner div dl dd {
    margin-left: 13px;
    width: 225px;
}
.r-bikeSearch .shop select {
    border: none;
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 14px;
    padding: 0 13px;
    width: 225px;
    height: 38px;
    -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
    outline: none;
}
.r-bikeSearch .shop select option {
    font-size: 14px;
}
.r-bikeSearch .date dl + dl {
    margin-top: 8px;
}
.r-bikeSearch .date dd {
    display: flex;
    justify-content: space-between;
}
.r-bikeSearch .date dd input {
    background: url(../img/icon_calender.png) no-repeat 11px 9px #fff;
    border-radius: 5px 0 0 5px;
    box-sizing: border-box;
    font-size: 14px;
    padding: 0 10px 0 40px;
    width: 131px;
    height: 38px;
    -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
    outline: none;
}
.r-bikeSearch .date dd select {
    border: none;
    border-radius: 0 5px 5px 0;
    box-sizing: border-box;
    font-size: 14px;
    padding: 0 10px;
    position: relative;
    width: 93px;
    height: 38px;
    -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
    outline: none;
}
.r-bikeSearch .date dd .picker input {
    background-image: none;
}
.r-bikeSearch .date dd .picker {
    position: relative;
}
.r-bikeSearch .date dd .picker img {
    position: absolute;
    top: 11px;
    left: 15px;
    right: auto;
}
.r-bikeSearch .date dd .selectWrap {
    position: relative;
    width: 93px;
    height: 38px;
}
.selectWrap::after {
    content: "";
    border-top: 6px solid #000;
    border-bottom: 6px solid transparent;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    top: 16px;
    right: 12px;
    width: 0;
    height: 0;
    z-index: 1;
}
select::-ms-expand {
	display: none;
}
.r-bikeSearch .btn {
    width: 280px;
}
.r-bikeSearch .btn button {
    background: #00aae2;
    border: none;
    border-radius: 5px;
    color: #fff;
    font-size: 20px;
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
    outline: none;
    box-shadow: 5px 5px 5px 0px #6d7d95;
    cursor: pointer;
}
.r-bikeSearch .btn button::before {
    content: "";
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 18px;
    margin: auto 0;
    width: 8px;
    height: 8px;
    transform: rotate(-45deg);
}

/** .r-bikeType **/
.r-bikeType {
    max-width: 360px;
    margin: 35px auto 0;
}
.r-bikeType .slick-list {
    overflow: visible;
}
.r-bikeType .item {
    padding: 0 10px;
}
.r-bikeType .item a {
    background: #fff;
    box-sizing: border-box;
    box-shadow: 2px 2px 3px 0px rgb(0, 0, 0, .2);
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    height: 350px;
}
.r-bikeType .item .type {
    display: flex;
    font-size: 14px;
    height: 30px;
}
.r-bikeType .item .type dt {
    background: #13448f;
    box-sizing: border-box;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 0 10px;
    /*width: 105px;*/
}
.r-bikeType .item .type dd {
    border: 1px solid #13448f;
    box-sizing: border-box;
    color: #13448f;
    display: flex;
    align-items: center;
    padding: 0 10px;
}
.r-bikeType .item p {
    font-size: 16px;
}
.r-bikeType .item .name {
    margin-top: 10px;
}

/** .r-bikeNotice **/
.r-bikeNotice {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
}
.r-bikeNotice li {
    background: #88ab46;
    border-radius: 10px;
    box-sizing: border-box;
    box-shadow: 2px 2px 3px 0px rgb(0, 0, 0, .2);
    padding: 20px 20px 10px;
    width: 190px;
}
.r-bikeNotice li .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
}
.r-bikeNotice li .text {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 86px;
}
.r-bikeNotice li .text p {
    font-size: 20px;
    line-height: 1.8;
}
.r-bikeNotice a{
	text-decoration:none;
}
.r-bikeNotice a:hover{
	opacity: 0.8 ;
}

/** .r-bikeShop **/
.r-bikeShop {
    display: flex;
    justify-content: space-between;
}
.r-bikeShop .detailsText {
    width: 515px;
}
.r-bikeShop .detailsText li + li {
    margin-top: 6px;
}
.r-bikeShop .detailsText dl {
    display: flex;
    justify-content: space-between;
}
.r-bikeShop .detailsText dt {
    background: #13448f;
    box-sizing: border-box;
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    padding: 12px 15px;
    width: 90px;
}
.r-bikeShop .detailsText dd {
    background: #e3eaf2;
    box-sizing: border-box;
    font-size: 14px;
    padding: 12px 15px;
    width: 420px;
}
.r-bikeShop .detailsImg {
    width: 470px;
}
.r-bikeShop .detailsImg .imgWrap {
    display: flex;
    justify-content: space-between;
}
.r-bikeShop .detailsImg .imgWrap .img {
    width: 230px;
}
.r-bikeShop .detailsImg .imgWrap .img img {width: 100%;}
.r-bikeShop .detailsImg .gmap {
    margin-top: 10px;
}
.r-bikeShop .detailsImg .gmap iframe {
    width: 100%;
    height: 300px;
}
.r-bikeShop .detailsImg .gmapBtn {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
}
.r-bikeShop .detailsImg .gmapBtn a {
    background: #007cd2;
    border: none;
    border-radius: 10px;
    box-sizing: border-box;
    box-shadow: 3px 3px 3px 0px rgb(0, 0, 0, .2);
    color: #fff;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    padding: 0 20px;
    position: relative;
    width: 196px;
    height: 44px;
}
.r-bikeShop .detailsImg .gmapBtn a::before {
    content: "";
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 18px;
    margin: auto 0;
    width: 8px;
    height: 8px;
    transform: rotate(-45deg);
}

/** .r-bikeNews **/
.bg-news {
    background: url(../img/bg_news.png) no-repeat center;
    background-size: cover;
    padding: 50px 0;
}
.bg-news .r-bikeTitle02 {
    color: #fff;
    margin-top: 0;
}
.r-bikeNews {
    margin-top: 25px;
}
.r-bikeNews li + li {
    margin-top: 10px;
}
.r-bikeNews li dl {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
}
.r-bikeNews li dt {
    background: #13448f;
    box-sizing: border-box;
    color: #fff;
    padding: 10px 15px;
    width: 190px;
}
.r-bikeNews li dd {
    box-sizing: border-box;
    width: 800px;
}
.r-bikeNews li dd a {
    background: #fff;
    display: block;
    text-decoration: none;
    padding: 10px 15px;
}

/*top searchArea
====================================== */
.campsearchArea {background: url(/campingcar/img/camp_topBK.gif) repeat-x 0 0; height: 500px; animation: loop 30s linear infinite reverse; background-size: cover;}
.campsearchAreain {background: url(/campingcar/img/camp_bkmap.png) no-repeat; width: 1000px; margin: 10px auto; height: 500px; position: relative;}
.campsearchAreaImgBox {position: absolute; top: 160px; right: 0;}
.campsearchAreain img {}


/*PRICE
====================================== */

/** .r-bikeTable **/
.r-bikeTable {
    font-size: 14px;
    table-layout: fixed;
    margin-top: 30px;
    width: 100%;
}
.r-bikeTable + .r-bikeTable {
    margin-top: 65px;
}
.r-bikeTable .gray1 { background: #75819c; color: #fff; }
.r-bikeTable .gray2 { background: #ebeced; }
.r-bikeTable .indigo { background: #54679b; color: #fff; }
.r-bikeTable .green { background: #d5f8c3; }
.r-bikeTable .lightblue { background: #acf1ea; }
.r-bikeTable .blue { background: #b6daff; }
.r-bikeTable th {
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    padding: 10px;
}
.r-bikeTable th:first-child {
    text-align: left;
    width: 111px;
}
.r-bikeTable thead th a {
    text-decoration: none;
}
.r-bikeTable thead th + * {
    border-left: 3px solid #fff;
    color: #0044d0;
    font-size: 20px;
}
.r-bikeTable tbody th {
    border-top: 3px solid #fff;
}
.r-bikeTable tbody td {
    border-top: 3px solid #fff;
    border-left: 3px solid #fff;
    padding: 10px;
}
.r-bikeTable tbody td.price {
    background: #e3ecf4;
    font-size: 18px;
    text-align: right;
    vertical-align: middle;
}

.r-bikeTable02 {
    border-top: 1px solid #13448f;
    border-left: 1px solid #13448f;
    font-size: 14px;
    table-layout: fixed;
}
.r-bikeTable02 + .r-bikeTable02 {
    border-left: none;
}
.r-bikeTable02 th,
.r-bikeTable02 td {
    border-right: 1px solid #13448f;
    border-bottom: 1px solid #13448f;
    box-sizing: border-box;
    padding: 13px 10px;
}
.r-bikeTable02 th {
    font-weight: normal;
}
.r-bikeTable02 thead th {
    background: #13448f;
    color: #fff;
    text-align: center;
    width: 90px;
	border-right: 1px solid #5286d7;
    border-bottom: 1px solid #5286d7;
}
.r-bikeTable02 thead th:first-child {
    width: 200px;
}
.r-bikeTable02 tbody th {
    background: #3c72c6;
    color: #fff;
    text-align: left;
    width: 200px;
}
.r-bikeTable02 tbody td {
    text-align: right;
    width: 90px;
    vertical-align: middle;
}

/** .r-bikePriceOption **/
.r-bikePriceOption {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.r-bikePriceOption .table {
    display: flex;
    width: 768px;
}
.r-bikePriceOption .table .r-bikeTable02 {
    width: 50%;
}
.r-bikePriceOption .bnr {
    flex: 1;
    margin-left: 13px;
}

.bikeTableTTL {font-size: 20px; font-weight: bold; margin: 10px auto -4px;}


/** .r-bikeClassTitle **/
.r-bike .r-bikeClassTitle {
    display: flex;
    margin-top: 70px;
}
.r-bike .r-bikeClassTitle:first-child {margin-top: 0;}

.r-bikeClassTitle h3 {
    border-left: 10px solid #376d1d;
    color: #376d1d;
    font-size: 36px;
    font-weight: normal;
    display: flex;
    align-items: center;
    padding-left: 15px;
    line-height: 1.2;
}
.r-bikeClassTitle dl {
    display: flex;
    margin-left: 40px;
}
.r-bikeClassTitle dt {
    background: #13448f;
    color: #fff;
    font-size: 18px;
    display: flex;
    align-items: center;
    padding: 10px 15px;
}
.r-bikeClassTitle dd {
    border: 1px solid #13448f;
    color: #13448f;
    font-size: 18px;
    display: flex;
    align-items: center;
    padding: 10px 15px;
}

/** .r-bikeTypeList **/
.r-bikeTypeList {
    margin-top: 37px;
    padding: 60px 0;
}
.r-bikeTypeList .item + .item {
    margin-top: 80px;
}
.r-bikeTypeList .item h4 {
    border-bottom: 1px solid #000;
    font-size: 28px;
    font-weight: normal;
    padding-bottom: 5px;
}
.r-bikeTypeList .itemTop {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.r-bikeTypeList .itemTop .img {
    width: 500px;
}
.r-bikeTypeList .itemTop .text {
    width: 470px;
}
.r-bikeTypeList .itemTop .text dl {
    display: flex;
    justify-content: space-between;
}
.r-bikeTypeList .itemTop .text dl + dl {
    margin-top: 5px;
}
.r-bikeTypeList .itemTop .text dt {
    background: #376d1d;
    box-sizing: border-box;
    color: #fff;
    font-size: 18px;
    padding: 14px 15px;
    width: 200px;
}
.r-bikeTypeList .itemTop .text dd {
    background: #fff;
    box-sizing: border-box;
    font-size: 18px;
    text-align: right;
    padding: 14px 15px;
    width: 265px;
}
.r-bikeTypeList .itemTop .textarea {
    background: #fff;
    padding: 12px 15px;
    margin-top: 17px;
}
.r-bikeTypeList .itemTop .textarea p {
    font-size: 14px;
    line-height: 1.714;
}
.r-bikeTypeList .itemBtm {
    margin-top: 30px;
}
.r-bikeTypeList .itemBtm .details {
    border-top: 1px solid #13448f;
    border-left: 1px solid #13448f;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
}
.r-bikeTypeList .itemBtm .details li {
    width: 50%;
}
.r-bikeTypeList .itemBtm .details li dl {
    display: flex;
}
.r-bikeTypeList .itemBtm .details li dt {
    background: #376d1d;
    border-right: 1px solid #376d1d;
    border-bottom: 1px solid #376d1d;
    box-sizing: border-box;
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    width: 200px;
}
.r-bikeTypeList .itemBtm .details li dd {
    background: #fff;
    border-right: 1px solid #13448f;
    border-bottom: 1px solid #13448f;
    box-sizing: border-box;
    flex: 1 1 auto;
    padding: 5px 10px;
}

.campPriceread {color: #376d1d; font-size: 18px; line-height: 1.8em; margin-top:20px;}
.campPricesubimg {margin: 25px auto 10px;}
.campPricesubimg ul {display: flex; align-items: center; justify-content: center;}
.campPricesubimg ul li  {margin-right: 5px;}
.campPricesubimg ul li:last-child {margin-right: 0;}
.campPricesubimg ul li img {width: 100%;}

/*COMPENSATION
====================================== */

/** .r-bikeAnchor **/
.r-bikeAnchor {
    padding: 50px 0;
    margin-top: 25px;
}
.r-bikeAnchor ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: -12px;
}
.r-bikeAnchor ul li {
    margin-top: 12px;
    width: 327px;
}
.r-bikeAnchor ul li a {
    background: url(../img/compensation/bg_anchor.png) no-repeat center;
    background-size: cover;
    display: block;
    text-decoration: none;
    padding: 20px 0;
}
.r-bikeAnchor .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
}
.r-bikeAnchor p {
    color: #fff;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 1.5;
    height: 86px;
}

/** .r-bikeCompOption **/
.r-bikeCompOption {
    padding: 50px 0;
}
.r-bikeCompOption .inner {
    position: relative;
}
.r-bikeCompOption .inner > ul {
    display: flex;
    justify-content: space-between;
}
.r-bikeCompOption .inner > ul > li {
    background: #fff;
    width: 326px;
}
.r-bikeCompOption .inner > ul > li dl {
    height: 100%;
}
.r-bikeCompOption .inner > ul > li dt {
    color: #fff;
    font-size: 20px;
    line-height: 1.6;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 88px;
}
.r-bikeCompOption .inner > ul > li:nth-child(1) dt {
    background: #3f4d57;
}
.r-bikeCompOption .inner > ul > li:nth-child(2) dt {
    background: #f556aa;
}
.r-bikeCompOption .inner > ul > li:nth-child(3) dt {
    background: #f36363;
}
.r-bikeCompOption .inner > ul > li dd {
    box-sizing: border-box;
    font-size: 20px;
    padding: 25px 20px 190px;
}
.r-bikeCompOption .inner > ul > li dd li p {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 10px;
}
.r-bikeCompOption .range01 {
    background: #ffbbdf;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 95px;
    padding-left: 10px;
    width: 637px;
    height: 60px;
}
.r-bikeCompOption .range01::before {
    content: "";
    background: #ffbbdf;
    position: absolute;
    top: 10px;
    right: -21px;
    width: 40px;
    height: 30px;
    transform: rotate(49deg);
}
.r-bikeCompOption .range01::after {
    content: "";
    background: #ffbbdf;
    position: absolute;
    bottom: 10px;
    right: -21px;
    width: 40px;
    height: 30px;
    transform: rotate(-49deg);
}
.r-bikeCompOption .range01 p {
    display: flex;
    align-items: center;
    align-content: center;
    color: #eb1887;
    font-size: 24px;
    line-height: 1.33;
    height: 100%;
}
.r-bikeCompOption .range02 {
    background: #ffd2d2;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 16px;
    padding-left: 10px;
    width: 973px;
    height: 60px;
}
.r-bikeCompOption .range02::before {
    content: "";
    background: #ffd2d2;
    position: absolute;
    top: 10px;
    right: -21px;
    width: 40px;
    height: 30px;
    transform: rotate(49deg);
}
.r-bikeCompOption .range02::after {
    content: "";
    background: #ffd2d2;
    position: absolute;
    bottom: 10px;
    right: -21px;
    width: 40px;
    height: 30px;
    transform: rotate(-49deg);
}
.r-bikeCompOption .range02 p {
    display: flex;
    align-items: center;
    align-content: center;
    color: #f62b0f;
    font-size: 24px;
    line-height: 1.33;
    height: 100%;
}
.r-bikeCompOption .range01 p span,
.r-bikeCompOption .range02 p span {
    border-radius: 25px;
    color: #fff;
    display: inline-block;
    padding: 6px 20px;
    margin-right: 10px;
}
.r-bikeCompOption .pink {
    background: #f556aa;
}
.r-bikeCompOption .orange {
    background: #f36363;
}

/** .r-bikeCompContents **/
.r-bikeCompContents {
    padding: 50px 0;
    margin-top: 25px;
}
.r-bikeCompContents .list li + li {
    margin-top: 6px;
}
.r-bikeCompContents .list li dl {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
}
.r-bikeCompContents .list li dt {
    background: #376d1d;
    box-sizing: border-box;
    color: #fff;
    padding: 10px;
    width: 235px;
    font-size: 18px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
.r-bikeCompContents .list li dt.campGuideDt {width: 400px;}
.r-bikeCompContents .list li dd.campGuideDd {width: 593px; display: block;}
.r-bikeCompContents .list li dt.nocDt {width: 320px; font-size: 16px;}
.r-bikeCompContents .list li dt.accidentDt {width: 400px; align-items: start;}
.r-bikeCompContents .list li dd {
    background: #fff;
    box-sizing: border-box;
    padding: 10px;
    width: 235px;
    font-size: 14px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    margin-top: 0px;
    justify-content: right;
}
.r-bikeCompContents .list li dd.nocDd {width: 150px;}
.r-bikeCompContents .list li dd.accidentDd {width: 595px; font-size: 14px; padding: 15px;}
.r-bikeCompContents .notes {
    font-size: 14px;
    line-height: 1.714;
    margin-top: 20px;
}
.r-bikeCompContents .detailBox {
    display: flex;
    margin-top: 25px;
}
.r-bikeCompContents .detailBox:first-child {
    margin-top: 0;
}
.r-bikeCompContents .detailBox dl {
    flex: 1;
}
.r-bikeCompContents .detailBox dt {
    color: #376d1d;
    font-size: 20px;
}
.r-bikeCompContents .detailBox dd {
    font-size: 14px;
    line-height: 1.714;
    /*margin-top: 25px;*/
}
.r-bikeCompContents .detailBox .table {
    margin-left: 60px;
    width:  470px;
}
.r-bikeCompContents .table table {
    /*border-top: 1px solid #13448f;
    border-left: 1px solid #13448f;*/
    font-size: 14px;
    table-layout: fixed;
    width: 100%;
}
.r-bikeCompContents .table table + table {
    border-top: none;
}
.r-bikeCompContents .table table th,
.r-bikeCompContents .table table td {
    border-bottom: 1px solid #eff2e3;
    border-right: 1px solid #eff2e3;
    font-weight: normal;
    padding: 5px 10px;
}
.r-bikeCompContents .table table thead th {
    background: #376d1d;
    color: #fff;
    text-align: center;
	border-right: 1px solid #eff2e3;
    border-bottom: 1px solid #eff2e3;
}
.r-bikeCompContents .table table thead th.per50 {
    width: 50%;
}
.r-bikeCompContents .table table tbody th {
    background: #6c9669;
    color: #fff;
}
.r-bikeCompContents .table table tbody td {
    background: #fff;
    text-align: right;
}


/** .r-bikeQA **/
.r-bikeQA {
    padding: 50px 0;
    margin-top: 25px;
}
.r-bikeQA dl {
    background: #fff;
    font-size: 18px;
    padding: 15px;
}
.r-bikeQA dl + dl {
    margin-top: 12px;
}
.r-bikeQA dt {
    color: #385c2c;
    cursor: pointer;
    position: relative;
    width: 98%;
}
.r-bikeQA dt::after {
    content: "";
    border-top: 10px solid transparent;
    border-bottom: 10px solid #385c2c;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    position: absolute;
    top: 8px;
    bottom: 0;
    right: -18px;
    margin: auto 0;
    transform: rotate(180deg);
}
.r-bikeQA .open dt::after {
    top: 0;
    bottom: 8px;
    transform: rotate(0);
}
.r-bikeQA dt span {
    display: block;
    float: left;
    margin-right: 16px;
    position: relative;
    width: 45px;
}
.r-bikeQA dd {
    display: none;
    font-size: 14px;
    margin-top: 10px;
    line-height: 1.714;
}
.r-bikeQA dd span {
    color: #d6000f;
    display: block;
    float: left;
    font-size: 18px;
    margin: -3px 16px 0 0;
    position: relative;
    width: 45px;
}
.r-bikeQA dt span::after,
.r-bikeQA dd span::after {
    content: '：';
    position: absolute;
    top: 0;
    right: 0;
}
.r-bikeQA dt p,
.r-bikeQA dd p {
    overflow: hidden;
}

/* ロードサービス
====================================== */
.campRoadService {width: 90%; margin: 20px auto; box-sizing: border-box; overflow: hidden;}
.campRoadServiceRead {font-size: 18px; margin-bottom: 25px; font-weight: bold;}
.campHokenH5 {color: #376d1d !important; font-weight: normal !important;}
.campinsurance {width: 94%; margin: 30px auto; box-sizing: border-box;}
.campinsurance li {background-color: #376d1d !important; margin-right: 10px; border: solid 1px #376d1d !important;}
.campinsurance li:last-child {margin-right: 0 !important;}
.campinsurance li .insurancebg-p {background-color: #5d9200 !important;}
.campinsurance li .insurance-bigt {color: #5d9200 !important;}
.campinsurance li div strong {color: #5d9200 !important;}
.campRoadServiceFlexBox {display: flex;}
.camp_carNOCnote {background: #376d1d; color: #fff; font-size: 18px; padding: 15px 25px 20px; box-sizing: border-box; text-align: center; font-weight: bold; margin-top: 50px;}
.camp_carNOCnote span {font-size: 30px;}
.camHosyoListTTL {font-size: 20px; color: #376d1d; margin: 20px auto;}

/* ご利用案内　キャンピングカー追加
====================================== */
.campGuideBox {margin: 35px auto 0;}
.campGuideBoxin {display: flex; justify-content: center; align-items: center;}
.campGuideBoxin dl:last-child {margin-right: 0;}
.campGuideBoxin dl {margin-right: 30px; margin-bottom: 10px;}
.campGuideBoxin dt img {width: 100%;}
.campGuideBoxin dd {font-size: 20px; text-align: center; color: #376d1d; margin: 10px auto;}

/*バイク用品
====================================== */
.bikeSuppliesH5txt {font-size: 120%; font-weight: bold; color: #13448f; margin-top: 60px; text-align: center;}
.bikeSupplies {width: 80%; margin: 0 auto; font-size: 130%;}
.bikePriceH6 {font-size: 180%;}
.bikeSuppliesBox {overflow: hidden; margin: 0 auto 30px;}
.bikeSuppliesLbox {float: left; width: 60%;}
.bikeSuppliesRbox {float: right; width: 40%;}
.bikeSuppliesLbox02 {float: left; width: 40%;}
.bikeSuppliesRbox02 {float: right; width: 57%;}
.bikeSuppliesLbox p {line-height: 2em;}
.bikeSuppliesRbox img {width: 80%;}

.bikeSuppliesRbox02 p {text-align: center; line-height: 2.3em; color: #4472c4; position: relative; padding: 70px 20px;0;}
.bikeSuppliesRbox02 span.txt02 {display: block; font-size: 200%; font-weight: bold;} 
.bikeSuppliesRbox02 p::before{
  content: "";
  display: block;
  position: absolute;
  width: 1em;
  height: 1em;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  
}
