/* =========================================

    @ いろんなところで使えそうなやつ

============================================ */

.disnone {
    display: none;
}

.mb10 {
    margin-bottom: 10px;
}

.bg-gray {background: #eee;padding: 2% 0;}
/* もっと見るボタン */
.mottoBtn {
    text-align: right;
    margin: 15px;
}
.mottoBtn a {
    background: #3a77c7;
    color: #fff;
    padding: 8px 5px 8px 0;
    font-size: 120%;
    display: inline-block;
    transition-duration: 0.3s;
    width: 74%;
}
.mottoBtn a img{width:20%;}

article.topPage {padding-top: 21px !important;}
br.pcOnly{display:none;}

/* 打消し */
.slick-dots li button:before {
    font-size: 12px !important;
}

/* ios用 */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.wrapContent{font-size:14px;}
.cf{overflow:hidden !important;}
footer .footerSiteMap .menuList .menu {
    margin-bottom: 35px;
    float: none;
    width: 100%;
}

/* =======================================

    @ タイトル 

========================================== */

.contTtl {
    text-align: center;
    height: inherit;
    margin: 5% 0;
}
.contTtl span {
    font-size: 140%;
    color: #3a77c7;
    display: inline-block;
    padding: 10px 0;
}
.contTtl span:nth-of-type(1){font-weight:bold;border-bottom: 1px solid #3a77c7;}
.contTtl span:nth-of-type(2){display:block;}

/* =======================================

    @ 出発地切り替え 

========================================== */

.depChangeWrap {
    box-sizing: border-box;
    background: #444;
    padding: 10px 5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    display: none;
}
.depChangeWrap select[name=depChange] {
    font-size: 125%;
    background: #fff;
    width: 50%;
    padding: 5px 10px;
    border: none;
    border-radius: 6px;
}
.depChangeWrap .txt-w {
    color: #fff;
    font-size: 100%;
    margin: 0 auto;
}

/* =======================================

    @ 検索ボックス ／　searchBoxArea

========================================== */
/search-renew/images/2020/
.searchBoxArea {
    background: url(/search-renew/images/2020/search_bg.jpg) no-repeat;
    background-size: 100% 100%;
    margin:0 0 40px;
    padding:10px;
}
.searchWrap {
    padding:5px 0 10px;
    background: #fff;
    position:relative;
}
/*.sbWrap{position:relative;}*/
.formTitle {
    color: #3a77c7;
    font-size: 120%;
    background: url(/search-renew/images/2020/ico_megane.png) no-repeat 0 center;
    margin: 0 0 10px 0;
    background-size: 24px;
    padding: 10px 0 10px 30px;
}
/* ---------------------------------------
    １．タブの部分 
----------------------------------------- */

.searchBoxArea .pdyList{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin:0 10px;
}
.searchBoxArea .pdyList li {
    width:33.3%;
    cursor:pointer;
    text-align: center;
    background: #eee;
    font-size:90%;
    transition-duration: 0.6s;
}
.searchBoxArea .pdyList li:nth-of-type(2){margin:5px 0;}
.searchBoxArea .pdyList li span {
    display: inline-block;
    padding: 35px 0 10px;
    font-size:90%;
}
.searchBoxArea .pdyList li.sel{
    position:relative;
    background: #3a77c7;
    color: #fff;
}
.searchBoxArea .pdyList li::after {
    opacity: 0;
    transition-duration: 0.6s;
    content: "";
    position: absolute;
    bottom: -10px;
    right: 44%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #3a77c7 transparent transparent transparent;
}

.searchBoxArea .pdyList li.sel::after {
    opacity:1;
}

/* 国内の場合 */
.searchBoxArea .pdyList li.dom span {
    background: url(/search-renew/images/2020/search_dom.png) no-repeat left;
    background-position: -50px -2px;
    background-size: 90px;
}
.searchBoxArea .pdyList li.dom.sel span {
    background: url(/search-renew/images/2020/search_dom.png) no-repeat left;
    background-position: 14px -2px;
    background-size: 90px;
}
/* DPの場合 */
.searchBoxArea .pdyList li.dp span {
    background: url(/search-renew/images/2020/search_dp.png) no-repeat left;
    background-position: -52px -4px;
    background-size: 120px;
}
.searchBoxArea .pdyList li.dp.sel span {
    background: url(/search-renew/images/2020/search_dp.png) no-repeat left;
    background-position: 30px -4px;
    background-size: 120px;
}
/* やどたすの場合 */
.searchBoxArea .pdyList li.ydts span {
    background: url(/search-renew/images/2020/search_ydts.png) no-repeat left;
    background-position: -88px -4px;
    background-size: 160px;
}
.searchBoxArea .pdyList li.ydts.sel span {
    background: url(/search-renew/images/2020/search_ydts.png) no-repeat left;
    background-position: 28px -4px;
    background-size: 160px;
}}

/* ---------------------------------------
    2．中身（ツアー検索） 
----------------------------------------- */

.searchBoxArea .searchBox {
    width: 1040px;
    padding: 10px;
    box-sizing: border-box;
}
.searchBox .brandInfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 15px 0;
}
.searchBox .brandInfo img{width:35%;}
.searchBox .brandInfo span {
    display: block;
    width: 60%;
    margin: 0 auto;
    font-size: 85%;
    line-height: 1.5;
}
.tourSearch {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    background: #fff;
}
.tourSearch.off{
    opacity:0;
}
/* select部分 */
.selWrap select, .selWrap input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    cursor: pointer;
    margin: 0;
    border: 0;
    background: transparent;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    font-size: 12px;
    padding: 18px 20px 0 10px;
}
.selWrap input[name=date] {
    background: transparent url(/search-renew/images/2020/date_ttl.png) no-repeat left;
    background-size: 40px auto;
    padding-left: 40px;
}
.searchBox{padding:0 20px;}
.searchBox input[type="text"],.searchBox input[type="password"],.searchBox textarea,.searchBox select {
    outline: none;
}
.searchBox label {
    width: 100%;
    display: block;
    border: 1px solid #ccc;
    border-radius: 4px;
    position: relative;
    height: 50px;
    background: url(/search-renew/images/2020/btn_arrow2.png) no-repeat 94% center;
    background-size: 10px auto;
}
.searchBox label::before {
    top: 10px;
    left: 10px;
    display: block;
    position: absolute;
    font-size: 12px;
    pointer-events: none;
    color: #666;
}
.searchBox label[name=date]::before{
    left: 40px; 
}
.searchBox label[name=dephomen]::before {
    content: "\51FA\767A\5730";
}
.searchBox label[name=homeng_hr]::before {
    content: "\5BBF\6CCA\30A8\30EA\30A2";
}
.searchBox label[name=homeng]::before {
    content: "\884C\304D\5148";
}
.searchBox label[name=homen]::before {
    content: "\30A8\30EA\30A2\FF08\4EFB\610F\FF09";
}
.searchBox label[name=date]::before {
    content: "\65E5\7A0B";
}
.searchBox label[name=pax]::before {
    content: "\4EBA\6570";
}

.searchBox label[name=tbpndep]::before {
    content: "\51FA\767A\7A7A\6E2F\FF08\5F80\8DEF\FF09";
}
.searchBox label[name=tbpnarr]::before {
    content: "\5230\7740\7A7A\6E2F\FF08\5F80\8DEF\FF09";
}
.searchBox label[name=tbpndepf]::before {
    content: "\51FA\767A\7A7A\6E2F\FF08\5FA9\8DEF\FF09";
}
.searchBox label[name=tbpnarrf]::before {
    content: "\5230\7740\7A7A\6E2F\FF08\5FA9\8DEF\FF09";
}
.searchBox label[name=odd]::before {
    content: "\51FA\767A\65E5";
}
.searchBox label[name=fdd]::before {
    content: "\5E30\7740\65E5";
}
.searchBox label[name=tbpn_adt]::before {
    content: "\5927\4EBA";
}
.searchBox label[name=tbpn_chd]::before {
    content: "\5C0F\4EBA";
}



.searchBox .col2{
    margin:10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.searchBox .col2 .selWrap {width: 48%;}
.searchBox input[type=submit]{
    background: #edab2b;
    border: none;
    width: 100%;
    color: #fff;
    padding: 15px 0;
    font-size: 120%;
    margin: 15px 0;
    border-radius: 4px;
}

#SearchFormDomesticHR .selWrap{margin-bottom:10px;}

/* ---------------------------------------
    3．中身（どこ行く検索） 
----------------------------------------- */

/* どこ行くスイッチ */
.comeDoco{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;    
}
.comeDoco dt{
    color: #3a77c7;
    width: 45%;
    line-height: 1.5;
}
.comeDoco dd{width:50%;position:relative;}
.comeDoco dd span{display:block;}
.comeDoco dd span.bg{
    background: #eee;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 20px;
    color: #3a77c7;
}
.comeDoco dd span.btn {
    top: -2px;
    right: 0;
    position: absolute;
    width: 4em;
    background: #edab2b;
    text-align: center;
    color: #fff;
    padding: 10px 8px;
    border-radius: 20px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.comeDoco dd span.btn img{
    width: 18px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.comeDoco dd span.btn.on {
    width:100%;
    padding:12px 0;
}
.comeDoco dd span.btn.on img {
    width: 18px;
    transform: rotate(540deg);
}

/* どこ行く中身 */
.docoBox{
    top:0;
    opacity:0;
    /*display:none;*/
    position:absolute;
    width:100%;
    background:#fff;
    box-sizing: border-box;
    padding: 10px;  
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all  1s ease;
    left:0;
    transform: translateX(1000px);
}
.docoBox.show{opacity:1;display:block;transform: translateX(0);}
.docoTtlWrap{display:none;}
.docoBox .docoInr {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    position: relative;
}

.docoInr .depTtl {
    background: url(/search-renew/images/2020/dep_ttl.png) no-repeat left;
    background-size: 30px;
    padding: 5px 0 5px 40px;
    font-size: 125%;
}
.docoInr .dateTtl {
    background: url(/search-renew/images/2020/date_ttl.png) no-repeat left;
    background-size: 30px;
    padding: 5px 0 5px 40px;
    font-size: 125%;
}

.docoBtnList{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;   
}

.docoBtnList li {
    margin: 10px 0 10px 5px;
    cursor: pointer;
    display: inline-block;
    text-align: center;
}
.docoBtnList span {
    text-align: center;
    display: block;
    background: #eee;
    padding: 6px 12px;
    border-radius: 25px;
    transition-duration: 0.3s;
}
.docoBtnList .sel span{background:#3a77c7;color:#fff;}
.docoBtnList li:hover span{background:#3a77c7;color:#fff;}

/* 地図のパンくず */
.mapPankuzu .ttl {
    font-size:125%;
    display:block;
    margin: 5px 0 0 0;
}
.mapPankuzu .parent .child {
    cursor: pointer;
    display: inline-block;
    color: #999;
    font-size: 100%;
    z-index: 11;
    padding:5px 0 10px 0;
}
.mapPankuzu .child:nth-of-type(2)::before {
    content: ">";
    margin-right: 5px;
    color:#999;
}

/* 地図 */
.mapWrap {
    opacity:0;
    position: absolute;
    top: 60px;
    width:100%;
    z-index:5;
}
.mapWrap.on{
    opacity:1;
    z-index:10;
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all  2s ease;
}
.mapWrap .mapBox {
    position:relative;
    background: url(/search-renew/images/2020/map/dom_map.png) no-repeat center;
    height: 300px;
    background-size: 300px auto;
    padding: 0 20px;
}

/* でっかいどうシリーズ */
.mapWrap.hkd .mapBox{
    background: url(/search-renew/images/2020/map/hkd_map.png) no-repeat center;
    background-size: 300px auto;
}
.mapWrap.sapporo .mapBox{
    background: url(/search-renew/images/2020/map/hkd_sapporo_map.png) no-repeat center;
    background-size: 300px auto;
}
.mapWrap.dounan .mapBox{
    background: url(/search-renew/images/2020/map/hkd_dounan_map.png) no-repeat center;
    background-size: 300px auto;
}
.mapWrap.douou .mapBox{
    background: url(/search-renew/images/2020/map/hkd_douou_map.png) no-repeat center;
    background-size: 300px auto;
}

.mapWrap.okinawa .mapBox{
    background: url(/search-renew/images/2020/map/oka_map.png) no-repeat center;
    background-size: 300px auto;
}
.mapWrap.kyushu .mapBox {
    background: url(/search-renew/images/2020/map/kyu_map.png) no-repeat -40%;
    background-size: 300px auto;
}
.mapWrap.chugoku .mapBox{
    background: url(/search-renew/images/2020/map/chu_map.png) no-repeat center;
    background-size: 300px auto;
}
.mapWrap.shikoku .mapBox{
    background: url(/search-renew/images/2020/map/shi_map.png) no-repeat center;
    background-size: 300px auto;
}

.mapBox li{
    top: 0;
    left: 0;
    position: absolute;
}
.mapBox li span.btn{
    background: #3a77c7 url(/search-renew/images/2020/btn_arrow.png) no-repeat 90% center;
    color: #fff;
    background-size: 10px auto;
    display: inline-block;
    padding: 5px 20px 5px 10px;
    border-radius: 4px;
    cursor:pointer;
    transition-duration: 0.3s;
}
.mapBox li span.txt {
    display: block;
    font-weight: bold;
    margin: 5px 0;
    color: #333;
    font-size: 80%;
    text-align: center;
    text-shadow: 1px 1px 0px #fff;
}
.mapBox li span.btn:hover {background-color: #edab2b;}

/* positionズ */
.mapBox li.map_hkd{left: 160px;}
.mapBox li.map_knt {
    left: 240px;
    top: 180px;
}
.mapBox li.map_kns {
    left: 160px;
    top: 230px;
}
.mapBox li.map_shi {
    left: 86px;
    top: 255px;
}
.mapBox li.map_chu {
    left: 75px;
    top: 165px;
}
.mapBox li.map_kyu {
    left: 5px;
    top: 265px;
}
.mapBox li.map_oka {
    left: 5px;
    top: 60px;
}

.mapBox li.map_hkd-sapporo {
    left: 17px;
    top: 120px;
}
.mapBox li.map_hkd-douhoku {
    left: 160px;
    top: 40px;
}
.mapBox li.map_hkd-doutou {
    left: 220px;
    top: 200px;
}
.mapBox li.map_hkd-dounan {
    left: 60px;
    top: 260px;
}
.mapBox li.map_hkd-douou {
    left: 127px;
    top: 169px;
}

/* 北海道（data-level:2） */
.mapBox li.map_hkd-sapporo {
    left: 10px;
    top: 140px;
}
.mapBox li.map_hkd-douhoku {
    left: 160px;
    top: 40px;
}
.mapBox li.map_hkd-doutou {
    left: 220px;
    top: 200px;
}
.mapBox li.map_hkd-dounan {
    left: 60px;
    top: 260px;
}
.mapBox li.map_hkd-douou {
    left: -10px;
    top: 190px;
}
/* 北海道（札幌・小樽 */
.mapBox li.map_hkd-sp-sapporo {
    top: 145px;
    left: 145px;
}
.mapBox li.map_hkd-sp-otaru {
    left: 110px;
    top: 90px;
}
/* 北海道（道南） */
.mapBox li.map_hkd-dn-oonuma {
    top: 155px;
    left: 185px;
}
.mapBox li.map_hkd-dn-yunokawa {
    top: 220px;
    left: 220px;
}
.mapBox li.map_hkd-dn-hakodate {
    top: 275px;
    left: 140px;
}

.mapBox li.map_oka-honto {
    left: 160px;
    top: 30px;
}
.mapBox li.map_oka-naha {
    top: 150px;
    left: 175px;
}
.mapBox li.map_oka-rito {
    top: 200px;
    left: 40px;
}
.mapBox li.map_kyu-fukuoka {
    left: 200px;
    top: 30px;
}
.mapBox li.map_kyu-oita {
    left: 260px;
    top: 100px;
}
.mapBox li.map_kyu-miyazaki {
    top: 180px;
    left: 220px;
}
.mapBox li.map_kyu-yakushima {
    top: 260px;
    left: 172px;
}
.mapBox li.map_kyu-kagoshima {
    top: 260px;
    left: 220px;
}
.mapBox li.map_kyu-kagoshima {
    left: 77px;
    top: 220px;
}
.mapBox li.map_kyu-amami {
    top: 290px;
    left: 60px;
}
.mapBox li.map_kyu-kumamoto {
    top: 120px;
    left: 164px;
}
.mapBox li.map_kyu-nagasaki {
    top: 131px;
    left: 77px;
}
.mapBox li.map_kyu-goto {
    top: 85px;
    left: -7px;
}
.mapBox li.map_kyu-saga {
    top: 44px;
    left: 108px;
}
.mapBox li.map_kyu-iki{left:90px;}

.mapWrap li.map_chu-shimane{
    top: 100px;
    left: 50px;
}
.mapWrap li.map_chu-shimane{
    top: 100px;
    left: 50px;
}
.mapWrap li.map_chu-tottori{
    top: 40px;
    left: 240px;
}
.mapWrap li.map_chu-okayama{
    left: 230px;
    top: 140px;
}
.mapWrap li.map_chu-hiroshima{
    left: 140px;
    top: 180px;
}
.mapWrap li.map_chu-yamaguchi{
    left: 40px;
    top: 210px;
}

.mapWrap li.map_shi-kagawa{
    top: 65px;
    left: 160px;
}
.mapWrap li.map_shi-tokushima{
    top: 120px;
    left: 240px;
}
.mapWrap li.map_shi-kochi{
    left: 160px;
    top: 180px;
}
.mapWrap li.map_shi-ehime{
    top: 170px;
    left: 35px;
}

/* 閉じるボタン */
.closeBtn{
    display:none;
    position: absolute;
    bottom: 20px;
    width: 90%;
    text-align: center;
    background: #eee;
    padding: 10px 0;
    color: #3a77c7;
    margin: 0 auto;
}
.countTxtPrc {
    display: block;
    color: #bf0909;
    margin: 5px 0;
    font-size: 12px;
    font-weight: bold;
}

/* --------------------------
    @ カレンダー
------------------------------------　*/

#wbfCalender{
/*    cursor:pointer;
    border:none;
    text-align: center;
    padding:0;
    font-size: 130%;
    color: #348cc4;
    font-weight: bold;
    display: block;
    width: 70%;
    margin: 0 auto;*/
}
#calenderBox {
    /* position: fixed; */
    width: 94%;
    z-index: 102;
    top: 10%;
    left: 0;
    right: 0;
    margin: auto;
    padding: 15px 0;
    box-sizing: border-box;
}
#calKetteiBtn{
    background: #348cc4;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 4px;
}
#calendar .is-disabled{color:#aaa !important;cursor:inherit;}
#calendar table {
    border: 1px solid #aaa;
    width: 100%;
    background: #fff;
    font-size: 80%;
}
#calendar table td {
    font-size: 120%;
    width: 2em;
    text-align: center;
    padding: 14px;
    font-weight: normal;
    color: #333;
}
#calendar table td.cal {
    cursor: pointer;
}
#calendar table th{
    text-align: center;
    padding: 15px 0 0;
}
#calendar .is-calSelect {
    color: #464646;
    background: #b3d9f0;
}
#calendar table td:first-of-type{
    color: #f27979;
}
#calendar table td:last-of-type{
color: #71b2d6;
}

input.from{
  width:2em;
  display:inline-block;
  border:none;
  text-align:center;
 }
.scrollBox {
   height: 380px;
   overflow-y: auto;
 }

 .calControl {
     width: 100%;
     box-sizing: border-box;
     padding: 8px;
     background: #eee;
     display: flex;
     justify-content: space-between;
 }
#changeHakuBox {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: inherit;
    width: 45%;
}

#changeHakuBox input{
  background:none;
  font-size:140%;
}
#prev + p{text-align:center;}
input#hakuLen + span{
  display:block;
  color:#666;
  font-size:80%;
}
#calBtnBox p {
    cursor:pointer;
    background: #348cc4;
    color: #fff;
    padding: 10px 25px;
    border-radius: 2px;
    width: 10em;
    text-align: center;
    box-shadow: 1px 1px 1px #bebebe;
}
#next{
    padding: 5px 5px 5px 10px;
    width: 2em;
}
#prev {
    padding: 5px 10px 5px 5px;
    width: 2em;
}
#calBtnBox {
    width: 50%;
    display: flex;
    font-size:80%;
    align-items: baseline;
    justify-content: flex-end;
}
#changeHakuBox input {
    outline: none;
    display: inline-block;
    width: 1.5em;
}
#changeHakuBox input:focus {outline: none;}
input[name=date_mieti]{display:none;}
input[name=date_mieti] + span {
    display: block;
    background: #fff;
    color: #aaa;
    padding: 9px 6px;
    border-radius: 2px;
    width: 6em;
    margin-right: .5em;
    text-align: center;
}
input[name=date_mieti]:checked + span {
    display: block;
    border: 1px solid #348cc4;
    background: #fff;
    color: #348cc4;
    border-radius: 2px;
    margin-right: .5em;
    text-align: center;
}
#calendar table td.holiday{
    color: #f27979;
}

/* --------------------------
    @ お部屋を選ぼう
------------------------------------　*/

.bg{
    padding:15px;
    width: 100%;
    height: 100%;
    /*position: fixed;*/
    /*top: 0;*/
    z-index: 10000;
    background: rgba(0,0,0,0.7);
}
.selectRoomWrap {
    background: #fff;
    width: 90%;
    border-radius: 4px;
    margin: 0 auto;
    padding: 15px;
    box-shadow: 1px 2px 2px #464646;
}
.selectRoomWrap input {
    border: none;
    text-align: center;
    width: 4em;
    font-size: 18px;
}
.selectRoomWrap .srBtn{
    cursor:pointer;
    width: 3em;
    padding: 10px 0;
    border-radius: 20px;
    background: #70a2e4;
    color: #fff;
    border: none;
    transition-duration: 0.2s;
    border-bottom: 2px solid #2f4d75;
}
.selectRoomWrap .srBtn.dis {
    cursor:inherit;
    background: #d6d6d6;
    color: #a8a5a5;
    border: none;
    border-bottom: 2px solid #bfbfbf;
}
.selectRoomWrap .srBtn.dis:active{border-bottom: 2px solid #bfbfbf;}
.selectRoomWrap .srBtn:active {border-bottom:none;}

.selectRoomWrap .ttl{
    font-weight: bold;
    font-size: 115%;
}

.selectRoomWrap dl{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

/* 人数 */
.srPerson dt {
    text-align: left;
    font-size: 16px;
    width: 30%;
}
.srPerson dd{
    margin-left: auto;
    width: 68%;
    text-align: right;
}

/* 部屋 */
.roomType dl:last-of-type{margin-bottom:0;}
.roomType dt {
    text-align: left;
    font-size: 16px;
    width: 30%;
}
.roomType dd{
    margin-left: auto;
    width: 68%;
    text-align: right;
    margin-bottom:10px;
}
.srRoom{margin-top:20px;}
.srKettei {
    background: #edab2b;
    color: #fff;
    padding: 15px;
    text-align: center;
    border-radius: 4px;
    font-size: 120%;
    margin-top: 20px;
}
.selectRoomWrap .ttl {
    font-weight: bold;
    font-size: 140%;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    margin: 0 0 15px;
}

/* =========================================

    @ ナビゲーション 

============================================= */

#btn-pagetopblock a{display:none !important;}

#pageNavBtn {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    bottom: 0;
    left: 0;
    background: #fff;
    box-shadow: 1px 1px 3px #00000063;
    z-index: 100;
    text-align: left;
    width: 100%;
}
#pageNavBtn span:nth-of-type(1) {
    display: block;
    background: url(/kokunai/module/destination/images/bg_navi_section001.png) no-repeat 4% 51% #fff;
    padding: 15px 15px 15px 34px;
    text-decoration: underline;
    background-size: 5% auto;
    width: 85%;
    box-sizing: border-box;
}
#pageNavBtn span:nth-of-type(2) {
    margin-left: auto;
    background: #3a77c7;
    padding: 14px 12px;
}
#pageNavBtn img{
    width: 25px;
    height: auto;
    margin-bottom: 2px;
    transition: all 0.5s;
}
.paegNav {
    background: #fff;
    position: fixed;
    bottom: -1000px;
    transition: all 0.5s;
    width: 100%;
    z-index: 10000;/* 我最強 */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 8px;
}
.paegNav li {
    width: 50%;
    font-size: 12px;
    border-bottom: 1px solid #ccc;
    height: 58px;
}
.paegNav li:nth-of-type(1),.paegNav li:nth-of-type(3),.paegNav li:nth-of-type(5),.paegNav li:nth-of-type(7){
    border-right:1px solid #ccc;
}
.paegNav li#navClose{
    width: 100%;
    padding: 15px;
    font-size: 12px;
    border-bottom:none;
    display: table-cell;
    vertical-align: middle;
    width: inherit;
    height: inherit;
    color: #333;
    text-align: center;
    background: #ccc;
}
.paegNav a {
    display: block;
    padding: 15px;
    display: table-cell;
    vertical-align: middle;
    width: inherit;
    height: inherit;
    color: #333;
}


/* =======================================

    @ 今が旬のおすすめツアー 

========================================== */

/* 全体囲ってる箱 */
.osusumeTourWrap{width:100%;}

/* ---------------------------------------
    1．タブ 
----------------------------------------- */

.osusumeTab {
    cursor: pointer;
    margin: 0 15px 6%;
    overflow-x: auto;
    font-size: 110%;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}
.osusumeTab li {
    display: inline-block;
    background: #e6e6e6;
    padding: 8px 10px;
    border-radius: 25px;
}
.osusumeTab li.sel{
    background: #3a77c7;
    color: #fff;
}

/* ---------------------------------------
    2．中身 
----------------------------------------- */

.osusumeInr{
    width: 100%;
    display:none;
}
.osusumeInr.on{
    transition: all 1s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.osusumeInr a{
    display:block;
    margin:15px;
    color:#333;
}
.osusumeInr a:hover{text-decoration:none;}
.osusumeInr div:nth-of-type(1) {
    width: 100%;
    position:relative;
    display:block;
}
.osusumeInr div:nth-of-type(2) {
    width: 100%;
    display:block;
}
.osusumeInr div:nth-of-type(3) {
    text-align: center;
}
.osusumeInr img {
    width: 100%;
    height:200px;
    border-radius: 8px;
}
.osusumeInr .areaDate{margin: 6px 0;}
.osusumeInr a div:nth-of-type(1) span {
    top: 0;
    right: 0;
    position: absolute;
    background: #000000b3;
    color: #fff;
    display: inline-block;
    padding: 4px 15px;
    border-radius: 0 6px 0 0;
}
.osusumeInr .ttl{
    font-size: 110%;
    line-height: 1.5;
    font-weight: bold;
}
.osusumeInr .subTxt {
    color: #444;
    line-height: 1.5;
    font-size: 70%;
    font-weight: normal;
    text-align: left;
    margin: 0 0 10px;
}
.priceBox {
    color: #cb220b;
    font-weight: bold;
    font-size: 140%;
    text-align: center;
    padding: 10px 0 0;
    margin:0;
}
.text_sml{
    display: block;
    font-size: 70% !important;
    font-weight: normal;
}

/* =======================================

    @ おすすめ都市から選ぶ 

========================================== */

/* 全体囲ってる箱 */
.osusumeToshiWrap {
    width: 100%;
}
.osusumeToshiWrap .toshiName {
    font-size: 140%;
    display: block;
    text-align: center;
    font-weight: bold;
    margin: 5px auto;
}
.osusumeToshiWrap .toshiTxt {
    line-height: 1.5;
    font-size: 90%;
    display: block;
    margin:10px 0;
}
.toshiInr {
    transition: all 1s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin:0 15px;
}
.toshiInr .toshiNameSml::before {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    margin: 5px 0;
    background-color: #78b6ea;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #c4e6ff), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #c4e6ff),color-stop(.75, #c4e6ff), color-stop(.75, transparent),to(transparent));
    -webkit-background-size: 14px 14px;
}
.toshiInr dt div{
    margin: 0 auto;
    width: 22%;
    text-align: center;
}

.toshiInr dl {width: 100%;color: #333;}
.toshiInr dl dt{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 90%;
    width: 100%;
}
.toshiInr dd a{
    display: block;
    color: #555;
    line-height: 2;
    text-decoration: underline;
}
.toshiInr img {width: 70%;border-radius: 8px;}

/* エリアがいっぱい並んでるところ */
.otherArea {
    margin: 20px 15px;
    background: #fff;
    padding: 15px;
    box-sizing: border-box;
    border-radius: 4px;
}
.otherArea dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 90%;
    width: 100%;
}
.otherArea dt {
    margin: 0 auto;
    background: #3a77c7;
    color: #fff;
    padding: 6px;
    border-radius: 25px;
    width: 65px;
    text-align: center;
}
.otherArea dd {
    width: 100%;
    line-height: 1.8;
    margin: 10px 0;
}
.otherArea dd a{color:#333;margin: 0 4px 0 0;text-decoration:underline;}
.otherArea .ttl{
    font-size: 20px;
    text-align: center;
    margin-bottom: 15px;
    font-weight: bold;
}

/* =======================================

    @ お知らせ

========================================== */

.oshiraseBox{width:100%;margin:0 auto;}
.oshiraseBox li{border-top:1px dashed #ccc;}
.oshiraseBox li:last-of-type{border-bottom:1px dashed #ccc;}
.oshiraseBox a{
    padding:10px 0;
    color:#333;
    text-decoration:none;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}
.oshiraseBox a .area {
    background: #3a77c7;
    color: #fff;
    margin: 0 10px;
    padding: 3px 6px;
    font-size: 90%;
}
.oshiraseBox a .ttl {
    text-decoration: underline;
    line-height: 1.5;
    margin: 5px 0 0;
    color: #444;
}
.newsList {
    padding: 0 0 6% 0;
    margin: 0 15px;
}

/* =======================================

    @ 旅に関する知って得するコーナー

========================================== */

.tabitokuBox{
    width:100%;
    margin:4% auto;
}
.tabitokuBox ul {
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 15px;
}
.tabitokuBox li{width:48%;}
.tabitokuBox li a{display:block;position:relative;}
.tabitokuBox li img.artImg{
    width: 100%;
    height:120px;
    overflow:hidden;
    display:block;
    border-radius:8px;
    transition-duration: 0.6s;
}
.tabitokuBox li img.ttlImg {
    position: absolute;
    top: 60px;
    left: 10px;
    width: 70%;
}

.tabitokuBox li a{color:#333;text-align:center;}
.tabitokuBox li a span.area {
    color: #333;
    display: block;
    margin: 10px 0 0;
    font-size: 120%;
    font-weight: bold;
}
.tabitokuBox li a span.txt {
    color: #555;
    display: block;
    margin: 5px 0;
    font-size: 90%;
    text-align: left;
    line-height: 1.5;
}
/* =======================================

    @ 『安心・あったらいい旅！』をご提案

========================================== */

.hmBox {
    margin: 0 15px;
    overflow: hidden;
}
.hmBox .txt {
    line-height: 2;
    font-size: 90%;
    margin: 0 auto 4%;
}
.hmBox img.kuma {
    width: 60%;
    display: block;
    float: right;
}

/* ３ポイント */
.hm3Box{
    text-decoration:none;
    margin:4% 15px;
}
.hm3Box dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 15px 0;
}
.hm3Box dl dt{width:30%;text-align:center;font-size:85%;}
.hm3Box dl dd{width:65%;}
.hm3Box dt img {
    display: block;
    width: 65px;
    margin: 0 auto;
}
.hm3Box dl:nth-of-type(1) span {
    color: #d170b7;
    font-weight: bold;
    font-size: 140%;
    display: block;
    margin: 15px 0 5px;
}
.hm3Box dl:nth-of-type(2) span {
    color: #edab2b;
    font-weight: bold;
    font-size: 140%;
    display: block;
    margin: 15px 0 5px;
}
.hm3Box dl:nth-of-type(3) span {
    color: #3977c0;
    font-weight: bold;
    font-size: 140%;
    display: block;
    margin: 15px 0 5px;
}
.hm3Box dd.txt{
    line-height: 2;
    font-size: 90%;
    text-align: left;
}

/* =======================================

    @ お客様の声

========================================== */

.voiceBox{}
.voiceList{
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;    
    background:#eee;
    padding: 0 15px 15px;
    margin:4% 0 0;
}
.voiceList .vgWrap {
    width: 100%;
    background: #fff;
    margin: 15px auto 0;
    padding: 15px;
    border-radius: 6px;
}
.voiceInfo{
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width:100%;
}
.voiceInfo img {
    display: block;
    width: 18%;
    height: auto;
    border-right: 1px solid #aaa;
    padding-right: 15px;
}
.voiceInfo .person {
    width: 65%;
    line-height: 1.5;
    margin: 0 auto;
}
.voiceInfo .area{color: #3a77c7;display:block;}
.vgWrap .txt{
    font-size: 95%;
    color: #444;
    line-height: 1.5;
    margin: 10px 0;
}

/* =======================================

    @ バナー2枚

========================================== */

.osusumeBnr {
    margin: 0 15px 15px;
    overflow: hidden;
    padding: 30px 0;
}
.osusumeBnr .slick-slider{margin-bottom: 0;}
.osusumeBnr .slick-dots li button:before{
    line-height: 1px;
}

.shirokumaBox {
    background: #dff3ff;
    padding: 4% 0;
}
.shirokumaBox .col2{
    margin:0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.shirokumaBox .col2 img {
    display: block;
    width:100%;
}

/* ===============================

    @ おすすめ・テーマ・目的から選ぶ 

=====================================- */

.osusumeTheme{margin:0 15px;}
.bnrInr a, .bnrInr2 a {
    overflow: hidden;
    position: relative;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;    
    margin: 10px 0;
}
.bnrInr a img, .bnrInr2 a img {
    width: 30%;
    height: 80px;
}
.bnrInr a div.on, .bnrInr2 a div.on {
    width: 65%;
}

.bnrInr a img,.bnrInr2 a img{border-radius:8px;}

.osusumeTheme .left,.osusumeTheme .right{
    float:inherit;
}

/*.bnrInr div.right a:nth-of-type(1) div.on,.bnrInr div.right a:nth-of-type(3) div.on,.bnrInr div.right a:nth-of-type(5) div.on{order:-1;}*/

.bnrInr .txt .ttl,.bnrInr2 .txt .ttl{
    font-weight: bold;
    display: block;
    font-size: 125%;
    color: #333;
}
.bnrInr .txt .ttl2,.bnrInr2 .txt .ttl2{
    display: block;
    color: #555;
    margin:5px 0;
}
#otMoreBtn{
    background: #fff;
    text-align: center;
    padding: 10px;
    font-size: 125%;
    margin: 15px 0 10px;
    border-radius: 8px;
    color: #3a77c7;
    font-weight: bold;
}

/* =======================================

    @ お客様サポート

========================================== */

.supportBox .contactBox {
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 15px;
    border: 6px solid #dff3ff;
    border-radius: 12px;
    padding: 2% 4%;
}
.supportBox .contactBox dl:nth-of-type(1){
    width:300px;
}
.supportBox .contactBox dl:nth-of-type(2){
    width:570px;
}
.supportBox .contactBox dt{
    font-weight: bold;
    font-size: 120%;
    margin: 10px 0;
}
.supportBox .contactBox dt img {
    width: 40px;
    vertical-align: middle;
}
.supportBox .contactBox dt span {
    margin:0 20px;
}
.supportBox .contactBox dd a{
    line-height:2;
    color:#333;
}
.supportBox .contactBox dd a.cal2{
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width:100%;
}
.supportBox .contactBox dd span:nth-of-type(1) {
    line-height: 1.5;
    display: block;
}
.supportBox .contactBox dd span:nth-of-type(2) {
    font-size: 200%;
    font-weight: bold;
    margin:0;
}

.mailWrap{width:333px;}
.mailWrap dd{
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width:100%;
}
.mailWrap dd a {
    border-radius: 6px;
    background: #6b9dd8;
    color: #fff !important;
    text-align: center;
    font-size: 92%;
    padding: 10px;
    width: 48% !important;
    line-height: 1.5 !important;
    display: block !important;
}
.mailWrap dd a:nth-of-type(2) {
    background: #e27676;
}



/* =======================================

    @ 関連サイト

========================================== */

.kanrenBox {
    margin:0 15px;
}
.kanrenBox .col2 img {
    display: block;
    width:100%;
}

/* =======================================

    @ 出発地を選択してね！（圧）

========================================== */

#selectDepMap {
    width: 100%;
    height: 100%;
    text-align: center;
    position: fixed;
    top: 0;
    z-index: 10000;
    background: rgba(0,0,0,0.7);
}
#selectDepMap .sdmInr {
    background: #fff;
    width: 90%;
    height: 380px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 6px;
}
#selectDepMap .sdmInr ul {
    height: 400px;
    position: relative;
    background: url(/module/kokunai-top/images/map/dom_map.png) no-repeat center 30%;
    background-size: 80% auto;
}
#selectDepMap .sdmInr li {
    cursor:pointer;
    position: absolute;
    background: #1e3c72;
    background: -webkit-linear-gradient(to right, #2a5298, #1e3c72);
    background: linear-gradient(to right, #2a5298, #1e3c72);
    font-size: 120%;
    padding: 8px 15px;
    border-radius: 6px;
    color: #fff;
    box-shadow: 1px 1px 1px #ccc;
}
#selectDepMap .sdmInr li.dep_KK {
    top: 208px;
    left: 200px;
}
#selectDepMap .sdmInr li.dep_KS {
    top: 230px;
    left: 120px;
}
#selectDepMap .sdmInr li.dep_TB {
    top: 160px;
    left: 110px;
}
#selectDepMap .sdmInr li.dep_CY {
    top: 220px;
    left: 20px;
}
#selectDepMap .sdmInr li.dep_HK {
    top: 40px;
    left: 230px;
}

#selectDepMap .sdmInr .ttl{
    padding: 10px 0;
    background: #507fb3;
    color: #fff;
    font-size: 140%;
}

@media screen and (max-width: 376px) {
    .scrollBox {
        height: 320px;
    }
    #prev {
        cursor: pointer;
    }
    #calendar table td{padding:8px;}
    #next {
        cursor: pointer;
    }
}