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


/*  about 共通（モバイル）
----------------------------------------------------*/
.about-main{
	width:100%;
	min-width:300px;
	text-align:center;
	padding-bottom:50px;
}


/*  index : ご挨拶 ----------------------------------------------------*/
.index-title-line{
	font-size:20px;
	background:url(../../../img/about/line-sp.png) no-repeat center bottom;
	padding:20px 0 10px;
}
.index-title{
	font-size:20px;
	padding:20px 0 0px;
}
.index-text-center{
	margin:0 auto;
	width:300px;
	font-size:14px;
	padding:15px 0 20px;
	line-height:1.6;
	text-align:left;
}
.index-text-left{
	font-size:14px;
	padding:20px 0 30px;
	line-height:1.6;
	text-align:left;
	width:300px;
	margin:0 auto;
}
.index-photo{
	margin:0 auto;
	margin-bottom:10px;
	height:342px;
	width:320px;
	background:url(../../../img/about/aisatsu-sp.png) left top no-repeat;
	background-size:320px 342px;
}
.sp-none{
	display:none;
}

/*  profile : 概要 ----------------------------------------------------*/
.profile-title{
	padding:20px 0 10px;
	font-size:20px;
}
dl.profile-info{
	text-align:left;
	font-size:14px;
	width:300px;
	margin:0 auto;
}
dl.profile-info dt{
	background:url(../../../img/about/line-sp.png) no-repeat left top;
	padding:10px 10px 0 10px;
}
dl.profile-info dd{
	padding:4px 10px 7px 10px;
}
.facility-block{
	width:300px;
	margin:0 auto;
}
.facility-name{
	background-color:#feeeca;
	border-radius:2px;
	clear : both;
}
.facility-name a{
	display:block;
	padding:6px 30px;
	font-size:15px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:left;
	color:#000;
}
.facility-name a:hover{
	color:#e57016;
}
.facility-add{
	padding:6px 0px 0px 10px;
	font-size:14px;
	text-align:left;
}
.facility-tel{
	padding:4px 0px 10px 10px;
	font-size:14px;
	text-align:left;
}
.profile-line{
	background:url(../../../img/about/line-sp.png) no-repeat center top;
	width:300px;
	height:4px;
	margin:0 auto;
}
.executive-list{
	margin:0 auto;
	padding:10px 0;
}
.executive-box{
	margin:0 auto;
	display:inline-block;
	text-align:left;
	width:200px;
	vertical-align:top;
	font-size:14px;
	line-height:1.8;
}

/*  history : 沿革 ----------------------------------------------------*/
#history .profile-title{;
	background:url(../../../img/about/line-sp.png) no-repeat center bottom;
	width:300px;
	margin:0 auto;
	padding-bottom:10px;
	line-height:1.2;
}

#history .profile-title span{
	font-size:14px;
}

#history table{
	margin:20px auto 20px;
	width:300px;
}
#history table td{
	display:block;
	text-align:left;
	padding:0;
	vertical-align:top;
}
#history table td.td-y{
	width:120px;
}
#history table td.td-md{
	float:left;
	width:60px;
}
#history table td.td-text{
	padding-left:60px;
	
}

