/* 隴ｽﾂ驍擾ｽ｢隴ｯ繝ｻ*/
.top-searcher-nav {
  background-color: #095f70;
  display: flex;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
  margin-top: 30px;
}

.top-searcher-nav-item {
  flex: 1;
  text-align: center;
  padding: 12px 0;
  color: white;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  position: relative;
  transition: background-color 0.3s;
}

.top-searcher-nav-item.active {
  background-color: rgba(255, 255, 255, 0.2);
}

.top-searcher-nav-item:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.nav-icon {
  margin-right: 8px;
  font-size: 16px;
}

.top-searcher-nav-item.active::after {
  content: '';
  position: absolute;
  bottom: 8px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 10%;
  height: 2px;
  background-color: white;
}

.top-searcher {
  position: relative;
  background-image: url(/img/top/bg02.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 5px;
}

.top-searcher-box {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}

.top-searcher-box-title {
  padding-top: 15px;
  /* 陷・ｸ橸ｽｰ繝ｻ32px */
  color: #fff;
  font-size: 28px;
  /* 陷・ｸ橸ｽｰ繝ｻ32px */
  margin-bottom: 12px;
  /* 陷・ｸ橸ｽｰ繝ｻ25px */
}

.top-searcher-box-form {
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25);
  border-radius: 5px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin: 0 0 30px;
  /* 陷・ｸ橸ｽｰ繝ｻ62px */
  padding: 15px;
  /* 陷・ｸ橸ｽｰ繝ｻ20px */
}

.top-searcher-box-form-condition {
  padding: 0;
  margin-top: 12px;
  display: flex;
}

.top-searcher-box-form-condition-add {
  position: relative;
}

.top-searcher-box-form-condition-add-title {
  position: absolute;
  top: 10px;
  left: 40px;
  color: #a6a6a6;
  font-size: 14px;
  -webkit-user-select: none;
  /* Safari */
  user-select: none;
  pointer-events: none;
}

.top-searcher-box-form-condition-add-input {
  width: 220px;
  min-height: 60px;
  padding: 22px 15px 0 40px;
  border: 1px solid #d1d1d1;
  font-size: 16px;
}

.top-searcher-box-form-condition-add-input:focus {
  min-height: 60px;
  padding: 0 20px 0 40px;
  border: 1px solid #d1d1d1;
}

.top-searcher-box-form-condition-add-input:focus+.top-searcher-box-form-condition-add-title {
  display: none;
}

.top-searcher-box-form-condition-add-icon {
  width: 20px;
  position: absolute;
  z-index: 100;
  left: 12px;
  top: 20px
}

.top-searcher-box-form-btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 20px;
}

.top-searcher-box-form-btn-search {
  height: 44px;
  padding: 0 16px;
  border: none;
  border-radius: 3px;
  background: #ffc11c;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  color: #222;
  cursor: pointer;
  white-space: nowrap;
  line-height: 44px;
  width: 250px;
  text-align: center;
  margin-left: 20px;
  transition: all 0.1s;
  -webkit-user-select: none;
  /* Safari */
  user-select: none;
}

.top-searcher-box-form-btn-search:hover {
  background: #d6a10f;
}

/* 邵ｺ鬘碑｡咲ｹｧ蟲ｨ笳・*/
.top-notice-box {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  color: #0f294d;
  padding: 40px 20px;
}

.top-notice-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  padding: 0 15px;
}

.top-notice-header .top-notice-title {
  font-size: 24px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

.top-notice-view-all {
  color: #1ba1ff;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s;
}

.top-notice-view-all:hover {
  color: #0088dd;
  text-decoration: underline;
}

.top-notice-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 16px;
  padding: 0 15px;
}

.top-notice-card {
  background: white;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 20px;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 140px;
}

.top-notice-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-color: #1ba1ff;
  transform: translateY(-2px);
}

.top-notice-card-featured {
  background: linear-gradient(135deg, #095f70 0%, #0b7a8f 100%);
  color: white;
  border: none;
}

.top-notice-card-featured:hover {
  box-shadow: 0 6px 16px rgba(9, 95, 112, 0.3);
}

.top-notice-card-featured .top-notice-card-badge {
  background-color: #fb0;
  color: #0f294d;
}

.top-notice-card-featured .top-notice-card-content p {
  color: white;
}

.top-notice-card-featured .top-notice-card-arrow {
  color: #fb0;
}

.top-notice-card-badge {
  display: inline-block;
  background-color: #f0f0f0;
  color: #0f294d;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 12px;
  width: fit-content;
}

.top-notice-card-date {
  font-size: 12px;
  color: #999;
  margin-bottom: 12px;
}

.top-notice-card-featured .top-notice-card-date {
  color: rgba(255, 255, 255, 0.8);
}

.top-notice-card-content {
  flex: 1;
  display: flex;
  align-items: flex-start;
}

.top-notice-card-content p {
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
  color: #0f294d;
}

.top-notice-card-arrow {
  color: #1ba1ff;
  font-weight: bold;
  margin-left: auto;
  align-self: center;
  transition: transform 0.3s;
}

.top-notice-card:hover .top-notice-card-arrow {
  transform: translateX(4px);
}

/* Mobile responsive */
@media (max-width: 768px) {
  .top-notice-grid {
    grid-template-columns: 1fr;
  }

  .top-notice-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .top-notice-header .top-notice-title {
    font-size: 20px;
  }

  .top-notice-card {
    min-height: auto;
  }
}

/* 霑夲ｽｹ鬮ｮ繝ｻ*/
.top-special {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}

.top-special-title {
  padding: 40px 0 20px;
  font-size: 24px;
  font-weight: bold;
  color: #0f294d;
}

.top-special-lists {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.top-special-list {
  width: 32.3%;
  cursor: pointer;
}

.top-special-list-img {
  width: 100%;
  transition: all 0.1s;
  border-radius: 8px;
}

.top-special-list-img:hover {
  opacity: 0.8;
}

/* 隴ｬ・ｼ陞ｳ闃ｽ遨宣→・ｺ陋ｻ・ｸ郢晢ｽｪ郢ｧ・ｹ郢昴・*/
.top-featured {
  background-color: #f7f7f7;
  border-top: 1px solid #e4e4e4;
  margin-top: 60px;
  height: 50px;
  display: none;
}

/* 鬩溯ｲ橸ｽｺ邇ｲ鬆鈴ｏ・｢陞ｳ・ｹ陜趣ｽｨ */
.hotel-search {
  background: url('../img/hotel/hotel3_l.jpg') no-repeat center bottom 8%;
  background-size: cover;
  padding-bottom: 50px;
}

.hotel-search-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.hotel-search-title {
  padding-top: 32px;
  text-align: center;
  color: #fff;
  font-size: 32px;
  margin-bottom: 25px;
}

.hotel-search-subtitle {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.1rem;
}

/* 隰ｳ諛・ｽｴ・｢髯ｦ・ｨ陷翫・*/
.hotel-search-form {
  background-color: #fff;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25);
  border-radius: 5px;
  margin: 0 0 40px;
  /* 陷・ｸ橸ｽｰ繝ｻ62px */
  padding: 15px;
  /* 陷・ｸ橸ｽｰ繝ｻ20px */
}

/* 隰ｳ諛・ｽｴ・｢髯ｦ謔滂ｽｸ繝ｻ・ｱﾂ */
.search-row {
  display: flex;
  margin-bottom: 20px;
  gap: 20px;
}

.search-field {
  position: relative;
  flex: 1;
}

/* 騾ｶ・ｮ騾ｧ繝ｻ諷埼恷轣倥・隴ｯ繝ｻ- 陷ｿ蛟ｬ譟・*/
.destination-field {
  flex: 2.2;
}

.hotel-date-range-row {
  display: flex;
  flex: 2.2;
  min-width: 0;
}

.hotel-date-range-row > .search-field {
  min-width: 0;
}

/* 郢昶・縺臥ｹ昴・縺醍ｹｧ・､郢晢ｽｳ */
.checkin-field {
  flex: 1;
  margin-right: 0;
}

/* 郢昶・縺臥ｹ昴・縺醍ｹｧ・｢郢ｧ・ｦ郢昴・*/
.checkout-field {
  flex: 1.2;
  margin-left: 0;
}

/* 陞ｳ・ｿ雎戊ｴ具ｽｺ・ｺ隰ｨ・ｰ */
.guests-field {
  flex: 1.3;
}

.checkin-field .top-searcher-box-form-condition-add-input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none;
}

.checkout-field .top-searcher-box-form-condition-add-input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* 驕假ｽｻ陷会ｽｨ驕ｶ・ｯ驍擾ｽｧ陷・､ｧ・ｸ繝ｻ・ｱﾂ - 闖ｫ譎・ｽｯ竏ｵ蝨定ｭ幄歓・ｾ轣倥・隴ｯ繝ｻ繝ｻ陞ｳ・ｽ闕ｳ逍ｲ貎秘ｫ難ｽｮ陜ｨ・ｨ鬯･髢・ｱ繝ｻ*/
@media screen and (max-width: 767px) {
  .hotel-search-container {

    padding: 0;
  }

  .top-searcher-box-title {
    padding-top: 5px;
    font-size: 20px;
    margin-bottom: 5px;
    text-align: center;
  }

  .hotel-search-form {
    padding: 10px 12px;
    margin-bottom: 15px;
  }

  /* 陟托ｽｺ陋ｻ・ｶ隰・隴幄歓・｡謔溘・騾ｧ繝ｻ繝ｻ驍擾｣ｰ陜吶ｉ蟲ｩ陜｣繝ｻ蛹陝ｷ・ｶ陷奇｣ｰ雋奇ｽ｡陞ｳ・ｽ陟趣ｽｦ */
  .search-row {
    margin-bottom: 6px;
  }

  .search-row > .search-field,
  .search-row > .hotel-date-range-row {
    width: 100% !important;
    margin: 0 0 8px 0 !important;
    flex: none !important;
  }

  .hotel-date-range-row > .search-field {
    width: auto !important;
    margin: 0 !important;
    flex: 1 1 0 !important;
  }

  /* 驕假ｽｻ鬮ｯ・､闕ｵ蜿･辯暮ｧ繝ｻ・ｹ・ｶ隰怜ｮ夲ｽｮ・ｾ驗ゑｽｮ繝ｻ譴ｧ髫ｼ闕ｳ・ｺ 100% */
  .hotel-date-range-row {
    width: 100% !important;
  }

  .top-searcher-box-form-condition-add-input,
  .search-input,
  .universal-hotel-search-input {
    width: 100% !important;
    min-height: 54px !important;
    padding: 18px 10px 0 40px !important;
    font-size: 14px !important;
    box-sizing: border-box !important;
    border-radius: 5px !important;
    border: 1px solid #d1d1d1 !important;
  }

  .top-searcher-box-form-condition-add-title {
    font-size: 10px;
    top: 5px;
    left: 35px;
  }

  .top-searcher-box-form-condition-add-icon,
  .field-icon {
    width: 14px;
    top: 15px;
    left: 10px;
  }

  .nights-display {
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 10px;
  }

  .search-button-container {
    margin-top: 5px;
  }

  .search-button {
    width: 100% !important;
    height: 48px !important;
    font-size: 16px;
  }
}

/* 霑夲ｽｹ陋ｻ・ｫ陞溘・轤翫・螟奇ｽｮ・ｩ郢昶・縺臥ｹ昴・縺醍ｹｧ・､郢晢ｽｳ陷･蠕後Γ郢ｧ・ｧ郢昴・縺醍ｹｧ・｢郢ｧ・ｦ郢晁ご・ｴ・ｧ隰厄ｽｨ騾ｹﾂ */
.checkin-field {
  margin-right: -10px;
}

.checkout-field {
  margin-left: -10px;
}

.guests-field {
  margin-left: 0px;
}

/* 驕托ｽｮ闖ｫ譏ｴ繝｡郢ｧ・ｧ郢昴・縺醍ｹｧ・､郢晢ｽｳ陷･蠕後Γ郢ｧ・ｧ郢昴・縺醍ｹｧ・｢郢ｧ・ｦ郢晁ご蝎ｪ髴守§繝ｻ隴ｯ繝ｻ・ｴ・ｧ隰厄ｽｨ騾ｹﾂ */
.checkin-field .top-searcher-box-form-condition-add-input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none;
}

.checkout-field .top-searcher-box-form-condition-add-input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.field-label {
  display: block;
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 8px;
  font-weight: 500;
}

.input-with-icon {
  position: relative;
  display: flex;
  align-items: center;
}

.search-input {
  width: 100%;
}

.search-input:focus {
  outline: none;
  border: 2px solid #333;
}

.field-icon {
  position: absolute;
  left: 15px;
  width: 20px;
  height: 20px;
  z-index: 2;
}

/* 隴鯉ｽ･隴帶ｺｷ・ｭ邇ｲ・ｮ・ｵ霑夲ｽｹ隹ｿ鬆托｣ｰ・ｷ陟代・*/
.date-input {
  cursor: pointer;
}


.nights-display {
  position: absolute;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
  background: #1ba1ff;
  color: white;
  padding: 1px 5px;
  border-radius: 3px;
  font-size: 0.75rem;
  font-weight: 500;
  pointer-events: none;
}

/* 闕ｳ蛹ｺ邏夐蘭諛ｷ鮟・*/
.search-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  border: 1px solid #d1d1d1;
  border-top: none;
  border-radius: 0;
  margin-top: 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 1000;
  display: none;

}

.destination .search-dropdown {
  width: 500px;
  /* 陟・ｧｫ蛻郁楜・ｽ陟趣ｽｦ */
}

/* 騾ｶ・ｮ騾ｧ繝ｻ諷崎叉蛹ｺ邏夐蘭諛ｷ鮟・*/
.destination-dropdown {
  padding: 0px;
  min-width: auto !important;
}

/* 陜謎ｸｻ・ｸ繧磯鈴ｏ・｢謇域瑳譽｡隴ｬ・ｷ陟代・*/
.city-search-results {
  max-height: 400px;
  overflow-y: auto;
}

.city-result-item {
  padding: 12px 15px;
  border-bottom: 1px solid #f5f5f5;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
  min-height: 50px;
}

.city-result-item:hover {
  background-color: #f8f9fa;
}

.city-result-item:last-child {
  border-bottom: none;
}

.city-icon {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: rgba(43, 102, 216, 0.12);
  color: #2b66d8;
}

.city-icon img,
.city-icon i,
.hotel-icon i {
  width: 16px;
}

.city-icon i,
.hotel-icon,
.hotel-icon i {
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  text-align: center;
}

.hotel-icon {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: rgba(15, 23, 42, 0.08);
  color: #0f172a;
}

.city-info {
  flex: 1;
  min-width: 0;
}

.city-main {
  /* display: flex;
    align-items: center; */
  /* gap: 8px; */
  line-height: 1.4;
}

.city-name {
  font-size: 14px;
  display: block;
}

.city-location {
  font-size: 12px;
  color: #666;
  line-height: 1.3;
}

.city-country {
  font-size: 12px;
  color: #A6A6A6;
  font-weight: normal;
}

.place-icon-badge {
  width: 24px;
  height: 24px;
  min-width: 24px;
  padding: 0;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background: #d97706;
  letter-spacing: 0.02em;
}

.place-icon-badge i {
  font-size: 12px;
  line-height: 1;
}

.place-icon-badge--station {
  background: #1b7f5c;
}

/* 隰ｳ諛・ｽｴ・｢謇域瑳譽｡隴擾ｽｾ驕会ｽｺ陞滂ｽｴ鬩幢ｽｨ */
.search-results-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 15px 10px;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 10px;
}

.search-results-header h4 {
  margin: 0;
  color: #0f294d;
  font-size: 16px;
}

.results-count {
  font-size: 12px;
  color: #666;
  background: #f8f9fa;
  padding: 2px 8px;
  border-radius: 10px;
}

/* 隴鯉｣ｰ謇域瑳譽｡隴ｬ・ｷ陟代・*/
.no-results {
  padding: 40px 20px;
  text-align: center;
  color: #666;
  font-style: italic;
  background: #fafafa;
  margin: 10px;
}

/* 霎懶ｽｭ鬮｣・ｨ陜謎ｸｻ・ｸ繧会ｽｽ隨ｬ・ｰ・ｼ */
.destination-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  padding: 15px;
  max-height: 450px;
  overflow-y: auto;
}

.destination-item {
  padding: 5px 12px;
  text-align: left !important;
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 14px;
  background: white;
  min-height: 35px;
  display: flex;
  align-items: center;
  border-radius: 0;
}

.destination-item:hover {
  background: #1ba1ff;
  color: white;
  border-color: #1ba1ff;
}

.destination-city {
  margin-bottom: 2px;
}

.destination-code {
  font-size: 12px;
  opacity: 0.7;
}

/* 陞ｳ・｢闔・ｺ闕ｳ蛹ｺ邏夐蘭諛ｷ鮟・*/
.guests-dropdown {
  padding: 16px;
  width: 360px;
  right: 0;
  left: auto;
}

.guests-controls {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 15px;
}

.guest-control {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.control-label {
  flex: 1;
  line-height: 15px;
}

.label-main {
  display: block;
  font-weight: 500;
}

.label-sub {
  font-size: 10px;
  color: #666;
}

.counter {
  display: flex;
  align-items: center;
  gap: 15px;
}

.counter-btn {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #d1d1d1;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #717171;
  font-weight: 700;
  font-size: 20px;
  user-select: none;
}

.counter-btn:hover {
  border-color: #667eea;
  color: #667eea;
}

.counter-value {
  min-width: 20px;
  text-align: center;
}

.dropdown-confirm {
  background: #1891e6;
  border-radius: 3px;
  color: #fff;
  padding: 0 16px;
  height: 44px;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  color: white;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease;
  margin-top: 30px;
  width: 100%;
}

/* 隰ｳ諛・ｽｴ・｢隰冶崟閨ｴ */
.search-actions {
  text-align: right;
  margin-top: 20px;
}

.search-button {
  background: #ffc11c;
  font-size: 16px;
  width: 250px;
  font-weight: 600;
  line-height: 140%;
  color: #222;
  border: none;
  padding: 10px 40px;
  border-radius: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}

.search-button:hover {
  background: #d6a10f;
}

/* 陷会｣ｰ髴難ｽｽ霑･・ｶ隲､竏ｵ・ｰ・ｷ陟代・*/
.search-button:disabled {
  background: #ccc !important;
  cursor: not-allowed;
}

.search-button:disabled:hover {
  background: #ccc !important;
  transform: none !important;
}

/* 隴擾ｽｾ驕会ｽｺ闕ｳ蛹ｺ邏夐蘭諛ｷ鮟・*/
.search-dropdown.show {
  display: block;
  animation: slideDown 0.3s ease;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 髴守§繝ｻ隴ｯ繝ｻ笏ｬ霓､・ｹ霑･・ｶ隲､竏ｽ・ｼ莨懷密 */
.top-searcher-box-form-condition-add-input:focus {
  border-color: #1ba1ff !important;
  box-shadow: 0 0 0 2px rgba(27, 161, 255, 0.1);
}

/* placeholder 隴ｬ・ｷ陟代・*/
.top-searcher-box-form-condition-add-input::placeholder {
  color: #a6a6a6;
  opacity: 1;
}

.top-searcher-box-form-condition-add-input:focus::placeholder {
  color: #ccc;
}

/* 驕假ｽｻ陷会ｽｨ驕ｶ・ｯ鬨ｾ繧九・ */
@media screen and (max-width: 767px) {
  .hotel-search{
    padding-bottom: 10px;
  }

  .hotel-search-title {
    padding: 16px 4% 0 4%;
    color: #fff;
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: bold;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    text-align: left;
  }

  .lang-en .hotel-search-title {
    font-size: 20px;
  }

  .hotel-search-form {
    width: 92%;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25);
    border-radius: 5px;
    margin: 20px auto;
    padding: 20px 20px 20px;
  }

  .top-hot-lists {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
  }

  .top-hot-list {
    flex: 0 0 auto;
    width: 70%;
    height: 160px;
    margin-right: 10px;
    scroll-snap-align: start;
    position: relative;
  }

  .top-hot-list-img {
    width: 100%;
    height: 160px;
    object-fit: cover;
  }

  .top-searcher-box-title {
    padding: 26px 4% 0 4%;
    color: #fff;
    font-size: 24px;
  }

  .top-searcher-box-form-condition {
    padding: 0;
    margin-top: 12px;
    display: flex;
    flex-direction: column;
  }

  .top-searcher-box-form {
    width: 92%;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .15);
    border-radius: 5px;
    margin: 0px auto 20px;
    padding: 20px 20px 20px;
  }

  .top-searcher-nav-item.active::after {
    width: 30%;
  }

  .top-searcher-nav {
    width: 92%;
    margin: 20px auto 0px;
  }

  .top-searcher-box-form-condition-add {
    margin: 0 !important;
  }

  .top-searcher-box-form-condition-add-input {
    width: 100% !important;
    min-height: 60px;
    padding: 22px 20px 0 40px;
    border: 1px solid #d1d1d1 !important;
    font-size: 16px;
    margin-top: 10px;
  }

  .top-searcher-box-form-condition-add-input:focus {
    min-height: 60px;
    padding: 0 20px 0 40px;
    border: 1px solid #d1d1d1;
  }

  .top-searcher-box-form-btn {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    margin-top: 14px;
  }

  .top-searcher-box-form-btn-search {
    width: 100%;
    height: 44px;
    padding: 0 16px;
    border: none;
    border-radius: 3px;
    background: #ffc11c;
    font-size: 16px;
    font-weight: 600;
    line-height: 140%;
    color: #222;
    cursor: pointer;
    white-space: nowrap;
    line-height: 44px;
    text-align: center;
    margin-left: 0;
    transition: all 0.1s;
    margin-top: 14px;
  }

  .top-notice {
    width: 92%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
  }

  .top-special {
    width: 92%;
  }

  .top-hot {
    width: 92%;
  }

  .top-searcher-box-form-condition-add-title {
    position: absolute;
    top: 8px;
    left: 40px;
    color: #a6a6a6;
    font-size: 13px;
    -webkit-user-select: none;
    user-select: none;
    pointer-events: none;
  }

  .top-searcher-box-form-condition-add-icon {
    width: 20px;
    position: absolute;
    z-index: 100;
    left: 12px;
    top: 20px
  }

  .top-searcher-box-form-condition-add-dropdown {
    position: absolute;
    top: 70px;
    left: 0;
    z-index: 200;
    overflow: auto;
    width: 100%;
    height: 392px;
    background-color: white;
    -webkit-box-shadow: 0 2px 10px 0 rgba(34, 34, 34, .15);
    box-shadow: 0 2px 10px 0 rgba(34, 34, 34, .15);
    border-radius: 0;
    display: none;
  }

  .top-searcher-box-form-condition-cabinclass-dropdown {
    position: absolute;
    top: 70px;
    right: 0;
    z-index: 2;
    overflow: auto;
    width: 100%;
    height: 392px;
    background-color: white;
    -webkit-box-shadow: 0 2px 10px 0 rgba(34, 34, 34, .15);
    box-shadow: 0 2px 10px 0 rgba(34, 34, 34, .15);
    border-radius: 0;
    display: none;
    padding: 16px;
  }

  .top-searcher-box-form-condition {
    padding: 0;
    margin-top: 0;
    display: flex;
  }

  .top-banner-img {
    display: none;
  }

  .top-special-list {
    width: 100%;
    margin-bottom: 10px;
  }

  .top-banner {
    width: 92%;
  }

  .top-banner-img2 {
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 8px;
  }

  .top-searcher-box-form-condition-exchange {
    width: 32px;
    height: 32px;
    border-radius: 90%;
    border: 1px solid #d1d1d1;
    background-color: white;
    position: absolute;
    top: 106%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
  }

  .top-searcher-box-form-condition-exchange-img {
    width: 60%;
    margin: 20%;
    transform: rotate(90deg);
  }

  .top-searcher-box-form-condition-exchange-img.rotate {
    transform: rotate(270deg);
  }

  .top-searcher-box-form-condition-add-dropdown-area-lists {
    grid-template-columns: 1fr 1fr;
  }

  .top-notice-box {
    width: 92%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }

  .top-special-lists {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  /* 隰・玄諠ｻ驕ｶ・ｯ隰ｳ諛・ｽｴ・｢髯ｦ謔滂ｽｸ繝ｻ・ｱﾂ */
  .search-row {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 15px;
  }

  .search-row > .search-field,
  .search-row > .hotel-date-range-row {
    width: auto !important;
    margin: 0 !important;
    min-width: 0;
  }

  .hotel-date-range-row {
    position: relative;
    display: flex;
    width: 100% !important;
    border: 1px solid #d1d1d1;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
  }

  .hotel-date-range-row::after {
    content: '';
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 50%;
    width: 1px;
    background: #eef1f4;
    transform: translateX(-0.5px);
    pointer-events: none;
  }

  .hotel-date-range-row > .search-field {
    flex: 1 1 0;
    width: auto !important;
    margin: 0 !important;
    min-width: 0;
  }

  /* 鬩･蜥ｲ・ｽ・ｮ隰・玄諠ｻ驕ｶ・ｯ騾ｧ繝ｻ髻ｳ隹ｿ莨・ｾ埼恪譎擾ｽ､繝ｻ轤・*/
  .checkin-field {
    margin-right: 0;
  }

  .checkout-field {
    margin-left: 0;
  }

  /* 鬩･蜥ｲ・ｽ・ｮ隰・玄諠ｻ驕ｶ・ｯ騾ｧ繝ｻ・ｾ・ｹ隴ｯ繝ｻ・ｰ・ｷ陟代・*/
  .checkin-field .top-searcher-box-form-condition-add-input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border: 0 !important;
  }

  .checkout-field .top-searcher-box-form-condition-add-input {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border: 0 !important;
    padding: 18px 54px 0 16px !important;
  }

  /* 驕托ｽｮ闖ｫ譎・・隴幢ｽｺ驕ｶ・ｯ髴守§繝ｻ隴ｯ繝ｻ・ｭ・｣陝ｶ・ｸ隴擾ｽｾ驕会ｽｺ */
  .search-field .top-searcher-box-form-condition-add-input {
    width: 100% !important;
    margin-top: 10px;
  }

  .hotel-date-range-row .search-field .top-searcher-box-form-condition-add-input {
    margin-top: 0 !important;
    box-shadow: none !important;
  }

  .nights-display {
    transform: none;
    right: 10px;
    top: 30%;
    left: auto;
    padding: 3px 6px;
    border-radius: 6px;
    font-size: 0.7rem;
    font-weight: 500;
  }

  .checkout-field .top-searcher-box-form-condition-add-title,
  .checkout-field .top-searcher-box-form-condition-add-icon {
    display: none !important;
  }

  .search-field .top-searcher-box-form-condition-add-input {
    margin-top: 0 !important;
  }

  /* 驕假ｽｻ陷会ｽｨ驕ｶ・ｯ闕ｳ蛹ｺ邏夐蘭諛ｷ鮟帝ｨｾ繧九・ */
  .search-dropdown {
    width: 100% !important;
    left: 0 !important;
  }

  .city-search-results {
    max-height: 100%;
  }

  .destination-grid {
    max-height: 100%;
  }

  .city-result-item {
    padding: 10px 12px;
    gap: 5px;
    min-height: 45px;
  }

  .city-name {
    font-size: 13px;
  }

  .city-country {
    font-size: 11px;
  }

  .city-main {
    gap: 6px;
  }

  .city-details {
    align-items: flex-start;
    flex-direction: row;
    gap: 10px;
  }

  .destination-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 6px;
    padding: 10px;
  }

  .search-results-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }

  .country-header {
    padding: 8px 12px;
    font-size: 13px;
  }

  .guests-dropdown {
    width: 100%;
    left: 0;
  }
}

/* 隴厄ｽｴ陞溷､ゑｽｻ謐ｺ譽｡隰蜊・ｽ､・ｺ隴ｬ・ｷ陟代・*/
.more-results {
  padding: 15px 20px;
  border-top: 1px solid #e8e8e8;
  background: #f8f9fa;
  text-align: center;
}

.more-results-text {
  font-size: 12px;
  color: #666;
  line-height: 1.4;
}

/* 髫ｹ繝ｻ邏幄叉蛹ｺ邏夐蘭諛ｷ鮟定ｭ崢陞滂ｽｧ鬯ｮ莨懶ｽｺ・ｦ闔会ｽ･鬨ｾ繧・ｽｺ逍ｲ蟲ｩ陞溷｣ｼ繝ｻ陞ｳ・ｹ */
.city-search-results {

  padding: 0 0;
}

/* 驕假ｽｻ陷会ｽｨ驕ｶ・ｯ鬨ｾ繧九・ */
@media screen and (max-width: 767px) {

  .more-results {
    padding: 12px 15px;
  }
}

/* 陝・ｽｩ陝・ｻ呻ｽｹ・ｴ魄ｴ繝ｻﾂ逕ｻ蜿ｫ陋ｹ・ｺ陜捺ｻ難｣ｰ・ｷ陟代・*/
.children-ages-section {
  padding-top: 15px;
  margin-top: 20px;
  border-top: 1px solid #e8e8e8;
}

.age-select-notice {
  font-size: 12px;
  color: #666;
  line-height: 1.4;
  margin-bottom: 15px;
  padding: 10px;
  background: white;
  border-left: 3px solid #1ba1ff;
}

.age-select-content {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  padding: 10px;
  background: white;
  border-radius: 4px;
  border: 1px solid #e8e8e8;
}

.age-select-desc {
  flex: 1;
  font-size: 14px;
  color: #0f294d;
}

.age-select-descName {
  font-weight: 600;
  margin-right: 5px;
}

.age-select-must {
  color: #ff4757;
  margin-left: 2px;
}

.age-select-text {
  flex: 2;
  display: flex;
  align-items: center;
  gap: 8px;
}

.age-select-agedesc {
  font-size: 12px;
  color: #666;
  white-space: nowrap;
}

.age-select-wrap-v8 {
  flex: 1;
  padding: 8px 12px;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  font-size: 14px;
  background: white;
}

.age-select-wrap-v8:focus {
  outline: none;
  border-color: #1ba1ff;
}

/* 驕假ｽｻ陷会ｽｨ驕ｶ・ｯ鬨ｾ繧九・ */
@media screen and (max-width: 767px) {
  .age-select-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .age-select-text {
    width: 100%;
  }
}

/* 驕假ｽｻ陷会ｽｨ驕ｶ・ｯ鬨ｾ繧九・繝ｻ繝ｻitepicker 驕ｲ莨夲ｽｼ繝ｻ*/
@media screen and (max-width: 767px) {

  /* Litepicker 隰・玄諠ｻ霑壻ｺ･繝ｻ陞ｳ・ｹ隲､・ｧ闖ｫ・ｮ陞溘・- 陞ｻ繝ｻ・ｸ・ｭ陝ｷ・ｶ陟・ｧｫ・､・ｧ陝・ｽｺ陝・ｽｸ */
  .litepicker {
    left: 50% !important;
    transform: translateX(-50%) !important;
    font-size: 16px !important;
    /* 陟・ｧｫ・､・ｧ陜難ｽｺ驕堕陝・懈差 */
    --litepicker-day-width: 45px !important;
    /* 陟・ｧｫ・､・ｧ雎井ｹ怜ｾ玖ｭｬ・ｼ陝・ｻ呻ｽｮ・ｽ陟趣ｽｦ */
    --litepicker-month-width: calc(var(--litepicker-day-width) * 7) !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2) !important;
  }

  .litepicker .container__months {
    width: calc(var(--litepicker-month-width) + 20px) !important;
    /* 闖ｫ・ｮ雎・ｽ｣陞ｳ・ｽ陟趣ｽｦ繝ｻ繝ｻ0px*2 騾ｧ繝ｻ繝ｻ髴趣ｽｹ髴阪・*/
    flex-direction: column !important;
    box-sizing: border-box !important;
  }

  .litepicker .container__months.columns-2 {
    width: calc(var(--litepicker-month-width) + 20px) !important;
  }

  .litepicker .month-item {
    width: 100% !important;
    box-sizing: border-box !important;
    padding: 10px !important;
  }

  .litepicker .container__days .day-item {
    height: 45px !important;
    line-height: 34px !important;
    font-size: 12px;
  }
}

.residence .top-searcher-box-form-condition-add-input {
  border-right: 1px solid #d1d1d1 !important;
}

.room-limit-tip {
  font-size: 12px;
  color: red;
  margin-top: 10px;
}

.search-dropdown .kw,
.mini-search-dropdown .kw {
  color: #1677ff;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  html,
  body {
    background: #f5f5f5;
  }

  .top-searcher {
    background: linear-gradient(180deg, #2c61fe 0%, #6f8fff 100%);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    padding-bottom: 35px;
    margin-bottom: 0;
  }
}

/* Hotel destination dropdown redesign */
.search-dropdown.dropdown-mode-popular .city-search-results,
.search-dropdown.dropdown-mode-popular .dropdown-section {
  max-height: none;
  overflow: visible;
}

.search-dropdown.dropdown-mode-results .city-search-results {
  max-height: 400px;
  overflow-y: auto;
}

.destination-scope-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  padding: 12px 12px 8px;
  border-bottom: 1px solid #edf1f6;
  background: #fff;
}

.destination-scope-tab {
  min-height: 36px;
  border:0;
  background: #f1f9ff;
  color: #1ba1ff;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}

.destination-scope-tab.active {
  background: #1ba1ff;
  border-color: #1ba1ff;
  color: #fff;
}

.destination-section-title {
  margin: 0;
  padding: 16px 16px 10px;
  color: #0f294d;
  font-size: 17px;
  font-weight: 600;
}

.overseas-popular-groups {
  padding: 10px 16px 16px;
  max-height: 360px;
  overflow-y: auto;
}

.overseas-featured-cities {
  margin-bottom: 12px;
}

.overseas-featured-cities-grid {
  max-height: none;
  overflow: visible;
  padding-top: 0;
}

.overseas-city-group + .overseas-city-group {
  margin-top: 14px;
}

.overseas-city-group-title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 12px;
  border: 0;
  appearance: none;
  background: #f8fbfe;
  color: #284866;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  text-align: left;
  cursor: pointer;
}

.overseas-city-group-title::after {
  content: "+";
  font-size: 14px;
  line-height: 1;
  color: #6f8aa5;
}

.overseas-city-group.is-expanded .overseas-city-group-title::after {
  content: "−";
}

.overseas-city-group-body {
  display: block;
  max-height: 0;
  overflow: hidden;
  pointer-events: none;

  opacity: 0;
  transform: translateY(-4px);
  transition: max-height 0.28s ease, opacity 0.18s ease, transform 0.18s ease;
  will-change: max-height, opacity, transform;
}

.overseas-city-group.is-expanded .overseas-city-group-body {
  pointer-events: auto;
  opacity: 1;
  transform: translateY(0);
}

.overseas-city-group .destination-grid {
  padding: 0;
  max-height: none;
  overflow: visible;
}

.dropdown-section--domestic {
  display: flex;
  flex-direction: column;
}

.domestic-region-list {
  max-height: 312px;
  overflow-y: auto;
  padding: 8px 10px 0;
}

.domestic-region-group + .domestic-region-group {
  margin-top: 8px;
}

.domestic-region-title {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 7px 10px;
  background: #f8fbfe;
  color: #284866;
  font-size: 15px;
  font-weight: 700;
  text-align: left;
}

.domestic-prefecture-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 6px 0 0;
}

.domestic-region-title-text {
  flex: 1;
  min-width: 0;
}

.domestic-prefecture-group {
  padding: 10px;
  border: 1px solid #edf1f6;
  background: #fafcff;
}

.domestic-city-group + .domestic-city-group {
  margin-top: 10px;
}

.domestic-prefecture-title {
  margin-bottom: 8px;
  color: #5a7493;
  font-size: 12px;
  font-weight: 700;
}

.domestic-city-group {
  padding: 8px;
  border: 1px solid #eef3f8;
  background: #fff;
}

.domestic-city-group-title {
  margin-bottom: 8px;
  color: #34506f;
  font-size: 12px;
  font-weight: 700;
}

.domestic-city-group-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.domestic-region-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
}

.domestic-option-chip {
  position: relative;
  display: flex;
  align-items: center;
  gap: 6px;
  min-height: 36px;
  padding: 5px 8px;
  background: #fff;
  cursor: pointer;
  transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.domestic-option-chip:hover {
  border-color: #8fc6ef;
  background: #f8fcff;
}

.domestic-option-chip input {
  width: 16px;
  height: 16px;
  margin: 0;
  accent-color: #1ba1ff;
  pointer-events: none;
}

.domestic-option-chip.is-checked {
  border-color: #1ba1ff;
  background: #f0f8ff;
}

.domestic-option-chip.is-disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.domestic-option-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-width: 0;
}

.domestic-option-name {
  color: #2f4964;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.15;
  word-break: break-word;
}

.domestic-option-meta {
  margin-top: 1px;
  color: #6b7a90;
  font-size: 10px;
  line-height: 1.2;
}

.domestic-actions {
  position: sticky;
  bottom: 0;
  z-index: 1;
  display: flex;
  gap: 8px;
  padding: 8px 10px 10px;
  border-top: 1px solid #edf1f6;
  background: #fff;
}

.domestic-action-btn {
  flex: 1;
  min-height: 34px;
  border: none;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.domestic-action-btn:hover {
  opacity: 0.92;
}

.domestic-action-btn.secondary {
  background: #eef3f8;
  color: #45607f;
}

.domestic-action-btn.primary {
  background: #1ba1ff;
  color: #fff;
}

.city-search-results--grouped {
  padding: 0;
}

.search-result-group + .search-result-group {
  border-top: 1px solid #edf1f6;
}

.search-result-group-title {
  padding: 12px 15px 8px;
  color: #1ba1ff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.search-result-group-list {
  padding-bottom: 4px;
}

.destination-tag-track {
  position: absolute;
  top: 50%;
  left: 38px;
  right: 12px;
  z-index: 3;
  display: none;
  align-items: center;
  gap: 6px;
  overflow-x: auto;
  overflow-y: hidden;
  transform: translateY(-50%);
  white-space: nowrap;
  scrollbar-width: none;
}

.destination-tag-track::-webkit-scrollbar {
  display: none;
}

.destination-tag-pill {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #e8f4ff;
  color: #1ba1ff;
  font-size: 12px;
  font-weight: 600;
}

.destination-tag-pill-remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  padding: 0;
  border: none;
  background: transparent;
  color: #1ba1ff;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
}

.input-with-icon.has-destination-tags .top-searcher-box-form-condition-add-title {
  display: none;
}

.input-with-icon.has-destination-tags .top-searcher-box-form-condition-add-input,
.mini-input-with-icon.has-destination-tags .mini-search-input {
  color: transparent;
  caret-color: transparent;
}

.input-with-icon.has-destination-tags .top-searcher-box-form-condition-add-input::placeholder,
.mini-input-with-icon.has-destination-tags .mini-search-input::placeholder {
  color: transparent;
}

@media screen and (max-width: 767px) {
  .destination-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 6px;
    padding: 10px;
  }

  .domestic-prefecture-group {
    padding: 8px;
  }

  .domestic-city-group-options {
    grid-template-columns: 1fr;
  }

  .domestic-region-options {
    grid-template-columns: 1fr;
  }

  .domestic-option-chip {
    min-height: 42px;
  }

  .domestic-actions {
    position: sticky;
    bottom: 0;
  }
}
