@charset "utf-8";

/*ブラウザごとの初期化*/
* {
	margin: 0px;
	padding: 0px;
}


body {
	/*padding-top: 90px;headerをfixedしているのでその高さ分*/
	background-color: #fffffff;/*ウィンド背景の色*/
	font-family: "ヒラギノ角ゴ　Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "MS Pゴシック", sans-serif;/*全体のフォント設定*/
	font-size: 15px;/*全体のフォントサイズ設定*/
	color: #616161;/*全体のフォントカラー設定*/
}


h1{
display: none;
}
h2{
	font-size: 30px;
	margin: 20px;
	font-weight: normal;
}
h3{
	font-size: 20px;
	margin: 15px;
}
p{
	font-size: 16px;
}



.masked-element{
	-webkit-mask-image: url(maskshape.svg);
	mask-image:url(maskshape.svg);
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: 100%;
	mask-size: 100%;
	width:100%;
}





.topcomment{
background: rgba(255,255,255,0.9);
	color: #ff8000;
	position: absolute;
	top: 15%;
	right: 5%;
border-radius: 50%;
height: 250px;
width: 250px;
padding: 5%;
text-align: center;
}

.topcomment h2{
	font-size: 25px;
	line-height: 1.8;
}
h2 .toptitle01{
	font-size: 35px;
	font-weight: bold;
	line-height: 1.3;
	margin: 10px 0;
}
.toptitle02{
	font-size: 20px;
}


#container{
	width: 100%;
	text-align: center;
	background: url(onpu0102.png) repeat-y center top;
	background-size: 90% auto;
	}


#bgop{
	background: rgba(255,255,255,0.9);
	width: 100%;
	height: 100%;
}


.bg{
	background: rgba(255,204,51,0.2); /*rgba(240,240,240,0.5);*/
	width: 100%;
	padding: 50px 0;
	margin:80px 0;
}


.colbox{
	display: table;
	width: 100%;
	margin: 20px auto;
}
.col{
	display: table-cell;
	margin: 5%;
	padding: 2%;
}


.buttonbox{
	width: 200px;
	margin: 20px auto;
}

.buttonbox a{
	display: block;
	padding: 15px 20px;
	text-decoration: none;
	font-size: 18px;
	border: #ff8000 2px solid;
	border-radius: 40px;
	color: #ff8000;
}

.buttonbox a:hover{
	color: #ffffff;
	background-color: #ff8000;
}


.merit, .prog, .teacher, .contact{
	width: 80%;
	margin:80px auto;
}

.merit img, .prog img, .contact img{
	width: 60%;
}

.prog .col{
	width:25%;
	background: #ffcc33;
	border: rgba(255,248,225,0.9) 10px double;
	border-radius: 50%;
}
.prog .col p{
	padding-bottom:20px;
}

.teacher img{
	width: 80%;
	height: 80%;
	border-radius:80%;
	margin: 0 auto;
}

.mapbox img{
	width: 80%;
	margin: 20px auto;
}

.telno{
	font-size: 30px;
	line-height: 2.0;
}


footer{
	width: 100%;
	margin: 0px auto 20px;
	padding: 20px 0;
	background: #ffcc33;
	text-align: center;
}


/* ===============================================
サイズ768px以下
=============================================== */
@media screen and (max-width: 768px) {

#bgop{
	padding-top: 50px;
}

h2{
	font-size: 25px;
	margin: 20px;
	font-weight: normal;
}
h3{
	font-size: 18px;
	margin: 15px;
}
p{
	font-size: 15px;
}

.prog .col{
	display: block;
	width:90%;

}


.merit .col{
	display: block;
	width:90%;
	border:none;
}

.teacher .col{
	display: block;
	width:90%;
	border:none;
}
.teacher img{
	width: 50%;
	height: 50%;
	border-radius:80%;
	margin: 0 auto;
}

.telno{
	font-size: 25px;
	line-height: 1.8;
}

/* ===============================================
サイズ768px以下ここまで
=============================================== */
}



