body {
  width: 100%;
}

body.noscroll {
  position: fixed;
  overflow-y: scroll;
}

#weather_wrap{
	/*border: 4px solid rgba(215,235,246,1);*/
	width: 310px;
	height: 300px;
	position: relative;
	background-color: rgba(255,255,255,1);
	overflow: hidden;
	margin: auto;
	margin-bottom:20px;
}

.weather_content{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

/* 部屋の中 */
#broad_area{
	position: absolute;
	width: 310px;
	height: 260px;
	top: 0;
	left: 0;
	-webkit-transition-property: 'all';
	-webkit-transition-duration: 0;
	-webkit-transition-timing-function: 'ease-out';
	-webkit-transform-origin: 50% 50%;
	z-index: 100;
}

#broad_area img{
  max-width: 98%;
}

/* 家具をタップしてみよう。の文字 */
#broad_area #tap_com{
	z-index: 200;
	position: absolute;
	top: 272px;
	left: 50px;
	margin:0;
	padding: 5px;
}

#broad_area #tap_com div{
	position: relative;
	text-align: left;
	line-height: 30px;
	color: rgba(242,140,30,1);
}

/* 下リンク */
#broad_area #btn1{
	position: absolute;
	z-index: 1;
	background-color: rgba(119,186,217,1);
	background-size: 24px 24px;
	margin-bottom:0px;
	margin-left: 0px;
	margin-right:0px;
	padding: 2px;
	border: 4px solid rgba(119,186,217,1);
	-webkit-border-radius: 4px;
	top: 265px;
	width:282px;
	text-align: center;
	line-height: 20px;
	color: rgba(255,255,255,1);
}

#broad_area #btn2{
	position: absolute;
	z-index: 1;
	background-color: rgba(119,186,217,1);
	background-size: 24px 24px;
	margin-bottom:0px;
	margin-left: 0px;
	margin-right:0px;
	padding: 2px;
	border: 4px solid rgba(119,186,217,1);
	-webkit-border-radius: 4px;
	top: 305px;
	width:282px;
	text-align: center;
	line-height: 20px;
	color: rgba(255,255,255,1);
}
#broad_area #btn3{
	position: absolute;
	z-index: 1;
	background-color: rgba(119,186,217,1);
	background-size: 24px 24px;
	margin-bottom:0px;
	margin-left: 0px;
	margin-right:0px;
	padding: 2px;
	border: 4px solid rgba(119,186,217,1);
	-webkit-border-radius: 4px;
	top: 345px;
	width:282px;
	text-align: center;
	line-height: 20px;
	color: rgba(255,255,255,1);
}


/* 詳細地図 */
#detail_area{
	position: absolute;
	top: 0px;
	-webkit-transition-property: 'all';
	-webkit-transition-duration: 0;
	-webkit-transition-timing-function: 'ease-out';
	-webkit-transform-origin: 50% 50%;
	z-index: 50;
	opacity: 0;
}

#detail_area .map_image{
	width: 100%;
	z-index: 200;
	position: absolute;
	top: 0px;
	left: 0px;
	margin:0;
	padding: 0px;
}

#detail_area .map_com {
	width: 100%;
	position: absolute;
	top: 155px;
	text-align: center;
	line-height: 18px;
	color: rgba(112,112,112,1);
}

.map_sel a {
	color: rgba(255,255,255,1);
	text-decoration: none;
}

.map_sel_left{
	position: absolute;
	z-index: 1;
	background-color: rgba(119,186,217,1);
	background-size: 24px 24px;
	margin-bottom:0px;
	margin-left: 0px;
	margin-right:0px;
	padding: 4px;
	border: 4px solid rgba(119,186,217,1);
	-webkit-border-radius: 4px;
	top: 200px;
	width: 128px;
	left: 5px;
	text-align: center;
	line-height: 20px;
	color: rgba(255,255,255,1);
}

.map_sel_right{
	position: absolute;
	z-index: 1;
	background-color: rgba(119,186,217,1);
	background-size: 30px 30px;
	background-attachment: fixed;
	margin-bottom:0px;
	margin-left: 0px;
	margin-right:0px;
	padding: 4px;
	border: 4px solid rgba(119,186,217,1);
	-webkit-border-radius: 4px;
	top: 200px;
	width: 128px;
	right: 5px;
	text-align: center;
	line-height: 20px;
	color: rgba(255,255,255,1);
}

/* 戻るボタン */
#detail_area #map_back p{
	list-style-type: none;
	text-decoration: none;
	border: 4px solid rgba(230,230,230,1);
	-webkit-border-radius: 4px;
	width: 282px;
	height: 16px;
	overflow: hidden;
	padding: 2px;
	position: absolute;
	line-height: 18px;
	top: 266px;
	text-align: center;
	left: 5px;
	background-color: rgba(230,230,230,1);
	padding: 5px;
}

/* 地点名 */
#area_name{
	position: absolute;
	z-index: 150;
}
#area_name > div > div{
	position: absolute;
	font-size: 15px;
	color: rgba(255,255,255,1.0);
	/*
	-webkit-text-fill-color: rgba(255,255,255,1.0);
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: rgba(12,134,166,1.0);
	*/

}
#area_name img{
	zoom: 0.5;
}

#interact_area{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 170;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* 地点名 */
#area_name{
	width: 100%;
	height: 100%;
}


/* 詳細エリア地域ポップアップ */
#area_popup{
	width: 288px;
	height: 292px;
	position: relative;
	background-color: rgba(255,255,255,1);
	display: none;
	z-index: 400;
	border: 4px solid rgba(119,186,217,1);
	-webkit-border-radius: 4px;
	margin: auto;
}

#area_popup .kagu_com {
	position: relative;
	top: 0px;
	margin: 5px;
  text-align: left;
	line-height: 18px;
	color: rgba(112,112,112,1);
}

#area_popup .kagu_image{
	margin-top: 10px;
	margin-left: auto;
 	margin-right: auto;
	margin-bottom: 10px;
	top: 76px;
	left: 0px;
	margin: auto;
	padding: 0px;
}

#popup_ok{
	list-style-type: none;
	position: absolute;
	bottom: 44px;
	width: 266px;
	height: 24px;
	overflow: hidden;
	margin: 0 6px;
	line-height: 24px;
	background-color: rgba(230,230,230,1);
	-webkit-border-radius: 4px;
	padding: 5px;
}

#popup_back{
	list-style-type: none;
	position: absolute;
	bottom: 5px;
	width: 266px;
	height: 24px;
	overflow: hidden;
	margin: 0 6px;
	line-height: 24px;
	background-color: rgba(230,230,230,1);
	-webkit-border-radius: 4px;
	padding: 5px;
}

#area_popup p a{
	display: block;
	text-decoration: none;
	color: rgba(112,112,112,1);

}

#area_popup_overlay{
	display: none;
	opacity: 1.0;
	width: 100%;
	height: 100%;
	background-color: rgba(87,155,217,0.5);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#start-popup {
	position: absolute;
	left: 4px;
	top: 0px;
	width: 280px;
	height: 290px;
	z-index: 600;
	background: #fff;
  border: 4px solid rgba(119,186,217,1);
	-webkit-border-radius: 4px;
}

#start-popup img {
  position: absolute;
  left: 42px;
  top: 10px;
}

#start-popup div {
  position: absolute;
  padding-left: 30px;
  padding-right: 30px;
  top: 200px;
}

#start-popup p {
  position: absolute;
  z-index: 1;
  background-color: rgba(119,186,217,1);
  background-size: 24px 24px;
  margin-bottom:0px;
  margin-left: 0px;
  margin-right:0px;
  padding: 4px;
  border: 4px solid rgba(119,186,217,1);
  -webkit-border-radius: 4px;
  top: 246px;
  width: 148px;
  left: 58px;
  text-align: center;
  line-height: 10px;
  color: rgba(255,255,255,1);
}

#loading{
	z-index: 250;
	opacity: 1.0;
	width: 150px;
	height: 30px;
	line-height: 30px;
	background-color: rgba(255,255,255,1);
	padding: 0 10px;
	text-align: center;
	position: absolute;
	color: rgba(114,114,114,1);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	left: 65px;
	top: 105px;
}

canvas{
	z-index: 2000;
	position: absolute;
	left:0;
	top: 0;
}

/* スマホ版メディアクエリ */
@media screen and (max-width: 750px) {

  /* 画像下文字、大きさ位置調整 */
  #broad_area #tap_com div{
  	font-size: 20px;
    left: -10px;
  }

  #main_img{
    width: 384px;
  }

  #weather_wrap {
    height: 380px;
    width: 400px;
  }

  #broad_area,
  #detail_area{
    height: 98%;
    width: 98%;
  }


  #broad_area #tap_com {
    top: 350px;
    left: 80px;
  }

  #detail_area .map_com {
    line-height: 40px;
  }

  .map_sel_left,
  .map_sel_right{
    top: 270px;
    width: 160px;
  }
  .map_sel_left a p,
  .map_sel_right a p{
    font-size: 20px !important;
  }

  #detail_area #map_back p {
    top: 335px;
    left: 40px;
    padding: 10px;
  }

  #start-popup,
  #area_popup{
    height: 370px;
    width: 380px;
  }
  #start-popup div {
    top: 240px;
    font-size: 25px;
  }
  #start-popup img {
    left: 60px;
    width: 250px;
  }
  #start-popup p {
    padding: 10px;
    top: 315px;
    left: 100px;
  }

  #area_popup img{
    max-height: 150px;
  }

  #popup_ok,
  #popup_back
  {
    width: 360px;
  }

  #area_popup .kagu_com {
    line-height: 30px;
  }

  #detail_area .map_com div,
  .kagu_com div,
  #area_popup a,
  .backto_broad p,
  .map_sel p{
    font-size: 24px;
  }
}
