.facilitySearch {
  margin: 0 auto 20px;
  width: 960px;
}

.facilitySearch__button {
  font-size: 1em;
  border: 0;
  background: rgb(251, 176, 59);
  cursor: pointer;
  width: 130px;
  height: 40px;
  outline: 0;
  vertical-align: middle;
}
.facilitySearch__button--red {
  border-bottom: 4px solid #f00;
}
.facilitySearch__button--blue {
  border-bottom: 4px solid #0af;
}
.facilitySearch__categoryForm__footer > .facilitySearch__button,
.facilitySearch__areaForm__footer > .facilitySearch__button {
  width: 112px;
  background: #505050;
  color: #fff;
}
.facilitySearch__categoryForm__footer > .facilitySearch__button:hover,
.facilitySearch__areaForm__footer > .facilitySearch__button:hover {
  background: #505050;
}
.facilitySearch__categoryForm__footer > .facilitySearch__button:active,
.facilitySearch__areaForm__footer > .facilitySearch__button:active {
  color: #fff;
}
.facilitySearch__button + .facilitySearch__button {
  border-left: 1px solid #fff;
}
.facilitySearch__categoryForm__footer .facilitySearch__button + .facilitySearch__button {
  border-left: none;
  margin: 0 0 0 2px;
}
.facilitySearch__categoryForm__footer > .facilitySearch__button--close {
  display: none;
}
.facilitySearch__button:hover {
  background: #FFDC64;
}
.facilitySearch__button:active {
  color: #000;
}
.facilitySearch__button:not([type]) {
  float: right;
  background: rgb(183, 28, 28);
  color: #fff;
}
.facilitySearch__button:not([type]):hover {
  background: #D32F2F;
}
.facilitySearch__button:not([type]):active {
  color: #fff;
}
.facilitySearch__button--categoryIndex {
  position: relative;
  box-sizing: border-box;
  border: solid #fff;
  border-width: 0 1px 1px 0 !important;
  width: 25%;
  height: 60px;
}
.facilitySearch__button--opened,
.facilitySearch__button--opened:hover {
  background: rgb(224, 247, 250);
  border-bottom: 1px solid rgb(224, 247, 250);
}
.facilitySearch__closeButton,
.facilitySearch__button--categoryIndex.facilitySearch__button--opened::before {
  background-image: url(/c_img/facility_search/close.svg);
  background-size: contain;
  background-color: rgb(183, 28, 28);
  width: 30px;
  height: 30px;
  content: '';
  display: block;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  outline: none;
  cursor: pointer;
}
.facilitySearch__closeButton:hover,
.facilitySearch__button--categoryIndex.facilitySearch__button--opened:hover::before {
  background-color: #D32F2F;
}

.facilitySearch__categoryForm {
  background: rgb(224, 247, 250);
  padding: 15px;
}
.facilitySearch__categoryForm > label {
  width: 20%;
  display: inline-block;
  margin: 5px 0;
  padding-left: 20px;
  text-indent: -20px;
  box-sizing: border-box;
}
.facilitySearch__categoryForm input[type="checkbox"] {
  margin-right: 5px;
}
.facilitySearch__categoryForm__footer {
  margin-top: 20px;
}
.facilitySearch__categoryForm__footer > br {
  display: none;
}
.facilitySearch__categoryForm--type2 {
  float: left;
  box-sizing: border-box;
  width: 250px;
  background: transparent;
}
.facilitySearch__categoryForm--type2 > .facilitySearch__js--gotoCategoryIndex {
  display: none;
}
.facilitySearch__categoryForm--type2 > label {
  min-width: 50%;
  width: auto;
}
.facilitySearch__categoryForm--type2 > label > span::before {
  display: inline-block;
  position: relative;
  top: 6px;
  margin-right: 5px;
  width: 16px;
  height: 20px;
  background-size: 16px 20px;
  content: "";
}
.facilitySearch__categoryForm--type2 > label:nth-of-type(16n+1) > span::before {
  background-image: url("/c_img/facility_search/point_pink.png");
}
.facilitySearch__categoryForm--type2 > label:nth-of-type(16n+2) > span::before {
  background-image: url("/c_img/facility_search/point_r-purple.png");
}
.facilitySearch__categoryForm--type2 > label:nth-of-type(16n+3) > span::before {
  background-image: url("/c_img/facility_search/point_purple.png");
}
.facilitySearch__categoryForm--type2 > label:nth-of-type(16n+4) > span::before {
  background-image: url("/c_img/facility_search/point_blue.png");
}
.facilitySearch__categoryForm--type2 > label:nth-of-type(16n+5) > span::before {
  background-image: url("/c_img/facility_search/point_green.png");
}
.facilitySearch__categoryForm--type2 > label:nth-of-type(16n+6) > span::before {
  background-image: url("/c_img/facility_search/point_y-green.png");
}
.facilitySearch__categoryForm--type2 > label:nth-of-type(16n+7) > span::before {
  background-image: url("/c_img/facility_search/point_yellow.png");
}
.facilitySearch__categoryForm--type2 > label:nth-of-type(16n+8) > span::before {
  background-image: url("/c_img/facility_search/point_orange.png");
}
.facilitySearch__categoryForm--type2 > label:nth-of-type(16n+9) > span::before {
  background-image: url("/c_img/facility_search/point_glay.png");
}
.facilitySearch__categoryForm--type2 > label:nth-of-type(16n+10) > span::before {
  background-image: url("/c_img/facility_search/point_brown.png");
}
.facilitySearch__categoryForm--type2 > label:nth-of-type(16n+11) > span::before {
  background-image: url("/c_img/facility_search/point_white.png");
}
.facilitySearch__categoryForm--type2 > label:nth-of-type(16n+12) > span::before {
  background-image: url("/c_img/facility_search/point_pink2.png");
}
.facilitySearch__categoryForm--type2 > label:nth-of-type(16n+13) > span::before {
  background-image: url("/c_img/facility_search/point-rpurple2.png");
}
.facilitySearch__categoryForm--type2 > label:nth-of-type(16n+14) > span::before {
  background-image: url("/c_img/facility_search/point_purple2.png");
}
.facilitySearch__categoryForm--type2 > label:nth-of-type(16n+15) > span::before {
  background-image: url("/c_img/facility_search/point_blue2.png");
}
.facilitySearch__categoryForm--type2 > label:nth-of-type(16n+16) > span::before {
  background-image: url("/c_img/facility_search/point_green2.png");
}

.facilitySearch__map {
  float: left;
  width: 710px;
  height: 420px;
}

.facilitySearch__form2 {
  display: none;
}

.facilitySearch__description {
  text-align: center;
  margin: 0.5em 0;
}
.facilitySearch__description::before {
  content: '';
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  background-image: url(/c_img/facility_search/circle.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 5px;
  vertical-align: 2px;
}

.facilitySearch__header {
  overflow: hidden;
  background: #F7F6E9;
  position: relative;
}
.facilitySearch__header__title {
  display: inline-block;
  margin-top: 8px;
  border-left: 8px solid #367B22;
  font-weight: bold;
  padding-left: 10px;
}
.facilitySearch__header__text {
  display: block;
  position: absolute;
  top: 0;
  right: 130px;
  bottom: 0;
  left: 130px;
  padding: 8px;
  background: rgb(247, 247, 247);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.facilitySearch__header--clear {
  clear: both;
}
.facilitySearch__header > .facilitySearch__button {
  float: right;
}
.facilitySearch__header > .facilitySearch__js--toggle {
  display: none;
}
.facilitySearch__categoryForm--type2 .facilitySearch__categoryForm__footer {
  display: none;
}

.facilitySearch__areaForm {
  display: none;
  position: relative;
  overflow: hidden;
  background: rgb(224, 247, 250);
  padding: 20px;
}
.facilitySearch__areaForm__left {
  float: left;
  border: none;
}
.facilitySearch__areaForm__right {
  margin-left: 510px;
}
.facilitySearch__areaForm__right > label {
  display: inline-block;
  width: 30%;
}
.facilitySearch__areaForm__right > label > input {
  margin-right: 5px;
}
.facilitySearch__areaForm__footer {
  clear: both;
  padding-top: 20px;
}
.facilitySearch__areaForm__footer > .facilitySearch__button--close {
  display: none;
}
.facilitySearch__js--toggleAreaForm--sp {
  display: none;
}

.facilitySearch__result--pc {
  width: 100%;
  border-collapse: collapse;
  font-size: small;
}
.facilitySearch__result--sp {
  display: none;
}
.facilitySearch__result--pc > tbody {
  background: #FAFAFA;
}
.facilitySearch__result--pc > tbody > tr {
  border-bottom: 1px dotted #8c8b8b;
}
.facilitySearch__result--pc th {
  padding: 15px 0 10px;
}
.facilitySearch__result--pc td {
  padding: 5px;
}
.facilitySearch__result--pc td:first-child {
  position: relative;
  width: 24px;
}
.facilitySearch__result--pc td:first-child span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  text-align: center;
  line-height: 38px;
}
