@charset "utf-8";
/* CSS Document */

/*====================
639以下および全サイズ共通
======================*/

/* 見出し関連*/

#member h2{
	border-left: #ffe230 5px solid;
}
#member h3{
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}


/* 募集コメント*/
#boshu{
	width: 90%;
	margin: 0 auto;
	margin-bottom: 10%;
	overflow: hidden;
}

#boshu img{
	margin-bottom: 20px;
}


/* 概要*/
#gaiyou{
	width: 90%;
	margin: 0 auto;
	margin-bottom: 10%;
}
#gaiyou #mini{
	margin: 0 auto 20px;
}

#gaiyou .category{
	display: block;
	width: 40%;
	font-weight: bold;
	text-align: center;
	line-height: 2.5;
	border-radius:10px 10px 0 0;
	border: #999 2px solid;
	border-bottom: none;
	text-shadow: 2px 1px 2px #fff;
	
}
#gaiyou #mini .category{
	background: rgba(72,72,240,0.5) url(../img/img_ball.png) no-repeat;
}

#gaiyou .list{
	border: #999 2px solid;
}

	
#gaiyou tr{
	border: #999 2px solid;
	
}


#gaiyou th{
	border: #999 2px solid;
	padding: 5px;
	width: 20%;
	background-color: #efefef;
}

#gaiyou td{
	padding: 5px;
}
#gaiyou td dt,
#gaiyou td dd{
	display: inline;
}

#gaiyou .attention{
	margin-bottom: 30px;
}

#gaiyou .frame{
	width: 60%;
	max-width: 300px;
	margin-left: auto;
	display: inline-block;
	position: relative;
}
#gaiyou .frame::after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: inset 0 0 20px #fff,
				inset 0 0 20px  #fff,
				inset 0 0 20px  #fff,
				inset 0 0 20px  #fff;
}
#gaiyou .frame img {
	border-radius: 10%;
}



/* 体験・見学申し込み*/

#taiken{
	width: 90%;
	margin: 0 auto 50px;
	padding: 10px;
	
}

#taiken h3{
	font-size: 1.2em;
	font-weight: bold;
	margin:10px 0 15px;
}
#taiken #Ph{
	overflow: hidden;
	margin-bottom: 20px;
}
#taiken .Ph_info{
	width: 30%;
	float: left;
	margin-right: 5%;
}
#taiken .Ph_info:last-child{
	margin-right: 0;
}
#taiken #moushikomi p:first-child{
	font-weight: bold;
}

#taiken #moushikomi p:last-child{
	font-size: 10px;

}
#taiken #moushikomi .btn_ct{
	width: 25%;
	margin: 0 auto;
	margin-bottom: 10px;
}
#taiken #moushikomi .btn_ct:hover{
	opacity: 0.8;
}
/*====================
640以上
======================*/
@media screen and (min-width:640px){
	#boshu,
	#gaiyou{
		margin-bottom: 30px;
	}
#boshu .frame{
		width:30%;
	}
#gaiyou .attention{
		 font-size: 12px;
		margin-left: 10px;
		}
#gaiyou .frame{
	width: 50%;
	}
	#taiken #moushikomi p:last-child{
		font-size: 12px;
		text-align: center;
	}
	#taiken #moushikomi .btn_ct{
		width: 20%;
		}
	
}
	
/*====================
960以上
======================*/
@media screen and (min-width:960px){
/* ナビゲーション*/
#gnav .nav5{
		background: rgba(255,226,48,0.1);
	}
	
/* 募集コメント*/
	
#boshu{
		margin-bottom: 50px;
	}
#boshu h3{
		padding-top: 10px;
	}
#boshu p{
		width: 95%;
		margin: 0 auto;
	}
	
/* 概要*/
	#gaiyou{
		overflow: hidden;
	}
	
#gaiyou table{
	width: 100%;
	}
#gaiyou th,#gaiyou td{
	padding: 15px 20px;
	}
#gaiyou .frame{
	float: right;
	width: 30%;
	}
#gaiyou .attention{
	float: left;
	width: 60%;
	margin-left: none;
	}
/* 体験・見学申し込み*/
#taiken{
	margin-bottom: 100px;
	}
#taiken #moushikomi .attention{
			text-align: center;
		}
#taiken #moushikomi .btn_ct{
		text-align: center;
		}
}
/*====================
1200以上
======================*/
@media screen and (min-width:1200px){
#boshu p{
	margin-bottom: 20px;
	}
	
#gaiyou .attention,
#taiken #moushikomi p:last-child{
		font-size: 14px;
	}
			
}
