@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Kiwi+Maru&display=swap');
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');

/* CSS Document */
* {
  /* outline: 1px solid #ff0000 !important; */
}

body {
  background: #fff;
}

header {
  background-color: #fff;
}

nav {
  /* text-align: center; */
}

nav ul {
  /* padding: 50px; */
  /* display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin-right: 250px; */


}

nav ul li {
  /* list-style: none;
  display: inline-block;
  width: 18%;
  

  margin-left: 50px;
  font-size: 1.5rem; */
  /* margin-top: 60px; */

}

nav ul li a {
  text-decoration: none;
  color: #333;
}

.sitetitle {

  img {
    width: 280px;
    /* margin-top: 40px; */
    margin-left: 100px;
    padding: 20px;

  }
}

.top-botann {
  position: fixed;
  right: 100px;
  top: 950px;
  z-index: 9999;

  img {
    width: 60px;
  }
}

.fast-view {
  background-image: url(../images/Mask\ group.svg);
  height: calc(100vh - 310px);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
}

h2 {

  leading-trim: NONE;
  line-height: 61.2px;
  letter-spacing: 0%;
  text-align: center;
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-size: 36px;
  margin: 180px auto 30px auto;
}

.slider {
  margin: 0;
  padding: 30px 0px 30px 0px;

  div {
    display: block;
    margin-left: 50px;

    &:first-child {
      margin-left: 0;
    }

    img {
      width: 100%;

    }
  }
}

.FEATURE-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 30px;
  row-gap: 30px;
  max-width: 1700px;
  margin-left: auto;
  margin-right: auto;
}



.fadein {
  opacity: 0;
  transform: translate(0, 0);
  transition: all 1.5s;

  &.fadein-bottom {
    transform: translate(0, 30px);
  }

  &.scrollin {
    opacity: 1 !important;
    transform: translate(0, 0) !important;
  }
}

.box8 {
  grid-column-start: 2;
  grid-column-end: 4;
  grid-row-start: 3;
  grid-row-end: 4;
}

.FEATURE-box {
  box-shadow: 0px 0px 10px #878787;
  background-color: #fff;
  padding-bottom: 10px;

  .category {
    margin: 30px;
  }



  .text {
    margin: 30px;
    font-size: 1rem;

  }

  img {
    width: 100%;
    height: auto;
  }

  .day {
    text-align: end;
    margin: 30px;
  }
}

inner {
  width: 1209px;
  height: 1324px;
}

.MAP-list {
  max-width: 968px;
  margin: 0 auto;

  .MAP-mozi {
    margin-top: 1rem;
    margin-bottom: 250px;
  }


}

.MAP-link {
  text-align: center;

}

iframe {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  /* サファリ等のブラウザ対応 */
  width: 100%;
  height: 400px;
}

.footer {
  background-image: url(../images/Rectangle\ 54.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 305px;
  background-color: #fff;
  text-align: center;
  /* border-bottom: solid 45px #171717; */

  .footer-mozi {
    padding: 30px;

    .big {
      font-size: 24px;
      font-weight: bold;
      text-align: center;
      leading-trim: NONE;
      letter-spacing: 0%;
      text-align: center;
      font-family: "Noto Sans", sans-serif;
      font-optical-sizing: auto;
      font-style: normal;
      font-variation-settings:
        "wdth" 100;
      font-family: "Noto Sans JP", sans-serif;
      font-optical-sizing: auto;
      font-style: normal;
      margin-top: 40px;
    }

    img {
      margin-top: 30px;
      margin-left: auto;
      margin-right: auto;
    }
  }

  .copyright {

    color: #fff;
    z-index: 9999;
    background-color: black;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-top: 48px;
  }
}




@media (width >=769px) {

  .box9 {
    display: none;
  }

  .box8-1 {
    display: none;
  }
}

nav {
  width: 500px;
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 70px;
  top: 25px;
  font-weight: bold;
  min-width: 100px;
  font-size: 1rem;
}

@media (width <=769px) {

  /* .navMenu {
    opacity: 0;
  }

  .navMenu:active {
    opacity: 1;
    visibility: inherit;
  } */

  .sitetitle {
    img {
      width: 280px;

      margin-left: 20px;
    }
  }

  .top-botann {
    display: none;
  }

  .FEATURE-list {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .FEATURE-box {
    margin: auto 20px;
  }

  .box8 {
    display: none;
  }

  .MAP-list {
    width: 100%;
  }

  iframe {
    left: 0;
    width: 100%;
  }

  .MAP-mozi {
    margin-left: 20px;
  }
}