@charset "utf-8";

/*=======================================================================

アクセスページ用

========================================================================*/
.page-access {
}

.access-main {
}

/*
-------------------------------------------------------
アクセス ヘッダー
-------------------------------------------------------*/
.access-header {
  text-align: center;
  margin-bottom: 40px;
}
.access-header__category {
  color: #739b7d;
  font-size: 45px;
  font-weight: inherit;
  line-height: 0.8;
  letter-spacing: 0.15em;
  margin: 0;
}
.access-header__text {
  font-size: 24px;
  line-height: 2;
  letter-spacing: 0.07em;
  margin-top: 1.3em;
}

@media screen and (max-width: 767px) {
  .access-header {
    margin-bottom: 30px;
  }
  .access-header__category {
    font-size: 32px;
  }
  .access-header__text {
    font-size: 16px;
  }
}

/*
-------------------------------------------------------
アクセス セクション1
-------------------------------------------------------*/
.access-sec1 {
  padding-bottom: 200px;
}
.access-sec1-root {
}
.access-sec1-root__item {
  width: calc(290 / 900 * 100%);
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
}
@media screen and (max-width: 767px) {
  .access-sec1 {
    padding-bottom: 100px;
  }
  .access-sec1-root {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 5px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 5px;
  }
  .access-sec1-root__item {
    width: 100%;
  }
  .access-sec1-root__item:first-child {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
}

/*
-------------------------------------------------------
アクセス セクション2
-------------------------------------------------------*/
.access-sec2 {
}

/*
-------------------------------------------------------
アクセス セクション3
-------------------------------------------------------*/
.access-sec3-taxi02 {
  width: min(500px, 100%);
  margin-inline: auto;
}
