<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* subHeader */

.headF-container {
  background-color: #1f1f1f;
  display: flex;
  height: 100%;
  justify-content: space-between;
  padding: 0;
  width: 100%;
}

.headF-item:first-child {
  margin: 0;
  width: calc(100% - 270px);
}

.headF-item:last-child {
  display: block;
  margin: auto 8px;
  width: 254px;
}

.slider img {
  height: 100%;
  width: 100%;
}

.tayori {
  color: #000000;
  height: 60px;
  margin-bottom: 25px;
  overflow: hidden;
}

.tayori h2 {
  margin: 0;
  text-align: center;
}

.tayori a {
  display: block;
  text-decoration: none;
}

.tayori img {
  display: block;
  width: 100%;
}

.calendar {
  display: block;
  position: relative;
  text-align: center;
}

.calendar p {
  color: #ffffff;
  display: inline-block;
  margin: 2px 0;
}

.calendar-left,
.calendar-right {
  clip: rect(0px 20px 23px 0px);
  height: 45px;
  padding: 0;
  position: absolute;
  top: 3px;
  width: 60px;
}

.calendar-left {
  left: 40px;
}

.calendar-right {
  right: 40px;
  transform: scale(-1, 1);
}

.calendar table {
  background-color: #1f1f1f;
  table-layout: fixed;
  width: 100%;
}

.calendar tbody {
  background-color: #ffffff;
}

.calendar-date {
  background-color: #ffc0cb;
}

.calendar-holiday {
  background-color: #add8e6;
}

.calendar-double {
  overflow: hidden;
}

.calendar-double p {
  color: #000000;
  font-size: 12px;
}

.calendar-double div {
  width: 140%;
}

.calendar-double div:first-child {
  border-bottom: 1px solid #808080;
  margin-left: -2%;
  margin-top: -18%;
  transform: rotate(-38deg);
  transform-origin: bottom left;
}

.calendar-double div:first-child p {
  margin-bottom: 3px;
  margin-left: 8px;
  transform: rotate(38deg);
  transform-origin: top left;
}

.calendar-double div:nth-child(2) {
  margin-bottom: -100%;
  margin-top: -2%;
  transform: rotate(-38deg);
  transform-origin: top left;
}

.calendar-double div:nth-child(2) p {
  margin-left: 8px;
  margin-top: 6px;
  transform: rotate(38deg);
  transform-origin: top right;
}

.calendar small {
  background-color: #ffffff;
  display: block;
  margin: auto;
  padding: 2px 0;
  width: calc(100% - 4px);
}

.closing-day {
  background-color: #add8e6;
  border: 1px solid #000000;
  display: inline-block;
  padding: 0 3px;
}

/* main */

.item a {
  color: #000000;
  display: block;
  height: 100%;
  text-decoration: none;
  width: 100%;
}

.item a:hover p,
.item a:focus p {
  text-decoration: underline;
}

.item img {
  height: 172px;
  object-fit: cover;
  vertical-align: bottom;
  width: 100%;
}

.item-description {
  padding: 5px;
}

.item-description p {
  color: #0000ff;
  color: -webkit-link;
  color: -moz-hyperlinkText;
  font-size: medium;
  font-weight: bold;
  margin: 0;
}

.item-description time {
  color: #000000;
  font-size: x-small;
}

.flex-events {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  z-index: 0;
}

.item {
  border: 1px solid #808080;
  box-sizing: border-box;
  height: 260px;
  margin-bottom: 10px;
  margin-right: 5px;
  width: calc((100% - 10px) / 3);
}

.item:nth-child(3n) {
  margin-right: 0;
}

.item:hover {
  box-shadow: 0 0 0 3px #0000ff inset;
  box-shadow: 0 0 0 3px -webkit-link inset;
  box-shadow: 0 0 0 3px -moz-hyperlinkText inset;
}

.item a img {
  position: relative;
  z-index: -1;
}

.item time {
  padding-left: 5px;
}

.item p {
  border-top: 1px dashed #808080;
  padding: 5px;
}

.item p title {
  display: block;
}
</pre></body></html>