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

/*---------------------------------------------------
* elements initialization 
*--------------------------------------------------*/
body {
	color:#231815;
	margin: 0;
	padding:0;
	line-height:1.6;
	font-size: 18px;
	background-color: #eaedf7;
    background-image: url("../img/bg.jpg");
    background-repeat: no-repeat;
}
* html body {
	vertical-align: baseline;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;

	text-align: left;
} /* lte ie6 */
*:first-child+html body {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
} /* ie7 */
html>/**/body {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
} /* ie8 */
html:not(:target) body {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;

} /* modern browser */


/*-------明朝体-------*/
.min {
	font-family: 'ヒラギノ明朝 Pro W3', '平成明朝','ＭＳ Ｐ明朝', serif;
}

img {
	vertical-align:top;
	border: none;
}
/*IE6*/
* html img {
	vertical-align: bottom;
}
/*IE7*/
*:first-child+html img {
	vertical-align: bottom;
}
blockquote, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, select, span, textarea, td, th, ul {
	margin:0;
	padding:0;
}

abbr, acronym {
	border:0;
}
address, caption, cite, code, dfn, em, th, strong, var {
	font-style:normal;
	font-weight:normal;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;/*13px*/
	font-weight:normal;
}
input, select, textarea {
	font-size:1em;/*13px*/
}
ol, ul, li {
	list-style:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
	font-size:1em;/*13px*/
	width: 100%;
}
hr {
/*	display: none;
*/}
strong, em {
	font-weight: bold;
}
/* ----- form -------*/

button, fieldset, form, input, label, legend, select, textarea {
	font-size:1em;  /*13px*/
	font-style:inherit;
	font-weight:inherit;
	margin:0;
	padding:0;
	vertical-align:baseline;
}
input, textarea {
	vertical-align: middle;
	padding: 1px;
}
textarea {
	width: 98%;
}
input[type="radio"], input[type="checkbox"] {
	vertical-align: baseline;
	margin-right: 3px;
}
/*----- links color -----*/
a:link {
	color: #333;
	text-decoration:none;
}
a:visited {
	color: #333;
	text-decoration:none;
}
a:hover {
	color: #0066FF;
	text-decoration: underline;
}
a:hover img {
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}


a,
p a ,
li a ,
a img {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-in-out;
	-moz-transition-timing-function: ease-in-out;
	-o-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
}

.center {
    text-align: center;
}


.clear {
	clear: both;
}

/* Clearfix */  
.clearfix:after {  
    content: ".";   
    display: block;   
    height: 0;   
    clear: both;   
    visibility: hidden;  
}  
.clearfix {  
    display: inline-block;  
    min-height: 1%;  
}  
/* Hides from IE-mac \*/  
* html .clearfix {  
    height: 1%;  
}  
.clearfix {  
    display: block;  
}  
/* End hide from IE-Mac */


section {
	width: 100%;
}
article {
    width:  1024px;
    margin: auto;
}
section.head {
    background-color: #4cb649;
    margin-bottom: 2em;
}
.inner {
	width: 1024px;
	margin: auto;
	position: relative;
}
.inner.nv {
    padding-bottom:  1.7em;
    padding-bottom:  1.7em;
}
.ri {
	text-align: right;
}
.le {
	text-align: left;
}


/*ヘッダー部分*/
p.jigyo {
	margin-top: 20px;
	text-align: left;
/*	display:inline-block;
	*/font-size: 110%;
	padding: 3px 0.6em;
	font-weight: bold;
/*    background: #FFF;
*/    color: #000;
}
p.year {
    text-align: center;
    font-size: 125%;
    color: #004098;
    margin-top: -15px;
}

h1 {
    font-size: min(4vw, 140%);
    color: #FFF;
    background: #3071b9;
    text-align: center;
    border-radius: 20px;
    box-shadow:3px 3px 5px #888;
    margin: 20px 0;
}
h2 {
    margin: 20px 0;

}

.btn1 {
position: absolute;
top: 20px;
right: 1px;
font-size: 100%;
line-height: 1;
display: block;
}
.btn1 a {
	text-align:left;
	border: solid 1px #005ead;
	border-radius: 8px;
	background:url(../../img/headbtn-icon.png) no-repeat 5px 50% #21a4c5;
	color: #FFF;
	line-height: 1;
	display: block;
	text-decoration: none;
	padding: 5px 20px 5px 40px;
	box-sizing:border-box;
    background-color: #8eb632;
}
.btn1 a:hover {
	background:url(../../img/headbtn-icon.png) no-repeat 5px 50% #005ead;
}

.btn2 {
	position: absolute;
	top: 20px;
	right:220px;
	font-size: 100%;
	line-height: 1;
	display: block;
}
.btn2 a {
	text-align:left;
	border: solid 1px #005ead;
	border-radius: 8px;
	background:url(../../img/headbtn-icon.png) no-repeat 5px 50% #21a4c5;
	color: #FFF;
	line-height: 1;
	display: block;
	text-decoration: none;
	padding: 5px 20px 5px 40px;
	box-sizing:border-box;
}
.btn2 a:hover {
	background:url(../../img/headbtn-icon.png) no-repeat 5px 50% #005ead;
}
.btn3 {
	position: absolute;
	top: 68px;
	right:-1.5em;
	font-size: 85%;
	line-height: 1.4;
	display: block;
    width: 280px;
    color: #FFF;
    text-indent: -1em;
    margin-right: 1em;
}


.greeting {
    border: solid 2px #bae3f9;
    border-radius: 18px;
    background: rgba(255,255,255,0.75);
    padding: 15px;
    text-align: center;
}

.detail {
    width: 96%;
    margin: 20px auto;
}

.detail table th,
.detail table td {
    padding: 5px;
}
.detail table th p {
    font-size: 90%;
    color: #0075c2;
    border: solid 1px #0075c2;
    background: #FFF;
    text-align: center;
    border-radius: 5px;
    padding: 0 6px;
    font-weight: bold;
    white-space: nowrap;
}
.detail table td span.large {
    font-size: 160%;
}
.detail table td span.blue {
    color: #0075c2;
}
.detail table td img.jouken {
    width: 100%;
    height: auto;
}
.detail table td .room img {
    width: 90%;
    height: auto;
    margin-top: 2em;
}

.detail table td span.small {
    font-size: 75%;
}

.schedule {
    background: #FFF;
    border-radius: 20px;
    padding: 15px 2%;
    display: flex;
    justify-content: space-between;
    font-size: 72%;
}
.schedule table {
    border-collapse: collapse;
}
.schedule table th {
    white-space: nowrap;
    background: #00afec;
    color: #FFF;
}
.schedule table th span.large {
    font-size: 115%;
}
.schedule table th span.ls {
    letter-spacing: -3.2px;
}
.schedule table th,
.schedule table td {
    border: solid 1px #888;
    padding: 0 4px;
}
.schedule .sche01 {
    width: 55%;
}
.schedule .sche01 td {
}
.schedule .sche02 {
    width: 42%;
}

.right {
    text-align: right;
    margin-top: 0.5em;
}
p.note a {
    color: #FFF;
}

ul.note li {
    text-indent: -2em;
    margin-left: 2em;
    letter-spacing: -0.05em;
}

section article .flex {
    display: flex;
    justify-content: space-between;
}

.contact dt {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    background: #004098;
    color: #FFF;
    font-size: 105%;
    padding: 0px;
}
.contact dd {
    width: 100%;
    box-sizing: border-box;
    padding: 15px 10px;
    text-align: center;
}

.pdfArea {
    margin: 80px 0;
}
.pdfArea dd ul {
    display: flex;
    justify-content: space-around;
}


.copy {
	text-align: center;
	font-size: 80%;
	padding: 30px;
}


.sp {
	display: none;
}

.left {
	text-align: left !important;
}

@media screen and (max-width: 1023px) {
    article,
    .inner {
    	max-width: 98%;
    }
    p.jigyo {
	    margin-right: 10px;
    }

    section.head h1 img {
	    width: 96%;
    }
    section.head h2 img {
    	width: 39.2%;
    }
    .inner.main img {
    	width: 100%;
    	height: auto;
    }
    p.catch {
    	font-size: 118%;
    	padding: 30px 0;
    	width: 96%;
    	margin:auto;
    }
    div.detail {
    	width: 96%;
    	margin: auto;
    }
    p.curriculumLink {
        width: 98%;
    }
    .detail .room {
        width: 100%;
        height: auto;
    }
    .detail .room img {
        width: 100%;
        height: auto;
    }
    
}
@media screen and (max-width: 640px) {
    .greeting {
        text-align: left;
    }
    .schedule {
        display: block;
    }
    
    .schedule .sche01,
    .schedule .sche02 {
        width: 100%;
    }
    .pdfArea dd {
        text-align: center;
    }
    .pdfArea dd img {
    	margin-bottom: 10px;
    }
    .sp {
    	display: block;
    }
    .pc {
    	display: none;
    }
    
    .inner.nv {
    	height: 120px;
    }
    .btn1,
    .btn2 {
    	top: 80px;
    	width: 49%;
    	margin-right: 2%;
    	font-size: 90%;
    }
    .btn2 {
    	left:inherit;
    	right: 0 !important;
    	margin-right: 0;
    }
    .btn1 a,
    .btn2 a {
    	background-size: 12%;
    	padding-left: 18%;
    	padding-right: 5px;
    }
    .btn1 a:hover,
    .btn2 a:hover {
    	background-size: 12%;
    }
    .btn3 {
	top: 128px;
	right:-1.5em;
	font-size: 85%;
	line-height: 1.4;
	display: block;
    width: 280px;
    color: #FFF;
    text-indent: -1em;
    margin-right: 1em;
    }
    .pdfArea dd ul {
        display: block;
    }


    
}
