@charset "UTF-8";

/*現地案内図*/
.pagettl {
  background: #231815;
padding: 60px 0;
}
.pagettl p {
  color: #fff;
}

.map_box {
  margin: 100px auto 0;
}

.map_image {
  border: 1px solid #231815;
}

.map_btn {
  width: 1000px;
  max-width: 90%;
  margin: 50px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.map_btn li {
  width: 30%;
  margin: 0 10px;
  position: relative;
}

.map_btn li a {
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 15px 0;
}

.map_btn li.googlemap {
  background: #231815;
}

.map_btn li.print {
  background: #969797;
}

/*---------------------------
tab_横
---------------------------*/
@media only screen and (max-width: 1180px) {
}

/*---------------------------
sp
---------------------------*/
@media only screen and (max-width: 820px) {
  .pagettl {
    padding: 25px 0;
  }
  .map_box {
    margin: 50px auto 0;
  }

  .map_btn {
    margin: 30px auto 0;
  }

  .map_btn li.print {
    display: none;
  }

  .map_btn li.googlemap {
    width: 300px;
  }
}

/*---------------------------
print
---------------------------*/
@media print {
  html,
  body {
    height: auto;
  }

  body {
    -webkit-print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
  }

  .print_pages {
    size: A4 landscape;
    page-break-before: always;
  }

  title,
  header,
  footer,
  .pagettl,
  .sub-btn,
  .openbtn,
  #g-nav,
  .copyright,
  .noprint,
  .note-area,
  .map_btn {
    display: none !important;
  }

  #content_Wrap {
    padding: 50px 0 0 0 !important;
  }
}

@media all and (-ms-high-contrast: none) {
  .print_pages.page-break {
    page-break-before: auto;
  }
}
