@charset "UTF-8";
.page_link_list {
  border: 1px solid #005fb9;
  text-align: center;
}
.page_link_list.annex {
  border: unset;
  text-align: center;
}
.page_link_list.annex .page_link_list__tr {
  max-width: 444px;
  border: 1px solid #005fb9;
}
.page_link_list.annex .page_link_list__tr .floor_tab.invalid {
  pointer-events: none;
  background: unset;
}
.page_link_list__tr {
  display: table;
  width: 100%;
  height: 70px;
}
.page_link_list__tr:not(:last-child) a {
  border-bottom: 1px solid #005fb9;
}
@media screen and (max-width: 420px) {
  .page_link_list__tr {
    height: 64px;
  }
}
.page_link_list a {
  width: 16.666%;
  font-family: "Roboto", sans-serif;
  color: #353535;
  font-size: 1.125rem;
  box-sizing: border-box;
  display: table-cell;
  padding: 0em 0.5em 3em;
  line-height: 1.2;
  position: relative;
  top: 0;
  left: 0;
  vertical-align: middle;
  padding-bottom: 1em;
  font-size: 0.875rem;
  background: url("../img/icon/select.webp") center 47px no-repeat transparent;
  background-size: 16px 16px;
}
.page_link_list a:not(:last-child) {
  border-right: 1px solid #005fb9;
}
.page_link_list a.active, .page_link_list a:hover {
  background-color: #005fb9;
  color: #fff;
  background-image: url("../img/icon/select_white.webp");
}
.page_link_list-fl {
  margin-bottom: 1em;
  max-width: 1000px;
  margin: 22px auto 40px;
}
.page_link_list-fl a {
  width: 11.1111111111%;
  text-decoration: none;
}
.page_link_list::before, .page_link_list::after {
  content: "";
  display: table;
}
.page_link_list::after {
  clear: both;
}

.mb {
  display: none;
}

.area-floor__content {
  position: relative;
  top: 0;
  left: 0;
}

.fl_ctrl {
  position: absolute;
  overflow: hidden;
  text-indent: 200%;
  top: 170px;
  z-index: 2;
  width: 30px;
  height: 80px;
}
.fl_ctrl > a {
  transition: transform 0.1s ease-out;
  display: block;
  background-color: #005fb9;
  width: 30px;
  height: 80px;
}
.fl_ctrl > a::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.fl_ctrl-prev {
  left: 0;
}
.fl_ctrl-prev > a {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.fl_ctrl-prev > a::after {
  content: "";
  display: block;
  background: url("../img/icon_fl_pager-prev.png") 0 0 no-repeat transparent;
  background-size: 7px 16px;
  width: 7px;
  height: 16px;
}
.fl_ctrl-prev._hide > a {
  transform: translateX(-100%);
  pointer-events: none;
}
.fl_ctrl-next {
  right: 0;
}
.fl_ctrl-next > a {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.fl_ctrl-next > a::after {
  content: "";
  display: block;
  background: url("../img/icon_fl_pager-next.png") 0 0 no-repeat transparent;
  background-size: 7px 16px;
  width: 7px;
  height: 16px;
}
.fl_ctrl-next._hide > a {
  transform: translateX(100%);
  pointer-events: none;
}
.fl_ctrl-rm {
  top: 310px;
}
.fl_ctrl-rm > a {
  background-color: #a28f5b;
}

.floor {
  padding: 20px 45px 50px;
  position: relative;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1540px) and (min-width: 1000px) {
  .floor {
    padding: 20px 20px 30px;
  }
}
@media screen and (max-width: 999px) {
  .floor {
    padding: 20px 25px 30px;
  }
}
.floor__title {
  width: 120px;
  height: 120px;
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 11;
}
@media screen and (max-width: 767px) {
  .floor__title {
    width: 84px;
    height: 84px;
  }
}
@media screen and (max-width: 575px) {
  .floor {
    padding: 15px 20px 20px;
  }
  .floor__title {
    width: 60px;
    height: 60px;
  }
}
.floor__icons {
  max-width: calc(100% - 155px);
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.floor__icons-wrapper {
  display: flex;
  justify-content: flex-end;
}
.floor__icons > li {
  margin-bottom: 1em;
}
.floor__icons > li:not(:last-child) {
  margin-right: 0.7em;
}
.floor__icons__icon {
  display: flex;
  font-size: 0.938rem;
}
.floor__icons__icon .__icon {
  max-width: 32px;
  margin-right: 3px;
}
@media screen and (max-width: 767px) {
  .floor__icons {
    max-width: calc(100% - 125px);
  }
  .floor__icons > li {
    margin-bottom: 0;
  }
  .floor__icons > li:not(:last-child) {
    margin-right: 0.5em;
  }
  .floor__icons__icon {
    font-size: 0.875rem;
  }
  .floor__icons__icon .__icon {
    max-width: 20px;
    margin-right: 3px;
  }
}
@media screen and (max-width: 575px) {
  .floor__icons {
    max-width: calc(100% - 50px);
  }
  .floor__icons__icon {
    font-size: 0.75rem;
  }
  .floor__icons__icon .__icon {
    max-width: 18px;
    margin-right: 3px;
  }
}
.floor__map {
  max-width: 681px;
}
.floor__map-wrapper {
  display: flex;
  margin: 0 auto;
  justify-content: center;
}
.floor__map-wrapper:not(._only) {
  margin-bottom: -32px;
}
.floor__map-wrapper._only-img {
  justify-content: center;
}
.floor__map__img {
  max-width: 681px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.floor__map__img.annex {
  width: 100%;
  max-width: 330px;
}
@media screen and (max-width: 999px) {
  .floor__map__img.annex {
    max-width: 200px;
  }
}
.floor__map__a {
  display: block;
}
.floor__links {
  display: flex;
  -js-display: flex;
  flex-wrap: wrap;
  padding-top: 70px;
  -moz-column-gap: 70px;
  column-gap: 70px;
  row-gap: 20px;
}
.floor__links.annex {
  padding-top: 20px;
}
.floor__links > li {
  font-size: 1rem;
  line-height: 1.2;
  width: 280px;
}
.floor__link {
  display: flex;
  -js-display: flex;
  width: 100%;
  padding-top: 　10px;
  padding-bottom: 　10px;
}
.floor__link.center {
  padding-top: 10px;
  justify-content: center;
}
.floor__link__pre {
  padding-right: 0.2em;
  padding-top: 5px;
}
.floor__link__text {
  box-sizing: border-box;
  padding-top: 0.35em;
}
.floor__link__text > a {
  font-size: 0.938rem;
  text-decoration: unset;
}
.floor__link .num {
  width: 26px;
  min-width: 26px;
  position: relative;
  top: 0;
  left: 0;
}
.floor__link .num._lg {
  width: 64px;
}
.floor__link a {
  color: #353535;
  text-decoration: underline;
}
.floor__link a:hover {
  color: #005fb9;
}
@media screen and (max-width: 1540px) {
  .floor__map {
    margin: 0 auto;
  }
  .floor__map-wrapper {
    display: block;
  }
}
@media screen and (max-width: 999px) {
  .floor__link .num {
    width: 20px;
  }
  .floor__link .num._lg {
    width: 65px;
  }
}
@media screen and (max-width: 767px) {
  .floor__links > li {
    font-size: 0.938rem;
  }
}
@media screen and (max-width: 575px) {
  .floor__links > li {
    font-size: 0.875rem;
  }
}
.floor__caps {
  margin-top: 32px;
}
.floor__caps > li {
  text-align: center;
}
.floor__cap {
  display: inline-block;
  text-align: left;
  text-decoration: none !important;
  transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.floor__cap:hover {
  opacity: 0.7;
}
.floor__cap__img {
  max-width: 300px;
  position: relative;
  top: 0;
  left: 0;
  margin-bottom: 0.3em;
}
.floor__cap__img > img {
  border-radius: 3px;
  display: block;
}
.floor__cap__img::after {
  content: "";
  display: block;
  background: url("../img/icon/zoom.webp") 0 0 no-repeat transparent;
  background-size: 24px 24px;
  width: 24px;
  height: 24px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.floor__cap__caption {
  color: #353535;
  font-size: 1rem;
  line-height: 1.4;
  display: block;
  text-decoration: none;
}
.floor__cap__caption-deppo {
  min-height: 3.3em;
}
.floor__cap__caption-deppo-2 {
  min-height: auto;
  min-height: initial;
}
.floor_list {
  border: 1px solid #1090c0;
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
}
.floor_list::before {
  content: "";
  display: block;
  background: url("/hospital/facility/img/bg_title.png") 0 0 no-repeat transparent;
  background-size: 74px 74px;
  width: 74px;
  height: 74px;
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 10;
}

/* 前へ次への矢印カスタマイズ */
.swiper-button-prev,
.swiper-button-next {
  height: 55px !important;
  width: 55px !important;
  background: url("../img/icon/arrow.webp") no-repeat;
  background-size: contain;
  transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  opacity: 0.7;
}

.swiper-button-prev {
  transform: rotate(180deg);
  left: -28px !important;
}

.swiper-button-next {
  right: -28px !important;
}

@media screen and (max-width: 1540px) {
  .swiper-button-prev,
  .swiper-button-next {
    height: 45px !important;
    width: 45px !important;
  }
}
@media screen and (max-width: 999px) {
  .swiper-button-prev,
  .swiper-button-next {
    height: 35px !important;
    width: 35px !important;
  }
  .swiper-button-prev {
    left: -20px !important;
  }
  .swiper-button-next {
    right: -20px !important;
  }
}
@media screen and (max-width: 575px) {
  .swiper-button-prev,
  .swiper-button-next {
    height: 25px !important;
    width: 25px !important;
  }
  .swiper-button-prev {
    left: -15px !important;
  }
  .swiper-button-next {
    right: -15px !important;
  }
}
/* 前へ次への矢印カスタマイズ */
.swiper-button-prev:after,
.swiper-button-next:after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 55px;
  margin: auto;
  width: 55px !important;
}

/* 前への矢印カスタマイズ */
.floor__map__link_list {
  display: none;
}

.swiper-slide {
  width: 100% !important;
}

/* ----------------------------------------------------------
202412 改修
---------------------------------------------------------- */
.facility_tab {
  max-width: 1000px;
  display: flex;
  margin: 40px auto 0;
}
.facility_tab__title {
  width: 50%;
  padding: 20px 0;
  text-align: center;
  border: 1px solid #005fb9;
}
.facility_tab__title._select {
  background-color: #005fb9;
  color: #fff;
}
.facility_tab__title._select span::after {
  content: "";
  background: url("../img/icon/icon_arrow_white.webp") center center/contain no-repeat transparent;
}
.facility_tab__title span {
  position: relative;
}
.facility_tab__title span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -60px;
  transform: translate(-50%, -50%);
  background: url("../img/icon/icon_arrow_blue.webp") center center/contain no-repeat transparent;
  width: 27px;
  height: 26px;
}
@media screen and (max-width: 999px) {
  .facility_tab__title span::after {
    right: -40px;
    width: 20px;
    height: 20px;
  }
}

.facility_area {
  display: none;
}
.facility_area.main {
  padding-top: 0;
  overflow: visible;
}
.facility_area.main .photoswipe .image_wrap {
  position: relative;
}
.facility_area.main .photoswipe .image_wrap .page_link_list__tr {
  height: unset;
}
.facility_area.main .photoswipe .image_wrap .page_link_list__tr .floor_tab {
  width: 78.6%;
  height: 5%;
  right: -39.2%;
  position: absolute;
  transform: translate(-50%, -50%);
}
.facility_area.main .photoswipe .image_wrap .page_link_list__tr .floor_tab:hover {
  transition: all 0.8s;
  transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  background-color: #fff;
}
.facility_area.main .photoswipe .image_wrap .page_link_list__tr .floor_tab:hover:hover {
  opacity: 0.7;
}
.facility_area.main .photoswipe .image_wrap .page_link_list__tr .floor_tab:nth-child(1) {
  width: 82.9%;
  top: 90.6%;
  height: 19%;
  right: -41.3%;
}
.facility_area.main .photoswipe .image_wrap .page_link_list__tr .floor_tab:nth-child(2) {
  width: 82.9%;
  top: 74.3%;
  height: 14.2%;
  right: -41.3%;
}
.facility_area.main .photoswipe .image_wrap .page_link_list__tr .floor_tab:nth-child(3) {
  width: 82.9%;
  top: 62.4%;
  height: 9.7%;
  right: -41.3%;
}
.facility_area.main .photoswipe .image_wrap .page_link_list__tr .floor_tab:nth-child(4) {
  width: 82.9%;
  top: 51.8%;
  height: 11.8%;
  right: -41.3%;
}
.facility_area.main .photoswipe .image_wrap .page_link_list__tr .floor_tab:nth-child(5) {
  top: 42.2%;
  height: 7.2%;
}
.facility_area.main .photoswipe .image_wrap .page_link_list__tr .floor_tab:nth-child(6) {
  top: 29.2%;
  height: 18.9%;
}
.facility_area.main .photoswipe .image_wrap .page_link_list__tr .floor_tab:nth-child(7) {
  top: 16.1%;
  height: 7.2%;
}
.facility_area.main .photoswipe .image_wrap .page_link_list__tr .floor_tab:nth-child(8) {
  top: 10.1%;
  height: 4.7%;
}
.facility_area.main .photoswipe .image_wrap .page_link_list__tr .floor_tab:nth-child(9) {
  top: 5%;
  height: 5.3%;
}
.facility_area.annex {
  padding-top: 0;
  overflow: visible;
}
.facility_area.annex .photoswipe .image_wrap {
  position: relative;
}
.facility_area.annex .photoswipe .image_wrap .page_link_list__tr {
  height: unset;
}
.facility_area.annex .photoswipe .image_wrap .page_link_list__tr .floor_tab {
  width: 65.3%;
  top: 65.1%;
  height: 22.6%;
  right: -6.7%;
  position: absolute;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 999px) {
  .facility_area.annex .photoswipe .image_wrap .page_link_list__tr .floor_tab {
    width: 78.9%;
    top: 65%;
    height: 22.4%;
    right: -18.5%;
  }
}
.facility_area.annex .photoswipe .image_wrap .page_link_list__tr .floor_tab:hover {
  transition: all 0.8s;
  transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  background-color: #fff;
}
.facility_area.annex .photoswipe .image_wrap .page_link_list__tr .floor_tab:hover:hover {
  opacity: 0.7;
}
.facility_area.annex .photoswipe .image_wrap .page_link_list__tr .floor_tab:nth-child(1) {
  width: 65.3%;
  top: 19%;
  height: 22.6%;
  right: -6.7%;
}
@media screen and (max-width: 999px) {
  .facility_area.annex .photoswipe .image_wrap .page_link_list__tr .floor_tab:nth-child(1) {
    width: 78.9%;
    top: 19.2%;
    height: 22.4%;
    right: -18.5%;
  }
}
.facility_area.annex .photoswipe .image_wrap .page_link_list__tr .floor_tab:nth-child(2) {
  width: 65.3%;
  top: 38.5%;
  height: 15.4%;
  right: -6.7%;
}
@media screen and (max-width: 999px) {
  .facility_area.annex .photoswipe .image_wrap .page_link_list__tr .floor_tab:nth-child(2) {
    width: 78.9%;
    top: 39.3%;
    height: 18.2%;
    right: -18.5%;
  }
}
.facility_area.annex .photoswipe .image_wrap .page_link_list__tr .floor_tab:nth-child(3) {
  width: 65.3%;
  top: 61.7%;
  height: 29.6%;
  right: -6.7%;
}
@media screen and (max-width: 999px) {
  .facility_area.annex .photoswipe .image_wrap .page_link_list__tr .floor_tab:nth-child(3) {
    width: 78.9%;
    top: 62%;
    height: 28.5%;
    right: -18.5%;
  }
}
.facility_area.annex .photoswipe .image_wrap img {
  margin: 20px auto 0;
}
.facility_area__content {
  display: flex;
  -moz-column-gap: 30px;
  column-gap: 30px;
  margin-top: 70px;
}
@media screen and (max-width: 999px) {
  .facility_area__content {
    display: block;
    margin-top: 30px;
  }
}
.facility_area__content .col._left {
  width: 432px;
}
@media screen and (max-width: 999px) {
  .facility_area__content .col._left {
    width: 100%;
  }
}
.facility_area__content .col._left h3 {
  padding-top: 0 !important;
}
.facility_area__content .col._right {
  width: 610px;
}
@media screen and (max-width: 999px) {
  .facility_area__content .col._right {
    width: 100%;
  }
}

.notes {
  font-size: 1rem;
  margin-bottom: 12px;
}

.image_wrapper._row {
  display: block;
}
.image_wrapper._row img {
  margin: 0 auto;
  max-width: 80%;
}
@media screen and (max-width: 999px) {
  .image_wrapper._row img {
    max-width: 100%;
  }
}
/*# sourceMappingURL=floorguide.css.map */
