@charset "utf-8";
/* オーナーズスカイテラス */

#S01 .contents:nth-child(1) .contentsDetail {
  max-width: inherit;
}
#S01 .contents:nth-child(1) .contentsDetail img {
  width: 100%;
}

#S01 .detailBox {
flex-direction: row-reverse;
}

#S02 ul {
    flex-wrap: wrap;
}

#S02 ul li {
    padding: 5px;
}

#S05 {
    padding: 50px 0 100px;
}
#S05 .leftBox {
  width: 700px;
}
#S05 .rightBox {
  width: 500px;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.phCap .nameW {
text-shadow: 1px 1px 2px #666;
}


@media screen and (max-width: 1024px) {
#S05 .detailBox {
    flex-flow: column;
}
#S05 .leftBox {
    width: 100%;
}
#S05 .rightBox {
    width: 100%;
    padding: 20px 0 0;
}
#S05 .rightBox h3 {
    text-align: center;
}
#S01 .detailBox {
flex-flow: column;
}
}

/*----------------------------------------------------------- 480px */
@media screen and (max-width: 480px) {
#S05 {
    padding: 50px 0 50px;
}
#S05 .detailBox {
    padding: 0;
}
#S05 .rightBox h3 {
    text-align: left;
}
}