@charset "UTF-8";
/* ======================================================================
 * ショップ詳細
====================================================================== */
.p-shop-container:not(:last-child) {
  margin-bottom: 5rem;
}

/* タイトル */
.p-shop-head {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  align-items: center;
  margin-bottom: -1rem;
}
.p-shop-head .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 21.1rem);
  aspect-ratio: 1/0.68;
  border: 1px solid #707070;
  border-radius: 0.25rem;
}
.p-shop-head .summary {
  line-height: 1.4;
  text-align: center;
}
.p-shop-head .summary h1 {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}
.p-shop-head .summary p {
  margin-top: 1.25rem;
  font-weight: 400;
}

/* 説明文 */
.p-shop-description {
  margin-bottom: 4rem;
  letter-spacing: 0.03em;
}
.p-shop-description h2 {
  font-size: 1.6rem;
  color: #00588d;
}
.p-shop-description p {
  font-size: 1.4rem;
}

/* 詳細情報 */
.p-shop-information {
  padding-block: 1.75rem 1.5rem;
  border-top: 1px solid #5a5a5a;
  border-bottom: 1px solid #5a5a5a;
}
.p-shop-information table {
  width: 100%;
  border-collapse: collapse;
}
.p-shop-information table tr th,
.p-shop-information table tr td {
  font-size: 1.1rem;
  text-align: left;
  letter-spacing: 0.03em;
  vertical-align: top;
}
.p-shop-information table tr th {
  width: 1%;
  font-weight: 500;
  white-space: nowrap;
}
.p-shop-information table tr th > span {
  display: flex;
  gap: 1.5rem;
}
.p-shop-information table tr th > span span {
  display: flex;
  align-items: center;
}
.p-shop-information table tr th .icon {
  justify-content: center;
  width: 3.2rem;
  min-width: 3.2rem;
  min-height: 4rem;
}
.p-shop-information table tr td {
  padding: 1.25rem 0 1rem 1.5rem;
  font-size: 1.1rem;
  font-weight: 400;
}
.p-shop-information table tr td:has(.has-map-button) {
  padding-bottom: 0.5rem;
}
.p-shop-information .has-map-button {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  justify-content: space-between;
}
.p-shop-information .has-map-button span:has(.c-button) {
  white-space: nowrap;
  transform: translateY(-0.625rem);
}
.p-shop-information a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}

/* 外部リンク */
.p-shop-link p {
  margin: 0;
  letter-spacing: 0.03em;
  border-bottom: 1px solid #5a5a5a;
}
.p-shop-link p a {
  display: block;
  padding-block: 1.5rem;
}

/* SNS */
.p-shop-sns {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  justify-content: space-between;
  padding-block: 1.5rem;
  letter-spacing: 0.03em;
  border-bottom: 1px solid #5a5a5a;
}
.p-shop-sns ul {
  padding: 0;
  list-style: none;
  display: flex;
  gap: 2.75rem;
  align-items: center;
  justify-content: flex-end;
  margin: 0;
}

/* フッターバナースライダーの拡張 */
.c-footer-slide-container {
  margin-top: 5rem;
}
.c-footer-slide-container::before {
  display: none;
}