#contents {
  width: 100%;
}
@media screen and (max-width: 768px){
	#contents {
		padding: unset;
	}
}

ul{
	padding: 0;
}

li{
	list-style: none;
}

h3,h4{
	color: #A6AAAD;
}

#contents p{
	margin-bottom: unset;
}

.kv{
	width: 100%;
	position: relative;
}

.logo{
	position: absolute;
	width: 35%;
	top: 10px;
	left: 10px;
}
@media screen and (max-width: 768px){
	.logo{
		width: 45%;
	}
}

.inner {
	width: 1024px;
	padding: 35px 0;
	text-align: center;
}
@media screen and (max-width: 768px){
	#contents .inner{
		width: 100vw;
		padding: 15px 20px;
	}
}

.con-top.inner > div{
	padding: 20px 0;
}

.inner .transition > div{
	padding: 15px 0;
}

.inner .transition > div.dif-wrap{
	padding-top: 80px;
}
@media screen and (max-width: 768px){
	.inner .transition > div.dif-wrap{
	padding-top: 40px;
}
}

.inner .transition > div.dif-wrap:nth-child(2){
	padding-top: 40px;
}
@media screen and (max-width: 768px){
	.inner .transition > div.dif-wrap:nth-child(2){
	padding-top: 20px;
}
}

.sp{
	display: none;
}
@media screen and (max-width: 768px){
	.pc{
		display: none;
	}
	
	.sp{
		display: block;
	}
}

.head{
	background-color: #bec2c6;
}

.con-top{
	padding: 30px 0 35px;
}
@media screen and (max-width: 768px){
	#contents .con-top{
		padding: 0 20px 20px;
	}
}

.con-top h2{
	margin-bottom: 1em;
	font-size: 1.25rem;
}

#contents .con-btn p{
	margin-bottom: 0.8em;
	font-size: 1.125rem;
	color: #fff;
}

.con-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 40px;
}
@media screen and (max-width: 768px){
	.con-list{
		gap: 10px 15px;
	}
}

.con-list li {
	width: calc((100% - 120px * 3) / 4);
	filter: drop-shadow(3px 1px 2px rgba(0, 0, 0, 0.2));
}
@media screen and (max-width: 768px){
	.con-list li{
		width: calc((100% - 15px) / 2);
	}
}

.con-list a{
	position: relative;
}

.con-list a::after{
	content: "";
    display: block;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-top: 10px solid #FFFFFF;
    border-bottom: 0;
    transition: .3s;
}
@media screen and (max-width: 768px){
	.con-list a::after{
		bottom: 15px;
		border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 7px solid #ffffff;
	}
}

.con-top.inner > div.plan-btn {
    padding: 20px 0 35px;
}

.plan-btn{
	width: 40%;
	margin: 0 auto;
	filter: drop-shadow(3px 1px 2px rgba(0, 0, 0, 0.2));
}
@media screen and (max-width: 768px){
	.plan-btn{
		width: calc(100% - 40px);
	}
}

.plan-btn a{
	position: relative;
	padding: 10px 125px 25px;
	font-size: 18px;
	color: #ffffff;
	border: 0.5px solid #ffffff;
}
@media screen and (max-width: 768px){
		.plan-btn a{
			padding: 10px 85px 20px;
			font-size: 17px;
			border: 1px solid #ffffff;
	}
}

.plan-btn a::after{
	content: "";
    display: block;
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-top: 10px solid #ffffff;
    border-bottom: 0;
    transition: .3s;
}
@media screen and (max-width: 768px){
	.plan-btn a::after{
		bottom: 7px;
		border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 7px solid #ffffff;
	}
}

.title-img{
	width: 25%;
	margin: 0 auto 30px;
}
@media screen and (max-width: 768px){
	.title-img{
		width: 40%;
		margin: 0 auto 15px;
	}
}

.inner h3{
	margin-bottom: 15px;
	font-size: 1.125rem;
}

.standard{
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
	gap: 30px;
}
@media screen and (max-width: 768px){
	.standard{
		flex-direction: column;
		gap: 10px;
		margin-bottom: 20px;
	}
}

.con-flex{
	display: flex;
	flex-direction: column;
	width: calc((100% - 30px * 2) / 3);
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
}
@media screen and (max-width: 768px){
	.con-flex{
		width: 100%;
		flex-direction: row;
	}
}

.icon{
	width: 25%;
}
@media screen and (max-width: 768px){
	.icon{
		width: 25%;
		margin: 0 auto;
	}
}

.st-p{
	text-align: center;
}
@media screen and (max-width: 768px){
	.st-p{
		width: 100%;
		text-align: left;
	}
}

.life2 .con-flex{
	width: 100%;
}

.life2 .con-flex p{
	width: 50%;
	text-align: left;
}

.life2 .con-flex div{
	width: 35%;
}

.land{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
}
@media screen and (max-width: 768px){
	.land{
		flex-direction: column;
		gap: 15px;
	}
}

.land p{
	width: 45%;
	text-align: left;
}
@media screen and (max-width: 768px){
	.land p{
		width: 100%;
		text-align: center;
	}
}

.land div{
	width: 20%;
}
@media screen and (max-width: 768px){
	.land div{
		width: 100%;
	}
}

.life3 h4{
	margin-bottom: 15px;
}

.style-plan{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
@media screen and (max-width: 768px){
	.style-plan{
		gap: 15px;
	}
}

.style-plan li{
	width: calc((100% - 20px * 3) / 4);
	gap: 15px;
	filter: drop-shadow(0px 0px 3px rgba(166, 170, 173, 0.6));
}
@media screen and (max-width: 768px){
	.style-plan li{
		width: calc((100% - 15px) / 2);
	}
}

.dif-top {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 40px;
	margin-bottom: 20px;
}
@media screen and (max-width: 768px){
	.dif-top{
		flex-direction: column;
		gap: 20px;
		margin-bottom: 5px;
		align-items: center;
	}
}

.dif-top.sel-2n{
	flex-direction: row-reverse;
}
@media screen and (max-width: 768px){
	.dif-top.sel-2n{
		flex-direction: column;
		align-items: center;
	}
}

.dif-top-p {
	width: calc((100% - 40px) / 5 * 3);
	text-align: left;
	margin-bottom: 10px;
}
@media screen and (max-width: 768px){
	.dif-top-p{
		width: 100%;
		text-align: center;
	}
}

.dif-top-p div {
	width: 80%;
	margin-bottom: 20px;
}
@media screen and (max-width: 768px){
	.dif-top-p div {
		margin: 0 auto 15px;
	}
}

@media screen and (max-width: 768px){
	.dif-top-p p{
		text-align: center;
	}
}

.dif-top-p p.first{
	font-size: 18px;
}

.dif-top-p p.second{
	margin-top: 40px;
}
@media screen and (max-width: 768px){
	.dif-top-p p.second{
		margin-top: 20px;
	}
}

#contents p.second{
	margin-bottom: 0;
}

.dif-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
@media screen and (max-width: 768px){
	.dif-list {
		gap: 3px;
	}
}

.dif-list li{
	width: calc((100% - 20px * 3) / 4);
}
@media screen and (max-width: 768px){
	.dif-list li{
		width: calc((100% - 10px) / 2);
	}
}

.option-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 30px 20px;
}
@media screen and (max-width: 768px){
	.option-list{
		gap: 20px 15px;
	}
}

.option-list li{
	width: calc((100% - 20px * 3) / 4);
}
@media screen and (max-width: 768px){
	.option-list li{
		width: calc((100% - 15px) / 2);
	}
}

.option-list li img {
	filter: drop-shadow(0px 0px 3px rgba(166, 170, 173, 0.6));
}

.option-list p{
	margin-top: 7px;
}
@media screen and (max-width: 768px){
	#contents .option-list p{
		margin-bottom: 7px;
	}
}

.option-list li p:nth-child(3) {
	text-align: left;
	letter-spacing: 0.8px;
	list-style: 1.3;
}

.kinds{
	width: 22%;
	margin: 0 auto;
}
@media screen and (max-width: 768px){
	.kinds{
		width: 35%;
	}
}

.plan-top{
	display: flex;
	justify-content: space-evenly;
	border-bottom: 1px solid #A6AAAD;
}
@media screen and (max-width: 768px){
	.plan-top{
		justify-content: space-around;
	}
}

#contents .plan-top p.lot, #contents .plan-top p.price{
	margin-bottom: 0.8em;
}

.price span{
	padding: 0 4px;
}

.area-list{
	display: flex;
	flex-wrap: wrap;
	margin: 20px 0 30px;
	justify-content: space-evenly;
	gap: 10px;
}
@media screen and (max-width: 768px){
	.area-list{
		margin: 10px 0 20px;
		gap: unset;
	}
}

.area-list li {
	width: fit-content;
}

.plan-top .lot, .plan-top span{
	font-size: 24px;
}
@media screen and (max-width: 768px){
	#contents p.lot, #contents .price span{
		font-size: 20px;
	}
}

.detail{
	display: flex;
	width: 100%;
	margin: 30px 0;
	justify-content: space-between;
	gap: 30px;
}
@media screen and (max-width: 768px){
	.detail{
		flex-direction: column-reverse;
		margin: 20px 0 5px;
		gap: 15px;
	}
}

.de-p {
	display: flex;
	text-align: left;
	flex-direction: column;
	justify-content: space-evenly;
}
@media screen and (max-width: 768px){
	.de-p{
		text-align: center;
	}
}

.de-img{
}

.point-list{
	margin-bottom: 30px;
}

.point-list li{
	margin-bottom: 10px;
	padding: 6px 0;
	text-align: center;
	color: #FFFFFF;
	background-color: #A6AAAD;
}

.plan .notes{
	text-align: left;
}

.floor{
	width: 100%;
	padding: 60px 0;
}