@charset "UTF-8";
/* メインカラー */
/* サブカラー */
/* アクセントカラー */
/* ======================================================
pc
====================================================== */
@media (min-width: 1001px) {
  .access-info {
    padding: 12rem 0 12rem;
    border-bottom: 1px solid #000;
  }
  .access-info__inr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 3%;
    max-width: 1200px;
    margin: 0 auto 8rem;
  }
  .access-info__detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 1.8rem;
  }
  .access-info__logo {
    width: 338px;
    max-width: 100%;
    margin-bottom: 1rem;
  }
  .access-info__logo img {
    width: 100%;
  }
  .access-info__tel-label {
    margin-bottom: 0.5rem;
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: -0.05em;
  }
  .access-info__tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
    font-size: 3.6rem;
    line-height: 1;
    letter-spacing: 0.03em;
    margin-bottom: 2.5rem;
  }
  .access-info__tel::before {
    content: "";
    display: block;
    width: 2.9rem;
    height: 2.3rem;
    background: url(../../images/icon_tel.svg) no-repeat;
    background-size: contain;
  }
  .access-info__address {
    font-style: normal;
    margin-bottom: 0.3rem;
  }
  .access-info__address > *:first-child {
    margin-bottom: 0.2rem;
  }
  .access-info__time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.7rem;
    margin-bottom: 2rem;
  }
  .access-info__time-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.3rem;
  }
  .access-info__time-item dt {
    letter-spacing: -0.15em;
  }
  .access-info__thumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3rem;
    margin-top: auto;
    max-width: 350px;
  }
  .access-info__thumbs li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    aspect-ratio: 1/1;
  }
  .access-info__thumbs img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .access-info__map {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 760px;
  }
  .access-info__map iframe {
    width: 100%;
    height: 100%;
  }
  .access-info__map-frame {
    aspect-ratio: 19/12;
    font-size: 0;
  }
  .access-info__btn {
    text-align: center;
  }
  /* access-route
  ---------------------------------------------------------------------- */
  .access-route {
    padding: 10.5rem 0 11.5rem;
    border-bottom: 1px solid #000;
  }
  .access-route__ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 2rem;
    margin-bottom: 6.8rem;
    font-size: 3.6rem;
    line-height: 1.5;
  }
  .access-route__icon {
    display: block;
  }
  .access-route__icon img {
    width: 100%;
  }
  .access-route__img {
    max-width: 1200px;
    margin: 0 auto;
  }
  .access-route__img picture,
  .access-route__img img {
    display: block;
    width: 100%;
  }
  .access-route__parking {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2rem;
    margin: 4.1rem 0 0 7%;
  }
  .access-route__parking-icon {
    width: 6rem;
    padding-top: 0.5rem;
  }
  .access-route__parking-ttl {
    font-size: 2.4rem;
    line-height: 1.8;
    font-weight: 500;
  }
}
/* ======================================================
sp
====================================================== */
@media (max-width: 1000px) {
  .sub-mv .ctitle__jp {
    letter-spacing: -0.15em;
  }
  .access-info {
    padding: 12rem 0 12rem;
    border-bottom: 1px solid #000;
  }
  .access-info__inr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8.1rem;
    max-width: 1200px;
    margin: 0 auto 6rem;
  }
  .access-info__detail {
    text-align: center;
  }
  .access-info__logo {
    width: 77%;
    max-width: 100%;
    margin: 0 auto 4.5rem;
  }
  .access-info__logo img {
    width: 100%;
  }
  .access-info__tel-label {
    margin-bottom: 1.5rem;
    text-align: center;
    font-weight: 500;
    letter-spacing: -0.05em;
  }
  .access-info__tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
    font-size: 4.8rem;
    line-height: 1;
    letter-spacing: 0.03em;
    margin-bottom: 4.3rem;
  }
  .access-info__tel::before {
    content: "";
    display: block;
    width: 4.3rem;
    height: 3.4rem;
    background: url(../../images/icon_tel.svg) no-repeat;
    background-size: contain;
  }
  .access-info__address {
    font-style: normal;
    margin-bottom: 1.3rem;
  }
  .access-info__address p {
    text-align: center;
    font-weight: 500;
    font-size: 2.8rem;
    letter-spacing: 0.04em;
  }
  .access-info__address > *:first-child {
    margin-bottom: 1.2rem;
  }
  .access-info__time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 4%;
    margin-bottom: 7rem;
  }
  .access-info__time-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
  }
  .access-info__time-item dt {
    letter-spacing: -0.1em;
  }
  .access-info__thumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8.4%;
  }
  .access-info__thumbs li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    aspect-ratio: 1/1;
  }
  .access-info__thumbs img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .access-info__map {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 760px;
  }
  .access-info__map iframe {
    width: 100%;
    height: 100%;
  }
  .access-info__map-frame {
    aspect-ratio: 1;
    font-size: 0;
  }
  .access-info__btn {
    text-align: center;
  }
  /* access-route
  ---------------------------------------------------------------------- */
  .access-route {
    padding: 12rem 0 12.5rem;
    border-bottom: 1px solid #000;
  }
  .access-route__ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.4rem;
    margin-bottom: 6.8rem;
    font-size: 4.6rem;
    line-height: 1.5;
  }
  .access-route__icon {
    display: block;
    width: 15.2rem;
  }
  .access-route__icon img {
    width: 100%;
  }
  .access-route__img {
    max-width: 1200px;
    margin: 0 auto;
  }
  .access-route__img picture,
  .access-route__img img {
    display: block;
    width: 100%;
  }
  .access-route__parking {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2rem;
    margin: 4.1rem 0 0 3%;
  }
  .access-route__parking-icon {
    width: 10rem;
    padding-top: 0.5rem;
  }
  .access-route__parking-icon img {
    width: 100%;
  }
  .access-route__parking-ttl {
    font-size: 4.6rem;
    line-height: 1.8;
    font-weight: 500;
  }
  .access-route--train .access-route__icon {
    width: 12.5rem;
  }
  .access-route--plane .access-route__icon {
    width: 13.3rem;
  }
}/*# sourceMappingURL=style.css.map */