
/* residential_kamimakino.php css
--------------------------------------------------------------------------*/

/* title_container css
------------------------------------------------ */

#residential_kamimakino #top_container {
  position: relative;
  width: 100%;
  overflow: hidden;
}
#residential_kamimakino #top_container .top_container {
  position: relative;
  width: 100%;
  padding: 50px 0 0;
}
#residential_kamimakino #top_container .top_container .head {
  width: 700px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 1024px) {
  #residential_kamimakino #top_container .top_container .head {
    width: 410px;
  }
}
@media screen and (max-width: 768px) {
  #residential_kamimakino #top_container .top_container .head {
    width: calc(100% - 80px);
  }
}
#residential_kamimakino #top_container .top_container .head figure img {
  width: 100%;
}
#residential_kamimakino #top_container .top_container .head h3 {
  font-size: 50px;
  font-weight: bold;
  letter-spacing: 10px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  #residential_kamimakino #top_container .top_container .head h3 {
    font-size: 35px;
  }
}
#residential_kamimakino #top_container .top_container .body {
  width: 1024px;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  #residential_kamimakino #top_container .top_container .body {
    width: 750px;
  }
}
@media screen and (max-width: 768px) {
  #residential_kamimakino #top_container .top_container .body {
    width: calc(100% - 40px);
  }
}
#residential_kamimakino #top_container .top_container .body figure img {
  width: 100%;
}

/* title_container css end
------------------------------------------------ */

/* info_container css
------------------------------------------------ */

#residential_kamimakino #info_container {
  position: relative;
  width: 100%;
  margin: 0;
  overflow: hidden;
}
#residential_kamimakino #info_container .info_container {
  position: relative;
  width: 1024px;
  padding: 0 0 100px;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  #residential_kamimakino #info_container .info_container {
    width: 768px;
  }
}
@media screen and (max-width: 768px) {
  #residential_kamimakino #info_container .info_container {
    width: calc(100% - 40px);
  }
}
#residential_kamimakino #info_container .info_container .body {
  position: relative;
  width: 100%;
  margin: 25px auto 25px;
}
#residential_kamimakino #info_container .info_container .body nav ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #residential_kamimakino #info_container .info_container .body nav ul {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #residential_kamimakino #info_container .info_container .body nav ul li:nth-child(even) {
    margin: 25px 0 0;
  }
}
#residential_kamimakino #info_container .info_container .body nav ul li img {
  width: 500px;
  height: auto;
}
@media screen and (max-width: 1024px) {
  #residential_kamimakino #info_container .info_container .body nav ul li img {
    width: 370px;
  }
}
@media screen and (max-width: 768px) {
  #residential_kamimakino #info_container .info_container .body nav ul li img {
    width: 100%;
  }
}
#residential_kamimakino #info_container .info_container .foot {
  position: relative;
  width: 100%;
  margin: 0 auto 0;
}
#residential_kamimakino #info_container .info_container .foot nav ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #residential_kamimakino #info_container .info_container .foot nav ul {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #residential_kamimakino #info_container .info_container .foot nav ul li:nth-child(even) {
    margin: 15px 0 15px;
  }
}
#residential_kamimakino #info_container .info_container .foot nav ul li img {
  width: auto;
  height: 25px;
}
@media screen and (max-width: 1024px) {
  #residential_kamimakino #info_container .info_container .foot nav ul li img {
    height: 19px;
  }
}
@media screen and (max-width: 768px) {
  #residential_kamimakino #info_container .info_container .foot nav ul li img {
    height: 22px;
    margin: auto;
  }
}

/* info_container css end
------------------------------------------------ */

/* catch_container css end
------------------------------------------------ */

#catch_container .catch_container {
  width: 1024px;
  padding: 50px 0 200px;
  margin: auto;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  #catch_container .catch_container {
    width: 768px;
  }
}
@media screen and (max-width: 768px) {
  #catch_container .catch_container {
    width: calc(100% - 40px);
    padding: 25px 0 50px;
  }
}
#catch_container .catch_container .head h2 {
  font-size: 45px;
  font-weight: bold;
  text-align: center;
  color: #63c0b4;
}
@media screen and (max-width: 1024px) {
  #catch_container .catch_container .head h2 {
    font-size: 35px;
  }
}
@media screen and (max-width: 768px) {
  #catch_container .catch_container .head h2 {
    font-size: 3rem;
    text-align: left;
  }
}
#catch_container .catch_container .head h2 br.spno {
  display: none;
}
@media screen and (max-width: 768px) {
  #catch_container .catch_container .head h2 br.spno {
    display: block;
  }
}
#catch_container .catch_container .body {
  margin: 50px auto;
}
#catch_container .catch_container .body h3 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: #63c0b4;
}
@media screen and (max-width: 1024px) {
  #catch_container .catch_container .body h3 {
    font-size: 25px;
  }
}
@media screen and (max-width: 768px) {
  #catch_container .catch_container .body h3 {
    font-size: 2.5rem;
    text-align: left;
  }
}
#catch_container .catch_container .foot article {
  font-size: 20px;
  font-weight: bold;
  line-height: 2;
  text-align: center;
  color: #63c0b4;
}
@media screen and (max-width: 1024px) {
  #catch_container .catch_container .foot article {
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  #catch_container .catch_container .foot article {
    text-align: left;
  }
}

/* catch_container css
------------------------------------------------ */

/* lots_container css
------------------------------------------------ */

#residential_kamimakino #lots_container {
  position: relative;
  width: 100%;
  margin: 0;
  background-color: #b9e0b9;
  overflow: hidden;
}
#residential_kamimakino #lots_container .lots_container {
  position: relative;
  width: 100%;
  padding: 100px 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #residential_kamimakino #lots_container .lots_container {
    padding: 100px 0 50px;
  }
}
#residential_kamimakino #lots_container .lots_container .head {
  position: relative;
}
#residential_kamimakino #lots_container .lots_container .head .title {
  margin: 0 0 50px;
}
#residential_kamimakino #lots_container .lots_container .head .title h2 {
  font-size: 50px;
  font-weight: bold;
  letter-spacing: 3px;
  text-align: center;
}
@media screen and (max-width: 410px) {
  #residential_kamimakino #lots_container .lots_container .head .title h2 {
    font-size: 3.5rem;
  }
}
#residential_kamimakino #lots_container .lots_container .body {
  width: 1024px;
  margin: 50px auto;
}
@media screen and (max-width: 1024px) {
  #residential_kamimakino #lots_container .lots_container .body {
    width: 768px;
  }
}
@media screen and (max-width: 768px) {
  #residential_kamimakino #lots_container .lots_container .body {
    width: calc(100% - 40px);
  }
}
#residential_kamimakino #lots_container .lots_container .body figure img {
  width: auto;
  height: 1024px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #residential_kamimakino #lots_container .lots_container .body figure img {
    width: calc(100% - 40px);
    height: auto;
  }
}
#residential_kamimakino #lots_container .lots_container .foot {
  width: 1024px;
  padding: 25px;
  margin: 50px auto;
}
@media screen and (max-width: 1024px) {
  #residential_kamimakino #lots_container .lots_container .foot {
    width: 768px;
  }
}
@media screen and (max-width: 768px) {
  #residential_kamimakino #lots_container .lots_container .foot {
    width: calc(100% - 40px);
  }
}
#residential_kamimakino #lots_container .lots_container .foot figure img {
  width: 100%;
  height: auto;
}

/* lots_container css end
------------------------------------------------ */

/* map_container sass
------------------------------------------------ */

#residential_kamimakino #map_container {
  position: relative;
  width: 100%;
  margin: 0;
  overflow: hidden;
}
#residential_kamimakino #map_container .map_container {
  position: relative;
  width: 100%;
  height: auto;
  padding: 100px 0 0;
  margin: auto;
}
#residential_kamimakino #map_container .map_container .head {
  position: relative;
}
#residential_kamimakino #map_container .map_container .head h2 {
  font-size: 50px;
  font-weight: bold;
  letter-spacing: 3px;
  text-align: center;
}
@media screen and (max-width: 410px) {
  #residential_kamimakino #map_container .map_container .head h2 {
    font-size: 3.5rem;
  }
}
#residential_kamimakino #map_container .map_container .head p {
  font-size: 35px;
  font-weight: bold;
  letter-spacing: 3px;
  text-align: center;
}
#residential_kamimakino #map_container .map_container .body {
  width: 100%;
  margin: 25px auto 0;
}
#residential_kamimakino #map_container .map_container .body iframe {
  width: 100%;
  height: 75vh;
}

/* map_container sass end
------------------------------------------------ */

/* summary_container css
------------------------------------------------ */

#residential_kamimakino #summary_container {
  position: relative;
  width: 100%;
  overflow: hidden;
}
#residential_kamimakino #summary_container .summary_container {
  position: relative;
  width: 1024px;
  padding: 100px 0;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  #residential_kamimakino #summary_container .summary_container {
    width: 768px;
  }
}
@media screen and (max-width: 768px) {
  #residential_kamimakino #summary_container .summary_container {
    width: calc(100% - 10px);
  }
}
#residential_kamimakino #summary_container .summary_container .head {
  position: relative;
  margin: 0 auto 25px;
}
@media screen and (max-width: 1024px) {
  #residential_kamimakino #summary_container .summary_container .head {
    width: 100%;
  }
}
#residential_kamimakino #summary_container .summary_container .head h2 {
  font-size: 50px;
  font-weight: bold;
  letter-spacing: 3px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #residential_kamimakino #summary_container .summary_container .head h2 {
    font-size: 35px;
  }
}
#residential_kamimakino #summary_container .summary_container .head h2 span {
  margin: 0 0 0 10px;
  font-size: 2rem;
  letter-spacing: 5px;
}
@media screen and (max-width: 410px) {
  #residential_kamimakino #summary_container .summary_container .head h2 span {
    font-size: 1.5rem;
  }
}
#residential_kamimakino #summary_container .summary_container .head p {
  font-size: 1.75rem;
  text-align: center;
}
@media screen and (max-width: 410px) {
  #residential_kamimakino #summary_container .summary_container .head p {
    font-size: 1.5rem;
  }
}
#residential_kamimakino #summary_container .summary_container .body {
  position: relative;
  width: 100%;
}
#residential_kamimakino #summary_container .summary_container .body nav ul li {
  border: 2px solid rgb(50, 50, 50);
  border-bottom: none;
  box-sizing: border-box;
}
#residential_kamimakino #summary_container .summary_container .body nav ul li:last-child {
  border-bottom: 2px solid rgb(50, 50, 50);
}
#residential_kamimakino #summary_container .summary_container .body nav ul li div {
  display: flex;
}
#residential_kamimakino #summary_container .summary_container .body nav ul li div h3 {
  width: 200px;
  padding: 20px;
  font-size: 17.5px;
  background-color: rgb(200, 230, 200);
  border-right: 2px solid rgb(50, 50, 50);
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #residential_kamimakino #summary_container .summary_container .body nav ul li div h3 {
    width: 120px;
    padding: 10px;
    font-size: 13.5px;
    text-align: center;
  }
}
#residential_kamimakino #summary_container .summary_container .body nav ul li div p {
  width: 818px;
  padding: 20px;
  font-size: 17.5px;
}
@media screen and (max-width: 1024px) {
  #residential_kamimakino #summary_container .summary_container .body nav ul li div p {
    width: 494px;
  }
}
@media screen and (max-width: 768px) {
  #residential_kamimakino #summary_container .summary_container .body nav ul li div p {
    width: calc(100% - 6px - 120px);
    padding: 10px;
    font-size: 13.5px;
  }
}

/* summary_container css end
------------------------------------------------ */

/* pdf_container css
------------------------------------------------ */

#pdf_container .pdf_container {
    position: relative;
}
#pdf_container .pdf_container {
    padding: 50px 0 200px;
    margin: auto;
    overflow: hidden;
}
#pdf_container .pdf_container .foot {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
#pdf_container .pdf_container .foot a {
    padding: 30px 50px;
    margin: auto;
    border: none;
    border-radius: 50px;
    background: linear-gradient(128deg, #219ed3 0%, #abdfe8 70%, #5dffc2 100%);
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 3px;
    color: white;
    opacity: 1;
    transition: 0.5s;
}

/* pdf_container css end
------------------------------------------------ */

/*# sourceMappingURL=residential_kamimakino.css.map */