@charset "utf-8";

.scube-context :where(*, *::before, *::after) {
  box-sizing: border-box;
  margin: 0;
}

.scube-context {
  font-family: meiryo, sans-serif;
  min-height: 345px;
}

.scube-list {
  display: grid;
  grid-template-columns: repeat(1, max-content);
  list-style: none;
  gap: 20px;
  padding-top: 1px;
  justify-content: flex-start;
}

.scube-item {
  width: 200px;
  position: relative;
  box-sizing: content-box;
}

.scube-item:hover img {
  opacity: 0.7;
}

.scube-day {
  background: #2e84b1;
  text-align: center;
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  padding: 8px 0px 9px 0px;
  line-height: 1.05;
}

.scube-property {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.scube-img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.scube-name {
  border-top: 1px solid #333;
  background: #000;
  text-align: center;
  vertical-align: middle;
  font-size: 12px;
  color: #fff;
  min-height: 40px;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-inline: 3px;
}

.scube-info {
  background: #002a3c;
  text-align: center;
  vertical-align: middle;
  font-size: 12px;
  color: #fff;
  padding: 3px 8px;
  border-top: 1px solid #124e6b;
  line-height: 17px;
}

.scube-other {
  padding-top: 3px;
  color: #ddd;
}

.scube-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* URLをメールで送信のモーダル */
#setBox,
#overlay {
  z-index: 99999;
}