@charset "UTF-8";
/****************************************
		0. 全体の設定
*****************************************/
/* IE7でpadding指定 */
*:first-child + html body, * html body {
  padding-left: 1px;
}
/* IE6以下でpadding指定 */
/*--clearfix--*/
.clearfix {
  zoom: 100%;
  overflow: hidden;
  /* for dreamweaver */
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  clear: both;
  height: 0;
}
* html .clearfix, *:first-child + html .clearfix {
  zoom: 1;
}
/* IE6 */
/* IE7 */
.clear {
  display: block;
  clear: both;
  font-size: 0;
  margin: 0px;
  padding: 0px;
  border: 0px;
  height: 0px;
  line-height: 0px;
  visibility: hidden;
  content: " ";
}
html, body {
  text-align: left;
  margin: 0;
  color: #333333;
}
h1, h2, h3, h4, h5 {
  font-weight: normal;
  margin: 0;
  padding: 0;
}
html {
  font-size: 62.5%;
  background-color: transparent;
}
body {
  font-size: 1.4em;
  font-family: Verdana, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.air-title {
  background: #004098;
  padding: 10px 0;
  text-align: center;
  color: #FFF;
  margin: 0 auto 15px;
}
li {
  list-style: none;
}
/*スマホリセット
*****************************/
input[type="submit"], input[type="reset"], input[type="button"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
  border-radius: 0;
  border: none;
  font-family: Verdana, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important;
}
button {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
  border-radius: 0;
  border: none;
  font-family: Verdana, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important;
}
#wrap {
  margin: 0 auto 50px;
  border: 3px solid #f2f2f2;
  width: 100%;
  max-width: 960px;
  /*border: 3px solid #004098;*/
}
/* 「パンくず」エリア
 -----------------------------------------------------------------*/
#breadcrumb {
  padding-top: 0 !important;
}
#breadcrumb2 {
  padding: 10px;
  background-color: #ffffff;
  font-size: 12px;
}
#breadcrumb2 .wrap {
  width: 960px;
  margin: 0 auto;
}
#breadcrumb2 ul {
  overflow: hidden;
  margin: -8px 0 0 0;
  letter-spacing: -0.4em;
}
#breadcrumb2 ul li {
  display: inline-block;
  margin: 8px 8px 0 0;
  vertical-align: top;
  letter-spacing: normal;
  white-space: nowrap;
}
#breadcrumb2 ul li a {
  display: inline-block;
  margin: 0 10px 0 0;
}
#breadcrumb2 ul li a:link, #breadcrumb2 ul li a:visited {
  color: #000000;
}
#breadcrumb2 ul li a:hover {
  color: #66ccff;
  text-decoration: underline;
}
/*section設定
*****************************/
.section {
  padding: 2.5em 0;
}
.section-ttl {
  display: block;
  width: 100%;
  color: #004BB0;
  font-size: 1.4em;
  padding: 1em 0 0.7em;
  text-align: center;
  box-sizing: border-box;
  font-weight: bold;
}
.section-btn {
  width: 55%;
  margin: 0.6em auto;
  text-align: center;
  display: block;
  color: #FFF;
  padding: 1em 1em;
  font-size: 14px;
  box-sizing: border-box !important;
  background: linear-gradient(#FF9900, #FF8A00);
  border-bottom: 3px solid #111;
  border-radius: 3px !important;
  cursor: pointer;
}
.section-btn a {
  display: block;
  color: #FFF;
  padding: 0.8em 1em;
  box-sizing: border-box;
  border-bottom: 3px solid #111;
  border-radius: 3px;
  background: #004098 url(/kix/hawaii/sp/img/footer/footer_menu_next_mini.png) no-repeat right 1em top 0.8em;
}
.section-btn:hover {
  background: #FF8A00;
}
.section-btn img {
  display: table-cell;
  vertical-align: middle;
}
#quickSearch {
  display: none !important;
}
.no-seat, .search-table-hosoku {
  font-size: 0.5em;
}
.search-box .search-table-hosoku {
  font-size: 1em;
}
/*タグ部分の設定
*****************************/
#tagListMenu {
  padding-top: 10px;
  background-color: #333;
  color: #fff;
  font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important;
}
#tagListMenu ul {
  list-style: none;
  width: 100%;
  margin: 0 auto;
}
#tagListMenu ul li {
  display: table-cell;
  min-width: 160px;
  max-width: 25%;
  padding: 13px 10px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}
#tagListMenu ul li.selected {
  background-color: #FFF;
  color: #333;
  border-radius: 5px 5px 0 0;
}
/*検索BOX設定
*****************************/
.search-ttl {
  display: block;
  width: 100%;
  background-color: #004098;
  border: 5px solid #FFF;
  color: #FFF;
  box-sizing: border-box;
  padding: 0.4em 0 0.3em;
  margin-bottom: 10px;
  text-align: center;
}
.search-wrap {
  width: 100%;
  padding: 0;
  box-sizing: border-box;
  background-size: cover;
}
.searchArea002, .searchArea003 {
  display: none;
}
.search-box-table {
  width: 48%;
  padding: 10px;
  float: left;
  border-collapse: separate;
}
.search-box-table:nth-of-type(2n+1) {
  clear: both;
}
.search-box-ttl {
  padding: 0 0px 0 0;
  box-sizing: border-box;
  line-height: 1.4;
  vertical-align: middle;
}
.td-ttl {
  display: inline-block;
  background-color: rgba(0, 64, 152, 0.8);
  color: #FFF;
  padding: 2px 10px;
  min-width: 80px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  text-align: center;
  line-height: 1.6;
}
.min-date-box, .design-select-box, .max-date-box, .set_city, .set_htl, .op-hotel-name-box, .tour_text {
  border: 1px solid #eee;
  position: relative;
  border-radius: 2px;
  background: #FFF;
  max-width: 190px;
  border: 1px solid #CCC;
  padding: 0.4em 0.5em 0.4em;
  cursor: pointer;
}
.air_clear_btn {
  cursor: pointer;
}
.air_clear_btn:hover {
  opacity: 0.7;
}
/*人数設定
*****************************/
div.roomNum {
  box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
}
div.roomNum table {
  margin: 0 auto;
  overflow: visible;
  width: 100%;
}
div.roomSelect {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
  /* width: 100%; */
  overflow: hidden;
  font-size: 0.8em;
  text-align: center;
}
div.roomSelect table {
  box-sizing: border-box;
  margin: 0;
  width: 100%;
}
div.roomSelect td {
  border: medium none;
  padding: 0;
  vertical-align: top;
}
div.roomSelect td li {
  margin: 0 0 5px;
}
div.room-section select {
  background-color: #fff;
  border: 2px solid #eee;
  border-radius: 0;
  box-shadow: 0 1px 1px #ccc;
  box-sizing: content-box;
  color: inherit;
  font-size: inherit;
  margin: 4px 0;
  padding: 2px 1px;
  vertical-align: middle;
}
select#room {
  background-color: #fff;
  border: 2px solid #1E90FF;
  box-sizing: content-box;
  color: inherit;
  font-size: inherit;
  margin: 0;
  padding: 2px 8px;
  vertical-align: middle;
  font-size: 0.9em;
}
.roomChoice th {
  color: #004bb0;
}
.roomChoice ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#w_widget .rightTop .section td.roomIndex {
  line-height: 150%;
  padding-right: 0.5em;
  width: 64px;
}
#w_widget .rightTop .section td.childNum {
  padding-left: 10px;
  width: 70px;
}
#w_widget .rightTop .section td.ageNum {
  padding-left: 10px;
  width: 90px;
}
#w_widget .rightTop .section .age {
  padding-bottom: 2px;
}
.member-box {
  list-style: none;
  padding: 0;
  margin: 0;
}
.member-box:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
.member-list {
  float: left;
  padding: 0 8px 0 0;
  font-size: 1.3em;
}
/*↓21/05/27追加*/
.air-isConnectionCode, .flght_transfers {
  display: flex;
}
.flght_transfers {
  cursor: pointer;
}
.flght_transfers .label-text {
  order: 1;
  white-space: nowrap;
  font-size: 1.2em;
}
/*↑21/05/27追加↑*/
/************************************************

検索ボックス(大)

*************************************************/
.search-box .right {
  float: right;
}
.search-box .left {
  float: left;
}
.search-box .w--100p {
  width: 100%;
}
.search-box .w--90p {
  width: 90%;
}
.search-box .w--85p {
  width: 85%;
}
.search-box .w--80p {
  width: 80%;
}
.search-box .w--75p {
  width: 75%;
}
.search-box .w--70p {
  width: 70%;
  max-width: 290px;
  padding-right: 15px;
}
.search-box .w--65p {
  width: 65%;
}
.search-box .w--60p {
  width: 60%;
}
.search-box .w--50p {
  width: 50%;
}
.search-box .w--40p {
  width: 40%;
}
.search-box .w--35p {
  width: 35%;
}
.search-box .w--30p {
  width: 30%;
  max-width: 150px;
}
.search-box .w--20p {
  width: 20%;
  margin-right: 5%;
}
.search-box .w--15p {
  width: 15%;
}
.search-box .w--10p {
  width: 10%;
}
.ui-multiselect-menu {
  max-width: 300px;
  width: 90% !important;
}
.ui-multiselect {
  display: block;
  line-height: 1.4;
  overflow: hidden;
  padding: 0.4em 0em 0.4em 0.8em;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 90% !important;
}
.ui-selectmenu-button {
  width: 100% !important;
  /*max-width: 182px;*/
}
#pre_tour_min_days-button, #pre_tour_max_days-button, #tour_min_price-button, #tour_max_price-button {
  max-width: 100px !important;
}
.ui-button.ui-state-active {
  font-weight: normal;
}
.ui-menu-item {
  font-size: 80%;
}
#roomWindow {
  display: none;
}
.tour_checkbox input[type=radio], .tour_checkbox input[type=checkbox] {
  display: none;
}
.tour_checkbox .radio, .tour_checkbox .checkbox {
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin: 0 20px 8px 0;
  padding: 12px 12px 12px 42px;
  border-radius: 8px;
  background-color: #f6f7f8;
  vertical-align: middle;
  cursor: pointer;
}
.tour_checkbox .radio:hover, .tour_checkbox .checkbox:hover {
  background-color: #D0E8FF;
}
.tour_checkbox .radio:hover:after, .tour_checkbox .checkbox:hover:after {
  border-color: #333;
}
.tour_checkbox .radio:after, .tour_checkbox .checkbox:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  border: 2px solid #bbb;
  border-radius: 6px;
  content: '';
}
.tour_checkbox .radio:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 20px;
  display: block;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #1E90FF;
  content: '';
  opacity: 0;
}
.tour_checkbox input[type=radio]:checked + .radio:before {
  opacity: 1;
}
.tour_checkbox .checkbox:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 21px;
  display: block;
  margin-top: -7px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #333;
  border-bottom: 3px solid #333;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.tour_checkbox input[type=checkbox]:checked + .checkbox:before {
  opacity: 1;
}
/* エラー発生時の設定 */
#bodyOverlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  opacitiy: 0;
  position: absolute;
  top: 0;
  left: 0;
}
#search-notice-wrap {
  width: 400px;
  height: 300px;
  box-sizing: border-box;
  padding: 1em;
  color: #F00;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  display: none;
  opacitiy: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -150px;
  margin-left: -200px;
  z-index: 1000;
  font-size: 12px;
  line-height: 1.2;
}
#search-notice-wrap p {
  display: block;
  -webkit-margin-before: 0.5em;
  -webkit-margin-after: 0.5em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}
#search-notice {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 10px;
}
#search-notice-btn {
  width: 160px;
  display: inline-block;
  position: absolute;
  bottom: 5px;
  left: 50%;
  margin-left: -131px;
  background-color: #333;
  padding: 10px;
  text-align: center;
  color: #FFF;
  cursor: pointer;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.error:nth-of-type(2n) {
  background: #ffe6e6;
}
.error .td-ttl {
  background: #e60000;
}
.error .td-ttl .ast {
  color: #FFF;
}
.send-btn-wrap {
  clear: both;
}
#op_min_days-button, #op_max_days-button, #nop_min_days-button, #nop_max_days-button {
  max-width: 100px !important;
  width: 35% !important;
}
.ui-selectmenu-menu .ui-menu {
  max-height: 200px !important;
}
.ui-multiselect-checkboxes {
  max-height: 100px !important;
}
/*.ui-menu #ui-id-2, .ui-menu #ui-id-3, .ui-menu #ui-id-4, .ui-menu #ui-id-6, .ui-menu #ui-id-7, .ui-menu #ui-id-8 {
  padding-left: 2em;
}*/
@media screen and (min-width: 480px) and (max-width: 899px) {
  #wrap {
    margin: 0 auto 50px;
    border: 3px solid #f2f2f2;
    width: 100%;
    /*border: 3px solid #004098;*/
  }
  #tagListMenu {
    width: 100% !important;
  }
  #tagListMenu ul {
    width: 450px;
    margin: 0 auto;
    padding: 0;
  }
  #tagListMenu ul li {
    box-sizing: border-box;
    min-width: inherit !important;
    width: 25% !important;
    margin: 0;
  }
  .search-box-table {
    width: 450px;
    float: none;
    margin: 0 auto;
  }
  .search-box-table.w--100p {
    width: 450px;
    float: none;
    margin: 0 auto;
  }
  .search-box-table td {
    display: block;
    padding: 0;
    float: left;
  }
  .search-box-table td:nth-of-type(2n+1) {
    clear: both;
  }
  .send-btn-wrap {
    clear: both;
  }
  #roomSelect {
    overflow: hidden;
  }
  #roomSelect .room-box {
    width: 100% !important;
    height: auto !important;
  }
  #roomSelect .room-box ul li {
    display: table-cell;
  }
  .search-box .w--15p {
    width: 30% !important;
  }
  .search-box .w--85p {
    width: 70% !important;
  }
  .room-overlay {
    padding: 10% 0 0 !important;
  }
  #search-notice-wrap {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 1em;
    color: #F00;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 8px;
    display: none;
    opacitiy: 0;
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    z-index: 1000;
    font-size: 12px;
    line-height: 1.8;
  }
  #search-notice {
    box-sizing: border-box;
    margin: 3%;
  }
  #op_min_days-button, #op_max_days-button {
    max-width: 100px !important;
    width: 35% !important;
  }
}
@media screen and (max-width: 479px) {
  #breadcrumb2 .wrap {
    width: 100%;
    margin: 0 auto;
  }
  #wrap {
    margin: 0 auto 10px;
    border: none;
    width: 100%;
    max-width: 450px;
    /*border: 3px solid #004098;*/
  }
  #tagListMenu {
    width: 100% !important;
  }
  #tagListMenu ul {
    max-width: 450px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  #tagListMenu ul li {
    box-sizing: border-box;
    min-width: inherit !important;
    width: 25% !important;
    margin: 0;
  }
  .search-box-table {
    width: 95%;
    margin-left: 2.5%;
    margin-right: auto;
  }
  .search-box-table.w--100p {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
  .search-box-table td {
    display: block;
    padding: 0 !important;
  }
  .search-box-table td:nth-of-type(2n+1) {
    clear: both;
  }
  .search-box .w--30p {
    max-width: 100% !important;
    width: 100% !important;
    min-width: 100px !important;
  }
  .td-ttl {
    width: 95% !important;
    min-width: 100px !important;
  }
  .search-box .w--70p, .search-box .w--85p {
    max-width: 100%;
    padding-right: 0;
    width: 100%;
  }
  #serchBoxFit .max-date .ui-selectmenu-button, #serchBoxAir .max-date .ui-selectmenu-button {
    margin: 5px auto 25px;
  }
  #serchBoxTour .min-date .ui-selectmenu-button, #serchBoxTour .carrier-box .ui-selectmenu-button, #serchBoxTour .htlcode1_box .ui-selectmenu-button {
    margin: 10px 5%;
  }
  .ui-multiselect, .min-date .ui-selectmenu-button {
    margin: 10px auto;
  }
  .dateArea {
    width: 90%;
    margin: 5px auto 10px;
  }
  .send-btn-wrap {
    clear: both;
  }
  #roomSelect {
    overflow: hidden;
  }
  #roomSelect .room-box {
    width: 100% !important;
    height: auto !important;
  }
  #roomSelect .room-box ul li {
    display: table-cell;
  }
  .room-overlay {
    padding: 10% 0 0 !important;
  }
  .member-box {
    margin-top: 10px;
  }
  #search-notice-wrap {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 1em;
    color: #F00;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 8px;
    display: none;
    opacitiy: 0;
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    z-index: 1000;
    font-size: 12px;
    line-height: 1.8;
  }
  #search-notice {
    box-sizing: border-box;
    margin: 3%;
  }
  #op_min_days-button, #op_max_days-button {
    max-width: 100px !important;
    width: 35% !important;
  }
}
/* スマホcloseボタン */
.btn-close {
  display: none;
  background: none;
  position: fixed;
  z-index: 1000;
  top: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
}
.btn-close:before {
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  text-indent: 0;
  color: #fff;
  background: #666;
  visibility: visible;
  display: block;
  font-size: 2em;
  content: '×';
  line-height: 1.4;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 5px;
  left: 5px;
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  -moz-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
.btn-close.is-visible {
  display: block;
}