@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');

/* CSS Document */
* {
  /* outline: 0.2px solid red !important; */

  font-family: "Noto Sans", sans-serif;

}

body {
  /* background: #8BBEAE; */
  background-color: #fff;
}

a {
  color: #000;
}

.slick-prev:before {
  list-style: none;
}

.first-contents {
  /* margin-top: 70px; */
  width: 100%;
  /* height: calc(100vh - 70px); */
  height: 60vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/fc-background.jpg");
  margin-bottom: 200px;
}

.top img {
  position: fixed;
  bottom: 150px;
  right: 120px;
  width: 60px;
  height: auto;
  z-index: 9999;
}

.maincontents {
  color: #121212;
}

.pickup,
.feature,
.map {

  h1 {
    text-align: center;
    font-size: 36px;
    font-weight: 500;
    font-family: "Noto Sans", sans-serif;
    color: #121212;
    margin-bottom: 50px;
  }
}

.pickup {
  margin-bottom: 200px;
}



.feature {
  width: 80%;
  margin-inline: auto;
  margin-bottom: 200px;
}

/* スライダー */
/* スライドの動き等速 */
.swiper-wrapper {
  transition-timing-function: linear;
  margin-bottom: 200px;
  column-gap: 4%;
}

/* 画像のサイズ調整 */
.swiper-slide img {
  height: auto;
  width: 100%;
}

/* .slide-items {
  width: 100%;
  overflow: hidden;
  display: flex;
}

.slide-items li {
  height: auto;
  width: 100%;
  list-style: none;
}

.slide-items img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}

.slick-dots {
  left: 50%;
  transform: translateX(-50%);
} */

/* グリッド */
.grid {

  /* width: 80%; */
  display: grid;
  justify-content: center;
  margin-inline: auto;
  gap: 20px;
  grid-template-columns: 385px 385px 385px;

  grid-template-rows: 424px 424px 424px;
}

.box-big8 {
  grid-column: 2 / 4;
}

/* グリッド共通 */
.item {
  width: 385px;
  background-color: #fff;
  box-shadow: 0 0 8px 4px #ccc;

  img {

    width: auto;
    height: auto;
    margin-bottom: 0px;
  }

}

.last {
  /* width: 100%;
   */
  background-color: #fff;
  box-shadow: 0 0 8px 4px #ccc;

  img {
    width: 100%;
    /* width: auto; */
    height: auto;
    margin-bottom: 0px;
  }
}

.box-big9 {
  display: none;
}

.text-box {
  padding-inline: 10%;
  margin-inline: auto;
}

.category {
  font-family: Noto Sans;
  font-weight: 500;
  font-style: Medium;
  font-size: 12px;
  margin-block: 20px;
}

.text {
  font-family: Noto Sans;
  font-weight: 500;
  font-style: Medium;
  font-size: 14.4px;
  margin-bottom: 20px;
}

.time {
  font-family: Noto Sans;
  font-weight: 500;
  font-style: Medium;
  font-size: 12px;
  text-align: right;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.map {

  margin: auto;

  iframe,
  p {
    width: 968px;
    height: 400px;
    align-items: center;
    margin: auto;
    margin-bottom: 1rem;
  }
}

.map-img {
  text-align: center;

  iframe {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
  }
}

.footer {
  width: 100%;
  height: 305px;
  background-size: cover;
  background-position: center;
  background-color: #fff;
  background-image: url("../images/fotter.png");
  text-align: center;
  border-bottom: solid 45px #171717;
  display: flex;
  align-items: center;
  margin-inline: auto;
  justify-content: center;
}

.contact {
  font-family: Noto Sans JP;
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  color: #333;
  margin-bottom: 24px;
}

.btn {
  display: flex;
  align-items: center;
  width: 228px;
  height: 48px;
  background-color: #f13c68;
  margin-inline: auto;
}

.btn img {
  padding-left: 1rem;
}

.btn p {
  font-family: Noto Sans;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  color: #fff;
  /* padding: 10px 30px; */
  margin-left: 1rem;

  a {

    text-decoration: none;
  }
}


@media (width <=968px) {
  .top img {
    width: 0;
    height: 0;
    overflow: hidden;
  }

  .map {
    iframe {
      width: 100%;
      height: 300px;
    }

    p {
      width: calc(100% - 1rem);
    }
  }
}

@media (width <=1000px) {
  .map {
    p {
      margin-left: 1rem;
    }
  }
}

@media (width <=1216px) {

  .slide-items img {
    width: 235px;
    height: 156px;

  }

  .feature {
    width: 100%;
    margin-inline: auto;
    margin-bottom: 200px;
  }

  .grid {
    width: 385px;
    display: block;
    justify-content: center;
    align-items: center;
    margin-inline: auto;
    gap: 0;
  }

  .last {
    width: 385px;
    background-color: #fff;
    box-shadow: 0 0 8px 4px #ccc;

    img {

      width: 385px;
      height: 100%;
      margin-bottom: 0px;

    }

  }

  .box-big9 {
    display: block;

    img {
      width: 100%;
    }
  }

}