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

@media screen and (max-width: 768px) {
  .facilityList + .facilityList {
    margin-top: 56px;
  }
}

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

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

.facilityList__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media print, screen and (min-width: 768px) {
  .facilityList__cont {
    gap: 40px 20px;
  }
}

@media screen and (max-width: 768px) {
  .facilityList__cont {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 -15px;
    row-gap: 24px;
  }
}

@media print, screen and (min-width: 768px) {
  .facilityList__cont .descriptionCard {
    width: 235px;
  }
}

@media screen and (max-width: 768px) {
  .facilityList__cont .descriptionCard {
    width: 165px;
  }
}

@media print, screen and (min-width: 768px) {
  .facilityList--kitchen .descriptionCard:nth-child(-n+3) {
    width: 320px;
  }
}

@media screen and (max-width: 768px) {
  .facilityList--kitchen .descriptionCard:nth-child(-n+3) {
    width: 100%;
  }
}

@media print, screen and (min-width: 768px) {
  .facilityList--storage .facilityList__cont {
    margin-left: auto;
    margin-right: auto;
    width: 660px;
  }
}

@media print, screen and (min-width: 768px) {
  .facilityList--storage .descriptionCard {
    width: 320px;
  }
}

@media print, screen and (min-width: 768px) {
  .facilityList--safety .descriptionCard {
    width: 320px;
  }
}

@media print, screen and (min-width: 768px) {
  .facilityList--safety .descriptionCard:first-child {
    width: 660px;
  }
}

@media screen and (max-width: 768px) {
  .facilityList--safety .descriptionCard:first-child {
    width: 100%;
  }
}

@media print, screen and (min-width: 768px) {
  .facilityList--safety .descriptionCard:first-child .photo {
    width: 320px;
  }
}

@media screen and (max-width: 768px) {
  .facilityList--safety .descriptionCard:first-child .photo {
    width: 165px;
  }
}

@media print, screen and (min-width: 768px) {
  .facilitySect__head {
    text-align: center;
  }
}

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

@media screen and (max-width: 768px) {
  .facilitySect__head + .facilitySect__cont {
    margin-top: 48px;
  }
}

@media print, screen and (min-width: 768px) {
  .renovationSect__head {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .renovationSect__head .headingCombi {
    width: 575px;
  }
}

.renovationSect__head .enTtl {
  color: #478b18;
}

@media print, screen and (min-width: 768px) {
  .renovationSect__head .enTtl {
    text-align: left;
  }
}

@media print, screen and (min-width: 768px) {
  .renovationSect__head + .renovationSect__cont {
    margin-top: 48px;
  }
}

@media screen and (max-width: 768px) {
  .renovationSect__head + .renovationSect__cont {
    margin-top: 40px;
  }
}

.renovationSect__logo {
  border-top: 3px solid #478b18;
}

@media print, screen and (min-width: 768px) {
  .renovationSect__logo {
    padding-top: 16px;
    width: 405px;
  }
}

@media screen and (max-width: 768px) {
  .renovationSect__logo {
    margin-top: 24px;
    padding-top: 24px;
  }
}

@media print, screen and (min-width: 768px) {
  .renovationSect__logo .txt + .photo {
    margin: 16px auto 0;
  }
}

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

.renovationSect__logo .photo + .caption {
  color: #333333;
  padding-top: 10px;
  text-align: right;
}

@media print, screen and (min-width: 768px) {
  .renovationSect__cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    row-gap: 40px;
  }
}

@media print, screen and (min-width: 768px) {
  .renovationSect__cont .subSect {
    width: 490px;
  }
}

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

.renovationSect__cont .subSect:first-child {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .renovationSect__cont .subSect:first-child .subSect__cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media print, screen and (min-width: 768px) {
  .renovationSect__cont .subSect:first-child .subSect__cont .txt {
    width: 215px;
  }
}

.renovationSect__cont .subSect:first-child .subSect__cont .usableList {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media print, screen and (min-width: 768px) {
  .renovationSect__cont .subSect:first-child .subSect__cont .usableList {
    width: 660px;
  }
}

@media screen and (max-width: 768px) {
  .renovationSect__cont .subSect:first-child .subSect__cont .usableList {
    margin-top: 24px;
  }
}

@media screen and (max-width: 768px) {
  .renovationSect__cont .subSect:first-child .subSect__cont .usableList__item + .usableList__item {
    margin-top: 16px;
  }
}

@media print, screen and (min-width: 768px) {
  .renovationSect__cont .subSect:first-child .subSect__cont .usableList__item .heading + .photo {
    margin-top: 16px;
  }
}

@media screen and (max-width: 768px) {
  .renovationSect__cont .subSect:first-child .subSect__cont .usableList__item .heading + .photo {
    margin-top: 16px;
  }
}

.renovationSect__cont .subSect__head {
  text-align: center;
}

.renovationSect__cont .subSect__cont {
  background-color: #e7f3ec;
}

@media print, screen and (min-width: 768px) {
  .renovationSect__cont .subSect__cont {
    padding: 40px;
  }
}

@media screen and (max-width: 768px) {
  .renovationSect__cont .subSect__cont {
    padding: 30px 30px 56px;
  }
}

@media print, screen and (min-width: 768px) {
  .renovationSect__cont .subSect__cont .txt + .photo {
    margin-top: 24px;
  }
}

@media screen and (max-width: 768px) {
  .renovationSect__cont .subSect__cont .txt + .photo {
    margin-top: 16px;
  }
}

.residenceBlock {
  background-color: rgba(10, 67, 122, 0.1);
}

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

@media screen and (max-width: 768px) {
  .residenceBlock {
    margin: 0 -30px;
    padding: 40px 15px;
  }
}

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

@media screen and (max-width: 768px) {
  .residenceBlock + .facilityList,
  .facilityList + .residenceBlock {
    margin-top: 56px;
  }
}

.residenceBlock__head {
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .residenceBlock__head + .residenceBlock__cont {
    margin-top: 32px;
  }
}

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

.residenceBlock__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media print, screen and (min-width: 768px) {
  .residenceBlock__list {
    gap: 40px 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .residenceBlock__list {
    gap: 24px 15px;
  }
}

@media print, screen and (min-width: 768px) {
  .residenceBlock__item .descriptionCard {
    width: 260px;
  }
}

@media screen and (max-width: 768px) {
  .residenceBlock__item .descriptionCard {
    width: 165px;
  }
}

.residenceBlock__note {
  margin-top: 10px;
  text-align: right;
}

@media print, screen and (min-width: 768px) {
  .equipment-facility {
    padding: 56px 0 80px;
  }
}

@media screen and (max-width: 768px) {
  .equipment-facility {
    padding: 48px 0 64px;
  }
}

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

@media screen and (max-width: 768px) {
  .equipment-renovation {
    padding-top: 64px;
  }
}
