/* ======================================================
pc
====================================================== */
@media (min-width: 1001px) {
  /* common
  ---------------------------------------------------------------------- */
  .intro {
    position: relative;
    padding: 135px 0 50px;
  }
  .intro__txt {
    text-align: center;
    font-size: 1.9rem;
    line-height: 2.0526315789;
  }
  #mainheader {
    background: #231815;
  }
  /* access
  ---------------------------------------------------------------------- */
  .access__ttl {
    font-size: 3.3rem;
    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: 2.5rem;
    line-height: 1.4;
  }
  .howtoaccess__ttl span {
    display: block;
    color: #898989;
    font-size: 1.8rem;
    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;
  }
}
@media (max-width: 1000px) {
  /* common
  ---------------------------------------------------------------------- */
  .intro {
    position: relative;
    padding: calc( 135 / 750 * 100vw ) 0 calc( 50 / 750 * 100vw ) 0;
  }
  .intro__txt {
    text-align: center;
    font-size: 2.5333333333vw;
    font-size: clamp(16px,2.5333333333vw,19px);
    line-height: 2.0526315789;
  }
  /* access
  ---------------------------------------------------------------------- */
  .access__ttl {
    font-size: 2.4rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 25px;
  }
  /* map
  ---------------------------------------------------------------------- */
  .map {
    padding: 80px 0 0;
  }
  .map__wrap {
    aspect-ratio: 2/1;
  }
  .map__wrap iframe {
    width: 100%;
    height: 100%;
  }
  /* howtoaccess
  ---------------------------------------------------------------------- */
  .howtoaccess {
    padding: 90px 0 120px;
  }
  .howtoaccess .access__ttl {
    margin-bottom: 100px;
  }
  .howtoaccess__roop {
    margin-bottom: 110px;
  }
  .howtoaccess__roop:last-of-type {
    margin-bottom: 0;
  }
  .howtoaccess__ttlWrap {
    margin-bottom: 20px;
  }
  .howtoaccess__ttl {
    font-weight: 500;
    font-size: 3.2vw;
    font-size: clamp(16px,3.2vw,24px);
    letter-spacing: 0.2em;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  .howtoaccess__ttl span {
    display: block;
    color: #898989;
    font-size: 2.4vw;
    font-size: clamp(16px,2.4vw,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;
    margin-top: 9.3333333333vw;
    max-width: 100%;
    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: 5vw;
    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=style.css.map */