@charset "utf-8";
/* ////////////////////////////////////////
PC,SP
//////////////////////////////////////// */
/*ヘッダー画像*/
#headerImg,#headerImg img.headerBg{
	margin-bottom: 0px;
	width:100%;
	height:340px;
	position: relative;
}
/*IE用画像object-fit*/
#headerImg .object_fit_img {
  	object-fit: cover;
	font-family: "object-fit:cover;";
}
#headerImg .headerImg-inner{
	position: absolute;
	bottom:12%;
	z-index:3;
}
#headerImg .headerImg-text{
	position: relative;
}
#headerImg .headerImg-text:before{
	background-image:url(../img/common/header-icon.png);
	background-repeat:no-repeat;
	background-size: contain;
	content: "";
	width: 88.5px;
	height:44px;
	position:absolute;
	top:-51px;
	left:50%;
	margin-left:-44.25px;
}
/*メインボックス
-------------------------------------------------*/
#contents-box.single-box{
	width:100%;
}
#contents-box.left-box{
	width:78%;
	margin-right:2%;
}
#contents-box h2{
	background-image:url(../img/common/bg-blue.png);
    background-size: 100px 100px;
	min-height:100px;
	display: flex;
	align-items: center;
	color:#fff;
	padding:10px 30px;
}
/* ////////////////////////////////////////
IEのみ
//////////////////////////////////////// */
@media all and (-ms-high-contrast: none)and (min-width:768px){
	#contents-box h2{
		height:100px;
		padding:15px 30px 5px 30px;
	}
}
#contents-box h2 span{
	position: relative;
	padding-left:46px;
	display: inline-block;
}
#contents-box h2 span:before{
	background-image:url(../img/common/flower-w2-big.png);
	background-repeat:no-repeat;
	background-size: contain;
	content: "";
	width: 36px;
	height:36px;
	position:absolute;
	top:50%;
	left:0;
	margin-top:-18px;
}
#contents-box h3 span{
	position: relative;
	padding-left:57px;
	display: inline-block;
	line-height: 1.7em;
}
#contents-box .contents-section:nth-of-type(odd) h3{
	border-top:4px solid #4b7394;
	color:#4b7394;
	padding:20px 15px;
	background-color: #e9e6e2;
	background-image: url(../img/common/h3_icon_eizou.png);
	background-size: 80px 70px;
	background-position: left top;
	background-repeat: no-repeat;
}
#contents-box .contents-section:nth-of-type(even) h3{
	border-top:4px solid #4b7394;
	color:#4b7394;
	padding:20px 15px;
	background-color: #e9e6e2;
	background-image: url(../img/common/h3_icon_touichi.png);
	background-size: 80px 70px;
	background-position: left center;
	background-repeat: no-repeat;
}
#contents-box h4.regular,h4.regular-title{
	border-left:6px solid #4b7394;
	color:#4b7394;
	padding:8px 20px;
	margin:20px 0;
}
#contents-box h4.regular-title{
	line-height: 1.78em;	
}
#contents-box h4.detail-title{
	border-left:6px solid #4b7394;
	color:#4b7394;
	padding:8px 20px;
	margin:20px 0;
	background-color:#e9e6e2;
}
/* ////////////////////////////////////////
IEのみ
//////////////////////////////////////// */
@media all and (-ms-high-contrast: none)and (min-width:768px){
	#contents-box h2 span:before{
		margin-top:-24px;
	}
}
/*リンク*/
#contents-box p a,#contents-box table a{
	text-decoration: underline;
}
#contents-box p a:hover,#contents-box table a:hover{
	text-decoration: none;
}
#contents-box p a[target="_blank"],#contents-box table a[target="_blank"] {
	position: relative;
	margin-right:20px;
	display: inline-block;
}
#contents-box p a[target="_blank"]:after,#contents-box table a[target="_blank"]:after  {
	background-image:url(../img/common/icon_target.png);
	background-repeat:no-repeat;
	background-size: contain;
	content: "";
	width: 16px;
	height:11px;
	position:absolute;
	top:3px;
	right:-17px;
	margin-top:-5.5px;
}

/*サブメニュー
-------------------------------------------------*/
/*
#subemenu-box{
	width:20%;
}
#subemenu-box .subemenu-box-inner{
	background-color: #9c6820;
	border:1px solid #6c4000;
}
#subemenu-box .title{
	height:100px;
	border-bottom:1px solid #54410a;
	display: flex;
	align-items: center;
	padding-left:20px;
}
#subemenu-box .title span{
	position: relative;
	padding-left:46px;
}
#subemenu-box .title span:before{
	background-image:url(../img/common/flower-w2-big.png);
	background-repeat:no-repeat;
	background-size: contain;
	content: "";
	width: 36px;
	height:36px;
	position:absolute;
	top:50%;
	left:0;
	margin-top:-18px;
}
#subemenu-box li{
	border-bottom:1px solid #54410a;
}
#subemenu-box li:last-child{
	border-bottom:none;
}
#subemenu-box li a{
	color:#fff;	
	display:block;
	padding:10px 30px;
}
#subemenu-box li a:hover{
	background-color: #c37a12;
}
#subemenu-box li a.active{
	position: relative;
	background-color: #c37a12;
}
#subemenu-box li a.active:before{
	background-image:url(../img/common/nav-prev-w.png);
	background-repeat:no-repeat;
	background-size: contain;
	content: "";
	width: 12px;
	height:14px;
	position:absolute;
	top:50%;
	left:10px;
	margin-top:-8px;
}*/
#subemenu-box{
	width:20%;
}
#subemenu-box .subemenu-box-inner{
	background-color: #127498;
	border:1px solid #004f6c;
}
#subemenu-box .title{
	height:100px;
	border-bottom:1px solid #004f6c;
	display: flex;
	align-items: center;
	padding-left:20px;
}
#subemenu-box .title span{
	position: relative;
	padding-left:46px;
}
#subemenu-box .title span:before{
	background-image:url(../img/common/flower-w2-big.png);
	background-repeat:no-repeat;
	background-size: contain;
	content: "";
	width: 36px;
	height:36px;
	position:absolute;
	top:50%;
	left:0;
	margin-top:-18px;
}
#subemenu-box li{
	border-bottom:1px solid #004f6c;
}
#subemenu-box li:last-child{
	border-bottom:none;
}
#subemenu-box li a{
	color:#fff;	
	display:block;
	padding:10px 30px;
}
#subemenu-box li a:hover{
	background-color: #308daf;
}
#subemenu-box li a.active{
	position: relative;
	background-color: #308daf;
}
#subemenu-box li a.active:before{
	background-image:url(../img/common/nav-prev-w.png);
	background-repeat:no-repeat;
	background-size: contain;
	content: "";
	width: 12px;
	height:14px;
	position:absolute;
	top:50%;
	left:10px;
	margin-top:-8px;
}
/* ページ送り */
.pager{
	display: table;
	margin: 20px auto;
	text-align: center;
}
.pager li,.pager2 li{
	display: inline-block;
	margin: 0 3.5px;
	vertical-align: middle;
	background: #fff;
}
.pager2{
	display: table;
	margin: 20px auto 0 auto;
	text-align: center;
}
.page,a.page-numbers{
	display: block;
	width: 30px;
	padding-top:0;
	padding-bottom:0px;
	color: #4b7394;
	border: 1px solid #4b7394;
	box-sizing: border-box;
}
@media all and (-ms-high-contrast: none){
	.page,a.page-numbers{
		padding-top:4px;
		line-height: 1.5em;
	}
}
.page:hover,a.page-numbers:hover,
.page-current{
	color: #fff;
	background: #4b7394;
	border: 1px solid #4b7394;
}
/* ページ送り */

/*リストマーク*/
table p{
	margin-bottom:0!important;
}
table ul{
	margin-bottom:0!important;
}
/*リスト設定*/
/*黒丸*/
.list-disc li{
	list-style-type: disc;
	list-style-position: inside;
	padding-left: 1.4em;
  	text-indent: -1.4em;
}
/*白丸*/
.list-circle li{
	list-style-type: circle;
	list-style-position: inside;
	padding-left: 1.4em;
  	text-indent: -1.4em;
}
/*四角*/
.list-square li{
	list-style-type: square;
	list-style-position: inside;
	padding-left: 1.4em;
  	text-indent: -1.4em;
}
/*色付き丸*/
.list-disc-main li{
	color:#4b7394;
	list-style-type: disc;
	list-style-position: inside;
}
.list-disc-main li a{
	padding-left: 1.4em;
  	text-indent: -1.4em;
	text-decoration: underline;
}
.list-disc-main li a:hover{
	text-decoration: none;
}
.list-disc-main li a[target="_blank"] {
	position: relative;
	margin-right:20px;
	display: inline-block;
}
.list-disc-main li a[target="_blank"]:after {
	background-image:url(../img/common/icon_target.png);
	background-repeat:no-repeat;
	background-size: contain;
	content: "";
	width: 16px;
	height:11px;
	position:absolute;
	top:3px;
	right:-17px;
	margin-top:-5.5px;
}
/*PDFアイコン*/
.pdf-icon{
	position: relative;
	text-decoration: underline;
	padding-left:40px;
	display: inline-block;
}
.pdf-icon:hover{
	text-decoration: none;
}
.pdf-icon:before{
	background-image:url(../../img/common/icon-pdf.png);
	background-repeat:no-repeat;
	background-size: contain;
	content: "";
	width: 28px;
	height:28px;
	position:absolute;
	top:50%;
	left:0;
	margin-top:-14px;
}
/*PDFボタン*/
.btn-pdf{
	border:1px solid #4b7394;
	display: inline-block;
	margin-bottom:10px;
}
.btn-pdf a{
	display: block;
	padding:10px 14px;
	transition: background 0.8s;
}
.btn-pdf a:hover{
	background-color: #4b7394;
	color:#fff;
}
.btn-pdf span{
	position: relative;
	padding-left:40px;
	display: inline-block;
}
.btn-pdf span:before{
	background-image:url(../../img/common/icon-pdf.png);
	background-repeat:no-repeat;
	background-size: contain;
	content: "";
	width: 28px;
	height:28px;
	position:absolute;
	top:50%;
	left:0;
	margin-top:-14px;
}
/*資料(PDF)ボタン*/
.document-list li a{
	border:1px solid #c9c9c9;
	padding:20px 30px 20px 10px;
	display: block;	
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	transition: 0.8s background;
	position: relative;
}
.document-list li a:after{
    position: absolute;
	background-image:url(../../img/common/right-icon-pagelink.png);
	background-repeat:no-repeat;
	background-size: contain;
	content: "";
	width: 11px;
	height:12px;
	top:50%;
	right:20px;
	margin-top:-6px;
}
.document-list li .pdf-icon{
	text-decoration: none;
}
.document-list li a:hover{
	background-color: #d8dde8;
}
.document-list li{
	margin-bottom:10px;
}
.document-list li:last-child{
	margin-bottom:0;
}
/*文字前にPDFのアイコンつける*/
.visual p a[href$=".pdf"]{
	position: relative;
	padding-left:40px;
	text-decoration: underline;
	margin-bottom:10px;
	display: inline-block;
}
.visual p a[href$=".pdf"]:hover{
	text-decoration: none;
}
.visual p a[href$=".pdf"]:before{
	background-image:url(../../img/common/icon-pdf.png);
	background-repeat:no-repeat;
	background-size: contain;
	content: "";
	width: 28px;
	height:28px;
	position:absolute;
	top:50%;
	left:0;
	margin-top:-14px;
}
#contents-box .visual p a[href$=".pdf"]:after{
	background-image:none;
}
/*PDFリンクに何もつけない*/
#contents-box .visual2 p a[href$=".pdf"]{
	display: inline;
}
#contents-box .visual2 p a[href$=".pdf"]:after{
	background-image:none;
}
/*ページリンクボタン*/
.btn-page{
	border:1px solid #4b7394;
	display: inline-block;

	margin-bottom:10px;
}
.btn-page a{
	display: block;
	padding:10px 22px;
	transition: 0.8s background;
}
.btn-page a:hover{
	background-color: #4b7394;
	color:#fff;
}
.btn-page a span{
	position: relative;
	padding-left:20px;
	display: inline-block;
}
.btn-page a span:before{
	background-image:url(../img/common/right-icon-pagelink.png);
	background-repeat:no-repeat;
	background-size: contain;
	content: "";
	width: 11px;
	height:12px;
	position:absolute;
	top:50%;
	left:0;
	margin-top:-6px;
}
.btn-page a:hover span:before{
	background-image:url(../img/common/right-icon-pagelink-w.png);
}
/*ページリンクボタン-矢印左*/
.btn-page-left{
	margin:40px 0 10px 0;
}
.btn-page-left a{
	border:1px solid #4b7394;
	display: inline-block;
	padding:10px 40px;
	transition: 0.8s background;
}
.btn-page-left a:hover{
	background-color: #4b7394;
	color:#fff;
}
.btn-page-left a span{
	position: relative;
	padding-left:20px;
	display: inline-block;
}
.btn-page-left a span:before{
	background-image:url(../img/common/left-icon-pagelink.png);
	background-repeat:no-repeat;
	background-size: contain;
	content: "";
	width: 11px;
	height:12px;
	position:absolute;
	top:50%;
	left:0;
	margin-top:-6px;
}
.btn-page-left a:hover span:before{
	background-image:url(../img/common/left-icon-pagelink_over.png);
}
/* ////////////////////////////////////////
IEのみ
//////////////////////////////////////// */
@media all and (-ms-high-contrast: none){
	.btn-page a{
		display: block;
		padding:14px 22px 8px 22px;
	}
	.btn-page a span:before{
		margin-top:-10px;
	}
	.btn-page-left a{
		padding:14px 40px 8px 40px;
	}
	.btn-page-left a span:before{
		margin-top:-10px;
	}
}
/*ボックス*/
.box1{
	border:1px solid #a0a0a0;
	padding:10px 20px;
	margin-bottom:10px;
}
.box1 p{
	margin-bottom:0;
}
/* 通常：丸数字リスト period */
.wrap-num-period{
	counter-reset: num-cnt-r;  
}
.wrap-num-period .num-period{
	list-style-position: inside;
	counter-increment: num-cnt-r;
	display: inline-block;
	padding-left: 1.5em;
  	text-indent: -1.5em;
}
.wrap-num-period .num-period:before{
	content: counter(num-cnt-r)"　";
}
/*2段組み用*/
.allW-40{
		width:45%;
		padding-right:10px;
}
/*
.allW-40-right{
		width:45%;
		padding-left:20px;
}*/
/*上付き文字*/
.supText {
font-size: 70%;
vertical-align: top;
position: relative;
top: -0.1em;
}
.subText {
font-size: 70%;
vertical-align: bottom;
position: relative;
top: 0.1em;
}
/*アクセスの外部リンクボタン*/
.access-btn{
	max-width:420px;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #cacaca;
	border-bottom:2px solid #cacaca;
	border-radius:5px;
	display: block;
	margin-top:20px;
	margin-bottom:20px;
}
.access-btn a{
	text-align: center;
	display: block;
	padding:10px 14px;
	transition: 0.8s;
	font-weight:bold;
}
.access-btn a:hover{
	background-color: #e0e0e0;
}
.text-blue{color:#13588e;}
.text-green{color:#00965c;}
.text-orange{color:#e64f05;}
.text-red{color:#cf1313;}

.target-g{
	position: relative;
	display: inline-block;
}
.target-g:after{
	background-image:url(../img/common/icon_target-g.png);
	background-repeat:no-repeat;
	background-size: contain;
	content: "";
	width: 16px;
	height:11px;
	position:absolute;
	top:1px;
	right:-15px;
	margin-top:-5.5px;
}
/*Googlemap*/
.ggmap {
	margin:20px 0;
	position: relative;
	padding-bottom: 50%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
/*/////////////////////////////////////
印刷時　PCのみ
//////////////////////////////////////// */
@media screen and (min-width:768px) , print{
	/*ブロック*/
	.pc-tabW-30{
		width:30%;
	}
	.pc-tabW-35{
		width:35%;
	}
	.pc-tabW-40{
		width:40%;
	}
	.pc-tabW-50{
		width:50%;
	}
	.pc-tabW-60{
		width:60%;
	}
	.pc-tabW-70{
		width:70%;
	}
	.pc-tabW-80{
		width:80%;
	}
	.pc-tabW-90{
		width:90%;
	}
	/*独自*/
	.floor-box .text-box{
		width:68%;
		margin-right:2%;
	}
	.floor-box .photo-box{
		width:30%;
	}
	.photo-volunteer li{
		width:49%;
		margin-right:2%;
	}
	.photo-volunteer li:nth-of-type(even){
		margin-right:0;
	}
}

/*/////////////////////////////////////
PCのみ
//////////////////////////////////////// */
@media screen and (min-width:1100px) {
	#subemenu-box .top-fix{
		position: fixed;
		top:80px;
	}
	#subemenu-box .bottom-fix{
		position: absolute;
		width:100%;
	}
	/*ブロック*/
	.pcW-80{
		width:80%;
	}
	.pcW-90{
		width:90%;
	}
}
@media screen and (min-width:1100px) and (max-width: 1200px){
	#subemenu-box .top-fix{
		width:11.5em;
	}	
}
@media screen and (min-width: 1200px){
	#subemenu-box .top-fix{
		width:13.9em;
	}	
}
/*/////////////////////////////////////
ヘッダー画像用
//////////////////////////////////////// */
@media screen and (max-width:1590px) {
	.head_1600{
		display: none;
	}
}
@media screen and (min-width:1600px) {
	.head_1590{
		display: none;
	}
}
/* ////////////////////////////////////////
タブレット
//////////////////////////////////////// */
/*タブレット以下*/
@media screen and (max-width: 1100px){
	/*ヘッダー画像*/
	#headerImg .headerImg-inner{
		bottom:13.5%;
	}
	/*メインボックス
	-------------------------------------------------*/
	#contents-box.left-box{
		width:100%;
	}
	#subemenu-box{
		width:100%;
		margin-top:20px;
	}
	#subemenu-box .title{
		height:80px;
	}
	/*サブメニュー
	-------------------------------------------------*/
	#subemenu-box li a{
		padding-left:40px;	
	}
	#subemenu-box li a.active:before{
		background-image:url(../img/common/icon-top.png);
		background-repeat:no-repeat;
		background-size: contain;
		content: "";
		width: 14px;
		height:12px;
		position:absolute;
		top:50%;
		left:20px;
		margin-top:-8px;
	}

}
/* ////////////////////////////////////////
SPのみ
//////////////////////////////////////// */
@media screen and (max-width: 767px){
	/*ヘッダー画像*/
	#headerImg,#headerImg img.headerBg{
		height:230px;
	}
	#headerImg .headerImg-inner{
		bottom:7%;
	}
	#headerImg .headerImg-text:before{
		width: 60.3px;
		height:30px;
		margin-left:-30.15px;
		top:-34px;
	}
	/*メインボックス
	-------------------------------------------------*/
	#contents-box h2{
		background-image:url(../img/common/bg-blue.png);
		background-size: 100px 100px;
		min-height:80px;
		display: flex;
		align-items: center;
		color:#fff;
		padding:10px 30px;
	}
	/*リストマーク*/
	.list-disc li,.list-disc-main li,.list-circle li,.list-square li{
		padding-left: 1em;
		text-indent: -1em;
	}
	/*独自*/
	#contents-box .bg-flower{
		background-position: center center;
		background-size: contain;
	}
	a[target="_blank"].access-text-link{
		padding-left: 0em;
		text-indent: -0em;
	}
	/*サブメニュー
	-------------------------------------------------*/
}
@media screen and (min-width: 500px) and (max-width: 767px){
	/*ヘッダー画像*/
	#headerImg,#headerImg img.headerBg{
		height:45vw;
	}
	#headerImg .headerImg-inner{
		bottom:5vw;
	}
	#headerImg .headerImg-text:before{
		width: 60.3px;
		height:30px;
		margin-left:-30.15px;
		top:-34px;
	}
}
@media screen and (min-width: 568px) and (max-width: 600px){
	/*ヘッダー画像*/
	#headerImg .headerImg-inner{
		bottom:2vw;
	}
}
@media screen and (max-width: 360px){
	/*ヘッダー画像*/
	#headerImg .headerImg-inner{
		bottom:8%;
	}
}
/* ////////////////////////////////////////
IEのみ
//////////////////////////////////////// */
@media all and (-ms-high-contrast: none)and (max-width:767px){
	#contents-box h2{
		display: table;
		width:100%;
		vertical-align: middle;
	}
	#contents-box h2 span{
		display: table-cell;
		vertical-align: middle;
		position: relative;
		height:100%;
	}
	#contents-box h2 span:before{
		top:2vw;
		margin-top:0;
	}
}
/* ////////////////////////////////////////
印刷用
//////////////////////////////////////// */
@media print{
}
