@charset "Shift_JIS";

.jsc-freeword-suggest {
  position: absolute;
  display: block;
  top: 65px;
  left: 10px;
  width: 338px;
  height: auto;
  box-sizing: border-box;
  background-color: #FFF;
  margin-bottom: 0;
  line-height: 1;
}
.jln-freeword-suggest-item {
  height: 45px;
  border: solid 1px #bcb6b3;
  border-top: 0;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
}
.jln-freeword-suggest-item:first-child {
  border-top: solid 1px #bcb6b3;
}
.jln-freeword-suggest-item a {
  display: flex;
  flex-direction: column;
  padding: 5px 10px 5px 60px;
  position: relative;
  box-sizing: border-box;
  height: 45px;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  text-decoration: none;
  justify-content: center;
}
.jln-freeword-suggest-item a::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 8px;
  width: 42px;
  height: 34px;
  transform: translateY(-50%);
  background: no-repeat url('/jalan/doc/top/top_image/icon_freeword_suggests.png');
  background-size: 141px 151px;
}
.jln-freeword-suggest-item a:hover {
  background-color: #fef5d8;
}

.jln-freeword-suggest-item__group_rec_yad .jln-freeword-suggest-item__name,
.jln-freeword-suggest-item__yad_ken .jln-freeword-suggest-item__prefecture {
  display: none;
}

.jln-freeword-suggest-item__group_rec_ken a,
.jln-freeword-suggest-item__group_rec_yad a,
.jln-freeword-suggest-item__tokushu a,
.jln-freeword-suggest-item__kodawari a,
.jln-freeword-suggest-item__yad_ken a {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 45px;
}
.jln-freeword-suggest-item__yad_lrg a::before {
  background-position: -96px -36px;
}
.jln-freeword-suggest-item__yad_sml a::before {
  background-position: -96px -75px;
}
.jln-freeword-suggest-item__yad_stn a::before {
  left: 10px;
  background-position: -98px -115px;
}
.jln-freeword-suggest-item__group_rec_ken a::before,
.jln-freeword-suggest-item__group_rec_yad a::before {
  background-position: -48px -1px;
}
.jln-freeword-suggest-item__yad a::before {
  background-position: -93px 2px;
}
.jln-freeword-suggest-item__onsen a::before {
  background-position: -2px -81px;
}
.jln-freeword-suggest-item__air a::before {
  background-position: -2px -2px;
}
.jln-freeword-suggest-item__kanko a::before {
  background-position: -2px -41px;
}
.jln-freeword-suggest-item__tokushu a::before {
  background-position: -48px -80px;
}
.jln-freeword-suggest-item__kodawari a::before {
  background-position: -46px -44px;
}
.jln-freeword-suggest-item__yad_ken a::before {
  background-position: -3px -117px;
}
.jln-freeword-suggest-item__name {
  color: #3b1800;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  white-space: nowrap;
  margin-bottom: 2px;
  line-height: 1.2;
}
.jln-freeword-suggest-item__kanko .jln-freeword-suggest-item__inner {
  display: flex;
  width: 100%;
  font-size: 14px;
  color: #3b1800;
}
.jln-freeword-suggest-item__kanko .jln-freeword-suggest-item__peripheral {
  width: 5.5em;
  text-align: left;
  line-height: 1.2;
}
.jln-freeword-suggest-item__kanko .jln-freeword-suggest-item__name {
  display: inline-block;
  max-width: 189px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.jln-freeword-suggest-item__prefecture {
  font-size: 12px;
  color: #918b8a;
}

#searchAreaStn {
  outline: 0;
  border-color: transparent;
}
#searchAreaStn::-ms-clear {
  visibility: hidden;
}

/* ‹@”\’Ç‰Á */
.jln-freeword-suggest-item.active a {
  background-color: #fef5d8;
}
.jlnpc-hrefFreeWordSuggestion {
  display: none;
}
