@media print, screen and (min-width: 768px) {
  .areaSect__head + .areaSect__cont {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .areaSect__head + .areaSect__cont {
    margin-top: 30px;
  }
}

@media print, screen and (min-width: 768px) {
  .areaSect__bottom {
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .areaSect__bottom {
    margin-top: 60px;
  }
}

.facilityList__head {
  position: relative;
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .facilityList__head {
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  .facilityList__head {
    padding-bottom: 8px;
  }
}

.facilityList__head:after {
  background-color: #b89b2f;
  bottom: 0;
  content: '';
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

.facilityList__ttl {
  color: #b89b2f;
  letter-spacing: .11em;
  line-height: 1.55556;
}

.facilityList__ttl:before {
  content: '';
  margin-top: calc((1 - 1.55556) * .5em);
}

.facilityList__ttl:after {
  margin-bottom: calc((1 - 1.55556) * .5em);
}

.facilityList__ttl:before, .facilityList__ttl:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media print, screen and (min-width: 768px) {
  .facilityList__ttl {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .facilityList__ttl {
    font-size: 12px;
  }
}

.facilityList__cont {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}

@media print, screen and (min-width: 768px) {
  .facilityList__head + .facilityList__cont {
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  .facilityList__head + .facilityList__cont {
    margin-top: 12px;
  }
}

.facilityList__item {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  letter-spacing: 0;
  line-height: calc(26 / 14);
}

@media print, screen and (min-width: 768px) {
  .facilityList__item {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .facilityList__item {
    font-size: 12px;
  }
}

@media print, screen and (min-width: 768px) {
  .introSect__head + .introSect__cont {
    margin-top: 42px;
  }
}

@media screen and (max-width: 768px) {
  .introSect__head + .introSect__cont {
    margin-top: 24px;
  }
}

@media print, screen and (min-width: 768px) {
  .locationSect__cont .usableList__inner {
    display: grid;
    gap: 64px 20px;
    grid-template-columns: repeat(12, 1fr);
  }
}

@media screen and (max-width: 768px) {
  .locationSect__cont .usableList__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 32px 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .locationSect__cont .usableList__item {
    grid-column: auto / span 4;
  }
}

@media screen and (max-width: 768px) {
  .locationSect__cont .usableList__item {
    width: calc(50% - 10px);
  }
}

@media print, screen and (min-width: 768px) {
  .locationSect__cont .usableList__item .descriptionCard__cont .heading--medium .caption {
    font-size: 12px;
    margin-left: .25em;
  }
}

@media print, screen and (min-width: 768px) {
  .locationSect__cont .usableList__item--large {
    grid-column: auto / span 6;
  }
}

@media screen and (max-width: 768px) {
  .locationSect__cont .usableList__item--large {
    width: 100%;
  }
}

@media print, screen and (min-width: 768px) {
  .locationSect__cont .usableList__item--pcLarge {
    grid-column: auto / span 6;
  }
}

@media print, screen and (min-width: 768px) {
  .locationSect__cont .usableList__item--small {
    grid-column: auto / span 3;
  }
}

@media print, screen and (min-width: 768px) {
  .locationSect__cont .usableList__item--col {
    grid-column: auto / span 12;
  }
}

@media screen and (max-width: 768px) {
  .locationSect__cont .usableList__item--col {
    width: 100%;
  }
}

@media print, screen and (min-width: 768px) {
  .locationSect__cont .usableList__item--col .descriptionCard {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: grid;
    gap: 64px 20px;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media print, screen and (min-width: 768px) {
  .locationSect__cont .usableList__item--col .descriptionCard__cont {
    margin-top: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .locationSect__head + .locationSect__cont {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .locationSect__head + .locationSect__cont {
    margin-top: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .parkFeature {
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 768px) {
  .parkFeature {
    padding-bottom: 60px;
  }
}

@media print, screen and (min-width: 768px) {
  .tachibanaFeature .relatedBox {
    display: grid;
    gap: 40px 20px;
    grid-template-columns: 1fr 1fr;
  }
}

@media print, screen and (min-width: 768px) {
  .tachibanaFeature .relatedBox__head {
    width: 100%;
  }
}

@media print, screen and (min-width: 768px) {
  .tachibanaFeature .relatedBox__cont {
    grid-row: auto / span 2;
    width: 100%;
  }
}

@media print, screen and (min-width: 768px) {
  .location-intro {
    padding: 100px 0;
  }
}

@media screen and (max-width: 768px) {
  .location-intro {
    padding: 67px 0 64px;
  }
}

@media print, screen and (min-width: 768px) {
  .location-shopping,
  .location-medical,
  .location-education,
  .location-park,
  .location-others {
    padding: 80px 0;
  }
}

@media screen and (max-width: 768px) {
  .location-shopping,
  .location-medical,
  .location-education,
  .location-park,
  .location-others {
    padding: 60px 0;
  }
}

@media print, screen and (min-width: 768px) {
  .location-area {
    padding: 93px 0 100px;
  }
}

@media screen and (max-width: 768px) {
  .location-area {
    padding: 60px 0;
  }
}
