@charset "UTF-8";
.locationIntro {
  aspect-ratio: 1920/972;
  position: relative;
  overflow: hidden;
}

.locationIntro_mv {
  position: absolute;
  inset: 0;
}

.locationIntro_life,
.locationIntro_style {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.6s ease-out 0.4s, transform 0.6s ease-out 0.4s;
}
.locationIntro_life img,
.locationIntro_style img {
  display: block;
  width: 100%;
  height: auto;
}

.locationIntro_caption {
  text-align: right;
  font-size: 10px;
  font-family: "Noto Sans JP", sans-serif;
  color: #231815;
}

.locationIntro_life {
  left: 27.0313%;
  top: 21.6049%;
  width: 35%;
  transform: translateX(-80px);
}

.locationIntro_style {
  left: 34.2188%;
  top: 44.2667%;
  width: 35.4167%;
  transform: translateX(80px);
}

.locationIntro.is-show .locationIntro_life,
.locationIntro.is-show .locationIntro_style {
  opacity: 1;
  transform: translateX(0);
}

/* ==========================================================================
   RELAX & GREEN ギャラリー
   ========================================================================== */
.locationRelax {
  padding: 88px 0 96px;
}
@media screen and (max-width: 767px) {
  .locationRelax {
    padding: 48px 0 60px;
  }
}

.locationRelax_gallery {
  margin-top: 58px;
  padding-left: max(20px, (100vw - 1240px) / 2 + 20px);
  overflow: hidden;
}
@media screen and (max-width: 1280px) {
  .locationRelax_gallery {
    padding-right: max(20px, (100vw - 1240px) / 2 + 20px);
  }
}
@media screen and (max-width: 767px) {
  .locationRelax_gallery {
    margin-top: 24px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.locationRelax_row {
  display: flex;
  align-items: flex-start;
  gap: 26px;
}
@media screen and (max-width: 767px) {
  .locationRelax_row {
    flex-wrap: wrap;
    gap: 24px;
  }
}

.locationRelax_card {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.locationRelax_card.-park {
  flex-shrink: 0;
  width: 306px;
}
@media screen and (max-width: 1023px) {
  .locationRelax_card.-park {
    width: 26%;
  }
}
@media screen and (max-width: 767px) {
  .locationRelax_card.-park {
    width: 100%;
  }
}

.locationRelax_card.-large {
  flex: 1;
  min-width: 0;
}

.locationRelax_photo {
  position: relative;
  overflow: hidden;
}
.locationRelax_photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.locationRelax_card.-park .locationRelax_photo {
  aspect-ratio: 306/211;
}

.locationRelax_card.-large .locationRelax_photo {
  aspect-ratio: 896/540;
}

.locationRelax_caption {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  line-height: 1;
  letter-spacing: -0.2px;
  color: #fff;
  padding: 4px;
}
@media screen and (max-width: 767px) {
  .locationRelax_caption {
    font-size: 8px;
  }
}

.locationRelax_body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: #231815;
}

.locationRelax_ttl {
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
}

.locationRelax_txt {
  font-weight: 300;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.24px;
  text-align: justify;
}

.locationRelax_info {
  line-height: 1.2;
  letter-spacing: 0.24px;
}
.locationRelax_info p {
  font-size: 12px;
  line-height: 1.4;
}
.locationRelax_info p:last-child {
  margin-bottom: 0;
}

.locationRelax_distance {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.36px;
  color: #231815;
  pointer-events: none;
  border: none;
}
@media screen and (max-width: 767px) {
  .locationRelax_distance {
    font-size: 12px;
  }
}

/* ==========================================================================
   GOURMET ギャラリー
   ========================================================================== */
.locationGourmet {
  padding: 0 0 96px;
}
@media screen and (max-width: 767px) {
  .locationGourmet {
    padding: 0 0 80px;
  }
}

.locationGourmet_gallery {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .locationGourmet_gallery {
    margin-top: 24px;
  }
}

.locationGourmet_row {
  display: flex;
  align-items: flex-start;
  gap: 26px;
}
@media screen and (max-width: 767px) {
  .locationGourmet_row {
    flex-wrap: wrap;
    gap: 24px;
  }
}

.locationGourmet_card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
}

.locationGourmet_card.-cafe {
  flex: 536;
}
@media screen and (max-width: 767px) {
  .locationGourmet_card.-cafe {
    flex: 0 0 100%;
  }
}

.locationGourmet_card.-soba,
.locationGourmet_card.-bakery {
  flex: 306;
}
@media screen and (max-width: 767px) {
  .locationGourmet_card.-soba,
  .locationGourmet_card.-bakery {
    flex: 0 0 100%;
  }
}

.locationGourmet_photo {
  position: relative;
  overflow: hidden;
}
.locationGourmet_photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.locationGourmet_card.-cafe .locationGourmet_photo {
  aspect-ratio: 536/370;
}

.locationGourmet_card.-soba .locationGourmet_photo,
.locationGourmet_card.-bakery .locationGourmet_photo {
  aspect-ratio: 306/211;
}

.locationGourmet_caption {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  line-height: 1;
  letter-spacing: -0.2px;
  color: #fff;
  padding: 4px;
}
@media screen and (max-width: 767px) {
  .locationGourmet_caption {
    font-size: 8px;
  }
}

.locationGourmet_body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: #231815;
}

.locationGourmet_ttl {
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
}

.locationGourmet_txt {
  font-weight: 300;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.24px;
  text-align: justify;
}

.locationGourmet_info {
  font-weight: 400;
  letter-spacing: 0.24px;
}
.locationGourmet_info p {
  font-size: 12px;
  line-height: 1.4;
  pointer-events: none;
  border: none;
  text-decoration: none;
}
.locationGourmet_info p:last-child {
  margin-bottom: 0;
}

/* ==========================================================================
   SHOPPING AROUND TORITSU-KASEI（下層バナー）
   ========================================================================== */
.locationMv_ttlwrap {
  position: relative;
  height: 317px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .locationMv_ttlwrap {
    height: 140px;
  }
}

.locationMv_bg {
  position: absolute;
  inset: 0;
  background: url(../img/location/shopping-mv.jpg) center/cover no-repeat;
}
.locationMv_bg::after {
  content: "";
  position: absolute;
  inset: 0;
  mix-blend-mode: multiply;
}

.locationMv_txt {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .locationMv_txt {
    gap: 8px;
  }
}

.locationMv_ttl {
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .locationMv_ttl {
    font-size: 14px;
  }
}

.locationMv_en {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .locationMv_en {
    font-size: 10px;
  }
}

.locationMv_caption {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  line-height: 1;
  letter-spacing: -0.2px;
  color: #fff;
  padding: 4px;
}
@media screen and (max-width: 767px) {
  .locationMv_caption {
    font-size: 8px;
  }
}

.locationMv_map {
  position: relative;
  aspect-ratio: 1920/720;
  overflow: hidden;
  background-color: #fff;
  margin-top: 48px;
  cursor: grab;
  touch-action: pan-y;
}
@media screen and (max-width: 767px) {
  .locationMv_map {
    aspect-ratio: 3/2;
  }
}
.locationMv_map.is-dragging {
  cursor: grabbing;
}
.locationMv_map.is-dragging .locationMv_map_inner {
  transition: none;
}

.locationMv_map_inner {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: -moz-max-content;
  width: max-content;
  transition: transform 0.6s ease;
  will-change: transform;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.locationMv_map_inner img {
  display: block;
  height: 100%;
  -webkit-user-drag: none;
  pointer-events: none;
  width: auto;
}

.locationMv_map_arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 108px;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
}
.locationMv_map_arrow img {
  display: block;
  width: 100%;
  height: 100%;
}
.locationMv_map_arrow.-prev {
  left: 16px;
}
.locationMv_map_arrow.-prev img {
  transform: scaleX(-1);
}
.locationMv_map_arrow.-next {
  right: 16px;
}
.locationMv_map_arrow:disabled {
  opacity: 0.3;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .locationMv_map_arrow {
    width: 12px;
    height: 54px;
  }
  .locationMv_map_arrow.-prev {
    left: 6px;
  }
  .locationMv_map_arrow.-next {
    right: 6px;
  }
}

/* ==========================================================================
   商店街マップ：グルメリスト（番号付き）
   ========================================================================== */
.locationMvList {
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  .locationMvList {
    margin-top: 46px;
  }
}

.locationMvList_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .locationMvList_head {
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
    margin-bottom: 24px;
  }
}

.locationMvList_intro {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .locationMvList_intro {
    max-width: none;
  }
}

.locationMvList_ttl {
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: 0.96px;
  color: #5d512d;
}
@media screen and (max-width: 767px) {
  .locationMvList_ttl {
    font-size: 18px;
  }
}

.locationMvList_txt {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.56px;
  color: #231815;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .locationMvList_txt {
    font-size: 12px;
    line-height: 1.8;
  }
}

.locationMvList_top {
  display: flex;
  gap: 32px;
}
@media screen and (min-width: 768px) {
  .locationMvList_top .locationMvList_card {
    width: calc((100% - 24px) / 2);
  }
}

.locationMvList_row {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}

@media screen and (max-width: 767px) {
  .locationMvList_top,
  .locationMvList_row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 16px;
  }
}

.locationMvList_card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: calc((100% - 72px) / 4);
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .locationMvList_card {
    width: auto;
  }
}

.locationMvList_photo {
  position: relative;
  overflow: hidden;
  aspect-ratio: 276/191;
}
.locationMvList_photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.locationMvList_body {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.locationMvList_shop {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-family: "Noto Sans JP", sans-serif;
}

.locationMvList_badge {
  position: relative;
  flex-shrink: 0;
  width: 23px;
  height: 32px;
  font-family: "Noto Sans JP", sans-serif;
}
.locationMvList_badge img {
  display: block;
  width: 100%;
  height: 100%;
}

.locationMvList_num {
  position: absolute;
  top: 11%;
  left: 50%;
  transform: translate(-50%, 0);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
}

.locationMvList_meta {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.locationMvList_name {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  color: #231815;
}
@media screen and (max-width: 767px) {
  .locationMvList_name {
    font-size: 14px;
  }
}

.locationMvList_distance {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.28px;
  color: #231815;
}
@media screen and (max-width: 767px) {
  .locationMvList_distance {
    font-size: 12px;
  }
}

.locationMvList_desc {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 12px;
  line-height: 1.5;
  color: #231815;
  text-align: justify;
}