@charset "UTF-8";
/* media query */
.whiteBg.placesArea {
  padding-top: 100px;
}
@media screen and (max-width: 960px) {
  .whiteBg.placesArea {
    padding-top: 50px;
  }
}
.whiteBg.placesArea > h3 {
  text-align: center;
  font-size: 4.5rem;
  letter-spacing: 6px;
  line-height: 150%;
  margin-bottom: 20px;
}
@media all and (max-width: 1200px) {
  .whiteBg.placesArea > h3 {
    font-size: 3.5rem;
    letter-spacing: 0.12em;
  }
}
@media screen and (max-width: 668px) {
  .whiteBg.placesArea > h3 {
    font-size: 2.2rem;
  }
}
.whiteBg.placesArea .category {
  margin-top: 70px;
}
@media screen and (max-width: 668px) {
  .whiteBg.placesArea .category {
    margin-top: 40px;
  }
}
.whiteBg.placesArea .category .number {
  text-align: center;
  font-size: 3.5rem;
  font-weight: 900;
  line-height: 100%;
  letter-spacing: 5px;
  margin-bottom: 20px;
}
@media screen and (max-width: 668px) {
  .whiteBg.placesArea .category .number {
    font-size: 3rem;
  }
}
.whiteBg.placesArea .category .number::after {
  content: "";
  display: block;
  width: 98px;
  height: 38px;
  background: url(../images/fukidashi2.svg) no-repeat center/contain;
  margin: -10px auto 0;
}
@media screen and (max-width: 668px) {
  .whiteBg.placesArea .category .number::after {
    width: 80px;
    height: 31px;
    margin-top: -5px;
  }
}
.whiteBg.placesArea .category h4 {
  display: table;
  width: auto;
  margin: 0 auto 20px;
  border-bottom: 2px solid #000;
  position: relative;
}
.whiteBg.placesArea .category h4::after {
  content: "";
  display: block;
  width: calc(100% - 3px);
  height: 12px;
  background-color: #FFFF78;
  position: absolute;
  bottom: -7px;
  transform: skewX(20deg) translateX(5px);
  z-index: -1;
}
.whiteBg.placesArea .category h4 span {
  font-size: 3.5rem;
  letter-spacing: 0.12em;
  display: inline-block;
  line-height: 150%;
  text-align: center;
}
@media all and (max-width: 1200px) {
  .whiteBg.placesArea .category h4 span {
    font-size: 3rem;
  }
}
@media screen and (max-width: 668px) {
  .whiteBg.placesArea .category h4 span {
    font-size: 2.3rem;
  }
}
.whiteBg.placesArea .category h4 span::after {
  content: "";
  display: block;
  border-bottom: 2px solid #000;
  height: 2px;
  margin: 15px 0 8px;
  transform: translateX(-5px);
}
.whiteBg.placesArea .category .slideNews {
  margin-bottom: 100px;
}
@media screen and (max-width: 960px) {
  .whiteBg.placesArea .category .slideNews {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 668px) {
  .whiteBg.placesArea .category .slideNews {
    margin: 0 10px 20px;
  }
}
.whiteBg.placesArea .category .slideNews .slick-list {
  padding-top: 33px;
  padding-bottom: 30px;
}
.whiteBg.placesArea .category .slideNews .slick-track {
  display: flex;
}
.whiteBg.placesArea .category .slideNews .slick-slide {
  height: auto !important;
}
.whiteBg.placesArea .category .slideNews article {
  border: 1px solid #000;
  position: relative;
}
.whiteBg.placesArea .category .slideNews article a {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  /* PDFリンク */
}
.whiteBg.placesArea .category .slideNews article a[href$=".pdf"] .more::after {
  content: "";
  display: inline-block;
  line-height: 150%;
  vertical-align: middle;
  margin-left: 3px;
  width: 18px;
  height: 18px;
  background: url(../../common/images/icon_pdf.svg) no-repeat center/contain;
}
.whiteBg.placesArea .category .slideNews article a {
  /* 外部リンク */
}
.whiteBg.placesArea .category .slideNews article a[href^=http]:not([href^="https://artnoto."]) .more::after {
  content: "";
  display: inline-block;
  line-height: 150%;
  vertical-align: middle;
  margin-left: 3px;
  width: 18px;
  height: 18px;
  background: url(../../common/images/icon_link.svg) no-repeat center/contain;
}
.whiteBg.placesArea .category .slideNews article a:hover {
  background-color: #5cff1e;
}
.whiteBg.placesArea .category .slideNews article a:hover .photo span {
  transform: scale(1.05);
}
.whiteBg.placesArea .category .slideNews article a:hover .more {
  text-decoration: none;
}
.whiteBg.placesArea .category .slideNews article .cate {
  font-size: 1.4rem;
  padding: 15px 20px;
  line-height: 150%;
  text-align: right;
}
.whiteBg.placesArea .category .slideNews article .cate::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 1px;
  background-color: #000;
  margin-right: 5px;
}
.whiteBg.placesArea .category .slideNews article h5 {
  font-size: 2.3rem;
  line-height: 150%;
  padding: 0 20px 10px;
}
.whiteBg.placesArea .category .slideNews article .sub {
  font-size: 1.5rem;
  padding: 0 20px 20px;
}
.whiteBg.placesArea .category .slideNews article .sub * {
  font-size: 1.5rem;
}
.whiteBg.placesArea .category .slideNews article .sub::after {
  content: "";
  display: block;
  width: 130px;
  height: 22px;
  background: url(../images/fukidashi3.svg) no-repeat center/contain;
  margin-top: 5px;
  transform: translateX(-5px);
}
.whiteBg.placesArea .category .slideNews article .tag {
  font-size: 1.5rem;
  font-style: italic;
  color: #555;
  text-align: right;
  padding: 0 20px 15px;
}
.whiteBg.placesArea .category .slideNews article .photo {
  overflow: hidden;
  margin-top: auto;
}
.whiteBg.placesArea .category .slideNews article .photo span img {
  display: block;
  aspect-ratio: 1.2820512821;
  object-fit: cover;
}
.whiteBg.placesArea .category .slideNews article .photo span {
  display: block;
  transition: 0.5s;
  mix-blend-mode: darken;
}
.whiteBg.placesArea .category .slideNews article .more {
  position: absolute;
  right: 0;
  bottom: -27px;
  font-size: 1.4rem;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
}