@charset "UTF-8";
/* ======================================================
pc
====================================================== */
/* common
---------------------------------------------------------------------- */
#htlSide-A {
  top: 630px;
}

.navi {
  padding: 65px 0 0;
}

.navi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 880px;
  margin: 0 auto;
}
.navi ul li {
  text-align: center;
  width: 25%;
  position: relative;
  border-left: 1px solid #898989;
  font-weight: 500;
}
.navi ul li:nth-of-type(4) {
  border-right: 1px solid #898989;
}
.navi ul li:last-of-type {
  border-right: 1px solid #898989;
}
.navi ul li::after {
  content: "";
  border-top: solid 1px #898989;
  border-right: solid 1px #898989;
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: 5px;
  left: 50%;
  cursor: pointer;
  -webkit-transform: translateX(-50%) rotate(135deg);
      -ms-transform: translateX(-50%) rotate(135deg);
          transform: translateX(-50%) rotate(135deg);
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  pointer-events: none;
}
.navi ul li:hover::after {
  bottom: -5px;
}
.navi ul li a {
  display: block;
  padding: 0 0 20px;
  line-height: 1.4;
}

#RthCustomizeW .navi a {
  color: #333;
}

.access__ttl {
  font-size: 40px;
  color: #416290;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  margin-bottom: 25px;
  font-family: "Cormorant Garamond", serif;
}
.access__ttl span {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #898989;
  margin-top: 5px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
}

.dotLineTable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 5%;
  margin-bottom: 50px;
}
.dotLineTable dt {
  width: 18%;
  padding: 10px 0;
  text-align: center;
  border-top: 1px dashed #898989;
}
.dotLineTable dt > * {
  height: 100%;
}
.dotLineTable dt span {
  border-right: 1px dashed #898989;
  display: inline-block;
  width: 100%;
  height: 100%;
  font-weight: 500;
}
.dotLineTable dt:last-of-type {
  border-bottom: 1px dashed #898989;
}
.dotLineTable dd {
  width: 82%;
  padding: 11px 30px;
  border-top: 1px dashed #898989;
  font-weight: 500;
  line-height: 1.43;
}
.dotLineTable dd:last-of-type {
  border-bottom: 1px dashed #898989;
}

.dotLineTable__note {
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.42;
  margin-bottom: 16px;
}

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

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

/* howtoaccess
---------------------------------------------------------------------- */
.howtoaccess {
  padding: 60px 0 100px;
}
.howtoaccess .access__ttl {
  margin-bottom: 100px;
}

.howtoaccess__roop {
  margin-bottom: 150px;
}
.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: 24px;
  color: #000000;
  letter-spacing: 0.2em;
  line-height: 1.4;
}
.howtoaccess__ttl span {
  display: block;
  color: #416290;
  font-size: 18px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-family: "Cormorant Garamond", serif;
}

.howtoaccess__btn {
  color: #1E1E1E;
  font-weight: 500;
  border-radius: 2px;
  width: 330px;
  height: 50px;
  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;
}

#RthCustomizeW .howtoaccess__btn {
  color: #333;
}

.howtoaccess__btn:hover::after {
  right: 15px;
}

/* parking
---------------------------------------------------------------------- */
.parking {
  padding: 60px 0 100px;
  background-color: #F3F2EE;
}
.parking .access__ttl {
  margin-bottom: 70px;
}

.parking__caution {
  color: #D35348;
  font-weight: 500;
  line-height: 1.43;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.parking__caution > *:first-child {
  font-size: 18px;
  font-weight: bold;
  margin-right: 40px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.parking__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.parking__img > * {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}/*# sourceMappingURL=access.css.map */