.mkr-wrap,
.mkr-wrap * {
  box-sizing: border-box;
}

.mkr-wrap {
  --mkr-green: #1f5b49;
  --mkr-deep: #17352d;
  --mkr-orange: #d2683d;
  --mkr-ivory: #f7f6f1;
  --mkr-line: rgba(23, 53, 45, 0.12);
  color: var(--mkr-deep);
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  margin: 0 auto;
  max-width: 560px;
  width: 100%;
}

.mkr-wrap .screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}

.mkr-notice {
  align-items: center;
  background: var(--mkr-green);
  border-radius: 24px;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 28px;
  justify-content: flex-start;
  margin-bottom: 38px;
  padding: 26px 30px;
}

.mkr-notice__main {
  align-items: flex-start;
  display: flex;
  gap: 16px;
}

.mkr-notice__icon {
  align-items: center;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  display: flex;
  flex: 0 0 44px;
  font-size: 20px;
  height: 44px;
  justify-content: center;
}

.mkr-notice small,
.mkr-notice strong,
.mkr-notice p {
  display: block;
  margin: 0;
}

.mkr-notice__main small {
  color: #eab69c;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.mkr-notice__main strong {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: clamp(23px, 3vw, 31px);
  line-height: 1.35;
  margin-top: 2px;
}

.mkr-notice__main p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  line-height: 1.7;
  margin-top: 4px;
}

.mkr-listing {
  background: var(--mkr-ivory);
  border-radius: 24px;
  padding: 18px;
}

.mkr-count {
  border-bottom: 1px solid var(--mkr-line);
  color: #687a72;
  font-size: 14px;
  margin: 0 0 26px;
  padding: 0 0 18px;
}

.mkr-count strong {
  color: var(--mkr-deep);
  font-size: 18px;
  margin-left: 5px;
}

.mkr-grid {
  display: grid;
  gap: 28px 22px;
  grid-template-columns: 1fr;
}

.mkr-card {
  background: #fff;
  border: 1px solid var(--mkr-line);
  border-radius: 22px;
  box-shadow: 0 10px 30px rgba(31, 60, 50, 0.06);
  margin: 0;
  overflow: hidden;
}

.mkr-card__image {
  aspect-ratio: 4 / 3;
  background: #dedbd1;
  overflow: hidden;
  position: relative;
}

.mkr-card__photo img {
  background: #ece9e2;
  display: block;
  height: 100%;
  margin: 0;
  object-fit: contain;
  width: 100%;
}

.mkr-card__photos {
  display: flex;
  height: 100%;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  touch-action: pan-x;
}

.mkr-card__photos::-webkit-scrollbar {
  display: none;
}

.mkr-card__photo {
  flex: 0 0 100%;
  height: 100%;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.mkr-card__photo-count {
  background: rgba(0, 0, 0, 0.56);
  border-radius: 999px;
  bottom: 11px;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  padding: 6px 9px;
  position: absolute;
  right: 11px;
}

.mkr-image-placeholder {
  align-items: center;
  color: #77877f;
  display: flex;
  font-size: 12px;
  height: 100%;
  justify-content: center;
}

.mkr-card__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  left: 12px;
  position: absolute;
  top: 12px;
}

.mkr-card__badges span {
  background: rgba(255, 255, 255, 0.94);
  border-radius: 999px;
  color: var(--mkr-green);
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  padding: 8px 11px;
}

.mkr-card__body {
  padding: 21px;
}

.mkr-address {
  color: #6c7b73;
  font-size: 11px;
  margin: 0;
}

.mkr-location {
  align-items: center;
  display: flex;
  gap: 9px;
}

.mkr-location > strong {
  background: var(--mkr-orange);
  border-radius: 8px;
  color: #fff;
  flex: 0 0 auto;
  font-size: 13px;
  padding: 7px 10px;
}

.mkr-card h3 {
  color: var(--mkr-deep);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: 19px;
  line-height: 1.45;
  margin: 11px 0 0;
}

.mkr-price {
  align-items: flex-end;
  border-bottom: 1px solid var(--mkr-line);
  display: flex;
  gap: 9px;
  margin-top: 15px;
  padding-bottom: 17px;
}

.mkr-price strong {
  color: var(--mkr-deep);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: 29px;
  letter-spacing: -0.03em;
  line-height: 1;
}

.mkr-price strong small {
  font-size: 14px;
  margin-left: 3px;
}

.mkr-price > span {
  color: #6c7b73;
  font-size: 11px;
}

.mkr-specs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 16px;
  text-align: center;
}

.mkr-specs > span + span {
  border-left: 1px solid var(--mkr-line);
}

.mkr-specs small,
.mkr-specs strong {
  display: block;
}

.mkr-specs small {
  color: #7b8a83;
  font-size: 10px;
}

.mkr-specs strong {
  color: var(--mkr-deep);
  font-size: 13px;
  margin-top: 4px;
}

.mkr-station {
  background: #f4f3ee;
  border-radius: 11px;
  color: var(--mkr-deep);
  font-size: 13px;
  font-weight: 700;
  margin: 15px 0 0;
  padding: 10px 11px;
}

.mkr-station span {
  color: #6c7b73;
  float: right;
  font-size: 11px;
  font-weight: 400;
}

.mkr-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 14px;
}

.mkr-tags span {
  border: 1px solid var(--mkr-line);
  border-radius: 999px;
  color: #586a62;
  font-size: 10px;
  padding: 5px 8px;
}

.mkr-card__welfare {
  border-top: 1px solid var(--mkr-line);
  color: var(--mkr-green);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.6;
  margin: 17px 0 0;
  padding-top: 14px;
}

.mkr-detail-link {
  align-items: center;
  background: var(--mkr-green);
  border-radius: 12px;
  color: #fff !important;
  display: flex;
  font-size: 13px;
  font-weight: 700;
  justify-content: center;
  margin-top: 17px;
  min-height: 48px;
  padding: 10px 16px;
  text-decoration: none !important;
}

.mkr-detail-link:hover,
.mkr-detail-link:focus {
  background: #174b3b;
  color: #fff;
}

.mkr-contact {
  background: var(--mkr-green);
  border-radius: 18px;
  color: #fff;
  margin-top: 20px;
  padding: 22px 20px;
}

.mkr-contact > strong {
  display: block;
  font-size: 13px;
  line-height: 1.8;
}

.mkr-contact > div {
  display: grid;
  gap: 8px;
  margin-top: 14px;
}

.mkr-contact a {
  align-items: center;
  border-radius: 11px;
  display: flex;
  font-size: 13px;
  font-weight: 700;
  min-height: 46px;
  padding: 9px 13px;
  text-decoration: none !important;
}

.mkr-contact .mkr-line-link {
  background: rgba(255, 255, 255, 0.1);
  color: #fff !important;
}

.mkr-contact a {
  background: #fff;
  color: var(--mkr-green) !important;
}

.mkr-single {
  background: var(--mkr-ivory);
  padding: 18px 12px 30px;
}

.mkr-back {
  align-items: center;
  color: var(--mkr-deep) !important;
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  min-height: 44px;
  padding: 0 8px;
  text-decoration: none !important;
}

.mkr-single__header {
  margin: 16px 0 20px;
}

.mkr-single__header > span {
  background: var(--mkr-orange);
  border-radius: 8px;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  padding: 7px 10px;
}

.mkr-single__header h1 {
  color: var(--mkr-deep);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: 23px;
  margin: 11px 0 0;
}

.mkr-single__header p {
  color: #687a72;
  font-size: 11px;
  margin: 5px 0 0;
}

.mkr-single__photos {
  display: grid;
  gap: 16px;
}

.mkr-single__photos figure {
  background: #ece9e2;
  border: 1px solid var(--mkr-line);
  border-radius: 16px;
  margin: 0;
  overflow: hidden;
}

.mkr-single__photos figure > div {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 220px;
}

.mkr-single__photos img {
  display: block;
  height: auto;
  max-height: 78svh;
  object-fit: contain;
  width: 100%;
}

.mkr-single__photos figcaption {
  background: #fff;
  border-top: 1px solid var(--mkr-line);
  color: #6c7b73;
  font-size: 10px;
  font-weight: 700;
  padding: 9px 12px;
  text-align: right;
}

.mkr-back--bottom {
  border: 1px solid var(--mkr-line);
  border-radius: 12px;
  display: flex;
  justify-content: center;
  margin-top: 18px;
}

.mkr-empty {
  align-items: center;
  background: #fff;
  border: 1px dashed rgba(23, 53, 45, 0.22);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  padding: 50px 20px;
  text-align: center;
}

.mkr-empty strong {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: 19px;
}

.mkr-empty span {
  color: #687a72;
  font-size: 12px;
  margin-top: 8px;
}

@media (max-width: 620px) {
  .mkr-notice {
    border-radius: 18px;
    gap: 18px;
    margin-bottom: 24px;
    padding: 21px 18px;
  }

  .mkr-notice__icon {
    display: none;
  }

  .mkr-listing {
    border-radius: 18px;
    padding: 18px;
  }

  .mkr-grid {
    grid-template-columns: 1fr;
  }
}
