@charset "UTF-8";

/* ==== SP用部分 ==== */
@import url("kanban2026_sp.css");

.page_kanban2026 {
  background: url(../img/background_parts.jpg) center center / 344px 344px repeat;
}
/* nav */
.menu_kanban2026 a {
  color: #fff !important;
}
.menu_kanban2026 a:hover {
  border-color: #fff !important;
}
/* MV */

/* 店舗一覧 */
.event_infolist .titlebox h2:before {
  background-size: contain !important;
  height: 120px;
  width: 120px;
  bottom: 0;
  left: 20px;
}
.event_infolist .titlebox h2:after {
  background-size: contain !important;
  height: 104px;
  width: 90px;
  bottom: 0;
  right: 20px;
}

.pagetop {
  z-index: 100;
  display: none;
  position: fixed;
  /* top: 30px; */
  bottom: 30px;
  right: 15px;
}
.pagetop a {
  display: block;
  font-size: 1.2rem;
  line-height: 1.2rem;
  background: white;
  color: #d3b152;
  padding: 10px;
  border: solid 2px;
  border-radius: 50%;
  box-shadow: 0 2px 10px -6px rgba(0, 0, 0, 0.5), 0 3px 10px -4px rgba(0, 0, 0, 0.2);
}
/* .pagetop a:hover {
  display: block;
  background-color: #b2d1fb;
  text-align: center;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  padding: 5px 10px;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
} */
