body{
    background-image: url(../img_information/backgroundMap.png);
    background-repeat: no-repeat;
    background-size: 100vw;
    color: white;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size:13px;
}

.photo{
    width:72vw;
    position: absolute;
    top:23vw;
    left:14vw;
}

.text{
    margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
    transform: translate(0,-55vw);
}


.textImg{
    display: block;
	width: 100%;
	height: auto;
}


.backButton{
    width:20vw;
    position: absolute;
    top:166vw;
    left:40vw;
}

.title{
    width:14vw;
    position: absolute;
    top:13vw;
    left:20vw;
}

.mapImg{
    width:100vw;
  

}

.map{
    width:100vw;
    margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
    transform: translate(0,8vw);
    
}
