@charset "UTF-8";

/* =========================================================
  category kanko
========================================================= */

/* categoryVisual
----------------------------------------------- */
#categoryVisual:has(img) {
  position: relative;
  margin-bottom: 32px;
}

#categoryVisual img {
  width: 100%;
  border-radius: 16px;
}

#categoryVisual .caption {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-weight: 500;
  font-size: 1.625rem;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1.4;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

@media only screen and (max-width: 534px) {
  #categoryVisual .caption {
    font-size: 1.25rem;
  }
}

/* enjoyMap
----------------------------------------------- */
#enjoyMap {
  margin-bottom: 32px;
  padding: 32px 40px;
  border-radius: 16px;
  box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.1);
  background: var(--mono-color-9);
}

#enjoyMap .pieceHeader {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

#enjoyMap .pieceHeader h2 {
  background-image: url(/_themes/site/images/enjoy/tit_map01.png);
  background-repeat: no-repeat;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
}

#enjoyMap .pieceHeader p {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}

#enjoyMap .pieceHeader p a {
  display: block;
  padding: 4px 30px 4px 20px;
  border-radius: 15px;
  background: url(/_themes/site/images/arrow-footer.svg) right 8px center / 14px auto no-repeat var(--ac-color-green-4);
  text-align: center;
}

@media only screen and (min-width: 535px) {
  #enjoyMap .pieceHeader {
    padding-bottom: 8px;
    border-bottom: 1px solid var(--mono-color-5);
  }

  #enjoyMap .pieceHeader h2 {
    flex-shrink: 0;
    padding-left: 54px;
    background-position: 10px center;
    background-size: 32px auto;
    font-weight: 700;
    font-size: 1.625rem;
    line-height: 1.4;
  }
}

@media only screen and (max-width: 534px) {
  #enjoyMap {
    padding: 12px 14px 20px;
  }

  #enjoyMap .pieceHeader {
    flex-direction: column;
    padding-top: 5px;
  }

  #enjoyMap .pieceHeader h2 {
    padding-left: 44px;
    background-position: left 60%;
    background-size: 34px auto;
    font-size: 1.5rem;
  }

  #enjoyMap .pieceHeader p {
    flex-direction: column;
  }
}

/* enjoyCalendarTitle
----------------------------------------------- */
#enjoyCalendar {
  max-width: 100% !important;
  margin-bottom: 32px !important;
  padding: 32px 40px;
  border-radius: 16px;
  box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.1);
  background: var(--mono-color-9);
}

#enjoyCalendar .pieceHeader {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

#enjoyCalendar .pieceHeader h2 {
  background-image: url(/_themes/site/images/enjoy/tit_calender01.png);
  background-repeat: no-repeat;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
}

@media only screen and (min-width: 535px) {
  #enjoyCalendar .pieceHeader {
    padding-bottom: 8px;
    border-bottom: 1px solid var(--mono-color-5);
  }

  #enjoyCalendar .pieceHeader h2 {
    flex-shrink: 0;
    padding-left: 54px;
    background-position: 10px center;
    background-size: 32px auto;
    font-weight: 700;
    font-size: 1.625rem;
    line-height: 1.4;
  }
}

@media only screen and (max-width: 534px) {
  #enjoyCalendar {
    padding: 12px 14px 20px;
  }

  #enjoyCalendar .pieceHeader {
    flex-direction: column;
    padding-top: 5px;
  }

  #enjoyCalendar .pieceHeader h2 {
    padding-left: 48px;
    background-position: left 60%;
    background-size: 35px auto;
    font-size: 1.5rem;
  }
}