@charset "UTF-8";

font-large {
  font-size: 20px;
}

font-small {
  font-size: 12px;
}

ul li {
 
} 

#a_contents {
  width: 100%;
  margin: 0 auto;
  background-image: url("../img/back.jpg");
  font-size: 16px;
  line-height: 1.2;
  text-align:center;
}
.a-area {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 70%, rgba(0, 0, 0, 0.8), rgba(153, 0, 0, 0.8), rgba(153, 0, 0, 0.8) 80%, rgba(153, 0, 0, 0.8) 100%);
}

.google_map{
    position:relative;
    width:100%;
    height:0;
    padding-top:75%;
}
.google_map iframe{
    position:absolute;
    top:0;
    left:5%;
    width:90%;
    height:90%;

}
/* Media Queries による切り替え */

@media only screen and (min-width: 481px) {

}
@media only screen and (min-width: 569px) {
  #a_contents {
	
  }
   .google_map iframe{
    left:10%;
    width:80%;
    height:80%;
   }
}
@media only screen and (min-width: 781px) {
     .google_map iframe{
    position:absolute;
    top:0;
    left:25%;
    width:50%;
    height:50%;
   }
}
@media only screen and (min-width: 961px) {

}

