@charset "UTF-8";
@media screen and (min-width: 769px) {
  #groupPage small {
    font-size: 12px;
    display: block;
    margin: 10px 0 0 0;
  }
  #groupPage .intro-text {
    font-family: "Noto Sans", sans-serif;
  }
  #groupPage .status-item .inner {
    width: 100%;
    margin: 0 auto;
  }
  #groupPage .status-item .category-title {
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 30px;
    text-align: center;
  }
  #groupPage .status-item .table-sub-title {
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
    font-family: "Noto Sans", sans-serif;
  }
  #groupPage .status-item + .status-item {
    margin-top: 80px;
  }
  #groupPage .status-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border: 15px solid #26C4A6;
    border-radius: 20px;
    overflow: hidden;
    box-sizing: border-box;
  }
  #groupPage .status-table th,
  #groupPage .status-table td {
    padding: 15px;
    border: 2px solid #26C4A6;
    text-align: center;
    background: #fff;
    font-family: "Noto Sans", sans-serif;
  }
  #groupPage .status-table th {
    background: #FFE44B;
    font-weight: bold;
    color: #333;
  }
  #groupPage .flex-tables {
    display: flex;
    gap: 40px;
    margin: 80px auto 0;
  }
  #groupPage .flex-tables .table-sub-title {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
    text-align: center;
    font-family: "Noto Sans", sans-serif;
  }
  #groupPage .flex-tables .status-item {
    flex: 1;
    margin-top: 0;
  }
  #groupPage .p-group-notes {
    margin: 40px 0;
    background: #eee;
    border-radius: 10px;
    padding: 30px;
  }
  #groupPage .p-group-notes dl {
    display: flex;
  }
  #groupPage .p-group-notes dl dt {
    font-weight: bold;
    width: 100px;
  }
  #groupPage .p-group-notes dl dd {
    flex: 1;
  }
  #groupPage .p-group-notes ul {
    padding-left: 20px;
  }
  #groupPage .p-group-notes ul li {
    display: flex;
    margin-bottom: 5px;
  }
  #groupPage .p-group-notes ul li::before {
    content: "・";
    color: #000;
    font-weight: bold;
    display: inline-block;
    width: 20px;
  }
  #groupPage .-cooking {
    margin: 80px auto 0;
  }
  #groupPage .-cooking p {
    font-size: 16px;
    text-align: center;
    margin-bottom: 40px;
    font-family: "Noto Sans", sans-serif;
  }
  #groupPage .-cooking .cooking-content {
    display: flex;
    gap: 30px;
    align-items: flex-start;
  }
  #groupPage .-cooking .cooking-img {
    width: 50%;
  }
  #groupPage .-cooking .cooking-img img {
    width: 100%;
    border-radius: 10px;
  }
  #groupPage .-cooking .p-scale-wrapper {
    flex: 1;
  }
}
@media screen and (max-width: 768px) {
  #groupPage .section {
    padding-bottom: 60px;
  }
  #groupPage small {
    font-size: 12px;
    display: block;
    margin: 10px 0 0 0;
  }
  #groupPage .intro-text {
    font-family: "Noto Sans", sans-serif;
  }
  #groupPage .status-item {
    margin-bottom: 50px;
  }
  #groupPage .status-item .table-sub-title {
    font-weight: bold;
    font-family: "Noto Sans", sans-serif;
    margin-bottom: 10px;
    font-size: 14px;
  }
  #groupPage .status-item .category-title {
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 15px;
    text-align: center;
    font-family: "Noto Sans", sans-serif;
    margin-bottom: 40px;
  }
  #groupPage .status-table {
    display: block;
    width: 100%;
    border: none;
  }
  #groupPage .status-table thead {
    display: none;
  }
  #groupPage .status-table tbody {
    display: block;
    width: 100%;
  }
  #groupPage .status-table tr {
    display: block;
    margin-bottom: 15px;
    border: 5px solid #26C4A6;
    border-radius: 10px;
    overflow: hidden;
  }
  #groupPage .status-table td {
    display: flex;
    align-items: stretch;
    width: 100%;
    padding: 12px 12px 12px 0;
    font-size: 11px;
    line-height: 1.5;
    background-color: #fff;
    border: none;
    border-bottom: 2px solid #26C4A6;
  }
  #groupPage .status-table td:last-child {
    margin-bottom: 0;
    border: none;
  }
  #groupPage .status-table td::before {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 35%;
    margin: -12px 12px -12px 0;
    padding: 0 5px;
    background-color: #FFE44B;
    color: #333;
    font-weight: bold;
    border-right: 1px solid #26C4A6;
  }
  #groupPage .status-table td {
    /* 正式なヘッダー項目に合わせたラベル定義 */
  }
  #groupPage .status-table td.cat::before {
    content: "区分";
  }
  #groupPage .status-table td.weekday::before {
    content: "平日";
  }
  #groupPage .status-table td.holiday::before {
    content: "土休日";
  }
  #groupPage .status-table td.special::before {
    content: "特定日";
  }
  #groupPage .status-table td.winter::before {
    content: "冬季";
  }
  #groupPage .status-table td.newyear::before {
    content: "年末年始";
  }
  #groupPage .status-table td {
    /* 共通項目（駐車・食事・クッキング用） */
  }
  #groupPage .status-table td.type::before {
    content: "種類";
  }
  #groupPage .status-table td.item::before {
    content: "項目";
  }
  #groupPage .status-table td.price::before {
    content: "料金";
  }
  #groupPage .p-group-notes {
    background: #eee;
    padding: 20px;
    border-radius: 10px;
    font-size: 12px;
    margin-bottom: 50px;
  }
  #groupPage .p-group-notes dt {
    font-weight: bold;
    margin-bottom: 10px;
  }
  #groupPage .p-group-notes ul li {
    display: flex;
    margin-bottom: 5px;
  }
  #groupPage .p-group-notes ul li::before {
    content: "・";
    color: #000;
    font-weight: bold;
    display: inline-block;
    width: 20px;
  }
  #groupPage .flex-tables {
    display: block;
  }
  #groupPage .-cooking p {
    font-size: 14px;
    margin-bottom: 30px;
    font-family: "Noto Sans", sans-serif;
  }
  #groupPage .-cooking .cooking-img {
    margin-bottom: 20px;
  }
  #groupPage .-cooking .cooking-img img {
    width: 100%;
  }
}
@media screen and (max-width: 375px) {
  #groupPage .status-table td {
    font-size: 10px;
    padding: 10px 10px 10px 0;
  }
  #groupPage .status-table td::before {
    width: 38%;
    margin: -10px 10px -10px 0;
  }
}