@media (min-width: 768px) {
  header {
    width: 100%;

    #header {
      height: 8svh;

      .header-title {
        letter-spacing: 3px;
        margin-top: 0px;
        font-size: 36px;

        p {
          margin-bottom: 0;
          font-size: 45px;
        }

        img {
          margin: 8px 20px 0 25px;
          height: 60px;
        }
      }

      .line {
        margin-left: auto;
        padding-right: 30px;

        li {
          padding-right: 20px;
          width: 50px;
          height: 4px;
        }

        &.active {
          .line1 {
            transform: translateY(14px) rotate(40deg);
          }

          .line3 {
            transform: translateY(-14px) rotate(-40deg);
          }
        }
      }
    }

    #hamburger {
      height: 92svh;

      .hamburger-list {
        padding: 50px;

        .humburger-contents {
          a {
            p {
              width: 300px;
              height: 30px;
              font-size: 35px;
              /* margin: 0px auto; */
            }

            img {
              height: 50px;
              padding-bottom: 5px;
              padding-right: 30px;
            }
          }
        }
      }
    }
  }

  footer {
    height: 94svh;
    padding: 40px;
    background-image: url(../assets/img/中本院原本.jpg);
    background-size: cover;

    #footer {
      height: 84svh;
      padding: 0 50px;
      margin: 0;
      align-content: center;

      .outer-container {
        height: 95%;

        .footer-container {
          .footer-left {
            .footer-title {
              img {
                width: 60px;
                height: 50px;
                margin-top: 6px;
                margin-right: 10px;
              }

              h2 {
                font-size: 40px;
              }
            }

            .address-wrapper {
              width: 100%;
              display: flex;
              justify-content: space-around;
              margin: 30px 0;

              p {
                font-size: 21px;

                span {
                  font-size: 25px;
                }
              }

              .address-tell {
                a {
                  font-size: 20px;

                  span {
                    font-size: 25px;
                  }
                }
              }
            }

            .footer-wrapper {
              width: 100%;
              height: auto;
              padding: 0 40px;
              border: none;

              .table-mb {
                .table-title {
                  display: flex;
                  justify-content: center;

                  p {
                    padding: 0 30px;
                    font-size: 20px;

                    span {
                      font-size: 18px;
                    }
                  }
                }

                table {
                  th {
                    width: 150px;
                    font-size: 20px;
                  }

                  td {
                    font-size: 30px;
                    color: #ff8800;
                  }
                }
              }
            }
          }

          .footer-right {
            .footer-contents {
              border: none;
              margin: 0 auto;
              padding: 40px 0;
              width: 500px;
              line-height: 70px;

              a {
                font-size: 27px;
                padding: 20px 0;
              }
            }
          }

          .footer-bottom {
            .return-top {
              width: 100%;
              height: auto;

              .return-arrow1 {
                position: relative;

                &.return-arrow1:before {
                  bottom: 7px;
                  right: -56px;
                  width: 40px;
                  height: 7px;
                  border-radius: 10px;
                  transform: rotate(60deg);
                }
              }

              .return-arrow2 {
                position: relative;

                &.return-arrow2:after {
                  bottom: 7px;
                  right: -39px;
                  width: 40px;
                  height: 7px;
                  transform: rotate(-60deg);
                }
              }

              &.return-top::before {
                bottom: -35px;
                right: -70px;
                width: 80px;
                height: 80px;
              }
            }
          }
        }
      }

      .copyright {
        height: 5%;

        p {
          font-size: 20px;
        }
      }
    }
  }

  main {
    font-size: 25px;
    margin-top: 8svh;

    #main-top {
      .maintop-img {
        height: 83svh;

        .img1 {
          box-shadow: #ff880077 -30px -30px;
          top: 5%;
          left: 7%;
          width: 250px;
          height: 250px;
        }

        .img2 {
          top: 10%;
          right: 0%;
          width: 350px;
          height: 350px;
        }

        .img3 {
          bottom: 35%;
          left: 23%;
          width: 200px;
          height: 200px;
        }

        .img4 {
          bottom: 0%;
          left: 0%;
          width: 200px;
          height: 200px;
        }

        .img5 {
          bottom: 2%;
          right: 10%;
          width: 320px;
          height: 320px;
        }

        .img6 {
          box-shadow: #ff880077 -30px -30px;
          top: 5%;
          left: 15%;
          width: 250px;
          height: 250px;
        }
      }

      .maintop-bottom {
        height: 9svh;

        h1 {
          font-size: 28px;
          letter-spacing: 7px;

          span {
            font-size: 32px;
          }
        }

        img {
          padding-top: 0;
          padding-left: 15px;
          width: auto;
          height: 70px;
        }
      }
    }

    /* About */
    #about {
      background-image: url(../assets/img/19181605647dc9951b1993e356a81683682c18b0コピー.JPG);

      .about-container {
        .title {
          margin-top: 30px;
          width: 420px;

          h2 {
            margin-bottom: 5px;
            font-size: 30px;
          }

          img {
            width: 55px;
            height: 40px;
          }
        }

        .about-text {
          p {
            font-size: 22px;
            line-height: 35px;
          }
        }

        .about-icon {
          .human {
            height: auto;
            width: 150px;
            top: 30%;
          }

          .heart {
            width: 35px;
            top: 30%;
          }
        }
      }
    }

    /* Selection */
    #selection {
      height: 92svh;

      .title {
        width: 500px;
        margin-bottom: 40px;

        h2 {
          font-size: 30px;

          span {
            font-size: 35px;
          }
        }

        img {
          margin-left: 20px;
          width: 55px;
          height: 50px;
        }
      }

      .selection-container {
        height: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;

        .selection-wrapper {
          width: 320px;
          height: 330px;
          margin: 40px 0;

          .selection-head {
            width: 320px;
            height: 40px;

            h3 {
              font-size: 19px;
            }
          }

          .selection-contents {
            p {
              font-size: 20px;
              span {
                font-weight: bold;
                font-size: 23px;
              }
            }
          }
        }
      }
    }

    /* Topmenu */
    .topmenu {
      height: 2000px;

      .title {
        width: 280px;

        h2 {
          font-size: 30px;
        }

        img {
          margin-top: 10px;
          margin-left: 12px;
          width: 50px;
          height: 50px;
        }
      }

      .topmenu-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;

        .topmenu-wrapper {
          text-align: center;

          img {
            border-radius: 20px;
          }

          h3 {
            .dot {
              margin: 0 20px;
              font-size: 25px;
            }
          }
        }
      }

      .submenu-title {
        p {
          padding-top: 10px;
          font-size: 25px;
        }

        img {
          width: 45px;
        }
      }

      .submenu-container {
        .sub-menu {
          img {
            top: 30px;
            left: -50px;
            width: 350px;
            height: 170px;
          }

          h3 {
            top: 100px;
            right: 0;
            width: 300px;
            height: 70px;
            font-size: 25px;
          }
        }

        .submenu-wrapper {
          display: flex;
          justify-content: space-evenly;
          bottom: 0;
          left: -10px;
          width: 680px;
          height: 380px;

          .submenu-contents {
            padding-top: 50px;

            p {
              font-size: 28px;
              line-height: 2em;
            }
          }

          .submenu-contents:last-child {
            padding-top: 70px;
          }
        }
      }

      .cross {
        &.cross::before {
          top: 270%;
        }

        &.cross::after {
          top: 180%;
        }
      }

      .topmenu-bottom {
        display: flex;
        justify-content: center;

        .topmenu-bottomtext {
          p {
            font-size: 23px;

            span {
              font-size: 28px;

              .time {
                font-size: 30px;
              }
            }

            br {
              display: none;
            }
          }
        }

        .topmenu-bottomface {
          margin-left: 15px;

          img {
            width: 80px;
            height: 80px;
          }
        }
      }
    }

    /* Notice */
    .notice {
      height: auto;

      .title {
        width: 220px;

        h2 {
          font-size: 30px;
        }

        img {
          margin-top: -5px;
          width: 50px;
        }
      }

      .topnotice-container {
        width: 100%;

        .tab-container {
          .tab {
            height: 50px;
          }
        }

        .notice-wrapper {
          .notice-parcel {
            display: flex;
            gap: 10px;
            align-items: center;

            p {
              font-size: 18px;
            }

            .notice-border {
              width: 100%;
              height: auto;
              margin-left: 10px;
              padding: 2px 10px 8px 10px;
              border: 2px solid #ff8800;
              border-radius: 10px;
              background-color: #fff7e0e0;
              width: 100px;
              text-align: center;
              margin-bottom: -8px;
            }
          }

          .notice-text {
            display: block;

            a {
              display: flex;
              font-size: 20px;
              position: relative;
            }

            a:hover {
              opacity: 0.6;
            }
          }
        }
      }
    }

    /* Staff */
    .staff {
      .title {
        width: 300px;

        h2 {
          font-size: 30px;
        }

        img {
          width: 70px;
          height: 45px;
          margin-left: 20px;
          margin-top: -2px;
        }
      }

      .topstaff-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;

        .staff-wrapper {
          margin-top: 50px;
          border: none;
          padding: 0 20px;

          &.staff-wrapper:first-child {
            border-right: 3px solid #6b4c32;
          }

          &.staff-wrapper:last-child {
            margin-top: 20px;
          }

          img {
            margin-top: 20px;
            width: 300px;
            height: 300px;
          }

          h3 {
            font-size: 23px;
          }

          p {
            font-size: 20px;
          }
        }
      }
    }

    /* Feedback */
    .feedback {
      background-image: url(../assets/img/水玉カラー背景デカ.png);
      background-size: auto;
      height: auto;
      width: 100%;
      padding-bottom: 20px;

      .title {
        width: 230px;
        margin: 50px auto 60px auto;

        h2 {
          font-size: 30px;
        }

        img {
          width: 40px;
          height: 40px;
        }
      }

      #topfeedback-swiper {
        width: 95%;
        max-width: 800px;

        .topfeedback-container {
          .swiper-slide {
            .feedback-wrapper {
              display: flex;
              padding: 30px 20px;

              p {
                padding: 20px 0 0px 10px;
                font-size: 20px;

                br {
                  display: block;
                }
              }

              .small-print {
                margin-top: 0;
              }
            }
          }
        }

        .feedback-btn {
          margin: auto;
          width: 350px;
          display: flex;
          justify-content: center;

          .btn {
            margin: 10px;
            height: 20px;

            &.left-arrow::after {
              font-size: 40px;
            }

            &.right-arrow::after {
              font-size: 40px;
            }
          }

          .swiper-pagination {
            .swiper-pagination-bullet {
              margin: 10px 15px 0 15px;
              width: 20px;
              height: 20px;
            }
          }
        }
      }

      .link {
        margin-top: 50px;
      }
    }

    /* Access */
    .access {
      height: auto;
      padding: 40px 20px;

      .access-left {
        .title {
          width: 250px;

          h2 {
            font-size: 30px;
          }

          img {
            margin-left: 10px;
            width: 35px;
            height: 42px;
          }
        }

        .topaccess-container {
          .access-wrapper {
            &.access-wrapper:last-child {
              margin: 40px 0;
            }

            p {
              font-size: 23px;
            }
          }
        }
      }

      .access-right {
        .access-center {
          margin: 30px 0;

          .mapmark {
            border-radius: 100px;
            width: 85px;
            height: 85px;
            margin-left: 100px;

            p {
              padding-top: 24px;
              font-size: 23px;
            }
          }

          .access-arrow {
            top: 40px;
            right: 100px;

            img {
              width: 35px;
              height: 50px;
            }
          }
        }

        .map-small {
          display: none;
        }

        .map-normal {
          margin: 0 auto;
          width: 454px;
          height: 319px;
          display: block;
          border: #6b4c32 2px solid;
          border-radius: 15px;

          iframe {
            border-radius: 15px;
          }
        }
      }
    }
  }

  /* 2ページ目 */
  /*　menu */
  main {
    #menu {
      .top {
        .top-img {
          height: 91.5svh;

          .top-title {
            width: 500px;
            height: 150px;

            .title-dot {
              &.title-dot::after {
                top: -19%;
                left: -11%;
                font-size: 40px;
              }

              &.title-dot::before {
                bottom: -17%;
                right: -11%;
                font-size: 40px;
              }
            }

            h1 {
              margin-top: 30px;
              font-size: 60px;
            }

            img {
              width: 100px;
              height: 110px;
              margin-top: 25px;
              margin-left: 20px;
              padding-bottom: 10px;
            }

            &.top-title::after {
              border-top: #6b4c32 3px solid;
              width: 520px;
              top: 0%;
              left: -5%;
            }

            &.top-title::before {
              border-bottom: #6b4c32 3px solid;
              width: 520px;
              bottom: 0%;
              right: -5%;
            }
          }

          .img3 {
            box-shadow: #ffbf008e -40px -25px;
            top: 8%;
            left: 13%;
            width: 200px;
            height: 200px;
          }

          .img4 {
            box-shadow: #ff88008a -40px -25px;
            bottom: 2%;
            left: 30%;
            width: 320px;
            height: 320px;
          }

          .img5 {
            box-shadow: #f5ff6eb2 -30px -20px;
            top: 6%;
            right: 10%;
            width: 250px;
            height: 250px;
          }
        }
      }

      .menu-container {
        padding: 0 40px;

        p {
          span {
            font-size: 30px;
          }
        }

        .title {
          width: 350px;

          h2 {
            font-size: 35px;
          }

          img {
            width: 50px;
            height: 100%;
            margin-left: 15px;
          }
        }

        .menu-uppre {
          .menu-wrapper {
            border-radius: 15px;
            padding: 180px 65px 40px 65px;
            margin-top: 130px;

            img {
              top: -8%;
              left: 35%;
              width: 200px;
              height: 200px;
              border-radius: 100px;
            }

            .menu-item {
              display: block;

              h3 {
                font-size: 35px;

                .dot {
                  margin: 0 20px;
                  font-size: 25px;
                }

                .dot.orange-dot {
                  color: #ff8800;
                }
              }
            }

            .wrapper-contents {
              margin: 20px 0;
            }

            .text-orange {
              p {
                padding: 0;

                br {
                  display: block;
                }
              }
            }

            .text-big {
              margin: 40px 0;
              font-weight: bolder;
              font-size: 35px;
            }

            .flex {
              display: flex;
              justify-content: space-between;

              p {
                margin: 0 20px;
              }
            }

            .yellow-contents {
              text-align: center;
            }
          }
        }

        .menu-lower {
          display: flex;
          flex-wrap: wrap;
          justify-content: center;
          padding: 40px 0;

          .cross {
            width: 30px;
            height: 30px;

            &.cross::before {
              top: 250%;
              left: -115%;
              width: 100px;
              height: 20px;
              border-radius: 50px;
            }

            &.cross::after {
              top: 85%;
              left: 50%;
              width: 20px;
              height: 100px;
              border-radius: 50px;
            }
          }

          .submenu-title {
            margin-top: 150px;

            p {
              font-size: 32px;
            }

            img {
              width: auto;
              height: auto;
            }
          }

          .sub-menu {
            margin-bottom: 100px;

            h3 {
              top: 0%;
              width: 300px;
              height: 70px;
              font-size: 25px;
              letter-spacing: 1px;
              border-radius: 100px;
              padding-top: 14px;
            }
          }

          .menu-wrapper2 {
            width: 100%;
            height: auto;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-evenly;
            text-align: center;
            margin: auto;

            .menu-parcel {
              width: 320px;
              height: auto;
              border-radius: 15px;
              padding: 120px 20px 40px 20px;
              margin-top: 200px;

              img {
                top: -150px;
                left: 157px;
                width: 240px;
                height: 260px;
                border-radius: 20px;
              }

              .menu-item {
                h3 {
                  font-size: 25px;

                  .dot {
                    font-size: 20px;
                  }

                  .dot.orange-dot {
                    color: #ff8800;
                  }
                }
              }

              .left-alignment {
                p {
                  font-size: 21px;
                }
              }
            }
          }

          .special-menu {
            margin-top: 100px;
            margin-bottom: 50px;
            border-radius: 40px;
            height: 70px;
            background-color: #ff8800;

            p {
              text-align: center;
              padding-top: 16px;
              margin: 0 30px;
              color: white;
              font-size: 25px;
            }
          }
        }
      }
    }
  }

  /* 3ページ目 */
  /* Staff */
  main {
    #staff {
      .top {
        .top-img {
          height: 91.5svh;

          .top-title {
            width: 500px;
            height: 150px;

            .title-dot {
              &.title-dot::after {
                top: -19%;
                left: -11%;
                font-size: 40px;
              }

              &.title-dot::before {
                bottom: -17%;
                right: -11%;
                font-size: 40px;
              }
            }

            h1 {
              margin-top: 30px;
              font-size: 60px;
            }

            img {
              margin-top: 35px;
              width: auto;
              height: 90px;
              margin-left: 20px;
              padding-bottom: 10px;
            }

            &.top-title::after {
              border-top: #6b4c32 3px solid;
              width: 520px;
              top: 0%;
              left: -5%;
            }

            &.top-title::before {
              border-bottom: #6b4c32 3px solid;
              width: 520px;
              bottom: 0%;
              right: -5%;
            }
          }

          .img3 {
            box-shadow: #ffbf008e -40px -25px;
            top: 4%;
            left: 13%;
            width: 280px;
            height: 280px;
          }

          .img4 {
            box-shadow: #ff88008a -40px -25px;
            bottom: 5%;
            left: 15%;
            width: 200px;
            height: 200px;
          }

          .img5 {
            box-shadow: #f5ff6eb2 -30px -20px;
            bottom: 15%;
            right: 6%;
            width: 250px;
            height: 250px;
          }
        }
      }

      .staff-container {
        padding: 30px 80px 0 80px;

        .title {
          width: 350px;

          h2 {
            margin-bottom: 5px;
            font-size: 35px;
          }

          img {
            margin-top: 1px;
            margin-left: 20px;
            width: auto;
            height: 50px;
          }
        }

        .staff-wrapper {
          .staff-contents {
            img {
              width: 130px;
              height: 130px;
              margin-right: 30px;
            }

            p {
              margin-bottom: 20px;
            }
          }
        }
      }
    }
  }

  /* 4ページ目 */
  /* Notice */
  main {
    #notice {
      .top {
        .top-img {
          height: 91.5svh;

          .top-title {
            width: 500px;
            height: 150px;

            .title-dot {
              &.title-dot::after {
                top: -19%;
                left: -11%;
                font-size: 40px;
              }

              &.title-dot::before {
                bottom: -17%;
                right: -11%;
                font-size: 40px;
              }
            }

            h1 {
              margin-top: 30px;
              font-size: 60px;
            }

            img {
              width: 75px;
              height: 90px;
              margin-top: 35px;
              margin-left: 20px;
              padding-bottom: 10px;
            }

            &.top-title::after {
              border-top: #6b4c32 3px solid;
              width: 520px;
              top: 0%;
              left: -5%;
            }

            &.top-title::before {
              border-bottom: #6b4c32 3px solid;
              width: 520px;
              bottom: 0%;
              right: -5%;
            }
          }

          .img3 {
            box-shadow: #ffbf008e -40px -25px;
            top: 5%;
            right: 13%;
            width: 270px;
            height: 270px;
          }

          .img4 {
            box-shadow: #ff88008a -40px -25px;
            bottom: 18%;
            left: 15%;
            width: 200px;
            height: 200px;
          }

          .img5 {
            box-shadow: #f5ff6eb2 -30px -20px;
            bottom: 0%;
            right: 6%;
            width: 250px;
            height: 250px;
          }
        }
      }

      #notice-container {
        scroll-margin-top: 90px;
        height: auto;
        background-image: url(../assets/img/水玉カラー背景デカ.png);
        background-size: cover;

        .title {
          width: 250px;

          h2 {
            font-size: 35px;
          }

          img {
            width: 60px;
            height: 55px;
            margin-left: 10px;
          }
        }

        .notice-main {
          #notice-swiper {
            .swiper-wrapper {
              .notice-contents {
                display: flex;
                border-bottom: #6b4c32 1px solid;
                padding-bottom: 8px;

                .notice-parcel {
                  justify-content: left;
                  margin-top: 15px;
                  gap: 0;

                  p {
                    font-size: 22px;

                    &.date {
                      letter-spacing: -2px;
                    }
                  }

                  .notice-border {
                    width: 110px;
                    height: 35px;
                    margin-left: 15px;
                    margin-top: 0px;
                  }
                }

                .notice-text {
                  margin-left: 30px;
                  border-bottom: none;

                  a {
                    padding-left: 0px;
                    font-size: 22px;
                    width: 100%;
                  }

                  &::before {
                    top: 1%;
                    right: -20%;
                  }
                }

                &.active {
                  display: flex;
                }
              }
            }

            .notice-btn {
              width: 400px;

              .swiper-button-prev,
              .swiper-button-next,
              .swiper-pagination {
                margin: 0;
                font-size: 20px;
                font-size: 20px;
              }

              .swiper-button-prev::after,
              .swiper-button-next::after {
                margin-top: 0px;
              }

              .swiper-button-prev {
                &::after {
                  content: "◀";
                  margin-top: 0px;
                }
              }

              .swiper-button-next {
                &::after {
                  content: "▶";
                  margin-top: 0px;
                }
              }

              .swiper-pagination {
                .swiper-pagination-bullet {
                  margin: 15px 20px 0 20px;
                  font-size: 30px;
                  width: 32px;
                  height: 32px;
                  line-height: 24px;
                  cursor: pointer;
                  opacity: 1;
                  color: #6b4c32;
                  background: none;

                  &:hover {
                    transition: all 0.2s ease;
                    opacity: 0.6;
                  }
                }

                .swiper-pagination-bullet-active {
                  background-color: #ff8800;
                }
              }
            }
          }

          .notice-lower {
            margin-bottom: 30px;
            padding-top: 60px;

            .notice-wrapper {
              display: flex;
              justify-content: space-evenly;

              .notice-parcel {
                .notice-item {
                  h3 {
                    font-size: 25px;
                  }
                }

                a,
                button {
                  font-size: 25px;
                  width: 250px;
                }
              }

              .date-button {
                width: 240px;
              }
            }

            .btn-wrapper {
              flex-direction: column;
              align-items: center;

              .btn {
                font-size: 20px;
              }
            }

            .accordion-wrapper {
              .accordion-menu {
                width: 500px;

                a {
                  font-size: 22px;
                }
              }
            }
          }
        }
      }
    }
  }

  /* Noticeからlinkジャンプのみ */
  /* topic */
  main {
    #topic {
      .top {
        .top-img {
          height: 91.5svh;

          .top-title {
            width: 500px;
            height: 150px;

            .title-dot {
              &.title-dot::after {
                top: -19%;
                left: -11%;
                font-size: 40px;
              }

              &.title-dot::before {
                bottom: -17%;
                right: -11%;
                font-size: 40px;
              }
            }

            h1 {
              margin-top: 30px;
              font-size: 60px;
            }

            img {
              margin-top: 20px;
              width: 75px;
              height: 105px;
              margin-left: 20px;
              padding-bottom: 10px;
            }

            &.top-title::after {
              border-top: #6b4c32 3px solid;
              width: 520px;
              top: 0%;
              left: -5%;
            }

            &.top-title::before {
              border-bottom: #6b4c32 3px solid;
              width: 520px;
              bottom: 0%;
              right: -5%;
            }
          }

          .img3 {
            box-shadow: #ffbf008e -40px -25px;
            top: 5%;
            right: 13%;
            width: 270px;
            height: 270px;
            border-radius: 150px;
          }

          .img4 {
            box-shadow: #ff88008a -40px -25px;
            bottom: 18%;
            left: 15%;
            width: 200px;
            height: 200px;
            border-radius: 100px;
          }

          .img5 {
            box-shadow: #f5ff6eb2 -30px -20px;
            bottom: 0%;
            right: 6%;
            width: 250px;
            height: 250px;
            border-radius: 150px;
          }
        }
      }

      .topic-container {
        scroll-margin-top: 80px;
        background-image: url(../assets/img/水玉カラー背景デカ.png);
        background-size: cover;
        width: auto;
        padding: 30px;

        .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 {
                  width: 100%;
                  height: auto;
                  display: flex;
                  justify-content: space-evenly;

                  img {
                    width: 47%;
                    object-fit: contain;
                    margin: 30px 0;
                    border-radius: 60px 0 60px 0;
                    box-shadow: #ff8800 15px -15px;
                  }
                }

                .date {
                  background-color: #6b4c32;
                  width: 90px;
                  height: 90px;
                  position: absolute;
                  top: -30px;
                  left: 60px;
                  border-radius: 100px;

                  p {
                    letter-spacing: 2px;
                    font-size: 25px;
                    text-align: center;
                    padding-top: 24px;
                    color: white;
                  }
                }

                .text-title {
                  width: 450px;
                  margin: 0 auto 30px auto;

                  &.text-title::after {
                    bottom: -15px;
                  }

                  &.text-title::before {
                    bottom: -15px;
                  }

                  p {
                    font-size: 25px;
                    text-align: center;
                  }
                }

                .topic-text {
                  padding: 0 40px;
                }
              }
            }

            .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 {
            display: flex;
            justify-content: center;

            .accordion-wrapper {
              .accordion-menu {
                width: 500px;

                a {
                  font-size: 22px;
                }
              }
            }

            .btn {
              font-size: 20px;
            }

            .topic-parcel {
              margin: auto;
              margin-bottom: 30px;

              .topic-item {
                h3 {
                  font-size: 30px;

                  .dot {
                    font-size: 25px;
                  }
                }
              }

              a,
              button {
                font-size: 25px;
                border-bottom: #6b4c32 1px solid;
                width: 200px;
                text-align: center;
                margin: 17px auto;
                padding-bottom: 5px;
              }
            }
          }
        }
      }
    }
  }

  /* 5ページ目 */
  /* Feedback */
  main {
    #feedback {
      .top {
        .top-img {
          height: 91.5svh;

          .top-title {
            width: 500px;
            height: 150px;

            .title-dot {
              &.title-dot::after {
                top: -19%;
                left: -11%;
                font-size: 40px;
              }

              &.title-dot::before {
                bottom: -17%;
                right: -11%;
                font-size: 40px;
              }
            }

            h1 {
              margin-top: 30px;
              font-size: 60px;
            }

            img {
              width: 80px;
              height: 95px;
              margin-top: 35px;
              margin-left: 20px;
              padding-bottom: 10px;
            }

            &.top-title::after {
              border-top: #6b4c32 3px solid;
              width: 520px;
              top: 0%;
              left: -5%;
            }

            &.top-title::before {
              border-bottom: #6b4c32 3px solid;
              width: 520px;
              bottom: 0%;
              right: -5%;
            }
          }

          .img3 {
            box-shadow: #ffbf008e -40px -25px;
            top: 5%;
            left: 13%;
            width: 250px;
            height: 250px;
          }

          .img4 {
            box-shadow: #ff88008a -25px -15px;
            top: 5%;
            right: 10%;
            width: 180px;
            height: 180px;
          }

          .img5 {
            box-shadow: #f5ff6eb2 -30px -35px;
            bottom: 5%;
            right: 6%;
            width: 350px;
            height: 350px;
          }
        }
      }

      .feedback-container {
        background-image: url(../assets/img/水玉カラー背景デカ.png);
        background-size: auto;

        .title {
          padding-top: 30px;
          width: 300px;

          h2 {
            padding-top: 10px;
            padding-left: 10px;
            font-size: 35px;
          }

          img {
            margin-top: 13px;
            margin-left: 5px;
            width: 55px;
            height: 50px;
          }
        }

        #feedback-swiper {
          width: 100%;
          height: auto;

          .feedback-wrapper {
            padding: 80px;

            .feedback-upper {
              img {
                width: 250px;
                height: 250px;
                margin-bottom: 50px;
              }
            }

            .feedback-lower {
              text-align: center;

              .feedback-age {
                padding: 20px 0;
              }
            }
          }

          .feedback-btn {
            margin: 40px auto 0 auto;
            padding-bottom: 30px;
            width: 400px;
            display: flex;
            justify-content: center;
            align-items: center;

            .btn {
              color: #6b4c32;
              position: relative;

              &.left-arrow::after {
                content: "◀";
                color: #6b4c32;
                padding: 0 15px;
                font-size: 35px;
              }

              &.right-arrow::after {
                content: "▶";
                color: #6b4c32#6b4c32;
                padding: 0 15px;
                font-size: 35px;
              }

              &.one,
              &.tow,
              &.three {
                z-index: 1;
                font-size: 40px;
              }

              &.active {
                z-index: 1;
                color: white;
              }

              &.active::before {
                z-index: -1;
                content: "●";
                position: absolute;
                top: -12%;
                left: -5%;
                font-size: 50px;
                color: #ff8800;
              }
            }

            .swiper-pagination {
              .swiper-pagination-bullet {
                margin: 25px 20px 0 20px;
              }
            }
          }
        }
      }

      span {
        width: 30px;
        height: 30px;

        &.swiper-pagination-bullet {
          font-size: 25px;

          &.swiper-pagination-bullet-active {
            background-color: #ff8800;
          }
        }
      }
    }
  }

  /* 6ページ目 */
  /* Access */
  main {
    #access {
      .top {
        .top-img {
          height: 91.5svh;

          .top-title {
            width: 500px;
            height: 150px;

            .title-dot {
              &.title-dot::after {
                top: -19%;
                left: -11%;
                font-size: 40px;
              }

              &.title-dot::before {
                bottom: -17%;
                right: -11%;
                font-size: 40px;
              }
            }

            h1 {
              margin-top: 30px;
              font-size: 60px;
            }

            img {
              margin-top: 35px;
              width: 70px;
              height: 90px;
              margin-left: 20px;
              padding-bottom: 10px;
            }

            &.top-title::after {
              border-top: #6b4c32 3px solid;
              width: 520px;
              top: 0%;
              left: -5%;
            }

            &.top-title::before {
              border-bottom: #6b4c32 3px solid;
              width: 520px;
              bottom: 0%;
              right: -5%;
            }
          }

          .img3 {
            box-shadow: #ffbf008e -20px -15px;
            top: 6%;
            left: 10%;
            width: 200px;
            height: 200px;
          }

          .img4 {
            box-shadow: #ff88008a -30px -20px;
            top: 5%;
            left: 58%;
            width: 250px;
            height: 250px;
          }

          .img5 {
            box-shadow: #f5ff6eb2 -50px -10px;
            bottom: 6%;
            left: 18%;
            width: 330px;
            height: 330px;
          }
        }
      }

      .access-container {
        .title {
          width: 250px;

          h2 {
            font-size: 35px;
          }

          img {
            margin-top: 5px;
            margin-left: 15px;
            width: 30px;
            height: 38px;
          }
        }

        .mb-only {
          .sub-title {
            margin: 40px 0 20px 0;
            padding-bottom: 10px;

            h3 {
              font-size: 35px;
            }

            img {
              margin-top: 8px;
              margin-left: 10px;
              width: 40px;
              height: 40px;
            }
          }

          .access-wrapper {
            padding: 0 20px;

            .station {
              details {
                summary {
                  p {
                    span:first-child {
                      font-size: 20px;
                    }
                  }
                }
              }
            }
          }
        }

        .detailed-route {
          .route-container {
            padding-top: 0;

            .title {
              width: 500px;

              h3 {
                font-size: 40px;
              }

              img {
                margin-left: 5px;
                margin-bottom: 0px;
                width: 50px;
                height: auto;
                color: white;
              }
            }

            .route-swiper {
              width: 90%;

              .route-img {
                img {
                  height: 65svh;
                  object-fit: fill;
                }
              }

              .arrow-left {
                width: 80px;
                height: 80px;
                left: -5%;

                &.arrow-left::before {
                  bottom: 8%;
                  left: 10%;
                  font-size: 50px;
                }
              }

              .arrow-right {
                width: 80px;
                height: 80px;
                right: -5%;

                &.arrow-right::after {
                  bottom: 8%;
                  right: 10%;
                  font-size: 50px;
                }

                .route-roll {
                  display: flex;
                  justify-content: center;
                  padding-top: 25px;
                  gap: 12px;
                }
              }
            }

            .close-btn {
              .close-cross {
                font-size: 35px;
                padding-left: 11px;
                width: 60px;
                height: 60px;
              }

              p {
                font-size: 40px;
              }
            }
          }
        }

        .sub-title {
          img {
            margin-left: 15px;
            margin-top: 8px;
            width: 43px;
            height: 45px;
          }
        }

        .access-wrapper2 {
          display: flex;
          flex-wrap: wrap;
          justify-content: center;
          width: 100%;
          height: auto;
          padding: 15px 00px;

          .background-image {
            width: 45%;
            height: 300px;
            border-radius: 20px;
            margin: 20px auto;
            transform: translateY(-10px);

            &.show {
              transform: translateY(0);
            }

            .access-route {
              p {
                padding-top: 8px;
                text-align: center;
                font-size: 17px;

                &:hover {
                  opacity: 0.6;
                }
              }
            }
          }
        }
      }

      span {
        &.swiper-pagination-bullet {
          margin: 12px;
          width: 20px;
          height: 20px;
          background-color: white;
          opacity: 1;

          &.swiper-pagination-bullet-active {
            background-color: #ff8800;
          }
        }
      }
    }

    /* Access内共通 */

    .border-upper {
      border-top: #6b4c32 5px solid;
      max-width: 500px;
      width: 100%;
    }

    .border-lower {
      border-bottom: #6b4c32 5px solid;
      max-width: 500px;
      width: 100%;
    }
  }
}
