.akiyabank-prefooter {
  background: #8cc63f url(https://www.city.minamisatsuma.lg.jp/assets/images/texture01d.jpg);
  border-top: 1px solid #4a3728;
  border-bottom: 1px solid #4a3728;
}

.akiyabank-prefooter .inner-wrap {
  position: relative;
}

.akiyabank-prefooter-visual {
  position: relative;
  padding-top: 20px;
}

.akiyabank-prefooter-mainmap {
  background: #d3d3d3;
  border-radius: 16px;
  overflow: hidden;
}

.akiyabank-prefooter-mainmap img {
  width: 100%;
  display: block;
}

.akiyabank-prefooter-bubble {
  position: absolute;
  width: 34%;
  border-radius: 999px;
  overflow: hidden;
  border: 4px solid #ffffff;
  background: #cfcfcf;
}

.akiyabank-prefooter-bubble img {
  width: 100%;
  display: block;
}

.akiyabank-prefooter-bubble-top {
  top: -5px;
  left: -10px;
}

.akiyabank-prefooter-bubble-bottom {
  right: -10px;
  bottom: -5px;
}

.akiyabank-prefooter-text {
  background: rgba(255, 255, 255, 0.92);
  padding: 20px;
  border-radius: 8px;
}

.akiyabank-prefooter-lead {
  color: #8f867a;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}

.akiyabank-prefooter .add-top img {
  width: 100%;
  display: block;
  background: #cfcfcf;
}

@media screen and (max-width: 767px) {
  .akiyabank-prefooter {
    padding-bottom: 10px;
  }

  .akiyabank-prefooter-visual {
    padding-top: 10px;
  }

  .akiyabank-prefooter-bubble {
    width: 38%;
  }

  .akiyabank-prefooter-text {
    padding: 15px;
  }
}

/* ==========================================
   Single Akiya Bank Detail (single-akiyabank)
   ========================================== */
.single-akiyabank-page .image-slider-container {
  margin: 30px 0;
  padding: 20px;
  border-radius: 8px;
}

.single-akiyabank-page .image-slider {
  margin-bottom: 12px;
}

.single-akiyabank-page .single-akiyabank-slide {
  position: relative;
  margin: 0;
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: #d5d5d5;
}

.single-akiyabank-page .single-akiyabank-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.single-akiyabank-page .single-akiyabank-slide::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 26%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.28) 0%, rgba(0, 0, 0, 0) 100%) !important;
  pointer-events: none;
}

.single-akiyabank-page .single-akiyabank-slide-caption {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 10px;
  z-index: 2;
  margin: 0;
  background: transparent !important;
  color: #fff;
  font-size: 15px;
  line-height: 1.4;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
}

.single-akiyabank-page .image-slider figcaption {
  background: transparent !important;
}

.single-akiyabank-page .image-slider .slick-prev,
.single-akiyabank-page .image-slider .slick-next {
  width: 56px;
  height: 56px;
  margin-top: -28px;
  border: 2px solid #006ebc;
  background: rgba(255, 255, 255, 0.94);
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
  z-index: 4;
}

.single-akiyabank-page .image-slider .slick-prev {
  left: 12px;
}

.single-akiyabank-page .image-slider .slick-next {
  right: 12px;
}

.single-akiyabank-page .image-slider .slick-prev i,
.single-akiyabank-page .image-slider .slick-next i {
  color: #006ebc;
  font-size: 20px;
  line-height: 1;
}

.single-akiyabank-page .image-thumbnails .slick-slide {
  padding: 0 4px;
}

.single-akiyabank-page .image-thumbnails .slick-slide img {
  width: 100%;
  height: 72px;
  object-fit: cover;
  border-radius: 4px;
  border: 2px solid transparent;
}

.single-akiyabank-page .image-thumbnails .slick-current img {
  border-color: #006ebc;
}

.single-akiyabank-page .property-overview-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.single-akiyabank-page .property-overview-item {
  background: #f7f6f0;
  border: 1px solid #ded8cc;
  border-radius: 6px;
}

.single-akiyabank-page .property-overview-item .label {
  font-size: 16px;
}

.single-akiyabank-page .property-overview-item .value,
.single-akiyabank-page .property-overview-item .price {
  font-size: 22px;
  line-height: 1.25;
}

.single-akiyabank-page .single-akiyabank-feature-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 16px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.single-akiyabank-page .single-akiyabank-feature-list li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.single-akiyabank-page .single-akiyabank-feature-check {
  color: #006ebc;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.single-akiyabank-page #site-content .fa,
.single-akiyabank-page #site-content .icon-circle-arrow-right,
.single-akiyabank-page .area-card__icon-left,
.single-akiyabank-page .area-card__chevron {
  color: #006ebc;
}

.single-akiyabank-page .single-akiyabank-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
}

.single-akiyabank-page .single-akiyabank-tags a {
  display: inline-block;
  color: #006ebc;
  background: #eef6fc;
  border: 1px solid #9cc0df;
  border-radius: 999px;
  font-size: 13px;
  line-height: 1.2;
  text-decoration: none;
  padding: 5px 10px;
}

.single-akiyabank-page .single-akiyabank-tags a:hover {
  opacity: 0.8;
}

.single-akiyabank-page .other-areas-section .area-card {
  display: grid;
  grid-template-columns: 42px 1fr 22px;
  column-gap: 12px;
  align-items: center;
}

.single-akiyabank-page .other-areas-section .area-card__icon-left,
.single-akiyabank-page .other-areas-section .area-card__icon-left.is-compact {
  margin-right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.single-akiyabank-page .other-areas-section .area-card__title {
  display: flex;
  align-items: center;
  min-height: 1.6em;
}

.single-akiyabank-page .other-areas-section .area-card__title h4 {
  line-height: 1.45;
}

.single-akiyabank-page .other-areas-section .area-card__chevron {
  margin-left: 0;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .single-akiyabank-page .image-slider-container {
    padding: 10px;
  }

  .single-akiyabank-page .single-akiyabank-slide {
    aspect-ratio: 4 / 3;
  }

  .single-akiyabank-page .image-slider .slick-prev,
  .single-akiyabank-page .image-slider .slick-next {
    width: 48px;
    height: 48px;
    margin-top: -24px;
  }

  .single-akiyabank-page .property-overview-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .single-akiyabank-page .property-overview-item .value,
  .single-akiyabank-page .property-overview-item .price {
    font-size: 18px;
  }

  .single-akiyabank-page .single-akiyabank-feature-list {
    grid-template-columns: 1fr;
  }
}
