@charset "UTF-8";
.ctm__VineyardMap {
  padding: 60px 6%;
}
@media screen and (min-width: 768px) {
  .ctm__VineyardMap {
    padding: 120px 5%;
  }
}
.ctm__VineyardMap .pc_wrap {
  max-width: 1200px;
  margin: 0 auto;
}
.ctm__VineyardMap .sec_copy {
  font-size: 1.3rem;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .ctm__VineyardMap .vineyardMap {
    width: 100%;
    position: relative;
  }
}
.ctm__VineyardMap .sp_scroll-container {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
}
@media screen and (min-width: 768px) {
  .ctm__VineyardMap .sp_scroll-container {
    overflow: inherit;
  }
}
.ctm__VineyardMap .sp_scroll-container svg {
  display: block;
  max-width: none;
  width: 700px;
}
.ctm__VineyardMap .sp_scroll-container svg path {
  pointer-events: auto;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .ctm__VineyardMap .sp_scroll-container svg {
    width: 100%;
  }
}
.ctm__VineyardMap .ctm__Vineyard_detail {
  display: none;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 20px;
}
.ctm__VineyardMap .ctm__Vineyard_detail.active {
  display: block;
}
@media screen and (min-width: 768px) {
  .ctm__VineyardMap .ctm__Vineyard_detail.active {
    display: grid;
  }
}
@media screen and (min-width: 768px) {
  .ctm__VineyardMap .ctm__Vineyard_detail {
    width: 350px;
    position: absolute;
    display: none;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
.ctm__VineyardMap .ctm__Vineyard_detail .txBlock .name {
  color: #fff;
}
.ctm__VineyardMap .ctm__Vineyard_detail .txBlock .ttl {
  color: #fff;
  font-size: 1.4rem;
  border-bottom: 1px solid #fff;
  margin-bottom: 10px;
}
.ctm__VineyardMap .ctm__Vineyard_detail .txBlock .text {
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.5em;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .ctm__VineyardMap_wrapper {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .ctm__VineyardMap_wrapper {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 768px) {
  .ctm__Vineyard_detail::before {
    content: "";
    position: absolute;
    top: -20px;
    left: 20px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent rgba(0, 0, 0, 0.7) transparent;
  }
  #vineyard01_detail {
    top: 22%;
    left: 2%;
  }
  #vineyard02_detail {
    top: 22%;
    left: 30%;
  }
  #vineyard03_detail {
    top: 11%;
    left: 40%;
  }
  #vineyard04_detail {
    top: 45%;
    left: 2%;
  }
  #vineyard05_detail {
    top: 60%;
    left: 20%;
  }
  #vineyard06_detail {
    top: 10%;
    left: 22%;
  }
  #vineyard07_detail {
    top: 10%;
    left: 28%;
  }
  #vineyard09_detail {
    top: 42%;
    left: 45%;
  }
  #vineyard10_detail {
    top: 45%;
    left: 50%;
  }
  #vineyard11_detail {
    top: 60%;
    left: 55%;
  }
  #vineyard12_detail {
    top: 60%;
    left: 70%;
  }
  #vineyard13_detail {
    top: 60%;
    left: 78%;
  }
  #vineyard14_detail {
    top: 60%;
    left: 80%;
  }
  #vineyard15_detail {
    top: 60%;
    left: 71%;
  }
  #vineyard15_detail::before {
    left: auto;
    right: 10px;
  }
  #vineyard16_detail {
    top: 78%;
    left: 55%;
  }
  #vineyard17_detail {
    top: 78%;
    left: 71%;
  }
  #vineyard17_detail::before {
    left: auto;
    right: 10px;
  }
  #vineyard18_detail {
    top: 60%;
    left: 15%;
  }
  #vineyard18_detail::before {
    top: auto;
    bottom: -20px;
    border-color: rgba(0, 0, 0, 0.7) transparent transparent transparent;
  }
  #vineyard19_detail {
    top: 60%;
    left: 50%;
  }
  #vineyard19_detail::before {
    top: auto;
    bottom: -20px;
    border-color: rgba(0, 0, 0, 0.7) transparent transparent transparent;
  }
}
@media screen and (max-width: 767px) {
  .sp_scroll-container {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .sp_scroll-container svg {
    min-width: 900px;
    height: auto;
    display: block;
  }
  .ctm__Vineyard_detail {
    display: none;
  }
}
.modal_vineyard {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}
.modal_vineyard.active {
  display: flex;
}
.modal_vineyard .modal_inner {
  background: #fff;
  padding: 20px;
  max-width: 90%;
  max-height: 80%;
  overflow-y: auto;
  position: relative;
  border-radius: 0px;
}
.modal_vineyard .modal_close {
  position: absolute;
  top: 10px;
  right: 15px;
  background: transparent;
  border: none;
  font-size: 24px;
  cursor: pointer;
}/*# sourceMappingURL=vineyard.css.map */