.cl-wrap {
  -webkit-tap-highlight-color: transparent;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  align-items: center;
  background-color: var(--layer-1-color, #fff);
}

.cl-header {
  display: flex;
  position: relative;
  justify-content: center;
  width: 100%;
  min-height: 169px;
  padding: 32px 0 0;
  background-color: var(--layer-1-color, #fff);
}

@media screen and (min-width: 40em) {
  .cl-header {
    padding: 56px 0 0;
  }
}

@media screen and (min-width: 48em) {
  .cl-header {
    min-height: 394px;
    padding: 82px 0 0;
  }
}

.cl-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 767px;
  height: 254px;
  transform: translateX(-50%);
  background-image: url(/nimg/cl-header-bg3-x2.jpg);
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
}

@media screen and (min-width: 48em) {
  .cl-header::before {
    max-width: 1600px;
    height: 394px;
    background-color: #003026;
    background-image: url(/nimg/cl-header-bg-x2.jpg);
    background-position: 50%;
    background-size: cover;
  }
}

.cl-subheader {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 0 15px 36px;
}

@media screen and (min-width: 48em) {
  .cl-subheader {
    padding: 0 30px 64px;
  }
}

.cl-subheader--inner {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  width: 320px;
}

@media screen and (min-width: 48em) {
  .cl-subheader--inner {
    width: 640px;
  }
}

.cl-subheader--card {
  display: flex;
  position: absolute;
  bottom: -18px;
  left: -4px;
  width: 280px;
  height: 188px;
  transform: rotate(-9deg);
  border-radius: 18px;
  background-image: linear-gradient(13deg, var(--text-5-color, #fff) 8.14%, var(--layer-5-color, #edf0f2) 23.83%, #dbdbdb 91.31%);
  box-shadow: 0 0 11px 0 rgba(0, 0, 0, .06);
}

@media screen and (min-width: 48em) {
  .cl-subheader--card {
    bottom: -22px;
    left: -16px;
    width: 640px;
    height: 356px;
    border-radius: 36px;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, .06);
  }
}

.cl-subheader--card::before {
  position: absolute;
  bottom: 10px;
  left: 16px;
  width: 58px;
  height: 28px;
  transform: rotate(9deg);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 118 55'%3E%3Cpath fill='url(%23a)' fill-opacity='.6' d='M88.766 3.686c-11.084 1.765-14.552 16.355-24.137 22.62l-.143.083.162.035c11.056 2.978 18.89 15.798 29.943 14.037 9.283-1.478 10.987-13.777 2.318-18.275-.415-.054 2.473-.394 4.122-.267 4.982.616 12.701 4.456 15.22 6.515-3.523-2.859-5.636-16.32-3.201-20.097-1.785 2.744-7.692 8.514-12.443 10.92a25.6 25.6 0 0 1-4.085 1.28c7.507-6.924 1.674-18.383-7.791-16.875z'/%3E%3Cpath fill='black' fill-opacity='.6' d='M37.25 26.797c-.295.107-.502.38-.447.731l.839 5.266c.032.205.239.322.497.37l6.768.032c.437-.01.785-.184 1.013-.52l1.122-1.8c.259-.34.438-.789.621-.818.183-.03.39.088.446.439l1.304 8.19c.047.293-.113.469-.296.498s-.474-.225-.69-.4l-1.996-1.722c-.437-.38-1.026-.346-1.59-.347L3.568 36.66c-.315-.01-.582-.117-.643-.497l-.419-2.633c-.056-.35.217-.604.539-.745L42.15 19.628c.602-.156 1.205-.492 1.493-1.048l1.226-2.324c.15-.234.297-.498.48-.527s.39.088.446.44l1.63 10.238c.056.35-.104.526-.287.555s-.413-.234-.629-.41l-1.926-1.673c-.29-.253-.741-.331-1.246-.161l-6.123 2.055zm-3.566 1.588c-.033-.205-.24-.322-.474-.224l-14.26 4.82.023.146 15.09-.003c.253.02.357-.117.334-.263z'/%3E%3Cdefs%3E%3ClinearGradient id='a' x1='86.639' x2='92.5' y1='3.995' y2='40.794' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23907A67'/%3E%3Cstop offset='1'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 58px;
  content: '';
}

@media screen and (min-width: 48em) {
  .cl-subheader--card::before {
    bottom: 10px;
    left: 24px;
    width: 118px;
    height: 55px;
    background-size: 118px;
  }
}

[theme='dark'] .cl-subheader--card {
  box-shadow: none;
}

.cl-subheader--image {
  z-index: 1;
  position: absolute;
  top: -22px;
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  filter: drop-shadow(0 2.053px 2.053px rgba(0, 0, 0, .25));
}

@media screen and (min-width: 48em) {
  .cl-subheader--image {
    top: -55px;
    width: 101px;
    height: 101px;
    filter: drop-shadow(0 4.239px 4.239px rgba(0, 0, 0, .25));
  }
}

.cl-subheader--wrap {
  gap: 6px 0;
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  width: 320px;
  min-height: 188px;
  padding: 24px 30px 18px;
  border-radius: 18px;
  background-image: linear-gradient(269deg, var(--layer-4-color, #efefef) .9%, var(--layer-5-color, #fff) 42.47%);
  box-shadow: -4px 0 24px 0 rgba(0, 0, 0, .08);
}

@media screen and (min-width: 48em) {
  .cl-subheader--wrap {
    gap: 12px 0;
    width: 640px;
    min-height: 356px;
    padding: 52px 60px 36px;
    border-radius: 36px;
  }
}

[theme='dark'] .cl-subheader--wrap {
  box-shadow: none;
}

.cl-subheader--heading {
  color: var(--text-1-color, #000);
  font-family: "PT Serif", serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .cl-subheader--heading {
    font-size: 46px;
  }
}

.cl-subheader--sep {
  gap: 0 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 48em) {
  .cl-subheader--sep {
    gap: 0 8px;
    margin: 0 0 6px;
  }
}

.cl-subheader--sep::before {
  flex-shrink: 0;
  width: 36px;
  height: 1px;
  background-color: #e50c2c;
  content: '';
}

@media screen and (min-width: 48em) {
  .cl-subheader--sep::before {
    width: 76px;
    height: 2px;
  }
}

.cl-subheader--sep::after {
  flex-shrink: 0;
  width: 36px;
  height: 1px;
  background-color: #e50c2c;
  content: '';
}

@media screen and (min-width: 48em) {
  .cl-subheader--sep::after {
    width: 76px;
    height: 2px;
  }
}

.cl-subheader--sep svg {
  flex-shrink: 0;
  width: 11px;
  height: 11px;
}

@media screen and (min-width: 48em) {
  .cl-subheader--sep svg {
    width: 23px;
    height: 23px;
  }
}

[theme='dark'] .cl-subheader--sep svg {
  --i-color1: #bdbdbd;
  --i-color2: #2a2a2a;
}

.cl-subheader--note {
  color: var(--text-1-color, #292929);
  font-family: "PT Serif", serif;
  font-size: 13px;
  line-height: 1.4;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .cl-subheader--note {
    max-width: 412px;
    font-size: 20px;
  }
}

.cl-filter-wrap {
  gap: 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 1246px;
  margin: 0 0 16px;
}

@media screen and (min-width: 48em) {
  .cl-filter-wrap {
    flex-direction: row;
    margin: 0 0 24px;
  }
}

.cl-geo {
  gap: 0 8px;
  display: flex;
  align-items: center;
}

@media screen and (min-width: 48em) {
  .cl-geo {
    gap: 0 16px;
  }
}

.cl-geo--inner {
  gap: 0 6px;
  display: flex;
  align-items: center;
}

@media screen and (min-width: 48em) {
  .cl-geo--inner {
    gap: 0 8px;
  }
}

.cl-geo--icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 48em) {
  .cl-geo--icon {
    width: 36px;
    height: 36px;
  }
}

.cl-geo--heading {
  color: var(--text-1-color, #000);
  font-family: "PT Serif", serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

@media screen and (min-width: 48em) {
  .cl-geo--heading {
    font-size: 36px;
    line-height: 40px;
  }
}

.cl-geo--heading a {
  border-bottom: 1px dashed var(--line-2-color, #292929);
  color: var(--text-1-color, #000);
}

.cl-geo--city {
  transform: translateY(3px);
  border-bottom: 1px dashed var(--line-2-color, #292929);
  color: var(--text-1-color, #292929);
  font-size: 14px;
  line-height: 17px;
  white-space: nowrap;
  cursor: pointer;
}

@media screen and (min-width: 48em) {
  .cl-geo--city {
    padding: 2px 0;
    transform: translateY(4px);
    font-size: 18px;
    line-height: 22px;
  }
}

.cl-filter {
  gap: 0 8px;
  display: flex;
  flex-grow: 1;
  align-items: flex-start;
}

@media screen and (min-width: 48em) {
  .cl-filter {
    justify-content: end;
  }
}

.cl-filter--calendar {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  max-width: 168px;
  padding: 15px 37px 15px 17px;
  border: 1px solid var(--line-2-color, #e4e5e7);
  border-radius: 6px;
  background-color: var(--layer-3-color, #f9f9f9);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%2386909A' stroke-width='1.5' d='M1.667 10c0-3.143 0-4.714.977-5.69.976-.976 2.547-.977 5.69-.977h3.333c3.143 0 4.714 0 5.69.977.976.976.977 2.547.977 5.69v1.666c0 3.143 0 4.715-.977 5.69s-2.547.977-5.69.977H8.334c-3.143 0-4.715 0-5.69-.977-.976-.976-.977-2.547-.977-5.69z'/%3E%3Cpath stroke='%2386909A' stroke-linecap='round' stroke-width='1.5' d='M5.834 3.333v-1.25m8.333 1.25v-1.25M2.084 7.5h15.833'/%3E%3Cpath fill='%2386909A' d='M15 14.167a.833.833 0 1 1-1.666 0 .833.833 0 0 1 1.666 0m0-3.334a.833.833 0 1 1-1.667 0 .833.833 0 0 1 1.667 0m-4.167 3.334a.834.834 0 1 1-1.667 0 .834.834 0 0 1 1.667 0m0-3.334a.834.834 0 1 1-1.667 0 .834.834 0 0 1 1.667 0m-4.166 3.334a.833.833 0 1 1-1.667 0 .833.833 0 0 1 1.667 0m0-3.334a.833.833 0 1 1-1.667 0 .833.833 0 0 1 1.667 0'/%3E%3C/svg%3E");
  background-origin: content-box;
  background-position: right -24px center;
  background-repeat: no-repeat;
  background-size: 20px;
  color: var(--text-2-color, #292929);
  font-family: inherit;
  font-size: 16px;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
}

@media screen and (min-width: 64em) {
  .cl-filter--calendar {
    width: 238px;
    background-color: var(--layer-3-color, #fff);
  }
}

.cl-filter--select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  min-width: 140px;
  max-width: 168px;
  padding: 15px 41px 15px 17px;
  border: 1px solid var(--line-2-color, #e4e5e7);
  border-radius: 6px;
  background-color: var(--layer-3-color, #f9f9f9);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 32 32'%3E%3Cpath fill='%2389959b' stroke='%2389959b' stroke-width='2' d='M7.951 13.896a.54.54 0 0 1 .922-.381l7.181 7.181 7.076-7.076c.21-.21.553-.21.763 0s.21.553 0 .763l-7.458 7.461a.54.54 0 0 1-.763 0L8.11 14.282a.54.54 0 0 1-.159-.385z'/%3E%3C/svg%3E");
  background-origin: content-box;
  background-position: right -24px center;
  background-repeat: no-repeat;
  background-size: 24px;
  color: var(--text-2-color, #292929);
  font-family: inherit;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
}

@media screen and (min-width: 64em) {
  .cl-filter--select {
    width: 238px;
    background-color: var(--layer-3-color, #fff);
  }
}

.cl-roomlink {
  gap: 0 8px;
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 1600px;
  padding: 0 15px;
}

@media screen and (min-width: 48em) {
  .cl-roomlink {
    gap: 0 12px;
  }
}

.cl-roomlink--tour {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 168px;
  height: 44px;
  padding: 0 24px;
  border-radius: 6px;
  background-color: var(--layer-5-color, #292929);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  white-space: nowrap;
}

@media screen and (min-width: 48em) {
  .cl-roomlink--tour {
    max-width: 158px;
    height: 48px;
    font-size: 18px;
  }
}

.cl-roomlink--club {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 168px;
  height: 44px;
  padding: 0 24px;
  border: 2px solid var(--line-2-color, #000);
  border-radius: 6px;
  color: var(--text-1-color, #292929);
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  white-space: nowrap;
}

@media screen and (min-width: 48em) {
  .cl-roomlink--club {
    max-width: 158px;
    height: 48px;
    font-size: 18px;
  }
}

.cl-bottom {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  padding: 55px 15px 44px;
  background-color: var(--layer-1-color, #fff);
}

@media screen and (min-width: 48em) {
  .cl-bottom {
    padding: 50px 15px 80px;
  }
}

.cl-contact {
  display: flex;
  position: relative;
  width: 100%;
  max-width: 916px;
}

.club-wrap .cl-contact {
  max-width: 826px;
}

.cl-contact--inner {
  gap: 24px 16px;
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 43px 23px 23px;
  border: 1px solid var(--line-1-color, #fff);
  border-radius: 24px;
  background-color: var(--layer-3-color, #f4f7f9);
}

@media screen and (min-width: 48em) {
  .cl-contact--inner {
    flex-direction: row;
    padding: 28px 39px 28px 35px;
  }
}

.cl-contact--inner::before {
  position: absolute;
  top: -38px;
  left: 13px;
  flex-shrink: 0;
  width: 68px;
  height: 72px;
  background-image: url(/nimg/cl-contact-mob.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 68px;
  content: '';
}

@media screen and (min-width: 48em) {
  .cl-contact--inner::before {
    position: initial;
    width: 76px;
    height: 80px;
    margin: 0 20px 0 0;
    background-size: 76px;
  }
}

[theme='dark'] .cl-contact--inner::before {
  background-image: url(/nimg/cl-contact-mob-dark.svg);
}

.cl-contact--head {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (min-width: 48em) {
  .cl-contact--head {
    flex-direction: row;
  }
}

.cl-contact--heading {
  gap: 8px 0;
  display: flex;
  flex-direction: column;
}

.cl-contact--heading strong {
  color: var(--text-2-color, #292929);
  font-size: 22px;
  line-height: 26px;
}

.cl-contact--heading span {
  color: var(--text-2-color, #292929);
  font-size: 16px;
  line-height: 19px;
}

.cl-contact--link {
  gap: 0 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-self: center;
  width: 100%;
  padding: 12px 40px 12px 32px;
  border: 1px solid #08c;
  border-radius: 10px;
  background-color: var(--layer-2a-color, #fff);
  color: #08c;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}

@media screen and (min-width: 48em) {
  .cl-contact--link {
    width: initial;
    margin: 0 0 0 auto;
    padding: 15px 27px 15px 21px;
    font-size: 18px;
  }
}

.cl-contact--link svg {
  --i-color1: #08c;
  width: 20px;
  height: 20px;
}

@media screen and (min-width: 48em) {
  .cl-contact--link svg {
    width: 24px;
    height: 24px;
  }
}

.cl-roomlist {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 10px 15px 32px;
  background-color: var(--layer-1-color, #fff);
}

@media screen and (min-width: 48em) {
  .cl-roomlist {
    padding: 0 15px 24px;
  }
}

.cl-roomlist--top {
  gap: 8px 0;
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1246px;
  margin: 0 0 16px;
  padding: 16px 8px 8px;
  border-radius: 2px;
  background-color: #fcf0e4;
}

@media screen and (min-width: 48em) {
  .cl-roomlist--top {
    gap: 16px 0;
    padding: 36px 24px 24px;
  }
}

[theme='dark'] .cl-roomlist--top {
  background-color: #3f3a36;
}

.cl-roomlist--flag {
  display: flex;
  position: absolute;
  top: -10px;
  left: -4px;
  align-items: center;
  justify-content: center;
  height: 20px;
  padding: 4px 6px;
  border-radius: 2px 0 0 2px;
  background-color: #e31f26;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 12px;
  text-transform: uppercase;
}

@media screen and (min-width: 48em) {
  .cl-roomlist--flag {
    top: -4px;
    height: 24px;
    font-size: 13px;
    line-height: 16px;
  }
}

.cl-roomlist--flag::after {
  position: absolute;
  right: -6px;
  bottom: 0;
  width: 0;
  height: 0;
  border-top: 10px solid #e31f26;
  border-right: 6px solid transparent;
  border-bottom: 10px solid #e31f26;
  content: '';
}

@media screen and (min-width: 48em) {
  .cl-roomlist--flag::after {
    right: -8px;
    border-top: 12px solid #e31f26;
    border-right: 8px solid transparent;
    border-bottom: 12px solid #e31f26;
  }
}

.cl-roomlist--inner {
  gap: 8px;
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  width: 100%;
  max-width: 1246px;
}

@media screen and (min-width: 48em) {
  .cl-roomlist--inner {
    gap: 16px;
  }
}

@media screen and (min-width: 64em) {
  .cl-roomlist--inner {
    grid-template-columns: repeat(2, 1fr);
  }
}

.city-modal {
  inset: 0;
  display: none;
  z-index: 1000;
  position: fixed;
  align-items: flex-end;
  justify-content: center;
  background-color: rgba(0, 0, 0, .65);
  opacity: 0;
  transition: opacity .25s ease;
}

@media screen and (min-width: 48em) {
  .city-modal {
    align-items: flex-start;
    padding-top: 80px;
  }
}

.city-modal--active {
  display: flex;
  opacity: 1;
}

.city-modal--content {
  width: 100%;
  overflow: hidden;
  transform: translateY(100%);
  border-radius: 20px 20px 0 0;
  background-color: var(--layer-5-color, #fff);
  box-shadow: 0 -5px 30px rgba(0, 0, 0, .3);
  transition: transform .35s cubic-bezier(.32, .72, 0, 1);
}

@media screen and (min-width: 48em) {
  .city-modal--content {
    max-width: 420px;
    transform: scale(.95) translateY(-20px);
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, .25);
  }
}

.city-modal--active .city-modal--content {
  transform: translateY(0);
}

@media screen and (min-width: 48em) {
  .city-modal--active .city-modal--content {
    transform: scale(1) translateY(0);
  }
}

.city-modal--header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 20px 15px;
  border-bottom: 1px solid var(--line-2-color, #eee);
}

@media screen and (min-width: 48em) {
  .city-modal--header {
    padding: 24px 24px 18px;
  }
}

.city-modal--title {
  color: var(--text-3-color, #292929);
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

.city-modal--close {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  color: #999;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.city-modal--close::after,
.city-modal--close::before {
  position: absolute;
  top: 2px;
  left: 14px;
  width: 1px;
  height: 24px;
  background-color: #9e9e9e;
  content: '';
}

.city-modal--close::before {
  transform: rotate(45deg);
}

.city-modal--close::after {
  transform: rotate(-45deg);
}

.city-modal--search {
  padding: 15px 20px;
  border-bottom: 1px solid var(--line-2-color, #eee);
  background-color: var(--layer-4-color, #f8f9fa);
}

@media screen and (min-width: 48em) {
  .city-modal--search {
    padding: 18px 24px;
  }
}

.city-modal--input {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid var(--line-2-color, #eee);
  border-radius: 10px;
  outline: none;
  background-color: var(--layer-1-color, #fff);
  color: var(--text-1-color, #292929);
  font-size: 16px;
  line-height: 24px;
}

.city-modal--input:focus {
  border-color: #757575;
  box-shadow: 0 0 0 3px rgba(0, 102, 255, .1);
}

.city-modal--list {
  min-height: 200px;
  max-height: calc(70vh - 130px);
  padding: 8px 0;
  overflow-y: auto;
}

@media screen and (min-width: 48em) {
  .city-modal--list {
    min-height: 240px;
    max-height: 420px;
  }
}

[theme='dark'] .city-modal--list {
  scrollbar-color: #a0a0a0 #292929;
}

[theme='dark'] .city-modal--list::-webkit-scrollbar-track {
  background-color: #1a1a1a;
}

.city-modal--item {
  padding: 14px 20px;
  border-bottom: 1px solid var(--line-2-color, #f0f0f0);
  color: var(--text-1-color, #292929);
  font-size: 17px;
  line-height: 26px;
  cursor: pointer;
}

.city-modal--item:last-child {
  border-bottom: none;
}

@media screen and (min-width: 48em) {
  .city-modal--item {
    padding: 16px 24px;
  }
}

.city-modal--not-found {
  padding: 40px 20px;
  color: var(--text-1-color, #757575);
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
}

body.modal-open {
  overflow: hidden;
}

.cl-map {
  display: flex;
  position: relative;
  justify-content: center;
  width: 100%;
  min-height: 200px;
  margin: 32px 0 0;
  padding: 0 15px;
}

@media screen and (min-width: 48em) {
  .cl-map {
    margin: 44px 0 0;
  }
}

.cl-map--inner {
  gap: 16px 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1246px;
  padding: 16px;
  border: 1px solid var(--line-1-color, #f0e7df);
  border-radius: 16px;
  background-color: var(--layer-3-color, #fcfcfc);
}

@media screen and (min-width: 48em) {
  .cl-map--inner {
    padding: 20px 24px 24px;
  }
}

.cl-map--heading {
  color: var(--text-1-color, #292929);
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.cl-map--container {
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, .1);
}

.cl-map--container iframe {
  display: block;
  width: 100%;
  height: 576px;
  border: none;
}

.cl-balloon {
  gap: 8px;
  display: flex;
  position: absolute;
  flex-direction: column;
  min-width: 190px;
  padding: 16px;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, .25);
}

.cl-balloon::after {
  z-index: 1;
  position: absolute;
  right: 30px;
  bottom: -12px;
  border-top: 12px solid #fff;
  border-right: 0 solid transparent;
  border-left: 12px solid transparent;
  content: '';
  filter: drop-shadow(0 4px 6px rgba(0, 0, 0, .12));
}

.cl-balloon--section {
  gap: 4px;
  display: flex;
  flex-direction: column;
}

.cl-balloon--heading {
  color: #292929;
  font-family: "PT Serif", serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.cl-balloon--row {
  gap: 4px;
  display: flex;
}

.cl-balloon--time {
  color: #292929;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

.cl-balloon--day {
  color: #292929;
  font-size: 14px;
  line-height: 1;
}

.cl-balloon--mark {
  color: #292929;
  font-size: 14px;
  line-height: 1;
}

.cl-balloon--fee {
  color: #e31f26;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

.cl-balloon--name {
  color: #292929;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

.cl-balloon--address {
  color: #292929;
  font-size: 13px;
  line-height: 1;
}

.cl-balloon--phone {
  color: #292929;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

.club-balloon {
  display: flex;
  position: absolute;
  bottom: 36px;
  flex-direction: column;
  min-width: 190px;
  max-width: 240px;
  border: 1px solid #f0e7df;
  border-radius: 4px;
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, .25);
}

.club-balloon--data {
  gap: 4px;
  display: flex;
  position: relative;
  flex-direction: column;
  padding: 4px;
  background-color: #fcfcfc;
}

.club-balloon--inner {
  gap: 6px;
  display: flex;
}

.club-balloon--logo {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  background-repeat: no-repeat;
  background-size: cover;
}

.club-balloon--mid {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 2px 0 0;
}

.club-balloon--name {
  gap: 0 8px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  color: #292929;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
}

.club-balloon--name::after {
  inset: 0;
  position: absolute;
  content: '';
}

.club-balloon--name svg {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

.club-balloon--address {
  color: #606060;
  font-size: 13px;
  line-height: 14px;
}

.club-card {
  container-type: inline-size;
  container-name: room-card;
  display: flex;
  width: 100%;
  max-width: 615px;
}

@media screen and (min-width: 64em) {
  .cl-roomlist--top .club-card {
    max-width: initial;
  }
}

.club-card--wrap {
  display: grid;
  position: relative;
  grid-template-columns: 1fr;
  flex-grow: 1;
  overflow: hidden;
  border: 1px solid var(--line-2-color, #f0e7df);
  border-radius: 16px;
}

@media screen and (min-width: 64em) {
  .cl-roomlist--top .club-card--wrap {
    grid-template-columns: 1fr 1fr;
  }
}

.club-card--tour {
  gap: 0 16px;
  display: flex;
  border-bottom: 1px dashed var(--line-1-color, #beab9a);
  background-color: var(--layer-3-color, #fff);
}

@media screen and (min-width: 64em) {
  .cl-roomlist--top .club-card--tour {
    border-right: 1px dashed var(--line-1-color, #beab9a);
    border-bottom: 0;
  }
}

.club-card--info {
  gap: 8px 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 21px 0 12px 19px;
}

@media screen and (min-width: 48em) {
  .club-card--info {
    padding: 21px 0 16px 19px;
  }
}

.club-card--date {
  gap: 0 8px;
  display: flex;
  align-items: center;
}

.club-card--time {
  gap: 0 4px;
  display: flex;
  align-items: center;
  color: #907a67;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

@media screen and (min-width: 48em) {
  .club-card--time {
    font-size: 16px;
  }
}

.club-card--time svg {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

@media screen and (min-width: 48em) {
  .club-card--time svg {
    width: 20px;
    height: 20px;
  }
}

.club-card--day {
  color: #b7a18e;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
}

@media screen and (min-width: 48em) {
  .club-card--day {
    font-size: 16px;
  }
}

.club-card--event {
  color: var(--text-2-color, #292929);
  font-family: "PT Serif", serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

@media screen and (min-width: 48em) {
  .club-card--event {
    font-size: 24px;
    line-height: 26px;
  }
}

@media screen and (min-width: 48em) {
  .cl-roomlist--top .club-card--event {
    font-size: 28px;
    line-height: 31px;
  }
}

.club-card--cost {
  gap: 8px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 19px 19px 12px 0;
}

@media screen and (min-width: 48em) {
  .club-card--cost {
    padding: 19px 19px 16px 0;
  }
}

.club-card--buyin {
  display: flex;
}

.club-card--spade {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 18px;
  border-radius: 3px 0 0 3px;
  background-color: var(--line-1-color, #f5f3f1);
}

@media screen and (min-width: 48em) {
  .club-card--spade {
    width: 16px;
    height: 22px;
  }
}

.club-card--spade svg {
  flex-shrink: 0;
  width: 7px;
  height: 9px;
}

@media screen and (min-width: 48em) {
  .club-card--spade svg {
    width: 9px;
    height: 12px;
  }
}

.club-card--mark {
  display: flex;
  align-items: center;
  height: 18px;
  padding: 0 3px 0 4px;
  border: 1px solid var(--line-1-color, #f5f3f1);
  border-left: 0;
  border-radius: 0 3px 3px 0;
  background-color: var(--layer-3-color, #fff);
  color: #907a67;
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}

@media screen and (min-width: 48em) {
  .club-card--mark {
    height: 22px;
    font-size: 14px;
  }
}

.club-card--price {
  color: #e31f26;
  font-family: "PT Serif", serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  white-space: nowrap;
}

@media screen and (min-width: 48em) {
  .club-card--price {
    font-size: 24px;
    line-height: 26px;
  }
}

@media screen and (min-width: 48em) {
  .cl-roomlist--top .club-card--price {
    font-size: 28px;
    line-height: 31px;
  }
}

.club-card--data {
  gap: 12px;
  display: flex;
  position: relative;
  flex-direction: column;
  padding: 12px 15px 16px 15px;
  background-color: var(--layer-2-color, #fcfcfc);
}

@media screen and (min-width: 48em) {
  .club-card--data {
    padding: 16px 19px 20px 19px;
  }
}

@media screen and (min-width: 48em) {
  .cl-roomlist--top .club-card--data {
    padding: 20px 19px 20px 19px;
  }
}

.club-card--inner {
  gap: 12px;
  display: flex;
}

.club-card--logo {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 48em) {
  .club-card--logo {
    width: 44px;
    height: 44px;
  }
}

@media screen and (min-width: 64em) {
  .cl-roomlist--top .club-card--logo {
    width: 56px;
    height: 56px;
  }
}

.club-card--mid {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media screen and (min-width: 48em) {
  .club-card--mid {
    gap: 6px 0;
  }
}

@media screen and (min-width: 48em) {
  .cl-roomlist--top .club-card--mid {
    gap: 13px 0;
  }
}

.club-card--name {
  gap: 0 16px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  color: var(--text-2-color, #292929);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}

@media screen and (min-width: 48em) {
  .club-card--name {
    align-items: center;
    font-size: 18px;
  }
}

.club-card--name::after {
  inset: 0;
  position: absolute;
  content: '';
}

.club-card--name svg {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
}

@media screen and (min-width: 48em) {
  .cl-roomlist--top .club-card--name {
    font-size: 20px;
  }
}

.club-card--bottom {
  gap: 0 16px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.club-card--feedback {
  gap: 0 12px;
  display: flex;
}

.club-card--star {
  gap: 0 4px;
  display: flex;
  align-items: center;
  color: var(--text-5-color, #606060);
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
}

@media screen and (min-width: 48em) {
  .club-card--star {
    font-size: 14px;
    line-height: 16px;
  }
}

.club-card--star svg {
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  transform: translateY(-1px);
}

@media screen and (min-width: 48em) {
  .club-card--star svg {
    width: 14px;
    height: 14px;
  }
}

.club-card--post {
  gap: 0 4px;
  display: flex;
  align-items: center;
  color: var(--text-5-color, #606060);
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
}

@media screen and (min-width: 48em) {
  .club-card--post {
    font-size: 14px;
    line-height: 16px;
  }
}

.club-card--post svg {
  flex-shrink: 0;
  width: 12px;
  height: 12px;
}

@media screen and (min-width: 48em) {
  .club-card--post svg {
    width: 16px;
    height: 16px;
  }
}

.club-card--address {
  display: none;
  color: var(--text-5-color, #606060);
  font-size: 16px;
  line-height: 1;
}

@media screen and (min-width: 48em) {
  .club-card--address {
    display: initial;
  }
}

.club-card--address_mob {
  display: initial;
  font-size: 14px;
}

@media screen and (min-width: 48em) {
  .club-card--address_mob {
    display: none;
  }
}

.club-wrap {
  -webkit-tap-highlight-color: transparent;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  align-items: center;
  background-color: var(--layer-1-color, #fff);
}

.club-head {
  display: flex;
  justify-content: center;
  width: 100%;
}

.club-head--inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1306px;
  padding: 16px 15px 53px;
}

@media screen and (min-width: 64em) {
  .club-head--inner {
    padding: 20px 30px 86px;
  }
}

.club-header {
  gap: 16px 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 0 32px;
}

@media screen and (min-width: 48em) {
  .club-header {
    margin: 0 0 60px;
  }
}

.club-header--inner {
  gap: 0 12px;
  display: flex;
}

@media screen and (min-width: 48em) {
  .club-header--inner {
    gap: 0 24px;
  }
}

.club-header--logo {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  border-radius: 8px;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 48em) {
  .club-header--logo {
    width: 120px;
    height: 120px;
  }
}

.club-header--mid {
  gap: 8px 0;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.club-header--name {
  margin: 0;
  color: var(--text-1-color, #000);
  font-family: "PT Serif", serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
}

@media screen and (min-width: 48em) {
  .club-header--name {
    font-size: 36px;
    line-height: 40px;
  }
}

.club-header--bottom {
  gap: 16px 0;
  display: flex;
  flex-direction: column;
}

.club-header--feedback {
  gap: 0 16px;
  display: flex;
}

.club-header--star {
  gap: 0 4px;
  display: flex;
  align-items: center;
  color: var(--text-5-color, #606060);
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
}

@media screen and (min-width: 48em) {
  .club-header--star {
    font-size: 18px;
    line-height: 24px;
  }
}

.club-header--star svg {
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  transform: translateY(-1px);
}

@media screen and (min-width: 48em) {
  .club-header--star svg {
    width: 18px;
    height: 18px;
  }
}

.club-header--post {
  gap: 0 4px;
  display: flex;
  align-items: center;
  color: var(--text-5-color, #606060);
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
}

@media screen and (min-width: 48em) {
  .club-header--post {
    font-size: 18px;
    line-height: 24px;
  }
}

.club-header--post svg {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
}

@media screen and (min-width: 48em) {
  .club-header--post svg {
    width: 22px;
    height: 22px;
  }
}

.club-header--swap {
  gap: 6px 24px;
  display: none;
  flex-wrap: wrap;
  align-items: flex-start;
}

@media screen and (min-width: 48em) {
  .club-header--swap {
    gap: 9px 24px;
    display: flex;
  }
}

.club-header--swap_mob {
  display: flex;
}

@media screen and (min-width: 48em) {
  .club-header--swap_mob {
    display: none;
  }
}

.club-header--address {
  gap: 0 4px;
  display: flex;
}

@media screen and (min-width: 48em) {
  .club-header--address {
    gap: 0 8px;
  }
}

.club-header--address img {
  width: 16px;
  height: 20px;
}

@media screen and (min-width: 48em) {
  .club-header--address img {
    width: 24px;
    height: 24px;
  }
}

.club-header--place {
  color: var(--text-2-color, #292929);
  font-size: 14px;
  line-height: 20px;
}

@media screen and (min-width: 48em) {
  .club-header--place {
    font-size: 18px;
    line-height: 24px;
  }
}

.club-header--telegram {
  gap: 0 4px;
  display: flex;
  align-items: center;
  color: var(--text-2-color, #292929);
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  white-space: nowrap;
}

@media screen and (min-width: 48em) {
  .club-header--telegram {
    gap: 0 8px;
    font-size: 18px;
    line-height: 24px;
  }
}

.club-header--telegram img {
  width: 14px;
  height: 11px;
}

@media screen and (min-width: 48em) {
  .club-header--telegram img {
    width: 20px;
    height: 17px;
  }
}

.club-header--phone {
  gap: 0 4px;
  display: flex;
  align-items: center;
  color: var(--text-2-color, #292929);
  font-size: 14px;
  line-height: 20px;
  white-space: nowrap;
}

@media screen and (min-width: 48em) {
  .club-header--phone {
    gap: 0 8px;
    font-size: 18px;
    line-height: 24px;
  }
}

.club-header--phone img {
  width: 12px;
  height: 12px;
}

@media screen and (min-width: 48em) {
  .club-header--phone img {
    width: 16px;
    height: 16px;
  }
}

.club-head--column {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 826px;
}

.club-head--heading {
  margin: 0 0 16px;
  color: var(--text-1-color, #000);
  font-family: "PT Serif", serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
}

@media screen and (min-width: 48em) {
  .club-head--heading {
    font-size: 28px;
    line-height: 31px;
  }
}

.club-head--lead {
  gap: 6px 0;
  display: flex;
  flex-direction: column;
  color: var(--text-1-color, #000);
  font-size: 15px;
  line-height: 21px;
}

@media screen and (min-width: 48em) {
  .club-head--lead {
    font-size: 18px;
    line-height: 25px;
  }
}

.club-head--lead p {
  margin: 0;
}

.club-schedule {
  display: flex;
  justify-content: center;
  width: 100%;
  background-color: var(--layer-2-color, #f8f8f8);
}

.club-schedule--inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 886px;
  padding: 0 15px 27px;
}

@media screen and (min-width: 64em) {
  .club-schedule--inner {
    padding: 0 30px 46px;
  }
}

.club-schedule--head {
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
}

.club-schedule--head::before {
  z-index: -1;
  flex-shrink: 0;
  width: 50px;
  height: 42px;
  transform: translateX(1px);
  background-image: url(/nimg/club-angle-left.svg);
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: 51px;
  content: '';
}

@media screen and (min-width: 48em) {
  .club-schedule--head::before {
    width: 68px;
    height: 56px;
    background-size: 68px;
  }
}

[theme='dark'] .club-schedule--head::before {
  background-image: url(/nimg/club-angle-left-dark.svg);
}

.club-schedule--head::after {
  z-index: -1;
  flex-shrink: 0;
  width: 50px;
  height: 42px;
  transform: translateX(-1px);
  background-image: url(/nimg/club-angle-right.svg);
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: 51px;
  content: '';
}

@media screen and (min-width: 48em) {
  .club-schedule--head::after {
    width: 68px;
    height: 56px;
    background-size: 68px;
  }
}

[theme='dark'] .club-schedule--head::after {
  background-image: url(/nimg/club-angle-right-dark.svg);
}

.club-schedule--heading {
  gap: 0 6px;
  display: flex;
  align-items: center;
  padding: 12px 18px 12px 16px;
  background-color: var(--layer-2a-color, #fff);
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, .05);
  color: var(--text-1-color, #292929);
  font-family: "PT Serif", serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  white-space: nowrap;
}

@media screen and (min-width: 48em) {
  .club-schedule--heading {
    gap: 0 10px;
    padding: 16px 24px;
    font-size: 24px;
    line-height: 24px;
  }
}

.club-schedule--heading img {
  flex-shrink: 0;
  width: 14px;
  height: 14px;
}

@media screen and (min-width: 48em) {
  .club-schedule--heading img {
    width: 24px;
    height: 24px;
  }
}

.club-schedule--table {
  width: 100%;
  margin: 0 0 24px;
  overflow: hidden;
  border-radius: 16px;
  background-color: var(--layer-3-color, #fff);
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, .07);
}

.club-schedule--link {
  gap: 0 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 13px 20px 13px 24px;
  border: 1px solid var(--line-2-color, #292929);
  border-radius: 6px;
  background-color: var(--layer-3-color, #fff);
  color: var(--text-1-color, #292929);
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}

@media screen and (min-width: 48em) {
  .club-schedule--link {
    padding: 15px 20px 15px 24px;
    font-size: 18px;
  }
}

.club-schedule--link::after {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 18 18'%3E%3Cpath fill='%23292929' stroke='%23292929' stroke-width='.5' d='M6.451 15.565a.69.69 0 0 1 0-.975l5.68-5.68-5.594-5.595a.69.69 0 0 1 0-.975.69.69 0 0 1 .976 0l6.085 6.082a.69.69 0 0 1 0 .975L7.43 15.565a.687.687 0 0 1-.979 0Z'/%3E%3C/svg%3E");
  background-position: 50%;
  background-size: 16px;
  content: '';
}

@media screen and (min-width: 64em) {
  .club-schedule--link::after {
    width: 18px;
    height: 18px;
    background-size: 18px;
  }
}

[theme='dark'] .club-schedule--link::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 18 18'%3E%3Cpath fill='%23616161' stroke='%23616161' stroke-width='.5' d='M6.451 15.565a.69.69 0 0 1 0-.975l5.68-5.68-5.594-5.595a.69.69 0 0 1 0-.975.69.69 0 0 1 .976 0l6.085 6.082a.69.69 0 0 1 0 .975L7.43 15.565a.687.687 0 0 1-.979 0Z'/%3E%3C/svg%3E");
}

.club-table {
  display: grid;
  background-color: var(--layer-3-color, #fff);
}

.club-table--row {
  gap: 8px;
  display: grid;
  grid-template-columns: 1fr 90px;
  padding: 16px 20px;
}

@media screen and (min-width: 48em) {
  .club-table--row {
    gap: 0;
    grid-template-columns: 180px 110px 1fr 150px;
    padding: 0;
  }
}

.club-table--row:not(:last-child) {
  border-bottom: 1px dashed #beab9a;
}

.club-table--row_header {
  display: none;
  background-color: #fbf8f5;
  color: #907a67;
  font-size: 18px;
  line-height: 22px;
}

@media screen and (min-width: 48em) {
  .club-table--row_header {
    display: grid;
  }
}

.club-table--row_header:first-child {
  border-bottom: 1px solid rgba(19, 83, 75, .1);
}

[theme='dark'] .club-table--row_header {
  background-color: #31302f;
}

@media screen and (min-width: 48em) {
  .club-table--cell {
    padding: 16px;
  }
}

.club-table--cell_date {
  display: none;
  color: #b7a18e;
  font-size: 14px;
  line-height: 1;
}

@media screen and (min-width: 48em) {
  .club-table--cell_date {
    display: initial;
    padding: 16px 16px 16px 32px;
    color: var(--text-1-color, #292929);
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
  }
}

@media screen and (min-width: 48em) {
  .club-table--row_header .club-table--cell_date {
    color: #907a67;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
  }
}

.club-table--cell_time {
  display: flex;
  grid-column: 1/3;
  align-items: center;
  color: #907a67;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

@media screen and (min-width: 48em) {
  .club-table--cell_time {
    grid-column: 2;
    align-items: initial;
    color: var(--text-1-color, #292929);
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
  }
}

.club-table--cell_time::before {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin: 0 4px 0 0;
  background-image: url(/nimg/club-table-time.svg);
  background-repeat: no-repeat;
  background-size: 16px;
  content: '';
}

@media screen and (min-width: 48em) {
  .club-table--cell_time::before {
    display: none;
  }
}

.club-table--cell_time span {
  margin: 0 0 0 8px;
  color: #b7a18e;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

@media screen and (min-width: 48em) {
  .club-table--cell_time span {
    display: none;
  }
}

@media screen and (min-width: 48em) {
  .club-table--row_header .club-table--cell_time {
    color: #907a67;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
  }
}

.club-table--cell_tournament {
  color: var(--text-1-color, #292929);
  font-family: "PT Serif", serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
}

@media screen and (min-width: 48em) {
  .club-table--cell_tournament {
    font-size: 20px;
    line-height: 24px;
  }
}

@media screen and (min-width: 48em) {
  .club-table--row_header .club-table--cell_tournament {
    color: #907a67;
    font-family: Roboto, Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
  }
}

.club-table--cell_fee {
  transform: translateY(1px);
  color: #e31f26;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-align: right;
}

@media screen and (min-width: 48em) {
  .club-table--cell_fee {
    padding: 16px 32px 16px 16px;
    transform: none;
    font-size: 18px;
    line-height: 24px;
  }
}

.club-table--cell_fee.free {
  color: #3ba87a;
}

@media screen and (min-width: 48em) {
  .club-table--row_header .club-table--cell_fee {
    color: #907a67;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
  }
}

.club-gallery {
  display: flex;
  justify-content: center;
  width: 100%;
}

.club-gallery--inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1306px;
  padding: 32px 15px 60px;
}

@media screen and (min-width: 64em) {
  .club-gallery--inner {
    padding: 52px 30px 60px;
  }
}

.club-gallery--wrap {
  max-width: 1246px;
  margin: 0 0 24px;
  overflow: hidden;
}

@media screen and (min-width: 48em) {
  .club-gallery--wrap {
    border-radius: 24px;
  }
}

.club-gallery--grid {
  gap: 6px 0;
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 48em) {
  .club-gallery--grid {
    gap: 8px 0;
  }
}

.club-gallery--top {
  display: flex;
}

@media screen and (min-width: 48em) {
  .club-gallery--top {
    gap: 0 8px;
  }
}

.club-gallery--mid {
  gap: 0 6px;
  display: flex;
}

@media screen and (min-width: 48em) {
  .club-gallery--mid {
    gap: 0 8px;
  }
}

.club-gallery--bottom {
  display: flex;
}

@media screen and (min-width: 48em) {
  .club-gallery--bottom {
    display: none;
  }
}

.club-gallery--hidden {
  display: none;
}

.club-gallery--photo {
  flex-basis: 0;
  overflow: hidden;
}

.club-gallery--photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.club-gallery--top .club-gallery--photo_1 {
  aspect-ratio: 50/29;
  flex: none;
  width: 100%;
  min-height: 198px;
}

@media screen and (min-width: 48em) {
  .club-gallery--top .club-gallery--photo_1 {
    flex-basis: 0;
    flex-grow: 172;
  }
}

.club-gallery--top .club-gallery--photo_2 {
  aspect-ratio: 466/311;
  display: none;
  flex-grow: 150;
}

@media screen and (min-width: 48em) {
  .club-gallery--top .club-gallery--photo_2 {
    display: initial;
  }
}

.club-gallery--mid .club-gallery--photo_2 {
  flex: none;
  width: 50%;
  min-height: 112px;
}

@media screen and (min-width: 48em) {
  .club-gallery--mid .club-gallery--photo_2 {
    display: none;
  }
}

.club-gallery--mid .club-gallery--photo_3 {
  flex: none;
  width: 50%;
  min-height: 112px;
}

@media screen and (min-width: 48em) {
  .club-gallery--mid .club-gallery--photo_3 {
    aspect-ratio: 183/121;
    flex-basis: 0;
    flex-grow: 151;
  }
}

.club-gallery--mid .club-gallery--photo_4 {
  display: none;
  flex: none;
  width: 50%;
  min-height: 112px;
}

@media screen and (min-width: 48em) {
  .club-gallery--mid .club-gallery--photo_4 {
    aspect-ratio: 110/73;
    display: initial;
    flex-basis: 0;
    flex-grow: 151;
  }
}

.club-gallery--bottom .club-gallery--photo_4 {
  flex: none;
  width: 100%;
  min-height: 228px;
}

.club-gallery--mid .club-gallery--photo_5 {
  aspect-ratio: 105/58;
  display: none;
  flex-grow: 181;
}

@media screen and (min-width: 48em) {
  .club-gallery--mid .club-gallery--photo_5 {
    display: initial;
  }
}

.club-gallery--link {
  gap: 0 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 13px 20px 13px 24px;
  border-radius: 8px;
  background-color: var(--layer-3-color, #f7f7f7);
  color: var(--text-1-color, #000);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}

@media screen and (min-width: 48em) {
  .club-gallery--link {
    padding: 15px 20px 15px 24px;
  }
}

.club-gallery--link::after {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 18 18'%3E%3Cpath fill='%2386909A' stroke='%2386909A' stroke-width='.5' d='M6.451 15.565a.69.69 0 0 1 0-.975l5.68-5.68-5.594-5.595a.69.69 0 0 1 0-.975.69.69 0 0 1 .976 0l6.085 6.082a.69.69 0 0 1 0 .975L7.43 15.565a.687.687 0 0 1-.979 0Z'/%3E%3C/svg%3E");
  background-position: 50%;
  background-size: 18px;
  content: '';
}

.club-feedback {
  display: flex;
  justify-content: center;
  width: 100%;
}

.data-wrap {
  -webkit-tap-highlight-color: transparent;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  align-items: center;
  background-color: var(--layer-1-color, #fff);
}

.data-header {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0 15px;
  background-color: var(--layer-1-color, #fff);
}

@media screen and (min-width: 48em) {
  .data-header {
    padding: 0 30px;
    border-bottom: 1px solid var(--line-1-color, #e0e0e0);
    background-color: initial;
    background-image: linear-gradient(0deg, #f8f8f8 0%, #fff 100%);
  }
  [theme='dark'] .data-header {
    background-image: linear-gradient(0deg, #1a1a1a 0%, #2a2a2a 100%);
  }
}

.data-header--inner {
  width: 100%;
  max-width: 1246px;
  padding: 16px 0 0;
}

@media screen and (min-width: 48em) {
  .data-header--inner {
    padding: 20px 0 0;
  }
}

.data-header--wrap {
  display: flex;
  align-items: center;
  width: 100%;
}

.data-header--nav {
  gap: 0 4px;
  display: flex;
  position: relative;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

@media screen and (min-width: 48em) {
  .data-header--nav {
    gap: 0;
    transform: translateY(1px);
  }
}

.data-header--tab {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 7px 15px;
  border: 1px solid var(--layer-3-color, #f5f5f5);
  border-radius: 26px;
  background-color: var(--layer-3-color, #f5f5f5);
}

@media screen and (min-width: 48em) {
  .data-header--tab {
    width: initial;
    min-height: 48px;
    padding: 0 24px;
    border: 1px solid var(--layer-3-color, #f2f2f2);
    border-radius: 12px 12px 0 0;
    border-bottom-color: var(--line-1-color, #e0e0e0);
    background-color: var(--layer-3-color, #f2f2f2);
  }
}

.data-header--tab.active-tab {
  border: 1px solid var(--line-1-color, #c8cacf);
  background-color: var(--layer-1-color, #fff);
}

@media screen and (min-width: 48em) {
  .data-header--tab.active-tab {
    border: 1px solid var(--line-1-color, #e0e0e0);
    border-bottom-color: var(--layer-1-color, #fff);
    background-color: var(--layer-1-color, #fff);
  }
}

.data-header--tab.active {
  border: 1px solid var(--line-1-color, #c8cacf);
  background-color: var(--layer-1-color, #fff);
}

@media screen and (min-width: 48em) {
  .data-header--tab.active {
    border: 1px solid var(--line-1-color, #e0e0e0);
    border-bottom-color: var(--layer-1-color, #fff);
    background-color: var(--layer-1-color, #fff);
  }
}

.data-header--item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.data-header--item::after {
  inset: 0;
  z-index: 3;
  position: absolute;
  content: '';
}

.data-header--text {
  color: var(--text-5-color, #c8cacf);
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  white-space: nowrap;
}

@media screen and (min-width: 48em) {
  .data-header--text {
    color: var(--text-5-color, #606060);
    font-size: 18px;
    line-height: 22px;
  }
}

.active-tab .data-header--text {
  color: #e31f26;
}

.active .data-header--text {
  color: #e31f26;
}

.data-tourlist {
  display: none;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 24px 15px 0;
  background-color: var(--layer-1-color, #fff);
}

@media screen and (min-width: 48em) {
  .data-tourlist {
    padding: 44px 30px 0;
  }
}

.data-tourlist.active-tab {
  display: flex;
}

.data-tourlist--inner {
  gap: 8px;
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  width: 100%;
  max-width: 1246px;
}

@media screen and (min-width: 48em) {
  .data-tourlist--inner {
    gap: 16px;
  }
}

@media screen and (min-width: 64em) {
  .data-tourlist--inner {
    grid-template-columns: repeat(2, 1fr);
  }
}

.data-tourlist--more {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 16px 0 0;
}

.data-tourlist--button {
  gap: 0 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 13px 20px 13px 24px;
  border-radius: 8px;
  background-color: var(--layer-3-color, #f7f7f7);
  color: var(--text-1-color, #000);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}

@media screen and (min-width: 30em) {
  .data-tourlist--button {
    width: initial;
  }
}

@media screen and (min-width: 48em) {
  .data-tourlist--button {
    padding: 15px 20px 15px 24px;
  }
}

.data-tourlist--button::after {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 18 18'%3E%3Cpath fill='%2386909A' stroke='%2386909A' stroke-width='.5' d='M2.435 6.451a.69.69 0 0 1 .975 0l5.68 5.68 5.595-5.594a.69.69 0 0 1 .975 0 .69.69 0 0 1 0 .976l-6.082 6.085a.69.69 0 0 1-.975 0L2.435 7.43a.687.687 0 0 1 0-.979Z'/%3E%3C/svg%3E");
  background-position: 50%;
  background-size: 18px;
  content: '';
}

.data-clublist {
  display: none;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 24px 15px 0;
  background-color: var(--layer-1-color, #fff);
}

@media screen and (min-width: 48em) {
  .data-clublist {
    padding: 48px 30px 0;
  }
}

.data-clublist.active-tab {
  display: flex;
}

.data-clublist--heading {
  width: 100%;
  max-width: 1246px;
  margin: 0 0 16px;
  color: var(--text-1-color, #000);
  font-family: "PT Serif", serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  text-align: left;
}

@media screen and (min-width: 48em) {
  .data-clublist--heading {
    margin: 0 0 28px;
    font-size: 36px;
    line-height: 40px;
  }
}

.data-clublist--heading a {
  border-bottom: 1px dashed var(--line-2-color, #292929);
  color: var(--text-1-color, #000);
}

.data-tag {
  gap: 4px;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}

@media screen and (min-width: 48em) {
  .data-tag {
    gap: 6px;
  }
}

.data-tag--city {
  margin: 0 0 -8px;
}

@media screen and (min-width: 48em) {
  .data-tag--city {
    margin: 0 0 -6px;
  }
}

.data-tag--icon {
  position: relative;
  top: 2px;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}

@media screen and (min-width: 48em) {
  .data-tag--icon {
    width: 30px;
    height: 30px;
  }
}

.data-clublist--top {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  max-width: 1246px;
  margin: 0 0 16px;
  overflow: hidden;
  border: 1px solid #d4c3b4;
  border-radius: 16px;
  background-color: var(--layer-3-color, #fff7ee);
}

@media screen and (min-width: 48em) {
  .data-clublist--top {
    grid-template-columns: 1.04fr 1fr;
    margin: 0 0 32px;
  }
}

[theme='dark'] .data-clublist--top {
  border: 1px solid #746a61;
}

.data-clublist--fav {
  gap: 12px 0;
  display: flex;
  flex-direction: column;
  padding: 16px;
}

@media screen and (min-width: 48em) {
  .data-clublist--fav {
    gap: 24px 0;
    padding: 24px;
  }
}

.clubtop-card--data {
  gap: 12px;
  display: flex;
  flex-direction: column;
}

.clubtop-card--inner {
  gap: 12px;
  display: flex;
}

.clubtop-card--logo {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 48em) {
  .clubtop-card--logo {
    width: 64px;
    height: 64px;
  }
}

.clubtop-card--mid {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

@media screen and (min-width: 48em) {
  .clubtop-card--mid {
    gap: 4px 0;
  }
}

.clubtop-card--name {
  gap: 0 16px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  color: var(--text-2-color, #292929);
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}

@media screen and (min-width: 48em) {
  .clubtop-card--name {
    align-items: center;
    font-size: 26px;
    font-weight: 700;
  }
}

.clubtop-card--name svg {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
}

@media screen and (min-width: 48em) {
  .clubtop-card--name svg {
    width: 28px;
    height: 28px;
  }
}

.clubtop-card--bottom {
  gap: 0 16px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.clubtop-card--feedback {
  gap: 0 12px;
  display: flex;
}

.clubtop-card--star {
  gap: 0 4px;
  display: flex;
  align-items: center;
  color: var(--text-5-color, #606060);
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
}

@media screen and (min-width: 48em) {
  .clubtop-card--star {
    font-size: 16px;
    line-height: 19px;
  }
}

.clubtop-card--star svg {
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  transform: translateY(-1px);
}

@media screen and (min-width: 48em) {
  .clubtop-card--star svg {
    width: 14px;
    height: 14px;
  }
}

.clubtop-card--post {
  gap: 0 4px;
  display: flex;
  align-items: center;
  color: var(--text-5-color, #606060);
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
}

@media screen and (min-width: 48em) {
  .clubtop-card--post {
    font-size: 16px;
    line-height: 19px;
  }
}

.clubtop-card--post svg {
  flex-shrink: 0;
  width: 12px;
  height: 12px;
}

@media screen and (min-width: 48em) {
  .clubtop-card--post svg {
    width: 16px;
    height: 16px;
  }
}

.clubtop-card--address {
  color: var(--text-5-color, #606060);
  font-size: 14px;
  line-height: 17px;
}

@media screen and (min-width: 48em) {
  .clubtop-card--address {
    color: var(--text-2-color, #282828);
    font-size: 18px;
    line-height: 22px;
  }
}

.data-clublist--info {
  gap: 6px 0;
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 48em) {
  .data-clublist--info {
    gap: 12px 0;
  }
}

.data-clublist--text {
  color: var(--text-2-color, #3e3e3e);
  font-size: 14px;
  line-height: 17px;
}

@media screen and (min-width: 48em) {
  .data-clublist--text {
    font-size: 16px;
    line-height: 19px;
  }
}

.data-clublist--picture {
  aspect-ratio: 343 / 126;
  min-height: 126px;
  background-image: url(/nimg/club-head-top.png);
  background-position: 50% 12%;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 48em) {
  .data-clublist--picture {
    aspect-ratio: initial;
    min-height: 226px;
  }
}

.data-clublist--inner {
  gap: 8px;
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  width: 100%;
  max-width: 1246px;
}

@media screen and (min-width: 48em) {
  .data-clublist--inner {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 64em) {
  .data-clublist--inner {
    grid-template-columns: repeat(2, 1fr);
  }
}

.clublist-card {
  container-type: inline-size;
  container-name: clublist-card;
  position: relative;
  width: 100%;
  max-width: 615px;
}

.clublist-card--flag {
  display: flex;
  z-index: 2;
  position: absolute;
  top: -6px;
  left: -4px;
  align-items: center;
  justify-content: center;
  height: 20px;
  padding: 4px 6px;
  border-radius: 2px 0 0 2px;
  background-color: #e31f26;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 12px;
  text-transform: uppercase;
}

@media screen and (min-width: 48em) {
  .clublist-card--flag {
    height: 24px;
    font-size: 13px;
    line-height: 16px;
  }
}

.clublist-card--flag::after {
  position: absolute;
  right: -6px;
  bottom: 0;
  width: 0;
  height: 0;
  border-top: 10px solid #e31f26;
  border-right: 6px solid transparent;
  border-bottom: 10px solid #e31f26;
  content: '';
}

@media screen and (min-width: 48em) {
  .clublist-card--flag::after {
    right: -8px;
    border-top: 12px solid #e31f26;
    border-right: 8px solid transparent;
    border-bottom: 12px solid #e31f26;
  }
}

.clublist-card--wrap {
  display: grid;
  position: relative;
  grid-template-columns: 1fr;
  overflow: hidden;
  border: 1px solid var(--line-2-color, #f0e7df);
  border-radius: 16px;
}

.clublist-card--data {
  gap: 12px;
  display: flex;
  position: relative;
  flex-direction: column;
  padding: 15px;
  background-color: var(--layer-2-color, #fcfcfc);
}

@media screen and (min-width: 48em) {
  .clublist-card--data {
    padding: 23px;
  }
}

.clublist-card--inner {
  gap: 12px;
  display: flex;
}

.clublist-card--logo {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 48em) {
  .clublist-card--logo {
    width: 56px;
    height: 56px;
  }
}

.clublist-card--mid {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media screen and (min-width: 48em) {
  .clublist-card--mid {
    gap: 4px 0;
  }
}

.clublist-card--name {
  gap: 0 16px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  color: var(--text-2-color, #292929);
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}

@media screen and (min-width: 48em) {
  .clublist-card--name {
    align-items: center;
    font-size: 22px;
    font-weight: 700;
  }
}

.clublist-card--name::after {
  inset: 0;
  position: absolute;
  content: '';
}

.clublist-card--name svg {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
}

@media screen and (min-width: 48em) {
  .clublist-card--name svg {
    width: 28px;
    height: 28px;
  }
}

.clublist-card--bottom {
  gap: 0 16px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.clublist-card--feedback {
  gap: 0 12px;
  display: flex;
}

.clublist-card--star {
  gap: 0 4px;
  display: flex;
  align-items: center;
  color: var(--text-5-color, #606060);
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
}

@media screen and (min-width: 48em) {
  .clublist-card--star {
    font-size: 16px;
    line-height: 19px;
  }
}

.clublist-card--star svg {
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  transform: translateY(-1px);
}

@media screen and (min-width: 48em) {
  .clublist-card--star svg {
    width: 14px;
    height: 14px;
  }
}

.clublist-card--post {
  gap: 0 4px;
  display: flex;
  align-items: center;
  color: var(--text-5-color, #606060);
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
}

@media screen and (min-width: 48em) {
  .clublist-card--post {
    font-size: 16px;
    line-height: 19px;
  }
}

.clublist-card--post svg {
  flex-shrink: 0;
  width: 12px;
  height: 12px;
}

@media screen and (min-width: 48em) {
  .clublist-card--post svg {
    width: 16px;
    height: 16px;
  }
}

.clublist-card--address {
  color: var(--text-5-color, #606060);
  font-size: 14px;
  line-height: 17px;
}

@media screen and (min-width: 48em) {
  .clublist-card--address {
    font-size: 18px;
    line-height: 22px;
  }
}

.data-clublist--more {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 16px 0 0;
}

.data-clublist--button {
  gap: 0 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 13px 20px 13px 24px;
  border-radius: 8px;
  background-color: var(--layer-3-color, #f7f7f7);
  color: var(--text-1-color, #000);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}

@media screen and (min-width: 30em) {
  .data-clublist--button {
    width: initial;
  }
}

@media screen and (min-width: 48em) {
  .data-clublist--button {
    padding: 15px 20px 15px 24px;
  }
}

.data-clublist--button::after {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 18 18'%3E%3Cpath fill='%2386909A' stroke='%2386909A' stroke-width='.5' d='M2.435 6.451a.69.69 0 0 1 .975 0l5.68 5.68 5.595-5.594a.69.69 0 0 1 .975 0 .69.69 0 0 1 0 .976l-6.082 6.085a.69.69 0 0 1-.975 0L2.435 7.43a.687.687 0 0 1 0-.979Z'/%3E%3C/svg%3E");
  background-position: 50%;
  background-size: 18px;
  content: '';
}

.club-breadcrumbs {
  gap: 2px 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 0 16px;
}

@media screen and (min-width: 48em) {
  .club-breadcrumbs {
    margin: 0 0 24px;
  }
}

.club-breadcrumbs--link {
  color: var(--text-4-color, #89959b);
  font-size: 14px;
  line-height: 17px;
  white-space: nowrap;
}

.club-breadcrumbs--link:not(:last-child)::after {
  padding: 0 4px;
  color: var(--text-4-color, #89959b);
  content: '/';
}

.club-breadcrumbs--link.current {
  color: var(--text-1-color, #292929);
}
