/*nav*/
.mainnav2 a{
	background-color: #35c380;
	background-image: url(../../common/images/nav2-on.png);
}
.mainnav2 a:hover{
	opacity: 1;
}

/*mainimage*/
.plan-image{
	/*background: #f8f7f4;*/
}
.plan-image img{
	max-width: 900px;
	width: 100%;
}
.plan-image .container{
	position: relative;
}
.btn-outline,
.btn-outline:link,
.btn-outline:visited{
	background: #f8c45a;
	color: #fff;
	padding: 5px;
	width: 195px;
	display: block;
	text-align: center;
	margin: 20px auto;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.btn-outline:hover{
	color: #fff;
	text-decoration: none;
	opacity: 0.5;
}
/*mq*/
@media (max-width: 767px) {
	.btn-outline{
		clear: both;
		width: 100%;
	}
}


/*plan*/
.plan-park,
.plan-park h3{
	color: #56bfc7;
}
.plan-park h3::after,
.plan-park .btn-detail{
	background: #56bfc7;
}
.plan-season,
.plan-season h3{
	color: #6fb2db;
}
.plan-season h3::after,
.plan-season .btn-detail{
	background: #6fb2db;
}
.plan-south,
.plan-south h3{
	color: #4e7eba;
}
.plan-south h3::after,
.plan-south .btn-detail{
	background: #4e7eba;
}
.plan-list .noactive{
	opacity: 1;
}
.plan-list h4{
	text-align: center;
	color: #ccc;
	font-size: 30px;
	margin-bottom: 10px;
}
.plan-list h4 span{
	background: #f8c45a;
}
.plan-list p{
	font-size: 12px;
	text-align: center;
	line-height: 1.8;
}
.plan-list .caption{
	margin-bottom: 20px;
}
.plan-list .row a{
	position: relative;
	display: inline-block;
	width: 100%;
	min-height: 180px;
	/*background: #f8f7f4;*/
	border: 1px solid #ccc;
	padding: 20px 2px;
	margin-top:0px;
	margin-bottom: 30px;
	color: #333;
	text-decoration: none;
	box-sizing: border-box;
	border-radius: 5px;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.plan-list .row a:hover{
	background: #efefef;
}

/*new*/
.icon-new{
	position: absolute;
	top: 10%;
	left: 10px;
}

/*finished*/
.finished{
	pointer-events: none;
}
.finished:after{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 100px;
	height: 100px;
	background: url(../images/icon-finished.png) no-repeat center center;
}
.finished h4,
.finished p,
.finished span{
	opacity: 0.15;
}
/*mq*/
@media (max-width: 767px) {
	.plan-list .row a{
		margin-bottom: 15px;
	}
}

/*topics-info*/
.topics::before{
	background: linear-gradient(-135deg, #fff 4px, transparent 0) 0 4px,
	linear-gradient(135deg, #fff 4px, #ecf6ee 0) 0 4px;
	background-position: left bottom !important;
	background-repeat: repeat-x !important;
	background-size: 12px 12px;
	background-color: #fff;
	width: 100%;
	display: block;
	content: "　";
}
.topics{
	background: linear-gradient(-135deg, #ecf6ee 4px, transparent 0) 0 4px,
	linear-gradient(135deg, #ecf6ee 4px, #fff 0) 0 4px;
	background-position: left bottom !important;
	background-repeat: repeat-x !important;
	background-size: 12px 12px;
	background-color: #ecf6ee;
	padding-bottom: 15px;
	margin-bottom: 30px;
}
.topics img{
	margin-bottom: 30px;
}

/*information*/
.information img{
	margin-bottom: 15px;
}

/*land*/
.text-land{
	cursor: pointer;
}
.land .active::before{
	content: "× ";
	color: #8cc999;
}
.land{
	text-align: center;
	margin-bottom: 30px;
	padding: 15px 0;
	border: 1px solid #8cc999;
}
.land h4{
	color: #8cc999;
	font-size: 18px;
	margin-top: 0;
}
.land h5{
	font-size: 12px;
	margin-top: 10px;
}
.land .inner > div{
	display: inline-block;
	vertical-align: middle;
}
.land-i{
	font-size: 30px;
	padding: 0 15px;
}
/*mq*/
@media (max-width: 767px) {
	.text-land{
		margin-top: 15px;
	}
	.land .inner > div{
		width: 100%;
	}
}

.hanbai{
	color:#D45EB2;
	font-weight:bold;
}
.hanbaicap{
	font-size:12px;
}
@media (max-width: 767px) {
	.hanbaicap{
		font-size:9px;
	}
}


/*pop-text*/
.plan-list p.pop-text{
	text-align: center;
	line-height: 1.2;
	padding-bottom: 5px;
}
@media (max-width: 767px) {
	.plan-list p.pop-text-none{
		display: none;
	}
}


/*tabnav*/
.tabnav a{
	width: 25%;
	border-color: #6fb2db;
	color: #6fb2db;
}
.tabnav a:hover::after {
	top: 0;
	background-color: #6fb2db;
}
.tabnav li:first-child a{
	border-color: #6fb2db;
}
@media (max-width: 767px){
	.tabnav a{
		width: 50%;
	}
}


/*plan-house*/
.plan-house .inner{
	border: 4px solid #ffda2a;
	padding: 30px;
}
.plan-house-title{
	color: #000;
	background: #ffda2a;
	margin-bottom: 0;
	display: inline-block;
	text-align: left;
	font-size: 20px;
	position: relative;
	padding: 5px 10px 5px 65px;
}
.plan-house-title::after{
	position: absolute;
	background: transparent;
	top: 0;
	right: -40px;
	bottom: 0;
	width: 0;
	height: 0;
	margin: auto;
	border-style: solid;
	border-color: transparent transparent #ffda2a; transparent;
	border-width: 0 40px 38px 0;
}
.plan-house-title span{
	color: #111;
}
.plan-house-title img{
	position: absolute;
	bottom: 5px;
	left: 5px;
}
.plan-house .inner h2{
	color: #111;
	padding-top: 0;
	margin-bottom: 30px;
}
.plan-house .inner h2:after{
	display: none;
}
.plan-house .inner .caption{
	margin-top: 5px;
	line-height: 1.1;
}
.plan-house h4{
	margin-bottom: 5px;
}
.plan-house-spec{
	display: table;
	table-layout:fixed;
	width: 100%;
	margin: 20px auto;
}
.plan-house-spec > div{
	display: table-cell;
	vertical-align: middle;
	padding: 10px;
}
.plan-house-spec > div:first-child{
	border-right: 1px solid #ccc;
	width: 58%;
}
.plan-house-spec > div:first-child img{
	padding: 5px 0;
}
.plan-house-spec > div:last-child{
	width: 42%;
}
.plan-house-loan{
	margin-top: 15px;
}
.plan-house-loan img{
	margin-bottom: 10px;
}
.plan-house-loan p{
	word-break : break-all;
}
.plan-house-photo{
	margin-top: 10px;
	margin-bottom: 10px;
}
.plan-house-point{
	margin-top: 30px;
}
.plan-house-point li{
	background: url(../images/plan-house-point.png) no-repeat left top;
	background-size: 30px auto;
	list-style: none;
	padding: 0 10px 10px 35px;
	margin-bottom: 10px;
	font-weight: bold;
	border-bottom: 1px dotted #ccc;
}
.plan-house-point li span{
	color: #f91c15;
}

/*inner1*/
/*.inner1{
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px dotted #333;
}
.inner1 h2{
	background: #213377 url(../images/plan-house-bg1.png);
}
.inner1 h2 img{
	padding: 10px;
}
.inner1 h3{
	color: #213377;
	padding-top: 0;
	margin-bottom: 10px;
}
.inner1 h3:after{
	display: none;
}
.inner1 .inner-kagu{
	margin-right: -5px;
	margin-left: -5px;
}
.inner1 .inner-kagu p{
	background: #213377;
	padding: 4px;
	color: #fff;
	line-height: 1;
	font-size: 12px;
	word-break : break-all;
}
.inner1 .inner-kagu > div{
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 10px;
}
.inner1 .caption{
	margin-top: 15px;
}*/

/*inner2*/
/*.inner2 h2{
	background: #e7c95f url(../images/plan-house-bg2.png);
}
.inner2 h2 img{
	padding: 10px;
}
.inner2 .plan-house-spec > div:first-child{
	border-right: none;
}
.inner2 .inner-kagu{
	margin-right: -5px;
	margin-left: -5px;
}
.inner2 .inner-kagu > div{
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 10px;
}*/

@media (max-width: 767px) {
	.plan-house-title{
		font-size: 18px;
	}
	.plan-house .inner h2{
		margin-bottom: 10px;
		font-size: 15px;
	}
	.plan-house .inner{
		padding: 10px;
	}
	.plan-house-spec{
		margin: 0;
	}
	.plan-house-point{
		margin-top: 10px;
	}
	.plan-house-point li{
		font-size: 15px;
		background-position: left top 5px;
		background-size: 20px auto;
		padding: 0 10px 10px 25px;
	}
	.plan-house-title{
		display: block;
		width: 100%;
	}
	.plan-house-title::after{
		display: none;
	}
	.plan-house-title .caption{
		display: block;
	}

	/*inner1*/
	.inner1 .num{
		font-size: 16px;
	}
	.inner1 h2{
		font-size: 16px;
	}
	.inner1 h3 br{
		display: none;
	}
	.inner1 .inner-kagu p{
		font-size: 12px;
	}

	/*inner2*/
	.inner2 .num{
		font-size: 16px;
	}
	.inner2 h2{
		font-size: 16px;
	}

}

/*plan-terrace */
@media (max-width: 767px) {
	.plan-image{
		margin-top: 30px;
	}
}