@charset "UTF-8";

/* ページ背景 */
#contentsBox {
	position: relative;
}


/*ヘッダー*/
header {
	width: 100%;
	height: 150px;
}

header h1 {
	width: 320px;
	margin: 0 auto 30px;
	padding-top: 40px;
}

header h1 img {
	width: 100%;
	height: auto;
}


/*グローバルナビ*/
nav {
	width: 100%;
	max-height: 80px;
	
	background-size: contain;
}

nav ul {
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
}

nav ul li {
	width: 25%;
	max-width: 160px;
	float: left;
}

nav ul li img {
	width: 100%;
	height: auto;
}

.fixed {
	position:fixed;
	top:0;
	z-index: 3;
}


/*メインビジュアル*/
#main {
	text-align:center;
	width: 100%;
	background-color:#000;
	

}

#main img {
	width: 100%;
	max-width: 960px;
	height: auto;
}
#sub {
	text-align:center;
	width: 100%;
}

#sub img {
	width: 100%;
	max-width: 960px;
	height: auto;
}

/*コンテンツ01*/
#contents01 {
	width: 100%;
	height: auto;
	
	background-size: contain;
	margin-top: 5px;
	padding-bottom: 60px;
}

#contents01 h2 {
	width: 71%;
	max-width: 460px;
	margin: 15px auto 10px;
	padding-top:10px;
	border-top:#666 dotted 1px;
}

#contents01 section {
	width: 90%;
	max-width: 460px;
	margin: 0 auto 15px;
	

}
#contents01 schoolImg {
	
}

#contents01 h2 img,#contents01 h3 img {
	width: 100%;
	height: auto;
}

#text01 {
	color: #4b3a24;
	font-size: 80%;
	line-height: 160%;
	
	margin-bottom: 5px;
}

#text02 {
	color: #4b3a24;
	font-size: 70%;
	line-height: 150%;
	
}	


/*コンテンツ02*/
#contents02 {
	width: 100%;	
	margin-top: 35px;
}

#contents02 h2 {
	width: 68%;
	max-width: 440px;
	margin: 0 auto 5px;
}

#contents02 h2 img {
	width: 100%;
	height: auto;
}

#contents02 ul {
	width: 100%;
}

#contents02 ul li {
	width: 100%;
	height: auto;
	border-bottom: 1px #e3deca solid;
	background-color: #ffffff;
	padding: 10px 0;
}

#borderNone {
	border-bottom: none !important;
}

.menuImg {
	width: 25%;
	max-width: 160px;
	margin: 0 6% 0 7%;
	float: left;
}

.menuImg img {
	width: 100%;
	height: auto;
}

.no1 {
	width: 17%;
	max-width: 110px;
	margin-bottom: 5px;
	float: left;
}

.no1 img {
	width: 100%;
	height: auto;
}

#contents02 ul li span {
	width: 55%;
	max-width: 360px;
	display: block;
	color: #41331f;
	font-size: 85%;
	line-height: 130%;
	-webkit-text-size-adjust: 180%;
	float: left;
}

.middle {
	padding-top: 20px;
}

#note {
	color: #41331f;
	font-size: 63%;
	text-align: right;
	margin-top: 10px;
	-webkit-text-size-adjust: 180%;
}
/*フッター*/
footer {
	width: 100%;
	padding-top: 20px;
}

#pageTop {
	width: 100%;
}

#pageTop p {
	width: 20%;
	max-width: 80px;
	margin: 30px 0 10px 80%;
}

#pageTop p img {
	width: 100%;
	height: auto;
}






fieldset {
	border: medium none !important;
	margin: 0 0 10px;
	min-width: 100%;
	padding: 0;
	width: 100%;
}


::-webkit-input-placeholder {
 color:#888;
}
:-moz-placeholder {
 color:#888;
}
::-moz-placeholder {
 color:#888;
}
:-ms-input-placeholder {
 color:#888;
}
