@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@100;300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDPMincho:wght@400;700&display=swap");
.p-location {
  background-image: url("../img/top/bg-concept-ptn.png");
  background-color: #ffffff;
  background-size: 100% auto;
  background-position: bottom center;
  background-repeat: repeat-y;
}
.p-location .mv {
  width: 100%;
  height: min(41.6666666667vw, 800px);
}
@media screen and (max-width: 750px) {
  .p-location .mv {
    height: 100vw;
  }
}
.p-location .mv__inner {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  height: 100%;
}
.p-location .mv__wrapper {
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
  height: 50%;
}
.p-location .mv__wrapper .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-location .mv__wrapper.upper .image {
  width: 40%;
}
.p-location .mv__wrapper.upper .image + .image {
  width: 60%;
}
.p-location .mv__wrapper.lower .image {
  width: 70%;
}
.p-location .mv__wrapper.lower .image + .image {
  width: 30%;
}
.p-location .info {
  position: relative;
  background-image: url("../img/top/bg-info.jpg");
  background-size: 100% auto;
  background-position: top center;
  background-repeat: repeat-y;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 750px) {
  .p-location .info {
    background-size: cover;
    background-position: center;
  }
}
.p-location .info__inner {
  width: 100%;
  max-width: min(66.6666666667vw, 1280px);
  padding: min(3.125vw, 60px) 0 min(3.6458333333vw, 70px);
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .p-location .info__inner {
    max-width: none;
    padding: 8vw 0 13.3333333333vw;
  }
}
.p-location .info__content {
  width: 100%;
}
.p-location .info__content .title h3 {
  width: fit-content;
  font-family: "Cinzel", serif;
  font-size: min(1.4583333333vw, 28px);
  white-space: nowrap;
  color: #ffffff;
  margin: 0 auto min(0.78125vw, 15px);
  scale: 1.5;
  opacity: 0;
  letter-spacing: 3em;
  transition: scale 1.2s ease-in, letter-spacing 1.2s ease-in, opacity 0.6s 0.6s ease-in;
}
.p-location .info__content .title h3.animate {
  scale: 1;
  opacity: 1;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 750px) {
  .p-location .info__content .title h3 {
    font-size: 4.8vw;
    margin: 0 auto 2vw;
  }
}
.p-location .info__content .info-content {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  width: 100%;
}
.p-location .info__content .info-content__description {
  position: relative;
  color: #FDE9C8;
  opacity: 0;
  translate: 0 50% 0;
  transition: opacity 0.6s 0.2s ease-in, translate 0.8s ease-in;
}
.p-location .info__content .info-content__description.animate {
  opacity: 1;
  translate: 0 0 0;
}
.p-location .info__content .info-content__description p {
  font-family: "Shippori Mincho", serif;
  font-size: min(2.5520833333vw, 49px);
  line-height: 1.6;
  letter-spacing: 0.2em;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .p-location .info__content .info-content__description p {
    font-size: 7.4666666667vw;
    line-height: 1.6;
  }
  .p-location .info__content .info-content__description p:first-child {
    font-size: 8vw;
  }
}
.p-location .info__content .info-content__description p .notation {
  position: absolute;
  top: 0;
  right: max(-1.3020833333vw, -25px);
  transform: translateY(100%);
  display: block;
  height: 1em;
  font-size: min(0.8854166667vw, 17px);
  line-height: 1;
  letter-spacing: normal;
  word-break: keep-all;
}
@media screen and (max-width: 750px) {
  .p-location .info__content .info-content__description p .notation {
    top: 10.6666666667vw;
    right: 2.6666666667vw;
    font-size: 2.6666666667vw;
  }
}
.p-location > .title {
  width: 100%;
}
.p-location > .title > p {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: min(2.5520833333vw, 49px);
  line-height: min(4.53125vw, 87px);
  letter-spacing: 0.06em;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .p-location > .title > p {
    font-size: 6.4vw;
    line-height: 11.4666666667vw;
  }
}
.p-location .section-tab {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  gap: min(2.0833333333vw, 40px);
  width: 100%;
  margin: min(8.3333333333vw, 160px) 0;
}
@media screen and (max-width: 750px) {
  .p-location .section-tab {
    gap: 2.6666666667vw;
    padding: 0 2.6666666667vw;
    margin: 8vw 0;
  }
}
.p-location .section-tab > .tab {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(29.1666666667vw, 560px);
  height: min(7.5520833333vw, 145px);
  filter: drop-shadow(0 0 min(0.4166666667vw, 8px) rgba(0, 0, 0, 0.6));
}
@media screen and (max-width: 750px) {
  .p-location .section-tab > .tab {
    width: 100%;
    height: 20vw;
  }
}
.p-location .section-tab > .tab.fukashi {
  background-image: url("../img/location/tab-fukashi.jpg");
  background-size: cover;
}
.p-location .section-tab > .tab.matsumoto {
  background-image: url("../img/location/tab-matsumoto.jpg");
  background-size: cover;
}
.p-location .section-tab > .tab p {
  font-family: "Shippori Mincho", serif;
  font-size: min(2.03125vw, 39px);
  line-height: min(1.875vw, 36px);
  letter-spacing: 0.15em;
  text-align: center;
  color: #ffffff;
}
.p-location .section-tab > .tab p span {
  font-family: "Cinzel", serif;
  font-size: min(0.8854166667vw, 17px);
  line-height: min(1.0416666667vw, 20px);
}
@media screen and (max-width: 750px) {
  .p-location .section-tab > .tab p {
    font-size: 4.8vw;
    line-height: 5.0666666667vw;
  }
  .p-location .section-tab > .tab p span {
    font-size: 2.6666666667vw;
    line-height: 2.6666666667vw;
  }
}
.p-location .section-title > .title h3 {
  width: fit-content;
  font-family: "Cinzel", serif;
  font-size: min(1.4583333333vw, 28px);
  white-space: nowrap;
  color: #7c7670;
  margin: 0 auto min(0.78125vw, 15px);
  scale: 1.5;
  opacity: 0;
  letter-spacing: 3em;
  transition: scale 1.2s ease-in, letter-spacing 1.2s ease-in, opacity 0.6s 0.6s ease-in;
}
.p-location .section-title > .title h3.animate {
  scale: 1;
  opacity: 1;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 750px) {
  .p-location .section-title > .title h3 {
    font-size: 4.8vw;
    margin: 0 auto 2vw;
  }
}
.p-location .section-title .description {
  margin-bottom: min(8.3333333333vw, 160px);
}
.p-location .section-title .description p {
  font-family: "Shippori Mincho", serif;
  font-size: min(2.5520833333vw, 49px);
  letter-spacing: 0.1em;
  text-align: center;
}
.p-location .section-title .description p + p {
  font-size: min(0.9375vw, 18px);
  line-height: min(2.7083333333vw, 52px);
  margin-top: min(2.8645833333vw, 55px);
}
@media screen and (max-width: 750px) {
  .p-location .section-title .description p {
    font-size: 6.4vw;
    line-height: 11.4666666667vw;
  }
  .p-location .section-title .description p + p {
    font-size: 3.2vw;
    line-height: 5.3333333333vw;
    margin-top: 5.3333333333vw;
  }
}
.p-location .section-content {
  width: 100%;
  margin-bottom: min(8.3333333333vw, 160px);
}
@media screen and (max-width: 750px) {
  .p-location .section-content {
    margin-bottom: 13.3333333333vw;
  }
}
.p-location .section-content__header {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: min(3.125vw, 60px);
  margin-bottom: min(4.1666666667vw, 80px);
}
@media screen and (max-width: 750px) {
  .p-location .section-content__header {
    flex-flow: column nowrap;
    gap: 5.3333333333vw;
    margin-bottom: 10.6666666667vw;
  }
}
.p-location .section-content__header > .image {
  width: 60%;
}
@media screen and (max-width: 750px) {
  .p-location .section-content__header > .image {
    width: 100%;
  }
}
.p-location .section-content__header > .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-location .section-content__header > .title {
  width: 40%;
}
@media screen and (max-width: 750px) {
  .p-location .section-content__header > .title {
    width: calc(100% - 5.3333333333vw);
  }
}
.p-location .section-content__header > .title p {
  font-family: "Cinzel", serif;
  font-size: min(6.6666666667vw, 128px);
  line-height: 1;
  color: #7c7670;
}
.p-location .section-content__header > .title p + p {
  font-family: "Shippori Mincho", serif;
  font-size: min(1.8229166667vw, 35px);
  line-height: 1.8;
  letter-spacing: 0.15em;
  color: #333333;
  margin-top: min(1.0416666667vw, 20px);
}
@media screen and (max-width: 750px) {
  .p-location .section-content__header > .title p {
    font-size: 13.3333333333vw;
  }
  .p-location .section-content__header > .title p + p {
    font-size: 4vw;
    margin-top: 2.9333333333vw;
  }
}
.p-location .section-content .content-wrapper {
  display: flex;
  flex-flow: row nowrap;
  gap: min(3.3854166667vw, 65px);
  width: 100%;
  max-width: min(72.9166666667vw, 1400px);
  margin: 0 auto min(4.1666666667vw, 80px);
}
@media screen and (max-width: 750px) {
  .p-location .section-content .content-wrapper {
    flex-flow: column nowrap;
    gap: 8vw;
    width: calc(100% - 8vw);
    max-width: none;
    margin: 0 auto 10.6666666667vw;
  }
}
.p-location .section-content .content-wrapper .content-title {
  width: 100%;
  font-family: "BIZ UDPMincho", serif;
  font-size: min(1.8229166667vw, 35px);
  line-height: 1.2;
  letter-spacing: 0.15em;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .p-location .section-content .content-wrapper .content-title {
    font-size: 5.3333333333vw;
  }
}
.p-location .section-content .content-wrapper .text p {
  font-family: "Shippori Mincho", serif;
  font-size: min(1.3541666667vw, 26px);
  line-height: min(2.8645833333vw, 55px);
  letter-spacing: 0.1em;
}
.p-location .section-content .content-wrapper .text p + p {
  font-size: min(0.9375vw, 18px);
  line-height: min(2.1875vw, 42px);
  margin-top: min(1.5625vw, 30px);
}
@media screen and (max-width: 750px) {
  .p-location .section-content .content-wrapper .text p {
    font-size: 4.2666666667vw;
    line-height: 6.4vw;
  }
  .p-location .section-content .content-wrapper .text p + p {
    font-size: 3.2vw;
    line-height: 5.6vw;
    margin-top: 4vw;
  }
}
.p-location .section-content .content-wrapper .images {
  display: flex;
  flex-flow: row nowrap;
  gap: min(1.5625vw, 30px);
  width: 100%;
}
@media screen and (max-width: 750px) {
  .p-location .section-content .content-wrapper .images {
    flex-flow: column nowrap;
    gap: 4vw;
  }
}
.p-location .section-content .content-wrapper .image-wrapper {
  display: flex;
  flex-flow: column nowrap;
  gap: min(1.5625vw, 30px);
}
@media screen and (max-width: 750px) {
  .p-location .section-content .content-wrapper .image-wrapper {
    gap: 4vw;
  }
}
.p-location .section-content .content-wrapper .image-wrapper .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-location .section-content .content-wrapper .image-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: min(3.125vw, 60px);
  row-gap: min(2.6041666667vw, 50px);
}
@media screen and (max-width: 750px) {
  .p-location .section-content .content-wrapper .image-grid {
    column-gap: 2.6666666667vw;
    row-gap: 4vw;
  }
}
.p-location .section-content .content-wrapper .image-box {
  width: 100%;
}
.p-location .section-content .content-wrapper .image-box .image {
  width: 100%;
  aspect-ratio: 4/3;
  margin-bottom: min(0.78125vw, 15px);
}
.p-location .section-content .content-wrapper .image-box .image.no-ratio {
  aspect-ratio: auto;
}
@media screen and (max-width: 750px) {
  .p-location .section-content .content-wrapper .image-box .image {
    margin-bottom: 2.6666666667vw;
  }
}
.p-location .section-content .content-wrapper .image-box .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-location .section-content .content-wrapper .image-box .text p {
  font-family: "Shippori Mincho", serif;
  font-size: min(1.1979166667vw, 23px);
  line-height: 1;
}
.p-location .section-content .content-wrapper .image-box .text p + p {
  font-size: min(0.8333333333vw, 16px);
  line-height: min(1.40625vw, 27px);
  margin-top: min(0.625vw, 12px);
}
.p-location .section-content .content-wrapper .image-box .text p + p:has(span) span {
  font-size: min(0.625vw, 12px);
}
@media screen and (max-width: 750px) {
  .p-location .section-content .content-wrapper .image-box .text p {
    font-size: 4.2666666667vw;
  }
  .p-location .section-content .content-wrapper .image-box .text p + p {
    font-size: 3.2vw;
    line-height: 5.3333333333vw;
    margin-top: 2vw;
  }
  .p-location .section-content .content-wrapper .image-box .text p + p:has(span) span {
    font-size: 1.6vw;
  }
}
.p-location .section-content.shopping .section-content__header {
  background-image: url("../img/location/bg-section-shopping.png");
  background-size: auto 100%;
  background-position: calc(100% + min(6.25vw, 120px)) 0;
  background-repeat: no-repeat;
}
@media screen and (max-width: 750px) {
  .p-location .section-content.shopping .section-content__header {
    background-position: center;
  }
}
.p-location .section-content.shopping .shop-list {
  border: 2px solid #bab4ad;
  width: 100%;
  padding: min(1.5625vw, 30px);
}
@media screen and (max-width: 750px) {
  .p-location .section-content.shopping .shop-list {
    padding: 2.6666666667vw;
  }
}
.p-location .section-content.shopping .shop-list__title {
  border-bottom: 1px solid #333333;
  font-family: "BIZ UDPMincho", serif;
  font-size: min(1.25vw, 24px);
  line-height: min(2.3958333333vw, 46px);
  margin-bottom: min(0.5208333333vw, 10px);
}
@media screen and (max-width: 750px) {
  .p-location .section-content.shopping .shop-list__title {
    font-size: 3.2vw;
    line-height: 6.1333333333vw;
    margin-bottom: 1.3333333333vw;
  }
}
.p-location .section-content.shopping .shop-list__list {
  display: flex;
  flex-flow: row nowrap;
  gap: min(1.0416666667vw, 20px);
  margin-bottom: min(0.5208333333vw, 10px);
}
@media screen and (max-width: 750px) {
  .p-location .section-content.shopping .shop-list__list {
    flex-flow: column nowrap;
    gap: 2.6666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
.p-location .section-content.shopping .shop-list__list .shop-items {
  display: flex;
  flex-flow: column nowrap;
  gap: min(0.2604166667vw, 5px);
}
@media screen and (max-width: 750px) {
  .p-location .section-content.shopping .shop-list__list .shop-items {
    gap: 2.6666666667vw;
  }
}
.p-location .section-content.shopping .shop-list__list .shop-item .floor {
  font-family: "BIZ UDPMincho", serif;
  font-weight: 700;
  font-size: min(0.78125vw, 15px);
  color: #836d3c;
}
.p-location .section-content.shopping .shop-list__list .shop-item .floor > span {
  font-family: "Shippori Mincho", serif;
  font-weight: normal;
  font-size: min(0.625vw, 12px);
}
@media screen and (max-width: 750px) {
  .p-location .section-content.shopping .shop-list__list .shop-item .floor {
    font-size: 2.9333333333vw;
  }
  .p-location .section-content.shopping .shop-list__list .shop-item .floor > span {
    font-size: 2.4vw;
  }
}
.p-location .section-content.shopping .shop-list__list .shop-item .shop {
  font-family: "Shippori Mincho", serif;
  font-size: min(0.78125vw, 15px);
  line-height: min(1.3020833333vw, 25px);
}
@media screen and (max-width: 750px) {
  .p-location .section-content.shopping .shop-list__list .shop-item .shop {
    font-size: 3.2vw;
    line-height: 4.2666666667vw;
  }
}
.p-location .section-content.shopping .shop-list__note {
  font-family: "Shippori Mincho", serif;
  font-size: min(0.5208333333vw, 10px);
  line-height: min(0.8333333333vw, 16px);
  letter-spacing: 0.08em;
}
@media screen and (max-width: 750px) {
  .p-location .section-content.shopping .shop-list__note {
    font-size: 1.6vw;
    line-height: 2.1333333333vw;
  }
}
.p-location .section-content.shopping .content01 .text {
  width: 40%;
}
.p-location .section-content.shopping .content01 .image {
  width: 60%;
  max-width: min(44.7916666667vw, 860px);
}
@media screen and (max-width: 750px) {
  .p-location .section-content.shopping .content01 .text {
    width: 100%;
  }
  .p-location .section-content.shopping .content01 .image {
    width: 100%;
    max-width: none;
  }
}
.p-location .section-content.shopping .content02 .images {
  width: 60%;
}
.p-location .section-content.shopping .content02 .shop-list {
  width: 40%;
}
@media screen and (max-width: 750px) {
  .p-location .section-content.shopping .content02 .images {
    width: 100%;
  }
  .p-location .section-content.shopping .content02 .shop-list {
    width: 100%;
  }
}
.p-location .section-content.shopping .content03 .image-wrapper:has(.fit-img) {
  max-width: min(26.0416666667vw, 500px);
}
.p-location .section-content.shopping .content03 .image-wrapper:has(.fit-img) .fit-img {
  width: fit-content;
}
.p-location .section-content.shopping .content03 .image-wrapper:has(.fit-img) .fit-img img {
  width: min(15.625vw, 300px);
}
@media screen and (max-width: 750px) {
  .p-location .section-content.shopping .content03 .image-wrapper:has(.fit-img) {
    max-width: none;
  }
  .p-location .section-content.shopping .content03 .image-wrapper:has(.fit-img) .fit-img img {
    width: 100%;
  }
}
.p-location .section-content.shopping .content04 {
  flex-flow: column nowrap;
  padding-top: min(3.125vw, 60px);
}
@media screen and (max-width: 750px) {
  .p-location .section-content.shopping .content04 {
    padding-top: 13.3333333333vw;
  }
}
.p-location .section-content.town .section-content__header .title {
  width: 100%;
  text-align: center;
}
.p-location .section-content.town .section-content__header .image {
  width: 80%;
  height: min(34.375vw, 660px);
}
@media screen and (max-width: 750px) {
  .p-location .section-content.town .section-content__header .image {
    height: 53.3333333333vw;
  }
}
.p-location .section-content.town .section-content__header + .section-content__header {
  position: relative;
  padding-top: min(3.125vw, 60px);
}
.p-location .section-content.town .section-content__header + .section-content__header::before {
  content: "";
  z-index: 0;
  position: absolute;
  top: min(13.0208333333vw, 250px);
  right: 0;
  background-color: #ebe6d9;
  width: min(83.3333333333vw, 1600px);
  height: min(50vw, 960px);
}
@media screen and (max-width: 750px) {
  .p-location .section-content.town .section-content__header + .section-content__header {
    padding-top: 10.6666666667vw;
  }
  .p-location .section-content.town .section-content__header + .section-content__header::before {
    top: 33.3333333333vw;
    width: 100%;
    height: 106.6666666667vw;
  }
}
.p-location .section-content.town .content-wrapper {
  z-index: 1;
  position: relative;
  margin-bottom: min(6.25vw, 120px);
}
@media screen and (max-width: 750px) {
  .p-location .section-content.town .content-wrapper {
    margin-bottom: 13.3333333333vw;
  }
}
.p-location .section-content.town .content-wrapper .image-box {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  width: 45%;
}
@media screen and (max-width: 750px) {
  .p-location .section-content.town .content-wrapper .image-box {
    width: 100%;
  }
}
.p-location .section-content.town .content-wrapper .image-box > .image {
  width: 100%;
  height: auto;
  aspect-ratio: 2/1;
}
.p-location .section-content.town .content-wrapper .image-box .text p:has(span) {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.p-location .section-content.town .content-wrapper .image-box .text p:has(span) span {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #7c6520;
  color: #ffffff;
  width: min(1.3541666667vw, 26px);
  height: min(1.3541666667vw, 26px);
  font-size: 0.7em;
  line-height: 1;
  letter-spacing: normal;
  margin-right: 0.5em;
}
@media screen and (max-width: 750px) {
  .p-location .section-content.town .content-wrapper .image-box .text p:has(span) span {
    width: 3.4666666667vw;
    height: 3.4666666667vw;
  }
}
.p-location .section-content.town .content-wrapper .image {
  width: 55%;
}
@media screen and (max-width: 750px) {
  .p-location .section-content.town .content-wrapper .image {
    width: 100%;
  }
}
.p-location .section-content.town .content-wrapper .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-location .section-content.town .content01 .text {
  width: 100%;
  padding-left: min(5.2083333333vw, 100px);
}
@media screen and (max-width: 750px) {
  .p-location .section-content.town .content01 .text {
    padding-left: 0;
  }
}
.p-location .section-content.town .content01 .image {
  width: 100%;
}
.p-location .section-content.town .content01 .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-location .section-content.town .content02 {
  max-width: none;
}
.p-location .section-content.town .content02 .map::after {
  bottom: min(1.5625vw, 30px);
  right: min(1.0416666667vw, 20px);
  color: #333333;
  filter: none;
}
@media screen and (max-width: 750px) {
  .p-location .section-content.town .content02 .map::after {
    bottom: 4vw;
    right: 2.6666666667vw;
  }
}
.p-location .section-content.town .content02 .map > span {
  position: absolute;
  bottom: min(0.5208333333vw, 10px);
  right: min(1.0416666667vw, 20px);
  font-family: "Shippori Mincho", serif;
  font-size: min(0.625vw, 12px);
}
@media screen and (max-width: 750px) {
  .p-location .section-content.town .content02 .map > span {
    bottom: 1.3333333333vw;
    right: 2.6666666667vw;
    font-size: 2.1333333333vw;
  }
}
.p-location .section-content.town .content03 .image-grid {
  gap: 0;
}
@media screen and (max-width: 750px) {
  .p-location .section-content.town .content03 .image-grid {
    grid-template-columns: 1fr;
    gap: 2.6666666667vw;
  }
}
.p-location .section-content.town .content03 .image-grid > .image {
  width: 100%;
  aspect-ratio: 3/2;
}
.p-location .section-content.town .content03 .image-grid > .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-location .section-content.town .content03 .image-grid .image-box {
  width: 100%;
  aspect-ratio: 3/2;
  padding: min(2.0833333333vw, 40px) min(3.125vw, 60px) 0;
}
@media screen and (max-width: 750px) {
  .p-location .section-content.town .content03 .image-grid .image-box {
    padding: 0;
  }
}
.p-location .section-content.town .content03 .image-grid .image-box > .image {
  width: 100%;
  aspect-ratio: 2/1;
}
@media screen and (min-width: 751px) {
  .p-location .section-content.town .content05 .image {
    width: 40%;
  }
  .p-location .section-content.town .content05 .image-box {
    width: 60%;
  }
}
.p-location .section-content.park .section-content__header .title {
  display: flex;
  flex-flow: row-reverse nowrap;
  align-items: center;
  justify-content: center;
  gap: min(4.1666666667vw, 80px);
  width: 100%;
}
@media screen and (max-width: 750px) {
  .p-location .section-content.park .section-content__header .title {
    flex-flow: column nowrap;
    gap: 4vw;
  }
}
.p-location .section-content.park .section-content__header .image {
  width: 80%;
  height: min(34.375vw, 660px);
}
@media screen and (max-width: 750px) {
  .p-location .section-content.park .section-content__header .image {
    width: 100%;
    height: 53.3333333333vw;
  }
}
.p-location .section-content.park .section-content__header + .section-content__header {
  position: relative;
  padding-top: min(3.125vw, 60px);
}
@media screen and (max-width: 750px) {
  .p-location .section-content.park .section-content__header + .section-content__header {
    padding-top: 8vw;
  }
}
.p-location .section-content.park .section-content__header + .section-content__header::before {
  content: "";
  z-index: 0;
  position: absolute;
  top: min(13.0208333333vw, 250px);
  right: 0;
  background-color: #ebe6d9;
  background-image: url("../img/location/bg-park-alt.png");
  background-size: auto 100%;
  background-position: bottom right;
  background-repeat: no-repeat;
  width: min(81.25vw, 1560px);
  height: min(58.3333333333vw, 1120px);
}
@media screen and (max-width: 750px) {
  .p-location .section-content.park .section-content__header + .section-content__header::before {
    top: 53.3333333333vw;
    width: 100%;
    height: 186.6666666667vw;
  }
}
.p-location .section-content.park .content-wrapper {
  z-index: 1;
  position: relative;
  margin-bottom: min(6.25vw, 120px);
}
@media screen and (max-width: 750px) {
  .p-location .section-content.park .content-wrapper {
    margin-bottom: 13.3333333333vw;
  }
}
.p-location .section-content.park .content-wrapper > .image {
  height: fit-content;
}
.p-location .section-content.park .content-wrapper.content01 {
  margin-bottom: min(8.3333333333vw, 160px);
}
@media screen and (min-width: 751px) {
  .p-location .section-content.park .content-wrapper.content01 {
    width: 80%;
    max-width: none;
    margin-left: 0;
  }
}
.p-location .section-content.park .content-wrapper.content03 > .text {
  width: 50%;
}
@media screen and (max-width: 750px) {
  .p-location .section-content.park .content-wrapper.content03 > .text {
    width: 100%;
  }
}
.p-location .section-content.park .content-wrapper.content03 > .image {
  width: 100%;
  height: 100%;
}
.p-location .section-content.park .content-wrapper.content03 > .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-location .section-content.education {
  background-color: rgb(235, 230, 217);
  background-image: url("../img/top/bg-concept-ptn.png");
  background-size: cover;
  padding: min(10.4166666667vw, 200px) 0 min(8.3333333333vw, 160px);
}
@media screen and (max-width: 750px) {
  .p-location .section-content.education {
    padding: 21.3333333333vw 0 13.3333333333vw;
  }
}
.p-location .section-content.education .section-content__header .title {
  width: 100%;
  max-width: min(72.9166666667vw, 1400px);
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .p-location .section-content.education .section-content__header .title {
    width: calc(100% - 8vw);
    max-width: none;
  }
}
.p-location .section-content.education .content01 {
  width: min(86.4583333333vw, 1660px);
  height: min(37.5vw, 720px);
}
@media screen and (max-width: 750px) {
  .p-location .section-content.education .content01 {
    width: 100%;
    height: 53.3333333333vw;
  }
}
.p-location .section-content.education .content01 > .image {
  width: 100%;
  height: 100%;
}
.p-location .section-content.education .content01 > .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-location .section-content.education .content02 {
  display: flex;
  flex-flow: column nowrap;
  width: calc(100% - 40px);
  max-width: min(62.5vw, 1200px);
}
@media screen and (max-width: 750px) {
  .p-location .section-content.education .content02 {
    width: calc(100% - 5.3333333333vw);
    max-width: none;
  }
}
.p-location .section-content.medical .section-content__header .title {
  width: 100%;
}
.p-location .section-content.medical .section-content__header .title p {
  text-align: center;
}
.p-location .section-content.medical .section-content__header .title p span {
  font-size: 0.8em;
  margin: 0 0.2em;
}
.p-location .section-content.medical .section-content__header .image {
  width: 80%;
  height: min(34.375vw, 660px);
}
@media screen and (max-width: 750px) {
  .p-location .section-content.medical .section-content__header .image {
    width: 100%;
    height: 53.3333333333vw;
  }
}
.p-location .section-content.medical .section-content__header + .section-content__header {
  justify-content: flex-end;
  padding-top: min(3.125vw, 60px);
}
@media screen and (max-width: 750px) {
  .p-location .section-content.medical .section-content__header + .section-content__header {
    padding-top: 10.6666666667vw;
  }
}
.p-location .section-content.medical .content01 {
  flex-flow: column nowrap;
  gap: min(4.1666666667vw, 80px);
  width: min(59.8958333333vw, 1150px);
}
@media screen and (max-width: 750px) {
  .p-location .section-content.medical .content01 {
    gap: 8vw;
    width: calc(100% - 5.3333333333vw);
  }
}
.p-location .section-content.medical .content01 .content-title {
  text-align: left;
}
.p-location section.matsumoto {
  background-color: #453c33;
  background-image: url("../img/location/bg-matsumoto.png");
  background-size: cover;
  background-position: top center;
  background-repeat: repeat-y;
  padding: min(3.125vw, 60px) 0 min(5.2083333333vw, 100px);
  margin-bottom: min(3.125vw, 60px);
}
@media screen and (max-width: 750px) {
  .p-location section.matsumoto {
    padding: 10.6666666667vw 0 16vw;
    margin-bottom: 10.6666666667vw;
  }
}
.p-location section.matsumoto .mv {
  background-image: url("../img/location/bg-mv-matsumoto.jpg");
  background-size: cover;
  background-position: center;
}
.p-location section.matsumoto .section-title .title h3 {
  color: #ffffff;
}
.p-location section.matsumoto .section-title .description {
  color: #fde9c8;
}
.p-location section.matsumoto .section-content.legacy .section-content__header {
  flex-flow: column nowrap;
}
.p-location section.matsumoto .section-content.legacy .section-content__header > .title {
  width: 100%;
  text-align: center;
}
.p-location section.matsumoto .section-content.legacy .section-content__header > .title p {
  color: rgba(255, 255, 255, 0.3);
}
.p-location section.matsumoto .section-content.legacy .section-content__header > .title p + p {
  color: #ffffff;
}
.p-location section.matsumoto .section-content.legacy .section-content__header > .text {
  font-family: "Shippori Mincho", serif;
  font-size: min(0.9375vw, 18px);
  line-height: min(2.8645833333vw, 55px);
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 750px) {
  .p-location section.matsumoto .section-content.legacy .section-content__header > .text {
    font-size: 3.2vw;
    line-height: 8vw;
  }
}
.p-location section.matsumoto .section-content.legacy .slide {
  display: block;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .p-location section.matsumoto .section-content.legacy .slide {
    width: calc(100% - 10.6666666667vw);
  }
}
.p-location section.matsumoto .section-content.legacy .slide .gallery-main {
  position: relative;
  margin-bottom: min(3.125vw, 60px);
}
.p-location section.matsumoto .section-content.legacy .slide .gallery-main .swiper-button-next,
.p-location section.matsumoto .section-content.legacy .slide .gallery-main .swiper-button-prev {
  filter: brightness(0) saturate(100%) invert(86%) sepia(100%) saturate(0%) hue-rotate(109deg) brightness(105%) contrast(102%) !important;
  scale: 0.8 !important;
}
@media screen and (max-width: 750px) {
  .p-location section.matsumoto .section-content.legacy .slide .gallery-main .swiper-button-next,
  .p-location section.matsumoto .section-content.legacy .slide .gallery-main .swiper-button-prev {
    scale: 0.5 !important;
  }
}
.p-location section.matsumoto .section-content.legacy .slide .gallery-main .swiper-button-next {
  transform: translateX(200%);
}
.p-location section.matsumoto .section-content.legacy .slide .gallery-main .swiper-button-prev {
  transform: translateX(-200%);
}
.p-location section.matsumoto .section-content.legacy .slide .gallery-main .swiper-slide {
  opacity: 0 !important;
  transition: opacity 0.3s ease !important;
}
.p-location section.matsumoto .section-content.legacy .slide .gallery-main .swiper-slide-active {
  opacity: 1 !important;
}
.p-location section.matsumoto .section-content.legacy .slide .gallery-thumbs .swiper-slide {
  cursor: pointer;
}
.p-location section.matsumoto .section-content.legacy .slide .gallery-thumbs .swiper-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 750px) {
  .p-location section.matsumoto .section-content.legacy .slide .gallery-thumbs .swiper-slide .image::after {
    display: none;
  }
}
.p-location section.matsumoto .section-content.legacy .slide .gallery-thumbs .swiper-slide-thumb-active::after {
  opacity: 1;
}
.p-location section.matsumoto .section-content.legacy .slide .swiper-slide {
  aspect-ratio: 4/3;
}
.p-location section.matsumoto .section-content.legacy .slide .swiper-slide > .image {
  width: 100%;
  height: 100%;
}
.p-location section.matsumoto .section-content.legacy .slide .swiper-slide > .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-location section.matsumoto .section-content.culture {
  background-color: #ffffff;
  background-image: #DCD9D4;
  padding: min(8.3333333333vw, 160px) 0;
}
@media screen and (max-width: 750px) {
  .p-location section.matsumoto .section-content.culture {
    padding: 21.3333333333vw 0;
  }
}
.p-location section.matsumoto .section-content.culture .section-content__header .title {
  width: 100%;
  max-width: min(72.9166666667vw, 1400px);
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .p-location section.matsumoto .section-content.culture .section-content__header .title {
    width: calc(100% - 8vw);
    max-width: none;
  }
}
.p-location section.matsumoto .section-content.culture .section-content__header .title p span {
  font-size: 0.8em;
  margin: 0 0.2em;
}
.p-location section.matsumoto .section-content.culture .content01 {
  z-index: 1;
  position: relative;
  max-width: min(83.3333333333vw, 1600px);
  padding-right: min(5.2083333333vw, 100px);
}
@media screen and (max-width: 750px) {
  .p-location section.matsumoto .section-content.culture .content01 {
    max-width: none;
    padding-right: 0;
  }
}
.p-location section.matsumoto .section-content.culture .content01 > .image {
  width: 60%;
}
@media screen and (max-width: 750px) {
  .p-location section.matsumoto .section-content.culture .content01 > .image {
    width: 100%;
  }
}
.p-location section.matsumoto .section-content.culture .content01 > .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-location section.matsumoto .section-content.culture .content01 > .image-box {
  width: 40%;
}
@media screen and (max-width: 750px) {
  .p-location section.matsumoto .section-content.culture .content01 > .image-box {
    width: 100%;
  }
}
.p-location section.matsumoto .section-content.culture .content01 > .image-box .text {
  margin-bottom: min(1.5625vw, 30px);
}
.p-location section.matsumoto .section-content.culture .content01 > .image-box .image {
  margin-bottom: 0;
}
.p-location section.matsumoto .section-content.culture .content02 {
  position: relative;
  gap: min(5.2083333333vw, 100px);
  margin-bottom: min(10.4166666667vw, 200px);
}
@media screen and (max-width: 750px) {
  .p-location section.matsumoto .section-content.culture .content02 {
    gap: 8vw;
    margin-bottom: 26.6666666667vw;
  }
}
.p-location section.matsumoto .section-content.culture .content02::before {
  content: "";
  z-index: 0;
  position: absolute;
  top: 50%;
  right: max(-5.2083333333vw, -100px);
  transform: translateY(calc(-50% - min(7.8125vw, 150px)));
  background-color: #C9C4BF;
  width: calc(100vw - min(5.2083333333vw, 100px));
  height: calc(100% + min(20.8333333333vw, 400px));
}
@media screen and (max-width: 750px) {
  .p-location section.matsumoto .section-content.culture .content02::before {
    display: none;
  }
}
.p-location section.matsumoto .section-content.culture .content02 > .image-wrapper {
  z-index: 1;
  justify-content: space-between;
}
.p-location section.matsumoto .section-content.culture .content02 > .image-box {
  z-index: 1;
  display: flex;
  flex-flow: column nowrap;
}
.p-location section.matsumoto .section-content.historical .section-content__header {
  flex-flow: column nowrap;
  align-items: flex-start;
}
.p-location section.matsumoto .section-content.historical .section-content__header .image {
  width: 80%;
  height: min(33.8541666667vw, 650px);
}
@media screen and (max-width: 750px) {
  .p-location section.matsumoto .section-content.historical .section-content__header .image {
    width: 100%;
    height: 53.3333333333vw;
  }
}
.p-location section.matsumoto .section-content.historical .section-content__header .title {
  width: 100%;
  max-width: min(72.9166666667vw, 1400px);
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .p-location section.matsumoto .section-content.historical .section-content__header .title {
    width: calc(100% - 8vw);
    max-width: none;
  }
}
.p-location section.matsumoto .section-content.historical .section-content__header .title p {
  color: rgba(255, 255, 255, 0.3);
}
.p-location section.matsumoto .section-content.historical .section-content__header .title p span {
  font-size: 0.8em;
  margin: 0 0.2em;
}
.p-location section.matsumoto .section-content.historical .content01 {
  gap: min(2.0833333333vw, 40px);
}
@media screen and (max-width: 750px) {
  .p-location section.matsumoto .section-content.historical .content01 {
    gap: 5.3333333333vw;
  }
}
.p-location section.matsumoto .section-content.historical .content01 * {
  color: #ffffff;
}
.p-location section.matsumoto .section-content.historical .content01 .image-wrapper {
  justify-content: space-between;
  width: 45%;
}
@media screen and (max-width: 750px) {
  .p-location section.matsumoto .section-content.historical .content01 .image-wrapper {
    width: 100%;
  }
}
.p-location section.matsumoto .section-content.historical .content01 .image-wrapper + .image-wrapper {
  width: 55%;
}
@media screen and (max-width: 750px) {
  .p-location section.matsumoto .section-content.historical .content01 .image-wrapper + .image-wrapper {
    flex-flow: column-reverse nowrap;
    width: 100%;
  }
}
.p-location section.matsumoto .section-content.historical .content01 .image-wrapper + .image-wrapper .image-box {
  padding-left: min(1.5625vw, 30px);
}
@media screen and (max-width: 750px) {
  .p-location section.matsumoto .section-content.historical .content01 .image-wrapper + .image-wrapper .image-box {
    padding-left: 0;
  }
}
.p-location section.matsumoto .section-content.historical .content01 .image-wrapper + .image-wrapper .image-box .image {
  aspect-ratio: 2/1;
}
@media screen and (max-width: 750px) {
  .p-location section.matsumoto .section-content.historical .content01 .image-wrapper + .image-wrapper .image-box .image {
    aspect-ratio: auto;
  }
}
.p-location section.matsumoto .section-content.historical .content01 .image-wrapper + .image-wrapper .image-box + .text p + p {
  margin-top: 0;
}
@media screen and (max-width: 750px) {
  .p-location section.matsumoto .section-content.historical .content01 .image-wrapper + .image-wrapper .image-box + .text p + p {
    font-size: 3.2vw;
    margin-top: 0.6666666667vw;
  }
}
.p-location section.places {
  width: 100%;
}
.p-location section.places .places__inner {
  width: 100%;
  max-width: min(72.9166666667vw, 1400px);
  padding: min(5.2083333333vw, 100px) 0 min(8.3333333333vw, 160px);
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .p-location section.places .places__inner {
    width: calc(100% - 8vw);
    max-width: none;
    padding: 16vw 0 24vw;
  }
}
.p-location section.places .places__title {
  font-family: "Cinzel", serif;
  font-size: min(2.6041666667vw, 50px);
  line-height: 1;
  letter-spacing: 0.08em;
  text-align: center;
  color: rgba(118, 106, 92, 0.4);
  margin-bottom: min(4.1666666667vw, 80px);
}
@media screen and (max-width: 750px) {
  .p-location section.places .places__title {
    font-size: 8.2666666667vw;
    margin-bottom: 13.3333333333vw;
  }
}
.p-location section.places .places__content {
  width: 100%;
}
.p-location section.places .places__content .place-tab {
  display: flex;
  flex-flow: row nowrap;
  gap: min(0.2604166667vw, 5px);
  width: 100%;
}
@media screen and (max-width: 750px) {
  .p-location section.places .places__content .place-tab {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.3333333333vw;
    margin-bottom: 8vw;
  }
}
.p-location section.places .places__content .place-tab > .tab {
  cursor: pointer;
  background-color: rgba(68, 59, 51, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: min(3.125vw, 60px);
  font-family: "Shippori Mincho", serif;
  font-size: min(1.09375vw, 21px);
  line-height: 1;
  letter-spacing: 0.06em;
  color: #ffffff;
  margin-bottom: min(3.125vw, 60px);
  transition: background-color 0.4s ease;
}
@media screen and (max-width: 750px) {
  .p-location section.places .places__content .place-tab > .tab {
    height: 16vw;
    font-size: 3.2vw;
    margin-bottom: 0;
  }
}
.p-location section.places .places__content .place-tab > .tab.active {
  background-color: rgb(68, 59, 51);
}
.p-location section.places .places__content .place-list {
  flex-flow: row nowrap;
  gap: min(4.1666666667vw, 80px);
  width: 100%;
  margin-bottom: min(3.125vw, 60px);
  display: none;
  opacity: 0;
  transition: opacity 0.3s 0.5s ease;
}
@media screen and (max-width: 750px) {
  .p-location section.places .places__content .place-list {
    flex-flow: column nowrap;
    gap: 0.6666666667vw;
    margin-bottom: 13.3333333333vw;
  }
}
.p-location section.places .places__content .place-list.current {
  display: flex;
  opacity: 1;
}
.p-location section.places .places__content .place-list .place-items {
  width: 100%;
}
.p-location section.places .places__content .place-list .place-item {
  border-bottom: 1px solid #333333;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  font-family: "Shippori Mincho", serif;
  font-size: min(1.1458333333vw, 22px);
  letter-spacing: 0.1em;
  padding: min(0.5208333333vw, 10px) 0;
}
@media screen and (max-width: 750px) {
  .p-location section.places .places__content .place-list .place-item {
    flex-flow: column nowrap;
    align-items: flex-start;
    gap: 1.3333333333vw;
    font-size: 4.2666666667vw;
    padding: 2.6666666667vw 0;
  }
}
.p-location section.places .places__content .place-list .place-item:last-child {
  border-bottom: none;
}
@media screen and (max-width: 750px) {
  .p-location section.places .places__content .place-list .place-item:last-child {
    border-bottom: 1px solid #333333;
  }
}

/*# sourceMappingURL=location.css.map */
