body{
  color: #D1457F;
  overflow-x: hidden;
}

#wrapper {
  width: 100%;
}

h1, h2, p {
  font-family: "Lato", "noto sans jp", sans-serif;
  font-weight: 300; /* 細い */
  letter-spacing: 0.05em; /* 少し間隔をあけると繊細で上品に見える */
}

header {
  width: 100%;
  height: 90px;
  padding-right: 20px;
  background-color: #A9E5BB;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 20px;
}

#gnav {
  display: flex;
  gap: 20px;
}

#gnav li {
  width: 90px;
  height: auto;
  border-radius: 5px;
  background-color: #fff;
  padding: 3px 7px;
  text-align: center;
}

#gnav li a {
  font-weight: 600;

}

/* トップ画像、ロゴ */
#top {
  background-image: url(../images/pct_gelato09.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  padding-left: 40px;
  background-position: center;
  display: flex;
  /* justify-content: center; */
  align-items: center;
}

#titlewrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

#titlewrap p {
  letter-spacing: 0.8rem;
  font-size: 2rem;
}

#titlewrap h1 {
  margin: 0;
  font-size: 2rem;
  letter-spacing: 0.5rem;
  font-weight: 600;
}

#titlewrap h1 span {
  margin: 0;
  font-size: 80px;
  letter-spacing: 0.5rem;
  margin-left: 1rem
}

/* コンセプト */
.conceptwrap {
  width: 100%;
  min-height: 100vh;
  background-image: url(../images/pct_gelato03.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  box-sizing: border-box;
}

.simplebox {
  width: calc(100% - 80px);
  height: calc(100% - 80px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  padding: 40px;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 20px;
}

.menu {
  margin: 0;
  padding: 40px;
  text-align: center;
  font-size: 3rem;
  font-weight: 200;
  margin: 0 auto 80px;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.6);
}

.conceptdiv {
  margin: 0 auto 30px;
}

.concept1 {
  font-size: 1.8rem;
  font-weight: 300;
  margin-bottom: 20px;
}

.simplep {
  font-weight: 100;
  font-size: smaller;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

#flavor {
  padding: 40px 40px;
}

#flavorwrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.low {
  display: flex;
  gap: 30px;
  justify-content: flex-start;
  width: 100%;
  max-width: 960px;
}

.flavoritem {
  max-width: 300px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 10px;
  box-sizing: border-box
}

.itemimg {
  max-width: 300px;
  width: 100%;
  background-color: #A9E5BB;
  height: auto;
}

.itemimg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.name {
  font-weight: 600;
  margin-top: 10px;
}

.itemtext {
  width: 100%;
  height: 1000%;
  margin-top: 8px;
}

#newswrap {
  background-image: url(../images/pct_gelato07.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0;
  padding: 40px 40px;
}

#menubox {
  padding: 0 40px 40px;
}

#news {
  margin-bottom: 0;
  padding: 20px;
}

#newssection {
  margin: 0 auto;
}

#newssection ul {
  /* margin: 0 auto; */
  display: flex;
  flex-direction: column;
  line-height: 1.6em;
}

.dot, .newstext {
  margin-left: 20px;
}

#instagram {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  gap: 60px;
  align-items: center;
}

#instagram p {
  border: 3px dashed #D1457F;
  border-radius: 15px;
  padding: 15px 25px;
  display: inline-block;
  color: #D1457F;
  font-size: 1rem;
}

#access {
  margin: 20px auto 0;
}

#mapwrap {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 40px;
  max-width: 1000px;
  height: 600px;
  padding: 40px 20px;
}

#mapwrap iframe {
  display: block;
  margin: 0;
}

#detail {
  display: flex;
  flex-direction: column;
  font-size: 1.4rem;
}

footer {
  background-color: #A9E5BB;
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

footer p {
  color: #D1457F;
  font-weight: 400;
}

/* スマホ表示 */
@media (max-width: 480px) {

body {
  overflow-x: hidden;
  }

#top {
  padding-left: 10px;
}

.conceptwrap {
  padding: 10px;
}

.menu {
  margin: 0 auto;
  padding: 20px;
}

.concept1 {
  font-size: 1.4rem;
  margin-bottom: 10px;
}

.low{
  flex-direction: column;
  align-items: center;
  gap: 20px;
  max-width: 100%;
    }

.flavoritem,
 .itemimg {
  width: 100%;
  max-width: 300px;
  height: auto;
  }

.simplebox {
    width: calc(100% - 20px);
    height: auto;
    padding: 20px;
  }

#titlewrap p {
  font-size:1.2rem;
  letter-spacing: 0.2rem;
  }

  #titlewrap h1 span {
    display: block;       /* 強制改行 */
    font-size: 2.5rem;    /* 80pxが大きすぎるなら少し小さく */
    letter-spacing: 0.2rem; /* 文字間も控えめに */
    margin-left: 0;
  }

  #newssection .dot {
    display: none;
  }

  #instagram {
    flex-direction: column;
  }

}
