@charset "utf-8";



/* メインページ(index.html)
------------------------------------------------------------ */

@media screen and (min-width: 320px){

	#mainpage{
		padding:0 5%;
	}

	#mainpage h1{
		margin-bottom:20px;
		padding:85px 0 15px;
		background-image:url(images/main_top_illust.png),url(images/title_line2.png);
		background-repeat:no-repeat,repeat-x;
		background-size:100%,459px;
		background-position:left top,center bottom;
		font-size:2rem;
		font-weight:400;
		text-align:center;
	}

	#mainpage .mainpage ul{
		margin-bottom:15px;
		padding-bottom:15px;
		xbackground-image:url(images/menu_line.png);
		background-repeat:no-repeat;
		background-size:100%;
		background-position:center bottom;
	}

	#mainpage .mainpage ul li{
		font-size:1.6rem;
		border:#333333 dotted 2px;
		margin-bottom:10px;
		width:100%;
		text-align:center;
		margin-top:20px;
	}

	#mainpage .mainpage ul a{
		display:block;
		background-color:#FFF;
		padding:13px 15px;
	}
	
	#mainpage .mainpage ul li a{
		background-image:url(images/subm_bg.png),url(images/subm_bg2.png);;
		background-repeat:no-repeat;
		background-position:left top,right bottom;
	}
	
	.group dl{
		margin-bottom:20px;
	}

	.group dl dt span{
		display:block;
		font-size:1.6rem;
		border:#333333 dotted 2px;
		margin-bottom:10px;
		width:100%;
		text-align:center;
		background-color:#fff;
		padding:5px;
		background-image:url(images/subm_bg.png),url(images/subm_bg2.png);;
		background-repeat:no-repeat;
		background-position:left top,right bottom;
	}
	
	.group dl dd{
		margin-bottom:20px;
	}
	
	.mainpage{
		line-height:1.5em;
	}
	
	.top_info{
		padding:10px;
		border:#000 1px solid;
		margin:30px 0px 0 0;
		color:red;
		line-height:1.5em;
	}
	
	.preindex,.preinfo,.predetail{
		font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	}
	
	
	.preinfo h2 {
		padding:30px 0 20px;
		background-image:url(images/line_star.png);
		background-repeat:repeat-x;
		background-size:459px;
		background-position:left bottom;
		font-size:2rem;
		font-weight:400;
		margin-bottom:30px;
	}
	
	.taisho{
		border-radius:10px;
		border:1px #666666 solid;
		margin:20px 0;
		padding:20px 20px;
		line-height:1.5em;
	}

	.preindex h2{
		padding:20px 20px 15px;
		background-image:url(images/line.png);
		background-repeat:repeat-x;
		background-size:459px;
		background-position:left bottom;
		font-size:2rem;
		font-weight:400;
		text-align:left;
		margin-bottom:30px;
	}
	
	.preindex h3{
		line-height:1.5em;
		margin-bottom:20px;
		padding:0 20px;
		color:#F69;
		text-align:center;
		font-size:2rem;
	}
	
	.preindex h4{
		line-height:1.5em;
		margin-bottom:20px;
		font-weight:normal;
		padding:0 20px;
	}
	
	.preindex h5{
		line-height:1.5em;
		margin-bottom:20px;
		font-weight:normal;
		padding:0 20px;
	}
	
	.predetail h2{
		padding:20px 20px 15px;
		background-image:url(images/line.png);
		background-repeat:repeat-x;
		background-size:459px;
		background-position:left bottom;
		font-size:2rem;
		font-weight:400;
		text-align:left;
		margin-bottom:30px;
	}
	
	.predetail h3{
		line-height:1.5em;
		margin-bottom:20px;
		padding:0 20px;
		color:#F69;
		text-align:center;
		font-size:1.8rem;
	}
	
	.predetail h3 span{
		display:block;
	}
	
	.predetail h4{
		line-height:1.5em;
		margin-bottom:20px;
		font-weight:normal;
		padding:0 20px;
	}
	
	.predetail h5{
		line-height:1.5em;
		margin-bottom:20px;
		font-weight:normal;
		font-size:1.5rem;
		color:#F00;
		padding:0;
	}
	
	.image{
		border:#999 1px dashed;
		padding:5px;
		transform: rotate(2deg);
		-moz-transform: rotate(2deg);
		-webkit-transform: rotate(2deg);
		margin:20px 0;
	}
	
	h5 a:link,h5 a:visited{
		display:block;
		width:95%;
		border-radius:10px;
		background-color:#FF3366;
		color:#fff;
		padding:10px;
		text-align:center;
		font-weight:normal;
		margin-bottom:30px;
	}
	
	
	.btn a:link,.btn a:visited{
		display:block;
		width:95%;
		border-radius:10px;
		background-color:#009900;
		color:#fff;
		padding:10px;
		text-align:center;
		font-weight:normal;
		margin-bottom:30px;
	}
	.image2{
		border:#999 1px dashed;
		padding:5px;
		transform: rotate(-2deg);
		-moz-transform: rotate(-2deg);
		-webkit-transform: rotate(-2deg);
		margin:0px;
	}
	
	.image3{
		border:#999 1px dashed;
		padding:5px;
		margin:0px;
		width:100%;
	}

	
	.table01{
		border-collapse: collapse;
		background-color:#FFF;
		padding: 10px;
		width: 100%;
		margin-bottom:50px;
		line-height:1.2em;
	}
	.table01 td, .table01 th {
		padding: 10px;
		border-bottom:dashed 1px #999999;
	}
	
	.table01 th {
		background-color:#FFF;
		width:70px;
	}
	
	.table01 th span{
		font-size:2rem;
	}
	
	.table02{
		width: 100%;
		border-collapse: collapse;
		margin-bottom:30px;
		line-height:1.2em;
	}
	
	.table02 th{
		width: 25%;
		padding: 6px;
		text-align: left;
		vertical-align: top;
		color: #333;
		background-color: #ffeeee;
		border: 1px solid #b9b9b9;
	}
	
	.table02 td{
		padding: 6px;
		background-color: #fff;
		border: 1px solid #b9b9b9;
	}
	
	.table02_2{
		width: 90%;
		border-collapse: collapse;
		margin:0 auto 30px;
		line-height:1.2em;
	}
	
	.table02_2 th{
		width: 25%;
		padding: 6px;
		text-align: left;
		vertical-align: top;
		color: #333;
		background-color: #ffeeee;
		border: 1px solid #b9b9b9;
	}
	
	.table02_2 td{
		padding: 6px;
		background-color: #fff;
		border: 1px solid #b9b9b9;
	}
	
	.table01 caption { caption-side: bottom; text-align: left; line-height:1.5em; padding:10px 0 0 10px; }
	
	.table02 caption { caption-side: bottom; text-align: left; line-height:1.5em; padding:10px 0 0 10px; }
	
	.table02_2 caption { caption-side: bottom; text-align: left; line-height:1.5em; padding:10px 0 0 10px; }
	
	.table04 caption { caption-side: bottom; text-align: left; line-height:1.5em; padding:10px 0 0 10px; }
	

	
	 table.table04 { width: 100%; line-height:1.2em; margin-bottom:30px; }
 .table04 th, .table04 td  { padding: 10px; border: 1px solid #ddd; }
.table04 th  { background: #f4f4f4; }

.table04 td{background-color:#fff;}
 
/*----------------------------------------------------
  .hirobayotei
----------------------------------------------------*/
.demo01 th  { width: 30%; text-align: left; }
 

	
	
	

	.info{
		margin-bottom:50px;
		line-height:1.5em;
	}
	
	.txt{
		line-height:1.5em;
	}
	
	.baby_photo{
		text-align:center;
		margin:0 auto 50px;
	}
	
	.baby_photo img{
		width:100%;
		height:auto;
	}
	
	.taiken{
		text-align:center;
		margin:20px 10px 0;
	}
	
	.taiken img{
		width:100%;
	}
	
	#map p{
		text-align:center;
	}
	
	#map figure img{
		width:100%;
		margin-bottom:50px;
	}
	
	.setsumeikai{
		overflow:hidden;
		margin-top:20px;
	}
	
	.setsumeikai p{
		float:left;
	}

}

@media only screen and (max-width:480px){
    .hirobayotei { margin: 0 -10px; }
    .hirobayotei th,
    .hirobayotei td{
    width: 100%;
    display: block;
    border-top: none;
    }
  .hirobayotei tr:first-child th { border-top: 1px solid #ddd; }
  
  .setsumeikai p{
		float:none;
	}
	
	.setsumeikai p img{
		width:100%;
	}
}


@media screen and (max-width: 640px) {
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .table03 {
    width: 90%;
  }
  .table03 th,
  .table03 td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }
  
}


@media screen and (min-width: 420px){
	
	

}



@media screen and (min-width: 480px){

	#mainpage h1{
		padding:28% 0 25px;
	}

	#mainpage .mainpage ul{
		padding-bottom:20px;
	}
	
	.group ul{
		padding-bottom:20px;
	}
	.taiken img{
		width:400px;
		height:auto;
	}




}



@media screen and (min-width: 980px){

	#mainbody div.bg2{
		background-image:url(images/main_top_illust.png),url(images/main_top_bg.png);
		background-repeat:no-repeat;
		background-size:100%;
		background-position:left top,right top;
		background-size:360px,520px;
	}

	#mainpage{
		padding:0 38px;
		overflow:hidden;
	}

	#mainpage h1{
		width:460px;
		margin-bottom:10px;
		padding:12% 0 25px;
		background-image:none,url(images/title_line2.png);
		font-size:2.2rem;
	}

	#mainpage .mainpage{
		width:460px;
	}
	
	#mainpage .mainpage ul li{
		display:inline-block;
		font-size:1.6rem;
		border:#333333 dotted 2px;
		margin-bottom:10px;
		width:200px;
		margin:20px 10px 10px 0;
	}
	
	.group dl dt span{
		display:inline-block;
		font-size:1.6rem;
		border:#333333 dotted 2px;
		margin-bottom:10px;
		width:200px;
		margin:20px 0 10px 0;
	}
	
	.top_info{
		padding:10px;
		border:#000 1px solid;
		margin:30px 20px 0 0;
		color:red;
		line-height:1.5em;
	}
	
	.preinfo{
		width:100%;
		clear:both;
	}
	
	.taisho{
		border-radius:10px;
		border:1px #666666 solid;
		margin:20px;
		padding:20px 20px;
		line-height:1.5em;
	}
	
	.taisho p{
		margin-bottom:20px;
	}
	
	.taisho a:link,
	.taisho a:visited{
		color:#0000FF;
		text-decoration:underline;
	}
	
	.taisho a:hover{
		text-decoration:underline;
		color:#06C;
	}
	
	.preindex{
		width:420px;
		float:left;
		margin:50px 20px 0px 0;
		border:#999 1px dashed;
		border-radius:20px;
	}
	
	.preindex h2{
		font-size:2.2rem;
		line-height:1.5em;
	}
	
	h5 a:link,h5 a:visited{
		width:250px;
		margin-left:70px;
	}
	
	.predetail{
		margin:50px 30px 50px 0;
		border:#999 1px dashed;
		border-radius:20px;
		overflow:hidden;
	}
	
	.predetail h2{
		font-size:2.2rem;
		line-height:1.5em;
	}
	
	.predetail h3 span{
		display:inline-block;
	}
	
	.predetail h5{
		line-height:1.5em;
		margin-bottom:20px;
		font-weight:normal;
		font-size:1.5rem;
		color:#F00;
		padding:0 10px 0 50px;
	}
	
	.preleft{
		float:left;
		width:270px;
	}
	
	.preright{
		float:right;
		width:500px;
		margin:0 30px 30px 0;
	}
	
	.btn a:link,.btn a:visited{
		width:350px;
		margin-left:250px;
	}
	
	/*体験会のバナー削除したら4
	article:nth-child(4){
		margin-right:0;
	}
	*/
	
	article:nth-child(5){
		margin-right:0;
	}
	
	
	.table01{
		border-collapse: collapse;
		background-color:#FFF;
		padding: 10px;
		width: 100%;
		margin-bottom:50px;
		line-height:1.5em;
	}
	.table01 td, .table01 th {
		padding: 10px;
		border-bottom:dashed 1px #999999;
		
	}
	.table01 th {
		background-color:#FFF;
		width:150px;
	}
	
	  table.table04 { 
	  width: 90%; 
	  margin:30px auto;
	}

	
	.info{
		margin-bottom:100px;
		line-height:1.5em;
	}
	
	.baby_photo img{
		width:750px;
		height:auto;
	}
	
	
	.prebox{
		margin-top:50px;
	}
	
	#map{
		text-align:center;
	}
	
	#map figure img{
		width:668px;
		height:auto;
	}
}
.br-sp {
    display: none;
}

@media (max-width: 600px) {
    .br-sp {
        display: block;
    }
}

