#container {
  background-color: #fff;
}

.page_content h1 {
  width: 108px;
}
@media screen and (max-width: 1200px) {
  .page_content h1 {
    width: 9vw;
  }
}
@media screen and (max-width: 768px) {
  .page_content h1 {
    width: 14.4vw;
  }
}
.page_content .map_frame {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.page_content .map_frame .map_box {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.page_content .map_frame .map_box iframe {
  display: block;
  width: 100% !important;
  height: 785px !important;
}
@media screen and (max-width: 1200px) {
  .page_content .map_frame .map_box iframe {
    height: 65.4166666667vw !important;
  }
}
@media screen and (max-width: 768px) {
  .page_content .map_frame .map_box iframe {
    height: 76.6666666667vw !important;
  }
}
.page_content .map_frame .txt01 {
  font-size: 20px;
  text-align: center;
  color: #595757;
  font-weight: bold;
  letter-spacing: 0.05em;
  background-color: #f9f8f4;
  padding: 1.1em 0 1.2em;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1200px) {
  .page_content .map_frame .txt01 {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 768px) {
  .page_content .map_frame .txt01 {
    font-size: 3.1vw;
  }
}
.page_content .map_btn_flex {
  display: flex;
  justify-content: space-between;
  width: 490px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 55px;
}
@media screen and (max-width: 1200px) {
  .page_content .map_btn_flex {
    width: 40.8333333333vw;
    margin-top: 4.5833333333vw;
  }
}
@media screen and (max-width: 768px) {
  .page_content .map_btn_flex {
    width: 65.3333333333vw;
    margin-top: 8vw;
  }
}
.page_content .map_btn_flex .link01 {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .page_content .map_btn_flex .link01 {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .page_content .map_btn_flex .link01 + .link01 {
    margin-top: 2.6666666667vw;
  }
}
.page_content .map_btn_flex .link01 a {
  font-size: 15px;
  text-align: center;
  color: #fff;
  background-color: #595757;
  display: block;
  padding: 1.1em 0 1.2em;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1200px) {
  .page_content .map_btn_flex .link01 a {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 768px) {
  .page_content .map_btn_flex .link01 a {
    font-size: 2.6666666667vw;
    padding: 1.1em 0 1.2em;
  }
}
.page_content .link02 {
  width: 490px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
@media screen and (max-width: 1200px) {
  .page_content .link02 {
    width: 40.8333333333vw;
    margin-top: 1.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .page_content .link02 {
    width: 65.3333333333vw;
    margin-top: 4vw;
  }
}

@media screen and (max-width: 768px) {
  .print_btn {
    display: none;
  }
}/*# sourceMappingURL=style_map.css.map */