@charset "UTF-8";
/*
  css設定 @charsetが消されるsass仕様へのハック用コメントです。削除しないでください。新規作成時も必須！
 */
/*==================================================================================
 lower common
==================================================================================*/
/*==================================================================================
plan
==================================================================================*/
.global-navi .links li,
.sp-navi .navi-list li.select,
.site-footer .foot-navi ul li {
  background: none;
  padding: 0;
}

.site-footer .foot-navi ul li {
  position: relative;
  display: inline-block;
  padding-right: 18px;
  font-size: 10px;
  letter-spacing: 0;
}

.site-footer .foot-navi ul li:last-child {
  padding-right: 0;
}

.intro {
  text-align: center;
}

.-map {
  max-width: 900px;
  padding-bottom: 100px;
}

.mapImg {
  border: 1px solid #999;
}

.intro .tit {
  font-size: 22px;
  line-height: 1.8;
  margin-bottom: 20px;
  font-weight: normal;
}
@media screen and (max-width: 1025px) {
  .intro .tit {
    font-size: 20px;
  }
}
.intro .tit span {
  font-size: 160%;
}

.intro .sub {
  font-size: 14px;
  margin-bottom: 4em;
  line-height: 2;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 1025px) {
  .intro .sub {
    font-size: 13px;
  }
}

.mapBtn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, right top, from(#dacba9), to(#b49983));
  background: linear-gradient(to right, #dacba9, #b49983);
  color: #FFF;
  text-align: center;
  font-size: 16px;
  width: 250px;
  height: 50px;
  margin: 50px auto 0px;
}
@media screen and (max-width: 1025px) {
  .mapBtn a {
    font-size: 14px;
    margin-top: 25px;
  }
}