/*! Writen  by SCSS */
.limited_area {
  padding-bottom: clamp(60px, 7.693vw, 100px); }
  .limited_area .sec_ttl_wrap {
    margin-bottom: clamp(50px, 6.924vw, 90px); }
    .limited_area .sec_ttl_wrap .sec_ttl {
      color: #99742c; }
  .limited_area .etc_txt {
    font-size: clamp(16px, 1.936vw, 24px);
    text-align: center;
    color: #891010;
    font-weight: 600;
    margin-top: 30px; }
  .limited_area .schedule {
    max-width: 1100px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: clamp(60px, 7.693vw, 100px); }
    .limited_area .schedule .sc_title {
      width: 100%;
      line-height: 1;
      display: flex;
      flex-direction: row;
      justify-content: center;
      column-gap: 20px;
      border-top: 1px solid #000;
      border-bottom: 1px solid #000;
      padding: 10px 0;
      color: #000;
      margin-bottom: 60px;
      align-items: center; }
      @media screen and (max-width: 480px) {
        .limited_area .schedule .sc_title {
          margin-bottom: 30px; } }
      .limited_area .schedule .sc_title .icon {
        max-width: 34px;
        width: 100%; }
      .limited_area .schedule .sc_title .title_txt {
        font-size: clamp(20px, 2.834vw, 34px);
        font-weight: 600;
        line-height: 1; }
    .limited_area .schedule .sc_item {
      width: 100%;
      flex-direction: row;
      border-bottom: dashed 1px #99742c;
      align-items: center;
      display: flex; }
      @media screen and (max-width: 480px) {
        .limited_area .schedule .sc_item {
          flex-direction: column;
          row-gap: 10px;
          border-bottom: none; } }
      .limited_area .schedule .sc_item dt {
        width: 38.19%;
        background: #99742c;
        padding: 40px 0;
        line-height: 1;
        font-size: clamp(20px, 2.834vw, 34px);
        color: #fff;
        text-align: center;
        font-weight: 600;
        height: 100%; }
        @media screen and (max-width: 480px) {
          .limited_area .schedule .sc_item dt {
            padding: 10px; } }
      .limited_area .schedule .sc_item dd {
        display: flex;
        width: 61.82%;
        flex-direction: column;
        align-items: flex-start;
        padding-left: 20px;
        row-gap: 5px; }
        @media screen and (max-width: 480px) {
          .limited_area .schedule .sc_item dd {
            align-items: center;
            padding-left: 0;
            margin-bottom: 30px;
            row-gap: 20px; } }
        .limited_area .schedule .sc_item dd .day {
          font-size: clamp(18px, 1.834vw, 22px);
          font-weight: 600;
          line-height: 1;
          align-items: center;
          display: flex;
          justify-content: flex-start;
          color: #99742c; }
          @media screen and (max-width: 480px) {
            .limited_area .schedule .sc_item dd .day {
              flex-wrap: wrap; } }
          .limited_area .schedule .sc_item dd .day .text_s {
            display: block;
            margin-top: 10px; }
          .limited_area .schedule .sc_item dd .day .cap_l {
            font-size: 14px;
            color: #900;
            margin-top: 10px; }
            @media screen and (max-width: 480px) {
              .limited_area .schedule .sc_item dd .day .cap_l {
                text-align: right;
                width: 100%;
                display: block;
                font-size: 12px; } }
          .limited_area .schedule .sc_item dd .day big {
            display: block;
            font-size: 200%; }
            @media screen and (max-width: 480px) {
              .limited_area .schedule .sc_item dd .day big {
                font-size: 185%; } }
          .limited_area .schedule .sc_item dd .day .link_btn {
            display: block;
            width: 220px;
            margin-left: 20px; }
            .limited_area .schedule .sc_item dd .day .link_btn a {
              width: 100%;
              padding: 10px;
              font-size: 18px;
              text-align: center;
              background: #800;
              color: #fff;
              text-decoration: none;
              transition: 0.3s opacity ease-in-out 0s;
              display: block; }
              body:not(.mobile) .limited_area .schedule .sc_item dd .day .link_btn a:hover {
                opacity: 0.7; }
                body:not(.mobile) .limited_area .schedule .sc_item dd .day .link_btn a:hover:after {
                  transform: rotate(45deg) translate(3px, -3px); }
              .limited_area .schedule .sc_item dd .day .link_btn a .cs {
                background: #cccccc;
                pointer-events: none; }
            @media screen and (max-width: 480px) {
              .limited_area .schedule .sc_item dd .day .link_btn {
                display: none; } }
        .limited_area .schedule .sc_item dd .exp {
          font-size: 15px;
          text-align: left;
          line-height: 1.4; }
          @media screen and (max-width: 480px) {
            .limited_area .schedule .sc_item dd .exp {
              text-align: center;
              font-size: 14px;
              letter-spacing: -0.05em; } }
        .limited_area .schedule .sc_item dd .link_btn {
          display: none; }
          .limited_area .schedule .sc_item dd .link_btn a {
            width: 100%;
            padding: 10px;
            font-size: 18px;
            text-align: center;
            background: #800;
            color: #fff;
            text-decoration: none;
            display: block;
            transition: 0.3s opacity ease-in-out 0s; }
            body:not(.mobile) .limited_area .schedule .sc_item dd .link_btn a:hover {
              opacity: 0.7; }
              body:not(.mobile) .limited_area .schedule .sc_item dd .link_btn a:hover:after {
                transform: rotate(45deg) translate(3px, -3px); }
            .limited_area .schedule .sc_item dd .link_btn a.cs {
              background: #cccccc;
              pointer-events: none; }
          @media screen and (max-width: 480px) {
            .limited_area .schedule .sc_item dd .link_btn {
              display: block;
              width: 220px;
              margin: 0 auto; } }
      @media screen and (max-width: 480px) {
        .limited_area .schedule .sc_item dt,
        .limited_area .schedule .sc_item dd {
          width: 100%; } }
