@media (min-width: 992px) {
  .text-14 {
    font-size: 87.5%; }

  .text-15 {
    font-size: 93.75%; }

  .text-18 {
    font-size: 112.5%; }

  .text-20 {
    font-size: 125%; }

  .text-22 {
    font-size: 137.5%; }

  .text-24 {
    font-size: 150%; }

  .text-28 {
    font-size: 175%; }

  .text-32 {
    font-size: 200%; } }
@media (max-width: 991.98px) {
  .text-14 {
    font-size: 100%; }

  .text-15 {
    font-size: 100%; }

  .text-20 {
    font-size: 100%; }

  .text-22 {
    font-size: 100%; }

  .text-24 {
    font-size: 106%; }

  .text-28 {
    font-size: 120%; }

  .text-32 {
    font-size: 150%; }

  .text-11sp {
    font-size: 73.3%; }

  .text-14sp {
    font-size: 93.3%; }

  .text-100sp {
    font-size: 100% !important; }

  .text-200sp {
    font-size: 200% !important; } }
.icon-30 {
  font-size: 200%; }

.text-darkgray {
  color: #353535 !important; }

.text-red {
  color: #E11818 !important; }

.text-blue {
  color: #0061CF !important; }

.text-orange {
  color: #E57200 !important; }

.ls-15 {
  letter-spacing: 0.15rem; }

.bg-litegray {
  background-color: #F8F8F8; }

.bg-gray {
  background-color: #F3F3F3; }

button.blue {
  font-weight: normal;
  color: #fff !important;
  background-color: #0061CF; }
  button.blue:hover {
    color: #fff; }
button.white {
  font-weight: bold;
  color: #707070 !important;
  background-color: #fff;
  border: 1px solid #0061CF; }
button.red {
  font-weight: bold;
  color: #fff !important;
  background-color: #E11818;
  border: 1px solid #fff; }
button.gray {
  font-weight: normal;
  color: #fff !important;
  background-color: #7B7B7B; }
button.favorite {
  font-weight: normal;
  font-size: 100%;
  color: #353535 !important;
  background-color: #fff;
  border: 1px solid #C9C9C9; }
button.contact {
  font-weight: normal;
  font-size: 100%;
  color: #fff !important;
  background-color: #E57200; }
  button.contact:hover {
    color: #fff; }
button.tel {
  font-weight: normal;
  font-size: 100%;
  color: #4D4D4D !important;
  background-color: #fff;
  border: 1px solid #E57200; }
  button.tel i {
    color: #E57200; }
button.favorite, button.contact, button.tel {
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075); }
  button.favorite i, button.contact i, button.tel i {
    margin-right: 0.5rem; }

a.rounded-bg-white {
  display: inline-block;
  font-weight: bold;
  color: #0061CF;
  background-color: #fff;
  border: 1px solid #0061CF;
  border-radius: 50rem;
  padding: 0.65rem 2.5rem; }

input.form, select.form {
  font-size: 100%; }

select.form {
  color: #717171;
  padding: 0.375rem 1.5rem 0.375rem 0.75rem;
  background-image: url(/shared/images/search/icon-arrow-down.svg);
  background-position: right 0.45rem center;
  background-size: 10px; }

@media (max-width: 991.98px) {
  select.form {
    padding: 0.75rem 1.5rem 0.75rem 0.75rem; } }
.sticky-footer {
  background-color: rgba(0, 0, 0, 0.5);
  position: sticky;
  bottom: 0; }
  .sticky-footer a:hover, .sticky-footer .btn:hover, .sticky-footer button:hover {
    opacity: 1;
    filter: brightness(1.1); }

.map-block .hokkaido p {
  color: #8059AA !important; }
.map-block .tohoku p {
  color: #2260A7 !important; }
.map-block .hokuriku p {
  color: #007236 !important; }
.map-block .kanto p {
  color: #4AACD3 !important; }
.map-block .tokai p {
  color: #64BC6E !important; }
.map-block .kinnki p {
  color: #E2C820 !important; }
.map-block .chugoku p {
  color: #F7931E !important; }
.map-block .shikoku p {
  color: #E38196 !important; }
.map-block .kyushu-okinawa p {
  color: #E23D4B !important; }
@media (min-width: 992px) {
  .map-block .map-wrap {
    padding-top: 2rem;
    padding-bottom: 5rem; }
  .map-block .map {
    background: url(/shared/images/search/map-block-bg.svg) no-repeat center center;
    max-width: 992px;
    height: 620px;
    margin: 0 auto;
    position: relative; }
    .map-block .map .area {
      border-radius: 0.25rem;
      box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
      padding: 0.65rem;
      text-align: center;
      background-color: #fff;
      position: absolute; }
      .map-block .map .area p {
        padding-bottom: 0.5rem; }
      .map-block .map .area .pref-link {
        text-decoration: none; }
        .map-block .map .area .pref-link .pref-name {
          font-size: 87.5%;
          font-weight: bold;
          text-decoration: underline; }
        .map-block .map .area .pref-link .count {
          font-size: 75%;
          display: block;
          line-height: 1.1; }
      .map-block .map .area.hokkaido:after, .map-block .map .area.tohoku:after, .map-block .map .area.kanto:after {
        border: solid transparent;
        content: '';
        height: 0;
        width: 0;
        pointer-events: none;
        position: absolute;
        border-color: rgba(90, 230, 40, 0);
        border-top-width: 8px;
        border-bottom-width: 8px;
        border-left-width: 37px;
        border-right-width: 37px;
        margin-top: -8px;
        border-right-color: #fff;
        right: 100%;
        top: 65%; }
      .map-block .map .area.kinnki:after {
        border: solid transparent;
        content: '';
        height: 0;
        width: 0;
        pointer-events: none;
        position: absolute;
        border-color: rgba(0, 153, 255, 0);
        border-top-width: 37px;
        border-bottom-width: 37px;
        border-left-width: 8px;
        border-right-width: 8px;
        margin-left: -8px;
        border-top-color: #fff;
        top: 100%;
        left: 50%; }
      .map-block .map .area.tokai:after, .map-block .map .area.shikoku:after {
        border: solid transparent;
        content: '';
        height: 0;
        width: 0;
        pointer-events: none;
        position: absolute;
        border-color: rgba(0, 153, 255, 0);
        border-top-width: 37px;
        border-bottom-width: 37px;
        border-left-width: 8px;
        border-right-width: 8px;
        margin-left: -8px;
        border-bottom-color: #fff;
        bottom: 100%;
        left: 10%; }
      .map-block .map .area.hokuriku:after, .map-block .map .area.chugoku:after {
        position: absolute;
        background: #FFF;
        border-radius: 2px;
        content: '';
        display: block;
        height: 3px; }
      .map-block .map .area.hokkaido {
        width: 5rem;
        top: 35px;
        right: 8%; }
      .map-block .map .area.tohoku {
        width: 13rem;
        top: 190px;
        right: 6%; }
      .map-block .map .area.hokuriku {
        width: 13rem;
        top: 70px;
        right: 37.5%; }
        .map-block .map .area.hokuriku:after {
          width: 180px;
          bottom: -90px;
          left: 33%;
          transform: rotate(90deg); }
      .map-block .map .area.kanto {
        width: 17rem;
        top: 336px;
        right: 3%; }
        .map-block .map .area.kanto:after {
          top: 50%; }
      .map-block .map .area.tokai {
        width: auto;
        top: 482px;
        right: auto;
        left: 55%; }
        .map-block .map .area.tokai p {
          padding-bottom: 0; }
      .map-block .map .area.kinnki {
        width: 9rem;
        top: 215px;
        right: 47.5%; }
        .map-block .map .area.kinnki:after {
          left: 70%; }
      .map-block .map .area.chugoku {
        width: 9rem;
        top: 215px;
        right: 63.5%; }
        .map-block .map .area.chugoku:after {
          width: 90px;
          bottom: -32px;
          left: 76%;
          transform: rotate(45deg); }
      .map-block .map .area.shikoku {
        width: 9rem;
        top: 534px;
        right: 46%; }
        .map-block .map .area.shikoku:after {
          left: 20%; }
      .map-block .map .area.kyushu-okinawa {
        width: 13rem;
        top: 460px;
        right: 71%; } }
@media (max-width: 991.98px) {
  .map-block .map .list .item {
    background: #fff;
    border: 0.5px solid #C4C4C4;
    padding: 0.75rem; }
    .map-block .map .list .item:first-child {
      border-top-left-radius: 0.25rem; }
    .map-block .map .list .item:nth-child(2) {
      border-top-right-radius: 0.25rem; }
    .map-block .map .list .item:nth-last-child(2) {
      border-bottom-left-radius: 0.25rem; }
    .map-block .map .list .item:last-child {
      border-bottom-right-radius: 0.25rem; }
  .map-block .map .list a {
    color: #353535 !important; }
  .map-block .map .modal .modal-header {
    border-bottom: none; }
    .map-block .map .modal .modal-header p {
      width: 100%;
      text-align: center; }
    .map-block .map .modal .modal-header .btn-close {
      background: transparent url(/shared/images/search/icon-modal-btn-close.svg) center/1em auto no-repeat;
      opacity: 1; }
  .map-block .map .modal .modal-body .pref-link {
    text-decoration: none; }
    .map-block .map .modal .modal-body .pref-link .pref-name {
      font-weight: bold;
      text-decoration: underline; }
    .map-block .map .modal .modal-body .pref-link .count {
      font-size: 100%;
      display: block;
      line-height: 1.1; } }

.room-tag {
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 87.5%;
  width: fit-content; }

.room-detail-title {
  color: #7B7B7B;
  background-color: #E8E4E4;
  text-align: center;
  width: 5rem; }

.txt-red {
  color: #DC3545 !important; }

@media (max-width: 991.98px) {
  #pref-mega-menu-block {
    width: 100%; } }
#pref-mega-menu-block .item.pref {
  cursor: pointer; }
  @media (max-width: 991.98px) {
    #pref-mega-menu-block .item.pref {
      display: none !important; } }
  #pref-mega-menu-block .item.pref .icon {
    width: 30px; }
  #pref-mega-menu-block .item.pref .item-a span:first-child {
    color: #2E2E2E;
    font-size: 20px; }
  #pref-mega-menu-block .item.pref .item-a .small {
    color: #2E2E2E;
    font-size: 14px; }
  #pref-mega-menu-block .item.pref .item-a .arrow {
    color: #0061CF;
    opacity: 0.5;
    font-size: 16px; }
#pref-mega-menu-block:hover .pref-mega-menu {
  display: block; }
#pref-mega-menu-block .pref-mega-menu {
  width: 100%; }
  @media (min-width: 992px) {
    #pref-mega-menu-block .pref-mega-menu {
      box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
      position: absolute;
      top: 87px;
      left: 0;
      z-index: 1;
      display: none; } }
  @media (max-width: 991.98px) {
    #pref-mega-menu-block .pref-mega-menu {
      background: #F9F9F9;
      padding: 0 0.5rem 0.75rem;
      display: block; } }
  @media (min-width: 992px) {
    #pref-mega-menu-block .pref-mega-menu .pref-nav {
      width: 50%;
      border: none;
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0; }
      #pref-mega-menu-block .pref-mega-menu .pref-nav .collapse:not(.show) {
        display: block !important; } }
  @media (min-width: 992px) {
    #pref-mega-menu-block .pref-mega-menu .pref-nav:first-child {
      border-right: 1px solid #E2E2E2; } }
  #pref-mega-menu-block .pref-mega-menu .pref-nav:first-child .pref-nav-header button {
    background-color: #4D76EA; }
  #pref-mega-menu-block .pref-mega-menu .pref-nav:first-child .pref-nav-body ul:first-child li a {
    color: #4D76EA; }
  #pref-mega-menu-block .pref-mega-menu .pref-nav:first-child .pref-nav-body ul:last-child li::after {
    color: #4D76EA; }
  #pref-mega-menu-block .pref-mega-menu .pref-nav:last-child .pref-nav-header button {
    background-color: #F77676; }
  #pref-mega-menu-block .pref-mega-menu .pref-nav:last-child .pref-nav-body ul:first-child li a {
    color: #F77676; }
  #pref-mega-menu-block .pref-mega-menu .pref-nav:last-child .pref-nav-body ul:last-child li::after {
    color: #F77676; }
  #pref-mega-menu-block .pref-mega-menu .pref-nav .pref-nav-header button {
    position: relative; }
    @media (min-width: 992px) {
      #pref-mega-menu-block .pref-mega-menu .pref-nav .pref-nav-header button {
        pointer-events: none;
        border-top-left-radius: 0;
        border-top-right-radius: 0; }
        #pref-mega-menu-block .pref-mega-menu .pref-nav .pref-nav-header button.collapsed {
          border-bottom-right-radius: 0;
          border-bottom-left-radius: 0; }
        #pref-mega-menu-block .pref-mega-menu .pref-nav .pref-nav-header button:hover {
          opacity: 1; }
        #pref-mega-menu-block .pref-mega-menu .pref-nav .pref-nav-header button:after {
          display: none; } }
    #pref-mega-menu-block .pref-mega-menu .pref-nav .pref-nav-header button:focus {
      border-color: transparent;
      box-shadow: none; }
    #pref-mega-menu-block .pref-mega-menu .pref-nav .pref-nav-header button:not(.collapsed) {
      box-shadow: none; }
      #pref-mega-menu-block .pref-mega-menu .pref-nav .pref-nav-header button:not(.collapsed)::after {
        background-image: none;
        transform: none; }
    #pref-mega-menu-block .pref-mega-menu .pref-nav .pref-nav-header button:after {
      width: auto;
      background-image: none;
      color: rgba(255, 255, 255, 0.5);
      background-image: none;
      font-family: "Font Awesome 5 Free";
      content: '\f0d7';
      font-weight: 900;
      position: absolute;
      right: 4%;
      top: 35%; }
    #pref-mega-menu-block .pref-mega-menu .pref-nav .pref-nav-header button:hover {
      opacity: 1; }
    #pref-mega-menu-block .pref-mega-menu .pref-nav .pref-nav-header button span:first-child {
      font-size: 28px; }
      @media (max-width: 991.98px) {
        #pref-mega-menu-block .pref-mega-menu .pref-nav .pref-nav-header button span:first-child {
          font-size: 24px; } }
    #pref-mega-menu-block .pref-mega-menu .pref-nav .pref-nav-header button .small {
      font-size: 14px; }
  @media (max-width: 991.98px) {
    #pref-mega-menu-block .pref-mega-menu .pref-nav .pref-nav-body ul li {
      width: 100%;
      text-align: left; } }
  #pref-mega-menu-block .pref-mega-menu .pref-nav .pref-nav-body ul li a {
    color: #353535; }
    @media (max-width: 991.98px) {
      #pref-mega-menu-block .pref-mega-menu .pref-nav .pref-nav-body ul li a {
        font-weight: normal !important;
        color: #353535 !important;
        font-size: 14px !important;
        padding: 0.75rem 1.5rem; } }
  @media (max-width: 991.98px) {
    #pref-mega-menu-block .pref-mega-menu .pref-nav .pref-nav-body ul:first-child li {
      border-bottom: 1px solid #CDCDCD; } }
  #pref-mega-menu-block .pref-mega-menu .pref-nav .pref-nav-body ul:first-child li a {
    font-size: 20px;
    font-weight: bold;
    margin-right: 1.75rem; }
    #pref-mega-menu-block .pref-mega-menu .pref-nav .pref-nav-body ul:first-child li a img {
      height: 48px; }
  #pref-mega-menu-block .pref-mega-menu .pref-nav .pref-nav-body ul:last-child li {
    position: relative; }
    #pref-mega-menu-block .pref-mega-menu .pref-nav .pref-nav-body ul:last-child li a {
      font-weight: bold;
      margin-right: 1.75rem;
      position: relative; }
    #pref-mega-menu-block .pref-mega-menu .pref-nav .pref-nav-body ul:last-child li::after {
      font-family: "Font Awesome 5 Free";
      content: '\f0da';
      font-weight: 900;
      position: absolute;
      right: 25px;
      top: 20%; }
      @media (max-width: 991.98px) {
        #pref-mega-menu-block .pref-mega-menu .pref-nav .pref-nav-body ul:last-child li::after {
          display: none; } }
    @media (max-width: 991.98px) {
      #pref-mega-menu-block .pref-mega-menu .pref-nav .pref-nav-body ul:last-child li:not(:last-of-type) {
        border-bottom: 1px solid #CDCDCD; } }

.w-1 {
  width: 1% !important; }

.w-2 {
  width: 2% !important; }

.w-3 {
  width: 3% !important; }

.w-4 {
  width: 4% !important; }

.w-5 {
  width: 5% !important; }

.w-6 {
  width: 6% !important; }

.w-7 {
  width: 7% !important; }

.w-8 {
  width: 8% !important; }

.w-9 {
  width: 9% !important; }

.w-10 {
  width: 10% !important; }

.w-11 {
  width: 11% !important; }

.w-12 {
  width: 12% !important; }

.w-13 {
  width: 13% !important; }

.w-14 {
  width: 14% !important; }

.w-15 {
  width: 15% !important; }

.w-16 {
  width: 16% !important; }

.w-17 {
  width: 17% !important; }

.w-18 {
  width: 18% !important; }

.w-19 {
  width: 19% !important; }

.w-20 {
  width: 20% !important; }

.w-21 {
  width: 21% !important; }

.w-22 {
  width: 22% !important; }

.w-23 {
  width: 23% !important; }

.w-24 {
  width: 24% !important; }

.w-25 {
  width: 25% !important; }

.w-26 {
  width: 26% !important; }

.w-27 {
  width: 27% !important; }

.w-28 {
  width: 28% !important; }

.w-29 {
  width: 29% !important; }

.w-30 {
  width: 30% !important; }

.w-31 {
  width: 31% !important; }

.w-32 {
  width: 32% !important; }

.w-33 {
  width: 33% !important; }

.w-34 {
  width: 34% !important; }

.w-35 {
  width: 35% !important; }

.w-36 {
  width: 36% !important; }

.w-37 {
  width: 37% !important; }

.w-38 {
  width: 38% !important; }

.w-39 {
  width: 39% !important; }

.w-40 {
  width: 40% !important; }

.w-41 {
  width: 41% !important; }

.w-42 {
  width: 42% !important; }

.w-43 {
  width: 43% !important; }

.w-44 {
  width: 44% !important; }

.w-45 {
  width: 45% !important; }

.w-46 {
  width: 46% !important; }

.w-47 {
  width: 47% !important; }

.w-48 {
  width: 48% !important; }

.w-49 {
  width: 49% !important; }

.w-50 {
  width: 50% !important; }

.w-51 {
  width: 51% !important; }

.w-52 {
  width: 52% !important; }

.w-53 {
  width: 53% !important; }

.w-54 {
  width: 54% !important; }

.w-55 {
  width: 55% !important; }

.w-56 {
  width: 56% !important; }

.w-57 {
  width: 57% !important; }

.w-58 {
  width: 58% !important; }

.w-59 {
  width: 59% !important; }

.w-60 {
  width: 60% !important; }

.w-61 {
  width: 61% !important; }

.w-62 {
  width: 62% !important; }

.w-63 {
  width: 63% !important; }

.w-64 {
  width: 64% !important; }

.w-65 {
  width: 65% !important; }

.w-66 {
  width: 66% !important; }

.w-67 {
  width: 67% !important; }

.w-68 {
  width: 68% !important; }

.w-69 {
  width: 69% !important; }

.w-70 {
  width: 70% !important; }

.w-71 {
  width: 71% !important; }

.w-72 {
  width: 72% !important; }

.w-73 {
  width: 73% !important; }

.w-74 {
  width: 74% !important; }

.w-75 {
  width: 75% !important; }

.w-76 {
  width: 76% !important; }

.w-77 {
  width: 77% !important; }

.w-78 {
  width: 78% !important; }

.w-79 {
  width: 79% !important; }

.w-80 {
  width: 80% !important; }

.w-81 {
  width: 81% !important; }

.w-82 {
  width: 82% !important; }

.w-83 {
  width: 83% !important; }

.w-84 {
  width: 84% !important; }

.w-85 {
  width: 85% !important; }

.w-86 {
  width: 86% !important; }

.w-87 {
  width: 87% !important; }

.w-88 {
  width: 88% !important; }

.w-89 {
  width: 89% !important; }

.w-90 {
  width: 90% !important; }

.w-91 {
  width: 91% !important; }

.w-92 {
  width: 92% !important; }

.w-93 {
  width: 93% !important; }

.w-94 {
  width: 94% !important; }

.w-95 {
  width: 95% !important; }

.w-96 {
  width: 96% !important; }

.w-97 {
  width: 97% !important; }

.w-98 {
  width: 98% !important; }

.w-99 {
  width: 99% !important; }

.w-100 {
  width: 100% !important; }

.text-break-word {
  word-wrap: break-word; }

.mypage-link {
  text-decoration: none; }
  .mypage-link:hover {
    background: #FEE47A; }

@media screen and (max-width: 767px) {
  .mobile-d-none {
    display: none !important; } }

.mobile-d-block {
  display: none; }
  @media screen and (max-width: 767px) {
    .mobile-d-block {
      display: block; } }

.mobile-d-inline-block {
  display: none; }
  @media screen and (max-width: 767px) {
    .mobile-d-inline-block {
      display: inline-block; } }

.mobile-d-inline {
  display: none; }
  @media screen and (max-width: 767px) {
    .mobile-d-inline {
      display: inline; } }

.logo img {
  width: auto;
  max-height: 70px; }

.btn-color {
  background: #0061CF;
  border: 1px solid transparent;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.0;
  outline: none;
  padding: 15px;
  text-decoration: none;
  vertical-align: bottom; }
  .btn-color.txt-s {
    font-size: 0.875rem;
    font-weight: normal;
    padding: 7px 15px;
    line-height: 1.3; }
  .btn-color.size-l {
    width: 100%;
    padding: 15px;
    text-align: center; }
  .btn-color.size-ll {
    width: 100%;
    padding: 35px 15px;
    text-align: center;
    line-height: 1.4; }
  .btn-color.bold {
    font-weight: bold; }
  .btn-color.white {
    background: #FFF;
    color: #616161;
    border: 1px solid #CCC; }
  .btn-color.color2 {
    background: #17AEC7; }
  .btn-color.red {
    background: #DC3545; }
  .btn-color.no-arrow::after {
    display: none; }
  .btn-color.btn-s {
    padding: 5px; }
  .btn-color.border-btn {
    background: rgba(0, 97, 207, 0.1);
    color: #0061CF;
    border: 2px solid #0061CF; }
  .btn-color.border-btn-white {
    background: #FFF;
    color: #0061CF;
    border: 1px solid #0061CF; }
  .btn-color.square {
    font-size: 100%;
    padding: 15px 25px;
    min-width: 150px; }
  .btn-color.gray {
    background: #9E9E9E; }
  .btn-color.blue {
    background: #17AEC7; }
  .btn-color.caret-right::after {
    font-family: "Font Awesome 5 Free";
    content: '\f0da';
    font-weight: 900;
    position: absolute;
    right: 0.5em; }
  .btn-color.disabled {
    pointer-events: none;
    opacity: .3; }
  .btn-color.btn-txt-24 {
    font-size: 1.5em; }
  @media screen and (max-width: 767px) {
    .btn-color.txt-s, .btn-color.btn-s {
      padding: 3px 5px; }
    .btn-color.size-ll {
      font-size: 100%;
      padding: 15px; }
    .btn-color.square {
      min-width: 0; } }

.navbar .logo-hato {
  height: 46px; }
.navbar .pref-logo-area {
  display: flex;
  flex-direction: column;
  align-items: flex-start; }
  .navbar .pref-logo-area .org-name {
    font-size: 0.7rem; }
  .navbar .pref-logo-area .pref-logo {
    width: auto; }
    .navbar .pref-logo-area .pref-logo img {
      max-height: 56px; }
  @media screen and (min-width: 1400px) {
    .navbar .pref-logo-area {
      flex-direction: row-reverse;
      align-items: center; }
      .navbar .pref-logo-area .org-name {
        font-size: 0.8rem; }
      .navbar .pref-logo-area .pref-logo img {
        max-height: 70px; } }
.navbar .text-org-name {
  font-size: 1rem; }
  @media screen and (max-width: 991px) {
    .navbar .text-org-name {
      font-size: 0.875rem; } }

.navbar > .container, .navbar > .container-fluid, .navbar > .container-lg, .navbar > .container-md, .navbar > .container-sm, .navbar > .container-xl, .navbar > .container-xxl {
  align-items: start; }

.prop-icon {
  display: inline-block;
  width: auto;
  height: 24px;
  font-size: 88%;
  color: #FFF;
  border-radius: 3px;
  text-align: center;
  padding: 0 8px; }
  .prop-icon.history_icon {
    background-color: #EF8000; }
  .prop-icon.new_icon {
    background-color: #e11818; }

.invalid-area {
  background-color: pink; }

.page-close {
  background-color: #0061CF;
  font-size: 0.875rem;
  color: #fff !important;
  padding: 20px;
  text-decoration: none !important; }
  .page-close i {
    padding-right: 5px; }
  @media screen and (max-width: 767px) {
    .page-close {
      padding: 15px; } }

.border-none {
  border: none; }

.breadcrumb .breadcrumb-item a {
  color: #3a3838 !important; }
.breadcrumb .active {
  color: #3a3838 !important; }

.form-control {
  font-size: 16px !important; }

.detail-link, .agency-detail-link {
  cursor: pointer; }

.demo-title {
  font-weight: bold;
  font-size: 110%; }
  @media (min-width: 768px) {
    .demo-title {
      margin-left: 2rem; } }
  @media (max-width: 767px) {
    .demo-title {
      font-size: 0.5rem; } }
  @media (max-width: 374px) {
    .demo-title {
      display: none; } }

.demo-xs-title {
  font-weight: bold;
  font-size: 0.5rem; }
  @media (min-width: 375px) {
    .demo-xs-title {
      display: none; } }

footer .logo-hato-rengo {
  width: 300px;
  height: 70px; }
footer .logo-hato-kyokai {
  width: 300px;
  height: 70px; }
footer .hatosapo-logo {
  width: 110px !important;
  height: 32px !important; }
footer .logo-hato-icon {
  width: 56px; }
  @media (max-width: 767px) {
    footer .logo-hato-icon {
      width: 36px; } }

.hov-like-a {
  cursor: pointer; }
  .hov-like-a:hover {
    opacity: 0.75; }

@media (min-width: 992px) {
  body.top .top-block {
    background: url(/shared/images/search/top-block-bg1.svg) no-repeat top right, url(/shared/images/search/top-block-bg2.svg) no-repeat bottom left; } }
body.top .top-block .intro {
  background: url(/shared/images/search/top-block-bg1-sp.svg) no-repeat top right, url(/shared/images/search/top-block-bg2-sp.svg) no-repeat bottom left;
  background-color: #F6F8F7; }
  body.top .top-block .intro p {
    font-size: 80%; }
body.top .top-block .info {
  cursor: pointer;
  background: #FCECEC; }
  body.top .top-block .info a {
    color: #CC0000; }
    body.top .top-block .info a i::before {
      display: inline-block;
      text-decoration: none; }
  @media (max-width: 991.98px) {
    body.top .top-block .info span {
      font-size: 80%; } }
  body.top .top-block .info.color-y {
    background: rgba(255, 250, 204, 0.85); }
@media (min-width: 768px) and (max-width: 991.98px) {
  body.top .top-block .search-tool .search-tool-item:first-child {
    border-right: 0.5px solid #C4C4C4;
    border-bottom: 0.5px solid #C4C4C4; }
  body.top .top-block .search-tool .search-tool-item:nth-child(2) {
    border-bottom: 0.5px solid #C4C4C4; }
  body.top .top-block .search-tool .search-tool-item:nth-last-child(2) {
    border-right: 0.5px solid #C4C4C4; } }
@media (max-width: 767px) {
  body.top .top-block .search-tool .search-tool-item:first-child {
    border-right: 0.5px solid #C4C4C4; }
  body.top .top-block .search-tool .search-tool-item#last-search-area {
    border-top: 0.5px solid #C4C4C4; } }
body.top .top-block .search-tool .search-tool-item .search-tool-link {
  cursor: pointer; }
  body.top .top-block .search-tool .search-tool-item .search-tool-link:hover {
    opacity: 0.85; }
  body.top .top-block .search-tool .search-tool-item .search-tool-link .subtitle {
    color: #353535; }
  @media (min-width: 992px) {
    body.top .top-block .search-tool .search-tool-item .search-tool-link .title {
      border-bottom: 1px solid #0061CF; }
    body.top .top-block .search-tool .search-tool-item .search-tool-link .subtitle {
      letter-spacing: 0.15rem;
      font-size: 87.5%; } }
  @media (max-width: 991.98px) {
    body.top .top-block .search-tool .search-tool-item .search-tool-link img {
      width: 5rem; }
    body.top .top-block .search-tool .search-tool-item .search-tool-link .subtitle {
      font-size: 80%; } }
body.top .top-block .search-panel button {
  width: 50%;
  color: #353535;
  border-color: transparent;
  border-radius: 0; }
  body.top .top-block .search-panel button .arrow {
    color: #0061CF;
    opacity: 0.5; }
  body.top .top-block .search-panel button.active {
    background: #0061CF;
    color: #fff; }
    body.top .top-block .search-panel button.active .arrow {
      color: #fff;
      opacity: 0.5; }
body.top .top-block .search-panel .search-panel-item {
  background: #0061CF; }
  body.top .top-block .search-panel .search-panel-item ul li {
    padding-top: 0.95rem;
    padding-bottom: 0.95rem; }
  @media (max-width: 991px) {
    body.top .top-block .search-panel .search-panel-item .list-group {
      flex-direction: row; }
      body.top .top-block .search-panel .search-panel-item .list-group.rent li {
        width: 100%;
        padding-top: 1.5rem;
        padding-bottom: 1.5rem; }
      body.top .top-block .search-panel .search-panel-item .list-group.buy li {
        width: 33.3333%;
        border-radius: 0; }
        body.top .top-block .search-panel .search-panel-item .list-group.buy li:first-child {
          border-radius: 0.25rem 0 0 0.25rem; }
        body.top .top-block .search-panel .search-panel-item .list-group.buy li:last-child {
          border-radius: 0 0.25em 0.25em 0; } }
  body.top .top-block .search-panel .search-panel-item .list {
    border-radius: 0.25em;
    overflow: hidden; }
    body.top .top-block .search-panel .search-panel-item .list .item {
      background: rgba(255, 255, 255, 0.95);
      padding: 0.75rem;
      display: flex;
      align-items: center;
      border-top: 1px solid #C4C4C4; }
      @media (min-width: 992px) {
        body.top .top-block .search-panel .search-panel-item .list .item:first-child, body.top .top-block .search-panel .search-panel-item .list .item:nth-child(2) {
          border-top: 0; }
        body.top .top-block .search-panel .search-panel-item .list .item:nth-child(2n-1) {
          border-right: 1px solid #C4C4C4; } }
      @media (max-width: 991px) {
        body.top .top-block .search-panel .search-panel-item .list .item {
          padding: 0.5rem; }
          body.top .top-block .search-panel .search-panel-item .list .item:first-child, body.top .top-block .search-panel .search-panel-item .list .item:nth-child(2), body.top .top-block .search-panel .search-panel-item .list .item:nth-child(3) {
            border-top: 0; }
          body.top .top-block .search-panel .search-panel-item .list .item:nth-child(3n-1), body.top .top-block .search-panel .search-panel-item .list .item:nth-child(3n-2) {
            border-right: 1px solid #C4C4C4; } }
    body.top .top-block .search-panel .search-panel-item .list a {
      color: #0068B8;
      position: relative; }
      body.top .top-block .search-panel .search-panel-item .list a::after {
        font-family: "Font Awesome 5 Free";
        content: '\f0da';
        font-weight: 900;
        position: absolute;
        right: 3%; }
  @media (min-width: 992px) {
    body.top .top-block .search-panel .search-panel-item {
      display: block !important;
      width: 50%;
      background: #0061CF; }
      body.top .top-block .search-panel .search-panel-item:not(.show) {
        opacity: 1 !important; }
      body.top .top-block .search-panel .search-panel-item:first-child {
        border-top-left-radius: 0.5rem;
        border-bottom-left-radius: 0.5rem;
        margin-right: 0.15rem; }
        body.top .top-block .search-panel .search-panel-item:first-child ul li {
          padding-top: 2.5rem;
          padding-bottom: 2.5rem; }
      body.top .top-block .search-panel .search-panel-item:last-child {
        border-top-right-radius: 0.5rem;
        border-bottom-right-radius: 0.5rem; } }
  @media (max-width: 991px) {
    body.top .top-block .search-panel .search-panel-item:first-child {
      border-radius: 0.5rem 0.5rem 0 0; }
    body.top .top-block .search-panel .search-panel-item:last-child {
      border-radius: 0 0 0.5rem 0.5rem; } }
body.top .top-block #last-search-area .search-button-tag {
  color: #353535;
  font-size: 81.25%;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; }
body.top .top-block .prop-slider .prop-slider-wrap {
  background: #F9F9F9;
  padding: 1rem 2.5rem;
  height: 100%; }
  @media (max-width: 991.98px) {
    body.top .top-block .prop-slider .prop-slider-wrap {
      padding: 1rem; } }
  body.top .top-block .prop-slider .prop-slider-wrap .prop-slider-list .slick-prev, body.top .top-block .prop-slider .prop-slider-wrap .prop-slider-list .slick-next {
    top: 50%;
    z-index: 1; }
    @media (max-width: 991.98px) {
      body.top .top-block .prop-slider .prop-slider-wrap .prop-slider-list .slick-prev, body.top .top-block .prop-slider .prop-slider-wrap .prop-slider-list .slick-next {
        display: none !important; } }
  body.top .top-block .prop-slider .prop-slider-wrap .prop-slider-list .slick-prev:before, body.top .top-block .prop-slider .prop-slider-wrap .prop-slider-list .slick-next:before {
    opacity: 1;
    color: #0068B8; }
  body.top .top-block .prop-slider .prop-slider-wrap .prop-slider-list .slick-prev {
    left: -30px; }
    body.top .top-block .prop-slider .prop-slider-wrap .prop-slider-list .slick-prev:before {
      font-family: "Font Awesome 5 Free";
      content: '\f0d9';
      font-weight: 900; }
  body.top .top-block .prop-slider .prop-slider-wrap .prop-slider-list .slick-next {
    right: -30px; }
    body.top .top-block .prop-slider .prop-slider-wrap .prop-slider-list .slick-next:before {
      font-family: "Font Awesome 5 Free";
      content: '\f0da';
      font-weight: 900; }
  body.top .top-block .prop-slider .prop-slider-wrap .prop-slider-list .prop-slider-item:hover {
    opacity: 0.85; }
  body.top .top-block .prop-slider .prop-slider-wrap .prop-slider-list .prop-slider-item .tag {
    display: inline-block;
    padding: 0.15em 0.75em;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 40rem;
    background-color: rgba(0, 0, 0, 0.4);
    font-size: 87.5%; }
    @media (max-width: 991.98px) {
      body.top .top-block .prop-slider .prop-slider-wrap .prop-slider-list .prop-slider-item .tag {
        font-size: 66%; }
        body.top .top-block .prop-slider .prop-slider-wrap .prop-slider-list .prop-slider-item .tag + div {
          font-size: 86.6%; } }
  body.top .top-block .prop-slider .prop-slider-wrap .prop-slider-list .prop-slider-item img {
    width: 100%;
    object-fit: cover; }
  @media (min-width: 992px) {
    body.top .top-block .prop-slider .prop-slider-wrap .prop-slider-list .prop-slider-item img {
      height: 133px; } }
  @media (max-width: 575.98px) {
    body.top .top-block .prop-slider .prop-slider-wrap .prop-slider-list .prop-slider-item img {
      height: 100px; } }
body.top .top-block .damaged-btn a {
  border: 2px solid #0061CF;
  position: relative; }
  body.top .top-block .damaged-btn a:hover {
    opacity: 0.85; }
  @media (max-width: 991.98px) {
    body.top .top-block .damaged-btn a::after {
      color: #0061CF;
      font-family: "Font Awesome 5 Free";
      content: '\f0da';
      font-weight: 900;
      position: absolute;
      right: 3%; }
    body.top .top-block .damaged-btn a span {
      font-size: 100%; } }
body.top .top-block .inexpensive-btn a {
  cursor: pointer;
  border: 2px solid #0061CF;
  position: relative; }
  body.top .top-block .inexpensive-btn a:hover {
    opacity: 0.85; }
  @media (max-width: 991.98px) {
    body.top .top-block .inexpensive-btn a::after {
      color: #0061CF;
      font-family: "Font Awesome 5 Free";
      content: '\f0da';
      font-weight: 900;
      position: absolute;
      right: 3%; }
    body.top .top-block .inexpensive-btn a span {
      font-size: 100%; } }
body.top .top-block .news-area a {
  color: #353535; }
@media (min-width: 992px) {
  body.top .map-block {
    background-color: #CCE6E2; }
    body.top .map-block .title {
      position: absolute;
      top: 50px;
      left: 5rem; }
      body.top .map-block .title .link-btn a {
        z-index: 1;
        background-color: #81B4AC;
        padding: 0.65rem 2rem;
        position: relative; }
        body.top .map-block .title .link-btn a::after {
          font-family: "Font Awesome 5 Free";
          content: '\f0da';
          font-weight: 900;
          position: absolute;
          right: 8%; }
    body.top .map-block .map .area.chugoku::after, body.top .map-block .map .area.hokuriku::after {
      position: absolute;
      background: none;
      border-radius: 0;
      display: block;
      height: auto;
      width: auto;
      bottom: auto;
      transform: none; }
    body.top .map-block .map .area.chugoku:after {
      border: solid transparent;
      content: '';
      height: 0;
      width: 0;
      pointer-events: none;
      position: absolute;
      border-color: rgba(90, 230, 40, 0);
      border-top-width: 8px;
      border-bottom-width: 8px;
      border-left-width: 37px;
      border-right-width: 37px;
      margin-top: -8px;
      border-left-color: #fff;
      left: 100%;
      top: 80%; }
    body.top .map-block .map .area.hokuriku:after {
      border: solid transparent;
      content: '';
      height: 0;
      width: 0;
      pointer-events: none;
      position: absolute;
      border-color: rgba(0, 153, 255, 0);
      border-top-width: 37px;
      border-bottom-width: 37px;
      border-left-width: 8px;
      border-right-width: 8px;
      margin-left: -8px;
      border-top-color: #fff;
      top: 100%;
      left: 50%; }
    body.top .map-block .map .area.hokkaido {
      width: 5rem;
      top: 55px;
      right: 8%; }
    body.top .map-block .map .area.tohoku {
      width: 13rem;
      top: 200px;
      right: 7%; }
    body.top .map-block .map .area.hokuriku {
      width: 13rem;
      top: 158px;
      right: 37%; }
      body.top .map-block .map .area.hokuriku:after {
        left: 70%;
        border-top-width: 100px;
        border-bottom-width: 100px; }
    body.top .map-block .map .area.kanto {
      width: 17rem;
      top: 365px;
      right: 3%; }
      body.top .map-block .map .area.kanto:after {
        top: 50%; }
    body.top .map-block .map .area.tokai {
      width: auto;
      top: 476px;
      right: auto;
      left: 55%; }
      body.top .map-block .map .area.tokai p {
        padding-bottom: 0; }
    body.top .map-block .map .area.kinnki {
      width: 9rem;
      top: 270px;
      right: 47.5%; }
      body.top .map-block .map .area.kinnki:after {
        left: 70%; }
    body.top .map-block .map .area.chugoku {
      width: 9rem;
      top: 331px;
      right: 62.7%; }
    body.top .map-block .map .area.shikoku {
      width: 9rem;
      top: 530px;
      right: 43%; }
    body.top .map-block .map .area.kyushu-okinawa {
      width: 13rem;
      top: 470px;
      right: 71%; } }
@media (max-width: 991.98px) {
  body.top .map-block {
    background-color: #EDF3F2; } }
body.top .feature-block {
  background-color: #EDF3F2; }
  body.top .feature-block a:hover {
    opacity: 0.85; }
  body.top .feature-block a .feature-item {
    border-radius: 0.5rem;
    height: 100%; }
    body.top .feature-block a .feature-item img {
      width: 100%;
      height: 7rem;
      object-fit: cover;
      position: relative; }
    body.top .feature-block a .feature-item span {
      position: absolute;
      top: 0;
      left: 5%;
      background-color: #0061CF;
      width: 5rem;
      font-size: 87.5%; }
    @media (min-width: 576px) and (max-width: 991.98px) {
      body.top .feature-block a .feature-item img {
        height: 12rem; } }
    @media (max-width: 991.98px) {
      body.top .feature-block a .feature-item span {
        width: 6rem;
        font-size: 80%; } }
body.top .prop-num-block input {
  border: 1px solid #999999; }
@media (min-width: 992px) {
  body.top .prop-num-block {
    background-color: rgba(237, 243, 242, 0.48); } }
@media (max-width: 991.98px) {
  body.top .prop-num-block {
    background-color: #EDF3F2; } }
body.top .link-menu-block .search-agent-block a:hover {
  opacity: 0.85; }
@media (max-width: 991.98px) {
  body.top .link-menu-block .search-agent-block {
    background-color: #EDF3F2; } }
body.top .link-menu-block .search-agent-block .search-agent {
  border: 3px solid #0061CF; }
  @media (min-width: 992px) {
    body.top .link-menu-block .search-agent-block .search-agent {
      background: url(/shared/images/search/under-menu-block-bg1.png) no-repeat center center;
      height: 17rem;
      border-radius: 0.3rem; } }
  @media (max-width: 991.98px) {
    body.top .link-menu-block .search-agent-block .search-agent {
      border-radius: 0.85rem;
      position: relative; }
      body.top .link-menu-block .search-agent-block .search-agent::after {
        color: #0061CF;
        font-family: "Font Awesome 5 Free";
        content: '\f0da';
        font-weight: 900;
        position: absolute;
        right: 3%;
        top: 35%; }
      body.top .link-menu-block .search-agent-block .search-agent .text {
        font-size: 106%;
        color: #0061CF; } }
body.top .link-menu-block .menu-list .list-item {
  line-height: 1.3; }
  @media (max-width: 991.98px) {
    body.top .link-menu-block .menu-list .list-item p {
      font-size: 100%; } }
  body.top .link-menu-block .menu-list .list-item .title-block {
    margin-bottom: 1.25rem; }
  body.top .link-menu-block .menu-list .list-item .list-item-link {
    padding: 1rem 1.25rem;
    position: relative; }
    body.top .link-menu-block .menu-list .list-item .list-item-link::after {
      font-family: "Font Awesome 5 Free";
      content: '\f0da';
      font-weight: 900;
      position: absolute;
      right: 3%;
      top: 35%; }
  @media (min-width: 992px) {
    body.top .link-menu-block .menu-list .list-item.left {
      background: rgba(9, 139, 159, 0.44) url(/shared/images/search/under-menu-block-left-bg.svg) no-repeat center top/contain; } }
  @media (max-width: 991.98px) {
    body.top .link-menu-block .menu-list .list-item.left {
      background: rgba(9, 139, 159, 0.44) url(/shared/images/search/under-menu-block-left-bg-sp.svg) no-repeat center top/contain; } }
  body.top .link-menu-block .menu-list .list-item.left .list-item-link::after {
    color: #098B9F;
    width: auto;
    background-image: none;
    content: '\f0d7'; }
  body.top .link-menu-block .menu-list .list-item.left .list-item-link:not(.collapsed) {
    background-color: #fff;
    box-shadow: none; }
    body.top .link-menu-block .menu-list .list-item.left .list-item-link:not(.collapsed)::after {
      background-image: none;
      transform: none; }
  body.top .link-menu-block .menu-list .list-item.left .list-item-link:focus {
    border-color: transparent;
    box-shadow: none; }
  body.top .link-menu-block .menu-list .list-item.left .list-item-link:hover {
    opacity: 1;
    color: #9A9A9A !important; }
  body.top .link-menu-block .menu-list .list-item.left .list-item-link-body {
    border-top: 1px solid #DFDFDF;
    background-color: #EEF3F3; }
  @media (min-width: 992px) {
    body.top .link-menu-block .menu-list .list-item.right {
      background: rgba(0, 97, 207, 0.44) url(/shared/images/search/under-menu-block-right-bg.svg) no-repeat center top/contain; }
      body.top .link-menu-block .menu-list .list-item.right .title-block {
        margin-top: 0.5rem;
        margin-bottom: 2rem; } }
  @media (max-width: 991.98px) {
    body.top .link-menu-block .menu-list .list-item.right {
      background: rgba(0, 97, 207, 0.44) url(/shared/images/search/under-menu-block-right-bg-sp.svg) no-repeat center top/contain; } }
  body.top .link-menu-block .menu-list .list-item.right .list-item-link {
    line-height: 1.2; }
    body.top .link-menu-block .menu-list .list-item.right .list-item-link::after {
      color: #0061CF; }
body.top .link-menu-block .info-menu a {
  color: #353535; }
@media (min-width: 992px) {
  body.top .link-menu-block .info-menu {
    border-top: 1px solid #C4C4C4; }
    body.top .link-menu-block .info-menu .collapse:not(.show) {
      display: block; } }
body.top .link-menu-block .info-menu .accordion-button {
  position: relative; }
  body.top .link-menu-block .info-menu .accordion-button:focus {
    border-color: transparent;
    box-shadow: none; }
  body.top .link-menu-block .info-menu .accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none; }
  body.top .link-menu-block .info-menu .accordion-button:after {
    background-image: none;
    font-family: "Font Awesome 5 Free";
    content: '\f0d7';
    font-weight: 900;
    position: absolute;
    right: 4%;
    top: 35%; }
body.top #modalIndexPropCategory .category-area {
  border: 2px solid #0061CF; }
  body.top #modalIndexPropCategory .category-area .left-area, body.top #modalIndexPropCategory .category-area .right-area {
    width: 50%; }
  body.top #modalIndexPropCategory .category-area .left-area {
    border-right: 2px solid #0061CF; }
  body.top #modalIndexPropCategory .category-area .category-head {
    background: #0061CF;
    color: #fff;
    text-align: center;
    padding: 10px; }
    body.top #modalIndexPropCategory .category-area .category-head.rent {
      border-right: 2px solid #fff; }
  body.top #modalIndexPropCategory .category-area .category-content {
    font-weight: bold;
    color: #0061CF; }
    body.top #modalIndexPropCategory .category-area .category-content .ptl-link {
      width: 33.333%;
      height: 3.5em;
      border-bottom: 1px solid #E2E2E2;
      border-right: 1px solid #E2E2E2;
      text-align: center;
      transition: .3s;
      padding: 0 5px; }
      body.top #modalIndexPropCategory .category-area .category-content .ptl-link:first-child, body.top #modalIndexPropCategory .category-area .category-content .ptl-link:nth-of-type(2), body.top #modalIndexPropCategory .category-area .category-content .ptl-link:nth-of-type(3) {
        border-right: 0;
        height: 4em; }
      body.top #modalIndexPropCategory .category-area .category-content .ptl-link img {
        width: 48px;
        margin-right: 10px; }
      body.top #modalIndexPropCategory .category-area .category-content .ptl-link.sub {
        position: relative; }
        body.top #modalIndexPropCategory .category-area .category-content .ptl-link.sub p {
          margin-right: 5px; }
        body.top #modalIndexPropCategory .category-area .category-content .ptl-link.sub:after {
          font-family: "Font Awesome 5 Free";
          content: "\f0da";
          position: absolute;
          right: 5px; }
      body.top #modalIndexPropCategory .category-area .category-content .ptl-link:hover {
        cursor: pointer;
        opacity: .7; }
        body.top #modalIndexPropCategory .category-area .category-content .ptl-link:hover p {
          cursor: pointer; }
  body.top #modalIndexPropCategory .category-area .left-area .category-content .ptl-link:first-child {
    width: 100%;
    height: 4em; }
  body.top #modalIndexPropCategory .category-area .left-area .category-content .ptl-link:nth-of-type(2), body.top #modalIndexPropCategory .category-area .left-area .category-content .ptl-link:nth-of-type(3) {
    border-right: 1px solid #E2E2E2;
    height: 3.5em; }
  @media screen and (max-width: 1199px) {
    body.top #modalIndexPropCategory .category-area {
      flex-direction: column; }
      body.top #modalIndexPropCategory .category-area .left-area, body.top #modalIndexPropCategory .category-area .right-area {
        width: 100%; }
      body.top #modalIndexPropCategory .category-area .category-head.rent {
        border-right: none; } }
  @media screen and (max-width: 767px) {
    body.top #modalIndexPropCategory .category-area .category-content .ptl-link {
      width: 50%;
      height: 3.5em !important; }
      body.top #modalIndexPropCategory .category-area .category-content .ptl-link:first-child, body.top #modalIndexPropCategory .category-area .category-content .ptl-link:nth-of-type(3) {
        border-right: 1px solid #E2E2E2; }
      body.top #modalIndexPropCategory .category-area .category-content .ptl-link img {
        width: 30px; } }
body.top #modalIndexSpecialInexperience .category-area {
  border: 2px solid #0061CF; }
  body.top #modalIndexSpecialInexperience .category-area .buy-area {
    width: 100%; }
  body.top #modalIndexSpecialInexperience .category-area .category-head {
    background: #0061CF;
    color: #fff;
    text-align: center;
    padding: 10px; }
    body.top #modalIndexSpecialInexperience .category-area .category-head.rent {
      border-right: 2px solid #fff; }
  body.top #modalIndexSpecialInexperience .category-area .category-content {
    font-weight: bold;
    color: #0061CF; }
    body.top #modalIndexSpecialInexperience .category-area .category-content .ptl-link {
      width: 33.333%;
      height: 3.5em;
      border-bottom: 1px solid #E2E2E2;
      border-right: 1px solid #E2E2E2;
      text-align: center;
      transition: .3s;
      padding: 0 5px; }
      body.top #modalIndexSpecialInexperience .category-area .category-content .ptl-link:first-child, body.top #modalIndexSpecialInexperience .category-area .category-content .ptl-link:nth-of-type(2), body.top #modalIndexSpecialInexperience .category-area .category-content .ptl-link:nth-of-type(3) {
        border-right: 0;
        height: 4em; }
      body.top #modalIndexSpecialInexperience .category-area .category-content .ptl-link img {
        width: 48px;
        margin-right: 10px; }
      body.top #modalIndexSpecialInexperience .category-area .category-content .ptl-link.sub {
        position: relative; }
        body.top #modalIndexSpecialInexperience .category-area .category-content .ptl-link.sub p {
          margin-right: 5px; }
        body.top #modalIndexSpecialInexperience .category-area .category-content .ptl-link.sub:after {
          font-family: "Font Awesome 5 Free";
          content: "\f0da";
          position: absolute;
          right: 5px; }
      body.top #modalIndexSpecialInexperience .category-area .category-content .ptl-link:hover {
        cursor: pointer;
        opacity: .7; }
        body.top #modalIndexSpecialInexperience .category-area .category-content .ptl-link:hover p {
          cursor: pointer; }
  body.top #modalIndexSpecialInexperience .category-area .left-area .category-content .ptl-link:first-child {
    width: 100%;
    height: 4em; }
  body.top #modalIndexSpecialInexperience .category-area .left-area .category-content .ptl-link:nth-of-type(2), body.top #modalIndexSpecialInexperience .category-area .left-area .category-content .ptl-link:nth-of-type(3) {
    border-right: 1px solid #E2E2E2;
    height: 3.5em; }
  @media screen and (max-width: 1199px) {
    body.top #modalIndexSpecialInexperience .category-area {
      flex-direction: column; }
      body.top #modalIndexSpecialInexperience .category-area .category-head.rent {
        border-right: none; } }
  @media screen and (max-width: 767px) {
    body.top #modalIndexSpecialInexperience .category-area .category-content .ptl-link {
      width: 50%;
      height: 3.5em !important; }
      body.top #modalIndexSpecialInexperience .category-area .category-content .ptl-link:first-child, body.top #modalIndexSpecialInexperience .category-area .category-content .ptl-link:nth-of-type(3) {
        border-right: 1px solid #E2E2E2; }
      body.top #modalIndexSpecialInexperience .category-area .category-content .ptl-link img {
        width: 30px; } }
body.top #modalIndexMethod .search_container {
  background: #E5EFFA; }
  body.top #modalIndexMethod .search_container a {
    text-decoration: none; }
  body.top #modalIndexMethod .search_container .search_contents {
    background: #fff; }
    body.top #modalIndexMethod .search_container .search_contents .search_button_title {
      text-decoration: underline; }
    body.top #modalIndexMethod .search_container .search_contents.previous img {
      width: 48px; }
    body.top #modalIndexMethod .search_container .search_contents.previous .text-bg {
      background: #80ACCF;
      color: #fff;
      border-radius: 15px;
      padding: 5px 20px; }
    @media screen and (max-width: 1199px) {
      body.top #modalIndexMethod .search_container .search_contents.previous p {
        margin-bottom: 1rem; } }
    @media screen and (max-width: 767px) {
      body.top #modalIndexMethod .search_container .search_contents.previous .text-20 {
        font-size: 120%; }
      body.top #modalIndexMethod .search_container .search_contents.previous .text-bg {
        border-radius: 5px;
        padding: 5px 10px;
        text-align: left; } }
    body.top #modalIndexMethod .search_container .search_contents:hover {
      cursor: pointer;
      box-shadow: none !important;
      transform: translateY(2px); }
      body.top #modalIndexMethod .search_container .search_contents:hover * {
        cursor: pointer; }

@media (min-width: 992px) {
  body.search-area .map-block > div {
    background-color: rgba(0, 97, 207, 0.1); } }
@media (max-width: 991.98px) {
  body.search-area .map-block .map {
    background-color: rgba(0, 97, 207, 0.1);
    padding: 1.5rem; } }

body.search-area2 .select-city .form-block {
  cursor: pointer; }
  body.search-area2 .select-city .form-block input[type=checkbox],
  body.search-area2 .select-city .form-block input[type=radio] {
    display: none; }
    body.search-area2 .select-city .form-block input[type=checkbox] + span.form-content::before,
    body.search-area2 .select-city .form-block input[type=radio] + span.form-content::before {
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      position: relative;
      content: "";
      width: 20px;
      height: 20px;
      margin-right: 0.5rem;
      flex-shrink: 0; }
    body.search-area2 .select-city .form-block input[type=checkbox]:disabled + span.form-content,
    body.search-area2 .select-city .form-block input[type=radio]:disabled + span.form-content {
      opacity: 0.3; }
  body.search-area2 .select-city .form-block span.form-content {
    align-items: center;
    display: flex; }
  body.search-area2 .select-city .form-block input[type=checkbox] + span.form-content::before {
    background-image: url(/shared/images/search/form-checkbox-before.svg); }
  body.search-area2 .select-city .form-block input[type=checkbox]:checked + span.form-content::before {
    background-image: url(/shared/images/search/form-checkbox-after.svg); }
  body.search-area2 .select-city .form-block input[type=radio] + span.form-content::before {
    background-image: url(/shared/images/search/form-radio-before.svg); }
  body.search-area2 .select-city .form-block input[type=radio]:checked + span.form-content::before {
    background-image: url(/shared/images/search/form-radio-after.svg); }
  body.search-area2 .select-city .form-block.radio-checkbox-elements input[type=checkbox] + span.form-content::before {
    background-image: url(/shared/images/search/form-radio-before.svg); }
  body.search-area2 .select-city .form-block.radio-checkbox-elements input[type=checkbox]:checked + span.form-content::before {
    background-image: url(/shared/images/search/form-radio-after.svg); }
body.search-area2 .sticky-footer button {
  min-width: 12rem;
  height: 2.75rem; }
  body.search-area2 .sticky-footer button.white i {
    color: #0061CF; }
body.search-area2 #selected-detail-area .detail-list {
  display: flex;
  flex-wrap: wrap; }
  body.search-area2 #selected-detail-area .detail-list li {
    margin-right: 2rem; }
body.search-area2 .city-list-area {
  margin-top: 10em; }
  body.search-area2 .city-list-area .city-contents a {
    color: #0061CF;
    font-size: 0.8em; }
body.search-area2 #all-area-select {
  font-weight: bold;
  font-size: 1.2rem;
  color: white;
  background-color: #E57200; }
body.search-area2 #modalAreaDetail .form-block {
  cursor: pointer; }
  body.search-area2 #modalAreaDetail .form-block input[type=checkbox],
  body.search-area2 #modalAreaDetail .form-block input[type=radio] {
    display: none; }
    body.search-area2 #modalAreaDetail .form-block input[type=checkbox] + span.form-content::before,
    body.search-area2 #modalAreaDetail .form-block input[type=radio] + span.form-content::before {
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      position: relative;
      content: "";
      width: 20px;
      height: 20px;
      margin-right: 0.5rem;
      flex-shrink: 0; }
    body.search-area2 #modalAreaDetail .form-block input[type=checkbox]:disabled + span.form-content,
    body.search-area2 #modalAreaDetail .form-block input[type=radio]:disabled + span.form-content {
      opacity: 0.3; }
  body.search-area2 #modalAreaDetail .form-block span.form-content {
    align-items: center;
    display: flex; }
  body.search-area2 #modalAreaDetail .form-block input[type=checkbox] + span.form-content::before {
    background-image: url(/shared/images/search/form-checkbox-before.svg); }
  body.search-area2 #modalAreaDetail .form-block input[type=checkbox]:checked + span.form-content::before {
    background-image: url(/shared/images/search/form-checkbox-after.svg); }
  body.search-area2 #modalAreaDetail .form-block input[type=radio] + span.form-content::before {
    background-image: url(/shared/images/search/form-radio-before.svg); }
  body.search-area2 #modalAreaDetail .form-block input[type=radio]:checked + span.form-content::before {
    background-image: url(/shared/images/search/form-radio-after.svg); }
  body.search-area2 #modalAreaDetail .form-block.radio-checkbox-elements input[type=checkbox] + span.form-content::before {
    background-image: url(/shared/images/search/form-radio-before.svg); }
  body.search-area2 #modalAreaDetail .form-block.radio-checkbox-elements input[type=checkbox]:checked + span.form-content::before {
    background-image: url(/shared/images/search/form-radio-after.svg); }

body.search-train2 .sticky-footer button {
  min-width: 12rem;
  height: 2.75rem; }
  body.search-train2 .sticky-footer button.white i {
    color: #0061CF; }
body.search-train2 .ensen-list .select-ensen {
  cursor: pointer; }
body.search-train2 .station-list-area {
  margin-top: 10em; }
  body.search-train2 .station-list-area .ensen-contents a {
    color: #0061CF;
    font-size: 0.8em; }
body.search-train2 div[id*="modalAreaStation"] .form-block {
  cursor: pointer; }
  body.search-train2 div[id*="modalAreaStation"] .form-block input[type=checkbox],
  body.search-train2 div[id*="modalAreaStation"] .form-block input[type=radio] {
    display: none; }
    body.search-train2 div[id*="modalAreaStation"] .form-block input[type=checkbox] + span.form-content::before,
    body.search-train2 div[id*="modalAreaStation"] .form-block input[type=radio] + span.form-content::before {
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      position: relative;
      content: "";
      width: 20px;
      height: 20px;
      margin-right: 0.5rem;
      flex-shrink: 0; }
    body.search-train2 div[id*="modalAreaStation"] .form-block input[type=checkbox]:disabled + span.form-content,
    body.search-train2 div[id*="modalAreaStation"] .form-block input[type=radio]:disabled + span.form-content {
      opacity: 0.3; }
  body.search-train2 div[id*="modalAreaStation"] .form-block span.form-content {
    align-items: center;
    display: flex; }
  body.search-train2 div[id*="modalAreaStation"] .form-block input[type=checkbox] + span.form-content::before {
    background-image: url(/shared/images/search/form-checkbox-before.svg); }
  body.search-train2 div[id*="modalAreaStation"] .form-block input[type=checkbox]:checked + span.form-content::before {
    background-image: url(/shared/images/search/form-checkbox-after.svg); }
  body.search-train2 div[id*="modalAreaStation"] .form-block input[type=radio] + span.form-content::before {
    background-image: url(/shared/images/search/form-radio-before.svg); }
  body.search-train2 div[id*="modalAreaStation"] .form-block input[type=radio]:checked + span.form-content::before {
    background-image: url(/shared/images/search/form-radio-after.svg); }
  body.search-train2 div[id*="modalAreaStation"] .form-block.radio-checkbox-elements input[type=checkbox] + span.form-content::before {
    background-image: url(/shared/images/search/form-radio-before.svg); }
  body.search-train2 div[id*="modalAreaStation"] .form-block.radio-checkbox-elements input[type=checkbox]:checked + span.form-content::before {
    background-image: url(/shared/images/search/form-radio-after.svg); }

body.search-map2 .select-city .form-block {
  cursor: pointer; }
  body.search-map2 .select-city .form-block input[type=checkbox],
  body.search-map2 .select-city .form-block input[type=radio] {
    display: none; }
    body.search-map2 .select-city .form-block input[type=checkbox] + span.form-content::before,
    body.search-map2 .select-city .form-block input[type=radio] + span.form-content::before {
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      position: relative;
      content: "";
      width: 20px;
      height: 20px;
      margin-right: 0.5rem;
      flex-shrink: 0; }
    body.search-map2 .select-city .form-block input[type=checkbox]:disabled + span.form-content,
    body.search-map2 .select-city .form-block input[type=radio]:disabled + span.form-content {
      opacity: 0.3; }
  body.search-map2 .select-city .form-block span.form-content {
    align-items: center;
    display: flex; }
  body.search-map2 .select-city .form-block input[type=checkbox] + span.form-content::before {
    background-image: url(/shared/images/search/form-checkbox-before.svg); }
  body.search-map2 .select-city .form-block input[type=checkbox]:checked + span.form-content::before {
    background-image: url(/shared/images/search/form-checkbox-after.svg); }
  body.search-map2 .select-city .form-block input[type=radio] + span.form-content::before {
    background-image: url(/shared/images/search/form-radio-before.svg); }
  body.search-map2 .select-city .form-block input[type=radio]:checked + span.form-content::before {
    background-image: url(/shared/images/search/form-radio-after.svg); }
  body.search-map2 .select-city .form-block.radio-checkbox-elements input[type=checkbox] + span.form-content::before {
    background-image: url(/shared/images/search/form-radio-before.svg); }
  body.search-map2 .select-city .form-block.radio-checkbox-elements input[type=checkbox]:checked + span.form-content::before {
    background-image: url(/shared/images/search/form-radio-after.svg); }
body.search-map2 .sticky-footer button {
  min-width: 12rem;
  height: 2.75rem; }
  body.search-map2 .sticky-footer button.white i {
    color: #0061CF; }

body.search-top .search_container {
  background-color: #E5EFFA;
  margin-bottom: 10rem; }
  body.search-top .search_container a {
    text-decoration: none; }
body.search-top .search_contents {
  background-color: #fff; }
body.search-top .search_button_title {
  border-bottom: 1px solid #0061CF; }
body.search-top .search_button_tag {
  color: #fff;
  background-color: #80ACCF; }
body.search-top .icon-search-previous {
  width: 20%; }
@media (max-width: 991.98px) {
  body.search-top .icon-search-previous {
    width: 6%; } }
@media screen and (max-width: 767.98px) {
  body.search-top .icon-search-previous {
    width: unset; } }
body.search-top .hisai-message-area {
  margin-top: 1rem;
  margin-bottom: 2rem; }
  body.search-top .hisai-message-area .top-area {
    padding-bottom: 1rem;
    border-bottom: 2px solid #CCC; }
    body.search-top .hisai-message-area .top-area p {
      line-height: 2rem;
      font-size: 1.2rem; }
  body.search-top .hisai-message-area .bottom-area {
    padding-top: 1rem; }
    body.search-top .hisai-message-area .bottom-area p {
      line-height: 2rem;
      font-size: 1.2rem; }
body.search-top .inexpensive-message-area {
  margin-top: 1rem;
  margin-bottom: 2rem; }
  body.search-top .inexpensive-message-area span {
    font-size: 1.2rem; }
  body.search-top .inexpensive-message-area p {
    padding-bottom: 1rem;
    line-height: 2rem;
    font-size: 1.4rem; }

@media (max-width: 991.98px) {
  body.list .main-title {
    padding-bottom: 1rem; } }
body.list .searchlist-box .searchlist-menu .page-link {
  color: #000000; }
  body.list .searchlist-box .searchlist-menu .page-link:hover, body.list .searchlist-box .searchlist-menu .page-link.active {
    color: #fff;
    background-color: #646464; }
body.list .searchlist-box .searchlist-menu2 {
  background-color: #F1F1F1; }
  body.list .searchlist-box .searchlist-menu2 .form-block {
    cursor: pointer; }
    body.list .searchlist-box .searchlist-menu2 .form-block input[type=checkbox],
    body.list .searchlist-box .searchlist-menu2 .form-block input[type=radio] {
      display: none; }
      body.list .searchlist-box .searchlist-menu2 .form-block input[type=checkbox] + span.form-content::before,
      body.list .searchlist-box .searchlist-menu2 .form-block input[type=radio] + span.form-content::before {
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        position: relative;
        content: "";
        width: 20px;
        height: 20px;
        margin-right: 0.5rem;
        flex-shrink: 0; }
      body.list .searchlist-box .searchlist-menu2 .form-block input[type=checkbox]:disabled + span.form-content,
      body.list .searchlist-box .searchlist-menu2 .form-block input[type=radio]:disabled + span.form-content {
        opacity: 0.3; }
    body.list .searchlist-box .searchlist-menu2 .form-block span.form-content {
      align-items: center;
      display: flex; }
    body.list .searchlist-box .searchlist-menu2 .form-block input[type=checkbox] + span.form-content::before {
      background-image: url(/shared/images/search/form-checkbox-before.svg); }
    body.list .searchlist-box .searchlist-menu2 .form-block input[type=checkbox]:checked + span.form-content::before {
      background-image: url(/shared/images/search/form-checkbox-after.svg); }
    body.list .searchlist-box .searchlist-menu2 .form-block input[type=radio] + span.form-content::before {
      background-image: url(/shared/images/search/form-radio-before.svg); }
    body.list .searchlist-box .searchlist-menu2 .form-block input[type=radio]:checked + span.form-content::before {
      background-image: url(/shared/images/search/form-radio-after.svg); }
    body.list .searchlist-box .searchlist-menu2 .form-block.radio-checkbox-elements input[type=checkbox] + span.form-content::before {
      background-image: url(/shared/images/search/form-radio-before.svg); }
    body.list .searchlist-box .searchlist-menu2 .form-block.radio-checkbox-elements input[type=checkbox]:checked + span.form-content::before {
      background-image: url(/shared/images/search/form-radio-after.svg); }
  body.list .searchlist-box .searchlist-menu2 label span {
    font-size: 87.5%; }
  body.list .searchlist-box .searchlist-menu2 .button-text {
    font-size: 87.5%; }
  @media (min-width: 992px) {
    body.list .searchlist-box .searchlist-menu2 {
      border-bottom: 1px solid #C4C4C4; } }
  @media (max-width: 991.98px) {
    body.list .searchlist-box .searchlist-menu2 label span {
      font-size: 86.6%; }
    body.list .searchlist-box .searchlist-menu2 .button-text {
      font-size: 66.6%; } }
  @media (min-width: 992px) {
    body.list .searchlist-box .searchlist-menu2 button.favorite, body.list .searchlist-box .searchlist-menu2 button.contact {
      font-size: 87.5%; }
      body.list .searchlist-box .searchlist-menu2 button.favorite i, body.list .searchlist-box .searchlist-menu2 button.contact i {
        font-size: 150%; } }
  @media (max-width: 991.98px) {
    body.list .searchlist-box .searchlist-menu2 button.contact {
      color: #E57200 !important; } }
body.list .searchlist-box .search-result-box {
  overflow: hidden; }
  body.list .searchlist-box .search-result-box .address span, body.list .searchlist-box .search-result-box .traffic span {
    margin-right: 0.25rem !important; }
    body.list .searchlist-box .search-result-box .address span i, body.list .searchlist-box .search-result-box .traffic span i {
      display: inline-block;
      width: 1em;
      text-align: center; }
  @media (min-width: 768px) {
    body.list .searchlist-box .search-result-box {
      border-bottom: 1px solid #C4C4C4;
      padding-bottom: 1rem; } }
  @media (max-width: 767px) {
    body.list .searchlist-box .search-result-box {
      border: 1px solid #C4C4C4;
      border-radius: 0.3rem;
      padding: 1rem; } }
  body.list .searchlist-box .search-result-box .card {
    border: none; }
    body.list .searchlist-box .search-result-box .card .img-wrap {
      background: #F4F4F4;
      display: block;
      overflow: hidden;
      position: relative;
      width: 100%;
      padding-top: 66.6666%; }
      body.list .searchlist-box .search-result-box .card .img-wrap img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto; }
    @media (min-width: 992px) {
      body.list .searchlist-box .search-result-box .card {
        margin-bottom: 42px; } }
  body.list .searchlist-box .search-result-box .form-block {
    cursor: pointer; }
    body.list .searchlist-box .search-result-box .form-block input[type=checkbox],
    body.list .searchlist-box .search-result-box .form-block input[type=radio] {
      display: none; }
      body.list .searchlist-box .search-result-box .form-block input[type=checkbox] + span.form-content::before,
      body.list .searchlist-box .search-result-box .form-block input[type=radio] + span.form-content::before {
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        position: relative;
        content: "";
        width: 20px;
        height: 20px;
        margin-right: 0.5rem;
        flex-shrink: 0; }
      body.list .searchlist-box .search-result-box .form-block input[type=checkbox]:disabled + span.form-content,
      body.list .searchlist-box .search-result-box .form-block input[type=radio]:disabled + span.form-content {
        opacity: 0.3; }
    body.list .searchlist-box .search-result-box .form-block span.form-content {
      align-items: center;
      display: flex; }
    body.list .searchlist-box .search-result-box .form-block input[type=checkbox] + span.form-content::before {
      background-image: url(/shared/images/search/form-checkbox-before.svg); }
    body.list .searchlist-box .search-result-box .form-block input[type=checkbox]:checked + span.form-content::before {
      background-image: url(/shared/images/search/form-checkbox-after.svg); }
    body.list .searchlist-box .search-result-box .form-block input[type=radio] + span.form-content::before {
      background-image: url(/shared/images/search/form-radio-before.svg); }
    body.list .searchlist-box .search-result-box .form-block input[type=radio]:checked + span.form-content::before {
      background-image: url(/shared/images/search/form-radio-after.svg); }
    body.list .searchlist-box .search-result-box .form-block.radio-checkbox-elements input[type=checkbox] + span.form-content::before {
      background-image: url(/shared/images/search/form-radio-before.svg); }
    body.list .searchlist-box .search-result-box .form-block.radio-checkbox-elements input[type=checkbox]:checked + span.form-content::before {
      background-image: url(/shared/images/search/form-radio-after.svg); }
  body.list .searchlist-box .search-result-box .tag-list {
    background: #FFF;
    width: 100%;
    bottom: -42px;
    left: 0;
    padding-top: 0.25rem !important; }
    body.list .searchlist-box .search-result-box .tag-list p {
      font-size: 75%; }
    body.list .searchlist-box .search-result-box .tag-list .search-tag {
      background-color: rgba(232, 228, 228, 0.7); }
  body.list .searchlist-box .search-result-box .room-name p {
    padding-right: 0.5rem;
    line-height: 1.2; }
  body.list .searchlist-box .search-result-box .icon-y {
    color: red;
    font-size: 1.5em; }
  @media (max-width: 991.98px) {
    body.list .searchlist-box .search-result-box .box-footer button.tel, body.list .searchlist-box .search-result-box .box-footer button.contact {
      box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
      font-size: 120%;
      padding: 1rem;
      border-radius: 50%; }
    body.list .searchlist-box .search-result-box .box-footer button.tel {
      background-color: #fff;
      border: 1px solid #E57200; }
    body.list .searchlist-box .search-result-box .box-footer button.contact {
      background-color: #E57200;
      border: 1px solid #E57200; } }
  @media (max-width: 991.98px) {
    body.list .searchlist-box .search-result-box .box-footer .btn {
      padding: 0.75rem; }
    body.list .searchlist-box .search-result-box .box-footer .tel-btn {
      font-size: 120%;
      background-color: #fff;
      border-radius: 50%;
      box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.08);
      padding: 1rem; }
      body.list .searchlist-box .search-result-box .box-footer .tel-btn i {
        margin: 0; }
      body.list .searchlist-box .search-result-box .box-footer .tel-btn:hover {
        opacity: 0.85; }
    body.list .searchlist-box .search-result-box .box-footer .tel-btn {
      border: 1px solid #E57200; } }
  @media (min-width: 992px) {
    body.list .searchlist-box .search-result-box .images {
      min-height: 17.5rem; }
    body.list .searchlist-box .search-result-box .form-block {
      background-color: rgba(0, 0, 0, 0.2);
      padding: 0.75rem;
      border-radius: 0.2rem; }
      body.list .searchlist-box .search-result-box .form-block input[type=checkbox] + span.form-content::before {
        margin-right: 0; } }
  @media (max-width: 991.98px) {
    body.list .searchlist-box .search-result-box .images {
      min-height: 15rem; }
    body.list .searchlist-box .search-result-box .tag-list {
      background: none;
      top: 5px;
      left: 50px; }
    body.list .searchlist-box .search-result-box .room-name {
      background-color: rgba(0, 0, 0, 0.5); }
      body.list .searchlist-box .search-result-box .room-name p {
        color: #fff; } }
  @media (max-width: 500px) {
    body.list .searchlist-box .search-result-box .tag-list {
      left: 40px; } }
  @media (min-width: 992px) {
    body.list .searchlist-box .search-result-box .room-detail-title {
      border-radius: 0.15rem;
      font-size: 81.25%;
      padding: 0.1rem 0.5rem;
      width: 7em; } }
  @media (max-width: 991.98px) {
    body.list .searchlist-box .search-result-box .room-detail-title {
      font-size: 81.25%;
      white-space: nowrap;
      letter-spacing: -0.05em;
      padding: 0 0.3rem;
      width: 6.5em; } }
  @media (max-width: 575.98px) {
    body.list .searchlist-box .search-result-box .room-detail-title {
      padding: 0 0.25rem; } }
  body.list .searchlist-box .search-result-box .room-detail-value {
    flex: 1; }
  body.list .searchlist-box .search-result-box .btn-bookmark {
    border: 1px solid #C4C4C4;
    border-radius: 5px;
    background-color: white;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.08); }
  body.list .searchlist-box .search-result-box .list-map-btn {
    margin-left: 5px;
    border-radius: 20px;
    font-size: 93.75%;
    padding: 0 7px 0 20px;
    color: white;
    background-color: #0061CF;
    text-decoration: none;
    position: relative; }
    body.list .searchlist-box .search-result-box .list-map-btn::before {
      font-family: "Font Awesome 5 Free";
      content: '\f0da';
      font-weight: bold;
      position: absolute;
      left: 0.6em;
      top: 0; }
  body.list .searchlist-box .search-result-box .station-link {
    color: #0061CF;
    font-size: 93.75%; }
    body.list .searchlist-box .search-result-box .station-link::before {
      font-family: "Font Awesome 5 Free";
      content: '\f0da';
      font-weight: bold; }
  body.list .searchlist-box .search-result-box .tel-btn {
    font-weight: normal;
    font-size: 100%;
    color: #4D4D4D;
    background-color: #fff;
    border: 1px solid #E57200;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.08); }
    @media screen and (max-width: 767px) {
      body.list .searchlist-box .search-result-box .tel-btn {
        display: flex;
        align-items: center; } }
    body.list .searchlist-box .search-result-box .tel-btn i {
      color: #E57200;
      margin-right: 0.5rem; }
  body.list .searchlist-box .search-result-box .detail-btn {
    color: #fff;
    background-color: #E11818;
    border: 1px solid #fff;
    border-radius: 5px;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.08); }
body.list .searchlist-box .btn-change-price {
  background-color: #fff;
  border: 1px solid #0061CF;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.08);
  margin-right: 0.5rem; }
body.list .searchlist-box .badge-icon-update {
  display: inline-block;
  background-color: #279357;
  color: white;
  padding: 0px 10px 2px;
  border-radius: 3px;
  margin-right: 0.25rem;
  margin-left: 0.25rem; }
body.list .sticky-footer p {
  line-height: 1.5; }
body.list .sticky-footer .btn-list button {
  display: flex;
  align-items: center;
  font-weight: bold;
  background-color: #fff;
  color: #0061CF;
  padding: 1rem 2rem; }
  body.list .sticky-footer .btn-list button i {
    font-size: 180%;
    margin-right: 0.65rem; }
  body.list .sticky-footer .btn-list button:first-child {
    border-top-left-radius: 50rem;
    border-bottom-left-radius: 50rem;
    border-right: 2px solid #C8C8C8; }
  body.list .sticky-footer .btn-list button:last-child {
    border-top-right-radius: 50rem;
    border-bottom-right-radius: 50rem; }
@media (max-width: 650px) {
  body.list .sticky-footer {
    flex-direction: column;
    padding: 1rem !important; }
    body.list .sticky-footer p {
      margin-bottom: 0.5rem; }
    body.list .sticky-footer .btn-list {
      width: 100%; }
      body.list .sticky-footer .btn-list button {
        font-size: 90%;
        padding: 1rem 1.5rem; } }
@media (max-width: 991.98px) {
  body.list button.favorite {
    border: 1px solid transparent; }
  body.list button.favorite, body.list button.contact, body.list button.tel {
    box-shadow: none;
    font-size: 200%;
    background-color: transparent;
    line-height: 1; }
    body.list button.favorite i, body.list button.contact i, body.list button.tel i {
      margin-right: 0; } }
body.list .search-footer {
  display: flex;
  justify-content: center; }
body.list #modalSearchStation .ensen-list .select-ensen {
  cursor: pointer; }
body.list #modalChangePropCategory .category-list li, body.list #modalSpecialChangePropCategory .category-list li {
  margin-right: 10px;
  margin-bottom: 10px; }
  body.list #modalChangePropCategory .category-list li span, body.list #modalSpecialChangePropCategory .category-list li span {
    display: block;
    border: 2px solid #0061CF;
    color: #0061CF;
    border-radius: 5px;
    font-weight: bold;
    line-height: 2em;
    opacity: .3;
    padding: 10px 25px; }
    body.list #modalChangePropCategory .category-list li span.move-prop-category, body.list #modalSpecialChangePropCategory .category-list li span.move-prop-category {
      opacity: 1;
      cursor: pointer; }
      body.list #modalChangePropCategory .category-list li span.move-prop-category:hover, body.list #modalSpecialChangePropCategory .category-list li span.move-prop-category:hover {
        transform: translateY(2px); }
  body.list #modalChangePropCategory .category-list li span:not(.move-prop-category), body.list #modalSpecialChangePropCategory .category-list li span:not(.move-prop-category) {
    cursor: default; }
@media screen and (max-width: 600px) {
  body.list #modalChangePropCategory .category-list, body.list #modalSpecialChangePropCategory .category-list {
    justify-content: space-between; }
    body.list #modalChangePropCategory .category-list li, body.list #modalSpecialChangePropCategory .category-list li {
      width: 48%; }
      body.list #modalChangePropCategory .category-list li:first-child, body.list #modalSpecialChangePropCategory .category-list li:first-child {
        width: 100%;
        margin-right: 0; }
      body.list #modalChangePropCategory .category-list li span, body.list #modalSpecialChangePropCategory .category-list li span {
        text-align: center; }
      body.list #modalChangePropCategory .category-list li:nth-of-type(3), body.list #modalChangePropCategory .category-list li:nth-of-type(5), body.list #modalSpecialChangePropCategory .category-list li:nth-of-type(3), body.list #modalSpecialChangePropCategory .category-list li:nth-of-type(5) {
        margin-right: 0; } }
body.list #modalPropertyTelContact .modal-body .label {
  color: #7B7B7B;
  background-color: #E8E4E4;
  margin-right: 5px;
  padding: 0px 10px;
  width: 4rem;
  display: inline-block;
  text-align: center; }
body.list #modalSearchArea .form-block {
  cursor: pointer; }
  body.list #modalSearchArea .form-block input[type=checkbox],
  body.list #modalSearchArea .form-block input[type=radio] {
    display: none; }
    body.list #modalSearchArea .form-block input[type=checkbox] + span.form-content::before,
    body.list #modalSearchArea .form-block input[type=radio] + span.form-content::before {
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      position: relative;
      content: "";
      width: 20px;
      height: 20px;
      margin-right: 0.5rem;
      flex-shrink: 0; }
    body.list #modalSearchArea .form-block input[type=checkbox]:disabled + span.form-content,
    body.list #modalSearchArea .form-block input[type=radio]:disabled + span.form-content {
      opacity: 0.3; }
  body.list #modalSearchArea .form-block span.form-content {
    align-items: center;
    display: flex; }
  body.list #modalSearchArea .form-block input[type=checkbox] + span.form-content::before {
    background-image: url(/shared/images/search/form-checkbox-before.svg); }
  body.list #modalSearchArea .form-block input[type=checkbox]:checked + span.form-content::before {
    background-image: url(/shared/images/search/form-checkbox-after.svg); }
  body.list #modalSearchArea .form-block input[type=radio] + span.form-content::before {
    background-image: url(/shared/images/search/form-radio-before.svg); }
  body.list #modalSearchArea .form-block input[type=radio]:checked + span.form-content::before {
    background-image: url(/shared/images/search/form-radio-after.svg); }
  body.list #modalSearchArea .form-block.radio-checkbox-elements input[type=checkbox] + span.form-content::before {
    background-image: url(/shared/images/search/form-radio-before.svg); }
  body.list #modalSearchArea .form-block.radio-checkbox-elements input[type=checkbox]:checked + span.form-content::before {
    background-image: url(/shared/images/search/form-radio-after.svg); }
body.list #modalAreaDetail .form-block {
  cursor: pointer; }
  body.list #modalAreaDetail .form-block input[type=checkbox],
  body.list #modalAreaDetail .form-block input[type=radio] {
    display: none; }
    body.list #modalAreaDetail .form-block input[type=checkbox] + span.form-content::before,
    body.list #modalAreaDetail .form-block input[type=radio] + span.form-content::before {
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      position: relative;
      content: "";
      width: 20px;
      height: 20px;
      margin-right: 0.5rem;
      flex-shrink: 0; }
    body.list #modalAreaDetail .form-block input[type=checkbox]:disabled + span.form-content,
    body.list #modalAreaDetail .form-block input[type=radio]:disabled + span.form-content {
      opacity: 0.3; }
  body.list #modalAreaDetail .form-block span.form-content {
    align-items: center;
    display: flex; }
  body.list #modalAreaDetail .form-block input[type=checkbox] + span.form-content::before {
    background-image: url(/shared/images/search/form-checkbox-before.svg); }
  body.list #modalAreaDetail .form-block input[type=checkbox]:checked + span.form-content::before {
    background-image: url(/shared/images/search/form-checkbox-after.svg); }
  body.list #modalAreaDetail .form-block input[type=radio] + span.form-content::before {
    background-image: url(/shared/images/search/form-radio-before.svg); }
  body.list #modalAreaDetail .form-block input[type=radio]:checked + span.form-content::before {
    background-image: url(/shared/images/search/form-radio-after.svg); }
  body.list #modalAreaDetail .form-block.radio-checkbox-elements input[type=checkbox] + span.form-content::before {
    background-image: url(/shared/images/search/form-radio-before.svg); }
  body.list #modalAreaDetail .form-block.radio-checkbox-elements input[type=checkbox]:checked + span.form-content::before {
    background-image: url(/shared/images/search/form-radio-after.svg); }
body.list div[id*="modalAreaStation"] .form-block {
  cursor: pointer; }
  body.list div[id*="modalAreaStation"] .form-block input[type=checkbox],
  body.list div[id*="modalAreaStation"] .form-block input[type=radio] {
    display: none; }
    body.list div[id*="modalAreaStation"] .form-block input[type=checkbox] + span.form-content::before,
    body.list div[id*="modalAreaStation"] .form-block input[type=radio] + span.form-content::before {
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      position: relative;
      content: "";
      width: 20px;
      height: 20px;
      margin-right: 0.5rem;
      flex-shrink: 0; }
    body.list div[id*="modalAreaStation"] .form-block input[type=checkbox]:disabled + span.form-content,
    body.list div[id*="modalAreaStation"] .form-block input[type=radio]:disabled + span.form-content {
      opacity: 0.3; }
  body.list div[id*="modalAreaStation"] .form-block span.form-content {
    align-items: center;
    display: flex; }
  body.list div[id*="modalAreaStation"] .form-block input[type=checkbox] + span.form-content::before {
    background-image: url(/shared/images/search/form-checkbox-before.svg); }
  body.list div[id*="modalAreaStation"] .form-block input[type=checkbox]:checked + span.form-content::before {
    background-image: url(/shared/images/search/form-checkbox-after.svg); }
  body.list div[id*="modalAreaStation"] .form-block input[type=radio] + span.form-content::before {
    background-image: url(/shared/images/search/form-radio-before.svg); }
  body.list div[id*="modalAreaStation"] .form-block input[type=radio]:checked + span.form-content::before {
    background-image: url(/shared/images/search/form-radio-after.svg); }
  body.list div[id*="modalAreaStation"] .form-block.radio-checkbox-elements input[type=checkbox] + span.form-content::before {
    background-image: url(/shared/images/search/form-radio-before.svg); }
  body.list div[id*="modalAreaStation"] .form-block.radio-checkbox-elements input[type=checkbox]:checked + span.form-content::before {
    background-image: url(/shared/images/search/form-radio-after.svg); }

body.detail {
  /**
  * Theta
  */ }
  body.detail .detail-content {
    max-width: 1140px;
    margin: 0 auto; }
    @media (min-width: 992px) {
      body.detail .detail-content .prop-content .top-prop-columns {
        position: relative; }
        body.detail .detail-content .prop-content .top-prop-columns .top-prop-menu {
          position: absolute;
          top: 0;
          right: 0;
          width: auto; } }
    body.detail .detail-content .prop-content .top-prop-columns .btn-bookmark {
      border: 1px solid #C4C4C4;
      border-radius: 5px;
      background-color: white;
      box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.08); }
    body.detail .detail-content .prop-content .share .icon-y i {
      color: red;
      font-size: 1.5em; }
    body.detail .detail-content .prop-content .share .icon-y a {
      font-size: 88%;
      text-decoration: underline; }
    body.detail .detail-content .prop-content .share .share-button-text {
      color: #fff !important;
      text-decoration: none !important;
      font-size: 10px;
      width: 6rem;
      min-height: 20px;
      display: flex;
      justify-content: center;
      align-items: center; }
      body.detail .detail-content .prop-content .share .share-button-text.share-fb {
        background-color: #3B5998; }
        body.detail .detail-content .prop-content .share .share-button-text.share-fb img {
          width: 16px;
          height: 16px; }
      body.detail .detail-content .prop-content .share .share-button-text.share-tw {
        background-color: #1DA1F2; }
        body.detail .detail-content .prop-content .share .share-button-text.share-tw img {
          width: 16px;
          height: 13px; }
      body.detail .detail-content .prop-content .share .share-button-text.share-line {
        background-color: #00B833; }
      body.detail .detail-content .prop-content .share .share-button-text.share-mail {
        background-color: #1AB394;
        border: none; }
        body.detail .detail-content .prop-content .share .share-button-text.share-mail img {
          width: 16px;
          height: 16px; }
      @media (max-width: 991.98px) {
        body.detail .detail-content .prop-content .share .share-button-text {
          width: 7rem; } }
      @media (max-width: 500px) {
        body.detail .detail-content .prop-content .share .share-button-text {
          width: auto;
          padding: 0 5px; } }
    @media (max-width: 767px) {
      body.detail .detail-content .prop-content .share {
        justify-content: flex-start !important; } }
    body.detail .detail-content .prop-content a {
      color: #353535; }
    body.detail .detail-content .room-detail-title {
      flex-shrink: 0;
      font-size: 87.5%;
      width: 6em; }
    body.detail .detail-content .slider-wrap .search-detail-slider .slick-img {
      background: #F4F4F4;
      margin: 0 5px;
      opacity: 0.5;
      aspect-ratio: 3 / 2;
      display: flex;
      justify-content: center;
      align-items: center; }
      body.detail .detail-content .slider-wrap .search-detail-slider .slick-img img {
        max-height: 95%; }
      body.detail .detail-content .slider-wrap .search-detail-slider .slick-img:only-child {
        background: none;
        aspect-ratio: auto; }
        body.detail .detail-content .slider-wrap .search-detail-slider .slick-img:only-child img {
          max-height: 440px; }
        @media (max-width: 1199px) {
          body.detail .detail-content .slider-wrap .search-detail-slider .slick-img:only-child img {
            max-height: 55vw; } }
      body.detail .detail-content .slider-wrap .search-detail-slider .slick-img.slick-current {
        opacity: 1.0; }
    body.detail .detail-content .slider-wrap .search-detail-thumbnail .thumbnail-img {
      background: #F4F4F4;
      margin: 0 5px;
      opacity: 0.5;
      aspect-ratio: 3 / 2;
      display: flex;
      justify-content: center;
      align-items: center; }
      body.detail .detail-content .slider-wrap .search-detail-thumbnail .thumbnail-img img {
        max-height: 100%; }
      body.detail .detail-content .slider-wrap .search-detail-thumbnail .thumbnail-img:only-child {
        background: none;
        aspect-ratio: auto; }
        body.detail .detail-content .slider-wrap .search-detail-thumbnail .thumbnail-img:only-child img {
          max-height: 60px; }
        @media (max-width: 1199px) {
          body.detail .detail-content .slider-wrap .search-detail-thumbnail .thumbnail-img:only-child img {
            max-height: 10vw; } }
      body.detail .detail-content .slider-wrap .search-detail-thumbnail .thumbnail-img.slick-current {
        opacity: 1.0; }
    body.detail .detail-content .prop-detail {
      border: 1px solid #dee2e6; }
      body.detail .detail-content .prop-detail a {
        color: #353535; }
      body.detail .detail-content .prop-detail .detail-item {
        background-color: #F4F4F4; }
    body.detail .detail-content .pswp {
      font-size: 18px; }
      body.detail .detail-content .pswp .pswp__scroll-wrap .pswp__ui.custom .pswp__top-bar .pswp__counter {
        font-size: 100% !important; }
      body.detail .detail-content .pswp .pswp__scroll-wrap .pswp__ui.custom .pswp__button {
        transform: scale(1.3); }
        body.detail .detail-content .pswp .pswp__scroll-wrap .pswp__ui.custom .pswp__button.pswp__button--close, body.detail .detail-content .pswp .pswp__scroll-wrap .pswp__ui.custom .pswp__button.pswp__button--gallery, body.detail .detail-content .pswp .pswp__scroll-wrap .pswp__ui.custom .pswp__button.pswp__button--zoom {
          background-image: url(/shared/images/search/mobile-slider-custom-skin.svg); }
        body.detail .detail-content .pswp .pswp__scroll-wrap .pswp__ui.custom .pswp__button.pswp__button--arrow--left::before {
          background-image: url(/shared/images/search/mobile-slider-custom-skin.svg);
          background-color: rgba(102, 102, 102, 0.8);
          left: 15px !important; }
        body.detail .detail-content .pswp .pswp__scroll-wrap .pswp__ui.custom .pswp__button.pswp__button--arrow--right::before {
          background-image: url(/shared/images/search/mobile-slider-custom-skin.svg);
          background-color: rgba(102, 102, 102, 0.8);
          right: 15px !important; }
      body.detail .detail-content .pswp .pswp__scroll-wrap .pswp__ui.custom .pswp__caption .pswp__caption__center {
        font-size: 100% !important; }
    body.detail .detail-content .surround-info .card .card-body {
      padding: 0.75rem; }
    body.detail .detail-content .surround-info .card .img-wrap {
      background: #F4F4F4;
      display: block;
      overflow: hidden;
      position: relative;
      width: 100%;
      padding-top: 66.6666%; }
      body.detail .detail-content .surround-info .card .img-wrap img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto; }
    body.detail .detail-content .info-agent .item {
      border-radius: 0; }
      body.detail .detail-content .info-agent .item .item-header {
        padding: 1rem 1.5rem;
        border-bottom: none; }
      body.detail .detail-content .info-agent .item .item-body {
        padding: 1.5rem; }
        body.detail .detail-content .info-agent .item .item-body .agent-name {
          color: black; }
        body.detail .detail-content .info-agent .item .item-body .agent-detail-btn {
          width: auto;
          font-weight: normal;
          font-size: 100%;
          color: #4D4D4D;
          background-color: #fff;
          border: 1px solid #E57200; }
          body.detail .detail-content .info-agent .item .item-body .agent-detail-btn i {
            color: #E57200;
            margin-right: 0.5rem; }
        body.detail .detail-content .info-agent .item .item-body .img-area {
          display: block;
          background: #F4F4F4;
          overflow: hidden;
          position: relative;
          width: 100%;
          padding-top: 66.6666%; }
          body.detail .detail-content .info-agent .item .item-body .img-area img {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            max-width: 100%;
            max-height: 100%;
            width: auto;
            height: auto; }
    body.detail .detail-content .btn-change-price {
      background-color: #fff;
      border: 1px solid #0061CF;
      margin-left: 1rem; }
    body.detail .detail-content .badge-icon-update {
      display: inline-block;
      background-color: #279357;
      color: white;
      padding: 0px 10px 2px;
      border-radius: 3px;
      margin-right: 0.25rem;
      margin-left: 0.25rem; }
  body.detail button.contact, body.detail button.tel {
    padding: 0.75rem 1rem;
    min-width: 10rem; }
  body.detail .tel-link {
    text-decoration: none; }
  body.detail .tel-btn {
    font-size: 120%;
    background-color: #fff;
    padding: 0.75rem 1rem;
    border: 1px solid #E57200;
    display: flex;
    align-items: center;
    font-weight: normal;
    font-size: 100%;
    color: #4D4D4D;
    background-color: #fff;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.08); }
    body.detail .tel-btn i {
      margin: 0; }
    body.detail .tel-btn:hover {
      opacity: 0.85; }
    body.detail .tel-btn i {
      color: #E57200;
      margin-right: 0.5rem; }
  body.detail .similar-prop-area img {
    object-fit: cover;
    height: 200px;
    width: auto; }
  body.detail .similar-prop-area .loading {
    width: 84px;
    height: 84px; }
  @media print {
    body.detail .slick-arrow {
      display: none; } }
  body.detail .panorama-image {
    cursor: pointer; }
    body.detail .panorama-image img {
      width: 72px;
      height: 24px; }
  body.detail .icon-y {
    cursor: pointer; }
  @media screen and (min-width: 1000px) {
    body.detail #youTubeModal .modal-dialog {
      min-width: 998px; } }
  body.detail #youTubeModal .youtube-wrap {
    padding-top: 56.25%;
    width: 100%;
    position: relative; }
    body.detail #youTubeModal .youtube-wrap iframe {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0px;
      left: 0px; }
  @media screen and (min-width: 1000px) {
    body.detail #panoramaIframeModal .modal-dialog {
      min-width: 998px; } }
  body.detail #panoramaIframeModal .panorama-wrap iframe {
    height: 450px;
    width: 100%; }
  @media screen and (min-width: 1000px) {
    body.detail #panoramaImageModal .modal-dialog {
      min-width: 998px; } }
  body.detail .youtube-frame {
    display: block;
    margin: 0 auto;
    max-width: 100%; }
  body.detail .theta-view .slick-dotted.slick-slider {
    margin-bottom: 1rem; }
  body.detail .theta-view .panorama {
    width: 100%;
    height: 470px;
    margin-bottom: 15px; }
  body.detail .theta-view .theta-slider li {
    padding: 5px; }
    body.detail .theta-view .theta-slider li img {
      max-width: 100%; }
  body.detail .theta-view .theta-slider .thumbs.slick-slider {
    padding-left: 0; }
  body.detail .theta-view .controls {
    position: absolute;
    bottom: 0;
    z-index: 2;
    text-align: center;
    width: 100%;
    padding-bottom: 3px; }
    body.detail .theta-view .controls i {
      color: #fff; }
      body.detail .theta-view .controls i:hover {
        color: #000; }
  body.detail .theta-view .ctrl {
    padding: 8px 5px;
    width: 30px;
    text-align: center;
    display: inline-block;
    cursor: pointer; }
  body.detail .theta-view .pnlm-panorama-info {
    position: absolute;
    height: 30px;
    top: 4px;
    border-radius: 0 3px 3px 0;
    padding-right: 10px;
    color: #fff;
    text-align: left;
    display: none;
    z-index: 2;
    /* Fix Safari fullscreen bug */
    -webkit-transform: translateZ(9999px);
    transform: translateZ(9999px); }
  body.detail .theta-view .pnlm-title-box {
    position: relative;
    font-size: 20px;
    display: table;
    margin-left: 10px;
    padding-left: 40px;
    padding-top: 2px;
    background: url(/shared/images/360-icon.svg) no-repeat; }
  body.detail .iframe-contents {
    min-height: 100% !important;
    width: 100% !important; }
    body.detail .iframe-contents iframe {
      border: none  !important;
      width: 950px !important;
      height: 600px !important;
      padding: 0 !important;
      margin: 0 !important; }
  body.detail #modalPropertyTelContact .modal-body .label {
    color: #7B7B7B;
    background-color: #E8E4E4;
    margin-right: 5px;
    padding: 0px 10px;
    width: 4rem;
    display: inline-block;
    text-align: center; }
  body.detail .near-shop-area {
    background: rgba(0, 97, 207, 0.08);
    display: flex;
    align-items: center;
    border-radius: 5px; }
  body.detail .icon-new {
    width: 50px;
    height: 24px; }
  body.detail .icon-update {
    width: 50px;
    height: 24px; }
  body.detail .movie-area .nav-tabs {
    display: flex;
    flex-wrap: nowrap; }
    body.detail .movie-area .nav-tabs .nav-item {
      margin-right: 5px; }
      body.detail .movie-area .nav-tabs .nav-item .nav-link {
        padding: 1em 1.5em 0.75em;
        background: #F5F5F5;
        border-radius: 0;
        border-bottom: 1px solid #dee2e6; }
        @media screen and (min-width: 576px) {
          body.detail .movie-area .nav-tabs .nav-item .nav-link {
            width: 12em; } }
        body.detail .movie-area .nav-tabs .nav-item .nav-link:hover {
          border: 1px solid #F5F5F5;
          border-bottom: 1px solid #dee2e6;
          color: #999; }
        body.detail .movie-area .nav-tabs .nav-item .nav-link.active {
          border-bottom: 1px solid #FFF;
          background: none;
          text-decoration: none;
          color: #000;
          position: relative;
          z-index: 0; }
          body.detail .movie-area .nav-tabs .nav-item .nav-link.active::before {
            content: '';
            display: block;
            top: 4px;
            right: 4px;
            bottom: 0;
            left: 4px;
            background: #E8E84E;
            position: absolute;
            z-index: -1; }
          body.detail .movie-area .nav-tabs .nav-item .nav-link.active:hover {
            color: #000;
            border: 1px solid #dee2e6;
            border-bottom: 1px solid #FFF; }
        @media screen and (max-width: 575px) {
          body.detail .movie-area .nav-tabs .nav-item .nav-link {
            padding: 0.75em 1em 0.5em; }
            body.detail .movie-area .nav-tabs .nav-item .nav-link img {
              height: 28px; } }
  body.detail .tab-content {
    border: 1px solid #dee2e6;
    border-top: 0; }
    body.detail .tab-content .panorama-wrap iframe {
      height: 450px;
      width: 100%; }
    body.detail .tab-content .youtube-wrap {
      padding-top: 56.25%;
      width: 100%;
      position: relative; }
      body.detail .tab-content .youtube-wrap iframe {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0px;
        left: 0px; }

body.prop-contact .label-required {
  border: 1px solid #E11818;
  border-radius: 3px;
  display: inline-block;
  line-height: 1.0;
  padding: 0.15em 0.5em;
  color: #FFF;
  background: #E11818;
  font-size: 14px; }
body.prop-contact .form-table .table-th, body.prop-contact .form-table .table-td {
  border-bottom: 2px solid #CCCCCC; }
  body.prop-contact .form-table .table-th.border-none, body.prop-contact .form-table .table-td.border-none {
    border-bottom: none; }
body.prop-contact .form-table .table-th {
  padding: 1.25rem 1rem;
  background: #F5F5F5; }
body.prop-contact .form-table .table-td {
  padding: 0.75rem 1rem; }
  body.prop-contact .form-table .table-td input.form {
    border: 1px solid #999999; }
  body.prop-contact .form-table .table-td textarea.form {
    border: 1px solid #999999; }
  body.prop-contact .form-table .table-td select.form {
    border: 1px solid #999999;
    color: #212529; }
  body.prop-contact .form-table .table-td .form-control.is-invalid, body.prop-contact .form-table .table-td div.is-invalid {
    border: 3px solid #dc3545; }
  body.prop-contact .form-table .table-td .is-invalid.invalid-none {
    border: none; }
  body.prop-contact .form-table .table-td .form-block {
    cursor: pointer; }
    body.prop-contact .form-table .table-td .form-block input[type=checkbox],
    body.prop-contact .form-table .table-td .form-block input[type=radio] {
      display: none; }
      body.prop-contact .form-table .table-td .form-block input[type=checkbox] + span.form-content::before,
      body.prop-contact .form-table .table-td .form-block input[type=radio] + span.form-content::before {
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        position: relative;
        content: "";
        width: 20px;
        height: 20px;
        margin-right: 0.5rem;
        flex-shrink: 0; }
      body.prop-contact .form-table .table-td .form-block input[type=checkbox]:disabled + span.form-content,
      body.prop-contact .form-table .table-td .form-block input[type=radio]:disabled + span.form-content {
        opacity: 0.3; }
    body.prop-contact .form-table .table-td .form-block span.form-content {
      align-items: center;
      display: flex; }
    body.prop-contact .form-table .table-td .form-block input[type=checkbox] + span.form-content::before {
      background-image: url(/shared/images/search/form-checkbox-before.svg); }
    body.prop-contact .form-table .table-td .form-block input[type=checkbox]:checked + span.form-content::before {
      background-image: url(/shared/images/search/form-checkbox-after.svg); }
    body.prop-contact .form-table .table-td .form-block input[type=radio] + span.form-content::before {
      background-image: url(/shared/images/search/form-radio-before.svg); }
    body.prop-contact .form-table .table-td .form-block input[type=radio]:checked + span.form-content::before {
      background-image: url(/shared/images/search/form-radio-after.svg); }
    body.prop-contact .form-table .table-td .form-block.radio-checkbox-elements input[type=checkbox] + span.form-content::before {
      background-image: url(/shared/images/search/form-radio-before.svg); }
    body.prop-contact .form-table .table-td .form-block.radio-checkbox-elements input[type=checkbox]:checked + span.form-content::before {
      background-image: url(/shared/images/search/form-radio-after.svg); }
body.prop-contact form button.blue {
  padding: 0.85rem 2rem;
  min-width: 12.5rem;
  font-weight: bold;
  font-size: 16px;
  position: relative; }
  body.prop-contact form button.blue::after {
    font-family: "Font Awesome 5 Free";
    content: '\f0da';
    font-weight: 900;
    position: absolute;
    right: 0.75rem; }
body.prop-contact .prop-list .detail a {
  color: #353535;
  text-decoration: none; }
body.prop-contact .prop-list .detail .room-tag {
  font-size: 68.75%;
  line-height: 1.2;
  vertical-align: text-bottom; }
body.prop-contact .prop-list .detail .img-wrap {
  background: #F4F4F4;
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-top: 66.6666%; }
  body.prop-contact .prop-list .detail .img-wrap img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto; }
body.prop-contact .prop-list .badge-properties {
  display: inline-block;
  padding: 0.2rem 0.375rem;
  font-size: 0.875em;
  line-height: 1;
  color: #0068B8;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  font-weight: bold;
  border: 1px solid #0068B8; }
body.prop-contact .not-contact-list {
  background: #E5E5E5; }
  body.prop-contact .not-contact-list .bg-title {
    background: #DDD; }
  body.prop-contact .not-contact-list .bg-light {
    background: #EFEFEF !important; }
    body.prop-contact .not-contact-list .bg-light .img-wrap {
      background: #E5E5E5; }

body.pref-top .top-block .search-panel-wrap {
  background: url(/shared/images/search/pref-top-bg-left.png) no-repeat top left, url(/shared/images/search/pref-top-bg-right.png) no-repeat bottom right;
  background-color: #D9EDFB;
  padding: 2rem 0; }
  @media (max-width: 991.98px) {
    body.pref-top .top-block .search-panel-wrap {
      padding: 1rem 0; } }
  @media (min-width: 992px) {
    body.pref-top .top-block .search-panel-wrap .search-panel .search-panel-item {
      display: block !important;
      width: 50%; } }
  body.pref-top .top-block .search-panel-wrap .search-panel .search-panel-item:first-child {
    background: #4D76EA; }
    @media (min-width: 992px) {
      body.pref-top .top-block .search-panel-wrap .search-panel .search-panel-item:first-child {
        border-radius: 0.5rem 0 0 0.5rem; } }
    @media (max-width: 991.98px) {
      body.pref-top .top-block .search-panel-wrap .search-panel .search-panel-item:first-child {
        border-radius: 0.5rem 0.5rem 0 0; } }
    body.pref-top .top-block .search-panel-wrap .search-panel .search-panel-item:first-child .link-group .link-group-item {
      padding-top: 2rem;
      padding-bottom: 2rem; }
      body.pref-top .top-block .search-panel-wrap .search-panel .search-panel-item:first-child .link-group .link-group-item a {
        color: #4D76EA; }
      @media (max-width: 991.98px) {
        body.pref-top .top-block .search-panel-wrap .search-panel .search-panel-item:first-child .link-group .link-group-item {
          padding-top: 1rem;
          padding-bottom: 1rem; } }
    body.pref-top .top-block .search-panel-wrap .search-panel .search-panel-item:first-child .list .item {
      border: 1px solid #4D76EA; }
      body.pref-top .top-block .search-panel-wrap .search-panel .search-panel-item:first-child .list .item::after {
        color: #4D76EA; }
      body.pref-top .top-block .search-panel-wrap .search-panel .search-panel-item:first-child .list .item:first-child {
        border-top-left-radius: 0.25rem; }
      body.pref-top .top-block .search-panel-wrap .search-panel .search-panel-item:first-child .list .item:nth-child(3) {
        border-top-right-radius: 0.25rem; }
      body.pref-top .top-block .search-panel-wrap .search-panel .search-panel-item:first-child .list .item:nth-last-child(3) {
        border-bottom-left-radius: 0.25rem; }
      body.pref-top .top-block .search-panel-wrap .search-panel .search-panel-item:first-child .list .item:last-child {
        border-bottom-right-radius: 0.25rem; }
  body.pref-top .top-block .search-panel-wrap .search-panel .search-panel-item:last-child {
    background: #F77676; }
    @media (min-width: 992px) {
      body.pref-top .top-block .search-panel-wrap .search-panel .search-panel-item:last-child {
        border-radius: 0 0.5rem 0.5rem 0; } }
    @media (max-width: 991.98px) {
      body.pref-top .top-block .search-panel-wrap .search-panel .search-panel-item:last-child {
        border-radius: 0 0 0.5rem 0.5rem; } }
    body.pref-top .top-block .search-panel-wrap .search-panel .search-panel-item:last-child .link-group .link-group-item {
      padding: 2.85rem 0;
      text-align: center; }
      @media (max-width: 991.98px) {
        body.pref-top .top-block .search-panel-wrap .search-panel .search-panel-item:last-child .link-group .link-group-item {
          padding: 1rem 0; } }
      body.pref-top .top-block .search-panel-wrap .search-panel .search-panel-item:last-child .link-group .link-group-item a {
        color: #F77676; }
      body.pref-top .top-block .search-panel-wrap .search-panel .search-panel-item:last-child .link-group .link-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border-right: 2px solid #F77676; }
      body.pref-top .top-block .search-panel-wrap .search-panel .search-panel-item:last-child .link-group .link-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-left: 2px solid #F77676; }
    body.pref-top .top-block .search-panel-wrap .search-panel .search-panel-item:last-child .list .item {
      border: 1px solid #F77676; }
      body.pref-top .top-block .search-panel-wrap .search-panel .search-panel-item:last-child .list .item::after {
        color: #F77676; }
      body.pref-top .top-block .search-panel-wrap .search-panel .search-panel-item:last-child .list .item:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem; }
      body.pref-top .top-block .search-panel-wrap .search-panel .search-panel-item:last-child .list .item:nth-child(3) {
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem; }
  body.pref-top .top-block .search-panel-wrap .search-panel .search-panel-item .list .item {
    background: rgba(255, 255, 255, 0.95); }
    @media (min-width: 992px) {
      body.pref-top .top-block .search-panel-wrap .search-panel .search-panel-item .list .item {
        padding: 0.75rem 1rem;
        min-height: 4.5rem; } }
    @media (max-width: 991.98px) {
      body.pref-top .top-block .search-panel-wrap .search-panel .search-panel-item .list .item {
        padding: 0.5rem; } }
  body.pref-top .top-block .search-panel-wrap .search-panel .search-panel-item .list a {
    text-align: center;
    color: #353535;
    position: relative; }
    body.pref-top .top-block .search-panel-wrap .search-panel .search-panel-item .list a::after {
      font-family: "Font Awesome 5 Free";
      content: '\f0da';
      font-weight: 900;
      position: absolute;
      right: 3%;
      top: 35%; }
  @media (min-width: 992px) {
    body.pref-top .top-block .search-panel-wrap .search-panel .search-panel-item:not(.show) {
      opacity: 1 !important; }
    body.pref-top .top-block .search-panel-wrap .search-panel .search-panel-item .link-group .link-group-item a img {
      height: 48px; } }
body.pref-top .top-block .search-tool .search-tool-item .search-tool-link {
  cursor: pointer;
  border-radius: 0.5rem; }
  body.pref-top .top-block .search-tool .search-tool-item .search-tool-link:hover {
    opacity: 0.85; }
  body.pref-top .top-block .search-tool .search-tool-item .search-tool-link .subtitle {
    color: #353535; }
  body.pref-top .top-block .search-tool .search-tool-item .search-tool-link img {
    height: 2.5rem; }
  @media (min-width: 992px) {
    body.pref-top .top-block .search-tool .search-tool-item .search-tool-link .title {
      border-bottom: 1px solid #0061CF;
      line-height: 1.1; }
    body.pref-top .top-block .search-tool .search-tool-item .search-tool-link .subtitle {
      letter-spacing: 0.15rem;
      font-size: 87.5%; } }
  @media (max-width: 991.98px) {
    body.pref-top .top-block .search-tool .search-tool-item .search-tool-link .subtitle {
      font-size: 80%; } }
body.pref-top .top-block .prop-slider .prop-slider-wrap {
  background: #F9F9F9;
  padding: 1rem 2.5rem;
  height: 100%; }
  @media (max-width: 991.98px) {
    body.pref-top .top-block .prop-slider .prop-slider-wrap {
      padding: 1rem; } }
  body.pref-top .top-block .prop-slider .prop-slider-wrap .prop-slider-list .slick-prev, body.pref-top .top-block .prop-slider .prop-slider-wrap .prop-slider-list .slick-next {
    top: 50%;
    z-index: 1; }
    @media (max-width: 991.98px) {
      body.pref-top .top-block .prop-slider .prop-slider-wrap .prop-slider-list .slick-prev, body.pref-top .top-block .prop-slider .prop-slider-wrap .prop-slider-list .slick-next {
        display: none !important; } }
  body.pref-top .top-block .prop-slider .prop-slider-wrap .prop-slider-list .slick-prev:before, body.pref-top .top-block .prop-slider .prop-slider-wrap .prop-slider-list .slick-next:before {
    opacity: 1;
    color: #0068B8; }
  body.pref-top .top-block .prop-slider .prop-slider-wrap .prop-slider-list .slick-prev {
    left: -30px; }
    body.pref-top .top-block .prop-slider .prop-slider-wrap .prop-slider-list .slick-prev:before {
      font-family: "Font Awesome 5 Free";
      content: '\f0d9';
      font-weight: 900; }
  body.pref-top .top-block .prop-slider .prop-slider-wrap .prop-slider-list .slick-next {
    right: -30px; }
    body.pref-top .top-block .prop-slider .prop-slider-wrap .prop-slider-list .slick-next:before {
      font-family: "Font Awesome 5 Free";
      content: '\f0da';
      font-weight: 900; }
  body.pref-top .top-block .prop-slider .prop-slider-wrap .prop-slider-list .prop-slider-item:hover {
    opacity: 0.85; }
  body.pref-top .top-block .prop-slider .prop-slider-wrap .prop-slider-list .prop-slider-item .tag {
    display: inline-block;
    padding: 0.15em 0.75em;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 40rem;
    background-color: rgba(0, 0, 0, 0.4);
    font-size: 87.5%; }
    @media (max-width: 991.98px) {
      body.pref-top .top-block .prop-slider .prop-slider-wrap .prop-slider-list .prop-slider-item .tag {
        font-size: 66%; }
        body.pref-top .top-block .prop-slider .prop-slider-wrap .prop-slider-list .prop-slider-item .tag + div {
          font-size: 86.6%; } }
  body.pref-top .top-block .prop-slider .prop-slider-wrap .prop-slider-list .prop-slider-item img {
    width: 100%;
    object-fit: cover; }
  @media (min-width: 992px) {
    body.pref-top .top-block .prop-slider .prop-slider-wrap .prop-slider-list .prop-slider-item img {
      height: 133px; } }
  @media (max-width: 575.98px) {
    body.pref-top .top-block .prop-slider .prop-slider-wrap .prop-slider-list .prop-slider-item img {
      height: 100px; } }
body.pref-top .top-block .damaged-btn a {
  border: 2px solid #0061CF;
  position: relative; }
  body.pref-top .top-block .damaged-btn a:hover {
    opacity: 0.85; }
  @media (max-width: 991.98px) {
    body.pref-top .top-block .damaged-btn a::after {
      color: #0061CF;
      font-family: "Font Awesome 5 Free";
      content: '\f0da';
      font-weight: 900;
      position: absolute;
      right: 3%; }
    body.pref-top .top-block .damaged-btn a span {
      font-size: 100%; } }
body.pref-top .top-block .banner_special_osakashop {
  background: #7BBB56;
  border-radius: 8px;
  overflow: hidden;
  display: block; }
  body.pref-top .top-block .banner_special_osakashop .left-img {
    object-fit: cover;
    width: 30%;
    height: 8em;
    object-position: center center; }
  @media (max-width: 991.98px) {
    body.pref-top .top-block .banner_special_osakashop .txt-img {
      height: 2em; } }
body.pref-top .feature-block {
  background-color: #EDF3F2; }
  body.pref-top .feature-block a:hover {
    opacity: 0.85; }
  body.pref-top .feature-block a .feature-item {
    border-radius: 0.5rem;
    height: 100%; }
    body.pref-top .feature-block a .feature-item img {
      width: 100%;
      height: 7rem;
      object-fit: cover;
      position: relative; }
    body.pref-top .feature-block a .feature-item span {
      position: absolute;
      top: 0;
      left: 5%;
      width: 5rem;
      font-size: 87.5%; }
    body.pref-top .feature-block a .feature-item.rent span {
      background-color: #4D76EA; }
    body.pref-top .feature-block a .feature-item.rent h5 {
      color: #4D76EA; }
    body.pref-top .feature-block a .feature-item.buy span {
      background-color: #F77676; }
    body.pref-top .feature-block a .feature-item.buy h5 {
      color: #F77676; }
    @media (min-width: 576px) and (max-width: 991.98px) {
      body.pref-top .feature-block a .feature-item img {
        height: 12rem; } }
    @media (max-width: 991.98px) {
      body.pref-top .feature-block a .feature-item span {
        width: 6rem;
        font-size: 80%; } }
body.pref-top .prop-num-block input {
  border: 1px solid #999999; }
@media (min-width: 992px) {
  body.pref-top .prop-num-block {
    background-color: rgba(237, 243, 242, 0.48); } }
@media (max-width: 991.98px) {
  body.pref-top .prop-num-block {
    background-color: #EDF3F2; } }
@media (max-width: 991.98px) {
  body.pref-top .banner-list {
    background-color: #EDF3F2; } }
body.pref-top .link-menu-block .search-agent-block a:hover {
  opacity: 0.85; }
@media (max-width: 991.98px) {
  body.pref-top .link-menu-block .search-agent-block {
    background-color: #EDF3F2; } }
body.pref-top .link-menu-block .search-agent-block .search-agent {
  border: 3px solid #0061CF; }
  @media (min-width: 992px) {
    body.pref-top .link-menu-block .search-agent-block .search-agent {
      background: url(/shared/images/search/under-menu-block-bg1.png) no-repeat center center;
      height: 17rem;
      border-radius: 0.3rem; } }
  @media (max-width: 991.98px) {
    body.pref-top .link-menu-block .search-agent-block .search-agent {
      border-radius: 0.85rem;
      position: relative; }
      body.pref-top .link-menu-block .search-agent-block .search-agent::after {
        color: #0061CF;
        font-family: "Font Awesome 5 Free";
        content: '\f0da';
        font-weight: 900;
        position: absolute;
        right: 3%;
        top: 35%; }
      body.pref-top .link-menu-block .search-agent-block .search-agent .text {
        font-size: 106%;
        color: #0061CF; } }
body.pref-top .link-menu-block .menu-list .list-item {
  line-height: 1.3; }
  @media (max-width: 991.98px) {
    body.pref-top .link-menu-block .menu-list .list-item p {
      font-size: 100%; } }
  body.pref-top .link-menu-block .menu-list .list-item .title-block {
    margin-bottom: 1.25rem; }
  body.pref-top .link-menu-block .menu-list .list-item .list-item-link {
    padding: 1rem 1.25rem;
    position: relative; }
    body.pref-top .link-menu-block .menu-list .list-item .list-item-link::after {
      font-family: "Font Awesome 5 Free";
      content: '\f0da';
      font-weight: 900;
      position: absolute;
      right: 3%;
      top: 35%; }
  @media (min-width: 992px) {
    body.pref-top .link-menu-block .menu-list .list-item.left {
      background: rgba(9, 139, 159, 0.44) url(/shared/images/search/under-menu-block-left-bg.svg) no-repeat center top/contain; } }
  @media (max-width: 991.98px) {
    body.pref-top .link-menu-block .menu-list .list-item.left {
      background: rgba(9, 139, 159, 0.44) url(/shared/images/search/under-menu-block-left-bg-sp.svg) no-repeat center top/contain; } }
  body.pref-top .link-menu-block .menu-list .list-item.left .list-item-link::after {
    color: #098B9F;
    width: auto;
    background-image: none;
    content: '\f0d7'; }
  body.pref-top .link-menu-block .menu-list .list-item.left .list-item-link:not(.collapsed) {
    background-color: #fff;
    box-shadow: none; }
    body.pref-top .link-menu-block .menu-list .list-item.left .list-item-link:not(.collapsed)::after {
      background-image: none;
      transform: none; }
  body.pref-top .link-menu-block .menu-list .list-item.left .list-item-link:focus {
    border-color: transparent;
    box-shadow: none; }
  body.pref-top .link-menu-block .menu-list .list-item.left .list-item-link:hover {
    opacity: 1;
    color: #9A9A9A !important; }
  body.pref-top .link-menu-block .menu-list .list-item.left .list-item-link-body {
    border-top: 1px solid #DFDFDF;
    background-color: #EEF3F3; }
  @media (min-width: 992px) {
    body.pref-top .link-menu-block .menu-list .list-item.right {
      background: rgba(0, 97, 207, 0.44) url(/shared/images/search/under-menu-block-right-bg.svg) no-repeat center top/contain; }
      body.pref-top .link-menu-block .menu-list .list-item.right .title-block {
        margin-top: 0.5rem;
        margin-bottom: 2rem; } }
  @media (max-width: 991.98px) {
    body.pref-top .link-menu-block .menu-list .list-item.right {
      background: rgba(0, 97, 207, 0.44) url(/shared/images/search/under-menu-block-right-bg-sp.svg) no-repeat center top/contain; } }
  body.pref-top .link-menu-block .menu-list .list-item.right .list-item-link {
    line-height: 1.2; }
    body.pref-top .link-menu-block .menu-list .list-item.right .list-item-link::after {
      color: #0061CF; }
body.pref-top .link-menu-block .info-menu a {
  color: #353535; }
body.pref-top .link-menu-block .info-menu .hato-img {
  width: 2.5rem; }
@media (min-width: 992px) {
  body.pref-top .link-menu-block .info-menu .link-block .left-block {
    width: 7rem; } }
body.pref-top #modalIndexPropCategory .category-area {
  border: 2px solid #0061CF; }
  body.pref-top #modalIndexPropCategory .category-area .left-area, body.pref-top #modalIndexPropCategory .category-area .right-area {
    width: 50%; }
  body.pref-top #modalIndexPropCategory .category-area .left-area {
    border-right: 2px solid #0061CF; }
  body.pref-top #modalIndexPropCategory .category-area .category-head {
    background: #0061CF;
    color: #fff;
    text-align: center;
    padding: 10px; }
    body.pref-top #modalIndexPropCategory .category-area .category-head.rent {
      border-right: 2px solid #fff; }
  body.pref-top #modalIndexPropCategory .category-area .category-content {
    font-weight: bold;
    color: #0061CF; }
    body.pref-top #modalIndexPropCategory .category-area .category-content .ptl-link {
      width: 33.333%;
      height: 3.5em;
      border-bottom: 1px solid #E2E2E2;
      border-right: 1px solid #E2E2E2;
      text-align: center;
      transition: .3s;
      padding: 0 5px; }
      body.pref-top #modalIndexPropCategory .category-area .category-content .ptl-link:first-child, body.pref-top #modalIndexPropCategory .category-area .category-content .ptl-link:nth-of-type(2), body.pref-top #modalIndexPropCategory .category-area .category-content .ptl-link:nth-of-type(3) {
        border-right: 0;
        height: 4em; }
      body.pref-top #modalIndexPropCategory .category-area .category-content .ptl-link img {
        width: 48px;
        margin-right: 10px; }
      body.pref-top #modalIndexPropCategory .category-area .category-content .ptl-link.sub {
        position: relative; }
        body.pref-top #modalIndexPropCategory .category-area .category-content .ptl-link.sub p {
          margin-right: 5px; }
        body.pref-top #modalIndexPropCategory .category-area .category-content .ptl-link.sub:after {
          font-family: "Font Awesome 5 Free";
          content: "\f0da";
          position: absolute;
          right: 5px; }
      body.pref-top #modalIndexPropCategory .category-area .category-content .ptl-link:hover {
        cursor: pointer;
        opacity: .7; }
        body.pref-top #modalIndexPropCategory .category-area .category-content .ptl-link:hover p {
          cursor: pointer; }
  body.pref-top #modalIndexPropCategory .category-area .left-area .category-content .ptl-link:first-child {
    width: 100%;
    height: 4em; }
  body.pref-top #modalIndexPropCategory .category-area .left-area .category-content .ptl-link:nth-of-type(2), body.pref-top #modalIndexPropCategory .category-area .left-area .category-content .ptl-link:nth-of-type(3) {
    border-right: 1px solid #E2E2E2;
    height: 3.5em; }
  @media screen and (max-width: 1199px) {
    body.pref-top #modalIndexPropCategory .category-area {
      flex-direction: column; }
      body.pref-top #modalIndexPropCategory .category-area .left-area, body.pref-top #modalIndexPropCategory .category-area .right-area {
        width: 100%; }
      body.pref-top #modalIndexPropCategory .category-area .category-head.rent {
        border-right: none; } }
  @media screen and (max-width: 767px) {
    body.pref-top #modalIndexPropCategory .category-area .category-content .ptl-link {
      width: 50%;
      height: 3.5em !important; }
      body.pref-top #modalIndexPropCategory .category-area .category-content .ptl-link:first-child, body.pref-top #modalIndexPropCategory .category-area .category-content .ptl-link:nth-of-type(3) {
        border-right: 1px solid #E2E2E2; }
      body.pref-top #modalIndexPropCategory .category-area .category-content .ptl-link img {
        width: 30px; } }
body.pref-top #show-pref-top-news-modal {
  cursor: pointer; }

body.map-list .txt-gray {
  color: #BFBFBF; }
body.map-list .nav-top {
  position: absolute;
  top: 0;
  background: #FFF;
  z-index: 1051;
  width: auto;
  border-bottom: 2px solid #E6E6E6; }
  @media (max-width: 575.98px) {
    body.map-list .nav-top {
      width: 270px; } }
  body.map-list .nav-top .logo {
    width: auto;
    height: 46px; }
body.map-list .navbar-btn {
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
  z-index: 1052; }
body.map-list .search-panel {
  position: relative; }
  body.map-list .search-panel .nav-left-btn {
    position: absolute;
    top: 15vh;
    z-index: 2;
    color: #B9B9B9;
    box-shadow: 7px 4px 16px -7px; }
  body.map-list .search-panel .nav-left {
    width: 360px;
    border-right: none;
    box-shadow: 4px 4px 16px -7px;
    padding-top: 70px;
    height: 100%; }
    body.map-list .search-panel .nav-left .nav-left-btn {
      left: 360px; }
    @media (max-width: 575.98px) {
      body.map-list .search-panel .nav-left {
        width: 270px; }
        body.map-list .search-panel .nav-left .nav-left-btn {
          left: 270px; } }
    body.map-list .search-panel .nav-left .prop-search-box {
      height: calc(100% - 145px); }
      @media (max-width: 575.98px) {
        body.map-list .search-panel .nav-left .prop-search-box {
          height: calc(100% - 125px); } }
      body.map-list .search-panel .nav-left .prop-search-box input[type=checkbox] + span::before {
        background: url(../images/check-black.svg) no-repeat transparent; }
      body.map-list .search-panel .nav-left .prop-search-box input[type=checkbox]:checked + span::before {
        background: url(../images/check-black-checked.svg) no-repeat transparent; }
      body.map-list .search-panel .nav-left .prop-search-box button.blue, body.map-list .search-panel .nav-left .prop-search-box button.white {
        font-size: 87.5%;
        padding: 0.25rem 0.5rem; }
      body.map-list .search-panel .nav-left .prop-search-box button.white {
        font-size: 100%;
        color: #0061CF; }
    body.map-list .search-panel .nav-left .search-btn-wrapper {
      height: 10%; }
    body.map-list .search-panel .nav-left .badge-properties {
      display: inline-block;
      padding: 0.2rem 0.375rem;
      font-size: 0.875em;
      line-height: 1;
      color: #0068B8;
      text-align: center;
      white-space: nowrap;
      vertical-align: baseline;
      font-weight: bold;
      border: 1px solid #0068B8; }
    body.map-list .search-panel .nav-left .circle-area {
      background-color: #F5F5F5;
      border-radius: 5px;
      padding: 10px; }
      body.map-list .search-panel .nav-left .circle-area .circle-head {
        font-weight: bold; }
      body.map-list .search-panel .nav-left .circle-area .circle-radio {
        list-style: none;
        padding: 0; }
        body.map-list .search-panel .nav-left .circle-area .circle-radio li {
          padding: 10px 0px; }
    body.map-list .search-panel .nav-left .search-block-header {
      cursor: pointer; }
  body.map-list .search-panel .prop-detail-box {
    display: none; }
    body.map-list .search-panel .prop-detail-box .room-tag {
      font-size: 68.75%;
      line-height: 1.2;
      vertical-align: text-bottom; }
    body.map-list .search-panel .prop-detail-box .btn-bookmark {
      cursor: pointer; }
    body.map-list .search-panel .prop-detail-box a {
      color: #353535; }
      body.map-list .search-panel .prop-detail-box a:hover {
        opacity: 0.75; }
    body.map-list .search-panel .prop-detail-box .img-wrap {
      background: #F4F4F4;
      display: block;
      overflow: hidden;
      position: relative;
      width: 100%;
      padding-top: 66.6666%; }
      body.map-list .search-panel .prop-detail-box .img-wrap img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto; }
body.map-list .search-btn {
  position: absolute;
  top: 90px;
  background: transparent;
  z-index: 2;
  transition: transform .3s ease-in-out;
  display: flex; }
  body.map-list .search-btn button {
    display: block;
    padding: 0; }
  body.map-list .search-btn.left-width {
    left: 360px; }
    @media (max-width: 575.98px) {
      body.map-list .search-btn.left-width {
        left: 275px; } }
  body.map-list .search-btn .prop-search-btn, body.map-list .search-btn .prop-detail-btn {
    background-color: #DC3545;
    color: white;
    font-weight: bold;
    padding: 5px 10px; }
body.map-list .nav-right {
  width: 240px;
  background: rgba(0, 104, 184, 0.8);
  z-index: 1051; }
  body.map-list .nav-right ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    body.map-list .nav-right ul li a {
      display: block;
      padding: 0.75rem 0;
      color: #fff;
      font-weight: bold;
      text-decoration: none; }
  body.map-list .nav-right .nav-item a.dropdown-item {
    color: #0068B8; }
body.map-list .detail a {
  text-decoration: none; }
body.map-list #loader {
  position: absolute;
  z-index: 1;
  background: #fff;
  padding: 26px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  border: 1px solid #aaa; }
  body.map-list #loader img {
    width: 40px; }
body.map-list #modalChangePropCategory .category-list li, body.map-list #modalSpecialChangePropCategory .category-list li {
  margin-right: 10px;
  margin-bottom: 10px; }
  body.map-list #modalChangePropCategory .category-list li span, body.map-list #modalSpecialChangePropCategory .category-list li span {
    display: block;
    border: 2px solid #0061CF;
    color: #0061CF;
    border-radius: 5px;
    font-weight: bold;
    line-height: 2em;
    opacity: .3;
    padding: 10px 25px; }
    body.map-list #modalChangePropCategory .category-list li span.move-prop-category, body.map-list #modalSpecialChangePropCategory .category-list li span.move-prop-category {
      opacity: 1;
      cursor: pointer; }
      body.map-list #modalChangePropCategory .category-list li span.move-prop-category:hover, body.map-list #modalSpecialChangePropCategory .category-list li span.move-prop-category:hover {
        transform: translateY(2px); }
  body.map-list #modalChangePropCategory .category-list li span:not(.move-prop-category), body.map-list #modalSpecialChangePropCategory .category-list li span:not(.move-prop-category) {
    cursor: default; }
@media screen and (max-width: 600px) {
  body.map-list #modalChangePropCategory .category-list, body.map-list #modalSpecialChangePropCategory .category-list {
    justify-content: space-between; }
    body.map-list #modalChangePropCategory .category-list li, body.map-list #modalSpecialChangePropCategory .category-list li {
      width: 48%; }
      body.map-list #modalChangePropCategory .category-list li:first-child, body.map-list #modalSpecialChangePropCategory .category-list li:first-child {
        width: 100%;
        margin-right: 0; }
      body.map-list #modalChangePropCategory .category-list li span, body.map-list #modalSpecialChangePropCategory .category-list li span {
        text-align: center; }
      body.map-list #modalChangePropCategory .category-list li:nth-of-type(3), body.map-list #modalChangePropCategory .category-list li:nth-of-type(5), body.map-list #modalSpecialChangePropCategory .category-list li:nth-of-type(3), body.map-list #modalSpecialChangePropCategory .category-list li:nth-of-type(5) {
        margin-right: 0; } }
body.map-list .btn-contact {
  color: #0068B8;
  cursor: pointer; }
body.map-list .shop-info {
  font-size: 16px; }
  body.map-list .shop-info .active-area {
    display: flex;
    flex-direction: column; }
    body.map-list .shop-info .active-area span {
      display: inline-block; }
    body.map-list .shop-info .active-area .search-arround-shop {
      cursor: pointer;
      color: #0d6efd;
      text-decoration: underline; }

@media (max-width: 991.98px) {
  body.agency-list .main-title {
    padding-bottom: 1rem; } }
body.agency-list .search-condition .item {
  border: 1px solid #C4C4C4; }
  body.agency-list .search-condition .item .item-header {
    padding: 0.75rem 0.75rem 0.7rem; }
    body.agency-list .search-condition .item .item-header button {
      padding: 0;
      color: #4D4D4D;
      font-size: 112.5%; }
      body.agency-list .search-condition .item .item-header button:not(.collapsed) {
        box-shadow: none; }
        body.agency-list .search-condition .item .item-header button:not(.collapsed):after {
          background-image: url(/shared/images/search/icon-close.svg); }
      body.agency-list .search-condition .item .item-header button:focus {
        border-color: transparent;
        box-shadow: none; }
      body.agency-list .search-condition .item .item-header button:after {
        background-image: url(/shared/images/search/icon-open.svg); }
  body.agency-list .search-condition .item .item-body {
    border-top: 1px solid #C4C4C4;
    margin: 0 0.75rem 0.75rem;
    padding: 0.75rem 0 0; }
    body.agency-list .search-condition .item .item-body .form-block {
      cursor: pointer; }
      body.agency-list .search-condition .item .item-body .form-block input[type=checkbox],
      body.agency-list .search-condition .item .item-body .form-block input[type=radio] {
        display: none; }
        body.agency-list .search-condition .item .item-body .form-block input[type=checkbox] + span.form-content::before,
        body.agency-list .search-condition .item .item-body .form-block input[type=radio] + span.form-content::before {
          background-position: center;
          background-repeat: no-repeat;
          background-size: contain;
          position: relative;
          content: "";
          width: 20px;
          height: 20px;
          margin-right: 0.5rem;
          flex-shrink: 0; }
        body.agency-list .search-condition .item .item-body .form-block input[type=checkbox]:disabled + span.form-content,
        body.agency-list .search-condition .item .item-body .form-block input[type=radio]:disabled + span.form-content {
          opacity: 0.3; }
      body.agency-list .search-condition .item .item-body .form-block span.form-content {
        align-items: center;
        display: flex; }
      body.agency-list .search-condition .item .item-body .form-block input[type=checkbox] + span.form-content::before {
        background-image: url(/shared/images/search/form-checkbox-before.svg); }
      body.agency-list .search-condition .item .item-body .form-block input[type=checkbox]:checked + span.form-content::before {
        background-image: url(/shared/images/search/form-checkbox-after.svg); }
      body.agency-list .search-condition .item .item-body .form-block input[type=radio] + span.form-content::before {
        background-image: url(/shared/images/search/form-radio-before.svg); }
      body.agency-list .search-condition .item .item-body .form-block input[type=radio]:checked + span.form-content::before {
        background-image: url(/shared/images/search/form-radio-after.svg); }
      body.agency-list .search-condition .item .item-body .form-block.radio-checkbox-elements input[type=checkbox] + span.form-content::before {
        background-image: url(/shared/images/search/form-radio-before.svg); }
      body.agency-list .search-condition .item .item-body .form-block.radio-checkbox-elements input[type=checkbox]:checked + span.form-content::before {
        background-image: url(/shared/images/search/form-radio-after.svg); }
body.agency-list .search-condition button.blue, body.agency-list .search-condition button.white {
  font-size: 87.5%;
  padding: 0.25rem 0.5rem; }
body.agency-list .search-condition button.white {
  font-size: 100%;
  color: #0061CF; }
body.agency-list .search-condition-btn > div {
  border-radius: 0.75rem; }
body.agency-list .search-condition-btn button {
  padding: 0.375rem 2rem 0.375rem 1rem;
  position: relative; }
  body.agency-list .search-condition-btn button::after {
    color: #fff;
    font-family: "Font Awesome 5 Free";
    content: '\f0da';
    font-weight: 900;
    position: absolute;
    right: 0.75rem; }
body.agency-list .searchlist-box .searchlist-menu .page-link {
  color: #000000; }
  body.agency-list .searchlist-box .searchlist-menu .page-link:hover, body.agency-list .searchlist-box .searchlist-menu .page-link.active {
    color: #fff;
    background-color: #646464; }
body.agency-list .searchlist-box .search-result-box .right-box .img-area {
  display: block;
  background: #F4F4F4;
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-top: 66.6666%; }
  body.agency-list .searchlist-box .search-result-box .right-box .img-area img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto; }
  @media (max-width: 991px) {
    body.agency-list .searchlist-box .search-result-box .right-box .img-area {
      width: 33.3333%;
      padding-top: 22.2222%; } }
body.agency-list .searchlist-box .search-result-box .agent-name {
  color: #4D4D4D; }
body.agency-list .searchlist-box .search-result-box .room-detail-title {
  font-size: 13px;
  white-space: nowrap; }
  @media (min-width: 992px) {
    body.agency-list .searchlist-box .search-result-box .room-detail-title {
      min-width: 65px;
      max-width: 65px; } }
  @media (max-width: 991.98px) {
    body.agency-list .searchlist-box .search-result-box .room-detail-title {
      min-width: 70px;
      max-width: 70px; } }
body.agency-list .searchlist-box .search-result-box .detail-btn {
  font-weight: normal;
  font-size: 100%;
  color: #4D4D4D;
  background-color: #fff;
  border: 1px solid #E57200; }
  body.agency-list .searchlist-box .search-result-box .detail-btn i {
    color: #E57200;
    margin-right: 0.5rem; }
body.agency-list .search-footer {
  display: flex;
  justify-content: center; }
body.agency-list #modalSearchStation .ensen-list .select-ensen {
  cursor: pointer; }

body.agency-detail .agency-content .right-box .img-wrap {
  margin-left: 1rem;
  width: 240px; }
  body.agency-detail .agency-content .right-box .img-wrap:first-of-type {
    margin-left: 0; }
  body.agency-detail .agency-content .right-box .img-wrap .img-area {
    background: #F4F4F4;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding-top: 66.6666%; }
    body.agency-detail .agency-content .right-box .img-wrap .img-area img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      max-width: 100%;
      max-height: 100%;
      width: auto;
      height: auto; }
@media (max-width: 575px) {
  body.agency-detail .agency-content .right-box {
    width: 100%; }
    body.agency-detail .agency-content .right-box .img-wrap {
      width: calc(50% - 0.5rem); } }
body.agency-detail .agency-content .agent-name {
  color: #4D4D4D; }
body.agency-detail .agency-content .room-detail-title {
  font-size: 13px;
  white-space: nowrap; }
  @media (min-width: 992px) {
    body.agency-detail .agency-content .room-detail-title {
      min-width: 65px;
      max-width: 65px; } }
  @media (max-width: 991.98px) {
    body.agency-detail .agency-content .room-detail-title {
      min-width: 70px;
      max-width: 70px; } }
body.agency-detail .text-content {
  background-color: rgba(213, 225, 234, 0.44);
  padding: 1.75rem; }
  body.agency-detail .text-content p {
    line-height: 1.75;
    overflow-wrap: break-word; }
  body.agency-detail .text-content span {
    color: #fff;
    background-color: #6997BB;
    text-align: center;
    font-size: 87.5%;
    white-space: nowrap;
    padding: 0.5rem 0.75rem;
    border-radius: 0.25rem; }
body.agency-detail .prop-link {
  background-color: #F3F3F3;
  padding: 1.75rem; }
  body.agency-detail .prop-link .link-item {
    height: 100%; }
    body.agency-detail .prop-link .link-item.rent .item-header {
      background-color: #4D76EA; }
    body.agency-detail .prop-link .link-item.rent .item-body i {
      color: #4D76EA; }
    body.agency-detail .prop-link .link-item.buy .item-header {
      background-color: #F77676; }
    body.agency-detail .prop-link .link-item.buy .item-body i {
      color: #F77676; }
    body.agency-detail .prop-link .link-item .item-body {
      padding: 0; }
      body.agency-detail .prop-link .link-item .item-body .item {
        border: 0.5px solid #C4C4C4;
        padding: 0.75rem; }
        body.agency-detail .prop-link .link-item .item-body .item a {
          color: #353535; }
          body.agency-detail .prop-link .link-item .item-body .item a.disabled {
            pointer-events: none; }
            body.agency-detail .prop-link .link-item .item-body .item a.disabled i, body.agency-detail .prop-link .link-item .item-body .item a.disabled span {
              opacity: 0.3; }
          body.agency-detail .prop-link .link-item .item-body .item a i {
            margin-right: 0.35rem; }
          body.agency-detail .prop-link .link-item .item-body .item a span {
            text-decoration: underline; }
body.agency-detail .prop-detail {
  font-size: 87.5%; }
  body.agency-detail .prop-detail .detail-item {
    background-color: #F4F4F4; }
body.agency-detail button.contact, body.agency-detail button.tel, body.agency-detail button.white {
  padding: 0.75rem 1rem;
  min-width: 10rem; }
body.agency-detail button.white {
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  color: #4D4D4D; }
  body.agency-detail button.white i {
    margin-right: 0.5rem;
    color: #0061CF; }
body.agency-detail .tel-btn {
  font-weight: normal;
  font-size: 100%;
  color: #4D4D4D;
  background-color: #fff;
  border: 1px solid #E57200;
  padding: 0.75rem 1rem; }
  body.agency-detail .tel-btn i {
    color: #E57200;
    margin-right: 0.5rem; }
body.agency-detail #modalAgencyTelContact .modal-body .label {
  color: #7B7B7B;
  background-color: #E8E4E4;
  margin-right: 5px;
  padding: 0px 10px;
  width: 4rem;
  display: inline-block;
  text-align: center; }

body.properties-contact .app-header .page-close {
  background-color: #0061CF;
  font-size: 0.875rem;
  color: #fff;
  padding: 20px;
  text-decoration: none !important; }
  body.properties-contact .app-header .page-close:hover {
    background-color: #0055b6; }
  body.properties-contact .app-header .page-close i {
    padding-right: 5px; }
  @media screen and (max-width: 767px) {
    body.properties-contact .app-header .page-close {
      padding: 15px; } }
body.properties-contact .container {
  min-height: 80vh; }
  @media screen and (min-width: 1400px) {
    body.properties-contact .container {
      max-width: 1140px; } }
body.properties-contact input[type=checkbox] + span::before {
  background: url(../img/check-black.svg) no-repeat transparent; }
body.properties-contact input[type=checkbox]:checked + span::before {
  background: url(../img/check-black-checked.svg) no-repeat transparent; }
body.properties-contact .list-block {
  border: 1px solid #AEAEAE;
  margin-bottom: -1px; }
  @media (min-width: 576px) {
    body.properties-contact .list-block .list-img {
      width: 200px;
      height: 133px;
      object-fit: cover; } }
  @media (max-width: 575.98px) {
    body.properties-contact .list-block .list-img {
      width: 100%; } }
  body.properties-contact .list-block .list-table .cat {
    background: rgba(213, 225, 234, 0.5); }
  body.properties-contact .list-block .list-table div {
    padding: 5px 10px;
    margin-bottom: 1px;
    display: flex;
    align-items: center; }
body.properties-contact .multi-checkradio .invalid-feedback {
  display: initial; }

body.agency-contact .label-required {
  border: 1px solid #E11818;
  border-radius: 3px;
  display: inline-block;
  line-height: 1.0;
  padding: 0.15em 0.5em;
  color: #FFF;
  background: #E11818;
  font-size: 14px; }
body.agency-contact .form-table .table-th, body.agency-contact .form-table .table-td {
  border-bottom: 2px solid #CCCCCC; }
  body.agency-contact .form-table .table-th.border-none, body.agency-contact .form-table .table-td.border-none {
    border-bottom: none; }
body.agency-contact .form-table .table-th {
  padding: 1.25rem 1rem;
  background: #F5F5F5; }
body.agency-contact .form-table .table-td {
  padding: 0.75rem 1rem; }
  body.agency-contact .form-table .table-td input.form {
    border: 1px solid #999999; }
  body.agency-contact .form-table .table-td textarea.form {
    border: 1px solid #999999; }
  body.agency-contact .form-table .table-td select.form {
    border: 1px solid #999999;
    color: #212529; }
  body.agency-contact .form-table .table-td .form-control.is-invalid, body.agency-contact .form-table .table-td div.is-invalid {
    border: 3px solid #dc3545; }
  body.agency-contact .form-table .table-td .is-invalid.invalid-none {
    border: none; }
  body.agency-contact .form-table .table-td .form-block {
    cursor: pointer; }
    body.agency-contact .form-table .table-td .form-block input[type=checkbox],
    body.agency-contact .form-table .table-td .form-block input[type=radio] {
      display: none; }
      body.agency-contact .form-table .table-td .form-block input[type=checkbox] + span.form-content::before,
      body.agency-contact .form-table .table-td .form-block input[type=radio] + span.form-content::before {
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        position: relative;
        content: "";
        width: 20px;
        height: 20px;
        margin-right: 0.5rem;
        flex-shrink: 0; }
      body.agency-contact .form-table .table-td .form-block input[type=checkbox]:disabled + span.form-content,
      body.agency-contact .form-table .table-td .form-block input[type=radio]:disabled + span.form-content {
        opacity: 0.3; }
    body.agency-contact .form-table .table-td .form-block span.form-content {
      align-items: center;
      display: flex; }
    body.agency-contact .form-table .table-td .form-block input[type=checkbox] + span.form-content::before {
      background-image: url(/shared/images/search/form-checkbox-before.svg); }
    body.agency-contact .form-table .table-td .form-block input[type=checkbox]:checked + span.form-content::before {
      background-image: url(/shared/images/search/form-checkbox-after.svg); }
    body.agency-contact .form-table .table-td .form-block input[type=radio] + span.form-content::before {
      background-image: url(/shared/images/search/form-radio-before.svg); }
    body.agency-contact .form-table .table-td .form-block input[type=radio]:checked + span.form-content::before {
      background-image: url(/shared/images/search/form-radio-after.svg); }
    body.agency-contact .form-table .table-td .form-block.radio-checkbox-elements input[type=checkbox] + span.form-content::before {
      background-image: url(/shared/images/search/form-radio-before.svg); }
    body.agency-contact .form-table .table-td .form-block.radio-checkbox-elements input[type=checkbox]:checked + span.form-content::before {
      background-image: url(/shared/images/search/form-radio-after.svg); }
body.agency-contact form button.blue {
  padding: 0.85rem 2rem;
  min-width: 12.5rem;
  font-weight: bold;
  font-size: 16px;
  position: relative; }
  body.agency-contact form button.blue::after {
    font-family: "Font Awesome 5 Free";
    content: '\f0da';
    font-weight: 900;
    position: absolute;
    right: 0.75rem; }
body.agency-contact .prop-list .list-block .item {
  height: 100%; }
  body.agency-contact .prop-list .list-block .item .room-tag {
    font-size: 13px; }
body.agency-contact .container {
  min-height: 80vh; }
  @media screen and (min-width: 1400px) {
    body.agency-contact .container {
      max-width: 1140px; } }
body.agency-contact .search-result-box {
  border: 1px solid #AEAEAE; }
  body.agency-contact .search-result-box .right-box .img-area {
    display: block;
    background: #F4F4F4;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding-top: 66.6666%; }
    body.agency-contact .search-result-box .right-box .img-area img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      max-width: 100%;
      max-height: 100%;
      width: auto;
      height: auto; }
    @media (max-width: 991px) {
      body.agency-contact .search-result-box .right-box .img-area {
        width: 33.3333%;
        padding-top: 22.2222%; } }
  body.agency-contact .search-result-box .agent-name {
    color: #4D4D4D; }
  body.agency-contact .search-result-box .room-detail-title {
    font-size: 13px;
    white-space: nowrap; }
    @media (min-width: 992px) {
      body.agency-contact .search-result-box .room-detail-title {
        min-width: 65px;
        max-width: 65px; } }
    @media (max-width: 991.98px) {
      body.agency-contact .search-result-box .room-detail-title {
        min-width: 70px;
        max-width: 70px; } }
  body.agency-contact .search-result-box .detail-btn {
    font-weight: normal;
    font-size: 100%;
    color: #4D4D4D;
    background-color: #fff;
    border: 1px solid #E57200; }
    body.agency-contact .search-result-box .detail-btn i {
      color: #E57200;
      margin-right: 0.5rem; }

body.mypage-register .lh-175 {
  line-height: 1.75; }
body.mypage-register .label-required {
  border: 1px solid #E11818;
  border-radius: 3px;
  display: inline-block;
  line-height: 1.0;
  padding: 0.15em 0.5em;
  color: #FFF;
  background: #E11818;
  font-size: 14px; }
body.mypage-register .form-table .table-th, body.mypage-register .form-table .table-td {
  border-bottom: 2px solid #CCCCCC; }
  body.mypage-register .form-table .table-th.border-none, body.mypage-register .form-table .table-td.border-none {
    border-bottom: none; }
body.mypage-register .form-table .table-th {
  padding: 1.25rem 1rem;
  background: #F5F5F5; }
body.mypage-register .form-table .table-td {
  padding: 0.75rem 1rem; }
  body.mypage-register .form-table .table-td input.form {
    border: 1px solid #999999; }
  body.mypage-register .form-table .table-td textarea.form {
    border: 1px solid #999999; }
  body.mypage-register .form-table .table-td select.form {
    border: 1px solid #999999;
    color: #212529; }
  body.mypage-register .form-table .table-td .form-control.is-invalid, body.mypage-register .form-table .table-td div.is-invalid {
    border: 3px solid #dc3545; }
  body.mypage-register .form-table .table-td .is-invalid.invalid-none {
    border: none; }
  body.mypage-register .form-table .table-td .form-block {
    cursor: pointer; }
    body.mypage-register .form-table .table-td .form-block input[type=checkbox],
    body.mypage-register .form-table .table-td .form-block input[type=radio] {
      display: none; }
      body.mypage-register .form-table .table-td .form-block input[type=checkbox] + span.form-content::before,
      body.mypage-register .form-table .table-td .form-block input[type=radio] + span.form-content::before {
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        position: relative;
        content: "";
        width: 20px;
        height: 20px;
        margin-right: 0.5rem;
        flex-shrink: 0; }
      body.mypage-register .form-table .table-td .form-block input[type=checkbox]:disabled + span.form-content,
      body.mypage-register .form-table .table-td .form-block input[type=radio]:disabled + span.form-content {
        opacity: 0.3; }
    body.mypage-register .form-table .table-td .form-block span.form-content {
      align-items: center;
      display: flex; }
    body.mypage-register .form-table .table-td .form-block input[type=checkbox] + span.form-content::before {
      background-image: url(/shared/images/search/form-checkbox-before.svg); }
    body.mypage-register .form-table .table-td .form-block input[type=checkbox]:checked + span.form-content::before {
      background-image: url(/shared/images/search/form-checkbox-after.svg); }
    body.mypage-register .form-table .table-td .form-block input[type=radio] + span.form-content::before {
      background-image: url(/shared/images/search/form-radio-before.svg); }
    body.mypage-register .form-table .table-td .form-block input[type=radio]:checked + span.form-content::before {
      background-image: url(/shared/images/search/form-radio-after.svg); }
    body.mypage-register .form-table .table-td .form-block.radio-checkbox-elements input[type=checkbox] + span.form-content::before {
      background-image: url(/shared/images/search/form-radio-before.svg); }
    body.mypage-register .form-table .table-td .form-block.radio-checkbox-elements input[type=checkbox]:checked + span.form-content::before {
      background-image: url(/shared/images/search/form-radio-after.svg); }
body.mypage-register form button.blue {
  padding: 0.85rem 1rem;
  min-width: 12.5rem;
  font-weight: bold;
  font-size: 16px;
  position: relative; }
  body.mypage-register form button.blue::after {
    font-family: "Font Awesome 5 Free";
    content: '\f0da';
    font-weight: 900;
    position: absolute;
    right: 0.75rem; }
body.mypage-register div.is-invalid {
  border: 3px solid #dc3545 !important; }
body.mypage-register .toast-message {
  text-align: center; }

body.mypage-login form input.form {
  border: 1px solid #999999; }
body.mypage-login form button.blue {
  padding: 0.85rem 1rem;
  min-width: 12.5rem;
  font-weight: bold;
  font-size: 16px;
  position: relative; }
  body.mypage-login form button.blue::after {
    font-family: "Font Awesome 5 Free";
    content: '\f0da';
    font-weight: 900;
    position: absolute;
    right: 0.75rem; }

body.mypage .room-detail-title {
  font-size: 13px;
  white-space: nowrap;
  min-width: 100px;
  max-width: 100px;
  border-radius: 0.1rem; }
body.mypage .info-menu .item {
  border-radius: 0.65rem;
  border: 1px solid #C9C9C9; }

.search-condition .item {
  border: 1px solid #C4C4C4; }
  .search-condition .item .item-header {
    padding: 0.75rem 0.75rem 0.7rem;
    position: relative; }
    .search-condition .item .item-header button {
      padding: 0;
      color: #4D4D4D;
      font-size: 112.5%; }
      .search-condition .item .item-header button:not(.collapsed) {
        box-shadow: none; }
        .search-condition .item .item-header button:not(.collapsed):after {
          background-image: url(/shared/images/search/icon-close.svg); }
      .search-condition .item .item-header button:focus {
        border-color: transparent;
        box-shadow: none; }
      .search-condition .item .item-header button:after {
        background-image: url(/shared/images/search/icon-open.svg); }
  .search-condition .item .item-body {
    border-top: 1px solid #C4C4C4;
    margin: 0 0.75rem 0.75rem;
    padding: 0.75rem 0 0; }
    .search-condition .item .item-body .form-block {
      cursor: pointer; }
      .search-condition .item .item-body .form-block input[type=checkbox],
      .search-condition .item .item-body .form-block input[type=radio] {
        display: none; }
        .search-condition .item .item-body .form-block input[type=checkbox] + span.form-content::before,
        .search-condition .item .item-body .form-block input[type=radio] + span.form-content::before {
          background-position: center;
          background-repeat: no-repeat;
          background-size: contain;
          position: relative;
          content: "";
          width: 20px;
          height: 20px;
          margin-right: 0.5rem;
          flex-shrink: 0; }
        .search-condition .item .item-body .form-block input[type=checkbox]:disabled + span.form-content,
        .search-condition .item .item-body .form-block input[type=radio]:disabled + span.form-content {
          opacity: 0.3; }
      .search-condition .item .item-body .form-block span.form-content {
        align-items: center;
        display: flex; }
      .search-condition .item .item-body .form-block input[type=checkbox] + span.form-content::before {
        background-image: url(/shared/images/search/form-checkbox-before.svg); }
      .search-condition .item .item-body .form-block input[type=checkbox]:checked + span.form-content::before {
        background-image: url(/shared/images/search/form-checkbox-after.svg); }
      .search-condition .item .item-body .form-block input[type=radio] + span.form-content::before {
        background-image: url(/shared/images/search/form-radio-before.svg); }
      .search-condition .item .item-body .form-block input[type=radio]:checked + span.form-content::before {
        background-image: url(/shared/images/search/form-radio-after.svg); }
      .search-condition .item .item-body .form-block.radio-checkbox-elements input[type=checkbox] + span.form-content::before {
        background-image: url(/shared/images/search/form-radio-before.svg); }
      .search-condition .item .item-body .form-block.radio-checkbox-elements input[type=checkbox]:checked + span.form-content::before {
        background-image: url(/shared/images/search/form-radio-after.svg); }
.search-condition button.blue, .search-condition button.white {
  font-size: 87.5%;
  padding: 0.25rem 0.5rem; }
.search-condition button.white {
  font-size: 100%;
  color: #0061CF; }
.search-condition .condition-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column; }
.search-condition .search-condition-btn > div {
  border-radius: 0.75rem; }
.search-condition .search-condition-btn button {
  padding: 0.375rem 2rem 0.375rem 1rem;
  position: relative; }
  .search-condition .search-condition-btn button::after {
    color: #fff;
    font-family: "Font Awesome 5 Free";
    content: '\f0da';
    font-weight: 900;
    position: absolute;
    right: 0.75rem; }
.search-condition .search-items .special-target {
  background-color: #FFA430;
  border: 0;
  color: white;
  font-weight: bold;
  border-radius: 5px;
  padding: 0.25rem;
  margin: 0 -0.25rem 0.25rem;
  width: calc(100% + 0.5rem); }
  .search-condition .search-items .special-target span {
    opacity: 1 !important; }
    .search-condition .search-items .special-target span:before {
      opacity: 0.3 !important; }
.search-condition .call-keyword-help {
  cursor: pointer;
  position: absolute;
  left: 5px; }
  .search-condition .call-keyword-help:hover {
    opacity: 0.8; }

#modalHelpKeyword {
  padding-top: 25vh; }
  #modalHelpKeyword .modal-content {
    border: 5px solid #0061CF; }

body.search-history-list .form-block {
  cursor: pointer; }
  body.search-history-list .form-block input[type=checkbox],
  body.search-history-list .form-block input[type=radio] {
    display: none; }
    body.search-history-list .form-block input[type=checkbox] + span.form-content::before,
    body.search-history-list .form-block input[type=radio] + span.form-content::before {
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      position: relative;
      content: "";
      width: 20px;
      height: 20px;
      margin-right: 0.5rem;
      flex-shrink: 0; }
    body.search-history-list .form-block input[type=checkbox]:disabled + span.form-content,
    body.search-history-list .form-block input[type=radio]:disabled + span.form-content {
      opacity: 0.3; }
  body.search-history-list .form-block span.form-content {
    align-items: center;
    display: flex; }
  body.search-history-list .form-block input[type=checkbox] + span.form-content::before {
    background-image: url(/shared/images/search/form-checkbox-before.svg); }
  body.search-history-list .form-block input[type=checkbox]:checked + span.form-content::before {
    background-image: url(/shared/images/search/form-checkbox-after.svg); }
  body.search-history-list .form-block input[type=radio] + span.form-content::before {
    background-image: url(/shared/images/search/form-radio-before.svg); }
  body.search-history-list .form-block input[type=radio]:checked + span.form-content::before {
    background-image: url(/shared/images/search/form-radio-after.svg); }
  body.search-history-list .form-block.radio-checkbox-elements input[type=checkbox] + span.form-content::before {
    background-image: url(/shared/images/search/form-radio-before.svg); }
  body.search-history-list .form-block.radio-checkbox-elements input[type=checkbox]:checked + span.form-content::before {
    background-image: url(/shared/images/search/form-radio-after.svg); }
body.search-history-list .pagination {
  margin: 0; }
  body.search-history-list .pagination li a {
    border: 1px solid #C4C4C4;
    text-decoration: none;
    color: #0061CF; }
    body.search-history-list .pagination li a:hover, body.search-history-list .pagination li a.active {
      background: #0061CF;
      color: #fff; }
body.search-history-list .list-table {
  background: #fff;
  border: 1px solid #AEAEAE;
  font-size: 87.5%; }
  body.search-history-list .list-table thead {
    background: #6095C9;
    color: #fff; }
    body.search-history-list .list-table thead th {
      border-bottom-width: 0px;
      padding: 0.75rem; }
  body.search-history-list .list-table tbody td {
    padding: 0.75rem; }
    body.search-history-list .list-table tbody td button {
      white-space: nowrap; }
body.search-history-list .list-area {
  width: 100%; }
  body.search-history-list .list-area .panel {
    margin-bottom: 5px;
    border: 1px solid #C4C4C4;
    border-radius: 5px; }
    body.search-history-list .list-area .panel .panel-heading {
      border-radius: 5px 5px 0 0;
      display: flex;
      justify-content: space-between;
      padding: 10px;
      font-weight: bold; }
    body.search-history-list .list-area .panel .panel-body {
      padding: 10px; }
      body.search-history-list .list-area .panel .panel-body label {
        font-weight: bold; }
    body.search-history-list .list-area .panel .panel-footer {
      padding: 10px; }
      body.search-history-list .list-area .panel .panel-footer .submit-search-btn {
        background: #0068B8;
        border: 1px solid transparent;
        border-radius: 3px;
        color: #FFF;
        display: inline-block;
        font-size: 1rem;
        font-weight: bold;
        line-height: 1.0;
        outline: none;
        padding: 10px;
        text-decoration: none;
        vertical-align: bottom; }
      body.search-history-list .list-area .panel .panel-footer .delete-search-btn {
        background: #DC3545;
        border: 1px solid transparent;
        border-radius: 3px;
        color: #FFF;
        display: inline-block;
        font-size: 1rem;
        font-weight: bold;
        line-height: 1.0;
        outline: none;
        padding: 10px;
        text-decoration: none;
        vertical-align: bottom; }

#toast-container > div {
  opacity: 1; }

#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 550px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  top: 7px; }
  #toast-container.toast-top-center > div a,
  #toast-container.toast-bottom-center > div a {
    color: yellow; }

body.news-list .news-wrap {
  min-height: 50vh; }
  body.news-list .news-wrap a {
    color: #353535; }
  body.news-list .news-wrap img {
    max-width: 100%;
    height: auto; }
body.news-list .news-body td {
  border: 1px solid #BBB;
  padding: 0.5em; }

body.special-shop-top .bg-blue {
  background: rgba(0, 97, 207, 0.1); }
body.special-shop-top h1, body.special-shop-top h2, body.special-shop-top h3, body.special-shop-top h4, body.special-shop-top h5, body.special-shop-top h6, body.special-shop-top p, body.special-shop-top ul, body.special-shop-top ol, body.special-shop-top li, body.special-shop-top dl, body.special-shop-top dt, body.special-shop-top dd, body.special-shop-top form, body.special-shop-top input, body.special-shop-top textarea, body.special-shop-top pre {
  margin: 0;
  padding: 0; }
body.special-shop-top .mainArea {
  display: flex; }
  body.special-shop-top .mainArea * {
    min-height: 0;
    min-width: 0; }
  body.special-shop-top .mainArea .imageBox {
    width: 60%; }
    body.special-shop-top .mainArea .imageBox .imgBox {
      position: relative; }
      body.special-shop-top .mainArea .imageBox .imgBox .clip {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 600px;
        background-size: cover;
        background-position: 20% center; }
  body.special-shop-top .mainArea .right-area {
    background: #82C45C;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40%;
    padding: 2rem; }
    body.special-shop-top .mainArea .right-area .right-wrap {
      flex-direction: column; }
    body.special-shop-top .mainArea .right-area .text-24 {
      color: #fff; }
    body.special-shop-top .mainArea .right-area ul.sBtn {
      width: 100%;
      background: #6EB34A;
      border-radius: 8px;
      padding: 10px; }
      body.special-shop-top .mainArea .right-area ul.sBtn li {
        width: 49%; }
        body.special-shop-top .mainArea .right-area ul.sBtn li a {
          display: flex;
          align-items: center;
          justify-content: center;
          flex-direction: column;
          height: 130px;
          background: #fff;
          box-shadow: 3px 3px 0px #0000001F;
          border-radius: 8px;
          text-decoration: none; }
          body.special-shop-top .mainArea .right-area ul.sBtn li a img {
            width: 60px;
            margin-bottom: 5px; }
          body.special-shop-top .mainArea .right-area ul.sBtn li a p {
            color: #484848; }
            body.special-shop-top .mainArea .right-area ul.sBtn li a p strong {
              font-size: 150%;
              color: #468223;
              border-bottom: 1px solid #468223; }
        body.special-shop-top .mainArea .right-area ul.sBtn li:first-child {
          width: 100%;
          margin-bottom: 10px; }
          body.special-shop-top .mainArea .right-area ul.sBtn li:first-child a {
            flex-direction: row;
            height: 120px; }
            body.special-shop-top .mainArea .right-area ul.sBtn li:first-child a img {
              margin-right: 10px; }
            body.special-shop-top .mainArea .right-area ul.sBtn li:first-child a p {
              font-size: 125%; }
              body.special-shop-top .mainArea .right-area ul.sBtn li:first-child a p strong {
                font-size: 160%;
                color: #EB9007;
                border-bottom: 1px solid #EB9007; }
        @media screen and (max-width: 767px) {
          body.special-shop-top .mainArea .right-area ul.sBtn li {
            width: 100%; }
            body.special-shop-top .mainArea .right-area ul.sBtn li a {
              flex-direction: row;
              height: 80px; } }
    body.special-shop-top .mainArea .right-area ul.tokucho li {
      background: #fff;
      border: 1px solid #609D41;
      border-radius: 2px;
      padding: 2px 7px;
      margin-right: 5px;
      margin-bottom: 5px;
      cursor: pointer; }
      body.special-shop-top .mainArea .right-area ul.tokucho li a {
        color: #000;
        text-decoration: none; }
  body.special-shop-top .mainArea .bottom-btn {
    display: none; }
  @media screen and (max-width: 1200px) {
    body.special-shop-top .mainArea .imageBox, body.special-shop-top .mainArea .right-area {
      width: 50%; }
    body.special-shop-top .mainArea .imageBox .imgBox .clip {
      height: 550px; } }
  @media screen and (max-width: 991px) {
    body.special-shop-top .mainArea {
      flex-direction: column;
      flex-wrap: wrap; }
      body.special-shop-top .mainArea .imageBox, body.special-shop-top .mainArea .right-area {
        width: 100%; }
      body.special-shop-top .mainArea .imageBox .imgBox .clip {
        height: 500px; } }
  @media screen and (max-width: 800px) {
    body.special-shop-top .mainArea .imageBox .imgBox .clip {
      height: 400px; } }
  @media screen and (max-width: 600px) {
    body.special-shop-top .mainArea .imageBox .imgBox .clip {
      height: 250px; }
    body.special-shop-top .mainArea .right-area .text-24 {
      font-size: 150%; } }
body.special-shop-top .goaisatsu {
  padding: 2rem 0; }
  body.special-shop-top .goaisatsu dl dt {
    width: 300px;
    border-right: 1px solid #9F9F9F;
    text-align: right;
    padding-right: 2rem;
    margin-right: 2rem; }
    body.special-shop-top .goaisatsu dl dt h2 {
      color: #0061CF; }
    body.special-shop-top .goaisatsu dl dt p {
      color: #484848; }
  body.special-shop-top .goaisatsu dl dd {
    flex: 1;
    line-height: 1.8; }
  @media screen and (max-width: 991px) {
    body.special-shop-top .goaisatsu dl {
      flex-direction: column;
      align-items: center; }
      body.special-shop-top .goaisatsu dl dt {
        width: 100%;
        border: none;
        border-bottom: 1px solid #9F9F9F;
        text-align: center;
        padding: 0;
        margin: 0;
        padding-bottom: 1rem;
        margin-bottom: 1rem; } }
body.special-shop-top .voice {
  background: #0061CF;
  padding: 3rem 0; }
  @media screen and (max-width: 767px) {
    body.special-shop-top .voice {
      padding: 1.5rem 0; } }
  body.special-shop-top .voice .text-20 {
    color: #fff; }
  @media screen and (min-width: 768px) {
    body.special-shop-top .voice .voiceList {
      margin-left: -15px;
      margin-right: -15px; } }
  body.special-shop-top .voice .voiceList li {
    padding: 0 15px; }
    body.special-shop-top .voice .voiceList li a {
      text-decoration: none; }
      body.special-shop-top .voice .voiceList li a .voice-image {
        aspect-ratio: 3 / 2;
        background: #F4F4F4;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden; }
        body.special-shop-top .voice .voiceList li a .voice-image img {
          object-fit: cover;
          max-width: 100%;
          max-height: 100%;
          width: 100%; }
      body.special-shop-top .voice .voiceList li a p {
        background: #fff;
        color: #484848;
        border-radius: 50px;
        text-align: center;
        padding: 7px 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 100%; }
  body.special-shop-top .voice .slick-track {
    margin-left: 0;
    margin-right: 0; }
  body.special-shop-top .voice .slick-next, body.special-shop-top .voice .slick-prev {
    top: 40%; }
  body.special-shop-top .voice .slick-prev:before, body.special-shop-top .voice .slick-next:before {
    opacity: 1;
    font-size: 32px; }
  body.special-shop-top .voice .slick-prev:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    content: "\f053"; }
  body.special-shop-top .voice .slick-next:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    content: "\f054"; }
  @media screen and (max-width: 600px) {
    body.special-shop-top .voice .slick-next, body.special-shop-top .voice .slick-prev {
      z-index: 1; }
    body.special-shop-top .voice .slick-next {
      right: 20px; }
    body.special-shop-top .voice .slick-prev {
      left: 20px; } }
body.special-shop-top .link {
  padding: 3rem 0; }
  body.special-shop-top .link figure {
    width: 30%;
    margin-right: 1rem; }
  body.special-shop-top .link .text-area {
    flex: 1; }
    body.special-shop-top .link .text-area a.linkBtn {
      width: fit-content;
      background: #0061CF;
      color: #fff;
      border-radius: 3px;
      text-decoration: none;
      padding: 10px 15px; }
      body.special-shop-top .link .text-area a.linkBtn i {
        margin-right: 5px; }
  body.special-shop-top .link .banner {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap; }
    @media screen and (max-width: 991px) {
      body.special-shop-top .link .banner {
        margin-top: 10px; } }
    body.special-shop-top .link .banner li {
      background: #FFF;
      width: calc( 20% - 20px * ( 5 - 1 ) / 5);
      font-size: 0;
      margin-right: 20px;
      margin-bottom: 20px; }
      body.special-shop-top .link .banner li img {
        width: 100%; }
      body.special-shop-top .link .banner li:nth-of-type(5n) {
        margin-right: 0; }
      @media screen and (max-width: 991px) {
        body.special-shop-top .link .banner li {
          width: calc( 50% - 10px * ( 2 - 1 ) / 2);
          margin-right: 10px;
          margin-bottom: 10px; }
          body.special-shop-top .link .banner li:nth-of-type(5n) {
            margin-right: 10px; }
          body.special-shop-top .link .banner li:nth-of-type(2n) {
            margin-right: 0; } }
      body.special-shop-top .link .banner li a {
        display: block;
        overflow: hidden;
        position: relative;
        width: 100%;
        padding-top: 27%;
        transition: 0.2s opacity ease; }
        body.special-shop-top .link .banner li a:hover {
          opacity: 0.6; }
        body.special-shop-top .link .banner li a img {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          max-width: 100%;
          max-height: 100%;
          width: auto;
          height: auto; }
body.special-shop-top #modalFeatureSearch .feature-link {
  cursor: pointer; }

footer {
  margin-top: 2rem; }

body.special-shop-list.osakashop .accordion .heading-ward {
  cursor: pointer;
  position: relative; }
  body.special-shop-list.osakashop .accordion .heading-ward::after {
    color: #666;
    margin-left: auto;
    font-family: "Font Awesome 5 Free";
    font-size: 1.25em;
    font-weight: bold;
    position: absolute;
    right: 1rem;
    top: calc(50% - 0.75em); }
  body.special-shop-list.osakashop .accordion .heading-ward[aria-expanded="false"]::after {
    content: '\f055'; }
  body.special-shop-list.osakashop .accordion .heading-ward[aria-expanded="true"]::after {
    content: '\f056'; }
  body.special-shop-list.osakashop .accordion .heading-ward .document-link:hover {
    opacity: 0.6; }
body.special-shop-list.osakashop .links {
  background: rgba(0, 97, 207, 0.08);
  padding: 0.15em 0.75em; }
  body.special-shop-list.osakashop .links a {
    color: #0061CF;
    line-height: 1.0; }
body.special-shop-list.osakashop .thin-shop {
  opacity: 0.4; }
  body.special-shop-list.osakashop .thin-shop .links {
    background: rgba(0, 0, 0, 0.08); }
    body.special-shop-list.osakashop .thin-shop .links a {
      color: #353535;
      text-decoration: none; }

body.special-shop-detail .shotengai-tag {
  border: 1px solid #707070;
  color: #707070;
  font-size: 87.5%;
  width: fit-content; }
body.special-shop-detail .property-box .links {
  display: flex;
  justify-content: space-evenly; }
  body.special-shop-detail .property-box .links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-decoration: none;
    flex-direction: column; }
body.special-shop-detail #map {
  position: relative;
  width: 100%;
  padding-top: 400px;
  overflow: hidden; }
body.special-shop-detail #map iframe {
  position: absolute;
  top: -150px;
  left: 0;
  width: 100%;
  height: calc(100% + 150px + 150px);
  pointer-events: none; }

body.special-shop-voice .voice-title {
  background: #F6F6F6;
  border-left: #0061CF 6px solid;
  display: flex;
  flex-direction: column;
  align-items: flex-start; }
  body.special-shop-voice .voice-title a {
    color: #707070;
    font-weight: bold; }
body.special-shop-voice .voice-image {
  aspect-ratio: 3 / 2;
  background: #F4F4F4;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden; }
  body.special-shop-voice .voice-image img {
    object-fit: cover;
    width: 100%; }
  @media screen and (min-width: 992px) {
    body.special-shop-voice .voice-image.voice02 {
      aspect-ratio: 2.8575 / 2; } }
body.special-shop-voice a.btn-color:hover {
  color: #FFF !important; }
body.special-shop-voice a.btn-color.border-btn-white:hover {
  color: #0061CF !important; }
body.special-shop-voice .voice {
  background: #0061CF;
  padding: 3rem 0; }
  @media screen and (max-width: 767px) {
    body.special-shop-voice .voice {
      padding: 1.5rem 0; } }
  body.special-shop-voice .voice .text-20 {
    color: #fff; }
  @media screen and (min-width: 768px) {
    body.special-shop-voice .voice .voiceList {
      margin-left: -15px;
      margin-right: -15px; } }
  body.special-shop-voice .voice .voiceList li {
    padding: 0 15px; }
    body.special-shop-voice .voice .voiceList li a {
      text-decoration: none; }
      body.special-shop-voice .voice .voiceList li a img {
        width: 100%; }
      body.special-shop-voice .voice .voiceList li a p {
        background: #fff;
        color: #484848;
        border-radius: 50px;
        text-align: center;
        padding: 7px 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 100%; }
  body.special-shop-voice .voice .slick-track {
    margin-left: 0;
    margin-right: 0; }
  body.special-shop-voice .voice .slick-next, body.special-shop-voice .voice .slick-prev {
    top: 40%; }
  body.special-shop-voice .voice .slick-prev:before, body.special-shop-voice .voice .slick-next:before {
    opacity: 1;
    font-size: 32px; }
  body.special-shop-voice .voice .slick-prev:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    content: "\f053"; }
  body.special-shop-voice .voice .slick-next:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    content: "\f054"; }
  @media screen and (max-width: 600px) {
    body.special-shop-voice .voice .slick-next, body.special-shop-voice .voice .slick-prev {
      z-index: 1; }
    body.special-shop-voice .voice .slick-next {
      right: 20px; }
    body.special-shop-voice .voice .slick-prev {
      left: 20px; } }

body.special-search-shop-train .select-ensen {
  cursor: pointer; }
body.special-search-shop-train .train-modals label {
  cursor: pointer; }
body.special-search-shop-train .station-list-area {
  margin-top: 150px; }
body.special-search-shop-train .sticky-footer button {
  min-width: 12rem;
  height: 2.75rem; }
body.special-search-shop-train div[id*="modalAreaStation"] .form-block {
  cursor: pointer; }
  body.special-search-shop-train div[id*="modalAreaStation"] .form-block input[type=checkbox],
  body.special-search-shop-train div[id*="modalAreaStation"] .form-block input[type=radio] {
    display: none; }
    body.special-search-shop-train div[id*="modalAreaStation"] .form-block input[type=checkbox] + span.form-content::before,
    body.special-search-shop-train div[id*="modalAreaStation"] .form-block input[type=radio] + span.form-content::before {
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      position: relative;
      content: "";
      width: 20px;
      height: 20px;
      margin-right: 0.5rem;
      flex-shrink: 0; }
    body.special-search-shop-train div[id*="modalAreaStation"] .form-block input[type=checkbox]:disabled + span.form-content,
    body.special-search-shop-train div[id*="modalAreaStation"] .form-block input[type=radio]:disabled + span.form-content {
      opacity: 0.3; }
  body.special-search-shop-train div[id*="modalAreaStation"] .form-block span.form-content {
    align-items: center;
    display: flex; }
  body.special-search-shop-train div[id*="modalAreaStation"] .form-block input[type=checkbox] + span.form-content::before {
    background-image: url(/shared/images/search/form-checkbox-before.svg); }
  body.special-search-shop-train div[id*="modalAreaStation"] .form-block input[type=checkbox]:checked + span.form-content::before {
    background-image: url(/shared/images/search/form-checkbox-after.svg); }
  body.special-search-shop-train div[id*="modalAreaStation"] .form-block input[type=radio] + span.form-content::before {
    background-image: url(/shared/images/search/form-radio-before.svg); }
  body.special-search-shop-train div[id*="modalAreaStation"] .form-block input[type=radio]:checked + span.form-content::before {
    background-image: url(/shared/images/search/form-radio-after.svg); }
  body.special-search-shop-train div[id*="modalAreaStation"] .form-block.radio-checkbox-elements input[type=checkbox] + span.form-content::before {
    background-image: url(/shared/images/search/form-radio-before.svg); }
  body.special-search-shop-train div[id*="modalAreaStation"] .form-block.radio-checkbox-elements input[type=checkbox]:checked + span.form-content::before {
    background-image: url(/shared/images/search/form-radio-after.svg); }
body.special-search-shop-train .thin-shop {
  opacity: 0.4; }

body.special-search-shop-map .links {
  background: rgba(0, 97, 207, 0.08);
  padding: 0.15em 0.75em; }
  body.special-search-shop-map .links span {
    color: #0061CF;
    line-height: 1.0;
    cursor: pointer; }
body.special-search-shop-map .thin-shop {
  opacity: 0.4; }
  body.special-search-shop-map .thin-shop .links {
    background: rgba(0, 0, 0, 0.08); }
    body.special-search-shop-map .thin-shop .links a {
      color: #353535;
      text-decoration: none; }

body.error-page .error-area {
  background: #F3F3F3;
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center; }
  body.error-page .error-area .error-box {
    background: #FFF;
    border: 1px solid #D8D8D8;
    padding: 15px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0 15px;
    max-width: 720px;
    min-height: 15em; }
    body.error-page .error-area .error-box .error-msg {
      font-size: 175%; }
body.error-page h1 {
  float: none !important; }

/*# sourceMappingURL=style.css.map */
