/* ---- neighborhood-guides index ---- */
.neighborhood-guides .p-guides-map .c-page-ttl {
  font-size: 2.8rem;
  font-weight: 700;
  color: #299bb1;
  text-align: center;
  margin-bottom: 30px;
}

@media only screen and (max-width: 576px) {
  .neighborhood-guides .p-guides-map .c-page-ttl {
    font-size: 2.4rem;
  }
}
.neighborhood-guides .p-guides-map .p-guides-map__container {
  position: relative;
}

.neighborhood-guides .p-guides-map {
  margin-bottom: 60px;
}
.neighborhood-guides .p-guides-map .p-guides-map__block {
  width: 70%;
  max-width: 810px;
  position: relative;
}
.neighborhood-guides .p-guides-map .p-guides-map__block a:hover {
  opacity: 1;
}
.neighborhood-guides .p-guides-map .p-guides-map__block #map .is-active .cls-1 {
  fill: #ff8c00;
}
.neighborhood-guides .p-guides-map .p-guides-map__block #map .cls-1 {
  fill: #299bb1;
  stroke-width: 0px;
  transition: 0.3s ease;
}
.neighborhood-guides .p-guides-map .p-guides-map__block #map .cls-1.is-active {
  fill: #ff8c00;
}
.neighborhood-guides .p-guides-map .p-guides-map__block #spot_line {
  width: 95.4%;
  position: absolute;
  top: 14.8%;
  right: -4.8%;
  pointer-events: none;
}
.neighborhood-guides .p-guides-map .p-guides-map__block #spot_line .item_line {
  fill: none;
  stroke: #000;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 0.5px;
}

@media (max-width: 1100px) {
  .neighborhood-guides .p-guides-map .p-guides-map__block {
    width: 90%;
    margin: 0 auto;
  }
}
@media (max-width: 700px) {
  .neighborhood-guides .p-guides-map .p-guides-map__block {
    width: 98%;
    margin: 0;
  }
}
/* --- map ----- */
.p-guides-map__block {
  position: relative;
}

/* --- spots ----- */
.p-guide-map__spots .c-map-spot {
  position: absolute;
  font-size: 2.4rem;
  font-weight: 700;
}
.p-guide-map__spots .c-map-spot .c-map-spot-label {
  transition: 0.3s ease;
}
.p-guide-map__spots .c-map-spot.is-active .c-map-spot-label {
  color: #ff8c00;
  -ms-transform: scale(1.1);
      transform: scale(1.1);
}
.p-guide-map__spots .c-map-spot-pin {
  position: absolute;
}
.p-guide-map__spots .c-map-spot-pin .c-map-spot-marker {
  display: block;
  width: 16px;
  height: 26px;
  -webkit-mask-image: url("../img/neighborhood-guides/map_pin.svg");
          mask-image: url("../img/neighborhood-guides/map_pin.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #dbe259;
  transition: 0.3s ease;
}
.p-guide-map__spots .c-map-spot-pin.is-active {
  opacity: 1;
}
.p-guide-map__spots .c-map-spot-pin.is-active .c-map-spot-marker {
  -ms-transform: scale(1.15);
      transform: scale(1.15);
}

@media (max-width: 840px) {
  .p-guide-map__spots .c-map-spot {
    font-size: 2rem;
  }
  .p-guide-map__spots .c-map-spot-pin .c-map-spot-marker {
    width: 12px;
    height: 22px;
  }
}
@media (max-width: 600px) {
  .p-guide-map__spots .c-map-spot {
    font-size: 1.4rem;
  }
  .p-guide-map__spots .c-map-spot-pin .c-map-spot-marker {
    width: 10px;
    height: 14px;
  }
}
@media (max-width: 420px) {
  .p-guide-map__spots .c-map-spot {
    font-size: 1.2rem;
  }
}
/* --- spots each ----- */
.p-guide-map__spots .c-map-spot.spot-sapporo {
  top: 12.6%;
  left: 47.5%;
}
.p-guide-map__spots .c-map-spot.spot-tokyo {
  top: 61%;
  left: 69%;
}
.p-guide-map__spots .c-map-spot.spot-yokohama {
  top: 73.4%;
  left: 52.6%;
}
.p-guide-map__spots .c-map-spot.spot-nagoya {
  top: 82.8%;
  left: 40%;
}
.p-guide-map__spots .c-map-spot.spot-kyoto {
  top: 48%;
  left: 35%;
}
.p-guide-map__spots .c-map-spot.spot-osaka {
  top: 53.4%;
  left: 26%;
}
.p-guide-map__spots .c-map-spot.spot-fukuoka {
  top: 62%;
  left: 4%;
}
.p-guide-map__spots .c-map-spot.spot-okinawa {
  top: 81%;
  left: 84%;
}

.p-guide-map__spots .c-map-spot-pin.spot-sapporo {
  top: 12.8%;
  left: 68.6%;
}
.p-guide-map__spots .c-map-spot-pin.spot-tokyo {
  top: 61.2%;
  left: 60.2%;
}
.p-guide-map__spots .c-map-spot-pin.spot-yokohama {
  top: 63.4%;
  left: 59%;
}
.p-guide-map__spots .c-map-spot-pin.spot-nagoya {
  top: 64.2%;
  left: 44%;
}
.p-guide-map__spots .c-map-spot-pin.spot-kyoto {
  top: 65.4%;
  left: 38%;
}
.p-guide-map__spots .c-map-spot-pin.spot-osaka {
  top: 68%;
  left: 36.7%;
}
.p-guide-map__spots .c-map-spot-pin.spot-fukuoka {
  top: 75.2%;
  left: 8.8%;
}

@media (max-width: 600px) {
  .p-guide-map__spots .c-map-spot-pin.spot-yokohama {
    top: 62.4%;
    left: 58%;
  }
}
/* --- preview ----- */
.p-guide-map__preview {
  position: absolute;
  width: 34%;
  max-width: 360px;
  top: 0;
  right: 0;
}
.p-guide-map__preview .map-preview-slider .slick-list {
  padding: 15px;
}
.p-guide-map__preview .map-preview-slider .slick-track {
  display: -ms-flexbox;
  display: flex;
}
.p-guide-map__preview .map-preview-slider .slick-slide {
  height: auto !important;
}
.p-guide-map__preview .map-preview-slider .slick-slide > div {
  height: 100%;
}
.p-guide-map__preview .map-preview-slider .item {
  display: block;
  width: 100%;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  border-radius: 14px;
  overflow: hidden;
  height: 100%;
  background-color: #fff;
  transition: 0.3s ease box-shadow;
  position: relative;
}
.p-guide-map__preview .map-preview-slider a {
  display: block;
  width: 100%;
}
.p-guide-map__preview .map-preview-slider .item-img img {
  aspect-ratio: 2/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-guide-map__preview .map-preview-slider .item-text {
  position: relative;
  padding: 20px 16px;
}
.p-guide-map__preview .map-preview-slider .item-text .sub {
  font-size: 1.6rem;
  line-height: 1;
}
.p-guide-map__preview .map-preview-slider .item-text .ttl {
  color: #299bb1;
  font-weight: 700;
  font-size: 2.8rem;
}
.p-guide-map__preview .map-preview-slider .item-text .desc {
  font-size: 1.6rem;
  line-height: 1.2;
}
.p-guide-map__preview .map-preview-slider .item-text::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 1.2rem;
  color: #858585;
  opacity: 1;
  content: "\f105";
  position: absolute;
  top: 45%;
  right: 8px;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
.p-guide-map__preview .map-preview-slider .slick-prev {
  left: -10px;
  z-index: 1;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.p-guide-map__preview .map-preview-slider .slick-next {
  right: -10px;
  z-index: 1;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.p-guide-map__preview .map-preview-slider .slick-next:before,
.p-guide-map__preview .map-preview-slider .slick-prev:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 30px;
  color: #000;
  opacity: 1;
}
.p-guide-map__preview .map-preview-slider .slick-prev.slick-disabled,
.p-guide-map__preview .map-preview-slider .slick-next.slick-disabled {
  pointer-events: none;
}
.p-guide-map__preview .map-preview-slider .slick-prev:before {
  content: "\f053";
}
.p-guide-map__preview .map-preview-slider .slick-next:before {
  content: "\f105";
}

@media (max-width: 1100px) {
  .p-guide-map__preview {
    width: 44%;
    right: initial;
    left: 10px;
  }
}
@media (max-width: 840px) {
  .p-guide-map__preview .map-preview-slider .item-text .sub {
    font-size: 1.4rem;
  }
  .p-guide-map__preview .map-preview-slider .item-text .ttl {
    font-size: 2.6rem;
  }
  .p-guide-map__preview .map-preview-slider .item-text .desc {
    font-size: 1.4rem;
  }
}
@media (max-width: 700px) {
  .p-guide-map__preview {
    position: static;
    width: 100vw;
    max-width: initial;
    margin: 40px calc(50% - 50vw);
  }
  .p-guide-map__preview .map-preview-slider .slick-track {
    padding: 20px 0;
  }
  .p-guide-map__preview .map-preview-slider .slick-slide {
    margin: 0 5px;
  }
  .p-guide-map__preview .map-preview-slider .item-text {
    position: relative;
    padding: 20px 16px;
  }
  .p-guide-map__preview .map-preview-slider .item-text .sub {
    font-size: 1.4rem;
  }
  .p-guide-map__preview .map-preview-slider .item-text .ttl {
    font-size: 2.4rem;
  }
  .p-guide-map__preview .map-preview-slider .item-text .desc {
    font-size: 1.4rem;
  }
  .p-guide-map__preview .map-preview-slider .slick-prev {
    left: calc(10% - 20px);
  }
  .p-guide-map__preview .map-preview-slider .slick-next {
    right: calc(10% - 20px);
  }
}
/* --- links ----- */
.p-guides-links {
  margin-bottom: 70px;
}

.p-guides-links .wrap {
  width: calc(100% - 24px);
  max-width: 1240px;
  margin: 0 auto;
}

.p-guides-links .ttl {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.p-guides-links .sub-ttl {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.p-guides-links .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px 10px;
}
.p-guides-links .list:not(:last-of-type) {
  margin-bottom: 30px;
}

.p-guides-links .list li {
  line-height: 1.2;
}
.p-guides-links .list li::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #000;
  border-radius: 50%;
  margin-right: 6px;
}

.p-guides-links__block:not(:last-child) {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #e2e2e2;
}

.p-guides-links .list a {
  color: #299bb1;
  font-size: 1.6rem;
}

.p-guides-links .list a strong {
  font-weight: 700;
}

.page-map.p-guides-links {
  max-width: 700px;
  margin: 70px 0 0 auto;
}

.page-map.p-guides-links .list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
}

.property_list_sort .sort_item .SumoSelect > .optWrapper > .options {
  min-height: auto;
}

@media (max-width: 840px) {
  .p-guides-links .list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}
/* ---- neighborhood-guides tokyo ---- */
.neighborhood-guides .p-guides-map-tokyo {
  margin-bottom: 60px;
}
.neighborhood-guides .p-guides-map-tokyo .p-guides-map__block {
  width: 68%;
  margin: 0;
}
.neighborhood-guides .p-guides-map-tokyo .p-guides-map__block #map .is-active .cls-1,
.neighborhood-guides .p-guides-map-tokyo .p-guides-map__block #map .is-active .cls-2 {
  fill: #ff8c00;
}
.neighborhood-guides .p-guides-map-tokyo .p-guides-map__block #map .cls-1 {
  fill: #299bb1;
  stroke-width: 0px;
  transition: 0.3s ease;
}
.neighborhood-guides .p-guides-map-tokyo .p-guides-map__block #map .cls-1.is-active {
  fill: #ff8c00;
}
.neighborhood-guides .p-guides-map-tokyo .p-guides-map__block #map .cls-2 {
  stroke-width: 0px;
  fill: #52b0b2;
  transition: 0.3s ease;
}
.neighborhood-guides .p-guides-map-tokyo .p-guides-map__block #map .cls-2.is-active {
  fill: #ff8c00;
}

@media (max-width: 992px) {
  .neighborhood-guides .p-guides-map-tokyo .p-guides-map__block {
    width: 100%;
    margin: 0;
  }
}
/* --- spots ----- */
.p-guides-map-tokyo .p-guide-map__spots .c-map-spot {
  position: absolute;
  font-size: clamp(1rem, 1.48vw, 1.6rem);
  font-weight: 400;
}
.p-guides-map-tokyo .p-guide-map__spots .c-map-spot.is-active .c-map-spot-label {
  font-weight: 700;
  -ms-transform: scale(1.1);
      transform: scale(1.1);
  color: #000;
}

@media (max-width: 600px) {
  .p-guides-map-tokyo .p-guide-map__spots .c-map-spot-pin .c-map-spot-marker {
    width: 10px;
    height: 14px;
  }
}
.p-guides-map-tokyo .p-guide-map__spots .c-map-spot.spot-chiyoda {
  top: 42.9%;
  left: 49.5%;
}
.p-guides-map-tokyo .p-guide-map__spots .c-map-spot.spot-chuo {
  top: 48.8%;
  left: 56.8%;
}
.p-guides-map-tokyo .p-guide-map__spots .c-map-spot.spot-minato {
  top: 55.6%;
  left: 45.6%;
}
.p-guides-map-tokyo .p-guide-map__spots .c-map-spot.spot-shibuya {
  top: 49.2%;
  left: 31.5%;
}
.p-guides-map-tokyo .p-guide-map__spots .c-map-spot.spot-shinjuku {
  top: 39%;
  left: 37%;
}
.p-guides-map-tokyo .p-guide-map__spots .c-map-spot.spot-bunkyo {
  top: 33%;
  left: 46.7%;
}
.p-guides-map-tokyo .p-guide-map__spots .c-map-spot.spot-meguro {
  top: 62%;
  left: 32.6%;
}
.p-guides-map-tokyo .p-guide-map__spots .c-map-spot.spot-setagaya {
  top: 58%;
  left: 14%;
}
.p-guides-map-tokyo .p-guide-map__spots .c-map-spot.spot-shinagawa {
  top: 69.8%;
  left: 39.4%;
}
.p-guides-map-tokyo .p-guide-map__spots .c-map-spot.spot-ota {
  top: 83%;
  left: 41%;
}
.p-guides-map-tokyo .p-guide-map__spots .c-map-spot.spot-koto {
  top: 47.6%;
  left: 68.8%;
}
.p-guides-map-tokyo .p-guide-map__spots .c-map-spot.spot-sumida {
  top: 34%;
  left: 68.5%;
}
.p-guides-map-tokyo .p-guide-map__spots .c-map-spot.spot-nakano {
  top: 35.4%;
  left: 25%;
}
.p-guides-map-tokyo .p-guide-map__spots .c-map-spot.spot-suginami {
  top: 40.4%;
  left: 12%;
}
.p-guides-map-tokyo .p-guide-map__spots .c-map-spot.spot-toshima {
  top: 27.5%;
  left: 36.8%;
}
.p-guides-map-tokyo .p-guide-map__spots .c-map-spot.spot-taito {
  top: 33.8%;
  left: 59%;
}
.p-guides-map-tokyo .p-guide-map__spots .c-map-spot.spot-arakawa {
  top: 26%;
  left: 58%;
}
.p-guides-map-tokyo .p-guide-map__spots .c-map-spot.spot-itabashi {
  top: 13%;
  left: 27.5%;
}
.p-guides-map-tokyo .p-guide-map__spots .c-map-spot.spot-nerima {
  top: 22%;
  left: 12%;
}
.p-guides-map-tokyo .p-guide-map__spots .c-map-spot.spot-adachi {
  top: 12%;
  left: 62%;
}
.p-guides-map-tokyo .p-guide-map__spots .c-map-spot.spot-katsushika {
  top: 21.8%;
  left: 74.8%;
}
.p-guides-map-tokyo .p-guide-map__spots .c-map-spot.spot-edogawa {
  top: 41.6%;
  left: 82.5%;
}
.p-guides-map-tokyo .p-guide-map__spots .c-map-spot.spot-kita {
  top: 17.5%;
  left: 45%;
}

/* --- preview ----- */
.p-guides-map-tokyo .p-guide-map__preview {
  width: 32%;
}

@media (max-width: 1100px) {
  .p-guides-map-tokyo .p-guide-map__preview {
    right: 0;
    left: initial;
  }
}
@media (max-width: 992px) {
  .p-guides-map-tokyo .p-guide-map__preview {
    position: static;
    width: 100vw;
    max-width: initial;
    margin: 40px calc(50% - 50vw);
  }
  .p-guides-map-tokyo .p-guide-map__preview .map-preview-slider .item-text .sub {
    font-size: 1.4rem;
  }
  .p-guides-map-tokyo .p-guide-map__preview .map-preview-slider .item-text .ttl {
    font-size: 2.6rem;
  }
  .p-guides-map-tokyo .p-guide-map__preview .map-preview-slider .item-text .desc {
    font-size: 1.4rem;
  }
}
/* --- zh-TW ----- */
.zh-TW .p-guide-map__spots .c-map-spot.spot-sapporo {
  top: 12.6%;
  left: 53.6%;
}
.zh-TW .p-guide-map__spots .c-map-spot.spot-tokyo {
  top: 61.2%;
  left: 69.4%;
}
.zh-TW .p-guide-map__spots .c-map-spot.spot-yokohama {
  top: 73.8%;
  left: 56.8%;
}
.zh-TW .p-guide-map__spots .c-map-spot.spot-nagoya {
  top: 83%;
  left: 40%;
}
.zh-TW .p-guide-map__spots .c-map-spot.spot-kyoto {
  top: 47.6%;
  left: 36%;
}
.zh-TW .p-guide-map__spots .c-map-spot.spot-osaka {
  top: 54%;
  left: 28.2%;
}
.zh-TW .p-guide-map__spots .c-map-spot.spot-fukuoka {
  top: 61.6%;
  left: 6%;
}
.zh-TW .p-guide-map__spots .c-map-spot.spot-okinawa {
  top: 81%;
  left: 84%;
}

.zh-TW .p-guides-map-tokyo .p-guide-map__spots .c-map-spot.spot-chiyoda {
  top: 42.9%;
  left: 49.4%;
}
.zh-TW .p-guides-map-tokyo .p-guide-map__spots .c-map-spot.spot-chuo {
  top: 48.8%;
  left: 56.6%;
}
.zh-TW .p-guides-map-tokyo .p-guide-map__spots .c-map-spot.spot-minato {
  top: 55.6%;
  left: 46.2%;
}
.zh-TW .p-guides-map-tokyo .p-guide-map__spots .c-map-spot.spot-shibuya {
  top: 49.2%;
  left: 32%;
}
.zh-TW .p-guides-map-tokyo .p-guide-map__spots .c-map-spot.spot-shinjuku {
  top: 39.4%;
  left: 38%;
}
.zh-TW .p-guides-map-tokyo .p-guide-map__spots .c-map-spot.spot-bunkyo {
  top: 33%;
  left: 47.8%;
}
.zh-TW .p-guides-map-tokyo .p-guide-map__spots .c-map-spot.spot-meguro {
  top: 62%;
  left: 33.4%;
}
.zh-TW .p-guides-map-tokyo .p-guide-map__spots .c-map-spot.spot-setagaya {
  top: 58%;
  left: 14%;
}
.zh-TW .p-guides-map-tokyo .p-guide-map__spots .c-map-spot.spot-shinagawa {
  top: 69.8%;
  left: 41%;
}
.zh-TW .p-guides-map-tokyo .p-guide-map__spots .c-map-spot.spot-ota {
  top: 83%;
  left: 41%;
}
.zh-TW .p-guides-map-tokyo .p-guide-map__spots .c-map-spot.spot-koto {
  top: 47.6%;
  left: 68.8%;
}
.zh-TW .p-guides-map-tokyo .p-guide-map__spots .c-map-spot.spot-sumida {
  top: 34%;
  left: 68.8%;
}
.zh-TW .p-guides-map-tokyo .p-guide-map__spots .c-map-spot.spot-nakano {
  top: 35.4%;
  left: 25.8%;
}
.zh-TW .p-guides-map-tokyo .p-guide-map__spots .c-map-spot.spot-suginami {
  top: 40%;
  left: 13%;
}
.zh-TW .p-guides-map-tokyo .p-guide-map__spots .c-map-spot.spot-toshima {
  top: 27.8%;
  left: 37.8%;
}
.zh-TW .p-guides-map-tokyo .p-guide-map__spots .c-map-spot.spot-taito {
  top: 33.8%;
  left: 59%;
}
.zh-TW .p-guides-map-tokyo .p-guide-map__spots .c-map-spot.spot-arakawa {
  top: 25.2%;
  left: 58%;
}
.zh-TW .p-guides-map-tokyo .p-guide-map__spots .c-map-spot.spot-itabashi {
  top: 13.5%;
  left: 29.8%;
}
.zh-TW .p-guides-map-tokyo .p-guide-map__spots .c-map-spot.spot-nerima {
  top: 22%;
  left: 12%;
}
.zh-TW .p-guides-map-tokyo .p-guide-map__spots .c-map-spot.spot-adachi {
  top: 12%;
  left: 62%;
}
.zh-TW .p-guides-map-tokyo .p-guide-map__spots .c-map-spot.spot-katsushika {
  top: 21.8%;
  left: 79%;
}
.zh-TW .p-guides-map-tokyo .p-guide-map__spots .c-map-spot.spot-edogawa {
  top: 41.6%;
  left: 83%;
}
.zh-TW .p-guides-map-tokyo .p-guide-map__spots .c-map-spot.spot-kita {
  top: 17%;
  left: 44.2%;
}

@media (max-width: 600px) {
  .zh-TW .p-guides-map-tokyo .p-guide-map__spots .c-map-spot.spot-chiyoda {
    left: 48.8%;
  }
  .zh-TW .p-guides-map-tokyo .p-guide-map__spots .c-map-spot.spot-chuo {
    left: 56%;
  }
  .zh-TW .p-guides-map-tokyo .p-guide-map__spots .c-map-spot.spot-shibuya {
    top: 48%;
  }
  .zh-TW .p-guides-map-tokyo .p-guide-map__spots .c-map-spot.spot-bunkyo {
    left: 47%;
  }
  .zh-TW .p-guides-map-tokyo .p-guide-map__spots .c-map-spot.spot-meguro {
    left: 32.8%;
  }
  .zh-TW .p-guides-map-tokyo .p-guide-map__spots .c-map-spot.spot-koto {
    left: 68%;
  }
  .zh-TW .p-guides-map-tokyo .p-guide-map__spots .c-map-spot.spot-taito {
    left: 58.6%;
  }
  .zh-TW .p-guides-map-tokyo .p-guide-map__spots .c-map-spot.spot-katsushika {
    left: 78%;
  }
}
/* guide detail */
.neighborhood-guides #main {
  margin-top: 45px;
  margin-bottom: 100px;
}

/* ---- mv ---- */
.p-guides-detail__mv {
  display: grid;
  grid-template-columns: 2fr repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 4px;
}
.p-guides-detail__mv .photo_item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-guides-detail__mv .item1 {
  grid-area: 1/1/3/2;
}
.p-guides-detail__mv .item2 {
  grid-area: 1/2/2/3;
}
.p-guides-detail__mv .item3 {
  grid-area: 1/3/2/4;
}
.p-guides-detail__mv .item4 {
  grid-area: 1/4/2/5;
}
.p-guides-detail__mv .item5 {
  grid-area: 2/2/3/3;
}
.p-guides-detail__mv .item6 {
  grid-area: 2/3/3/4;
}
.p-guides-detail__mv .item7 {
  grid-area: 2/4/3/5;
}

@media only screen and (max-width: 576px) {
  .p-guides-detail__mv {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 2fr repeat(3, 1fr);
    gap: 4px;
  }
  .p-guides-detail__mv .item1 {
    grid-area: 1/1/2/3;
  }
  .p-guides-detail__mv .item2 {
    grid-area: 2/1/3/2;
  }
  .p-guides-detail__mv .item3 {
    grid-area: 2/2/3/3;
  }
  .p-guides-detail__mv .item4 {
    grid-area: 3/1/4/2;
  }
  .p-guides-detail__mv .item5 {
    grid-area: 3/2/4/3;
  }
  .p-guides-detail__mv .item6 {
    grid-area: 4/1/5/2;
  }
  .p-guides-detail__mv .item7 {
    grid-area: 4/2/5/3;
  }
}
/* ---- contents ---- */
.neighborhood-guides .p-guides-detail-contents .c-page-ttl {
  font-size: 2.8rem;
  font-weight: 700;
  color: #299bb1;
  text-align: left;
  margin-bottom: 30px;
}

.neighborhood-guides .p-guides-detail-contents .sec-title {
  font-size: 2.4rem;
  letter-spacing: 0.01em;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1;
}

.neighborhood-guides .p-guides-detail-contents .sec_guide h3 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.neighborhood-guides .p-guides-detail-contents .p-guides-detail__lead {
  margin-bottom: 60px;
}

.neighborhood-guides .p-guides-detail-contents .p-guides-detail__lead p {
  font-size: 1.6rem;
  line-height: 1.6;
}
.neighborhood-guides .p-guides-detail-contents .p-guides-detail__lead p a {
  color: #299bb1;
}

.neighborhood-guides .p-guides-detail-contents .sec_guide {
  margin-bottom: 60px;
}

.neighborhood-guides .p-guides-detail-contents .sec_guide:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 576px) {
  .neighborhood-guides .p-guides-detail-contents .c-page-ttl {
    font-size: 2.4rem;
  }
  .neighborhood-guides .p-guides-detail-contents .sec-title {
    font-size: 2.2rem;
  }
}
/* --- data --- */
.neighborhood-guides .p-guides-detail-contents .p-guides-detail-data {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.neighborhood-guides .p-guides-detail-contents .p-guides-detail-data dl {
  margin: 0;
  width: 50%;
  border: 1px solid #ccc;
  position: relative;
}
.neighborhood-guides .p-guides-detail-contents .p-guides-detail-data dl:not(:nth-of-type(1)):not(:nth-of-type(2)) {
  border-top: none;
}
.neighborhood-guides .p-guides-detail-contents .p-guides-detail-data dl:nth-of-type(odd) {
  border-right: none;
}
.neighborhood-guides .p-guides-detail-contents .p-guides-detail-data dl dt {
  margin: 0;
  width: 52%;
  vertical-align: middle;
  padding: 15px;
  background: #eeeeee;
  border-right: 1px solid #ccc;
  font-size: 1.6rem;
  font-weight: 700;
}
.neighborhood-guides .p-guides-detail-contents .p-guides-detail-data dl dd {
  margin: 0;
  width: 48%;
  padding: 15px;
  vertical-align: middle;
}

@media only screen and (max-width: 576px) {
  .neighborhood-guides .p-guides-detail-contents .p-guides-detail-data dl {
    width: 1000%;
    border: 1px solid #ccc;
    position: relative;
    border-top: none;
  }
  .neighborhood-guides .p-guides-detail-contents .p-guides-detail-data dl:not(:nth-of-type(1)):not(:nth-of-type(2)) {
    border-top: none;
  }
  .neighborhood-guides .p-guides-detail-contents .p-guides-detail-data dl:first-child {
    border-top: 1px solid #ccc;
  }
  .neighborhood-guides .p-guides-detail-contents .p-guides-detail-data dl:nth-of-type(odd) {
    border-right: 1px solid #ccc;
  }
}
/* --- map --- */
.neighborhood-guides .p-guides-detail-contents .sec_guide .gmap {
  margin-top: 60px;
}
.neighborhood-guides .p-guides-detail-contents .sec_guide .gmap iframe {
  max-width: 100%;
  width: 100%;
  height: 400px;
}
.neighborhood-guides .p-guides-detail-contents .sec_guide .btn-wrap {
  margin-top: 50px;
  text-align: center;
}
.neighborhood-guides .p-guides-detail-contents .sec_guide .btn {
  display: inline-block;
  padding: 12px 20px;
  line-height: 1;
  background: #299BB1;
  box-shadow: 0px 5px 0px 0px #0f7483;
  color: #fff;
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
  font-weight: 700;
}

@media (max-width: 767px) {
  .neighborhood-guides .p-guides-detail-contents .sec_guide .gmap iframe {
    height: 240px;
  }
}
/* --- list --- */
.neighborhood-guides .p-guides-detail-contents .sec_guide .list {
  margin-bottom: 30px;
}

.neighborhood-guides .p-guides-detail-contents .sec_guide .list li {
  text-indent: -16px;
  padding-left: 16px;
  line-height: 1.7;
}

.neighborhood-guides .p-guides-detail-contents .sec_guide .list li span {
  font-weight: 700;
}

.neighborhood-guides .p-guides-detail-contents .sec_guide .list li::before {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: #000;
  border-radius: 50%;
  margin-right: 6px;
}

.neighborhood-guides .p-guides-detail-contents .sec_guide .list-disc {
  list-style-type: disc;
  padding-left: 16px;
  margin-bottom: 30px;
}

.neighborhood-guides .p-guides-detail-contents .sec_guide .list-disc li {
  list-style-type: disc;
  line-height: 1.7;
}

.neighborhood-guides .p-guides-detail-contents .sec_guide .list-disc li a {
  color: #299BB1;
}

.neighborhood-guides .p-guides-detail-contents .sec_guide .list-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px 10px;
}

.neighborhood-guides .p-guides-detail-contents .sec_guide .list-links li {
  line-height: 1.7;
}

.neighborhood-guides .p-guides-detail-contents .sec_guide .list-links li a {
  color: #299BB1;
}

.neighborhood-guides .p-guides-detail-contents .sec_guide p {
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 30px;
}

@media (max-width: 576px) {
  .neighborhood-guides .p-guides-detail-contents .sec_guide .list-links {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
/* --- table --- */
.neighborhood-guides .p-guides-detail-contents .sec_guide .table-scroll {
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .neighborhood-guides .p-guides-detail-contents .sec_guide .table-scroll {
    overflow: auto;
    white-space: nowrap;
  }
}
.neighborhood-guides .p-guides-detail-contents .sec_guide table {
  table-layout: auto;
  width: auto;
  margin-bottom: 20px;
}

.neighborhood-guides .p-guides-detail-contents .sec_guide table thead th {
  padding: 10px;
  border: 1px solid #ccc;
  font-weight: bold;
  text-align: center;
}

.neighborhood-guides .p-guides-detail-contents .sec_guide table td {
  padding: 10px;
  border: 1px solid #ccc;
  text-align: center;
}

.neighborhood-guides .p-guides-detail-contents .sec_guide table.table-normal th {
  background-color: #eee;
  padding: 10px;
  border: 1px solid #ccc;
  vertical-align: middle;
  line-height: 1.4;
}

.neighborhood-guides .p-guides-detail-contents .sec_guide table th.no_th,
.neighborhood-guides .p-guides-detail-contents .sec_guide table.table-normal th.no_th {
  background: none;
  border-left: none;
  border-top: none;
}

.neighborhood-guides .p-guides-detail-contents .sec_guide table.th-center {
  text-align: center;
}

@media only screen and (max-width: 576px) {
  .neighborhood-guides .p-guides-detail-contents .sec_guide table {
    font-size: 1.4rem;
  }
}
/* ---- slider ----*/
.p-guides-detail-slide {
  width: 100%;
  margin: 0 0 40px;
  -ms-transform: translateX(-10px);
      transform: translateX(-10px);
}

.p-guides-detail-slide .listing .item {
  max-width: 300px;
  border: 1px solid #e4e4e4;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  overflow: hidden;
  height: 100%;
  background-color: #fff;
  transition: 0.3s ease box-shadow;
}

.p-guides-detail-slide .listing .item a {
  display: block;
  width: 100%;
  height: 100%;
}

.p-guides-detail-slide .listing .item a:hover {
  opacity: 1;
}

.p-guides-detail-slide .listing .item:hover {
  opacity: 1;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.5);
}

.p-guides-detail-slide .listing .slick-slide {
  height: 100%;
  margin-right: 24px;
  max-width: 300px;
}

.p-guides-detail-slide .listing .slick-slide > div {
  height: 100%;
}

.p-guides-detail-slide .listing .item .photo {
  max-width: 300px;
  height: 200px;
}

.p-guides-detail-slide .listing .item .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-guides-detail-slide .listing .item.item-view-more {
  background-color: #299bb1;
}

.p-guides-detail-slide .listing .item.item-view-more p {
  color: #fff;
  text-align: center;
  font-weight: 700;
}

.p-guides-detail-slide .listing .item.item-view-more a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.p-guides-detail-slide .listing .item.item-view-more p::after {
  content: "\f0a9";
  font-family: "Font Awesome 6 Free";
  text-align: center;
  display: block;
  text-align: center;
  font-size: 2.8rem;
  margin-top: 5px;
}

.p-guides-detail-slide .slick-track {
  display: -ms-flexbox;
  display: flex;
}

.p-guides-detail-slide .slick-slide {
  height: auto !important;
}

.p-guides-detail-slide .slick-list {
  padding: 10px 21% 10px 10px !important;
}

.p-guides-detail-slide .slick-slide {
  margin-right: 15px;
}

.p-guides-detail-slide .slick-list img {
  width: 100%;
}

.p-guides-detail-slide .listing .slick-prev {
  left: 5px;
  z-index: 1;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
}

.p-guides-detail-slide .listing .slick-next {
  right: 5px;
  z-index: 1;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
}

.p-guides-detail-slide .listing .slick-next:before,
.p-guides-detail-slide .listing .slick-prev:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 30px;
  color: #000;
  opacity: 1;
}

.p-guides-detail-slide .listing .slick-prev.slick-disabled,
.p-guides-detail-slide .listing .slick-next.slick-disabled {
  opacity: 0;
  pointer-events: none;
}

.p-guides-detail-slide .listing .slick-prev:before {
  content: "\f053";
}

.p-guides-detail-slide .listing .slick-next:before {
  content: "\f105";
}

.p-guides-detail-slide .listing .item .photo_label {
  position: relative;
  margin-bottom: 10px;
}

.p-guides-detail-slide .listing .item .place {
  width: 100%;
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  position: absolute;
  bottom: 0;
  padding: 10px;
  margin-bottom: 0;
}

.p-guides-detail-slide .listing .info {
  padding: 0 10px;
}

.p-guides-detail-slide .listing .info .detail {
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
}

.p-guides-detail-slide .listing .info .detail .icons_info span {
  font-weight: 700;
  font-size: 1.4rem;
  display: inline-block;
  margin-right: 2px;
}

.p-guides-detail-slide .listing .info .detail .icons_info {
  font-size: 1.4rem;
  margin-right: 6px;
  margin-bottom: 0;
}

.p-guides-detail-slide .listing .info .detail .icons_info:not(:last-child) {
  margin-right: 8px;
}

.p-guides-detail-slide .listing .info h4 {
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 1.5;
}

.p-guides-detail-slide .listing .item .price {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 6px;
}

@media only screen and (max-width: 1240px) {
  .p-guides-detail-slide .listing .slick-slide {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 1240px) {
  .p-guides-detail-slide .slick-list {
    padding: 10px 10% 10px 10px !important;
  }
}
@media (max-width: 576px) {
  .p-guides-detail-slide {
    margin: 0 0 20px;
  }
}
