@charset "utf-8";

/*  PC to SP */
/*========= レイアウト ===============*/

.p-loc-mv-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
}

.p-loc-mv-wrap-todenimg {
  width: 100%;
}

.p-loc-mv-wrap-rosenimg {
  width: 100%;
  margin-top: -73px;
}

.p-loc-mv-underbox {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  color: var(--beige);
  font-family: 'Noto Serif JP', serif;
  border-bottom: 1px solid var(--beige);
  width: calc(854/1080 * 100%);
  margin: 0 auto;
  padding-top: 45px;
  padding-bottom: 15px;
  margin-bottom: 100px;

}

.p-loc-mv-underbox__title {
  display: block;
  /* font-size: 32px; */
  font-size: min(2.3vw, 32px);

  font-weight: 500;
  line-height: calc(48/32);
  letter-spacing: 0.03em;
  width: calc(298/854 * 100%);

}

.p-loc-mv-underbox__txt {
  display: block;
  /* font-size: 16px; */
  font-size: min(1.17vw, 16px);

  font-weight: 400;
  line-height: calc(32/16);
  letter-spacing: 0.04em;
  width: calc(516/854 * 100%);

}

.p-loc-spot-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 100px;
  margin-bottom: 100px;
}

.p-loc-spot-item {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;

}

.p-loc-spot-item--row {
  flex-direction: row;

}


.p-loc-spot-item__textarea {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: calc(510/1080 * 100%);
}

.p-loc-spot-item__textarea--kumano {
  width: calc(524/1080 * 100%);

}


.p-loc-spot-item__textarea span {
  display: block;
}

.p-loc-spot-item__title {
  display: block;
  font-size: min(2.3vw, 32px);

  font-weight: 500;
  line-height: calc(48/32);
  letter-spacing: 0.03em;
  margin-top: 12px;

}

.p-loc-spot-item__desc {
  display: block;
  font-size: min(1.17vw, 16px);

  font-weight: 400;
  line-height: calc(32/16);
  letter-spacing: 0.04em;
}

.p-loc-spot-item__desc--kumano {
  width: calc(510/524 * 100%);
}

.p-loc-spot-item__imgarea {
  display: block;
  width: calc(510/1080 * 100%);
  position: relative;
}

.p-loc-spot-item__img {
  width: 100%;
}

.p-loc-spot-item__imgcmt {
  display: block;
  font-size: 10px;
  font-weight: 500;
  line-height: calc(38/10);
  letter-spacing: 0.040em;
  position: absolute;
  bottom: -33px;
  right: 0;
  z-index: 1;
}

.p-loc-map-apltxt {
  display: block;
  border-top: 1px solid var(--black);
  width: calc(952/1080 * 100%);
  margin: 0 auto;
  padding-top: 12px;
}

.p-loc-map-apltxt span {
  display: block;
  font-size: 16px;
  /* font-size: min(1.17vw, 16px); */
  font-weight: 400;
  /* line-height: calc(46/16); */
  line-height: calc(32/16);
  letter-spacing: 0.020em;
}






.p-loc-mapbox-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 706px;
  height: 100%;
  margin: 0 auto;
  margin-bottom: 96px;
  position: relative;
}

.p-loc-mapbox {
  display: block;
  width: 706px;
  height: auto;
  margin: 0 auto;
  margin-top: 60px;
  /* margin-bottom: 82px; */
}

.p-loc-mapbox img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  -o-object-fit: cover;
  object-fit: cover;
  border: 2px solid var(--loc_white);
  /* box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.20); */

}

.p-loc-mapbox-undercmt {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
  bottom: -15px;
  right: 0;

}

.p-loc-mapbox-undercmt-redcir {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: var(--loc_red);
  border-radius: 50%;
  margin-right: 4px;

}

.p-loc-mapbox-undercmt-txt {
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.04em;
  margin-left: 4px;

}

.p-loc-box {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 18px;
}

.p-loc-boxlist {
  display: grid;
  justify-content: center;
  align-items: center;
  grid-template-rows: repeat(3, 1fr);
  grid-template-columns: repeat(4, 1fr);
  grid-row-gap: 6px;
  grid-column-gap: calc(24/1080 * 100%);
  width: 100%;
}

.p-loc-boxlist__item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
}

.p-loc-boxlist__thumb {
  max-width: 252px;
  height: auto;
}

.p-loc-boxlist__item img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-loc-boxlist__txt {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  /* font-size: 16px; */
  font-size: clamp(13px, 1.272vw, 14px);
  font-weight: 400;
  line-height: calc(22/14);
  letter-spacing: 0.02em;
  text-align: center;
  width: 100%;
  padding-top: 11px;
  padding-bottom: 22px;
  min-height: 0vw;
}

.p-loc-boxlist__item:nth-child(1),
.p-loc-boxlist__item:nth-child(2),
.p-loc-boxlist__item:nth-child(3),
.p-loc-boxlist__item:nth-child(4) {
  grid-row: 1;
}

.p-loc-boxlist__item:nth-child(5),
.p-loc-boxlist__item:nth-child(6),
.p-loc-boxlist__item:nth-child(7),
.p-loc-boxlist__item:nth-child(8) {
  grid-row: 2;
}

.p-loc-boxlist__item:nth-child(9),
.p-loc-boxlist__item:nth-child(10),
.p-loc-boxlist__item:nth-child(11),
.p-loc-boxlist__item:nth-child(12) {
  grid-row: 3;
}

.p-loc-notice {
  display: block;
  font-size: 10px;
  font-weight: 400;
  line-height: calc(15/10);
  letter-spacing: 0.04em;

}

.p-loc-notice span {
  display: block;
  width: 100%;
}

.p-loc-notice span .sp-space {
  display: none;
}

/* ------ */

/* SP all */
@media screen and (max-width: 1024px) {

  /* .p-loc-bg::before {
    background-image: url(../images/top/texture_sp@2x.png);
    height: calc(100vh + 200px);
    height: calc((var(--vh, 1vh) * 100) + 200px);
    height: calc(100lvh + 200px);

  } */
  .p-loc-mapbox-wrap {
    width: 100%;
    margin-bottom: 40px;

  }

  .p-loc-mapbox {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-top: 24px;
    margin-bottom: 0px;
  }

  .p-loc-boxlist {
    display: grid;
    justify-content: center;
    align-items: center;
    grid-template-rows: unset;
    grid-template-columns: repeat(auto-fill, minmax(-webkit-min-content, 161px));
    grid-template-columns: repeat(auto-fill, minmax(min-content, 161px));
    grid-row-gap: 20px;
    /* grid-column-gap: 20px; */
    grid-column-gap: min(calc(30/544 * 100%), 30px);

    width: 100%;
  }

  .p-loc-boxlist__item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
  }

  .p-loc-boxlist__thumb {
    max-width: 161px;
    height: auto;
  }

  .p-loc-boxlist__item img {
    width: 100%;
    height: auto;
    border-radius: 0px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .p-loc-boxlist__txt {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    font-weight: 400;
    line-height: calc(16/10);
    letter-spacing: 0.02em;
    text-align: center;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 0px;

  }

  .p-loc-boxlist__txt span {
    text-align: center;
  }

  .p-loc-boxlist__item:nth-child(1),
  .p-loc-boxlist__item:nth-child(2),
  .p-loc-boxlist__item:nth-child(3) {
    grid-row: unset;
  }

  .p-loc-boxlist__item:nth-child(4),
  .p-loc-boxlist__item:nth-child(5),
  .p-loc-boxlist__item:nth-child(6) {
    grid-row: unset;
  }

  .p-loc-boxlist__item:nth-child(7),
  .p-loc-boxlist__item:nth-child(8),
  .p-loc-boxlist__item:nth-child(9) {
    grid-row: unset;
  }

  .p-loc-boxlist__item:nth-child(10),
  .p-loc-boxlist__item:nth-child(11),
  .p-loc-boxlist__item:nth-child(12) {
    grid-row: unset;
  }

  .p-loc-notice {
    display: block;
    font-size: 10px;
    font-weight: 400;
    line-height: calc(16/10);
    letter-spacing: 0.05em;

  }

  .p-loc-notice span {
    display: block;
    width: 100%;
  }

  .p-loc-notice span .sp-space {
    display: inline-block;
    width: auto;
  }


  .p-loc-mapbox-undercmt {
    bottom: -12px;

  }

  .p-loc-mv-wrap-rosenimg {
    display: none;
  }

  .p-loc-mv-underbox {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    color: var(--beige);
    font-family: 'Noto Serif JP', serif;
    border-bottom: 1px solid var(--beige);
    /* width: calc(854/1080 * 100%); */
    width: 100%;
    margin: 0 auto;
    padding-top: 18px;
    padding-bottom: 48px;
    margin-bottom: 47px;

  }

  .p-loc-mv-underbox__title {
    display: block;
    /* font-size: 32px; */
    font-size: clamp(18px, 5.3vw, 20px);
    min-height: 0vw;
    font-weight: 500;
    line-height: calc(33/20);
    letter-spacing: 0.03em;
    width: 100%;
    padding-bottom: 14px;

  }

  .p-loc-mv-underbox__txt {
    display: block;
    /* font-size: 16px; */
    font-size: clamp(12px, 3.7vw, 14px);
    min-height: 0vw;
    font-weight: 400;
    line-height: calc(26/14);
    letter-spacing: 0.04em;
    width: 100%;

  }


  .p-loc-spot-wrap {
    gap: 43px;
    margin-bottom: 46px;

  }

  .p-loc-spot-item__textarea {
    display: contents;
  }

  .p-loc-spot-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;

  }

  .p-loc-spot-item__title {
    display: block;
    font-size: clamp(18px, 5.3vw, 20px);
    min-height: 0vw;

    font-weight: 500;
    line-height: calc(33/20);
    letter-spacing: 0.03em;
    margin-top: 0px;
    padding-bottom: 30px;
    order: 1;

  }

  .p-loc-spot-item__desc {
    display: block;
    font-size: clamp(12px, 3.7vw, 14px);
    min-height: 0vw;

    font-weight: 400;
    line-height: calc(26/14);
    letter-spacing: 0.04em;
    order: 3;
  }

  .p-loc-spot-item__imgarea {
    display: block;
    width: 100%;
    margin-bottom: 47px;
    position: relative;
    order: 2;

  }

  .p-loc-map-apltxt {
    width: 100%;
    padding-top: 20px;
  }

  .p-loc-map-apltxt span {
    font-size: 14px;
    /* font-size: min(1.17vw, 16px); */
    font-weight: 400;
    /* line-height: calc(46/16); */
    line-height: calc(26/14);
    letter-spacing: 0.020em;
  }

  .sp-space {
    display: inline-block;
    width: auto;
  }

  .p-loc-mapbox-undercmt-redcir {
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: var(--loc_red);
    border-radius: 50%;
    margin-right: 4px;

  }

  .p-loc-box {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 25px;
  }

  

}

/*576px以下*/
@media screen and (max-width: 576px) {
  .p-loc-mv-wrap-todenimg img {
    width: 100%;
    aspect-ratio: 1 / 1.08;
  }

  .p-loc-spot-item__imgarea {
    margin-bottom: 38px;
  }


}

/*400px以下*/
/* grid 1rowにならないようにする */
@media screen and (max-width: 400px) {

  .p-loc-boxlist {
    display: grid;
    justify-content: center;
    align-items: center;
    grid-template-rows: unset;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 20px;
    grid-column-gap: calc(20/342 * 100%);
    width: 100%;
  }
  .footer_03__timeinfo {
    font-size: clamp(12px, 3.7vw,14px);
    min-height: 0vw;
    font-weight: 400;
    line-height: calc(26/14);
    letter-spacing: 0.04em;
    margin-bottom: 30px;
  }


}