html {
    background-color:white;
	background-image:url(../img/sideground.png); 
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}
body {
	max-width:960px;
    background-color:white;
/*
	background-image:url(../img/background.png); */
	margin:0 auto;
	padding:0;
    color:#253059;
/*	font-weight:bold; */
}
a, a:link, a:visited, a:active {
	color:#9c4100;
    font-weight:bold;
}

a:hover {
    text-decoration:none;
}

.main img {
	max-width: initial;
	max-width: unset;
}
/* styles for desktop */
.tinynav {
	display: none;
}
/*

header h1 {
	width:48%;
    padding:1% 1% 1.6% 1%;
    margin: 0px;
	float:left;
	color:#584136;
	font-size:16px;
	background:#D0A27F;
	background:rgba(156,65,0,0.3);
	text-align:center;
}
header .subtitle {
	font-size:14px;
	letter-spacing: -2px;
}
header .tel {
	width:48%;
	padding:1%;
	margin 7px 0px 0px;
	float:left;
	color:#584136;
	font-size:18px;
	background:#C3885C;
	background:rgba(156,65,0,0.5);
	text-align:center;
}
header .tel a {
	color:#fff;
}
header .tel-time {
	font-size:14px;
}
header .toppic {
	clear:both;
	width:100%;
	height:auto;
}
header .brcl {
	clear:both;
}

*/

/*ヘッダー(header.php)*/
#container {
/*    background-image:url(../img/background.png); */
    background-repeat:repeat;
    z-index:0;
}
header {
    width:50%;
    height:auto;
}
header div {
    float:left;
}
.h-left {
    float:left;
    width:50%;
}
.h-right {
    float:right;
    width:50%;
}
.h-left2 {
    float:left;
    width:50%;
    display:none;
}
.h-right2 {
    float:right;
    width:50%;
    display:none;
}
.h-left2 img {
    width:50%;
    height:auto;
}
.h-right2 img {
    width:50%;
    height:auto;
}
.hl-h1 {
    font-size:0;
}
/*
nav {
	margin:0 auto;
	max-width:800px;
}
nav ul {
    	padding: 0;
}
nav li {
	list-style:none;
	display:block;
	float:left;
	width:200px;
	text-align:center;
	position:relative;
	top:0;
	left:0;
}
*/
nav {
    text-align:center;
}
nav ul {
    list-style: none outside none;
    margin: 0;
    padding:0;
    letter-spacing:-2px;
}
nav ul li {
    display: inline-block;
    margin-right:0;
    padding:0;
    position: relative;
    text-align:center;
/*    width: 154px; */
    height: auto;
    vertical-align: top;
    border-radius:15px;
}
nav ul li img {
    margin: 0 auto;
    width:134px;
    height:100px;
}
nav ul li span {
}
nav li:hover {
	background:rgba(0,0,255,0.1);
}
nav li a {
	text-decoration:none;
    font-weight: bold;
}
/*
nav li span {
    position:absolute;
    left:0;
    bottom:10px;
    width:100%;
    color:#9c4100;
}
*/
.tinynav {
    width: 80%;
    padding: 10px;
    margin: 20px auto;
    -webkit-appearance:none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #999;
    background: #eee;
    background: url(../img/arrow.png) right 50% no-repeat, -webkit-linear-gradient(top, #fff 0%,#efebe1 100%);
    background: url(../img/arrow.png) right 50% no-repeat, linear-gradient(to bottom, #fff 0%,#efebe1 100%);
    background-size: 20px, 100%;
}
/*
.select-box01 select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.select-box01 select {
    width: 100%;
    padding: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #999;
    background: #eee;
    background: url(img/arrow01.png) right 50% no-repeat, -webkit-linear-gradient(top, #fff 0%,#efebe1 100%);
    background: url(img/arrow01.png) right 50% no-repeat, linear-gradient(to bottom, #fff 0%,#efebe1 100%);
    background-size: 20px, 100%;
}
*/
.c-img{
    box-sizing:border-box;
    width:100%;
}
.brcl {
    clear:both;
}
.main-contents {
    padding:15px;
    line-height:1.5em;
}
.imgdiv {
	text-align:left;
}
.pic {
	width:20%;
	height:auto;
	margin:0 1%;
    border:1px solid #2166B9;
}
.sentence {
	color:#593525;
/*	font-weight:bold; */
	margin:15px;
}
.sentence2 {
    color: #9c4100;
/*    font-weight: bold; */
    margin: 15px 0;
}
.title-style {
    background-color:#006BC4;
	color:white;
	padding:10px;
	border-radius:5px;
	display:inline-block;
    vertical-align:middle;
    font-weight:normal;
}

.small{
    font-size:12px;
}

.fb-title-style,
.insta-title-style {
    background-color:#006BC4;
    color:white;
    padding:5px;
    border-radius:5px;
    display:inline-block;
    margin:5px 0px;
}


.Curriculum {
    background-color:#9c4100;
    color:white;
    padding:5px;
    border-radius:5px;
    text-align: center;
}

.text-back{
    background-color:white;
}
.out-table {
    border-collapse: collapse;
    border:5px dashed #593525;
    width:100%;
    margin-top:15px;
}
.out-table .out-tr {
    border:1px dashed #593525;
    padding:15px;
}
.out-table .out-tr2 {
    border:5px dashed #593525;
    text-align:center;
    padding:15px;
}
.out-table .out-tr3 {
    border:5px dashed #593525;
    text-align:left;
    padding:15px;
}
.out-table .out-tr4 {
    padding:30px;
    border:5px dashed #593525;
    text-align:left;
}
.tr-rgba {
    background-color:rgba(255,255,255,0.3);
}
.out-table {
    border-collapse: collapse;
    border:5px dashed #593525;
    width:100%;
    margin-top:15px;
}
.out-table .out-td {
    border:1px dashed #593525;
    padding:15px;
}
.out-table .out-td2 {
    border:5px dashed #593525;
    text-align:center;
    padding:15px;
}
.out-table .out-td3 {
    border:5px dashed #593525;
    text-align:left;
    padding:15px;
}
.out-table .out-td4 {
    padding:30px;
    border:5px dashed #593525;
    text-align:left;
}
.td-rgba {
    background-color:rgba(255,255,255,0.3);
}

.td-img1{
    background-image: url(../img/goriyoukiboubinoyoyaku.png);
    background-repeat:no-repeat;
    background-position: center;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
    background-size:100%;
    

}

.td-img2{
    background-image: url(../img/shisetsukenngakutogomennsetsu.png);
    background-repeat:no-repeat;
    background-position: center;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
    background-size:100%;

}
.td-img3{
    background-image: url(../img/shiyakusyoheno.png);
    background-repeat:no-repeat;
    background-position:center;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
    background-size:100%;

}

.td-img4{
    background-image: url(../img/goriyoukaishi.png);
    background-repeat:no-repeat;
    background-position:center;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
    background-size:100%;
}

.cu-td-img1{
    background-image: url(../img/omukae.png);
    background-repeat:no-repeat;
    background-position: center;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
    padding:20px 0px;
    background-size: 85%;


}

.cu-td-img2{
    background-image: url(../img/raisyo.png);
    background-repeat:no-repeat;
    background-position: center;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
    padding:20px 0px;
    background-size: 85%;

}
.cu-td-img3{
    background-image: url(../img/oyatsu.png);
    background-repeat:no-repeat;
    background-position: center;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
    background-size: 85%;

}

.cu-td-img4{
    background-image: url(../img/kobetsugakusyuu.png);
    background-repeat:no-repeat;
    background-position: center;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
    padding:20px 0px;
    background-size: 85%;

}
.cu-td-img5{
    background-image: url(../img/kataduke.png);
    background-repeat:no-repeat;
    background-position: center;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
    padding:20px 0px;
    background-size: 85%;


}

.cu-td-img6{
    background-image: url(../img/kitaku.png);
    background-repeat:no-repeat;
    background-position: center;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
    padding:20px 0px;
    background-size: 85%;

}
.cu-td-img7{
    background-image: url(../img/shiyakusyoheno.png);
    background-repeat:no-repeat;
    background-position: center;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
    padding:20px 0px;

}





.schedule-bg {
    background-image: url(../img/illust013.png);
    background-repeat: no-repeat;
    background-position: top right;
    box-sizing:border-box;
}
.intro-exp {
	padding:5px 20px;
    border:3px dotted #4B688B;
	border-radius:5px;
	background:rgba(255,255,255,0.3);
	position:relative;
	word-break: break-all;
/*	background: url(../img/mailformimage.png) 0 0 no-repeat transparent; 
	background-size: 86.4px 62.4px;
    background-position:bottom right; */
	background-color: rgba(255,255,255,0.3);
}

.intro-exp-fall {
    padding:20px 0px 0px 20px;
    border:3px dotted #4B688B;
    border-radius:5px;
    background:rgba(255,255,255,0.3);
    position:relative;
    word-break: break-all;
    /*	background: url(../img/mailformimage.png) 0 0 no-repeat transparent; 
    background-size: 86.4px 62.4px;
    background-position:bottom right; */
    background-color: rgba(255,255,255,0.3);
}


.intro-exp-curriculum {
    padding:5px 20px;
    border:3px dotted #593525;
    border-radius:5px;
    background:rgba(255,255,255,0.3);
    position:relative;
    word-break: break-all;
/*
    background-image: url(../img/illust013.png);
    background-repeat: no-repeat;
    background-position: top right;
    */
}
.intro-exp:after {
	content:"";
/*
	position:absolute;
	bottom:10px;
	right:0;
*/
	display:block;
	/*background:url(../img/mailformimage.png) 0 0 no-repeat transparent;*/
	background-size: 86.4px 62.4px;
	width:86.4px;
/*	height:62.4px; */
}
.strong-style {
    background:#ECF4FF;
	padding:5px;
	margin:5px 0;
    border:2px dashed #2166B9;
	border-radius:5px;
	display:inline-block;
    font-weight:bold;
}
.underline {
	text-decoration:underline;
}
.inquiry-style{
	background:#B89B7E;
	background: rgba(100,50,0,0.4);
	color: white!important;
	margin-bottom:5px;
	padding: 0.5em;
	box-shadow: 1px 1px 1px white inset ,-1px -1px 1px white inset;
	border: solid 1px #9c4100;
	border-radius: 5px;
	display:inline-block;
}
.inquiry-style:hover{
	background:#D2BAA4;
	background:rgba(100,50,0,0.2);
}
.use-table {
	margin:15px 0;
}
.use-table th {
	min-width:100px;
}
.triangle {
    margin: 5px 0;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top: 10px solid #593525;
    border-bottom: 0px solid #593525;

}
.webfont {
    font-size: 32px;
    vertical-align: -5px;
}
.to-facebook {
    float: right;
}
.h2 {
    color: #593525;
    float: left;
    z-index: 99;
    vertical-align:middle;
    font-weight:normal;
}

.sub-h3 {
    color: #9c4100;
}
.icon {
    float: left;
    z-index: 99;
}
.intro-exp-staff{
    display:table-cell;
}
.map-center{
    text-align:center;
}
/*
.inq-table {
	position:relative;
	border-collapse: collapse;
	border:2px solid blue;
	width:100%;
	margin-top:15px;
}
.inq-table td, th {
	padding:5px;
}
.inq-table th:after {
	content:"";
	border-bottom:2px solid blue;
	display:block;
	margin-top:10px;
}
.inq-table tr:last-child th:after {
	content:"";
	border-bottom:none;
	display:none;
}
.inq-table th {
	width:20%;
	min-width:3em;
	text-align:center;
	background-color: skyblue;
	color:white;
}
.inq-table td:after {
	content:"";
	border-bottom:2px solid skyblue;
	display:block;
	margin-top:10px;
}
.inq-table tr:last-child td:after {
	content:"";
	border-bottom:none;
	display:none;
}
.inq-table .input {
	width:100%;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}
.inq-table textarea {
	width:100%;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}
.errarea {
	margin:15px 0;
	color:#584136;
	font-weight:bold;
}
.submit-style {
	background-color:orange;
	font-size:16px;
	font-weight:bold;
	padding:5px;
	border-radius:5px;
	color:#fff;
}
*/
#back-top {
    position:fixed;
    bottom:10px;
    right:10px;
    padding:0;
}
#back-top a {
	text-decoration:none;
}
#back-top span {
	position:absolute;
	top:25%;
	left:25%;
	color:#593525;
}
.googlemap {
	max-width:600px;
	min-height:400px;
	width:93.75%;
	display:block;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	margin: 30px 3.125%;
	border:1px solid gray;
}
footer {
	padding:83px 0;
	font-weight:bold;
	text-align:center;
}
/* 20160418 グーグルマップレスポンシブ対応*/
.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%;
}
/* サイドバー FacebookとInstagramのCSS */
.sns-div {
	float:right;
	width:270px;
    margin-right:30px;
    box-sizing:border-box;
}
.insta-div {
	margin:40px 0 !important;
}
/*20160425 トップ絵CSS*/
.toppic {
	box-sizing:border-box;
	width:100%;
}
/*20160425 CSS追加*/
.institution_img {
	width:22%;
	height:auto;
}
.all_contents {
	width:630px;
	float:left;
	margin:0 15px;
}
.sample-div{
/*	margin-top:35px; */
}
.sample-img{
	width:270px;
	height:203px;
	float:left;
/*	margin:-40px 0px 0px 0px; */ 
}

.sub-link{
/*    margin-bottom:105px; */
    width:100%;
    letter-spacing:-2px;
}

.haba{
    width:50%;
}

.cu_haba{
    width:50%;
    padding:10px 0px;
    height:250px;
    vertical-align:top;
}

@media screen and (max-width:768px) {
    .sns-div {
        width:100%;
        padding:0 15px;
        float:none;
    }
    /* .fb-div {
        padding:0 !important;
    } */
    .eapps-instagram-feed,
    .eapps-instagram-feed-posts-inner {
        width:100% !important;
    }
}

\
/*メディアクエリ*/
@media screen and (max-width: 960px) {
    .tinynav {
        display: block;
        margin:0 auto 15px;
    }
    #nav {
        display: none;
    }
    .use-table th {
        width: 100%;
        display: block;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center;
        border-radius:10px;
        background: rgba(100,50,0,0.4);
        color:#000;
    }
    .use-table td {
        width: 100%;
        display: block;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .intro-exp-curriculum {
        padding: 5px 20px;
        border: 3px solid #593525;
        border-radius: 5px;
        background: rgba(255,255,255,0.3);
        position: relative;
        word-break: break-all;
        background-repeat: no-repeat;
        background-position: top right;
    }
    

	/*.inq-table th {
		width:100%;
		display:block;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-o-box-sizing:border-box;
		-ms-box-sizing:border-box;
		box-sizing:border-box;
	}
	.inq-table td {
		width:100%;
		display:block;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-o-box-sizing:border-box;
		-ms-box-sizing:border-box;
		box-sizing:border-box;
		text-align:center;
	}*/
	.intro-exp:after {
		content:"";
/*
		position:absolute;
		bottom:10px;
		right:0;
*/
		display:block;
		background:url() 0 0 no-repeat transparent;
		background-size: 86.4px 62.4px;
		width:86.4px;
		height:62.4px;
	}
}
@media (max-width: 850px) {
	header h1 {
		width:100%;
		margin:0;
		font-size:16px;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-o-box-sizing:border-box;
		-ms-box-sizing:border-box;
		box-sizing:border-box;
	}
	header .tel {
		width:100%;
		padding:1% 1em;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-o-box-sizing:border-box;
		-ms-box-sizing:border-box;
		box-sizing:border-box;
	}
	.pic {
		width:25%;
		height:auto;
		margin:0 1% 5px;
		border:1px solid #584136;
	}
	.title-style {
		width:100%;
		box-sizing:border-box;
		text-align:center;
        font-weight:normal;
        vertical-align:middle;
        padding:5px;
	}
    
}


@media screen and (max-width:768px) {


    .all_contents {
        margin:0 auto;
        width:100%;
        float:left;
        margin:0;
        box-sizing:border-box;
    }
    .sample-img {
        width:100%;
        height:auto;
        float:none;
        margin:15px 0 0 0;
    }
    .sample-div {
        padding:0 15px;
    }
    /* .fb-div {
        width:100%;
        float:right;
        margin:0 auto;
        padding:15px;
        box-sizing:border-box;
    } */



    /*    .all_contents {
    width:100%;
    float:left;
    margin:0;
    box-sizing:border-box;
}
    .sample-img {
    width:auto;
    height:auto;
    float:none;
    margin:15px 0 0 0;
}
    .sample-div {
    padding:0 15px;
}
    /* .fb-div {
    width:100%;
    float:right;
    margin:15px 0 30px;
    padding:15px;
    box-sizing:border-box;
} */
    */
    /*
    .td-img1{
        background-image:none;
        background-color:white;
    }

    .td-img2{
        background-image:none;
        background-color:white;
    }
    .td-img3{
        background-image:none;
        background-color:white;
    }
    .td-img4{
        background-image:none;
        background-color:white;
    }

    .cu-td-img1{
        background-image:none;
        background-color:white;



    }

    .cu-td-img2{
        background-image:none;
        background-color:white;


    }
    .cu-td-img3{
        background-image:none;
        background-color:white;


    }

    .cu-td-img4{
        background-image:none;
        background-color:white;

    }
    .cu-td-img5{
        background-image:none;
        background-color:white;



    }

    .cu-td-img6{
        background-image:none;
        background-color:white;


    }
    .cu-td-img7{
        background-image:none;
        background-color:white;


    }
*/


    .haba{
        width:50%;
    }

    .cu_haba {
        width: 50%;
        padding: 10px 0px;
    }
    
    .intro-exp-curriculum {
        padding:5px 20px;
        border:3px dotted #593525;
        border-radius:5px;
        background:rgba(255,255,255,0.3);
        position:relative;
        word-break: break-all;
    }



@media screen and (max-width:640px) {

    
    .all_contents {
        margin:0 auto;
        width:100%;
        float:left;
        margin:0;
        box-sizing:border-box;
    }
    .sample-img {
        width:100%;
        height:auto;
        float:none;
        margin:15px 0 0 0;
    }
    .sample-div {
        padding:0 15px;
    }
    /* .fb-div {

        width:100%;
        float:right;
        margin:0 auto;
        padding:15px;
        box-sizing:border-box;
    } */

    
    
    /*    .all_contents {
        width:100%;
        float:left;
        margin:0;
        box-sizing:border-box;
    }
    .sample-img {
        width:auto;
        height:auto;
        float:none;
        margin:15px 0 0 0;
    }
    .sample-div {
        padding:0 15px;
    }
    /* .fb-div {
        width:100%;
        float:right;
        margin:15px 0 30px;
        padding:15px;
        box-sizing:border-box;
    } */
*/
    .td-img1{
        background-image:none;
        background-color:white;
    }

    .td-img2{
        background-image:none;
        background-color:white;
    }
    .td-img3{
        background-image:none;
        background-color:white;
    }
    .td-img4{
        background-image:none;
        background-color:white;
    }
    
    .cu-td-img1{
        background-image:none;
        background-color:white;



    }

    .cu-td-img2{
        background-image:none;
        background-color:white;


    }
    .cu-td-img3{
        background-image:none;
        background-color:white;


    }

    .cu-td-img4{
        background-image:none;
        background-color:white;

    }
    .cu-td-img5{
        background-image:none;
        background-color:white;



    }

    .cu-td-img6{
        background-image:none;
        background-color:white;


    }
    .cu-td-img7{
        background-image:none;
        background-color:white;


    }
    
    
    
    .haba{
        width:100%;
    }
    .cu_haba {
        width: 100%;
        padding: 10px 0px;
        height: 130px;
    }
    
    .intro-exp-curriculum {
        padding:5px 20px;
        border:3px dotted #593525;
        border-radius:5px;
        background:rgba(255,255,255,0.3);
        position:relative;
        word-break: break-all;
}
@media (max-width:500px){
	header h1{font-size:15px;}
	header .subtitle {
		font-size:13px;
	}
	.subtitle_sp{display:inline-block;}
}