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



#blog,#new,#classhdr {
	margin-top:-120px;
   	padding-top:120px;
}
/*
#minoo,#onohara,#saito,#siratori,#ibaragi,#coop,#ikeda {
	margin-top:-120px;
   	padding-top:120px;
}*/


/* コンテンツ
---------------------------------------------------------------------------*/

.contents{
	width: 100%;
	height:auto;
	padding-top: calc(130 / 1000 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
	background: url(../img/takano8.jpg) center center / cover no-repeat;
}

.contents_main h2 {
	clear: both;
	margin:30px 0 15px 0;
	font-size: 100%;
	color: #FFF;
	background: -webkit-linear-gradient(#fd6fa9, #f35595);	/*同上*/
	background: linear-gradient(#fd6fa9, #f35595);			/*同上*/
	padding: 5px 15px;	/*上下、左右への余白*/
	text-align:left;
}

.contents_main h2::first-letter {
	border-left: 3px solid #fff;
	padding-left: 10px;
}

.contents h3 {
	clear: both;
	margin-bottom: 15px;
	font-size: 100%;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#ededed));	/*グラデーション*/
	background: -webkit-linear-gradient(#FFF, #ededed);	/*同上*/
	background: linear-gradient(#FFF, #ededed);			/*同上*/
	padding: 4px 15px;	/*上下、左右への余白*/
	border: 1px solid #bcbcbc;	/*枠線の幅、線種、色*/
}

.contents h3::first-letter {
	border-left: 3px solid #000;
	padding-left: 10px;	
}

.contents p {
	padding: 10px 15px 15px;
}
.contents p + p {
	padding-top: 0px;
}
.contents h2 + p,
.contents h3 + p {
	padding-top: 0px;
	margin-top: -5px;
}

.color1 {
	color: #f35595;
}

/*フッター設定
--------------------------------------------------------------*/
footer {
	clear: both;
	text-align: center;
	background: #f35595;
	color: #fff;
}
footer .pr {
	display: block;
	font-size: 80%;
}
footer a {
	text-decoration: none !important;
	color: #fff;
}


/* ブログ
---------------------------------------------------------*/
#blog_inner{
	margin-bottom:15px;
	overflow:hidden;
}

#blog_inner a{
	text-decoration:none;
}

.blog_kid{
	float:left;
}
.blog_women{
	float:right;
}


/* 教室
---------------------------------------------------------*/
#classhdr{
	margin-bottom:20px;
}

#classhdr article{
	border:1px solid #fed7d7;
	overflow:hidden;
	width:100%;
}

article a{
	text-decoration:none;
}

.class_left_top{
	float:left;
	background-color:#fed7d7;
	padding:15px;
	text-align:left;
	width:450px;
}

.class_left{
	float:left;
	background-color:#fed7d7;
	padding:15px;
	text-align:left;
	width:450px;
	border-top:1px solid #fff;
}

.class_right{
	float:left;
	text-align:left;
	padding:15px;
	width:450px;	
}

.class_title{
	font-size:2em;
	font-weight:bold;
}

.class_deta{
	font-size:1em;
	font-weight:bold;
}

.class_tel{
	font-size:1.3em;
}

.class_map{
	padding-top: 10px;
    display: block;
}










