@charset "utf-8";
.top_image {
}
.top_image img {
    width: 100%;
}

.qr_code_box {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    border: 1px solid #CCCCCC;
}
.google_map {
  height: 0;
  overflow: hidden;
  padding-bottom: 80%;
  position: relative;
  padding-top: 0px;
  margin-top: 20px;
}
.google_map iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}



@media screen and (max-width: 768px) {
.qr_code_box {
    margin-top: 20px;
}
	
}
