@media (min-width: 1200px) {
  body {
    font-size: 18px;
  }

  header {
    #header {
      height: 10svh;
      padding: 10px;

      .header-title {
        letter-spacing: 0;
        margin: 0;
        font-size: 38px;
        display: flex;
        padding-top: 0%;

        p {
          font-size: 40px;
        }

        img {
          width: 60px;
          height: 50px;
          margin: 5px 20px 0 20px;
        }
      }

      .line {
        display: none;
      }

      .menu-list {
        margin-left: auto;
        text-align: center;
        align-items: center;
        display: flex;

        li {
          border-left: #6b4c32 1px solid;
          list-style: none;
          text-align: center;
          width: 130px;
          height: auto;

          & a:hover {
            transition: all 0.2s ease;
            opacity: 0.6;
          }

          a {
            height: 100%;
            display: block;
            text-decoration: none;

            img {
              width: auto;
              height: 30px;
            }

            p {
              font-size: 15px;
            }
          }
        }

        li:last-child {
          border-right: #6b4c32 1px solid;
        }
      }
    }
  }

  footer {
    height: 90svh;
    align-content: center;

    #footer {
      height: 70svh;
      width: auto;

      .outer-container {
        .footer-container {
          width: 100%;
          display: flex;
          align-content: center;
          flex-direction: row;
          justify-content: center;

          .footer-left {
            display: flex;
            flex-direction: column;
            justify-content: center;
            position: relative;
            width: 100%;
            height: 100%;
            margin-top: 0;

            &.footer-left::after {
              width: 8px;
              height: 90%;
              content: "";
              position: absolute;
              top: 5%;
              right: -3%;
              background-color: #6b4c32;
              border-radius: 15px;
            }

            .footer-title {
              margin-top: 20px;

              img {
                width: auto;
                height: 50px;
                margin-top: 9px;
                margin-right: 10px;
              }

              h2 {
                font-size: 40px;
              }
            }

            .footer-wrapper {
              padding: 0 40px 0 0;

              .table-mb {
                display: none;
              }

              .table-pc {
                display: block;
                width: 100%;

                table {
                  border-collapse: collapse;
                  width: 100%;
                  text-align: center;

                  thead th {
                    padding: 10px;
                    background-color: transparent;
                    border: none;
                  }

                  tbody {
                    .hours-row {
                      background-color: #fdf1e4;
                    }

                    .border {
                      border-top: 1px solid #6b4c32;
                      border-bottom: 1px solid #6b4c32;
                    }

                    .border:last-child {
                      border-top: none;
                    }

                    td {
                      padding: 10px;
                      border: none;
                    }

                    .time-cell {
                      line-height: 1.4;

                      h3 {
                        font-size: 20px;
                      }

                      p {
                        font-size: 17px;

                        span {
                          font-weight: normal;
                        }
                      }
                    }

                    .symbol {
                      font-size: 1.2em;
                      color: #ff8800;
                    }
                  }
                }
              }
            }
          }

          .footer-right {
            width: auto;
            margin: auto;
            display: flex;

            .footer-contents {
              line-height: 100px;
              padding-left: 10%;

              a {
                margin: 15px 0 15px 0;
                padding: 25px 0;
              }
            }
          }

          .footer-bottom {
            .return-top {
              .return-arrow1 {
                position: relative;

                &.return-arrow1:before {
                  bottom: -18px;
                  right: -63px;
                  width: 35px;
                  height: 7px;
                  border-radius: 10px;
                  transform: rotate(60deg);
                }
              }

              .return-arrow2 {
                &.return-arrow2:after {
                  bottom: -18px;
                  right: -48px;
                  width: 35px;
                  height: 7px;
                  transform: rotate(-60deg);
                }
              }

              &.return-top::before {
                width: 60px;
                height: 60px;
                bottom: -50px;
              }
            }
          }
        }
      }

      .copyright {
        p {
          text-align: center;
          font-weight: normal;
          font-size: 15px;
        }
      }
    }
  }

  main {
    margin-top: 10svh;

    #main-top {
      .maintop-img {
        width: 100%;
        height: 82svh;

        .img1 {
          box-shadow: #ff880077 -40px -40px;
          width: 360px;
          height: 360px;
          top: 23%;
          left: 8%;
          animation: syabon1 10s linear infinite;
        }

        .img2 {
          width: 250px;
          height: 250px;
          top: 13%;
          left: 40%;
          animation: syabon2 13s linear infinite;
        }

        .img3 {
          box-shadow: #ffbf008e -20px 0;
          width: 220px;
          height: 220px;
          bottom: 10%;
          left: 48%;
          animation: syabon1 15s linear infinite;
        }

        .img4 {
          width: 180px;
          height: 180px;
          top: 13%;
          left: 82%;
          animation: syabon2 16s linear infinite;
        }

        .img5 {
          width: 200px;
          height: 200px;
          bottom: 20%;
          right: 12%;
          animation: syabon3 17s linear infinite;
        }
      }

      .maintop-bottom {
        width: 100%;
        height: 8svh;
        padding-top: 0;

        h1 {
          text-align: center;
          font-size: 30px;

          span {
            font-size: 40px;
          }

          br {
            display: none;
          }
        }

        img {
          height: 50px;
          margin-left: 0;
        }
      }
    }

    #about {
      background-size: cover;
      background-image: url(../assets/img/19181605647dc9951b1993e356a81683682c18b0PC.JPG);

      img {
        object-fit: cover;
      }

      .about-container {
        text-align: center;
        width: 80%;
        height: 650px;
        padding: 15px 12px;
        border: 9px solid chocolate;

        .about-text {
          font-size: 14px;

          p {
            line-height: 43px;

            br {
              display: block;
            }
          }
        }

        .about-icon {
          .human {
            width: 150px;
            top: 10%;
          }

          .heart {
            width: 35px;
            top: 10%;
          }
        }
      }
    }

    #selection {
      height: 75svh;
      width: 100%;
      background-size: cover;

      .title {
        width: 420px;

        h2 {
          font-size: 25px;

          span {
            font-size: 30px;
          }
        }

        img {
          width: 42px;
          height: 42px;
        }
      }

      .selection-container {
        display: flex;

        .selection-wrapper {
          height: 42svh;

          .selection-contents {
            p {
              font-size: 19px;
              padding-top: 10px;
              span {
                font-size: 21px;
              }
            }
          }
        }
      }
    }

    .topmenu {
      width: 100%;
      height: auto;

      .title {
        margin-top: 50px;
      }

      .topmenu-container {
        display: flex;
        justify-content: space-evenly;
        padding: 0 50px;
      }

      .cross {
        position: relative;
        width: 30px;
        height: 150px;

        &.cross::before,
        &.cross::after {
          content: "";
          position: absolute;
          background-color: #6b4c32;
        }

        &.cross::before {
          top: 70%;
          left: -65%;
          width: 70px;
          height: 16px;
          border-radius: 50px;
        }

        &.cross::after {
          top: 46%;
          left: 50%;
          width: 16px;
          height: 70px;
          border-radius: 50px;
        }
      }

      .submenu-title {
        margin-top: 50px;
        margin-bottom: 120px;

        h2 {
          font-size: 20px;
          letter-spacing: 3px;
        }
      }

      .submenu-container {
        width: 100%;

        .sub-menu {
          z-index: 100;

          img {
            top: -8%;
            width: 600px;
            height: 300px;
            border-radius: 0 200px 200px 0;
          }

          h3 {
            top: 23%;
            right: 8%;
            padding-top: 24px;
            font-size: 32px;
            width: 396px;
            height: 96px;
          }
        }

        .submenu-wrapper {
          bottom: 3%;
          left: 18%;
          display: flex;
          width: 750px;
          height: 400px;
          justify-content: center;
          margin-bottom: 0;

          .submenu-contents {
            line-height: 2;

            p {
              font-size: 25px;
            }

            &.submenu-contents:first-child {
              padding-top: 90px;
            }

            &.submenu-contents:last-child {
              padding-top: 120px;
              padding-left: 80px;
            }
          }
        }
      }

      .topmenu-bottom {
        margin: 40px;
        padding-left: 50px;
        display: flex;
        justify-content: center;

        .topmenu-bottomtext {
          margin-top: 10px;

          p {
            br {
              display: none;
            }
          }
        }

        .topmenu-bottomface {
          margin-top: 10px;
        }
      }
    }

    .notice {
      height: auto;

      .title {
        img {
          margin-top: -3px;
          width: 48px;
        }
      }

      .topnotice-container {
        margin: auto;
        width: 800px;

        .notice-wrapper {
          .notice-parcel {
            width: 400px;
            justify-content: space-evenly;

            .notice-border {
              border: 2px solid #ff8800;
              border-radius: 12px;
              margin-left: 30px;
            }
          }

          .notice-text {
            margin: 0;
            padding-bottom: 20px;

            a {
              margin: 0;
            }
          }

          .notice-text::before {
            top: 15%;
            right: -20%;
          }
        }
      }
    }

    .staff {
      padding: 40px;

      .title {
        width: 260px;

        h2 {
          font-size: 27px;
        }

        img {
          width: 55px;
          height: 40px;
        }
      }

      .topstaff-container {
        height: auto;

        .staff-wrapper {
          border-bottom: none;
          border-right: 2px solid #6b4c32;
          padding: 20px 47px;
          margin-top: 30px;

          &.staff-wrapper:first-child {
            border-right: 2px solid #6b4c32;
          }

          &.staff-wrapper:last-child {
            border-right: none;
            margin-top: 30px;
          }

          img {
            margin-top: 0;
          }
        }
      }

      .link {
        margin-top: 110px;
      }
    }

    .feedback {
      height: auto;
      padding-bottom: 20px;

      .title {
        width: 280px;
      }

      #topfeedback-swiper {
        width: 70%;

        .topfeedback-container {
          .swiper-slide {
            display: flex;
            justify-content: center;

            .feedback-wrapper {
              display: flex;

              img {
                margin: 0 40px;
              }

              p {
                margin-left: 40px;
              }
            }
          }

          .feedback-btn {
            display: flex;
          }
        }
      }
    }

    .access {
      height: auto;
      padding: 80px 0;
      display: flex;
      justify-content: center;

      .access-left {
        padding-top: 50px;

        .title {
          margin-bottom: 70px;
        }

        .topaccess-container {
          padding-right: 50px;
          border-bottom: none;
          border-right: #6b4c32 2px solid;

          .access-pclink {
            display: block;
          }
        }
      }

      .access-right {
        padding-left: 50px;

        .access-center {
          .mapmark {
            margin: -10%;
            border-radius: 100px;
            width: 100px;
            height: 100px;

            p {
              padding-top: 27px;
              font-size: 30px;
            }
          }

          .access-arrow {
            top: 20px;
            right: 0px;
          }
        }

        .map-normal {
          margin-top: 80px;
        }
      }

      .access-mblink {
        display: none;
      }
    }
  }

  /* 2ページ目 */
  /* Menu */
  main {
    #menu {
      .top {
        .top-img {
          height: 89.3svh;

          .top-title {
            margin: 0 150px 0 auto;
            width: 400px;
            height: 120px;

            .title-dot {
              &.title-dot::after {
                top: -25%;
                left: -20%;
                font-size: 40px;
              }

              &.title-dot::before {
                bottom: -22%;
                right: -20%;
                font-size: 40px;
              }
            }

            h1 {
              margin-top: 20px;
              font-size: 50px;
            }

            img {
              width: 60px;
              height: 75px;
              margin-top: 25px;
              margin-left: 20px;
              padding-bottom: 10px;
            }

            &.top-title::after {
              border-top: #6b4c32 3px solid;
              width: 450px;
              top: 0%;
              left: -18%;
            }

            &.top-title::before {
              border-bottom: #6b4c32 3px solid;
              width: 450px;
              bottom: 0%;
              right: -18%;
            }
          }

          .img3 {
            box-shadow: #ffbf008e -40px -30px;
            top: 15%;
            left: 5%;
            width: 200px;
            height: 200px;
          }

          .img4 {
            box-shadow: #ff88008a -25px -20px;
            bottom: 10%;
            left: 13%;
            width: 270px;
            height: 270px;
          }

          .img5 {
            box-shadow: #f5ff6eb2 -30px -10px;
            top: 8%;
            left: 30%;
            width: 200px;
            height: 200px;
          }
        }
      }

      .menu-container {
        .title {
          padding-top: 60px;
          width: 380px;
        }

        .menu-uppre {
          p {
            font-size: 20px;
          }

          .menu-wrapper {
            padding: 80px 80px;
            margin: 130px auto 0 auto;
            width: 900px;

            img {
              top: -8%;
              left: 0%;
              width: 230px;
              height: 230px;
              border-radius: 150px;
            }

            .menu-item {
              margin-left: 150px;

              h3 {
                font-size: 28px;

                .dot {
                  margin: 0 20px;
                  font-size: 20px;
                }

                .dot.orange-dot {
                  color: #ff8800;
                }
              }
            }

            .wrapper-contents {
              p {
                font-size: 25px;
                padding-top: 20px;
              }
            }

            .pc-only {
              display: block;
              text-align: center;
            }

            .text-orange {
              width: 750px;
              margin: 0 auto;
              text-align: center;
            }

            .yellow-contents {
              p:last-child {
                margin-left: 30px;
              }
              .sp-br {
                display: none;
              }
            }

            .right-alignment {
              margin: 30px 150px 30px 0;
            }

            .flex {
              display: block;

              p {
                margin: 0 20px;
              }
            }

            .lightgreen-menu {
              text-align: right;
              margin-right: 200px;
            }
          }

          .middle-text {
            p {
              text-align: center;

              br {
                display: block;
              }
            }
          }

          .orange {
            img {
              z-index: 1;
              box-shadow: #ff8800 -50px -40px 0 -10px;
            }

            h3 {
              .dot.orange-dot {
                color: #ff8800;
              }
            }
          }

          .yellow {
            img {
              box-shadow: #dae549 -50px -40px 0 -10px;
            }

            h3 {
              .dot.orange-dot {
                color: #dae549;
              }
            }
          }

          .lightorange {
            img {
              box-shadow: #ffae00 -50px -40px 0 -10px;
            }

            h3 {
              .dot.orange-dot {
                color: #ffae00;
              }
            }
          }

          .lightgreen {
            img {
              box-shadow: #fff600 -50px -40px 0 -10px;
            }

            h3 {
              .dot.orange-dot {
                color: #fff600;
              }
            }
          }
        }

        .menu-lower {
          .menu-wrapper2 {
            .menu-parcel {
              width: 340px;

              img {
                top: -130px;
                left: 165px;
                width: 230px;
                height: 230px;
                border-radius: 20px;
              }

              .menu-item {
                h3 {
                  font-size: 20px;

                  .dot {
                    font-size: 18px;
                  }
                }
              }
            }
          }
        }
      }
    }
  }

  /* 3ページ目 */
  /* Staff */
  main {
    #staff {
      .top {
        .top-img {
          height: 89.3svh;

          .top-title {
            margin: 0 150px 0 auto;
            width: 400px;
            height: 120px;

            .title-dot {
              &.title-dot::after {
                top: -25%;
                left: -20%;
                font-size: 40px;
              }

              &.title-dot::before {
                bottom: -22%;
                right: -20%;
                font-size: 40px;
              }
            }

            h1 {
              margin-top: 25px;
              font-size: 45px;
            }

            img {
              width: auto;
              height: 80px;
              margin-top: 20px;
              margin-left: 20px;
              padding-bottom: 10px;
            }

            &.top-title::after {
              border-top: #6b4c32 3px solid;
              width: 450px;
              top: 0%;
              left: -18%;
            }

            &.top-title::before {
              border-bottom: #6b4c32 3px solid;
              width: 450px;
              bottom: 0%;
              right: -18%;
            }
          }

          .img3 {
            box-shadow: #ffbf008e -40px -30px;
            top: 10%;
            left: 5%;
            width: 270px;
            height: 270px;
          }

          .img4 {
            box-shadow: #ff88008a -25px -20px;
            top: 35%;
            left: 30%;
            width: 200px;
            height: 200px;
          }

          .img5 {
            box-shadow: #f5ff6eb2 -30px -10px;
            bottom: 5%;
            left: 20%;
            width: 200px;
            height: 200px;
          }
        }
      }

      .staff-container {
        width: 100%;
        padding: 30px 30px 0 30px;

        .staff-wrapper {
          display: flex;
          justify-content: flex-start;
          flex-wrap: wrap;
          width: 100%;
          gap: 40px;

          .staff-contents {
            width: 45%;
            height: auto;
            img {
              width: 160px;
              height: 160px;
              margin-right: 30px;
            }

            p {
              margin-bottom: 20px;
            }
          }
        }
      }
    }
  }

  /* 4ページ目 */
  /* Notice */
  main {
    #notice {
      .top {
        .top-img {
          height: 89.3svh;

          .top-title {
            margin: 0 150px 0 auto;
            width: 400px;
            height: 120px;

            .title-dot {
              &.title-dot::after {
                top: -25%;
                left: -20%;
                font-size: 40px;
              }

              &.title-dot::before {
                bottom: -22%;
                right: -20%;
                font-size: 40px;
              }
            }

            h1 {
              margin-top: 25px;
              font-size: 45px;
            }

            img {
              width: 75px;
              height: 80px;
              margin-top: 20px;
              margin-left: 20px;
              padding-bottom: 10px;
            }

            &.top-title::after {
              border-top: #6b4c32 3px solid;
              width: 450px;
              top: 0%;
              left: -18%;
            }

            &.top-title::before {
              border-bottom: #6b4c32 3px solid;
              width: 450px;
              bottom: 0%;
              right: -18%;
            }
          }

          .img3 {
            box-shadow: #ffbf008e -40px -30px;
            top: 25%;
            left: 5%;
            width: 300px;
            height: 300px;
          }

          .img4 {
            box-shadow: #ff88008a -25px -20px;
            top: 10%;
            left: 35%;
            width: 200px;
            height: 200px;
          }

          .img5 {
            box-shadow: #f5ff6eb2 -30px -10px;
            bottom: 5%;
            left: 25%;
            width: 200px;
            height: 200px;
          }
        }
      }

      #notice-container {
        scroll-margin-top: 80px;

        .title {
          width: 250px;

          h2 {
            font-size: 35px;
          }

          img {
            width: 60px;
            height: 55px;
            margin-left: 10px;
          }
        }

        .notice-main {
          display: flex;
          flex-direction: row-reverse;
          justify-content: space-evenly;

          #notice-swiper {
            margin-top: 30px;

            .swiper-wrapper {
              margin: 0 20px;
              opacity: 0;
              transform: translateX(-30px);
              transition:
                opacity 1s ease-out,
                transform 1s ease-out;

              &.show {
                opacity: 1;
                transform: translateX(0);
              }

              .notice-contents {
                width: auto;
                border-bottom: #6b4c32 1px solid;
                padding-bottom: 0;

                .notice-parcel {
                  justify-content: left;
                  margin-top: 15px;

                  p {
                    padding-top: 0%;
                    font-size: 20px;

                    &.date {
                      padding-top: 2%;
                    }
                  }

                  .notice-border {
                    width: 110px;
                    height: 35px;
                    margin-left: 15px;
                    margin-bottom: 8px;
                  }
                }

                .notice-text {
                  border-bottom: none;

                  a {
                    padding-left: 10px;
                    padding-top: 10px;
                    font-size: 20px;

                    &::before {
                      top: 15%;
                      right: -20%;
                    }
                  }
                }
              }
            }

            .notice-btn {
              margin-top: 30px;
            }
          }

          .notice-lower {
            max-width: 30%;
            padding-right: 30px;
            padding-top: 0;
            margin-right: 30px;
            border-top: none;
            border-right: #6b4c32 1px solid;

            .notice-wrapper {
              flex-wrap: wrap;

              .notice-parcel {
                margin-top: 0;
              }
            }

            .btn-wrapper {
              .btn {
                font-size: 18px;
              }
            }

            .accordion-wrapper {
              .accordion-menu {
                width: 300px;

                a {
                  font-size: 18px;
                }
              }
            }
          }
        }
      }
    }
  }

  /* Noticeからlinkジャンプのみ */
  /* topic */
  main {
    #topic {
      .top {
        .top-img {
          height: 89.3svh;

          .top-title {
            margin: 0 150px 0 auto;
            width: 400px;
            height: 120px;

            .title-dot {
              &.title-dot::after {
                top: -25%;
                left: -20%;
                font-size: 40px;
              }

              &.title-dot::before {
                bottom: -22%;
                right: -20%;
                font-size: 40px;
              }
            }

            h1 {
              margin-top: 25px;
              font-size: 45px;
            }

            img {
              width: 65px;
              height: 90px;
              margin-top: 10px;
              margin-left: 20px;
              padding-bottom: 10px;
            }

            &.top-title::after {
              border-top: #6b4c32 3px solid;
              width: 450px;
              top: 0%;
              left: -18%;
            }

            &.top-title::before {
              border-bottom: #6b4c32 3px solid;
              width: 450px;
              bottom: 0%;
              right: -18%;
            }
          }

          .img3 {
            box-shadow: #ffbf008e -40px -30px;
            top: 25%;
            left: 5%;
            width: 300px;
            height: 300px;
          }

          .img4 {
            box-shadow: #ff88008a -25px -20px;
            top: 10%;
            left: 35%;
            width: 200px;
            height: 200px;
          }

          .img5 {
            box-shadow: #f5ff6eb2 -30px -10px;
            bottom: 5%;
            left: 25%;
            width: 200px;
            height: 200px;
          }
        }
      }

      .topic-container {
        .title {
          margin: 0 auto 40px auto;
          width: 220px;

          h2 {
            font-size: 30px;
            padding-top: 15px;
          }

          img {
            margin-left: 10px;
            width: 55px;
            height: 60px;
          }
        }

        .topic-section {
          display: flex;
          flex-direction: row-reverse;

          .topic-wrapper {
            .topic-flex {
              display: flex;
              width: 90%;
              margin: auto;

              .topic-contents {
                flex-grow: 1;
                width: 50%;
                padding: 0 30px;

                .topic-img {
                  width: 100%;
                  height: auto;
                  display: flex;
                  flex-wrap: wrap;
                  justify-content: center;

                  img {
                    max-width: 355px;
                    width: 90%;
                    object-fit: cover;
                    margin: 30px 0;
                    border-radius: 60px 0 60px 0;
                    box-shadow: #ff8800 15px -15px;
                  }
                }

                .date {
                  background-color: #6b4c32;
                  width: 80px;
                  height: 80px;
                  position: absolute;
                  top: -50px;
                  left: 40px;
                  border-radius: 100px;

                  p {
                    letter-spacing: 2px;
                    font-size: 25px;
                    text-align: center;
                    padding-top: 20px;
                    color: white;
                  }
                }

                .text-title {
                  width: unset;
                  margin: 50px auto 30px auto;

                  p {
                    font-size: 21px;
                  }
                }

                .topic-text {
                  margin: 10px auto 0 auto;
                  max-width: unset;
                  padding: 0;

                  p {
                    font-size: 19px;
                  }
                }
              }
            }

            .topic-link {
              .link {
                width: 350px;
                height: 70px;
                padding-left: 35px;
                padding-top: 10px;

                a {
                  font-size: 25px;
                }
              }

              .link:after {
                content: "◀";
                position: absolute;
                top: 20%;
                left: -250px;
                font-size: 25px;
              }
            }
          }

          .topic-wrapper2 {
            margin-top: 0;
            display: flex;
            flex-direction: column;
            justify-content: center;
            border-right: #6b4c32 1px solid;
            border-top: none;
            max-width: 30%;

            .accordion-wrapper {
              .accordion-menu {
                width: 300px;

                a {
                  font-size: 18px;
                }
              }
            }

            .btn {
              font-size: 18px;
            }

            .topic-parcel {
              margin: 0;
              margin-bottom: 15px;

              .topic-item {
                h3 {
                  font-size: 30px;

                  .dot {
                    font-size: 25px;
                  }
                }
              }

              a,
              button {
                font-size: 25px;
                width: 200px;
                text-align: center;
                margin: 17px auto;
                padding-bottom: 5px;
              }
            }
          }
        }
      }
    }
  }

  /* 5ページ目 */
  /* Feedback */
  main {
    #feedback {
      .top {
        .top-img {
          height: 89.3svh;

          .top-title {
            margin: 0 150px 0 auto;
            width: 400px;
            height: 120px;

            .title-dot {
              &.title-dot::after {
                top: -25%;
                left: -20%;
                font-size: 40px;
              }

              &.title-dot::before {
                bottom: -22%;
                right: -20%;
                font-size: 40px;
              }
            }

            h1 {
              margin-top: 25px;
              font-size: 45px;
            }

            img {
              width: 70px;
              height: 80px;
              margin-top: 25px;
              margin-left: 25px;
              padding-bottom: 10px;
            }

            &.top-title::after {
              border-top: #6b4c32 3px solid;
              width: 450px;
              top: 0%;
              left: -18%;
            }

            &.top-title::before {
              border-bottom: #6b4c32 3px solid;
              width: 450px;
              bottom: 0%;
              right: -18%;
            }
          }

          .img3 {
            box-shadow: #ffbf008e -20px -35px;
            top: 27%;
            left: 5%;
            width: 250px;
            height: 250px;
          }

          .img4 {
            box-shadow: #ff88008a -20px -30px;
            top: 7%;
            left: 32%;
            width: 180px;
            height: 180px;
          }

          .img5 {
            box-shadow: #f5ff6eb2 -25px -30px;
            bottom: 3%;
            left: 27%;
            width: 300px;
            height: 300px;
          }
        }
      }

      .feedback-container {
        padding: 0 150px;

        #feedback-swiper {
          .swiper-wrapper {
            .swiper-slide {
              .feedback-wrapper {
                padding: 50px;
                display: flex;

                .feedback-upper {
                  img {
                    margin-bottom: 0px;
                    width: 250px;
                    height: 250px;

                    &.picture-lady {
                      margin-left: 20px;
                      width: 230px;
                      height: 230px;
                    }
                  }
                }

                .feedback-lower {
                  margin-top: 25px;
                  text-align: left;
                  padding-left: 80px;
                  padding-right: 25px;

                  p {
                    line-height: 40px;
                  }

                  .feedback-age {
                    padding: 0;
                  }
                }
              }
            }
          }
        }
      }
    }
  }

  /* 6ページ目 */
  /* Access */
  main {
    #access {
      .top {
        .top-img {
          height: 89.3svh;

          .top-title {
            margin: 0 150px 0 auto;
            width: 400px;
            height: 120px;

            .title-dot {
              &.title-dot::after {
                top: -25%;
                left: -20%;
                font-size: 40px;
              }

              &.title-dot::before {
                bottom: -22%;
                right: -20%;
                font-size: 40px;
              }
            }

            h1 {
              margin-top: 25px;
              font-size: 45px;
            }

            img {
              width: 45px;
              height: 70px;
              margin-top: 30px;
              margin-left: 25px;
              padding-bottom: 10px;
            }

            &.top-title::after {
              border-top: #6b4c32 3px solid;
              width: 450px;
              top: 0%;
              left: -18%;
            }

            &.top-title::before {
              border-bottom: #6b4c32 3px solid;
              width: 450px;
              bottom: 0%;
              right: -18%;
            }
          }

          .img3 {
            box-shadow: #ffbf008e -20px -10px;
            top: 30%;
            left: 2%;
            width: 200px;
            height: 200px;
          }

          .img4 {
            box-shadow: #ff88008a -35px -20px;
            top: 8%;
            left: 22%;
            width: 300px;
            height: 300px;
          }

          .img5 {
            box-shadow: #f5ff6eb2 -30px -10px;
            bottom: 5%;
            left: 20%;
            width: 230px;
            height: 230px;
          }
        }
      }

      .access-container {
        .mb-only {
          display: none;
        }

        .pc-only {
          display: block;

          .access-wrapper {
            width: 100%;
            padding: 50px 0;

            .station-container {
              display: flex;
              align-items: flex-start;

              &:has(#img-imazato.active) {
                .station-list {
                  .station-btn {
                    &:nth-of-type(1) {
                      &::after {
                        content: "▶";
                        font-size: 18px;
                      }
                    }
                  }
                }
              }

              &:has(#img-midori.active) {
                .station-list {
                  .station-btn {
                    &:nth-of-type(2) {
                      &::after {
                        content: "▶";
                        font-size: 18px;
                      }
                    }
                  }
                }
              }

              &:has(#img-tamatsukuri.active) {
                .station-list {
                  .station-btn {
                    &:nth-of-type(3) {
                      &::after {
                        content: "▶";
                        font-size: 18px;
                      }
                    }
                  }
                }
              }

              .station-list {
                width: 40%;
                display: flex;
                flex-direction: column;
                gap: 15px;

                .sub-title {
                  display: flex;

                  h3 {
                    font-size: 35px;
                    margin-right: 10px;
                  }

                  img {
                    margin-top: 10px;
                    margin-left: 5px;
                    width: 40px;
                    height: 40px;
                  }
                }

                .station-btn {
                  font-size: 18px;
                  font-weight: bold;
                  background: none;
                  border: none;
                  cursor: pointer;
                  text-align: left;
                  padding: 0px 30px;
                  border-left: 5px solid transparent;
                  transition: all 0.3s ease;

                  &.station-btn:hover {
                    transition: all 0.2s ease;
                    opacity: 0.6;
                  }
                }

                .station-btn::after {
                  content: "▼";
                  right: 10px;
                  top: 50%;
                  font-size: 22px;
                  color: #6b4c32;
                  padding-left: 20px;
                  transition: transform 0.2s ease;
                }

                .station-btn .dot {
                  font-size: 24px;
                  color: #ff8800;
                  margin-right: 5px;
                }

                .station-name {
                  font-size: 24px;
                  color: #ff8800;
                }
              }

              /* .border-top,
              .border-bottom {
                width: 70%;
                height: 5px;
                background-color: #6b4c32;
                border-radius: 20px;
              }
              .border-top {
                align-self: flex-start;
                margin-bottom: 10px;
              }
              .border-bottom {
                align-self: flex-end;
                margin-top: 10px;
              } */
              .address {
                margin: 20px 0;
                font-size: 23px;
                padding-left: 50px;
              }

              .station-image-container {
                width: 58%;

                .station-img {
                  display: none;
                  width: 95%;
                  height: 500px;
                  object-fit: cover;
                }

                .station-img.active {
                  display: block;
                }
              }
            }
          }
        }

        .detailed-route {
          .route-container {
            .title {
              width: 500px;
              padding-top: 0;
              margin-bottom: 30px;

              h3 {
                font-size: 40px;
              }

              img {
                margin-left: 5px;
                margin-bottom: 0px;
                width: 50px;
              }
            }

            .route-swiper {
              width: 80%;

              .route-img {
                img {
                  height: 67svh;
                }
              }

              .arrow-left {
                left: -10%;

                &.arrow-left::before {
                  left: 14%;
                }
              }

              .arrow-right {
                right: -10%;

                &.arrow-right::after {
                  right: 14%;
                }
              }

              .route-roll {
                display: flex;
                justify-content: center;
                padding-top: 5px;
                gap: 5px;

                p {
                  color: white;
                  text-align: center;

                  &.active {
                    color: #ff8800;
                  }
                }
              }
            }
          }
        }

        .access-wrapper2 {
          display: flex;
          flex-wrap: wrap;
          justify-content: center;
          width: 100%;
          height: auto;
          padding: 15px 00px;

          .background-image {
            width: 350px;
            height: 300px;
            border-radius: 20px;
            margin: 20px auto;
          }
        }
      }
    }

    /* Access内共通 */
    .border-top {
      border-top: #6b4c32 5px solid;
      max-width: 800px;
      width: 100%;
    }

    .border-bottom {
      border-bottom: #6b4c32 5px solid;
      max-width: 800px;
    }
  }
}

/* 解像度1500px以上用 */
@media (min-width: 1500px) {
  header {
    #header {
      .header-title {
        padding-top: 3px;
      }
    }
  }

  footer {
    #footer {
      margin: 20px auto 0 auto;
      max-width: 1500px;

      .outer-container {
        .footer-container {
          width: 100%;
          display: flex;
          justify-content: center;

          .footer-left {
            &.footer-left::after {
              width: 8px;
              content: "";
              position: absolute;
              right: -3%;
              background-color: #6b4c32;
              border-radius: 15px;
            }

            .address-wrapper {
              p {
                font-size: 25px;
              }

              .address-tell {
                font-size: 27px;

                a {
                  span {
                    font-size: 27px;
                  }
                }
              }
            }
          }
        }
      }
    }
  }

  main {
    #main-top {
      .maintop-img {
        width: 100%;
        height: 82svh;

        .img1 {
          box-shadow: #ff880077 -60px -60px;
          width: 450px;
          height: 450px;
          top: 23%;
          left: 8%;
        }

        .img2 {
          box-shadow: #ffa60093 -35px -35px;
          width: 310px;
          height: 310px;
          top: 13%;
          left: 40%;
        }

        .img3 {
          box-shadow: #ffbf008e -25px -10px;
          width: 300px;
          height: 300px;
          bottom: 5%;
          left: 48%;
        }

        .img4 {
          box-shadow: #ff88008a -30px -30px;
          width: 300px;
          height: 300px;
          top: 13%;
          left: 82%;
        }

        .img5 {
          box-shadow: #f5ff6eb2 -40px -25px;
          width: 320px;
          height: 320px;
          bottom: 7%;
          right: 12%;
        }
      }

      .maintop-bottom {
        width: 100%;
        height: 8svh;
        padding-top: 0;

        h1 {
          text-align: center;
          font-size: 34px;
          letter-spacing: 5px;

          span {
            font-size: 40px;
            margin-right: 10px;
          }

          br {
            display: none;
          }
        }

        img {
          width: auto;
          height: 100%;
          padding-top: 5px;
          padding-bottom: 5px;
        }
      }
    }

    #about {
      background-size: cover;
      background-image: url(../assets/img/19181605647dc9951b1993e356a81683682c18b0.jpg);
      background-position: 50% 65%;

      .about-container {
        max-width: 1000px;

        .title {
          margin-top: 20px;
          width: 500px;

          h2 {
            margin-bottom: 5px;
            margin-right: 20px;
            font-size: 35px;
          }

          img {
            margin-top: 18px;

            width: 53px;
            height: 48px;
          }
        }

        .about-text {
          p {
            br {
              display: none;
            }
          }
        }

        .about-icon {
          .human {
            top: 15%;
          }

          .heart {
            top: 16%;
          }
        }
      }
    }

    #selection {
      height: auto;
      padding: 0px 100px 40px 100px;

      .title {
        width: 580px;
        margin-bottom: 40px;

        h2 {
          font-size: 35px;
          margin-right: 10px;

          span {
            font-size: 40px;
          }
        }

        img {
          width: 50px;
          height: 100%;
          padding-bottom: 5px;
        }
      }

      .selection-container {
        .selection-wrapper {
          width: 350px;
          height: 320px;

          .selection-head {
            width: 350px;
            height: 50px;

            h3 {
              font-size: 25px;
            }
          }

          .selection-contents {
            p {
              font-size: 20px;
            }
          }
        }
      }
    }

    .topmenu {
      .title {
        width: 340px;

        h2 {
          font-size: 35px;
        }

        img {
          width: 55px;
          height: 100%;
          margin-bottom: 5px;
        }
      }

      .topmenu-container {
        padding: 0 80px;
        margin-bottom: 50px;

        .topmenu-wrapper {
          margin: 50px auto;
          width: auto;
          height: 354px;
          text-align: center;

          img {
            width: 330px;
            height: 330px;
            border-radius: 15px;
            object-fit: cover;
          }
        }
      }

      .submenu-container {
        .sub-menu {
          img {
            top: -15%;
            width: 730px;
            height: 320px;
            border-radius: 0 200px 200px 0;
          }

          h3 {
            top: 10%;
            right: 8%;
            padding-top: 24px;
            font-size: 35px;
            width: 420px;
            height: 110px;
          }
        }

        .submenu-wrapper {
          width: 850px;
          height: 410px;
          left: 22%;

          .submenu-contents {
            line-height: 2;
            padding-top: 30px;

            p {
              font-size: 30px;
            }

            &.submenu-contents:first-child {
              padding-top: 80px;
            }

            &.submenu-contents:last-child {
              padding-top: 90px;
              padding-left: 80px;
            }
          }
        }
      }
    }

    .notice {
      height: auto;

      .title {
        width: 250px;

        h2 {
          font-size: 35px;
        }

        img {
          margin-top: 1px;
          width: 50px;
          height: auto;
        }
      }

      .topnotice-container {
        .notice-wrapper {
          .notice-parcel {
            margin-bottom: 0;

            p {
              margin-top: 7px;
              font-size: 18px;
            }

            .notice-border {
              margin: 0 5px -8px 10px;
            }
          }
        }
      }
    }

    .staff {
      .title {
        width: 330px;

        h2 {
          font-size: 35px;
        }

        img {
          width: auto;
          height: 50px;
          margin-top: 1px;
        }
      }

      .topstaff-container {
        max-width: 1400px;
        margin: 0 auto;
      }
    }

    .feedback {
      .title {
        width: 280px;
        margin: 50px auto 60px auto;

        h2 {
          font-size: 35px;
        }

        img {
          width: 50px;
          height: 50px;
        }
      }

      #topfeedback-swiper {
        .topfeedback-container {
          .swiper-slide {
            .feedback-wrapper {
              max-width: 900px;
            }
          }
        }
      }
    }
  }

  /* 2ページ目以降 */
  /* Menu */
  main {
    #menu {
      .top {
        .top-img {
          height: 89.5svh;

          .top-title {
            width: 550px;
            height: 150px;
            margin: 0 300px 0 auto;

            .title-dot {
              &.title-dot::after {
                top: -20%;
                left: -10%;
              }

              &.title-dot::before {
                bottom: -17%;
                right: -10%;
              }
            }

            h1 {
              margin-top: 25px;
              font-size: 65px;
            }

            img {
              width: auto;
              height: 100px;
              margin-top: 30px;
            }

            &.top-title::after {
              left: -5%;
            }

            &.top-title::before {
              right: -5%;
            }
          }

          .img3 {
            box-shadow: #ffbf008e -40px -30px;
            top: 15%;
            left: 5%;
            width: 230px;
            height: 230px;
            border-radius: 200px;
          }

          .img4 {
            box-shadow: #ff88008a -25px -20px;
            bottom: 10%;
            left: 15%;
            width: 350px;
            height: 350px;
            border-radius: 200px;
          }

          .img5 {
            box-shadow: #f5ff6eb2 -30px -10px;
            bottom: 5%;
            left: 30%;
            width: 250px;
            height: 250px;
            border-radius: 200px;
          }
        }
      }

      .menu-container {
        .menu-lower {
          .menu-wrapper2 {
            .menu-parcel {
              img {
                top: -150px;
                left: 168px;
                width: 250px;
                height: 250px;
                border-radius: 20px;
              }
            }
          }
        }
      }
    }
  }

  /* 3ページ目 */
  /* Staff */
  main {
    #staff {
      .top {
        .top-img {
          height: 89.5svh;

          .top-title {
            width: 550px;
            height: 150px;
            margin: 0 300px 0 auto;

            .title-dot {
              &.title-dot::after {
                top: -20%;
                left: -10%;
              }

              &.title-dot::before {
                bottom: -17%;
                right: -10%;
              }
            }

            h1 {
              margin-top: 25px;
              font-size: 65px;
            }

            img {
              width: auto;
              height: 90px;
              margin-top: 30px;
            }

            &.top-title::after {
              left: -5%;
            }

            &.top-title::before {
              right: -5%;
            }
          }

          .img3 {
            box-shadow: #ffbf008e -60px -20px;
            top: 7%;
            left: 10%;
            width: 350px;
            height: 350px;
            border-radius: 200px;
          }

          .img4 {
            box-shadow: #ff88008a -40px -15px;
            top: 60%;
            left: 15%;
            width: 270px;
            height: 270px;
            border-radius: 200px;
          }

          .img5 {
            box-shadow: #f5ff6eb2 -20px -10px;
            bottom: 15%;
            left: 40%;
            width: 210px;
            height: 210px;
            border-radius: 200px;
          }
        }
      }
    }
  }

  /* Notice */
  main {
    #notice {
      .top {
        .top-img {
          height: 89.5svh;

          .top-title {
            width: 550px;
            height: 150px;
            margin: 0 300px 0 auto;

            .title-dot {
              &.title-dot::after {
                top: -20%;
                left: -10%;
              }

              &.title-dot::before {
                bottom: -17%;
                right: -10%;
              }
            }

            h1 {
              margin-top: 25px;
              font-size: 65px;
            }

            img {
              width: auto;
              height: 100px;
              margin-top: 25px;
            }

            &.top-title::after {
              left: -5%;
            }

            &.top-title::before {
              right: -5%;
            }
          }

          .img3 {
            box-shadow: #ffbf008e -40px -30px;
            top: 25%;
            left: 7%;
            width: 350px;
            height: 350px;
            border-radius: 200px;
          }

          .img4 {
            box-shadow: #ff88008a -25px -20px;
            bottom: 10%;
            left: 35%;
            width: 250px;
            height: 250px;
            border-radius: 200px;
          }

          .img5 {
            box-shadow: #f5ff6eb2 -30px -10px;
            bottom: 5%;
            left: 30%;
            width: 250px;
            height: 250px;
            border-radius: 200px;
          }
        }
      }

      .notice-container {
        .notice-main {
          #notice-swiper {
            .swiper-wrapper {
              max-width: 1200px;

              .notice-wrapper {
                .notice-contents {
                  .notice-parcel {
                    .notice-border {
                      margin-left: 30px;
                    }
                  }

                  .notice-text {
                    a {
                      padding-left: 50px;
                    }
                  }
                }

                .notice-btn {
                  margin: 0 0 0 30%;
                  width: 500px;
                  justify-content: left;
                  letter-spacing: 15px;

                  .swiper-button-prev,
                  .swiper-button-next,
                  .swiper-pagination {
                    &.swiper-pagination {
                      margin-top: 9px;
                      z-index: 1;
                      font-size: 25px;
                    }

                    &.active::before {
                      top: -8%;
                      left: -3%;
                      font-size: 30px;
                    }
                  }
                }
              }
            }
          }

          .notice-wrapper2 {
            max-width: 450px;
          }
        }
      }
    }
  }

  /* topic */
  main {
    #topic {
      .top {
        .top-img {
          height: 89.5svh;

          .top-title {
            width: 550px;
            height: 150px;
            margin: 0 300px 0 auto;

            .title-dot {
              &.title-dot::after {
                top: -20%;
                left: -10%;
              }

              &.title-dot::before {
                bottom: -17%;
                right: -10%;
              }
            }

            h1 {
              margin-top: 25px;
              font-size: 65px;
            }

            img {
              width: auto;
              height: 100px;
              margin-top: 20px;
            }

            &.top-title::after {
              left: -5%;
            }

            &.top-title::before {
              right: -5%;
            }
          }

          .img3 {
            box-shadow: #ffbf008e -40px -30px;
            top: 25%;
            left: 7%;
            width: 350px;
            height: 350px;
            border-radius: 200px;
          }

          .img4 {
            box-shadow: #ff88008a -25px -20px;
            bottom: 10%;
            left: 35%;
            width: 250px;
            height: 250px;
            border-radius: 200px;
          }

          .img5 {
            box-shadow: #f5ff6eb2 -30px -10px;
            bottom: 5%;
            left: 30%;
            width: 250px;
            height: 250px;
            border-radius: 200px;
          }
        }
      }

      .topic-container {
        .title {
          margin: 0 auto 40px auto;
          width: 200px;

          h2 {
            font-size: 30px;
            padding-top: 15px;
          }

          img {
            width: 60px;
            height: 60px;
          }
        }

        .topic-section {
          .topic-wrapper {
            .topic-flex {
              .topic-contents {
                .topic-img {
                  img {
                    margin: 30px 0;
                    border-radius: 60px 0 60px 0;
                  }
                }
              }
            }
          }
        }
      }
    }
  }

  /* Feedback */
  main {
    #feedback {
      .top {
        .top-img {
          height: 89.5svh;

          .top-title {
            width: 550px;
            height: 150px;
            margin: 0 300px 0 auto;

            .title-dot {
              &.title-dot::after {
                top: -20%;
                left: -10%;
              }

              &.title-dot::before {
                bottom: -17%;
                right: -10%;
              }
            }

            h1 {
              margin-top: 25px;
              font-size: 65px;
            }

            img {
              width: auto;
              height: 90px;
              margin-top: 30px;
            }

            &.top-title::after {
              left: -5%;
            }

            &.top-title::before {
              right: -5%;
            }
          }

          .img3 {
            box-shadow: #ffbf008e -40px -30px;
            top: 25%;
            left: 5%;
            width: 250px;
            height: 250px;
            border-radius: 200px;
          }

          .img4 {
            box-shadow: #ff88008a -25px -20px;
            bottom: 10%;
            left: 32%;
            width: 230px;
            height: 230px;
            border-radius: 200px;
          }

          .img5 {
            box-shadow: #f5ff6eb2 -30px -10px;
            bottom: 5%;
            left: 25%;
            width: 350px;
            height: 350px;
            border-radius: 200px;
          }
        }
      }

      .feedback-container {
        #feedback-swiper {
          width: 100%;
          height: auto;

          .swiper-wrapper {
            .swiper-slide {
              .feedback-wrapper {
                width: 70%;
                margin: 60px auto 0 auto;
              }
            }
          }
        }
      }
    }
  }

  /* Access */
  main {
    #access {
      .top {
        .top-img {
          height: 89.5svh;

          .top-title {
            width: 550px;
            height: 150px;
            margin: 0 300px 0 auto;

            .title-dot {
              &.title-dot::after {
                top: -20%;
                left: -10%;
              }

              &.title-dot::before {
                bottom: -17%;
                right: -10%;
              }
            }

            h1 {
              margin-top: 25px;
              font-size: 65px;
            }

            img {
              width: auto;
              height: 90px;
              margin-top: 30px;
            }

            &.top-title::after {
              left: -5%;
            }

            &.top-title::before {
              right: -5%;
            }
          }

          .img3 {
            box-shadow: #ffbf008e -30px -15px;
            top: 35%;
            left: 5%;
            width: 230px;
            height: 230px;
          }

          .img4 {
            box-shadow: #ff88008a -50px -40px;
            top: 10%;
            left: 25%;
            width: 320px;
            height: 320px;
          }

          .img5 {
            box-shadow: #f5ff6eb2 -30px -10px;
            bottom: 5%;
            left: 20%;
            width: 270px;
            height: 270px;
          }
        }
      }

      .access-container {
        .pc-only {
          .access-wrapper {
            margin: auto;
            max-width: 1500px;

            .station-container {
              .station-list {
                .sub-title {
                  margin-right: 60px;
                }
              }

              .border-top,
              .border-bottom {
                width: 80%;
              }
            }
          }
        }
      }
    }
  }
}
