
/*----------------------------------------
  コンテンツ
----------------------------------------*/

.pc_block{
  display: block;
}
.sp_block{
  display: none;
}

#wrapper img{
  display: inline;
}

#main{
  line-height: 1.5;
  font-size: 10px;
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', 'MS PGothic', sans-serif;
}

#main .inner{
  width: 94%;
  margin: 0 auto;
}
#breadcrumb {
  font-size: 11px;
}

.sub_title {
  font-size: 2.2em;
  font-weight: 500;
  padding: 13px 20px;
  color: #fff;
  background: #34B3D3;
}

.main_description .txt {
  font-size: 1.4em;
  padding: 30px 10px 30px 30px;
}

/*  混雑表記説明
----------------------------------------*/
.crowdedness_main{
  padding: 30px;
 }

.crowdedness_description .crowdedness_icon{
  max-width: 500px;
  display: flex;
  justify-content: space-around;
  flex-wrap: nowrap;
  padding: 0 10px 0 0;
}

.crowdedness_description .crowdedness_icon li{
  max-width: 72px;
}

.crowdedness_description .crowdedness_icon li p{
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
}

.crowdedness_description .notice{
  font-size: 1.4em;
  margin-top: 5px;
}

/*  混雑状況表
----------------------------------------*/
.crowdedness_table {
  margin-top: 30px;
}
#crowdednessList .content_div_introduction .content_div_introduction_table_area{
  margin-bottom: 3%;
}

#crowdednessList .crowdednessList_table{
  max-width: 906px;
  width: 100%;
  border-collapse:  collapse;
  font-size: 1.1em;
}

#crowdednessList .floor_name th{
  text-align: center;
  background: #34B3D3;
  color: #fff;
  border: 2px solid #fff;
  max-width: 139px;
  padding: 10px;
}

#crowdednessList .floor_name th:nth-of-type(1){
  text-align: center;
  background: #fff;
  width: 7%;
}

#crowdednessList .floor_crowdedmess th{
  text-align: center;
  background: #008AC3;
  color: #fff;
  border: 2px solid #fff;
  max-width: 72px;
}

#crowdednessList .floor_crowdedmess td{
  text-align: center;
  background: #EEF0F1;
  border: 2px solid #fff;
  max-width: 139px;
  vertical-align: middle;
}

#crowdednessList .floor_crowdedmess img{
  max-width: 34px;
  display: inline-block;
  vertical-align: middle;
  padding: 5px;
}

.table_notice {
  font-size: 1.4em;
  margin-top: 15px;
}

/*  混雑状況マップ
----------------------------------------*/
.crowdedness_map {
  margin-top: 30px;
}

/* 1Fフロア */
#crowdednessMap #firstfloor{
 position: relative;
}
#crowdednessMap #firstfloor .north_toilet .icon_img{
  position: absolute;
  max-width: 35px;
  width: 3.5%;
  top: 49%;
  left: 10.2%;
}
#crowdednessMap #firstfloor .south_toilet .icon_img{
  position: absolute;
  max-width: 35px;
  width: 3.5%;
  top: 9%;
  left: 21.2%;
}
#crowdednessMap #firstfloor .center_toilet .icon_img{
  position: absolute;
  max-width: 35px;
  width: 3.5%;
  top: 41.4%;
  left: 40.8%;
}
#crowdednessMap #firstfloor .restaurant_toilet .icon_img{
  position: absolute;
  max-width: 35px;
  width: 3.5%;
  top: 71.4%;
  left: 33.8%;
}
/* 2Fフロア */
#crowdednessMap #secondfloor{
  position: relative;
  margin-top: 40px;
}
#crowdednessMap #secondfloor .north_toilet .icon_img{
  position: absolute;
  max-width: 35px;
  width: 3.5%;
  top: 49.6%;
  left: 8.4%;
}
#crowdednessMap #secondfloor .foodcourt_toilet .icon_img{
  position: absolute;
  max-width: 35px;
  width: 3.5%;
  top: 32.3%;
  left: 8%;
}
#crowdednessMap #secondfloor .center_toilet .icon_img{
  position: absolute;
  max-width: 35px;
  width: 3.5%;
  top: 43.5%;
  left: 50%;
}
#crowdednessMap #secondfloor .south_toilet .icon_img{
  position: absolute;
  max-width: 35px;
  width: 3.5%;
  top: 8.7%;
  left: 16%;
}
/* 3Fフロア */
#crowdednessMap #thirdfloor{
  position: relative;
  margin-top: 40px;
}
#crowdednessMap #thirdfloor .north_toilet .icon_img{
  position: absolute;
  max-width: 35px;
  width: 3.5%;
  top: 50.4%;
  left: 8%;
}
#crowdednessMap #thirdfloor .namco_toilet .icon_img{
  position: absolute;
  max-width: 35px;
  width: 3.5%;
  top: 32%;
  left: 16.5%;
}
#crowdednessMap #thirdfloor .center_toilet .icon_img{
  position: absolute;
  max-width: 35px;
  width: 3.5%;
  top: 43.5%;
  left: 46%;
}
#crowdednessMap #thirdfloor .south_toilet .icon_img{
  position: absolute;
  max-width: 35px;
  width: 3.5%;
  top: 8.7%;
  left: 23%;
}