@charset "UTF-8";

.manBg {
	background: url("../images/plan/main_bg.jpg") no-repeat 50% 88%;
	background-size: cover;
	margin-bottom: 100px;
}

#sec01 h2 {
    padding: 100px 0 200px;
}

#sec01 h2 span {
    background: rgb(255 255 255 / 80%);
    padding: 20px 50px;
    font-weight: 900;
    letter-spacing: 4px;
	font-size: 36px;
}

#sec01 h3.notoSans {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 100px;
    padding: 20px;
}

.planList {
	width: 96%;
	margin: 0 auto 80px;
}

.planList li {
	width: 48%;
	box-shadow: 0 0 8px 4px #cccccc;
	margin-bottom: 50px;
}

.planList li a {
	display: block;
	padding: 30px;
	background: #fff;
	position: relative;
	transition: .5s;
	height: 100%;
}

.planList li a:hover {
	opacity: 1;
	filter: drop-shadow(0px 0px 3px #333);
	transition: .5s;
}

/*.planList li:nth-child(2) a,.planList li:nth-child(3) a,.planList li:nth-child(6) a,.planList li:nth-child(7) a {
	background: #dedee0;
}*/

.planList li:nth-child(2) a .photo,.planList li:nth-child(3) a .photo,.planList li:nth-child(6) a .photo,.planList li:nth-child(7) a .photo {
	mix-blend-mode: multiply;
}

.planList li a .plan {
	font-size: 16px;
	border-bottom: 3px solid #3e3a39;
	display: inline-block;
}

.planList li a .number {
    font-size: 36px;
    letter-spacing: 0px;
    font-weight: 800;
}

.planList li a .photo {
	text-align: center;
	margin-bottom: 15px;
	margin: 0 auto 15px;
}

.planList li a .more {
    background: linear-gradient(-45deg, rgb(0 0 0) 50%, transparent 50%);
    width: 135px;
    height: 135px;
	position: absolute;
	right: 0;
	bottom: 0;
}

.planList li a .more img {
    width: 75px;
    position: absolute;
    right: 10px;
    bottom: 14px;
}

.planList li a .text {
	text-align: center;
	line-height: 2;
	font-size: 15px;
	letter-spacing: 1px;
	font-weight: 600;
}





#sec03 {
	position: relative;
	padding-bottom: 60px;
}

#sec03:after {
	content: "";
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 70px;
	background: linear-gradient(90deg, #8ecdbf 0%, #9ec4e8 100%);
}

.houseBland {
    position: absolute;
    top: 25px;
    right: 0;
    width: 130px;
}

/*＝＝＝＝
タブ切り替え
＝＝＝＝*/

.tabBtnList {
  display: flex;
	justify-content: center;
    margin-bottom:100px;
}

.tabBtn {
  border-radius: 5px;
  background-color: #fff;
  border: solid 1px #8ecdc0;
  padding: 0.5em 1.2em;
  cursor: pointer;
	font-weight: bold;
	font-size: 20px;
	color:#8ecdc0;
	margin: 0 20px;
}

.tabPanel {
  display: none;
}

.tabBtn.active {
  background-color: #8ecdc0;
  color: #fff;
}

.tabPanel.active {
  display: block;
}

@media screen and (max-width: 767px) {
	
	.manBg {
		margin-bottom: 40px;
	}
	
	#sec01 h2 {
		padding: 60px 0 140px;
	}

	#sec01 h2 span {
		padding: 14px 20px;
		font-size: 20px;
	}

	#sec01 h3.notoSans {
		font-size: 18px;
		margin-bottom: 40px;
		padding: 10px 0;
	}
	
	#sec03 {
		padding-bottom: 40px;
	}	
	
	#sec03:after {
		height: 40px;
	}	
	
	.planList {
		margin: 0 auto 0px;
	}	
	
	.planList li {
		width: 48%;
		margin-bottom: 20px;
	}
	
	.planList li a {
		padding: 20px;
	}
	
	.planList li a .plan {
		font-size: 14px;
	}
	
	.planList li a .number {
		font-size: 20px;
		letter-spacing: 4px;
	}	
	
	.planList li a .more {
		width: 55px;
		height: 55px;
	}
	
	.planList li a .more img {
		width: 25px;
		right: 5px;
		bottom: 15px;
	}
	
	.planList li a .text {
		font-size: 10px;
		line-height: 1.8;
		text-align: left;
	}	
	
	.projectBtn {
		width: 90%;
		margin: 0 auto 40px;
	}	
	
	.houseBland {
        top: 10px;
        right: 0;
        width: 70px;
    }	
	
	
/*＝＝＝＝
タブ切り替え
＝＝＝＝*/

.tabBtnList {
  display: block;
    margin-bottom:40px;
}

.tabBtn {
  text-align: center;
	width: 70%;
	font-size: 15px;
	margin: 0 auto 10px;
}

.tabPanel {
  display: none;
}

.tabBtn.active {
  background-color: #8ecdc0;
  color: #fff;
}

.tabPanel.active {
  display: block;
}
	
	
}
 
@media screen and (min-width: 768px) {
	
	
	

}















