@charset "UTF-8";
/* メインカラー */
/* サブカラー */
/* アクセントカラー */
/* map
---------------------------------------------------------------------- */
.map {
  padding: 140px 20px 0;
  position: relative;
}

.map__ttl {
  font-size: 35px;
  line-height: 1.3;
  letter-spacing: 0.1em;
  position: relative;
  text-align: center;
}
.map__ttl::before {
  content: "";
  display: block;
  width: 101px;
  height: 47px;
  margin: 0 auto 13px;
  background: url(../../images/logo03.svg) no-repeat;
  background-size: contain;
}

.map__wrap {
  height: 480px;
  margin-bottom: 12px;
}
.map__wrap iframe {
  width: 100%;
  height: 100%;
}

.map__txt {
  text-align: center;
  letter-spacing: 0.025em;
}

/* howtoaccess
---------------------------------------------------------------------- */
.howtoaccess {
  padding: 115px 20px 130px;
}
.howtoaccess .ctitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -20px;
}
.howtoaccess .ctitle::before {
  content: "";
  display: block;
  width: 90px;
  background: url(../images/icon_car.svg) no-repeat;
  background-size: 69px 32px;
  background-position: center left;
}
.howtoaccess #car {
  margin-bottom: 115px;
}
.howtoaccess #train .ctitle::before {
  background: url(../images/icon_train.svg) no-repeat;
  background-size: 51px 42px;
  background-position: center left 34%;
}

.howtoaccess__root {
  text-align: center;
}

.howtoaccess__ttl {
  font-size: 30px;
  letter-spacing: 0.1em;
  text-align: center;
}

p.howtoaccess__label {
  font-size: 19px;
  background-color: #fff;
  padding: 0.1em 0.1em;
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 0.1em;
}/*# sourceMappingURL=access.css.map */