@charset "UTF-8";

/* =============================
Hikaricafe
============================= */

.hikaricafe__inner {
  padding: 140px var(--contentPaddingSp) 80px;
  background-color: var(--rightYellow);
}

.hikaricafe__logo img {
  display: flex;
  margin: 0 auto;
  max-width: 320px;
}

.hikaricafe__introduction {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1440px;
  margin-inline: auto;
}

.hikaricafe__photo {
  text-align: center;
}

.hikaricafe__photo img {
  max-width: 240px;
}

.hikaricafe__head {
  margin-top: 40px;
}

.hikaricafe__title {
  text-align: center;
  font-weight: 700;
}

.hikaricafe__description {
  margin-top: 10px;
}

.about {
  margin-top: 80px;
  padding: 30px 20px;
  border-radius: 50px;
  position: relative;
  /* overflow: hidden は削除 */

  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25'%3E%3Crect width='100%25' height='100%25' rx='50' ry='50' fill='none' stroke='%23d34f5c' stroke-width='2' stroke-dasharray='5%2C5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.about__title {
  font-size: 2.4rem;
  font-weight: 700;
}

.about__text {
  margin-top: 20px;
}

.outline {
  margin-top: 80px;
}

.outline__topic {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}

.outline__list {
  margin-top: 40px;
}

.outline__item {
  padding: 20px 0;
  background-image: repeating-linear-gradient(
    90deg,
    var(--red),
    var(--red) 5px,
    transparent 5px,
    transparent 10px
  );
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 1px;
}

.outline__title {
  font-weight: 700;
}

.outline__text {
  margin-top: 10px;
}

.outline__map {
  margin-top: 40px;
}

.outline__map-text {
  text-align: center;
  font-size: 1.4rem;
}

.outline__map iframe {
  width: 100%;
  text-align: center;
}

.schedule {
  margin-top: 80px;
  padding: 30px 20px;
  border-radius: 50px;
  position: relative;
  /* overflow: hidden は削除 */

  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25'%3E%3Crect width='100%25' height='100%25' rx='50' ry='50' fill='none' stroke='%23d34f5c' stroke-width='2' stroke-dasharray='5%2C5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.schedule__title {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}

.schedule__text {
  text-align: center;
}

.orangeText {
  color: var(--orange);
}

.schedule__list {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 10%;
  font-size: 2rem;
}

.thema {
  max-width: 500px;
  margin: 80px auto 0;
}

.thema__title {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}

.thema__list {
  margin-top: 20px;
}

/* hikaricafe pc */
@media screen and (min-width: 1100px) {
  .hikaricafe__inner {
    padding: 200px var(--contentPaddingPc) 120px;
  }

  .hikaricafe__logo img {
    max-width: 625px;
  }

  .hikaricafe__introduction {
    margin-top: 120px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 40px;
  }

  .hikaricafe__photo {
    margin-top: 0;
    width: 40%;
    height: auto;
    flex-shrink: 0;
  }

  .hikaricafe__photo img {
    max-width: 470px;
  }

  .hikaricafe__head {
    margin-top: 0px;
    flex-shrink: 1;
    min-width: 0;
      text-wrap: balance;
  word-break: keep-all;
  }

  .hikaricafe__title {
    text-align: start;
    font-size: 3.2rem;
  }

  .hikaricafe__description {
    margin-top: 40px;
  }

  .about {
    margin-top: 120px;
    padding: 40px 40px;
    display: flex;
    align-items: center;
    gap: 40px;
  }

  .about__title {
    font-size: 3.2rem;
    font-weight: 700;
  }

  .about__text {
    margin-top: 20px;
  }

  .about__illust img {
    max-width: 170px;
  }

  .outline {
    margin-top: 120px;
  }

  .outline__topic {
    font-size: 3.2rem;
  }

  .outline__list {
    margin-top: 80px;
  }

  .outline__item {
    display: flex;
    gap: 60px;
  }

  .outline__title {
    width: 160px;
  }

  .outline__text {
    margin-top: 0px;
  }

  .outline__map {
    margin-top: 80px;
  }

  .outline__map-text {
    font-size: 2rem;
  }

  .outline__map iframe {
    height: 350px;
  }

  .schedule {
    max-width: 80%;
    margin: 120px auto 0;
    padding: 40px 40px;
  }

  .schedule__title {
    font-size: 3.2rem;
  }

  .schedule__text {
    font-size: 2rem;
  }

  .schedule__list {
    margin-top: 30px;
    font-size: 2.8rem;
  }

  .thema {
    max-width: 1280px;
    margin: 120px auto 0;
    display: flex;
    justify-content: center;
    gap: 5%;
  }

  .thema__title {
    font-size: 3.2rem;
  }

  .thema__list {
    margin-top: 0;
  }
}

/* 769px〜1099pxの間はイラストを非表示 */
@media screen and (min-width: 769px) and (max-width: 1099px) {
  .about__illust {
    display: none;
  }
}
