/* ================================================== */
/* mobile */

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

/* -------------------------------------------------- */
/* area */

.area-index {
  background: #fff;
  margin-bottom: 0;
  padding-bottom: 0;
}
.area-index .title {
  color: var(--bg-color2);
  display: block;
  margin-bottom: 10px;
  text-align: left;
}
.area-index .area-body {
  padding-bottom: 0;
}
.area-index .area-body::before {
  display: none;
}
.area-index .area-body::after {
  height: 31.73vw;
  position: static;
}
.area-index .area-content {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.area-index .area-content::before {
  background: url(../images/area/area-bg01_sp.webp) no-repeat top center / 100% auto;
  bottom: auto;
  content: '';
  display: block;
  height: 82.93vw;
  left: 0;
  margin-bottom: 10px;
  order: 2;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 2;
}
.area-index .area h2.global {
  margin-bottom: 20px;
  order: 0;
}
.area-index .area p {
  margin-bottom: 20px;
  order: 1;
  text-align: left;
}
.area-index .area-content ul {
  order: 3;
}
.area-index .area-map {
  display: none;
}

/* -------------------------------------------------- */
/* base */

.base-content {
  margin-bottom: 0;
}
.base-image.col-3 {
  width: 48%;
}
.base-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.base-image figcaption {
  font-size: 1.6rem;
  padding: .75em 0 1em;
}

/* -------------------------------------------------- */
/* detail */

.detail {
  padding-bottom: 10px;
}
.detail .title {
  margin-bottom: 10px;
  text-align: left;
  word-break: break-all;
}
.detail span.global {
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 10px;
  text-align: left;
}
.detail h2.global {
  margin-bottom: 20px;
}
.detail-text {
  margin-bottom: 20px;
}
.detail-content {
  margin-bottom: 30px;
}
.detail-content.grid {
  margin-bottom: 25px;
}
.detail-content p {
  line-height: 1.65;
}
.detail-content h3 {
  font-size: 1.8rem;
  line-height: 1.25;
  margin-bottom: 10px;
}

/* -------------------------------------------------- */
/* results */

.results {
  margin-top: 0;
}
.results .wrapper::before {
  top: -105px;
}

}
