@charset "UTF-8";
/* 一覧ページ */
.guide_terms {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  padding: 15px;
  background-color: #ffd4dc;
  border-radius: 8px;
}
.guide_term {
  display: flex;
  gap: 5px;
  font-size: 14px;
  & p {
    flex-shrink: 0;
  }
  & select {
    width: 100%;
    min-width: 150px;
    font-size: 14px;
  }
}

.guide_list .c-entries--text2 .c-entries__item:nth-child(2n) {
  background: #eee;
}

.guide_list .c-entries--text2 .c-entries__item>a {
  padding: 1em 1.5em;
}

.guide_list > p {
  padding: 1em 1.5em;
}

.guide-summary__header {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  & .c-entry-summary__title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #333;
    line-height: 1.6;
    transition: all .3s;
    .c-entries__item>a:hover & {
      color: #f76d85;
    }
  }
}

.guide-publishdate {
  color: #666;
}

.guide_cat {
  gap: 10px;
  flex-wrap: wrap;
  & .guide_cat_location {
    background-color: var(--wp--preset--color--sm-accent);
  }
  & .guide_cat_school {
    background-color: #8cc63f;
  }
  & .guide_cat_jobtype {
    background-color: var(--wp--preset--color--vivid-purple);
  }
  & > span {
    border-radius: 6px;
  }
}

/* 詳細ページ */
.guide_shop {
  margin-bottom: 4em;
}
.guide_shopmap iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.guide_view img {
  width: 100%;
}