@charset "utf-8";

#sidebar_account,
#sidebar_sale,
#sidebar_personal_sale,
#count_widget
{
  display: none;
}

#company_info table tr:nth-last-child(2) {
  display: none;
}


/*老人ホームマップ検索*/

.map-rollover, .map-bg {
    position: absolute;
    top: 0;
    left: 0;
}

.map {
    position: relative;
    margin-bottom: 10px;
}

.map_pc {
}

.search_button_ec {
  position: absolute;
  top: 335px;
  left: 465px;
  width: 78px;
  height: 27px;
  background-color: #eca831;
  padding: 10px;
  text-align: center;
  z-index: 1;
  border-radius: 5px;
  border: 3px solid #fff;
  box-shadow: 4px 4px rgba(0,0,0,0.2);
  font-size: 15px;
  line-height: 1.1;
}

.search_button_ec a {
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #FFFFFF;
}

.search_button_ec:hover {
  background-color: #ec9031;
}



.map_search_button_inc {
    position: relative;
}

/*老人ホームマップ検索ここまで*/


/*老人ホームマップ検索スマホ*/

.map_sp {

}

.map_sp_box {
  display: flex;
  flex-wrap: wrap;
}

.map_sp_button {
  border-bottom: 2px solid #ba7800;
  border-radius: 5px;
  background-color: #ffa500;
  width: 48%;
  text-align: center;
  margin: 5px;
  font-size: 18px;
}

.map_sp_button a {
  display: block;
  padding: 10px;
  color: #000000;
}

.map_sp_bar {
  margin-bottom: 10px;
}

@media screen and (min-width:480px) {

.map_pc {
display: none;
}

.map_sp {
display: inline;
}

}

@media screen and (min-width:768px) {

.map_sp {
display: none;
}

.map_pc {
display: inline;
}

}

/*老人ホームマップ検索スマホここまで*/