@charset "UTF-8";
@-ms-viewport {
  width: device-width;
}
/*--------------------------------------------------------------------------
CSS　カサーレ城東セントラルプレイス設定(style.css)ver.1 2025.10.29
ロケーション追加
--------------------------------------------------------------------------*/
/*■■■■■■ 基本設定 ■■■■■■■*/
/*ブルー*/
/*濃いレッド*/
/*レッド*/
/*濃い青みのグレー*/
/*少し濃いイエロー*/
/*薄いブルー*/
/*薄いピンク*/
/*薄いブルー*/
/*薄いグリーン*/
/*薄い紫*/
/*薄いおうどういろ*/
/*薄いオレンジ*/
/*ロケーションヘッダー（イレギュラー）*/
.cate-head-img-location {
  margin: 110px 0 0 0;
}

/*■■■■■■ ロケーション ■■■■■■■*/
/*カテゴリータイトルイレギュラー*/
.cate-title-second {
  margin: 0 0 40px;
  font-size: 5.5rem;
  line-height: 1.2;
  color: #222;
  font-family: "Cormorant Garamond", serif;
  width: 100%;
  text-align: center;
  position: static;
}

[id] {
  scroll-margin-top: 100px; /* ヘッダーの高さに合わせる */
}

/*サブカテゴリー別ボタン*/
.location-nav-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 10px;
  list-style: none;
  padding: 0;
  margin: 0 auto 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1080px;
}

.location-nav-block li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(33.333% - 15px);
          flex: 1 1 calc(33.333% - 15px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tab-link {
  display: block;
  width: 100%;
  padding: 6px 0;
  border-radius: 30px;
  font-size: 2.6rem;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  background: #fff;
  border: 2px solid transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* カラーバリエーション */
.tab-link.shop {
  border-color: #ff9dcc;
  color: #ff9dcc;
}

.tab-link.gourmet {
  border-color: #66caff;
  color: #66caff;
}

.tab-link.education {
  border-color: #88ca00;
  color: #88ca00;
}

.tab-link.medical {
  border-color: #9932cc;
  color: #9932cc;
}

.tab-link.bank {
  border-color: #daa520;
  color: #daa520;
}

.tab-link.park {
  border-color: #ff8c00;
  color: #ff8c00;
}

/* ホバー時：ベースカラー背景＋白文字 */
.tab-link.shop:hover, .tab-link.shop.active {
  background: #ff9dcc;
  color: #fff;
}

.tab-link.gourmet:hover, .tab-link.gourmet.active {
  background: #66caff;
  color: #fff;
}

.tab-link.education:hover, .tab-link.education.active {
  background: #88ca00;
  color: #fff;
}

.tab-link.medical:hover, .tab-link.medical.active {
  background: #9932cc;
  color: #fff;
}

.tab-link.bank:hover, .tab-link.bank.active {
  background: #daa520;
  color: #fff;
}

.tab-link.park:hover, .tab-link.park.active {
  background: #ff8c00;
  color: #fff;
}

/* 訪問済みリンク状態 */
.tab-link:visited {
  background: #fff;
}

/* カラーバリエーション背景 */
.bg-color-shop {
  background-color: #ffdaec;
}

.bg-color-gourmet {
  background-color: #d6f1ff;
}

.bg-color-education {
  background-color: #eeffca;
}

.bg-color-medical {
  background-color: #ead5f5;
}

.bg-color-bank {
  background-color: #f8ecce;
}

.bg-color-park {
  background-color: #ffe8cc;
}

/*キャッチイメージ共通*/
.location-icath-block {
  margin: 60px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px 60px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.location-icatch-img-box {
  width: 100%;
  max-width: 540px;
  position: relative;
}

.location-catch-img-caption {
  font-size: 1.2rem;
  color: #fff;
  position: absolute;
  display: block;
  width: 100%;
  padding: 3px 6px;
  bottom: 0;
  text-align: right;
}

.location-catch-text-box {
  text-align: left;
}

/*SPで表示順番を入れ替える*/
.order-2-sp {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-1-sp {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

/*●ショッピング*/
.text-shop {
  color: #ff9dcc;
}

.icon-shop {
  background-color: #ff9dcc;
  color: #FFF;
}

/*●グルメ*/
.text-gourmet {
  color: #66caff;
}

.icon-gourmet {
  background-color: #66caff;
  color: #FFF;
}

/*●教育*/
.text-education {
  color: #88ca00;
}

.icon-education {
  background-color: #88ca00;
  color: #FFF;
}

/*●医療施設・公共機関*/
.text-medical {
  color: #9932cc;
}

.icon-medical {
  background-color: #9932cc;
  color: #FFF;
}

/*●金融機関*/
.text-bank {
  color: #daa520;
}

.icon-bank {
  background-color: #daa520;
  color: #FFF;
}

/*●公園・スポーツ施設*/
.text-park {
  color: #ff8c00;
}

.icon-park {
  background-color: #ff8c00;
  color: #FFF;
}

.location-icon-s {
  font-size: 2rem;
  padding: 4px 40px;
  min-width: 200px;
  border-radius: 20px;
  display: inline-block;
  text-align: center;
}

.location-catch-copy {
  margin: 20px 0;
  font-size: 3rem;
  font-weight: 500;
}

.location-catch-read {
  font-size: 1.8rem;
  line-height: 2;
  width: 100%;
  max-width: 470px;
  height: auto;
}

/* スライダー*/
.slider-box {
  margin: 80px 0;
  padding: 20px 0;
}

/*■■■■■■　SWIPER　■■■■■■*/
.swiper-container {
  margin-inline: auto;
  width: 100%;
  position: relative;
  text-align: center;
}

.swiper .swiper-slide {
  margin: 0;
  height: auto;
}

/* ページネーションと矢印を横並びに */
.swiper-control {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px; /* 矢印とページネーションの間隔 */
  margin-top: 20px;
  height: 54px;
  height: 16px;
}

.swiper-pagination-bullet {
  width: 10px; /* ドットの横幅 */
  height: 10px; /* ドットの縦幅 */
}

/* ページネーション（中央寄せ） */
.swiper-pagination {
  position: static !important; /* Swiperのabsolute指定を打ち消す */
  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;
  gap: 8px;
}

/* 既存の矢印デザインをそのまま使う */
.swiper-button-next,
.swiper-button-prev {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 54px;
  min-width: 54px;
  height: 54px;
  border-radius: 27px;
  position: static; /* ? 絶対位置を解除 */
  -webkit-transform: none;
          transform: none; /* ? Y方向移動を解除 */
}

/* Swiperデフォルト矢印非表示（既にOKですが念のため） */
.swiper-button-prev:after,
.swiper-button-next:after {
  display: none;
}

/* 次ページボタンのスタイル */
.swiper-button-next, .swiper-button-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 27px;
  background-color: #ff9dcc;
}

.swiper-button-next:before {
  content: "";
  margin-right: 5px;
  display: block;
  width: 16px;
  height: 20px;
  background: url(../images/btn-arrow_w.webp) center center no-repeat;
}

/* 前ページボタンのスタイル */
.swiper-button-prev:before {
  content: "";
  margin-left: 5px;
  display: block;
  width: 16px;
  height: 20px;
  background: url(../images/btn-arrow_w.webp) center center no-repeat;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/*カテゴリー別ボタンとページネーションカラー*/
.swiper-button-next1,
.swiper-button-prev1 {
  background-color: #ff9dcc;
}

.swiper-pagination1 .swiper-pagination-bullet-active {
  background-color: #ff9dcc;
}

.swiper-button-next2,
.swiper-button-prev2 {
  background-color: #66caff;
}

.swiper-pagination2 .swiper-pagination-bullet-active {
  background-color: #66caff;
}

.swiper-button-next3,
.swiper-button-prev3 {
  background-color: #88ca00;
}

.swiper-pagination3 .swiper-pagination-bullet-active {
  background-color: #88ca00;
}

.swiper-button-next4,
.swiper-button-prev4 {
  background-color: #9932cc;
}

.swiper-pagination4 .swiper-pagination-bullet-active {
  background-color: #9932cc;
}

.swiper-button-next5,
.swiper-button-prev5 {
  background-color: #daa520;
}

.swiper-pagination5 .swiper-pagination-bullet-active {
  background-color: #daa520;
}

.swiper-button-next6,
.swiper-button-prev6 {
  background-color: #ff8c00;
}

.swiper-pagination6 .swiper-pagination-bullet-active {
  background-color: #ff8c00;
}

/*ひとまず矢印は不要みたいなので一旦隠す*/
.swiper-button-prev, .swiper-button-next {
  display: none;
}

/*スライダーキャプション*/
.slider-name {
  margin: 20px 0 0;
  font-size: 2.4rem;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.slider-minits {
  font-size: 1.8rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.slider-bank {
  magrin: auto;
  display: inline-block;
  max-width: 780px;
}

/*■■■■■■ グルメピックアップ■■■■■■*/
.pu-gourmet-block {
  margin: 60px 0;
}

.pu-gourmet-box {
  padding: 6px;
  border: 1px solid #222;
}

.pu-gourmet-title {
  padding: 0 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.8rem;
  color: #FFF;
  height: 70px;
  position: relative;
  background-color: #7a5b3f;
  top: -49px;
}
.pu-gourmet-title::before {
  content: "";
  margin-left: -25px;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  border-style: solid;
  border-width: 35px 25px;
  border-color: #7a5b3f transparent #7a5b3f transparent;
}
.pu-gourmet-title::after {
  content: "";
  margin-right: -25px;
  width: 0;
  height: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  border-style: solid;
  border-width: 35px 25px;
  border-color: #7a5b3f transparent #7a5b3f transparent;
}

.pu-gourmet-read {
  font-size: 1.8rem;
  position: relative;
  display: inline-block;
}

.pu-gourmet-img-box {
  position: relative;
}

.pu-gourmet-shop-minits_l {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 116px;
  height: 116px;
  border-radius: 58px;
  background-color: #7a5b3f;
  color: #FFF;
  font-size: 2.3rem;
  position: absolute;
  top: -58px;
  left: -58px;
}
.pu-gourmet-shop-minits_l small {
  font-size: 1.7rem;
}

.pu-gourmet-shop-minits_r {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 116px;
  height: 116px;
  border-radius: 58px;
  background-color: #7a5b3f;
  color: #FFF;
  font-size: 2.3rem;
  position: absolute;
  top: -58px;
  right: -58px;
}
.pu-gourmet-shop-minits_r small {
  font-size: 1.7rem;
}

.pu-gourmet-illust_1 {
  position: absolute;
  right: -80px;
  bottom: -37px;
}

.pu-gourmet-illust_2 {
  position: absolute;
  right: 0;
  bottom: -60px;
}

.pu-gourmet-in-box {
  margin: 80px auto 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 840px;
}
.pu-gourmet-in-box:not(:last-child)::after {
  content: "";
  display: block;
  width: 100%;
  height: 40px;
  border-bottom: 2px dashed #7a5b3f;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.pu-gourmet-in-box:last-child {
  margin-bottom: 100px;
}

.pu-gourmet-shop-text {
  text-align: left;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  position: relative;
}

.pu-gourmet-shop-name {
  font-size: 5.8rem;
  line-height: 1.2;
}
.pu-gourmet-shop-name small {
  font-size: 3.2rem;
}
.pu-gourmet-shop-name small.text-smaller {
  font-size: 2.2rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.pu-gourmet-shop-name-kana {
  font-size: 1.8rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.pu-gourmet-shop-read {
  font-size: 2.6rem;
  line-height: 1.6;
  padding: 0 0 60px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

/*■■■■■■ タブパネル（マップ）■■■■■■*/
.life-information-block {
  margin: 160px 0 100px;
  background-color: #f7f4ef;
  overflow: hidden;
}

/* ===== パネル部分 ===== */
.tab-content {
  position: relative;
  min-height: 120px;
}

.tab-panel {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 100%;
  -webkit-transition: opacity 0.6s ease, visibility 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, visibility 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, visibility 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, visibility 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

.tab-panel.active {
  opacity: 1;
  visibility: visible;
  position: relative;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.map-img-box {
  margin: 60px auto;
  text-align: center;
}
.map-img-box img {
  margin: 0 auto;
}

.map-list-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 6rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.map-list-box .map-list {
  width: calc(50% - 3rem);
  list-style: none;
  padding: 0;
  margin: 0;
}
.map-list-box .map-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
  font-size: 1.8rem;
  padding: 0.6em 0;
  border-bottom: 1px solid #eee;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.6;
}
.map-list-box .map-list li .num {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  margin-right: 0;
}
.map-list-box .map-list li p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
}
.map-list-box .map-list li .dist {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  white-space: nowrap;
  color: #666;
}
.map-list-box .map-list.list-shop .num {
  background-color: #ff9dcc;
}
.map-list-box .map-list.list-gourmet .num {
  background-color: #66caff;
}
.map-list-box .map-list.list-education .num {
  background-color: #88ca00;
}
.map-list-box .map-list.list-medical .num {
  background-color: #9932cc;
}
.map-list-box .map-list.list-bank .num {
  background-color: #daa520;
}
.map-list-box .map-list.list-park .num {
  background-color: #ff8c00;
}
@media (max-width: 768px) {
  .map-list-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .map-list-box .map-list {
    width: 100%;
  }
}

/*===============================
■■　スマホ用　■■
===============================*/
/*------------(XS)------------*/
@media (min-width: 320px) and (max-width: 566px) {
  /*サブカテゴリー別ボタン(XS) */
  .location-nav-block li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 15px);
            flex: 1 1 calc(50% - 15px);
  }
  .tab-link {
    font-size: 1.6rem;
  }
  .location-catch-text-box {
    text-align: center;
  }
  .location-catch-copy {
    margin: 20px 0;
    font-size: 2.1rem;
  }
  .location-catch-read {
    font-size: 1.4rem;
    line-height: 2;
    text-align: left;
  }
  /*SPで表示順番を入れ替える*/
  .order-2-sp {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-1-sp {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  /*キャッチイメージ共通*/
  .location-icath-block {
    margin: 0 0 0;
  }
  /*スライダーキャプション*/
  .slider-name {
    margin: 20px 0 0;
    font-size: 2rem;
  }
  .slider-minits {
    font-size: 1.4rem;
  }
  .slider-bank {
    magrin: auto;
    display: inline-block;
    width: 100%;
    max-width: 780px;
  }
  .swiper-slide img {
    max-width: 360px;
  }
  /*■■■■■■ グルメピックアップ(XS) ■■■■■■*/
  .pu-gourmet-block {
    margin: 0;
  }
  .pu-gourmet-box {
    padding: 6px;
    border: 1px solid #222;
  }
  .pu-gourmet-title {
    font-size: 1.5rem;
  }
  .pu-gourmet-read {
    font-size: 1.4rem;
    position: relative;
    display: inline-block;
  }
  .pu-gourmet-img-box {
    position: relative;
  }
  .pu-gourmet-shop-minits_l {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 92px;
    height: 92px;
    border-radius: 46px;
    background-color: #7a5b3f;
    color: #FFF;
    font-size: 1.8rem;
    position: absolute;
    top: -58px;
    left: -10px;
  }
  .pu-gourmet-shop-minits_l small {
    font-size: 1.4rem;
  }
  .pu-gourmet-shop-minits_r {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 92px;
    height: 92px;
    border-radius: 46px;
    background-color: #7a5b3f;
    color: #FFF;
    font-size: 1.8rem;
    position: absolute;
    top: -58px;
    right: -10px;
  }
  .pu-gourmet-shop-minits_r small {
    font-size: 1.4rem;
  }
  .pu-gourmet-illust_1 {
    position: absolute;
    right: 0px;
    bottom: -60px;
  }
  .pu-gourmet-illust_1 img {
    width: 40px;
    height: auto;
  }
  .pu-gourmet-illust_2 {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .pu-gourmet-illust_2 img {
    width: 40px;
    height: auto;
  }
  .pu-gourmet-in-box {
    margin: 80px 10px 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px 40px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 840px;
  }
  .pu-gourmet-in-box:not(:last-child)::after {
    content: "";
    display: block;
    width: 100%;
    height: 10px;
    border-bottom: 2px dashed #7a5b3f;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .pu-gourmet-in-box:last-child {
    margin-bottom: 40px;
  }
  .pu-gourmet-shop-text {
    text-align: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    position: relative;
  }
  .pu-gourmet-shop-name {
    font-size: 4rem;
    line-height: 1.2;
  }
  .pu-gourmet-shop-name small {
    font-size: 2.5rem;
  }
  .pu-gourmet-shop-name small.text-smaller {
    font-size: 1.5rem;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .pu-gourmet-shop-name-kana {
    font-size: 1.3rem;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .pu-gourmet-shop-read {
    font-size: 2rem;
    line-height: 1.6;
    padding: 0 0 60px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  /*■■■■■■ ロケーション(XS) ■■■■■■■*/
  .life-information-block {
    margin: 0 0 20px;
  }
  /*カテゴリータイトルイレギュラー*/
  .cate-title-second {
    margin: 0 0 40px;
    font-size: 2.7rem;
  }
  .map-list-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 6rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .map-list-box .map-list {
    width: 100%;
  }
  .map-list-box .map-list li {
    font-size: 1.1rem;
  }
  .map-list-box .map-list li .num {
    font-size: 1rem;
  }
} /*xs*/
/*------------(SM)------------*/
@media (min-width: 567px) and (max-width: 767px) {
  /*■■■■■■ TOP メインイメージ（SM） ■■■■■■■*/
  /*サブカテゴリー別ボタン(SM) */
  .location-nav-block li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 15px);
            flex: 1 1 calc(50% - 15px);
  }
  .tab-link {
    font-size: 1.6rem;
  }
  .location-catch-text-box {
    text-align: center;
  }
  .location-catch-copy {
    margin: 20px 0;
    font-size: 2.1rem;
  }
  .location-catch-read {
    font-size: 1.4rem;
    line-height: 2;
    text-align: left;
  }
  /*SPで表示順番を入れ替える*/
  .order-2-sp {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-1-sp {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  /*キャッチイメージ共通*/
  .location-icath-block {
    margin: 0 0 0;
  }
  /*スライダーキャプション*/
  .slider-name {
    margin: 20px 0 0;
    font-size: 2rem;
  }
  .slider-minits {
    font-size: 1.4rem;
  }
  .slider-bank {
    magrin: auto;
    display: inline-block;
    width: 100%;
    max-width: 780px;
  }
  .swiper-slide img {
    max-width: 360px;
  }
  /*■■■■■■ グルメピックアップ(SM) ■■■■■■*/
  .pu-gourmet-block {
    margin: 0;
  }
  .pu-gourmet-box {
    padding: 6px;
    border: 1px solid #222;
  }
  .pu-gourmet-title {
    font-size: 1.5rem;
  }
  .pu-gourmet-read {
    font-size: 1.4rem;
    position: relative;
    display: inline-block;
  }
  .pu-gourmet-img-box {
    position: relative;
  }
  .pu-gourmet-shop-minits_l {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 92px;
    height: 92px;
    border-radius: 46px;
    background-color: #7a5b3f;
    color: #FFF;
    font-size: 1.8rem;
    position: absolute;
    top: -58px;
    left: -10px;
  }
  .pu-gourmet-shop-minits_l small {
    font-size: 1.4rem;
  }
  .pu-gourmet-shop-minits_r {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 92px;
    height: 92px;
    border-radius: 46px;
    background-color: #7a5b3f;
    color: #FFF;
    font-size: 1.8rem;
    position: absolute;
    top: -58px;
    right: -10px;
  }
  .pu-gourmet-shop-minits_r small {
    font-size: 1.4rem;
  }
  .pu-gourmet-illust_1 {
    position: absolute;
    right: 0px;
    bottom: -60px;
  }
  .pu-gourmet-illust_1 img {
    width: 40px;
    height: auto;
  }
  .pu-gourmet-illust_2 {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .pu-gourmet-illust_2 img {
    width: 40px;
    height: auto;
  }
  .pu-gourmet-in-box {
    margin: 80px 10px 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px 40px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 840px;
  }
  .pu-gourmet-in-box:not(:last-child)::after {
    content: "";
    display: block;
    width: 100%;
    height: 10px;
    border-bottom: 2px dashed #7a5b3f;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .pu-gourmet-in-box:last-child {
    margin-bottom: 40px;
  }
  .pu-gourmet-shop-text {
    text-align: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    position: relative;
  }
  .pu-gourmet-shop-name {
    font-size: 4rem;
    line-height: 1.2;
  }
  .pu-gourmet-shop-name small {
    font-size: 2.5rem;
  }
  .pu-gourmet-shop-name small.text-smaller {
    font-size: 1.5rem;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .pu-gourmet-shop-name-kana {
    font-size: 1.3rem;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .pu-gourmet-shop-read {
    font-size: 2rem;
    line-height: 1.6;
    padding: 0 0 60px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  /*■■■■■■ ロケーション(SM) ■■■■■■■*/
  .life-information-block {
    margin: 0 0 20px;
  }
  /*カテゴリータイトルイレギュラー*/
  .cate-title-second {
    margin: 0 0 40px;
    font-size: 2.7rem;
  }
  .map-list-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 6rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .map-list-box .map-list {
    width: 100%;
  }
  .map-list-box .map-list li {
    font-size: 1.1rem;
  }
  .map-list-box .map-list li .num {
    font-size: 1rem;
  }
} /*SM*/
/*------------(MD)------------*/
@media (min-width: 768px) and (max-width: 1023px) {
  /*■■■■■■ メインイメージ（MD） ■■■■■■■*/
  .tab-link {
    display: block;
    font-size: 2rem;
  }
  /*■■■■■■ グルメピックアップ(MD) ■■■■■■*/
  .pu-gourmet-block {
    margin: 0;
  }
  .pu-gourmet-box {
    padding: 6px;
    border: 1px solid #222;
  }
  .pu-gourmet-title {
    font-size: 2.2rem;
  }
  .pu-gourmet-read {
    font-size: 1.6rem;
    position: relative;
    display: inline-block;
  }
  .pu-gourmet-img-box {
    position: relative;
  }
  .pu-gourmet-shop-minits_l {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 92px;
    height: 92px;
    border-radius: 46px;
    background-color: #7a5b3f;
    color: #FFF;
    font-size: 1.8rem;
    position: absolute;
    top: -58px;
    left: -58px;
  }
  .pu-gourmet-shop-minits_l small {
    font-size: 1.4rem;
  }
  .pu-gourmet-shop-minits_r {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 92px;
    height: 92px;
    border-radius: 46px;
    background-color: #7a5b3f;
    color: #FFF;
    font-size: 1.8rem;
    position: absolute;
    top: -58px;
    right: -58px;
  }
  .pu-gourmet-shop-minits_r small {
    font-size: 1.4rem;
  }
  .pu-gourmet-illust_1 {
    position: absolute;
    right: 0px;
    bottom: -70px;
  }
  .pu-gourmet-illust_1 img {
    width: 60px;
    height: auto;
  }
  .pu-gourmet-illust_2 {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .pu-gourmet-illust_2 img {
    width: 60px;
    height: auto;
  }
  .pu-gourmet-in-box {
    margin: 80px 10px 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px 40px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 840px;
  }
  .pu-gourmet-in-box:not(:last-child)::after {
    content: "";
    display: block;
    width: 100%;
    height: 10px;
    border-bottom: 2px dashed #7a5b3f;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .pu-gourmet-in-box:last-child {
    margin-bottom: 40px;
  }
  .pu-gourmet-shop-text {
    text-align: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    position: relative;
  }
  .pu-gourmet-shop-name {
    font-size: 5rem;
    line-height: 1.2;
  }
  .pu-gourmet-shop-name small {
    font-size: 2.6rem;
  }
  .pu-gourmet-shop-name small.text-smaller {
    font-size: 1.6rem;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .pu-gourmet-shop-name-kana {
    font-size: 1.4rem;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .pu-gourmet-shop-read {
    font-size: 2.2rem;
    line-height: 1.6;
    padding: 0 0 100px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .map-list-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 6rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .map-list-box .map-list {
    width: 100%;
  }
  .map-list-box .map-list li {
    font-size: 1.8rem;
  }
  .map-list-box .map-list li .num {
    font-size: 1.8rem;
  }
  .cate-title-second {
    margin: 0 0 40px;
    font-size: 4.4rem;
  }
} /*MD*/
/*------------(LG)------------*/
@media (min-width: 1024px) and (max-width: 1215px) {
  /*■■■■■■ メインイメージ（LG） ■■■■■■■*/
} /*LG*/
/*------------(XL)------------*/
/*XL*/