.section-map .map-block:last-child {
  margin-bottom: 0;
}
.section-map .map-block.is-fish .map-title,
.section-map .map-block.is-fish .map-number {
  background-color: #26b6b2;
}
.section-map .map-block.is-fish .map-box {
  background-color: #e4f5f5;
}
.section-map .map-block.is-meat .map-title,
.section-map .map-block.is-meat .map-number {
  background-color: #eca09a;
}
.section-map .map-block.is-meat .map-box {
  background-color: #f5e4e4;
}
.section-map .map-block.is-snacks .map-title,
.section-map .map-block.is-snacks .map-number {
  background-color: #f18e2c;
}
.section-map .map-block.is-snacks .map-box {
  background-color: #f5ede4;
}
.section-map .map-block.is-products .map-title,
.section-map .map-block.is-products .map-number {
  background-color: #f7ce64;
}
.section-map .map-block.is-products .map-box {
  background-color: #f5f4e4;
}
.section-map .map-block.is-restaurant .map-title,
.section-map .map-block.is-restaurant .map-number {
  background-color: #ea5857;
}
.section-map .map-block.is-restaurant .map-box {
  background-color: #f5e4e4;
}
.section-map .map-block.is-flower .map-title,
.section-map .map-block.is-flower .map-number {
  background-color: #22b573;
}
.section-map .map-block.is-flower .map-box {
  background-color: #e4f5e6;
}
.section-map .map-block.is-relaxation .map-box {
  background-color: #eef5e4;
}
.section-map .map-title {
  display: inline-block;
  margin-bottom: 0;
  background-color: #8bc55d;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1.2;
  text-align: center;
}
.section-map .map-box {
  background-color: #e4f5e7;
}
.section-map .map-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.section-map .map-item {
  border-bottom: 1px dashed #c3c3c3;
}
.section-map .map-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
}
.section-map .map-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 0.28rem;
  height: 0.28rem;
  border-radius: 100px;
  background-color: #8bc55d;
  color: #fff;
}
@media print, (min-width: 768px) {
  .section-map .map-wrapper {
    padding: 50px 0 95px;
  }
  .section-map .map-block {
    margin-bottom: 45px;
  }
  .section-map .map-block.is-relaxation .map-title,
  .section-map .map-block.is-relaxation .map-number {
    background-color: #dfeabd;
    color: #6e745c;
  }
  .section-map .map-title {
    min-width: 159px;
    padding: 4px 16px 5px 23px;
    font-size: 0.19rem;
  }
  .is-firefox .section-map .map-title {
    padding-bottom: 6px;
  }
  .section-map .map-box {
    padding: 35px 20px 4px;
  }
  .section-map .map-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .section-map .map-item {
    width: calc((100% - 98px) / 3);
    margin: 0 49px 24px 0;
    padding: 0 15px 9px;
  }
  .section-map .map-item:nth-child(3n) {
    margin-right: 0;
  }
  .section-map .map-number {
    top: 1px;
    margin-right: 8px;
    padding: 2px 2px 3px;
    font-size: 0.18rem;
  }
  .is-tablet .section-map .map-number {
    top: 3px;
  }
  .is-firefox .section-map .map-number {
    top: 3px;
    padding-bottom: 4px;
  }
  .is-mac.is-chrome .section-map .map-number {
    top: 2px;
  }
  .section-map .map-text {
    font-size: 0.2rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-map .map-wrapper {
    padding: 0.33rem 0 0.77rem;
  }
  .section-map .map-block {
    margin-bottom: 0.4rem;
  }
  .section-map .map-block.is-relaxation .map-title,
  .section-map .map-block.is-relaxation .map-number {
    background-color: #b8cb7b;
  }
  .section-map .map-title {
    min-width: 1.18rem;
    padding: 0.05rem 0.18rem 0.06rem 0.19rem;
    font-size: 0.18rem;
  }
  .section-map .map-box {
    padding: 0.26rem 0.17rem 0.3rem;
  }
  .section-map .map-item {
    margin-bottom: 0.19rem;
    padding: 0 0.09rem 0.1rem;
  }
  .section-map .map-item:last-child {
    margin-bottom: 0;
  }
  .section-map .map-number {
    margin-right: 0.08rem;
    padding: 0.02rem 0.02rem 0.03rem;
    font-size: 0.15rem;
  }
  .section-map .map-text {
    font-size: 0.17rem;
  }
}

.block-map-image {
  background-color: #feffef;
}
.block-map-image .wrapper {
  position: relative;
}
.block-map-image .image-overflow {
  overflow: hidden;
  cursor: pointer !important;
}
.block-map-image .image-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px solid #707070;
  border-radius: 0.05rem;
  background-color: #fff;
}
.block-map-image .image-button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-bottom: 1px solid #e0e0e0;
}
.block-map-image .button-zoom {
  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;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.block-map-image .button-zoom.is-zoom-out {
  pointer-events: none;
}
.block-map-image .button-zoom.is-zoom-out.is-active {
  pointer-events: auto;
}
.block-map-image .button-zoom.is-zoom-out.is-active .zoom-out::before {
  border-color: #484848;
}
.block-map-image .button-zoom .zoom-in {
  position: relative;
}
.block-map-image .button-zoom .zoom-in::before, .block-map-image .button-zoom .zoom-in::after {
  content: "";
  position: absolute;
  top: 50%;
  border-bottom: 0.03rem solid #484848;
}
.block-map-image .button-zoom .zoom-in::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.block-map-image .button-zoom .zoom-out {
  position: relative;
  width: 100%;
  height: 100%;
}
.block-map-image .button-zoom .zoom-out::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  border-bottom: 0.03rem solid #ddd;
}
@media print, (min-width: 768px) {
  .block-map-image {
    padding: 47px 0 80px;
  }
  .block-map-image .image-overflow {
    width: 980px;
    padding-top: 34px;
  }
  .block-map-image .image-button {
    width: 39px;
    height: 82px;
  }
  .block-map-image .image-button::after {
    width: 29px;
  }
  .block-map-image .button-zoom .zoom-in {
    position: relative;
    top: -2px;
    width: 18px;
  }
  .block-map-image .button-zoom .zoom-in::before, .block-map-image .button-zoom .zoom-in::after {
    width: 18px;
  }
  .block-map-image .button-zoom .zoom-out::before {
    width: 17px;
  }
}
@media only screen and (max-width: 767.98px) {
  .block-map-image {
    padding: 0.15rem 0 0.58rem;
  }
  .block-map-image .wrapper {
    margin: 0 18px;
    padding: 0;
  }
  .block-map-image .image-overflow {
    padding-top: 0.81rem;
  }
  .block-map-image .image-button {
    width: 0.36rem;
    height: 0.76rem;
  }
  .block-map-image .image-button::after {
    width: 0.27rem;
  }
  .block-map-image .button-zoom .zoom-in {
    position: relative;
    top: -0.03rem;
    width: 0.17rem;
  }
  .block-map-image .button-zoom .zoom-in::before, .block-map-image .button-zoom .zoom-in::after {
    width: 0.17rem;
  }
  .block-map-image .button-zoom .zoom-out::before {
    width: 0.16rem;
  }
}
/*# sourceMappingURL=map.css.map */