@charset "utf-8";

/* ----------------------------------------
  page Style Seet

	3-2,下層
---------------------------------------- */

.blankLink{
	background: url(../img/icon_blank.png) no-repeat right center;
	padding-right:24px;

}

a img:hover{
	opacity: 0.7;
}

/* ----------------------------------------
  Google Maps
---------------------------------------- */

.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}



/* ----------------------------------------
  3-2. 下層
---------------------------------------- */

/*ページ上部ナビタイトル*/
.pageUpperArea{
	width: 940px;
	margin: 0 auto;
	text-align: left;
}

.pageBottomNav{
	width: 920px;
	margin: 0 auto;
	text-align: center;
}

.pageUpperArea{
	overflow: hidden;
	padding: 15px 0 20px;
}

.pageUpperArea .pageCateTtl{
	color: #6C6818;
	font-size: 24px;
	font-weight: normal;
	 padding-top: 10px;
}

.pageUpperArea .pageCateTtl span{
	font-size: 13px;
	color: #85816C;
	letter-spacing: 1px;
}

.pageTopNav{
	float: right;
	font-size: 14px;
	padding-top: 7px;
}

.pageTopNav li,.pageBottomNav li {display: inline-block;    margin: 10px 0;}

.pageTopNav li a{
	font-size: 13px;
	padding: 5px 9px 5px 15px;
	border-left: 1px #aaa solid;
}

.pageTopNav li:first-child a,.pageBottomNav li:first-child a{border-left: none;}

.pageTopNav li a:hover,.pageBottomNav li a:hover{color: #6C6700;}

/*コンテンツブロック*/
.contentBlock{
	overflow: hidden;
	width: 940px;
	margin: 0 auto 20px;
	padding: 20px 10px;
}

.contentBlock h3{
	color: #6C6818;
	font-size: 24px;
	font-weight: normal;
	padding: 0 0 5px 20px;
	border-bottom: 1px #6C6818 solid;
	background: url(../img/icon_dia.png) left 10px no-repeat;
	margin-bottom: 15px;
}
.contentBlock h4{
	font-size:18px;
	font-weight: bold;
	padding: 3px 0px 3px 0px;
	margin-bottom: 15px;
}

.contentBlock h4:first-letter{
	margin-right: .1em;
	padding-left:5px;
	border-left: 6px solid rgba(108, 104, 24, 0.44);
}

.contentBlock p{
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 25px;
	letter-spacing: -0.6px;
}

.contentBlock .textAreaType01{overflow: hidden;}

.contentBlock .textAreaType01 .txtBox{
	width: 510px;
	float: left;
}

.contentBlock .textAreaType01 .imgBox{
	width: 370px;
	float: right;
}

.contentBlock .textAreaType01 .imgBox img{
	width:100%;
}


.contentBlock .textAreaTypeSingle{
	overflow: hidden;
	margin-bottom: 50px;
}

.contentBlock .textAreaTypeSingle .txtBox{
	width: 510px;
	float: left;
}

.contentBlock .textAreaTypeSingle .imgBox{
	width: 370px;
	float: right;
}

.contentBlock .textAreaTypeSingle .imgBox img{
	width:100%;
}


.contentBlock .textAreaType02 .txtBox{
	width: 503px;
	float: right;
	padding-right: 30px;
}

.contentBlock .textAreaType02 .imgBox{
	float: left;
	width: 370px;
}

/*ページ下部ナビ*/

.pageBottomNav{padding: 40px 0 55px;}

.pageBottomNav li a{
	font-size: 13px;
	padding: 5px 22px 5px 28px;
	border-left: 1px #aaa solid;
}


.contentBlock .fullUiImg li{
	width:30%;
	padding-right:5%;
	float: left;
}
.contentBlock .fullUiImg li:last-child{padding-right:0%;}
.contentBlock .fullUiImg li img{
	width:100%;
}

.directorNameSecond{
	padding-left:70px;
	display: block;
}


/*---------------------------sp------------------------------------------------*/

@media screen and (max-width : 767px) {
	.pageUpperArea,.pageBottomNav{	width: 100%;}

	.pageUpperArea{
		overflow: hidden;
		padding: 5px 0 20px;
		text-align: center;
	}

	.pageTopNav{float: none;padding-top: 15px;}

	.pageTopNav li, .pageBottomNav li{
		text-align: center;
		display: block;
		width: 33%;
		float: left;
	}

	.pageTopNav li a,.pageBottomNav li a{
		display: block;
		width: 100%;
		font-size: 11px;
		width: 100%;
		border-left: none;
		border-right: none;
		padding: 5px 0;
		margin-bottom: 5px;
	}

	.pageTopNav li:nth-child(3n) a,.pageBottomNav li:nth-child(3n) a{border-right: none;}

	.pageTopNav li a:hover,.pageBottomNav li a:hover{
		color: #333;
		text-decoration: none;
	}

	/*メインタイトル*/
	.pageMainTtl{width: 100%;}

	.pageMainTtl img{width: 100%;}

	/*コンテンツブロック*/
	.contentBlock{
		width: 90%;
		margin: 0 auto 20px;
		padding: 0;
	}

	.contentBlock h3{font-size: 18px;}
	.contentBlock h4{
	font-size:16px;
	font-weight: bold;
	padding: 3px 0px 3px 0px;
	margin-bottom: 15px;
	}

	.contentBlock h4:first-letter{
	margin-right: .1em;
	padding-left:5px;
	border-left: 6px solid rgba(108, 104, 24, 0.44);
	}

	.contentBlock p{font-size: 14px;}

	.contentBlock .textAreaType01 .txtBox,
	.contentBlock .textAreaType02 .txtBox{
		width: 100%;
		float: none;
	}

	.contentBlock .textAreaTypeSingle{margin-bottom: 0px;}

	.contentBlock .textAreaType01 .imgBox,
	.contentBlock .textAreaType02 .imgBox{
		max-width: 370px;
		width: 100%;
		float: none;
		padding-right: 0;
		margin: 0 auto;

	}

	.contentBlock .textAreaType01 .imgBox img,
	.contentBlock .textAreaType02 .imgBox img{
		width: 100%;
	}

	.contentBlock .fullUiImg li{
	width:100%;
	padding: 2% 2%;
	float: none;
	}
	.contentBlock .fullUiImg li:last-child{padding-right:0%;}
	.contentBlock .fullUiImg li img{
		width:100%;
	}

	.directorNameSecond{
		padding-left:0px;
		display: inline;
	}

	.contentBlock .textAreaTypeSingle .txtBox{
		width: 100%;
		float: none;
	}



}