:root {
  --header-height: 86px;
  --firstview-height: 775px; }

@media (max-width: 767px) {
  :root {
    --header-height: 95px; } }
.article-header .u-background-cover {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  background-image: url("/wp-content/package/img/post-title/titlebg.svg?ussry27zl");
  background-size: 30% auto;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center; }
  .article-header .u-background-cover::before {
    order: 0;
    display: block;
    aspect-ratio: 1/1;
    height: 90px;
    background-position: top center;
    background-repeat: no-repeat;
    text-align: center;
    margin-bottom: calc(8px * 4);
    background-color: #000; }
  .article-header .u-background-cover::after {
    content: none; }
.article-header .wp-post-image {
  height: calc(8px * 3); }
.article-header-cover__innner, .article-header-cover__inner {
  position: static;
  transform: translateY(0);
  margin-top: 8px; }
.article-title {
  order: 2;
  color: #333 !important;
  font-weight: 400;
  font-size: 150% !important; }
  .article-title__sub {
    order: 1;
    height: calc(8px * 3);
    margin-bottom: 0.5em;
    color: #333 !important;
    font-size: 120% !important; }
    .article-title__sub img {
      max-width: initial;
      height: 100%; }

.page-index {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  margin-top: calc(8px * 3); }
  @media (min-width: 768px) {
    .page-index {
      justify-content: center; } }
  @media (max-width: 767px) {
    .page-index {
      justify-content: space-around; } }
  .page-index_button {
    padding-top: 8px;
    padding-bottom: 8px;
    border-right: 1px solid; }
    .page-index_button:hover {
      background: linear-gradient(to top, #dce6de, transparent); }
    @media (min-width: 768px) {
      .page-index_button:first-of-type {
        border-left: 1px solid; } }
    .page-index_button a {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
      color: #333; }
      @media (max-width: 767px) {
        .page-index_button a {
          width: 100%;
          margin: auto; } }
      .page-index_button a:hover {
        transform: translateY(2px); }
      .page-index_button a::before {
        content: "";
        display: block;
        aspect-ratio: 1/1;
        background-color: #333;
        mask-repeat: no-repeat;
        mask-position: center;
        mask-size: contain; }
        @media (min-width: 768px) {
          .page-index_button a::before {
            width: 35%; } }
        @media (max-width: 767px) {
          .page-index_button a::before {
            width: 62px; } }
  .page-index_txt {
    margin-top: 8px; }
    .page-index_txt p {
      line-height: 1.2; }
      @media (max-width: 767px) {
        .page-index_txt p {
          font-size: 90%; } }
  .page-index.-access .page-index_button {
    border-color: #9fa0a0 !important; }
    @media (min-width: 768px) {
      .page-index.-access .page-index_button {
        width: 25%;
        border-bottom: 1px solid; } }
    @media (max-width: 767px) {
      .page-index.-access .page-index_button {
        width: 50%; }
        .page-index.-access .page-index_button:nth-of-type(-n+2) {
          border-bottom: 1px solid; }
        .page-index.-access .page-index_button:nth-last-of-type(odd) {
          border-right: none; } }
  .page-index.-access a.car::before {
    mask-image: url("/wp-content/package/img/page/top/top-access01.svg"); }
  .page-index.-access a.parking::before {
    mask-image: url("/wp-content/package/img/page/top/top-access02.svg"); }
  .page-index.-access a.bus::before {
    mask-image: url("/wp-content/package/img/page/top/top-access04.svg"); }
  .page-index.-access a.train::before {
    mask-image: url("/wp-content/package/img/page/top/top-access05.svg"); }
  @media (max-width: 767px) {
    .page-index.-facilityguide {
      border: 1px solid; } }
  @media (min-width: 768px) {
    .page-index.-facilityguide .page-index_button {
      width: calc(100% / 6); } }
  @media (max-width: 767px) {
    .page-index.-facilityguide .page-index_button {
      width: calc(100% / 3); }
      .page-index.-facilityguide .page-index_button:nth-of-type(-n+3) {
        border-bottom: 1px solid; }
      .page-index.-facilityguide .page-index_button:nth-of-type(3n) {
        border-right: none; } }
  .page-index.-facilityguide a.floormap::before {
    mask-image: url("/wp-content/uploads/top-facilityguide01.svg"); }
  .page-index.-facilityguide a.information::before {
    mask-image: url("/wp-content/uploads/top-facilityguide02.svg"); }
  .page-index.-facilityguide a.nursery::before {
    mask-image: url("/wp-content/uploads/top-facilityguide03.svg"); }
  .page-index.-facilityguide a.pet::before {
    mask-image: url("/wp-content/uploads/top-facilityguide04.svg"); }
  .page-index.-facilityguide a.atm::before {
    mask-image: url("/wp-content/uploads/top-facilityguide05.svg"); }
  .page-index.-facilityguide a.coinlocker::before {
    mask-image: url("/wp-content/uploads/top-facilityguide06.svg"); }
