.mapSection {
  width: 100%;
  max-width: 1080px;
  padding-bottom: 200px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .mapSection.wrap {
    margin-top: 160px; }
    @media only screen and (max-width: 736px) {
      .mapSection.wrap {
        margin-top: 50px;
        margin-bottom: 50px;
        padding: 0 calc(56vw/750*100); } }

.mapSection .mapSection__address {
  text-align: center;
  margin-top: 30px;
}
.mapSection .mapSection__address p {
  font-size: 28px;
  letter-spacing: 0.05em;
  line-height: 1.3;
}
@media only screen and (max-width: 736px) {
  .mapSection .mapSection__address p {
    font-size: 20px;
  }
}

.printBtn {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  text-align: center;
  background-color: #42475a;
  color: #fff;
  padding: 5px;
  font-size: 16px;
  line-height: calc(40/16);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  .printBtn__wrap {
    width: 100%;
    max-width: 200px;
    margin: 30px auto 0;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .printBtn:hover {
    opacity: .9; }
  @media only screen and (max-width: 736px) {
    .printBtn {
      /*font-size: calc(24vw/750*100);*/
      display: none; } }

@media print {
  .mapSection__address .printBtn__wrap, .mainVisual, .header, .sideMenu, .bottomCV, .bottomArea, .gFooter {
    display: none; } }
