@charset "shift_jis";
/* ==========================================================

title : ホームメイトブログ
scope : トップページ以外

last modify :2023/11/16 156_goto WEB1_TASK-12767_viewport指定修正に伴うメディアクエリの数値修正
2023/8/18 156_goto WEB1_TASK-11942_エリアページのレイアウト崩れ修正
2021/12/27 319_shimizu 地域選択ページパンくず／文字サイズ修正 WEB1_TASK-6161
2019/09/23 322_aragane iPadOS対応 #17120
2018/03/30 goto 公開前チェックの修正 
2018/02/21 230inagaki 新規作成

memo  : 
-top以外用css
========================================================== */
/*メイン_エリア*/
.area_main_box {
  margin: 6px auto 0;
  position: relative;
  width: 900px;
  z-index: 1;
}

/*メイン_都道府県*/
.pref_main_box {
  height: 260px;
  margin: 6px auto 0;
  overflow: hidden;
  position: relative;
  width: 900px;
  z-index: 1;
}

/*メイン_政令指定都市*/
.ward_main_box {
  margin: 6px auto 0;
  position: relative;
  padding: 20px;
  width: 900px;
}

.ward_main_box.nagoya-city{
  background: url("/image/pref-image/bg_ward_nagoya.png") #64b1eb no-repeat right center / 50%;
}

.ward_main_box.sapporo-city{
  background: url("/image/pref-image/bg_ward_sapporo.png") #64b1eb no-repeat right center / 50%;
}

.ward_main_box.niigata-city{
  background: url("/image/pref-image/bg_ward_niigata.png") #64b1eb no-repeat right center / 50%;
}

.ward_main_box.saitama-city{
  background: url("/image/pref-image/bg_ward_saitama.png") #64b1eb no-repeat right center / 50%;
}

.ward_main_box.yokohama-city{
  background: url("/image/pref-image/bg_ward_yokohama.png") #64b1eb no-repeat right -70px / 50%;
}

.ward_main_box.tokyo23-city{
  background: url("/image/pref-image/bg_ward_tokyo.png") #64b1eb no-repeat right -144px / 50%;
}

.ward_main_box.chiba-city{
  background: url("/image/pref-image/bg_ward_chiba.png") #64b1eb no-repeat right -154px / 50%;
}

.ward_main_box.kyoto-city{
  background: url("/image/pref-image/bg_ward_kyoto.png") #64b1eb no-repeat right center / 50%;
}

.ward_main_box.osaka-city{
  background: url("/image/pref-image/bg_ward_osaka.png") #64b1eb no-repeat right -200px / 50%;
}

.ward_main_box.sakai-city{
  background: url("/image/pref-image/bg_ward_sakai.png") #64b1eb no-repeat right center / 50%;
}

.ward_main_box.kobe-city{
  background: url("/image/pref-image/bg_ward_koube.png") #64b1eb no-repeat right -125px / 50%;
}

.ward_main_box.hiroshima-city{
  background: url("/image/pref-image/bg_ward_hiroshima.png") #64b1eb no-repeat right center / 50%;
}

.ward_main_box.okayama-city{
  background: url("/image/pref-image/bg_ward_okayama.png") #64b1eb no-repeat right -140px / 50%;
}

.ward_main_box.fukuoka-city{
  background: url("/image/pref-image/bg_ward_fukuoka.png") #64b1eb no-repeat right center / 50%;
}

.ward_main_box.kitakyushu-city{
  background: url("/image/pref-image/bg_ward_kitakyushu.png") #64b1eb no-repeat right -5px / 50%;
}

/*ブログトップメニュー_エリア*/
.area_main_menu {
  background: #fff;
  border: 2px solid #d1517e;
  border-radius: 5px;
  box-sizing: border-box;
  left: 20px;
  padding: 15px 12px;
  position: absolute;
  top: 20px;
  width: 450px;
}

.pref_main_menu {
  background: #fff;
  border: 2px solid #d1517e;
  border-radius: 5px;
  box-sizing: border-box;
  left: 20px;
  padding: 15px 15px 20px;
  position: absolute;
  top: 20px;
  width: 509px;
}

.majorcity_main_menu {
  background: #fff;
  border: 2px solid #d1517e;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 15px 15px 20px;
  width: 450px;
}

.city_main_menu {
  background: #fff;
  border: 2px solid #d1517e;
  border-radius: 5px;
  box-sizing: border-box;
  display: inline-block;
  left: 20px;
  min-width: 330px; 
  padding: 10px 20px;
  position: absolute;
  top: 20px;
}

.area_main_menu h2,
.pref_main_menu h2,
.majorcity_main_menu h2 {
  border-bottom: 1px solid #d1517e;
  box-sizing: border-box;
  font-size: 2.8rem;
  font-weight: 600;
  margin: 0 auto;
  padding: 0 7px 10px;
}

.city_main_menu h2{
  font-size: 2.8rem;
  margin: 0 auto;
  padding: 0;
}

.area_main_menu h2 > span,
.pref_main_menu h2 > span,
.majorcity_main_menu h2 > span,
.city_main_menu h2 > span {
  font-size: 1.8rem;
}

.area_list_box{
  box-sizing: border-box;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 0 17px;
  width: 100%;
}

.pref_list_box {
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.pref_list_box.born {
  margin-top: 5px;
}

.majorcity_list_box{
  box-sizing: border-box;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 0 5px;
  width: 100%;
}

.area_list_box li {
  font-size: 1.8rem;
  margin: 15px 28px 0 0;
  position: relative;
}

.area_list_box li:nth-child(4n),
.area_list_box li:last-child {
  margin: 15px 0 0;
}

.pref_list_box li {
    font-size: 1.5rem;
  margin: 6px 0 0 0;
  position: relative;
}
.pref_list_box li.area_list{
  box-sizing: border-box;
  padding-left: 20px;
  width: 152px;
}
.seirei_div .pref_list_box li.area_list{
  width: 100px;
}
.pref_list_box .list_ward {
  margin: 10px 0 0;
}

.pref_list_box .list_ward::before {
  content: none;
}

.area_list_box li::before,
.majorcity_list_box li::before ,
.pref_list_box li::before {
  color: #cf5e89;
  content: "▲";
  display: inline-block;
  font-size: 1rem;
  height: 10px;
  margin-right: 5px;
  position: relative;
  top: -2px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 10px;
}

.majorcity_list_box li {
  font-size: 1.6rem;
  margin: 15px 23px 0 0;
  position: relative;
}

/*政令指定都市*/
.seirei_div {
  background: #e3ecfa;
  box-sizing: border-box;
  margin: 0 15px 0;
  padding: 0 0 10px 0;
}

.seirei_div .pref_list_box{
  display: flex;
}
.seirei_div .pref_list_box li{
  width: 21%;
}
.seirei_div .pref_list_box li::before {
  color: #1c7bc4;
  content: "▲";
  display: inline-block;
  font-size: 1rem;
  height: 10px;
  margin-right: 5px;
  position: relative;
  top: -2px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 10px;
}

/*メインリード*/
.lead_main {
  line-height: 1.5;
  margin: 25px auto;
  text-align: center;
}

/*物件検索＿エリア*/
.rent_search_outer {
  margin: 30px auto 0;
}

/* 市区町村限定 */
.rent_search_outer_city{
  margin: 0 auto;
  text-align: center;
}

.rent_search_box .lead {
  margin: 20px auto 0;
  text-align: center;
}

.rent_search_pref {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 10px auto 0;
  width: 590px;
}

.rent_search_pref li {
  background-image: linear-gradient( to top, #f7d8e7 0%, #ffebf5 100%);
  border: 1px solid #de9abc;
  border-radius: 3px;
  box-shadow: 0 2px 2px 0 rgba(90, 90, 90, .4);
  box-sizing: border-box;
  line-height: 35px;
  margin: 10px 7px 0 0;
  text-align: center;
  width: 140px;
}

.rent_search_pref li a {
  color: #db2d6b;
  display: block;
  font-size: 1.8rem;
  position: relative;
}

.rent_search_pref li a::after {
  content: ">";
  font-size: 1.8rem;
  position: absolute;
  right: 8px;
  top: -2px;
  -webkit-transform: scale(.8, 1.2);
          transform: scale(.8, 1.2);
}

.rent_search_pref li a:hover {
  background: #db2d6b;
  color: #fff;
}

.rent_search_pref li a:hover::after {
  color: #fff;
}

.btn_rent_search_city{
  background-image: linear-gradient( to bottom, #cf5e89 0%, #bf577e 100%);
  border-radius: 3px;
  box-shadow: 0 2px 4px 0 rgba(102, 102, 102, .35);
  display: inline-block;
  line-height: 50px;
  margin: 0 auto;
  padding: 0 15px;
  text-align: center;
}

.btn_rent_search_city a{
  color: #fff;
  display: block;
  font-size: 2rem;
  font-weight: 600;
  padding-right: 25px;
  position: relative;
}

.btn_rent_search_city a::after{
  content: ">>";
  font-size: 1.4rem;
  font-weight: 100;
  letter-spacing: 1px;
  position: absolute;
  right: 0;
  top: -1px;
  -webkit-transform: scale(.8, 1.6);
          transform: scale(.8, 1.6);
}
  
.btn_rent_search_city:hover{
  opacity: .8;
}

/*物件検索_市区町村*/
.rent_search_city {
  background: #faecec;
  flex-wrap: wrap;
  margin: 15px auto 0;
  padding: 12px 20px;
}

.rent_search_city li {
  box-sizing: border-box;
  display: block;
  padding: 8px 0 8px 12px;
  position: relative;
  text-align: left;
  width: 120px;
}

.rent_search_city li::before {
  color: #db2d6b;
  content: ">";
  font-size: 1.8rem;
  left: 0;
  position: absolute;
  top: 4px;
  -webkit-transform: scale(.8, 1.2);
          transform: scale(.8, 1.2);
}

.rent_search_city .rent_city_ward {
  margin: 0;
  padding-bottom: 0;
  width: 100%;
}

.rent_search_city .list_ward {
  margin: 0 auto -8px;
  width: auto;
}

.rent_search_city .list_ward::before {
  content: "";
}

.list_ward_box {
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  width: 600px;
}
.list_ward_box li{
  width: auto;
  margin-right: 20px;
}

/*物件検索_区*/
.rent_search_city.ward {
  background: #faecec;
  flex-wrap: wrap;
  margin: 15px auto 0;
  padding: 0 20px 15px;
}


/*物件検索バナー*/
.rent_search_banner {
  border-bottom: 2px solid #cc5479;
  box-sizing: border-box;
  padding-bottom: 30px;
}


/*ipad*/
@media screen and (min-width: 480px) and (max-width: 1180px) {
  .rent_search_pref li a:hover {
    background: none;
    color: #db2d6b;
  }

  .rent_search_pref li a:hover::after {
    color: #db2d6b;
  }
  
  .btn_rent_search_city:hover {
    opacity: 1;
  }
}
