.equipmentList {
  border-top: 1px solid #bbbbbb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 769px) {
  .equipmentList {
    padding: 60px 0 0 0;
  }
}

@media (max-width: 768px) {
  .equipmentList {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 40px 0 0;
  }
}

@media screen and (min-width: 769px) {
  .equipmentCard {
    width: 225px;
  }
  .equipmentCard:not(:nth-child(4n+1)) {
    margin-left: 46px;
  }
  .equipmentCard:nth-child(n+5) {
    margin-top: 40px;
  }
}

@media (max-width: 768px) {
  .equipmentCard {
    width: 162px;
  }
  .equipmentCard:nth-child(odd) {
    margin-left: -20px;
  }
  .equipmentCard:nth-child(even) {
    margin-right: -20px;
  }
  .equipmentCard:nth-child(n+3) {
    margin-top: 40px;
  }
}

.equipmentCard__ttl {
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: .1em;
  text-align: center;
  line-height: 1.5;
}

.equipmentCard__ttl:before {
  content: '';
  margin-top: calc((1 - 1.5) * .5em);
}

.equipmentCard__ttl:after {
  margin-bottom: calc((1 - 1.5) * .5em);
}

.equipmentCard__ttl:before, .equipmentCard__ttl:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media screen and (min-width: 769px) {
  .equipmentCard__ttl {
    font-size: 14px;
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  .equipmentCard__ttl {
    font-size: 12px;
    margin-top: 16px;
  }
}

/*@media screen and (min-width: 769px) {
  .equipment-items {
    padding: 46px 0 140px;
  }
}

@media (max-width: 768px) {
  .equipment-items {
    padding: 42px 0 100px;
  }
}*/




/* =======================================================================================
	サイト固有
======================================================================================= */

/* ------------------------------------------------------------------------
	※設備使用ページ共通設定は「equipment_common.css」を参照
	※フォーマットスタイルにある .equipment-items も_commonに転記
------------------------------------------------------------------------ */

/* ------------------------------------------------------------------------
	innerP01【快適設備】
------------------------------------------------------------------------ */

/* ---------------------------------------------- 
equipmentCard__txt
---------------------------------------------- */
	.equipmentCard__txt {
		display: block;
		text-align: left;
		font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
		letter-spacing: .15em;
		line-height: 1.6;
	}
@media screen and (min-width: 769px) {
	.equipmentCard__txt {
		font-size: 12px;
		margin-top: 10px;
	}
}
@media (max-width: 768px) {
	.equipmentCard__txt {
		font-size: 11px;
		margin-top: 8px;
	}
}
