@charset "utf-8";
/* CSS Document */

/* 施術所案内ＰＣ用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%;
}
.cont h2{
	width: 100%;
	height: auto;
	font-size:110%;
	text-align: center;
	margin: 20px auto;
	line-height: 1.2;
}
.colum1{
	width: 710px;
	height: auto;
	margin: 0 auto;
}
.cont p{
	line-height: 1.5;
	margin-bottom: 10px;
}
.image{
	width: 50%;
	height: auto;
	float: right;
	margin: 0 20px;
}

.colum1 a{
text-decoration:none;
color:#000;
border-bottom:1px dotted #96c62a;
font-weight:bold;
}
.colum1 a:hover{
color:#6cb92d;
border-bottom:1px dotted #6cb92d;
}

.colum2{
	width: 710px;
	height: auto;
	margin: 0 auto;
}
.colum2 .image{
	width: 45%;
	height: auto;
	float: left;
	margin: 0 20px;
}

.colum1 ol{
width:710px;
height:auto;
margin:0 auto;
}
.colum1 li{
width:96%;
height:auto;
margin:0 auto 20px;
}

/* スマホ用
-----------------------------------------*/
@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;
}
.cont h2{
	width: 100%;
	height: auto;
	font-size:110%;
	text-align: center;
	margin: 20px auto;
	line-height: 1.2;
}
.colum1{
	width: 90%;
	height: auto;
	margin: 30px 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;
}

.colum2{
	width: 90%;
	height: auto;
	margin: 0 auto 20px;
}
.colum2 .image{
	width: 100%;
	height: auto;
	float: none;
	margin: 20px auto;
}

.colum1 ol{
width:90%;
height:auto;
margin:0 auto;
}
.colum1 li{
width:96%;
height:auto;
margin:0 auto 20px;
}


}

