@charset "utf-8";
/* LOWER  */


section{
	width:96%;
	margin:0 auto 1.5em;
}

article{
	width:90%;
	margin:0 auto 1.5em auto;
}


h2{
	color:#FF69B4;
	text-align:center;
	font-size: 160%;
	font-weight:normal;
	-moz-text-shadow: 0px 2px 2px rgba(255, 255, 255, 0.8);
	-webkit-text-shadow: 0px 2px 2px rgba(255, 255, 255, 1);
	-ms-text-shadow: 0px 2px 2px rgba(255, 255, 255, 1);
	text-shadow: 0px 2px 2px rgba(255, 255, 255, 1);
	padding:2% 0 3%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:3px solid #FF69B4;
	background:url(../img/a_h2-bg.png) repeat-x bottom left;
}


h3{
	color:#FF69B4;
	text-align:left;
	font-size:140%;
	background:url(../img/ico_ak-hexagon.png) left top no-repeat;
	text-indent:2em;
	line-height:1.7em;
	border-bottom:4px dotted #FF69B4;
	margin-bottom:1em;
}

h4{
	color:#FF69B4;
	font-size: 120%;
	background:url(../img/a_h2-bg.png) repeat-x bottom left;
	text-align:left;
	text-indent:1em;
	padding:0 0 0.5em 0;
	margin-bottom:1em;
}

h5{
	margin: 0 auto 1em;
}

.sub-tit{
	background:url(../img/tit_bg.png) no-repeat bottom center;
	background-size:100% 100%;
	padding:0.8em 1em 0.5em;
	margin-bottom:0;
}

.main-cont{
	background:#fff;
	padding:1.5em 1.5em 1.5em 1.5em;
}

.sub-tit img{
	text-align:left;
}


/* ♥ point list -----------------*/
.pt-list{
	list-style:none;
	line-height:1.4em;
	margin:0 auto;
	width:94%;
	display:block;
}
.pt-list li{
	padding-left:1em;
	text-indent:-0.5em;
	display:block;
	margin-bottom:0.5em;
	text-align:left;
}
.pt-list li:before{
	display: inline-block;
	font-family: FontAwesome;
	content: "\f111";
	margin-right:0.3em;
	color:#FF69B4;
}

.pt-list a{
	color:#A3CF6D;
}

/*　ご挨拶　*/
.drs-sign{
	text-align:right;
}

.drs-sign span{
	font-size:1.4em;
	line-height:1.2em;
}


/* スタッフ募集 ---------------------*/
.recruit-tbl{
	border-top:1px solid #AAD97F;
	border-left:1px solid #AAD97F;
	width:100%;
	margin:0 auto;
}
.recruit-tbl th{
	border-right:1px solid #AAD97F;
	border-bottom:1px solid #fff;
	padding:0.5em 1em;
	color:#fff;
	background:#AAD97F;
	white-space:nowrap;
}
.recruit-tbl td{
	border-right:1px solid #AAD97F;
	border-bottom:1px solid #AAD97F;
	padding:0.5em 1em;
	text-align:left;
	font-size:0.9em;
}


/* home OUTLINE -----------------------------------------------------*/

.home-outline-cont{
	width:100%;
	margin:0 auto;
	padding:1em 1em 0em 1em;
	border:2px solid #A3CF6D;
	margin:0 auto 2em auto;
	background:#fefefe;
}

.home-outline-cont .home-outline-left{
	float:left;
	width:60%;
	margin:0 auto;
}

.home-outline-cont .home-outline-right{
	float:right;
	width:40%;
	margin:0 auto;
}

/* 鍼・灸について */

.treatment-list dl{
	margin-bottom:2em;
}

.treatment-list dl dt{
	background:#FFEEF7;
	color: #FF69B4;
	font-size: 120%;
	text-align: left;
	text-indent: 1em;
	font-weight:bold;
	margin-bottom:0.5em;
	padding:0.3em 0 0.2em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

}

.treatment-list dl dd{
	text-align:left;
	overflow:hidden;
}

/*鍼灸適応疾患*/
.adaptation-lst{
	overflow: hidden;
	margin: 0 auto 2em auto;
}

.adaptation-lst dl{
	width:49%;
	display: inline-block;
	float: left;
	margin: 0 0.5% 1% 0.5%;
	border: 3px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.adaptation-lst dl dt{
	background:#FF69B4;
	color:#fff;
	padding: 0.5em 0;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}

.adaptation-lst dl dd{
	padding: 0.5em 0 0.5em 0.3em;
	text-align: left;
	background: #FFEEF7;
	line-height: 1.3em;
}




/* 院内風景 */

.clinic_thumb{
	overflow:hidden;
	list-style:none;
	margin:0 auto 0 auto;
	padding:1em 0 0 0;
	text-align:center;
	
	}
.clinic_thumb li{
	float:left;
	display:inline-block;
	margin:0px 1% 0.5em 0%;
	padding:0 0 10px 0;
	font-size:86%;
	line-height:1;
	text-align:center;
	width:32%;
	
}
.clinic_thumb li img{
	padding-top:0.5em;
}

.clinic_thumb li span{
	color:#666;
	font-size:1em;
}

.clinic_thumb li span:before {
	content:'▼ ';
	color:#73BC8F;
}
.clinic_thumb li .lb-thumb{

}

.clinic_thumb li a{
	display:block;
}


/* 歴史 */
.ay-prof{
	list-style:none;
	margin-bottom:1.5em;
}

.ay-prof li{
	border-bottom:1px dotted #ccc;
	padding:0.2em;
	margin-bottom:0.2em;
	text-align:left;
	font-size:90%;
}









/*------------------------------------------------------------------*/
/*■■■TABLET■■■------------------------------------------------*/
/*------------------------------------------------------------------*/

@media only screen and (max-device-width: 1169px){

.home-outline-cont .home-outline-left{
	float:none;
	width:100%;
	margin:0 auto;
}

.home-outline-cont .home-outline-right{
	float:none;
	width:100%;
	margin:0 auto;
}


/*　スタッフ募集 */
.recruit-tbl{
	width:90%;
}

.pnk {
	margin-top: 1em;
	margin-bottom:0.5em;
}


}

/* --------------------------------------------------------------------------*/
/* ■■■SP■■■ -----------------------------------------------------------*/
/* --------------------------------------------------------------------------*/

@media only screen and (max-width: 767px) {

		

section{
	width:100%;
	margin:0 auto 1.5em;
}
article{
		width:98%;
	margin:0 auto 1em auto;
}
h2{
	text-align:center;
	padding:3% 0 1%;
	font-weight:bold;
	font-size:130%;
}

h3{
	font-size: 130%;
	line-height: 1.8em;
	border-bottom: 2px dotted #FF69B4;
	background-size:auto 1.6em;
}

.sp-nobg{
	background:none;
	font-size: 110%;
	text-indent:0em;
}


h4 {
    font-size: 100%;
    padding: 0 0 0.3em 0;
    margin-bottom: 0.5em;
}

/* header --------------------------------------------------------*/
#akakabe-head{
	float:none;
	overflow:hidden;
	width:100%;
	text-align:center;
	background-position:center 10%;
}

#toratani-head{
	display:none;
}

#akakabe-head .head-inner {
	width:100%;
	padding:0 0 0 0;
	margin:0 auto 0 auto;
		overflow:visible;
}

#akakabe-head .head-name{
	float:none;
	margin:0 auto 0 auto;
	text-align:center;
}

#akakabe-head .head-inner dd img{
	display:block;
}
	
/* Main Area -----------------------------------------------------*/
.main-wrap{
	margin:1em auto;
}

.cont-area{
	float:none;
	width:96%;
	margin:0 auto 2em;
}

.main-cont{
	padding: 1em 0.5em 0.5em 0.5em;
}

/* FOOTER -----------------------------------------------------*/

#toratani-snv{
	display:none;
}
	
	
/*鍼灸適応疾患*/
.adaptation-lst dl{
	width:98%;
	display: block;
	float: none;
	border: 1px solid #ccc;
	margin: 0 auto 0.5em;
}
	
.adaptation-lst dl dt{
	padding: 0.2em 0;
	}

.adaptation-lst dl dd {
  padding: 0.2em 0.2em 0.2em 0.4em;
	font-size: 92%;
}



/* 採用 ---------------------*/
.recruit-tbl{
	width:100%;
	margin:0 auto;
}
.recruit-tbl th{
	padding:0.2em 0.1em;
	font-size:0.8em;
	white-space:nowrap;
}
.recruit-tbl td{
	padding:0.5em 0.5em;
	font-size:0.9em;
	line-height:1.4em;

}







}
