@charset "UTF-8";
/*======================================================================
 * 検索ページ レイアウト
======================================================================*/
@media screen and (max-width: 768px) {
  .link-button.-pdf {
    margin: 0 auto 30px;
    max-width: 100%;
  }
}

.breadcrumbs+.link-button.-pdf:after {
  background-color: transparent;
}

.search-box .main-heading.-active:after,
.category .sub-heading.-active:after,
.floor .sub-heading.-active:after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sub-heading {
  position: relative;
  text-align: center;
  margin: 0;
  cursor: pointer;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .sub-heading {
    text-align: left;
  }
}

.main-heading:before,
.main-heading:after,
.sub-heading:before,
.sub-heading:after {
  content: "";
  display: block;
  width: 16px;
  height: 1px;
  border-radius: 5px;
  background: #003A8F;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.main-heading:after,
.sub-heading:after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.search-box {
  background: #F4F4F4;
  padding: 15px 20px 10px;
  margin: 4rem 0;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .search-box {
    margin: 0 calc(50% - 50vw) 30px;
  }
}

.search-box p.main-heading {
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;
  cursor: pointer;
  font-weight: bold;
}

.search-box p.main-heading.-active {
  padding-bottom: 5px;
}

.search-box .category-wrap {
  margin-top: 1em;
  display: none;
}

.search-box .category {
  background: #ffffff;
  border-radius: 5px;
  padding: 20px 40px;
}

@media screen and (max-width: 768px) {
  .search-box .category {
    padding: 20px 25px;
  }
}

.search-box ul {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.search-box ul li {
  margin-right: 13px;
  width: calc((100% - 39px) / 4);
  font-size: 1.4rem;
}

.search-box ul li input[type=checkbox] {
  display: none;
}

.search-box ul li input[type=checkbox]:checked+label {
  background: #003A8F;
  color: #fff;
}

.search-box ul li label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 50px;
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  background: #ffffff;
  text-decoration: none;
  color: #003A8F;
  padding: 5px;
  text-align: center;
  cursor: pointer;
  border: 1px solid #003A8F;
  border-radius: 5px;
}

@media screen and (max-width: 768px) {
  .search-box ul li {
    width: calc((100% - 11px) / 2);
    margin-right: 11px;
  }

  .search-box ul li:nth-child(2n) {
    margin-right: 0;
  }
}

.search-box ul li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 50px;
  width: 100%;
  border: 1px solid #003A8F;
  border-radius: 5px;
  max-width: 320px;
  margin: 0 auto;
  background: #ffffff;
  text-decoration: none;
  color: #003A8F;
  padding: 5px;
  text-align: center;
}

.search-box ul li:nth-child(4n) {
  margin-right: 0;
}

.search-box ul li:nth-child(n+5) {
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  .search-box ul li:nth-child(n+5) {
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .search-box ul li:nth-child(n+3) {
    margin-top: 10px;
  }
}

.search-box .link-button-group {
  margin-top: 30px;
  margin-bottom: 20px;
}

.search-box .show-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 60px;
  border: 3px solid #003A8F;
  border-radius: 5px;
  max-width: 320px;
  width: 100%;
  background: #ffffff;
  -webkit-box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.12);
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.12);
  text-decoration: none;
  color: #003A8F;
  font-size: 1.6rem;
  line-height: 1.6875;
  font-weight: bold;
  transition: 0.3s;
  padding: 0 42px 0 36px;
  cursor: pointer;
}

.search-box .show-button:hover {
  opacity: 1;
  background: #FFFF4A;
}

@media screen and (max-width: 768px) {
  .search-box .show-button {
    width: 100%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }
}

.search-box .show-button:after {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  right: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/common/icon-search.svg");
  top: 50%;
  transform: translateY(-50%);
}

.search-tab.-floor {
  margin-bottom: 4rem;
}

@media screen and (max-width: 768px) {
  .search-tab.-floor {
    margin-bottom: 2rem;
  }
}

.search-box {
  margin-top: 0;
  margin-bottom: 0;
}

.search-box .show-button {
  margin: 0 auto;
}

.l-content-list {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .l-content-list {
    margin-top: 10px;
  }
}

.no_data {
  padding: 40px 0;
}

@media screen and (max-width: 768px) {
  .no_data {
    padding: 30px 0 10px;
  }
}


.clickablemap {
  margin-bottom: 50px;
  border: 2px solid #003A8F;
  position: relative;
  z-index: 5;
}

@media screen and (max-width: 768px) {
  .clickablemap {
    width: calc(100% - 11vw);
    padding: 0;
  }
}

.clickablemap_zoom {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 20px;
  right: 10px;
  z-index: 10;
}

.clickablemap_zoom_btn {
  width: clamp(40px, 6vw, 50px);
  height: clamp(40px, 6vw, 50px);
  border: none;
  position: relative;
  background-color: #003A8F;
}

.clickablemap_zoom_btn:last-child {
  margin-top: clamp(5px, 1vw, 10px);
}

.clickablemap_zoom_btn.js-zoomin::before,
.clickablemap_zoom_btn.js-zoomin::after,
.clickablemap_zoom_btn.js-zoomout:before {
  content: "";
  width: clamp(25px, 4vw, 35px);
  height: clamp(3px, 1vw, 5px);
  margin: 0 auto;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}

.clickablemap_zoom_btn.js-zoomin::after {
  transform: translateY(-50%) rotate(90deg);
}

.clickablemap_zoom_hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.clickablemap_image {
  width: 100%;
}

.clickablemap_image svg {
  width: 100%;
}

.clickablemap_image svg a {
  display: inline-block;
  pointer-events: all;
}

.clickablemap_image svg a:hover {
  opacity: 1;
}

.clickablemap_image svg a > * {
  transition: all .3s;
}

.clickablemap_image svg a:hover > *:first-child {
  fill: rgba(0, 58, 143, 1);
}

.clickablemap_image svg a.clickablemap_arealink:hover > * {
  fill: rgba(0, 58, 143, 1);
}