@charset "UTF-8";

#madori_top{
	background-image: -webkit-linear-gradient(90deg, #d7ffd7 0%, #ffffff 100%);
	background-image: -moz-linear-gradient(90deg, #d7ffd7 0%, #ffffff 100%);
	background-image: -o-linear-gradient(90deg, #d7ffd7 0%, #ffffff 100%);
	background-image: linear-gradient(0deg, #d7ffd7 0%, #ffffff 100%);
	margin-bottom: 60px;
}
#madori_top > div > div{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}
#madori_top .madori_top_text,
#madori_top figure{
	width: min(100%, 550px);
}
#madori_top .madori_top_text{
	position: relative;
}
#madori_top .madori_top_text_p1{
	text-align: center;
	color: #fff;
	background-color: #00a53c;
	padding: 10px;
	border-radius: 25px 25px 25px 25px / 50% 50% 50% 50% ;
	font-size: 18px;
	position: relative;
}
#madori_top .madori_top_text_p1::after{
	content: url(../img/madori/arrow.png);
	position: absolute;
	top: calc(100% - 5px);
	left: 10%;
	width: 21px;
	height: 24px;
}

#madori_top h2{
	color: #00a53c;
	font-size: 65px;
	font-weight: 700;
	letter-spacing: -1px;
	margin-top: 10px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	line-height: 1;
	margin-bottom: 20px;
}
#madori_top h2 span{
	line-height: 1.2;
	display: inline-block;
}
#madori_top h2 img{
	margin-bottom: -10px;
}
#madori_top h2 + p{
	width: 377px;
}
#madori_top #madori_num{
	position: absolute;
	left: 380px;
	bottom: -20px;
	width: 214px;
}
#madori_top #madori_num span{
	position: absolute;
	font-size: 60px;
	font-weight: 700;
	color: #00a53c;
	line-height: 1;
	bottom: 28px;
	right: 111px;
}

.select_area .area{
	justify-content: center;
}
.select_area .area li,.select_area .area li:nth-child(2n),.select_area .area li:nth-child(n+3){
	margin: 0 5px 5px;
}

.madori_list .result {
    padding-bottom: 20px;
    margin-bottom: 40px;
    border-bottom: 1px solid #c8c8c8;
}
#madori{
	background-color: #d7ffd7;
	padding: 35px 0;
}
.madori_box{
	background: #fff;
	margin-bottom: 40px;
}
.land_box{
	border: none;
	padding: 20px;
}
.madori_plan li{
	display: inline-block;
	color: #00a53c;
	font-size: 16px;
	font-weight: 700;
	border: 1px solid #00a53c;
	padding: 8px 20px;
	margin-bottom: 20px;
}
.madori_box > div > div:not(.madori_images) h2{
	color: #00a53c;
	font-size: 30px;
	font-weight: 700;
	line-height: 45px;
	margin-bottom: 30px;
}
.madori_images h2{
	margin-bottom: 20px;
}
.madori_joho{
	background-color: #ccedd8;
	padding: 15px 20px;
	margin-bottom: 10px;
}
.madori_joho dl{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}
.madori_joho dl dt,
.madori_joho dl dd{
	font-size: 16px;
}
.madori_joho dl dt{
	width: 28%;
	padding-left: 20px;
	position: relative;
}
.madori_joho dl dt:nth-of-type(1)::after{
	content: url(../img/madori/kigo.png);
	position: absolute;
	top: 1px;
	left: 0;
}
.madori_joho dl dd{
	width: 72%;
}
.madori_joho .madori_text1{
	color: #00a53c;
	font-size: 16px;
	padding-left: 20px;
}
.madori_text2{
	color: #00a53c;
	font-size: 16px;
	line-height: 24px;
	padding: 20px;
	border: 3px solid #00a53c;
	border-radius: 5px;
	position: relative;
}
.madori_text2::after{
	content: url(../img/madori/arrow2.png);
	position: absolute;
	bottom: calc(100% - 1px);
	left: 10%;
	display: block;
	width: 44px;
	height: 26px;
}
.madori_images{
	background-color: #e6e6e6;
	padding: 20px;
}
.madori_totten{
	background-image: -webkit-linear-gradient(180deg, #66c98a 0%, #00a53c 100%);
	background-image: -moz-linear-gradient(180deg, #66c98a 0%, #00a53c 100%);
	background-image: -o-linear-gradient(180deg, #66c98a 0%, #00a53c 100%);
	background-image: linear-gradient(-90deg, #66c98a 0%, #00a53c 100%);
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	padding: 5px 20px 10px;
	margin-top: 30px;
}
.madori_totten dl{
	margin-right: 20px;
}
.madori_totten dl dt,
.madori_totten dl dd{
	color: #fff;
}
.madori_totten dl dt{
	font-size: 24px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	margin-bottom: 10px;
}
.madori_totten dl dd{
	font-size: 16px;
}
.madori_totten figure{
	margin-top: -20px;
}
.madori_btn{
	padding: 30px 0;
}
.madori_btn a{
	font-size: 16px;
	margin: 0 auto;
}

.madori_form_top{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.madori_form_top figure{
	margin-right: 20px;
}
.madori_form_top dl dt{
	font-size: 30px;
}
.madori_form_top dl dd{
	font-size: 16px;
}
.marker {
    background: linear-gradient(transparent calc(100% - 10px), #ffff00 10px);
}
#madori{
	padding-bottom: 80px;
}
#contact{
	margin-top: 0;
}

@media screen and (max-width: 767px) {
	#madori_top{
		margin-top: 40px;
	}
	#madori_top img{
		width: initial;
	}
	#madori_top .madori_top_text_p1 {
		border-radius: 43px 43px 43px 43px / 50% 50% 50% 50%;
		line-height: 1.5;
	}
	#madori_top .madori_top_text, #madori_top figure{
		width: 100%;
	}
	#madori_top h2{
		font-size: 8vw;
		justify-content: center;
		position: relative;
		flex-wrap: wrap;
	}
	#madori_top h2 img{
		width: 15vw;
	}
	#madori_top h2::after{
		content: "";
		display: block;
		background-image: url(../img/madori/madori_img01.png);
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center top;
		width: 100%;
		height: 68vw;
		margin-top: 20px;
	}
	#madori_top figure{
		display: none;
	}
	#madori_top h2 + p{
		margin-bottom: 20px;
		width: 100%;
	}
	#madori_top #madori_num{
		position: relative;
		margin: 0 auto;
		bottom: initial;
		right: initial;
		left: initial;
	}
	.madori_box > div > div:not(.madori_images) h2{
		font-size: 5vw;
		line-height: 1.4;
	}
	.madori_joho dl dt{
		width: 40%;
	}
	.madori_joho dl dd{
		width: 60%;
	}
	.madori_text2{
		margin-bottom: 30px;
	}
	.madori_totten{
		flex-wrap: wrap;
	}
	.madori_totten figure{
		margin-top: 10px;
	}
	.madori_form_top dl dt{
		font-size: 24px;
		line-height: 1.4;
		margin-bottom: 10px;
	}
	.select_area .area li,.select_area .area li:nth-child(2n),.select_area .area li:nth-child(n+3){
	margin: 0 5px 5px;
	width: 47%;
	}
	#madori{
		padding-bottom: 50px;
	}
	.slick-arrow{
		top: 17vw;
	}
}