@charset "utf-8";

/*
 * CSS for PC
 * @date     2020.03.24
 * @author   shingo sato
 */
 h1{z-index: 12;}
 #search-box {
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}

input:focus-visible,
select:focus-visible{
    outline: none;
}

select,
.selectHover {
  cursor: pointer;
}

em{font-style: normal;}
@media (min-width: 720px) {


#search-box li {
  list-style-type: none;
}
#search-box .active {
  font-size: 100%;
  font-weight: normal;
}
#search-box h1 {
  margin: 7px 7px 3px 7px;
  font-size: 90%;
  color: #60502E;
}

#search-box #domestic-search-box,
#search-box #overseas-search-box {
  padding: 7px; padding-top: 0;
}
.column1 #search-box #domestic-search-box,
.column1 #search-box #overseas-search-box {
  padding: 15px;
}


/* input field */

#search-box .inputDate {
  width: 95%;
  min-height: 28px;
  padding-left: 3%;
  background-color: #f0f0f0;
  border: 1px solid #878787;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  cursor: pointer;
  vertical-align: middle;
  -moz-box-shadow: 0px 0px 0px rgba(000, 000, 000, 0), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 0px rgba(000, 000, 000, 0), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 0px rgba(000, 000, 000, 0), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
  /*background image*/
  background-image: url(https://img.travel.rakuten.co.jp/share/themes/search/images/calendarIcon001_72px.png);
  background-repeat: no-repeat;
  background-position: right center;
  -webkit-background-size: 28px 23px;
  -moz-background-size: 28px 23px;
  -o-background-size: 28px 23px;
  /*Text setting*/
  color: #333;
  font-size: 90%;
  line-height: 2.4;
}

#search-box .number ul li.child a, #search-box #oa-arv1 {
  background: #f0f0f0;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #777777;
  -moz-box-shadow: 0px 0px 0px rgba(000, 000, 000, 0), inset 0px 1px 5px rgba(171, 171, 171, 0.6);
  -webkit-box-shadow: 0px 0px 0px rgba(000, 000, 000, 0), inset 0px 1px 5px rgba(171, 171, 171, 0.6);
  box-shadow: 0px 0px 0px rgba(000, 000, 000, 0), inset 0px 1px 5px rgba(171, 171, 171, 0.6);
  color: #333333;
  line-height: 1.7;
  padding: 0.3em 1em;
}

#search-box .number ul li.child a{ background: none; box-shadow: none; border: none;}


/* searchCategory */

#search-box .searchCategory {
  clear: both;
}

/* search structure */

#search-box .structure:after {
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
  content: ".";
  font-size: 0.1em;
}
#search-box .structure dt {
  font-size: 82%;
  font-weight: bold;
  line-height: 1.2;
}

#search-box .structure dd {
  margin-bottom: 10px;
  font-size: 82%;
}

#search-box .number ul:after {
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
  content: ".";
  font-size: 0.1em;
}
#search-box .number ul li {
  float:none;
}
#search-box .number ul li.adult {
  width:90%;
}

.column1 #search-box .structure2 dt.squeeze {
  clear: both;
}
.column1 #search-box .structure2 dd.squeeze {
  width: 82%;
  margin-right: 3%;
}
.column1 #search-box .structure .squeeze {
  white-space: nowrap;
}
.column1 #search-box .structure .squeeze li {
  display: inline;
  margin-bottom: 0;
  padding: 0 15px 0 0;
  border: none;
  background-color: transparent;
}



#search-box p.searchSubmit a {
  display: block;
  margin: 0 auto;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  text-align: center;
  line-height: 0;

}

#search-box p.searchSubmit a:hover {
  opacity: 0.8
}




}

.clearfix {
  display: block;
  min-height: 1%;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}








/* sltBox */

.childBox.popup-contents {
  z-index: 103;
}
.sltBox {
  position: relative;
  padding: 10px;
  border: 3px solid #CCC;
  background-color: #FFF;
  margin-right: 3%;
  margin-left: 3%;
  box-shadow: 0px 3px 5px #666;
}
#dap-child-num-contents .sltBox {
  width: 420px;
}
.sltBox:after,
.sltBox:before {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.sltBox:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #FFF;
  border-width: 10px;
  left: 50%;
  margin-left: -10px;
}
.sltBox:before {
  border-color: rgba(204, 204, 204, 0);
  border-bottom-color: #CCC;
  border-width: 14px;
  left: 50%;
  margin-left: -14px;
}
.sltBox table {
  font-size: 82%;
  margin-bottom: 2px;
}
.sltBox th {
  background-color: #eeeeee;
  color: #888888;
  font-weight: bold;
  width: 3.6em;
}
.sltBox tr {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #CCC;
}
.sltBox td {
  width: 8em;
  padding: 10px;
  text-align: left;
  vertical-align: top;
}
#dap-child-num-contents .sltBox td {
  width: 13em!important;
}
.sltBox td span.child-select-des {
  display: block;
}
.sltBox td span.child-select-contents {
  display: block;
  vertical-align: middle;
}
.sltBox .tbClose {
  display: block;
  z-index: 5;
  position: absolute;
  top: -10px;
  right: -10px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.sltBox .tbClose a.close {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-position: 0px 0px;
  height: 23px;
  width: 23px;
  background-image: url(https://img.travel.rakuten.co.jp/share/themes/search/images/closeBtn_72px.png);
  background-repeat: no-repeat;
}

/* submit */

#search-box p.searchSubmit {
  clear: both;
}

.searchCategory.searchNavi{display: none;}
#search-box{ background-color: #ffffff; border-radius:6px; clear: both; margin: 0 auto; box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);}

#dateSearch{z-index: 1!important;}
#search-box{  padding: 20px;}
#search-box .grey{border: 1px solid #cccccc; border-radius:4px; margin-right:8px; float: left;background-color: #fafafa;}
#search-box .grey#dhChuArea{width:150px;}
#search-box .grey.InpuDateBox.chkDate{width:276px; }
#search-box .grey.InpuDateBox.roomNumber{width:80px;}
#search-box .grey.ninzu{width:160px;}
#search-box .grey#dhChuArea dl dt{display: none!important;}
#search-box .grey#dhChuArea dl dd.dmArea {
  position: relative;
  padding-left: 26px;
  margin-left:15px;
  background-size: 22px 24px;
  background-position: left center;
  padding-top:8px; padding-bottom: 10px; margin-bottom: 0;
}
#search-box .grey#dhChuArea dl dd.dmArea:after{
  content: "";
  width: 24px; height: 24px;
  position: absolute;
  left:-8px; top:50%;
  margin-top: -12px;
  opacity: .72;
  background: url(https://travel.rakuten.co.jp/superdeal/fuseco/images/location.svg) no-repeat left center;
}
#search-box .grey#dhChuArea dl dd.dmArea select,#search-box .grey#dhChuArea dl dd.dmArea p#areaKen span{ 
  margin-right: 2px;text-align:left;font-size:14px;
  line-height:18px;vertical-align:0;
  background: url(https://img.travel.rakuten.co.jp/share/assets/test/demo/PCtop/images/arrowDwon.svg) 90% 5px no-repeat;
  border: none;width: 100%; font-weight:normal;box-sizing: border-box;margin: 0 0 -5px; padding-top: 3px;
  vertical-align: 0px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
#search-box .grey.InpuDateBox.chkDate{ padding-left:36px;margin-left:0; position: relative; padding-top:3px; padding-bottom:3px;
}
#search-box #searchSwitchArea1 .grey.InpuDateBox.chkDate{ padding-top:4.6px; padding-bottom:4.6px;}
#search-box .grey.InpuDateBox.chkDate:after{ width: 26px; height:26px; visibility: visible;
background: url(https://travel.rakuten.co.jp/superdeal/fuseco/images/Calendar.svg) no-repeat left center;
background-size: auto;
background-size: 26px 26px;
content: "";
opacity: .62;
position: absolute;
top:50%;
left: 6px;
margin-top: -13px;}
#search-box .grey.InpuDateBox.chkDate dl{ color: #333333;  font-weight: normal; width: 42%; margin-right: 7.6%; float: left;}
#search-box .grey.InpuDateBox.chkDate dl dt{ color: #999999;font-size: 12px;font-weight: normal; padding-top: 6px; padding-left:5px;}
#search-box .grey.InpuDateBox.chkDate dl dd{ margin-bottom: 0; position: relative;}
#search-box .grey.InpuDateBox.chkDate dl .inputDate{ border: none!important; background: none!important; box-shadow: none!important; font-size: 16px; font-weight: bold; min-height: 16px; line-height: 1.4; top:-2px;}
#search-box .grey.InpuDateBox.roomNumber{ margin-left:0; padding-left: 36px; position: relative; }
#search-box .grey.InpuDateBox.roomNumber:after{ 
  width: 26px; height:26px; visibility: visible;
  background: url(https://travel.rakuten.co.jp/superdeal/fuseco/images/roomnum.svg) no-repeat left center;
  background-size: auto;
  background-size: 26px 26px;
  content: "";
  position: absolute;
  top:50%;
  left:8px;
  margin-top: -13px;
  opacity: .72;
}
#search-box .grey.InpuDateBox.roomNumber select{ display: block; opacity: 0;  position: absolute; top:12px; left:-6px; width: 80px;}
#search-box .grey.InpuDateBox.roomNumber dl dt{ color: #999999;font-size: 14px;font-weight: normal; padding-top: 6px; padding-left:5px; float: left; margin-right: 5px;}
#search-box .grey.InpuDateBox.roomNumber dl dd{ float: left;padding-top:19px; padding-bottom:18px; margin-bottom: 0; position: relative; width:70px; font-size: 14px;}
#search-box .grey.InpuDateBox.roomNumber dl dd:before{ width: 24px; height: 24px; position: absolute; content: ""; top:50%; margin-top:-12px;right:0px;background: url(https://img.travel.rakuten.co.jp/share/assets/test/demo/PCtop/images/arrowDwon.svg) no-repeat;}
#search-box .grey.InpuDateBox.roomNumber dl dt{ padding-top: 16px;}
#search-box select#suTomariHeya{ position: relative; top:1px;}
#search-box .grey.InpuDateBox.roomNumber dl dd div.selectHover{display: block; margin-right:3px; padding-left: 2px;}
#search-box .grey.InpuDateBox.ninzu{ margin-left: 0; padding-left: 36px; position: relative; }
#search-box .grey.InpuDateBox.ninzu:after{ 
  width: 26px; height:26px; visibility: visible;
  background: url(https://travel.rakuten.co.jp/superdeal/fuseco/images/person.svg) no-repeat left center;
  background-size: auto;
  background-size: 26px 26px;
  opacity: .72;
  content: "";
  position: absolute;
  top:50%;
  left:4px;
  margin-top: -13px;
}
#search-box .grey.InpuDateBox.ninzu dl dt{  display: none;}
#search-box .grey.InpuDateBox.ninzu dl dd{ width:100%;padding-top:5px; height:55px;}

#search-box .number ul li.adult{ position: relative; padding-top:2px;}
#search-box .number ul li.adult b{font-weight: bold; padding-left:0; padding-top: 1px; font-weight: normal; font-size: 14px;}
#search-box .number ul li.adult select{ position: absolute; left:20px; top:0; opacity:0; z-index: 10; cursor: pointer;}
#search-box .number ul li.adult span{ font-size: 14px;}
#search-box .number ul li.adult:after{
width: 24px;
height:24px;
position: absolute;
content: "";
top:100%;
margin-top: -10px;
right:-2px;
background: url(https://img.travel.rakuten.co.jp/share/assets/test/demo/PCtop/images/arrowDwon.svg) no-repeat;
}
#search-box #searchSwitchArea1{position: relative; width:880px; margin-left: auto; margin-right: auto; border-top: 1px solid #EAEAEA; padding-top:15px;}
#search-box .number ul li.child span b{ font-weight:normal;}
#search-box .number ul li.child:after{
  width:24px;
  height:24px;
  position: absolute;
  content: "";
  top: 50%;
  margin-top: -12px;
  right:45px;
  background: url(https://img.travel.rakuten.co.jp/share/assets/test/demo/PCtop/images/arrowDwon.svg) no-repeat;
  }
#search-box #searchSwitchArea1 p.searchSubmit{  clear: none; float: right; position: relative; top: -60px;}
#search-box #searchSwitchArea1 .dhAll.clearfix.dh{ max-width:790px;}
#search-box p.searchSubmit a{ background-image:none; width:160px; padding-top:15px; padding-bottom: 0; height:38px; color: #FFFFFF; text-align: center; font-size: 15px; letter-spacing: 5px; border-radius:4px; background:#d04a00; white-space:unset; text-indent: 0; line-height: unset;}
#search-box #searchSwitchArea1 p.searchSubmit a{ background-image:none; width:96px; padding-top:19px; padding-bottom: 0; height:40px; color: #FFFFFF; text-align: center; font-size: 15px; letter-spacing: 5px; border-radius:4px; background:#d04a00; white-space:unset; text-indent: 0; line-height: unset;}
#search-box #searchSwitchArea1 .searchUndate{font-size: 14px; color:#767676; margin:0 auto 0 170px; position:relative; top:0px;}
#mask{ width:620px; height:70px; position:absolute; left:0; z-index: 10; background: #ffffff; opacity:0; bottom: 30px;}
#dhNormal.greyTxt .grey{color: #cccccc!important;}
#dhNormal.greyTxt .grey.InpuDateBox.chkDate dl .inputDate { color: #cccccc!important;}
#dhNormal.greyTxt .grey a#dh-child-popup { color: #cccccc!important;}
#search-box #dhNormal.greyTxt .grey.InpuDateBox.chkDate dl dt label, #search-box #dhNormal.greyTxt .grey.InpuDateBox.chkDate dl dt.date.sch_ttl2 label{ color: #cccccc!important;}
#search-box #dhNormal.greyTxt .grey.InpuDateBox.roomNumber dl dd:before{ opacity: .4;}
#search-box #dh-search-form #dhNormal.greyTxt .grey.InpuDateBox.ninzu dl dt#oneRoom{color: #cccccc!important;}
#search-box #dh-search-form #dhNormal.greyTxt .number ul li.adult:after{ opacity: .4;}
#search-box #dh-search-form #dhNormal.greyTxt .grey.InpuDateBox.chkDate:after{ opacity: .3;}
#search-box #dh-search-form #dhNormal.greyTxt .grey.InpuDateBox.roomNumber:after{ opacity: .3;}
#search-box #dh-search-form #dhNormal.greyTxt .grey.InpuDateBox.ninzu:after{ opacity: .3;}


#search-box #searchSwitchArea1 .searchUndate input[type="checkbox"] + label {
  color:#454545;
  display: inline-block;
  margin-left: 5px;
  font-size: 12px;
  padding-left: 28px;
  background: url(https://travel.rakuten.co.jp/superdeal/fuseco/images/check.svg) left center no-repeat;
  background-size: auto;
  background-size: auto;
  background-size: 16px 16px;
  cursor: pointer;
  height: 16px;
width: 98px;
padding: 6px 6px 8px 20px;
background-color: #eee;
border-left: 6px solid #eee;
border-radius: 0 0 5px 5px;
}
#search-box #searchSwitchArea1 input[type="checkbox"]:checked + label{
  background: url(https://travel.rakuten.co.jp/share/assets/test/demo/PCtop/images/checkedImg.svg) left center no-repeat;
  background-size: auto;
  background-size: auto;
  background-size: 16px 16px;
  cursor: pointer;
  height: 16px;
width:98px;
padding: 6px 6px 8px 20px;
background-color: #eee;
border-left: 6px solid #eee;
border-radius: 0 0 5px 5px;
}
#search-box #searchSwitchArea1 .searchUndate input{ display: none;}
#search-box #searchSwitchArea1 dl.structure dd b#heyaNum{ font-size: 14px; font-weight:normal;}

@media (min-width: 720px) {
  .sp{display: none;}
  #search-box .grey#dhChuArea dl dd.dmArea p span.pc{display: block; width: 60px;}
  #search-box .inputWrap{background: none;}
  #search-box .inputWrap dd .field{border: none; background: none; padding:18px 0 0 0; }
  #search-box .grey#dhChuArea dl dd.dmArea{ height:26px; font-size:14px;padding-top:18px; padding-bottom:14px;}
  #dh-input-area-label{ position:absolute; opacity:100;; width:140px; height:34px; left:26px; top:0;}
  #search{background-color: #ffffff; padding: 0;}
  #search dl.inputWrap#dh-input-area dd.dmArea{min-height: 15px;}
  #search-box .number ul li.adult b#adltNum{font-weight: normal;}
  #search-box .number ul li.child{ position: relative; top:0;}
  #search-box .number ul li.child a{padding:0.3em 1.6em;}
  #search-box .number ul li.child:after{ border: none; background: none;}
  #grpLocationArea a{font-size: 12px;}
  #search-box .grey.InpuDateBox.chkDate dl dt.date.sch_ttl1{ padding:0;}
  #search-box .grey.InpuDateBox.chkDate dl dt.date.sch_ttl2{ padding:0;}
  #search-box .grey.InpuDateBox.chkDate dl dt.date.sch_ttl1 label,#search-box .grey.InpuDateBox.chkDate dl dt.date.sch_ttl2 label{ cursor: pointer; padding-top: 6px; margin-left: 4px; display: inline-block;}
  #search-box a#dh-child-popup{ display: inline-block; z-index: 10; position: relative; padding:2px 0 2px 2px; cursor: pointer; font-size: 14px;}
  div#grpLocationArea{ padding:10px;}
  .selectableAreaList { margin: 0; padding: 0; padding-bottom:80px;}
  #search-box #dh-search-form .grey#dhChuArea dl dd.dmArea select{ width:96px; position:relative;background-position: 102% 0px!important;}
  #search-box .grey.InpuDateBox.ninzu{padding-left: 0;}
  #search-box .grey.InpuDateBox.ninzu dl{padding-left: 36px; height:58px;}
  #search-box #dh-search-form .grey.InpuDateBox.ninzu dl{padding-left:62px;}
  #search-box #dh-search-form .grey.InpuDateBox.ninzu dl dt#oneRoom{width:36px; display: block; font-weight: normal; text-align:center; position: absolute; color: #888888; font-size: 10px; line-height: 14px; top:16px; left:28px;}
  #FEATURES.parts{position: relative; top:-100px; padding-top:0; margin-bottom: -90px;}
  #SEARCH.pars{ position:relative; margin-top:-84px;  margin-left:auto; margin-right: auto; font-size: 16px; z-index:5; padding-right: 10px;padding-left: 10px;}
}



#search dl.inputWrap#dh-input-area dd.dmArea{ margin-left:2px;}
#search dl.inputWrap#dh-input-area{margin-left: 0!important;}

#dh-child-popup-contents{ display: none;}


#search-box dd.area.dmArea.field.truncate{display: none!important;}
#childNumLabel{font-weight: bold;}

#dh-input-area-label:before{ background: none;}
#search-box .squeeze li{ border: none;background: none;}
#search-box .structure dd.setInput.udm{ margin-bottom: 0;}
#search-box .squeeze li{margin-bottom: 0;}
#search-box .line.clearfix.sibori{ background: #F6F6F6; padding:8px 8px 0px 8px; border-radius: 5px; line-height: 40px; margin-top: 10px; }
#search-box .line.clearfix.sibori dl dd{font-size: 14px;}
#search-box .line.clearfix.sibori dl dd ul{ position: relative; top:-13px;}
#search-box #dh-search-form .structure dd .squeeze li{ display:block; float: left; margin-top: 6px;  margin-bottom:0; margin-right:4px;white-space:nowrap; position: relative;}
#search-box #dh-search-form .structure dd .squeeze li label{border: 1px dashed #8C8C8C;padding:8px 8px; cursor: pointer; border-radius: 30px; color: #444444; font-weight: normal; margin: 0; background-color: #ffffff; }
#search-box #dh-search-form input.fcmp + label{ background: none;border: 1px solid #d3d2d2;}
#search-box #dh-search-form input.fcmp:checked + label,#search-box #dh-search-form li.on input.fcmp + label{color:#255500!important;border:1px solid #5e8a38!important; padding-left: 30px!important;background-image:url(https://travel.rakuten.co.jp/share/assets/test/demo/PCtop/images/gou.svg);background-repeat:no-repeat;background-position:5px center;background-size: 16px 16px;background-color: #edf2e9!important;}
#search-box #dh-search-form input.fcmp:checked + label select,#search-box #dh-search-form li.on input.fcmp + label select{color:#255500!important;}
#search-box #dh-search-form .line.clearfix.sibori dl dd.spe{ padding-top: 0;}
#search-box #dh-search-form .line.clearfix.sibori dl dd{float: left; padding-top:10px;}
#search-box .squeeze li input.fcmp{ display: none;}
#search-box #dh-search-form .structure dd .squeeze li label select#f_kin2,#search-box #dh-search-form .structure dd .squeeze li label select#f_kin{width:78px;background-position: 102% -4px!important; cursor: pointer;}
.selectableAreaList li.group{height: 25px;}
#search-box #dh-search-form .structure dd .squeeze li label select#f_kin2:hover,#search-box #dh-search-form .structure dd .squeeze li label select#f_kin:hover{ background-color:#d2ddc9!important;}

/*宿泊地*/
.sechAreaBox{
width: 100%;height: 899px;transition-duration: 0.4s;position: fixed;top: 0px;left: 0px;
overflow: hidden;z-index:9999;background-color:#ffffff;margin: 0;padding: 0;
transform: translate3d(0px, 0px, 0px);
overflow-y: auto;
}
.sechAreaBox .smartModalViewControlBar{margin: 0; height: 44px;border-bottom: 1px solid #C1C1C1;  background-color: #eaeaea; padding: 0;}
.sechAreaBox .smartModalViewControlBar .smartModalTitle{margin: 0px;float: none;text-align: center;padding-top: 10px;;}
.sechAreaBox .smartModalViewControlBar .smartModalViewClose{
  position: absolute;width: 44px;height: 44px;background-position: 12px -428px;background-repeat: no-repeat;display: block;
  text-indent: -9999px;overflow: hidden;background-image: url(https://trvimg.r10s.jp/share/smart/header/images/sprite_header_20130630.png);
  background-size: 300px 500px;float: right; margin: 0px; text-align: center; right: 0px; top:0;}
  .smartModalViewControlBar .smartModalBackButton {
    background-image: url(https://trvimg.r10s.jp/share/smart/images/sprite_sptop.png);
    background-repeat: no-repeat;left: 0px;background-position: 12px -1922px;
    background-size: 40px 2250px;display: block;position: absolute;width: 44px;height: 44px;
  }
  
  #transitionView li.row, .selectableAreaList li.row {
    border-bottom: 1px solid #C9C9C9;line-height: 20px;height: 44px;background-color: #fff; padding: 0px 20px 0px 10px; font-weight: bold;
  }
  #transitionView li.row.location div.leftIcon, .selectableAreaList li.row.location div.leftIcon, #transitionView li.row.next, .selectableAreaList li.row.next {
    background-image: url(https://trvimg.r10s.jp/share/smart/images/sprite_sptop.png);
    background-repeat: no-repeat;
    background-size: 40px 2250px;
  }
  .selectableAreaList li.row.location div.leftIcon {
    width: 40px;height: 44px;display: inline-block;
    background-position: 3px -1703px;
  }
  #transitionView li.row div, .selectableAreaList li.row div {
    display: inline-block;vertical-align: middle;
  }
  #transitionView li.group, .selectableAreaList li.group {
    height:26px;font-size: 82%;background-color: #3B3B3B;
    color: #fff;overflow: hidden;padding: 4px 10px;
  }
  #transitionView li.row div.leftIcon, .selectableAreaList li.row div.leftIcon {
    display: inline-block;
    height: 44px;
  }
  #transitionView li.row div, .selectableAreaList li.row div{vertical-align: middle;}
  #transitionView li.row.location div.leftIcon, .selectableAreaList li.row.location div.leftIcon, #transitionView li.row.next, .selectableAreaList li.row.next {
    background-image: url(https://trvimg.r10s.jp/share/smart/images/sprite_sptop.png);
    background-repeat: no-repeat;
    background-size: 46px 2250px;
  }
  #transitionView li.row.next, .selectableAreaList li.row.next {
    background-position: 108% -1868px;
  }


  @media (min-width: 720px) {
  #transitionView li.group, .selectableAreaList li.group{height: 16px; padding-top: 6px;}
  #search-box .line.clearfix.sibori{padding-bottom: 0;}
  }

  #f_kin,#f_kin2,#schPCSP{ background:none!important; border:none!important;}










.input-squeezes {background: #f3f3f3;border-radius: 3px;padding: 8px;}

#ui-datepicker-div{ z-index: 9999!important;}
.swiper-button-prev.swiper-button-prevBNR,.swiper-button-next.swiper-button-nextBNR{
top: 50%;
color: #ffffff;
width: 40px;
height: 40px;
margin-top: -20px;
opacity: .7;
}
.swiper-button-prev.swiper-button-prevBNR{left: 10px;}
.swiper-button-next.swiper-button-nextBNR{right:10px;}

.hasDatepicker{ z-index: 9;}
#dh-checkin-dateBoxMask, #dh-checkout-dateBoxMask{
  position:absolute;
  cursor: pointer;
  width:130px;
  height:40px;
  top: -16px;
  left:0;
  background: none;
  opacity: .2;
  z-index: 999;
}



/*All nav*/
ul.searchTAB{ width:800px; margin: 0 auto;}
ul.searchTAB li{width: 12.5%; float:left; margin-bottom: 0;}
ul.searchTAB li.on{ border-bottom:4px solid #72A427;}
ul.searchTAB li a{display: block; text-align: center; font-size: 12px; padding-top: 40px; color: #333333; padding-bottom: 6px; margin-bottom: 0;}
ul.searchTAB li.on a{color:#54822b;}

ul.searchTAB li.dhTAB{ background:url(https://img.travel.rakuten.co.jp/share/assets/test/demo/PCtop/images/dhTAB.svg) top center no-repeat, url(https://img.travel.rakuten.co.jp/share/assets/test/demo/PCtop/images/dhTABon.svg) top center no-repeat;}
ul.searchTAB li.dpTAB{ width: 90px!important; background:url(https://img.travel.rakuten.co.jp/share/assets/test/demo/PCtop/images/dpTAB.svg) top center no-repeat, url(https://img.travel.rakuten.co.jp/share/assets/test/demo/PCtop/images/dpTABon.svg) top center no-repeat;}
ul.searchTAB li.carTAB{ background:url(https://img.travel.rakuten.co.jp/share/assets/test/demo/PCtop/images/carTAB.svg) top center no-repeat, url(https://img.travel.rakuten.co.jp/share/assets/test/demo/PCtop/images/carTABon.svg) top center no-repeat;}
ul.searchTAB li.busTAB{ background:url(https://img.travel.rakuten.co.jp/share/assets/test/demo/PCtop/images/busTAB.svg) top center no-repeat, url(https://img.travel.rakuten.co.jp/share/assets/test/demo/PCtop/images/busTABon.svg) top center no-repeat;}
ul.searchTAB li.dailyTAB{width: 90px!important; background:url(https://img.travel.rakuten.co.jp/share/assets/test/demo/PCtop/images/dailyTAB.svg) top center no-repeat, url(https://img.travel.rakuten.co.jp/share/assets/test/demo/PCtop/images/dailyTABon.svg) top center no-repeat;}
ul.searchTAB li.ovHtlTAB{ background:url(https://img.travel.rakuten.co.jp/share/assets/test/demo/PCtop/images/ovHtlTAB.svg) top center no-repeat, url(https://img.travel.rakuten.co.jp/share/assets/test/demo/PCtop/images/ovHtlTABon.svg) top center no-repeat;}
ul.searchTAB li.ovTourTAB{ background:url(https://img.travel.rakuten.co.jp/share/assets/test/demo/PCtop/images/ovTourTAB.svg) top center no-repeat, url(https://img.travel.rakuten.co.jp/share/assets/test/demo/PCtop/images/ovTourTABon.svg) top center no-repeat;}
ul.searchTAB li.ovAirTAB{ background:url(https://img.travel.rakuten.co.jp/share/assets/test/demo/PCtop/images/ovAirTAB.svg) top center no-repeat, url(https://img.travel.rakuten.co.jp/share/assets/test/demo/PCtop/images/ovAirTABon.svg) top center no-repeat;}

ul.searchTAB li.dhTAB.on{ background:url(https://img.travel.rakuten.co.jp/share/assets/test/demo/PCtop/images/dhTABon.svg) top center no-repeat;}
ul.searchTAB li.dpTAB.on{ background:url(https://img.travel.rakuten.co.jp/share/assets/test/demo/PCtop/images/dpTABon.svg) top center no-repeat;}
ul.searchTAB li.carTAB.on{ background:url(https://img.travel.rakuten.co.jp/share/assets/test/demo/PCtop/images/carTABon.svg) top center no-repeat;}
ul.searchTAB li.busTAB.on{ background:url(https://img.travel.rakuten.co.jp/share/assets/test/demo/PCtop/images/busTABon.svg) top center no-repeat;}
ul.searchTAB li.dailyTAB.on{ background:url(https://img.travel.rakuten.co.jp/share/assets/test/demo/PCtop/images/dailyTABon.svg) top center no-repeat;}
ul.searchTAB li.ovHtlTAB.on{ background:url(https://img.travel.rakuten.co.jp/share/assets/test/demo/PCtop/images/ovHtlTABon.svg) top center no-repeat;}
ul.searchTAB li.ovTourTAB.on{ background:url(https://img.travel.rakuten.co.jp/share/assets/test/demo/PCtop/images/ovTourTABon.svg) top center no-repeat;}
ul.searchTAB li.ovAirTAB.on{ background:url(https://img.travel.rakuten.co.jp/share/assets/test/demo/PCtop/images/ovAirTABon.svg) top center no-repeat;}


/*DP*/
.anajal{margin-bottom:15px; margin-top:15px;}
.anajal li{width: 110px; float: left;}
.anajal li input{ float:left;display:block; width:20px; height: 20px;  appearance: none;
  cursor: pointer;
  border-radius: 50%;
  width:20px;
  height: 21;
  box-sizing: border-box;
  border: 2px solid #999;
  transition: 0.2s all linear;
  margin: 0;
  margin-right: 0px;
  margin-right: 2px;
  position: relative;
  border: 2px solid#8C8C8C;
  top: 4px;
}
.anajal li input:checked{border: 2px solid #54822b;}
.anajal li input:checked:after {
  position: absolute;
  background-color: #54822b;
  content: "";
  border-radius: 50%;
  margin-left: -6px;
  margin-top: -6px;
  width: 8px;
  height:8px;
  left: 50%;
  top: 50%;
  display: block;
border: 2px solid #54822b;
}
.anajal li label{ text-indent: -9999px; width: 66px; height: 22px; display: inline-block; font-size: 0;float:left; position: relative; top:2px;}
.anajal li.ana label{background: url(https://img.travel.rakuten.co.jp/share/assets/test/demo/PCtop/images/ANA.svg) top center no-repeat;}
.anajal li.jal label{background: url(https://img.travel.rakuten.co.jp/share/assets/test/demo/PCtop/images/JAL.svg) top center no-repeat;}
#search-box .explain {
  font-size: 82%;
  line-height: 1.4;
  color: #CC0000;
  position: relative;
  top: -40px;
  text-align: right;
  width: 250px;
  float: right;
}
#dap-search-form{
  position: relative;
  width: 880px;
  margin-left: auto;
  margin-right: auto;
  border-top: 1px solid #EAEAEA;
  padding-top: 0;}
  #dap-search-form #dpCarPC #JALnote{ text-align: center; font-size: 12px; margin-bottom: 8px;}
  #search-box .noRmg{margin-right:0!important;}
  #search-box .dhAll.clearfix h3{ display: block; font-size: 12px; color: #333; font-weight: normal; margin-bottom: 4px;}
  #search-box .dhAll.clearfix .chkDateDP{width: 396px; margin-bottom:12px; }
  #search-box #dap-search-form .dhAll.clearfix .chkDateDP {padding-top: 7px; padding-bottom: 7px;}
  #search-box .dhAll.clearfix .chkDateDP .structure{width: 396px; margin-right: 0; padding-top: 12px; height: 32px;}
  #search-box .dhAll.clearfix .chkDateDP .structure dt.date{ float: left; width:36px; color: #999999; padding-top: 4px;}
  #search-box .dhAll.clearfix .chkDateDP .structure dd{ float: left; width:300px; color: #333333;}
  #search-box .dhAll.clearfix .chkDateDP{ margin-left: 0;}
  #search-box .dhAll.clearfix .chkAirDP{  width:396px; float: left; position: relative; padding-left: 36px; margin-bottom: 10px;padding-top: 4px; padding-bottom: 4px;}
  #search-box .dhAll.clearfix .chkAirDP:after {
    width: 26px;
    height: 20px;
    visibility: visible;
    background: url(https://img.travel.rakuten.co.jp/share/assets/test/demo/PCtop/images/ovAirTAB.svg) no-repeat left center;
      background-size: auto;
    background-size: auto;
    background-size: 22px 25px;
    content: "";
    opacity: 1;
    position: absolute;
    top: 50%;
    left: 6px;
    margin-top: -10px;
  }
  #search-box .dhAll.clearfix .chkAirDP dl{ width: 190px; float: left;padding-top: 16px; height: 34px;}
  #search-box .dhAll.clearfix .chkAirDP dl dt{ width: 36px; float: left; color: #999999; font-size: 12px; font-weight: normal; padding-top: 3px;}
  #search-box .dhAll.clearfix .chkAirDP dl.next dt{color: #333333;}
  #search-box #dap-search-form .grey.chkAirDP.noRmg .structure.air dd{margin-left: 40px;}
  #search-box #dap-search-form .grey.chkAirDP.noRmg .structure.next dd.dpLin2st{ margin-left: 40px;}
  #search-box #dap-search-form .dhAll.clearfix .chkAirDP dl dd{position: relative;}
  #search-box .dhAll.clearfix .chkAirDP dl dd #deptCode,#search-box .dhAll.clearfix .chkAirDP dl dd #deplCode,#search-box .dhAll.clearfix .chkAirDP dl dd #rettCode,#search-box .dhAll.clearfix .chkAirDP dl dd #retlCode{ 
    border: none; background: none; font-weight: bold; font-size: 14px;color: #333333;
    outline: 0; width: 130px; position: absolute; left: 0; top:0;opacity: 0;
  }
  #search-box #dap-search-form .number ul li.adult .selectHover, #search-box #dap-search-form .number ul li.child .selectHover{ max-width: 150px;}
  #search-box select {
    position: relative; 
    background: url(https://img.travel.rakuten.co.jp/share/assets/test/demo/PCtop/images/arrowDwon.svg) 102% -4px no-repeat!important;
    -webkit-appearance: none!important;
    -moz-appearance: none!important;
  }
  #search-box select.timeSelect{ width: 74px;}
  #search-box select:after{ width: 14px!important; height: 14px!important; content: ""!important; position: absolute!important; right: 0!important; top:50%!important; margin-top: -12px!important; background:#fafafa!important;}

  #search-box .dhAll.clearfix .grey.InputBox.DPdetail{padding-left: 36px; width:247px; float:left; position: relative;padding-top:7.32px;padding-bottom:7px;}
  #search-box .dhAll.clearfix .grey.InputBox.DPdetail:after{width: 26px;height: 26px;visibility: visible;
background: url(https://travel.rakuten.co.jp/superdeal/fuseco/images/location.svg) no-repeat left center;
background-size: 26px 26px;
content: "";opacity: .72;position: absolute;top: 50%;left: 6px;margin-top: -13px;
  }
  #search-box .dhAll.clearfix .grey.InputBox.DPdetail .structure{ padding-top: 12px; height: 31px;}
  #search-box .dhAll.clearfix .grey.InputBox.DPdetail .structure dt.area{ float: left; width:60px; color: #999999; font-weight: normal; font-size: 12px;padding-top:4px;}
  #search-box .dhAll.clearfix .grey.InputBox.DPdetail .structure dd.area{ float: left; width: 140px; margin-top: 2px;}
  #search-box .dhAll.clearfix #pref{ border: none; background: none; font-weight: bold; font-size: 14px;width:120px; font-weight: normal;color: #333333;}

  #search-box .dhAll.clearfix .grey.InputBox.heyaDP{padding-left: 36px; width:247px; float:left; position: relative;padding-top:8px;padding-bottom:7px;}
  #search-box .dhAll.clearfix .grey.InputBox.heyaDP:after{width: 26px;height: 26px;visibility: visible;
background: url(https://travel.rakuten.co.jp/superdeal/fuseco/images/roomnum.svg) no-repeat left center;
background-size: 26px 26px;
content: "";opacity: .72;position: absolute;top: 50%;left: 6px;margin-top: -13px;
  }
  #search-box #dap-search-form .dhAll.clearfix .grey.InputBox.heyaDP .structure{ padding-top: 12px; height: 31px;}
  #search-box #dap-search-form .dhAll.clearfix .grey.InputBox.heyaDP .structure dt{ float: left; width:60px; color: #999999; font-weight: normal; font-size: 12px;padding-top:4px;}
  #search-box #dap-search-form .dhAll.clearfix .grey.InputBox.heyaDP .structure dd{ float: left; width: 140px;}
  #search-box #dap-search-form .dhAll.clearfix #suTomariHeya{ border: none; background: none; font-weight: bold; font-size: 14px; width:120px;font-weight: normal;color: #333333;}

  #search-box #dap-search-form .dhAll.clearfix .grey.InputBox.ninzuDP{padding-left: 36px; width:250px; float:left; position: relative;padding-top:6px;padding-bottom:6px;}
  #search-box #dap-search-form .dhAll.clearfix .grey.InputBox.ninzuDP:after{width: 26px;height: 26px;visibility: visible;
background: url(https://travel.rakuten.co.jp/superdeal/fuseco/images/person.svg) no-repeat left center;
background-size: 26px 26px;
content: "";opacity: .72;position: absolute;top: 50%;left: 6px;margin-top: -13px;
  }

  #search-box .dhAll.clearfix .grey.InputBox.ninzuDP .number ul li.adult b{font-size: 12px;}
  #search-box #dap-search-form .dhAll.clearfix .grey.InputBox.ninzuDP{ position: relative;}
  #search-box #dap-search-form .dhAll.clearfix .grey.InputBox.ninzuDP .structure{ padding-top:0; height:22px;}
  #search-box .dhAll.clearfix .grey.InputBox.ninzuDP .structure dt{ float: left; width:60px; color: #999999; font-weight: normal; font-size: 12px;padding-top:4px;}
  #search-box .dhAll.clearfix .grey.InputBox.ninzuDP .structure dd{ float: left; width:240px; margin-bottom: 0;}
  #search-box .dhAll.clearfix .grey.InputBox.ninzuDP .structure dd .selectHoverBlock{margin-right: 0;}
  #search-box .dhAll.clearfix #dap-adlt{ opacity:0; border: none; top:0; left: 0; background:none; font-weight: bold; font-size: 14px; width:120px;font-weight: normal;color: #333333;}
  #search-box .dhAll.clearfix #dap-adltV{padding-left: 24px;}
  #search-box .dhAll.clearfix .number ul li.child a#dap-child-num{ padding-right: 0;}
  #search-box .squeeze.dpCal{ margin-top: 15px;}
  #search-box .squeeze.dpCal li p.tt{font-size: 12px;}
  #search-box .squeeze.dpCal li.noBd.dpCarB.dappartsChk{ font-size: 12px;}
  #search-box .squeeze.dpCal li#dpCarPC{ margin-top:2px;font-size: 12px;}
  #search-box .squeeze.dpCal li#dpCarTT{margin-top: 18px; padding-left: 2px;}
  #search-box .squeeze.dpCal li input#dap-parts,#search-box .squeeze.dpCal li input#dap-cars{ display: none;}
  #search-box #searchSwitchArea2 input[type="checkbox"] + label {
    color:#454545;
    display: inline-block;
    margin-left: 5px;
    font-size: 14px;
    padding-left: 28px;
    background: url(https://travel.rakuten.co.jp/superdeal/fuseco/images/check.svg) left center no-repeat;
    background-size: auto;
    background-size: auto;
    background-size: 16px 16px;
    cursor: pointer;
    height: 16px;
    padding: 6px 6px 8px 20px;
  }
  #search-box #searchSwitchArea2 input[type="checkbox"]:checked + label{
    background: url(https://travel.rakuten.co.jp/share/assets/test/demo/PCtop/images/checkedImg.svg) left center no-repeat;
    background-size: auto;
    background-size: auto;
    background-size: 16px 16px;
    cursor: pointer;
    height: 16px;
    padding: 6px 6px 8px 20px;
  }
  #search-box #searchSwitchArea2 p.searchSubmit a{width:160px;}


/*レンタカー*/
#search-box #dr-search-form{position: relative;width: 880px;margin-left: auto;margin-right: auto;border-top: 1px solid #EAEAEA;padding-top:20px;}
#search-box #searchSwitchArea5 input[type="checkbox"] + label {
  color:#454545;
  display: inline-block;
  margin-left: 5px;
  font-size: 14px;
  padding-left: 28px;
  background: url(https://travel.rakuten.co.jp/superdeal/fuseco/images/check.svg) left center no-repeat;
  background-size: auto;
  background-size: auto;
  background-size: 16px 16px;
  cursor: pointer;
  height: 16px;
  padding: 4px 6px 4px 20px;
}
#search-box #searchSwitchArea5 input[type="checkbox"]:checked + label{
  background: url(https://travel.rakuten.co.jp/share/assets/test/demo/PCtop/images/checkedImg.svg) left center no-repeat;
  background-size: auto;
  background-size: auto;
  background-size: 16px 16px;
  cursor: pointer;
  height: 16px;
  padding: 4px 6px 6px 20px;
}
#search-box #searchSwitchArea5 ul.searchSelectCar li input{display: none;}

#search-box #searchSwitchArea5 .grey.InpuDateBox.clearfix.chkDateCar{ position: relative; width: 310px; float: left; margin-right:8px;}
#search-box #searchSwitchArea5 .grey.InpuDateBox.chkDateCar:after {
  width: 26px;
  height: 26px;
  visibility: visible;
  background: url(https://travel.rakuten.co.jp/superdeal/fuseco/images/Calendar.svg) no-repeat left center;
    background-size: auto;
  background-size: auto;
  background-size: 26px 26px;
  content: "";
  opacity: .62;
  position: absolute;
  top: 50%;
  left: 6px;
  margin-top: -13px;
}
#search-box #searchSwitchArea5 .grey.InpuDateBox.chkDateCar .structure{width:240px; margin-left: 36px; }
#search-box #searchSwitchArea5 .grey.InpuDateBox.chkDateCar .structure dt{width:24%; float: left; color: #999999; font-size: 12px; font-weight: normal; padding-top:26px;}
#search-box #searchSwitchArea5 .grey.InpuDateBox.chkDateCar .structure dd{ width:76%;float: left; padding-top: 13px; margin-bottom:13.13px;}
#search-box #searchSwitchArea5 .grey.InpuDateBox.chkDateCar .structure dd input{ width: 100px;background: none; border: none; box-shadow: none; font-size: 16px; font-weight: bold; position: relative; top:2px;min-height: 22px; line-height: 1.5;padding-top:2px;}
#search-box #searchSwitchArea5 .grey.InpuDateBox.chkDateCar .structure dd select{ margin-top:8px; background: none; border: none; font-size: 14px; width: 62px;background-position: 102% -4px!important; top: 2px;}
#search-box #searchSwitchArea5 .grey.InputBox.carArea{position: relative; width:557px; float: left; margin-right: 0;}
#search-box #searchSwitchArea5 .grey.InputBox.carArea .structure{width:514px; margin-left: 36px; height:58px;}
#search-box #searchSwitchArea5 .grey.InputBox.carArea .structure dt{width:13%; float: left; color: #999999; font-size: 12px; font-weight: normal; padding-top:22px;}
#search-box #searchSwitchArea5 .grey.InputBox.carArea .structure dd{width: 87%;float: left; padding-top:1px;margin-bottom: 2px;}
#search-box #searchSwitchArea5 .grey.InputBox.carArea .structure dd ul.searchSelectCar.clearfix{ margin-bottom: 3px;}

#search-box #searchSwitchArea5 .grey.InputBox.carArea .structure #dr-radio-garea-contents{padding-top:4px;}
#search-box #searchSwitchArea5 .grey.InputBox.carArea .structure #dr-radio-gairport-contents{padding-top:4px;}
#search-box #searchSwitchArea5 .grey.InputBox.carArea .structure #dr-radio-gtrain-contents{margin-top:4px;}
#search-box #searchSwitchArea5 .grey.InputBox.carArea .structure dd#drv_rtnPl #dr-radio-barea-contents{padding-top: 4px;}
#search-box #searchSwitchArea5 .grey.InputBox.carArea .structure dd#drv_rtnPl #dr-radio-bairport-contents{margin-top:7px;}

#search-box #searchSwitchArea5 .grey.InputBox.carArea:after {
  width: 26px;
  height: 26px;
  visibility: visible;
  background: url(https://travel.rakuten.co.jp/superdeal/fuseco/images/location.svg) no-repeat left center;
  background-size: auto;
  background-size: 26px 26px;
  content: "";
  opacity: .62;
  position: absolute;
  top: 50%;
  left: 6px;
  margin-top: -13px;
}
#search-box #searchSwitchArea5 .grey.InputBox.carArea .structure ul.searchSelectCar li{ display: inline-block; float:left;font-size: 14px; color: #333333; cursor: pointer;}
#search-box #searchSwitchArea5 .grey.InputBox.carArea .structure ul.searchSelectCar li input{ float:left;display:block; width:20px; height: 20px;  appearance: none;
  cursor: pointer;
  border-radius: 50%;
  width:20px;
  height: 21;
  box-sizing: border-box;
  border: 2px solid #999;
  transition: 0.2s all linear;
  margin: 0;
  margin-right: 0px;
  margin-right: 2px;
  position: relative;
  border: 2px solid#8C8C8C;
  top: 4px;
}
#search-box #searchSwitchArea5 .grey.InputBox.carArea .structure ul.searchSelectCar li input:checked{border: 2px solid #54822b;}
#search-box #searchSwitchArea5 .grey.InputBox.carArea .structure ul.searchSelectCar li input:checked:after {
  position: absolute;
  background-color: #54822b;
  content: "";
  border-radius: 50%;
  margin-left: -6px;
  margin-top: -6px;
  width: 8px;
  height:8px;
  left: 50%;
  top: 50%;
  display: block;
border: 2px solid #54822b;
}
#search-box #searchSwitchArea5 .grey.InputBox.carArea .structure ul.searchSelectCar li label{ float: left; padding-left:4px; padding-top: 5px; margin-right: 10px;}
#search-box #dr-gmarea,#search-box #dr-garea,#dr-airport,#dr-gtrain,#dr-,#dr-bmarea,#dr-barea,#dr-bairport{ background: none; border: none; font-size: 14px; color: #333333; font-weight: bold; min-width: 82px;}
#search-box #searchSwitchArea5 #dr-garea,#search-box #searchSwitchArea5 #dr-barea{ width: 358px;}
#search-box #searchSwitchArea5 .grey.InputBox.carArea #drv_rtnNo{ position: absolute; font-size: 14px; left:116px; top:30px;}
#search-box #searchSwitchArea5 .dhAll.clearfix.carAreaBox{ margin-top: 15px;}
#search-box #searchSwitchArea5 #drv_rtnPl ul.searchSelectCa{margin-bottom: 6px;}
#search-box #searchSwitchArea5 .srchMore .dhAll.carArea{border: 1px solid #cccccc;border-radius: 4px;background-color: #fafafa; padding-left: 50px; margin-top:15px; position: relative;}
#search-box #searchSwitchArea5 .srchMore dt.moretl{display: none;}
#search-box #searchSwitchArea5 .srchMore dl.structure.bodyType dt{ width: 12%; float: left; font-style: normal; color: #999999; font-size: 12px; padding-top:24px; font-weight: normal;}
#search-box #searchSwitchArea5 .srchMore dl.structure.bodyType dd{ width: 88%; float: left;}
#search-box #searchSwitchArea5 .srchMore .dhAll.carArea:after{
  width:32px;
  height:32px;
  visibility: visible;
  background: url(https://travel.rakuten.co.jp/share/assets/test/demo/PCtop/images/carTAB.svg) no-repeat left center;
  background-size: auto;
  background-size:30px 30px;
  content: "";
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 6px;
  margin-top: -15px;
}
#search-box #searchSwitchArea5 .srchMore .dhAll dl ul.searchSelectCar li{ display: inline-block;}
#search-box #searchSwitchArea5 .srchMore .dhAll dl dd{ padding-top:3.8px; margin-bottom: 5.4px;}
#search-box #searchSwitchArea5 .searchSubmit{ margin-top: 15px;}
#search-box #searchSwitchArea5 .searchSubmit a{ width: 160px;}
#search-box #dr-search-form #dr-airport,#search-box #dr-search-form #dr-gtrain,#search-box #dr-search-form #dr-bairport{ width: 224px;}

/*高速バス*/
#search-box #db-search-form{position: relative;width: 880px;margin-left: auto;margin-right: auto;border-top: 1px solid #EAEAEA;padding-top:15px;}
#search-box #db-search-form ul.busTabNav{ margin-bottom: 15px;}
#search-box #db-search-form ul.busTabNav li{ display: inline-block; float:left;font-size: 14px; color: #333333; cursor: pointer;}
#search-box #db-search-form ul.busTabNav li input{ float:left;display:block; width:20px; height: 20px;  appearance: none;
  cursor: pointer;
  border-radius: 50%;
  width:20px;
  height: 21;
  box-sizing: border-box;
  border: 2px solid #999;
  transition: 0.2s all linear;
  margin: 0;
  margin-right: 0px;
  margin-right: 2px;
  position: relative;
  border: 2px solid#8C8C8C;
  top: 4px;
}
#search-box #db-search-form ul.busTabNav li input:checked{border: 2px solid #54822b;}
#search-box #db-search-form ul.busTabNav li input:checked:after {
  position: absolute;
  background-color: #54822b;
  content: "";
  border-radius: 50%;
  margin-left: -6px;
  margin-top: -6px;
  width: 8px;
  height:8px;
  left: 50%;
  top: 50%;
  display: block;
border: 2px solid #54822b;
}
#search-box #db-search-form ul.busTabNav li label{ float: left; padding-left:44px; padding-top: 5px; margin-right: 10px; position: relative; cursor: pointer;}
#search-box #db-search-form ul.busTabNav li label:after{
  width:32px;
  height:32px;
  visibility: visible;
  background: url(https://travel.rakuten.co.jp/share/assets/test/demo/PCtop/images/busTAB.svg) no-repeat left center;
  background-size: auto;
  background-size:30px 30px;
  content: "";
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 6px;
  margin-top: -15px;}
  #search-box #db-search-form ul.busTabNav li input:checked+label:after{
    background: url(https://travel.rakuten.co.jp/share/assets/test/demo/PCtop/images/busTABon2.svg) no-repeat left center;
  }
  #search-box #db-search-form  .dhAll.clearfix .dhAll.clearfix.kanko{width: 150px; float: left; margin-right: 10px;}
  #search-box #db-search-form  .dhAll.clearfix .dhAll.clearfix .grey.ninzu{width: 148px;margin-right: 0;}
#search-box #db-search-form #kakonL{ position: relative; width:180px; padding-left:40px; margin-bottom: 15px;}
#search-box #db-search-form #kakonL:after{
  width:26px;
  height:26px;
  visibility: visible;
  background: url(https://travel.rakuten.co.jp/superdeal/fuseco/images/Calendar.svg) no-repeat left center;
  background-size: auto;
  background-size:26px 26px;
  content: "";
  opacity: .72;
  position: absolute;
  top: 50%;
  left: 6px;
  margin-top: -13px;
}
#search-box #db-search-form .inputDate{background: none; border: none;width: 100px; font-weight: bold; box-shadow: none; font-size: 16px; min-height: 20px; line-height: 1.5; position: relative; top:-1px;}
#search-box #db-search-form .dhAll.clearfix .chkDateDP .structure dt.date{width:50px; font-weight: normal; padding-top:10px;}
#search-box #db-search-form .dhAll.clearfix .chkDateDP .structure dd{width: 100px; padding-top: 3px;margin-bottom: 13px;}
#search-box #db-search-form .dhAll.clearfix #adultV,#search-box #db-search-form .dhAll.clearfix #childV{ font-style: normal;}
#search-box #db-search-form .number ul li.adult b,#search-box #db-search-form .number ul li.child b{ font-weight: normal;  font-size: 12px;}
#search-box #db-search-form .number #child{position: absolute;left: 20px;top: 0;opacity: 0;z-index: 10; cursor: pointer;  opacity:0;}
#search-box #db-search-form .grey.InpuDateBox.ninzu dl{ height:58px;}
#search-box #db-search-form .grey.InpuDateBox.ninzu dl dd{ height:52px; padding-top: 6px;}
#search-box #db-search-form .grey.InpuDateBox.ninzu dl dd #db-childV{font-size: 14px;}
#search-box #db-search-form .dhAll.clearfix.kanko.kankoNinzu{ width:146px; float: left; margin-right:15px;}
#search-box #db-search-form .grey.InpuDateBox.clearfix.busNormal{ width:450px; float: left; padding-left: 35px; margin-right: 0; position: relative;
padding-bottom:1px; padding-top:1px;}
#search-box #db-search-form .grey.InpuDateBox.clearfix.busNormal:after{
  width:26px;
  height:26px;
  visibility: visible;
  background: url(https://travel.rakuten.co.jp/superdeal/fuseco/images/location.svg) no-repeat left center;
  background-size: auto;
  background-size:26px 26px;
  content: "";
  opacity: .72;
  position: absolute;
  top: 50%;
  left: 2px;
  margin-top: -13px;
}
#search-box #db-search-form .grey.InpuDateBox.clearfix.busNormal dl{width: 223px; float: left;}
#search-box #db-search-form .grey.InpuDateBox.clearfix.busNormal dl dt{width:52px; color: #999999; font-size: 12px; padding-top: 24px; height: 32px; float: left; font-weight: normal;}
#search-box #db-search-form .grey.InpuDateBox.clearfix.busNormal dl dd{width: 160px; float: left;padding-top: 13px;margin-bottom: 13px;}
#search-box #db-search-form .grey.InpuDateBox.clearfix.busNormal #busDepArvLine{ width: 20px; position: absolute; top:20px; left: 200px;}
#search-box #db-search-form #f_chuBus,#search-box #db-search-form #f_chuBusB{ background: none; border: none; font-size: 14px; font-weight: bold; margin-top:8px; width: 110px;}
#search-box #db-search-form #db-dpt,#search-box #db-search-form #db-arv{ background: none; border: none; font-size: 16px; font-weight: bold; margin-top: 6px;}

#search-box #db-search-form .dhAll.clearfix#busTerm{ position: relative;width: 836px; padding-left:42px; border: 1px solid #cccccc; background-color:#fafafa; border-radius: 4px; margin-right: 0; margin-bottom: 15px;}
#search-box #db-search-form .dhAll.clearfix#busTerm:after{
  width:30px;
  height:30px;
  visibility: visible;
  background: url(https://travel.rakuten.co.jp/share/assets/test/demo/PCtop/images/busTAB.svg) no-repeat left center;
  background-size: auto;
  background-size:30px 30px;
  content: "";
  opacity:1;
  position: absolute;
  top: 50%;
  left: 6px;
  margin-top: -15px;
}
#search-box #db-search-form .dhAll.clearfix#busTerm dl.structure dt{width: 8%; float: left; color: #999999; font-weight: normal; font-size: 12px; padding-top:32px;}
#search-box #db-search-form .dhAll.clearfix#busTerm dl.structure dd{width: 90%; float: left; padding-top: 6px;}
#search-box #db-search-form .dhAll.clearfix#busTerm dl.structure ul.searchSelectCar li input[type="checkbox"] + label {
  color:#454545;
  display: inline-block;
  margin-left: 5px;
  font-size: 14px;
  padding-left: 28px;
  background: url(https://travel.rakuten.co.jp/superdeal/fuseco/images/check.svg) left center no-repeat;
  background-size: auto;
  background-size: auto;
  background-size: 16px 16px;
  cursor: pointer;
  height: 16px;
  padding: 6px 6px 8px 20px;
}
#search-box #db-search-form .dhAll.clearfix#busTerm dl.structure ul.searchSelectCar li input[type="checkbox"]:checked + label{
  background: url(https://travel.rakuten.co.jp/share/assets/test/demo/PCtop/images/checkedImg.svg) left center no-repeat;
  background-size: auto;
  background-size: auto;
  background-size: 16px 16px;
  cursor: pointer;
  height: 16px;
  padding: 6px 6px 8px 20px;
}
#search-box #db-search-form .dhAll.clearfix#busTerm dl.structure ul.searchSelectCar li input{display: none;}
#search-box #db-search-form .dhAll.clearfix#busTerm dl.structure ul.searchSelectCar li{display: inline-block;}
#search-box #db-search-form p.searchSubmit a{width: 160px;}
#search-box #db-search-form #kankoBus{width: 263px; float: left; position: relative;padding-left: 36px; margin-right: 15px;}
#search-box #db-search-form #kankoBus:after{
  width:26px;
  height:26px;
  visibility: visible;
  background: url(https://travel.rakuten.co.jp/superdeal/fuseco/images/location.svg) no-repeat left center;
  background-size: auto;
  background-size:26px 26px;
  content: "";
  opacity: .72;
  position: absolute;
  top: 50%;
  left: 6px;
  margin-top: -13px;
}
#search-box #db-search-form #kankoBus dl dt{width: 15%; float: left; padding-top:20px; color: #999999; font-size: 12px; font-weight: normal; height: 32px;}
#search-box #db-search-form #kankoBus dl dd {padding-top: 14px;}
#search-box #db-search-form #kankoBus dl dd select{ background: none; border: none; font-size: 16px; font-weight: bold;}
#search-box #db-search-form #kankoBus{display: none;}
#search-box #db-search-form .busKanko #kankoBus{display: block;}
#search-box #db-search-form .busKanko .busNormal{display: none;}
#search-box #db-search-form .busKanko .ninzu{ width: 252px; margin-right: 0;}
#search-box #db-search-form .busKanko #kakonL{width: 252px; margin-right: 15px;}

#search-box #db-search-form .busNormal #kankoBus{display: none;}
#search-box #db-search-form .busNormal .busNormal{display: block;}
#search-box #db-search-form .busNormal .ninzu{ width: 145px; margin-right: 8px;}
#search-box #db-search-form .busNormal #kakonL{width: 187px; margin-right: 8px;}

/*日帰り*/
#search-box #du-search-form{position: relative;width: 880px;margin-left: auto;margin-right: auto;border-top: 1px solid #EAEAEA;padding-top:20px;}
#search-box #du-search-form .dhAll.clearfix{width: 100%; margin-top:0;}
#search-box #du-search-form .dhAll.clearfix .grey.InputBox.chkDate{position: relative; width: 247px; float: left;border: 1px solid #cccccc; background-color:#fafafa; border-radius: 4px; margin-right:8px; padding-left: 36px;}
#search-box #du-search-form .dhAll.clearfix .grey.InputBox.chkDate:after{
  width:26px;
  height:26px;
  visibility: visible;
  background: url(https://travel.rakuten.co.jp/superdeal/fuseco/images/Calendar.svg) no-repeat left center;
  background-size: auto;
  background-size:26px 26px;
  content: "";
  opacity: .72;
  position: absolute;
  top: 50%;
  left: 6px;
  margin-top: -13px;
}
#search-box #du-search-form .dhAll.clearfix .grey.InputBox.chkDate dl dt{width: 20%; float: left; color: #999999; font-weight: normal; font-size: 12px; padding-top:23px; height: 31px;}
#search-box #du-search-form .dhAll.clearfix .grey.InputBox.chkDate dl dd{width: 78%;float: left; padding-top:8px; margin-bottom:5.6px;}
#search-box #du-search-form .dhAll.clearfix .grey.InputBox.chkDate dl dd input{ background: none; border: none; box-shadow: none; font-size: 16px; font-weight: bold;}

#search-box #du-search-form .dhAll.clearfix .grey.InputBox.chkNinzu{position: relative; width:252px; font-size: 12px; float: left;border: 1px solid #cccccc; background-color:#fafafa; border-radius: 4px; margin-right:8px; padding-left: 36px;}
#search-box #du-search-form .dhAll.clearfix .grey.InputBox.chkNinzu:after{
  width:26px;
  height:26px;
  visibility: visible;
  background: url(https://travel.rakuten.co.jp/superdeal/fuseco/images/person.svg) no-repeat left center;
  background-size: auto;
  background-size:26px 26px;
  content: "";
  opacity: .72;
  position: absolute;
  top: 50%;
  left: 6px;
  margin-top: -13px;
}
#search-box #du-search-form .dhAll.clearfix .grey.InputBox.chkNinzu dl dt{display: none;}
#search-box #du-search-form .dhAll.clearfix .grey.InputBox.chkNinzu dl dd{width: 92%; position: relative;padding-top:8px;padding-bottom:8px;}
#search-box #du-search-form .dhAll.clearfix .grey.InputBox.chkNinzu #du-child-num{color: #333333; font-size: 14px;}
#search-box #du-search-form .dhAll.clearfix .grey.InputBox.chkNinzu #DailyOtonaV{color: #333333; font-size: 14px;}
#search-box #du-search-form .dhAll.clearfix .grey.InputBox.chkNinzu #f_otona_su{background: none; border: none; opacity:0; position: absolute;top:2px;left: 30px; width: 30px; height: 22px;}
#search-box #du-search-form .dhAll.clearfix .grey.InputBox.chkNinzu dl dd:after {
  width: 24px;
  height: 24px;
  position: absolute;
  content: "";
  top: 50%;
  margin-top: -12px;
  right: 5px;
  background: url(https://img.travel.rakuten.co.jp/share/assets/test/demo/PCtop/images/arrowDwon.svg) no-repeat;
}

#search-box #du-search-form .dhAll.clearfix .grey.InputBox.chkArea{position: relative; width: 251px; float: left;border: 1px solid #cccccc; background-color:#fafafa; border-radius: 4px; margin-right:0; padding-left: 36px;}
#search-box #du-search-form .dhAll.clearfix .grey.InputBox.chkArea:after{
  width:26px;
  height:26px;
  visibility: visible;
  background: url(https://travel.rakuten.co.jp/superdeal/fuseco/images/location.svg) no-repeat left center;
  background-size: auto;
  background-size:26px 26px;
  content: "";
  opacity: .72;
  position: absolute;
  top: 50%;
  left: 6px;
  margin-top: -13px;
}
#search-box #du-search-form .dhAll.clearfix .grey.InputBox.chkArea dl dt{width: 22%;float: left; color: #999999; font-weight: normal; font-size: 12px; padding-top:21px; height: 37px;}
#search-box #du-search-form .dhAll.clearfix .grey.InputBox.chkArea dl dd{width: 77%;float: left;padding-top: 2px;}
#search-box #du-search-form .dhAll.clearfix .grey.InputBox.chkArea dl dd input{ background: none; border: none; box-shadow: none; font-size: 16px; font-weight: bold;}
#search-box #du-search-form .dhAll.clearfix .grey.InputBox.chkArea dl dd #du-f_chu{ background: none; border: none; margin-top:2px; font-size: 16px; font-weight: bold; width: 100px;}
#search-box #du-search-form p.searchSubmit a{width: 160px;}
#search-box #du-search-form .structure dd .squeeze li{ display: inline-block; }
#search-box #du-search-form .structure dd .squeeze li label{border: 1px dashed #8C8C8C;padding:8px 12px; cursor: pointer; border-radius: 30px; color: #444444; font-weight: normal; margin: 0; background-color: #ffffff; }
#search-box #du-search-form input.fcmp + label{ background: none;border: 1px solid #d3d2d2;}
#search-box #du-search-form input.fcmp:checked + label,#search-box #du-search-form li.on input.fcmp + label{ color:#255500!important;border:1px solid #5e8a38!important; padding-left: 30px!important;background-image:url(https://travel.rakuten.co.jp/share/assets/test/demo/PCtop/images/gou.svg); background-size:16px 16px; background-repeat:no-repeat;background-position:5px center;background-color: #edf2e9!important;}
#search-box #du-search-form input.fcmp:checked + label select,#search-box #du-search-form li.on input.fcmp + label select{color:#255500!important;}
#search-box #du-search-form #du-f_kin2,#search-box #du-search-form #du-f_kin{background: none; border: none; width: 80px;}
#search-box #du-search-form #du-f_kin2:hover,#search-box #du-search-form #du-f_kin:hover{ background-color:#d2ddc9!important;}


#search-box #du-search-form .line.clearfix.sibori{background: none; margin-top:10px;}

/*海外ホテル*/
#search-box #oh-search-form{position: relative;width: 880px;margin-left: auto;margin-right: auto;border-top: 1px solid #EAEAEA;padding-top:5px;}
#search-box #oh-search-form .ovAll.clearfix{width: 100%; margin-top: 15px;}
#search-box #oh-search-form .ovAll.clearfix .grey.InputBox.chkDate{position: relative; width: 307px; float: left;border: 1px solid #cccccc; background-color:#fafafa; border-radius: 4px; margin-right:8px; padding-left: 36px;}
#search-box #oh-search-form .ovAll.clearfix .grey.InputBox.chkDate:after{
  width:26px;
  height:26px;
  visibility: visible;
  background: url(https://travel.rakuten.co.jp/superdeal/fuseco/images/Calendar.svg) no-repeat left center;
  background-size: auto;
  background-size:26px 26px;
  content: "";
  opacity: .72;
  position: absolute;
  top: 50%;
  left: 6px;
  margin-top: -13px;
}
#search-box #oh-search-form .ovAll.clearfix .grey.InputBox.chkDate dl.checkin{width:160px; float: left; position: relative;}
#search-box #oh-search-form .ovAll.clearfix .grey.InputBox.chkDate dl.checkout{width:140px; float: left;}
#search-box #oh-search-form .ovAll.clearfix .grey.InputBox.chkDate dl dt{text-align:left; color: #999999; font-weight: normal; font-size: 12px; padding-top:8px;height: 12px;margin-bottom: 0;padding-bottom: 0; padding-left: 8px; overflow: hidden;}
#search-box #oh-search-form .ovAll.clearfix .grey.InputBox.chkDate dl dt label{height: 14px;}
#search-box #oh-search-form .ovAll.clearfix .grey.InputBox.chkDate dl dd{text-align:left; margin-bottom: 4px;}
#search-box #oh-search-form .ovAll.clearfix .grey.InputBox.chkDate dl dd input{ line-height: 1.2; border: none; background: none; font-size: 16px; font-weight: bold; box-shadow: none;}
#search-box #oh-search-form .ovAll.clearfix .grey.InputBox.chkDate dl.checkin span#OVcheckinout{position: absolute; width: 20px; left: 128px; top:15px;}

#search-box #oh-search-form .ovAll.clearfix .grey.InputBox.ovRoom{position: relative; width: 217px; float: left;border: 1px solid #cccccc; background-color:#fafafa; border-radius: 4px; margin-right:8px; padding-left: 46px;}
#search-box #oh-search-form .ovAll.clearfix .grey.InputBox.ovRoom:after{
  width:26px;
  height:26px;
  visibility: visible;
  background: url(https://travel.rakuten.co.jp/superdeal/fuseco/images/roomnum.svg) no-repeat left center;
  background-size: auto;
  background-size:26px 26px;
  content: "";
  opacity: .72;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -12px;
}
#search-box #oh-search-form .ovAll.clearfix .grey.InputBox.ovRoom dd{padding-top: 23px; height: 25px;}
#search-box #oh-search-form .ovAll.clearfix .grey.InputBox.ovRoom #oh-f-heya-su{ background: none; border: none; font-size: 14px; width: 185px;background-position: 102% -4px !important;}

#search-box #oh-search-form .ovAll.clearfix .grey.InputBox.ovNinzu{position: relative; width: 215px; float: left;border: 1px solid #cccccc; background-color:#fafafa; border-radius: 4px; margin-right:0; padding-left: 36px;}
#search-box #oh-search-form .ovAll.clearfix .grey.InputBox.ovNinzu:after{
  width:26px;
  height:26px;
  visibility: visible;
  background: url(https://travel.rakuten.co.jp/superdeal/fuseco/images/person.svg) no-repeat left center;
  background-size: auto;
  background-size:26px 26px;
  content: "";
  opacity: .72;
  position: absolute;
  top: 50%;
  left: 6px;
  margin-top: -13px;
}
#search-box #oh-search-form .ovAll.clearfix ul li.adult select#f_otona_su{width: 30px; background-color: #54822b; opacity: .3;}
#search-box #oh-search-form .ovAll.clearfix ul li.adult em{ font-size: 14px; font-style: normal;}
#search-box #oh-search-form .ovAll.clearfix ul li a#oh-child-num{ padding:0.3em 0px 0.3em 3px; font-size: 14px;}
#search-box #oh-search-form .ovAll.clearfix .grey.InputBox.ovNinzu dd{margin-bottom:4.52px; padding-top:6px;}
#search-box #oh-search-form p.searchSubmit a{width: 160px;}
#search-box #oh-search-form .ovAll.clearfix .grey.InputBox.ovArea{position: relative; width:842px; margin-bottom: 15px; float: left;border: 1px solid #cccccc; background-color:#fafafa; border-radius: 4px; margin-right:0; padding-left: 36px;}
#search-box #oh-search-form .ovAll.clearfix .grey.InputBox.ovArea:after{
  width:26px;
  height:26px;
  visibility: visible;
  background: url(https://travel.rakuten.co.jp/superdeal/fuseco/images/location.svg) no-repeat left center;
  background-size: auto;
  background-size:26px 26px;
  content: "";
  opacity: .72;
  position: absolute;
  top: 50%;
  left: 6px;
  margin-top: -13px;
}
#search-box #oh-search-form .ovAll.clearfix .grey.InputBox.ovArea dd{ padding-top: 18px; height: 30px;}
#search-box #oh-search-form .ovAll.clearfix .grey.InputBox.ovArea dd ul li{display: inline-block; margin-right: 10px; position: relative;}
#search-box #oh-search-form .ovAll.clearfix .grey.InputBox.ovArea dd ul li select{background: none; border: none;}
#search-box #oh-search-form .ovAll.clearfix #oh-area-chu{ width:240px; background-position: 102% -2px!important; opacity:0; position: absolute;top:0;left: 0;}
#search-box #oh-search-form .ovAll.clearfix #oh-area-chu.long{width: 240px;}
#search-box #oh-search-form .ovAll.clearfix #oh-area-shou{width:180px;background-position: 102% -2px!important;opacity:0; position: absolute;top:0;left: 0;}
#search-box #oh-search-form .ovAll.clearfix #oh-area-sai{ width:190px;background-position: 102% -2px!important;opacity:0; position: absolute;top:0;left: 0;}
#search-box #oh-search-form .ovAll.clearfix .grey.InputBox.ovArea dd ul li select#oh-area-dai{position: absolute; left: 0; top:0;opacity:0; width: 178px;}
/*海外ツアー*/
#search-box #oap-search-form{position: relative;width: 880px;margin-left: auto;margin-right: auto;border-top: 1px solid #EAEAEA;padding-top:5px;}
#search-box #oap-search-form .ovAll.clearfix{ margin-top: 15px;}
#search-box #oap-search-form .ovAll.clearfix .grey.InputBox.ovCheckin{position: relative; width:393px; float: left;border: 1px solid #cccccc; background-color:#fafafa; border-radius: 4px; margin-right:8px; padding-left:40px;}
#search-box #oap-search-form .ovAll.clearfix .grey.InputBox.ovCheckout{position: relative; width:394px; float: left;border: 1px solid #cccccc; background-color:#fafafa; border-radius: 4px; margin-right:0; padding-left:40px;}
#search-box #oap-search-form .ovAll.clearfix .grey.InputBox.ovCheckin:after,#search-box #oap-search-form .ovAll.clearfix .grey.InputBox.ovCheckout:after{
  width:26px;
  height:26px;
  visibility: visible;
  background: url(https://travel.rakuten.co.jp/superdeal/fuseco/images/Calendar.svg) no-repeat left center;
  background-size: auto;
  background-size:26px 26px;
  content: "";
  opacity: .72;
  position: absolute;
  top: 50%;
  left: 6px;
  margin-top: -13px;
}
#search-box #oap-search-form .ovAll.clearfix .grey.InputBox.ovCheckin dl dt,#search-box #oap-search-form .ovAll.clearfix .grey.InputBox.ovCheckout dl dt{
  color: #999999;font-weight: normal; font-size: 12px;width: 13%; float: left;padding-top: 25px;
}
#search-box #oap-search-form .ovAll.clearfix .grey.InputBox.ovCheckin dl dd,#search-box #oap-search-form .ovAll.clearfix .grey.InputBox.ovCheckout dl dd{
  color: #999999;font-weight: normal; font-size: 12px;width: 87%; float: left; padding-top:0px; margin-bottom:10px;
}
#search-box #oap-search-form .ovAll.clearfix .grey.InputBox.ovCheckin dl dd input,#search-box #oap-search-form .ovAll.clearfix .grey.InputBox.ovCheckout dl dd input{
  background: none; border: none;font-size: 16px;font-weight: bold;width: 120px;margin-right: 5px;box-shadow: none;margin-top:0; height: 16px;
}
#search-box #oap-search-form .ovAll.clearfix .grey.InputBox.ovCheckin dl dd select,#search-box #oap-search-form .ovAll.clearfix .grey.InputBox.ovCheckout dl dd select{
  background: none; border: none;font-size: 12px;margin-top:0; width:100px; background-position: 102% -5px!important;
}
#search-box #oap-search-form .ovAll.clearfix .grey.InputBox.ovCheckin dl dd .selectHover,#search-box #oap-search-form .ovAll.clearfix .grey.InputBox.ovCheckout dl dd .selectHover{ margin-top:14px;}
#search-box #oap-search-form .ovAll.clearfix .grey.InputBox.DeptArea{position: relative;width: calc(25% - 8px);float: left;border: 1px solid #cccccc;background-color:#fafafa;border-radius: 4px;margin-right:8px;padding-left: 36px;box-sizing: border-box;}
#search-box #oap-search-form .ovAll.clearfix .grey.InputBox.DeptArea:after{
  width:26px;
  height:26px;
  visibility: visible;
  background: url(https://travel.rakuten.co.jp/superdeal/fuseco/images/location.svg) no-repeat left center;
  background-size: auto;
  background-size:26px 26px;
  content: "";
  opacity: .72;
  position: absolute;
  top: 50%;
  left: 6px;
  margin-top: -13px;
}
#search-box #oap-search-form .ovAll.clearfix .grey.InputBox.DeptArea dt{display: none;}
#search-box #oap-search-form .ovAll.clearfix .grey.InputBox.DeptArea dd{padding-top:23px; height:25px; position: relative;}
#search-box #oap-search-form .ovAll.clearfix .grey.InputBox.DeptArea dd select{background: none;border: none;font-size: 14px;width: 157px;}
#search-box #oap-search-form .ovAll.clearfix .grey.InputBox.DeptArea dd select#oap-airport{ position: absolute; opacity:0; top:22px; left: 0;}
#search-box #oap-search-form .ovAll.clearfix .grey.InputBox.Target{position: relative;width: 75%;float: left;border: 1px solid #cccccc;background-color:#fafafa;border-radius: 4px;margin-right:0;padding-left: 36px;box-sizing: border-box;}
#search-box #oap-search-form .ovAll.clearfix .grey.InputBox.Target:after{
  width:26px;
  height:26px;
  visibility: visible;
  background: url(https://travel.rakuten.co.jp/superdeal/fuseco/images/location.svg) no-repeat left center;
  background-size: auto;
  background-size:26px 26px;
  content: "";
  opacity: .72;
  position: absolute;
  top: 50%;
  left: 6px;
  margin-top: -13px;
}
#search-box #oap-search-form .ovAll.clearfix .grey.InputBox.Target dt{display: none;}
#search-box #oap-search-form .ovAll.clearfix .grey.InputBox.Target dd{padding-top:23px; height:25px;}
#search-box #oap-search-form .ovAll.clearfix .grey.InputBox.Target dd ul li{display: inline-block; margin-right:1%; float: left;}
#search-box #oap-search-form .ovAll.clearfix .grey.InputBox.Target dd ul li select{background: none; border: none;font-size: 14px;}
#search-box #oap-search-form .ovAll.clearfix .grey.InputBox.Target dd ul li.continent{width: 28%;position: relative;box-sizing: border-box;}
#search-box #oap-search-form .ovAll.clearfix .grey.InputBox.Target dd ul li.country{width: 34%;box-sizing: border-box;}
#search-box #oap-search-form .ovAll.clearfix .grey.InputBox.Target dd ul li.city{width: 35%;box-sizing: border-box;}
#search-box #oap-search-form .ovAll.clearfix .grey.InputBox.Target dd ul li select#oap-destination-area{width: 155px;position: absolute;left: 0;top:0;opacity:0;}
#search-box #oap-search-form .ovAll.clearfix .grey.InputBox.Target dd ul li select#oap-destination-country{width: 186px;}
#search-box #oap-search-form .ovAll.clearfix .grey.InputBox.Target dd ul li select#oap-destination-city{width: 205px;}
#search-box #oap-search-form .ovAll.clearfix .grey.InputBox.oapRoom{position: relative; width:392px; float: left;border: 1px solid #cccccc; background-color:#fafafa; border-radius: 4px; margin-right:8px; padding-left: 36px;}
#search-box #oap-search-form .ovAll.clearfix .grey.InputBox.oapRoom:after{
  width:26px;
  height:26px;
  visibility: visible;
  background: url(https://travel.rakuten.co.jp/superdeal/fuseco/images/roomnum.svg) no-repeat left center;
  background-size: auto;
  background-size:26px 26px;
  content: "";
  opacity: .72;
  position: absolute;
  top: 50%;
  left: 6px;
  margin-top: -13px;
}
#search-box #oap-search-form .ovAll.clearfix .grey.InputBox.oapRoom dt{display: none;}
#search-box #oap-search-form .ovAll.clearfix .grey.InputBox.oapRoom dd{padding-top: 23px; height: 25px;}
#search-box #oap-search-form .ovAll.clearfix .grey.InputBox.oapRoom dd select{background: none; border: none;font-size: 14px; width: 250px;}

#search-box #oap-search-form .ovAll.clearfix .grey.InputBox.oapNinzu{position: relative; width:403px; float: left;border: 1px solid #cccccc; background-color:#fafafa; border-radius: 4px; margin-right:0; padding-left: 36px;}
#search-box #oap-search-form .ovAll.clearfix .grey.InputBox.oapNinzu:after{
  width:26px;
  height:26px;
  visibility: visible;
  background: url(https://travel.rakuten.co.jp/superdeal/fuseco/images/person.svg) no-repeat left center;
  background-size: auto;
  background-size:26px 26px;
  content: "";
  opacity: .72;
  position: absolute;
  top: 50%;
  left: 6px;
  margin-top: -13px;
}
#search-box #oap-search-form .ovAll.clearfix .grey.InputBox.oapNinzu dt{ width: 25%; float: left;padding-top:21px; height: 37px; color: #999999; font-size: 12px; font-weight: normal;}
#search-box #oap-search-form .ovAll.clearfix .grey.InputBox.oapNinzu dd{padding-top: 6px; height: 32px; width: 74%;  float: left;}
#search-box #oap-search-form .ovAll.clearfix .grey.InputBox.oapNinzu dd select{background: none; border: none;font-size: 14px; width: 216px;}
#search-box #oap-search-form .ovAll.clearfix .grey.InputBox.oapNinzu dd ul li.adult label span{font-size: 10px; height: 32px;}
#search-box #oap-search-form .ovAll.clearfix .grey.InputBox.oapNinzu .number ul li.adult em{ font-style: normal;padding-left: 5px; padding-right: 0;}
#search-box #oap-search-form .ovAll.clearfix .grey.InputBox.oapNinzu dd #oap-child-num{padding-left: 6px; padding-right: 0; font-size: 14px;}
#search-box #oap-search-form .ovAll.clearfix .grey.InputBox.oapNinzu .number ul li.child label{width: 88px; display: inline-block;}
#search-box #oap-search-form .ovAll.clearfix .grey.InputBox.oapNinzu dd select#oap-adultNum{width: 60px; opacity:0; left: 85px;}
#search-box #oap-search-form .ovAll.clearfix .grey.InputBox.airCompany{width: 420px; padding-left: 10px; margin-right:8px; float: left; position: relative;}
#search-box #oap-search-form .ovAll.clearfix .grey.InputBox.airCompany dl dt{width: 15%; float: left;padding-top:21px; height: 37px; color: #999999; font-size: 12px; font-weight: normal;}
#search-box #oap-search-form .ovAll.clearfix .grey.InputBox.airCompany dl dd{width: 83%; float: left;padding-top:19px; position: relative;}
#search-box #oap-search-form .ovAll.clearfix .grey.InputBox.airCompany dl dd select{background: none; border: none;font-size: 14px; width: 216px;}
#search-box #oap-search-form .ovAll.clearfix .grey.InputBox.airCompany dl dd select#oap-airline{ opacity: 0; position: absolute; left: 0; top:22px;}
#search-box #oap-search-form .ovAll.clearfix .grey.InputBox.useClass{width: 427px; padding-left: 10px; margin-right:0; float: left; position: relative;}
#search-box #oap-search-form .ovAll.clearfix .grey.InputBox.useClass dl dt{width: 15%; float: left;padding-top:21px; height: 37px; color: #999999; font-size: 12px; font-weight: normal;}
#search-box #oap-search-form .ovAll.clearfix .grey.InputBox.useClass dl dd{width: 83%; float: left;padding-top:19px;}
#search-box #oap-search-form .ovAll.clearfix .grey.InputBox.useClass dl dd select{background: none; border: none;font-size: 14px; width: 230px;}
#search-box #oap-search-form .ovAll.clearfix .grey.InputBox.oapNinzu .number ul li.adult:after{right: 90px;}
#search-box #oap-search-form p.searchSubmit a{width: 160px;}
#search-box #oap-search-form p.searchSubmit{margin-top: 15px;}



/*海外航空券*/
#search-box #oa-search-form{position: relative;width: 880px;margin-left: auto;margin-right: auto;border-top: 1px solid #EAEAEA;padding-top:5px;}
#search-box #oa-search-form .ovAll.clearfix{ margin-top: 15px;}
#search-box #oa-search-form .ovAll.clearfix .grey.InputBox.ovCheckin{position: relative; width:393px; float: left;border: 1px solid #cccccc; background-color:#fafafa; border-radius: 4px; margin-right:8px; padding-left: 40px;}
#search-box #oa-search-form .ovAll.clearfix .grey.InputBox.ovCheckout{position: relative; width:394px; float: left;border: 1px solid #cccccc; background-color:#fafafa; border-radius: 4px; margin-right:0; padding-left: 40px;}
#search-box #oa-search-form .ovAll.clearfix .grey.InputBox.ovCheckin:after,#search-box #oa-search-form .ovAll.clearfix .grey.InputBox.ovCheckout:after{
  width:26px;
  height:26px;
  visibility: visible;
  background: url(https://travel.rakuten.co.jp/superdeal/fuseco/images/Calendar.svg) no-repeat left center;
  background-size: auto;
  background-size:26px 26px;
  content: "";
  opacity: .72;
  position: absolute;
  top: 50%;
  left: 6px;
  margin-top: -13px;
}
#search-box #oa-search-form .ovAll.clearfix .grey.InputBox.ovCheckin dl dt,#search-box #oa-search-form .ovAll.clearfix .grey.InputBox.ovCheckout dl dt{
  color: #999999;font-weight: normal; font-size: 12px;width: 15%; float: left;padding-top:24px; height: 34px;
}
#search-box #oa-search-form .ovAll.clearfix .grey.InputBox.ovCheckin dl dd,#search-box #oa-search-form .ovAll.clearfix .grey.InputBox.ovCheckout dl dd{
  color: #999999;font-weight: normal; font-size: 12px;width: 85%; float: left; padding-top: 13px;
}
#search-box #oa-search-form .ovAll.clearfix .grey.InputBox.ovCheckin dl dd input,#search-box #oa-search-form .ovAll.clearfix .grey.InputBox.ovCheckout dl dd input{
  background: none; border: none;font-size: 16px;font-weight: bold;width: 120px;margin-right: 5px;box-shadow: none;margin-top:0px; height: 16px;position: relative;top:1px;
}
#search-box #oa-search-form .ovAll.clearfix .grey.InputBox.ovCheckin dl dd select,#search-box #oa-search-form .ovAll.clearfix .grey.InputBox.ovCheckout dl dd select{
  background: none; border: none;font-size: 12px; width: 110px; position: relative; top: 2px;background-position:102% -5px !important;
}
#search-box #oa-search-form .ovAll.clearfix .grey.InputBox.depArea{position: relative; width:397px; float: left;border: 1px solid #cccccc; background-color:#fafafa; border-radius: 4px; margin-right:8px; padding-left: 36px;}
#search-box #oa-search-form .ovAll.clearfix .grey.InputBox.arvArea{position: relative; width:398px; float: left;border: 1px solid #cccccc; background-color:#fafafa; border-radius: 4px; margin-right:0; padding-left: 36px;}
#search-box #oa-search-form .ovAll.clearfix .grey.InputBox.depArea:after,#search-box #oa-search-form .ovAll.clearfix .grey.InputBox.arvArea:after{
  width:26px;
  height:26px;
  visibility: visible;
  background: url(https://travel.rakuten.co.jp/superdeal/fuseco/images/location.svg) no-repeat left center;
  background-size: auto;
  background-size:26px 26px;
  content: "";
  opacity: .72;
  position: absolute;
  top: 50%;
  left: 6px;
  margin-top: -13px;
}
#search-box #oa-search-form .ovAll.clearfix .grey.InputBox.depArea dl dd.dmArea{padding-top: 16px; height: 32px;}
#search-box #oa-search-form .ovAll.clearfix .grey.InputBox.depArea dl dd.dmArea select{background: none; border: none;font-size: 14px; width:260px; position: relative; top: 2px;}
#search-box #oa-search-form .ovAll.clearfix .grey.InputBox.arvArea dl dt{width: 30%; float: left; color: #333333; font-size: 14px; font-weight: normal; padding-top:22px; height: 36px;}
#search-box #oa-search-form .ovAll.clearfix .grey.InputBox.arvArea dl dd input#oa-arv1{ background: none; border: none;  box-shadow: none; width: 220px;}
#search-box #oa-search-form .ovAll.clearfix .grey.InputBox.arvArea dl dd div.selectHover{margin-top:12px;}
#search-box #oa-search-form .ovAll.clearfix .grey.InputBox.ovNinzu{position: relative; width:217px; float: left;border: 1px solid #cccccc; background-color:#fafafa; border-radius: 4px; margin-right:8px; padding-left: 36px;}
#search-box #oa-search-form .ovAll.clearfix .grey.InputBox.ovNinzu:after{
  width:26px;
  height:26px;
  visibility: visible;
  background: url(https://travel.rakuten.co.jp/superdeal/fuseco/images/person.svg) no-repeat left center;
  background-size: auto;
  background-size:26px 26px;
  content: "";
  opacity: .72;
  position: absolute;
  top: 50%;
  left: 6px;
  margin-top: -13px;
}
#search-box #oa-search-form .ovAll.clearfix .grey.InputBox.ovNinzu dl dt{ display: none;}
#search-box #oa-search-form .ovAll.clearfix .grey.InputBox.ovNinzu dl dd{padding-top:2.2px; margin-bottom:6.34px;}
#search-box #oa-search-form .ovAll.clearfix .grey.InputBox.ovNinzu dl dd div.selectHoverBlock{ margin-top: 2px;}
#search-box #oa-search-form .ovAll.clearfix .grey.InputBox.ovNinzu dl dd ul li.adult span{font-size: 10px;}
#search-box #oa-search-form .number ul li.adult select{ left: 110px; opacity:0;}
#search-box #oa-search-form .number ul li.adult span em{font-style: normal; font-size: 14px;}
#search-box #oa-search-form .number ul li.child a{ padding:0.3em 0px 0.3em 52px;font-size: 14px;}
#search-box #oa-search-form .ovAll.clearfix .grey.InputBox.airCom{position: relative; width:337px; float: left;border: 1px solid #cccccc; background-color:#fafafa; border-radius: 4px; margin-right:8px; padding-left:10px;}
#search-box #oa-search-form .ovAll.clearfix .grey.InputBox.airCom dt{ color: #999999; font-size: 12px; font-weight: normal; width:85%;padding-left: 4px; margin-bottom:5px; padding-top:11px;}
#search-box #oa-search-form .ovAll.clearfix .grey.InputBox.airCom dd{ width: 100%; float: left;padding-top:0;margin-bottom:7.92px; position: relative;}
#search-box #oa-search-form .ovAll.clearfix .grey.InputBox.airCom dd select{ background: none; border: none; font-size: 14px; font-weight:normal;}
#search-box #oa-search-form .ovAll.clearfix .grey.InputBox.airCom dd select#oa-airline{opacity: 0;position: absolute;top:0;left: 0;width: 280px;}

#search-box #oa-search-form .ovAll.clearfix .grey.InputBox.airClass{position: relative; width:246px; float: left;border: 1px solid #cccccc; background-color:#fafafa; border-radius: 4px; margin-right:0; padding-left:10px;}
#search-box #oa-search-form .ovAll.clearfix .grey.InputBox.airClass dt{padding-left: 4px; color: #999999; font-size: 12px; font-weight: normal; width:85%; margin-bottom: 4px; padding-top:11.33px;}
#search-box #oa-search-form .ovAll.clearfix .grey.InputBox.airClass dd{ width: 100%; float: left; margin-bottom: 8.6px;}
#search-box #oa-search-form .ovAll.clearfix .grey.InputBox.airClass dd{padding-top:0;}
#search-box #oa-search-form .ovAll.clearfix .grey.InputBox.airClass dd select{ background: none; border: none; font-size: 14px; font-weight:normal; width: 160px;}
#search-box #oa-search-form p.searchSubmit{ margin-left: auto; margin-right: auto; margin-top: 15px;}
#search-box #oa-search-form p.searchSubmit a{width: 160px;}
#search-box #oa-search-form #oa-arv1-sgst{display: block;background:rgba(255, 255, 255, .92); border-radius: 4px; width: 350px;min-height: 100px;position: absolute;z-index: 999; border: 1px solid #EEEEEE; padding: 10px; line-height:22px;}
#searchForeignSwitchArea2 > a {
  font-size: 13px;
  position: absolute;
  right: 0;
  bottom: 34px;
}

/*子供人数*/
.parts {
  margin-bottom: 16px; padding:20px 12px 12px 12px;background: #ffffff; font-size: 12px; box-shadow: 0 0 5px #CCC;z-index: 9999;
}
.parts > p {
  font-weight: bold;
  padding-bottom: 16px;
}
.parts .parts_title {
  font-weight: bold;
  padding-bottom: 8px;
}
.parts .parts_title span {
  font-weight: normal;
  font-size: 12px;
}
.parts.noborder {
  border-bottom: none;
  margin-bottom: 0;
}
.indent {
  padding-left: 10px;
}
.indent li:first-child {
  font-weight: bold;
}
.indent_child {
  padding-left: 16px;
}
.indent.switch {
  padding-top: 16px;
  padding-bottom: 16px;
  cursor: pointer;
}
.indent.switch:after {
  display: block;
  content: "";
  height: 24px;
  width: 24px;
  background: url(https://img.travel.rakuten.co.jp/share/onsen/smart/images_sp/expand.svg)
    no-repeat;
}
.indent.switch.active-submenu:after {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}
.srcStructure {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.srcStructure li {
  width: calc(50% - 9px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*margin-bottom: 10px;*/
}
.srcStructure li.calc_group {
  margin: 5px 0;
}
.srcStructure #checkInDateButton span {
  font-size: 14px;
  font-weight: bold;
  display: block;
  padding-bottom: 4px;
}
.srcStructure #checkInDateLabel {
  border-radius: 3px;
  background-color: #fff;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 8px;
  border: 1px solid #ccc;
}
.srcStructure #checkOutDateLabel {
  border-radius: 3px;
  background-color: #fff;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 8px;
  border: 1px solid #ccc;
}
.srcStructure #checkOutDateButton span {
  font-size: 14px;
  font-weight: bold;
  display: block;
  padding-bottom: 4px;
}
.dropdown {
  position: relative;
}
.dropdown:after {
  width: 11px;
  height: 8px;
  right: 14px;
  top: 18px;
  position: absolute;
  content: "";
  background: url(https://img.travel.rakuten.co.jp/share/onsen/smart/images_sp/dropdown.svg);
}
.calc_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.calc_group .unactive {
  opacity: 0.3;
  pointer-events: none;
}
.calc_group span:last-child {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  font-size: 16px;
  font-weight: bold;
  min-width: 40px;
  text-align: right;
}
.calc_group span:last-child:after {
  content: "人";
  font-size: 12px;
}
.calc_group .plus {
  height: 36px;
  width: 36px;
  background: url(https://img.travel.rakuten.co.jp/share/onsen/smart/images_sp/plus.svg);
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.calc_group .minus {
  height: 36px;
  width: 36px;
  background: url(https://img.travel.rakuten.co.jp/share/onsen/smart/images_sp/minus.svg);
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
#f_heya_su + .plus + .minus + span:after {
  content: "部屋";
}
.area_chu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 8px;
}
.area_chu:after {
  right: 64px;
}
.area_chu span:last-child {
  min-width: 50px;
  font-size: 12px;
}
.area_shou {
  margin-bottom: 8px;
}
.area_shou span:last-child {
  min-width: 50px;
  font-size: 12px;
}
.area_cok {
  margin-bottom: 8px;
}
.area_cok span:last-child {
  min-width: 50px;
  font-size: 12px;
}

.parts .closeNinzu{ display: none; position: absolute; cursor: pointer; width: 16px; height: 16px; text-indent: -9999px; position: absolute; top:5px;right: 5px; background: url(https://travel.rakuten.co.jp/share/assets/test/demo/PCtop/images/close.svg) no-repeat; background-size: 16px 16px;} 
.parts{ width:300px; position: absolute; left:0px; top:50px; } /*#dhNinzu*/
.openChildOtonaNum{ cursor: pointer;}
p.ninzuBtn{ clear: both; padding: 15px 10px; display: none;}
p.ninzuBtn a{display: block; width:80px; font-weight: normal; color: #333; margin: 0 auto; padding: 8px; text-align: center; font-size:14px; border-radius: 3px; border:1px solid #333333;}


/*カレンダー*/
.ui-widget-header{ background: #CCCCCC;}
.ui-widget-content{ background: #f3f3f3;}
.ui-widget-header{color: #333333;}
.ui-datepicker .day-6 a.ui-state-default{ background-color:#daeef6;}
.ui-datepicker .day-holiday a.ui-state-default, .ui-datepicker .day-0 a.ui-state-default{ background-color: #f9e6e5;}
.ui-datepicker.ui-widget .day-relate a.ui-state-default {background-color: #e1ecd8;}
.ui-datepicker.ui-widget .day-relate.ui-datepicker-current-day a.ui-state-default {background-color: #528231;}
.ui-datepicker.ui-widget .day-relate.green a.ui-state-default {background-color: #528231;}


#dh-search-history-container{ border-radius:3px; background-color: #f3f3f3; padding: 10px; color: #333333; font-size: 14px; position: relative; margin-bottom: 8px; }
#dh-search-history-container .btnClose{ position: absolute; text-indent: -9999px; width: 14px; height: 14px; top:4px; right:4px;background: url(https://travel.rakuten.co.jp/share/assets/test/demo/PCtop/images/close.svg) no-repeat; background-size: 14px 14px; opacity: .5; }
#dh-search-history-container .searchHistoryTitle{position: absolute; left: 10px;top:16px; width: 98%;}
#dh-search-history-container p.searchHistory{ padding-left: 162px;}
#dh-search-history-container p.searchHistory a{ display: inline-block; font-size: 12px; padding:6px 6px 0 24px; height: 26px; margin-right: 10px; border-radius:3px; position: relative; background-color: #ffffff;color:#333333;}
#dh-search-history-container p.searchHistory a:after{width: 26px; height: 26px; content: ""; position: absolute; top:4px; left:4px;background: url(https://travel.rakuten.co.jp/share/assets/test/demo/PCtop/images/clock.svg) no-repeat; background-size: 22px 22px;} 
#moreSearchCond {
  display: none !important;
}

#dap-search-history-container{ border-radius:3px; background-color: #f3f3f3; padding: 10px; color: #333333; font-size: 14px; position: relative; margin-bottom: 8px; }
#dap-search-history-container .btnClose{ position: absolute; text-indent: -9999px; width: 14px; height: 14px; top:4px; right:4px;background: url(https://travel.rakuten.co.jp/share/assets/test/demo/PCtop/images/close.svg) no-repeat; background-size: 14px 14px; opacity: .5; }
#dap-search-history-container .searchHistoryTitle{position: absolute; left: 10px;top:16px; width: 98%;}
#dap-search-history-container .dpSrchCndtnBox{ padding-left: 162px;}
#dap-search-history-container .dpSrchCndtnBox a{ display: inline-block; font-size: 12px; padding:6px 6px 0 24px; height: 26px; margin-right: 10px; border-radius:3px; position: relative; background-color: #ffffff;color:#333333;}
#dap-search-history-container .dpSrchCndtnBox a:after{width: 26px; height: 26px; content: ""; position: absolute; top:4px; left:4px;background: url(https://travel.rakuten.co.jp/share/assets/test/demo/PCtop/images/clock.svg) no-repeat; background-size: 22px 22px;} 
#dap-search-history-container .dpSrchCndtnBox a.ana #srchCndtnArrw{text-indent: -9999px; display: inline-block; width:56px; height:30px;background: url(https://img.travel.rakuten.co.jp/share/assets/test/demo/PCtop/images/ANA.svg) top center no-repeat;background-size:54px 28px;position: relative;top: -5px;}
#dap-search-history-container .dpSrchCndtnBox a.jal #srchCndtnArrw{text-indent: -9999px; display: inline-block; width:56px; height:30px;background: url(https://img.travel.rakuten.co.jp/share/assets/test/demo/PCtop/images/JAL.svg) top center no-repeat;background-size:54px 28px;position: relative;top: -5px;}
#dap-search-history-container .dpSrchCndtnBox a strong{font-weight: normal;}
#ninzuMask{ display: block; position: fixed; background:none; opacity: 0; width: 100%; height: 100%; top:0; left: 0; z-index: 999;}



.greySelect{color: #BBBBBB!important;}
#oa-airlineV,#oap-airportV,#oap-airlineV,#oap-destination-areaV,#oh-area-daiV,#oh-area-chuV,#oh-area-shouV,#oh-area-saiV,#deptCodeV,#deplCodeV,#rettCodeV,#retlCodeV{
  position: relative;display: inline-block;
  background: url(https://img.travel.rakuten.co.jp/share/assets/test/demo/PCtop/images/arrowDwon.svg) 102% -4px no-repeat !important;
 }
span#oa-airlineV{width: 280px;}
span#oap-airportV{width: 157px;}
span#oap-airlineV{width:220px;}
#oap-destination-areaV{width: 155px;}
#oh-area-daiV{width:178px;}
#oh-area-chuV{width:178px;}
#oh-area-shouV{width:180px;}
#oh-area-saiV{width:190px;}
#deptCodeV,#deplCodeV,#rettCodeV,#retlCodeV{width: 130px;}
#search-box #twentyFourHr{
  display: none;
  width: 300px;
  margin:8px 0 8px 0;
  border-radius: 4px;
  font-size:12px;
  padding: 5px 7px 5px 15px;
  background: #233458;
  line-height: 1.3;
  position: relative;
  letter-spacing: 1px;
}
#search-box #twentyFourHr:before{ width: 16px; height: 16px; content: ""; position: absolute; right: 4px; top:50%; margin-top: -8px; background: url(https://img.travel.rakuten.co.jp/share/assets/test/demo/PCtop/images/whiteArr.svg) no-repeat; }
#search-box #twentyFourHr:after{ width:8px; height: 8px;background: #233458; content: ""; position: absolute; left: 50%; margin-left: -4px; bottom: -4px; transform: rotate(45deg); }
#search-box #twentyFourHr a {
  color: #FFFFFF;
}


.flexBox .userInfo.regular .moreContents{z-index: 99;}

.selectHover{margin: 0;padding: 0;height: auto;display: inline-block;}
.selectHover:hover{background-color: #eaeaea; }
.selectHover.special:hover{background-color:#fafafa;}

.selectHoverBlock{margin: 0; padding: 0; height: auto; display: block;
  margin: 0 8px 0 0;
  padding: 0 0 0 10px;
}
.selectHoverBlock:hover{background-color: #eaeaea; }


#search-box #oap-search-form #ovMask{
  width: 460px;
  height: 70px;
  position: absolute;
  left: 425px;
  z-index: 10;
  background: #ffffff;
  opacity: .3;
  bottom: 233px;
}


/* #oh-area-chuV.hideArrow,
#oh-area-shouV.hideArrow,
#oh-area-saiV.hideArrow {
  margin-left: -1em;
}

#oh-area-chuV.hideArrow:before,
#oh-area-shouV.hideArrow:before,
#oh-area-saiV.hideArrow:before {
    content: '';
    display: block;
    width: 1em;
    height: 100%;
    background: #fafafa;
    position: absolute;
    top: 0;
    left: 0;
} */

#ovSelectArea {
  position: relative;
}

#ovSelectArea li {
  position: absolute !important;
}

#ovSelectArea li:nth-of-type(1) {
  left: 0;
}

#ovSelectArea li:nth-of-type(2) {
  left: 202px;
}

#ovSelectArea li:nth-of-type(3) {
  left: 402px;
}

#ovSelectArea li:nth-of-type(4) {
  left: 603px;
}

#ovSelectArea li .selectHover {
  overflow: hidden;
}

#ovSelectArea li:not(:first-child) .selectHover .hideArrow {
  margin-left: -1em;
  padding-right: 1em;
}


/* -----------------------------------------
htmlのDPform上部に記述されていたcss
--------------------------------------------*/
/*旅行期間中*/
#ui-datepicker-div {
  z-index: 101 !important;
}

#search-box.verB .structure .squeeze li.dappartsChk {
  padding-top: 6px;
}

#searchSwitchArea2 {
  position: relative;
}

#search-box #dap-parts-contents {
  display: none;
  position: relative;
  z-index: 3;
  left: 0px;
  margin: 10px 0 15px 0;
  padding: 0;
}

.Wdate {
  background: none !important;
}

#search-box #dap-parts-contents dl.srcSt01 dt {
  width: 100px;
  margin-bottom: 5px;
  padding-left: 0;
  padding-top: 12px;
  min-height: 18px;
  color: #999999;
  font-size: 12px;
  float: left;
}

#search-box #dap-parts-contents dl {
  position: relative;
  padding: 10px 0 10px 36px;
  background-repeat: no-repeat;
  background-position: left center;
  float: left;
}

#search-box #dap-parts-contents dl:after {
  width: 26px;
  height: 20px;
  background: url(https://travel.rakuten.co.jp/superdeal/fuseco/images/Calendar.svg) no-repeat left center;
  background-size: auto;
  background-size: auto;
  background-size: 22px 25px;
  content: "";
  opacity: .72;
  position: absolute;
  top: 50%;
  left: 6px;
  margin-top: -10px;
}

#search-box #dap-parts-contents dl {
  margin-right: 15px;
  width: 44.75%;
  padding-left: 4%;
  border: 1px solid #cccccc;
  background-color: #fafafa;
  border-radius: 4px;
}

#dap-in-date,
#dap-out-date {
  margin-bottom: 0;
  border: none;
  font-weight: bold;
  background: none;
  font-size: 16px;
}

#dap-in-date,
#dap-out-date {
  width: 200px;
  padding: 10px;
}

#search-box.verB .squeeze.dpCal li {
  border: none !important;
  background: none !important;
}

#search-box.verB.test #dap-search-form .structure.shibori dd .squeeze li.dpCar,
#search-box.verB.test #dap-search-form .structure.shibori dd .squeeze li.dpCar:hover {
  border-radius: none;
}


@media all and (min-width: 721px) {
  #search-box.verB .structure .squeeze li.dappartsChk {
    padding-top: 2px;
  }

  #search-box.verB.test #dap-search-form p.searchSubmit {
    margin-top: 0;
  }
}

#search-box.verB.test.noDPsale .explain {
  z-index: 99;
}

/* -----------------------------------------
/ htmlのDPform上部に記述されていたcss
--------------------------------------------*/

#search-box-body {position: relative;}
#form-loading {display: flex;justify-content: center;align-items: center;width: 100%;height: 100%;background: #fff;z-index: 999;position: absolute;top: 1px;}
#form-loading {display: flex;justify-content: center;align-items: center;width: calc(100% - 36px);height: 100%;background: rgb(249 249 249);z-index: 999;position: absolute;top: 0;right: 0;}
#form-loading:before {content: "";display: flex;box-sizing: border-box;width: 24px;height: 24px;border-radius: 100%;border: 3px solid rgb(211 211 211);border-top-color: #9f9f9f;animation: spin 0.7s infinite linear;}
#form-loading.loaded {opacity: 0;visibility: hidden;}
@keyframes spin {100% {transform: rotate(360deg);}}
/* body:before {content: "";display: block;height: 40px;}
.rt-wide-banner-pc {margin-top: -40px;} */
.rt-wide-banner-pc img {width: 950px;height: 40px;}
.ggtImgPc {width: 220px;height: 56px;}
/* .rt-nav-link {margin-bottom: 38px;}
#widgetPointupBannerRef {height: 38px;margin-top: -38px;} */
#ad {height: auto; padding-top: 58px;}
#ad ul {height: 100%; min-height: 100vh;}

#rtFixedWrap {
  display: none;
}