/* CSS Document */


/*
reset CSS
*/
html {
	margin: 0px!important;
	}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	font-size: 14px;
	line-height: 1.4;
}

@import url("https://fonts.googleapis.com/css?family=Roboto:100");
@import url("https://fonts.googleapis.com/earlyaccess/notosansjp.css");
* {
  font-family: "Roboto", "ヒラギノUD角ゴ W4 JIS2004", Sans-Serif;
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-decoration: none;
  line-height: 1.4;
}

article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary {
	display:block;
}

ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

h1{
margin-top:0;
}

img {
  vertical-align: bottom;
}
 
img {
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
	border: none;
	text-decoration: none;
}
a:hover {
	opacity: 0.7!important;
	}

ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted #000;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/* clearfix */
/* For modern browsers */
.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}
 
.clearfix:after {
    clear:both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.clearfix {
    zoom:1;
}

/* ブロック */
.left {
	float: left;
	}
.right {
	float: right;
	}

	
	
/*
//////////////////////////////////////////////////////////////////////

ヘッダー

//////////////////////////////////////////////////////////////////////
*/

div#header_cb {
	width: 1200px;
	margin: 0 auto;
	}
div#top_icon img {
	margin-right: 15px;
	}
div#top_icon span {
	font-size: 14px;
	font-weight: bold;
	}
div#logo {
	
	}
div#logo h1 {
	text-align: center;
	background: url(../../img/header_logo.jpg) no-repeat;
	margin-top: 30px;
	width: 230px;
	height: 96px;
	text-indent: -9999px;
	}

div#header_contact {
	float: right;
	width: 500px;
	margin-top: 10px;
	}
nav {
	clear: both;
	padding-top: 25px;
	}
nav ul li {
	float: left;
	text-indent: -9999px;
	}
nav ul li a {
	display: block; 
	height: 34px;
	cursor: pointer;
	}

nav ul li.nav1 a {
	background: url(../../img/nav_1.jpg) no-repeat;
	width: 101px;
	}
nav ul li.nav2 a {
	background: url(../../img/nav_2.jpg) no-repeat;
	width: 108px;
	}
nav ul li.nav3 a {
	background: url(../../img/nav_3.jpg) no-repeat;
	width: 94px;
	}
nav ul li.nav4 a {
	background: url(../../img/nav_4.jpg) no-repeat;
	width: 147px;
	}
nav ul li.nav5 a {
	background: url(../../img/nav_5.jpg) no-repeat;
	width: 129px;
	}
nav ul li.nav6 a {
	background: url(../../img/nav_6.jpg) no-repeat;
	width: 114px;
	}
nav ul li.nav7 a {
	background: url(../../img/nav_7.jpg) no-repeat;
	width: 111px;
	}

nav ul li.nav1 a:hover {
	background: url(../../img/nav_1_on.jpg) no-repeat;
	}
nav ul li.nav2 a:hover {
	background: url(../../img/nav_2_on.jpg) no-repeat;
	}
nav ul li.nav3 a:hover {
	background: url(../../img/nav_3_on.jpg) no-repeat;
	}
nav ul li.nav4 a:hover {
	background: url(../../img/nav_4_on.jpg) no-repeat;
	}
nav ul li.nav5 a:hover {
	background: url(../../img/nav_5_on.jpg) no-repeat;
	}
nav ul li.nav6 a:hover {
	background: url(../../img/nav_6_on.jpg) no-repeat;
	}
nav ul li.nav7 a:hover {
	background: url(../../img/nav_7_on.jpg) no-repeat;
	}
	
nav ul li.nav1_on a {
	background: url(../../img/nav_1_on.jpg) no-repeat;
	width: 101px;
	}
nav ul li.nav2_on a {
	background: url(../../img/nav_2_on.jpg) no-repeat;
	width: 108px;
	}
nav ul li.nav3_on a {
	background: url(../../img/nav_3_on.jpg) no-repeat;
	width: 94px;
	}
nav ul li.nav4_on a {
	background: url(../../img/nav_4_on.jpg) no-repeat;
	width: 147px;
	}
nav ul li.nav5_on a {
	background: url(../../img/nav_5_on.jpg) no-repeat;
	width: 129px;
	}
nav ul li.nav6_on a {
	background: url(../../img/nav_6_on.jpg) no-repeat;
	width: 114px;
	}
nav ul li.nav7_on a {
	background: url(../../img/nav_7_on.jpg) no-repeat;
	width: 111px;
	}




div#mainimage video {
	width: 100%;
	height: 100%;
	vertical-align: bottom;
	}
div#mainimage {
	position: relative;

	}
div#mainimage div#video_txt {
	position: absolute;
	bottom: 20px;
	left: 20px;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	
	}
div#mainimage div#video_txt p {
	font-size: 70px;
	font-weight: bold;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro"!important;
	}
div#contents_wrapper {
	margin-top: 25px;
	}
div#contents_button_area {
	height: 110px;
	}
div#left_button {
	background-color: #25B2C7;
	width: 50%;
	height: 110px;
	}
div#left_button img {
	float: right;
	}
div#right_button {
	background-color: #8A4C2C;
	width: 50%;
	height: 110px;
	}
div#right_button img {
	float: left;
	}


div#sub_contents_menu {
	margin: 0px auto;
	margin-top: 50px;
	width: 1200px;
	}
div#sub_menu1 {
	float: left;
	width: 400px;
	background-color: #8A4C2C;
	padding: 19px;
	}
div#sub_menu2 {
	float: left;
	width: 400px;
	background-color: #A3B028;
	padding: 19px;
	}
div#sub_menu3 {
	float: left;
	width: 400px;
	background-color: #25B2C7;
	padding: 19px;
	}
div#sub_menu1 img,
div#sub_menu2 img,
div#sub_menu3 img
	{
	display: block;
	margin: 0px auto;
	}
img.sub_menu_h {
	margin-top: 15px!important;
	}
img.sub_menu_img {
	margin-top: 25px!important;
	}
div#sub_contents_menu p {
	margin-top: 18px!important;
	color: #FFFFFF;
	}
img.sub_menu_detail {
	margin-top: 20px!important;
	}
	
section.contents_p {
	width: 1200px;
	margin: 0px auto;
	text-align: center;
	margin-bottom: 45px;
	}
h2.top_h2 {
	font-size: 40px;
	font-weight: bold;
	margin-top: 55px;
	color: #8A4C2C;
	}
p.top_p {
	margin-top: 10px;
	color: #8A4C2C;
	font-size: 20px;
	} 

div.fullwidth img {
	width: 100%;
	height: 100%;
	}
	


section#news {
	width: 1200px;
	margin: 0px auto;
	margin-top: 65px;
	}
section#news h2 {
	display: block;
	margin: 0px auto;
	text-align: center;
	}
section#news li {
	float: left;
	width: 370px;
	margin-top: 45px;
	margin-right: 35px;
	color: #74432E;
	}
div.news_cb{
	}
div.newsthum {
	width: 150px;
	}
div.newscontents {
	width: 215px;
	}


section#news li:nth-child(3n) {
	margin-right: 0px;
	}
section#news li dl dt {
	margin-top: 10px;
	border-bottom: 1px solid #74432E;
	padding-bottom: 10px;
	}
section#news li dl dd {
	margin-top: 25px;
	}


div#koshi {
	margin-top: 70px;
	background-color: #E8DAD2;
	clear: both;
    padding-bottom: 3px;
	}
div#koshi h2 {
	background-color: #74432E;
	text-align: center;
	padding: 20px 0px;
	}
div#koshi h3 {
	font-size: 45px;
    font-weight: bold;
    margin-top: 40px;
    color: #8A4C2C;
	text-align:center;
	}
ul.slick-dots {
	display: none!important;
	}
	
div#top_cb_contact {
	margin-top: 40px;
	}




div#footer_cover {
	float: right;
	clear: both;
	}
footer#footer_wrapper {
	clear: both;
	background-color: #25B2C7;
	color: #FFFFFF;
	}
div#footer_cb {
	width: 1200px;
	margin: 0px auto;
	padding: 30px 0px;
	}
div#copyright {
	background-color: #FFFFFF;
	text-align: center;
	color: #25B2C7;
	border-bottom: 2px solid #25B2C7;
	padding: 10px 0px;
	}
div#footer_cb ul {
	width:600px;
	margin-top: 65px;
	}
div#footer_cb ul li {
	float: left;
	margin-right: 30px;
	margin-top: 10px;
	}
div#footer_navi {
	width: 450px;
	}


div.content_box {
	width: 1200px;
	margin: 0 auto;
	}
div.content_box p.item {
	text-align:center;
	}


img.contents_img {
	width: 100%;
	height: 100%;
	}
	

div.width1200 {
	width: 1200px;
	margin: 0 auto;
	}
img.center {
	display: block;
	margin: 0 auto;
	margin-top: 60px;
	}
/* 保護者の方へ */
h2.contents_h2 {
	background-color: #25B2C7;
	padding: 35px 0px;
	text-align: center;	
	}

.hogosya h3 {
	padding: 60px 0px;
	font-weight: bold;
	font-size: 26px;
	text-align: center;	
	color: #703820;
	}
div.hogosya_box {
	width: 500px;
	margin: 50px;
	margin-top: 35px;
	}
div.hogosya_box img {
	border-bottom: 1px solid #A2D8E4;
	padding-bottom: 10px;
	}
div.hogosya_box p {
	font-size: 21px;
	color: #74432E;
	margin-top: 20px;
	}
div#hogosya_koshi_box {
	width: 1050px;
	margin: 0 auto;
	margin-top: 50px;
	}
div#hogosya_koshi_box p {
	font-size: 20px;
	margin-top: 18px;
	padding: 5px;
	}
div.hogosya_koshi_block {
	margin-bottom: 50px;
	}
div#hogosya_koshi_box div.left {
	clear: both;
	}
div.koshi_textarea {
	width: 680px;
	}
div#hogosya_gakusyusidou {
	width: 1200px;
	margin: 0 auto;
	margin-top: 30px;
	}
div#hogosya_gakusyusidou dl dt {
	float: left;
	width: 580px;
	clear: both;
	margin-top: 55px;
	}
div#hogosya_gakusyusidou dl dd {
	float: right;
	width: 550px;
	font-size: 24px;
	margin-top: 55px;
	color: #74432E;
	}
section#hogosya_bottom {
	width: 1200px;
    margin: 0px auto;
    text-align: center;
    margin-bottom: 45px;
	}
section#hogosya_bottom h2 {
	font-size: 32px;
    font-weight: bold;
    margin-top: 55px;
    color: #8A4C2C;
	}

section#hogosya_bottom p {	
    margin-top: 10px;
    color: #8A4C2C;
    font-size: 24px;
	}

/* 生徒の方へ */
	
h2.student_h2 {
	background-color: #74432E;
	padding: 35px 0px;
	text-align: center;	
	}
h2.student_h2_pink {
	background-color: #ED7581;
	padding: 35px 0px;
	text-align: center;	
	}
div.student_bk01 {
	clear:both;
	margin-top: 50px; 
	}
div.student_bk01 div {
	}
div.student_bk01 p {
	font-size: 28px;
	color: #8A4C2C;
	width: 600px;
	padding: 15px 20px;
	}
div#student_class_bk {
	background-color: #E8DAD2;
	padding-top: 70px;
	padding-bottom: 70px;
	}
div#student_class_bk div {
	width: 1200px;
	margin: 0 auto;
	}
div#student_class_bk div ul li {
	margin-bottom: 40px;
	}
img.student_03icon {
	margin-top: 30px;
	margin-bottom: 40px;
	}
	
/* Terraのこと */
h2.about_h2 {
	background-color: #25B2C7;
	padding: 35px 0px;
	text-align: center;	
	}
	
div.aisatsu_bk {
	margin-top: 60px;
	}
div.aisatsu_pic {
	}
div.aisatsu_pic right {
	clear: both;
	}
div.aisatsu_left {
	width: 800px;
	}
div.aisatsu_left h3 {
	font-size: 34px;
	color: #784333;
	text-align: left;
	padding: 0px;
	}
div.aisatsu_left p {
	font-size: 24px;
	color: #784333;
	text-align: left;
	margin-top: 20px;
	}
div.aisatsu_left p.name {
	text-align: right!important;
	}

div.aisatsu_left h3.aisatsu_h3 {
	background-color: #784333;
	padding: 10px;
	font-size: 24px;
	color: #FFFFFF;
	}
div.aisatsu_left p.strong {
	font-weight: bold;
	}

h2.about_h2_02 {
	background-color: #74432E;
	padding: 35px 0px;
	text-align: center;	
	}
div.about_bg_pink {
	background-color: #E8DAD2;
	}
div.about_bg_pink div {
	width: 1200px;
	margin: 0 auto;	
	}
div.about_bg_pink div img {
	margin-bottom: 30px;
	}
div.about_accessinfo {
	padding: 50px 0px;
	width: 1200px;
	margin: 0 auto;
	}
img.fullwidth_img {
    width: 100%;
    height: auto;
}

div.form_button {
    margin-top: 50px;
}
div.form_button img {
    display: block;
    margin: 0px auto;
}
div#class_bk img {
	margin-top: 40px;
	}
	
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
p.access_text {
	font-weight: bold;
	font-size: 26px;
	text-align: center;
	margin-top: 20px;
	color: #74432E;
	}


div#wrapper {
    width:  1200px;
    margin: 0 auto;
}


div.results_detail {
    margin-top: 60px;
}
div.results_wrappe {
    margin-bottom: 120px;
}
div.results_wrappe h3 {
    text-align: center;
    padding: 12px;
}
div.results_wrappe h3.yellow {
    background: #FEDD50;
}
div.results_wrappe h3.green {
    background: #D9E255;
}
div.results_wrappe h3.purple {
    background: #A87AA9;
}
div.results_wrappe h3.orenge {
    background: #EF733F;
}
div.results_wrappe div {
    width: 45%;
    margin-top: 50px;
}
div.results_wrappe div ul li {
    font-size: 35px;
    color: #784333;
    text-align: left;
    font-weight: bold;
}
div.hogosya_button {
    margin-top: 30px;
}
div.hogosya_button div {
    width: 45%;
}
div.hogosya_button div img {
    width: 100%;
}
h3.hogosya_h3 {
    font-size: 34px;
}
p.hogosya_p {
    text-align: center;
    font-size: 26px;
    line-height: 2;
    color: #8B4C27;
}
div.movie_link {
    text-align: center;
    clear: both;
    margin-top: 25px;
    margin-bottom: 30px;
}
p.youtube {
    text-align: center;
    clear: both;
    margin-top: 25px;
    margin-bottom: 30px;
}
p.student_p {
    font-size: 26px;
    line-height: 1.6;
    margin: 15px 0px;
    color: #8B4C27;
    text-align: center;
}