@charset "UTF-8";
/*color*/
/*add color*/
/*font-family*/
/*filler color*/
/*text-shadow*/
/*media query break point*/
/*mainBP*/
/*gHeader用*/
/*cubic*/
/* media query */
/* hover */
/* ------------------------------------------------------------
	lineHeightCrop（line-heightの不要な余白を打ち消す）のmixin。
------------------------------------------------------------ */
.logo-bukkenLogo__link img {
  filter: invert(61%) sepia(56%) saturate(305%) hue-rotate(4deg) brightness(90%) contrast(93%);
}

body {
  overflow-x: hidden;
}

.p-loca {
  width: 100%;
  overflow-x: hidden;
}
.p-loca i {
  display: inline-block;
}
.p-loca .p-mv {
  width: 100%;
  height: auto;
  max-height: 70rem;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .p-loca .p-mv {
    height: 25rem;
  }
}
.p-loca .p-mv__ttl {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
  font-family: "EB Garamond", serif;
  color: #fff;
  font-size: 4.5rem;
  text-align: center;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 768px) {
  .p-loca .p-mv__ttl {
    font-size: 3rem;
  }
}
.p-loca .p-mv__ttl img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-loca .p-mv__img {
  width: 100%;
  height: 100%;
}
.p-loca .p-mv__img picture {
  width: 100%;
  height: 100%;
}
.p-loca .p-mv__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: bottom;
     object-position: bottom;
}
@media only screen and (max-width: 768px) {
  .p-loca .p-mv__img img {
    -o-object-position: right;
       object-position: right;
  }
}
.p-loca__links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 6rem;
  gap: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .p-loca__links {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 3rem;
    gap: 1.4rem;
  }
}
.p-loca__links__item {
  position: relative;
  display: block;
  padding: 1em 0;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .p-loca__links__item:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 768px) {
  .p-loca__links__item {
    padding: 1.5em 0;
  }
}
.p-loca__links__txt {
  position: relative;
  z-index: 1;
  color: #fff;
  text-align: center;
  font-size: 2.4rem;
  font-family: "EB Garamond", serif;
  line-height: 1.1;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .p-loca__links__txt {
    min-height: 4rem;
    font-size: 1.8rem;
  }
}
.p-loca__links__txt small {
  font-size: 0.6em;
}
.p-loca__links__img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-loca__links__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-loca__secTop {
  width: 100%;
  position: relative;
  height: 90vh;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .p-loca__secTop {
    height: 40vh;
  }
}
.p-loca__secTop img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-loca__ttlWrap {
  padding-block: 10rem;
}
@media only screen and (max-width: 768px) {
  .p-loca__ttlWrap {
    padding-block: 5rem;
  }
}
.p-loca__ttl {
  text-align: center;
  font-size: 3.6rem;
  letter-spacing: 0.1em;
  color: #fff;
  font-family: "EB Garamond", serif;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-loca__ttl {
    font-size: 3rem;
  }
}
.p-loca__ttl::after {
  content: "";
  background: #fff;
  width: 60rem;
  height: 4px;
  position: absolute;
  transform: translate(-50%, -50%);
  opacity: 0.5;
  left: 50%;
  bottom: -0.25em;
}
@media only screen and (max-width: 768px) {
  .p-loca__ttl::after {
    bottom: -0.5em;
    width: 80%;
  }
}
.p-loca__lead {
  text-align: center;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  color: #fff;
  font-family: "EB Garamond", serif;
  margin-top: 1.5em;
}
@media only screen and (max-width: 768px) {
  .p-loca__lead {
    font-size: 2rem;
  }
}
.p-loca__lead sup {
  font-size: 0.5em;
  vertical-align: text-top;
}
.p-loca__txt {
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  color: #fff;
  font-family: "EB Garamond", serif;
  margin-top: 1.5em;
}
.p-loca__leftImg {
  position: relative;
  width: calc(50% + 50vw);
  margin-left: calc(50% - 50Vw);
}
.p-loca__leftImg.mod--short {
  max-width: 1100px;
  width: calc(40% + 40vw) !important;
}
.p-loca__leftImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-loca__leftImg__txtWrap {
  position: absolute;
  top: 4rem;
  left: 8rem;
  text-shadow: 0 0 8px #333;
  z-index: 1;
}
.p-loca__leftImg__txtWrap.mod--wh {
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .p-loca__leftImg__txtWrap {
    top: 2rem;
    left: 2rem;
  }
}
.p-loca__leftImg__ttl {
  font-size: 6rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .p-loca__leftImg__ttl {
    font-size: 3rem;
  }
}
.p-loca__leftImg__txt {
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .p-loca__leftImg__txt {
    font-size: 1.6rem;
  }
}
.p-loca__rightImg {
  position: relative;
  width: calc(50% + 50vw);
  margin-right: calc(50% - 50vw);
}
@media only screen and (max-width: 768px) {
  .p-loca__rightImg {
    width: 105%;
  }
}
.p-loca__rightImg.mod--mt {
  margin-top: 15rem;
}
@media only screen and (max-width: 768px) {
  .p-loca__rightImg.mod--mt {
    margin-top: 10rem;
  }
}
.p-loca__rightImg__txtWrap {
  position: absolute;
  top: 4rem;
  right: 8rem;
  text-shadow: 0 0 8px #333;
  text-align: right;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .p-loca__rightImg__txtWrap {
    top: 2rem;
    right: 2rem;
  }
}
.p-loca__rightImg__ttl {
  font-size: 6rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .p-loca__rightImg__ttl {
    font-size: 3rem;
  }
}
.p-loca__rightImg__txt {
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .p-loca__rightImg__txt {
    font-size: 1.6rem;
  }
}
.p-loca .p-intro {
  padding: 10rem 0 20rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-loca .p-intro {
    padding-block: 10rem;
  }
}
.p-loca .p-intro__cross01 {
  top: 10%;
  left: 5%;
  position: absolute;
  width: 13%;
}
@media only screen and (max-width: 768px) {
  .p-loca .p-intro__cross01 {
    top: 5%;
    left: 2%;
    width: 30%;
  }
}
.p-loca .p-intro__cross02 {
  bottom: 0;
  right: 5%;
  position: absolute;
  width: 25%;
}
@media only screen and (max-width: 768px) {
  .p-loca .p-intro__cross02 {
    right: 2%;
    width: 50%;
  }
}
.p-loca .p-intro__ttl {
  text-align: center;
  font-size: 3.2rem;
}
@media only screen and (max-width: 768px) {
  .p-loca .p-intro__ttl {
    font-size: 2.6rem;
  }
}
.p-loca .p-intro__txt {
  margin-top: 2em;
  text-align: center;
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  .p-loca .p-intro__txt {
    font-size: 1.4rem;
  }
}
.p-loca .p-redeve01 {
  color: #fff;
  background: #565861;
  padding-bottom: 10rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-loca .p-redeve01 {
    padding-bottom: 5rem;
  }
}
.p-loca .p-redeve01__cross01 {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateX(100%);
  width: 15%;
}
.p-loca .p-redeve01__cross02 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 20%;
}
@media only screen and (max-width: 768px) {
  .p-loca .p-redeve01__cross02 {
    width: 30%;
  }
}
.p-loca .p-redeve01__num {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 2rem;
  background: #fff;
  width: 1.5em;
  aspect-ratio: 1/1;
  color: #99865d;
  text-align: center;
}
.p-loca .p-redeve01__num.mod--right {
  left: unset;
  right: 0;
}
@media only screen and (max-width: 768px) {
  .p-loca .p-redeve01__num.mod--right {
    left: 5%;
    right: unset;
  }
}
.p-loca .p-redeve01__grid {
  display: grid;
  grid-template-columns: 38% 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 2rem 4rem;
  margin-top: 2rem;
}
@media only screen and (max-width: 768px) {
  .p-loca .p-redeve01__grid {
    grid-template-columns: 1fr;
    grid-template-rows: unset;
  }
}
.p-loca .p-redeve01__grid__item.mod--03pc {
  grid-area: 1/2/3/3;
}
@media only screen and (max-width: 768px) {
  .p-loca .p-redeve01__grid__item.mod--03pc {
    display: contents;
    grid-area: unset;
  }
}
.p-loca .p-redeve01__grid__item.mod--03sp {
  display: contents;
}
@media only screen and (max-width: 768px) {
  .p-loca .p-redeve01__grid__item.mod--03sp {
    display: block;
  }
}
.p-loca .p-redeve01__grid__img {
  position: relative;
}
.p-loca .p-redeve01__grid__list {
  display: flex;
  flex-direction: column;
  gap: 0.25em;
  margin-top: 3rem;
}
@media only screen and (max-width: 768px) {
  .p-loca .p-redeve01__grid__list {
    grid-area: 4/1/5/2;
    margin-top: 0;
  }
}
.p-loca .p-redeve01__grid__list li {
  display: flex;
  align-items: flex-start;
  gap: 0.5em;
}
.p-loca .p-redeve01__grid__list em {
  display: inline-block;
  text-align: center;
  width: 1.5em;
  height: 1.5em;
  aspect-ratio: 1/1;
  border: solid 1px #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.1em;
}
.p-loca .p-redeve02 {
  background: #e6e6e7;
  padding-block: 10rem;
}
@media only screen and (max-width: 768px) {
  .p-loca .p-redeve02 {
    padding-block: 5rem;
  }
}
.p-loca .p-redeve02__ttl {
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 2;
  font-size: 2.8rem;
}
@media only screen and (max-width: 768px) {
  .p-loca .p-redeve02__ttl {
    font-size: 2rem;
  }
}
.p-loca .p-redeve02__ttl sup {
  font-size: 0.5em;
  vertical-align: text-top;
}
.p-loca .p-redeve02__txt {
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 3;
  font-size: 1.6rem;
  margin-top: 2em;
}
@media only screen and (max-width: 768px) {
  .p-loca .p-redeve02__txt {
    font-size: 1.3rem;
  }
}
.p-loca .p-redeve02__item01 {
  display: grid;
  grid-template-columns: 30% 1fr;
  gap: 4rem;
  margin-top: 8rem;
}
@media only screen and (max-width: 768px) {
  .p-loca .p-redeve02__item01 {
    gap: 2rem;
    grid-template-columns: 1fr;
    margin-top: 4rem;
  }
}
.p-loca .p-redeve02__item01 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-loca .p-redeve02__item02 {
  display: grid;
  grid-template-columns: 1fr 30%;
  gap: 4rem;
  margin-top: 8rem;
}
@media only screen and (max-width: 768px) {
  .p-loca .p-redeve02__item02 {
    gap: 2rem;
    grid-template-columns: 1fr;
    margin-top: 4rem;
  }
}
.p-loca .p-redeve02__item02 img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}
.p-loca .p-redeve02__item02__txt {
  grid-area: 1/2/2/3;
}
@media only screen and (max-width: 768px) {
  .p-loca .p-redeve02__item02__txt {
    grid-area: unset;
  }
}
.p-loca .p-redeve02__item03 {
  display: grid;
  grid-template-columns: 36% 1fr;
  gap: 4rem;
  margin-top: 8rem;
}
@media only screen and (max-width: 768px) {
  .p-loca .p-redeve02__item03 {
    gap: 2rem;
    grid-template-columns: 1fr;
    margin-top: 4rem;
  }
}
.p-loca .p-redeve02__item03__left {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: min-content 1fr;
  gap: 2rem;
}
@media only screen and (max-width: 768px) {
  .p-loca .p-redeve02__item03__left {
    margin-top: 4rem;
  }
}
.p-loca .p-redeve02__item03__left__img {
  height: -moz-fit-content;
  height: fit-content;
}
.p-loca .p-redeve02__item03__left small {
  font-size: 0.8em;
}
.p-loca .p-redeve02__item03__right {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: min-content 1fr;
  gap: 2rem;
}
.p-loca .p-redeve02__item03__right__txtwrap {
  grid-area: 2/1/3/2;
}
@media only screen and (max-width: 768px) {
  .p-loca .p-redeve02__item03__right__txtwrap {
    grid-area: 1/1/2/2;
  }
}
.p-loca .p-redeve02__item04 {
  display: grid;
  grid-template-columns: 1fr 30%;
  grid-template-rows: 1fr 1fr;
  gap: 4rem;
  margin-top: 8rem;
}
@media only screen and (max-width: 768px) {
  .p-loca .p-redeve02__item04 {
    gap: 2rem;
    grid-template-columns: 1fr;
    grid-template-rows: unset;
    margin-top: 4rem;
  }
}
.p-loca .p-redeve02__item04 small {
  font-size: 0.8em;
}
.p-loca .p-redeve02__item04__06 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
@media only screen and (max-width: 768px) {
  .p-loca .p-redeve02__item04__06 {
    grid-template-columns: 1fr;
  }
}
.p-loca .p-redeve02__item04__07 {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: min-content 1fr;
  gap: 2rem;
  grid-area: 1/2/3/3;
}
@media only screen and (max-width: 768px) {
  .p-loca .p-redeve02__item04__07 {
    grid-template-rows: unset;
    grid-area: unset;
  }
}
.p-loca .p-redeve02__item__ttl {
  display: flex;
  gap: 0.5em;
  font-size: 2.4rem;
  line-height: 1.5;
}
.p-loca .p-redeve02__item__ttl em {
  color: #fff;
  font-size: 0.8em;
  margin-top: 0.4em;
  width: 1.5em;
  height: 1.5em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-loca .p-redeve02__item__ttl em.mod-green {
  background: #1b5b43;
}
.p-loca .p-redeve02__item__ttl em.mod-red {
  background: #7a373a;
}
.p-loca .p-redeve02__item__ttl em.mod-orange {
  background: #a0522a;
}
.p-loca .p-redeve02__item__line {
  display: inline-block;
  background-color: #b7b7b7;
  width: 100%;
  height: 1px;
  margin: 2rem 0;
}
.p-loca .p-redeve02__map {
  margin-top: 8rem;
}
@media only screen and (max-width: 768px) {
  .p-loca .p-redeve02__map {
    margin-top: 4rem;
  }
}
.p-loca .p-use01 {
  position: relative;
  color: #fff;
  background: #75856d;
  padding-bottom: 20rem;
}
@media only screen and (max-width: 768px) {
  .p-loca .p-use01 {
    padding-bottom: 10rem;
  }
}
.p-loca .p-use01__cross01 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 25%;
}
@media only screen and (max-width: 768px) {
  .p-loca .p-use01__cross01 {
    width: 30%;
  }
}
.p-loca .p-use01__shop01 {
  display: grid;
  grid-template-columns: 33% 1fr;
  gap: 8rem;
  margin-top: 8rem;
}
@media only screen and (max-width: 768px) {
  .p-loca .p-use01__shop01 {
    grid-template-columns: 1fr;
    gap: 4rem;
    margin-top: 4rem;
  }
}
.p-loca .p-use01__shop01__tenpo {
  margin-top: 4rem;
}
@media only screen and (max-width: 768px) {
  .p-loca .p-use01__shop01__tenpo {
    margin-top: 2rem;
  }
}
.p-loca .p-use01__shop01__list {
  padding: 1rem;
  border: 1px solid #fff;
}
.p-loca .p-use01__shop01__list dt {
  color: #e2cca9;
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  .p-loca .p-use01__shop01__list dt {
    font-size: 1.8rem;
  }
}
.p-loca .p-use01__shop01__list div {
  display: flex;
  flex-wrap: wrap;
}
.p-loca .p-use01__shop01__list dd {
  margin-right: 0.5em;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .p-loca .p-use01__shop01__list dd {
    font-size: 1.3rem;
  }
}
.p-loca .p-use01__shop01__right__img {
  margin-top: 8rem;
}
@media only screen and (max-width: 768px) {
  .p-loca .p-use01__shop01__right__img {
    margin-top: 2rem;
  }
}
.p-loca .p-use01__shop01__ttl {
  font-size: 3rem;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .p-loca .p-use01__shop01__ttl {
    font-size: 2rem;
  }
}
.p-loca .p-use01__shop01__ttl sup {
  font-size: 0.5em;
  vertical-align: text-top;
}
.p-loca .p-use01__shop01__txt {
  font-size: 1.6rem;
  margin-top: 1em;
}
@media only screen and (max-width: 768px) {
  .p-loca .p-use01__shop01__txt {
    font-size: 1.3rem;
  }
}
.p-loca .p-use01__shop02 {
  margin-top: 8rem;
}
@media only screen and (max-width: 768px) {
  .p-loca .p-use01__shop02 {
    margin-top: 4rem;
  }
}
.p-loca .p-use01__shop02__ttl {
  font-size: 3rem;
  line-height: 1.5;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-loca .p-use01__shop02__ttl {
    font-size: 2rem;
  }
}
.p-loca .p-use01__shop02__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .p-loca .p-use01__shop02__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-loca .p-use01__shop02__grid__ttl {
  text-align: center;
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  .p-loca .p-use01__shop02__grid__ttl {
    font-size: 1.3rem;
  }
}
.p-loca .p-use02 {
  background: #eaece9;
  padding-bottom: 10rem;
}
@media only screen and (max-width: 768px) {
  .p-loca .p-use02 {
    padding-bottom: 5rem;
  }
}
.p-loca .p-use02__food__ttl {
  font-size: 2.4rem;
}
.p-loca .p-use02__food__small {
  font-size: 1.3rem;
  line-height: 1.2;
}
.p-loca .p-use02__food__line {
  width: 100%;
  height: 2px;
  background: #99865d;
  display: block;
  margin-block: 1rem;
}
.p-loca .p-use02__food__txt {
  font-size: 1.4rem;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .p-loca .p-use02__food__txt {
    font-size: 1.3rem;
  }
}
.p-loca .p-use02__food01 {
  display: grid;
  grid-template-columns: 1fr 25%;
  align-items: flex-start;
  gap: 4rem;
  margin-top: 8rem;
}
@media only screen and (max-width: 768px) {
  .p-loca .p-use02__food01 {
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-top: 4rem;
  }
}
.p-loca .p-use02__food01__left {
  display: grid;
  grid-template-columns: 1fr 40%;
  gap: 2rem;
}
@media only screen and (max-width: 768px) {
  .p-loca .p-use02__food01__left {
    grid-area: 2/1/3/2;
    grid-template-columns: 1fr;
  }
}
.p-loca .p-use02__food01__left__main {
  grid-area: 1/1/2/3;
}
@media only screen and (max-width: 768px) {
  .p-loca .p-use02__food01__left__main {
    grid-area: unset;
  }
}
.p-loca .p-use02__food01__left__sub {
  margin-top: -25%;
}
@media only screen and (max-width: 768px) {
  .p-loca .p-use02__food01__left__sub {
    display: flex;
    justify-content: flex-end;
    grid-area: 2/1/3/2;
  }
  .p-loca .p-use02__food01__left__sub img {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .p-loca .p-use02__food01__left__txt {
    margin-top: -5%;
  }
}
.p-loca .p-use02__food01__right__img {
  margin-top: 1rem;
}
@media only screen and (max-width: 768px) {
  .p-loca .p-use02__food01__right__img {
    width: 60%;
  }
}
.p-loca .p-use02__food02 {
  display: grid;
  grid-template-columns: 40% 1fr;
  align-items: flex-start;
  gap: 4rem;
  margin-top: 8rem;
}
@media only screen and (max-width: 768px) {
  .p-loca .p-use02__food02 {
    grid-template-columns: 1fr;
    margin-top: 8rem;
  }
}
.p-loca .p-use02__food02__left {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
.p-loca .p-use02__food02__left__txt {
  grid-area: 2/1/3/3;
}
@media only screen and (max-width: 768px) {
  .p-loca .p-use02__food02__left__txt {
    grid-area: 1/1/2/3;
  }
}
.p-loca .p-use02__food02__left__rustImg {
  grid-area: 3/1/4/3;
}
.p-loca .p-use02__food02__right {
  display: grid;
  grid-template-columns: 1fr 40%;
  gap: 2rem;
}
@media only screen and (max-width: 768px) {
  .p-loca .p-use02__food02__right {
    gap: 0;
    grid-template-columns: 1fr;
    grid-template-rows: min-content min-content min-content;
  }
}
.p-loca .p-use02__food02__right__img01 {
  grid-area: 1/1/2/3;
}
@media only screen and (max-width: 768px) {
  .p-loca .p-use02__food02__right__img01 {
    grid-area: unset;
  }
}
.p-loca .p-use02__food02__right__img02 {
  width: 100%;
  position: relative;
  margin-top: -20%;
  margin-left: -10%;
}
@media only screen and (max-width: 768px) {
  .p-loca .p-use02__food02__right__img02 {
    grid-area: 2/1/3/2;
    display: flex;
    justify-content: flex-end;
    margin-top: -5%;
    margin-left: unset;
  }
}
.p-loca .p-use02__food02__right__img02 img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .p-loca .p-use02__food02__right__img02 img {
    width: 60%;
    margin-top: -8rem;
  }
}
.p-loca .p-use02__food02__right__txtwrap {
  display: block;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .p-loca .p-use02__food02__right__txtwrap {
    position: relative;
    width: 100%;
  }
}
.p-loca .p-use02__food02__right__txtwrap .p-use02__food__line {
  width: 80%;
}
.p-loca .p-use02__food02__right__txt {
  font-size: 1.4rem;
}
.p-loca .p-use02__food03 {
  display: grid;
  grid-template-columns: 1fr 40%;
  align-items: flex-start;
  gap: 4rem;
  margin-top: 8rem;
}
@media only screen and (max-width: 768px) {
  .p-loca .p-use02__food03 {
    grid-template-columns: 1fr;
    margin-top: 8rem;
  }
}
.p-loca .p-use02__food03__left {
  display: grid;
  grid-template-columns: 1fr 40%;
  grid-template-rows: 1fr 1fr;
  gap: 2rem;
}
@media only screen and (max-width: 768px) {
  .p-loca .p-use02__food03__left {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr min-content min-content;
    gap: 0;
  }
}
.p-loca .p-use02__food03__left__img01 {
  grid-area: 1/1/2/3;
}
@media only screen and (max-width: 768px) {
  .p-loca .p-use02__food03__left__img01 {
    grid-area: unset;
  }
}
.p-loca .p-use02__food03__left__img02 {
  width: 120%;
  margin-top: -25%;
}
@media only screen and (max-width: 768px) {
  .p-loca .p-use02__food03__left__img02 {
    width: 100%;
    grid-area: 2/1/3/2;
    display: flex;
    justify-content: flex-end;
    margin-top: -25%;
    margin-left: 8%;
  }
  .p-loca .p-use02__food03__left__img02 img {
    width: 60%;
    margin-left: -1rem;
  }
}
.p-loca .p-use02__food03__right {
  display: grid;
  grid-template-columns: 1fr 33.7%;
  gap: 2rem;
}
@media only screen and (max-width: 768px) {
  .p-loca .p-use02__food03__right {
    grid-area: 1/1/2/2;
  }
}
.p-loca .p-use02__food03__right__txtWrap {
  grid-area: 1/1/2/3;
}
.p-loca .p-use02__food03__right__img01 {
  grid-area: 2/1/3/3;
}
.p-loca .p-use02__food04 {
  display: grid;
  grid-template-columns: 20% 1fr;
  align-items: flex-start;
  gap: 4rem;
  margin-top: 8rem;
}
@media only screen and (max-width: 768px) {
  .p-loca .p-use02__food04 {
    grid-template-columns: 1fr;
    margin-top: 8rem;
  }
}
.p-loca .p-use02__food04__left {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
.p-loca .p-use02__food04__right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: center;
}
.p-loca .p-use02__food04__right__img01 {
  grid-area: 1/1/2/3;
}
.p-loca .p-use02__pub {
  position: relative;
  padding-bottom: 10rem;
}
@media only screen and (max-width: 768px) {
  .p-loca .p-use02__pub {
    padding-bottom: 5rem;
  }
}
.p-loca .p-use02__pub__ttl {
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  .p-loca .p-use02__pub__ttl {
    font-size: 2rem;
  }
}
.p-loca .p-use02__pub__ttl__en {
  color: #75856d;
  font-family: "Cormorant Garamond", serif;
  font-size: 8rem;
}
@media only screen and (max-width: 768px) {
  .p-loca .p-use02__pub__ttl__en {
    font-size: 4rem;
  }
}
.p-loca .p-use02__pub__txt {
  margin-block: 1em;
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .p-loca .p-use02__pub__txt {
    font-size: 1.4rem;
  }
}
.p-loca .p-use02__pub__cross01 {
  position: absolute;
  width: 22.5%;
  top: 0;
  right: 5%;
  transform: translateY(-100%);
}
@media only screen and (max-width: 768px) {
  .p-loca .p-use02__pub__cross01 {
    width: 30%;
  }
}
.p-loca .p-use02__pub__cross02 {
  position: absolute;
  width: 30%;
  bottom: 0;
  right: 5%;
}
@media only screen and (max-width: 768px) {
  .p-loca .p-use02__pub__cross02 {
    right: 0%;
    bottom: -3rem;
    width: 40%;
  }
}
.p-loca .p-use02__pub01 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8rem;
  margin-block: 4rem;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .p-loca .p-use02__pub01 {
    grid-template-columns: repeat(1, 1fr);
    gap: 4rem;
  }
}
.p-loca .p-use02__pub02 {
  display: grid;
  grid-template-columns: 1fr 39.5%;
  gap: 8rem 4rem;
  margin-block: 8rem;
}
@media only screen and (max-width: 768px) {
  .p-loca .p-use02__pub02 {
    margin-block: 4rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 4rem;
  }
}
.p-loca .p-use02__pub02__ttl {
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  .p-loca .p-use02__pub02__ttl {
    font-size: 2rem;
  }
}
.p-loca .p-use02__pub02__txt {
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .p-loca .p-use02__pub02__txt {
    font-size: 1.4rem;
  }
}
.p-loca .p-use02__pub03 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8rem 2rem;
  margin-block: 8rem;
}
@media only screen and (max-width: 768px) {
  .p-loca .p-use02__pub03 {
    margin-block: 4rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem;
  }
}
.p-loca .p-use02__pub03__item__ttl {
  text-align: center;
  font-size: 1.8rem;
}
.p-loca .p-use02__pub04 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8rem 4rem;
  margin-block: 8rem;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .p-loca .p-use02__pub04 {
    margin-block: 4rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 4rem;
  }
}
.p-loca .p-use02__pub05 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8rem 4rem;
  margin-block: 8rem;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .p-loca .p-use02__pub05 {
    margin-block: 2rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
.p-loca .p-info {
  padding-bottom: 10rem;
}
@media only screen and (max-width: 768px) {
  .p-loca .p-info {
    padding-bottom: 5rem;
  }
}
.p-loca .p-info__bg {
  padding-block: 10rem;
  background: #775d5a;
  margin-bottom: 10rem;
}
@media only screen and (max-width: 768px) {
  .p-loca .p-info__bg {
    padding-block: 5rem;
    margin-bottom: 5rem;
  }
}
/*# sourceMappingURL=../../map/area/location.css.map */