@charset "utf-8";
/* CSS Document */
/*施設紹介ページ*/
.page-title-area {
  background-image: url("../img/facility/title-area_facility.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 230px;
  position: relative;
}
.page-title-area__title {
  color: #fff;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 700;
  font-size: 4.0rem;
  padding-top: 90px;
}
.page-title-area__frame {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  width: 100%;
}
/*共通 タイトル・改行*/
.title {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  padding-bottom: 30px;
}
.display-none {
  display: none;
}
.display-none__1 {
  display: none;
}
/*施設紹介*/
.section-facility {
  padding: 40px 15px 25px;
  max-width: 768px;
  margin: 0 auto;
}
.section-facility__description {
  text-align: left;
  padding-bottom: 35px;
}
.facility-photo {
  height: 230px;
  width: 348px;
  object-fit: cover;
  border-radius: 3%;
}
.section-facility__photo-group {
  display: flex;
  flex-wrap: wrap;
  gap: 5.5%;
}
.facility-photo__caption {
  display: flex;
  justify-content: space-between;
}
.facility-photo__caption--1 {
  color: #0fb9b1;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}
.section-facility__photo-group li {
  padding-bottom: 10px;
}
/*小型犬*/
.section-facility-dog {
  padding: 0 15px 40px;
  max-width: 768px;
  margin: 0 auto;
}
.section-facility-dog__wrap {
  display: flex;
  gap: 9%;
  border: 0.4rem dotted #0fb9b1;
  border-radius: 20px;
  padding: 15px 35px;
}
.section-facility-dog__photo {
  width: 274px;
  margin: 0 auto;
}
.section-facility-dog__title {
  font-size: 2.2rem;
  text-align: left;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  padding: 20px 0 5px;
}
.section-facility-dog__description {
  text-align: left;
}
.section-facility-dog__description--em {
  font-weight: 500;
}
/*安全*/
.section-safe {
  padding: 60px 9px;
  background-image: url("../img/common/accent-line-bottom.svg");
  background-repeat: no-repeat;
  background-position: bottom;
  background-color: #fdfaf2;
  background-size: auto;
}
.section-safe__wrap {
  padding: 0 15px;
  max-width: 768px;
  margin: 0 auto;
  display: flex;
}
.section-safe__title {
  padding-bottom: 35px;
}
.section-safe__illust {
  width: 161px;
  height: 154px;
  margin-right: 19px;
}
.section-safe__description {
  text-align: left;
  padding-bottom: 3px;
  line-height: 1.7;
}
.section-safe__description2 {
  text-align: left;
  font-size: 1.4rem;
}
/*メッセージ（想い）*/
.section-message-rep {
  padding: 60px 15px 35px;
  max-width: 768px;
  margin: 0 auto;
}
.section-message-rep__title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #0fb9b1;
  line-height: 3.5rem;
}
.section-message-rep__title2 {
  line-height: 1.3;
}
.section-message-rep__wrap {
  display: flex;
}
.section-message-rep__description {
  text-align: left;
  line-height: 2;
  width: 574px;
  padding-right: 20px;
}
.section-message-rep__description-2 {
  padding-top: 20px;
  font-weight: 700;
  color: #0fb9b1;
  line-height: 1.5;
	text-align: left;
}
.section-message-rep__description-2 a {
  color: #0fb9b1;
  border-bottom: 1px solid #0fb9b1;
}
.section-message-rep__photo {
  width: 157px;
  padding-bottom: 10px;
}
/*保育理念*/
.section-philosophy {
  padding: 60px 15px;
  background-image: url("../img/common/accents_line-top.svg");
  background-repeat: no-repeat;
  background-position: top;
  background-color: #fdfaf2;
  background-size: auto;
}
.section-philosophy__title {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 2.5rem;
  padding-bottom: 18px;
}
.section-philosophy__title::before {
  content: "Philosophy\A";
  white-space: pre;
  color: #0fb9b1;
  line-height: 3.5rem;
}
.section-philosophy__title2--br {
  display: none;
}
.section-philosophy__wrap {
  display: flex;
  flex-wrap: wrap;
  max-width: 768px;
  margin: 0 auto;
  gap: 4%;
}
.section-philosophy__photo {
  width: 342px;
  height: 404px;
}
.section-philosophy__description {
  background-color: #fff;
  border-radius: 15px;
  padding: 20px;
  margin-bottom: 15px;
  width: 368px;
}
.section-philosophy__description--title {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 2.0rem;
  text-align: left;
  line-height: 1.35;
  padding-bottom: 8px;
}
.section-philosophy__description--p {
  text-align: left;
}
/*PC用表示 タイトル・セクション間装飾*/
@media(min-width: 1410px) {
  .page-title-area__title {
    font-size: 2.8vw;
  }
  .section-safe, .section-philosophy {
    background-size: contain;
  }
}