* {
  box-sizing: border-box;
  font: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}
*:focus {
  outline: none;
}
html,
body {
  margin: 0;
  padding: 0;
  position: relative;
  height: 100vh;
  height: -webkit-fill-available;
  overflow: hidden;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  color: #333;
  font-size: 13px;
}
input[type='checkbox'],
input[type='radio'] {
  display: none;
}
[hidden] {
  display: none !important;
}
.container {
  display: flex;
  height: 100vh;
  height: -webkit-fill-available;
  max-width: 100vw;
}
.menu {
  display: block;
  width: 352px;
  flex-shrink: 0;
}
@media (max-width: 750px) {
  .menu {
    display: none;
  }
}
.main {
  flex-grow: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  width: calc(100vw - 352px);
  background-color: #f1eeec;
}
@media (max-width: 750px) {
  .main {
    width: 100%;
  }
}
.main-header {
  display: flex;
  justify-content: space-between;
  padding: 5px 4px 6px;
}
@media (min-width: 751px) {
  .main-header {
    display: none;
  }
}
.main-footer {
  position: relative;
  background-color: #fbfbfb;
}
.menu-link {
  height: 34px;
  padding: 0 15px 0 35px;
  line-height: 32px;
  font-size: 11px;
  text-decoration: none;
  color: #333;
  border: 1px solid #e3e0db;
  border-bottom: 2px solid #e3e0db;
  border-radius: 3px;
  background: url(https://fudosanlist.cbiz.ne.jp/assets/list/sp/common/img/ico_items_06.png) no-repeat 7px 50%;
  background-size: 17px 14px;
  display: block;
  background-color: #fff;
  margin-right: auto;
}
.selectbox {
  position: relative;
}
.selectbox::after {
  content: '';
  width: 6px;
  height: 5px;
  margin-top: -3px;
  background: url(https://fudosanlist.cbiz.ne.jp/assets/list/sp/common/img/ico_arrow_01.png) no-repeat 0 0;
  background-size: 6px 5px;
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
}
.selectbox select {
  height: 34px;
  padding: 0 30px 0 25px;
  border: 1px solid #cdccbe;
  border-bottom: 2px solid #cdccbe;
  border-radius: 3px;
  background: #fff;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  box-sizing: border-box;
  display: block;
  font-size: 11px;
}
.icon::before {
  position: absolute;
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  left: 16px;
  transform: translate(-50%, -55%);
}
.icon-list::before {
  background-image: url(https://fudosanlist.cbiz.ne.jp/assets/list/pc/common/img/ico_layout_01_gray.svg);
}
.icon-map::before {
  background-image: url(https://fudosanlist.cbiz.ne.jp/assets/list/pc/common/img/ico_layout_03_gray.svg);
}
.icon-odr::before {
  background-image: url(https://fudosanlist.cbiz.ne.jp/assets/list/sp/common/img/ico_items_02.png);
}
.map {
  flex-grow: 1;
}
.item {
  background-color: #fff;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  padding: 10px;
  color: #000;
  gap: 10px;
  margin: 0;
  font-size: 14px;
  text-decoration: none;
  border: 1px solid #e7e7e7;
}
@media (max-width: 750px) {
  .item {
    width: calc(100vw - 60px);
  }
}
@media (hover: hover) {
  .item:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .item:active {
    opacity: 0.7;
  }
}
.item .info {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-start;
}
.item .img {
  display: block;
  width: 100%;
  height: 100%;
}
.item .img-wrapper {
  width: 100px;
  height: 100px;
  position: relative;
}
.item .img-count {
  position: absolute;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2;
  background-image: url(https://fudosanlist.cbiz.ne.jp/assets/mapsearch/common/img/ico_photo_01.png);
  background-size: 17px 12px;
  background-repeat: no-repeat;
  background-position-y: 1px;
  padding-left: 20px;
  bottom: 3px;
  right: 5px;
  -moz-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
  -webkit-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
  -ms-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}
.item .div {
  color: #fff;
  background-color: #d8ccb7;
  border-radius: 4px;
  padding: 0 5px;
  display: inline-block;
}
.item .price {
  color: #f60;
  font-weight: bold;
  font-size: 16px;
}
.item .unit {
  font-size: 12px;
}
.item .interest {
  font-weight: bold;
}
.item .interest .text {
  display: inline-block;
  font-size: 11px;
  background-color: #ff3;
  color: #4f2e2c;
  border-radius: 3px;
  padding: 2px 2px 0;
}
.item .interest .percentage {
  color: #c95840;
}
.information {
  position: absolute;
  display: flex;
  flex-direction: column;
  transition: all 0.2s linear;
  background-color: #fff;
}
@media (max-width: 750px) {
  .information {
    left: 0;
    bottom: 0;
    right: 0;
    height: 244px;
  }
  .information.close {
    bottom: -244px;
  }
}
@media (min-width: 750px) {
  .information {
    padding-top: 40px;
    top: 0;
    bottom: 0;
    right: 0;
    width: 380px;
  }
  .information.close {
    top: -100%;
    bottom: 100%;
  }
}
.information-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  z-index: 1;
}
.information-main {
  position: relative;
  flex-grow: 1;
  background-color: #fbfbfb;
  overflow-x: hidden;
  overflow-y: auto;
}
.information-description {
  background-color: #f5f5f0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
  font-size: 13px;
  height: 40px;
  width: 100%;
  flex-shrink: 0;
}
.information-count {
  position: fixed;
  cursor: pointer;
  top: 0;
  right: 0;
  background-color: #fff;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 10px;
  width: 380px;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 750px) {
  .information-count {
    width: 100%;
    position: absolute;
    left: 0;
    transform: translateY(-100%);
  }
}
@media (hover: hover) {
  .information-count:hover {
    color: #e6880e;
  }
  .information-count:hover .open-close::before,
  .information-count:hover .open-close::after {
    background-color: #e6880e;
  }
}
@media (hover: none) {
  .information-count:active {
    color: #e6880e;
  }
  .information-count:active .open-close::before,
  .information-count:active .open-close::after {
    background-color: #e6880e;
  }
}
.information-count .open-close {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  height: 13px;
  margin: 0 20px;
  transform-origin: center;
  cursor: pointer;
}
.information-count .open-close.close {
  transform: rotate(180deg);
}
.information-count .open-close::before,
.information-count .open-close::after {
  content: '';
  height: 2px;
  width: 13px;
  background-color: #999;
}
.information-count .open-close::before {
  transform-origin: center right;
  transform: rotate(43deg);
}
.information-count .open-close::after {
  transform-origin: center left;
  transform: rotate(-43deg);
}
.information-tabs {
  display: flex;
}
.information-tab {
  flex-grow: 1;
  height: 54px;
  line-height: 54px;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  color: #333;
  cursor: pointer;
}
.information-tab .select-count {
  font-size: 13px;
}
input:checked + .information-tab {
  color: #e6880e;
  border-bottom: 2px solid #e6880e;
}
.surrounding {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.surrounding-inner {
  flex-grow: 1;
  overflow: auto;
  padding: 10px;
  width: 100%;
}
@media (max-width: 750px) {
  .surrounding-inner {
    display: flex;
    gap: 8px;
    height: 100%;
  }
}
.surrounding-inner::-webkit-scrollbar {
  width: 4px;
}
.surrounding-inner::-webkit-scrollbar-track {
  background-color: #fff;
}
.surrounding-inner::-webkit-scrollbar-thumb {
  background-color: #999;
}
.surrounding-manual {
  display: flex;
  align-items: flex-end;
  padding: 0 16px;
  width: 100%;
}
.surrounding-manual::before {
  content: '';
  background: url(https://fudosanlist.cbiz.ne.jp/assets/detail_page/img/map/ico_map_building.png) no-repeat center/contain;
  display: block;
  width: 25px;
  height: 25px;
  margin-right: 8px;
  flex-shrink: 0;
}
.surrounding-text {
  border: none;
  display: block;
  border-bottom: 1px dotted #ccc;
  background-color: #fbfbfb;
  font-size: 13px;
  height: 28px;
  line-height: 28px;
  flex-grow: 1;
  flex-shrink: 10;
  min-width: 0;
}
.surrounding-submit {
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #888;
  font-size: 13px;
  padding: 3px 0;
  width: 40px;
  cursor: pointer;
  background-color: #eee;
  flex-shrink: 0;
}
@media (hover: hover) {
  .surrounding-submit:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .surrounding-submit:active {
    opacity: 0.7;
  }
}
.surrounding-category {
  color: #8f7854;
  font-weight: bold;
  line-height: 20px;
  margin-top: 8px;
  padding: 0 8px;
}
.surrounding-items {
  display: grid;
  grid-template-columns: repeat(2, minmax(50%, max-content));
  grid-auto-flow: row;
}
@media (min-width: 750px) {
  .surrounding-items {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
}
@media (max-width: 750px) {
  .surrounding-items {
    background-color: #fff;
    gap: 8px;
    height: 100%;
    width: fit-content;
    grid-template-columns: none;
    grid-template-rows: repeat(2, 54px);
    grid-auto-flow: column;
    grid-auto-columns: max-content;
  }
}
.surrounding-label {
  cursor: pointer;
  display: flex;
  align-items: center;
  height: 45px;
  border-bottom: 1px solid #ccc;
  padding: 0 38px 0 8px;
  position: relative;
  flex-shrink: 0;
  white-space: nowrap;
  font-size: 15px;
}
@media (min-width: 750px) {
  .surrounding-label {
    padding-left: 66px;
  }
}
@media (max-width: 750px) {
  .surrounding-label {
    border: 1px solid #ccc;
    border-radius: 6px;
    height: 50px;
    width: 140px;
  }
}
@media (max-width: 750px) {
  input:checked + .surrounding-label {
    background-color: #fbf9f2;
    border-color: #dcbb85;
  }
}
@media (min-width: 750px) {
  input:checked + .surrounding-label {
    background-color: #f1f1f1;
  }
}
@media (hover: hover) {
  .surrounding-label:hover {
    background-color: #f1f1f1;
  }
}
@media (hover: none) {
  .surrounding-label:active {
    background-color: #f1f1f1;
  }
}
.surrounding-label::after {
  content: '';
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (max-width: 750px) {
  .surrounding-label::after {
    right: 8px;
  }
}
@media (min-width: 750px) {
  .surrounding-label::after {
    left: 36px;
  }
}
@media (min-width: 750px) {
  .surrounding-label::before {
    content: '';
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 22px;
    height: 22px;
    background: url(https://fudosanlist.cbiz.ne.jp/assets/list/pc/common/img/check_off.png) no-repeat center/contain;
  }
  input:checked + .surrounding-label::before {
    background: url(https://fudosanlist.cbiz.ne.jp/assets/list/pc/common/img/check_on.png) no-repeat center/contain;
  }
  .surrounding-label:nth-last-of-type(1):nth-of-type(2n + 1),
  .surrounding-label:nth-last-of-type(1):nth-of-type(2n),
  .surrounding-label:nth-last-of-type(2):nth-of-type(2n + 1) {
    border: none;
  }
}
.sr-convenience-store::after {
  background-image: url(https://fudosanlist.cbiz.ne.jp/assets/detail_page/img/map/icon_map_label01.png);
}
.sr-supermarket::after {
  background-image: url(https://fudosanlist.cbiz.ne.jp/assets/detail_page/img/map/icon_map_label02.png);
}
.sr-household-goods::after {
  background-image: url(https://fudosanlist.cbiz.ne.jp/assets/detail_page/img/map/icon_map_label03.png);
}
.sr-department-store::after {
  background-image: url(https://fudosanlist.cbiz.ne.jp/assets/detail_page/img/map/icon_map_label04.png);
}
.sr-home-center::after {
  background-image: url(https://fudosanlist.cbiz.ne.jp/assets/detail_page/img/map/icon_map_label05.png);
}
.sr-electronics-store::after {
  background-image: url(https://fudosanlist.cbiz.ne.jp/assets/detail_page/img/map/icon_map_label06.png);
}
.sr-book-store::after {
  background-image: url(https://fudosanlist.cbiz.ne.jp/assets/detail_page/img/map/icon_map_label07.png);
}
.sr-cafe::after {
  background-image: url(https://fudosanlist.cbiz.ne.jp/assets/detail_page/img/map/icon_map_label08.png);
}
.sr-restaurant::after {
  background-image: url(https://fudosanlist.cbiz.ne.jp/assets/detail_page/img/map/icon_map_label09.png);
}
.sr-bar::after {
  background-image: url(https://fudosanlist.cbiz.ne.jp/assets/detail_page/img/map/icon_map_label10.png);
}
.sr-ramen::after {
  background-image: url(https://fudosanlist.cbiz.ne.jp/assets/detail_page/img/map/icon_map_label11.png);
}
.sr-box-lunch::after {
  background-image: url(https://fudosanlist.cbiz.ne.jp/assets/detail_page/img/map/icon_map_label12.png);
}
.sr-karaoke::after {
  background-image: url(https://fudosanlist.cbiz.ne.jp/assets/detail_page/img/map/icon_map_label13.png);
}
.sr-manga-cafe::after {
  background-image: url(https://fudosanlist.cbiz.ne.jp/assets/detail_page/img/map/icon_map_label14.png);
}
.sr-disk-rental-shop::after {
  background-image: url(https://fudosanlist.cbiz.ne.jp/assets/detail_page/img/map/icon_map_label15.png);
}
.sr-massage::after {
  background-image: url(https://fudosanlist.cbiz.ne.jp/assets/detail_page/img/map/icon_map_label16.png);
}
.sr-beauty-salon::after {
  background-image: url(https://fudosanlist.cbiz.ne.jp/assets/detail_page/img/map/icon_map_label17.png);
}
.sr-hospital::after {
  background-image: url(https://fudosanlist.cbiz.ne.jp/assets/detail_page/img/map/icon_map_label18.png);
}
.sr-dentistry::after {
  background-image: url(https://fudosanlist.cbiz.ne.jp/assets/detail_page/img/map/icon_map_label19.png);
}
.sr-drug-store::after {
  background-image: url(https://fudosanlist.cbiz.ne.jp/assets/detail_page/img/map/icon_map_label20.png);
}
.sr-welfare::after {
  background-image: url(https://fudosanlist.cbiz.ne.jp/assets/detail_page/img/map/icon_map_label21.png);
}
.sr-library::after {
  background-image: url(https://fudosanlist.cbiz.ne.jp/assets/detail_page/img/map/icon_map_label22.png);
}
.sr-tourist-attractions::after {
  background-image: url(https://fudosanlist.cbiz.ne.jp/assets/detail_page/img/map/icon_map_label23.png);
}
.sr-park::after {
  background-image: url(https://fudosanlist.cbiz.ne.jp/assets/detail_page/img/map/icon_map_label24.png);
}
.sr-kindergarten::after {
  background-image: url(https://fudosanlist.cbiz.ne.jp/assets/detail_page/img/map/icon_map_label25.png);
}
.sr-nursery-school::after {
  background-image: url(https://fudosanlist.cbiz.ne.jp/assets/detail_page/img/map/icon_map_label26.png);
}
.sr-primary-school::after {
  background-image: url(https://fudosanlist.cbiz.ne.jp/assets/detail_page/img/map/icon_map_label27.png);
}
.sr-middle-school::after {
  background-image: url(https://fudosanlist.cbiz.ne.jp/assets/detail_page/img/map/icon_map_label28.png);
}
.sr-high-school::after {
  background-image: url(https://fudosanlist.cbiz.ne.jp/assets/detail_page/img/map/icon_map_label29.png);
}
.sr-university::after {
  background-image: url(https://fudosanlist.cbiz.ne.jp/assets/detail_page/img/map/icon_map_label30.png);
}
.sr-cram-school::after {
  background-image: url(https://fudosanlist.cbiz.ne.jp/assets/detail_page/img/map/icon_map_label31.png);
}
.sr-bus::after {
  background-image: url(https://fudosanlist.cbiz.ne.jp/assets/detail_page/img/map/icon_map_label38.png);
}
.sr-golf-center::after {
  background-image: url(https://fudosanlist.cbiz.ne.jp/assets/detail_page/img/map/icon_map_label36.png);
}
.sr-batting-center {
  grid-column: span 2;
}
.sr-batting-center::after {
  background-image: url(https://fudosanlist.cbiz.ne.jp/assets/detail_page/img/map/icon_map_label37.png);
}
.sr-movie-theater::after {
  background-image: url(https://fudosanlist.cbiz.ne.jp/assets/detail_page/img/map/icon_map_label35.png);
}
.sr-bbq::after {
  background-image: url(https://fudosanlist.cbiz.ne.jp/assets/detail_page/img/map/icon_map_label33.png);
}
.sr-soba-or-udon::after {
  background-image: url(https://fudosanlist.cbiz.ne.jp/assets/detail_page/img/map/icon_map_label34.png);
}
.list-track {
  overflow-x: auto;
  height: calc(100% - 40px);
  position: relative;
  scroll-padding-right: 30px;
}
@media (max-width: 750px) {
  .list-inner {
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 30px;
    height: 100%;
  }
}
.list-message {
  text-align: center;
  position: absolute;
  top: 0;
  margin: 0;
  white-space: nowrap;
}
@media (min-width: 750px) {
  .list-message {
    top: 120px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 750px) {
  .list-message {
    top: 50%;
    left: 70px;
    transform: translateY(-50%);
    text-align: left;
    font-weight: bold;
  }
}
.list-message.initial {
  color: #624239;
}
.list-message.initial::before {
  content: '';
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #e9e5dc;
  position: absolute;
}
.list-message.initial::after {
  content: '';
  display: block;
  width: 28px;
  height: 28px;
  background: url(https://fudosanlist.cbiz.ne.jp/assets/mapsearch/common/img/pin_normal.png) no-repeat center/contain;
  position: absolute;
}
@media (min-width: 750px) {
  .list-message.initial::before {
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
  }
  .list-message.initial::after {
    top: -38px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 750px) {
  .list-message.initial::before {
    left: -13px;
    top: 50%;
    transform: translate(-100%, -50%);
  }
  .list-message.initial::after {
    left: -15px;
    top: 50%;
    transform: translate(-100%, -50%);
  }
}
.list-message.nomatched {
  color: #ff4d4d;
}
.list-message.nomatched::before {
  content: '！';
  position: absolute;
  background-color: #ff4d4d;
  color: #fff;
  display: flex;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
}
@media (min-width: 750px) {
  .list-message.nomatched::before {
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 750px) {
  .list-message.nomatched::before {
    left: -13px;
    top: 50%;
    transform: translate(-100%, -50%);
  }
}
.list-message .em {
  font-style: normal;
  font-weight: bold;
}
.to-list {
  color: #007eb8;
  text-decoration: underline;
  visibility: hidden;
  font-weight: normal;
}
.to-list:hover {
  opacity: 0.7;
}
@media (max-width: 750px) {
  .pc-only {
    display: none;
  }
}
@media (min-width: 750px) {
  .sp-only {
    display: none;
  }
}
