/*==========================================================================

   mixin

===========================================================================*/
/*--------------------------------------------------------------------------
   overwrite
---------------------------------------------------------------------------*/
.m-intro {
  margin: 0 0 50px;
  padding: 170px 0 75px;
  background: url(../../img/common/bg_wall.jpg) repeat 50% 0/contain;
}
.m-intro::before {
  content: none;
}
.g-header .sub-nav__item--map a {
  color: #0B8943;
}

.page-outline .l-page-wrapper {
  overflow: hidden;
}

.m-intro__obj-slide {
  height: 111px;
}

@media only screen and (max-width: 767px) {
  .m-intro {
    padding: 80px 0 65px;
  }
}


/*--------------------------------------------------------------------------
   common
---------------------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
/*--------------------------------------------------------------------------
   sec-map
---------------------------------------------------------------------------*/
.sec-map {
  position: relative;
}
.sec-map__content {
  position: relative;
  max-width: 1008px;
  margin: 0 auto;
  padding: 0 20px;
}
.sec-map__bnr {
  position: relative;
  max-width: 1008px;
  margin: 0 auto;
  padding: 0 20px;
}
.sec-map__bnr img {
    width: 100%;
}

.sec-map__ttl {
  margin: 0 0 20px;
  font-family: "Noto Serif JP", serif, sans-serif;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
}
.sec-map__img img {
  width: 100%;
  /* height: auto; */
}

.sec-map__btn {
  width: 400px;
  height: 60px;
  margin: 40px auto 0;
  border: 1px solid #1F74AF;
  border-radius: 30px;
  font-size: 18px;
  letter-spacing: 0.2em;
  text-align: center;
  overflow: hidden;
}
.sec-map__btn a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  color: #fff;
  background: #1F74AF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 0;
}
.sec-map__btn a::before {
  position: absolute;
  top: 50%;
  right: 18px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fff;
  content: "";
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
}
.mode-pc .sec-map__btn a:hover, .mode-sp .sec-map__btn a:active {
  color: #1F74AF;
}
.mode-pc .sec-map__btn a:hover::before, .mode-sp .sec-map__btn a:active::before {
  right: -18px;
  width: 150%;
  height: 500%;
}

/*--------------------------------------------------------------------------
   custom animation
---------------------------------------------------------------------------*/

@media only screen and (max-width: 767px) {
  .sec-map__content {
    padding: 0 20px 50px;
  }
  .sec-map__ttl {
    margin: 0 0 15px;
    font-size: 18px;
  }
  .sec-map__img {
    overflow: auto;
  }
  .sec-map__img img {
    width: 700px;
    height: auto;
  }
  .sec-map__btn {
    width: 230px;
    height: 40px;
    font-size: 12px;
    letter-spacing: 0.1em;
  }
}
/*# sourceMappingURL=../maps/map/style.css.map */
