
@charset "utf-8";

/* CSS Document */

.kisonpic {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.kisonpic li {
  width: 24%;
  text-align: center;
  margin: 10px;
}

.kisonpic li img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.kisonpic li p {
  margin-top: 5px;
  font-size: 12px;
}

.design-figure {
  margin-bottom: 5px;
}

@media screen and (max-width:768px) {
  .kisonpic li {
    margin: 3px;
  }
  .kisonpic li img {
    width: 100%;
    height: 150px;
    object-fit: cover;
  }
}

@media screen and (max-width:1025px) {
  .kisonpic li {
    width: 30%;
    margin: 5px;
  }
}

@media screen and (max-width:490px) {
  .kisonpic li {
    margin: 3px;
  }
  .kisonpic li p {
    font-size: 9px;
    margin-top: 2px;
  }
  .kisonpic li img {
    width: 100%;
    height: 100px;
    object-fit: cover;
  }
}

.designer {
  padding: 5%;
  background: #DFE8ED;
}

.designcompany {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 30px 0;
  font-family: YakuHanJP, futura-pt, Roboto, "FOT-ロダン Pro DB", sans-serif;
}

.designcompany-text p {
  text-align: left;
  margin-bottom: 5px;
}

.designcompany-text {
  width: 75%;
}

.name {
  font-size: 20px;
}

.designcompany-pic {
  width: 20%;
}

@media screen and (max-width:490px) {
  .name {
    font-size: 15px;
  }
  .designer {
    padding: 10%;
  }
  .designcompany {
    flex-flow: column-reverse;
    justify-content: center;
  }
  .designcompany-pic {
    width: 40%;
    margin: 0 auto;
  }
  .designcompany-text {
    width: 100%;
    margin: 0 auto;
  }
}

.dogarea {
       /* background: rgba(250, 128, 114, 0.30); */
    position: relative;
    /* border: 5px solid #E1BC5A;
    background: palegoldenrod;
    /* box-shadow: 1px 1px 15px #9e9e9e; */
	    width: 80%;
    max-width: 1024px;
	background:lightgoldenrodyellow;


}

.landplan-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
margin: auto;
  text-align: center;
	padding: 3%; 
	    margin-top: 3em;
/*	border: solid 2px #FFF;
    outline: solid 2px #FFF;
    outline-offset: -20px;*/
	width: 90%;
}




.dogarea li {
  display: block;
  width: 21%;
  margin: auto;
  text-align: center;
  margin: 1em 10px;
  line-height: 1.5em;
}

@media screen and (max-width:768px) {
  .dogarea li {
    width: 100%;
    margin: auto;
    text-align: center;
  }
	.landplan-list {
		width: 95%;
	}
	.landplan-list {
		 outline-offset: -10px;
		
	}
}

.dogarea li:first-child {
  width: 45%;
}

@media screen and (max-width:768px) {
  .dogarea li:first-child {
    width: 100%;
    margin: auto;
    text-align: center;
  }
}

/*.dogarea li:nth-of-type(2) {
  width:45%;
}*/
.dogarea li:nth-of-type(1) {
  width: 100%;
}

@media screen and (max-width:768px) {
  .dogarea li:nth-of-type(2) {
    width: 100%;
    margin: auto;
    text-align: center;
  }
	.dogarea li:nth-of-type(1) {
width: 100%;
    margin: auto;
    text-align: center;
}
}

.re_ttl {
  display: block;
  font-weight: 700;
  padding: 10px;
  border-bottom: 1px solid #000;
  font-size: 0.8em;
}

@media screen and (max-width:768px) {
  .re_ttl {

    font-size: 1.0em;
  }
}

.re_txt {
  margin: auto;
  text-align: left;
  display: block;
  margin-top: 1em;
  font-size: .7em;
	
}
@media screen and (max-width:768px){
	.re_txt {margin-bottom: 2.5em;}
}



.landplan-area {
  color: rgba(49, 47, 47, 1.00);
  display: block;
  margin-top: 3.0em;
}

.areaname-dog {
    font-family: 'alternate-gothic-no-3-d';
    color: #000;
    margin: auto;
    font-size: 1.8em;
    text-align: center;
    padding: 3% 6%;
    /* border: 3px dotted #FFF; */
    top: -2em;
    left: 0;
    right: 0;
    margin: auto;
    width: 350px;
    /* margin-bottom: 20px; */
    border-radius: 20px;
	padding-top: 1.3em;
}

.resiarea {
	    background: antiquewhite;

    position: relative;
    /* border: 5px solid rgba(250, 128, 114, 0.30); */
    /* background: #FFF; */
    /* border-radius: 20px; */
    text-align: center;
    /* background: rgba(255,221,222,0.20);*/
	  width: 90%;
    max-width: 1024px;

}

.areaname-resi {
      /* position: absolute; */
    font-family: 'alternate-gothic-no-3-d';
    color: #000;
    margin: auto;
    text-align: center;
    font-size: 2.2em;
    text-align: center;
    /* background: salmon; */
    padding: 3% 6%;
    top: -2em;
    left: 0;
    right: 0;
    width: 350px;
    border-radius: 20px;
    /* height: 3.5em; */
    /* padding-top: 1.3em; */
    width: 100%;
	 padding-top: 1.3em;
   
}

.resiarea li{
	display: block;
	width: 30%;
	line-height: 1.5em;
}
.parkingarea li{
	display: block;
	width: 45%;
	line-height: 1.5em;
}

@media screen and (max-width:768px){
	.resiarea li{width: 100%;}
	.parkingarea li{width: 100%;}
	.areaname-resi {font-size: 2.0em;}
}
.areaname-parking {
	          /* position: absolute; */
    font-family: 'alternate-gothic-no-3-d';
    color: #000;
    margin: auto;
    text-align: center;
    font-size: 2.2em;
    text-align: center;
    /* background: lightblue; */
    padding: 3% 6%;
    width: 350px;
    padding-top: 1.3em;
    width: 100%;
    z-index: 0;
}
/*.areaname-parking {
  position: relative;
  padding: 1.5rem;
  text-align: center;
}

.areaname-parking:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #FFF;
}*/



.parkingarea {

    position: relative;
    /* border: 5px solid lightblue; */
    /* border-radius: 20px; */
    text-align: center;
    background: rgba(198,223,231,0.50);
	  width: 90%;
    max-width: 1024px;


	
}

.area-subtlt {
	    display: block;
    margin: auto;
    text-align: center;
    font-size: 0.8em;
    font-weight: 700;
    padding: 15px 0;
    width: 100%;
    color: #000;
    margin-bottom: 2em;
    letter-spacing: 5px;
    margin-bottom: 3.0em;
    line-height: 1.5em;
    border-bottom: 1.5px solid #000;
    border-top: 1.5px solid #000;
}



.faci-text {
	font-size: 13px;
    display: block;
	margin-bottom: 1.0em;
	line-height: 1.8;
}
@media screen and (max-width:768px){

	.faci-text{
		line-height: 2.0em;
	}
	
}

.facility-area {
	display: block;
	width: 90%;
	margin: auto;
	text-align: center;
	margin-bottom: 8.0em;

	display: block;
  margin-bottom: 50px;
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: rgba(255,255,255,0.80);
	    width: 90%;
    margin: auto;
    text-align: center;
		margin-top: 1.0em; 
}

.faci-tile {
	display: block;
	font-size: 1.3em;
	margin-bottom: 1.0em;
	line-height: 1.5em;
	margin-top: 1.0em;
	font-weight: bolder;
}

@media screen and (max-width:768px){
	.faci-tile{
		font-size: 1.2em;
	}
}
@media screen and (max-width:768px){
.faci-title{
		width: 100%;
	}}

.senyu-are {
display: block;
	background-color: rgba(255,255,255,0.80);
	    width: 90%;
    margin: auto;
    text-align: center;
		margin-top: 50px; 
  margin-bottom: 50px;
	padding-top: 50px;
	padding-bottom: 50px;
}

.dogwrapper {
	max-width: 1248px;
	margin: auto;
	text-align: center;
}

.qt-list {
  text-align: justify;
  font-size: 13px;
}



.list-row4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  line-height: 1.8;
  letter-spacing: 0;
	width: 90%;
	margin: auto;
	text-align: left;
}
.list-row3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  line-height: 1.8;
  letter-spacing: 0;
	width: 90%;
	margin: auto;
	text-align: left;
}




.list-row4 li {
	display: block;
	width: 24%;
	
}

.list-row3 li {
	display: block;
	width: 32%;
	
}

@media screen and (max-width:768px){
.list-row4 li {
		width:48%;}
.list-row3 li {
		width:100%;}}

.commyunity-contents {
	display: block;
	margin-bottom: 2.0em;
	
}


@media screen and (max-width:768px){
.dog-title {text-align: center;
	
}}

@media screen and (max-width:768px){

.dog-text {
	text-align: left;
	line-height: 2.0em;
	
}}

@media screen and (max-width:768px){
.text-em {
	font-size: 12px;
	margin-top: 10px;
	
}}

.sp-faci {
	display: none;
}

@media screen and (max-width:768px){
	.sp-faci{
		display:block; 
		text-align: left;
	}
	
}

.pc-faci {
		display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    text-align: left;
}


.right-text {
    width: 45%;
		margin: auto;
		vertical-align: middle;
		align-items: center;
	text-align:left; 
}


@media screen and (max-width:768px){
	.right-text{
		width: 100%;
		text-align: left;
	}
}



.dog-contents {
	display: block;
	padding-bottom: 50px;
	text-align: left;
}

.sub-facitext {
	font-size: 12px;
	display: block;
	margin-bottom: 1.0em;
	font-weight: 100;
	line-height: 1.8;
	padding: 2%;
	text-align: left;
	
}

.faci-left {
display: block;
    width: 50%;

}

.facility-content {
	
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 90%;
    margin: auto;
    text-align: center;
    margin-top: 4.0em;


}

@media screen and (max-width: 768px){
.facility-content {
    margin-top: 20px;
    width: 90%;
}}

.landplan-wrapper {
	margin: auto;
	    padding:0% 5% 5% 5%;
	text-align: center;
	max-width: 1024px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

@media screen and (max-width:768px){
	.landplan-wrapper {
	margin: auto;
	    padding:0%;
	width: 90%;
}
	.resiarea{width: 95%;}
	.parkingarea{width: 95%;}
	.area-subtlt{
		margin: auto;
		text-align: left;
		margin-bottom: 2.0em;
	font-size: 0.8em;}
	
}

.resisubtlt {
	color: #000;
}

.sub-area {
	width: 80%;
	display: block;
	margin: auto;
	text-align: left;
	margin-top:2.0em;
	
	
}



@media screen and (max-width:498px){
	.sub-area{
		width: 90%;
		text-align: left;
		margin-top: 10px;
	}}
.subtext {
	font-size: 0.5em;
	display: block;
	
	margin: 1.5em 0;
}

.exisingtree {
	margin: auto;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	padding: 2%;
	background-color:rgba(223,232,237,1.00);
	justify-content: space-around;
	margin-top: 4em;
}
@media screen and (max-width:768px){
	.exisingtree {
	margin: auto;
	text-align: left;
margin-top: 4em;
	padding:10%;
	
}
}

.left-content-title span {
  display: block;
  /*font-size: 0.6em;*/
  margin-bottom: 10px;
  font-style: italic;
  padding: 0.1px;
    color: #000;
    font-size: 16px;
    text-align: left;
    letter-spacing: .15em;
	color: hsla(197,40%,52%,1.00);
}


.right-contents {
	width: 38%;
	padding: 2%;
}

@media screen and (max-width:768px){
	.right-contents {
	width: 100%;
	padding: 0;}


}
.left-text {
	display: block;
	width:60%;
	margin: auto;
	align-items: center;
	vertical-align: middle
}

.rightimg {
	display: flex;
	flex-wrap: wrap;
	
}
.rightimg img {
	height: 100%;
}

.left-content-text {
  /*font-size: 16px;
  line-height: 1.875;*/
  color: #333;
  margin: 5px 0;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.02em;
	width: 100%;
	
/*ここから追加*/
	font-size: 14px;
	line-height: 1.8;
}

.left-content-text br {
  display: none;
}

.left-content-text p {
  margin-bottom: 20px;
	line-height: 1.8;
}

@media screen and (min-width: 491px) {
  .left-content-title {
    font-size: 28px;
	line-height: 1.6em;
  }
}

@media screen and (min-width: 769px) {
  .left-content-title {
    font-size: 26px;
    margin-bottom: 20px;
	  color: #333;
  }
  .left-content-text {
    margin-bottom: 50px;
    line-height: 2;
	  text-align: left;
  }
  .left-content-text br {
    display: block;
  }
}



.left-content-title {
  color: #000;
/*  font-size: 6vw;*/
  text-align: left;
  position: relative;
  letter-spacing: 0em;
  line-height: 1.8;
  margin-bottom: 5px;
	font-family: sans-serif;
	font-weight: bold;
	margin-top: 0em;
	padding: 2%;
		padding-bottom: 10px;
	border-bottom: 1px solid rgba(57,57,57,1.00);

}

@media screen and (max-width:768px){
	.rigth-contents{
		width: 100%;
		margin: auto;
		text-align: center;
	}
	.left-text {
	display: block;
	width: 100%;
}
	.left-content-text {
    margin-bottom: 25px;
    line-height: 2;
	  text-align: left;
  }
	.left-content-title span {
 text-align: center;

}
	 .left-content-title {
    text-align: center;
	margin-bottom: 25px;
  }

	
}
