@charset "utf-8";

/**
 *
 *  ページ用CSS
 *　index
 */

/*--------------------------------------------------------------------------
   Overwright
---------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------
   Mv
---------------------------------------------------------------------------*/
#Mv{
	height: calc(100vh - 166px);
	background:url(../images/home/img_mv.jpg) no-repeat center bottom;
	background-size:cover;
}
#Mv h1{
	position: absolute;
	left:0;
	bottom:0;
	width: 100%;
	padding: 10px;
	background:#00A29A;
	text-align:center;
	color:#FFF799;
	font-size:3.8rem;
	font-weight:600;
	letter-spacing:2px;	
}
#Mv h1 span{
	font-size:1.8rem;
	vertical-align:middle;
}
#Mv h1 a{
	position: absolute;
	left:50%;
	top:-49px;
	transform:translateX(-50%);
	transition:.2s;	
}
#Mv h1 a:hover{
	top:-45px;	
}

/* obi
-----------------------------------------------------------------*/
.obi{
	padding: 10px 0 25px;
	background:#00A29A;	
}
.obi ul{
	display:flex;
	border-right:2px solid #FFF;
	color:#FFF;	
}
.obi ul li{
	width: 25%;
	padding: 0;
	border-left:2px solid #FFF;
}



/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/

/* intro
-----------------------------------------------------------------*/
.intro{
	padding: 105px 0 115px;	
}
.intro .information .banners {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.banners li {
  margin-bottom: 30px;
}
.banners a {
}
.banners img {
}
/* information */
.intro .information h3{
	margin-bottom: 10px;
}
.intro .information dl{
	padding: 25px 0 20px;
	border:solid #727171;
	border-width:1px 0;
	font-size:1.3rem;
	color:#727171;
}
.intro .information dt{
	clear:both;
	float: left;
	margin-bottom: 5px;	
	letter-spacing:1px;
}
.intro .information dd{
	padding-left: 8em;
	margin-bottom: 5px;	
}
.intro .information dd a{
	color:#00A29A;
}
.intro .information dd a:hover{
	text-decoration:underline;	
}

/* section 汎用
-----------------------------------------------------------------*/
.sec{
	position: relative;
	height: 400px;	
}
.sec a{
	display:block;
	width: 100%;
	height: 100%;
	transition:.3s;
}
.sec a:hover{
	opacity:.7;	
}
.sec .txt-area{
	position: absolute;
	left:0;
	top:50%;
	transform:translateY(-50%);
	width: 100%;
	text-align:center;	
}
.sec .txt-area p{
	margin-top: 5px;
	font-size:1.9rem;
	color:#00A29A;
	font-weight:bold;
	letter-spacing:2px;
	text-shadow:0 0 8px #FFF,0 0 8px #FFF,0 0 8px #FFF,0 0 8px #FFF,0 0 8px #FFF,0 0 8px #FFF,0 0 8px #FFF;
}
.sec .txt-area p+p{
	margin-top: 15px;
}

/* concept
-----------------------------------------------------------------*/
.concept a{
	background:url(../images/home/bg_feat01.jpg) no-repeat center center;
	background-size:cover;	
}
/* location
-----------------------------------------------------------------*/
.location a{
	background:url(../images/home/bg_feat02.jpg) no-repeat center center;
	background-size:cover;	
}

/* design
-----------------------------------------------------------------*/
.design a{
	background:url(../images/home/bg_feat03.jpg) no-repeat center center;
	background-size:cover;	
}

/* westhill
-----------------------------------------------------------------*/
.westhill a{
	background:url(../images/home/bg_feat04.jpg) no-repeat center center;
	background-size:cover;	
}

/* plan
-----------------------------------------------------------------*/
.plan a{
	background:url(../images/home/bg_feat05.jpg) no-repeat center center;
	background-size:cover;	
}




/* banner
-----------------------------------------------------------------*/
.banner{
	padding: 120px 0 140px;	
}






/*--------------------------------------------------------------------------
   mobile
---------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {

/*--------------------------------------------------------------------------
   Mv
---------------------------------------------------------------------------*/
	#Mv{
		height: auto;
		/*background:url(../images/home/img_mv_sp.jpg) no-repeat right bottom 35px;*/
                background:url(../images/home/img_mv_sp.jpg) no-repeat right bottom;
		background-size:cover;
	}
	#Mv h1{
		padding: 10px 5px;
		font-size:1.6rem;
		letter-spacing:1px;	
	}
	#Mv h1 span{
		font-size:1.1rem;
	}
	#Mv h1 a{
		top:-35px;
		width: 170px;
	}
	#Mv h1 a:hover{
		top:-32px;	
	}

/* obi
-----------------------------------------------------------------*/
	.obi{
		padding: 5px 0 15px;	
	}
	.obi ul{
		display:block;
		border-right:none;
	}
	.obi ul li{
		width: 100%;
		padding: 10px 20px;
		border-left:none;
		text-align:center;
	}
	.obi ul li+li{
		border-top:1px solid #FFF;		
	}
	#Page .obi ul img{
		width: auto;
		height: 90px;	
	}

/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/

/* intro
-----------------------------------------------------------------*/
	.intro{
		padding: 30px 0 20px;	
	}

/* information */
	.intro .information h3{
		margin-bottom: 3px;
	}
	#Page .intro .information h3 img{
		width: auto;
		height: 14px;	
	}
	.intro .information dl{
		padding: 15px 0 10px;
		font-size:1.2rem;
		line-height:1.5;
	}
	.intro .information dd{
		padding-left: 6.5em;
		margin-bottom: 5px;	
	}
	.intro .information dd a{
		color:#00A29A;
	}
	.intro .information dd a:hover{
		text-decoration:underline;	
	}

/* section 汎用
-----------------------------------------------------------------*/
	.sec{
		height: 300px;	
	}

.sec .txt-area p {
    margin-top: 5px;
    font-size: 1.6rem;
    font-weight: bold;
    text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
}
	#Page .sec .txt-area h2 img{
		width: auto;
		height: 30px;	
	}
	#Page .sec .txt-area p img{
		width: auto;
		height: 26px;	
	}


/* banner
-----------------------------------------------------------------*/
	.banner{
		padding: 40px 0;	
	}
	

}