/*あいうえお*/
html {
	font-size: 87.5%;
}

h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ol,ul,li{
	margin:0;
	padding:0;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	line-height: 1.5;
}

body {
	font-size: 18px;
	font-size:1.285714286rem;
	font-family:'Helvetica Neue', Helvetica, Arial, 'Hiragino Kaku Gothic Pro', Meiryo, 'MS PGothic', sans-serif;
	color: #444;
	background:url(../images/background.png) left top no-repeat;
}

.site-content{
	position: relative;
	margin: 0 auto;
	padding:0 2%;
	overflow:hidden;
	/*width: 1200px;*/
}

.maintitle{
	padding:12px 0 24px;
}

h1 {
	font-weight:bold;
	font-size: 26px;
	font-size:1.857142857rem;
	line-height: 1.4;
	text-shadow: 1px 1px 3px #FFF;
}

h3 {
	background:#578724;
	color: #FFF;
	font-size: 20px;
	font-size: 1.428571429rem;
	padding:5px 10px;
	margin-bottom:24px;
}

h4 {
	border-bottom:5px solid #578724;
	font-size:18px;
	font-size:1.285714286rem;
	margin-bottom:24px;
	padding:5px 10px;
}

h5 {
	border-left:10px solid #578724;
	font-size: 16px;
	font-size: 1.142857143rem;
	padding:6px 10px;
	margin-bottom:24px;
}

h6 {
	border-bottom:1px solid #578724;
	font-size: 16px;
	font-size: 1.142857143rem;
	padding:6px 10px;
	margin-bottom:24px;
}

ol,
ul{
	margin: 0 10px 24px;
	padding: 0 0 0 2em;
}

.ico-link{
	background:url(images/cmn/ico-link.gif) left 9px no-repeat;
	display:inline-block;
	height:17px;
	margin:0 2px 0 4px;
	vertical-align:baseline;
	width:12px;
}

a[target="_blank"],
a[href$='.pdf'],
a[href$=".doc"],
a[href$=".docx"],
a[href$=".xls"],
a[href$=".xlsx"] {
	padding:0 0 0 20px;
	vertical-align:middle;
	display:inline-block;
}

a[target="_blank"] {
	background:url(../images/cmn/ico_win.gif) left 5px no-repeat;
}

a[href$='.pdf'] { 
	background:url(../images/cmn/ico_pdf.gif) left 5px no-repeat;
}

a[href$=".doc"],
a[href$=".docx"]{ 
	background:url(../images/cmn/ico_word.gif) left 5px no-repeat;
}

a[href$=".xls"],
a[href$=".xlsx"] { 
	background:url(../images/cmn/ico_xls.gif) left 5px no-repeat;
}

a[target="_blank"].noicon,
a[href$='.pdf'].noicon,
a[href$=".doc"].noicon,
a[href$=".xls"].noicon,
a[href$=".xlsx"].noicon {
	background:none;
}

a.btntype {
	display:block;
	position:relative;
	border:1px solid #ccc;
	font-size:20px;
	font-size:1.42857143rem;
	padding:5px 10px;
	text-decoration: none;
	color:#0C3F74;
	font-weight: normal;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align:center;
	background:#ff8800;
	background: -moz-linear-gradient(#ff8800, #C46500);
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ff8800), to(#C46500));
	background: -webkit-linear-gradient(#ff8800, #C46500);
	background: -o-linear-gradient(#ff8800, #C46500);
	background: -ms-linear-gradient(#ff8800, #C46500);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFF8800', endColorstr='#FFC46500',GradientType=0 );
	background: linear-gradient(#ff8800, #C46500);
	margin:0 auto;
	color:#fff;
}

a.btntype:hover,
a.btntype:active,
a.btntype:focus{
	background:#ff8800;
	background: -moz-linear-gradient(#ffbb70, #ff8800);
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffbb70), to(#ff8800));
	background: -webkit-linear-gradient(#ffbb70, #ff8800);
	background: -o-linear-gradient(#ffbb70, #ff8800);
	background: -ms-linear-gradient(#ffbb70, #ff8800);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFBB70', endColorstr='#FFFF8800',GradientType=0 );
	background: linear-gradient(#ffbb70, #ff8800);
}

a.btntype:before,
a.btntype:after{
	position: absolute;
	top: 50%;
	right: 5px;
	display: block;
	content: '';
	width: 12px;
	height: 3px;
	background-color: #fff;
	border-radius: 4px;
}
a.btntype:before{
	margin-top: -4px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
a.btntype:after {
	margin-top: 3px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

a.bannar {
	display:block;
	position:relative;
	border:1px solid #ccc;
	font-size:20px;
	font-size:1.42857143rem;
	padding:20px 10px;
	text-decoration: none;
	color:#fff;
	font-weight: normal;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align:left;
	text-shadow: 3px 3px 4px #000;
	margin-bottom:24px;
}
a.bannar:before,
a.bannar:after{
	position: absolute;
	top: 50%;
	right: 5px;
	display: block;
	content: '';
	width: 12px;
	height: 3px;
	background-color: #fff;
	border-radius: 4px;
}
a.bannar:before{
	margin-top: -4px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
a.bannar:after {
	margin-top: 3px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

a#shibutaikai_59{ background: url(../images/bannar-shibutaikai_59.png) no-repeat scroll right bottom #16478d;}
a#shibutaikai_59:hover{ background-color:#528fe5;}
.font-size28 { 
	font-size:28px !important;
	font-size:2rem !important;
}
.font-size24 {
	font-size:24px !important;
	font-size:1.714285714rem !important;
}
.font-size20 {
	font-size:20px !important;
	font-size:1.428571428rem !important;
}
.font-size14	{
	font-size:14px !important;
	font-size:1rem !important;
}

.txt-center {
	text-align:center !important;
}

.txt-bold {
	font-weight:bold;
}

.entry-content p {
	margin:0 10px 24px;
}

.title-info dl {
	padding:0;
	overflow:hidden;
}
.title-info dl dt {
	clear:both;
	border-bottom:1px solid #404040;
	text-align:left;
	padding:10px;
	width:100%;
}

.title-info dl dt.datetime,
.title-info dl dt.place{
	padding-top:17px;
}

.title-info dl dd {
	padding:10px;
	margin-bottom:12px;
}
.title-info dl dd.datetime span{
	width:1.5em;
	display:inline-block;
	text-align:right;
	margin-right: 0.5em;
}
.title-info dl dd.datetime span.youbi{
	margin-left: 1em;
}

/* 20150828 */
.news_box{
	border:3px solid #578724;
	padding:20px;
	background-color:rgba(87,135,36,0.1);
}
.news_box span{ 
	font-size:14px;
	font-size:1rem;
}

/* end */

.tokubetsu_box span {
	width:1em;
	display:inline-block;
	text-align:right;
}
.tokubetsu_box span.kyoushitu {
	width:2em;
}
.tokubetsu_box span.time {
	width:2.5em;
}
.tokubetsu_box span.name {
	width:5em;
}

#map-canvas {
	height: 360px;
	margin: 0px;
	padding: 0px
}

footer[role="contentinfo"] {
	clear: both;
	margin:0;
	padding: 5px 0;
	background-color: #578724;
	text-align: center;
	color:#fff;
	font-size:14px;
	font-size:1rem;
}

#topcontrol {
	text-indent: -9999px;
	background-color: #2e5406;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#topcontrol:hover{
	background-color: rgba(46,84,6,0.5);
}

.entry_box {
	border-bottom:1px dotted #444;
	margin-bottom:42px;
}

.btn_jump_top {
	position: relative;
	width:0;
	height:0;
	margin:10px;
	border: 16px solid transparent;
	border-bottom-color: #fff;
	text-indent: -9999px;
	display: block;
	margin: -5px 15px 25px;
}
.btn_jump_top:after{
  position: absolute;
  content: '';
  top: 16px;
  left: -8px;
  width: 16px;
  height: 16px;
  background: #fff;
}


@media screen and (min-width: 640px) {
	h1 {
		font-size:34px;
		font-size: 2.428571429rem;
		margin-bottom: 24px;
	}
	h3 {
		font-size: 26px;
		font-size: 1.857142857rem;
	}
	h4 {
		font-size:24px;
		font-size:1.714285714rem;
	}
	h5 {
		font-size:20px;
		font-size:1.428571429rem;
	}
	h6 {
		font-size:16px;
		font-size:1.142857143rem;
	}
	a.btntype {
		font-size:24px;
		font-size:1.71428571rem;
		margin:0 20%;
	}
	a.bannar {
		margin:0 20% 24px;
		/*background-size: 100% auto, 62% auto*/
	}
	.maintitle{
		background:url(../images/title.png) right bottom no-repeat;
		background-size:300px;
	}
	.title-info dl dt {
		float:left;
		border-right:5px solid #404040;
		border-bottom:none;
		width:60px;
		text-align:right;
		margin-bottom:5px;
	}
	.title-info dl dd {
		float:left;
		width:auto;
		box-sizing: border-box;
		margin-bottom:0;
		/float:none;
		/margin-left:200px;
		/width:auto;
	}
	
	ul.globalmenu{
		overflow:hidden;
		margin:0 0 24px;
		padding:0;
	}
	ul.globalmenu li {
		margin-left:0.5%;
		width:33%;
		display:block;
		box-sizing:border-box;
		float:left;
		overflow:hidden;
		border:1px solid #578724;
		border-radius: 3px;
		background-color:#ff4fc1;
	}
	ul.globalmenu li:first-child {
		margin-left:0;
	}
	
	ul.globalmenu li a {
		display:block;
		box-sizing:border-box;
		width:100%;
		height:100%;
		color:#111;
		text-decoration:none;
		font-size:20px;
		font-size:1.428571429rem;
		padding: 35px 5px 25px 10px;
		transition: opacity 0.3s;
		text-shadow: 1px 1px 3px #ccc;
	}
	
	ul.globalmenu li.btn-outline a{ 
		background: linear-gradient( to left, rgba(255, 255, 255, 0), #FFF, #FFF ) no-repeat left top, 
		url(../images/outline.jpg) no-repeat scroll right center #FFF;
		background-size: 100% auto, 62% auto
	}
	ul.globalmenu li.btn-entry a{
		background: linear-gradient( to left, rgba(255, 255, 255, 0), #FFF, #FFF ) no-repeat left top, 
		url(../images/entry.jpg) no-repeat scroll right bottom #FFF;
		background-size: 100% auto, 90% auto;
	}
	ul.globalmenu li.btn-inquiry a{
		background: linear-gradient( to left, rgba(255, 255, 255, 0), #FFF, #FFF ) no-repeat left top, 
			url(../images/inquiry.jpg) no-repeat scroll right top #FFF;
		background-size: 100% auto, 60% auto;
	}
	
	ul.globalmenu li a:hover {
		opacity: 0.9;
	}
	.tokubetsu_box span {
		width:1.5em;
		margin-right: 0.5em;
	}
	.tokubetsu_box span.kyoushitu {
		width:2em;
	}
	.tokubetsu_box span.time {
		width:3em;
	}
	.tokubetsu_box span.name {
		width:6em;
	}
}

@media screen and (min-width: 1002px) {
	.site-content{
		max-width: 1000px;
		padding:0;
	}
	h1 {
		font-size: 42px;
		font-size:3rem;
	}
	h3 {
		font-size: 32px;
		font-size: 2.285714286rem;
	}
	h4 {
		font-size:30px;
		font-size:2.142857143rem;
	}
	h5 {
		font-size:24px;
		font-size:1.714285714rem;
	}
	h6 {
		font-size:20px;
		font-size:1.428571429rem;
	}
	a.btntype {
		font-size:32px;
		font-size:2.28571429rem;
	}
	.maintitle{
		background:url(../images/title.png) right top no-repeat;
		background-position-x: top;
	}
	ul.globalmenu li a {
		font-size:26px;
		font-size:1.857142857rem;
	}
}