@charset "UTF-8";
#wrapper {
  /* search-facilities-top */
}
#wrapper .search-facilities-top {
  padding-bottom: 24px;
  /*
  エリア選択
   */
  /*
  条件切り替えタブ
   */
  /*radio*/
}
@media screen and (max-width: 750px) {
  #wrapper .search-facilities-top {
    min-height: 420px;
  }
  #wrapper .search-facilities-top .nav-search-accordion {
    margin-bottom: 0 !important;
  }
}
#wrapper .search-facilities-top .area-tabs {
  margin-bottom: 16px;
}
#wrapper .search-facilities-top .area-tabs-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0 8px;
  border-bottom: 2px solid #1C7E67;
}
#wrapper .search-facilities-top .area-tabs-lists .area-tab-switch {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
}
#wrapper .search-facilities-top .area-tabs-lists .area-tab-switch a {
  display: block;
  background: #F3F3F3;
  border-width: 1px 1px 0px 1px;
  border-style: solid;
  border-color: #999999;
  border-radius: 8px 8px 0px 0px;
  padding: 10px 0px;
  line-height: 23px;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  color: #666666;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#wrapper .search-facilities-top .area-tabs-lists .area-tab-switch a:hover, #wrapper .search-facilities-top .area-tabs-lists .area-tab-switch a.is-current {
  background: #1C7E67;
  border-color: #1C7E67;
  color: #fff;
}
@media screen and (max-width: 1130px) {
  #wrapper .search-facilities-top .area-tabs-lists .area-tab-switch a {
    padding: 10px 0px;
    font-size: 14px;
  }
}
#wrapper .search-facilities-top .search-filter-tabbox {
  position: relative;
}
#wrapper .search-facilities-top .search-filter-tabbox .search-filter-tab {
  position: absolute;
  left: 0;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 160px;
  height: 120px;
  margin-bottom: 8px;
  border-radius: 8px 0px 0px 8px;
  cursor: pointer;
  background: #F3F3F3;
  border-width: 1px 0px 1px 1px;
  border-style: solid;
  border-color: #999999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#wrapper .search-facilities-top .search-filter-tabbox .search-filter-tab:nth-of-type(1) {
  top: 0;
}
#wrapper .search-facilities-top .search-filter-tabbox .search-filter-tab:nth-of-type(2) {
  top: 128px;
}
#wrapper .search-facilities-top .search-filter-tabbox .search-filter-tab:nth-of-type(3) {
  top: 256px;
}
#wrapper .search-facilities-top .search-filter-tabbox .search-filter-tab .tab-text {
  margin-top: 12px;
  line-height: 23px;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  color: #1C7E67;
}
#wrapper .search-facilities-top .search-filter-tabbox .search-filter-tab img {
  width: 100%;
  max-width: 40px;
  height: 100%;
  max-height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
#wrapper .search-facilities-top .search-filter-tabbox .tab-contents {
  margin-left: 160px;
  position: relative;
  z-index: 1;
  display: block;
  width: calc(100% - 160px);
  min-height: 500px;
  padding: 32px;
  background: #FFFFFF;
  border: 2px solid #1C7E67;
  border-radius: 0px 8px 8px 8px;
}
#wrapper .search-facilities-top .search-filter-tabbox > .search-filter-tab:hover,
#wrapper .search-facilities-top .search-filter-tabbox > .search-filter-tab.is-current,
#wrapper .search-facilities-top .search-filter-tabbox > input:focus + .search-filter-tab,
#wrapper .search-facilities-top .search-filter-tabbox > input:checked + .search-filter-tab {
  background: #1C7E67;
  border-color: #1C7E67;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.08);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.08);
}
#wrapper .search-facilities-top .search-filter-tabbox > .search-filter-tab:hover .tab-text,
#wrapper .search-facilities-top .search-filter-tabbox > .search-filter-tab.is-current .tab-text,
#wrapper .search-facilities-top .search-filter-tabbox > input:focus + .search-filter-tab .tab-text,
#wrapper .search-facilities-top .search-filter-tabbox > input:checked + .search-filter-tab .tab-text {
  line-height: 23px;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
}
#wrapper .search-facilities-top .search-filter-tabbox > .search-filter-tab:hover img,
#wrapper .search-facilities-top .search-filter-tabbox > .search-filter-tab.is-current img,
#wrapper .search-facilities-top .search-filter-tabbox > input:focus + .search-filter-tab img,
#wrapper .search-facilities-top .search-filter-tabbox > input:checked + .search-filter-tab img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
#wrapper .search-facilities-top .search-filter-tabbox .tab-content-btn .add-area-btn {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 27px;
  padding: 2px 30px 2px 16px;
  margin: 16px 0 0 auto;
  background-color: #1C7E67 !important;
  border: none !important;
  color: #fff;
  border-radius: 30px;
  text-align: right;
  font-size: 16px;
  line-height: 23px;
  font-weight: 700;
}
#wrapper .search-facilities-top .search-filter-tabbox .tab-content-btn .add-area-btn:after {
  width: 8px;
  height: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  right: 16px;
  content: "";
  position: absolute;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
#wrapper .search-facilities-top .search-filter-tabbox input[type=radio] {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: none;
}
#wrapper .search-facilities-top .search-filter-tabbox .tab-content {
  display: none;
}
#wrapper .search-facilities-top .search-filter-tabbox > input:first-child:checked ~ .tab-contents > .tab-content:first-child,
#wrapper .search-facilities-top .search-filter-tabbox > input:nth-child(3):checked ~ .tab-contents > .tab-content:nth-child(2),
#wrapper .search-facilities-top .search-filter-tabbox > input:nth-child(5):checked ~ .tab-contents > .tab-content:nth-child(3),
#wrapper .search-facilities-top .search-filter-tabbox > input:nth-child(7):checked ~ .tab-contents > .tab-content:nth-child(4),
#wrapper .search-facilities-top .search-filter-tabbox > input:nth-child(9):checked ~ .tab-contents > .tab-content:nth-child(5),
#wrapper .search-facilities-top .search-filter-tabbox > input:nth-child(11):checked ~ .tab-contents > .tab-content:nth-child(6) {
  display: block;
}
#wrapper .search-facilities-top .tab-content-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 30px;
  margin-top: -12px;
  margin-bottom: -12px;
}
#wrapper .search-facilities-top .tab-content-area .maparea {
  width: 362px;
  padding-top: 40px;
}
#wrapper .search-facilities-top .tab-content-area .maparea-checkbox {
  width: calc(100% - 32px - 360px);
}
#wrapper .search-facilities-top .tab-content-area .maparea-checkbox .search-list-box dt .choice-check {
  margin-bottom: 8px;
  padding-bottom: 12px;
  border-bottom: 1px #999999 dashed;
  font-weight: 500;
}
#wrapper .search-facilities-top .tab-content-area .maparea-checkbox .search-list-box dd {
  margin-bottom: 16px;
}
#wrapper .search-facilities-top .tab-content-area .maparea-checkbox .search-list-box dd .choice-check {
  font-weight: 500;
}
#wrapper .search-facilities-top .tab-content-area .maparea-checkbox .search-list-box li {
  width: 155px;
}
#wrapper .search-facilities-top .tab-content-area .maparea-checkbox .search-list-box li .choice-check {
  font-weight: 500;
}
#wrapper .search-facilities-top .tab-content-area .maparea-checkbox .search-list-box:first-child dt {
  padding-bottom: 12px;
  margin-bottom: 8px;
  border-bottom: 2px #1C7E67 solid;
}
#wrapper .search-facilities-top .tab-content-area .maparea-checkbox .search-list-box:first-child dt .choice-check {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
#wrapper .search-facilities-top .tab-content-area .maparea-checkbox .search-list-box:last-of-type dd {
  margin-bottom: 0;
}
#wrapper .search-facilities-top .tab-content-station .select-choice-box .select-list-body {
  border-radius: 0px 8px 8px 0px;
}
