


/*greeting_wrapper*/

.greeting_wrapper {
	padding: 100px 0;
	background-color: #F9F9F4;	
}


.greeting_read {
	font-size: 18px;
	padding-top: 5px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	line-height: 1.8;
	text-align: center;
	font-family: "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}



/*news_wrapper*/

.news_wrapper {
	padding: 100px 0; 
	background-color: #F9F9F4;	
}
.ico_img {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}


.news_area {
	padding: 2%;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #999;
	background-color: #FFF;
}
.news_box {
	height: 200px;
	overflow-x: hidden;
	overflow-y: scroll;
	padding: 3%;
}

/*スクロールバーの横幅指定*/
/*.news_box::-webkit-scrollbar {
    width: 7px;
}*/
/*スクロールバーの背景色・角丸指定*/
/*.news_box::-webkit-scrollbar-track {
  border-radius: 10px;
	background: #f2f2f2;
}*/
/*スクロールバーの色・角丸指定*/
/*.news_box::-webkit-scrollbar-thumb {
  border-radius: 10px;
	background:#34375F;
}*/

.news_area dl {
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
}

.news_area dt {
	width: 13%;
	float: left;
	font-size: 14px;
	font-weight: normal;
}

.news_area dd {
	font-size: 15px;
	font-weight: normal;
}

.news_area p {
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	font-size: 15px;
	color: #000;
}

/*ニュース*/

.news_day {
	color: #333;
	margin: 0px;
	padding: 0;
	font-size: 12px;
	text-align: left;
	letter-spacing: 0.01em;
}
.news_tx {
	padding-top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	font-size: 14px;
	padding-left: 0px;
	text-align: left;
	margin-top: 0px;
	line-height: 1.4;
	padding-bottom: 5px;
	letter-spacing: 0.01em;
	margin-bottom: 5px;
}
.news_tx a {
	color: #333;
	text-decoration: underline;	
}
.news_tx a:hover {
	color: #900;
	text-decoration: underline;
}


/*intro_wrapper*/

.intro_wrapper {
	padding: 100px 0;
	
}


.intro_box {
	position: relative;
	z-index: 1;
	margin-bottom: 50px;
}


.intro_type {
	color: #FFF;
	background-color: #BFBA86;
	display: inline;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	font-size: 12px;
	letter-spacing: 0.1em;
	margin-top: 0px;
}



.intro_name {
	font-size: 21px;
	padding-top: 5px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	line-height: 1.4;
}
.ico_img {
	font-size: 42px;
	padding-top: 5px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	line-height: 1.4;
	color: #BFBA86;
}


/*access_wrapper*/

.access_wrapper {
	padding: 100px 0;
	
}


.access_read {
	font-size: 18px;
	padding-top: 5px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	line-height: 1.8;
	text-align: center;
	font-family: "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

.map_area {
	padding: 30px 0;
	
}







/*テーブル*/
.n_table {
	clear: both;
	width: 100%;
	margin-bottom: 25px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}
.n_table th {
	width: 25%;
	background-color: #F2F2F2;
}
.n_table td {
	width: 75%;
	background-color: #fff;
}
.n_table th,.n_table td {
	color: #333333;
	font-size: 100%;
	line-height: 160%;
	text-align: left;
	vertical-align: top;
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B3A882;
	font-weight: normal;
}	



@media (max-width: 1200px) {
.news_area dt {
	width: 100%;	
}
	
}


@media (max-width: 992px)  {
		
	
}



@media (max-width: 768px)  {

}


@media (max-width: 468px) {
.top_ttl {
	font-size: 24px;	
}
.greeting_wrapper {
	padding: 50px 0;
	background-color: #F9F9F4;	
}
.greeting_read {
	font-size: 16px;
	padding-top: 5px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	line-height: 1.8;
	text-align: left;
	font-family: "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
.intro_wrapper {
	padding: 50px 0;
	
}
.news_area dt {
	width: 100%;	
}	

.flow_img {
	padding-bottom: 15px;	
}

.news_wrapper {
	padding: 50px 0;
}
.access_wrapper {
	padding: 50px 0;
}




}
