@charset "utf-8";


body {
	margin: 0px;
	min-width:1095px;
	background: #fffff2;
}
#bg {
	background: url(../img/border.gif) repeat-x center top, url(../img/bg.gif)  repeat-x center top;
}
div,p,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,table {
	padding: 0;
	margin: 0;
}
#wrapper {
	height: auto;
	width: auto;
	color: #73583f;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	font: 500 105%/180% "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
#wrapper ul {
	list-style : none;
}

#wrapper #header {
	margin: auto;
	width: 1095px;
	padding-top: 20px;
}
#wrapper #header h1 {
	text-align: center;
}
#wrapper #header p {
	font-size: 1.4em;
	font-weight: bold;
	color: #FFF;
	background: #73AED8;
	text-align: center;
	margin: 0px auto 30px;
	padding: 7px;
}
#wrapper #header p span {
	font-size: 1.5em;
	color: #fffac4;
}
#wrapper #content #information .news {
	margin: auto auto 15px;
	width: 900px;
	padding-bottom: 30px;
	background: url(../img/border.gif) repeat-x center bottom;
	background-size: 25px;
}
#wrapper #content #information .news h2 {
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
}




#wrapper #content #information .information_read {
	justify-content: space-between;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 900px;
	margin: auto;
}
#wrapper .information_read_box1 {
	width: 67%;
}
#wrapper .information_read_box2 {
	width: 33%;
}
#wrapper #content #information .information_read li h2 {
	font-size: 1.3em;
	color: #846548;
	background: url(../img/border.gif) repeat-x center bottom;
	padding-bottom: 30px;
	margin-bottom: 15px;
	background-size: 25px;
	line-height: 1.5em;
}
#wrapper #content #information .information_read dl dt {
	font-size: 1.4em;
	color: #73AED8;
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 10px;
}

#wrapper #content #information .information_read dd {
	font-size: 1.1em;
	font-weight: bold;
}
#wrapper #content #information .information_read .information_read_box1 dl dd ul li {
	background: url(../img/icon.png) no-repeat left top;
	background-size: 25px;
	padding-left: 35px;
	padding-bottom: 7px;
	line-height: 1.4em;
	border-bottom: 5px dotted #EFAFA6;
	margin-bottom: 7px;
}


#wrapper .photo_center {
	text-align: center;
	padding-top: 20px;
}

#wrapper .form_bt {
	text-align: center;
	margin: 40px auto;
}

#wrapper .form_bt a {
	font-size: 1.4em;
	font-weight: bold;
	color: #FFF;
	background: #ada696 url(../img/icon02.png) no-repeat right center;
	background-position: right 30px top 10px,center;
	text-align: center;
	padding: 20px;
	width: 500px;
	display: block;
	margin: 30px auto;
}
#wrapper .form_bt a:hover {
	color: #FFF;
	background: #73AED8 url(../img/icon02.png) no-repeat right center;
	background-position: right 30px top 10px,center;
}

#wrapper #content {
	margin: auto;
	width: 1095px;
}
#wrapper #curriculum_area {
	background: #B9DF58;
	margin-top: 100px;
	padding-top: 20px;
}
#wrapper #curriculum_area .curriculum_info h2 {
	text-align: center;
	margin-top: -75px;
}

#wrapper #curriculum_area .curriculum_info {
	margin: auto;
	width: 1000px;
}
#wrapper #curriculum_area .curriculum_info dl {
	margin: auto;
	background: #fffff3;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}
#wrapper #curriculum_area .curriculum_info dl dt {
	font-size: 1.4em;
	font-weight: bold;
	color: #FFF;
	padding: 0px 30px 20px;
	margin-top: 60px;
	text-align: center;
	border-top-left-radius: 20px;
	-webkit-border-top-left-radius: 20px;
	-moz-border-radius-topleft: 20px;
	border-top-right-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-topright: 20px;
	border-bottom-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-bottom-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-bottomright: 0px;
}
#wrapper #curriculum_area .curriculum_info dl dt img {
	text-align: center;
	margin: -50px auto auto;
	padding-bottom: 10px;
}


#wrapper #curriculum_area .curriculum_info dl dd {
	padding: 30px 50px;
}
#wrapper #curriculum_area .curriculum_info dl .curriculum_info_01 {
	background: #e5aaae;
}
#wrapper #curriculum_area .curriculum_info dl #curriculum_info_live {
	border-top-left-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	border-top-right-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	border-bottom-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-bottom-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	padding-top: 20px;
	margin-top: 30px;
}

#wrapper #curriculum_area .curriculum_info dl .curriculum_info_02 {
	background: #9cb3dd;
}


#wrapper .information_photo {
	list-style: none;
	display: flex;
	justify-content: space-around;
	padding-top: 30px;
	padding-bottom: 20px;
}
#wrapper .information_photo li img {
	border-top-left-radius:20px; 
	border-bottom-right-radius:20px;
}
#wrapper .entry_area {
	margin: auto;
	width: 900px;
	padding-top: 30px;
	padding-bottom: 30px;
}
#wrapper .entry_area .entry_area_info h2 {
	color: #FFF;
	background: #73aed8;
	text-align: center;
	padding: 10px;
	margin-bottom: 20px;
	font-size: 1.4em;
}

#wrapper .entry_area .entry_area_info dl {
	justify-content: space-between;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	font-weight: bold;
	font-size: 1.1em;
}
#wrapper .entry_area .entry_area_info dl dt {
	width: 18%;
	background: #DBEAF4;
	margin-bottom: 10px;
	margin-right: 10px;
}
#wrapper .entry_area .entry_area_info dl dd {
	width: 80%;
}
#wrapper .entry_area .entry_area_info #entry_area_attention {
	color: #B9624F;
	padding: 20px;
	border: 10px double #f5cd5b;
	font-size: 0.9em;
	margin-top: 20px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}
#wrapper .entry_area .entry_area_info #entry_area_attention h3 {
	font-size: 1.4em;
	text-align: center;
	background: #F5CD5B;
	color: #624343;
	padding: 5px;
	margin-bottom: 20px;
}
#wrapper .contact_img {
	padding-top: 7px;
}

#wrapper .pc {
	display: block;
}
#wrapper .sp {
	display: none;
}



#wrapper a {
	color: #5268ab;
	text-decoration: none;
}
#wrapper a:hover {
	color: #A2AED2;
	text-decoration: none;
}
#wrapper .clear {
	clear: both;
}
#wrapper img{
	border-style: none;
	vertical-align: top;
}
#wrapper .clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
#wrapper .clearfix {
	min-height: 1px;
	height: auto;

}
* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}


/* CSS
【Media Query751px】------------------------------------------------------ */
@media screen and (max-width: 751px) {

body {
	margin: 0px;
	min-width:100%;
	background: #fffff2;
}
#bg {
	background: url(../img/border.gif) repeat-x center top, url(../img/bg.gif)  repeat-x center top;
	background-size:25px , 300%;
}
#wrapper {
	width: 100%;
	height: auto;
	width: auto;
	color: #73583f;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#wrapper #header {
	margin: auto;
	width: 100%;
	padding-top: 20px;
}
#wrapper #header p {
	font-size: 1.2em;
}
#wrapper #header h1 img {
	max-width: 500px;
	width: 90%;
	height: auto;
}
#wrapper #content {
	margin: auto;
	width: 100%;
}

#wrapper #header h1 {
	text-align: center;
}
#wrapper #content #information .information_read {
	display: block;
	width: 100%;
	margin: auto;
}
#wrapper .information_read_box1 {
	width: 100%;
}

#wrapper #content #information .news {
	width: 90%;
}
#wrapper #content #information .information_read .information_read_box1 dl {
	width: 90%;
	margin: auto;
}

#wrapper .information_read_box2 {
	width: 100%;
}
#wrapper #content #information .information_read .information_read_box2 img {
	height: auto;
	width: 100%;
	max-width: 350px;
	display: block;
	margin: auto;
}

#wrapper #content #information .information_read li h2 {
	font-size: 1.1em;
	color: #846548;
	background: url(../img/border.gif) repeat-x center bottom;
	padding-bottom: 20px;
	margin-bottom: 10px;
	background-size: 25px;
	line-height: 1.5em;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #content #information .information_read dd {
	font-size: 0.9em;
	font-weight: bold;
}


#wrapper .photo_center {
	text-align: center;
	padding-top: 20px;
}
#wrapper .photo_center img {
	height: auto;
	width: 100%;
	max-width: 700px;
}


#wrapper .form_bt {
	text-align: center;
	margin: 40px auto;
}

#wrapper .form_bt a {
	font-size: 1.2em;
	font-weight: bold;
	color: #FFF;
	background: #ada696 url(../img/icon02.png) no-repeat right center;
	background-size: 25px;
	background-position: right 30px center 20px,center;
	text-align: center;
	padding: 20px 10px;
	width: 90%;
	display: block;
	margin: 30px auto;
}
#wrapper .form_bt a:hover {
	color: #FFF;
	background: #73AED8 url(../img/icon02.png) no-repeat right center;
	background-size: 25px;
	background-position: right 30px center 20px,center;
}

#wrapper #content {
	margin: auto;
	width: 100%;
}
#wrapper #curriculum_area {
	background: #B9DF58;
	margin-top: 100px;
	padding-top: 20px;
}
#wrapper #curriculum_area .curriculum_info h2 {
	text-align: center;
	margin-top: 0px;
	margin-top: -70px;
}
#wrapper #curriculum_area .curriculum_info h2 img {
	height: auto;
	width: 100%;
	max-width: 350px;
}

#wrapper #curriculum_area .curriculum_info {
	margin: auto;
	width: 100%;
}
#wrapper #curriculum_area .curriculum_info dl {
	margin: auto;
	background: #fffff3;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	width: 96%;
}
#wrapper #curriculum_area .curriculum_info dl dt {
	font-size: 1.2em;
	font-weight: bold;
	color: #FFF;
	padding: 0px 15px 20px;
	margin-top: 60px;
	text-align: center;
	border-top-left-radius: 20px;
	-webkit-border-top-left-radius: 20px;
	-moz-border-radius-topleft: 20px;
	border-top-right-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-topright: 20px;
	border-bottom-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-bottom-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-bottomright: 0px;
}
#wrapper #curriculum_area .curriculum_info dl dt img {
	text-align: center;
	margin: -40px auto auto;
	padding-bottom: 10px;
	width: 98%;
	max-width: 380px;
	height: auto;
}


#wrapper #curriculum_area .curriculum_info dl dd {
	padding: 20px 15px;
}
#wrapper #curriculum_area .curriculum_info dl .curriculum_info_01 {
	background: #e5aaae;
}
#wrapper #curriculum_area .curriculum_info dl .curriculum_info_02 {
	background: #9cb3dd;
}


#wrapper .information_photo {
	list-style: none;
	display: flex;
	justify-content: space-around;
	padding-top: 30px;
	padding-bottom: 20px;
}
#wrapper .information_photo li img {
	border-top-left-radius:20px; 
	border-bottom-right-radius:20px;
}
#wrapper .entry_area {
	margin: auto;
	width: 96%;
	padding-top: 30px;
	padding-bottom: 30px;
}
#wrapper .entry_area .entry_area_info h2 {
	color: #FFF;
	background: #73aed8;
	text-align: center;
	padding: 10px;
	margin-bottom: 20px;
	font-size: 1.2em;
}

#wrapper .entry_area .entry_area_info dl {
	display: block;
	font-weight: bold;
	font-size: 1.1em;
}
#wrapper .entry_area .entry_area_info dl dt {
	width: 100%;
	background: #DBEAF4;
	text-align: center;
	margin-top: 0px;
}
#wrapper .entry_area .entry_area_info dl dd {
	width: 100%;
	padding-bottom: 10px;
	padding-top: 5px;
	font-size: 0.9em;
}
#wrapper .entry_area .entry_area_info #entry_area_attention {
	color: #B9624F;
	padding: 20px;
	border: 10px double #f5cd5b;
	font-size: 0.9em;
	margin-top: 20px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}
#wrapper .entry_area .entry_area_info #entry_area_attention h3 {
	font-size: 1.4em;
	text-align: center;
	background: #F5CD5B;
	color: #624343;
	padding: 5px;
	margin-bottom: 20px;
}
#wrapper .pc {
	display: none;
}
#wrapper .sp {
	display: block;
}


}
