/* intro 
---------------------------------------------------------------------- */
.intro {
  padding: 0 0 85px;
}

.intro-ttl__em {
  margin-bottom: 30px;
}

.intro-ttl__marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #C7B299), to(#C7B299));
  background: linear-gradient(to bottom, transparent 70%, #C7B299 70%, #C7B299 100%);
}

.intro-ttl__num {
  font-size: 0.742em;
}
.intro-ttl__num span {
  line-height: 1;
  font-size: 1.957em;
}

/* map
---------------------------------------------------------------------- */
.map {
  padding: 100px 0 115px;
}
.map .cbtn {
  width: 100%;
  height: 60px;
  letter-spacing: 0.08em;
  margin-bottom: 50px;
}
.map .cphone-block__item dd::before {
  background-image: url(../../images/icon_tel.svg);
}
.map .cphone-block__item.cphone-block__item--free {
  margin-bottom: 13px;
}
.map .cphone-block__item.cphone-block__item--free dd:before {
  background-image: url(../../images/icon_dial.svg);
}

.map__embed {
  position: relative;
  width: 100%;
  padding-top: 41.64%;
  margin-bottom: 100px;
}
.map__embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.map__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3%;
}

.map__img {
  width: 59%;
}

.map__content {
  width: 380px;
}

.map__logo {
  width: 170px;
  margin-bottom: 22px;
}

.map__address {
  font-size: 16px;
  margin-bottom: 15px;
  font-style: normal;
  letter-spacing: 0.08em;
}

/* access__item 
---------------------------------------------------------------------- */
.access__item {
  padding: 100px 0 10px;
}

.access__ttl {
  font-size: 30px;
  letter-spacing: 0.06em;
  margin-bottom: 60px;
  font-weight: bold;
  color: #5A3A1B;
  text-align: center;
}

.access-route__txt {
  font-size: 16px;
  line-height: 1.8;
}

.access__img {
  margin-bottom: 59px;
}

.access-route {
  position: relative;
  border-top: 2px solid #00422B;
}

.access-route::before,
.access-route::after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  background-color: #00422B;
  position: absolute;
  top: 0;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.access-route::before {
  left: 0;
}

.access-route::after {
  right: 0;
}

.access-route__item {
  padding: 33px 20px 40px;
}

.access-route__ttl {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.06em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #006837;
}

/* parking 
---------------------------------------------------------------------- */
.parking {
  padding-top: 30px;
}

.parking__img {
  position: relative;
  margin-bottom: 22px;
}

.parking__img-icon {
  position: absolute;
  top: 20px;
  left: 19px;
  width: 171px;
}

.parking__ttl {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.06em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #006837;
}

.parking__txt {
  font-size: 16px;
  line-height: 1.8;
}
.parking__txt span {
  font-weight: bold;
  color: #006837;
}/*# sourceMappingURL=access.css.map */