body {
  font-family: ;
}

/* pc */
#shopinfo {
  font-size: 14px;
  line-height: 1.75;
  padding-bottom: 60px;
}

.shopinfo__head {
  text-align: center;
}

.shopinfo__head--img {
  max-width: 1024px;
  margin: 40px auto 0;
}

.shopinfo__head--img img {
  width: 100%;
}

.shopinfo__head h1 {
  padding: 80px 0px 60px 0;
  font-size: 32px;
  line-height: 1;
  font-weight: 600;
}
.shopinfo__head h1 .switch_shop-type {
  font-size: 12px;
  color: #666;
  font-weight: normal;
  text-decoration: underline;
  padding-top: 1em;
  display: inline-block;
  text-underline-offset: 3px;
}

.shopinfo__shoplist {
  width: 1024px;
  margin: 0 auto;
}

.shopinfo__shoplist h2 {
  padding: 80px 0 40px 0;
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}

.shopinfo__shoplist h3 {
  font-size: 28px;
  padding: 20px 8px;
  font-weight: 500;
  margin-top: 20px;
}

.shopinfo__shoplist__store {
  display: flex;
  flex-wrap: wrap;
  gap: 0 40px;
  border-bottom: 1px solid #f2f2f2;
}

.shopinfo__shoplist__store li {
  width: calc(50% - 30px);
  box-sizing: border-box;
  margin-bottom: 60px;
  font-size: 14px;
  line-height: 1.75;
  position: relative;
}

.shopinfo__shoplist__store--wrapper {
  margin-bottom: 10px;
}

.shopinfo__shoplist__store--header {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
}
.shopinfo__shoplist__store--header::after {
  content: attr(data-shop-name);
  margin-left: .5em;
  font-size: .9em;
  opacity: .7;
  background: #000;
  color: #fff;
  padding: .5em;
  border-radius: 4px;
}
.shopinfo__shoplist__store--header[data-shop-name="gavic"]::after {
  background-image: url("//media.aws.locondo.jp/royalstatic/common/img/top/logo_gavic_w.png");
  background-repeat: no-repeat;
  background-position: 8px;
  background-size: 24px;
  padding-left: 38px;
}
.shopinfo__shoplist__store--header[data-shop-name="loozer"]::after {
  background-image: url("//media.aws.locondo.jp/royalstatic/common/img/top/logo_loozer_w.png");
  background-repeat: no-repeat;
  background-position: 8px;
  background-size: 24px;
  padding-left: 38px;
}

.shopinfo__shoplist__store--detail dt,
.shopinfo__shoplist__store--detail dd {
  color: #444 !important;
  font-size: 13px !important;
}

.footer {
  margin-top: 0 !important;
}

.pagetop {
  margin: 0;
}

.shopinfo__shoplist__store--link a {
  display: block;
  text-align: center;
  margin: 0;
  background: #029697;
  color: #fff;
  font-weight: 600;
  padding: 10px 0;
  font-size: 14px;
  width: 49%;
  border-radius: 4px;
}

.shopinfo__shoplist__store a.shopinfo__line {
  text-decoration: none;
  color: #06c755;
  background: #f2f2f2;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  bottom: 0;
  width: 49%;
  margin: 0;
}

.shopinfo__shoplist__store a.shopinfo__line .icon {
  font-size: 24px;
  padding-right: 2px;
}

.shopinfo__shoplist__store a.shopinfo__line:hover {
  background: #eee;
}

.shopinfo__shoplist__store--text {
  margin: 15px 0;
}

.shopinfo__shoplist__store--detail dt {
  width: 80px;
  float: left;
}

.shopinfo__shoplist__store--detail dd {
  margin-left: 86px;
  padding: 0 0 0 20px;
  position: relative;
}

.shopinfo__shoplist__store--detail dd::before {
  content: ":";
  display: inline-block;
  position: absolute;
  left: -2px;
  top: -1px;
}

.shopinfo__shoplist__store--link {
  display: flex;
  justify-content: space-between;
}

/* ナビゲーション関連 */
nav.lc-u-displayNone-pc,
nav.lc-u-displayNone-sp {
  width: 100%;
  position: sticky;
  top: 60px;
  background-color: rgba(255, 255, 255, .6) !important;
  backdrop-filter: blur(8px);
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.3);
  z-index: 10;
}
nav .nav_filter_control {
  margin: 0 auto;
  padding: 10px 0;
  width: 1024px;
  justify-content: center;
}
nav .uk-subnav-pill>*>:first-child {
  border-radius: 4px;
}
nav .uk-subnav-pill .uk-active a {
  color: #fff;
  background-color: #029697;
  font-weight: bold;
}

/* ブランドナビ部分 */
.top-navi {
  display: flex;
  justify-content: center;
  padding: 6px 10px;
  border-top: 1px solid #fff;
  gap: 0 20px;/* ４コンテンツの場合 */
}
.top-navi li{
  width: 65px;
  height: 65px;
  text-align: center;
  border-radius: 14px;
  opacity: .6;
  transition: all .2s;
  background: transparent;

  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.top-navi li .top-navi__block {
  width: 100%;
  position: relative;
  /* top: -2px; */
}
.top-navi li .top-navi__logo {
  display: block;
  width: 50%;
  padding-top: 50%;
  position: relative;
  margin: 0 auto;
}
.top-navi li .top-navi__logo img {
  max-width: 70%;
  max-height: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.top-navi li p {
  font-size: 10px;/* 収まり対策 */
  color: #333;
  font-weight: bold;
}
.top-navi li p span {
  display: block;
  font-size: 9px;
  color: 000;
  margin-bottom: 4px;
}
/* active */
.top-navi li:not(.active):hover {
  background: #efefef;
  opacity: .8;
}
.top-navi li.active {
  background: #ddd;
  opacity: 1;
}

@media screen and (max-width: 767px) {

  nav.gNav {
    margin-bottom: 0;
  }

  .shopinfo__head--img {
    margin-top: 0;
  }

  .shopinfo__head h1 {
    padding: 20px 0;
    font-size: 24px;
  }

  .shopinfo__shoplist {
    width: 100%;
    /* border-top: 15px solid #f2f2f2;
    margin-top: 40px; */
  }

  .shopinfo__shoplist h2 {
    padding: 20px 0;
    font-size: 28px;
    font-weight: 400;
  }

  .shopinfo__shoplist__store {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
  }

  .shopinfo__shoplist__store h4 {
    margin-bottom: 10px;
  }

  .shopinfo__shoplist h3 {
    font-size: 24px;
    margin-top: 10px;
  }

  .shopinfo__shoplist__store li {
    width: 100%;
  }

  .shopinfo__shoplist__store li:nth-child(odd) {
    margin-right: 0px;
  }

  .shopinfo__shoplist__store li img {
    width: 100%;
    /* height: 56.25vw; */
    object-fit: cover;
  }

  .shopinfo__shoplist__store--text {
    margin: 15px;
  }

  .shopinfo__shoplist__label {
    width: 100%;
  }

  .shopinfo__shoplist__store--detail dt,
  .shopinfo__shoplist__store--detail dd {
    font-size: 13px !important;
  }

  .shopinfo__shoplist__store--detail dt {
    width: 73px;
    float: left;
  }

  .shopinfo__shoplist__store--detail dd {
    margin-left: 66px;
    padding: 0 0 0 20px;
    position: relative;
  }

  .shopinfo__shoplist__store--detail dd::before {
    content: ":";
    display: inline-block;
    position: absolute;
    left: -2px;
    top: -1px;
  }

  .shopinfo__shoplist__store--link {
    display: block;
    margin: 15px;
  }

  .shopinfo__shoplist__store a {
    margin-bottom: 15px;
    width: 100%;
  }

  .shopinfo__shoplist__store a.shopinfo__line {
    width: 100%;
  }

  nav.lc-u-displayNone-pc {
    top: 50px;
    padding: 10px;
  }
  nav.lc-u-displayNone-pc select {
    width: 100%;
  }
  
  /* ナビゲーション関連 */
  nav.lc-u-displayNone-pc,
  nav.lc-u-displayNone-sp {

  }

  /* ブランドナビ部分 */
  .top-navi {
    display: flex;
    justify-content: center;
    background: #ECECEC;
    padding: 6px 10px;
    /* margin-bottom: 10px; */
    border-top: 1px solid #fff;
    gap: 0 10px;/* ４コンテンツの場合 */
  }
  .top-navi li{
    width: 50px;
    height: 50px;
    text-align: center;
    opacity: .6;
    transition: opacity .2;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .top-navi li .top-navi__block {
    width: 100%;
    position: relative;
    /* top: -2px; */
  }
  .top-navi li .top-navi__logo {
    display: block;
    width: 50%;
    padding-top: 50%;
    position: relative;
    margin: 0 auto;
  }
  .top-navi li .top-navi__logo img {
    max-width: 70%;
    max-height: 70%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .top-navi li p {
    /*font-size: 11px;*/
    font-size: 10px;/* 収まり対策 */
    color: #333;
    font-weight: bold;
  }
  .top-navi li p span {
    display: block;
    font-size: 8px;
    color: 000;
    margin-bottom: 4px;
  }
  /* active */
  .top-navi li.active {
    background: #ddd;
    border-radius: 14px;
    opacity: 1;
  }
}

/* 店舗がない時のスタイル */
.shopinfo__empty{
  margin: 24px 0;
  padding: 16px;
  border: 1px solid #ddd;
  background: #fafafa;
  text-align: center;
}
.shopinfo__empty__title{
  font-weight: 700;
  margin-bottom: 6px;
}
.shopinfo__empty__text{
  font-size: 14px;
  opacity: .9;
  margin-bottom: 12px;
}
.shopinfo__empty__reset{
  display: inline-block;
  padding: 8px 12px;
  border: 1px solid #bbb;
  border-radius: 6px;
  text-decoration: none;
}
.shopinfo__empty[hidden]{ display:none; }

@media screen and (max-width: 767px) {

  /* stickyナビ自体の主張を弱める（影・背景） */
  nav.lc-u-displayNone-pc,
  nav.lc-u-displayNone-sp {
    background-color: rgba(255, 255, 255, .92) !important;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(6px);
  }

  /* selectを“控えめ”に：高さ/余白/背景/角丸/枠線 */
  nav.lc-u-displayNone-pc select,
  nav.lc-u-displayNone-sp select,
  #regionSelect {
    width: min(520px, 100%);
    display: block;
    margin: 6px auto 0;

    height: 40px;
    padding: 0 40px 0 12px;

    font-size: 14px;
    font-weight: 600; /* 強すぎるなら 500 へ */
    color: #333;

    border: 1px solid #e2e2e2;
    border-radius: 9999px;
    background: #f6f6f6;

    /* OSっぽさを減らす（iOS/Androidで効く範囲） */
    -webkit-appearance: none;
    appearance: none;

    /* 右▼ */
    background-image:
      linear-gradient(45deg, transparent 50%, #777 50%),
      linear-gradient(135deg, #777 50%, transparent 50%);
    background-position:
      calc(100% - 18px) 50%,
      calc(100% - 12px) 50%;
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
  }

  /* フォーカス時も“強すぎない” */
  nav.lc-u-displayNone-pc select:focus,
  nav.lc-u-displayNone-sp select:focus,
  #regionSelect:focus {
    outline: none;
    border-color: #bdbdbd;
    box-shadow: 0 0 0 2px rgba(2, 150, 151, 0.12);
  }
}

