@charset "utf-8";
/* ============================================================
レンタカー＋宿泊プラン ヤドカリ style.css
============================================================ */
div#hisApp {
    overflow: hidden;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Arial,Verdana,"ＭＳ Ｐゴシック",sans-serif;
	/* font-family:'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,sans-serif; */
}
    .nopc {
        display: none;
    }
    #nopc {
        display: none;
    }
#wrap{
    max-width: 992px;
    margin: 0 auto;
}
.css-br::after {
  content: "\A" ;
  white-space: pre;
}
.css-br {
  content: "\A" ;
  white-space: pre;
}

/* MV */
section.backmv {
    background: #fddb53;
    height: 340px;
}
.innner {
    padding: 3% 0;
}
#wrap .h1{
    display:-webkit-flex;
}
#wrap .h1{
	width: auto;
	margin: 0;
	padding: 0;
	border: 0;
}
#wrap .h1 img{
	width: 100%;
    margin: 0 5.5%;
}
h2 {
    width: 90%;
    margin: 1% 3% 0;
}
.carmv ul {
    margin-left: 6%;
    background-color: #fff;
    padding: 1% 5%;
    border-radius: 10%;
}
#wrap .caryado {
    margin: 4% 0;
    display: flex;
    float: left;
}
#wrap .carmv {
    float: left;
}
#wrap ul li {
    font-size: 16px;
    line-height: 2.0em;
    background: url(/kokunai/dst/kyushu/cartravel/img/ico_car.png) no-repeat left center;
    padding-left: 40px;
}
#wrap ul li span {
    color: #bb0000;
    font-weight: bold;
    background: linear-gradient(transparent 60%, #7ccfe5 100%);
}
/* ナビ */
.nav-main {
    width: 100%;
    background: #4a190c;
    border-bottom: 3px solid #fff;
    position: relative;
    z-index: 10;
}
.nav-list {
    max-width: 992px;
    margin: 0 auto;
    overflow: hidden;
    border-left: 2px solid #fff;
    display: flex;
    flex-wrap: wrap;
}
.nav-list > li {
    border-right: 2px solid #fff;
    /* ナビの数によって数字を変更する */
    width: calc(97.9% / 8);
    text-align: center;
    height: 50px;
}
.nav-list > li > a:hover {
	background: #887736;
    height: 50px;
}
.nav-list a {
    text-decoration: none;
    display: block;
    height: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.nav-list span {
    color: #fff;
    font-weight: bold;
}

/* おすすめツアー */
.caryadolist {
    width: 100%;
    background: url(/kokunai/dst/kyushu/cartravel/img/bg_osusume.png);
    padding: 50px 0;
}
.osusume {
    max-width: 992px;
    margin: 0 auto;
}

/* 商品 */
.lineup {
    width: 992px;
    margin: 0 auto;
    display: flex;
}
.lineup.type2col {
    width: 480px;
    margin: 0 auto;
    display: flex;
}

.tour_box {
    width: 250px;
    background-color: #fff;
    border: solid 3px #eeeeee;
    box-sizing: border-box;
    padding: 8px;
    margin: 0 6px 6px 0;
    position: relative;
}
.tour_box a {
    text-decoration: none;
}
.tour_box:hover {
	border: solid 3px #ccc;
}
.tourphoto img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}
.tourphoto span {
    background-color: #ff7800;
    font-size: 13px;
    line-height: 20px;
    border-radius: 0 10px 10px 0;
    padding: 0 10px 0 6px;
    color: #fff;
    position: absolute;
    top: 18px;
    left: 3.5%;
    z-index: 100;
}
dt.tourphoto {
    margin-bottom: -8%;
}
p.tourttl {
    font-size: 15px;
    line-height: 1.5em;
    font-weight: bold;
    color: #5d4306;
    margin-bottom: 5px;
}
p.tourpoint {
    font-size: 14px;
    line-height: 1.4em;
    height: 3.5em;
    color: #0e0e0e;
    margin-bottom: 10px;
}
p.tourprice{
    text-align: center;
}
.tour_fuel {
    font-size: 13px;
    color: #0e0e0e;
    text-align: center;
    font-weight: 100;
}
.tourplan {
  background: #491905;
  color: #fff;
  font-size: .85em;
  text-align: center;
}
.air_tour_code {
    color: #e00;
    font-size: 1.2em;
    font-weight: bold;
}
p.tourprice small {
    display: inline-block;
    font-size: .63em;
    color: #0e0e0e;
    font-weight: 100;
}
ul.icon {
    background-color: #ff7800;
    color: #fff;
}

/* 検索bnr */
#lineupArea .btnSearch {
    width: 670px;
    margin: 15px auto 30px;
    background-color: #21b4db;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 50px;
    border-bottom: solid 4px #06637c;
    border-radius: 8px;
    text-align: center;
}
#lineupArea .btnSearch:hover {
    background-color: #39c7ed;
}
#lineupArea .btnSearch a {
    color: #FFF;
    display: block;
    text-decoration: none;
}
#infoWrap .btnSearch {
    width: 95%;
    margin: 15px auto;
    background-color: #21b4db;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 36px;
    border-bottom: solid 4px #06637c;
    border-radius: 8px;
    text-align: center;
}
#infoWrap .btnSearch:hover {
    background-color: #39c7ed;
}
#infoWrap .btnSearch a {
    color: #FFF;
    display: block;
    text-decoration: none;
}
#searchmore .btnSearch {
    width: 49%;
    margin: 15px auto;
    background-color: #21b4db;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 36px;
    border-bottom: solid 4px #06637c;
    border-radius: 8px;
    text-align: center;
}
#searchmore .btnSearch:hover {
    background-color: #39c7ed;
}
#searchmore .btnSearch a {
    color: #FFF;
    display: block;
    text-decoration: none;
}
#searchmore {
    display: flex;
    margin: 0 auto;
}

/* 各発地・到着地別の所要時間 */
#infoWrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 992px;
    margin: 0 auto;
}
#infoWrap h4 {
    background-color: #491905;
    color: #fff;
    font-size: 16px;
    line-height: 42px;
    margin-bottom: 30px;
    text-indent: 10px;
}
#infoWrap h4 i {
    font-size: 24px;
    margin-right: 10px;
    vertical-align: middle;
}
#infoWrap .btnStore {
    width: 670px;
    margin: 0 auto 30px;
    background-color: #21b4db;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 50px;
    border-bottom: solid 4px #06637c;
    border-radius: 8px;
    text-align: center;
}
#infoWrap .btnStore a {
    color: #FFF;
    display: block;
    text-decoration: none;
}
#infoWrap .btnStore i {
    margin-right: 5px;
}

/* 目的地/出発地 table */
#infoWrap table {
    width: 992px;
    margin: 0 auto 30px;
    border: solid 2px #333;
    font-size: 14px;
    background: #fff;
}
#infoWrap table th {
    border: solid 1px #333;
    vertical-align: middle;
    padding-left: 10px;
}
#infoWrap table th.start {
    background-color: #a56d35;
    color: #fff;
    text-align: center;
}
th.area {
    width: 10%;
    background: #a56d35;
    color: #fff;
}
td {
    text-align: center;
    border: solid 1px #333;
}

#infoWrap table th.fuk  {background-color: #fff8dc;}
#infoWrap table th.oit1 {background-color: #f1b2b2;}
#infoWrap table th.oit2 {background-color: #f5cfcf;}
#infoWrap table th.kmj1 {background-color: #b6dde8;}
#infoWrap table th.kmj2 {background-color: #dbeef3;}
#infoWrap table th.ngs1 {background-color: #eff1a5;}
#infoWrap table th.ngs2 {background-color: #f2f3ca;}
#infoWrap table th.hsg1 {background-color: #d7e4bc;}
#infoWrap table th.hsg2 {background-color: #eaf1dd;}
#infoWrap table th.kmj1 {background-color: #fcd5b4;}
#infoWrap table th.kmj2 {background-color: #fde9d9;}
#infoWrap table th.koj1 {background-color: #6ae0d5;}
#infoWrap table th.koj2 {background-color: #bff9f3;}
#infoWrap table th.kmi1 {background-color: #74ceea;}
#infoWrap table th.kmi2 {background-color: #c1eefd;}
#infoWrap table th.ukb1 {background-color: #dab4fc;}
#infoWrap table th.ukb2 {background-color: #fbd9fd;}

#infoWrap .ps2 {
    font-size: 14px;
    background-color: #e9f4fe;
    padding: 10px 20px;
}

/* ページトップ */
#pagetop {
    position: fixed;
    right: 20px;
    bottom: 20px;
}
#contact-box {
    width: 992px;
}

/* ------------------------------
  タブレットのみ
------------------------------ */
@media screen and (min-width: 768px) and (max-width: 1024px) {
/* mv */
section.backmv {
    background: #fddb53;
    margin-bottom: -4%;
}
#wrap .h1 img {
    width: 100%;
    margin: 0 3%;
}
#wrap .carmv {
    float: left;
    width: 50%;
}
#wrap ul li {
    font-size: 12px;
    line-height: 2.0em;
    background: url(/kokunai/dst/kyushu/cartravel/img/ico_car.png) no-repeat left center;
    padding-left: 40px;
}
/* ナビ */
.nav-list {
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
    border-left: 2px solid #fff;
    display: flex;
    flex-wrap: wrap;
}
.nav-list > li {
    border-right: 2px solid #fff;
    width: calc(98.9% / 4);
    text-align: center;
    height: 50px;
}
/* おすすめツアー */
h3 img {
    width: 100%;
}
.caryadolist {
    width: 100%;
    background: url(/kokunai/dst/kyushu/cartravel/img/bg_osusume.png);
    padding: 20px 0;
}
#infoWrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
}
#infoWrap h4 {
    background-color: #491905;
    color: #fff;
    font-size: 16px;
    line-height: 42px;
    margin-bottom: 15px;
    text-indent: 10px;
}
/* 商品 */
.innerBox {
    width: 100%;
}
.innerBoxhlef {
    width: 49.5%;
}
.lineup {
    width: 100%;
    margin: 0 0.3%;
    display: flex;
}
.tour_box {
    background-color: #fff;
    border: solid 3px #eeeeee;
    box-sizing: border-box;
    padding: 8px;
    position: relative;
}
.lineup.type2col {
    width: 100%;
    margin: 0 0.5%;
    display: flex;
}

/* 各発地・到着地別の所要時間 */
#infoWrap table {
    width: 99%;
    margin: 0 4px;
    border: solid 2px #333;
    font-size: 14px;
    background: #fff;
}
#infoWrap .ps2 {
    font-size: 14px;
    background-color: #e9f4fe;
    padding: 10px 20px;
    margin: 1.5%;
}
/* 問い合わせ */
#contact-box {
    width: 100%;
}
}


/* ============================================================
タブレット以下
============================================================ */
@media screen and (max-width: 750px){
    .nopc {
        display: block;;
    }
    #nopc {
        display: block;;
    }
    .nosp {
        display: none;
    }
    #nosp {
        display: none;
    }

#wrap {
    width: 100%;
}

/* MV */
section.backmv {
    background: #fddb53;
    height: 455px;
}
.carmv ul {
    margin: 0 2%;
    background-color: #fff;
    padding: 5%;
    border-radius: 10%;
}
#wrap .caryado {
    width: 98%;
    margin: 0 auto 3vw;
}
#wrap ul li{
    font-size: 0.8rem;
    line-height: 1.3em;
    background: url(/kokunai/dst/kyushu/cartravel/img/ico_car.png) no-repeat left 3px;
    background-size: 15px 8px;
    padding-left: 20px;
    margin-bottom: 2vw;
}
#wrap ul li span {
    color: #bb0000;
    font-weight: bold;
    background: linear-gradient(transparent 60%, #7ccfe5 100%);
}
#wrap .h1 img{
	width: 100%;
    margin: 0;
}
h2 {
    width: 95%;
    margin: 1% 3% 0;
}
/* ナビ */
.nav-main {
    width: 100%;
    border-bottom: none;
    position: relative;
    z-index: 10;
    background: #fddb53;
    padding: calc(20vw / (750 / 100)) 0;
}
.nav-list {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    overflow: hidden;
    border-left: none;
}
.nav-list a {
    width: 95%;
    height: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: calc(33vw / (750 / 100));
    line-height: 1.4;
    font-weight: 600;
    text-align: center;
    color: #000;
    background: #491905;
    border-radius: calc(10vw / (750 / 100));
    margin: 0 10%;
}
.nav-list > li {
    border-right: none;
    text-align: center;
    width: calc(236vw / (750 / 100));
    min-height: calc(100vw / (750 / 100));
}

/* おすすめツアー */
h3 img {
    width: 100%;
}
.caryadolist {
    width: 100%;
    background: url(/kokunai/dst/kyushu/cartravel/img/bg_osusume.png);
    background-size: 52px;
    padding: 5vw 0 6vw;
}
.osusume {
    width: 100%;
}
/* 商品 */
.lineup,.lineup.type4col,.lineup.type2col {
    width: 100%;
    padding: 0;
    list-style: none;
    margin: 0;
    font-weight: normal;
    overflow-x: scroll;
    display: flex;
}
.tour_box {
    margin: 0 1% 2% 3%;
    min-width: 260px;
}

/* 検索bnr */
#lineupArea .btnSearch,#infoWrap .btnSearch {
    width: 95%;
    margin: 5px auto;
    background-color: #21b4db;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 40px;
    border-bottom: solid 4px #06637c;
    border-radius: 8px;
    text-align: center;
}
#searchmore {
    display: block;
    margin: 0 auto;
}
#searchmore .btnSearch {
    width: 95%;
    margin: 15px auto;
    background-color: #21b4db;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 36px;
    border-bottom: solid 4px #06637c;
    border-radius: 8px;
    text-align: center;
}
#tourWrap .btnSearch {
    width: 86vw;
    margin: 4vw auto;
    background-color: #21b4db;
    font-size: 1.3rem;
    line-height: 2.8em;
    border-bottom: solid 3px #06637c;
    border-radius: 6px;
    text-align: center;
}
.innerBox {
    width: 100%;
}
.innerBoxhlef {
    width: 100%;
}


/* 各発地・到着地別の所要時間 */
#infoWrap {
    width: 100%;
}
#infoWrap h4 {
    background-color: #491905;
    font-size: 1.2rem;
    line-height: 2em;
    color: #fff;
    text-align: left;
    margin: 5vw 0 4vw;
}
#infoWrap h4 i {
    font-size: 14px;
    margin-right: 5px;
    vertical-align: middle;
}
#infoWrap .btnStore {
    width: 86vw;
    margin: 0 auto 4vw;
    background-color: #21b4db;
    font-size: 1.3rem;
    line-height: 2.8em;
    border-bottom: solid 3px #06637c;
    border-radius: 6px;
    text-align: center;
}

/* 目的地/出発地 table */
#infoWrap table {
    width: 94vw;
    margin: 0 auto 3vw;
    border: solid 2px #333;
    font-size: 1.1rem;
}
#infoWrap table th {
    border: solid 1px #333;
    padding: 6px 2px 6px 5px;
    vertical-align: middle;
    line-height: 1.3em;
    width: 14%;
}
#infoWrap table th.area {
    background-color: #a56d35;
    color: #fff;
    font-size: 1.0rem;
    text-align: center;
    width: 10%;
}
#infoWrap .ps2 {
    width: 94vw;
    margin: 0 auto 6vw;
    font-size: 1.1rem;
    line-height: 1.5em;
    background-color: #e9f4fe;
    padding: 2vw;
    box-sizing: border-box;
}

/* ページトップ */
#pagetop {
    position: fixed;
    right: 10px;
    bottom: 10px;
    opacity: 0.8;
    z-index: 100;
}

}
