<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.list-item-hotel {
  background: #fff;
position: absolute;
z-index: 1;
width: 100%;
left: 0;
border-radius: 3px;
max-height: 190px;
overflow-y: scroll;
}
.list-item-hotel .title-child {
    padding: 5px 5px;
    color: #000;
    font-weight: bold;
    font-style: italic;
    color: #F04067;

}
.list-item-hotel .item {
  padding: 6px;
  cursor: pointer
}
.list-item-hotel .item:first-child {
  padding-bottom: 0px;
}
.list-item-hotel .item h4 {
  float: right;
  width: calc(100% - 60px)
}

#tab-content-container .form-group {
    margin-bottom: 5px!important;
}
.main-visual .visual-rolling .swiper-container {
	width: 100%;
}
.main-visual .visual-rolling .swiper-slide {
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.main-visual .visual-rolling .swiper-container .swiper-wrapper a {
	position: relative;
	width: 100%;
	overflow: hidden;
}

/* .main-visual .visual-rolling .swiper-container .swiper-wrapper span.event_title {
	color: #fff;
	  font-size: 40px;
	  position: absolute;
	  top: 5%;
	  font-family: 'Lobster', cursive;
	  width: 40%;
	  line-height: 60px;
	  left: 0;
	  right: 0;
	  margin: 0 auto;
	  height: 185px;
	  overflow: hidden;
} */

/* .main-visual .visual-rolling .swiper-container .swiper-wrapper span.event_explore {
  position: absolute;
  top: 40%;
  left: 30%;
  right: 0;
  margin: 0 auto;
  width: 121px;  
  border: 2px solid #fff;
  padding: 5px 15px;
  color: #fff;
  border-radius: 10px!important;
  font-weight: bold;
  font-size: 18px;
} */

/* .main-visual .visual-rolling .swiper-container .swiper-wrapper span.event_explore i {
  position: relative;
  left: 10px;
} */

.main-visual {
	position: relative;
	/*height: 578px;*/
	overflow: initial;
}

.main-visual .visual-rolling {
	/*height: 578px;*/
}

.main-visual .visual-rolling&gt;.swiper-container {
	display: block;
	width: 100%;
}

.main-visual .visual-rolling&gt;.swiper-container&gt;.swiper-pagination {
	position: absolute;
    z-index: 50;
    right: 0;
    bottom: 23px;
    width: auto;
    left: 0;
    margin: 0 auto;
}

.main-visual .visual-rolling&gt;.swiper-container&gt;.swiper-pagination&gt;.swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	margin: 0 2px;
	border: 2px solid #fff;
	opacity: 1;
	background: rgba(255, 255, 255, 1.0);
}

.main-visual .visual-rolling&gt;.swiper-container&gt;.swiper-pagination&gt;.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: rgba(255, 255, 255, 0);
}

/*visual-banner*/
.main-visual .banner-wrap {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 5
}

.main-visual .banner-wrap&gt;.tab-container {
	vertical-align: top;
	padding: 10px 0;
}

#search-tab-toppage {
	background: rgba(0, 31, 67, 0.6);
	min-height: 200px;
	padding-left: 15px;
    padding-right: 15px;
}

#toggle_form_search {
	position: absolute;
	right: 0;
	left: 0;
	margin: 0 auto;
	top: -20px;
}

.main-visual .banner-wrap&gt;.button-banner {
	display: block;
	width: 56px;
	border: 0;
	height: 20px;
	background: #fff;
	border-top-left-radius: 3px !important;
	border-top-right-radius: 3px !important;
	background: #FF8C00;
	color: #fff;
}

.main-visual .visual-rolling .swiper-slide img {
	height: auto!important;
	width: 100%!important;
}
	
@media screen and (max-width: 767px){
	.main-visual {
		/*height: 303px!important;*/
		position: relative;
	}
	.main-visual .visual-rolling {
		/*height: 303px!important;*/
		position: relative;
	}
    .main-visual .banner-wrap {
        position: initial;
    }
    #search-tab-toppage {
        background: url(../Images/general/bg_mobile.jpg) center;
        background-size: cover;
    }
	/* .main-visual .visual-rolling .swiper-container .swiper-wrapper span.event_title {
		width: 60%;
	    font-size: 0.9em;
	    line-height: 20px;
	    top: 20%;
	} */
	
	/* .main-visual .visual-rolling .swiper-container .swiper-wrapper span.event_explore {
		width: 83px;
	    font-size: 0.8em;
	    padding: 2px 5px;
	    top: 61%;
	} */
}

#toggle-show-hide-option {
	font-weight: bold;
}
/* #search-tab-toppage {
    width: 100%;
    height: 445px;
    margin-top: -40px;
    background: url(../images/custom/search_banner.jpg) center top no-repeat;
    margin-bottom: 10px;
    position: relative;
	overflow: hidden;
} */
/* #search-tab-toppage video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
} */
#search-tab-toppage .tab-container {
	z-index: 111;
}
#search-tab-toppage .control-group {
	margin-bottom: 0!important;
}
#search-tab-toppage input, #search-tab-toppage select {
	width: 100%!important;
	max-width: 100%!important;
}
#search-tab-toppage label {
	color: #fff;
	margin-bottom: 0!important;
}
/* #search-tab-container {
	margin-top: -8px!important;
} */
#search-tab-container li.active a {
    cursor: default;
    border-bottom: 2px solid #FF8C00;
}
#search-tab-container li a {
	background-color:#fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 0px!important;
    margin-right: 0px!important;
    padding: 5px 10px!important;
}

#search-tab-container li a.hotel_tab_bar {
	border-top-left-radius: 3px!important;
	color: #A33D8B;
}

#search-tab-container li a.restaurant_tab_bar {
	color: #00AEEF;
}

#search-tab-container li a.tplace_tab_bar {
	border-top-right-radius: 3px!important;
	color: #32961A;
}

#hotel-tab {
    /*height: 100%;*/
}
#hotel-tab form,
#restaurant-tab form,
#tplace-tab form {
    margin: 0!important;
}
#hotel-tab form label,
#restaurant-tab form label,
#tplace-tab form label {
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#restaurant-tab .form-group.row,
#tplace-tab .form-group.row {
    min-height: 71px;
}
#hotel-tab form input,
#hotel-tab form select,
#restaurant-tab form input,
#tplace-tab form input,
#tplace-tab form select {
    -webkit-border-radius: 3px!important;
    -moz-border-radius: 3px!important;
    border-radius: 3px!important;
    font-size: 12px;
}
#service-1,
#service-2 {
    display: none;
}
#service-2 label.option-label {
    width: 100%;
	border-bottom: 1px solid #fff;
	padding-bottom: 5px;
}
#tab-content-container .check-box-container {
    display: inline-block;
    max-height: 120px;
    position: relative;
    margin-top: 5px;
    width: 100%;
}
#service-2 .i-checks {
    display: inline-flex;
    margin-bottom: 0px;
    margin-top: 0px;
    margin-left: 0px;
}
#service-2 .ps-container&gt;.ps-scrollbar-y-rail&gt;.ps-scrollbar-y {
    background-color: #fff;
}
#hotel-tab form {
	margin: 0!important;
}
/*#hotel-tab .form-group, 
#restaurant-tab .form-group,
#tplace-tab .form-group {
    margin-bottom: 5px!important;
}*/
#hotel-tab .btn-submit-toppage,
#tplace-tab .btn-submit-toppage,
#restaurant-tab .btn-submit-toppage
 {
	padding: 6px 12px!important;
}
#tab-content-container .btn-submit-toppage {
    color: #000;
    background: #ffea00;
    border: 1px solid #ffd21f;
    -webkit-border-radius: 3px!important;
    -moz-border-radius: 3px!important;
    font-weight: bold;
    margin-top: 10px;
    font-size: 16px
}
.easy-autocomplete-container {
	color: #000!important;
}
#toggle-show-hide-option {
    cursor: pointer;
    margin-bottom: 0!important;
}
.check-box-container .checkbox {
	padding-left: 0!important;
}
.check-box-container label {
	display: inline-block!important;
}
@media (min-width: 768px) {} 
@media (max-width: 991px) {
	
} 
@media (max-width: 767px) {
    #search-tab-container li {
        border-bottom: 0!important;
    }
    #search-tab-container li a {
        font-size: 9px;
    }
    /*#tplace-tab .btn-submit-toppage {
    	margin-top: 5px!important;
    }*/
    #restaurant-tab .btn-submit-toppage {
    	margin-top: 52px!important;
    }
    #search-tab-toppage .btn-submit-toppage {
    	width: 100%!important;
    }
    #search-tab-toppage {
	  min-height: 232px!important;
	}
}
/* @media (min-width: 1250px) {
	#search-tab-toppage video {
		width: 100%
	}
} */</pre></body></html>