@charset "utf-8";

/* header--------------------------- */
.fc-header-top {
  display: flex;
  justify-content: space-between;
}

.header-link-item {
  padding: 15px;
  text-align: center;
  color: #fafafa;
}

.fc-register {
  background: #007bff;
}

.fc-login {
  background: #ff891e;
}

.fc-contact {
  background: #6ab82d;
}

/* about---------------------------- */
.fc-about-box {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}

.fc-about-imgbox {
  width: 70%;
}

.fc-about-img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 20px;
  display: block;
}

.fc-about-text {
  position: absolute;
  right: 0;
  bottom: -20%;
  width: 55%;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  line-height: 1.8;
}

.fc-about-contact {
  margin-top: 100px;
}

/* spot---------------------------- */
#fc_spot {
  margin-top: 120px;
}

.spot-list {
  margin: 30px 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}
