@charset "UTF-8";
/*250501 分譲マップ化*/
#map_cont_outer {
  background-color: #333;
}

#map_cont_outer h2,
#map_cont_outer p,
#map_cont_outer a,
#map_cont_outer a:link {
  color: #fff;
  text-decoration: none;
  text-decoration-color: #fff;
}

#map_cont_outer a:hover {
  text-shadow: 0px 0px 20px #fff;
}

.map_cont_inner {
  display: flex;
  width: 85%;
  margin: 0 auto;
  padding: 8% 0;
  justify-content: space-between;
}

@media (max-width: 800px) {
  .map_cont_inner {
    flex-direction: column;
    width: 100%;
    padding: 15vw 0;
  }
}
.map_txtwrap {
  width: 30%;
  display: flex;
  flex-direction: column;
  align-self: center;
}

@media (max-width: 800px) {
  .map_txtwrap {
    display: contents;
  }
}
.ttl_wrap {
  width: 100%;
  text-align: left;
}

@media (max-width: 800px) {
  .ttl_wrap {
    order: 1;
    margin-bottom: 4vw;
  }
}
.ttl_wrap h2 {
  font-family: "Spartan", sans-serif;
  font-size: 4.2vw;
  letter-spacing: 0.7rem;
  font-weight: bolder;
  font-weight: 500;
  word-break: keep-all;
  white-space: nowrap;
  line-height: 120%;
}

@media (min-width: 799px) {
  .ttl_wrap.align-left h2 {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 36px;
    width: 85%;
    margin: 0 auto;
    padding: 3rem 0 1rem;
    letter-spacing: 0.4rem;
  }
  .ttl_wrap.concept h2 {
    font-size: 56px;
    letter-spacing: 0.7rem;
    text-align: center;
  }
}
@media (max-width: 800px) {
  .ttl_wrap h2 {
    font-weight: 500;
    font-size: 6.5vw;
    text-align: center;
    letter-spacing: 0.4rem;
  }
}
.ttl_wrap p {
  font-size: 1.6vw;
  font-weight: 400;
  width: max-content;
  line-height: 100%;
  letter-spacing: 0.5rem;
  font-family: "Noto Sans JP", sans-serif;
}

@media (max-width: 800px) {
  .ttl_wrap p {
    font-size: 3vw;
    margin: 1.5vw 0;
    text-align: center;
    width: 100%;
    letter-spacing: 0.3rem;
  }
}
@media (min-width: 799px) {
  :is(.align-left).ttl_wrap p {
    margin-left: 1rem;
    font-weight: 500;
    font-size: 20px;
  }
  :is(.concept).ttl_wrap p {
    font-weight: 500;
    margin: 1.2rem auto;
    font-size: 24px;
  }
}
.sub_txt_btn_wrap {
  width: 100%;
  text-align: center;
  margin-top: 60px;
}

@media (max-width: 800px) {
  .sub_txt_btn_wrap {
    display: initial;
    order: 3;
    text-align: center;
    margin-top: 3vw;
  }
}
.sub_txt_btn_wrap p {
  font-size: 1.2vw;
  font-weight: 400;
  letter-spacing: 0.2rem;
  text-align: left;
}

@media (max-width: 800px) {
  .sub_txt_btn_wrap p {
    font-size: 3vw;
    margin: 1vw auto 3vw;
    text-align: center;
    font-weight: 400;
  }
}
.sub_txt_btn_wrap .btn_home_summary_wrap {
  padding: 4% 2%;
  margin: 6% 0 4%;
  border: 1px solid #fff;
}

.sub_txt_btn_wrap .btn_home_summary_wrap:hover {
  background: #fff;
}

.sub_txt_btn_wrap .btn_home_summary_wrap:hover a {
  color: #333 !important;
}

@media (max-width: 800px) {
  .sub_txt_btn_wrap .btn_home_summary_wrap {
    width: 85vw;
    margin: 0 auto;
    padding: 1% 0;
    box-sizing: border-box;
  }
}
.sub_txt_btn_wrap .btn_home_summary_wrap a {
  align-self: center;
  font-size: 1.1vw;
  letter-spacing: 0.2rem;
  font-weight: 400;
}

@media (max-width: 800px) {
  .sub_txt_btn_wrap .btn_home_summary_wrap a {
    font-size: 3vw;
    text-align: center;
  }
}
.map_wrap {
  width: 60%;
  overflow: hidden;
}

@media (max-width: 800px) {
  .map_wrap {
    order: 2;
    width: 100vw;
  }
}
.map_wrap .map_inner {
  background: url(../img/common/serch_map_bg_250430.jpg);
  width: 100%;
  aspect-ratio: 1/0.9;
  background-size: 115%;
  background-repeat: no-repeat;
  background-position: 38% 81%;
  position: relative;
}

@media (max-width: 800px) {
  .map_wrap .map_inner {
    background-size: 116%;
    background-position: 37% 76%;
  }
}
.map_wrap .each_link_wrap {
  position: relative;
  width: 100%;
  height: 100%;
}

@media (max-width: 800px) {
  .map_wrap .each_link_wrap {
    transform: translate(0%, 2.5%);
  }
}
.map_wrap a.each_link {
  position: absolute;
  font-size: 1.05vw;
  font-weight: 400;
  padding: 2% 1%;
  letter-spacing: 0.02rem;
  line-height: 120%;
  transform: translate(-32%, 63%);
}

@media (max-width: 800px) {
  .map_wrap a.each_link {
    font-size: 2.1vw;
    transform: translate(0vw, 0vw);
  }
}
/*map 下層の時のスタイル変更*/
.disp-under {
  display: none;
}

.archive-map .map_txtwrap {
  width: auto;
}

#map_cont_outer.archive-map .map_inner {
  background: url(../img/common/serch_map_bg_250430-wh.jpg);
  background-size: 116%;
  background-position: 37% 76%;
}

#map_cont_outer.archive-map {
  background-color: inherit;
}

#map_cont_outer.archive-map .disp-under {
  display: block;
}

#map_cont_outer.archive-map .map_cont_inner {
  padding: 8vw 0 6vw;
  border-bottom: 1px solid #333;
}

#map_cont_outer.archive-map.single .map_cont_inner {
  border-bottom: none;
  padding: 15% 0 10%;
}

#map_cont_outer.archive-map .ttl_wrap {
  margin-bottom: 2vw;
  width: 100%;
}

#map_cont_outer.archive-map .ttl_wrap h2 {
  color: #333;
  font-size: 5.5vw;
  display: flex;
  flex-wrap: wrap;
  width: 92%;
  margin: 0 auto;
  align-items: center;
  letter-spacing: 0.4rem;
  font-weight: 600;
}

#map_cont_outer.archive-map.single .ttl_wrap h2 {
  text-align: center;
}

@media (max-width: 800px) {
  #map_cont_outer.archive-map .ttl_wrap h2 span {
    margin-left: 1rem;
  }
  #map_cont_outer.archive-map.single .ttl_wrap h2 {
    justify-content: center;
  }
  #map_cont_outer.archive-map.single .sub_txt_home_map {
    text-align: center;
  }
  #map_cont_outer.archive-map.single .ttl_wrap p {
    text-align: center;
  }
}
#map_cont_outer.archive-map .ttl_wrap p {
  color: #333;
  font-size: 3.5vw;
  /* margin: 0 0 0 1rem; */
  text-align: left;
  letter-spacing: 0.2rem;
}

#map_cont_outer.archive-map .sub_txt_home_map {
  color: #333;
  text-align: left;
  width: 92%;
  line-height: 140%;
}

#map_cont_outer.archive-map .sub_txt_btn_wrap .btn_home_summary_wrap {
  display: none;
}

#map_cont_outer.archive-map a.each_link {
  color: #333;
  font-weight: 600;
}

@media (min-width: 800px) {
  .archive-map {
    margin-bottom: 60px;
  }
  #map_cont_outer.archive-map .map_cont_inner {
    justify-content: right;
    position: relative;
    width: 100%;
    padding: 0 0;
    background-color: #fff;
    padding: 0;
    border: none;
  }
  .archive-map .map_cont_inner .map_txtwrap {
    position: absolute;
    left: 0;
    top: 18%;
    z-index: 2;
  }
  .archive-map .map_wrap {
    width: 60%;
  }
  #map_cont_outer.archive-map .ttl_wrap {
    margin: 0;
    padding-bottom: 2vw;
    width: 100%;
    border-bottom: 1px solid #333;
  }
  #map_cont_outer.archive-map .ttl_wrap h2 {
    font-size: 58px;
    display: inline-block;
    width: max-content;
    line-height: 100%;
    font-weight: 500;
    width: 100%;
  }
  #map_cont_outer.archive-map.single .ttl_wrap h2 {
    margin-top: 5%;
    text-align: left;
    width: 80%;
  }
  #map_cont_outer.archive-map.single .map_cont_inner {
    width: 1000px;
    margin: 0 auto;
    padding: 6% 0 3%;
  }
  #map_cont_outer.archive-map .ttl_wrap h2 .disp-under {
    font-size: 48%;
    font-weight: 600;
  }
  #map_cont_outer.archive-map .ttl_wrap p {
    font-size: 20px;
    color: #333;
    margin: 2% 0 0 0;
    font-weight: 500;
    font-family: "Noto Sans JP";
    letter-spacing: 0.5rem;
  }
  .archive-map .sub_txt_btn_wrap {
    text-align: left;
    margin-top: 3%;
  }
  #map_cont_outer .map_wrap .map_inner {
    aspect-ratio: 1/0.9;
    background-size: 115%;
    background-repeat: no-repeat;
    background-position: 56% 72%;
  }
  #map_cont_outer.archive-map .map_inner a:link {
    font-size: 11px;
    color: #333;
    color: #333;
    letter-spacing: 0.08rem;
    font-weight: 400;
  }
  #map_cont_outer.archive-map .disp-under {
    display: inline;
  }
  #map_cont_outer.archive-map .sub_txt_home_map {
    display: inline-block;
    width: 105%;
    color: #333;
    background-color: rgba(255, 255, 255, 0.95);
    padding: 6% 4% 12% 0;
    font-size: 16px;
    line-height: 240%;
    letter-spacing: 0.4rem;
  }
}
/*マップ各行政区位置設定*/
.map_asahi {
  top: 17.5%;
  right: 26.5%;
}

.map_abeno {
  bottom: 29.5%;
  left: 52.5%;
}

.map_ikuno {
  bottom: 40%;
  left: 65%;
}

.map_kita {
  top: 28%;
  right: 42.5%;
}

.map_konohana {
  top: 38.5%;
  left: 25.5%;
}

.map_joutou {
  top: 31.5%;
  right: 24.3%;
}

.map_suminoe {
  bottom: 22%;
  left: 33.5%;
}

.map_sumiyoshi {
  bottom: 16%;
  left: 51.5%;
}

.map_taishou {
  bottom: 35%;
  left: 34%;
}

.map_tyuou {
  top: 39%;
  left: 54.5%;
}

.map_turumi {
  top: 29.5%;
  right: 15.3%;
}

.map_tennoji {
  bottom: 41.5%;
  left: 56.5%;
  letter-spacing: -0.01rem !important;
}

.map_naniwa {
  bottom: 43.2%;
  left: 47%;
}

.map_nishi {
  top: 40.5%;
  left: 42.5%;
}

.map_nishinari {
  bottom: 33.2%;
  left: 43.8%;
}

.map_nishiyodogawa {
  top: 28%;
  left: 25%;
}

.map_higashisumiyoshi {
  bottom: 22.5%;
  right: 32.3%;
}

.map_higashinari {
  top: 43%;
  right: 25%;
}

.map_higashiyodogawa {
  top: 8.5%;
  right: 29%;
}

.map_hirano {
  bottom: 18%;
  right: 20.6%;
}

.map_fukushima {
  top: 32%;
  left: 39.5%;
}

.map_minato {
  bottom: 44.5%;
  left: 30%;
}

.map_miyakojima {
  top: 26%;
  right: 32.5%;
}

.map_yodogawa {
  top: 16.5%;
  left: 42.5%;
}

.map_amagasaki {
  top: 15%;
  left: 16%;
}

.map_kadoma {
  top: 12%;
  right: 4%;
}

.map_sakaishisakai {
  bottom: 4%;
  left: 43%;
}

.map_sakaishikita {
  top: 0%;
  left: 0%;
}

.map_settsu {
  top: -2%;
  right: 16%;
}

.map_daitou {
  top: 24%;
  right: -0.5%;
}

.map_toyonaka {
  top: 5%;
  left: 39%;
}

.map_suita {
  top: 1%;
  right: 39%;
}

.map_moriguchi {
  top: 15.5%;
  right: 16%;
}

.map_yao {
  bottom: 22%;
  right: 5%;
}

.map_matsubara {
  bottom: 6%;
  right: 25%;
}

.map_minoh {
  top: 0%;
  left: 0%;
}

.map_higashiosaka {
  top: 46%;
  right: 7%;
}/*# sourceMappingURL=search_map.css.map */