#sidebar {
  background-color: #EEEEEE;
  padding: 20px 15px 15px;
}

#sidebar .sidebar-block {
  margin-bottom: 20px;
}

#sidebar .sidebar-bnr {
  display: block;
  margin-bottom: 15px;
}

#sidebar .sidebar-search {
  position: relative;
}

#sidebar .sidebar-search input {
  background-color: #fff;
  border-radius: 20px;
  max-width: 220px;
  width: 100%;
  padding: 8px 0;
  text-indent: 25px;
}

#sidebar .sidebar-search .ui11 {
  position: absolute;
  top: 8px;
  left: 8px;
  right: 0;
  width: 14px;
  height: 14px;
}

#sidebar .sidebar-block-ttl {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}

#sidebar .sidebar-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 15px;
}

#sidebar .sidebar-tag li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  margin-bottom: 10px;
  text-align: center;
}

#sidebar .sidebar-tag li a {
  display: block;
  background-color: #8DB58A;
  text-decoration: none;
  color: #fff;
  padding: 8px 5px;
  border-radius: 5px;
  text-decoration: none;
}

#sidebar .category-link li {
  padding-bottom: 5px;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
  text-align: left;
}

#sidebar .category-link li a {
  text-decoration: none;
  font-size: 13px;
}

#sidebar .category-link li a:hover {
  text-decoration: underline;
}

#sidebar .category-link.category-link-bordernone li:nth-child(1)::before {
  background: url(../img/icon/tsumiki.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  margin-right: 5px;
}
#sidebar .category-link.category-link-bordernone li:nth-child(2)::before {
  background: url(../img/icon/oto.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  margin-right: 5px;
}
#sidebar .category-link.category-link-bordernone li:nth-child(3)::before {
  background: url(../img/icon/mamagoto.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  margin-right: 5px;
}
#sidebar .category-link.category-link-bordernone li:nth-child(4)::before {
  background: url(../img/icon/car02.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  display: inline-block;
  width: 19px;
  height: 15px;
  margin-right: 5px;
}
#sidebar .category-link.category-link-bordernone li:nth-child(5)::before {
  background: url(../img/icon/daiku.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  margin-right: 5px;
}
#sidebar .category-link.category-link-bordernone li:nth-child(6)::before {
  background: url(../img/icon/block.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  margin-right: 5px;
}
#sidebar .category-link.category-link-bordernone li:nth-child(7)::before {
  background: url(../img/icon/car.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  margin-right: 5px;
}
#sidebar .category-link.category-link-bordernone li:nth-child(8)::before {
  background: url(../img/icon/meiro.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  margin-right: 5px;
}
#sidebar .category-link.category-link-bordernone li:nth-child(9)::before {
  background: url(../img/icon/moji.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  margin-right: 5px;
}
#sidebar .category-link.category-link-bordernone li:nth-child(10)::before {
  background: url(../img/icon/pazuru.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  margin-right: 5px;
}
#sidebar .category-link.category-link-bordernone li:nth-child(11)::before {
  background: url(../img/icon/oekaki.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  margin-right: 5px;
}
#sidebar .category-link.category-link-bordernone li:nth-child(12)::before {
  background: url(../img/icon/garagara.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  margin-right: 5px;
}
#sidebar .category-link.category-link-bordernone li:nth-child(13)::before {
  background: url(../img/icon/chiiku.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  margin-right: 5px;
}
#sidebar .category-link.category-link-bordernone li:nth-child(14)::before {
  background: url(../img/icon/omutsucake_new.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  margin-right: 5px;
}
#sidebar .category-link.category-link-bordernone li:nth-child(15)::before {
  background: url(../img/icon/nuno.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  margin-right: 5px;
}
#sidebar .category-link.category-link-bordernone li:nth-child(16)::before {
  background: url(../img/icon/nairegift.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  margin-right: 5px;
}
#sidebar .category-link.category-link-second li:nth-child(1)::before {
  background: url(../img/icon/suri-pa_new.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  margin-right: 5px;
}
#sidebar .category-link.category-link-second li:nth-child(2)::before {
  background: url(../img/icon/interia.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  margin-right: 5px;
}
#sidebar .category-link.category-link-second li:nth-child(3)::before {
  background: url(../img/icon/babydesk.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  margin-right: 5px;
}
#sidebar .category-link.category-link-second li:nth-child(4)::before {
  background: url(../img/icon/syokuji.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  margin-right: 5px;
}
#sidebar .category-link.category-link-second li:nth-child(5)::before {
  background: url(../img/icon/interior_new.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  margin-right: 5px;
}
#sidebar .category-link.category-link-second li:nth-child(6)::before {
  background: url(../img/icon/roomsyuzu.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  margin-right: 5px;
}
#sidebar .category-link.category-link-second li:nth-child(7)::before {
  background: url(../img/icon/ofuro.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  margin-right: 5px;
}
#sidebar .category-link.category-link-second li:nth-child(8)::before {
  background: url(../img/icon/baby.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  margin-right: 5px;
}
#sidebar .category-link.category-link-second li:nth-child(9)::before {
  background: url(../img/icon/towel_new.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  margin-right: 5px;
}
#sidebar .category-link.category-link-three li:nth-child(1)::before {
  /* background: url(../img/icon/ryukku.png); */
  background: url(../img/icon/kickbike_new.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  margin-right: 4px;
  vertical-align: middle;
}
#sidebar .category-link.category-link-three li:nth-child(2)::before {
  background: url(../img/icon/rucksack_new.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  margin-right: 4px;
  vertical-align: middle;
}
#sidebar .category-link.category-link-three li:nth-child(3)::before {
  background: url(../img/icon/shoes_new.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  margin-right: 4px;
  vertical-align: middle;
}
#sidebar .category-link.category-link-three li:nth-child(4)::before {
  background: url(../img/icon/babycar_new.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  margin-right: 4px;
  vertical-align: middle;
}
#sidebar .category-link.category-link-three li:nth-child(5)::before {
  background: url(../img/icon/randoseru_new.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  margin-right: 4px;
  vertical-align: middle;
}
#sidebar .category-link.category-link-three li:nth-child(6)::before {
  background: url(../img/icon/sunaba_.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  margin-right: 4px;
  vertical-align: middle;
}

#sidebar .category-link {
  padding: 15px;
  background-color: #fff;
  border-top: 1px solid #E9E4DE;
}

#sidebar .category-link-ttl {
  margin-bottom: 15px;
}
#sidebar .category-link-ttl01,#sidebar .category-link-ttl02,#sidebar .category-link-ttl03 {
  position: relative;
  border-bottom: 1px solid #000;
}
#sidebar .category-link-ttl01::after {
  content: "";
  padding-left: 59px;
  margin-right: 5px;
  background-image: url("../img/side/ui01.png");
  background-repeat: no-repeat;
  background-size: 25px 22px;
  background-position: right center;
}

#sidebar .category-link-ttl02::after {
  content: "";
  padding-left: 101px;
  margin-right: 5px;
  background-image: url("../img/side/ui02.png");
  background-repeat: no-repeat;
  background-size: 27px 19px;
  background-position: right center;
}

#sidebar .category-link-ttl03::after {
  content: "";
  padding-left: 87px;
  margin-right: 5px;
  background-image: url("../img/side/ui03.png");
  background-repeat: no-repeat;
  background-size: 16px 17px;
  background-position: right center;
}

#sidebar .category-link-bordernone {
  border-top: none;
}

#sidebar .table-box {
  background-color: #fff;
  padding: 15px;
}

#sidebar .calendar {
  border-collapse: collapse;
  width: 100%;
  background-color: #fff;
}

#sidebar .calendar caption {
  padding-bottom: 6px;
  font-size: 15px;
}

#sidebar .calendar td,
#sidebar .calendar th {
  font-size: 15px;
  border: 1px solid #fff;
  text-align: center;
  line-height: 30px;
}

#sidebar .calendar th {
  background: #534741;
  color: #fff;
}

#sidebar .calendar th:first-child {
  color: #fff;
  background-color: #E9B49A;
}

#sidebar .calendar th:last-child {
  color: #fff;
}

#sidebar .calendar td div {
  text-align: center;
}

#sidebar .today {
  background: #fffbcc;
}

#sidebar .sunday {
  color: #E9B49A;
}

#sidebar .holiday {
  color: #E9B49A;
}

#sidebar .calendar td a {
  text-decoration: underline;
  display: block;
  width: 100%;
}

#sidebar .calendar td a:hover {
  background: #fe814d;
  color: #fff;
  text-decoration: none;
}

#sidebar .calendar td a:active {
  background: #f30;
}

@media (min-width: 1px) and (max-width: 940px) {
  #sidebar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    padding-top: 100px;
  }
  #sidebar.open {
    overflow-y: auto;
    height: 100%;
    z-index: 1000;
    -webkit-overflow-scrolling: touch;
  }
}
