@charset "UTF-8";
#silverweek-2026 {
  --wp--style--global--content-size: clamp(300px, 80%, 960px);
  --wp--style--global--wide-size: 90%;
}
#silverweek-2026 .mincho {
  font-family: "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "HG明朝E", "MS P明朝", "MS Mincho", serif;
}
#silverweek-2026 h2.blue {
  color: #1bafec;
}
#silverweek-2026 .special-fz {
  font-size: clamp(2rem, 1.636rem + 1.82vw, 3rem);
}
#silverweek-2026 .area_body {
  padding-top: 4rem;
  color: #221815;
  background: #E6F3E4;
  background: linear-gradient(175deg, rgb(169, 221, 245) 0%, rgba(255, 255, 255, 0) 5%, rgba(255, 255, 255, 0) 100%);
}
#silverweek-2026 .area_body .blue_grd {
  position: relative;
  padding: 2rem 0;
}
#silverweek-2026 .area_body .blue_grd::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background: #CAE9FA;
  background: linear-gradient(270deg, rgb(202, 233, 250) 0%, rgba(0, 0, 0, 0) 100%);
  top: 0;
  right: -20%;
}
#silverweek-2026 .area_body .hexagon_img img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}
#silverweek-2026 .area_body .date {
  font-weight: 700;
  display: flex;
  align-items: end;
  line-height: 1;
}
#silverweek-2026 .area_body .date.has-text-align-center {
  justify-content: center;
}
#silverweek-2026 .area_body .date small,
#silverweek-2026 .area_body .date mark {
  white-space: nowrap;
  background: #221815;
  color: #FFF;
  font-size: 0.5em;
  display: inline-block;
  padding: 5px;
  border-radius: 5px;
  margin-left: 5px;
  color: #FFF !important;
}
#silverweek-2026 .area_body ul {
  list-style: none;
  padding-left: 0;
}
#silverweek-2026 .area_body ul li {
  padding-left: 1.25em;
  position: relative;
}
#silverweek-2026 .area_body ul li::before {
  display: inline-block;
  content: "■";
  position: absolute;
  left: 0;
  font-size: 1em;
  top: 0;
}
#silverweek-2026 .area_body .program {
  position: relative;
  padding: 1.5rem 1.5rem 1.5rem 0;
  border-bottom: 1px solid #221815;
  border-right: 1px solid #221815;
  height: 100%;
  align-items: stretch;
}
#silverweek-2026 .area_body .program.dashed {
  border-bottom: 1px dashed #221815;
  border-right: 1px dashed #221815;
}
#silverweek-2026 .area_body .program.pink {
  --he-color: #e85298;
}
#silverweek-2026 .area_body .program.blue {
  --he-color: #1bafec;
}
#silverweek-2026 .area_body .program.yellow {
  --he-color: #fdd23f;
}
#silverweek-2026 .area_body .program.orange {
  --he-color: #f3981b;
}
#silverweek-2026 .area_body .program.gray {
  --he-color:#595757;
}
#silverweek-2026 .area_body .program .program_head {
  align-items: center !important;
  gap: 1rem;
}
#silverweek-2026 .area_body .program .program_head > .wp-block-group h3 {
  color: var(--he-color);
  margin-top: 0.5rem !important;
}
#silverweek-2026 .area_body .program .program_head .hexagon_head {
  white-space: nowrap;
  display: flex;
  align-items: center;
  font-size: var(--wp--preset--font-size--xxx-large);
  aspect-ratio: 5/4;
  padding: 1rem;
  width: 92px;
  flex-shrink: 0;
  background: var(--he-color);
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  font-weight: 700;
  color: #FFF;
  justify-content: center;
  font-size: var(--wp--preset--font-size--large);
}
@media screen and (max-width: 599px) {
  #silverweek-2026 .area_body .program .program_head .hexagon_head {
    font-size: var(--wp--preset--font-size--small);
    width: 54px;
    padding: 0 0.5rem;
  }
}
#silverweek-2026 .area_body .program figcaption {
  font-size: 0.75em;
}
#silverweek-2026 .area_body .program.kitchen {
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  border: none;
  padding: 3.5rem 5rem;
  position: relative;
  background: #fdd23f;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  max-width: 500px;
}
#silverweek-2026 .area_body .program.kitchen::before {
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  filter: drop-shadow(1px 0 0 #fdd23f) drop-shadow(-1px 0 0 #fdd23f) drop-shadow(0 1px 0 #fdd23f) drop-shadow(0 -1px 0 #fdd23f);
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  inset: 2px;
  z-index: -1;
  background: #FFF;
}
#silverweek-2026 .area_body .child span {
  padding: 0.25em 0.5em;
  border: 1px solid #221815;
  border-radius: 9999px;
  font-size: 0.75em;
  margin: 0.5em;
}
#silverweek-2026 .area_body .bg_triangle {
  --tri-width-01: 3rem;
  --tri-height-01: 5rem;
  --tri-width-02: 5rem;
}
@media screen and (max-width: 599px) {
  #silverweek-2026 .area_body .bg_triangle {
    --tri-width-01: 2rem;
    --tri-height-01: 3rem;
    --tri-width-02: 1.5rem;
  }
}
#silverweek-2026 .area_body .bg_triangle.t_pink {
  --tri-color:#e85298;
  --tri-color-2:#1bafec;
}
#silverweek-2026 .area_body .bg_triangle.t_blue {
  --tri-color:#1bafec;
  --tri-color-2:#fdd23f;
}
#silverweek-2026 .area_body .bg_triangle.t_yellow {
  --tri-color:#fdd23f;
  --tri-color-2:#e85298;
}
#silverweek-2026 .area_body .bg_triangle.right::before {
  top: 60%;
  right: calc(-1 * var(--tri-width-01) - 1px);
}
#silverweek-2026 .area_body .bg_triangle.right::after {
  transform: rotate(180deg);
  left: calc(-1 * var(--tri-width-02) - 1.5rem);
  bottom: 10%;
  top: auto;
}
@media screen and (max-width: 599px) {
  #silverweek-2026 .area_body .bg_triangle.right::after {
    left: 0;
    transform: rotate(90deg);
    bottom: calc(-1 * var(--tri-width-02) - 1px);
  }
}
#silverweek-2026 .area_body .bg_triangle.left::after {
  top: 20%;
  right: calc(-1 * var(--tri-width-02) - 1px);
}
#silverweek-2026 .area_body .bg_triangle.left::before {
  transform: rotate(180deg);
  left: calc(-1 * var(--tri-width-01) - 1.5rem);
  bottom: 10%;
  top: auto;
}
@media screen and (max-width: 599px) {
  #silverweek-2026 .area_body .bg_triangle.left::before {
    width: var(--tri-width-01);
    height: var(--tri-width-01);
    left: 0;
    bottom: calc(-1 * var(--tri-width-01) - 1px);
    transform: rotate(90deg);
  }
}
#silverweek-2026 .area_body .bg_triangle::before, #silverweek-2026 .area_body .bg_triangle::after {
  position: absolute;
  content: "";
  display: block;
}
#silverweek-2026 .area_body .bg_triangle::before {
  width: var(--tri-width-01);
  height: var(--tri-height-01);
  background: var(--tri-color);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
#silverweek-2026 .area_body .bg_triangle::after {
  width: var(--tri-width-02);
  height: var(--tri-width-02);
  background: var(--tri-color-2);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
#silverweek-2026 .area_body #btn_index .pink {
  --btn-color:#e85298;
}
#silverweek-2026 .area_body #btn_index .blue {
  --btn-color:#1bafec;
}
#silverweek-2026 .area_body #btn_index .yellow {
  --btn-color:#fdd23f;
}
#silverweek-2026 .area_body #btn_index .orange {
  --btn-color:#f3981b;
}
#silverweek-2026 .area_body #btn_index .gray {
  --btn-color:#595757;
}
#silverweek-2026 .area_body #btn_index .wp-block-button__link {
  border-color: var(--btn-color);
  font-weight: 700;
  font-size: 1.25rem;
  background: #FFF;
}
#silverweek-2026 .area_body #btn_index .wp-block-button__link span {
  width: 100%;
  display: block;
  line-height: 1;
  justify-content: center;
  display: flex;
  align-items: center;
  font-size: 1rem;
  padding-bottom: 0.5rem;
}
#silverweek-2026 .area_body #btn_index .wp-block-button__link span small {
  font-size: 0.75rem;
  background: var(--btn-color);
  color: #FFF;
  border-radius: 5px;
  padding: 5px;
}
#silverweek-2026 .area_body #btn_index .wp-block-button__link span + br {
  display: none;
}
#silverweek-2026 .area_body #btn_index .wp-block-button__link::after {
  background-color: var(--btn-color);
}
#silverweek-2026 .area_body #btn_index {
  position: relative;
  z-index: 0;
}
#silverweek-2026 .area_body #btn_index::after, #silverweek-2026 .area_body #btn_index::before {
  width: 1.5rem;
  height: 1.5rem;
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
#silverweek-2026 .area_body #btn_index::after {
  bottom: 2rem;
  right: -2rem;
  background: #e85298;
  transform: rotate(15deg);
}
#silverweek-2026 .area_body #btn_index::before {
  top: 2rem;
  left: -2rem;
  background: #e85298;
  transform: rotate(160deg);
  background: #1bafec;
}
#silverweek-2026 .area_body .bg_car {
  border-bottom: 2px dashed #fdd23f;
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 599px) {
  #silverweek-2026 .area_body .bg_car {
    border: none;
  }
}
#silverweek-2026 .area_body .list_kitchen .wp-block-column:not(:last-of-type) {
  border-right: 2px dashed #fdd23f;
}
@media screen and (max-width: 599px) {
  #silverweek-2026 .area_body .list_kitchen .wp-block-column:not(:last-of-type) {
    border-right: none;
    border-top: 2px dashed #fdd23f;
  }
}
@media screen and (max-width: 599px) {
  #silverweek-2026 .area_body .list_kitchen .wp-block-column {
    padding-top: 2rem !important;
  }
}/*# sourceMappingURL=silverweek-2026.css.map */