@charset "UTF-8";
/* メインカラー */
/* サブカラー */
/* アクセントカラー */
/* ======================================================
pc
====================================================== */
/* accessAddres
---------------------------------------------------------------------- */
.accessAddres {
  padding: 45px 0 50px;
  background: url(../../images/bg_brick.png);
  background-size: contain;
  font-size: 20px;
  letter-spacing: 0;
}
.accessAddres p {
  text-align: center;
  font-family: "Noto Serif JP", serif;
}

.accessAddres__logo {
  text-align: center;
}

.accessSec {
  background-color: #F8F5F2;
  padding-bottom: 145px;
}

/* map
---------------------------------------------------------------------- */
.map {
  padding: 65px 0 65px;
}

.map__wrap {
  height: 410px;
  max-width: 860px;
  margin: 0 auto;
}
.map__wrap iframe {
  width: 100%;
  height: 100%;
}

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

/* howtoAccess
---------------------------------------------------------------------- */
.howtoAccess {
  padding: 130px 0 95px;
  background-color: #fff;
}

.howtoAccess__item {
  max-width: 900px;
  margin: 0 auto 143px;
}
.howtoAccess__item:last-of-type {
  margin-bottom: 0;
}

.howtoaccess__ttl {
  font-size: 24px;
  margin-bottom: 40px;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  position: relative;
}
.howtoaccess__ttl figure {
  display: block;
  position: absolute;
  width: 50px;
  height: auto;
  bottom: 127%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* parking
---------------------------------------------------------------------- */
.parking {
  padding: 100px 0 70px;
  position: relative;
}

.parking__ttl {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.33;
  text-align: center;
  margin-bottom: 10px;
  font-family: "Noto Serif JP", serif;
}

.parking__lead {
  font-size: 18px;
  letter-spacing: 0.08em;
  line-height: 1.88;
  text-align: center;
  margin-bottom: 21px;
  font-family: "Noto Serif JP", serif;
}

.parking__imgWrap {
  position: relative;
}

.parking__img {
  margin-bottom: 9px;
  text-align: center;
}
.parking__img figcaption {
  font-size: 18px;
  margin-top: 0.8em;
}

.parking__capacity {
  position: absolute;
  top: 36px;
  left: 30px;
  display: block;
  width: 160px;
  height: 160px;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

/* facilities
---------------------------------------------------------------------- */
.facilities {
  max-width: 900px;
  margin: 0 auto;
  border-top: 17px solid #00B374;
  background-color: #fff;
  padding: 48px 20px 55px;
}

.facilities__ttl {
  color: #00B374;
  text-align: center;
  font-size: 28px;
  letter-spacing: 0.14em;
  margin-bottom: 65px;
}

.facilities__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 730px;
  margin: 0 auto;
}
.facilities__list li {
  width: 44%;
  margin-bottom: 45px;
}
.facilities__list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0;
}
.facilities__list dt {
  position: relative;
}
.facilities__list dt span {
  position: absolute;
  top: 100%;
  left: 0;
  white-space: nowrap;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.facilities__list dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 13px;
}
.facilities__list dd::before {
  content: "";
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  border-top: 1px dashed #b3b3b3;
}
.facilities__list dd span {
  width: 70px;
  white-space: nowrap;
}/*# sourceMappingURL=access.css.map */