@charset "UTF-8";

/*
============================ ISOTOPE CSS ==============================
*/

.grid-sizer {
  width: 33%;
}
.gutter-sizer {
  /* width: 2%; */
  width: 0;
}
.item {
  float: left;
  width: 33%;
  margin-bottom: 0;
  transition: 0.5s;
}
.item:nth-child(4n + 3) {
  width: 65.95%;
}
.item a {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
#container {
  width: 92%;
  max-width: 640px;
  min-height: 640px;
  margin: 0 auto 30px;
}
#container:after {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  content: " ";
}
#container .facilities {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0 auto;
}

.item p {
  margin: 0;
}
ul#theme {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  width: 92%;
  max-width: 640px;
  padding: 0;
  margin: 0 auto;
}
ul#theme li {
  width: calc(25% - 10px);
  padding-bottom: 15px;
  line-height: 1.3;
  text-align: center;
}
ul#theme:after {
  display: block;
  width: calc(25% - 10px);
  content: "";
}
ul#theme li label {
  font-size: 1.4rem;
}
ul#theme li input {
  display: none;
}
ul#theme li img {
  padding: 5px;
  border: 2px solid #fff;
}
ul#theme li input[type="checkbox"]:checked + img {
  border: 2px solid #ff0000;
}
@media screen and (max-width: 768px) {
  ul#theme li {
    width: calc(100% / 3 - 10px);
  }
  ul#theme:after {
    width: calc(100% / 3 - 10px);
  }
  ul#theme li label {
    font-size: 1.2rem;
  }
}
/* .theme01 {
  background: #e5243b;
}
.theme02 {
  background: #dda63a;
}
.theme03 {
  background: #4c9f38;
}
.theme04 {
  background: #c5192d;
}
.theme05 {
  background: #ff3a21;
}
.theme06 {
  background: #26bde2;
}
.theme07 {
  background: #fcc30b;
}
.theme08 {
  background: #a21942;
}
.theme09 {
  background: #fd6925;
}
.theme10 {
  background: #dd1367;
}
.theme11 {
  background: #fd9d24;
}
.theme12 {
  background: #bf8b2e;
}
.theme13 {
  background: #3f7e44;
}
.theme14 {
  background: #0a97d9;
}
.theme15 {
  background: #56c02b;
}
.theme16 {
  background: #00689d;
}
.theme17 {
  background: #19486a;
} */
.facilities {
  position: relative;
  margin: 0;
  line-height: 1;
}
