@charset "UTF-8";
@media screen and (min-width: 769px) {
  #statusPage .filter-area .inner {
    width: 100%;
    margin: 0 auto;
  }
  #statusPage .filter-area h3 {
    margin-bottom: 20px;
    border-bottom: 2px solid #26C4A6;
    padding-bottom: 10px;
  }
  #statusPage .filter-area .filter-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding-bottom: 20px;
    border-bottom: 2px solid #26C4A6;
  }
  #statusPage .filter-area .filter-buttons .btn-filter {
    padding: 8px 24px;
    border: 2px solid #26C4A6;
    border-radius: 30px;
    background: #fff;
    color: #26C4A6;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
  }
  #statusPage .filter-area .filter-buttons .btn-filter.is-active {
    background: #26C4A6;
    color: #fff;
  }
  #statusPage .status-item {
    margin-top: 80px;
  }
  #statusPage .status-item .inner {
    width: 100%;
    margin: 0 auto;
  }
  #statusPage .status-item .category-title {
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 20px;
  }
  #statusPage .status-table {
    width: 100%;
    border-collapse: collapse;
    border: 15px solid #26C4A6;
    border-radius: 20px;
    overflow: hidden;
    background-color: #26C4A6;
    table-layout: fixed;
  }
  #statusPage .status-table th,
  #statusPage .status-table td {
    padding: 15px;
    border: 2px solid #26C4A6;
    text-align: center;
    vertical-align: middle;
    background: #fff;
    word-break: break-all;
  }
  #statusPage .status-table th {
    background: #FFE44B;
    font-weight: bold;
    color: #333;
  }
  #statusPage .status-table.-attraction .name {
    width: 18%;
    text-align: left;
  }
  #statusPage .status-table.-attraction .state {
    width: 8%;
  }
  #statusPage .status-table.-attraction .info {
    width: 14%;
  }
  #statusPage .status-table.-attraction .time {
    width: 18%;
  }
  #statusPage .status-table.-attraction .limit {
    width: 30%;
  }
  #statusPage .status-table.-attraction .coupon {
    width: 12%;
  }
  #statusPage .status-table.-facility .name {
    width: 22%;
    text-align: left;
  }
  #statusPage .status-table.-facility .state {
    width: 10%;
  }
  #statusPage .status-table.-facility .info {
    width: 15%;
  }
  #statusPage .status-table.-facility .time {
    width: 18%;
  }
  #statusPage .status-table.-facility .memo {
    width: 35%;
    text-align: left;
  }
  #statusPage .status-table .name a {
    /*text-decoration: underline;*/
    color: inherit;
    font-weight: bold;
  }
  #statusPage .p-zoom-btn,
  #statusPage .p-modal {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #statusPage .filter-area h3 {
    width: 100vw;
    margin-left: -20px;
    padding-left: 20px;
    border-bottom: 2px solid #26C4A6;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  #statusPage .filter-area .filter-buttons {
    display: flex;
    overflow-x: auto;
    gap: 8px;
    padding: 0 20px;
    -webkit-overflow-scrolling: touch;
    width: 100vw;
    margin-left: -20px;
    border-bottom: 2px solid #26C4A6;
    padding-bottom: 20px;
  }
  #statusPage .filter-area .filter-buttons .btn-filter {
    flex: 0 0 auto;
    white-space: nowrap;
    padding: 6px 16px;
    border: 2px solid #26C4A6;
    border-radius: 20px;
    color: #26C4A6;
    font-weight: bold;
    font-size: 13px;
  }
  #statusPage .filter-area .filter-buttons .btn-filter.is-active {
    background: #26C4A6;
    color: #fff;
  }
  #statusPage .status-item {
    margin-top: 40px;
  }
  #statusPage .status-item .inner {
    width: 100%;
    margin: 0 auto;
  }
  #statusPage .status-item .inner .category-title {
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 10px;
  }
  #statusPage .p-scale-wrapper {
    position: relative;
    width: 100% !important;
    overflow: hidden !important;
    border-radius: 10px;
    background-color: #26C4A6;
  }
  #statusPage .p-scale-inner {
    transform-origin: 0 0;
    width: 1120px;
    pointer-events: none;
    background-color: #26C4A6;
  }
  #statusPage .status-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    background-color: #26C4A6;
    border: 15px solid #26C4A6;
    border-radius: 20px;
    overflow: hidden;
  }
  #statusPage .status-table th,
  #statusPage .status-table td {
    padding: 15px;
    border: 2px solid #26C4A6;
    text-align: center;
    background: #fff;
  }
  #statusPage .status-table th {
    background: #FFE44B;
  }
  #statusPage .status-table.-attraction .name {
    width: 18%;
  }
  #statusPage .status-table.-attraction .state {
    width: 8%;
  }
  #statusPage .status-table.-attraction .info {
    width: 14%;
  }
  #statusPage .status-table.-attraction .time {
    width: 18%;
  }
  #statusPage .status-table.-attraction .limit {
    width: 30%;
  }
  #statusPage .status-table.-attraction .coupon {
    width: 12%;
  }
  #statusPage .status-table.-facility .name {
    width: 22%;
  }
  #statusPage .status-table.-facility .state {
    width: 10%;
  }
  #statusPage .status-table.-facility .info {
    width: 15%;
  }
  #statusPage .status-table.-facility .time {
    width: 18%;
  }
  #statusPage .status-table.-facility .memo {
    width: 35%;
  }
  #statusPage .p-zoom-btn {
    display: block;
    width: fit-content;
    margin: 15px auto 30px;
    background: none;
    border: none;
    color: #333;
    text-decoration: underline;
    font-weight: bold;
    font-size: 12px;
  }
  #statusPage .p-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 9999;
    display: none;
  }
  #statusPage .p-modal.is-open {
    display: block;
  }
  #statusPage .p-modal__content {
    width: 100%;
    height: 100%;
    overflow: auto;
    padding: 60px 20px;
  }
  #statusPage .p-modal__table-wrapper {
    width: 1120px;
    margin: 0 auto;
  }
  #statusPage .p-modal__close {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #fff;
    font-size: 40px;
  }
  #statusPage .p-scale-wrapper {
    padding: 0 !important;
  }
  #statusPage .status-table {
    display: block !important;
    width: calc(100vw - 40px) !important;
    border: 4px solid #26c49f !important;
    box-sizing: border-box !important;
  }
  #statusPage .status-table thead {
    display: none !important;
  }
  #statusPage .status-table tbody {
    display: block !important;
    width: 100% !important;
  }
  #statusPage .status-table tr {
    display: block !important;
    margin-bottom: 5px !important;
    border: 4px solid #26c49f !important;
    border-radius: 10px !important;
    overflow: hidden !important;
  }
  #statusPage .status-table td {
    display: flex !important;
    align-items: stretch !important;
    width: 100% !important;
    padding: 12px 12px 12px 0 !important;
    font-size: 11px !important;
    line-height: 1.5 !important;
    border: none !important;
    border-bottom: 1px solid #eee !important;
    box-sizing: border-box !important;
    background-color: #fff !important;
  }
  #statusPage .status-table td:last-child {
    border-bottom: none !important;
  }
  #statusPage .status-table td::before {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
    width: 35% !important;
    margin: -12px 12px -12px 0 !important;
    padding: 0 5px !important;
    background-color: #ffe24d !important;
    color: #333 !important;
    font-weight: bold !important;
    text-align: center !important;
    border-right: 1px solid #26c49f !important;
  }
  #statusPage .status-table td a {
    display: inline-block !important;
    color: #007bff !important;
    text-decoration: underline !important;
  }
  
  #statusPage .status-table td.name::before {
    content: "アトラクション名" !important;
  }
  #statusPage .status-table td.state::before {
    content: "運行状況" !important;
  }
  #statusPage .status-table td.info::before {
    content: "運行情報" !important;
  }
  #statusPage .status-table td.time::before {
    content: "運行時間" !important;
  }
  #statusPage .status-table td.limit::before {
    content: "利用制限" !important;
  }
  #statusPage .status-table td.coupon::before {
    content: "クーポン対象" !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 375px) {
  #statusPage .status-table td {
    font-size: 10px !important;
    padding: 10px 10px 10px 0 !important;
  }
  #statusPage .status-table td::before {
    width: 38% !important;
    margin: -10px 10px -10px 0 !important;
  }
}