@charset "shift_jis";

/*==Noto Sans JP==*/

/*Regular*/
@font-face {
  font-family: "Noto Sans JP";
  src: url("../font/NotoSansJP-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/*Midium*/
@font-face {
  font-family: "Noto Sans JP";
  src: url("../font/NotoSansJP-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/*Bold*/
@font-face {
  font-family: "Noto Sans JP";
  src: url("../font/NotoSansJP-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/*Black*/
@font-face {
  font-family: "Noto Sans JP";
  src: url("../font/NotoSansJP-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/*==Outfit==*/

/*Regular*/
@font-face {
  font-family: "Outfit";
  src: url("../font/Outfit-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/*Midium*/
@font-face {
  font-family: "Outfit";
  src: url("../font/Outfit-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/*Bold*/
@font-face {
  font-family: "Outfit";
  src: url("../font/Outfit-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/*Bold*/
@font-face {
  font-family: "Outfit";
  src: url("../font/Outfit-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
::-moz-selection {
  background-color: #333;
  color: #fff;
}

::selection {
  background-color: #333;
  color: #fff;
}

/* ----------------------------------------
　common
---------------------------------------- */
html {
  -webkit-text-size-adjust: none;
}
body {
  color: #333333;
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
  margin: 120px 0 0;
  padding: 0;
  font-family:
    "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック",
    "MS PGothic", sans-serif;
  list-style: none;
  text-decoration: none;
}

ul {
  padding: 0;
  margin: 0;
}
li {
  list-style: none;
  padding: 0;
  margin: 0;
}
a {
  color: #222222;
  margin: 0;
  padding: 0;
  text-decoration: none;
  transition: 0.3s all;
}
p {
  color: #222222;
  margin: 0;
  padding: 0;
}

h2 {
  margin: 0;
  padding: 0;
}

h1 {
  color: #222222;
  font-size: 11px;
  text-align: left;
  font-weight: 300;
  width: 50%;
  line-height: 35px;
  float: left;
  position: absolute;
  top: 0;
  left: 40px;
  z-index: 1;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.head_title {
  color: #222222;
  font-size: 11px;
  text-align: left;
  font-weight: 300;
  width: 50%;
  line-height: 35px;
  float: left;
  position: absolute;
  top: 0;
  left: 40px;
  z-index: 1;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.login_show {
  display: none;
}

.logout_show {
  display: none;
}

.pc_off {
  display: none !important;
}
.toushi_mode {
  display: none !important;
}

.pan_wrap div a {
  background: #eee;
}

.pan_wrap div:after {
  border-left-color: #eee;
}

.l-sidewaku {
  border-radius: 10px;
}

.stepBar .visited span {
  background: #000 !important;
}

.stepBar li span,
.stepBar li:after {
  background: #ccc !important;
}
.asse_form td textarea {
  width: 100%;
}
/* ----------------------------------------
全体のタイトルスタイル統一
---------------------------------------- */
/* H1 */
.rhs_title_h1 {
  margin: 50px auto 30px auto;
  padding: 0 0 15px 0;
  position: relative;
  font-size: 20px;
  line-height: 28px;
  border-bottom: 3px solid #f5f5f7;
  width: auto !important;
  float: none;
  color: #333 !important;
  z-index: 0;
  overflow: initial;
  white-space: normal;
  text-overflow: clip;
  left: 0;
  font-weight: bold;
}

.rhs_title_h1:after {
  position: absolute;
  content: " ";
  border-bottom: solid 3px #042455;
  bottom: -3px;
  width: 80px;
  display: block;
  left: 0px;
}

.container .rhs_title_h1 {
  margin-top: 20px;
}
/* H2 */
.rhs_title_h2 {
  margin: 50px auto 30px auto;
  padding: 0 0 15px 0;
  position: relative;
  font-size: 20px;
  line-height: 28px;
  border-bottom: 3px solid #ddd;
}

.rhs_title_h2:after {
  position: absolute;
  content: " ";
  border-bottom: solid 3px #000;
  bottom: -3px;
  width: 80px;
  display: block;
  left: 0px;
}

.container .rhs_title_h2 {
  margin-top: 20px;
}

/* 物件詳細のH3 */
.rhs_title_h3 {
  margin: 0 0 15px 0;
  padding: 0 0 12px 0;
  border-bottom: 2px solid #ddd;
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  text-align: left;
  position: relative;
}

.rhs_title_h3:after {
  position: absolute;
  content: " ";
  border-bottom: solid 2px #042455;
  bottom: -2px;
  width: 50px;
  display: block;
  left: 0px;
}

/* ----------------------------------------
レンタルコンテンツのお問合せボタン
---------------------------------------- */
.rental_inq {
  width: 720px;
  margin: 0 auto;
}

.rental_inq a {
  box-sizing: border-box;
  border: 3px solid #ff7f00;
  background: #ff7f00;
  color: #fff;
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 18px;
  padding: 30px 0;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  letter-spacing: 1px;
}

.rental_inq a:after {
  position: absolute;
  bottom: -5px;
  content: "";
  vertical-align: middle;
  right: -5px;
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  border: 10px solid transparent;
  border-left: 10px solid #fff;
  transform: rotate(45deg);
}

.rental_inq a:hover {
  background: #fff;
  color: #ff7f00;
}

.rental_inq a:hover:after {
  border-left: 10px solid #ff7f00;
}

/**********
2023.03 マイページ改修
******************************/
/* main_mypage_menu */
.main_mypage_menu {
  margin: 0 0 30px 0;
}
.main_mypage_menu ul {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.main_mypage_menu ul li p,
.main_mypage_menu ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 382px;
  margin: 0;
  box-sizing: border-box;
  border: 1px solid #333;
  border-radius: 3px;
  box-shadow: 0px 2px 0px 0px #333;
  font-weight: bold;
  text-decoration: none;
}
.main_mypage_menu ul li a {
  padding: 26px 12px 24px 20px;
}
.main_mypage_menu ul li p,
.main_mypage_menu ul li a.mypage_menu_ac {
  padding: 27px 12px 23px 20px;
  background: #333;
  color: #fff;
}
.main_mypage_menu ul li a {
  color: #333;
  transition: all 0.2s;
}
.main_mypage_menu ul li p i.mypage_menu_icon,
.main_mypage_menu ul li a i.mypage_menu_icon {
  font-size: 22px;
}
.main_mypage_menu ul li p i.fa-angle-right,
.main_mypage_menu ul li a i.fa-angle-right {
  font-size: 16px;
}
.main_mypage_menu ul li p i.fa-angle-right,
.main_mypage_menu ul li a.mypage_menu_ac i.fa-angle-right {
  color: #333;
}
.main_mypage_menu ul li p span,
.main_mypage_menu ul li a span {
  padding: 0 20px 0 0;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0.8px;
}
.main_mypage_menu ul li a:hover {
  transform: translateY(2px);
  box-shadow: 0px 0px 0px 0px #333;
  background: #333;
  color: #fff;
}
.main_mypage_menu ul li a.mypage_menu_ac:hover {
  transform: translateY(0px);
  box-shadow: 0px 2px 0px 0px #333;
}
h2.mp_title {
  background: #333;
}
input.member_add_btn {
  background-color: #333;
  border: 1px solid #333;
}
input.member_add_btn:hover {
  color: #333;
}
input.member_add_btn:focus {
  color: #333;
}
#mp_bukken
  .mp_oshirase2
  ul.mp_oshirase2_inner
  .osusume_list
  .shosai_link_box
  .shosai_link_tl:after {
  background: #333;
}
#mp_bukken .osusume_more a {
  border: 1px solid #333;
  box-shadow: 0px 2px 0px 0px #333;
  color: #333;
}
#mp_bukken .osusume_more a:hover {
  box-shadow: 0px 0px 0px 0px #333;
  background: #333;
}
.mem_match_conf .line-bg .selbg-title {
  background-color: #333;
}

/* ----------------------------------------
　学区検索　表示・非表示
---------------------------------------- */
/*
.gakku_comment , .srch_school , .s-school , .sho_school , .sho_school_text , .list_map_school , .sho_catalog_school{
	display:none;
}
*/

/* ----------------------------------------
　スポット情報　表示・非表示（物件詳細・マンションカタログ）
---------------------------------------- */
/*
.catalog_spot_wrap, .shosai_spot_wrap{
	display:none;
}
*/

/* ----------------------------------------
　来店予約システム
---------------------------------------- */

/* ----------------------------------------
　利用する場合はこちらを読み込む
---------------------------------------- */

.on_raiten {
  display: none !important;
}

/* ----------------------------------------
　利用しない場合はこちらを読み込む
---------------------------------------- */
/*
.off_raiten{
	display:none !important;
}
*/

/* ----------------------------------------
2023.05 お気に入り関連項目
---------------------------------------- */
.maincontents .fav_checkbtn input[type="button"] {
  font-family:
    "Arial", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

/* ----------------------------------------
　side
---------------------------------------- */

/*サイドナビ左右入れ替え*/
.l-roomlist {
  width: 780px;
  float: left;
  margin-right: 20px;
}

.l-sidenavi,
.side {
  width: 300px;
  float: right;
}

.side_sticky {
  position: sticky;
  top: 30px;
}

.mp_side {
  background-color: #fff;
  margin: 3px 3px 30px;
  padding: 30px 20px;
  overflow: hidden;
  box-shadow: 0 0 3px 0 #999;
  border-radius: 10px;
}

.mp_side h2 {
  background: #0092d8;
  padding: 10px 0;
}

.mp_side h3 {
  color: #000;
  background: #f5f5f7;
}

.mp_side ul li a {
  color: #000;
  padding: 8px;
  font-size: 13px;
}

.mp_side ul li a:after {
  border-left: 4px solid #000;
  right: 8px;
}

.mp_side ul li a:hover {
  background: #f5f5f7;
  color: #000;
}

.mp_side ul li a:hover::after {
  border-left: 4px solid #000;
}

/* ----------------------------------------
header
---------------------------------------- */

.h_wrap {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.h_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px;
  background: #fff;
  box-sizing: border-box;
  min-width: 1100px;
  margin: 0 auto;
}

.h_sns {
  display: flex;
  position: absolute;
  right: 110px;
  top: 40px;
}

.h_sns li:first-child {
  margin-right: 10px;
}

.h_sns li a img {
  width: 30px;
}
.h_logo img {
  width: 420px;
}
@media (max-width: 1400px) {
  .h_logo img {
    width: 380px;
  }
}
/* ----------------------------------------
nav_menu
---------------------------------------- */
#navArea nav {
  display: flex;
  position: fixed;
  top: 0;
  right: -300px;
  bottom: 0;
  width: 70vw;
  min-width: 600px;
  padding: 7%;
  box-sizing: border-box;
  background: #ffffff;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all 0.5s;
  opacity: 0;
  z-index: -1;
}

#navArea nav::-webkit-scrollbar {
  width: 10px;
}

#navArea nav::-webkit-scrollbar-track {
  border-radius: 10px;
  box-shadow: none;
}

#navArea nav::-webkit-scrollbar-thumb {
  background-color: #fff;
  box-shadow: none;
}

#navArea.open nav {
  right: 0;
  opacity: 1;
  z-index: 99;
}

/*============
.toggle_btn_c
=============*/
.toggle_btn_c {
  display: block;
  position: fixed;
  top: 20px;
  right: 20px;
  width: 70px;
  height: 70px;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 100;
}

.toggle_btn_c span {
  display: block;
  position: absolute;
  left: 20px;
  width: 30px;
  height: 2px;
  background-color: #000;
  transition: all 0.5s;
}

.toggle_btn_c span:nth-child(1) {
  top: 24px;
}

.toggle_btn_c span:nth-child(2) {
  top: 34px;
}

.toggle_btn_c span:nth-child(3) {
  top: 44px;
}

.open .toggle_btn_c span {
  background-color: #333;
}

.open .toggle_btn_c span:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(-315deg);
  transform: translateY(10px) rotate(-315deg);
}

.open .toggle_btn_c span:nth-child(2) {
  display: none;
}
.open .toggle_btn_c span:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(315deg);
  transform: translateY(-10px) rotate(315deg);
}
/*============
#mask
=============*/
#mask {
  transition: all 0.8s;
  opacity: 0;
  z-index: -1;
}

.open #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  z-index: 98;
  cursor: pointer;
  transition: all 0.8s;
}

.nav_menu_wrap {
  width: 100%;
}

.nav_menu_flex {
  display: flex;
  justify-content: space-between;
}

.nav_menu_con {
  width: 30%;
}

.nav_menu_con .nav_menu_main a {
  display: block;
  padding: 15px 0 15px 30px;
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
  color: #000;
  margin-bottom: 15px;
  position: relative;
  border-bottom: 1px solid #eee;
  transition: 0.3s all;
}

.nav_menu_con .nav_menu_main a::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #666;
  box-sizing: border-box;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 18px;
  transition: 0.3s all;
}

.nav_menu_con .nav_menu_main a::after {
  content: "";
  width: 5px;
  height: 5px;
  border-top: 1px solid #666;
  border-right: 1px solid #666;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 25px;
  left: 6px;
  transition: 0.3s all;
}
.nav_menu_con .nav_menu_main a:hover {
  border-bottom: 1px solid #000;
}
.nav_menu_con .nav_menu_main a:hover::before {
  border: 1px solid #aaa;
  background: #000;
}

.nav_menu_con .nav_menu_main a:hover::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.nav_menu_con ul {
  margin-bottom: 30px;
}
.nav_menu_con ul li a {
  display: flex;
  align-items: center;
  color: #666;
  font-size: 13px;
  font-weight: 500;
  padding: 5px;
  margin-bottom: 5px;
  transition: 0.3s all;
}

.nav_menu_con ul li a::before {
  content: "";
  width: 7px;
  height: 1px;
  display: block;
  background: #aaa;
  margin-right: 7px;
  transition: 0.3s all;
}

.nav_menu_con ul li a:hover {
  color: #000;
}

.nav_menu_con ul li a:hover::before {
  background: #000;
}

.nav_menu_bt {
  border-top: 1px solid #eee;
  padding: 50px 0;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav_menu_bt ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav_menu_bt ul li {
  margin-right: 20px;
}

.nav_menu_bt ul li a {
  color: #666;
  font-size: 12px;
  transition: 0.3s all;
}
.nav_menu_bt ul li a:hover {
  color: #000;
}

.nav_menu_bt ul:last-child a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border: 1px solid #666;
  box-sizing: border-box;
  border-radius: 50%;
  text-align: center;
}

.nav_menu_bt ul:last-child a i {
  color: #666;
  font-size: 16px;
  transition: 0.3s all;
}

.nav_menu_bt ul:last-child a:hover {
  border: 1px solid #000;
}
.nav_menu_bt ul:last-child a:hover i {
  color: #000;
}
.nav_copy {
  color: #ccc;
  font-size: 11px;
}
/* ----------------------------------------
フッター
---------------------------------------- */
.f_wrap {
  width: 100%;
  background: #000000;
  padding: 92px 0;
  color: #ffffff;
  margin-top: 100px;
  .f_inner {
    width: 1100px;
    margin: 0 auto;
    .f_search_wrap {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      letter-spacing: 0.05em;
    }
  }
}
.f_search_box {
  .f_search {
    margin-bottom: 46px;
  }
}
.f_search {
  width: 200px;
  .f_search_ti {
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  & ul li a {
    font-size: 14px;
    line-height: 1;
    color: #ffffff;
  }
  & li:not(:last-child) {
    margin-bottom: 12px;
  }
}

.f_search ul li a:hover {
  text-decoration: underline;
}

.f_company {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 50px 0;
  box-sizing: border-box;
  .f_l_box {
    position: relative;
    &::before {
      content: "";
      width: 1px;
      height: 100px;
      background: #ffffff;
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      right: -90px;
    }
    img {
      display: block;
      margin: 0 0 18px 0;
    }
    .f_jusho {
      font-size: 11px;
      line-height: 20px;
      color: #ffffff;
    }
  }
  .f_r_box {
    display: flex;
    justify-content: center;
    justify-content: space-around;
    width: 750px;
    .f_tel {
      & a {
        font-size: 30px;
        font-weight: bold;
        font-family:
          "Century Gothic",
          Arial,
          Noto Sans JP,
          AppleGothic,
          sans-serif;
        color: #ffffff;
        line-height: 1;
        .fa-solid {
          color: #ffffff;
          margin-right: 6px;
          font-size: 24px;
        }
      }
      & p {
        font-size: 11px;
        color: #ffffff;
        line-height: 1;
        margin-top: 13px;
      }
    }
    .f_btn a {
      display: block;
      color: #ffffff;
      font-size: 15px;
      font-weight: bold;
      line-height: 1;
      padding: 26px 90px;
      border: 1px solid #ffffff;
      border-radius: 12px;
      box-sizing: border-box;
      position: relative;
      &::before {
        content: "";
        width: 8px;
        height: 8px;
        border-top: 2px solid #ffffff;
        border-right: 2px solid #ffffff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        right: 25px;
        transition: 0.3s all;
      }
    }
  }
}

.f_btn a:hover {
  background: #fff;
  color: #000 !important;
}

.f_btn a:hover::before {
  border-top: 2px solid #000 !important;
  border-right: 2px solid #000 !important;
}
.f_bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  .f_site_nav {
    width: 253px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    & li {
      &:not(:last-child) {
        position: relative;
        &::before {
          content: "";
          width: 1px;
          height: 11px;
          background: #ffffff;
          position: absolute;
          top: 0;
          bottom: 0;
          margin: auto;
          right: -8px;
        }
      }
      & a {
        color: #ffffff;
        font-size: 11px;
        display: block;
      }
    }
  }
  .f_site_nav li a:hover {
    text-decoration: underline;
  }
  .f_bottom li a:hover i {
    color: #fff;
  }
  .f_copyright {
    color: #ffffff;
    font-size: 11px;
    text-align: right;
    line-height: 20px;
  }
}

.f_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 60px 0 90px;
}

.f_logo img {
  width: 215px;
}
.f_sns {
  display: flex;
  margin-top: 20px;
}

.f_sns li:first-child {
  margin-right: 10px;
}

.f_sns li a img {
  width: 30px;
}
.f_shop {
  letter-spacing: 0.05em;
}
.f_shop b {
  display: block;
  font-weight: 500;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  margin: 0 0 25px;
}
.f_shop b span {
  font-weight: 500;
  font-family: "Arial", sans-serif;
}
.f_shop p,
.f_shop a {
  font-size: 11px;
  line-height: 20px;
  color: #fff;
}
.f_tel {
  & a {
    display: flex;
    align-items: center;
    font-size: 30px;
    font-weight: 500;
    font-family:
      "Century Gothic",
      Arial,
      Noto Sans JP,
      AppleGothic,
      sans-serif;
    color: #ffffff;
    line-height: 1;
    i {
      color: #ffffff;
      margin-right: 5px;
      font-size: 20px;
    }
  }
  & p {
    font-size: 11px;
    color: #ffffff;
    line-height: 1;
    margin-top: 13px;
  }
}
/* ----------------------------------------
search
---------------------------------------- */
.search_c_result_btn,
table.search_joken td.search_koumoku .search_window_btn input.free_btn {
  background: #000;
  box-shadow: none;
}
.search_c_result_bg,
table.search_joken .koumoku_bg_m {
  background: #f5f5f7;
}

b.check_caution {
  background: none;
  text-indent: inherit;
}

.new_search .toggle_title {
  border: 1px solid #ccdae4;
  background: #f5f9fc;
}
.town_school_btn_area input[type="button"] {
  border: 1px solid #000;
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 1);
  color: #000;
}
.town_school_btn_area div:after {
  border-top: 4px solid #000;
}

.checkbox01-input:checked + .checkbox01-parts::after {
  top: 2px;
  left: 7px;
  width: 6px;
  height: 12px;
  border-bottom: 2px solid #0092d8;
  border-right: 2px solid #0092d8;
}
.line_d label:hover,
.search_koumoku label:hover,
.formdata label:hover {
  color: #0092d8;
}
/* ----------------------------------------
list
---------------------------------------- */
.list_row_border,
.list_block3 {
  border: none;
  border-radius: 10px;
  box-shadow: 0 0 3px 0 #999;
  margin: 30px 3px;
}
.list_block3 {
  height: 258px;
}

.list_row_border:hover {
  background: #f5f9fc;
}

.list_block3:hover {
  border: none;
}

.list_block3 h3 {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  background: none;
}

.list_block3:hover h3 {
  text-decoration: underline;
}

.list_row_h2 h2 a p {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
}
.list_h3_bg {
  background-color: inherit;
}
.list_row_left span {
  background-color: #000;
  border-radius: 5px 5px 0 0;
  font-size: 11px;
  line-height: 24px;
  width: 200px;
}
.list_row_left {
  width: auto;
  margin: 13px 0px 13px 17px;
}
.list_row_left img {
  width: 250px;
  max-width: inherit;
  border-radius: 5px;
  margin: 0 auto;
  height: 187px;
  max-height: initial;
  object-fit: cover;
}
.list_row_h3 h3 a p {
  color: #000;
}
.list_row_right table tr th {
  background: #f5f5f7;
}
.list_row_num {
  display: none;
}

.list_check {
  font-size: 10px;
  color: #666;
  line-height: 1;
  padding: 9px;
}

.all_check {
  background-color: #f5f5f7;
}
.all_check:hover {
  background-color: #d2d2d4;
}

/* ----------------------------------------
list_side
---------------------------------------- */

.list_h2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.list_h2 a {
  position: relative;
  bottom: auto;
}
.list_h2 .rhs_title_h1 {
  padding: 0 0 0 10px;
  margin: 0 !important;
  text-align: left;
  line-height: 1.6;
  border-left: 5px solid #333;
  border-bottom: none;
  width: 590px !important;
}
.list_h2 .rhs_title_h1::after {
  content: none;
}
.l-sidewaku h4 {
  color: #000;
  border-bottom: 2px solid #000;
}
.list_side_kensaku input {
  background: #0092d8;
  box-shadow: none;
}
.list_side_kensaku input:hover {
  background: #0081bf;
}
.l-sidewaku h5,
.s-search td.s-searchtitle {
  background: #f5f5f7;
}
.list_side_kodawari label {
  color: #000;
}
#zokusei_all_wrap .zokusei_all_inner h5 {
  background: none;
  color: #000;
  border-bottom: 2px solid #000;
}
.list_row_right {
  width: 480px;
}
.list_row_right table {
  width: 100%;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
}
.list_row_right table tr th {
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
}
.list_row_right table tr td {
  border-top: 1px solid #eee;
}

/* ----------------------------------------
全体のタイトルスタイル統一
---------------------------------------- */

.favorite_block .fav_shubetsuname {
}

/* ----------------------------------------
favorit
---------------------------------------- */

.favorite_block {
  display: flex;
  box-shadow: 0 0 3px 0 #999;
  margin: 3px 3px 25px;
  border: none;
  border-radius: 10px;
  overflow: hidden;
}

.favorite_block .fav_shubetsuname {
  background: #000;
}
.favorite_block .fav_title a {
  color: #000;
}

.favorite_checkbox_bg,
.favlist_block .favlist_box .favlist_box_r ul li .favlist_item {
  background: #f5f5f7;
}

.favlist_block .favlist_btn ul li:nth-child(1) a {
  border: 1px solid #000;
  box-shadow: 0px 2px 0px 0px #000;
  color: #000;
}
.favlist_block .favlist_btn ul li:nth-child(1) a:hover {
  background: #000;
  box-shadow: none;
  color: #fff;
}
.favlist_block .favlist_box .li_roomimg a img {
  border-radius: 5px;
}

li.map-side-shurui {
  background: #000;
}

li.map-side-more {
  background: #000;
}
.maps-searchbtn-main {
  background: #000;
  box-shadow: none;
}
