<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#main {
  margin-top: 40px;
  padding-bottom: 20px;
}
#main #floor_guide_wrapper {
  width: 1000px;
  margin: 0 auto;
  padding: 35px 0;
  background: #ffffff;
  border-top: 1px solid #005740;
  border-bottom: 1px solid #005740;
}
#main #floor_guide_wrapper h1 {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-align: center;
  color: #005740;
  font-size: 26px;
}
#main #floor_guide_wrapper .floor_guide_item_normal {
  width: 900px;
  margin: 30px auto 0;
  position: relative;
}
#main #floor_guide_wrapper .floor_guide_item_normal .view_window_wrapper {
  width: 900px;
  height: 400px;
  border: 1px solid #cccccc;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
#main #floor_guide_wrapper .floor_guide_item_normal .view_window_wrapper .view_window_inner {
  width: 100%;
  height: 100%;
  text-align: center;
}
#main #floor_guide_wrapper .floor_guide_item_normal .view_window_wrapper .view_window_inner img {
  width: 100% !important;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  font-family: "object-fit: contain; object-position: center center;";
}
#main #floor_guide_wrapper .floor_guide_item_normal .view_window_ctrl {
  width: 70px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  bottom: -8px;
}
#main #floor_guide_wrapper .floor_guide_item_normal .view_window_ctrl .scale_up {
  width: 25px;
  height: 25px;
  background-color: #005740;
  background-image: linear-gradient(to right, #ffffff, #ffffff), linear-gradient(to right, #ffffff, #ffffff);
  background-position: center center, center center;
  background-size: 16.25px 2.5px, 2.5px 16.25px;
  background-repeat: no-repeat;
  cursor: pointer;
}
#main #floor_guide_wrapper .floor_guide_item_normal .view_window_ctrl .scale_up.btn_disabled {
  background-color: rgba(0, 87, 64, 0.4);
}
#main #floor_guide_wrapper .floor_guide_item_normal .view_window_ctrl .scale_down {
  width: 25px;
  height: 25px;
  background-color: #005740;
  background-image: linear-gradient(to right, #ffffff, #ffffff);
  background-position: center center;
  background-size: 16.25px 2.5px;
  background-repeat: no-repeat;
  cursor: pointer;
}
#main #floor_guide_wrapper .floor_guide_item_normal .view_window_ctrl .scale_down.btn_disabled {
  background-color: rgba(0, 87, 64, 0.4);
}
#main #floor_guide_wrapper .floor_guide_item_normal .link {
  margin-top: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  text-align: right;
  color: #005740;
  font-size: 14px;
}
#main #floor_guide_wrapper .floor_guide_item_yahoo {
  width: 900px;
  margin: 25px auto 0;
  padding-bottom: 15px;
}
#main #floor_guide_wrapper .floor_guide_item_yahoo img {
  width: 100% !important;
}
#main .floor_shops {
  margin-top: 50px;
}
#main .floor_shops h2 {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-align: center;
  color: #005740;
  font-size: 26px;
}
#main .floor_shops .shop_list_wrapper {
  width: 1000px;
  margin: 18px auto 0;
  padding-bottom: 60px;
  background: rgba(0, 97, 42, 0.15);
}
#main .floor_shops .shop_list_wrapper .shop_list {
  width: 900px;
  margin: 0 auto;
}
#main .floor_shops .shop_list_wrapper .shop_list:nth-child(1) {
  padding-top: 50px;
}
#main .floor_shops .shop_list_wrapper .shop_list:nth-child(n + 2) {
  margin-top: 50px;
  padding-top: 40px;
  border-top: 1px solid #005740;
}
#main .floor_shops .shop_list_wrapper .shop_list .content &gt; ul.shopinfo_cmd_post_list {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#main .floor_shops .shop_list_wrapper .shop_list .content &gt; ul.shopinfo_cmd_post_list &gt; li.shopinfo_cmd_post_list_item {
  width: 280px;
  margin-right: 30px;
}
#main .floor_shops .shop_list_wrapper .shop_list .content &gt; ul.shopinfo_cmd_post_list &gt; li.shopinfo_cmd_post_list_item:nth-child(3n) {
  margin-right: 0;
}
#main .floor_shops .shop_list_wrapper .shop_list .content &gt; ul.shopinfo_cmd_post_list &gt; li.shopinfo_cmd_post_list_item:nth-child(n + 4) {
  margin-top: 35px;
}
#main .floor_shops .shop_list_wrapper .shop_list .content &gt; ul.shopinfo_cmd_post_list &gt; li.shopinfo_cmd_post_list_item .shop_photo {
  background: #ffffff;
}
#main .floor_shops .shop_list_wrapper .shop_list .content &gt; ul.shopinfo_cmd_post_list &gt; li.shopinfo_cmd_post_list_item .shop_photo img {
  width: 280px !important;
  height: 280px !important;
  object-fit: cover;
  object-position: center center;
  font-family: "object-fit: cover; object-position: center center;";
}
#main .floor_shops .shop_list_wrapper .shop_list .content &gt; ul.shopinfo_cmd_post_list &gt; li.shopinfo_cmd_post_list_item .shop_floor {
  margin-top: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #454545;
  font-size: 14px;
  line-height: 20px;
}
#main .floor_shops .shop_list_wrapper .shop_list .content &gt; ul.shopinfo_cmd_post_list &gt; li.shopinfo_cmd_post_list_item .shop_name {
  margin-top: 2px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #005740;
  font-size: 21px;
  line-height: 25px;
}

@media screen and (max-width: 767px) {
  #main {
    margin-top: 12vw;
    padding-bottom: 1.3333333333vw;
  }
  #main #floor_guide_wrapper {
    width: 92vw;
    padding: 6.6666666667vw 0;
    background: #ffffff;
    border-top: 1px solid #005740;
    border-bottom: 1px solid #005740;
  }
  #main #floor_guide_wrapper h1 {
    font-size: 5.0666666667vw;
  }
  #main #floor_guide_wrapper .floor_guide_item_normal {
    width: 84vw;
    margin: 4.6666666667vw auto 0;
  }
  #main #floor_guide_wrapper .floor_guide_item_normal .link {
    margin-top: 1.3333333333vw;
    font-size: 3.0666666667vw;
  }
  #main #floor_guide_wrapper .floor_guide_item_normal .view_window_wrapper {
    width: 84vw;
    height: 80vw;
    overflow: auto;
  }
  #main #floor_guide_wrapper .floor_guide_item_normal .view_window_wrapper .view_window_inner img {
    width: 95% !important;
  }
  #main #floor_guide_wrapper .floor_guide_item_normal .view_window_ctrl {
    width: 16.8vw;
    bottom: -3.3333333333vw;
  }
  #main #floor_guide_wrapper .floor_guide_item_normal .view_window_ctrl .scale_up {
    width: 6.1333333333vw;
    height: 6.1333333333vw;
    background-size: 3.9866666667vw 0.6133333333vw, 0.6133333333vw 3.9866666667vw;
  }
  #main #floor_guide_wrapper .floor_guide_item_normal .view_window_ctrl .scale_down {
    width: 6.1333333333vw;
    height: 6.1333333333vw;
    background-size: 3.9866666667vw 0.6133333333vw, 0.6133333333vw 3.9866666667vw;
  }
  #main #floor_guide_wrapper .floor_guide_item_yahoo {
    width: 84vw;
    margin: 5.3333333333vw auto 0;
    padding-bottom: 0;
  }
  #main .floor_shops {
    margin-top: 8vw;
  }
  #main .floor_shops h2 {
    font-size: 5.0666666667vw;
  }
  #main .floor_shops .shop_list_wrapper {
    width: 92vw;
    margin: 2vw auto 0;
    padding-bottom: 8vw;
  }
  #main .floor_shops .shop_list_wrapper .shop_list {
    width: 84vw;
  }
  #main .floor_shops .shop_list_wrapper .shop_list:nth-child(1) {
    padding-top: 6.6666666667vw;
  }
  #main .floor_shops .shop_list_wrapper .shop_list:nth-child(n + 2) {
    margin-top: 5.3333333333vw;
    padding-top: 8vw;
  }
  #main .floor_shops .shop_list_wrapper .shop_list .content &gt; ul.shopinfo_cmd_post_list &gt; li.shopinfo_cmd_post_list_item {
    width: 40vw;
    margin-right: 4vw;
  }
  #main .floor_shops .shop_list_wrapper .shop_list .content &gt; ul.shopinfo_cmd_post_list &gt; li.shopinfo_cmd_post_list_item:nth-child(3n) {
    margin-right: 4vw;
  }
  #main .floor_shops .shop_list_wrapper .shop_list .content &gt; ul.shopinfo_cmd_post_list &gt; li.shopinfo_cmd_post_list_item:nth-child(2n) {
    margin-right: 0;
  }
  #main .floor_shops .shop_list_wrapper .shop_list .content &gt; ul.shopinfo_cmd_post_list &gt; li.shopinfo_cmd_post_list_item:nth-child(n + 4) {
    margin-top: 0;
  }
  #main .floor_shops .shop_list_wrapper .shop_list .content &gt; ul.shopinfo_cmd_post_list &gt; li.shopinfo_cmd_post_list_item:nth-child(n + 3) {
    margin-top: 5.3333333333vw;
  }
  #main .floor_shops .shop_list_wrapper .shop_list .content &gt; ul.shopinfo_cmd_post_list &gt; li.shopinfo_cmd_post_list_item .shop_photo img {
    width: 40vw !important;
    height: 40vw !important;
  }
  #main .floor_shops .shop_list_wrapper .shop_list .content &gt; ul.shopinfo_cmd_post_list &gt; li.shopinfo_cmd_post_list_item .shop_floor {
    margin-top: 2vw;
    font-size: 2.9333333333vw;
    line-height: 3.3333333333vw;
  }
  #main .floor_shops .shop_list_wrapper .shop_list .content &gt; ul.shopinfo_cmd_post_list &gt; li.shopinfo_cmd_post_list_item .shop_name {
    margin-top: 1.3333333333vw;
    font-size: 3.3333333333vw;
    line-height: 4.1333333333vw;
  }
}

/*# sourceMappingURL=floor.css.map */
</pre></body></html>