@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: 0 auto;
}
.cont p{
	line-height: 1.5;
	margin-bottom: 10px;
}
.image{
	width: 50%;
	height: auto;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.sokyu{
	width:100%;
	height: auto;
	margin: 0 auto 20px;
}
.s-sokyu{
	display: none;	
}
.note{
	width: 100%;
	height: auto;
	text-align: center;
}



/* スマホ用
-----------------------------------------*/
@media screen and (max-width: 750px) {
main{
	width: 100%;
	height: auto;
	margin: 0 auto;
	font-size:100%;
}
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;
}
#contents{
	width: 100%;
	height: auto;
	margin: 50px auto;
	padding: 0;
}
article{
	width: 90%;
	height: auto;
	margin: 0 auto;
	float: none;
}
.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;
}
.sokyu{
	display: none;
}
.s-sokyu{
	display: block;
	width:100%;
	height: auto;
	margin: 0 auto 20px;
}
.note{
	width: 100%;
	height: auto;
	text-align: left;
}

	
	
}

