.allWrap {
  overflow: visible;
}

.sec01--photos {
  display: flex;
  flex-wrap: wrap;
  --gap: 10px;
  gap: var(--gap);
}
@media screen and (max-width: 767px) {
  .sec01--photos {
    --gap: 5px;
  }
}
.sec01--photos--col {
  display: flex;
  flex-direction: column;
  gap: var(--gap);
}
.sec01--photos--col.is-col01 {
  width: 100%;
}
.sec01--photos--col.is-col02 {
  width: calc((100% - var(--gap) * 3) / 4);
}
@media screen and (max-width: 767px) {
  .sec01--photos--col.is-col02 {
    width: calc((100% - (var(--gap))) / 2);
  }
}
.sec01--photos--col.is-col03 {
  width: calc((100% - var(--gap) * 3) / 4);
}
@media screen and (max-width: 767px) {
  .sec01--photos--col.is-col03 {
    width: calc((100% - (var(--gap))) / 2);
  }
}
.sec01--photos--col.is-col04 {
  width: calc((100% - (var(--gap))) / 2);
}
@media screen and (max-width: 767px) {
  .sec01--photos--col.is-col04 {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .sec01--photos--col .is-fit {
    height: auto;
    position: relative;
    flex: 1 0 auto;
  }
  .sec01--photos--col .is-fit img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.sec01--photos--col2 {
  display: flex;
  gap: var(--gap);
}

.sec02--head {
  position: relative;
  height: 800lvh;
}
.sec02--head--wrap {
  position: sticky;
  top: 0;
  height: 100lvh;
}
.sec02--head--text {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 3;
  padding-bottom: 16vw;
text-shadow: rgb(255, 255, 255) 0px 0px 1px, rgb(255, 255, 255) 0px 0px 2px, rgb(255, 255, 255) 0px 0px 3px, rgb(255, 255, 255) 0px 0px 4px, rgb(255, 255, 255) 0px 0px 5px;
}
.sec02--head--text--en {
  font-size: 62px;
  font-family: "the-seasons", serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 767px) {
  .sec02--head--text {
    padding-bottom: 52vw;
  }
  .sec02--head--text--en {
    font-size: 36px;
  }
}
.sec02--head--text--jp {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .sec02--head--text--jp {
    font-size: 12px;
  }
}
.sec02--head--bg1 {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
}
.sec02--head--bg1 img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  inset: 0;
}
.sec02--head--bg2 {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}
.sec02--head--bg2 img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  inset: 0;
}
.sec02--head--slide {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .sec02--head--slide {
    top: 60px;
    bottom: 60px;
  }
}
.sec02--head--slide--inner {
  display: flex;
  height: 100%;
  gap: 150px;
  position: relative;
  --ratio:1;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .sec02--head--slide--inner {
    gap: 50px;
    --ratio:0.5;
  }
}
.sec02--head--slide--item {
  position: relative;
  width: calc(var(--width) * var(--ratio));
  line-height: 1;
}
.sec02--head--slide--item img {
  width: 100%;
  vertical-align: middle;
}
.sec02--head--slide--item.is-1 {
  --width: 298px;
  align-self: center;
}
.sec02--head--slide--item.is-2 {
  --width: 397px;
  align-self: flex-start;
}
.sec02--head--slide--item.is-3 {
  --width: 298px;
  align-self: flex-end;
}
.sec02--head--slide--item.is-4 {
  --width: 397px;
  align-self: flex-start;
}
.sec02--head--slide--item.is-5 {
  --width: 298px;
  align-self: center;
}
.sec02--head--slide--item.is-6 {
  --width: 298px;
  align-self: flex-end;
}

.shopping {
  background: #CCC2A9;
  overflow: hidden;
}
.shopping--head {
  font-size: 42px;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 20px;
  font-family: "the-seasons", serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 767px) {
  .shopping--head {
    font-size: 25px;
  }
}
.shopping--lead {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .shopping--lead {
    margin-bottom: 40px;
  }
}
.shopping--img {
  max-width: 800px;
  margin-inline: auto;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .shopping--img {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .shopping--slide {
    margin-inline: -20px;
  }
}
.shopping--slide--item {
  width: 350px;
  max-width: calc(100vw - 80px);
  margin: 0 5px;
}
.shopping--slide .slick-prev, .shopping--slide .slick-next {
  width: 20px;
  height: 20px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .shopping--slide .slick-prev, .shopping--slide .slick-next {
    filter: drop-shadow(0px 0px 3px #FFF) drop-shadow(0px 0px 3px #FFF);
  }
}
.shopping--slide .slick-prev::before, .shopping--slide .slick-next::before {
  content: "";
  opacity: 1;
  color: #93845E;
  border-left: solid 1px;
  border-bottom: solid 1px;
  width: 1em;
  height: 1em;
  display: block;
  transform: rotate(45deg);
}
.shopping--slide .slick-next::before {
  transform: rotate(-135deg);
}
@media screen and (max-width: 767px) {
  .shopping--slide .slick-prev {
    left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .shopping--slide .slick-next {
    right: 10px;
  }
}
.shopping-box {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #151515;
}
.shopping-box-inner {
  padding: 60px 0;
  max-width: 1000px;
  margin: 0 auto;
  width: calc(100% - 48px);
}
.shopping-wrap {
  display: flex;
  flex-wrap: wrap;
  gap:60px 40px ;
}
.shopping-wrap.gap-min {
  gap: 12px 40px ;
}
.shopping-wrap + .shopping-wrap{
  margin-top: 80px;
}
.shopping-wrap.fl-end {
  align-items: flex-end;
}
.shopping-item.col-02 {
  width: calc(50% - 20px);
}
.shopping-item.col-fit {
  width: 100%;
}
.shopping-item.col-fit .tertiary-heading{
  margin-bottom: -20px;
}

.shopping-heading{
  font-size: 18px;
  line-height: 1.5;
  padding-bottom: .4em;
  margin-bottom: .4em;
  border-bottom: 1px solid #333;
  display: flex;
  gap: 8px;
  align-items: baseline;
}
.shopping-item .img-wrapper + .shopping-heading{
  margin-top: 20px;
}
.shopping-thumb{
      margin-top: 10%;
  max-width: 238px;
}
.shopping-floor{
  display: grid;
  grid-template-columns: 1fr 30%;
  gap: 40px;
}
.shopping-floor-item:last-child{
  background: rgba(203, 202, 177, 0.3);
  padding: 20px 32px;
}
.shopping-floor-heading{
  font-size: 14px;
  line-height: 1.5;
  padding-bottom: .4em;
  margin-bottom: .4em;
  border-bottom: 1px solid #333;
}
.shopping-floor-lists{
  display: flex;
  flex-wrap: wrap;
  gap: 4px 8px;
  font-size: 14px;
}
.shopping-floor-list{
  min-width: calc(50% - 4px);
  display: inline-block;
}
.shopping-floor-list{}
.lifeinfo--head {
  font-size: 24px;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 80px;
  font-family: "the-seasons", serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 767px) {
  .lifeinfo--head {
    font-size: 20px;
    margin-bottom: 60px;
  }
}
.lifeinfo--map {
  /* margin-bottom: 100px; */
}
@media screen and (max-width: 767px) {
  .lifeinfo--map {
    margin-bottom: 40px;
  }
}
.lifeinfo--list {
  display: flex;
  flex-wrap: wrap;
  --gap: 50px;
  gap: var(--gap);
}
@media screen and (max-width: 767px) {
  .lifeinfo--list {
    flex-direction: column;
    --gap: 30px;
  }
}
.lifeinfo--list--item {
  width: calc((100% - var(--gap) * 2) / 3);
}
@media screen and (max-width: 1100px) {
  .lifeinfo--list--item {
    width: calc((100% - var(--gap) * 1) / 2);
  }
}
@media screen and (max-width: 767px) {
  .lifeinfo--list--item {
    width: 100%;
  }
}
.lifeinfo--item--head {
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  border-bottom: 1px solid #333;
  padding-bottom: 5px;
}
.lifeinfo--item--head--jp {
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .lifeinfo--item--head--jp {
    font-size: 14px;
  }
}
.lifeinfo--item--head--en {
  font-size: 16px;
  font-family: "the-seasons", serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.075em;
  color: #333;
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .lifeinfo--item--head--en {
    font-size: 13px;
  }
}
.lifeinfo--item--dl {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 13px;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 1100px) {
  .lifeinfo--item--dl {
    letter-spacing: 0;
  }
}
@media screen and (max-width: 767px) {
  .lifeinfo--item--dl {
    font-size: 11px;
    gap: 5px;
  }
}
.lifeinfo--item--dl div {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  pointer-events: none;
}
.lifeinfo--item--dl div a {
  pointer-events: none;
  display: block;
}
.lifeinfo--item--dl div dd {
  text-align: right;
  flex: 1 0 auto;
  border-bottom: none;
  pointer-events: none;
}
.lifeinfo--item--dl div dd a {
  pointer-events: none;
  display: block;
}
.lifeinfo--item--dl div dt {
  border-bottom: none;
  pointer-events: none;
}
.lifeinfo--item--dl div dt a {
  pointer-events: none;
  display: block;
}




.p-location-area2 {
  overflow: hidden;
  padding-top: 60px;
  margin-top: -60px;
}
@media screen and (max-width: 767px) {
  /* .p-location-area2 {
    padding: 0 0 0 0;
  } */
}
.p-location-area2 h2 {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-location-area2 h2 {
    font-size: 5.5vw;
    margin-bottom: 7.5%;
  }
}
.p-location-area2__container {
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 5%;
  justify-content: center;
  align-items: flex-start;
  gap: 70px 90px;
  /*.tab{
      display: flex;
      flex-wrap: wrap;
      width: 100%;
      margin: 0 auto;
      @include me{
          order: 2;
          width: 90%;
          justify-content: space-between;
          row-gap: 1vw;
      }
      li{
          width: 20%;
          color: #fff;
          display: block;
          text-align: center;
          cursor: pointer;
          border-right: 1px solid #fff;
          padding: 10px;
          @include me{
              width: 49.5%;
              border: none;
              background-color: #999075;
              padding: 10px;
          }
          &:last-of-type{
              border: none;
          }
          &.is-btn-active{
              background-color: #6e6449;
              @include me{
                  background-color: #6e6449;
              }
          }
          span{
              display: block;
              font-size: 2rem;
              margin-bottom: 10px;
              @include me{
                  font-size: 4vw;
                  margin-bottom: 0;
              }
          }
          em{
              font-style: normal;
              font-size: 1.6rem;
              @include me{
                  font-size: 2.75vw;
              }
          }
      }
  }*/
  /*.map{
      width: 47%;
      aspect-ratio: 1 / 1;
      @include me{
          order: 1;
          width: 100%;
      }
      iframe{
          width: 100%;
          height: 100%;
      }
  }*/
}
@media screen and (max-width: 1100px) {
  .p-location-area2__container {
    gap: 50px 5%;
  }
}
@media screen and (max-width: 767px) {
  .p-location-area2__container {
    flex-direction: column;
    gap: 5vw;
  }
}
.p-location-area2__container .tab-contents-wrap {
  width: 33%;
}
@media screen and (max-width: 1100px) {
  .p-location-area2__container .tab-contents-wrap {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .p-location-area2__container .tab-contents-wrap {
    order: 3;
    width: 100%;
  }
}
.p-location-area2__container .tab-contents {
  display: none; /*はじめは非表示*/
  opacity: 0; /*透過0*/
}
.p-location-area2__container .tab-contents.is-active {
  display: block; /*表示*/
  animation-name: displayAnime; /*ふわっと表示させるためのアニメーション*/
  animation-duration: 2s;
  animation-fill-mode: forwards;
}
@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.p-location-area2__container .tab-contents figure {
  width: 90%;
  margin: 5% auto 10% 0;
}
@media screen and (max-width: 1100px) {
  .p-location-area2__container .tab-contents figure {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-location-area2__container .tab-contents figure {
    width: 75%;
    display: block;
    margin: 5% auto 10% auto;
  }
}
@media screen and (max-width: 767px) {
  .p-location-area2__container .slide {
    width: 93%;
    margin: 0 0 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .p-location-area2__container .slide .slick-list {
    padding: 0 10% 0 0 !important;
  }
}
.p-location-area2__container .slide .slick-list li {
  margin: 0 0.5%;
}
.p-location-area2__container .slide .slick-list li figure {
  width: 100%;
  margin: 0;
}
.infomap {
  width: 90%;
  /* gap: 20px; */
  gap: 0px;
}
.infomap .tab {
  /* padding-bottom: 4px; */
  font-size: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 5px;
}
.infomap .tab > p {
  display: inline-block;
    background: rgb(204 194 169 / 58%);
  width: 19.766%;
  padding: 28px 0;
  font-size: 18px;
  /* color: #fff; */
  color: #454545;
  letter-spacing: -0.02em;
  line-height: 1;
  text-align: center;
}
.infomap .tab > p:first-child {
  margin-left: 0;
}
.infomap .tab > p.current {
  /* background: rgb(208, 181, 119);
  background: -moz-linear-gradient(left, rgb(208, 181, 119) 0%, rgb(168, 140, 78) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgb(208, 181, 119)), color-stop(100%, rgb(168, 140, 78)));
  background: -webkit-linear-gradient(left, rgb(208, 181, 119) 0%, rgb(168, 140, 78) 100%);
  background: -o-linear-gradient(left, rgb(208, 181, 119) 0%, rgb(168, 140, 78) 100%);
  background: -ms-linear-gradient(left, rgb(208, 181, 119) 0%, rgb(168, 140, 78) 100%);
  background: linear-gradient(to right, rgb(208, 181, 119) 0%, rgb(168, 140, 78) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#d0b577", endColorstr="#a88c4e",GradientType=1 ); */
  background: #CCC2A9;
  color: #000;
}
@media screen and (max-width: 767px) {
  .infomap {
    width: 100%;
    padding: 0;
    margin: 10% auto;
    gap: 10px;
  }
  .infomap .tab {
    padding-bottom: 0;
    gap: 1.5vw 1%;
    flex-wrap: wrap;
    width: calc(100% - 32px);
    margin: 0 auto;
  }
  .infomap .tab > p {
    width: 49%;
    padding: 3.692% 0;
    font-size: 3.646vw;
  }
}
.infomap .map {
  width: 100%;
  display: flex;
  /* background-color: rgba(255, 255, 255, 0.1); */
  background: #CCC2A9;
  overflow: hidden;
}
.infomap .lifeinfo {
  display: none;
}
.infomap .lifeinfo.active {
  display: block;
}
.infomap .gmap {
  width: 67.1875%;
  height: 820px;
      border-left: 16px solid #CCC2A9;
    border-bottom: 16px solid #CCC2A9;
    border-top: 16px solid #CCC2A9;
}
.infomap .gmap .gm-style .labels {
  padding-bottom: 8px;
  padding-right: 2px;
}
.infomap .gmap .gm-style .nameBuild {
  display: none;
}
.infomap .map .lifeinfoWrap {
  width: 32.8125%;
  box-sizing: border-box;
}
.infomap .map .listWrap {
  height: 800px;
  padding: 40px 10px 0px 40px;
  overflow: auto;
  box-sizing: border-box;
}
.infomap .map .listWrap .ttl {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  /* color: #fff; */
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding-bottom: .6em;
  border-bottom: 1px solid #333;
  width: calc(100% - 20px);
}
.infomap .map .listWrap .ttl .en {
  font-size: 100%;
  font-family: "the-seasons", serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.075em;
  color: #04245f;
  color: #333;
  opacity: .7;
}

.infomap .map ol {
  padding-right: 20px;
  list-style: none;
}
.infomap .map li {
  position: relative;
  padding-left: 35px;
  font-size: 15px;
  letter-spacing: -0.04em;
  line-height: 1.3;
  box-sizing: border-box;
  /* color: #fff; */
  margin-bottom: 10px;
}
.infomap .map li:before {
  content: attr(data-num) "";
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #04245f;
  width: 25px;
  height: 25px;
  margin-top: 2px;
  font-size: 14px;
  color: #fff;
  letter-spacing: -0.04em;
  line-height: 1;
  border-radius: 50%;
}
.infomap .map li span {
  font-size: 13px;
  display: block;
}
@media screen and (max-width: 767px) {
  .infomap .map {
    display: block;
  }
  .infomap .map .lifeinfoWrap {
    width: 100%;
    padding: 0;
  }
  .infomap .map .listWrap {
    height: auto;
    max-height: 300px;
    padding: 5%;
  }
  .infomap .map .listWrap .ttl {
    margin-bottom: 5.263%;
    font-size: 5vw;
  }
  .infomap .map ol {
    padding-right: 0;
  }
  .infomap .map li {
    padding-left: 7.018%;
    width: 100%;
    margin-left: 0;
    font-size: 3.5vw;
    display: flex;
    flex-wrap: wrap;
    gap: 3px 15px;
  }
  .infomap .map li:before {
    width: 4.557vw;
    height: 4.557vw;
    margin-top: 0;
    font-size: 2.604vw;
  }
  .infomap .map li span {
    font-size: 3.125vw;
  }
  .infomap .gmap {
    width: 100%;
    height: 75vw;
    box-sizing: border-box;
    border: none;
  }
}
.future-section {
  background: url(../img/location/future-bg.webp) no-repeat top center / cover;
}
.future-lists{
  padding: 40px 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 10px;
}
.future-list{
  padding: 4px;
  border: 1.5px solid #9C831B;
}
.future-list-inner{
  display: block;
  font-size: 14px;
  border: 1px solid #9C831B;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
}
.location-anker-section {
  padding: 32px 0 ;
  background: rgba(212, 212, 212, 0.6);
}
.location-ankers {
  margin: 0 auto;
  max-width: 930px;
  display: flex;
  justify-content: center;
  gap: 14px;
}
.location-anker {
  width: calc(100% / 3 - 14px * 2 / 3);
}
.location-anker a {
  display: block;
  padding: 16px;
  border-bottom: 1px solid #ADADAD;
  position: relative;
  transition: all 0.3s ease;
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}
.location-anker a:hover {
  opacity: 1;
  box-shadow: 0 0 0px rgba(0, 0, 0, 0.4);
}
.location-anker a .en{
  color: #93845E;
  font-family: "the-seasons", serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.075em;
  font-size: 18px;
}
.location-anker a .jp{
  font-size: 16px;
}
.location-anker a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 20px;
  height: 20px;
  transform: translateY(-50%) rotate(45deg);
  border-right: 1px solid #ADADAD;
  border-bottom: 1px solid #ADADAD;
}
.landscape-bg{
  background: url(../img/location/landscape-bg.webp) no-repeat top center / cover;
}
.landscape-bg .secondary-heading{
  margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
  .location-ankers {
    flex-direction: column;
    width: calc(100% - 64px);
    align-items: center;
    gap: 16px;
  }
  .location-anker {
    width: 100%;
  }
  .location-anker a::after {
    width: 12px;
    height: 12px;
  }
  .location-anker-section {
    padding-bottom: 32px;
  }
  .shopping-box-inner {
    padding: 40px 0;
    width: calc(100% - 32px);
  }
  .shopping-wrap {
    gap: 16px;
  }
  .shopping-item.col-02 {
    width: 100%;
  }
  .shopping-floor {
    grid-template-columns: 100%;
    gap: 16px;
  }
  .shopping-floor-item:last-child {
    padding:  16px;
  }
  .shopping-floor-heading {
    font-size: 12px;
    text-align: center;
  }
  .shopping-floor-lists {
    gap: 4px 12px;
  }
  .shopping-floor-list {
    font-size: 12px;
        min-width: auto;
  }
  .shopping-item .note{
    font-size: 12px;
  }
  .shopping-heading{
    font-size: 16px;
  }
  .shopping-wrap + .shopping-wrap {
    margin-top: 40px;
  }
  .shopping-item.col-fit .tertiary-heading {
    margin-bottom: 0;
  }
  .shopping-thumb {
    margin-top: 20px;
    max-width: 100%;
  }
  .gourmet-container {
    display: block;
  }
  .gourmet-container .shopping-item{
    margin: 0 8px;
  }
  .general-section .inner.gourmet-inner{
    width: 100%;
  }
  .future-lists {
    padding: 12px 0;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
  .future-list-inner {
    font-size: 12px;
    height: 40px;
  }
  .future-list {
    padding: 2px;
  }
  .future-section .shopping-wrap .shopping-item:first-child{
    text-align: center;
  }
  .general-section.future-section .inner{
    padding-bottom: 40px;
  }
  .landscape-bg{
    background: url(../img/location/landscape-bg-sp.webp) no-repeat top center / 100%;
  }
  .sp-order-01{
    order: 1;
  }
  .sp-order-02{
    order: 2;
  }
  .sp-order-03{
    order: 3;
  }
  .sp-order-04{
    order: 4;
  }
  .sp-order-05{
    order: 5;
  }
  .sp-order-06{
    order: 6;
  }
  .shopping-wrap .slick-dots li {
    width: 8px;
    height: 8px;
  }
  .shopping-wrap .slick-dots li button {
    padding: 4px;
    width: 8px;
    height: 8px;
  }
  .shopping-wrap .slick-dots {
    bottom: -30px;
  }
  .shopping-wrap .slick-dots li button::before {
    width: 8px;
    height: 8px;
    background-color: #626262;
    color: #CCC2A9;
    opacity: 1;
    z-index: 2;
    font-size: 8px;
    line-height: 9px;
    border-radius: 50%;
}
}
.loc-container-wrap{
  position: relative;
}
.loc-item{
  margin: 0px 4.6vw;
}
.loc-grid{
  display: flex;
  gap: 5.6%;
}
.loc-grid-item:first-child{
  margin-top: 13vw;
  width: 11%;
}
.loc-grid-item:nth-of-type(2){
  width: 14%;
}
.loc-grid-item:nth-of-type(3){
  margin-top: 25vw;
  width: 11%;
}
.loc-grid-item:nth-of-type(4){
  width: 14%;
}
.loc-grid-item:nth-of-type(5){
  margin-top: 12vw;
  width: 11%;
}
.loc-grid-item:nth-of-type(6){
  margin-top: 25vw;
  width: 11%;
}
.loc-container{
  opacity: 0;
  transition: opacity .3s linear;
}
.loc-container.slick-initialized{
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .gourmet-container{
    opacity: 0;
    transition: opacity .3s linear;
  }
  .gourmet-container.slick-initialized{
    opacity: 1;
  }
  .loc-item{
    margin: 0px 10vw;
  }
  .loc-grid{
    display: flex;
    gap: 4.6%;
  }
  .loc-grid-item:first-child{
    margin-top: 38vw;
    width: 11.8%;
  }
  .loc-grid-item:nth-of-type(2){
    width: 14.8%;
  }
  .loc-grid-item:nth-of-type(3){
    margin-top: 62vw;
    width: 11.8%;
  }
  .loc-grid-item:nth-of-type(4){
    width: 14.8%;
  }
  .loc-grid-item:nth-of-type(5){
    margin-top: 38vw;
    width: 11.8%;
  }
  .loc-grid-item:nth-of-type(6){
    margin-top: 64vw;
    width: 11.8%;
  }
  .slick-slider div {
    transition: none; 
  }
}