.mapArea {
  padding-bottom: 160px;
  padding-top: 160px;
}

@media screen and (max-width: 768px) {
  .mapArea {
    padding-bottom: calc(100vw / 750 * 100);
    padding-top: calc(200vw / 750 * 100);
  }
}

.mapSection__headline {
  background-color: #382a1f;
  color: #ffffff;
  font-size: 26px;
  line-height: calc(54 / 20);
  text-align: center;
}

@media screen and (max-width: 768px) {
  .mapSection__headline {
    font-size: calc(30vw / 750 * 100);
  }
}
.mt {
  margin-top: 60px;
}

.mapSection .mapBox {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* border: 1px solid #e1e1e1; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* padding: 40px 10px 45px; */
}

.mapSection .mapBox img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .mapSection .mapBox {
    /* padding: calc(20vw / 750 * 100); */
  }
}

.btnList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .btnList {
    margin-top: calc(80vw / 750 * 100);
  }
}

.btnList__item {
  margin: 0 11px;
}

@media screen and (max-width: 768px) {
  .btnList__item {
    margin: 0 auto calc(30vw / 750 * 100);
  }
}

.defaultBtn {
  background-color: #ffffff;
  height: 70px;
  position: relative;
  width: 300px;
}

@media screen and (max-width: 768px) {
  .defaultBtn {
    background: none;
    height: calc(100vw / 750 * 100);
    width: calc(450vw / 750 * 100);
  }
}

.defaultBtn:before {
  background-color: #ffffff;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform-origin: center left;
  -ms-transform-origin: center left;
  transform-origin: center left;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  width: 15px;
  z-index: 2;
}

.defaultBtn__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #372c21;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 16px;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: .15em;
  line-height: calc(60 / 19);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .defaultBtn__link {
    font-size: calc(26vw / 750 * 100);
  }
}

@media screen and (min-width: 768px) {
  .defaultBtn:hover:before {
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
  }
  .defaultBtn:hover .defaultBtn__link {
    opacity: .9;
  }
}

/* --------------------------------------------------
PDF作成時、下記のコメントアウト外す（ウィンドウ幅1440pxでスクリーンキャプチャを撮影・一枚にまとまるよう調整）
---------------------------------------------------*/
/*.c-pageTitleArea.is-show,
#gNav,
#hNav,
.footer-PageSlider,
.ftrContact,
.bottomCap,
.contentsFtr,
.fNav,
#fLink,
#pageTop,
.bottomCv,
.defaultBtn {
  display: none !important; }

.mapArea {
  padding-top: 140px !important;
  padding-bottom: 0 !important; }
*/