/* タイトル ------------------------------*/
.fc-section-title__inner {
  flex-direction: column;
}

.fc-section-title__content {
  width: 100%;
  padding: 24px;
}

.fc-title {
  font-size: 40px;
}

.fc-section-title__image {
  width: 100%;
  height: 220px;
  clip-path: polygon(0 12%, 100% 0, 100% 100%, 0 100%);
}

/* nav----------------------------------------- */
.fc-fab-menu__bg {
  width: 35px;
  height: 35px;
}
.fc-fab-menu__drawer {
  bottom: 68px;
}

/* about----------------------------------------- */
.fc-about-img {
  border-radius: 20px;
}
.fc-about-text {
  width: 95%;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  margin: -20px auto 0;
  padding: 12px;
}

/* spot---------------------------- */
.tab-labels {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
}
.spot-list {
  margin: 30px 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 12px;
}

/* エキストラ---------------------------------- */
.fc-flex {
  justify-content: center;
}
