.map_sec {
  padding-top: 64px;
}

.map_ttl {
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 196px;
}
@media screen and (max-width: 767px) {
  .map_ttl {
    max-width: 137px;
  }
}

.map_txt {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin-top: 16px;
  letter-spacing: 0.3em;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .map_txt {
    font-size: 14px;
  }
}

.map_caption {
  font-size: 10px;
  line-height: 1.2;
}

.map_imgWrap {
  margin: 40px auto 0;
  width: 80%;
}
@media screen and (max-width: 767px) {
  .map_imgWrap {
    margin-top: 24px;
  }
}

.map_captionWrap {
  margin-top: 104px;
}
@media screen and (max-width: 767px) {
  .map_captionWrap {
    margin-top: 72px;
  }
}

.map_btnWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .map_btnWrap {
    gap: 8px;
    margin-top: 24px;
    flex-direction: column;
  }
}

.map_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 202px;
  width: 100%;
  color: #fff;
  font-size: 14px;
  position: relative;
  padding: 13px 14px 14px;
  letter-spacing: 0.5em;
  line-height: 1;
  transition: 0.5s;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .map_btn {
    max-width: 170px;
    padding: 16px 14px 17px 30px;
  }
}
.map_btn::before {
  position: absolute;
  content: "";
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
}
.map_btn:hover {
  opacity: 0.7;
}

.map_close {
  background-color: #4C4948;
  padding: 13px 14px 14px 24px;
}
@media screen and (max-width: 767px) {
  .map_close {
    width: 100%;
    max-width: 270px;
  }
}
.map_print {
  background-color: #231815;
  padding: 13px 14px 14px 34px;
}
@media screen and (max-width: 767px) {
  .map_print {
    width: 100%;
    max-width: 270px;
  }
}
.map_print::before {
  background: url("../img/common/icon-print.svg") no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .map_print::before {
    left: 20px;
  }
}

.entry_btn {
  margin: 40px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.google_btnWrap {
  margin: 40px auto 0;
}

.google_btn {
  background-color: #231815;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 360px;
  width: 100%;
  color: #fff;
  font-size: 14px;
  position: relative;
  padding: 13px 14px 14px 35px;
  letter-spacing: 0.5em;
  line-height: 1;
  transition: 0.5s;
  border: none;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .google_btn {
    letter-spacing: 2px;
    max-width: 270px;
    padding: 16px 14px 17px 25px;
  }
}
.google_btn::before {
  position: absolute;
  content: "";
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 767px) {
  .google_btn::before {
    left: 20px !important;
  }
}
.google_btn::before {
  background: url("../img/common/icon-google.svg") no-repeat;
  background-size: contain;
}
.google_btn:hover {
  opacity: 0.7;
}

.top_ttl {
  display: none;
}