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


#fb-root {
	padding:0;
	margin:0;
	display: none;
}



	/* メインビジュアル */


#wrap #main_visual {
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0;
	
}


.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }



	/* ご挨拶 */

	#wrap #contents_wrap #contents article section #greeting {
		padding: 5px;
	}

	#wrap #contents_wrap #contents article section #greeting p {
		line-height: 140%;	
	}	

	#wrap #contents_wrap #contents article section #greeting p img {
		display: none;
	}
	
	#wrap #contents_wrap #contents article section #greeting img {
		margin-top: 10px;		
	}		



	/* 新着情報 */

	#wrap #contents_wrap #contents article section #news {
		margin: 0;
		padding: 5px;
	}
	
	#wrap #contents_wrap #contents article section #news p {
		line-height: 140%;
	}	

	
	/* アクセス */	
	
	#wrap #contents_wrap #contents article section #access {	
		margin: 0;
		padding: 5px;
	}
	
		#wrap #contents_wrap #contents article section #access  p {
			line-height: 140%;
			margin: 0 0 5px 0
		}		
		
		#wrap #contents_wrap #contents article section #access #map {
	
		}		
		
		
		#wrap #contents_wrap #contents article section #access #map .google-maps {
			position: relative;
			padding-bottom: 75%; // これが縦横比
			height: 0;
			overflow: hidden;
		}
		
		#wrap #contents_wrap #contents article section #access #map .google-maps iframe {
			position: absolute;
			top: 0;
			left: 0;
			width: 100% !important;
			height: 100% !important;
		}		

