@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: right;
	margin-left: 20px;
	margin-bottom: 20px;
}
.uketuke{
	width:100%;
	text-align: center;
}


/* 料金テーブル
-----------------------------------------*/
table{
	width:710px;
	height: auto;
	margin: 0 auto 50px;
}
tr{
	width: 100%;
	height: 30px;
	margin: 10px auto;
}
th{
	width:40%;
	height: auto;
	text-indent: 1em;
	text-align: left;
	float:left;
	border-bottom: 1px solid #96c62a;
	border-collapse: collapse;
}
td{
	width: 60%;
	height: auto;
	text-indent: 1em;
	text-align: right;
	float: left;
	border-bottom: 1px solid  #96c62a;
	border-collapse: collapse;
}

/* 施術者プロフィール
-----------------------------------------*/
.i-image{
	width: 200px;
	height:auto;
	text-align: center;
	float: right;
	margin:40px auto 20px;
	margin-right:20px;
}
.i-image p img{
	width:200px;
	height:auto;
	margin: 0 auto;
}

/* アクセス
-----------------------------------------*/
.access-map{
	width:48%;
	height:auto;
	float:left;
	margin:0 auto;
}
.coment{
	width:48%;
	height:auto;
	margin:0 auto;
	float:right;
}
.coment ul{
	width:90%;
	height:auto;
	margin:0 auto;
}
.coment ul li{
	width:100%;
	height:auto;
	margin-bottom:10px;
}

/* ウェルカムボード
-----------------------------------------*/
.welcomebord{
	width:48%;
	height:auto;
	float:left;
	margin:0 auto;
	text-align:center;
	font-weight:bold;
font-size:100%;
}






/* スマホ用
-----------------------------------------*/
@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;
}
.uketuke{
	width:100%;
	text-align: center;
}
	
/* 料金テーブル
-----------------------------------------*/
table{
	width:100%;
	height: auto;
	margin: 0 auto 50px;
}
tr{
	width: 100%;
	height: 30px;
	margin: 10px auto;
}
th{
	width:50%;
	height: auto;
	text-indent: 1em;
	text-align: left;
	float:left;
	border-bottom: 1px solid
	rgba(226,219,138,1.00);
	border-collapse: collapse;
}
td{
	width: 50%;
	height: auto;
	text-align: right;
	float: left;
	border-bottom: 1px solid
	rgba(226,219,138,1.00);
	border-collapse: collapse;
}

/* 施術者プロフィール
-----------------------------------------*/
.i-image{
	width: 60%;
	height:auto;
	text-align: center;
	float: right;
	margin:0 auto;
}
.i-image p img{
	width:60%;
	height:auto;
}

/* アクセス
-----------------------------------------*/
.access-map{
	width:100%;
	height:auto;
	float:none;
	margin:0 auto 30px;
}
.coment{
	width:100%;
	height:auto;
	margin:0 auto;
	float:none;
}
.coment ul{
	width:88%;
	height:auto;
	margin:0 auto;
}
.coment ul li{
	width:100%;
	height:auto;
	margin-bottom:10px;
}


/* ウェルカムボード
-----------------------------------------*/
.welcomebord{
	width:100%;
	height:auto;
	float:none;
	text-align: center;
	margin:0 auto;
}



}

