@charset "UTF-8";

/* main .column_sub .widget_wrap ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
main .column_sub .widget_wrap ul ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
main .column_sub .widget_wrap ul li {
  padding: .5em .7em;
  border-bottom: 1px solid #ccc;
}
main .column_sub .widget_wrap ul li:last-child {
  border-bottom: 0;
}
main .column_sub .widget_wrap ul li a {
  display: block;
  text-decoration: none;
}
main .column_sub .widget_wrap ul li a:hover {
  text-decoration: underline;
}

.wp-block-calendar caption{
  padding: .5em;
  background: rgba(160, 198, 79, 0.05);
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .column_sub .wp-block-calendar caption {
      font-size: 1.4rem;
  }
}
.wp-block-calendar table thead th {
  background: rgba(160, 198, 79, 0.7);
  color: #fff;
  border: 1px solid #a0c64f;
  border-bottom: none;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .column_sub .wp-block-calendar table th, .column_sub .wp-block-calendar table td {
      padding: 0.5em .2em;
  }
}
.wp-block-calendar table tbody td {
  text-align: center;
  background: #f8f1e7;
  border: 1px solid #a0c64f;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .column_sub .wp-block-calendar table th, .column_sub .wp-block-calendar table td {
      padding: 0.5em .2em;
  }
}
.column_sub .wp-block-calendar nav{
  text-align: left;
  font-size: 1rem;
} */

/*20260523*/
table.pavilion_price{
  width: 660px;
  margin: 0 0 10px;
  border-top: solid 1px #a0c64f;
  border-left: solid 1px #a0c64f;
}
table.pavilion_price th,
table.pavilion_price td{
  padding: 10px;
  border-right: solid 1px #a0c64f;
  border-bottom: solid 1px #a0c64f;
  text-align: center;
}
table.pavilion_price thead th{
  background: rgba(160, 198, 79, 0.5);
}
table.pavilion_price tbody th{
  width: 230px;
  background: rgba(160, 198, 79, 0.2);
}
table.pavilion_price tbody td{
  background: #fff;
}
@media (max-width: 767px) {
  table.pavilion_price{
    width: 100%;
  }
  table.pavilion_price th,
  table.pavilion_price td{
    padding: 5px;
  }
  table.pavilion_price tbody th{
    width: 150px;
  }
}