@charset "UTF-8";
body {
  margin-top: 5%;
  background-color: antiquewhite;
  font-family: "Zen Maru Gothic", sans-serif;
}
h2 {
  text-align: center;
  font-family: "Potta One", system-ui;
  font-size: 3rem;
  color: rgb(91, 194, 189);
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.header-logo {
  margin-left: 20%;
  margin-top: -4%;
  position: absolute;
  width: 200px;
  height: auto;
  filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.5));
}
nav {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100px;
  box-sizing: border-box;
  background-color: rgb(146, 207, 187);
  border-bottom-left-radius: 50% 100%;
  border-bottom-right-radius: 50% 100%;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
  opacity: 0;
  pointer-events: none;
}
ul {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 0;
  margin: 0;
}
li {
  list-style: none;
}
a {
  display: block;
  text-decoration: none;
  white-space: nowrap;
}
.nav-center {
  margin-right: auto;
  margin-left: auto;
}
#header a {
  color: rgb(227, 255, 158);
}
#header a:hover {
  color: rgb(115, 169, 255);
}
#mainvisual {
  padding-top: 100px;
}
#mainvisual2 {
  display: none;
}
.carousel-wrapper {
  width: 70%;
  margin: auto;
  padding: 0.2em 0.5em;
  margin-top: 2em;
  margin-bottom: 2em;
  background: #d0b497;
  box-shadow: 0px 0px 0px 10px #d0b497;
  border: dashed 2px white;
}
.carousel-item h5,.carousel-item p {
  background-color: rgba(0,0,0, 0.3);
}
.logo-center {
  margin: 0 auto;
  display: block;
  width: 20%;
  filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.5));
}
#yasai {
  padding-top: 10%;
  padding: 8rem 0;
}
.yasai-flex {
  padding-top: 5%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}
.yasai-item {
  position: relative;
  width: 28%;
  background-color: white;
  border-radius: 50%;
  cursor: pointer;
}
.yasai-item img {
  width: 100%;
  display: block;
}
.yasai-overlay {
  position: absolute;
  inset: 0;
  background: white;
  border-radius: 25%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  margin-right: auto;
  margin-left: auto;
  width: 80%;
  height: 90%;
}
.yasai-overlay p {
  width: 90%;
}
.text-center {
  text-align: center;
  padding-top: 5%;
}
.yasai-overlay h3 {
  font-family: "Potta One", system-ui;
}
#farming {
  padding: 8rem 0;
}
#farming p {
  text-align: center;
}
#farming-box {
  padding-left: 5%;
  display: flex;
  padding-top: 5%;
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  margin: 0 auto;
  justify-content: center;
}
.farming-setsumei {
  display: flex;
  flex-direction: column;
  width: 30%;
}
.farming-setsumei img {
  border-radius: 5%;
  width: 80%;
}
.farming-setsumei p {
  width: 80%;
}
.arrow-2 {
  display: none;
}
.arrow {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 60px;
  margin-top: 6%;
}
.arrow::before,
.arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 40px;
  width: 45px;
  height: 4px;
  border-radius: 9999px;
  background-color: rgb(91, 194, 189);
  transform-origin: calc(100% - 2px) 50%;
}
.arrow::before {
  transform: rotate(45deg);
}
.arrow::after {
  transform: rotate(-45deg);
}
#gallery {
  padding: 8rem 0;
}
  .gallery {
    padding-top: 5%;
    width: 70%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-template-rows: repeat(10, 1fr);
    grid-template-areas:
          "A A A B B C C C D D"
          "E E E B B C C C D D"
          "E E E F F F G G G G"
          "J J J H H H H I I I"
          "J J J K K K K L L L"
          "M M M K K K K L L L"
          "N N N N O O O O O O"
          "N N N N Q Q Q Q Q Q"
          "P P P P R R R R R R"
          "P P P P S S S S S S";
    gap: 10px;
  }
  .gallery .photoA {
    grid-area: A;
  }
  .gallery .photoB {
    grid-area: B;
  }
  .gallery .photoC {
    grid-area: C;
  }
  .gallery .photoD {
    grid-area: D;
  }
  .gallery .photoD img {
    object-position: 50% 50%;
  }
  .gallery .photoE {
    grid-area: E;
  }
  .gallery .photoF {
    grid-area: F;
  }
  .gallery .photoG {
    grid-area: G;
  }
  .gallery .photoG img {
    object-position: 30% 10%;
  }
  .gallery .photoH {
    grid-area: H;
  }
  .gallery .photoI {
    grid-area: I;
  }
  .gallery .photoI img {
    object-position: 20% 20%;
  }
  .gallery .photoJ {
    grid-area: J;
  }
  .gallery .photoK {
    grid-area: K;
  }
  .gallery .photoL {
    grid-area: L;
  }
  .gallery .photoM {
    grid-area: M;
  }
  .gallery .photoM img {
    object-position: 60% 10%;
  }
  .gallery .photoN {
    grid-area: N;
  }
  .gallery .photoO {
    grid-area: O;
  }
  .gallery .photoO img {
    object-position: 10%;
  }
  .gallery .photoP {
    grid-area: P;
  }
  .gallery .photoQ {
    grid-area: Q;
  }
  .gallery .photoR {
    grid-area: R;
  }
  .gallery .photoS {
    grid-area: S;
  }
  .gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .gallery figure {
    position: relative;
  }
  .gallery figure p {
    position: absolute;
    top: 0;
    left: 0;
    color: rgb(255, 255, 255);
    font-weight: bold;
    -webkit-text-stroke: 2px rgb(0, 0, 0);
    paint-order: stroke;
  }
#food {
    padding: 8rem 0;
  }
#food img {
  display: block;
  padding-top: 2%;
  width: 40%;
  padding-left: 3%;
}
#food p {
  text-align: center;
}
.food-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#omake {
  padding: 8rem 0;
}
#omake p {
  text-align: center;
}
.omake-box {
  display: flex;
  justify-content: center;
}
.omake-box img {
  display: block;
  padding-top: 2%;
  width: 40%;
  padding-left: 3%;
  padding-bottom: 20%;
}
#footer {
  position: relative;
  height: 300px;
  background-color: rgb(91, 194, 189);
  color: white;
}
.attention {
  padding-top: 10%;
}
.popup-link a {
  display: inline-block;
  line-height: 0;
}
.popup-link img {
  display: block;
  width: 150px;
  height: auto;
}
.popup-link {
  position: absolute;
  z-index: 99;
  left: 80%;
  top: 30%;
}
.popup-link a:hover {
  filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.5));
}
@media screen and (max-width: 480px) {
  .header-logo {
    display: none;
  }
  nav a {
    margin-right: auto;
    margin-left: auto;
  }
  ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 80%;
    font-size: 0.8rem;
    padding-bottom: 5%;
  }
  nav {
    max-width: 100%;
    height: 60px;
  }
  #mainvisual {
    display: none;
  }
  #mainvisual2 {
    display: block;
  }
  .carousel-inner {
    width: 100%;
    height: 650px;
  }
  .logo-center {
    width: 60%;
  }
  .yasai-flex {
    width: 100%;
  }
  .yasai-item {
    width: 50%;
  }
  .yasai-overlay {
    border-radius: 25%;
    width: 100%;
    height: 180%;
    z-index: 9999;
  }
  .text-center {
    padding-top: 25%;
  }
  #farming-box {
    width: 100%;
    padding: 0;
  }
  .farming-setsumei {
    padding-top: 5%;
    width: 90%;
  }
  .farming-setsumei img {
    width: 100%;
  }
  .farming-setsumei p {
    width: 100%;
  }
  .arrow {
    display: none;
  }
  .arrow-2 {
    position: relative;
    display: inline-block;
    width: 62px;
    height: 33px;
    margin-right: auto;
    margin-left: auto;
  }
  
  .arrow-2::before,
  .arrow-2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: calc(50% - 2px);
    width: 4px;
    height: 45px;
    border-radius: 9999px;
    background-color: rgb(91, 194, 189);
    transform-origin: 50% calc(100% - 2px);
  }
  
  .arrow-2::before {
    transform: rotate(45deg);
  }
  
  .arrow-2::after {
    transform: rotate(-45deg);
  }
  .gallery {
    width: 95%;
  }
  .food-box {
    flex-direction: column;
  }
  #food img {
    padding-top: 5%;
    width: 95%;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
  }
  .omake-box {
    flex-direction: column;
  }
  .omake-box img {
    width: 90%;
    padding: 0;
    margin-right: auto;
    margin-left: auto;
    padding-top: 5%;
  }
  .popup-link {
    left: 50%;
    top: 50%;
  }
}