@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.4.1/dist/css/yakuhanmp.min.css");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital@0;1&display=swap");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@4.1.1/dist/css/yakuhanjp.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
.bg__shopping {
  background-color: #fef5f6;
}

.bg__park {
  background-color: #f6faf0;
}

.bg__healthy {
  background-color: #eaf7f9;
}

.page-location .common-hero-txt {
  color: #fff;
  background-color: #003d25;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 330px;
  height: 44vw;
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .page-location .common-hero-txt {
    height: 240px;
  }
}
.page-location .common-hero-txt .ttl {
  font-weight: 600;
}
@media (min-width: 768px) {
  .page-location .common-hero-txt .ttl {
    font-size: min(4.4vw, 4.4rem);
  }
}
@media screen and (max-width: 767px) {
  .page-location .common-hero-txt .ttl {
    font-size: 6.4vw;
  }
}
.page-location .common-hero-txt .txt {
  line-height: 1.65;
  margin-top: 0.6em;
  letter-spacing: 0.07em;
}
@media (min-width: 768px) {
  .page-location .common-hero-txt .txt {
    font-size: min(3vw, 3rem);
  }
}
@media screen and (max-width: 767px) {
  .page-location .common-hero-txt .txt {
    font-size: 4.5333333333vw;
  }
}
.page-location figcaption.shop__name {
  margin-top: 5px;
}
@media (min-width: 768px) {
  .page-location figcaption.shop__name {
    margin-top: 7px;
  }
}
.page-location strong {
  font-weight: 500;
}
.page-location .shop__name {
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  letter-spacing: 0em;
  line-height: 1.45;
}
@media (min-width: 768px) {
  .page-location .shop__name {
    font-size: min(1.6vw, 1.6rem);
  }
}
@media screen and (max-width: 767px) {
  .page-location .shop__name {
    font-size: 3.7333333333vw;
  }
}
.page-location .shop__name strong {
  font-family: YakuHanMP, "Shippori Mincho", "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
}
@media (min-width: 768px) {
  .page-location .shop__name strong {
    font-size: min(2.4vw, 2.4rem);
  }
}
@media screen and (max-width: 767px) {
  .page-location .shop__name strong {
    font-size: 5.6vw;
  }
}
.page-location .shop__name span {
  margin-left: 0.3em;
  opacity: 0.8;
  letter-spacing: 0.08em;
}
@media (min-width: 768px) {
  .page-location .shop__name.--lg {
    font-size: min(1.4vw, 1.4rem);
  }
}
@media screen and (max-width: 767px) {
  .page-location .shop__name.--lg {
    font-size: 3.7333333333vw;
  }
}
.page-location .shop__name.--lg strong {
  display: block;
  font-weight: 500;
}
@media (min-width: 768px) {
  .page-location .shop__name.--lg strong {
    font-size: min(2.8vw, 2.8rem);
  }
}
@media screen and (max-width: 767px) {
  .page-location .shop__name.--lg strong {
    font-size: 5.6vw;
  }
}
@media (min-width: 768px) {
  .page-location .shop__name.--sm {
    font-size: min(1.4vw, 1.4rem);
  }
}
@media screen and (max-width: 767px) {
  .page-location .shop__name.--sm {
    font-size: 2.6666666667vw;
  }
}
.page-location .shop__name.--sm strong {
  display: block;
  font-weight: 500;
}
@media (min-width: 768px) {
  .page-location .shop__name.--sm strong {
    font-size: min(1.8vw, 1.8rem);
  }
}
@media screen and (max-width: 767px) {
  .page-location .shop__name.--sm strong {
    font-size: 3.2vw;
  }
}
.page-location .--lts0 {
  letter-spacing: -0.09em;
}
@media (min-width: 768px) {
  .page-location .--lts0 {
    letter-spacing: -0.07em;
  }
}

@media (min-width: 768px) {
  .--full {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}

.location-nav {
  background-color: #efefef;
}
.location-nav .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: min(1000px, 100%);
  margin-inline: auto;
  border-right: 1px solid #b5b5b6;
}
.location-nav .list .list__item {
  border-left: 1px solid #b5b5b6;
}
.location-nav .list .list__item a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 110px;
  height: 14.6666666667vw;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .location-nav .list .list__item a {
    font-size: min(2.4vw, 2.4rem);
  }
}
@media screen and (max-width: 767px) {
  .location-nav .list .list__item a {
    font-size: 4vw;
  }
}
@media (min-width: 768px) {
  .location-nav .list .list__item a {
    height: 90px;
    letter-spacing: 0.15em;
  }
}
@media (any-hover: hover) {
  .location-nav .list .list__item a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .location-nav .list .list__item a:hover {
    background-color: #dbd1c1;
  }
}
.location-nav .list .list__item a.is-active {
  background-color: #dbd1c1;
}
.location-nav .list .list__item a span {
  letter-spacing: 0.1em;
  margin-top: 0.1em;
}
@media (min-width: 768px) {
  .location-nav .list .list__item a span {
    font-size: min(1.35vw, 1.35rem);
  }
}
@media screen and (max-width: 767px) {
  .location-nav .list .list__item a span {
    font-size: 2.1333333333vw;
  }
}
.location-nav .list .list__item a .c-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 5%;
}

@media screen and (max-width: 767px) {
  .page-location .slider {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 20px;
  }
}
.page-location .slider * {
  cursor: default;
}
.page-location .slider .slick-slide {
  text-align: right;
}
@media (min-width: 768px) {
  .page-location .slider .slick-slide {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .page-location .slider .slick-slide {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .page-location .slider .slick-slide {
    margin-left: 7px;
    margin-right: 7px;
  }
}

/*=======================================================================

 SHOPPING AREA

========================================================================*/
.page-shopping .shopping__copy {
  color: #ea7889;
  font-weight: 600;
  line-height: 1.5833333333;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .page-shopping .shopping__copy {
    font-size: min(2.8vw, 2.8rem);
  }
}
@media screen and (max-width: 767px) {
  .page-shopping .shopping__copy {
    font-size: 5.3333333333vw;
  }
}
@media (min-width: 768px) {
  .page-shopping .shopping__copy {
    letter-spacing: 0.1em;
  }
}
.page-shopping .shopping__txt {
  line-height: 1.6666666667;
  margin-top: 0.4em;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .page-shopping .shopping__txt {
    font-size: min(1.6vw, 1.6rem);
  }
}
@media screen and (max-width: 767px) {
  .page-shopping .shopping__txt {
    font-size: 4vw;
  }
}
@media (min-width: 768px) {
  .page-shopping .shopping__txt {
    line-height: 1.875;
    margin-top: 1.5em;
  }
}
.page-shopping .shopping__txt.--lg {
  margin-top: 0.7em;
}
@media (min-width: 768px) {
  .page-shopping .shopping__txt.--lg {
    margin-top: 0.7em;
  }
}

@media screen and (max-width: 767px) {
  .shopping-sec01 {
    padding-top: 20px;
    padding-bottom: 10px;
  }
}
.shopping-sec01 .c-wrap {
  max-width: 1060px;
}
@media screen and (max-width: 767px) {
  .shopping-sec01 .c-wrap {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .shopping-sec01 .c-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}
@media (min-width: 768px) {
  .shopping-sec01 img {
    width: 100%;
    max-width: 955px;
  }
}

.shopping-sec02 {
  position: relative;
  padding-block: 40px;
  padding-block: 5.3333333333vw;
}
@media (min-width: 768px) {
  .shopping-sec02 {
    padding-block: 40px;
  }
}
.shopping-sec02:before {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 800px;
  width: 50vw;
  height: 100%;
  background-color: #fef5f6;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media screen and (max-width: 767px) {
  .shopping-sec02:before {
    width: 600px;
    width: 80vw;
  }
}
.shopping-sec02 .content {
  position: relative;
}
.shopping-sec02 .content .content-txt {
  margin-bottom: 1.8em;
}
@media (min-width: 768px) {
  .shopping-sec02 .content .content-txt {
    width: 32.5%;
  }
}
@media (min-width: 768px) {
  .shopping-sec02 .content .content-img {
    width: 65%;
  }
}
@media (min-width: 768px) {
  .shopping-sec02 .content .content-img .shop__name {
    position: absolute;
    bottom: -40px;
    right: 0;
  }
}
@media (min-width: 768px) {
  .shopping-sec02 .capt {
    z-index: 2;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

.shopping-sec03 .c-wrap {
  width: 100%;
  max-width: 100%;
}
.shopping-sec03 .content {
  width: 90%;
  max-width: 1000px;
  margin-inline: auto;
}
.shopping-sec03 .content + .content {
  margin-top: 90px;
  margin-top: 12vw;
}
@media (min-width: 768px) {
  .shopping-sec03 .content + .content {
    margin-top: 90px;
  }
}
.shopping-sec03 .content .content-txt {
  margin-bottom: 1.5em;
}
@media (min-width: 768px) {
  .shopping-sec03 .content .content-txt {
    margin-bottom: 1.8em;
  }
}
.shopping-sec03 .content .content-img.--grid2 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 40px;
}
@media (min-width: 768px) {
  .shopping-sec03 .content .content-img.--grid2 {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
  }
}
.shopping-sec03 .content .content-img.--grid4 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0px;
}
@media screen and (max-width: 767px) {
  .shopping-sec03 .content .content-img.--grid4 {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    grid-gap: 15px 0px;
  }
}
@media (min-width: 768px) {
  .shopping-sec03 .content .content-img.--grid4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 768px) {
  .shopping-sec03 .content .content-img.--grid4 figcaption {
    font-size: min(1.3vw, 1.3rem);
  }
}
@media screen and (max-width: 767px) {
  .shopping-sec03 .content .content-img.--grid4 figcaption {
    font-size: 2.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .shopping-sec03 .content .content-img.--grid4 figcaption {
    padding-left: 0.3em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .shopping-sec03 .content .content-img.--grid4 figcaption {
    font-size: 12.5px;
    font-size: 1.179245283vw;
    padding-left: 0.3em;
  }
}
/*=======================================================================

 パーク

========================================================================*/
.page-park .common-hero-txt {
  background-color: #6e9930;
}
.page-park .--lts0 {
  letter-spacing: -0.09em;
}
@media (min-width: 768px) {
  .page-park .--lts0 {
    letter-spacing: -0.07em;
  }
}
.page-park .park__copy {
  color: #7faa2d;
  font-weight: 600;
  line-height: 1.5833333333;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .page-park .park__copy {
    font-size: min(2.4vw, 2.4rem);
  }
}
@media screen and (max-width: 767px) {
  .page-park .park__copy {
    font-size: 5.3333333333vw;
  }
}
@media (min-width: 768px) {
  .page-park .park__copy {
    letter-spacing: 0.1em;
  }
}
@media (min-width: 768px) {
  .page-park .park__copy.--lg {
    font-size: min(2.8vw, 2.8rem);
  }
}
@media screen and (max-width: 767px) {
  .page-park .park__copy.--lg {
    font-size: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .page-park .park__copy.--lg {
    font-size: 28px;
    font-size: 2.641509434vw;
  }
}
.page-park .park__txt {
  line-height: 1.6666666667;
  margin-top: 0.3em;
  letter-spacing: 0.02em;
}
@media (min-width: 768px) {
  .page-park .park__txt {
    font-size: min(1.6vw, 1.6rem);
  }
}
@media screen and (max-width: 767px) {
  .page-park .park__txt {
    font-size: 4vw;
  }
}
@media (min-width: 768px) {
  .page-park .park__txt {
    line-height: 1.875;
    margin-top: 0.2em;
  }
}
.page-park .park__txt.--lg {
  margin-top: 0.7em;
}
@media (min-width: 768px) {
  .page-park .park__txt.--lg {
    margin-top: 0.7em;
  }
}

.park-sec01 {
  padding-top: 15px;
  padding-top: 2.1428571429vw;
  padding-bottom: 15px;
  padding-bottom: 2.1428571429vw;
}
@media (min-width: 768px) {
  .park-sec01 {
    padding-top: 25px;
    padding-bottom: 45px;
  }
}
.park-sec01 .c-wrap {
  max-width: 1015px;
}
@media screen and (max-width: 767px) {
  .park-sec01 .c-wrap {
    width: 100%;
  }
}

.park-sec02 {
  position: relative;
}
@media screen and (max-width: 767px) {
  .park-sec02 {
    padding-top: 40px;
    padding-top: 5.3333333333vw;
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .park-sec02:before {
    pointer-events: none;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 600px;
    width: 80vw;
    height: 1060px;
    height: 141.3333333333vw;
    background-color: #f2f6ea;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }
}
@media screen and (max-width: 767px) {
  .park-sec02:before {
    width: 600px;
    width: 80vw;
  }
}
.park-sec02 .shop__name {
  margin-top: 0.3em;
}
@media screen and (max-width: 767px) {
  .park-sec02 .shop__name {
    text-align: right;
  }
}
.park-sec02 .content {
  position: relative;
}
.park-sec02 .content + .content {
  margin-top: 70px;
  margin-top: 9.3333333333vw;
}
@media (min-width: 768px) {
  .park-sec02 .content + .content {
    margin-top: 70px;
  }
}
.park-sec02 .content01 .content-txt .park__txt {
  letter-spacing: 0.03em;
}
.park-sec02 .content01 figure {
  position: relative;
  margin-left: -100px;
  margin-right: -100px;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .park-sec02 .content04 {
    width: 310px;
    margin-left: auto;
    margin-top: -40px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .park-sec02 .content04 {
    width: 240px;
  }
}
.park-sec02 .content04 .shop__name {
  text-align: left;
}
@media (min-width: 768px) {
  .park-sec02 .--shop {
    padding-bottom: 60px;
  }
}
.park-sec02 .--shop:before {
  z-index: -1;
  content: "";
  position: absolute;
  bottom: 0;
  width: 80%;
  height: 480px;
  background-color: #f6faf0;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .park-sec02 .--shop:before {
    height: 360px;
  }
}
@media (min-width: 768px) {
  .park-sec02 .--shop .content-txt {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .park-sec02 .--shop .content-txt__img {
    margin-top: 5px;
  }
}
@media (min-width: 768px) {
  .park-sec02 .--shop .content-txt__img {
    width: 48%;
    position: absolute;
    top: 210px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .park-sec02 .--shop .content-txt__img {
    width: 44%;
    top: 37%;
  }
}
.park-sec02 .--shop.--left:before {
  right: calc(50% - 50vw);
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
@media screen and (max-width: 767px) {
  .park-sec02 .--shop.--left:before {
    content: none;
  }
}
.park-sec02 .--shop.--left .content-txt {
  margin-right: auto;
}
.park-sec02 .--shop.--left .content-txt__img {
  right: -6.5em;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .park-sec02 .--shop.--left .content-txt__img {
    right: -3.5em;
  }
}
.park-sec02 .--shop.--right:before {
  left: calc(50% - 50vw);
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media screen and (max-width: 767px) {
  .park-sec02 .--shop.--right:before {
    content: none;
  }
}
.park-sec02 .--shop.--right .content-txt {
  margin-left: auto;
}
.park-sec02 .--shop.--right .content-txt__img {
  left: -6.5em;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .park-sec02 .--shop.--right .content-txt__img {
    left: -3.5em;
  }
}
.park-sec03 {
  position: relative;
}
.park-sec03 .content .content-txt {
  margin-bottom: 1.8em;
}
.park-sec03 .content .content-img.--grid2 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 40px;
}
@media (min-width: 768px) {
  .park-sec03 .content .content-img.--grid2 {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
  }
}
.park-sec03 figcaption.shop__name {
  margin-top: 0.5em;
}
@media (min-width: 768px) {
  .park-sec03 figcaption.shop__name {
    margin-top: 6px;
  }
}
@media screen and (max-width: 767px) {
  .park-sec03 .park__txt {
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 1000px) {
  .park-sec03 .content03 .content-txt .shop__name strong {
    display: block;
    line-height: 1.3;
  }
}
.park-sec03 .content04 {
  margin-top: 40px;
  margin-top: 5.3333333333vw;
}
@media (min-width: 768px) {
  .park-sec03 .content04 {
    margin-top: 40px !important;
  }
}
@media screen and (max-width: 767px) {
  .park-sec03 .content04 .content-img {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    grid-template-columns: repeat(2, 1fr) !important;
    grid-gap: 15px 0px !important;
  }
}
@media (min-width: 768px) {
  .park-sec03 .content04 .content-img figcaption {
    font-size: min(1.5vw, 1.5rem);
  }
}
@media screen and (max-width: 767px) {
  .park-sec03 .content04 .content-img figcaption {
    font-size: 2.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .park-sec03 .content04 .content-img figcaption {
    padding-left: 0.3em;
  }
}

/*=======================================================================

 HEALTHY LIFE

========================================================================*/
.page-healthy .common-hero-txt {
  background-color: #178d99;
}
.page-healthy .healthy__copy {
  color: #269eb2;
  font-weight: 600;
  line-height: 1.5833333333;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .page-healthy .healthy__copy {
    font-size: min(2.8vw, 2.8rem);
  }
}
@media screen and (max-width: 767px) {
  .page-healthy .healthy__copy {
    font-size: 5.3333333333vw;
  }
}
@media (min-width: 768px) {
  .page-healthy .healthy__copy {
    letter-spacing: 0.1em;
  }
}
.page-healthy .healthy__txt {
  line-height: 1.6666666667;
  margin-top: 0.4em;
  letter-spacing: 0.01em;
}
@media (min-width: 768px) {
  .page-healthy .healthy__txt {
    font-size: min(1.6vw, 1.6rem);
  }
}
@media screen and (max-width: 767px) {
  .page-healthy .healthy__txt {
    font-size: 4vw;
  }
}
@media (min-width: 768px) {
  .page-healthy .healthy__txt {
    line-height: 1.875;
    margin-top: 0.2em;
  }
}
.page-healthy .healthy__txt.--lg {
  margin-top: 0.7em;
}
@media (min-width: 768px) {
  .page-healthy .healthy__txt.--lg {
    margin-top: 0.7em;
  }
}

.healthy-sec01 {
  padding-top: 15px;
  padding-top: 2.1428571429vw;
  padding-bottom: 15px;
  padding-bottom: 2.1428571429vw;
}
@media (min-width: 768px) {
  .healthy-sec01 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.healthy-sec01 .c-wrap {
  max-width: 1015px;
}
@media screen and (max-width: 767px) {
  .healthy-sec01 .c-wrap {
    width: 100%;
  }
}

.healthy-sec02 {
  position: relative;
}
@media screen and (max-width: 767px) {
  .healthy-sec02 {
    padding-top: 40px;
    padding-top: 5.3333333333vw;
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .healthy-sec02:before {
    pointer-events: none;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 600px;
    width: 80vw;
    height: 1060px;
    height: 141.3333333333vw;
    background-color: #e9f5f7;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }
}
@media screen and (max-width: 767px) {
  .healthy-sec02:before {
    width: 600px;
    width: 80vw;
  }
}
.healthy-sec02 .content {
  position: relative;
}
@media screen and (max-width: 767px) {
  .healthy-sec02 .content .content-txt {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (max-width: 767px) {
  .healthy-sec02 .content .content-img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.healthy-sec02 .content .content-img.--grid2 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 40px;
}
@media (min-width: 768px) {
  .healthy-sec02 .content .content-img.--grid2 {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
  }
}
.healthy-sec02 .content .content-img.--grid3 {
  display: grid;
}
@media screen and (max-width: 767px) {
  .healthy-sec02 .content .content-img.--grid3 {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px 0px;
  }
}
@media (min-width: 768px) {
  .healthy-sec02 .content .content-img.--grid3 {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px 35px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .healthy-sec02 .content .content-img.--grid3 {
    grid-gap: 30px 25px;
  }
}
@media (min-width: 768px) {
  .healthy-sec02 .content .content-img.--grid3 figcaption {
    font-size: min(1.5vw, 1.5rem);
  }
}
@media screen and (max-width: 767px) {
  .healthy-sec02 .content .content-img.--grid3 figcaption {
    font-size: 2.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .healthy-sec02 .content .content-img.--grid3 figcaption {
    padding-left: 0.2em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .healthy-sec02 .content .content-img.--grid3 figcaption {
    font-size: 15px;
    font-size: 1.4150943396vw;
  }
}
.healthy-sec02 .content02 {
  position: relative;
  margin-top: 50px;
  margin-top: 7.1428571429vw;
}
@media screen and (max-width: 767px) {
  .healthy-sec02 .content02 {
    margin-top: 7vw !important;
  }
}
@media (min-width: 768px) {
  .healthy-sec02 .content02 {
    margin-top: 50px !important;
  }
}
.healthy-sec02 .content02::before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50vw;
  height: calc(100% + 40px);
  margin-left: calc(50% - 50vw);
  background-color: #f1f9fb;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media screen and (max-width: 767px) {
  .healthy-sec02 .content02::before {
    content: none;
  }
}
.healthy-sec02 .content02 .content-txt {
  padding-top: 5px;
}
@media (min-width: 768px) {
  .healthy-sec02 .content02 .content-txt {
    width: 44%;
    padding-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .healthy-sec02 .content02 .content-txt {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .healthy-sec02 .content02 .content-txt p:nth-of-type(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 0.7em;
  }
  .healthy-sec02 .content02 .content-txt p:nth-of-type(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .healthy-sec02 .content02 .content-txt figure {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
@media (min-width: 768px) {
  .healthy-sec02 .content02 .content-txt .shop__name strong {
    color: #269eb2;
  }
}
@media (min-width: 768px) {
  .healthy-sec02 .content02 .content-txt figure {
    margin-top: 20px;
  }
}
.healthy-sec02 .content02 .content-img {
  position: relative;
}
@media screen and (max-width: 767px) {
  .healthy-sec02 .content02 .content-img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (min-width: 768px) {
  .healthy-sec02 .content02 .content-img {
    width: 52%;
    margin-top: -40px;
  }
}
.healthy-sec02 .content03 {
  position: relative;
  margin-top: 50px;
  margin-top: 7.1428571429vw;
}
@media (min-width: 768px) {
  .healthy-sec02 .content03 {
    margin-top: 120px;
  }
}
.healthy-sec02 .content03::before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50vw;
  height: calc(100% + 40px);
  margin-right: calc(50% - 50vw);
  background-color: #f1f9fb;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
@media screen and (max-width: 767px) {
  .healthy-sec02 .content03::before {
    content: none;
  }
}
.healthy-sec02 .content03 .content-txt {
  margin-top: 0.7em;
}
@media (min-width: 768px) {
  .healthy-sec02 .content03 .content-txt {
    margin-top: 30px;
    width: 36%;
  }
}
@media (min-width: 768px) {
  .healthy-sec02 .content03 .content-txt .healthy__txt {
    margin-bottom: 1em;
  }
}
@media (min-width: 768px) {
  .healthy-sec02 .content03 .content-txt .shop__name strong {
    color: #269eb2;
  }
}
@media screen and (max-width: 767px) {
  .healthy-sec02 .content03 .content-img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (min-width: 768px) {
  .healthy-sec02 .content03 .content-img {
    width: 60%;
    margin-top: -40px;
  }
}
@media screen and (max-width: 767px) {
  .healthy-sec02 .content04 .content-txt {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (max-width: 767px) {
  .healthy-sec02 .content04 .content-img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (min-width: 768px) {
  .healthy-sec02 .content04 .content-txt {
    width: 32.5%;
  }
}
@media (min-width: 768px) {
  .healthy-sec02 .content04 .content-img {
    width: 65%;
  }
}

.healthy-sec03 .c-wrap {
  width: 100%;
  max-width: 100%;
}
.healthy-sec03 .content {
  width: 90%;
  max-width: 1000px;
  margin-inline: auto;
}
.healthy-sec03 .content + .content {
  margin-top: 80px;
  margin-top: 10.6666666667vw;
}
@media (min-width: 768px) {
  .healthy-sec03 .content + .content {
    margin-top: 90px;
  }
}
.healthy-sec03 .content .content-txt {
  margin-bottom: 2em;
}
@media (min-width: 768px) {
  .healthy-sec03 .content .content-txt {
    margin-bottom: 3em;
  }
}
.healthy-sec03 .content .content-img.--grid3 {
  display: grid;
}
@media screen and (max-width: 767px) {
  .healthy-sec03 .content .content-img.--grid3 {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px 0px;
  }
}
@media (min-width: 768px) {
  .healthy-sec03 .content .content-img.--grid3 {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px 35px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .healthy-sec03 .content .content-img.--grid3 {
    grid-gap: 30px 25px;
  }
}
@media screen and (max-width: 767px) {
  .healthy-sec03 .content .content-img.--grid3 figcaption {
    padding-left: 0.3em;
  }
}
@media screen and (max-width: 767px) {
  .healthy-sec03 .content02 .content-img.--grid3 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 40px;
  }
  .healthy-sec03 .content02 .content-img.--grid3 figcaption strong {
    display: inline;
  }
}/*# sourceMappingURL=page-location.css.map */