/* common
---------------------------------------------------------------------- */
#htlSide-A {
  top: 800px;
}

.intro {
  position: relative;
  padding: 135px 0 50px;
}

.intro__txt {
  text-align: center;
  font-size: 19px;
  line-height: 2.0526315789;
}

#mainheader {
  background: #231815;
}

/* access
---------------------------------------------------------------------- */
.access__ttl {
  font-size: 33px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 25px;
}

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

.map__wrap {
  aspect-ratio: 1/0.3;
}
.map__wrap iframe {
  width: 100%;
  height: 100%;
}

/* howtoaccess
---------------------------------------------------------------------- */
.howtoaccess {
  padding: 90px 0 120px;
}
.howtoaccess .access__ttl {
  margin-bottom: 85px;
}

.howtoaccess__roop {
  margin-bottom: 110px;
}
.howtoaccess__roop:last-of-type {
  margin-bottom: 0;
}

.howtoaccess__ttlWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 45px;
}

.howtoaccess__ttl {
  font-weight: 500;
  font-size: 25px;
  line-height: 1.4;
}
.howtoaccess__ttl span {
  display: block;
  color: #898989;
  font-size: 18px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-family: "Cormorant Garamond", serif;
}

.howtoaccess__btn {
  font-weight: 500;
  border-radius: 2px;
  width: 330px;
  height: 50px;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  border: 1px solid #D3D3D3;
}
.howtoaccess__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  border-bottom: solid 1px #333333;
  border-right: solid 1px #333333;
  width: 5px;
  height: 5px;
  -webkit-transform: rotate(-45deg) translateY(-50%);
      -ms-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
  -webkit-transition: right 0.3s;
  -o-transition: right 0.3s;
  transition: right 0.3s;
}

.howtoaccess__btn:hover::after {
  right: 15px;
}/*# sourceMappingURL=access.css.map */