main#search_result2026 .page-header {
  position: relative;
}
@media (max-width: 960px) {
  main#search_result2026 .page-header {
    max-width: 590px;
    margin: 0 auto;
    padding: 0 20px;
  }
}
@media (min-width: 961px) {
  main#search_result2026 .page-header {
    display: flex;
    justify-content: space-between;
    flex-flow: row-reverse;
    padding: 17px 20px;
  }
}
main#search_result2026 .page-header .search form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #e5ebf2;
  border-radius: 6px;
  overflow: hidden;
}
@media (min-width: 961px) {
  main#search_result2026 .page-header .search form {
    width: 380px;
    margin-top: 3px;
  }
}
main#search_result2026 .page-header .search form input[type=search] {
  display: block;
  width: calc(100% - 73px);
  padding: 0 10px;
  font-size: 12px;
  background: none;
  border: none;
  outline: none;
}
@media (min-width: 961px) {
  main#search_result2026 .page-header .search form input[type=search] {
    width: calc(100% - 62px);
    padding: 0 13px;
    font-size: 14px;
  }
}
main#search_result2026 .page-header .search form input[type=search]::placeholder {
  color: #959595;
}
main#search_result2026 .page-header .search form .submit {
  display: block;
  width: 73px;
  line-height: 46px;
  color: #fff;
  font-size: 15px;
  text-align: center;
  background: #333;
  border-radius: 6px;
}
@media (min-width: 961px) {
  main#search_result2026 .page-header .search form .submit {
    width: 62px;
    font-size: 14px;
    line-height: 31px;
  }
}
@media (max-width: 960px) {
  main#search_result2026 .page-header .title {
    margin: 15px 0;
  }
}
@media (min-width: 961px) {
  main#search_result2026 .page-header .title {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0 16px;
    max-width: calc(100% - 400px);
  }
}
main#search_result2026 .page-header .title h1 {
  font-weight: normal;
}
@media (max-width: 960px) {
  main#search_result2026 .page-header .title h1 {
    font-size: 13px;
    font-weight: 600;
  }
}
@media (min-width: 961px) {
  main#search_result2026 .page-header .title h1 {
    font-size: 20px;
  }
}
main#search_result2026 .page-header .title h1 strong {
  margin-right: .2em;
  font-weight: 600;
}
@media (max-width: 960px) {
  main#search_result2026 .page-header .title .items {
    position: absolute;
    right: 20px;
    bottom: 0;
    font-size: 13px;
  }
}
@media (min-width: 961px) {
  main#search_result2026 .page-header .title .items {
    font-weight: 600;
  }
}
main#search_result2026 .page-header .title .items .num {
  font-size: 18px;
  font-weight: 600;
}
@media (min-width: 961px) {
  main#search_result2026 .page-header .title .items .num {
    margin-right: .2em;
    font-size: 20px;
  }
}
@media (max-width: 960px) {
  main#search_result2026 .page-header .title .items .pc-inline {
    display: none;
  }
}
@media (max-width: 960px) {
  main#search_result2026 .page-header .explore {
    padding-bottom: 35px;
  }
}
main#search_result2026 .main-clm {
  padding: 0 20px;
}
@media (max-width: 960px) {
  main#search_result2026 .main-clm {
    max-width: 590px;
    margin: 0 auto;
  }
}
@media (min-width: 961px) {
  main#search_result2026 .main-clm {
    display: flex;
    justify-content: space-between;
    max-height: 660px;
  }
}
main#search_result2026 .list-area {
  position: relative;
}
@media (min-width: 961px) {
  main#search_result2026 .list-area {
    width: 330px;
    margin-top: 50px;
    padding-left: 20px;
  }
}
main#search_result2026 .list-area .scroll-cnt {
  position: relative;
  height: 100%;
  overflow-y: auto;
  scrollbar-width: none;
}
main#search_result2026 .list-area .scroll-cnt::-webkit-scrollbar {
  display: none;
}
main#search_result2026 .list-area .scrollbar {
  display: block;
  position: absolute;
  top: 0;
  left: 2px;
  height: 100%;
  border-right: 2px solid #b2b2b2;
}
@media (max-width: 960px) {
  main#search_result2026 .list-area .scrollbar {
    display: none !important;
  }
  main#search_result2026 .list-area .scroll-cnt {
    overflow-y: visible;
    height: auto;
  }
}
main#search_result2026 .list-area .scrollbar-drag {
  position: absolute;
  top: 0;
  left: -2px;
  border-right: 6px solid #b2b2b2;
  border-radius: 3px;
  cursor: pointer;
}
main#search_result2026 .list-area .listing {
  padding-top: 20px;
}
main#search_result2026 .list-area .listing::after {
  display: block;
  content: "";
  position: absolute;
  top: 46%;
  right: 2px;
  transform: translateY(-50%) rotate(45deg);
  width: 7px;
  aspect-ratio: 1;
  border-top: 2px solid #595959;
  border-right: 2px solid #595959;
  pointer-events: none;
}
@media (min-width: 961px) {
  main#search_result2026 .list-area .listing:first-child {
    padding-top: 5px;
  }
}
main#search_result2026 .list-area .listing:nth-child(n+2) {
  border-top: 1px solid #333;
}
main#search_result2026 .list-area .listing:not(:last-child) {
  padding-bottom: 20px;
}
main#search_result2026 .list-area .listing-more {
  width: 240px;
  margin: 30px auto 0;
  color: #fff;
  font-weight: 600;
  text-align: center;
  line-height: 45px;
  background: #ff8500;
  border-radius: 5px;
}
@media (min-width: 961px) {
  main#search_result2026 .list-area .listing-more {
    display: none !important;
  }
}
main#search_result2026 .listing {
  position: relative;
  font-size: 15px;
  line-height: 1.6;
}
@media (min-width: 961px) {
  main#search_result2026 .listing {
    font-size: 14px;
  }
}
main#search_result2026 .listing.open .head .img .status {
  background: #ff4500;
}
main#search_result2026 .listing.open .head .txt .address::after {
  background-image: url(/img/users/common/pin-orange.svg);
}
main#search_result2026 .listing.full .head .img .status {
  background: #00bcd4;
}
main#search_result2026 .listing.full .head .txt .address::after {
  background-image: url(/img/users/common/pin-blue.svg);
}
main#search_result2026 .listing.contact .head .img .status {
  background: #f06292;
}
main#search_result2026 .listing.contact .head .txt .address::after {
  background-image: url(/img/users/common/pin-red.svg);
}
main#search_result2026 .listing .head {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-right: 15px;
}
main#search_result2026 .listing .head .img {
  width: 120px;
}
main#search_result2026 .listing .head .img .status {
  margin-bottom: 6px;
  padding-bottom: .1em;
  color: #fff;
  font-weight: 600;
  text-align: center;
  line-height: 25px;
  border-radius: 5px;
}
main#search_result2026 .listing .head .img img {
  width: 100%;
  aspect-ratio: 96/62;
  object-fit: cover;
}
main#search_result2026 .listing .head .txt {
  width: calc(100% - 132px);
}
main#search_result2026 .listing .head .txt h2 {
  display: flex;
  align-items: center;
  padding-right: 10px;
  padding-bottom: .1em;
  min-height: 25px;
  margin-bottom: 6px;
  font-size: 15px;
  text-decoration: underline;
  text-underline-offset: 2px;
}
@media (min-width: 961px) {
  main#search_result2026 .listing .head .txt h2 {
    font-size: 14px;
  }
}
main#search_result2026 .listing .head .txt .price {
  width: calc(100% + 20px);
  font-size: 13px;
}
@media (min-width: 961px) {
  main#search_result2026 .listing .head .txt .price {
    font-size: 12px;
  }
}
main#search_result2026 .listing .head .txt .price .num {
  margin-right: 2px;
  font-size: 23px;
  font-weight: 600;
  line-height: 1;
}
@media (min-width: 961px) {
  main#search_result2026 .listing .head .txt .price .num {
    font-size: 22px;
  }
}
main#search_result2026 .listing .head .txt .address {
  position: relative;
  margin-top: 5px;
  color: #7f7f7f;
  padding-left: 17px;
}
main#search_result2026 .listing .head .txt .address::after {
  display: block;
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 13px;
  aspect-ratio: 12.5/15.7;
  background: no-repeat center/100%;
}
@media (min-width: 961px) {
  main#search_result2026 .listing .head .txt .address::after {
    top: 3px;
  }
}
main#search_result2026 .listing .head .favorite {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 22px;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
}
main#search_result2026 .listing .head .favorite svg {
  width: 100%;
}
main#search_result2026 .listing .tag {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 10px;
  padding-right: 15px;
}
main#search_result2026 .listing .tag li {
  padding: .1em .8em;
  background: #f2f2f2;
  border-radius: 4px;
}
main#search_result2026 .listing .size {
  margin-top: 10px;
}
main#search_result2026 .listing .size h3 {
  padding-right: 30px;
  margin-bottom: 5px;
  font-size: 15px;
}
@media (min-width: 961px) {
  main#search_result2026 .listing .size h3 {
    font-size: 14px;
  }
}
main#search_result2026 .listing .size .size-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 16px;
}
main#search_result2026 .listing .size .size-item {
  display: flex;
  align-items: center;
  width: calc(50% - 8px);
}
main#search_result2026 .listing .size .size-item dt {
  width: 42px;
  margin-right: 5px;
  padding-bottom: .1em;
  color: #fff;
  text-align: center;
  line-height: 22px;
  background: #595959;
}
@media (min-width: 961px) {
  main#search_result2026 .listing .size .size-item dt {
    width: 40px;
    line-height: 20px;
  }
}
main#search_result2026 .listing .size .size-item dd {
  padding-bottom: .1em;
  white-space: nowrap;
}
@media (min-width: 961px) {
  main#search_result2026 .listing .size {
    font-size: 12px;
  }
}
main#search_result2026 .listing a {
  display: block;
  position: relative;
  margin-top: 15px;
  padding: 0 15px .1em;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  font-weight: 600;
  text-align: center;
  line-height: 35px;
  background-color: #333;
  border-radius: 4px;
  cursor: pointer;
}
main#search_result2026 .listing a::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) rotate(45deg);
  right: 15px;
  width: 6px;
  aspect-ratio: 1;
  border-top: 1.5px solid #fff;
  border-right: 1.5px solid #fff;
  pointer-events: none;
}
main#search_result2026 .map-area {
  position: relative;
}
@media (max-width: 960px) {
  main#search_result2026 .map-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    z-index: 8;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
  }
}
@media (min-width: 961px) {
  main#search_result2026 .map-area {
    width: calc(100% - 350px);
  }
}
main#search_result2026 .map-area>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main#search_result2026 .map-area .infobox {
  position: absolute;
  width: 350px;
  padding: 20px;
  background: #fff;
  box-shadow: 1px 1px 4px rgba(0,0,0,.4);
}
@media (min-width: 961px) {
  main#search_result2026 .map-area .infobox {
    top: 30px;
    right: 30px;
  }
}
main#search_result2026 .map-area .infobox .close {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  width: 25px;
  aspect-ratio: 1;
  background: url(/img/users/common/closebtn.svg) no-repeat center/100%;
  z-index: 1;
  cursor: pointer;
}
main#search_result2026 .map-area .swiper-listing {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  z-index: 2;
}
main#search_result2026 .map-area .swiper-listing .swiper-slide {
  background: #fff;
  padding: 20px;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #404040;
}
main#search_result2026 .map-area .swiper-listing .swiper-slide .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 18px;
  aspect-ratio: 1;
  background: url(/img/users/common/swiper-close.svg) no-repeat center/100%;
}
@media (max-width:960px) {
  main#search_result2026 .map-area .swiper-listing .swiper-slide {
    padding: 12px;
    height: 215px;
  }
  main#search_result2026 .map-area .swiper-listing .swiper-slide .listing {
    font-size: 12px;
  }
  main#search_result2026 .map-area .swiper-listing .swiper-slide .listing .head .img {
    width: 80px;
  }
  main#search_result2026 .map-area .swiper-listing .swiper-slide .listing .head .img .status {
    font-size: 10px;
    line-height: 18px;
    margin-bottom: 3px;
  }
  main#search_result2026 .map-area .swiper-listing .swiper-slide .listing .head .txt {
    width: calc(100% - 90px);
  }
  main#search_result2026 .map-area .swiper-listing .swiper-slide .listing .head .txt h2 {
    font-size: 12px;
    min-height: 0;
    margin-bottom: 3px;
  }
  main#search_result2026 .map-area .swiper-listing .swiper-slide .listing .head .txt .price {
    font-size: 11px;
  }
  main#search_result2026 .map-area .swiper-listing .swiper-slide .listing .head .txt .price .num {
    font-size: 16px;
  }
  main#search_result2026 .map-area .swiper-listing .swiper-slide .listing .head .txt .address {
    margin-top: 2px;
  }
  main#search_result2026 .map-area .swiper-listing .swiper-slide .listing .tag {
    margin-top: 5px;
    gap: 4px;
  }
  main#search_result2026 .map-area .swiper-listing .swiper-slide .listing .tag li {
    padding: .1em .5em;
    font-size: 11px;
  }
  main#search_result2026 .map-area .swiper-listing .swiper-slide .listing .size {
    margin-top: 5px;
    font-size: 10px;
  }
  main#search_result2026 .map-area .swiper-listing .swiper-slide .listing .size h3 {
    font-size: 10px;
    margin-bottom: 2px;
  }
  main#search_result2026 .map-area .swiper-listing .swiper-slide .listing .size .size-item dt {
    width: 36px;
    line-height: 14px;
  }
  main#search_result2026 .map-area .swiper-listing .swiper-slide .listing .size .size-item dd {
    white-space: nowrap;
  }
  main#search_result2026 .map-area .swiper-listing .swiper-slide .listing>a {
    margin-top: 6px;
    font-size: 12px;
    line-height: 28px;
  }
}
main#search_result2026 .map-area .swiper-listing .prev,
main#search_result2026 .map-area .swiper-listing .next {
  position: absolute;
  top: 50%;
  width: 32px;
  aspect-ratio: 1;
  z-index: 1;
}
main#search_result2026 .map-area .swiper-listing .prev img,
main#search_result2026 .map-area .swiper-listing .next img {
  width: 100%;
}
main#search_result2026 .map-area .swiper-listing .prev.prev,
main#search_result2026 .map-area .swiper-listing .next.prev {
  transform: translate(10px, -50%);
}
main#search_result2026 .map-area .swiper-listing .prev.next,
main#search_result2026 .map-area .swiper-listing .next.next {
  transform: translate(-10px, -50%);
}
.explore {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
@media (min-width: 961px) {
  .explore {
    gap: 10px;
    position: absolute;
    top: 100%;
    left: 40px;
    width: 310px;
  }
}
.explore .recommend {
  position: relative;
  width: calc(50% - 6px);
}
@media (min-width: 961px) {
  .explore .recommend {
    width: calc(50% - 5px);
  }
}
.explore .recommend select {
  display: block;
  width: 100%;
  padding: 0 15px;
  font-size: 14px;
  line-height: 31px;
  border: 1px solid #bac9dd;
  border-radius: 5px;
  cursor: pointer;
}
@media (min-width: 961px) {
  .explore .recommend select {
    border-radius: 10px;
    line-height: 35px;
  }
}
.explore .recommend::after {
  display: block;
  content: "";
  position: absolute;
  top: 46%;
  right: 13px;
  transform: translateY(-50%) rotate(45deg);
  width: 5px;
  aspect-ratio: 1;
  border-right: 1.5px solid #333;
  border-bottom: 1.5px solid #333;
  pointer-events: none;
}
@media (min-width: 961px) {
  .explore .recommend::after {
    right: 15px;
    width: 6px;
  }
}
.explore .back-btn {
  display: block;
  position: relative;
  width: calc(50% - 6px);
  padding: 0 15px .1em;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: calc(33px - .1em);
  background-color: #ff8500;
  border-radius: 5px;
  cursor: pointer;
}
@media (min-width: 961px) {
  .explore .back-btn {
    width: calc(50% - 5px);
    border-radius: 10px;
    line-height: calc(37px - .1em);
  }
}
.explore .back-btn::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 13px;
  transform: translateY(-50%) rotate(45deg);
  width: 5px;
  aspect-ratio: 1;
  border-top: 1.5px solid #fff;
  border-right: 1.5px solid #fff;
  pointer-events: none;
}
@media (min-width: 961px) {
  .explore .back-btn::after {
    right: 15px;
    width: 6px;
  }
}
.explore .filter-btn {
  display: block;
  position: relative;
  width: calc(50% - 6px);
  padding: 0 15px .1em;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: calc(33px - .1em);
  background-color: #333;
  border-radius: 5px;
  cursor: pointer;
}
@media (min-width: 961px) {
  .explore .filter-btn {
    width: calc(50% - 5px);
    border-radius: 10px;
    line-height: calc(37px - .1em);
  }
}
.explore .filter-btn::after {
  display: block;
  content: "";
  position: absolute;
  top: 46%;
  right: 13px;
  transform: translateY(-50%) rotate(45deg);
  width: 5px;
  aspect-ratio: 1;
  border-right: 1.5px solid #fff;
  border-bottom: 1.5px solid #fff;
  pointer-events: none;
}
@media (min-width: 961px) {
  .explore .filter-btn::after {
    right: 15px;
    width: 6px;
  }
}
.explore .map-btn {
  width: 100%;
  color: #fff;
  font-weight: 600;
  text-align: center;
  line-height: 50px;
  background: #ff8500;
  border-radius: 5px;
}
@media (min-width: 961px) {
  .explore .map-btn {
    display: none !important;
  }
}
.filter-box {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  gap: 20px;
  top: calc(100% + 50px);
  left: 20px;
  max-width: calc(100% - 40px);
  padding: 20px;
  font-size: 15px;
  background: #eee;
  border-radius: 8px;
  z-index: 8;
}
@media (max-width: 960px) {
  .filter-box {
    flex-direction: column;
  }
}
@media (min-width: 961px) {
  .filter-box {
    gap: 25px;
    left: 40px;
    width: 941px;
    padding: 25px;
  }
}
.filter-box>div .label {
  margin-bottom: 8px;
  font-weight: 600;
}
@media (min-width: 961px) {
  .filter-box>div.type {
    width: 200px;
  }
}
.filter-box>div.price .select {
  width: calc(50% - 10px);
}
@media (min-width: 961px) {
  .filter-box>div.price .select {
    width: 150px;
  }
}
.filter-box>div.price span {
  margin: 0 8px;
}
@media (min-width: 961px) {
  .filter-box>div.other {
    width: 310px;
  }
}
.filter-box>div.other .checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 15px;
}
.filter-box>div.other .checkbox div {
  cursor: pointer;
}
.filter-box>div.other .checkbox div>input[type=checkbox][name="features[]"] {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  margin: 0;
  padding: 0;
  background: #fff;
  border: 0;
  border-radius: 3px;
  display: inline-grid;
  place-content: center;
  vertical-align: middle;
  cursor: pointer;
}
.filter-box>div.other .checkbox div>input[type=checkbox][name="features[]"]::before {
  content: "";
  width: 10px;
  height: 6px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translateY(-20%) rotate(-45deg) scale(0);
}
.filter-box>div.other .checkbox div>input[type=checkbox][name="features[]"]:checked {
  background: #ff8500;
}
.filter-box>div.other .checkbox div>input[type=checkbox][name="features[]"]:checked::before {
  transform: translateY(-20%) rotate(-45deg) scale(1);
}
.filter-box>div.other .checkbox div>input[type=checkbox][name="features[]"]:focus {
  outline: none;
}
.filter-box>div.other .checkbox div>input[type=checkbox][name="features[]"]:focus-visible {
  outline: none;
  box-shadow: none;
}
.filter-box>div.other .checkbox div>label {
  padding-left: 5px;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
}
.filter-box>div.area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  min-height: 45px;
  width: 100%;
  padding: 10px 15px;
  font-weight: 600;
  background: #fff;
  line-height: 1.4;
  border-radius: 6px;
}
@media (min-width: 961px) {
  .filter-box>div.area {
    width: calc(50% - 12.5px);
  }
}
.filter-box>div.area p span {
  color: #ff8500;
}
.filter-box>div.area button {
  display: block;
  background: none;
  border: none;
  outline: none;
  text-decoration: underline;
  text-underline-offset: 2px;
  cursor: pointer;
}
.filter-box>div.submit {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 961px) {
  .filter-box>div.submit {
    width: calc(50% - 12.5px);
  }
}
.filter-box>div.submit input {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 12.5px);
  height: 45px;
  border-radius: 8px;
}
.filter-box>div.submit input.clear {
  border: 1px solid #333;
  letter-spacing: .1em;
  text-indent: .1em;
}
.filter-box>div.submit input.submit {
  color: #fff;
  background: #ff8500;
  letter-spacing: .5em;
  text-indent: .5em;
}
.filter-box .select {
  position: relative;
}
.filter-box .select::after {
  content: "";
  position: absolute;
  top: 46%;
  right: 15px;
  transform: translateY(-50%) rotate(45deg);
  width: 6px;
  aspect-ratio: 1;
  border-right: 1.5px solid #333;
  border-bottom: 1.5px solid #333;
  pointer-events: none;
}
.filter-box .select select {
  display: block;
  width: 100%;
  padding: 0 15px;
  background: #fff;
  border-radius: 8px;
  line-height: 45px;
  border: none;
  cursor: pointer;
}
.guide {
  margin-top: 35px;
}
@media (min-width: 961px) {
  .guide {
    margin-top: 60px;
  }
}
@media (min-width: 961px) {
  .guide-clm {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 961px) and (min-width: 961px) {
  .guide-clm>div {
    width: calc(50% - 8px);
  }
}
.guide-clm .box {
  background: #f3f6f9;
}
@media (max-width: 960px) {
  .guide-clm .box {
    margin-top: 11px;
  }
}
@media (min-width: 961px) {
  .guide-clm .box {
    padding: 20px;
  }
  .guide-clm .box:nth-child(n+2) {
    margin-top: 16px;
  }
}
.guide-clm .box h3 {
  position: relative;
  font-size: 16px;
}
@media (max-width: 960px) {
  .guide-clm .box h3:not(.open-close-btn-sp) {
    padding: 20px 20px 0;
  }
  .guide-clm .box h3:not(.open-close-btn-sp)+* {
    padding: 0 20px 20px;
  }
  .guide-clm .box h3.open-close-btn-sp {
    padding: 20px 30px 20px 45px;
  }
  .guide-clm .box h3.open-close-btn-sp::after {
    display: block;
    content: "";
    position: absolute;
    top: 46%;
    right: 15px;
    transform: translateY(-50%) rotate(45deg);
    width: 6px;
    aspect-ratio: 1;
    border-right: 2px solid #ff8500;
    border-bottom: 2px solid #ff8500;
    pointer-events: none;
    transition: transform .3s;
  }
  .guide-clm .box h3.open-close-btn-sp.on::after {
    transform: translateY(-10%) rotate(225deg);
  }
}
@media (min-width: 961px) {
  .guide-clm .box h3 {
    margin-bottom: 10px;
  }
}
.guide-clm .box .tag {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}
.guide-clm .box .tag li {
  padding: .2em .8em;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  background: #fff;
  border-radius: 6px;
  border: 1px solid #ff9d33;
}
@media (min-width: 961px) {
  .guide-clm .box .tag li {
    transition: opacity .3s;
  }
  .guide-clm .box .tag li:hover {
    opacity: .6;
  }
}
.guide-clm .box .qa h3::before {
  content: "Q";
  margin-right: .5em;
  color: #ff9d33;
}
@media (max-width: 960px) {
  .guide-clm .box .qa h3::before {
    position: absolute;
    top: 12px;
    left: 17px;
    font-size: 23px;
  }
}
@media (max-width: 960px) {
  .guide-clm .box .qa .open-close-cnt {
    position: relative;
    height: 0;
    overflow: hidden;
  }
  .guide-clm .box .qa .open-close-cnt .inner {
    padding: 0 20px 20px;
  }
}
.guide-clm .box .qa p {
  font-size: 15px;
}
@media (min-width: 961px) {
  .guide-clm .box .qa p {
    font-size: 14px;
  }
}
@media (max-width: 960px) {
  .header {
    height: unset;
    flex-wrap: wrap;
    transition: transform .3s;
  }
  .header .menu {
    z-index: 999;
  }
  .header .explore {
    display: none;
    width: 100%;
    padding: 5px 20px 0;
  }
}
@media (max-width: 960px) and (min-width: 961px) {
  .header .explore {
    display: none !important;
  }
}
@media (max-width: 960px) {
  .header .explore .back-btn {
    display: none;
  }
  .header-btn {
    display: none;
    position: absolute;
    top: 100%;
    right: 10px;
    width: 80px;
    height: 28px;
    background: #ff9d33;
    border-radius: 0 0 8px 8px;
  }
  .header-btn::after {
    display: block;
    content: "";
    position: absolute;
    top: 42%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 10px;
    aspect-ratio: 1;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
  body.scrolled:not(.map-show):not(.navOpen) .header {
    transform: translateY(-101%);
  }
  body.scrolled:not(.map-show):not(.navOpen) .header .explore {
    padding-bottom: 20px;
  }
  body.scrolled:not(.map-show):not(.navOpen).scrollup .explore {
    display: flex;
  }
  body.scrolled:not(.map-show):not(.navOpen).scrollup .header {
    transform: translateY(0);
  }
  body.map-show {
    overflow: hidden;
  }
  body.map-show .header {
    padding-bottom: 15px;
    border-bottom: 5px solid #ff9d33;
    box-shadow: 1px 1px 4px rgba(0,0,0,.6);
    transform: translateY(calc(-101% + 15px));
  }
  body.map-show .header .explore {
    display: flex;
    max-height: 0;
    opacity: 0;
    transition: 0s .31s;
  }
  body.map-show .header .explore .back-btn {
    display: block;
  }
  body.map-show .header .explore .recommend,
  body.map-show .header .explore .map-btn {
    display: none;
  }
  body.map-show .header-btn {
    display: block;
  }
  body.map-show .map-area {
    opacity: 1 !important;
    visibility: visible !important;
  }
  body.map-show.header-show .header {
    transform: translateY(0);
  }
  body.map-show.header-show .header-btn::after {
    transform: translate(-50%, 0%) rotate(225deg);
  }
  body.map-show.header-show .header .explore {
    max-height: 38px;
    opacity: 1;
    transition: 0s;
  }
  body.navOpen .header .explore {
    display: none;
  }
}
@media (min-width: 961px) {
  .header .explore {
    display: none;
  }
}
main#search_result2026 .swiper-listing .swiper-detail-link {
  display: block;
  position: relative;
  margin-top: 15px;
  padding: 0 15px .1em;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  line-height: 35px;
  background-color: #333;
  border-radius: 4px;
  cursor: pointer;
}
main#search_result2026 .swiper-listing .swiper-detail-link::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) rotate(45deg);
  width: 6px;
  aspect-ratio: 1;
  border-top: 1.5px solid #fff;
  border-right: 1.5px solid #fff;
  pointer-events: none;
}