/* ▼ ページ共通 ▼ */
.shopguide-content .shopguide-wrap {
  margin-inline: calc(50% - 50vw);
  padding-block: 20px 0;
  max-width: initial;
  width: 100vw;
  background-color: #f0e7da;
}
.shopguide-content .shopguide-wrap.shop {
  background-color: #efefef;
  padding-block: 30px 0;
}

/* ▼ タイトル ▼ */
.shopguide-content h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 38px;
  letter-spacing: 0.1em;
  color: #231815;
}
.shopguide-content h2 img {
  display: inline-block;
  width: 49px;
  height: 38px;
}
.shopguide-content h2 img:first-of-type {
  margin-right: 30px;
}
.shopguide-content h2 img:last-of-type {
  margin-left: 30px;
}

/* ▼ マップ ▼ */
.map-lniks {
  margin-inline: auto;
  max-width: 1100px;
  padding-bottom: 80px;
  padding-inline: 40px;
}

.map-lniks ul {
  position: relative;
  display: grid;
  gap: 5px;
  border-radius: 30px;
  background-color: #fff;
  padding-top: 40px;
  overflow: hidden;
}

.map-lniks ul::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1030px;
  height: 95px;
  aspect-ratio: 1030 / 95;
  background: url(../img/shopguide/map-lniks-bg.png) no-repeat center center;
  background-size: 1030px 95px;
  z-index: 0;
}

.map-lniks ul li {
  display: grid;
  grid-template-columns: 375px 175px;
  margin-inline: auto;
  max-width: 550px;
  width: 100%;
  z-index: 1;
}

.map-lniks ul li:nth-of-type(9) a img {
  width: 365px;
  height: auto;
  margin-right: -10px;
}

.map-lniks ul .other {
  margin-top: 15px;
}

.shopguide-search-wrap {
  display: flex;
  align-items: center;
  gap: 0 50px;
  margin-inline: auto;
  padding-left: 80px;
  max-width: 1030px;
}

/* ▼ タブメニュー（ショップ・フロア） ▼ */
.tab__menu {
  gap: 0 100px;
  margin-bottom: 20px;
}

.shopguide-search-wrap.floor,
.shopguide-search-wrap.shop,
.shopguide-search-wrap.category {
  padding-left: 0;
  justify-content: center;
}

.shopguide-search-wrap.floor .tab__menu,
.shopguide-search-wrap.shop .tab__menu,
.shopguide-search-wrap.category .tab__menu {
  gap: 0 40px;
}

.tab__menu li {
  width: 112px;
  height: 112px;
  border-right: none;
}

.tab__menu li a {
  text-align: center;
  display: block;
  border-radius: 20px;
}

.tab__menu li a img {
  display: block;
  margin-inline: auto;
}

.tab__menu li a p {
  margin-top: 2px;
}

.tab__menu li a figure {
  margin-inline: auto;
}

.tab__menu li:nth-of-type(1) a figure {
  width: 40px;
  height: 47px;
}

.tab__menu li:nth-of-type(2) a figure {
  width: 36px;
  height: 47px;
}

.tab__menu li:nth-of-type(3) a figure {
  margin-top: 8px;
  width: 55px;
  height: 36px;
}

.tab__menu li a figure img {
  width: auto;
  height: 100%;
}

.tab__menu li span, .tab__menu li a {
  padding: 14px 20px;
  background-color: #fff;
  font-size: 12px;
  line-height: 1.3;
}

.tab__menu li.active span, .tab__menu li.active a {
  color: #000;
  background-color: #fff2d5;
}

.tab__menu li.active span, .tab__menu li.active a p,
.tab__menu li.active span, .tab__menu li.active a img {
  opacity: 0.4;
}

.tab__menu li span:hover, .tab__menu li a:hover {
  color: #000;
}

.tab__menu li.active:before {
  content: none;
}

.tab__menu li:not(.link):after {
  content: none;
}

.tab__content {
  margin-bottom: 80px
}

/* ▼ 検索窓 ▼ */
.link-category {
  margin-bottom: 40px
}

.link-freewords {
  justify-content: center;
  margin-bottom: 20px;
  border: 1px solid #000;
  border-radius: 50px;
  background: initial;
}

.link-freewords input[type="text"] {
  width: 240px;
  padding: 10px 20px;
  background: initial;
  background-size: initial;
  background-color: #fff !important;
  font-size: 18px;
  font-weight: 500;
}
.link-freewords input[type="text"]::placeholder {
  color: #c9caca;
}

.link-freewords input[type="text"]:not(:placeholder-shown) {
  background: none;
}

.link-freewords input[type="text"]:focus {
  background: none;
}

.link-freewords input[type="submit"] {
  width: 70px;
  background-color: #d1b68f !important;
  background: url(../img/common/ic_search.svg) no-repeat center center / contain;
  background-size: 27px 27px;
  font-size: 18px;
}

/* ▼ カテゴリーから探す ▼ */
.link-category__title {
  padding-left: 36px;
  color: #929496;
  text-align: start;
  font-size: 25px;
}

.link-category {
  margin: 0 calc(50% - 50vw) 20px;
  background-color: #efefef;
  padding-block: 20px;
}
.result .link-category {
  margin: 0 calc(50% - 50vw) 5px;
  padding-block: 20px 5px;
}
.result {
  margin: 0 calc(50% - 50vw) 20px;
  background-color: #efefef;
  padding-block: 0 20px;
}
.link-category ul {
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 4px;
  padding: 20px 34px;
  border-radius: 30px;
  background-color: #fff;
  max-width: 950px;
}
.result .link-category ul {
  border-radius: 30px 30px 0 0;
}
.link-category ul li {
  margin: 0;
  border: none;
  border-radius: initial;
  width: 100%;
  height: 104px;
  border-right: 1px solid #000;
}
.link-category ul li:not(:first-child) {
  border-bottom: 1px solid #000;
}
.link-category ul li:first-child {
  position: relative;
  grid-area: 1 / 1 / 2 / -1;
  padding-bottom: 5px;
  height: 50px;
}
.link-category ul li:first-child::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
  z-index: 1;
}
.link-category ul li:first-child .all-btn {
  border: 1px solid #000;
  border-bottom: initial;
  height: 100%;
}
.link-category ul li a {
  display: grid;
  place-items: center;
  padding: 0;
}
.link-category ul li.active {
  border: none;
  border-left: 1px solid #000;
  border-top: 1px solid #000;
}
.link-category li.active a {
  background: none;
  background-color: #fbc93e;
}
.link-category li.active a span {
  color: #fff;
}
.link-category__name {
  font-size: 16px;
  line-height: 1.5;
}

/* ▼ ショップから探す ▼ */
.search__floor {
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.search__syllabary h3 {
  padding-left: 36px;
  color: #929496;
  text-align: start;
  font-size: 25px;
}

.link-syllabary {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px;
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
  padding: 0
}

.link-syllabary li {
  width: 75px;
  aspect-ratio: 75/60;
  background-color: #efefef;
  border: none;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
}

.link-syllabary li.active {
  background-color: #fbc93e;
  border: none;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  color: #fff;
}

.link-syllabary a {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  font-size: 19px;
  color: #888272;
}

.link-syllabary li.active a {
  color: #fff;
}

/* ▼ フロアから探す ▼ */
.search__floor > h3 {
  padding: 0 0 10px 36px;
  color: #929496;
  text-align: start;
  font-size: 25px;
}

.search__floor__container {
  margin: 14px auto 0;
  border-bottom: 5px solid #efefef;
  border-radius: 30px 30px 0 0;
  max-width: 1000px;
  width: 100%;
  padding: 60px 40px 40px;
  background-color: #fff;
}

.search__floor__map {
  width: 100%;
  margin: 0 auto;
  max-width: 1000px;
  border-radius: 0 0 30px 30px;
  padding: 40px;
  background-color: #fff;
}

.search__floor__tab .link-floor {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 12px;
  width: 100%;
  margin: 0 auto;
  padding: 0
}

.search__floor__tab .link-floor li {
  background-color: #fff;
  width: 76px;
  height: 60px;
  margin-bottom: 0;
  border: none;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  border-radius: 0;
}

.link-floor li a {
  position: relative;
  display: grid;
  place-items: center;
  background: none;
  border-radius: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: 105/34;
  font-size: 24px;
  color: #f39800;
}

.link-floor li.active {
  border: none;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
}

.link-floor li.active a {
  background: none;
  background-color: #fbc93e;
  color: #fff;
}

.link-floor li a span {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  padding: 5px 18px 5px 8px;
  width: 58px;
  background-color: #221E1F;
  color: #FBB03F; 
  font-size: 14px;
  clip-path: polygon(0% 0%, 86% 0, 100% 50%, 86% 100%, 0% 100%);
}

.search__floor__tab.map .link-floor li {
  background-color: #fff;
}

.search__floor__map .leaflet-touch .leaflet-bar a {
  width: 45px;
  height: auto;
  aspect-ratio: 1/1;
  margin-bottom: 2px;
  font-size: 40px;
  line-height: 36px;
}

.search__floor__map .leaflet-left {
  left: auto;
  right: 4.08163%
}

.search__floor__map .leaflet-top {
  top: 0;
  bottom: auto;
}

.search__floor__map .leaflet-left .leaflet-control, .search__floor__map .leaflet-top .leaflet-control {
  margin: 0
}

.search__floor__map .leaflet-touch .leaflet-control-layers, .search__floor__map .leaflet-touch .leaflet-bar {
  border: none
}

.search__floor__map .leaflet-bar a:first-child, .search__floor__map .leaflet-bar a:last-child {
  border-radius: initial;
}

.search__floor__map .leaflet-bar a, .search__floor__map .leaflet-bar a:hover {
  background-color: #c9c3ba;
  color: #fff;
}

.search__floor__map .leaflet-bar a.leaflet-disabled {
  background: #c9c3ba;
  color: #fff;
}

/* ▼ 条件で絞り込む ▼ */
.search__method {
  margin: 0 auto;
  gap: 4px;
  padding: 20px 34px;
  border-radius: 0 0 30px 30px;
  max-width: 950px;
}

.search__method > p {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
}

.search__method__inner {
  margin-top: 30px;
  padding-inline: 32px;
}

.search__method__box {
  margin-inline: auto;
  width: 100%;
  max-width: 760px;
}

.search__method h4 {
  position: relative;
  margin-block: 20px;
  font-size: 21px;
  font-weight: bold;
  text-align: left;
  margin-inline: auto;
  width: 100%;
  max-width: 760px;
}

.search__method h4::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 120px;
  background-color: #000;
  width: 500px;
  height: 1px;
}

.search__method .search__method__inner h4::after {
  left: 120px;
}

.search__method .search__method__box ul {
  display: -webkit-box;
  display: grid;
}

.search__method .search__method__box.genre ul {
  grid-template-columns: repeat(4, 1fr);
  gap: 25px 70px;
  margin: 0 0 20px;
  padding-left: 20px;
}

.search__method .search__method__box.benefits ul {
  grid-template-columns: repeat(3, 190px);
  justify-content: center;
  gap: 25px 45px;
  margin-inline: auto;
  padding-block: 20px;
}

.search__method .search__method__box.choices ul {
  grid-template-columns: repeat(4, 1fr);
  gap: 25px 20px;
  margin: 0 0 20px;
  padding-block: 20px;
}

.search__method ul li a {
  display: flex;
  gap: 0 10px;
  justify-content: flex-start;
  align-items: center;
  border: none;
  border-radius: initial;
  background-color: initial;
  padding: 0 3px;
  font-size: 15px;
}

.search__method .benefits ul li a {
  justify-content: center;
}


.search__method ul li a .checkbox {
  position: relative;
  width: 17px;
  height: 17px;
  border: 2px solid #7d7d7d;
  background-color: #fff;
  transition: all 0.2s ease;
  flex-shrink: 0;
}

.search__method ul li a .checkbox::after {
  content: '';
  position: absolute;
  left: 5px;
  top: -9px;
  transform: rotate(40deg);
  width: 7px;
  height: 16px;
  border: 3px solid #ff8c00;
  border-left: none;
  border-top: none;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.search__method ul li.active a .checkbox::after {
  opacity: 1;
}

.search__method ul li a span {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  color: #7d7d7d;
}

.search__method .link-text li.active a {
  background-color: initial;
}

@-moz-document url-prefix() {
  .search__method ul li a {
    line-break: loose;
  }
  .search__method ul li a span {
    margin-inline: -.18em;
  }
}

.search__method__genre.service li:first-child {
  width: 250px !important;
}

.search__method__genre li {
  display: flex;
  align-items: center;
  width: initial;
}

.search__method__genre li a {
  height: initial !important;
  border-radius: initial;
}

.search__method__area li {
  width: 47.14286%;
  overflow: hidden
}

.search__method__area.center {
  -webkit-box-pack: center;
  justify-content: center
}

.search__method__btn {
  display: inline-flex;
  justify-content: center;
  gap: 0 20px;
  border-radius: 30px;
  background-color: #d1b68f;
  padding: 20px 0;
  width: 346px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
}

.search__method__btn .arrow_more {
  display: inline-block;
  width: 10px;
  height: 18px;
  rotate: 90deg;
}

.search__method__btn .detail-close {
  display: none;
}

.search__method__btn.open .detail-open {
  display: none;
}

.search__method__btn.open .detail-close {
  display: block;
}

.search__method__btn.open .arrow_more {
  rotate: 270deg;
}

.search__method__btn p {
  color: #fff;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
}

.search__method__btn:hover {
  opacity: 0.7
}

.search__content {
  width: 100%;
  margin: 0 auto;
  max-width: 1100px;
}

.search__content.show {
  display: block;
  opacity: 1
}

.search__floor__btn {
  -webkit-box-ordinal-group: 3;
  order: 2;
  width: 100%
}

.search__floor__btn .btn__black {
  margin: 20px auto 0
}

.search__floor__map.show {
  display: block;
  opacity: 1
}

.search__words {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  padding: 30px 5.72917%
}

.search__words__box {
  width: 46.66667%
}

.search__words h4 {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
  text-align: center
}

/* ▼ 検索結果 ▼ */
.search__content > h3 {
  display: flex;
  gap: 12px;
  padding: 0;
  color: #000;
  text-align: start;
  font-size: 20px;
}

.search__content > h3 span {
  display: inline-block;
}

.shop__list {
  justify-content: start;
  gap: 35px;
  padding-top: 30px;
}

.shop__list::after{
  content:"";
  display: block;
  width: 460px;
}

.shop__list li {
  position: relative;
  display: block;
  padding: 0 0 20px;
  width: 223px;
  border-bottom: none;
}

.shop__img {
  width: 100%;
}

.shop__category {
  margin-bottom: 0;
  color: #d1b68f;
  font-size: 14px;
}

.shop__floor {
  position: relative;
  display: flex;
  justify-content: flex-end;
  margin-left: auto;
  min-width: 40px;
  font-size: 14px;
  font-weight: 500;
}

.shop__floor span {
  position: relative;
  margin-top: 7px;
  text-align: right;
  display: inline-block;
  line-height: 1;
  color: #727171;
}

.shop__floor span:not(:last-of-type)::after {
  content: "・";
  display: inline-block;
  width: 10px;
  aspect-ratio: 1;
}

.shop__floor span[data-floor="2F"],
.shop__floor span[data-floor="3F"],
.shop__floor span[data-floor="4F"],
.shop__floor span[data-floor="5F"],
.shop__floor span[data-floor="6F"],
.shop__floor span[data-floor="7F"],
.shop__floor span[data-floor="8F"],
.shop__floor span[data-floor="9F"],
.shop__floor span[data-floor="10F"] {
  background-color: initial;
}

.shop__floor a {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  min-width: 40px;
  height: 25px;
  z-index: 1;
}

.shop__floor a:last-of-type {
  margin-left: 5px;
  border-left: 1px solid #9fa0a0;
}

.shop__floor a:not(:last-of-type) {
  display: none;
}

.shop__floor a img {
  width: 24px;
  height: 9px;
}

.shop__floor a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 4px;
  height: 8px;
  background: url(../img/common/ic_floor-map-arrow.svg) no-repeat center center / contain;
}


.shop__name {
  position: relative;
  margin-bottom: 6px;
}

.shop__name p {
  padding-right: 5px;
  font-size: 16px;
}

.shop__open {
  margin-bottom: 0;
  color: #000;
  font-size: 12px;
  font-weight: bold;
}

.shop__tel {
  font-size: 12px;
}

.shop__tel a {
  margin-left: 6px;
}

.shop__text {
  padding-left: 0;
}

.shop__text .shop__area {
  position: relative;
  max-width: 180px;
}

/* ▼ ショップ詳細ページ ▼ */
.detail__title {
  position: relative;
  padding: 16px 5px 4px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.detail__title .shop__category {
  margin-bottom: 0;
}

.detail__title .shop__category span {
  margin-bottom: 0;
  margin-left: 0;
  padding: 0;
  font-size: 14px;
  vertical-align: initial;
  border: none;
}

.detail__title h2 {
  font-size: 24px;
}

.detail__title .shop__floor {
  display: block;
  font-size: 25px;
}

.detail__title .shop__floor span {
  display: block;
  padding: 8px 24px;
  font-size: 24px;
}

.detail__title .shop__floor span:first-of-type {
  padding: 8px 24px 8px 50px;
}


.shop-detail__description {
  margin: 10px auto 0
}

.shop-detail__logo {
  margin-bottom: 10px
}

.shop-detail__logo img {
  width: 32%;
  max-width: 200px;
}

.shop-detail__img {
  margin-bottom: 50px
}

.shop-detail__img .slider-for li {
  max-width: 68%;
  height: 440px;
  padding-top: 0;
  aspect-ratio: 2 / 1;
}

.shop-detail__img .slider-for li img {
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 2 / 1;
}

.title-mini.text-orange {
  color: #F15A28;
}

.detail__info {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 510px 350px;
  gap: 0 20px;
}

.detail__box {
  padding: 22px 0;
  border-top: 1px solid #221E1F;
}

.detail__box:last-of-type {
  border-bottom: 1px solid #221E1F;
}

.detail__box dl dt {
  color: #221E1F;
  font-size: 20px;
}

.detail__box dl dd {
  color: #221E1F;
  font-size: 20px;
}

.detail__box dl dd.sns-list ul {
  display: flex;
  align-items: center;
  gap: 0 30px;
}

.detail__box dl dd.sns-list ul li {
  width: 24px;
  height: auto;
}

.detail__box dl dd.sns-list ul li a {
  display: flex;
  align-items: center;
}

.kodawari {
  margin-bottom: 40px;
}

.shop-detail__point {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-inline: auto;
  max-width: 850px;
}

.shop-detail__point li {
  display: grid;
  place-items: center;
  border-radius: 6px;
  width: 24%;
  aspect-ratio: 103/23;
  background-color: #F9EAD3;
  font-size: 14px;
}

.shop-detail__text {
  font-size: 14px;
  line-height: 2.0
}

.shop-detail__text .js-view-open {
  display: none
}

.shop-detail__more {
  background: #000;
  display: block;
  margin-top: 20px;
  padding: 12px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.0;
  text-align: center;
  border-radius: 6px;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease
}

.shop-detail__more:hover {
  opacity: 0.7
}

.servies-benefits dl {
  margin-bottom: 20px;
  text-align: left;
  border: 2px solid #e5e5e5;
  border-radius: 6px
}

.servies-benefits dl:last-of-type {
  margin-bottom: 0
}

.servies-benefits dl dt {
  padding: 15px 20px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center
}

.servies-benefits dl dd {
  padding: 15px 20px;
  border-top: 2px dotted #e5e5e5
}

.servies-benefits dl dd p {
  margin-bottom: 5px;
  color: #b81c22;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4
}

.servies-benefits dl dd small {
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
  color: #787878;
  font-size: 14px;
  line-height: 1.3
}



@media screen and (max-width: 767px) {
  .shopguide-content .shopguide-wrap.shop {
    padding-block: 0px;
  }

  .shopguide-search-wrap.floor,
  .shopguide-search-wrap.shop,
  .shopguide-search-wrap.category {
    padding-bottom: 20px;
  }

  /* ▼ タイトル ▼ */
  .shopguide-content h2 {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .shopguide-content h2 img {
    width: 29px;
    height: 18px;
  }
  .shopguide-content h2 img:first-of-type {
    margin-right: 20px;
  }
  .shopguide-content h2 img:last-of-type {
    margin-left: 20px;
  }

  /* ▼ タブメニュー（ショップ・フロア） ▼ */
  .tab__menu {
    justify-content: center;
    gap: 30px;
  }

  .shopguide-search-wrap.floor .tab__menu,
  .shopguide-search-wrap.shop .tab__menu,
  .shopguide-search-wrap.category .tab__menu {
    gap: 0 30px;
  }

  .tab__menu li {
    width: 85px;
    height: 85px;
  }

  .tab__menu li span, .tab__menu li a {
    padding: 10px;
    font-size: 11px;
  }

  .tab__menu li:nth-of-type(1) a figure {
    width: 29px;
    height: 34px;
  }

  .tab__menu li:nth-of-type(2) a figure {
    width: 25px;
    height: 34px;
  }

  .tab__menu li:nth-of-type(3) a figure {
    margin-top: 8px;
    width: 40px;
    height: 26px;
  }

  /* ▼ マップ ▼ */
  .map-lniks {
    max-width: 92%;
    padding-bottom: 40px;
    padding-inline: 0;
  }

  .map-lniks ul {
    border-radius: 30px;
    padding-top: 20px;
    padding-left: 5px;
  }

  .map-lniks ul::after {
    width: 515px;
    height: 48px;
    background-size: 515px 48px;
  }

  .map-lniks ul li {
    grid-template-columns: 200px 80px;
    max-width: 280px;
  }

  .map-lniks ul li:nth-of-type(9) a img {
    width: 194px;
    height: auto;
    margin-right: -7px;
  }

  .map-lniks ul .other {
    margin-top: 15px;
  }

  .shopguide-search-wrap {
    flex-direction: column;
    gap: 0 50px;
    padding-left: 0;
    max-width: initial;
  }

  /* ▼ 検索窓 ▼ */

  form {
    margin-inline: auto;
    width: 92%;
    max-width: 315px;
  }

  .link-freewords {
    margin-bottom: 0px;
    width: 100%;
  }

  .link-freewords input[type="text"] {
    padding: 10px 8px 8px 12px;
    width: 85%;
    font-size: 16px;
  }

  .link-freewords input[type="submit"] {
    background-size: 20px 20px;
    width: 15%;
    font-size: 12px;
  }

  /* ▼ 条件で絞り込む ▼ */
  .search__method {
    margin: 0 auto;
    gap: 4px;
    padding: 20px 15px;
    max-width: 90%;
  }

  .search__method > p {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .search__method__inner {
    padding-inline: 0;
  }

  .search__method__box {
    margin-inline: auto;
    width: 100%;
    max-width: 100%;
  }

  .search__method__box.genre {
    margin-inline: auto;
    width: 100%;
    max-width: 760px;
  }

  .search__method h4 {
    font-size: 14px;
  }

  .search__method h4::after,
  .search__method .search__method__inner h4::after {
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 170px;
  }

  .search__method__box {
    width: 100%;
  }

  .search__method ul {
    justify-content: flex-start;
  }

  .search__method ul li a {
    gap: 0 5px;
    font-size: 13px;
  }

  .search__method .benefits ul li a {
    justify-content: start;
  }

  .search__method__btn {
    gap: 0 10px;
    padding: 15px;
    width: 80%;
    font-size: 14px;
  }

  .search__method__btn p {
    font-size: 15px;
  }


.search__method .search__method__box.genre ul {
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 10px;
  margin: 0 0 20px;
  padding-inline: 0;
  border-top: initial;
}

.search__method .search__method__box.benefits ul {
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 10px;
  padding-block: 10px;
  padding-inline: 0;
}

.search__method .search__method__box.choices ul {
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 10px;
  margin: 0;
  padding-block: 10px 0;
  padding-inline: 0;
}

.link-text {
  border-top: initial;
}

.link-text li {
  width: initial;
}

.link-text li a {
  height: auto;
}

.search__method ul li a {
  display: inline-flex;
  gap: 0 5px;
  justify-content: flex-start;
  align-items: center;
  border: none;
  border-radius: initial;
  padding: 0;
  font-size: 14px;
}

.search__method .search__method__box.genre ul li a {
  width: 100%;
}

.search__method .search__method__box.benefits ul li a {
  width: 100%;
}

.search__method .search__method__box.choices ul li a {
  width: 100%;
}

.search__method ul li a .checkbox {
  width: 16px;
  height: 16px;
}

.search__method ul li a .checkbox::after {
  left: 5px;
  top: -6px;
  width: 4px;
  height: 14px;
  border: 2px solid #ff8c00;
  border-left: none;
  border-top: none;
}

.search__method ul li.active a .checkbox::after {
  opacity: 1;
}

.search__method ul li a span {
  text-align: left;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  color: #7d7d7d;
}

.search__method .link-text li.active a {
  background-color: initial;
}

.search__method__genre.service li:first-child {
  width: initial !important;
}


  /* ▼ カテゴリーから探す ▼ */
  .link-category__title {
    padding-left: 0;
    font-size: min(4vw, 16px);
  }

  .link-category ul {
    grid-template-columns: repeat(4, 1fr);
    gap: 4px;
    padding: 20px 15px;
    border-radius: 20px;
    max-width: 90%;
  }

  .link-category ul li {
    width: 100%;
    height: initial;
    aspect-ratio: 156 / 123;
  }

  .link-category ul li:first-child {
    height: 40px;
  }

  .link-category li a span {
    font-size: 12px;
    line-height: 1.5;
  }

  /* ▼ ショップから探す ▼ */
  .search__syllabary h3 {
    padding-left: 0;
    font-size: min(4vw, 16px);
  }

  .link-syllabary {
    margin: 0 auto;
    padding: 20px 20px 0;
  }

  .link-syllabary li {
    width: 17.3%;
    aspect-ratio: 108/85;
  }

  .link-syllabary a {
    font-size: 14px;
  }

  /* ▼ フロアから探す ▼ */
  .search__floor {
    margin-bottom: 20px;
    margin-inline: auto;
    border-radius: 20px;
    padding-bottom: 20px;
    padding-inline: 0;
    max-width: 92%;
  }

  .search__floor > h3 {
    padding-left: 0;
    font-size: min(4vw, 16px);
  }

  .search__floor__container {
    border-radius: 10px 10px 0 0;
    border-bottom: 5px solid #efefef;
    margin-top: 0;
    padding: 4%;
  }

  .search__floor__tab .link-floor {
    justify-content: center;
    gap: 8px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }

  .search__floor__tab .link-floor li {
    width: 17.5%;
    height: 40px;
  }

  .link-floor li a {
    font-size: 14px;
  }

  .link-floor li a span {
    display: grid;
    place-items: center;
    padding: 0;
    width: 26%;
    aspect-ratio: 20/7;
    font-size: min(1.6vw, 10px);
  }

  .search__floor__map {
    margin: 0 auto;
    border-radius: 0 0 10px 10px;
    padding: 10px;
    max-width: initial;
    width: 100%;
  }

  .search__floor__map .leaflet-touch .leaflet-bar a {
    width: 35px;
    font-size: 30px;
    line-height: 28px;
  }

  /* ▼ 検索結果 ▼ */
  .search__content > h3 {
    gap: 4px;
    padding: 0 0 4px 0;
    font-size: min(4vw,16px);
  }

  .shop__list {
    position: relative;
    justify-content: space-between;
    gap: initial;
    padding-top: 0;
  }

  .shop__list li {
    border-top: none;
    padding: 0 0 40px;
    width: 46%;
  }

  .shop__list li:nth-of-type(1) {
    border-top: none;
  }

  .shop__list li:nth-of-type(1),
  .shop__list li:nth-of-type(2) {
    margin-top: 16px;
  }

  .shop__img {
    width: 100%;
  }

  .shop__img img {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: cover;
  }

  .shop__text {
    padding-left: 0;
  }

  .shop__floor {
    font-size: 12px;
  }

  .shop__floor::after {
    bottom: -8px;
    right: 2px;
    width: 26px;
    height: 8px;
  }

  .shop__floor a {
    min-width: 30px;
    width: 30px;
    height: 20px;
  }

  .shop__floor a:last-of-type {
    margin-left: 3px;
  }

  .shop__floor a::after {
    top: 65%;
  }

  .shop__floor a img {
    margin-top: 8px;
    margin-right: 4px;
    width: 20px;
  }

  .shop__floor span {
    margin-top: 9px;
    font-size: 10px;
  }

  .shop__floor span:not(:last-of-type)::after {
    width: 7px;
  }

  .shop__category {
    font-size: 12px;
  }

  .shop__name {
    margin-bottom: 0;
  }

  .shop__name p {
    padding-top: 5px;
    padding-right: 5px;
    max-width: 100%;
    font-size: 14px;
  }

  .shop__open {
    font-size: min(3.4vw,16px);
  }

  .shop__tel {
    font-size: min(3.4vw,16px);
  }

  /* ▼ ショップ詳細ページ ▼ */
  .detail__title .shop__floor span {
    padding: 8px 10px;
    font-size: clamp(0.875rem, 0.875rem + 0.53vw, 1.125rem);
  }

  .detail__title .shop__floor span:first-of-type {
    padding: 8px 10px 8px 20px;
  }

  .shop-detail__description {
    margin: 10px auto 0;
  }

  .shop-detail__logo {
    margin-bottom: 10px;
  }

  .shop-detail__logo img {
    width: 40%;
    max-width: 120px;
  }

  .shop-detail__point {
    justify-content: space-between;
    gap: 6px 0;
    width: 100%;
  }

  .shop-detail__point li {
    width: 49%;
    aspect-ratio: 22/6;
    font-size: min(3.4vw, 20px);
  }

  .shop-detail__img {
    margin-bottom: 20px;
  }

  .title-mini {
    font-size: 22px;
  }

  .detail__box {
    padding: 12px 10px;
  }

  .detail__info {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .detail__box dl {
    padding: 0;
  }

  .detail__box dl dt {
    width: 32%;
    font-size: 16px;
  }

  .detail__box dl dd {
    font-size: 16px;
  }

  .detail__box dl dd.sns-list ul {
    flex-wrap: wrap;
    gap: 10px 20px;
  }

  .detail__box dl dd.sns-list ul li {
    width: 20px;
  }

  .detail__box dl dd a[href*="tel"] {
    font-size: 16px;
  }
}





/* ▼ ショップ詳細ページ250130 ▼ */
.single-shopguide .content {
  max-width: 880px;
}
.single-shopguide .detail__title {
  position: relative;
  margin-block: 80px 0;
  border-top: initial;
  border-bottom: 1px solid #000;
  padding: 0;
}
.single-shopguide .shop__area {
  display: block;
}
.single-shopguide .shop__info {
  display: flex;
}
.single-shopguide .shop__name {
  padding-block: 10px;
}
.single-shopguide .shop__floor {
  position: relative;
  display: flex;
  align-items: center;
  min-width: 70px;
  font-size: 25px;
  font-weight: bold;
  clip-path: initial;
}
.single-shopguide .shop__floor::after {
  bottom: 3px;
  right: 5px;
  width: 50px;
  height: 16px;
}
.single-shopguide .shop__floor a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
.single-shopguide .shop__floor span {
  position: relative;
  width: 100%;
  padding-inline: 8px;
  text-align: right;
  background-color: initial;
}
.single-shopguide .detail__title .shop__floor span {
  text-align: center;
  display: block;
  margin-top: 0;
  padding: 8px 14px;
  font-size: 24px;
}
.single-shopguide .detail__title .shop__floor span::after {
  width: 7px;
  height: 14px;
}

.single-shopguide .shop-detail__img {
  position: relative;
  margin-bottom: 50px;
}
.single-shopguide .shop-detail__img .slider-for {
  margin-inline: calc(50% - 50vw);
  background-color: #EFEFEF;
}
.single-shopguide .shop-detail__img .slider-for li {
  background-color: #EFEFEF;
  padding-top: 0;
}
.single-shopguide .shop-detail__img .slider-for .slick-prev {
  left: 22.5%;
  width: 50px;
  height: 50px;
}
.single-shopguide .shop-detail__img .slider-for .slick-next {
  right: 22%;
  width: 50px;
  height: 50px;
}
.shop-detail__img .slider-nav {
  margin-top: 40px;
  gap: 15px;
}
.shop-detail__img .slider-nav li {
  padding-top: initial;
  width: 100px;
  aspect-ratio: 1;
}
.single-shopguide .detail__box {
  padding: 5px 0;
  border-top: initial;
}
.single-shopguide .detail__box:last-of-type {
  margin-bottom: 0px;
  border-bottom: initial;
}
.single-shopguide .detail__box dl {
  padding: 0;
}
.single-shopguide .detail__box dl dt {
  color: #7D7D7D;
  font-size: 18px;
}
.single-shopguide .detail__box dl dd {
  color: #221E1F;
  font-size: 22px;
}
.single-shopguide .detail__box dl dd a {
  color: #727171;
}
.single-shopguide .detail__box dl dd a[href*="tel"] {
  font-size: 22px;
  color: #EA5514 !important;
  text-decoration: none;
}
.single-shopguide .kodawari {
  margin-bottom: 0;
}
.single-shopguide .shop-detail__point {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-inline: auto;
  max-width: 100%;
}
.single-shopguide .shop-detail__point li {
  display: grid;
  place-items: center;
  border: 1px solid #7D7D7D;
  border-radius: 15px;
  width: initial;
  max-width: 45%;
  aspect-ratio: initial;
  background-color: #fff;
  padding: 10px 15px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #7D7D7D;
}
.single-shopguide .shop-detail__text {
  font-size: 18px;
  line-height: 2.0
}
.single-shopguide .shop-detail__more {
  position: relative;
  background-color: initial;
  margin-left: auto;
  display: block;
  width: fit-content;
  margin-top: 0;
  padding: 20px;
  color: #9FA0A0;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.0;
  text-align: center;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease
}
.single-shopguide .shop-detail__more::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  right: 0;
  width: 10px;
  height: 18px;
  background: url("../img/common/ic_arrow_gray_more.svg") no-repeat center center / contain;
}
.single-shopguide h2.share {
  margin-top: 80px;
  font-size: 18px;
}
.single-shopguide .detail__sns {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  gap: 0 60px;
  max-width: 710px;
  margin: 0 auto 60px;
}
.single-shopguide .detail__sns li {
  width: 41px;
  height: 41px;
}
.single-shopguide .servies-benefits {
  position: relative;
}
.single-shopguide .servies-benefits h2 {
  position: absolute;
  top: -15px;
  left: -10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #F08300;
  border-radius: 15px;
  background-color: #fff;
  padding: 5px 30px;
  font-size: 20px;
  font-weight: 500;
  color: #F08300;
  z-index: 1;
}
.single-shopguide .servies-benefits .servies-benefits-lists {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 0;
  border: 1px solid #F08300;
  border-radius: 15px;
  padding: 40px 40px 20px;
}
.single-shopguide .servies-benefits dl {
  margin-bottom: 0;
  text-align: left;
  border: initial;
  border-radius: initial;
}
.single-shopguide .servies-benefits dl:nth-of-type(2) {
  border-left: 1px solid #F08300;
  padding: 0 0 0 20px;
}
.single-shopguide .servies-benefits dl:last-of-type {
  margin-bottom: 0;
}
.single-shopguide .servies-benefits dl dt {
  padding: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  text-align: left;
}
.single-shopguide .servies-benefits dl dd {
  padding: 10px 0 0;
  border-top: initial;
}
.single-shopguide .servies-benefits dl dd p {
  margin-bottom: 5px;
  font-size: 20px;
  color: #F08300;
  font-weight: 400;
  line-height: 1.4;
}
.single-shopguide .servies-benefits dl dd small {
  font-family: initial;
  color: #000;
  font-size: 14px;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .single-shopguide .inner {
    padding: 0 6%;
  }
  .single-shopguide .content {
    max-width: initial;
  }
  .single-shopguide .detail__title {
    margin-block: 30px 0;
    display: flex;
    justify-content: space-between;
  }
  .single-shopguide .shop__area {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .single-shopguide .shop__info {
    gap: 0 5px;
  }
  .single-shopguide .shop__category {
    display: flex;
    align-items: end;
    margin-right: auto;
    min-width: 30%;
  }
  .single-shopguide .shop__name {
    text-align: left;
    min-width: 120px;
    padding: 5px 0;
  }
  .single-shopguide .shop__floor {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0;
    padding: 0;
    min-width: initial;
    min-height: 60px;
  }
  .single-shopguide .shop__floor span {
    padding-inline: 8px;
  }
  .single-shopguide .shop__floor span[data-floor="10F"] {
    width: 65px;
  }
  .single-shopguide .shop__floor span::before {
    top: -15px;
    left: 12px;
    width: 31px;
    height: 53px;
  }
  .single-shopguide .detail__title {
    position: relative;
    border-top: initial;
    border-bottom: 1px solid #000;
  }
  .single-shopguide .detail__title .shop__floor span {
    display: block;
    padding: 8px 10px 8px 8px;
    font-size: 16px;
  }
  .single-shopguide .shop__floor::after {
    bottom: 3px;
    right: 3px;
    width: 30px;
    height: 13px;
  }
  .single-shopguide .shop__floor a {
    width: auto;
    height: auto;
  }
  .shop__floor a:first-child {
    border-left: initial;
  }
  .single-shopguide .shop__floor {
    border-left: 1px solid #9fa0a0;
    min-width: 40px;
    min-height: 40px;
    padding-bottom: 2px;
  }
  .single-shopguide .shop-detail__img {
    position: relative;
    margin-bottom: 30px;
  }
  .single-shopguide .shop-detail__img .slider-for li {
    aspect-ratio: 1/1;
    background-color: #EFEFEF;
    padding-top: 0;
    height: initial;
  }
  .single-shopguide .shop-detail__img .slider-for li img {
    aspect-ratio: initial;
  }
  .single-shopguide .shop-detail__img .slider-for .slick-prev {
    width: 50px;
    height: 45px;
    left: 2%;
  }
  .single-shopguide .shop-detail__img .slider-for .slick-next {
    width: 50px;
    height: 45px;
    right: 0%;
  }
  .shop-detail__img .slider-nav li {
    padding-top: initial;
    width: 60px;
    aspect-ratio: 1;
  }
  .single-shopguide .detail__box {
    margin: 0 auto;
    max-width: 526px;
  }
  .single-shopguide .detail__box:last-of-type {
    margin-bottom: 0;
    border-bottom: initial;
  }
  .single-shopguide .detail__box dl {
    padding: 0;
  }
  .single-shopguide .detail__box dl dt {
    font-size: 14px;
  }
  .single-shopguide .detail__box dl dd {
    font-size: 16px;
  }
  .single-shopguide .detail__box dl dt.tel {
    padding-top: 6px;
  }
  .single-shopguide .detail__box dl dd a[href*="tel"] {
    font-size: 16px;
  }
  .single-shopguide .kodawari {
    margin: 0 auto 5px;
    max-width: 100%;
    width: 100%;
  }
  .single-shopguide .shop-detail__point {
    justify-content: flex-start;
  }
  .single-shopguide .shop-detail__point li {
    display: flex;
    align-items: center;
    width: initial;
    max-width: 80%;
    padding: 8px 15px;
    font-size: 14px;
    line-height: 1.4;
    aspect-ratio: initial;
  }
  .single-shopguide .shop-detail__text {
    font-size: 14px;
  }
  .single-shopguide .shop-detail__more {
    padding: 10px;
    font-size: 14px;
  }
  .single-shopguide .shop-detail__more::after {
    width: 6px;
    height: 10px;
  }
  .single-shopguide h2.share {
    margin-top: 80px;
    padding-bottom: 25px;
    font-size: 18px;
  }
  .single-shopguide .detail__sns {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    gap: 0 45px;
    max-width: 710px;
    margin: 0 auto 60px;
  }
  .single-shopguide .servies-benefits h2 {
    padding: 5px 15px;
    font-size: 17px;
  }
  .single-shopguide .servies-benefits .servies-benefits-lists {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    padding: 10px 15px 10px;
  }
  .single-shopguide .servies-benefits dl {
    margin-bottom: 0;
    padding: 20px 4%;
    text-align: left;
    border-radius: initial;
    border-bottom: 1px solid #F08300;
  }
  .single-shopguide .servies-benefits dl:nth-of-type(2) {
    border-left: initial;
    padding: 20px 4%;
  }
  .single-shopguide .servies-benefits dl:last-of-type {
    margin-bottom: 0;
    border-bottom: initial;
  }
  .single-shopguide .servies-benefits dl dt {
    font-size: 16px;
  }
  .single-shopguide .servies-benefits dl dd {
    padding: 5px 0 0;
    border-top: initial;
  }
  .single-shopguide .servies-benefits dl dd p {
    font-size: 16px;
  }
}