/* 共通 */
.wrap-border {
  border-top: 2px solid #000;
}
.inner-border {
  position: relative;
  max-width: 1200px;
  margin-inline: auto;
}
@media only screen and (max-width: 768px) {
  .inner-border {
    max-width: 335px;
  }
}
.inner-border::after {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 160px;
  height: 7px;
  background: linear-gradient(90deg, #1EAA39 0%, #1EAA39 33.3%, #08287E 33%, #08287E 66.6%, #36BDEF 66.6%, #36BDEF 100%);
}
.section-ttl {
  color: #000;
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.5px;
}
@media only screen and (max-width: 768px) {
  .section-ttl {
    font-size: 20px;
    font-weight: 900;
    line-height: 34px;
    letter-spacing: 1px;
  }
}
.txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.8px;
}
@media only screen and (max-width: 768px) {
  .txt {
    font-size: 12px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.6px;
  }
}
.txt-small {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.7px;
}
@media only screen and (max-width: 768px) {
  .txt-small {
    font-size: 12px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.6px;
  }
}
@media only screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

/* lowHeading */
.lowHeading {
  height: 745px;
}
@media only screen and (max-width: 768px) {
  .lowHeading {
    height: 761px;
  }
}
.lowHeading .inner01 {
  padding-bottom: 74px;
}
@media only screen and (max-width: 768px) {
  .lowHeading .inner01 {
    padding-bottom: 47px;
  }
}
@media only screen and (max-width: 768px) {
  .lowHeading .h1_ptn1 {
    padding: 30px 21px;
  }
}
.lowHeading img {
  object-position: 50% 50%;
}
.lowHeadingTxt p {
  padding-left: 30px;
  margin-bottom: 0;
  margin-top: 9px;
}
@media only screen and (max-width: 768px) {
  .lowHeadingTxt p {
    padding-left: 20px;
    margin-top: 15px;
    min-height: 0;
  }
}

/* room */
.room {
  padding-top: 59px;
}
@media only screen and (max-width: 768px) {
  .room {
    padding-top: 50px;
  }
}
.room .photos {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 18px;
}
@media only screen and (max-width: 768px) {
  .room .photos {
    margin-top: 26px;
    grid-template-columns: 1fr;
    row-gap: 22px;
  }
}
.room .photos img {
  width: 100%;
}
.room .contents {
  margin-top: 39px;
  display: flex;
  column-gap: 50px;
}
@media only screen and (max-width: 768px) {
  .room .contents {
    flex-direction: column;
    margin-top: 26px;
  }
}
.room .contents .txts {
  width: 84.2%;
}
@media only screen and (max-width: 768px) {
  .room .contents .txts {
    width: 100%;
  }
}
.room .contents .txts .remarks {
  margin-top: 70px;
}
@media only screen and (max-width: 768px) {
  .room .contents .txts .remarks {
    margin-top: 25px;
  }
}
.room .contents .img {
  display: flex;
  column-gap: 40px;
}
@media only screen and (max-width: 768px) {
  .room .contents .img {
    margin-top: 36px;
    flex-direction: column;
    flex-direction: column-reverse;
  }
}
.room .contents .img img {
  width: 99%;
}
@media only screen and (max-width: 768px) {
  .private-room {
    margin-top: 28px;
    height: 306px;
    object-fit: cover;
  }
}



@media only screen and (max-width: 768px) {
  .room .contents .img img {
    width: 100%;
  }
}
.room .contents .img p {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: 0.7px;
}
@media only screen and (max-width: 768px) {
  .room .contents .img p {
    font-size: 13px;
    letter-spacing: 0.65px;
  }
}
.room .contents .img p span {
  color: #000;
  font-size: 12px;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 0.6px;
}

/* sharedSpace */
.sharedSpace {
  margin-top: 88px;
}
@media only screen and (max-width: 768px) {
  .sharedSpace {
    margin-top: 73px;
  }
}
.sharedSpace .photos {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 18px;
  row-gap: 30px;
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .sharedSpace .photos {
    grid-template-columns: 1fr;
    margin-top: 27px;
    row-gap: 35px;
  }
}
.sharedSpace .photos .item img {
  width: 100%;
}
.sharedSpace .photos .item p {
  font-size: 16px;
  font-weight: 900;
  line-height: 20px;
  letter-spacing: 0.8px;
  margin-top: 13px;
}
@media only screen and (max-width: 768px) {
  .sharedSpace .photos .item p {
    font-size: 18.741px;
    line-height: 23.427px;
    letter-spacing: 0.937px;
  }
}

/* daycare */
.daycare {
  margin-top: 73px;
}
.bg-gray {
  background-color: #F0F0F0;
  padding: 35px 43px 33px 21px;
  display: flex;
  column-gap: 34px;
  margin-top: 30px;
}
@media only screen and (max-width: 1200px) {
  .bg-gray {
    flex-direction: column;
    padding: 18.5px 15px 29px;
  }
}
.bg-gray .imgs {
  display: flex;
  column-gap: 20px;
}
@media only screen and (max-width: 768px) {
  .bg-gray .imgs {
    flex-direction: column;
    row-gap: 18px;
  }
}
.bg-gray .imgs img {
  width: 48.1%;
}
@media only screen and (max-width: 768px) {
  .bg-gray .imgs img {
    width: 100%;
  }
}
.bg-gray .txts {
  width: 87.5%;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .bg-gray .txts {
    width: 100%;
    margin-top: 14px;
  }
}

/* food */
.food {
  margin-top: 62px;
  margin-bottom: 299px;
}
@media only screen and (max-width: 768px) {
  .food {
    margin-top: 41px;
    margin-bottom: 199px;
  }
}
.food .txt {
  margin-top: 30px;
}
.food .photos {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px 18.67px;
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .food .photos {
    grid-template-columns: 1fr;
    margin-top: 20px;
    row-gap: 30px;
  }
}
.food .photos img {
  width: 100%;
  display: block;
}
.food .photos p {
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  .food .photos p {
    margin-top: 11.71px;
  }
}