@charset "utf-8";



/*-----------------------------

　リセットCSS + サイト共通設定

------------------------------*/

/* 全ての要素に対する余白初期値設定 */
body,
h1,h2,h3,h4,h5,h6,
p,ul,ol,dl,dt,dd,li,
table,th,td,
form,select,option,input
address,pre,strong,em,iframe,img{
	margin:0;
	padding:0;
	font-size:100%;
	border:0;
}

/* デフォルト文字設定 */
body{
	/*color:#666666;*/
	font-family:Quicksand, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size:17px;
	line-height:1.6;
	color:#472e0e;
}



/* テーブルセルのボーダーの設定 */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* 画像とフォームパーツの上下位置をテキストの真ん中に */
img, input, select, textarea {
	vertical-align: middle;
}

/* リストマーカーを非表示 */
ul,ol{
	list-style-type:none;
}

/* デフォルトリンク色の設定 */
a{
	color:#00C4AB;
}

a:hover{
	color:#0000ff;
}

/* 画像リンクの設定 */
a img{
	opacity:1;
	filter: alpha(opacity=100);
}

a:hover img{
	opacity:0.7;
	filter: alpha(opacity=75);
}

a:-webkit-any-link {
    color: -webkit-link;
    text-decoration: none;
    cursor: auto;
}

/*contens
------------------------------*/
.head_title{
	color:#fff;
	padding-left:20px;
	}



#header{
	width:980px;
	margin:0 auto;
	background:#4f7bdf;
}

#header_waku_sango{
	width:100%;
	background:#4f7bdf;
}

#logo{
	display:table-cell;
	width:190px;
}

#annai{
	display:table-cell;
	color:#ffffff;
	vertical-align:bottom;
}

.sango_main{
	width:100%;
	text-align:center;
	}

.sango_q{
	width:1024px;
	margin:0 auto;
	height:250px;
	}

.sango_qz{
	float:left;
	}

.sango_title{
	text-align:center;
	color:#C90039;
	font-size:28px;
	padding:50px;
	}

.sango_title2{
	clear:both;
	text-align:center;
	font-size:26px;
	color:#C90039;
	}


.sample-box-10 {
    background: -webkit-repeating-linear-gradient(-45deg, #feecf1, #feecf1 5px, #fdfcff 5px, #fdfcff 10px);
    background: repeating-linear-gradient(-45deg, #feecf1, #feecf1 5px, #fdfcff 5px, #fdfcff 10px);
    padding:2em;
    clear:both;
}


.sango_waku{
	background:#fff8fa;
	width:100%;
	padding:30px;
	}


.sango_nakawaku{
	background:#ffffff;
	width:1024px;
	margin:0 auto;
	padding:30px;
	}


.sango_nakawaku_2{
	background:#ffffff;
	width:1024px;
	height:1500px;
	margin:0 auto;
	padding:30px;
	}

.sango_nakawaku_3{
	background:#ffffff;
	width:1024px;
	height:950px;
	margin:0 auto;
	padding:30px;
	}


#modosue{
	width:750px;
	height:230px;
	margin:0 auto;
	}

#modosu_ichi{
	width:750px;
	margin:0 auto;
	}

.sango_rei{
	color:#C90039;
	font-size:20px;
	margin-left:60px;
	margin-top:50px;
	margin-bottom:10px;
	}

.sango_rei_mini{
	color:#C90039;
	margin-left:60px;
	}

.sango_bun_mini{
	width:450px;
	margin-left:60px;
	}

.sango_rei_left{
	width:500px;
	float:left;
	}



.sango_p{
	float:left;
	margin-left:60px;
	width:400px;
	}



.sango_bun{
	width:900px;
	margin:0 auto;
	padding-top:30px;
	}

.point_title{
	margin-top:40px;
	}


.sango_photo{
	float:left;
	width:400px;
	margin-left:40px;
	margin-top:50px;
	}

.sangotaiken_title{
	font-size: 30px;
    font-weight: bold;
    margin-bottom: 40px;
    text-align: center;
    line-height: 1.4em;
    letter-spacing: 0.1em;
    color:#C92C00;
    padding-top:50px;
    }

.sangotaiken_title_4{
	font-size: 30px;
    font-weight: bold;
    margin-bottom: 40px;
    text-align: center;
    line-height: 1.4em;
    letter-spacing: 0.1em;
    color:#C90039;
    padding-top:50px;
    }

.sangotaiken_title_2{
	font-size: 24px;
    font-weight: bold;
    margin-bottom: 40px;
    text-align: center;
    line-height: 1.4em;
    letter-spacing: 0.1em;
    color:#C99000;
    padding-top:50px;
    padding-bottom:50px;
    clear:both;
    }

.ticket{
	width:780px;
	height:390px;
	margin:0 auto;
	}

.ticket_2{
	width:700px;
	height:200px;
	margin:0 auto;
	}

.studiowaku{
	background:url(../images/bk_koharu.png)no-repeat;
	width:100%;
	height: 700px;
	background-position: top center;
	background-size: 100%;
	}


.studionakawaku{
	width:900px;
	height:700px;
	margin:0 auto;
	background-color:rgba(255, 255, 255, 0.5);
	}


.sango_naiyou{
	width:600px;
	height:450px;
	background:#fff;
	margin:0 auto;
	border-radius: 10px;        /* CSS3草案 */
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;   /* Firefox用 */
    padding:30px;
	}

.sango_naiyou_bun{
	width:450px;
	height:430px;
	float:left;
	margin-left:20px;
	}

.sango_naiyou_bun p{
	font-size:14px;
	padding:10px;
	}



#kingaku{
	font-size:24px;
	color:#C90039;
	font-weight:bold;
	}


#basho{
	font-weight:bold;
	}



.toiawase1{
	display:table-cell;
	width:192px;
	padding-left:120px;
}

.toiawase2{
	display:table-cell;
	width:192px;
	padding-left:5px;
}

.main{
	width: 980px;
	margin:0 auto;
}

.relative {
    position: relative;
}
.absolute {
    position: absolute;
    color:#ffffff;
    top:200px;
    font-size:30px;
    left:100px;
    text-shadow: 1px 2px 3px #808080;
}


.relative_about {
    position: relative;
}
.absolute_about {
    position: absolute;
    color:#ffffff;
    top:180px;
    font-size:40px;
    right:340px;
    text-shadow: 1px 2px 3px #808080;
    line-height:1.0;
}

.absolute_koharu {
    position: absolute;
    color:#ffffff;
    top:180px;
    text-shadow: 1px 2px 3px #808080;
    line-height:1.0;
    background: rgba(0,0,0,.5);
    width:980px;
    margin:0 auto;
}

.absolute_koharu h2{
	text-align:center;
	font-size:32px;
	padding:20px;
}

.relative_group {
    position: relative;
}
.absolute_group {
    position: absolute;
    color:#ffffff;
    top:160px;
    text-shadow: 1px 2px 3px #808080;
    line-height:1.0;
    background: rgba(0,0,0,.5);
    width:980px;
    margin:0 auto;
    }


.absolute_group h2{
	text-align:center;
	font-size:30px;
	padding:20px;;
}

.relative_chigai {
    position: relative;
}
.absolute_chigai {
    position: absolute;
    color:#ffffff;
    top:180px;
    font-size:40px;
    right:260px;
    text-shadow: 1px 2px 3px #808080;
    line-height:1.0;
    text-align:center;
}


.relative_trainer{
    position: relative;
}
.absolute_trainer{
    position: absolute;
    color:#ffffff;
    top:180px;
    font-size:40px;
    right:70px;
    text-shadow: 1px 2px 3px #808080;
    line-height:1.0;
    text-align:center;
}


.koharu_top{
	width:800px;
	margin:0 auto;
	padding-top:50px;
	}




.plan{
	display:table-cell;
	}

.planright{
	display: table-cell;
	vertical-align: top;
	padding-left:10px;
    }


.plantitle{
	font-size:20px;
	color:#F1993F;
	}

.plantitle_p{
	font-size:20px;
	color:#27C7FA;
	}

.planwaku{
	margin:25px;
	padding-top:40px;
	clear:both;
	}

.g_setumei{
	width:350px;
	padding:10px;
	float:left;
	}

.g_setumei_no{
	padding:10px;
	}

.photo{
	float:left;
	}

.g_setumei_mawa{
	padding:10px;
	float:left;
	}

.photo_mawa{
	float:left;
	}

.g_setumei_mawa_1{
	padding:10px;
	}

.photo_mawa_1{
	float:right;
	}


.per_bun{
	clear:both;
	text-align:center;
	padding-top:50px;
	font-weight:bold;
	color:#27C7FA;
	font-weight:bold;
	font-size:20px;
	}




#shoukai{
	margin-top:25px;
	font-size:22px;
	text-align:center;
	}

.shoukaibun{
	padding:20px 30px;
	}

.titles{
	margin-top:25px;
	}

.titles_tra{
	margin-top:5px;
	margin-left:10px;
	}


.g_setumei_last{
	width:600px;
	margin:0 auto;
	color:#F1993F;
	font-weight:bold;
	padding-top:40px;
	font-size:18px;
	text-align:center;
	}

.g_setumei_last_p{
	width:600px;
	margin:0 auto;
	color:#27C7FA;
	font-weight:bold;
	padding-top:40px;
	font-size:18px;
	text-align:center;
	padding-bottom:30px;
	}


.tra_waku{
	border: 3px #7AC050 solid;  /* 枠線を引く */
	border-radius: 20px;      /* 角丸の指定 */
	margin-top:30px;
	width:780px;
	margin:0 auto;
	padding:5px;
	}


#contents{
	width:980px;
	margin:0 auto;
	clear:both;
}


#contents_waku{
	background:#e5e5e6;
	}

#contents_nakawaku{
	width:800px;
	margin:0 auto;
	background:#ffffff;
	padding-top:50px;
	}

#contents_nakawaku_lesson{
	width:800px;
	margin:0 auto;
	background:#ffffff;
	padding-top:50px;
	}



.lesson{
	color:#f1993f;
	font-size:28px;
	}

.lesson_title_waku{
	width:800px;
	height:80px;
	background:url(../images/lesson_title.png) no-repeat;
	text-align:center;
	padding-top:25px;
	}

.lesson_title_waku_h3{
	width:800px;
	height:200px;
	background:url(../images/ryoukin1.png) no-repeat;
	padding-top:50px;
	}


.lesson_title_waku_h3 h3{
	width:100%;
	font-size:28px;
	text-align:center;
	background:rgba(254, 254, 254, 0.7);
	padding-top:20px;
	padding-bottom:20px;
	}

.lesson_title_waku_h3_2{
	width:800px;
	height:200px;
	background:url(../images/ryoukin2.png) no-repeat;
	padding-top:50px;
	margin-top:40px;
	}


.lesson_title_waku_h3_2 h3{
	width:100%;
	font-size:28px;
	text-align:center;
	background:rgba(254, 254, 254, 0.7);
	padding-top:20px;
	padding-bottom:20px;
	}


table.type04 {
	border-collapse: separate;
	border-spacing: 1px;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	width:700px;
	margin:0 auto;
	margin-top:50px;
}
table.type04 th {
	width: 150px;
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
}
table.type04 td {
	width: 550px;
	padding: 10px;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
}


table.type05 {
	border-collapse: separate;
	border-spacing: 1px;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	width:760px;
	margin:0 auto;
	margin-top:50px;
}
table.type05 th {
	width: 100px;
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
}
table.type05 td {
	width: 120px;
	padding: 10px;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
}

.small{
	font-size:15px;
	}

.per_naiyou{
	width:350px;
	margin:0 auto;
	padding-top:20px;
	}

.money{
	font-size:26px;
	margin-bottom:20px;
	}


.entry_waku{
	text-align:center;
	margin-top:50px;
	padding-bottom:50px;
	}

#hosoku{
	width:650px;
	margin:0 auto;
	}


#contents_nakawaku_kouka{
	width:800px;
	margin:0 auto;
	background:#ffffff;
	padding-top:20px;
	}


.green_waku{
	width:700px;
	margin:0 auto;
	}

.green_waku_naka{
	width:700px;
	margin:0 auto;
	background:url(../images/border_bk.png)repeat;
	padding-top:15px;
	padding-bottom:15px;
	}

.qualification{
	background			: #FDF9EF;
	padding				: 10px 30px 20px 197px;
	}

.qualification_box{
	background			: #fff;
	border: 3px #B6B1C0 solid;
	border-radius: 20px;
	padding				: 10px 10px 10px 30px; 
	}

.about_bun{
	width:600px;
	margin:0 auto;
	padding:30px;
	}

.about_bun_toumei{
	width:600px;
	margin:0 auto;
	padding:30px;
	font-weight:bold;
	}

.kouka_bun{
	width:700px;
	margin:0 auto;
	padding-top:30px;
	padding-bottom:30px;
	padding-left:10px;
	}


.sonowaku{
	width:660px;
	background:#ffffff;
	margin:0 auto;
	}



.sonowaku_toumei{
	width:660px;
	background:rgba(254, 254, 254, 0.7);
	margin:0 auto;
	}




#dollhousesotowaku{
	width:980px;
	margin:0 auto;
}




.dollhouse_naka{
	width:800px;
	font-weight:bold;
	padding-top:10px;
	margin:0 auto;

}


#botans{
	width:880px;
	margin:0 auto;
	padding:20px 25px;
	clear:both;
	background		: #eaefef;
	}





.menu {
    position: relative;
    width: 980px;
    height: 70px;
    margin: 0 auto;
}

.menu > li {
    float: left;
    width: 20%; /* グローバルナビ4つの場合 */
    height: 70px;
    line-height: 70px;
    background:#6f95ef;
    text-align:center;
    font-weight:bold;
}

.menu > li a {
    display: block;
    color: #fff;
}

.menu > li a:hover {
    color: #6f95ef;
}

ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}



.menu > li:hover {
    background: #ccdbfd;
    -webkit-transition: all .5s;
    transition: all .5s;
}









/* floatクリア */
.menu:before,
.menu:after {
    content: " ";
    display: table;
}

.menu:after {
    clear: both;
}

.menu {
    *zoom: 1;
}



li.menu__mega ul.menu__second-level {
    position: absolute;
    top: 40px;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    padding: 20px 2%;
    background: #ccdbfd;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

li.menu__mega:hover ul.menu__second-level {
    top: 70px;
    visibility: visible;
    opacity: 1;
}

li.menu__mega ul.menu__second-level > li {
    float: left;
    width: 32%;
    border: none;
}

li.menu__mega ul.menu__second-level > li:nth-child(3n+2) {
    margin: 0 1%;
}




.about_title{
	padding:50px;
    font-size: 28px;
    line-height: 1.4;
    color: #1ca49b;
    text-align:center;
}


.kouka_title{
	padding:50px;
    font-size: 28px;
    line-height: 1.4;
    color: #1ca49b;
    text-align:center;
    background:url(../images/kouka_bk.png) no-repeat;
}

.koharu_title{
	padding:50px;
    font-size: 28px;
    line-height: 1.4;
    color: #1488A7;
    text-align:center;
    background:url(../images/koharu_title_bk.png) no-repeat;
}

.koharu_title_2{
	padding:50px;
    font-size: 28px;
    line-height: 1.4;
    color: #F1993F;
    text-align:center;
    background:url(../images/koharu_title_bk2.png) no-repeat;
}



#koharu_last{
	width:980px;
	height:550px;
	background:url(../images/koharu_bk_last.png) no-repeat;
	padding-top:25px;
	}


.kouka_title2{
	padding:50px;
    font-size: 28px;
    line-height: 1.4;
    color: #1ca49b;
    text-align:center;
    background:url(../images/kouka_bk2.png) no-repeat;
}

.kouka_title3{
	padding:50px;
    font-size: 28px;
    line-height: 1.4;
    color: #1ca49b;
    text-align:center;
    background:url(../images/kouka_bk3.png) no-repeat;
}

.kouka_title4{
	padding:50px;
    font-size: 28px;
    line-height: 1.4;
    color: #1ca49b;
    text-align:center;
    background:url(../images/kouka_bk4.png) no-repeat;
}

.kouka_title5{
	padding:50px;
    font-size: 28px;
    line-height: 1.4;
    color: #1ca49b;
    text-align:center;
    background:url(../images/kouka_bk5.png) no-repeat;
}


.chigai_title{
	padding:50px;
    font-size: 28px;
    line-height: 1.4;
    color: #1ca49b;
    text-align:center;
    background:url(../images/chigai_bk.png) no-repeat;
}

.chigai_title2{
	padding:50px;
    font-size: 28px;
    line-height: 1.4;
    color: #1ca49b;
    text-align:center;
    background:url(../images/chigai_bk2.png) no-repeat;
}




.access_title{
	position: relative;
	padding: 0 .5em .5em 1.7em;
	/*border-bottom: 1px solid #ccc;*/
	color:#f1993f;
	width:600px;
	margin-left:30px;
	margin-top:50px;
}



.access_title::after {
	position: absolute;
	top: .4em;
	left: .4em;
	z-index: 2;
	content: '';
	width: 12px;
	height: 12px;
	background-color: #f1993f;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


.access_title2{
	margin-left:30px;
	}


.access_naiyou{
	margin-left:30px;
	}


.access_bottun{
	text-align:right;
	margin-bottom:50px;
	}


#baby{
	width:700px;
	margin:0 auto;
	font-size:15px;
	}





#formWrap {
	width:700px;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
	padding:60px;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}

#lastbu{
	margin-top:30px;
	}

#topbu{
	margin-bottom:10px;
	}




.news_waku{
	clear:both;
	width:880px;
	height:150px;
	margin:0 auto;
	background:#fdebf2;
	margin-top:20px;
	margin-bottom:20px;
	padding:25px;
	padding-left:30px;
	padding-top:10px;
	}

.news_title{
	width:900px;
	background:#fdebf2;
	margin:20px 20px 10px 20px;
	padding: 10px 25px 10px 10px;
	font-weight: bold;
	}

.news_waku2{
	width:880px;
	background:#fdebf2;
	margin:10px 25px 10px 25px;
	padding: 10px 25px 10px 25px;
	}

.news_left{
	width:600px;
	float:left;
	}

.news_right{
	float:left;
	padding-left:50px;
	}


#pagetop {
    	position: fixed;
    	bottom: 50px;
    	right: 50px;
    	z-index:100;

}

#footer{
	background-color:#4f7bdf;	/*bbf9e2;*/
	color:#ffffff;
	width:980px;
	margin:0 auto;
	/*text-shadow: 1px 2px 3px #808080;*/
	clear:both;

}

#footer_sango{
	background-color:#FF59B5;
	color:#ffffff;
	width:100%;
	margin:0 auto;
	}

/* footer 追加分 */


.last_title_0219{
	padding		: 10px;
	text-align:center;
	}

.last_link{
	font-size:12px;
	width:180px;
	float:left;
	}

.last_link a{
	color:#ffffff;
	}



.last_link dt{
	width:180px;
	margin-top:10px;
	}

.last_link_waku{
	width:920px;
	margin:0 auto;
	}

.tel{
	text-align: center;
	padding-top:50px;
}

.tel2{
	text-align: center;
	padding-bottom:70px;
	padding-top: 5px;
	line-height: 2.0;
}

.telsize{
	font-size: 22px;
	font-weight: bold;
}


.chirashi{
		float:left;
		padding-top:20px;
}

.chirashi_left{
	float:left;
}

.clearfix{
	clear: both;
	height: 0px;
}

.banner_frame{
	width		: 976px;
	height		: 128px;
	margin		: 0 auto;
	padding-left: 2px;
	padding-right: 2px;
	background	: #62a39f;
	}

.banner_frame img{
	float		: left;
	padding		: 4px 2px ;
	}

.clearfix{
	clear		: both;
	height		: 0px;
	}

