.drawer--top .drawer-nav {
    background-color: white;
  }
  
  .access-btn-blue {
    display: inline-block;
    background-color: #0079c2;
    color: white;
    border-radius: 30px;
    text-decoration: none;
    font-size: 16px;
    border: 0;
    outline: 0;
    width: 25%;
    height: 50px;
  }
  
  .btn-white {
    display: inline-block;
    background-color: white;
    color: #0079c2;
    border-radius: 30px;
    text-decoration: none;
    font-size: 16px;
    border: solid 1px #121c52;
    outline: 0;
    width: 30%;
    height: 50px;
  }
  
  @media screen and (max-width: 768px) {
    .access-btn-blue {
      display: inline-block;
      background-color: #0079c2;
      color: white;
      border-radius: 30px;
      text-decoration: none;
      font-size: 16px;
      border: 0;
      outline: 0;
      width: 90%;
      height: 50px;
    }
    .btn-white {
      display: inline-block;
      background-color: white;
      color: #0079c2;
      border-radius: 30px;
      text-decoration: none;
      font-size: 16px;
      border: solid 1px #121c52;
      outline: 0;
      width: 90%;
      height: 50px;
    }
  }
  .flex-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
  }
  
  .row-left {
    margin-left: 5%;
  }
  
  .row-right {
    margin-right: 1%;
    margin-top: 4px;
  }
  
  .flex-start-row {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
  }
  
  .row-fs-left {
    margin-left: 5%;
    margin-right: 5%;
  }
  
  .row-fs-right {
    margin-right: 5%;
  }
  
  .floor-icon img {
    width: 100%;
    height: 100%;
  }
  
  .dropdown-content {
    display: none;
  }
  
  .h2.heading {
    font-size: 70px;
  }
  
  /*.heading-sub {
    font-size: 20px;
    font-weight: 500;
  }*/
  
  .teikei-heading {
    font-size: 20px;
    color: #121c52;
  }
  
  .teikei-subheading {
    font-size: 18px;
    color: #121c52;
    margin: 10px 0 0 0;
  }
  
  .teikei-text {
    font-size: 18px;
    color: #121c52;
  }
  
  @media screen and (max-width: 768px) {
    .infopage-text {
      font-size: 14px;
      display: block !important;
    }
  
    .info-heading {
      font-size: 18px;
      font-family: "Roboto";
    }
  
    h3.heading {
      font-size: 20px;
    }
  
    .heading-sub {
      font-size: 18px;
      font-weight: 500;
    }
  
    .floor-icon img {
      width: 30px;
    }
  
    .ticket-list {
      width: 100% !important;
    }
    .is-sp iframe {
      width: 95% !important;
      height: 300px;
      border: 0;
      padding: 0 10px;
    }
  }
  
  @media screen and (max-width: 460px) {
    .parking-text {
      font-size: 14px !important;
    }
  
    .dots {
      flex-grow: 1;
      border-bottom: 2px dotted black;
      margin: 0px 2px 0px 0px !important;
    }
  
    .info-base li {
      margin: 0 0 15px;
      padding: 0px 0 10px;
    }
  }
  
  .page-main {
    padding-bottom: 0px !important;
  }
  
  .top-page-base {
    background: none !important;
  }
  
  .floor-icon {
    display: inline-flex;
  }
  
  .row-fs-right.infopage-text {
    font-family: "Noto Sans JP";
    display: flex;
  }
  
  .row-fs-right.parking-text {
    font-family: "Noto Sans JP";
    color: #121c52;
  }
  
  li.top-detail-info {
    border-top: 1px solid #00a3ff;
    margin-top: 10px;
  }
  
  h4.teikei-heading.custom {
    margin-left: 15px;
  }
  
  .infopage-text.align_l.u-mt-xxsmall.custom {
    margin-left: 15px;
  }
  
  .ticket-list {
    width: 550px;
    margin: 20px 0 0;
  }
  
  .ticket-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    position: relative;
  }
  
  .description {
    font-family: "Noto Sans JP";
    color: #121c52;
  }
  
  .dots {
    flex-grow: 1;
    border-bottom: 2px dotted black;
    margin: 0 10px;
  }
  
  .price {
    white-space: nowrap;
    font-family: "Noto Sans JP";
    color: #121c52;
  }
  
  .access-addressbase {
    margin: 20px auto 0;
    padding: 0;
    max-width: 800px;
    box-sizing: border-box;
  }
  @media screen and (max-width: 768px) {
    .access-addressbase {
      padding: 0 10px;
    }
  }
  
  .access-address {
    margin: 0;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    background: #121c52;
    width: 20%;
    display: inline-block;
    box-sizing: border-box;
    border: 1px solid #121c52;
  }
  
  .access-addresstext {
    margin: 10px 0 0;
    padding: 10px;
    text-align: left;
    color: #121c52;
    background: #fff;
    width: 80%;
    box-sizing: border-box;
    border-top: 1px solid #121c52;
    border-right: 1px solid #121c52;
    border-bottom: 1px solid #121c52;
    display: inline-block;
  }
  
  @media screen and (max-width: 768px) {
    .access-address {
      margin: 20px auto 0;
      padding: 5px 0;
      text-align: center;
      color: #fff;
      background: #121c52;
      width: 90%;
      display: block;
      box-sizing: border-box;
      border: 1px solid #121c52;
      font-size: 14px;
    }
  
    .access-addresstext {
      margin: 0;
      padding: 10px;
      text-align: left;
      color: #121c52;
      background: #fff;
      width: 90%;
      box-sizing: border-box;
      border-left: 1px solid #121c52;
      border-right: 1px solid #121c52;
      border-bottom: 1px solid #121c52;
      display: inline-block;
    }
  }
  
  .access-feebase {
    margin: 10px auto 0;
    padding: 0;
    border-top: 1px solid #c6ebfa;
    border-right: 1px solid #c6ebfa;
    border-left: 1px solid #c6ebfa;
    max-width: 700px;
  }
  
  @media screen and (max-width: 768px) {
    .access-feebase {
      font-size: 12px;
    }
  }
  
  .access-feebase .acc-feeitem {
    margin: 0;
    padding: 0;
    background: #c6ebfa;
  }
  
  .access-feebase .acc-feeitem th:nth-of-type(1),
  .access-feebase .acc-feeitem th:nth-of-type(2) {
    margin: 0;
    padding: 10px 5px;
    text-align: center;
    color: #121c52;
    width: 33%;
    font-weight: normal;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #c6ebfa;
    vertical-align: middle;
  }
  
  .access-feebase .acc-feeitem th:nth-of-type(3) {
    margin: 0;
    padding: 10px 5px;
    text-align: center;
    color: #121c52;
    width: 33%;
    font-weight: normal;
    border-bottom: 1px solid #c6ebfa;
    vertical-align: middle;
  }
  
  .access-feebase tr.acc-feetext td:nth-of-type(1),
  .access-feebase tr.acc-feetext td:nth-of-type(2) {
    margin: 0;
    padding: 10px 5px;
    text-align: center;
    color: #121c52;
    width: 33%;
    font-weight: normal;
    border-right: 1px solid #c6ebfa;
    border-bottom: 1px solid #c6ebfa;
  }
  
  .access-feebase tr.acc-feetext td:nth-of-type(3) {
    margin: 0;
    padding: 10px 5px;
    text-align: center;
    color: #121c52;
    width: 33%;
    font-weight: normal;
    border-bottom: 1px solid #c6ebfa;
  }
  
  ul.access-feenote {
    margin: 40px auto 0;
    padding: 0;
    text-align: left;
    font-size: 16px;
    max-width: 700px;
  }
  
  @media screen and (max-width: 768px) {
    ul.access-feenote {
      font-size: 12px;
    }
  }
  
  ul.access-feenote li {
    margin: 0 0 7px 20px;
    padding: 0;
    list-style: disc;
    color: #121c52;
  }
  
  details.teikei {
    font-size: 20px;
    color: #121c52;
    margin: 0 auto 15px;
    text-align: left;
    max-width: 700px;
  }
  
  @media screen and (max-width: 768px) {
    details.teikei {
      font-size: 14px;
    }
  }
  
  summary {
    padding: 10px;
    background: none;
    cursor: pointer;
    list-style: none;
    position: relative;
    border-bottom: 1px solid #00a3ff;
    font-weight: bold;
  }
  
  .teikei-text-base {
    margin: 0;
    padding: 3px 0px 3px 12px;
    border-bottom: 1px solid #a0a4ba;
    background: #fff;
  }
  
  .teikei-text-base .t-subtitle {
    margin: 5px 0 0;
    padding: 0 0 0 10px;
    font-size: 16px;
    font-weight: bold;
  }
  
  .teikei-text-base .t-subtext {
    margin: 5px 0 0;
    padding: 0 0 0 10px;
    font-size: 16px;
    font-style: normal;
  }
  
  @media screen and (max-width: 768px) {
    .teikei-text-base .t-subtitle {
      margin: 5px 0 0;
      padding: 0 0 0 10px;
      font-size: 14px;
      font-weight: bold;
    }
  
    .teikei-text-base .t-subtext {
      margin: 0;
      padding: 0 0 0 10px;
      font-size: 12px;
      font-style: normal;
    }
  }
  
  /* Safari対応　デフォルトの三角形アイコン非表示 */
  details summary::-webkit-details-marker {
    display: none;
  }
  
  .icon {
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    width: 24px;
    margin-left: 6px;
    flex-shrink: 0;
    transform-origin: center 43%;
    transition: transform 0.5s;
  }
  /* アイコンの三角矢印 */
  .icon::before,
  .icon::after {
    content: "";
    position: absolute;
    display: block;
    width: 15px;
    height: 3px;
    background-color: #00a3ff;
  }
  
  .icon::before {
    left: 0;
    transform: rotate(45deg);
  }
  
  .icon::after {
    right: 0;
    transform: rotate(-45deg);
  }
  
  /* アコーディオン表示の際に回転する */
  details[open] .icon {
    transform: rotate(180deg);
  }
  
  .access-heading-03 {
    margin: 20px auto 0;
    padding: 0 0 0 20px;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    color: #121c52;
    max-width: 700px;
  }
  
  .parkinghigashiguchi-base {
    margin: 40px auto 0;
    padding: 0;
    max-width: 800px;
  }
  
  .higashiguchi-subtext-base {
    margin: 5px 0 0;
    padding: 0 0 0 10px;
    display: -webkit-flex;
    display: flex;
  }
  
  .higashiguchi-note {
    margin: 10px 0 0 10px;
    padding: 0;
    text-align: left;
    font-size: 15px;
  }
  
  @media screen and (max-width: 768px) {
    .higashiguchi-note {
      font-size: 14px;
    }
  }
  
  ul.higashiguchi-parking-base {
    margin: 50px auto 0;
    padding: 0;
    max-width: 700px;
    border-top: 1px solid #a0a4ba;
  }
  
  ul.higashiguchi-parking-base li {
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px solid #a0a4ba;
    text-align: left;
    color: #121c52;
  }
  
  ul.higashiguchi-parking-base li .higashiguchi-subtext-base .box01 {
    margin: 0;
    padding: 0;
    width: 20%;
    text-align: left;
    font-size: 16px;
    font-style: normal;
    border-right: 1px solid #a0a4ba;
  }
  
  ul.higashiguchi-parking-base li .higashiguchi-subtext-base .box02 {
    margin: 0;
    padding: 0 0 0 35px;
    width: 25%;
    text-align: left;
    font-size: 16px;
    font-style: normal;
  }
  
  @media screen and (max-width: 768px) {
    ul.higashiguchi-parking-base li .higashiguchi-subtext-base .box01 {
      margin: 0;
      padding: 0;
      width: 30%;
      text-align: left;
      font-size: 14px;
      font-style: normal;
      border-right: 1px solid #ccc;
    }
  
    ul.higashiguchi-parking-base li .higashiguchi-subtext-base .box02 {
      margin: 0;
      padding: 0 0 0 20px;
      width: 50%;
      text-align: left;
      font-size: 14px;
      font-style: normal;
    }
  }
  
  ul.higashiguchi-parking-base li .t-subtitle {
    margin: 5px 0 0;
    padding: 0 0 0 10px;
    font-size: 16px;
    font-weight: bold;
  }
  
  ul.higashiguchi-parking-base li .t-subtext {
    margin: 5px 0 0;
    padding: 0 0 0 10px;
    font-size: 16px;
    font-style: normal;
  }
  
  @media screen and (max-width: 768px) {
    ul.higashiguchi-parking-base li .t-subtitle {
      margin: 5px 0 0;
      padding: 0 0 0 10px;
      font-size: 14px;
      font-weight: bold;
    }
  
    ul.higashiguchi-parking-base li .t-subtext {
      margin: 5px 0 0;
      padding: 0 0 0 10px;
      font-size: 14px;
      font-style: normal;
    }
  }