@charset "UTF-8";

#info_blk {
    padding-bottom: 20px;
    padding-top: 30px;
    text-align: center;
    width: 100%;
}
#info_blk section.wrap {
    background: #fff none repeat scroll 0 0;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 30px;
    padding-top: 40px;
    width: 960px;
}

@media screen and (min-width: 641px){
.school{
	line-height:2;
	width:600px; 
	margin:0 auto; 
	padding:20px 30px; 
	background-color:#FFFAE5;
	border:1px solid #eee;
}
}


/* スマートフォン(640px以下のディスプレイで見た場合のスタイル) */ @media screen and (max-width: 640px) {
#info_blk{
	padding-top: 30px;
	padding-bottom: 20px;
	text-align:center;
	width: 100%;
}
#info_blk section.wrap{width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 0px;
	background: #FFF;
}
.school{
	margin-left:20px;
	margin-right:20px;
	line-height:2;
	background-color:#FFFAE5;
	padding:15px; 
	border:1px solid #eee;
}
}



/* googleマップ　レスポンシブ対応
(640px以下のディスプレイで見た場合のスタイル) */
@media screen and (max-width: 640px) {
.googleMap{
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
}
.googleMap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;	
}
}




.sougei{
	font-size:20px;
	color:#e60012;	
}
@media screen and (max-width: 640px) {
.sougei{
	font-size:18px;
	color:#e60012;	
}
.address{
	text-align: left;
	margin-left:15px;	
}
}


/*びっぐふぁみりー施設概要のtable*/
.outline{
	padding: 0 50px;
}
.outline table td{
	border: 1px solid #ddd;	
	font-size:14px;
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 10px 10px;
	line-height: 1.5;
}
.outline table tr td:nth-of-type(1) {
	background-color: #fffae5;
	width: 115px;
}
.outline table tr td:nth-of-type(2) {
	text-align:left;
	width: 375px;
}	
@media screen and (max-width: 640px) {
.outline{
	padding: 5px;
}
.outline p img{
	display: none;	
}
.outline table td{
	white-space:nowrap;
}
.outline table tr td:nth-of-type(1) {
	text-align: left;
}
}

