@charset "UTF-8";

/* CSS Document */

/*===================================================
    各画面作成用CSS
===================================================*/

/*===================================================
	トップページ用CSS(smt)
===================================================*/
/* --------------------------------------------------
	header
-------------------------------------------------- */

/* --------------------------------------------------
	キービジュアル
-------------------------------------------------- */
#topKv {
	position: relative;
	width: 100%;
	min-height: 230px;
}
	#topKv .kvBox .kv01 {
		background: url("../image/top/smt/kv_01.png") center no-repeat;
		background-size: cover;
	}
	#topKv .kvBox .kv02 {
		background: url("../image/top/smt/kv_02.png") center no-repeat;
		background-size: cover;
	}
	#topKv .kvBox .kv03 {
		background: url("../image/top/smt/kv_03.png") center no-repeat;
		background-size: cover;
	}
	#topKv .kvBox .kv04 {
		background: url("../image/top/smt/kv_04.png") center no-repeat;
		background-size: cover;
	}
#topKv .headBox {
	display: none;
}

/* --------------------------------------------------
	メイン
-------------------------------------------------- */
#topCnt {
	padding: 25px 0 30px;
}

/*    最初のコンテンツ
-------------------------------------------------- */
#topCnt #headLine {
	margin-bottom: 40px;
}
	#topCnt #headLine > dl {
		width: 100%;
	}
		#topCnt #headLine > dl > dt {
			margin-bottom: 10px;
			font-size: 16px;
			line-height: 33px;
		}
	#topCnt #headLine .leftBox,
	#topCnt #headLine .rightBox {
		float: none;
	}
	#topCnt #headLine .leftBox {
		margin-bottom: 30px;
	}

/*    当院について
-------------------------------------------------- */
#topCnt .secAbout {
	padding: 25px 0 30px;
}
	#topCnt .secAbout h2 + p {
		margin-bottom: 20px;
		line-height: 1.5;
	}
	#topCnt .secAbout .aboutMenu {
		margin:-20px 0 0 -2%;
	}
		#topCnt .secAbout .aboutMenu li {
			float: left;
			width: 30%;
			margin:20px 0 0 3%;
		}
		#topCnt .secAbout .aboutMenu li:nth-child(n+4) {
			width: 48%;
			margin:20px 0 0 2%;
		}

/*    当院へのアクセス
-------------------------------------------------- */
#topCnt .secAccess {
	padding: 40px 0 30px;
}
	#topCnt .secAccess .gmap {
		margin-bottom: 20px;
		padding-bottom: 60%;
	}
	#topCnt .secAccess .infoAccess .leftBox,
	#topCnt .secAccess .infoAccess .rightBox {
		float: none;
		width: 100%;
	}
		#topCnt .secAccess .infoAccess dl dt {
			margin-bottom: 5px;
		}

