/* 営業時間 */
.page-inner{
padding: 0 20px 20px;
}
.strong-text {
font-weight: bold;
}
#freePage .border-none {
  border-bottom: none;
}
#freePage h4 {
  padding: 10px 2.5%;
}
/* 施設案内 */
.itemList .item {
  border-right: 0;
}
.itemList .wrap:before {
  display: none;
}
.itemList .item:hover {
  background: none;
}
.post p {
  font-size: 0.9rem;
}
/* 赤ちゃんルーム */
#post p {
  font-size: 0.9rem;
}
#special .itemList.template .freeTxt {
  font-size: 0.9rem;
  margin-left: 0;
  padding: 8% 0;
}
/* サービス */
#freePage #page img {
  display: block;
  margin: 0 auto;
}
#freePage p{
  width: 95%;
  padding-left: 0;
  margin: 0 auto 20px;
}
/* pet */
/* 安全 */
.speciallist {
  padding: 0 20px 20px;
}
.speciallist ul.items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.speciallist ul.items li {
  width: 40%;
  margin-right: 5%;
}
.speciallist ul.items li:last-child {
  width: 50%;
}

.speciallist ul.items li img {
  width: 100%;
  display: block;
}
.speciallist .post-images {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#wrapper .speciallist ul.items .post-images img {
  width: 23%;
}
.speciallist .post-images {
  cursor: pointer;
}
#post.clm {
  padding: 0 47px;
}
@media screen and (max-width: 760px) {
  .speciallist .post-images {
    display: block;
  }
  .speciallist ul.items li {
    width: 100%;
    margin-right: 0;
  }
  .speciallist ul.items li:last-child {
    width: 100%;
    margin-right: 0;
  }
  #wrapper .speciallist ul.items .post-images img {
    display: inline-block;
  }
  .post.clm, #post.clm {
    padding: 20px 20px;
  }
}

/* Added from index.html */
#special .itemList.template .freeTxt {
  padding: 0;
  margin-left: 342px;
}

@media screen and (max-width: 1260px) {
  #special .itemList.template .freeTxt {
    margin-left: 270px;
  }
}

@media screen and (max-width: 760px) {
  #special .itemList.template .freeTxt {
    margin-left: 0px;
    padding: 8% 0;
  }
}

#special .itemList .img {
  max-height: none;
  height: auto;
}

#special .img.posts img:nth-of-type(n + 2){
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .clear_float::after {
    content: "";
    clear: both;
    display: block;
  }
}

/* Utility classes */
.text-navy {
  color: #000080;
}
.text-large {
  font-size: large;
}
.text-red {
  color: #ff0000;
}
.link-blue {
  color: #0000ff;
  text-decoration: underline;
}
.text-black {
  color: #000000;
}
.text-green {
  color: #008000;
}
