@charset "UTF-8";
@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
body.is-noscroll {
  overflow-y: hidden;
}

#search #header_rwd.is-disable {
  top: 0;
}
@media screen and (min-width: 821px) {
  #search #header_rwd {
    position: fixed;
    width: 100%;
  }
}
#search #wrapper {
  padding: 0;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  position: relative;
  z-index: 1;
  min-height: 100vh;
}
@media screen and (max-width: 820px) {
  #search #wrapper {
    min-height: 0;
  }
}
#search #wrapper.is-drawerOpen {
  z-index: auto;
}
#search .c-plist {
  position: fixed;
  width: 100%;
  line-height: 15px;
}
@media screen and (min-width: 821px) {
  #search .c-plist {
    z-index: 2;
    top: 73px;
    left: 0;
    padding-bottom: 4px;
  }
}
@media screen and (max-width: 820px) {
  #search .c-plist {
    position: fixed;
    top: 50px;
    z-index: 100;
  }
}

.c-history,
#footer_rwd {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 820px) {
  .c-history,
  #footer_rwd {
    position: relative;
    z-index: 4;
    background: #ffffff;
  }
}

.c-history {
  margin-top: 0;
  padding-top: 100px;
  max-width: 100%;
  background: #fff;
}
.c-history .c-history__title,
.c-history .c-history__list {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 820px) {
  .c-history {
    margin-left: 0;
    margin-right: 0;
    padding: 50px 15px 94px;
  }
}

@media screen and (max-width: 820px) {
  #footer_rwd {
    margin-top: -47px;
  }
}

.c-tab {
  background: transparent;
  padding: 25px 10px;
}
.c-tab.is-disable {
  display: none;
}
.c-tab__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (min-width: 821px) {
  .c-tab__header {
    margin-top: 10px;
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 820px) {
  .c-tab__header {
    flex-direction: column;
    align-items: center;
  }
}
.c-tab__navi {
  border-bottom: 0;
  border: 3px solid #ffffff;
  background: #ffffff;
  border-radius: 18.5px;
  display: inline-block;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.075);
}
.c-tab__navi ul {
  background: #ffffff;
  display: inline-block;
  border-radius: 17px;
  line-height: 1;
}
.c-tab__navi ul li {
  margin: 0;
}
.c-tab__navi ul li + li {
  margin-left: -10px;
}
.c-tab__navi ul li a {
  font-size: 14px;
  padding: 10px 20px;
}
.c-tab__navi ul li a.is-active {
  background: #3C3C3C;
  color: white;
  border-radius: 17px;
}
.c-tab__navi ul li a.is-active:after {
  display: none;
}
.c-tab__content {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  transition: opacity 0.4s;
}
.is-loading .c-tab .c-tab__header {
  position: relative;
}
.is-loading .c-tab .c-tab__header:after {
  content: "";
  width: 40px;
  height: 40px;
  background: url(/svg/icn-loading.svg) no-repeat center center/contain;
  display: inline-block;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  margin-top: 150px;
}
.is-loading .c-tab .c-tab__content {
  opacity: 0;
  transition: opacity 0s;
  animation: none;
}

.c-drawer .js-select_area,
.c-drawer .js-select_city {
  display: none;
}
.c-drawer .js-select_area.is-active,
.c-drawer .js-select_city.is-active {
  display: block;
  animation: fadeIn 0.6s forwards;
}
@media screen and (min-width: 821px) {
  .c-drawer {
    width: 100%;
    height: auto;
    position: fixed;
    top: 73px;
    left: auto;
    z-index: 5;
    transition: opacity 0.4s;
  }
  .c-drawer__header {
    display: none;
  }
  .c-drawer__content {
    padding: 1em 20px 0.5em;
    overflow: visible;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.08);
  }
  .c-drawer__inner {
    max-width: 1100px;
    position: relative;
  }
  .c-drawer.is-disable {
    opacity: 0;
    pointer-events: none;
  }
}
@media screen and (max-width: 820px) {
  .c-drawer {
    top: calc(100% + 50px) !important;
  }
  .c-drawer.is-active {
    top: 0 !important;
  }
  .c-drawer.is-active .p-searchDrawer__area,
  .c-drawer.is-active .p-searchDrawer__special,
  .c-drawer.is-active .p-searchDrawer__popular {
    pointer-events: none;
    transition: opacity 0.4s;
    opacity: 0;
  }
  .c-drawer__inner {
    display: flex;
    flex-direction: column;
  }
  .c-drawer__inner .p-searchDrawer {
    order: 2;
  }
}

.p-searchDrawer .ui-multiselect {
  font-size: 14px;
  line-height: 1;
  width: auto !important;
  padding-right: 35px;
  border-width: 2px;
}
.p-searchDrawer .ui-multiselect.has-active, .p-searchDrawer .ui-multiselect.ui-state-active {
  border-color: #53A96D;
  background-color: #F8F8F8;
}
.p-searchDrawer__title span {
  font-size: 14px;
  font-weight: normal;
  display: block;
}
.p-searchDrawer__button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 1em 0;
  box-sizing: border-box;
  position: sticky;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.4s 1s;
}
.p-searchDrawer__button .c-button {
  display: flex;
  align-items: center;
  min-width: 120px;
  text-align: center;
  justify-content: center;
}
.p-searchDrawer__button .c-button img {
  margin-right: 0.5em;
}
.is-active .p-searchDrawer__button {
  opacity: 1;
}
@media screen and (max-width: 820px) {
  .p-searchDrawer__button {
    display: none;
  }
}
.p-searchDrawer__area.ext-freeword .p-searchDrawer__list, .p-searchDrawer__special.ext-freeword .p-searchDrawer__list {
  width: 100%;
  flex-grow: 1;
  flex-shrink: 1;
}
.p-searchDrawer__list li.ext-freeword {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-right: 0;
  justify-content: space-between;
  position: relative;
}
.p-searchDrawer__list li.ext-freeword .c-input {
  width: 100%;
  border-width: 2px;
  padding: 0.425em 40px 0.425em 20px;
  border-radius: 20px;
  font-size: 14px;
  box-sizing: border-box;
  line-height: 1;
}
@media screen and (max-width: 820px) {
  .p-searchDrawer__list li.ext-freeword .c-input {
    height: 40px;
    font-size: 16px;
    padding: 0.425em 45px 0.425em 15px;
  }
}
.p-searchDrawer__list li.ext-freeword .c-input:focus {
  border-color: #53A96D;
}
.p-searchDrawer__list li.ext-freeword .c-input:last-child {
  width: 100%;
}
.p-searchDrawer__list li.ext-freeword .c-input.is-active {
  border-color: #53A96D;
}
.p-searchDrawer__list li.ext-freeword button,
.p-searchDrawer__list li.ext-freeword a {
  padding: 0;
  border: none;
  position: absolute;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 820px) {
  .p-searchDrawer__list li.ext-freeword button,
  .p-searchDrawer__list li.ext-freeword a {
    width: 30px;
    height: 30px;
  }
}
.p-searchDrawer__list li.ext-freeword button:hover,
.p-searchDrawer__list li.ext-freeword a:hover {
  opacity: 0.7;
}
.p-searchDrawer__list li.ext-freeword button img,
.p-searchDrawer__list li.ext-freeword a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-searchDrawer__list li.ext-freeword button.ext-clear,
.p-searchDrawer__list li.ext-freeword a.ext-clear {
  width: 24px;
  height: 24px;
  right: 35px;
  display: none;
}
@media screen and (max-width: 820px) {
  .p-searchDrawer__list li.ext-freeword button.ext-clear,
  .p-searchDrawer__list li.ext-freeword a.ext-clear {
    width: 20px;
    height: 20px;
    right: 45px;
  }
}
.p-searchDrawer__list li.ext-freeword button.ext-clear img,
.p-searchDrawer__list li.ext-freeword a.ext-clear img {
  opacity: 0.5;
  width: 12px;
  height: 12px;
}
@media screen and (max-width: 820px) {
  .p-searchDrawer__list li.ext-freeword button.ext-clear img,
  .p-searchDrawer__list li.ext-freeword a.ext-clear img {
    width: 14px;
    height: 14px;
  }
}
.p-searchDrawer__list li.ext-freeword button.ext-submit,
.p-searchDrawer__list li.ext-freeword a.ext-submit {
  width: 24px;
  height: 24px;
  right: 5px;
}
@media screen and (max-width: 820px) {
  .p-searchDrawer__list li.ext-freeword button.ext-submit,
  .p-searchDrawer__list li.ext-freeword a.ext-submit {
    width: 28px;
    height: 28px;
  }
}
.p-searchDrawer__list li.ext-freeword.is-active .c-input {
  padding: 0.425em 55px 0.425em 20px;
}
@media screen and (max-width: 820px) {
  .p-searchDrawer__list li.ext-freeword.is-active .c-input {
    padding: 0.425em 75px 0.425em 15px;
  }
}
.p-searchDrawer__list li.ext-freeword.is-active .ext-clear {
  display: flex;
}
.p-searchDrawer__list li.ext-split {
  width: auto;
  margin-right: 0;
}
.p-searchDrawer__list li.ext-split + .ext-split {
  margin-left: auto;
}
.p-searchDrawer__list li.ext-split + .ext-freeword {
  margin-top: 1em;
}
.p-searchDrawer__list li.ext-freeword strong, .p-searchDrawer__list li.ext-split strong {
  width: 100%;
  box-sizing: border-box;
  display: block;
  font-size: 12px;
  padding-left: 0.5em;
}
.p-searchDrawer__popular p {
  display: flex;
  font-size: 12px;
}
@media screen and (max-width: 820px) {
  .p-searchDrawer__popular p {
    display: block;
    line-height: 1.7;
    white-space: nowrap;
    padding: 0 0 0 15px;
  }
}
.p-searchDrawer__popular p strong {
  margin-right: 1em;
  white-space: nowrap;
  margin-bottom: 0.3em;
}
@media screen and (max-width: 820px) {
  .p-searchDrawer__popular p strong {
    margin-right: 0.6em;
  }
}
.p-searchDrawer__popular p > span {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 820px) {
  .p-searchDrawer__popular p > span {
    display: inline;
    padding: 0 15px 0 0;
  }
}
.p-searchDrawer__popular p > span > span {
  font-weight: bold;
  margin-bottom: 0.2em;
  margin-right: 0.3em;
  white-space: nowrap;
}
.p-searchDrawer__popular p > span > a {
  text-decoration: underline;
  white-space: nowrap;
  margin-bottom: 0.2em;
  margin-right: 0.3em;
  font-weight: normal;
}
@media screen and (max-width: 820px) {
  .p-searchDrawer__popular {
    position: fixed;
    background: #ffffff;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.08);
    width: 100%;
    left: 0;
    padding: 0 0 10px;
    box-sizing: border-box;
    overflow-x: scroll;
  }
}
.p-searchDrawer .has-active select {
  border-color: #53A96D;
  background-color: #F8F8F8;
}
@media screen and (min-width: 821px) {
  .p-searchDrawer {
    padding-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .p-searchDrawer > form {
    padding-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .p-searchDrawer .c-button {
    padding: 0 1.2em;
    width: auto;
    height: 32px;
    display: flex;
    align-items: center;
    line-height: 1;
    justify-content: center;
  }
  .p-searchDrawer__horizontal {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    position: relative;
  }
  .p-searchDrawer__separate {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    position: relative;
    margin-left: 1em;
    padding-left: calc(16px + 2em);
    position: relative;
  }
  .p-searchDrawer__separate:before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: url(/svg/icn-setting.svg) no-repeat center center/contain;
    position: absolute;
    left: 1em;
    top: 50%;
    transform: translate(0, -50%);
    margin-top: -0.25em;
  }
  .p-searchDrawer__separate:after {
    content: "";
    display: block;
    width: 0;
    height: calc(100% - 0.5em);
    border-left: 1px solid #d1d1d1;
    position: absolute;
    left: 0;
    top: 0;
  }
  .p-searchDrawer__separate > * {
    margin-right: 1em;
    margin-bottom: 0.5em;
  }
  .p-searchDrawer__area > button, .p-searchDrawer__special > button, .p-searchDrawer__pulldown > button {
    -webkit-appearance: none;
    border: 2px solid #d1d1d1;
    background: none;
    padding: 0.5em 20px;
    border-radius: 20px;
    font-size: 14px;
    outline: none;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    line-height: 1;
    white-space: nowrap;
  }
  .p-searchDrawer__area > button.is-active, .p-searchDrawer__special > button.is-active, .p-searchDrawer__pulldown > button.is-active {
    color: #222;
  }
  .p-searchDrawer__area > button.is-active:after, .p-searchDrawer__special > button.is-active:after, .p-searchDrawer__pulldown > button.is-active:after {
    transform: rotate(180deg);
    margin-top: -8px;
  }
  .p-searchDrawer__area > button.has-active, .p-searchDrawer__special > button.has-active, .p-searchDrawer__pulldown > button.has-active {
    border-color: #53A96D;
    background-color: #F8F8F8;
  }
  .p-searchDrawer__area > button:after, .p-searchDrawer__special > button:after, .p-searchDrawer__pulldown > button:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top: 5px solid #222;
    margin-top: 3px;
    margin-left: 0.5em;
  }
  .p-searchDrawer__area > div, .p-searchDrawer__special > div, .p-searchDrawer__pulldown > div {
    display: none;
    position: absolute;
    width: calc(100% - (2em + 16px));
    left: calc(2em + 16px);
    background: #ffffff;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.08);
    border-radius: 7px;
    padding: 1em 1em 0;
    box-sizing: border-box;
    overflow-y: scroll;
    scrollbar-gutter: stable;
    z-index: 10;
    margin: 1px auto 0;
  }
  .p-searchDrawer__area > div::-webkit-scrollbar, .p-searchDrawer__special > div::-webkit-scrollbar, .p-searchDrawer__pulldown > div::-webkit-scrollbar {
    width: 8px;
  }
  .p-searchDrawer__area > div::-webkit-scrollbar-track, .p-searchDrawer__special > div::-webkit-scrollbar-track, .p-searchDrawer__pulldown > div::-webkit-scrollbar-track {
    background: transparent;
  }
  .p-searchDrawer__area > div::-webkit-scrollbar-thumb, .p-searchDrawer__special > div::-webkit-scrollbar-thumb, .p-searchDrawer__pulldown > div::-webkit-scrollbar-thumb {
    background-color: #d1d1d1;
    border-radius: 4px;
  }
  .p-searchDrawer__area > .p-searchDrawer__title, .p-searchDrawer__special > .p-searchDrawer__title, .p-searchDrawer__pulldown > .p-searchDrawer__title {
    display: none;
  }
  .p-searchDrawer__area > .p-searchDrawer__list > li, .p-searchDrawer__special > .p-searchDrawer__list > li, .p-searchDrawer__pulldown > .p-searchDrawer__list > li {
    margin-bottom: 0;
  }
  .p-searchDrawer__area, .p-searchDrawer__special {
    position: relative;
    margin-bottom: 0.5em;
  }
  .p-searchDrawer__area:not(.ext-freeword, .ext-train, .ext-address, .ext-commute) .p-searchDrawer__list, .p-searchDrawer__special:not(.ext-freeword, .ext-train, .ext-address, .ext-commute) .p-searchDrawer__list {
    flex-direction: column;
  }
  .p-searchDrawer__area:not(.ext-freeword, .ext-train, .ext-address, .ext-commute) .p-searchDrawer__list > li, .p-searchDrawer__special:not(.ext-freeword, .ext-train, .ext-address, .ext-commute) .p-searchDrawer__list > li {
    width: auto;
    margin-bottom: 0;
    margin: 0;
  }
  .p-searchDrawer__area:not(.ext-freeword, .ext-train, .ext-address, .ext-commute) .p-searchDrawer__list > li + li, .p-searchDrawer__special:not(.ext-freeword, .ext-train, .ext-address, .ext-commute) .p-searchDrawer__list > li + li {
    margin-top: 1em;
  }
  .p-searchDrawer__area:not(.ext-train, .ext-address, .ext-freeword) > div, .p-searchDrawer__special:not(.ext-train, .ext-address, .ext-freeword) > div {
    width: 330px;
    left: 0;
  }
  .p-searchDrawer__area.ext-freeword, .p-searchDrawer__special.ext-freeword {
    width: 260px;
  }
  .p-searchDrawer__area.ext-commute, .p-searchDrawer__special.ext-commute {
    width: 240px;
  }
  .p-searchDrawer__area.ext-commute button.ext-commute, .p-searchDrawer__special.ext-commute button.ext-commute {
    width: 100%;
  }
  .p-searchDrawer__area.ext-commute button.ext-commute span, .p-searchDrawer__special.ext-commute button.ext-commute span {
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
  }
  .p-searchDrawer__area.ext-train > div, .p-searchDrawer__area.ext-address > div, .p-searchDrawer__special.ext-train > div, .p-searchDrawer__special.ext-address > div {
    width: 660px;
    left: 0;
  }
  .p-searchDrawer__area > button, .p-searchDrawer__special > button {
    position: relative;
    padding-right: 36px;
  }
  .p-searchDrawer__area > button:after, .p-searchDrawer__special > button:after {
    content: "";
    background: url(/svg/icn-search.svg) no-repeat center center/contain;
    font-size: 14px;
    position: absolute;
    right: 16px;
    top: 50%;
    width: 16px;
    height: 16px;
    padding: 0;
    margin: 0;
    transform: translate(0, -50%);
    box-sizing: border-box;
    border: none;
  }
  .p-searchDrawer__area > button.is-active:after, .p-searchDrawer__special > button.is-active:after {
    transform: translate(0, -50%);
    margin: 0;
  }
  .p-searchDrawer__result {
    position: relative;
    display: none;
    align-items: center;
    height: auto;
    bottom: auto;
    padding: 0;
    width: auto;
    flex-direction: row;
    border: none;
    margin-left: 1em;
    margin-bottom: 0.5em;
  }
}
@media screen and (min-width: 821px) and (max-width: 820px) {
  .p-searchDrawer__result {
    display: flex;
  }
}
@media screen and (min-width: 821px) {
  .p-searchDrawer__result p {
    width: auto;
    text-align: left;
  }
  .p-searchDrawer__result p:first-child {
    display: none;
  }
  .p-searchDrawer__list li {
    font-size: 14px;
    margin-bottom: 0.5em;
  }
  .p-searchDrawer__title {
    font-size: 16px;
    margin-top: 1.5em;
    margin-bottom: 0.75em;
  }
  .p-searchDrawer__slider {
    font-size: 14px;
  }
}
@media screen and (max-width: 820px) {
  .p-searchDrawer .c-select select {
    width: auto;
  }
  .p-searchDrawer__area, .p-searchDrawer__special {
    position: fixed;
    background: #ffffff;
    top: 50px;
    left: 0;
    width: 100%;
    z-index: 1;
    padding: 10px 15px;
    box-sizing: border-box;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.08);
    display: flex;
    justify-content: space-between;
  }
  .p-searchDrawer__area .p-searchDrawer__list, .p-searchDrawer__special .p-searchDrawer__list {
    flex-direction: column;
  }
  .p-searchDrawer__area .p-searchDrawer__list > li, .p-searchDrawer__special .p-searchDrawer__list > li {
    width: auto;
    margin-bottom: 0;
    margin: 0;
  }
  .p-searchDrawer__area .p-searchDrawer__list > li + li, .p-searchDrawer__special .p-searchDrawer__list > li + li {
    margin-top: 1.8em;
  }
  .p-searchDrawer__area.ext-commute .p-searchDrawer__list, .p-searchDrawer__special.ext-commute .p-searchDrawer__list {
    flex-direction: row;
  }
  .p-searchDrawer__area.ext-commute .p-searchDrawer__list > li.ext-freeword, .p-searchDrawer__special.ext-commute .p-searchDrawer__list > li.ext-freeword {
    width: 100%;
  }
  .p-searchDrawer__area > button, .p-searchDrawer__special > button {
    flex-grow: 1;
    flex-shrink: 1;
    max-width: calc(100% - 42px);
    -webkit-appearance: none;
    border: 2px solid #d1d1d1;
    background: none;
    padding: 0 46px 0 20px;
    line-height: 28px;
    height: 40px;
    color: #222;
    margin: 0;
    border-radius: 20px;
    font-size: 16px;
    outline: none;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    line-height: 1;
    white-space: nowrap;
    width: 100%;
    box-sizing: border-box;
    position: relative;
  }
  .p-searchDrawer__area > button span, .p-searchDrawer__special > button span {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
  }
  .p-searchDrawer__area > button:after, .p-searchDrawer__special > button:after {
    content: "";
    background: url(/svg/icn-search.svg) no-repeat center center/contain;
    font-size: 14px;
    position: absolute;
    right: 16px;
    top: 50%;
    width: 16px;
    height: 16px;
    padding: 0;
    margin: 0;
    transform: translate(0, -50%);
    box-sizing: border-box;
    border: none;
  }
  .p-searchDrawer__area > button.is-active:after, .p-searchDrawer__special > button.is-active:after {
    transform: translate(0, -50%);
    margin: 0;
  }
  .p-searchDrawer__area > button.has-active, .p-searchDrawer__special > button.has-active {
    border-color: #53A96D;
    background-color: #F8F8F8;
  }
  .p-searchDrawer__area > div:not(.p-searchmap__edit), .p-searchDrawer__special > div:not(.p-searchmap__edit) {
    display: none;
    position: absolute;
    width: calc(100% - 72px);
    left: 15px;
    right: auto;
    top: calc(100% - 10px);
    background: #ffffff;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.08);
    border-radius: 7px;
    padding: 1.5em 1em 0;
    box-sizing: border-box;
    max-height: 80svh !important;
    overflow-y: scroll;
    scrollbar-gutter: stable;
    z-index: 10;
    margin: 1px auto 0;
  }
  .p-searchDrawer__area > div.p-searchmap__edit, .p-searchDrawer__special > div.p-searchmap__edit {
    display: block;
    margin: 0 0 0 10px;
    padding: 0;
    width: 32px;
    position: relative;
  }
  .p-searchDrawer__area > div.p-searchmap__edit[data-count]::after, .p-searchDrawer__special > div.p-searchmap__edit[data-count]::after {
    content: attr(data-count);
    background: #53A96D;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    font-size: 12px;
    color: #ffffff;
    position: absolute;
    right: -9px;
    top: -5px;
  }
  .p-searchDrawer__area > div.p-searchmap__edit a, .p-searchDrawer__special > div.p-searchmap__edit a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    padding: 0;
    background-color: #ffffff;
    border: 2px solid #3C3C3C;
  }
  .p-searchDrawer__area > div.p-searchmap__edit a img, .p-searchDrawer__special > div.p-searchmap__edit a img {
    margin-right: 0;
  }
  .p-searchDrawer__area .p-searchDrawer__button, .p-searchDrawer__special .p-searchDrawer__button {
    display: flex;
    padding: 2em 0;
  }
  .p-searchDrawer__area .c-select, .p-searchDrawer__special .c-select {
    max-width: 100%;
  }
  .p-searchDrawer__area.has-popular, .p-searchDrawer__special.has-popular {
    box-shadow: none;
  }
  .p-searchDrawer__pulldown {
    margin-top: 2em;
  }
  .p-searchDrawer__pulldown:first-child {
    margin-top: 0;
  }
  .p-searchDrawer__pulldown > button {
    display: none;
  }
  .p-searchDrawer__pulldown > div {
    display: block !important;
  }
  .p-searchDrawer__list li {
    margin-bottom: 0.5em;
  }
  .p-searchDrawer__list li.js-select_area, .p-searchDrawer__list li.js-select_prefectures, .p-searchDrawer__list li.js-select_city {
    width: 100%;
  }
  .p-searchDrawer__title {
    margin-top: 1.5em;
    margin-bottom: 0.75em;
  }
}

.p-gmap {
  width: 50%;
  flex-grow: 1;
  position: sticky !important;
  top: 0;
}
@media screen and (min-width: 1921px) {
  .p-gmap {
    width: 40%;
  }
}
@media screen and (max-width: 820px) {
  .p-gmap {
    border-radius: 0;
    width: 100%;
    position: fixed !important;
    bottom: -100%;
    height: 65svh;
    transition: bottom 0.4s;
    z-index: 1;
  }
  .is-map .p-gmap {
    bottom: 0;
  }
}
.p-gmap .gm-style-iw-a.ext-oak .gm-style-iw-tc:after {
  display: none;
}
.p-gmap__more {
  font-size: 13px;
  line-height: 1.6;
  white-space: nowrap;
  text-decoration: underline;
  display: inline-block;
}
@media screen and (max-width: 820px) {
  .p-gmap__more {
    font-size: 14px;
  }
}

.p-searchmap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.p-searchmap__error {
  content: attr(data-error);
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
  white-space: pre-wrap;
  background: #ffffff;
  color: #E35D54;
  border-radius: 0 0 20px 0;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  z-index: 1;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.08);
}
.p-searchmap__error.is-disable {
  display: none;
}
.is-list .p-searchmap__error {
  display: none;
}
@media screen and (min-width: 1281px) {
  .is-list .p-searchmap__error {
    display: flex;
  }
}
@media screen and (max-width: 820px) {
  .is-list .p-searchmap__error {
    display: flex;
  }
}
.p-searchmap.is-loading:before {
  content: "";
  width: 30px;
  height: 30px;
  background: rgba(0, 0, 0, 0.5) url(/svg/icn-loading.svg) no-repeat center center/20px auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: fixed;
  white-space: nowrap;
  color: #ffffff;
  font-size: 10px;
  top: 110px;
  left: 10px;
  border-radius: 2px;
  z-index: 1;
}
@media screen and (max-width: 820px) {
  .p-searchmap {
    display: block;
  }
}
.p-searchmap__pagetitle {
  background: #ffffff;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  margin: 0 0 1em;
  text-align: center;
  box-sizing: border-box;
  position: relative;
}
.p-searchmap__pagetitle:after {
  content: "";
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top-color: #ffffff;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  bottom: -20px;
}
@media screen and (max-width: 820px) {
  .p-searchmap__pagetitle {
    padding: 5px 10px 8px;
    margin: 0 0 0;
    font-size: 14px;
    min-height: auto;
  }
}
.p-searchmap__switchmap {
  position: fixed;
  right: 0;
  top: auto;
  transform: translate(0, 10px);
  z-index: 10;
  display: flex;
  justify-content: flex-end;
}
@media screen and (min-width: 821px) {
  .p-searchmap__switchmap {
    display: none;
  }
}
.p-searchmap__switchmap a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #3C3C3C;
  color: #ffffff;
  padding: 0;
  width: 42px;
  height: 42px;
  border-radius: 21px 0 0 21px;
  font-size: 0;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.08);
  transition: transform 0.4s;
  position: absolute;
  white-space: nowrap;
  transform: translate(2px, 0);
}
.p-searchmap__switchmap a:before {
  content: "";
  display: inline-block;
  margin-right: 0.5em;
}
.p-searchmap__switchmap a.ext-map:before {
  background: url(/svg/search/icn-return_map.svg) no-repeat center center/contain;
  transform: translate(2px, 0);
  width: 22px;
  height: 22px;
}
.p-searchmap__switchmap a.ext-list {
  transform: translate(100%, 0);
}
.p-searchmap__switchmap a.ext-list:before {
  width: 18px;
  height: 18px;
  background: url(/svg/search/icn-return_list.svg) no-repeat center center/contain;
  transform: translate(4px, 0);
}
.is-map .p-searchmap__switchmap a.ext-map {
  transform: translate(100%, 0);
}
.is-map .p-searchmap__switchmap a.ext-list {
  transform: translate(0, 0);
}
.p-searchmap__return {
  display: none;
}
@media screen and (max-width: 820px) {
  .p-searchmap__return {
    display: block;
    position: fixed;
    bottom: -100px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 100;
    transition: bottom 0.4s;
  }
  .p-searchmap__return a {
    font-size: 13px;
    line-height: 1;
    color: #ffffff;
    display: flex;
    width: auto;
    height: 36px;
    padding: 0 1.5em;
    justify-content: center;
    align-items: center;
    background: #3C3C3C;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.08);
    box-sizing: border-box;
  }
  .p-searchmap__return a img {
    width: 24px;
    height: auto;
    margin-top: -5px;
  }
  .p-searchmap__return.is-active {
    bottom: 15px;
  }
}
.p-searchmap__noresult {
  width: 100%;
  box-sizing: border-box;
  padding: 40px 1.5em 0;
  display: none;
}
.p-searchmap__noresult.is-active {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
@media screen and (max-width: 820px) {
  .p-searchmap__noresult.is-active {
    justify-content: center;
  }
}
.p-searchmap__noresult.is-active + .p-searchmap__stats {
  display: block;
}
@media screen and (max-width: 820px) {
  .p-searchmap__noresult.is-active + .p-searchmap__stats {
    padding-top: 20px;
  }
}
.p-searchmap__noresult p {
  font-size: 16px;
  justify-content: center;
  text-align: left;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
.p-searchmap__noresult p strong {
  font-size: 24px;
  font-weight: bold;
  display: block;
}
.p-searchmap__noresult p a {
  margin-top: 2em;
}
@media screen and (max-width: 820px) {
  .p-searchmap__noresult {
    padding: 40px 1.5em 0;
    min-height: 0;
  }
  .p-searchmap__noresult p {
    font-size: 14px;
    text-align: center;
  }
  .p-searchmap__noresult p strong {
    font-size: 16px;
  }
}
.p-searchmap__hitcount {
  white-space: nowrap;
  font-size: 14px;
  opacity: 1;
  transition: opacity 0.4s;
}
.p-searchmap__hitcount.is-disable {
  opacity: 0;
  pointer-events: none;
}
@media screen and (min-width: 821px) {
  .p-searchmap__hitcount {
    right: 10px;
    top: 67.5px;
    position: absolute;
  }
  .p-searchmap__hitcount.is-absolute {
    position: absolute;
  }
  .p-searchmap__hitcount.ext-notitle {
    top: 10px;
  }
}
@media screen and (max-width: 820px) {
  .p-searchmap__hitcount {
    padding: 0.3em 0.5em;
    background: #ffffff;
    border-radius: 3px;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.08);
    font-size: 14px;
    position: fixed;
    left: 0;
    right: auto;
    margin-top: auto !important;
    transform: translate(10px, 10px);
    transition: opacity 0.4s;
    z-index: 1;
    opacity: 0;
  }
  .is-map .p-searchmap__hitcount {
    opacity: 1;
  }
  .p-searchmap__hitcount::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top: 10px solid #ffffff;
    bottom: -20px;
    left: 50%;
    margin-left: -10px;
  }
}
.p-searchmap__hitcount .c-counter {
  margin: 0 0.2em;
  font-size: 16px !important;
}
.p-searchmap__hitcount .c-counter:first-child {
  margin-left: 0;
}
@media screen and (max-width: 820px) {
  .p-searchmap__hitcount .c-counter {
    font-size: 14px !important;
  }
}
.p-searchmap__hitclone {
  text-align: center;
  opacity: 1;
  transition: opacity 0.4s;
  border-radius: 3px;
  font-size: 14px;
  margin: 1em 0;
}
@media screen and (min-width: 821px) {
  .p-searchmap__hitclone {
    display: none;
  }
  .p-searchDrawer__button .p-searchmap__hitclone {
    display: block;
    margin: 0 0 0.6em;
  }
}
@media screen and (max-width: 820px) {
  .p-searchmap__hitclone {
    display: none;
  }
  .p-searchDrawer__button .p-searchmap__hitclone {
    display: none;
  }
}
.p-searchmap__hitclone.is-disable {
  opacity: 0;
  pointer-events: none;
}
.p-searchmap__hitclone .c-counter {
  font-size: 16px;
  margin: 0 0.2em;
}
.p-searchmap__hitclone .c-counter:first-child {
  margin-left: 0;
}
.p-searchmap__toggle {
  position: fixed;
  top: 50vh;
  right: min(640px, 50%);
  margin-right: 10px;
  width: 42px;
  height: 42px;
  border: none;
  background: #ffffff url(/svg/icn-expand.svg) no-repeat center center/28px;
  border-radius: 4px;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.08);
}
.p-searchmap__toggle.is-disable {
  display: none;
}
@media screen and (max-width: 960px) {
  .p-searchmap__toggle {
    display: none;
  }
}
@media screen and (min-width: 1921px) {
  .p-searchmap__toggle {
    display: none;
  }
}
.p-searchmap__getlatlang {
  position: fixed;
  bottom: 10px;
  right: min(640px, 50%);
  margin-right: 10px;
  border-radius: 4px;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.08);
  background: #ffffff;
  display: flex;
}
@media screen and (max-width: 820px) {
  .p-searchmap__getlatlang {
    right: 0;
    bottom: auto;
    margin-top: 65svh;
    transform: translate(0, -110px);
  }
}
.p-searchmap__getlatlang button {
  border: none;
  background: url(/svg/icn-map_current_location_renew.svg) no-repeat center center/28px;
  width: 42px;
  height: 42px;
}
.p-searchmap__getlatlang > span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  min-width: 42px;
  padding: 0;
  line-height: 1;
  box-sizing: border-box;
  color: #666;
  font-weight: bold;
  cursor: pointer;
  border-right: 1px dotted #d1d1d1;
}
.p-searchmap__getlatlang > span > span {
  border-radius: 50%;
  border: 2px solid #666;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-searchmap__getlatlang > span::after {
  content: "";
}
.p-searchmap__getlatlang > span label {
  display: none;
  white-space: nowrap;
  padding: 0 0 0 10px;
  font-size: 12px;
  height: 42px;
  align-items: center;
  justify-content: center;
}
.p-searchmap__getlatlang > span.is-active {
  border-right: none;
}
.p-searchmap__getlatlang > span.is-active > span {
  display: none;
}
.p-searchmap__getlatlang > span.is-active label {
  display: flex;
  cursor: pointer;
}
@media screen and (min-width: 961px) {
  .p-searchmap.is-list .p-searchmap__toggle,
  .p-searchmap.is-list .p-searchmap__getlatlang {
    right: calc(100% - 375px);
    transform: scale(-1, 1);
  }
}
@media screen and (min-width: 961px) and (min-width: 1281px) {
  .p-searchmap.is-list .p-searchmap__toggle,
  .p-searchmap.is-list .p-searchmap__getlatlang {
    right: min(100% - 375px, 80%);
  }
}
@media screen and (min-width: 961px) and (min-width: 1635px) {
  .p-searchmap.is-list .p-searchmap__toggle,
  .p-searchmap.is-list .p-searchmap__getlatlang {
    right: min(1260px, 80%);
  }
}
@media screen and (min-width: 961px) {
  .p-searchmap.is-list .p-searchmap__getlatlang {
    transform: none;
  }
  .p-searchmap.is-list .p-searchmap__content {
    width: calc(100% - 375px);
    max-width: 100%;
  }
}
@media screen and (min-width: 961px) and (min-width: 1281px) {
  .p-searchmap.is-list .p-searchmap__content {
    width: min(100% - 375px, 80%);
    max-width: 1260px;
  }
}
@media screen and (min-width: 961px) {
  .p-searchmap.is-list .p-gmap {
    width: 375px;
  }
}
@media screen and (min-width: 961px) and (min-width: 1281px) {
  .p-searchmap.is-list .p-gmap {
    width: max(375px, 20%);
  }
}
@media screen and (min-width: 961px) {
  .p-searchmap.is-list .p-searchmap__list.ext-pr .p-searchmap__item {
    margin-top: 0;
    flex-grow: 1;
  }
}
@media screen and (min-width: 961px) and (min-width: 1440px) {
  .p-searchmap.is-list .p-searchmap__list.ext-pr .p-searchmap__item {
    width: calc((100% - 3em) / 4);
  }
  .p-searchmap.is-list .p-searchmap__list.ext-pr .p-searchmap__item:first-child {
    margin-left: 0 !important;
  }
  .p-searchmap.is-list .p-searchmap__list.ext-pr .p-searchmap__item:nth-child(n+1) {
    margin-left: 1em;
  }
  .p-searchmap.is-list .p-searchmap__list.ext-pr .p-searchmap__item:nth-child(n+3) {
    display: block;
  }
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .p-searchmap.is-list .p-searchmap__list.ext-pr .p-searchmap__item {
    width: calc(50% - 0.5em);
  }
  .p-searchmap.is-list .p-searchmap__list.ext-pr .p-searchmap__item:nth-child(2) {
    margin-left: 1em;
  }
}
@media screen and (min-width: 961px) {
  .p-searchmap.is-list .p-searchmap__list:not(.ext-pr) {
    display: flex;
    flex-wrap: wrap;
  }
  .p-searchmap.is-list .p-searchmap__list:not(.ext-pr) .p-searchmap__item {
    width: calc(50% - 0.5em);
    display: block;
    box-sizing: border-box;
    margin-left: 1em;
  }
}
@media screen and (min-width: 961px) and (max-width: 1330px) {
  .p-searchmap.is-list .p-searchmap__list:not(.ext-pr) .p-searchmap__item > div.ext-top {
    display: block;
  }
  .p-searchmap.is-list .p-searchmap__list:not(.ext-pr) .p-searchmap__item > div.ext-top .p-searchmap__image,
  .p-searchmap.is-list .p-searchmap__list:not(.ext-pr) .p-searchmap__item > div.ext-top .p-searchmap__tenant {
    width: 100%;
    max-width: 100%;
  }
  .p-searchmap.is-list .p-searchmap__list:not(.ext-pr) .p-searchmap__item > div.ext-top .p-searchmap__image .slick-slide,
  .p-searchmap.is-list .p-searchmap__list:not(.ext-pr) .p-searchmap__item > div.ext-top .p-searchmap__tenant .slick-slide {
    margin-right: 5px;
    margin-left: 5px;
  }
  .p-searchmap.is-list .p-searchmap__list:not(.ext-pr) .p-searchmap__item > div.ext-top .p-searchmap__tenant {
    margin-left: 0;
  }
}
@media screen and (min-width: 961px) {
  .p-searchmap.is-list .p-searchmap__list:not(.ext-pr) .p-searchmap__item.ext-room {
    display: flex;
  }
}
@media screen and (min-width: 961px) and (max-width: 1180px) {
  .p-searchmap.is-list .p-searchmap__list:not(.ext-pr) .p-searchmap__item.ext-room {
    display: block;
  }
  .p-searchmap.is-list .p-searchmap__list:not(.ext-pr) .p-searchmap__item.ext-room > div {
    width: 100%;
    margin: 0;
    max-width: 100%;
  }
  .p-searchmap.is-list .p-searchmap__list:not(.ext-pr) .p-searchmap__item.ext-room > div .p-searchmap__slide {
    background: #F8F8F8;
    height: 100%;
  }
  .p-searchmap.is-list .p-searchmap__list:not(.ext-pr) .p-searchmap__item.ext-room > div + div {
    margin-top: 10px;
  }
  .p-searchmap.is-list .p-searchmap__list:not(.ext-pr) .p-searchmap__item.ext-room > div.ext-top {
    display: block;
  }
}
@media screen and (min-width: 961px) and (max-width: 1330px) {
  .p-searchmap.is-list .p-searchmap__list:not(.ext-pr) .p-searchmap__item.ext-room .p-searchmap__description li:not(.ext-size) {
    display: none;
  }
}
@media screen and (min-width: 961px) {
  .p-searchmap.is-list .p-searchmap__list:not(.ext-pr) .p-searchmap__item:nth-child(2) {
    margin-top: 0;
  }
  .p-searchmap.is-list .p-searchmap__list:not(.ext-pr) .p-searchmap__item:nth-child(2n+1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 1750px) {
  .p-searchmap.is-list .p-gmap__description {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .p-searchmap .ext-listmap .p-gmap__description {
    display: none;
  }
}
.p-searchmap__content {
  width: 50%;
  max-width: 640px;
  background: #F8F8F8;
  box-sizing: border-box;
}
@media screen and (min-width: 1921px) {
  .p-searchmap__content {
    width: 60%;
    max-width: 1260px;
  }
}
@media screen and (max-width: 820px) {
  .p-searchmap__content {
    padding-top: 20px;
    overflow-x: hidden;
  }
  .p-searchmap__content::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 20px;
    background: #ffffff;
    left: 0;
    top: 0;
  }
}
.p-searchmap__content .c-section {
  margin: 0;
  padding: 10px;
}
.p-searchmap__content .c-box {
  border-radius: 10px;
  padding: 10px;
  font-size: 14px;
}
.p-searchmap__content .c-link {
  line-height: 1.6;
}
.ext-city .p-searchmap__content .p-filter::after {
  display: none;
}
@media screen and (min-width: 1280px) {
  .ext-city .p-searchmap__content #search {
    display: none;
  }
}
.p-searchmap__content::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 820px) {
  .p-searchmap__content {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-top: 65svh;
    border-radius: 10px 10px 0 0;
  }
  .p-searchmap__content:after {
    content: "";
    width: 64px;
    height: 4px;
    border-radius: 1000vmax;
    background: rgba(0, 0, 0, 0.1);
    transform: translate(-50%, 0);
    position: absolute;
    top: 8px;
    left: 50%;
    pointer-events: none;
  }
}
.p-searchmap__header {
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  color: #222;
}
.p-searchmap__header strong {
  font-size: 24px;
  margin: 0 0.2em;
}
.p-searchmap__header strong:first-child {
  margin: 0 0.2em 0 0;
}
@media screen and (max-width: 820px) {
  .p-searchmap__header strong {
    font-size: 20px;
  }
}
@media screen and (min-width: 821px) {
  .p-searchmap__edit {
    display: none;
    margin: 1em auto 0.3em;
  }
}
@media screen and (max-width: 820px) {
  .p-searchmap__edit {
    margin: 0 auto;
    padding: 0 0 2em;
  }
}
.p-searchmap__edit .c-button {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 280px;
  margin: 0 auto;
  font-size: 14px;
}
@media screen and (max-width: 820px) {
  .p-searchmap__edit .c-button {
    max-width: 280px;
    justify-content: center;
  }
}
.p-searchmap__edit .c-button img {
  margin-right: 0.6em;
}
.p-searchmap__edit .c-button.is-fixed {
  position: fixed;
  z-index: 100;
  left: 72.5%;
  transform: translate(-50%, 0);
  width: 100%;
  max-width: 280px;
}
.p-searchmap__stats {
  display: flex;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 821px) {
  .p-searchmap__stats {
    display: none;
    z-index: 0;
    width: 100%;
    max-width: 500px;
    margin: 25px auto 0;
    padding: 25px 1.5em;
    border-top: 1px solid #d1d1d1;
  }
  .c-drawer .p-searchmap__stats {
    display: block;
  }
  .c-drawer .p-searchmap__stats > div {
    display: flex;
    align-items: flex-start;
  }
}
@media screen and (max-width: 820px) {
  .p-searchmap__stats {
    padding: 0 15px 0.5em;
    display: none;
  }
  .c-drawer .p-searchmap__stats {
    display: none;
  }
}
.p-searchmap__stats strong {
  font-size: 14px;
}
@media screen and (min-width: 821px) {
  .c-drawer .p-searchmap__stats strong {
    white-space: nowrap;
    font-size: 13px;
    margin-top: 0.3em;
  }
}
.p-searchmap__stats div > span {
  display: inline-block;
  padding: 0;
  font-size: 14px;
}
@media screen and (min-width: 821px) {
  .p-searchmap__stats div > span {
    font-size: 16px;
  }
}
.p-searchmap__stats div > span span {
  background: transparent;
  box-shadow: none;
  border: none;
  display: inline-block;
  border-radius: 7px;
  padding: 0.1em 0.7em;
  font-size: 14px;
  margin-right: 0.5em;
  font-weight: normal;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 821px) {
  .c-drawer .p-searchmap__stats div > span span {
    font-size: 13px;
  }
}
.p-searchmap__stats a:not(.c-button) {
  background: #ffffff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.075);
  border: none;
  display: inline-block;
  border-radius: 7px;
  padding: 0.1em 0.7em;
  font-size: 14px;
  margin-right: 0.5em;
  font-weight: normal;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 821px) {
  .c-drawer .p-searchmap__stats a:not(.c-button) {
    font-size: 13px;
  }
}
.p-searchmap__stats a:not(.c-button).ext-all {
  background: #3C3C3C;
  color: #ffffff;
  display: none;
}
.p-searchmap__stats a:not(.c-button).ext-all.is-active {
  display: inline-block;
}
.p-searchmap__stats a:not(.c-button).ext-all:after {
  background: url(/svg/icn-cross_w.svg) no-repeat center center;
}
.p-searchmap__stats a:not(.c-button):after {
  content: "";
  margin-left: 0.6em;
  display: inline-block;
  text-align: center;
  background: url(/svg/icn-cross.svg) no-repeat center center;
  width: 0.7em;
  height: 0.7em;
  opacity: 0.3;
}
.p-searchmap__stats a:not(.c-button).is-removing {
  transition: opacity 0.3s !important;
  opacity: 0 !important;
}
.p-searchmap__stats a:not(.c-button).is-disable {
  opacity: 0.8;
  pointer-events: none;
  background-color: #efefef;
}
.p-searchmap__stats a:not(.c-button).is-disable::after {
  background: url(/svg/icn-lock.svg) no-repeat center center;
  margin-left: 0.3em;
}
.p-searchmap__list {
  margin-top: 20px;
}
.p-searchmap__list + .p-searchmap__list {
  margin-top: 40px;
}
.p-searchmap__list.ext-pr {
  display: flex;
  flex-wrap: wrap;
}
.p-searchmap__list.ext-pr .p-searchmap__item {
  width: calc(50% - 0.5em);
  display: block;
  box-sizing: border-box;
  margin-left: 1em;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.075);
}
.p-searchmap__list.ext-pr .p-searchmap__item > div {
  width: 100%;
  padding-left: 0;
}
.p-searchmap__list.ext-pr .p-searchmap__item > div:last-child {
  margin-top: 1em;
}
.p-searchmap__list.ext-pr .p-searchmap__item + .p-searchmap__item {
  margin-top: 0;
}
.p-searchmap__list.ext-pr .p-searchmap__item:nth-child(2n+1) {
  margin-left: 0;
}
.p-searchmap__list.ext-pr .p-searchmap__item:nth-child(n+3) {
  display: none;
}
@media screen and (min-width: 1921px) {
  .p-searchmap__list.ext-pr .p-searchmap__item {
    width: calc((100% - 3em) / 4);
    flex-grow: 1;
  }
  .p-searchmap__list.ext-pr .p-searchmap__item:first-child {
    margin-left: 0 !important;
  }
  .p-searchmap__list.ext-pr .p-searchmap__item:nth-child(2n+1) {
    margin-left: 1em;
  }
  .p-searchmap__list.ext-pr .p-searchmap__item:nth-child(n+3) {
    display: block;
  }
}
@media screen and (max-width: 1180px) {
  .p-searchmap__list.ext-pr .p-searchmap__item {
    width: 100%;
    margin-left: 0;
  }
  .p-searchmap__list.ext-pr .p-searchmap__item + .p-searchmap__item {
    margin-top: 10px;
  }
}
.p-searchmap__list.ext-pr .p-searchmap__item .p-searchmap__title {
  font-size: 18px;
  line-height: 1.3;
}
.p-searchmap__list.ext-pr .p-searchmap__item .p-searchmap__title span {
  margin-bottom: 0.3em;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.p-searchmap__list.ext-pr .p-searchmap__item .p-searchmap__title span:after {
  content: "PR";
  display: inline-block;
  color: #222;
  border: 2px solid #222;
  border-radius: 3px;
  vertical-align: middle;
  font-size: 10px;
  height: 18px;
  line-height: 14px;
  text-align: center;
  box-sizing: border-box;
  padding: 0 7px;
}
.p-searchmap__list.ext-pr .p-searchmap__item .p-searchmap__description {
  margin-top: 0.3em;
  padding-bottom: 1em;
}
@media screen and (min-width: 1181px) {
  .p-searchmap__list.ext-pr .p-searchmap__item .p-searchmap__price {
    font-size: 18px;
  }
}
.p-searchmap__list.ext-pr .p-searchmap__item .p-searchmap__price > span {
  font-size: 14px;
}
@media screen and (min-width: 1181px) {
  .p-searchmap__list.ext-pr .p-searchmap__item .p-searchmap__price > span {
    font-size: 12px;
  }
}
.p-searchmap__list.ext-pr .p-searchmap__item .p-searchmap__price .c-button {
  min-width: 0;
}
@media screen and (min-width: 1181px) {
  .p-searchmap__list.ext-pr .p-searchmap__item .p-searchmap__price .c-button span {
    display: none;
  }
}
@media screen and (max-width: 1180px) {
  .p-searchmap__list.ext-pr .p-searchmap__item .p-searchmap__price {
    margin-right: 0;
  }
  .p-searchmap__list.ext-pr .p-searchmap__item .p-searchmap__price span {
    font-size: 14px;
  }
}
@media screen and (min-width: 1921px) {
  .p-searchmap__list:not(.ext-pr) {
    display: flex;
    flex-wrap: wrap;
  }
  .p-searchmap__list:not(.ext-pr) .p-searchmap__item {
    width: calc(50% - 0.5em);
    display: block;
    box-sizing: border-box;
    margin-left: 1em;
  }
  .p-searchmap__list:not(.ext-pr) .p-searchmap__item:nth-child(2) {
    margin-top: 0;
  }
  .p-searchmap__list:not(.ext-pr) .p-searchmap__item:nth-child(2n+1) {
    margin-left: 0;
  }
}
.p-searchmap__item {
  display: flex;
  padding-bottom: 20px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.075);
  padding: 10px;
  border-radius: 10px;
  background: #ffffff;
  flex-direction: column;
}
.p-searchmap__item + .p-searchmap__item {
  margin-top: 10px;
}
.p-searchmap__item > div.ext-top {
  width: 30%;
  flex-shrink: 0;
  flex-grow: 0;
}
.p-searchmap__item > div.ext-top img {
  width: 100%;
  height: auto;
  border-radius: 7px;
}
@media screen and (max-width: 820px) {
  .p-searchmap__item > div.ext-top {
    width: 100%;
  }
}
.p-searchmap__item > div.ext-bottom {
  padding-left: 20px;
  flex-shrink: 1;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 820px) {
  .p-searchmap__item > div.ext-bottom {
    padding-left: 0;
    margin-top: 20px;
  }
}
@media screen and (min-width: 821px) {
  .p-searchmap__item > div.ext-top {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .p-searchmap__item > div.ext-top .p-searchmap__tenant {
    width: 50%;
    padding-left: 10px;
    box-sizing: border-box;
    flex-grow: 1;
    margin-top: 0;
  }
}
@media screen and (min-width: 821px) and (max-width: 1050px) {
  .p-searchmap__item > div.ext-top {
    flex-direction: column;
  }
  .p-searchmap__item > div.ext-top .p-searchmap__tenant {
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (min-width: 821px) {
  .p-searchmap__item > div.ext-bottom {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
}
.p-searchmap__item.ext-room {
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 820px) {
  .p-searchmap__item.ext-room {
    padding: 5px;
  }
}
.p-searchmap__item.ext-room > div:first-child {
  width: 40%;
  max-width: 220px;
  padding-right: 10px;
  flex-shrink: 0;
}
@media screen and (max-width: 820px) {
  .p-searchmap__item.ext-room > div:first-child {
    padding-right: 7px;
  }
}
.p-searchmap__item.ext-room > div:nth-child(2) {
  flex-grow: 1;
  width: calc(60% - 10px);
}
@media screen and (max-width: 1180px) {
  .p-searchmap__item.ext-room .p-searchmap__title {
    font-size: 16px;
  }
}
.p-searchmap__item.ext-room .p-searchmap__title span {
  font-size: 10px;
  padding: 0.5em;
  background: #efefef;
  border-radius: 6px;
  margin-right: 0.5em;
}
.p-searchmap__item.ext-room .p-searchmap__price {
  justify-content: flex-end;
  font-size: 18px;
}
@media screen and (max-width: 1180px) {
  .p-searchmap__item.ext-room .p-searchmap__price {
    letter-spacing: -0.05em;
  }
}
.p-searchmap__item.ext-room .p-searchmap__price .c-button {
  margin-top: 0.5em;
  min-width: 0;
}
@media screen and (max-width: 1180px) and (min-width: 821px) {
  .p-searchmap__item.ext-room .p-searchmap__price .c-button {
    font-size: 10px;
    margin-left: 5px;
    font-weight: normal;
    letter-spacing: -0.03em;
  }
}
@media screen and (max-width: 560px) {
  .p-searchmap__item.ext-room .p-searchmap__price .c-button {
    font-size: 10px;
    margin-left: 5px;
    font-weight: normal;
    letter-spacing: -0.03em;
  }
}
@media screen and (max-width: 1180px) and (min-width: 821px) {
  .p-searchmap__item.ext-room .p-searchmap__price {
    margin-top: 0.5em;
    font-size: 14px;
  }
  .p-searchmap__item.ext-room .p-searchmap__price span {
    font-size: 11px;
    letter-spacing: -0.03em;
  }
  .p-searchmap__item.ext-room .p-searchmap__price span:first-of-type {
    margin-right: 5px;
    border-width: 1px;
    border-radius: 5px;
    font-weight: normal;
  }
}
@media screen and (max-width: 560px) {
  .p-searchmap__item.ext-room .p-searchmap__price {
    margin-top: 0.5em;
    font-size: 14px;
  }
  .p-searchmap__item.ext-room .p-searchmap__price span {
    font-size: 11px;
    letter-spacing: -0.03em;
  }
  .p-searchmap__item.ext-room .p-searchmap__price span:first-of-type {
    margin-right: 5px;
    border-width: 1px;
    border-radius: 5px;
    font-weight: normal;
  }
}
.p-searchmap__item.ext-room .p-searchmap__description {
  padding-bottom: 0;
}
@media screen and (max-width: 1024px) and (min-width: 821px) {
  .p-searchmap__item.ext-room .p-searchmap__description li:not(.ext-size) {
    display: none;
  }
}
@media screen and (max-width: 560px) {
  .p-searchmap__item.ext-room .p-searchmap__description li:not(.ext-size) {
    display: none;
  }
}
.p-searchmap__image {
  position: relative;
  flex-grow: 1;
  background-color: #F8F8F8;
  border-radius: 10px;
}
.p-searchmap__image.ext-3d:after {
  content: attr(data-3d);
  background: rgba(0, 0, 0, 0.5) url(/svg/icn-cube.svg) no-repeat 6px center/11px 11px;
  color: #ffffff;
  font-size: 11px;
  line-height: 11px;
  padding: 3px 6px 3px 20px;
  border-radius: 11px;
  position: absolute;
  right: 10px;
  top: 5px;
  pointer-events: none;
}
@media screen and (min-width: 821px) {
  .p-searchmap__image {
    width: 50%;
  }
}
@media screen and (min-width: 821px) and (max-width: 1050px) {
  .p-searchmap__image {
    width: 100%;
  }
}
.p-searchmap__label {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  border-radius: 10px 0 10px 0;
  font-size: 11px;
  display: block;
  color: #ffffff;
  padding: 0.3em 0.7em;
  font-weight: bold;
}
.p-searchmap__label.ext-share {
  background-color: #007FC4;
}
.p-searchmap__label.ext-apart {
  background-color: #00BDC1;
}
.p-searchmap__label.ext-social {
  background-color: #FFBC00;
}
.p-searchmap__label.ext-share_apart {
  background-color: #a482ea;
}
.p-searchmap__label.ext-granstay {
  background-color: #39be85;
}
.p-searchmap__promote {
  position: absolute;
  display: block;
  background-color: #E35D54;
  padding: 0.3em 0.7em;
  font-size: 11px;
  color: #ffffff;
  border-radius: 5px 5px 0 5px;
  right: 0;
  bottom: 0;
  transform: translate(18px, 50%);
  z-index: 2;
}
.p-searchmap__promote::before {
  content: "";
  position: absolute;
  display: block;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  transform: translate(0, 8px);
  border: 4px solid transparent;
  border-radius: 0;
  border-top: 4px solid rgb(172, 60, 60);
  border-left: 4px solid rgb(172, 60, 60);
}
.p-searchmap__promote::after {
  content: "";
  background: url(/svg/icn-promoted.svg) no-repeat center center/contain;
  width: 11px;
  height: 11px;
  display: inline-block;
  margin-left: 0.3em;
}
.p-searchmap__slide {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin-left: -5px;
  margin-right: -5px;
}
.p-searchmap__slide.ext-3d:after {
  content: attr(data-3d);
  background: rgba(0, 0, 0, 0.5) url(/svg/icn-cube.svg) no-repeat 6px center/11px 11px;
  color: #ffffff;
  font-size: 11px;
  line-height: 11px;
  padding: 3px 6px 3px 20px;
  border-radius: 11px;
  position: absolute;
  right: 10px;
  top: 5px;
  pointer-events: none;
}
@media screen and (min-width: 821px) {
  .p-searchmap__slide {
    flex-grow: 0;
    flex-shrink: 0;
  }
}
.p-searchmap__slide > a:not(:first-child) {
  position: absolute;
  visibility: hidden;
}
.p-searchmap__slide .slick-slide {
  margin-right: 5px;
  margin-left: 5px;
}
.p-searchmap__slide .c-caset__image {
  border-radius: 10px !important;
}
.p-searchmap__slide .c-caset__image img {
  border-radius: 10px !important;
}
.p-searchmap__slide p {
  position: relative;
  z-index: 1;
}
.p-searchmap__slide img {
  width: 100%;
  height: auto;
}
.p-searchmap__slide .slick-prev,
.p-searchmap__slide .slick-next {
  border: none;
  background: none;
  position: absolute;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  z-index: 2;
  top: 50%;
  transform: translate(0, -50%);
  text-indent: -10000px;
  outline: none;
  width: 18px;
  height: 29px;
  background: url(/svg/icn-arrow.svg) no-repeat center center;
  background-size: contain;
  filter: drop-shadow(0px 1px 0px rgba(0, 0, 0, 0.4));
}
.p-searchmap__slide .slick-prev {
  left: 5px;
}
.p-searchmap__slide .slick-next {
  right: 5px;
  transform: translate(0, -50%) rotate(180deg);
  filter: drop-shadow(0px -1px 0px rgba(0, 0, 0, 0.4));
}
.p-searchmap__slide .slick-counter {
  position: absolute;
  bottom: 0;
  left: 50%;
  background: #ffffff;
  text-align: center;
  transform: translate(-50%, 0);
  color: #222;
  padding: 0.2em 0.5em;
  box-sizing: border-box;
  z-index: 3;
  border-radius: 5px 5px 0 0;
  font-size: 12px;
}
@media screen and (min-width: 821px) {
  .p-searchmap__slide .slick-counter {
    font-size: 14px;
  }
}
@media screen and (min-width: 821px) {
  .p-searchmap__slide .slick-counter {
    border-bottom: 0;
  }
}
.p-searchmap__slide .slick-counter-date {
  display: block;
  font-size: 12px;
}
@media screen and (min-width: 821px) {
  .p-searchmap__slide .slick-counter-date {
    font-size: 14px;
  }
}
.p-searchmap__tenant {
  margin: 15px auto 0;
}
.p-searchmap__tenant dt {
  display: flex;
  font-weight: bold;
  align-items: center;
  flex-wrap: wrap;
}
.p-searchmap__tenant dt strong {
  font-size: 10px;
  margin-right: auto;
}
.p-searchmap__tenant dt span {
  font-weight: normal;
  font-size: 10px;
  white-space: nowrap;
  display: inline-block;
  margin-right: 5px;
}
.p-searchmap__tenant dt span:last-child {
  margin-right: 0;
}
.p-searchmap__tenant dt span::before {
  content: "■";
}
.p-searchmap__tenant dt span:nth-child(1):before {
  color: #284894;
}
.p-searchmap__tenant dt span:nth-child(2):before {
  color: #E49A46;
}
.p-searchmap__tenant dt span:nth-child(3):before {
  color: #F6E66E;
}
.p-searchmap__tenant dd {
  display: flex;
  align-items: flex-start;
  margin-top: 5px;
}
.p-searchmap__tenant dd + dt {
  margin-top: 10px;
}
.p-searchmap__tenant dd span {
  display: block;
  height: 10px;
  line-height: 0;
  font-size: 1px;
  border-radius: 5px;
}
.p-searchmap__tenant dd span:first-child {
  border-radius: 5px 0 0 5px;
}
.p-searchmap__tenant dd span:nth-child(1) {
  background: #284894;
}
.p-searchmap__tenant dd span:nth-child(2) {
  background: #E49A46;
  border-radius: 0;
}
.p-searchmap__tenant dd span:nth-child(3) {
  background: #F6E66E;
  border-radius: 0;
}
.p-searchmap__tenant dd span:last-child {
  border-radius: 0 5px 5px 0;
}
.p-searchmap__title {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (min-width: 821px) {
  .p-searchmap__title {
    font-size: 18px;
  }
}
.p-searchmap__facilities {
  margin-top: 0.75em;
  display: flex;
  flex-wrap: wrap;
}
.p-searchmap__facilities li {
  flex-grow: 0;
  flex-shrink: 0;
  height: 20px;
  line-height: 20px;
  border-radius: 5px;
  padding: 0 0.5em;
  font-size: 11px;
  background: #f0f0f0;
  margin-right: 10px;
  margin-bottom: 10px;
  display: flex;
  white-space: nowrap;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 821px) {
  .p-searchmap__facilities li {
    font-size: 13px;
  }
}
.p-searchmap__facilities li:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 6px;
}
.p-searchmap__facilities li img {
  max-width: 16px;
  max-height: 16px;
  position: absolute;
  left: 16px;
  transform: translate(-50%, 0);
}
.p-searchmap__facilities li.ext-no_icon:before {
  display: none;
}
@media screen and (min-width: 821px) {
  .p-searchmap__facilities li:before {
    margin-right: 8px;
  }
}
.p-searchmap__summary {
  margin: 7px 0 14px;
  font-size: 13px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.p-searchmap__description {
  margin-top: 0.5em;
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  color: #787878;
  line-height: 1.6;
  padding-bottom: 1.5em;
}
.p-searchmap__description li {
  margin-right: 2em;
}
.p-searchmap__price {
  margin-top: auto;
  text-align: right;
  font-weight: bold;
  width: 100%;
  font-size: 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 820px) {
  .p-searchmap__price {
    font-size: 18px;
  }
}
.p-searchmap__price .c-button {
  font-weight: bold;
  font-size: 14px;
  min-width: 80px;
  margin-left: 1em;
}
@media screen and (max-width: 820px) {
  .p-searchmap__price .c-button {
    min-width: 0;
    font-size: 12px;
  }
}
@media screen and (max-width: 820px) {
  .p-searchmap__price .c-button span {
    display: none;
  }
}
.p-searchmap__price > span:first-of-type {
  font-size: 14px;
  display: inline-block;
  padding: 0.2em 0.5em;
  font-style: normal;
  font-weight: bold;
  border: 2px solid #E35D54;
  color: #E35D54;
  border-radius: 10px;
  margin-right: 1em;
}
.p-searchmap__price > span:first-of-type.ext-novacancy {
  border: 2px solid #787878;
  color: #787878;
}
@media screen and (max-width: 820px) {
  .p-searchmap__price > span:first-of-type span {
    display: none;
  }
}
.p-searchmap__price > span:nth-of-type(2) {
  width: 100%;
  font-size: 11px;
  color: #787878;
  display: block;
  font-weight: normal;
  margin-top: 0.2em;
}
@media screen and (min-width: 821px) {
  .p-searchmap__price > span:nth-of-type(2) {
    font-size: 13px;
  }
}
.p-searchmap__sort {
  margin: 0.7em auto -0.7em;
}
.p-searchmap__sort ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.p-searchmap__sort ul li {
  margin-right: 1em;
  margin-bottom: 0.7em;
}
.p-searchmap__sort .c-select select {
  font-size: 13px;
  padding: 0.5em 20px 0.5em 10px;
  border: none;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.075);
}
.p-searchmap__sort .c-select:after {
  right: 7px;
  margin-top: -4px;
  width: 8px;
  height: 8px;
}
.p-searchmap__sort .c-select.is-active select {
  background-color: #3C3C3C;
  color: #ffffff;
}
.p-searchmap__sort .c-select.is-active::after {
  background: url(/svg/icn-pulldown_w.svg) no-repeat center center/contain;
}

.p-seo {
  background: #F8F8F8;
  position: relative;
  z-index: 1;
}
.p-seo .c-section {
  margin-top: 40px;
}
.p-seo .c-section:first-child {
  margin-top: 0;
}
@media screen and (max-width: 820px) {
  .p-seo .c-section {
    margin-top: 30px;
  }
}
.p-seo .c-box__title {
  padding: 10px 0;
  margin: -10px 0 10px;
  font-size: 16px;
}
@media screen and (max-width: 820px) {
  .p-seo .c-box__title {
    font-size: 14px;
  }
}
* + .p-seo .c-box__title:not(:first-child) {
  margin-top: 2em;
}
.p-seo .c-accordion__content {
  border-radius: 0 0 7px 7px;
}

.p-seo {
  padding-top: 40px;
  padding-bottom: 100px;
}
@media screen and (max-width: 820px) {
  .p-seo {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .p-seo .c-section__title {
    font-size: 16px;
  }
  .p-seo .c-box p {
    font-size: 14px;
  }
}

.p-gmap__resetarea {
  position: fixed;
  left: max(25%, (100% - 640px) / 2);
  transform: translate(-50%, 13px);
  pointer-events: none;
  opacity: 0;
  transition: all 0s;
  z-index: 1;
}
.p-gmap__resetarea.is-disable {
  display: none;
}
.p-gmap__resetarea.is-active {
  opacity: 1;
  transition: opacity 0.4s;
}
.p-gmap__resetarea.is-active a, .p-gmap__resetarea.is-active button {
  pointer-events: all;
}
@media screen and (min-width: 961px) {
  .is-list .p-gmap__resetarea {
    left: 187.5px;
  }
}
@media screen and (min-width: 961px) and (min-width: 1635px) {
  .is-list .p-gmap__resetarea {
    left: min((100% - 1260px) / 2, 20%);
  }
}
@media screen and (max-width: 820px) {
  .p-gmap__resetarea {
    position: fixed;
    left: 0;
    top: auto;
    width: 100%;
    height: 50svh;
    box-sizing: border-box;
    padding-top: 10px;
    transform: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
  }
}
.p-gmap__resetarea a, .p-gmap__resetarea button {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  outline: none;
  background: #3C3C3C;
  color: #ffffff;
  box-sizing: border-box;
  font-size: 14px;
  padding: 0 0.8em;
  font-weight: bold;
  height: 32px;
  border-radius: 21px;
  border: none;
  box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.2);
  line-height: 1;
}
.p-gmap__resetarea a img, .p-gmap__resetarea button img {
  width: auto;
  height: 14px;
  margin-right: 0.5em;
  transition: opacity 0.4s;
}
.p-gmap__resetarea a:hover, .p-gmap__resetarea button:hover {
  opacity: 1 !important;
}
.p-gmap__resetarea a:hover span,
.p-gmap__resetarea a:hover img, .p-gmap__resetarea button:hover span,
.p-gmap__resetarea button:hover img {
  opacity: 0.7;
}

.p-gmap__getlatlang {
  background: #fff;
  box-sizing: border-box;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  line-height: 1;
  font-size: 14px;
  padding: 0;
  height: 42px;
  border-radius: 21px;
  position: absolute;
  right: clamp(0px, 50% + 10px, 650px);
  bottom: 25px;
  outline: none;
  box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 820px) {
  .p-gmap__getlatlang {
    position: fixed;
    bottom: calc(50svh - 70px);
    right: 10px;
    margin-right: 0;
  }
}
.p-gmap__getlatlang a {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0 14px;
  box-sizing: border-box;
}
.p-gmap__getlatlang a:first-child {
  border-right: 1px solid #d1d1d1;
  padding-right: 7px;
  margin-right: 7px;
}
.p-gmap__getlatlang a + a {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  padding-left: 7px;
}
.p-gmap__getlatlang a + a span {
  display: block;
  overflow: hidden;
  max-width: 0;
  white-space: nowrap;
  font-weight: bold;
}
.p-gmap__getlatlang a.is-active:first-child {
  display: none;
}
.p-gmap__getlatlang a.is-active + a span {
  max-width: 100%;
  padding-left: 14px;
}
.p-gmap__getlatlang a.is-active + a img {
  margin-left: 7px;
}

.ui-slider-horizontal .ui-slider-range {
  background: none repeat scroll 0 0 #3C3C3C;
  height: 0.5em;
  margin-top: 0.3em;
}

.ui-widget-content {
  background: #EEE;
  border: none;
  color: #222222;
}

.ui-slider .ui-slider-handle {
  background: url(/images/search/common/cursor.png) no-repeat;
  border: none;
  width: 23px;
  height: 23px;
  cursor: pointer;
}

.price_count,
.initial_count,
.age_count,
.size_count {
  display: flex;
  justify-content: center;
}
.price_count div,
.initial_count div,
.age_count div,
.size_count div {
  text-align: center;
  min-width: 15%;
}
.price_count input[type=number]::-webkit-outer-spin-button,
.price_count input[type=number]::-webkit-inner-spin-button,
.initial_count input[type=number]::-webkit-outer-spin-button,
.initial_count input[type=number]::-webkit-inner-spin-button,
.age_count input[type=number]::-webkit-outer-spin-button,
.age_count input[type=number]::-webkit-inner-spin-button,
.size_count input[type=number]::-webkit-outer-spin-button,
.size_count input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.price_count input[type=number],
.initial_count input[type=number],
.age_count input[type=number],
.size_count input[type=number] {
  -moz-appearance: textfield;
  border: 1px solid #d1d1d1;
  border-radius: 7px;
  padding: 0.3em 0.5em;
}

.ui-multiselect {
  border: 1px solid #d1d1d1;
  border-radius: 20px;
  padding: 0.5em 20px;
  box-sizing: border-box;
  position: relative;
  background: #ffffff;
}
.ui-multiselect:after {
  content: "";
  display: block;
  right: 15px;
  top: 50%;
  margin-top: -5px;
  position: absolute;
  width: 10px;
  height: 10px;
  background: url(/svg/icn-pulldown.svg) no-repeat center center;
  pointer-events: none;
  background-size: contain;
}
.ui-multiselect-menu {
  z-index: 10001;
  border-radius: 20px;
  overflow: hidden;
  font-size: 14px;
  background: #ffffff;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.08);
  padding: 0.5em;
  position: fixed;
}
.ui-multiselect-menu label {
  cursor: pointer;
}
.ui-multiselect-header {
  background: #F8F8F8;
  padding: 0.5em;
  border: none;
}
.ui-multiselect-header .ui-multiselect-filter {
  margin-bottom: 0.5em;
}
.ui-multiselect-header .ui-multiselect-filter-label {
  display: flex;
  align-items: center;
}
.ui-multiselect-header .ui-multiselect-filter input {
  -webkit-appearance: none;
  border: 1px solid #d1d1d1;
  padding: 0.5em 20px;
  border-radius: 20px;
  font-size: 16px;
  outline: none;
  box-sizing: border-box;
  border: none;
  flex-grow: 1;
  height: auto;
  font-size: 14px;
}
.ui-multiselect-header .ui-multiselect-filter input::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.ui-multiselect-optgroup ul {
  display: flex;
  flex-wrap: wrap;
}
.ui-multiselect-grouplabel {
  text-align: left;
  font-size: 11px;
  margin-top: 1em;
  border: none;
}
.ui-multiselect-checkboxes li + li {
  margin-top: 0.5em;
}
.ui-multiselect-checkboxes label {
  border: none;
  font-size: 14px;
}
.ui-multiselect-checkboxes input[type=checkbox] {
  display: none;
}
.ui-multiselect-checkboxes input[type=checkbox] + span:before {
  content: "";
  border: 1px solid #d1d1d1;
  border-radius: 7px;
  display: inline-block;
  width: 1.3em;
  height: 1.3em;
  text-align: center;
  margin-right: 0.5em;
  background-color: #F8F8F8;
  vertical-align: middle;
  flex-shrink: 0;
  flex-grow: 0;
  margin-top: -3.5px;
}
.ui-multiselect-checkboxes input[type=checkbox]:checked + span::before {
  background: #3C3C3C url(/svg/icn-check_mark.svg) no-repeat center center;
  background-size: contain;
}
.ui-multiselect-checkboxes .ui-state-hover {
  border: none;
  background: #F8F8F8;
  color: #222;
}
.ui-icon {
  background: #3C3C3C;
  border-radius: 50%;
}
.ui-icon-triangle-1-s {
  display: none;
}
.ui-icon-circle-close {
  display: none;
}
.ui-icon-closethick {
  width: 14px;
  height: 14px;
  background: #3C3C3C url(/svg/cart/icn-cross.svg) no-repeat center center/7px !important;
  margin-right: 0.5em;
}

@media screen and (min-width: 821px) {
  .p-introduction {
    display: none;
  }
}
.p-introduction__title {
  margin-bottom: 0;
  font-size: 20px;
}
.p-introduction__title span {
  font-size: 28px;
}
@media screen and (max-width: 820px) {
  .p-introduction__title {
    padding-top: 20px;
    font-size: 18px;
  }
  .p-introduction__title span {
    font-size: 24px;
  }
}
.p-introduction .c-link a {
  font-size: 14px;
}

.ui-widget-content {
  background: #ffffff;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.08);
}

.ui-widget.ui-widget-content {
  border: none;
  padding: 0.5em;
  font-size: 16px;
  border-radius: 7px;
}

.ui-menu {
  padding: 0;
  margin: 0;
}
.ui-menu .ui-menu-item {
  padding: 0;
  margin: 0;
}
.ui-menu .ui-menu-item-wrapper {
  padding: 0.25em 0.5em;
}

.ui-widget-content .ui-state-active {
  margin: 0;
  border: none;
  background: #F8F8F8;
  border-radius: 7px;
}

.ripple {
  content: "";
  display: block;
  position: fixed;
  background: #53A96D;
  border-radius: 1000vmax;
  width: 10px;
  height: 10px;
  opacity: 1;
  z-index: 200000;
  transform: translate(-50%, -50%);
}

.p-searchmap__baloon {
  cursor: pointer;
  display: flex;
  align-items: center;
  position: fixed;
  padding: 0.5em 1em;
  box-sizing: border-box;
  background: #53A96D;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.08);
  transition: opacity 0.4s, transform 0.4s;
  transform: translate(0, 15px);
  opacity: 0;
  z-index: 10;
  border-radius: 1000vmax;
  margin-top: -10px;
}
@media screen and (min-width: 821px) {
  .scrollLock .p-searchmap__baloon {
    opacity: 0 !important;
    transition-duration: 0s !important;
  }
}
@media screen and (max-width: 820px) {
  .p-searchDrawer .p-searchmap__baloon {
    position: absolute;
  }
}
.p-searchmap__baloon.is-active {
  opacity: 1;
  transform: none;
}
.p-searchmap__baloon.is-alert {
  background: #6E6EF0;
}
.p-searchmap__baloon.is-alert::after {
  border-top-color: #6E6EF0;
}
.p-searchmap__baloon p {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #ffffff;
}
.p-searchmap__baloon::after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 1em;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-color: #53A96D;
}
.p-searchmap__baloon.ext-right:after {
  left: auto;
  right: 1em;
}

/* Google Map Parts */
.p-gmap .ext-share {
  background: #007FC4;
}
.p-gmap .ext-apart {
  background: #00BDC1;
}
.p-gmap .ext-social {
  background: #FFBC00;
}
.p-gmap .ext-share_apart {
  background: #a482ea;
}
.p-gmap .ext-granstay {
  background: #39be85;
}
.p-gmap .ext-open {
  background: #E35D54;
}
.p-gmap .ext-close {
  background: #444;
}
.p-gmap .ext-plan {
  background: #de7000;
}
.p-gmap .gm-style-iw-c > button.gm-ui-hover-effect {
  filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.3));
  opacity: 1 !important;
}
.p-gmap .gm-style-iw-c > button.gm-ui-hover-effect:before, .p-gmap .gm-style-iw-c > button.gm-ui-hover-effect:after {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  background: #ffffff;
  top: 50%;
  margin-top: -5px;
  left: 50%;
  margin-left: -15px;
}
.p-gmap .gm-style-iw-c > button.gm-ui-hover-effect:before {
  background: #3C3C3C;
  border-radius: 10px;
}
.p-gmap .gm-style-iw-c > button.gm-ui-hover-effect:after {
  background: url(/svg/search/icn-cross.svg) no-repeat center center;
  background-size: 10px 10px;
}
.p-gmap .gm-style-iw-c > button.gm-ui-hover-effect > span {
  display: none !important;
}
.p-gmap .gm-style-iw-c > button.gm-ui-hover-effect img {
  display: none !important;
}
.p-gmap .gm-style-iw-c > button.gm-ui-hover-effect:hover {
  opacity: 0.5;
}
.p-gmap__pin {
  letter-spacing: 0.01em;
  color: #222;
  background-color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  padding: 0.4em 0.6em;
  line-height: 1;
  border: none;
  border-radius: 7px;
  box-sizing: border-box;
  white-space: nowrap;
  display: inline-block;
  transform: translate(-50%, -100%);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  transition: color 0.4s, background-color 0.4s;
  position: relative;
  margin-top: -6px;
}
@media screen and (max-width: 820px) {
  .p-gmap__pin {
    font-size: 10px;
  }
}
.p-gmap__pin.is-hover, .p-gmap__pin.is-active {
  transition: color 0s, background-color 0s;
  background-color: #222;
  color: #ffffff;
  z-index: 10000 !important;
}
.p-gmap__pin.is-hover:after, .p-gmap__pin.is-active:after {
  border-top: 6px solid #222;
  transition: border-color 0s;
}
.p-gmap__pin:after {
  transition: border-color 0.4s;
  content: "";
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top: 6px solid #ffffff;
  display: block;
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  margin-left: -6px;
}
.p-gmap__pin span {
  display: inline-block;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  vertical-align: middle;
  margin-right: 4px;
  margin-top: -2px;
}
.p-gmap__info {
  position: relative;
  max-width: 280px;
  width: 100%;
  letter-spacing: 0.03em;
}
.p-gmap.ext-fixed {
  display: none;
}
.ext-listmap .p-gmap__info {
  display: none;
}
.ext-listmap .p-gmap__info.ext-fixed {
  background: #ffffff;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.08);
  border-radius: 7px;
  overflow: hidden;
  position: absolute;
  display: flex !important;
  max-width: 640px;
  width: calc(100% - 30px);
  bottom: 50px;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, 0);
  animation: fadeIn 0.4s forwards;
}
.ext-listmap .p-gmap__info.ext-fixed .p-gmap__price {
  width: 100%;
}
.ext-listmap .p-gmap__info.ext-fixed .p-gmap__slide {
  width: 40%;
  max-width: 200px;
  flex-grow: 0;
  flex-shrink: 0;
}
.ext-listmap .p-gmap__info.ext-fixed .p-gmap__slide.ext-3d:after {
  content: attr(data-3d);
  background: rgba(0, 0, 0, 0.5) url(/svg/icn-cube.svg) no-repeat 6px center/11px 11px;
  color: #ffffff;
  font-size: 11px;
  line-height: 11px;
  padding: 3px 6px 3px 20px;
  border-radius: 11px;
  position: absolute;
  right: 5px;
  top: 5px;
  pointer-events: none;
}
.ext-listmap .p-gmap__info.ext-fixed .p-gmap__slide .slick-slide {
  position: relative;
}
.ext-listmap .p-gmap__info.ext-fixed .p-gmap__slide .slick-slide a {
  display: block;
  padding-top: 100%;
}
.ext-listmap .p-gmap__info.ext-fixed .p-gmap__slide .slick-list, .ext-listmap .p-gmap__info.ext-fixed .p-gmap__slide .slick-track {
  height: 100%;
}
.ext-listmap .p-gmap__info.ext-fixed .p-gmap__slide .slick-arrow {
  padding: 0;
  margin: 0;
  width: 18px;
  height: 29px;
  background: url(/svg/icn-arrow.svg) no-repeat center center/contain;
  box-shadow: none;
  filter: drop-shadow(0px 1px 0px rgba(0, 0, 0, 0.4));
}
@media screen and (max-width: 820px) {
  .ext-listmap .p-gmap__info.ext-fixed .p-gmap__slide .slick-arrow {
    display: none !important;
  }
}
.ext-listmap .p-gmap__info.ext-fixed .p-gmap__slide .slick-prev {
  left: 2px;
}
.ext-listmap .p-gmap__info.ext-fixed .p-gmap__slide .slick-next {
  right: 2px;
}
.ext-listmap .p-gmap__info.ext-fixed .p-gmap__slide img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  top: 0;
}
.ext-listmap .p-gmap__info.ext-fixed .p-gmap__detail {
  flex-grow: 1;
}
.p-gmap__infoclose {
  position: absolute;
  right: -1px;
  top: -1px;
  filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.3));
  opacity: 1 !important;
  width: 32px;
  height: 32px;
  display: block;
}
@media screen and (max-width: 820px) {
  .p-gmap__infoclose {
    width: 42px;
    height: 42px;
    right: -6px;
    top: -6px;
  }
}
.p-gmap__infoclose:before, .p-gmap__infoclose:after {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  background: #ffffff;
  top: 50%;
  margin-top: -10px;
  left: 50%;
  margin-left: -10px;
}
.p-gmap__infoclose:before {
  background: #3C3C3C;
  border-radius: 10px;
}
.p-gmap__infoclose:after {
  background: url(/svg/search/icn-cross.svg) no-repeat center center;
  background-size: 10px 10px;
}
.p-gmap__infoclose > span {
  display: none !important;
}
.p-gmap__infoclose img {
  display: none !important;
}
.p-gmap__infoclose:hover {
  opacity: 0.5;
}
.p-gmap__slide {
  position: relative;
}
.p-gmap__slide img {
  width: 100%;
  height: auto;
}
.p-gmap__slide > div {
  display: none;
}
.p-gmap__slide > div:first-child {
  display: block;
}
.p-gmap__slide.slick-initialized > div {
  display: block;
}
.p-gmap__detail {
  font-size: 16px;
  padding: 14px;
}
.p-gmap__category {
  display: inline-block;
  font-size: 12px;
  color: #ffffff;
  line-height: 1;
  padding: 0.2em 0.5em;
  margin-right: 8px;
}
.p-gmap__name {
  display: block;
  margin-top: 4px;
  font-weight: bold;
}
.p-gmap__stats {
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  padding: 0.2em 0.5em;
  color: #ffffff;
}
.p-gmap__price {
  display: inline-block;
  margin-right: 8px;
  line-height: 1;
}
.p-gmap__description {
  display: none;
}
.ext-listmap .p-gmap__description {
  margin-top: 0.5em;
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  color: #787878;
  line-height: 1.6;
  padding-bottom: 0.5em;
}
.ext-listmap .p-gmap__description > span {
  margin-right: 2em;
}
@media screen and (max-width: 820px) {
  .ext-listmap .p-gmap__description {
    display: none;
  }
}
.p-gmap__more {
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
  text-decoration: underline;
}
.p-gmap .gm-style-iw-a.ext-oak .gm-style-iw-c {
  padding: 0;
  outline: none;
  border: none;
  top: -30px;
  max-height: 310px !important;
}
.p-gmap .gm-style-iw-a.ext-oak.ext-circle .gm-style-iw-c {
  top: -15px;
}
.p-gmap .gm-style-iw-a.ext-oak .gm-style-iw-tc:after {
  top: -31px;
}
.p-gmap .gm-style-iw-a.ext-oak.ext-circle .gm-style-iw-tc:after {
  top: -16px;
}
.p-gmap .gm-style-iw-a.ext-oak .gm-style-iw-d {
  max-height: 310px !important;
}
.p-gmap .gm-style-iw-a.ext-oak .gm-style-iw-d {
  overflow: hidden !important;
}
.p-gmap .gm-style-iw-a.ext-oak .gm-style-iw-t::after {
  display: none;
}
.detect-smp .p-gmap .gm-style-iw-a.ext-address .gm-style-iw-c {
  padding: 12px !important;
}
.p-gmap .gm-style-iw-a.ext-address .gm-style-iw-c button {
  display: none !important;
}
.p-gmap .gm-style-iw-a.ext-address .gm-style-iw {
  font-weight: bold;
  font-size: 14px;
}
.p-gmap .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 1;
  text-indent: -100000px;
  border: none;
  border-radius: 50%;
  background: #3C3C3C;
  width: 32px;
  height: 32px;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.08);
  background-position: center center;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-image: url(/svg/icn-arrow.svg);
  cursor: pointer;
  backface-visibility: hidden;
}
.p-gmap .slick-next {
  right: 7px;
  transform: translate(0, -50%) scale(-1, 1);
}
.p-gmap .slick-prev {
  left: 7px;
}
.p-gmap .slick-disabled {
  display: none !important;
}
.p-gmap .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 7px;
  left: 0;
  width: 100%;
  z-index: 1;
}
.p-gmap .slick-dots li {
  margin: 0 4px;
}
.p-gmap .slick-dots li button {
  width: 8px;
  height: 8px;
  box-sizing: border-box;
  text-indent: -100000px;
  padding: 0;
  font-size: 1px;
  outline: none;
  border: none;
  opacity: 1;
  background: #ffffff;
  border-radius: 50%;
  filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.3));
  cursor: pointer;
}
.p-gmap .slick-dots li.slick-active button {
  opacity: 0.5;
}