@charset "utf-8";
/* 施術所案内ＰＣ用CSS Document
-----------------------------------------*/

main{
clear:both;
	width: 1200px;
	height: auto;
	margin: 0 auto;
	font-size:20px;
}
#contents{
	width: 1100px;
	height: auto;
	margin: 20px auto 50px;
	padding: 0;
}

article{
	width: 750px;
	height: auto;
	margin: 0 auto;
	float: left;
}
article h1{
	width: 750px;
	height: auto;
	font-size:110%;
	border-bottom: 2px solid rgba(151,198,42,1.00);
	text-align: center;
	margin-bottom: 30px;
	line-height: 1.2;
}
.cont{
	width: 750px;
	height:auto;
	margin: 20px auto 100px;
	font-size: 90%;
}
.colum1{
	width: 710px;
	height: auto;
	margin: 50px auto;
}
.cont p{
	width:96%;
	line-height: 1.5;
	margin:0 auto 50px;
}

.colum1 h2{
	font-size:100%;
	border-bottom:2px solid #96c62a;
	text-align:center;
	margin-bottom:20px;
}
.colum1 p{
	width:96%;
	height:auto;
	margin:0 auto;
	font-size:90%;
}

/* スマホ用
-----------------------------------------*/
@media screen and (max-width: 750px) {
main{
	width: 100%;
	height: auto;
	margin: 0 auto;
	font-size:100%;
}
#contents{
	width: 100%;
	height: auto;
	margin: 50px auto;
	padding: 0;
}
article{
	width: 90%;
	height: auto;
	margin: 0 auto;
	float: none;
}
article h1{
	width: 100%;
	height: auto;
	font-size:110%;
	border-bottom: 2px solid rgba(151,198,42,1.00);
	text-align: center;
	margin-bottom: 30px;
	line-height: 1.2;
}
.cont{
	width: 100%;
	height:auto;
	margin: 20px auto 100px;
}
.colum1{
	width: 90%;
	height: auto;
	margin: 0 auto;
	font-size:90%;
	line-height: 1.5;
}
.image{
	width: 100%;
	height: auto;
	float: none;
	margin: 20px auto;
}
.cont p{
	line-height: 1.5;
	margin-bottom: 10px;
}

.colum1{
	width: 90%;
	height: auto;
	margin: 0 auto 50px;
	font-size:90%;
	line-height: 1.5;
}

.cont p{
	line-height: 1.5;
	margin-bottom: 50px;
}

.colum1 h2{
	font-size:100%;
	border-bottom:2px solid #96c62a;
	text-align:center;
	margin-bottom:20px;
}
.colum1 p{
	width:96%;
	height:auto;
	margin:0 auto;
	font-size:90%;
}
	
	
	
}

