@charset "utf-8";


/* =========================================================
   keyvisual
========================================================= */



/*下記ie7調整用*/
body {
	*background: url("/upload/tenant_1/d0cb828f6e1b985d6ea8a879cd6d2c1d.jpeg") no-repeat center top;
}
body #contents {
	*padding-top: 440px;
}
body #keyvisual  {
	*display: none;
}
body #kvslider {
	*display: none;
}
body #kvslider .GlidSlideArea {
	*display: none;
}
body #bgkv {
	*display: none;
}


/*下記ie8調整用*/
@media \0screen {  
     body #contents {
        padding-top :419px;
     }
     body #kvslider .GlidSlideArea li {
        padding-top :21px;
     }
}

/*contents*/
#contents {
	overflow: hidden;
	text-align: center;
}



#keyvisual {
	width: 100%;
	height: 419px;
	overflow: hidden;
	position: relative;
	padding-top: 21px;
}
#bgkv {
	width: 100%;
	height: 620px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
#bgkv li {
	position: absolute;
	top: 0;
	left: 50%;	
-webkit-transition: all 200ms ease;
	   -moz-transition: all 200ms ease;
	   		transition: all 200ms ease;
}



/* =========================================================
   contents
========================================================= */


#contents {
	-webkit-transition: all 200ms ease;
	   -moz-transition: all 200ms ease;
	   		transition: all 200ms ease;
}

#contents.blue {
	background: #E4F1F7;
}

#contents.red {
	background: #FFEBEA;
}

#contents.yellow {
	background: #FEF4CB;
}

#menu {
	border-bottom: 1px solid #E5E5E5;
}

#menulist {
	width: 1000px;
	margin: 0 auto;
}

#menulist a {
	height: 350px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
}

#menulist section {
	width: 250px;
	height: 280px;
	margin: 0 auto;
	position: relative;
}

#menulist section h1 {
	padding: 100px 0 25px 0;
}

#menulist section figure {
	width: 78px;
	height: 78px;
	margin-left: -39px;
	overflow: hidden;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 50%;
	box-shadow: 0 2px 0 0 rgba(0, 0, 0, .15);
}

#menulist section p {
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 18px;
	line-height: 1.8rem;
	text-align: justify;
}

#menulist section span {
	margin-left: -18px;
	position: absolute;
	left: 50%;
	bottom: 0;
	padding-right: 20px;
	/*元サイトに存在しなかった為コメントアウト*/
	/* background: url("https://www.termina-implant.com/common/common/images/icn_arrow_r_b_s.png") no-repeat 92% center; */
	-webkit-transition: all 200ms ease;
	   -moz-transition: all 200ms ease;
	   		transition: all 200ms ease;
}

#menulist a:hover {
	background: #FFF;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, .3);
}

