@charset "UTF-8";
/*
Theme Name: クリスマスマーケット
Version: 1
*/
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
div.wp-block-image.rounded figure img {
  border-radius: 1.5rem;
}

.navbar {
  background-color: rgb(255, 255, 255) !important;
  border-bottom: solid 1px hsl(0, 3%, 79%);
}
.navbar-brand .site-title {
  margin-left: 1rem;
  font-size: 70%;
}

.navbar-collapse.show ul li {
  background-color: rgb(255, 255, 255);
}
@media only screen and (min-width: 992px) {
  .navbar-collapse {
    background-image: none;
  }
  .navbar-collapse ul {
    padding-top: 0;
    margin-top: 0;
  }
}

.navbar-toggler {
  position: relative;
  z-index: 999;
  border-color: rgb(255, 255, 255);
}

.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(230, 0, 18)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.nav-item {
  text-align: center;
  border-bottom: 3px rgb(0, 105, 52) dashed;
  line-height: 3rem;
}
.nav-item:last-child {
  border-bottom: none;
}
@media only screen and (min-width: 992px) {
  .nav-item {
    border-bottom: none;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.navbar-nav .nav-link.active {
  color: rgb(230, 0, 18);
}

.l-main .container {
  padding-bottom: 3rem;
}
@media only screen and (min-width: 992px) {
  .l-main .container {
    --bs-gutter-x: 8rem !important;
    --bs-gutter-y: 8rem !important;
  }
}

section,
article {
  margin-bottom: 3rem;
}

.footer-banners .container {
  padding-top: 3rem;
  background: rgb(255, 255, 255);
  padding-bottom: 3rem;
}
.footer-banners .banners {
  margin-bottom: 0;
}

.l-footer {
  padding: 1rem;
  background-color: rgb(230, 0, 18);
  color: rgb(255, 255, 255);
}
.l-footer.footer-v2 {
  padding: 0;
}
.l-footer.footer-v2 .container {
  padding: 1rem;
}
.l-footer .footer-links {
  padding-left: 0;
  list-style-type: none;
  text-align: center;
}
.l-footer .footer-links li {
  display: inline;
  margin-right: 2rem;
}
.l-footer .footer-links li a {
  color: rgb(255, 255, 255);
  text-decoration: none;
}
.l-footer .footer-links li a:hover {
  text-decoration: underline;
}
.l-footer .copyright {
  text-align: center;
  margin-bottom: 0;
}

.hgroup,
hgroup {
  margin-bottom: 2rem;
}
.hgroup h1,
.hgroup h2,
.hgroup h3,
.hgroup h4,
.hgroup h5,
.hgroup h6,
.hgroup p,
hgroup h1,
hgroup h2,
hgroup h3,
hgroup h4,
hgroup h5,
hgroup h6,
hgroup p {
  display: inline-block;
  padding-right: 0.5rem;
  margin-bottom: 0;
}
.hgroup.page-title h1,
.hgroup.page-title h2,
.hgroup.page-title h3,
.hgroup.page-title h4,
.hgroup.page-title h5,
.hgroup.page-title h6,
.hgroup.page-title p,
hgroup.page-title h1,
hgroup.page-title h2,
hgroup.page-title h3,
hgroup.page-title h4,
hgroup.page-title h5,
hgroup.page-title h6,
hgroup.page-title p {
  display: block;
}

.page-title {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 250%;
}

.breadcrumbs {
  color: rgb(1, 1, 1);
  margin-top: 100px;
}
.breadcrumbs .container {
  padding-top: 150px;
  border-radius: 300px 300px 0 0;
  background-image: url(img/image_ribbon.png);
  background-repeat: no-repeat;
  background-position: 50% 50px;
  background-size: 35% auto;
  background-color: rgb(255, 255, 255);
}
@media only screen and (min-width: 992px) {
  .breadcrumbs .container {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
    padding-top: 300px;
  }
}
.breadcrumbs a {
  color: rgb(1, 1, 1);
}
.breadcrumbs ol {
  padding-left: 12px;
  list-style-type: none;
  margin-bottom: 0;
}
.breadcrumbs ol li {
  display: inline;
  white-space: nowrap;
}
.breadcrumbs ol li:before {
  content: ">";
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.breadcrumbs ol li:first-child:before {
  content: none;
}

.single-pagination {
  display: block;
  text-align: center;
  margin-top: 3rem;
}
.single-pagination .pagenation-body {
  display: inline-block;
  padding: 0.25rem 1rem;
  list-style-type: none;
}
.single-pagination .pagenation-body li {
  display: inline;
  margin-right: 1.5rem;
}
.single-pagination .pagenation-body li a {
  text-decoration: none;
  color: rgb(255, 255, 255);
}
.single-pagination .pagenation-body li:last-child {
  margin-right: 0;
}

.pagination {
  display: block;
  text-align: center;
  margin-top: 6rem;
}
.pagination .nav-links {
  display: inline-block;
  padding: 0.25rem 1rem;
  list-style-type: none;
}
.pagination .nav-links .page-numbers {
  display: inline;
  margin-right: 1.5rem;
}
.pagination .nav-links a {
  text-decoration: none;
}
.pagination .nav-links:last-child {
  margin-right: 0;
}

.introduction-cards {
  padding: 12px;
}
.introduction-cards figure figcaption {
  color: rgb(230, 0, 18);
  font-size: 125%;
}
.introduction-cards figure img {
  max-width: 100%;
  width: 100%;
  border-radius: 1rem;
}

.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table.time-table {
  overflow-x: scroll;
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table.time-table > table {
  border-collapse: separate;
  min-width: 100%;
  border-spacing: 0.25rem;
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table.time-table > table th,
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table.time-table > table td {
  border: none;
  white-space: nowrap;
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table.time-table > table th {
  background-color: lightgray;
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table.time-table > table td {
  text-align: center;
  color: rgb(0, 105, 52);
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table.time-table > table td::first-line {
  color: darkslategray;
  font-size: 90%;
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table.time-table > table thead th {
  text-align: center;
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table.time-table > table tbody th {
  vertical-align: top;
  text-align: right;
  height: 5rem;
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table.time-table > table tbody td {
  vertical-align: middle;
  padding: 1rem;
}

dl.simple_dl2 div {
  display: flex;
}
dl.simple_dl2 div dt {
  white-space: nowrap;
  font-weight: normal;
}
dl.simple_dl2 div dt::after {
  content: "：";
}

dl.simple_dl {
  margin-top: 3rem;
}
dl.simple_dl div {
  margin-bottom: 0.5rem;
}
@media only screen and (min-width: 992px) {
  dl.simple_dl div {
    display: flex;
  }
}
dl.simple_dl div dt {
  width: 7rem;
  padding-left: 1.5rem;
  background-image: url(img/list-icon_star.png);
  background-size: 1rem auto;
  background-repeat: no-repeat;
  background-position: 0 0.125rem;
}
dl.simple_dl div dt::after {
  content: "：";
}
dl.simple_dl div dd {
  padding-left: 1.5rem;
}
@media only screen and (min-width: 992px) {
  dl.simple_dl div dd {
    padding-left: 0;
  }
}

.btn-wide {
  width: 75%;
}

.btn-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  margin-bottom: 0;
}

.btn-red {
  background-color: rgb(230, 0, 18);
  border-color: rgb(230, 0, 18);
}
.btn-red:hover {
  background-color: rgb(230, 0, 18);
  border-color: rgb(230, 0, 18);
  opacity: 0.75;
}

.wp-block-group.d-flex > .wp-block-group__inner-container {
  display: flex;
}
.wp-block-group.row > .wp-block-group__inner-container {
  display: flex;
}
.wp-block-group.d-inline-flex > .wp-block-group__inner-container {
  display: inline-flex;
}
.wp-block-group.flex-row > .wp-block-group__inner-container {
  flex-direction: row;
}
.wp-block-group.flex-column > .wp-block-group__inner-container {
  flex-direction: column;
}
.wp-block-group.flex-row-reverse > .wp-block-group__inner-container {
  flex-direction: row-reverse;
}
.wp-block-group.flex-column-reverse > .wp-block-group__inner-container {
  flex-direction: column-reverse;
}
.wp-block-group.flex-wrap > .wp-block-group__inner-container {
  flex-wrap: wrap;
}
.wp-block-group.flex-nowrap > .wp-block-group__inner-container {
  flex-wrap: nowrap;
}
.wp-block-group.flex-wrap-reverse > .wp-block-group__inner-container {
  flex-wrap: wrap-reverse;
}
.wp-block-group.justify-content-start > .wp-block-group__inner-container {
  justify-content: flex-start;
}
.wp-block-group.justify-content-end > .wp-block-group__inner-container {
  justify-content: flex-end;
}
.wp-block-group.justify-content-center > .wp-block-group__inner-container {
  justify-content: center;
}
.wp-block-group.justify-content-between > .wp-block-group__inner-container {
  justify-content: space-between;
}
.wp-block-group.justify-content-around > .wp-block-group__inner-container {
  justify-content: space-around;
}
.wp-block-group.justify-content-evenly > .wp-block-group__inner-container {
  justify-content: space-evenly;
}
.wp-block-group.align-items-start > .wp-block-group__inner-container {
  align-items: flex-start;
}
.wp-block-group.align-items-end > .wp-block-group__inner-container {
  align-items: flex-end;
}
.wp-block-group.align-items-center > .wp-block-group__inner-container {
  align-items: center;
}
.wp-block-group.align-items-baseline > .wp-block-group__inner-container {
  align-items: baseline;
}
.wp-block-group.align-items-stretch > .wp-block-group__inner-container {
  align-items: stretch;
}
.wp-block-group.g-0 > .wp-block-group__inner-container {
  gap: 0;
}
.wp-block-group.g-1 > .wp-block-group__inner-container {
  gap: 0.25rem;
}
.wp-block-group.g-2 > .wp-block-group__inner-container {
  gap: 0.5rem;
}
.wp-block-group.g-3 > .wp-block-group__inner-container {
  gap: 1rem;
}
.wp-block-group.g-4 > .wp-block-group__inner-container {
  gap: 1.5rem;
}
.wp-block-group.g-5 > .wp-block-group__inner-container {
  gap: 3rem;
}
@media (min-width: 576px) {
  .wp-block-group.d-sm-flex > .wp-block-group__inner-container {
    display: flex !important;
  }
  .wp-block-group.d-sm-inline-flex > .wp-block-group__inner-container {
    display: inline-flex !important;
  }
  .wp-block-group.flex-sm-row > .wp-block-group__inner-container {
    flex-direction: row !important;
  }
  .wp-block-group.flex-sm-column > .wp-block-group__inner-container {
    flex-direction: column !important;
  }
  .wp-block-group.flex-sm-row-reverse > .wp-block-group__inner-container {
    flex-direction: row-reverse !important;
  }
  .wp-block-group.flex-sm-column-reverse > .wp-block-group__inner-container {
    flex-direction: column-reverse !important;
  }
}
@media (min-width: 768px) {
  .wp-block-group.d-md-flex > .wp-block-group__inner-container {
    display: flex !important;
  }
  .wp-block-group.d-md-inline-flex > .wp-block-group__inner-container {
    display: inline-flex !important;
  }
  .wp-block-group.flex-md-row > .wp-block-group__inner-container {
    flex-direction: row !important;
  }
  .wp-block-group.flex-md-column > .wp-block-group__inner-container {
    flex-direction: column !important;
  }
  .wp-block-group.flex-md-row-reverse > .wp-block-group__inner-container {
    flex-direction: row-reverse !important;
  }
  .wp-block-group.flex-md-column-reverse > .wp-block-group__inner-container {
    flex-direction: column-reverse !important;
  }
}
@media (min-width: 992px) {
  .wp-block-group.d-lg-flex > .wp-block-group__inner-container {
    display: flex !important;
  }
  .wp-block-group.d-lg-inline-flex > .wp-block-group__inner-container {
    display: inline-flex !important;
  }
  .wp-block-group.flex-lg-row > .wp-block-group__inner-container {
    flex-direction: row !important;
  }
  .wp-block-group.flex-lg-column > .wp-block-group__inner-container {
    flex-direction: column !important;
  }
  .wp-block-group.flex-lg-row-reverse > .wp-block-group__inner-container {
    flex-direction: row-reverse !important;
  }
  .wp-block-group.flex-lg-column-reverse > .wp-block-group__inner-container {
    flex-direction: column-reverse !important;
  }
}
@media (min-width: 1200px) {
  .wp-block-group.d-xl-flex > .wp-block-group__inner-container {
    display: flex !important;
  }
  .wp-block-group.d-xl-inline-flex > .wp-block-group__inner-container {
    display: inline-flex !important;
  }
  .wp-block-group.flex-xl-row > .wp-block-group__inner-container {
    flex-direction: row !important;
  }
  .wp-block-group.flex-xl-column > .wp-block-group__inner-container {
    flex-direction: column !important;
  }
  .wp-block-group.flex-xl-row-reverse > .wp-block-group__inner-container {
    flex-direction: row-reverse !important;
  }
  .wp-block-group.flex-xl-column-reverse > .wp-block-group__inner-container {
    flex-direction: column-reverse !important;
  }
}
@media (min-width: 1400px) {
  .wp-block-group.d-xxl-flex > .wp-block-group__inner-container {
    display: flex !important;
  }
  .wp-block-group.d-xxl-inline-flex > .wp-block-group__inner-container {
    display: inline-flex !important;
  }
  .wp-block-group.flex-xxl-row > .wp-block-group__inner-container {
    flex-direction: row !important;
  }
  .wp-block-group.flex-xxl-column > .wp-block-group__inner-container {
    flex-direction: column !important;
  }
  .wp-block-group.flex-xxl-row-reverse > .wp-block-group__inner-container {
    flex-direction: row-reverse !important;
  }
  .wp-block-group.flex-xxl-column-reverse > .wp-block-group__inner-container {
    flex-direction: column-reverse !important;
  }
}

dl.overview > div {
  margin-bottom: 3rem;
}
@media only screen and (min-width: 992px) {
  dl.overview > div {
    display: flex;
    margin-bottom: 1rem;
  }
}
dl.overview > div dt {
  color: rgb(0, 105, 52);
  font-size: 175%;
  height: 1em;
  line-height: 1em;
  padding-left: 1.25em;
  background-image: url(img/list-icon_bell.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 100%;
  margin-bottom: 2rem;
  width: 15rem;
}
dl.overview > div dd .banner-list {
  list-style-type: none;
  padding-left: 0;
}
dl.overview > div dd .banner-list li {
  margin-bottom: 3rem;
}
dl.overview > div dd .banner-list li.banner-l img {
  display: inline-block;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  dl.overview > div dd .banner-list li.banner-l img {
    width: auto;
  }
}
dl.overview > div dd .banner-list li.banner-m img {
  width: 70%;
}
@media only screen and (min-width: 992px) {
  dl.overview > div dd .banner-list li.banner-m img {
    width: auto;
  }
}
dl.overview > div dd .sponsorship-list {
  padding-left: 0;
  list-style-type: none;
}

.anchor-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 0;
  list-style-type: none;
  border-bottom: solid 2px rgb(0, 105, 52);
}
@media only screen and (min-width: 992px) {
  .anchor-link {
    justify-content: center;
  }
}
.anchor-link li {
  padding: 0 0.5rem;
  width: 50%;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .anchor-link li {
    padding: 0 2rem;
    width: auto;
  }
}
.anchor-link li a {
  color: rgb(1, 1, 1);
  text-decoration: none;
  font-weight: 700;
  color: rgb(100, 100, 100);
}
.anchor-link li a:hover {
  color: rgb(230, 0, 18);
}
.anchor-link li a::after {
  font-family: bootstrap-icons;
  content: "\f282";
  color: rgb(230, 0, 18);
  display: block;
  padding-top: 0.5rem;
  padding-bottom: 1rem;
  text-align: center;
  font-weight: bold;
}
@media only screen and (min-width: 992px) {
  .anchor-link li a::after {
    padding-top: 1.5rem;
  }
}

.banners {
  padding-left: 0;
  list-style-type: none;
  text-align: center;
}
.banners li {
  display: inline;
}
.banners li img {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .banners li img {
    width: 33.3333%;
  }
}
.banners li a:hover {
  opacity: 0.8;
}

.btn-pagetop {
  opacity: 0;
  display: none;
  position: fixed;
  right: 1rem;
  bottom: 96px;
  display: inline-block;
  transition: all 0.5s ease-out;
}
.btn-pagetop.is-show {
  opacity: 1;
  display: block;
}
.btn-pagetop img {
  width: 100px;
}

.top-image {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.top-image .inner {
  height: 100svh;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.top-image .inner img {
  max-width: 100%;
  max-height: 100svh;
  display: inline-block;
}

section#news, section#foods_and_goods, section#event_info,
article#news,
article#foods_and_goods,
article#event_info {
  margin-top: 3rem;
}
section#news hgroup h2,
section#news hgroup p,
section#news .hgroup h2,
section#news .hgroup p, section#foods_and_goods hgroup h2,
section#foods_and_goods hgroup p,
section#foods_and_goods .hgroup h2,
section#foods_and_goods .hgroup p, section#event_info hgroup h2,
section#event_info hgroup p,
section#event_info .hgroup h2,
section#event_info .hgroup p,
article#news hgroup h2,
article#news hgroup p,
article#news .hgroup h2,
article#news .hgroup p,
article#foods_and_goods hgroup h2,
article#foods_and_goods hgroup p,
article#foods_and_goods .hgroup h2,
article#foods_and_goods .hgroup p,
article#event_info hgroup h2,
article#event_info hgroup p,
article#event_info .hgroup h2,
article#event_info .hgroup p {
  color: rgb(230, 0, 18);
}
section#overview.v2, section#stage_event.v2,
article#overview.v2,
article#stage_event.v2 {
  background-image: url(img/bg_snow.jpg);
  padding-top: 3rem;
}
section#overview hgroup h2,
section#overview hgroup p,
section#overview .hgroup h2,
section#overview .hgroup p, section#stage_event hgroup h2,
section#stage_event hgroup p,
section#stage_event .hgroup h2,
section#stage_event .hgroup p,
article#overview hgroup h2,
article#overview hgroup p,
article#overview .hgroup h2,
article#overview .hgroup p,
article#stage_event hgroup h2,
article#stage_event hgroup p,
article#stage_event .hgroup h2,
article#stage_event .hgroup p {
  color: rgb(0, 105, 52);
}

.news-list h3 a {
  color: rgb(1, 1, 1);
}
.news-list h3 a:hover {
  color: rgb(155, 155, 155);
}

.link-archive {
  text-align: right;
  font-size: 125%;
}
.link-archive a {
  color: rgb(1, 1, 1);
  text-decoration: none;
}
.link-archive a:before {
  content: "▶";
  margin-right: 0.5rem;
}
.link-archive a:hover {
  color: rgb(155, 155, 155);
}

#overview dl {
  padding: 0;
}
#overview dl div {
  display: flex;
}
#overview dl div dt {
  white-space: nowrap;
  font-weight: normal;
}
#overview dl div dt::after {
  content: "：";
}
#overview dl div dd span,
#overview dl div dd time {
  white-space: nowrap;
}
#overview dl div dd ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}
#overview dl div dd p {
  margin-bottom: 0;
}

.list-sns {
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding-left: 0;
  list-style-type: none;
  text-align: center;
}
.list-sns li {
  display: inline;
  margin-right: 3rem;
  font-size: 0;
}
.list-sns li:last-child {
  margin-right: 0;
}
.list-sns li a {
  opacity: 0.5;
}
.list-sns li a:hover {
  opacity: 1;
}

.btn-page-link {
  width: 200px;
  margin-left: auto;
  margin-right: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: rgb(214, 0, 0);
  border: 3px solid rgb(242, 214, 100);
  border-radius: 2px;
}
.btn-page-link::after {
  content: "＞";
}
.btn-page-link:hover {
  background-color: rgb(214, 0, 0);
  border: 3px solid rgb(242, 214, 100);
  opacity: 0.75;
}

.col {
  position: relative;
}

body.page-template-default,
body.page-template-page-rule,
body.archive,
body.single {
  background-image: url(img/bg_snow.jpg);
  background-repeat: none;
  background-size: cover;
}
body.page-template-default .l-main .container,
body.page-template-page-rule .l-main .container,
body.archive .l-main .container,
body.single .l-main .container {
  background-color: rgb(255, 255, 255);
}
body.page-template-default hgroup .page-title,
body.page-template-page-rule hgroup .page-title,
body.archive hgroup .page-title,
body.single hgroup .page-title {
  font-size: 1.25rem;
  padding-top: 0;
  padding-bottom: 0;
  color: rgb(0, 105, 52);
}
@media only screen and (min-width: 992px) {
  body.page-template-default hgroup .page-title,
  body.page-template-page-rule hgroup .page-title,
  body.archive hgroup .page-title,
  body.single hgroup .page-title {
    padding: top 40px;
    padding-bottom: 40px;
  }
}
body.page-template-default hgroup .ex-title,
body.page-template-page-rule hgroup .ex-title,
body.archive hgroup .ex-title,
body.single hgroup .ex-title {
  color: rgb(0, 105, 52);
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 250%;
  display: inline-block;
}

body.page-template-default h2 {
  color: rgb(0, 105, 52);
  font-size: 200%;
  padding-left: 2.5rem;
  background-image: url(img/list-icon_bell.png);
  background-repeat: no-repeat;
  background-position: 0 0.1rem;
  background-size: auto 2rem;
  margin-top: 4rem;
  margin-bottom: 2rem;
}
body.page-template-default h3 {
  color: rgb(0, 105, 52);
  margin-top: 5rem;
  margin-bottom: 2rem;
  font-weight: 700;
  font-size: 150%;
}
body.page-template-default p {
  line-height: 1.75;
}
body.page-template-default hgroup:has(h3) h3 {
  margin-bottom: 0;
}
body.page-template-default hgroup:has(h3) h3 + p {
  display: block;
  color: rgb(0, 105, 52);
  font-size: 125%;
}
body.page-template-default h4 {
  font-size: 125%;
  font-weight: 700;
  margin-bottom: 2rem;
  color: rgb(230, 0, 18);
}
body.page-template-default hr {
  background-image: url(img/image_line-star.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 50%;
  height: 8rem;
  opacity: 1;
}

.prize-list .col {
  padding-bottom: 1rem;
}
.prize-list figure {
  margin-bottom: 0;
}
.prize-list figure img {
  width: 100%;
}
.prize-list figure figcaption {
  text-align: center;
  margin-bottom: 0;
  font-size: 80%;
  color: rgb(230, 0, 18);
}
.prize-list p {
  margin-bottom: 0;
  text-align: center;
  font-size: 90%;
}
.prize-list p.number_of_winners {
  font-size: 75%;
}

body.page-template-page-rule h2 {
  color: rgb(0, 105, 52);
  font-weight: 700;
  font-size: 200%;
  margin-top: 5rem;
  margin-bottom: 2rem;
}

.list-archive-items {
  list-style-type: none;
  padding-left: 0;
}
.list-archive-items h2 {
  font-weight: normal;
  font-size: 125%;
}
.list-archive-items h2 a {
  color: rgb(1, 1, 1);
}
.list-archive-items .btn-readMore {
  text-align: right;
}
.list-archive-items .btn-readMore a {
  color: rgb(1, 1, 1);
  text-decoration: none;
}
.list-archive-items .btn-readMore a::before {
  content: "▶";
  margin-right: 0.5rem;
}
.list-archive-items .btn-readMore a:hover {
  color: rgb(155, 155, 155);
}

.sitemap {
  list-style-type: none;
  line-height: 1.75;
}
.sitemap ul {
  list-style-type: none;
}
.sitemap a {
  text-decoration: none;
  color: rgb(1, 1, 1);
}
.sitemap a:hover {
  color: rgb(230, 0, 18);
}
.sitemap > li {
  /* 1階層目 */
}
.sitemap > li > a {
  background-image: url(img/list-icon_star.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 1rem auto;
  padding-left: 1.5rem;
}
.sitemap > li > ul > li {
  /* 2階層目 */
}
.sitemap > li > ul > li > a {
  background-image: url(img/list-icon_star.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 1rem auto;
  padding-left: 1.5rem;
}
.sitemap > li > ul > li > ul > li {
  /* 3階層目(アンカーリンク) */
}
.sitemap > li > ul > li > ul > li::before {
  content: "━━";
  margin-right: 0.5rem;
  color: rgb(0, 105, 52);
}

html {
  scroll-padding: 100px;
}

body {
  display: flex;
  flex-flow: column;
  min-height: 100svh;
  overflow-x: hidden;
}

#main {
  flex: 1;
}

.wp-block-group {
  overflow: hidden;
}

a {
  transition: all 0.2s ease-out;
}/*# sourceMappingURL=style.css.map */