@charset "utf-8";

/*--------------------------------------
header
--------------------------------------*/

#header-index {
  max-width:800px;
	padding: 0px;
	margin: 0 auto;
}


#header-index01 {
	padding: 0 16px;
	margin: 0 auto;
	max-width:800px;
	height: 70px;
	text-align: left;
	background: #2B7C36;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

h1 {
	padding: 0;
	margin: 0 0 0 0;
	font-weight: normal;
	color: #FFF;
}
#header-index01 p {
	color:#ffffff ;
}
#header-index01 p i {
	color:#ffffff ;
}
#header-index01 p a {
	color:#ffffff ;
}

#header-index02 {
	background: #ddd;
}

#header-index02 img {
	padding: 0;
	margin: 0;
	max-width:800px;
	width: 100%;
	/* height: 473px; */
	/* background: url(../images/index/top_img.jpg) no-repeat center center / cover; */
	margin-bottom: -20px;
}


#header-index03 {
	padding: 0;
	margin: 0;
	max-width:800px;
	background-color:#666;
	/* background-repeat:repeat-y; */
}

#header-index03 p {
	margin:0 1em 0 1em;
	padding:8px 0;
	font-size:18px;
	color:#FFF;
	line-height:1.6;
}

@media screen and (max-width:767px) {
	#header-index03 p {
		font-size: 14px;
		text-align: center;
	}
}


/*--------------------------------------
content
--------------------------------------*/

#main-content-header{
	max-width:800px;
	/* background:url(../images/common/waku_top.gif) no-repeat;
	background-position:0px 0px; */
	/* height:70px; */
	background: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 16px 16px 0 16px;
	text-align: center;
}
#main-content-header p {
	text-align: left;
	flex-basis: 40%;
	border-width: 2px;
	border-style: solid;
	border-color:#ddd #ddd #fff #ddd ;
	padding:16px 16px;
	border-radius: 8px 8px 0 0 ;
	font-size: 24px;
	color:#2B7C36;
	position:relative ;
	z-index: 2;
}
#new_button{
	flex-basis: 60%;
	display: flex;
	justify-content: space-around;
}
#new_button a:first-of-type {
	margin-right: 8px;
}

@media screen and (max-width:767px) {
	#main-content-header {
		padding: 16px 8px 0 8px;
	}
	#main-content-header p {
		flex-basis: 50%;
		font-size: 22px;
		padding:16px 8px;
		text-align: center;
	}
	#new_button {
		flex-direction: column;
		margin-left: 8px;
	}
	#new_button a img {
		width: auto;
	}
	#new_button a:first-of-type {
		margin-right: 0;
		margin-bottom: 8px;
	}
}


#main-content-middle{
	max-width:800px;
	background:#fff;
/* background:url(../images/common/waku_middle.gif) repeat-y;
background-position:0px 0px;
padding:0 0 0 30px; */
	padding: 0 16px 16px 16px;

}

#main-content-middle .inner {
	border-width: 2px;
	border-style: solid;
	border-color:#ddd #ddd #ddd #ddd ;
	border-radius: 0 8px 8px 8px;
	padding:16px ;
	position: relative;
	z-index: 1;
	top: -2px;
}

#middle-main
{
	margin:0 0 0 33px;
}

h2{
	width:735px;
	background:url(../images/index/title.gif) no-repeat;
	height:39px;
	font-size:11px;
	color:#007c36;
	text-indent:30em;
}

@media screen and (max-width:767px) {
	#main-content-middle {
		padding: 0 8px 16px 8px;
	}
}



.pref-title{
	margin:0 0 0 0;
	width:100%;
	background:#898989;
	/* height:22px;	 */
}

.pref-title p{
	margin:0;
	font-size:13px;
	color:#FFF;
	/* line-height:22px; */
	text-indent:1em;
}

.school-list{
	width:auto;
	background: #fff;
	/* background:url(../images/index/club_base.gif) no-repeat; */
	/* height:27px; */
	padding: 8px 0;
	border-bottom: 2px solid #eee;
}
.school-list a {
	display: flex;
}

p.school-name{
	flex-basis: 35%;
	/* margin:4px 0 0 0; */
	/* float:left; */
	font-size:11px;
	color:#8C635A;
	/* width:215px; */
	/* line-height:20px; */
	text-indent:1em;
	position: relative;
}
p.school-name::after {
	content: "";
	position: absolute;
	width: 2px;
	height: 100%;
	top: 0;
	right: 0;
	background: #ddd;
}

p.school-address{
	flex-basis: 35%;
	/* margin:4px 0 0 0; */
	/* float:left; */
	font-size:11px;
	color:#8C635A;
	/* width:215px; */
	/* line-height:20px; */
	text-indent:1em;
	position: relative;
}
p.school-address::after {
	content: "";
	position: absolute;
	width: 2px;
	height: 100%;
	top: 0;
	right: 0;
	background: #ddd;
}

p.school-tel{
	flex-basis: 25%;
	/* margin:4px 0 0 0; */
	/* float:left; */
	font-size:11px;
	color:#666;
	/* width:215px; */
	/* line-height:20px;	 */
	text-indent:1em;
	color:#8C635A;
}
.school-list-box {
	text-align: right;
}

@media screen and (max-width:767px) {
	.school-list a {
		flex-direction: column;
	}
	p.school-name {
		flex-basis: 100%;
		margin-bottom: 4px;
		font-size: 13px;
	}
	p.school-name::after {
		display: none;
	}
	p.school-address {
		flex-basis: 100%;
		text-align: right;
		font-size: 13px;
	}
	p.school-address::after {
		display: none;
	}
	p.school-tel {
		flex-basis: 100%;
		text-align: right;
		font-size: 13px;
	}
}





/*--------------------------------------
footer
--------------------------------------*/


/* #footer-header{
margin:0 auto;
max-width:800px;
background:url(../images/common/waku_top2.gif) no-repeat;
background-position:0px 0px;
height:13px;
} */

#footer-middle{
margin:0 auto;
max-width:800px;
background:#fff;
/* background-position:0px 0px; */
padding: 16px;
}


/* #footer-bottom{
max-width:800px;
background:url(../images/common/footer.gif) no-repeat;
background-position:0px 0px;
height:10px;
margin:0 auto;
} */


#footer-middle p {
	/* margin: 0 0 0 30px; */
	color: #666;
	/* line-height:20px; */
	font-size: 10px;
	padding: 8px 16px;
	border: 2px solid #ddd;
	text-align: center;
}




a{
	color:#8C635A;
	text-decoration:none;
}
a:hover{
	color:#0000ff;
	text-decoration:none;
}

img {border:0;}

@media screen and (min-width:768px) {
	.hidden-pc {
		display:none;
	}
}
@media screen and (max-width:767px) {
	.hidden-sp {
		display:none;
	}
}
