@charset "utf-8";

/* ============================
   Reset default browser CSS.
/* ============================ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
a img{
	border: none;
}
img{
	max-width:100%;
}


/* ============================
   Global Elements
/* ============================ */
body{
	color: #222;
	line-height: 25px;
	font-size: 14px;
	font-family: 'メイリオ',Meiryo,"ＭＳ Ｐゴシック",verdana,Osaka,"MS PGothic",Sans-Serif;
}

/* Text elements
--------------------------------------------- */
p {
	margin: 0 0 1rem 0;
}

a{
	color: #0b45b4;
	-webkit-transition: 0.1s ease-in-out;
	-moz-transition: 0.1s ease-in-out;
	-o-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
}
a:hover{
	text-decoration:none;
}
a img{
	border: none;
	/*ふんわり*/
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
a:hover img{
	/*画像の透過*/
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
}

/*フォント指定*/
.ryumin{
	font-family: "a-otf-ryumin-pr6n";
}
.kozuka-g{
	font-family: "kozuka-gothic-pro";
}
.kozuka-m{
	font-family: "kozuka-mincho-pr6n";
}

/* ============================
   Layout
/* ============================ */
#main {
}
#content{
	min-width:980px;
}


/* ============================
   wrapper
/* ============================ */
#wrapper {

}

/* ============================
   mainimage
/* ============================ */
#mainimage {
	position: relative;
	min-width:980px;
	height:100vh;
	background:url(images/mainimage.jpg) center bottom no-repeat;
	background-size:cover;
}
#mainimage-inner {
	position: relative;
	width:980px;
	height:90%;
	margin:0 auto;
	background:url(images/haert.png) center no-repeat;
}
#site-title {
	padding-top: 20px;
}
#mainimage-inner h2{
	color:#fff;
	font-size:60px;
	font-weight: normal;
	text-align:center;
	letter-spacing: 0.1em;
	position: absolute;
	height:1em;
	top:0;
	bottom: 0;
	left: 0;
	right:0;
	margin:auto;
}
.scroll {
	display:block;
	text-align:center;
	position: absolute;
	bottom: 0;
	left: 0;
	right:0;
	margin:auto;
}
.scroll a{
	color:#fff;
	display:inline-block;
	text-decoration:none;
	padding-top: 3.5rem;
	line-height: 3em;
	font-size: 1.4rem;
	letter-spacing: 0.2rem;
}
.scroll a:before {
	content: '';
	width: 50px;
	height: 50px;
	border-right: solid 2px #fff;
	border-bottom: solid 2px #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	left: 0;
	right:0;
	margin: auto;
}

/* ============================
   main
/* ============================ */
#main h2.h2_main{
	color:#333;
	font-size:50px;
	font-weight:500;
	text-align:center;
	line-height:1.5em;
	position: relative;
	padding-top:7rem;
}
#main h2.h2_main:before{
	position: absolute;
	content: '';
	width: 10px;
	height: 50px;
	top: 3.2rem;
	left: 0;
	right:0;
	margin: auto;
	background:url(images/dot.svg) center top no-repeat;
	background-size:10px auto;
}

#main h2.h2_main a{
	color:#333;
	text-decoration:none;
}
p.h2_hosoku{
	text-align:center;
}
.facility{
	position: relative;
	z-index:1;
}
.facility:before{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
	right:0;
	background-color: rgba(0,0,0,0.5);
	z-index:2;
}
.f_kijyunosato{
	background:url(images/bg_kijyunosato.jpg) center top no-repeat;
	background-size:cover;
	position: relative;
	margin-bottom:7rem;
}
.f_kijyunosato:after{
	position: absolute;
	content: '';
	width: 10px;
	height: 50px;
	bottom: -5.2rem;
	left: 0;
	right:0;
	margin: auto;
	background:url(images/dot.svg) center top no-repeat;
	background-size:10px auto;
}

.f_mokuseinoie{
	background:url(images/bg_mokuseinoie.jpg) center top no-repeat;
	background-size:cover;
}

.wide_inner{
	text-align:center;
	width:980px;
	margin:0 auto;
	background-color: rgba(255,255,255,0.95);
	position: relative;
	z-index:10;
}
.wide_inner h2{
	padding: 4rem 0 3rem 0;
	font-size: 2.5rem;
	line-height: 4rem;
}
.wide_inner h2 a{
	color:#267105;
	padding:4rem 0;
}
.wide_inner p{
	font-size:1rem;
	line-height: 2.5em;
}
.about{
	width:420px;
	margin:0 auto;
	padding: 2rem 0 0 0;
	text-align:left;
}
.about h3{
	font-size:1.3rem;
	margin:0;
	padding:2rem 0 1rem 0;
}
.wide_inner .about p{
	font-size:1rem;
	line-height: 1.5em;
	margin-bottom:2rem;
}
.about ul{
	padding-left:1.5rem;
}
#mokusei1,#mokusei2{
	width:340px;
	margin:0 2rem;
	display:inline-block;
	vertical-align:top;
}
.btn{
	height:5rem;
	padding:3rem 0 2rem 0;
}
.btn a{
	display:block;
	width:500px;
	margin:0 auto;
	color:#fff;
	font-size: 1.3rem;
	line-height: 3.5rem;
	padding-top: 0.5rem;
	text-decoration:none;
	background-color:#409700;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border-bottom:solid 5px #6f730a;
}
.btn a img{
	width: 40px;
	vertical-align: middle;
	margin-left: 1rem;
	margin-top: -0.5rem;
}
.btn a:hover{
	margin-top:5px;
	border-bottom:none;
}
#kaiji{
	text-align:center;
	padding-bottom:4rem;
}
#main #kaiji h2.h2_main{
	text-align:center;
	font-size:40px;
}
.btnbox{
	margin:2rem auto;
	padding-top:1rem;
	background-color:#f6f6f5;
}


.downloadlist{
	text-align:center;
	background-color:#f6f6f5;
	padding: 0 0 4rem 0;
}
.downloadlist li{
	width:800px;
	margin:0 auto;
	padding:0;
	text-align:left;
	background-color:#f6f6f5;
	list-style:none;
	border-bottom:solid 1px #e3e3e3;
}
.downloadlist li a{
	display:block;
	color:#333;
	font-size:1rem;
	line-height:3.2rem;
	text-decoration:none;
	padding:0.1rem 1rem 0 1rem;
}
.downloadlist li a:hover{
	background-color:#e9e9d9;
}
.downloadlist li a span.dl{
	font-size:0.9rem;
	color:#0b45b4;
	float:right;
	text-decoration:underline;
}
.downloadlist li a span.excel:before{
	color: #1f7244;
	font-size:1.5rem;
	font-family: Font Awesome\ 5 Free, FontAwesome;
	content: '\f1c3';
	margin-right: 0.5rem;
	font-weight:900;
	vertical-align:middle;
	display:inline-block;
	margin-top:-0.3rem;
}
.downloadlist li a span.pdf:before{
	color: #e01d17;
	font-size:1.5rem;
	font-family: Font Awesome\ 5 Free, FontAwesome;
	content: '\f1c1';
	margin-right: 0.5rem;
	font-weight:900;
	vertical-align:middle;
	display:inline-block;
	margin-top:-0.3rem;
}
.downloadlist li a span.dl:before{
	color: #409700;
	font-size:1rem;
	font-family: Font Awesome\ 5 Free, FontAwesome;
	content: '\f019';
	margin-right: 0.5rem;
	font-weight:900;
	text-decoration:none;
}
.downloadlist li a:hover span.dl{
	text-decoration:none;
}

/* ============================
   pagetop
/* ============================ */
.pagetop {
	position: fixed;
	right: 30px;
	bottom: 30px;
	z-index: 9000;
}
.pagetop a {
	display: block;
	margin: 0 0 0 auto;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	color: #fff;
	text-align:center;
	width:50px;
	height:50px;
	font-size:20px;
	text-decoration:none;
	background: #409700;
}
.pagetop a:hover {
	background: #6f730a;
}
.pagetop a i{
	margin-top:1rem;
	border-top:solid 2px #fff;
}

/* ============================
   footer
/* ============================ */
#footer {
	min-width:980px;
	padding:3rem 0 5rem 0;
	background-color:#267105;
}

#site-copy {
	color: #fff;
	font-size:0.7rem;
	text-align: center;
}


/* ============================
   Print Style
/* ============================ */
@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}