@charset "utf-8";


#contents table.basetbl td p.accessinfo{
  font-size: 12px;
  line-height: 1.2;
  color: #727070;
  margin-bottom: 20px;
}

.studio{
  float: right;
  padding: 30px 0 0 40px;
}

.maparea{
  text-align: center;
  margin: 50px 0;
}



/*tabletlandscape 769over 1024under//////////////////////////////////////*/
@media print, screen and (min-width : 769px) and (max-width: 1024px){


}



/*smartphone/////////////////////////////////////////////*/
@media print, screen and (max-width : 768px) {


.studio {
    /* float: right; */
    float: none;
    width: 100%;
    padding: 30px 0 0;
}

.maparea{
width: 100%;
margin-top: 0;
}

.maparea {
position: relative;
padding-top: 75%;
height: 0;
overflow: hidden;
}
.maparea iframe{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}



}