@charset "UTF-8";

/* ▼▼▼ フロアマップ 一覧
=====================================*/
#map_area{
  margin-bottom: 70px;
}
#map_area .map_wrap{
  max-width: 1000px;
  margin: 0 auto;
}

/* タブ */
#floor_tub{
  margin: 0 auto;
  max-width: 600px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
}
#floor_tub li{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-content: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex: 0 0 40%;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  width: calc((85% - 10px)/2);
  max-width: calc((85% - 10px)/2);
  height: 60px;
  border-radius: 10px 10px 0 0;
  position: relative;
  cursor: pointer;
}

#floor_tub li:not(:last-child){
  margin-right: 10px;
}
#floor_tub li.active{
  background: #F7F2F5;
}
#floor_tub li:not(.active){
  background: #932F27;
  color: #FFF;
}
#floor_block{
  padding: 50px 0;
  background: #F7F2F5;
}

#floor_block .floor_page:not(.active){
  display: none;
}

.shop_name_wrap .shop_num{
  display: inline-block;
  margin-right: 5px;
  border-radius: 50%;
  background: #000;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  vertical-align: top;
}
.shop_name_wrap .shop_name{
  color: #932F27;
  font-weight: bold;
  vertical-align: top;
}

/* ▼▼▼ 480px〜768px
=====================================*/
@media screen and (max-width: 768px) {

  #map_area{
    margin-bottom: 20px;
  }
  #floor_tub li{
    height: 40px;
  }
  #floor_block{
    padding: 20px 0;
    background: #F7F2F5;
  }
}
