@charset "UTF-8";
.anchorNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media print, screen and (min-width: 768px) {
  .anchorNav {
    gap: 18px;
  }
}

@media screen and (max-width: 768px) {
  .anchorNav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}

.anchorNav__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #73a0a5;
  color: #73a0a5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  -webkit-transition: background-color .3s ease, color .3s ease, border-color .3s ease;
  transition: background-color .3s ease, color .3s ease, border-color .3s ease;
}

@media print, screen and (min-width: 768px) {
  .anchorNav__link {
    height: 64px;
    width: 325px;
  }
}

@media screen and (max-width: 768px) {
  .anchorNav__link {
    height: 52px;
    width: 100%;
  }
}

@media print, screen and (min-width: 768px) {
  .anchorNav__link:hover {
    background-color: #528a90;
    border-color: #528a90;
    color: #ffffff;
  }
}

@media (hover: hover) and (pointer: fine) {
  .anchorNav__link:hover {
    background-color: #528a90;
    border-color: #528a90;
    color: #ffffff;
  }
}

.anchorNav__link.is-active {
  background-color: #528a90;
  border-color: #528a90;
  -webkit-box-shadow: 0 5px 20px rgba(75, 75, 75, 0.2);
          box-shadow: 0 5px 20px rgba(75, 75, 75, 0.2);
  color: #ffffff;
}

.anchorNav__txt {
  font-family: "EB Garamond", "Shippori Mincho B1", serif;
  font-weight: 400;
  letter-spacing: .12em;
  line-height: 1;
  text-transform: uppercase;
}

@media print, screen and (min-width: 768px) {
  .anchorNav__txt {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .anchorNav__txt {
    font-size: 16px;
  }
}

.locationVisual {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .locationVisual {
    height: 162px;
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .locationVisual {
    height: 120px;
    margin-top: 28px;
  }
}

.locationVisual__bg {
  inset: 0;
  position: absolute;
  z-index: 1;
}

.locationVisual__bg:after {
  background-color: rgba(0, 0, 0, 0.28);
  content: '';
  inset: 0;
  position: absolute;
  z-index: 1;
}

.locationVisual__picture, .locationVisual__image {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.locationVisual__en {
  color: #ffffff;
  font-family: "EB Garamond", "Shippori Mincho B1", serif;
  font-weight: 400;
  letter-spacing: .08em;
  line-height: 1;
  position: relative;
  text-transform: uppercase;
  z-index: 2;
}

@media print, screen and (min-width: 768px) {
  .locationVisual__en {
    font-size: 42px;
  }
}

@media screen and (max-width: 768px) {
  .locationVisual__en {
    font-size: 30px;
  }
}

.locationVisual__cap {
  bottom: 6px;
  color: #ffffff;
  font-size: 10px;
  letter-spacing: .04em;
  position: absolute;
  right: 10px;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  z-index: 2;
}

.placeCard__visual {
  position: relative;
}

.placeCard__visual .photo__image {
  display: block;
  height: auto;
  width: 100%;
}

.placeCard__caption {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  bottom: 0;
  left: 0;
  padding: 18px 0;
  position: absolute;
  right: 0;
  z-index: 2;
}

@media print, screen and (min-width: 768px) {
  .placeCard__caption {
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
    display: block;
    letter-spacing: 0;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .placeCard__caption {
    -webkit-column-gap: 14px;
       -moz-column-gap: 14px;
            column-gap: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.placeCard__caption:before {
  background: #000000;
  content: '';
  height: 100%;
  inset: auto 0 0;
  opacity: .6;
  position: absolute;
  z-index: -1;
}

.placeCard--overlay .placeCard__visual {
  overflow: hidden;
}

.placeCard--overlay .placeCard__visual .photo {
  height: 100%;
}

.placeCard--overlay .placeCard__visual .photo__image {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.placeCard--overlay .placeCard__name {
  color: #ffffff;
  margin-top: 0;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.5);
}

@media print, screen and (min-width: 768px) {
  .placeCard--overlay .placeCard__name {
    display: inline;
  }
}

.placeCard--overlay .placeCard__access {
  color: #ffffff;
  margin-top: 0;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.5);
}

@media print, screen and (min-width: 768px) {
  .placeCard--overlay .placeCard__access {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: 14px;
    vertical-align: baseline;
  }
}

.placeCard--overlay .placeCard__walk,
.placeCard--overlay .placeCard__dist {
  color: #ffffff;
}

.placeCard__name {
  color: #333333;
  display: block;
  font-family: "YakuHanMP", "Shippori Mincho B1", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 500;
  letter-spacing: .06em;
  line-height: 1.5;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .placeCard__name {
    font-size: 16px;
    margin-top: 14px;
  }
}

@media screen and (max-width: 768px) {
  .placeCard__name {
    font-size: 14px;
    margin-top: 10px;
  }
}

.placeCard__access {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-family: "YakuHanMP", "Shippori Mincho B1", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: .04em;
  line-height: 1.3;
}

@media print, screen and (min-width: 768px) {
  .placeCard__access {
    font-size: 16px;
    margin-top: 6px;
  }
}

@media screen and (max-width: 768px) {
  .placeCard__access {
    font-size: 14px;
    margin-top: 4px;
  }
}

.placeCard__walk {
  color: #af5158;
}

.placeCard__dist {
  color: #333333;
  font-size: .75em;
}

.placeCard .num {
  font-family: "EB Garamond", "Shippori Mincho B1", serif;
  font-size: 1.85em;
  line-height: 1;
  margin: 0 .08em;
}

.placeCard__note {
  color: #333333;
  font-size: 14px;
  letter-spacing: .04em;
  line-height: 1.5;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .placeCard__note {
    margin-top: 4px;
  }
}

@media screen and (max-width: 768px) {
  .placeCard__note {
    font-size: 12px;
  }
}

.placeCard__note--caution {
  color: #888888;
  font-size: 11px;
  margin-top: 2px;
}

/* === wrap（SP余白はページ側で付与・concept/access に倣う） === */
@media screen and (max-width: 768px) {
  .wrap {
    padding-inline: 30px;
  }
}

/* === keyVisual（コンポーネント） === */
.keyVisual {
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .keyVisual {
    margin: 0 auto;
    padding-top: 63px;
  }
}

@media screen and (max-width: 768px) {
  .keyVisual {
    margin: 0 -30px;
  }
}

.keyVisual__bg {
  position: relative;
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .keyVisual__bg {
    -webkit-box-shadow: 0 0 16px rgba(102, 102, 102, 0.2);
            box-shadow: 0 0 16px rgba(102, 102, 102, 0.2);
  }
}

.keyVisual__picture, .keyVisual__image {
  display: block;
  width: 100%;
}

.keyVisual__image {
  height: auto;
}

.keyVisual__ttl {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  color: #ffffff;
  display: block;
  font-family: "Cinzel", serif;
  left: 0;
  letter-spacing: .06em;
  line-height: .7;
  position: absolute;
  width: 100%;
  z-index: 2;
}

@media print, screen and (min-width: 768px) {
  .keyVisual__ttl {
    bottom: 0;
    font-size: 80px;
    padding: 20px 36px;
  }
}

@media screen and (max-width: 768px) {
  .keyVisual__ttl {
    bottom: 0;
    font-size: 44px;
    padding: 14px 20px;
  }
}

.keyVisual__ttl:after {
  background-color: rgba(102, 102, 102, 0.2);
  content: '';
  inset: 0;
  position: absolute;
  z-index: -1;
}

.keyVisual__capIn {
  bottom: 5px;
  position: absolute;
  right: 5px;
  text-align: right;
  z-index: 3;
}

@media screen and (max-width: 768px) {
  .keyVisual__capIn {
    bottom: auto;
    top: 5px;
  }
}

/* === ページラッパー（レイアウトのみ・BEM要素は持たない） === */
@media print, screen and (min-width: 768px) {
  .location-shopping {
    padding-top: 72px;
  }
}

@media screen and (max-width: 768px) {
  .location-shopping {
    padding-top: 48px;
  }
}

@media screen and (max-width: 768px) {
  .location-shopping .locationFeature__ttl {
    font-size: 17px;
  }
}

/* === セクション共通見出し === */
.locationHeading {
  color: #000000;
  font-family: "YakuHanMP", "Shippori Mincho B1", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 500;
  letter-spacing: .12em;
  line-height: 1.6;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .locationHeading {
    font-size: 26px;
  }
}

@media screen and (max-width: 768px) {
  .locationHeading {
    font-size: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .locationHeading--sm {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .locationHeading--sm {
    font-size: 19px;
  }
}

/* === SHOPPING セクション === */
.shoppingSect__lead {
  color: #333333;
  font-family: "YakuHanMP", "Shippori Mincho B1", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  letter-spacing: .1em;
  line-height: 1.9;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .shoppingSect__lead {
    font-size: 16px;
    margin-top: 48px;
  }
}

@media screen and (max-width: 768px) {
  .shoppingSect__lead {
    font-size: 14px;
    margin-top: 28px;
  }
}

.shoppingSect__note {
  color: #333333;
  font-family: "YakuHanMP", "Shippori Mincho B1", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  letter-spacing: .08em;
  line-height: 1.9;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .shoppingSect__note {
    font-size: 16px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .shoppingSect__note {
    font-size: 14px;
    margin-top: 16px;
  }
}

@media print, screen and (min-width: 768px) {
  .shoppingSect__group {
    margin-top: 96px;
  }
}

@media screen and (max-width: 768px) {
  .shoppingSect__group {
    margin-top: 56px;
  }
}

/* === 注目施設フィーチャー（画像＋テキスト2カラム） === */
@media print, screen and (min-width: 768px) {
  .locationFeature {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 48px;
    margin-top: 64px;
  }
}

@media screen and (max-width: 768px) {
  .locationFeature {
    margin-top: 40px;
  }
}

@media print, screen and (min-width: 768px) {
  .locationFeature--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media screen and (max-width: 768px) {
  .locationFeature--spVisualTop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .locationFeature--spVisualTop .locationFeature__visual {
    margin-top: 0;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

@media screen and (max-width: 768px) {
  .locationFeature--spVisualTop .locationFeature__cont {
    margin-top: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .locationFeature--shapo {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media screen and (max-width: 768px) {
  .locationFeature--shapo {
    margin-top: 60px;
  }
}

@media print, screen and (min-width: 768px) {
  .locationFeature--shapo .locationFeature__ttl {
    margin-top: 16px;
  }
}

@media screen and (max-width: 768px) {
  .locationFeature--shapo .locationFeature__ttl {
    margin-top: 12px;
  }
}

@media print, screen and (min-width: 768px) {
  .locationFeature__cont {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.locationFeature__visual {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media print, screen and (min-width: 768px) {
  .locationFeature__visual {
    width: 482px;
  }
}

@media screen and (max-width: 768px) {
  .locationFeature__visual {
    margin-top: 20px;
  }
}

.locationFeature__visual .photo__image {
  display: block;
  height: auto;
  width: 100%;
}

.locationFeature__sub {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, 1fr);
}

@media print, screen and (min-width: 768px) {
  .locationFeature__sub {
    margin-top: 24px;
    width: 450px;
  }
}

@media screen and (max-width: 768px) {
  .locationFeature__sub {
    margin-top: 16px;
  }
}

.locationFeature__sub .photo__image {
  display: block;
  height: auto;
  width: 100%;
}

.locationFeature__ttl {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-family: "YakuHanMP", "Shippori Mincho B1", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 500;
  letter-spacing: .08em;
}

@media print, screen and (min-width: 768px) {
  .locationFeature__ttl {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .locationFeature__ttl {
    font-size: 20px;
  }
}

.locationFeature__ttl .num {
  font-family: "EB Garamond", "Shippori Mincho B1", serif;
  font-size: 1.85em;
  line-height: 1;
  margin: 0 .08em;
}

.locationFeature__access {
  margin-left: 14px;
}

.locationFeature__sup {
  -ms-flex-item-align: baseline;
      align-self: baseline;
  color: #888888;
  font-size: 10px;
  letter-spacing: .04em;
  margin-left: 8px;
}

@media print, screen and (min-width: 768px) {
  .locationFeature__floor {
    margin-top: 24px;
    width: 419px;
  }
}

@media screen and (max-width: 768px) {
  .locationFeature__floor {
    margin-top: 20px;
  }
}

.locationFeature__floor .photo__image {
  display: block;
  height: auto;
  width: 100%;
}

.locationFeature__walk {
  color: #af5158;
}

.locationFeature__dist {
  color: #333333;
  font-size: .75em;
}

.locationFeature__lead {
  color: #464646;
  font-family: "YakuHanMP", "Shippori Mincho B1", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 500;
  letter-spacing: .08em;
  line-height: 1.8;
}

@media print, screen and (min-width: 768px) {
  .locationFeature__lead {
    font-size: 20px;
    margin-top: 16px;
  }
}

@media screen and (max-width: 768px) {
  .locationFeature__lead {
    font-size: 16px;
    margin-top: 12px;
  }
}

.locationFeature__txt {
  color: #464646;
  font-family: "YakuHanMP", "Shippori Mincho B1", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  letter-spacing: .08em;
  line-height: 1.9;
}

@media print, screen and (min-width: 768px) {
  .locationFeature__txt {
    font-size: 16px;
    margin-top: 16px;
  }
}

@media screen and (max-width: 768px) {
  .locationFeature__txt {
    font-size: 14px;
    margin-top: 12px;
  }
}

.locationFeature__note {
  color: #888888;
  font-size: 11px;
  letter-spacing: .04em;
  line-height: 1.6;
  margin-top: 10px;
}

/* === NATURE & PARK セクション === */
@media print, screen and (min-width: 768px) {
  .location-nature {
    padding-top: 96px;
  }
}

@media screen and (max-width: 768px) {
  .location-nature {
    padding-top: 56px;
  }
}

.natureSect__award {
  margin: 0 auto;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .natureSect__award {
    margin-top: 36px;
    width: 150px;
  }
}

@media screen and (max-width: 768px) {
  .natureSect__award {
    margin-top: 28px;
    width: 120px;
  }
}

.natureSect__award img {
  display: block;
  height: auto;
  width: 100%;
}

.natureSect__lead {
  color: #333333;
  font-family: "YakuHanMP", "Shippori Mincho B1", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  letter-spacing: .1em;
  line-height: 1.9;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .natureSect__lead {
    font-size: 16px;
    margin-top: 28px;
  }
}

@media screen and (max-width: 768px) {
  .natureSect__lead {
    font-size: 14px;
    margin-top: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .natureSect__river {
    margin-top: 48px;
  }
}

@media screen and (max-width: 768px) {
  .natureSect__river {
    margin-top: 28px;
  }
}

.natureSect__river .photo__image {
  display: block;
  height: auto;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .natureSect__riverTtl {
    margin-top: 22px;
  }
}

@media screen and (max-width: 768px) {
  .natureSect__riverTtl {
    font-size: 17px;
    margin-top: 14px;
  }
}

.natureSect__map {
  -webkit-box-shadow: 0 5px 20px rgba(75, 75, 75, 0.2);
          box-shadow: 0 5px 20px rgba(75, 75, 75, 0.2);
}

@media print, screen and (min-width: 768px) {
  .natureSect__map {
    margin: 76px auto 0;
    width: 900px;
  }
}

@media screen and (max-width: 768px) {
  .natureSect__map {
    margin: 40px calc(50% - 50vw) 0;
    width: 100vw;
  }
}

.natureSect__map .photo__image {
  display: block;
  height: auto;
  width: 100%;
}

.natureSect__note {
  color: #333333;
  font-family: "YakuHanMP", "Shippori Mincho B1", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  letter-spacing: .08em;
  line-height: 1.9;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .natureSect__note {
    font-size: 16px;
    margin-top: 16px;
  }
}

@media screen and (max-width: 768px) {
  .natureSect__note {
    font-size: 14px;
    margin-top: 14px;
  }
}

@media print, screen and (min-width: 768px) {
  .natureSect__group {
    margin-top: 72px;
  }
}

@media screen and (max-width: 768px) {
  .natureSect__group {
    margin-top: 48px;
  }
}

@media screen and (max-width: 768px) {
  .natureSect .placeCardList--wide {
    margin-top: 48px;
  }
}

/* === LIFE SUPPORT / LIFE STAGE === */
.location-lifesupport {
  background-color: #f5f8f7;
}

@media print, screen and (min-width: 768px) {
  .location-lifesupport {
    margin-top: 96px;
    padding: 64px 0 80px;
  }
}

@media screen and (max-width: 768px) {
  .location-lifesupport {
    margin-top: 56px;
    padding: 48px 0 56px;
  }
}

@media print, screen and (min-width: 768px) {
  .anchorNav + .lifeInfoHead {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .anchorNav + .lifeInfoHead {
    margin-top: 28px;
  }
}

.lifeInfoHead {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f8fbfd;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-shadow: 0 6px 20px rgba(75, 75, 75, 0.2);
          box-shadow: 0 6px 20px rgba(75, 75, 75, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .lifeInfoHead {
    background-image: url("../imgs/pc/img-lifeinfo-head-bg.png");
    height: 162px;
  }
}

@media screen and (max-width: 768px) {
  .lifeInfoHead {
    background-image: url("../imgs/sp/img-lifeinfo-head-bg.png");
    height: 124px;
  }
}

.lifeInfoHead__en {
  color: #ffffff;
  font-family: "Cinzel", serif;
  font-weight: 400;
  letter-spacing: .12em;
  line-height: 1.32;
}

@media print, screen and (min-width: 768px) {
  .lifeInfoHead__en {
    font-size: 42px;
  }
}

@media screen and (max-width: 768px) {
  .lifeInfoHead__en {
    font-size: 28px;
  }
}

@media print, screen and (min-width: 768px) {
  .lifeInfoHead + .lifeBand {
    margin-top: 72px;
  }
}

@media screen and (max-width: 768px) {
  .lifeInfoHead + .lifeBand {
    margin-top: 48px;
  }
}

.location-note {
  color: #888888;
  font-family: "YakuHanMP", "Shippori Mincho B1", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  letter-spacing: .04em;
  line-height: 1.85;
}

@media print, screen and (min-width: 768px) {
  .location-note {
    font-size: 13px;
    margin-top: 48px;
  }
}

@media screen and (max-width: 768px) {
  .location-note {
    font-size: 11px;
    margin-top: 32px;
  }
}

@media print, screen and (min-width: 768px) {
  .supportList + .lifeBand,
  .location-note + .lifeBand {
    margin-top: 72px;
  }
}

@media screen and (max-width: 768px) {
  .supportList + .lifeBand,
  .location-note + .lifeBand {
    margin-top: 48px;
  }
}

.lifeBand {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #528a90;
  -webkit-box-shadow: 0 5px 20px rgba(75, 75, 75, 0.2);
          box-shadow: 0 5px 20px rgba(75, 75, 75, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media print, screen and (min-width: 768px) {
  .lifeBand {
    height: 63px;
  }
}

@media screen and (max-width: 768px) {
  .lifeBand {
    height: 48px;
  }
}

.lifeBand__en {
  color: #ffffff;
  font-family: "EB Garamond", "Shippori Mincho B1", serif;
  letter-spacing: .18em;
  line-height: 1;
}

@media print, screen and (min-width: 768px) {
  .lifeBand__en {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .lifeBand__en {
    font-size: 20px;
  }
}

.lifeSupport__badge {
  margin: 0 auto;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .lifeSupport__badge {
    margin-top: 40px;
    width: 150px;
  }
}

@media screen and (max-width: 768px) {
  .lifeSupport__badge {
    margin-top: 28px;
    width: 120px;
  }
}

.lifeSupport__badge img {
  display: block;
  height: auto;
  width: 100%;
}

.lifeSupport__lead {
  color: #333333;
  font-family: "YakuHanMP", "Shippori Mincho B1", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  letter-spacing: .1em;
  line-height: 1.9;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .lifeSupport__lead {
    font-size: 16px;
    margin-top: 24px;
  }
}

@media screen and (max-width: 768px) {
  .lifeSupport__lead {
    font-size: 14px;
    margin-top: 20px;
  }
}

.supportList {
  display: grid;
  list-style: none;
}

@media print, screen and (min-width: 768px) {
  .supportList {
    gap: 24px;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .supportList {
    gap: 16px;
    grid-template-columns: 1fr;
    margin-top: 28px;
  }
}

.supportCard {
  background-color: #ffffff;
  -webkit-box-shadow: 0 3px 14px rgba(91, 107, 102, 0.14);
          box-shadow: 0 3px 14px rgba(91, 107, 102, 0.14);
  overflow: hidden;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .supportCard {
    padding: 24px 24px 26px;
  }
}

@media screen and (max-width: 768px) {
  .supportCard {
    padding: 20px;
  }
}

.supportCard__bg {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

.supportCard__ttl, .supportCard__txt {
  position: relative;
  z-index: 1;
}

.supportCard__ttl {
  color: #528a90;
  font-family: "YakuHanMP", "Shippori Mincho B1", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 500;
  letter-spacing: .04em;
  line-height: 1.4;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .supportCard__ttl {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .supportCard__ttl {
    font-size: 18px;
  }
}

.supportCard__txt {
  color: #464646;
  font-family: "YakuHanMP", "Shippori Mincho B1", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 13px;
  letter-spacing: .04em;
  line-height: 1.8;
  margin-top: 14px;
}

@media print, screen and (min-width: 768px) {
  .lifeStage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 58px;
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .lifeStage {
    margin-top: 28px;
  }
}

@media print, screen and (min-width: 768px) {
  .lifeStage__cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.lifeStage__txt {
  color: #333333;
  font-family: "YakuHanMP", "Shippori Mincho B1", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  letter-spacing: .08em;
  line-height: 1.9;
}

@media print, screen and (min-width: 768px) {
  .lifeStage__txt {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .lifeStage__txt {
    font-size: 14px;
  }
}

@media print, screen and (min-width: 768px) {
  .lifeStage__legend {
    -ms-flex-item-align: end;
        align-self: flex-end;
    margin-top: 28px;
    width: 411px;
  }
}

@media screen and (max-width: 768px) {
  .lifeStage__legend {
    margin-top: 20px;
    width: 100%;
  }
}

.lifeStage__legend img {
  display: block;
  height: auto;
  width: 100%;
}

.lifeStage__map {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media print, screen and (min-width: 768px) {
  .lifeStage__map {
    width: 481px;
  }
}

@media screen and (max-width: 768px) {
  .lifeStage__map {
    margin-top: 24px;
  }
}

.lifeStage__map .photo__image {
  display: block;
  height: auto;
  width: 100%;
}

/* === LIFE INFORMATION（施設アコーディオン） === */
@media print, screen and (min-width: 768px) {
  .location-lifeinfo {
    margin-top: 96px;
    padding-bottom: 120px;
  }
}

@media screen and (max-width: 768px) {
  .location-lifeinfo {
    margin-top: 56px;
    padding-bottom: 72px;
  }
}

@media print, screen and (min-width: 768px) {
  .facilityBand + .facilityBand {
    margin-top: 64px;
  }
}

@media screen and (max-width: 768px) {
  .facilityBand + .facilityBand {
    margin-top: 40px;
  }
}

.facilityBand.is-open .arrowSVG {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.facilityBand__head {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 5px 20px rgba(75, 75, 75, 0.2);
          box-shadow: 0 5px 20px rgba(75, 75, 75, 0.2);
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .facilityBand__head {
    gap: 24px;
    height: 162px;
    padding: 0 36px;
  }
}

@media screen and (max-width: 768px) {
  .facilityBand__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 210px;
    padding: 30px 20px;
    text-align: center;
  }
}

.facilityBand__bg {
  inset: 0;
  position: absolute;
  z-index: 1;
}

.facilityBand__bg:after {
  background-color: rgba(0, 0, 0, 0.42);
  content: '';
  inset: 0;
  position: absolute;
  z-index: 1;
}

.facilityBand__bg .photo,
.facilityBand__bg .photo__pic {
  height: 100%;
}

.facilityBand__bg .photo__image {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .facilityBand__bg .photo__capIn {
    bottom: auto;
    right: 10px;
    top: 10px;
  }
}

.facilityBand__en {
  color: #ffffff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "EB Garamond", "Shippori Mincho B1", serif;
  letter-spacing: .08em;
  line-height: 1.2;
  position: relative;
  text-transform: uppercase;
  z-index: 2;
}

@media print, screen and (min-width: 768px) {
  .facilityBand__en {
    font-size: 32px;
  }
}

@media screen and (max-width: 768px) {
  .facilityBand__en {
    font-size: 26px;
  }
}

.facilityBand__lead {
  color: #ffffff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: "YakuHanMP", "Shippori Mincho B1", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  letter-spacing: .08em;
  line-height: 1.6;
  position: relative;
  text-align: center;
  z-index: 2;
}

@media print, screen and (min-width: 768px) {
  .facilityBand__lead {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .facilityBand__lead {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    font-size: 13px;
    margin-top: 14px;
  }
}

.facilityBand .stateIcon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .facilityBand .stateIcon {
    bottom: 14px;
    position: absolute;
    right: 14px;
  }
}

.facilityBand .stateIcon__circle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media print, screen and (min-width: 768px) {
  .facilityBand .stateIcon__circle {
    height: 50px;
    width: 50px;
  }
}

@media screen and (max-width: 768px) {
  .facilityBand .stateIcon__circle {
    height: 36px;
    width: 36px;
  }
}

.facilityBand .arrowSVG {
  display: block;
  height: 8px;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  width: 10px;
}

.facilityBand__body {
  height: 0;
  overflow: hidden;
  -webkit-transition: height .45s ease;
  transition: height .45s ease;
}

@media print, screen and (min-width: 768px) {
  .facilityBand__inner {
    padding-top: 48px;
  }
}

@media screen and (max-width: 768px) {
  .facilityBand__inner {
    padding-top: 28px;
  }
}

@media print, screen and (min-width: 768px) {
  .facilityBand__list {
    gap: 40px 45px;
  }
}

.facilityBand--hospital .placeCard__note {
  color: #333333;
  font-size: 11px;
  letter-spacing: .02em;
  line-height: 1.7;
  margin-top: 8px;
  text-align: center;
}

/* === LIFE INFORMATION マップ＋施設タブ === */
@media print, screen and (min-width: 768px) {
  .lifeInfoMap {
    margin-top: 96px;
  }
}

@media screen and (max-width: 768px) {
  .lifeInfoMap {
    margin-top: 56px;
  }
}

.lifeInfoMap__en {
  color: #333333;
  font-family: "EB Garamond", "Shippori Mincho B1", serif;
  letter-spacing: .14em;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

@media print, screen and (min-width: 768px) {
  .lifeInfoMap__en {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .lifeInfoMap__en {
    font-size: 20px;
  }
}

.lifeInfoMap__map {
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  .lifeInfoMap__map {
    margin-top: 32px;
  }
}

@media screen and (max-width: 768px) {
  .lifeInfoMap__map {
    margin-top: 24px;
  }
}

.lifeInfoMap__map .photo__image {
  display: block;
  height: auto;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .lifeInfoGroup {
    margin-top: 48px;
  }
}

@media screen and (max-width: 768px) {
  .lifeInfoGroup {
    margin-top: 32px;
  }
}

.lifeInfoGroup__tabs {
  display: grid;
}

@media print, screen and (min-width: 768px) {
  .lifeInfoGroup__tabs {
    gap: 17px 45px;
    grid-template-columns: repeat(4, 1fr);
  }
}

@media screen and (max-width: 768px) {
  .lifeInfoGroup__tabs {
    gap: 8px;
    grid-template-columns: repeat(2, 1fr);
  }
}

.lifeInfoGroup__tab {
  background-color: #d8e4e4;
  border: 0;
  color: #333333;
  cursor: pointer;
  font-family: "YakuHanMP", "Shippori Mincho B1", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  letter-spacing: .04em;
  -webkit-transition: background-color .3s ease, color .3s ease;
  transition: background-color .3s ease, color .3s ease;
}

@media print, screen and (min-width: 768px) {
  .lifeInfoGroup__tab {
    font-size: 16px;
    height: 58px;
  }
}

@media screen and (max-width: 768px) {
  .lifeInfoGroup__tab {
    font-size: 12px;
    min-height: 44px;
    padding: 6px;
  }
}

@media print, screen and (min-width: 768px) {
  .lifeInfoGroup__tab:hover {
    background-color: #73a0a5;
    color: #ffffff;
  }
}

@media (hover: hover) and (pointer: fine) {
  .lifeInfoGroup__tab:hover {
    background-color: #73a0a5;
    color: #ffffff;
  }
}

.lifeInfoGroup__tab.is-active {
  background-color: #73a0a5;
  color: #ffffff;
}

.lifeInfoGroup__pane {
  display: none;
}

.lifeInfoGroup__pane.is-active {
  display: block;
}

@media print, screen and (min-width: 768px) {
  .lifeInfoGroup__pane {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .lifeInfoGroup__pane {
    margin-top: 24px;
  }
}

@media print, screen and (min-width: 768px) {
  .placeList {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 46px;
       -moz-column-gap: 46px;
            column-gap: 46px;
  }
}

.placeInfo {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  border-bottom: 1px solid #d8e2e0;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media print, screen and (min-width: 768px) {
  .placeInfo {
    padding: 14px 0;
  }
}

@media screen and (max-width: 768px) {
  .placeInfo {
    padding: 12px 0;
  }
}

.placeInfo__term {
  color: #333333;
  font-family: "YakuHanMP", "Shippori Mincho B1", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 500;
  letter-spacing: .04em;
  line-height: 1.5;
}

@media print, screen and (min-width: 768px) {
  .placeInfo__term {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .placeInfo__term {
    font-size: 14px;
  }
}

.placeInfo__desc {
  color: #333333;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "YakuHanMP", "Shippori Mincho B1", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  letter-spacing: .02em;
  margin-left: 14px;
  white-space: nowrap;
}

@media print, screen and (min-width: 768px) {
  .placeInfo__desc {
    font-size: 15px;
  }
}

@media screen and (max-width: 768px) {
  .placeInfo__desc {
    font-size: 12px;
  }
}

.placeInfo__desc .num {
  font-family: "EB Garamond", "Shippori Mincho B1", serif;
  font-size: 1.9em;
  line-height: 1;
  margin: 0 .08em;
}

/* === 商店街 マップ＋テキスト＋写真 === */
@media print, screen and (min-width: 768px) {
  .streetFeature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 48px;
    margin-top: 48px;
  }
}

@media screen and (max-width: 768px) {
  .streetFeature {
    margin-top: 28px;
  }
}

.streetFeature__map {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media print, screen and (min-width: 768px) {
  .streetFeature__map {
    width: 482px;
  }
}

@media screen and (max-width: 768px) {
  .streetFeature__map {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100vw;
  }
}

.streetFeature__map .photo__image {
  display: block;
  height: auto;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .streetFeature__cont {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media screen and (max-width: 768px) {
  .streetFeature__cont {
    margin-top: 24px;
  }
}

.streetFeature__txt {
  color: #333333;
  font-family: "YakuHanMP", "Shippori Mincho B1", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  letter-spacing: .08em;
  line-height: 1.9;
}

@media print, screen and (min-width: 768px) {
  .streetFeature__txt {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .streetFeature__txt {
    font-size: 14px;
  }
}

@media print, screen and (min-width: 768px) {
  .streetFeature__photo {
    margin-top: 28px;
    width: 311px;
  }
}

@media screen and (max-width: 768px) {
  .streetFeature__photo {
    margin-top: 20px;
  }
}

.streetFeature__photo .photo__image {
  display: block;
  height: auto;
  width: 100%;
}

/* === 施設カードグリッド === */
.placeCardList {
  display: grid;
  list-style: none;
}

@media print, screen and (min-width: 768px) {
  .placeCardList {
    gap: 32px 24px;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .placeCardList {
    gap: 24px 16px;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 28px;
  }
}

@media print, screen and (min-width: 768px) {
  .placeCardList--wide {
    gap: 40px 48px;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 768px) {
  .placeCardList--wide {
    grid-template-columns: 1fr;
  }
}

@media print, screen and (min-width: 768px) {
  .placeCardList--wide .placeCard {
    text-align: center;
  }
}

@media print, screen and (min-width: 768px) {
  .placeCardList--wide .placeCard:not(.placeCard--overlay) .placeCard__visual {
    margin-bottom: 22px;
  }
}

@media print, screen and (min-width: 768px) {
  .placeCardList--wide .placeCard:not(.placeCard--overlay) .placeCard__name {
    display: inline;
  }
}

@media print, screen and (min-width: 768px) {
  .placeCardList--wide .placeCard:not(.placeCard--overlay) .placeCard__access {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: 12px;
    margin-top: 0;
    vertical-align: baseline;
  }
}

@media print, screen and (min-width: 768px) {
  .placeCardList--col3 {
    gap: 24px;
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 768px) {
  .placeCardList--col3 {
    grid-template-columns: 1fr;
  }
}

@media print, screen and (min-width: 768px) {
  .placeCardList--bleed {
    gap: 0;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 768px) {
  .placeCardList--bleed {
    gap: 0;
    grid-template-columns: repeat(2, 1fr);
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100vw;
  }
}

@media screen and (max-width: 768px) {
  .placeCardList--bleed .placeCard__caption {
    -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;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

/* === 駅アクセス band（淡teal背景） === */
.shoppingAccess {
  background-color: #e4edec;
}

@media print, screen and (min-width: 768px) {
  .shoppingAccess {
    margin: 96px auto 0;
    max-width: 1216px;
    padding: 56px 0 64px;
  }
}

@media screen and (max-width: 768px) {
  .shoppingAccess {
    margin-top: 56px;
    padding: 40px 0 48px;
  }
}

.shoppingAccess__ttl {
  color: #000000;
  font-family: "YakuHanMP", "Shippori Mincho B1", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 500;
  letter-spacing: .12em;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .shoppingAccess__ttl {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .shoppingAccess__ttl {
    font-size: 19px;
    line-height: 1.6;
  }
}

@media print, screen and (min-width: 768px) {
  .shoppingAccess__body {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .shoppingAccess__body {
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 28px;
    row-gap: 24px;
  }
}

@media screen and (max-width: 768px) {
  .shoppingAccess .placeCardList {
    display: contents;
  }
}

@media screen and (max-width: 768px) {
  .shoppingAccess .placeCard__note {
    font-size: 11px;
    letter-spacing: 0;
  }
}

.shoppingAccess__badge {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1;
  background-color: #528a90;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .shoppingAccess__badge {
    width: 218px;
  }
}

@media screen and (max-width: 768px) {
  .shoppingAccess__badge {
    -ms-flex-item-align: center;
        align-self: center;
    width: 100%;
  }
}

.shoppingAccess__badge img {
  height: auto;
  width: 66%;
}

.shoppingAccess__badgeSup {
  color: #ffffff;
  font-size: 11px;
  letter-spacing: .04em;
  position: absolute;
  right: 12%;
  top: 45%;
}
