@media screen and (min-width: 768px) {
  .mapSect {
    margin: 100px auto 0;
  }
}

@media screen and (max-width: 768px) {
  .mapSect {
    margin: 40px calc(-8 / 390 * 100vw) 0;
  }
}

.mapSect__cont {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .mapSect__cont {
    width: 960px;
  }
}

.mapSect__cont .generalBtn {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .mapSect__cont .generalBtn {
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .mapSect__cont .generalBtn {
    margin-top: 40px;
  }
}

.mapTtl {
  font-family: "Noto Serif JP", serif;
  letter-spacing: .14em;
  margin: 0 auto;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .mapTtl {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .mapTtl {
    font-size: 16px;
  }
}

.mapTtl:before {
  background: url("../../common/imgs/bg-ttl-txt@2x.png") no-repeat center center;
  background-size: contain;
  content: '';
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  z-index: 0;
}

@media screen and (min-width: 768px) {
  .mapTtl:before {
    height: 131px;
    width: 708px;
  }
}

@media screen and (max-width: 768px) {
  .mapTtl:before {
    height: calc(66 / 390 * 100vw);
    width: calc(353 / 390 * 100vw);
  }
}

.mapTtl .en {
  color: #000000;
  font-family: "Oswald", serif;
  letter-spacing: .3em;
  margin: 0 auto;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (min-width: 768px) {
  .mapTtl .en {
    font-size: 24px;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  .mapTtl .en {
    font-size: 18px;
    padding: 30px 0 20px;
  }
}

.container {
  position: relative;
}

.container:before {
  background: url("../../common/imgs/bg-layer-01@2.jpg") no-repeat center top;
  content: '';
  height: 100%;
  position: absolute;
  width: 100vw;
  z-index: 0;
}

@media screen and (min-width: 768px) {
  .container .wrap {
    width: 958px;
  }
}

@media screen and (min-width: 768px) {
  .mapArea {
    padding: 120px 0 0;
  }
}

@media screen and (max-width: 768px) {
  .mapArea {
    padding: 20px 0;
  }
}
