.tab-list-estate >li {
  width: calc((100% - 0px) / 3);
}
.selected-condition-form-wrap .h3-style-icon-rmp {
  text-align: left;
  padding-bottom: 5px;
}
.wrap-search-options-btn {
  display: flex;
  flex-wrap: wrap;
  margin: 0 24px;
}
.wrap-search-options-btn >div {
  width: calc((100% - 0px) / 2);
  padding: 0 10px;
}
.wrap-search-options-btn .btn-clr03 {
  color: #1B6BCF;
  font-weight: bold;
  font-size: 15px;
}
.recommended_article {
  margin-top: 10px;
}
.recommended_article_inner {
  display: flex;
}
.recommended_article_img {
  width: 60px;
}
.recommended_article_img_item{
  width: 60px;
  height: 60px;
  object-fit: cover;
}
.recommended_article_content {
  flex: 1;
  margin-left: 6px;
}
.recommended_article_content .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ta-note {
  margin: 0 auto;
  font-size: 13px;
}
ol, ul {
    padding-left: 0px;
}

ul, li {
    list-style: none;
}
.form-tourist-attractions {
  display: block;
  position: absolute;
  top: 32px;
  left: 103px;
  right: 0;
  background: #fff;
  border-radius: 4px;
  max-width: 300px;
  z-index: 1;
}
.form-hotel {
  display: block;
  position: absolute;
  top: 32px;
  left: 103px;
  right: 0;
  background: #fff;
  border-radius: 4px;
  max-width: 300px;
  z-index: 1;
}
.form-shinkansen {
  display: block;
  position: absolute;
  top: 32px;
  left: 103px;
  right: 0;
  background: #fff;
  border-radius: 4px;
  max-width: 300px;
  z-index: 1;
}
.increment-tab .tab-modal>li:first-child.uk-active {
  border: none !important;
  border-top: 1px solid #ccc !important;
  border-right: 1px solid #ccc !important;
  border-left: 1px solid #ccc !important;
}

.increment-tab .tab-modal>li:last-child.uk-active {
  border: none !important;
  border-top: 1px solid #ccc !important;
  border-right: 1px solid #ccc !important;
  border-left: 1px solid #ccc !important;
}

.increment-tab .tab-modal>li:not(.uk-active) {
  border-top: 1px solid #ccc !important;
  /* border-right: 1px solid #ccc !important; */
  border-bottom: 1px solid #ccc !important;
}
.mr-tab-index{
  margin-right: 4px;
}

.modal-body .station-list-custom {
  max-height: 320px;
}

/* 両サイドバナーエリ(スカイスクレイパー) */
.contents-body {
  position: relative; /* 子要素のabsolute配置の基準 */
}

/* Airport Modal Styles */
.airport-modal .uk-modal-dialog {
  width: 600px;
  max-width: 90vw;
}

.airport-modal .uk-modal-body {
  padding: 0;
}

.airport-modal .uk-modal-header {
  padding: 15px 20px;
  border-bottom: 1px solid #e5e5e5;
  background-color: #f8f9fa;
}
.airport-modal .uk-modal-title {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

.airport-modal .modal-ttl-wrap {
  margin: 9px 0 9px 20px;
  padding-left: 6px;
  border-left: 4px solid #2073db;
  font-size: 16px;
  font-weight: 700;
}

.modal-header .btn-wrap {
  position: absolute;
  top: 60%;
  right: 20px;
  margin-top: -15px !important;
}
.airport-modal .modal-header .btn-wrap.type05 .btn {
    height: 30px;
    padding: 4px 10px 4px 22px;
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: #fff;
    font-size: 13px;
    line-height: 1;
    color: #333
}
.airport-modal .modal-header .btn-wrap.type05 .btn .fe::before {
  position: absolute;
    top: 45%;
    left: 8px;
    margin-top: -8px;
    font-size: 16px;
    color: #1b6bcf;
}
.airport-modal .uk-grid {
  padding: 0;
  margin: 0;
}

.airport-modal .uk-grid-divider > :not(.uk-first-column)::before {
  border-left: 1px solid #e5e5e5;
  left: 0;
}

.airport-modal .uk-tab {
  border-right: none;
  margin: 0;
  flex-direction: column;
}
.airport-modal .uk-tab > li {
  margin-bottom: 0;
  width: 150px;
  float: none !important;
  display: block !important;
  border: none;
  height: 38px;
  font-size: 13px;
  color: #1b6bcf;
  line-height: 38px;
  border-radius: none;
  margin: 0;
  text-align: left;
  border-radius: 0 !important;
  padding-left: 0;
}
.airport-modal .uk-tab > li:last-child {
  border-bottom: none;
}
.airport-modal .uk-tab > li > a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 2.7;
  padding: 0 0 0 20px;
  border-radius: 0 !important;
  border-width: 0 1px 1px;
  margin: 0;
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  text-align: left;
}
.airport-modal .uk-tab > li:first-child > a {
  border-top: 1px solid #ccc;
}
.airport-modal .uk-tab > li > a:hover {
  background-color: #d2f0ff;
  border-right: 1px solid #ccc;
}
.airport-modal .uk-tab > li.uk-active > a {
  border-color: #2073db;
  border-top: 1px solid #2073db;
  border-right: none;
  margin-top: -1px;
  cursor: default;
  background-color: #f1f5fa;
}
.airport-modal #tab-content {
  margin: 0;
}
.airport-modal #tab-content > li {
  padding: 0;
}
.airport-modal .airport-item {
  padding: 8px 12px;
  margin: 4px 0;
  background-color: #f8f9fa;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 14px;
  color: #333;
}
.airport-modal .airport-item:hover {
  background-color: #e6f3ff;
  border-color: #2073db;
  color: #2073db;
}
.airport-modal .airport-item:first-child {
  margin-top: 0;
}
.airport-modal .uk-modal-footer {
  padding: 15px 20px;
  border-top: 1px solid #e5e5e5;
  background-color: #f8f9fa;
}
.airport-modal .uk-button {
  font-size: 14px;
  padding: 8px 20px;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
}
.airport-modal .uk-button-default {
  background-color: #6c757d;
  color: #fff;
}
.airport-modal .uk-button-default:hover {
  background-color: #5a6268;
}
.airport-modal .uk-modal-close-default {
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  border: none;
  font-size: 20px;
  color: #999;
  cursor: pointer;
  padding: 0;
  width: 20px;
  height: 20px;
}
.airport-modal .uk-modal-close-default:hover {
  color: #333;
}
/* Airport Modal Header Styles */
.airport-modal .modal-header {
  position: relative;
  min-height: 40px;
  border-radius: 6px 6px 0 0;
  border-bottom: 3px solid #2073db;
  background-color: #f4f4f4;
  padding-top: 1px;
  padding-bottom: 3px;
}
.airport-modal .btn-wrap.type05 {
  margin: 0;
}
.airport-modal .btn-wrap.type05 .btn {
  background: none;
  border: none;
  color: #fff;
  font-size: 14px;
  padding: 5px 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: all 0.2s ease;
}

.airport-modal .btn-wrap.type05 .btn:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 3px;
}

.airport-modal .btn-wrap.type05 .btn .fe-close {
  font-size: 16px;
  color: #fff;
}
/* icon */
.icon-gray-plus {
  position: relative;
}
.icon-gray-plus::before {
  width: 8px;
  height: 18px;
  display: inline-block;
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -8px;
  margin-left: -5px;
}
.icon-gray-hotel {
  position: relative;
  padding-left: 10px;
}
.icon-gray-hotel::before {
  width: 18px;
  height: 18px;
  display: inline-block;
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -8px;
  margin-left: -12px;
}
.gray-plus-sign-icon::before {
  background-image: url('/rmp-common/img/pc/travel/gray-plus-sign-icon.svg');
}
.air-icon::before {
  background-image: url('/rmp-common/img/pc/travel/icon-air.svg');
}
.select-condition .in-label + select {
  min-width: 222px;
  font-size: 14px;
  border-radius: 0 3px 3px 0;
  border-left: none;
}
.select-date-form label {
  text-align: left;
  padding-left: 10px;
  background: #fff url(/img/common/icon-calender.svg) 100% 0% no-repeat;
  background-position: 166px 4px;
  width: 100%;
  height: 31px;
  margin: 0;
  padding: 4px 0;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #1b6bcf;
  font-weight: normal;
  text-align: left;
  padding-left: 10px;
  display: inline-block;
  max-width: 100%;
}
.select-date-form-wide {
  width: 195px;
  font-size: 14px;
  background: #fff;
}
.select-date-form input {
  position: absolute;
  width: 100%;
  height: 31px;
  color: transparent;
  background: transparent;
  border: none;
  cursor: pointer;
}
.ek-train-section {
  margin-right: 3px;
  padding-top: 2px;
}
.ek-train-section:focus {
  box-shadow: none;
}
.mr-12-travel {
  margin-right: 12px;
}
.in-label + input {
  font-size: 14px;
  min-width: 222px;
}
.ekitan-media {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 10px;
}
.ekitan-media h4 {
	font-size: 14px;
  font-weight: bold;
	margin: -1px;
}
.h3-style span {
  font-weight: 400;
}

ul.select-airport {
  margin-bottom: 0;
  min-height: 343px;
  max-height: 350px;
  overflow: auto;
}
.selector-inner ul.select-airport>li {
  border-bottom: 1px solid #fff;
  height: 38px;
}
.select-airport li a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 3;
  padding: 0 0 0 20px;
  text-decoration: none;
}
.select-airport li a:hover {
  background-color: #d2f0ff;
}
.selector-inner {
  box-sizing: border-box;
  background-color: #f1f5fa;
  width: 100%;
}
.select-airport li a:before {
  content: "\ea08";
  display: inline-block;
  font-family: myfont;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: .5em;
  margin-right: 3px;
}
.content-tab-airport {
  margin: 20px auto auto;
  width: 90%;
  height: 390px;
}
.date-btd {
  margin-left: 15px;
}
.modal-content .modal-body {
  padding: 0;
  border-radius: 0 0 6px 6px;
  background-color: #fff;
}
/* .modal-body {
    position: relative;
    padding: 15px;
} */
.content-tab-airport:after {
  content: "";
  position: absolute;
  bottom: 25px;
  left: 0;
  display: block;
  width: 100%;
  height: 3px;
  background-color: #2073db;
  z-index: 3;
}
.tab-modal>*>a {
  display: block;
  text-align: center;
  color: #333;
  border-bottom: 4px solid transparent;
}
.base-mr4-travel {
  margin-right: 4px;
}
.tour-card {
  border: 1px solid #cccccc;
  border-radius: 3px;
  padding: 8px;
  overflow: hidden;
}
.tour-card-img-wrap {
  position: relative;
}
.tour-card-img {
  width: 100%;
  height: 80px;
  object-fit: cover;
}
.tour-card-label {
  position: absolute;
  top: 0;
  left: 10px;
  background: #FFE500;
  color: #333;
  font-weight: bold;
  padding: 4px 10px;
  font-size: 13px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.08);
}
.tour-card-label-kyoto { background: #ffe600; }
.tour-card-label-osaka { background: #ffe600; }
.tour-card-label-nagoya { background: #ffe600; }
.tour-card-body {
  background: #fffbe7;
  padding: 5px 8px 5px 8px;
}
.tour-card-title {
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 0;
}
.tour-card-price {
  color: #E93E26;
  font-size: 16px;
  font-weight: bold;
}
.kome.small > li {
  font-size: 10px;
  color: #777777;
}
.disclaimer p {
  color: #333333;
}

.form-search-note {
  text-align: center;
  color: #555555;
  font-size: 11px;
  margin: 5px 0 0 0;
}

.skyscraper div.banner-left {
  top: 37px;
}

/* start */
.ttl-type04 {
    margin: 0;
    padding: 0 0 10px 0;
    border-bottom: 2px solid #e5e5e5;
    font-size: 15px;
    font-weight: bold;
}

.ttl-type04 .inner {
    display: block;
    border-left: 4px solid #2073db;
    padding-left: 10px;
    line-height: 1.375;
}

.tab2-wrap.type03 .tab2-menu ul li:last-child {
  float: right;
  width: 71px;
}

/*　タブ　*/
.tab2-wrap.type03 .tab2-menu {
  position: relative;
  z-index: 1;
}

.tab2-wrap.type03 .tab2-menu:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 3px;
  background-color: #2073db;
  z-index: 3;
}

.tab2-wrap.type03 .tab2-menu ul {
  margin: 0;
}

.tab2-wrap.type03 .tab2-menu ul li {
  float: left;
  display: table;
  width: 63px;
  height: 30px;
  margin-left: 5.5px;
  padding: 0;
  border-radius: 3px 3px 0 0;
  border: 1px solid #ccc;
  border-bottom: 0;
  color: #1b6bcf;
  font-size: 13px;
  line-height: 1.38462;
  text-align: center;
}

.tab2-wrap.type03 .tab2-menu ul li:first-child {
  margin-left: 0;
}

.tab2-wrap.type03 .tab2-menu ul li:hover {
  background-color: #d2f0ff;
}

.tab2-wrap.type03 .tab2-menu ul li.active {
  border-color: #2073db;
  background-color: #2073db;
  color: #fff;
  font-weight: bold;
}

.tab2-wrap.type03 .tab2-menu ul li.active a {
  cursor: default;
}

.tab2-wrap.type03 .tab2-menu ul li a {
    padding: 6px 2px 4px;
}

.tab2-wrap.type03 .tab2-menu ul li a {
  display: table-cell;
  padding: 6px 5px 4px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
}

.tab2-wrap.type03 .tab2-menu ul li a {
  padding: 6px 2px 4px;
}

.tab2-wrap.type03 .tab2-content .tab2-content-inner:not(.active) {
  display: none;
}


.tab2-content > .active {
  display: block;
}

.tab2-wrap.type03 .tab2-content .tab2-content-inner:not(.active) {
  display: none;
}

.link-wrap.type02 {
  margin-top: 10px;
}

.link-wrap.type02 ul {
  display: table;
  width: 100%;
  height: 36px;
  margin: 0;
}

.link-wrap.type02 ul li {
  position: relative;
  float: none;
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  border: 0;
  box-sizing: border-box;
}

.link-wrap.type02 ul li:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  height: 1px;
  background-color: #e5e5e5;
}

.link-wrap.type02 ul li:empty:after {
  background-color: transparent;
}

.link-wrap.type02 ul li:nth-child(1) {
  width: 34.47%;
}

.link-wrap.type02 ul li:nth-child(2) {
  width: 34.47%;
}

.link-wrap.type02 ul li:nth-child(3) {
  width: 31.16%;
}

.link-wrap.type02 ul li:nth-child(1) a, .link-wrap.type02 ul li:nth-child(1):after {
  width: 90.45%;
}

.link-wrap.type02 ul li:nth-child(2) a, .link-wrap.type02 ul li:nth-child(2):after {
  width: 90.45%;
}

.link-wrap.type02 ul li:nth-child(3) a, .link-wrap.type02 ul li:nth-child(3):after {
  width: 100.00%;
}

.link-wrap.type02 ul li a {
  display: table;
  height: 100%;
  padding: 9px 0 7px;
}

.link-wrap.type02 ul li a span {
  display: table-cell;
  font-size: 13px;
  vertical-align: middle;
  word-break: break-all;
}

.link-wrap.type02.station ul li a span {
  font-size: 14px;
  vertical-align: top;
}

.link-wrap.type02.station ul li a{
  font-size: 14px;
  align-items: stretch;
}

.border-none {
  border: none !important;
}

.event-estate-wrap {
    border: 1px solid #E5E5E5;
    min-height: 36px;
    padding: 10px;
}

.uk-modal-body .list-table .col3 .table-col .check-box-set {
	width: calc(100% / 3 - 13px);
}

.info-wrap hr{
  border-bottom: 1px solid #e5e5e5;
  margin: 0;
}

.info-wrap .check-box-set {
  margin: 5px 0;
}

.list-table > li .table-col {
	display: table-cell;
	border-left: 1px solid #ccc;
	padding: 10px;
	font-size: 13px;
}

.table-col .check-box-set {
  width: calc(100% / 3 - 13px);
}

.check-box-set {
  display: inline-flex;
  align-items: flex-end;
  margin-right: 10px;
}

.check-box-set input[type="checkbox"] {
  margin-right: 8px;
  margin-bottom: 8px;
}

.check-box-set .check-box-label {
  margin-bottom: 0;
}

.check-box-set input[type="checkbox"]:disabled {
  opacity: 0.6;
  cursor: not-allowed;    
  accent-color: #EEEEEE;  
}

.check-box-set input[type="checkbox"]:disabled + .check-box-label {
  color: #c0c0c0;
  cursor: not-allowed;
}
.text-align-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.contents-event-list-eki .btn-type.btn-l{
  letter-spacing: 0;
  width: auto !important;
  padding: 20px 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contents-event-list-eki .wrap-search-btn{
  margin: 15px 0;
}

.link-wrap.type01 ul {
  padding: 0;
  margin: 3px 5px 5px 5px;
  list-style: none;
  border: 1px solid #ccc;
}

.link-wrap.type01 ul li {
  border-top: 1px solid #ccc;
}

.link-wrap.type01 ul li:first-child {
  border-top: none;
}

.link-wrap.type01 ul li a {
  display: table;
  padding: 10px 6px 8px 6px;
  font-size: 13px;
  color: #333;
  text-decoration: none;
  width: 100%;
  text-align: left;
}

.link-wrap.type01 ul li:hover {
  background-color: rgb(210 240 255 / 80%);
}

.link-wrap.type01 ul li a .fe {
  display: table-cell;
  vertical-align: top;
  width: 11px;
  text-align: right;
  font-size: 11px;
  color: #1b6bcf;
}

.estate-map-tab-wrap {
	font-family: "メイリオ", Meiryo,"Open Sans", "Helvetica Neue", Helvetica, "Arial", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}

.estate-map-tab-wrap .tab-contents {
	width: 690px;
	height: 470px;
	margin: 0 !important;
}

.estate-map-tab-wrap .tab-contents.map-japan-pc {
  background: url(/rmp-common/img/pc/travel/map-japan_pc@2x.png) #E0F5FF no-repeat;
  background-size: 640px 352px;
  background-position: 59px 9px;
  position: relative;
}

.estate-map-tab-wrap .tab-contents.map-japan-pc::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 85px;
  width: 305px;
  height: 165px;
  background: #E0F5FF;
}

.estate-map-tab-wrap .tab-contents.map-japan-pc::after {
  content: "";
  position: absolute;
  top: 190px;
  left: 20px;
  width: 199px;
  height: 84px;
  background: url(/rmp-common/img/pc/estate/map-japan_pc@2x.png) no-repeat;
  background-size: 650px 358px;
  background-position: -60px -54px;
}

.estate-map {
    background: #E0F5FF;
    position: relative;
}

.estate-map-point {
	list-style: none;
	margin: 0;
	padding: 0;
}

.estate-map-point .point dl {
  background-color: rgb(255 255 255 / 75%);
  width: 70px;
  height: auto;
  text-align: center;
  border: solid 1px #fff;
  border-radius: 3px;
  box-shadow: 1px 1px 4px rgb(0 0 0 / 15%);
  display: block;
  text-decoration: none;
  color: #333;
}

.estate-map-point .point dl.extend {
  width: 130px;
}

.estate-map-point .point dl.extend2 {
  width: 150px;
}

.estate-map-point .point dl.extend3 {
  width: 80px;
}

.estate-map-point .point dl.extend ul, .estate-map-point .point dl.extend2 ul {
	display: flex;
  flex-wrap: wrap;
}
.estate-map-point .point dl.extend ul li, .estate-map-point .point dl.extend2 ul li {
	width: calc(100% / 2);
}

.estate-map-point .point dl.extend ul li:nth-child(odd), .estate-map-point .point dl.extend2 ul li:nth-child(odd) {
  border-right: 1px solid #ccc;
}

.estate-map-point .point dl.extend ul li:nth-child(2), .estate-map-point .point dl.extend2 ul li:nth-child(2) {
  border-top: none;
}

.estate-map-point dl ,
.estate-map-point dt ,
.estate-map-point dd ,
.estate-map-point  p {
	line-height: 1;
}

.estate-map-point dl {
	padding: 0;
	margin: 0;
}

.estate-map-point .title {
	margin: 5px 0;
	font-size: 12px;
}

/* 天気図 position設定 ----------------------------------- */
.estate-map-point .point {
	position: absolute;
}

.map-pref .estate-map-point .point.chugoku        { top: 25px; left: 20px; z-index: 1;}
.map-pref .estate-map-point .point.hokuriku       { top: 25px; left: 110px;}
.map-pref .estate-map-point .point.koshinetsu     { top: 25px; left: 195px;}
.map-pref .estate-map-point .point.tohoku         { top: 25px; left: 280px;}
.map-pref .estate-map-point .point.kyushu-okinawa { top: 290px; left: 20px;}
.map-pref .estate-map-point .point.shikoku        { top: 353px; left: 190px;}
.map-pref .estate-map-point .point.kansai         { top: 320px; left: 340px;}
.map-pref .estate-map-point .point.tokai          { top: 288px; left: 505px;}
.map-pref .estate-map-point .point.hokkaido       { top: 105px; left: 590px;}
.map-pref .estate-map-point .point.kanto          { top: 192px; left: 590px;}

.estate-index-search-tab {
  display: block;
  position: absolute;
  top: 32px;
  left: 103px;
  right: 0;
  background: #fff;
  border-radius: 4px;
  max-width: 300px;
  z-index: 1;
}

.table-col-lime-station-list {
  width: 20%;
  font-weight: bold;
  color: #76787D;
  border: 0;
  padding: 0;
  font-size: 14px !important;
  display: table-cell;
}

.bg-title-select {
  background-color: #f7f5f7;
  padding: 10px;
}

.padding-check-box {
  margin: 0 17px;
}

/* 両サイドバナーエリ(スカイスクレイパー) */
.skyscraper {
  position: sticky;
  left: auto;
  top: 0;
  transform: translate(0);
  width: 1120px; /* コンテンツ幅に合わせる */
  z-index: 10; /* 他の要素より前面に表示 */
  margin: 0 auto;
}

.skyscraper div.banner-left {
  position: absolute;
  left: -160px;
  top: 30px;
}
.skyscraper div.banner-right {
  position: absolute;
  right: -160px;
  top: 30px;
}

.btn-group.select-area {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  margin: 15px auto
}

.btn-group.select-area .btn.btn-md {
  float: left;
  position: relative;
  width: 67.5px;
  height: 26px;
  padding: 6px 2px;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  font-size: 13px;
  color: #1b6bcf;
  text-align: center;
  line-height: 1;
  outline: none;
  z-index: 0
}

.btn-group.select-area.synchronize .btn.btn-md {
  height: 32px!important;
  line-height: 1.6!important
}

.btn-group.select-area.synchronize .btn.btn-md:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)!important;
  box-shadow: inset 0 1px 1px #00000013,0 0 8px #66afe999!important
}

.btn-group.select-area .btn.btn-md+.btn.btn-md {
  margin-left: -1px
}

.btn-group.select-area .btn.btn-md:first-of-type {
  border-radius: 3px 0 0 3px
}

.btn-group.select-area .btn.btn-md:last-of-type {
  border-radius: 0 3px 3px 0;
  width: 89px
}

.btn-group.select-area .btn.btn-md:hover {
   background-color: #d2f0ff
}

.btn-group.select-area .btn.btn-md.active {
  position: relative;
  margin-left: 0;
  border-color: #2073db;
  background-color: #2073db;
  color: #fff;
  font-weight: 700;
  z-index: 1
}

.btn-group.select-area .btn.btn-md.active>.fe-check {
  /* position: absolute;
  top: 62%;
  left: 10.5px; */
  margin-top: -6px;
  margin-right: 5px;
  font-size: 8.5px;
}

.btn-group.select-area .btn.btn-md:not(.active) .fe-check {
  display: none
}

.btn-group.select-area .btn.btn-md[disabled] {
  border-color: #ccc;
  background-color: #ccc;
  color: #fff;
  cursor: default
}

.link.disabled a {
  color: #333333 !important;
  cursor: not-allowed;
  pointer-events: none;
  text-decoration: none;
}

.link.disabled a:hover {
  color: #333333 !important;
  text-decoration: none;
}

.link-title {
  margin: 0;
  border-bottom: 1px solid #e5e5e5;
  font-size: 14px;
  font-weight: normal;
  color: #1B6BCF;
  padding-bottom: 5px;
}

.link-title.other-region .city-name {
  color: #333333;
}

.link-title .city-name {
  font-weight: bold;
}

.link-title .count {
  font-weight: normal;
}
.hide {
  display: none!important;
}
.color-555 {
  color: #555555!important;
}
.color-333 {
  color: #333333!important;
}
.travel-modal-search-checkbox{
  width: unset!important;
}
.align-items-none{
  align-items: unset !important;
}
.margin-top-unset{
  margin-top: unset !important;
}
.border-bottom-2px-e5 {
  border-bottom: 2px solid #e5e5e5;
}

.no-underline-hover:hover { 
    text-decoration: none; 
}
/* end */