@charset "UTF-8";
/* top.css */

@media screen and (min-width:601px), print {

#wrapper { overflow: hidden;}
a { text-decoration: none;}
ul { list-style: none;}
/*--------------------
1:#hero
--------------------*/
#hero {
	position: relative;
	background: #f0eacb;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	height: 100vh;
	min-height: 600px;
}
#hero .top-logo {
	height: 51.17%;
}
#hero .top-logo img {
	height: 100%;
	width: auto;
}
#hero .content {
	position: relative;
}
#hero .event {
	position: absolute;
	bottom: calc(100% + 30px);
	/* right: -68px; */
	right: -50vw;
	background: #00a73c;
	border-radius: 5px;
	color: #fff;
	font-weight: bold;
	min-height: 211px;
	width: 302px;
}
#hero .event img { border-radius: 5px 5px 0 0;}
#hero .event::after {
	position: absolute;
	top: 100%;
	left: 135px;
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 20px 0 20px;
	border-color: #00a73c transparent transparent transparent;
}
#hero .event-ttl {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	height: 60px;
	line-height: 1.4;
}
#hero .event-ttl p { transform: translateY(-2px);}

/*--------------------
2:#about
--------------------*/
#about {
	background: url(/img/bg_about.png) no-repeat center center;
	background-color: #93bb4b;
	padding-top: 215px;
	padding-bottom: 215px;
}
#about .inner {
	background: url(/img/bg_about_white.png) no-repeat left top;
	height: 911px;
	margin: 0 auto;
	padding-top: 157px;
	width: 912px;
	-webkit-transform: translateX(16px);
	transform: translateX(16px);
}
#about h2 {
	padding-left: 157px;
}
#about p {
	color: #595757;
	font-size: 19px;
	line-height: 3.15;
	text-align: center;
	width: 900px;
}

/*--------------------
3:#action
--------------------*/
#action {
	background: url(/img/bg_action.png) no-repeat center center;
	background-color: #f0eacb;
	padding: 179px 0 131px;
}
#action .content {
	background: #fff;
	box-shadow: 15px 15px 0 rgba(0,0,0,0.5);
	padding: 72px 134px 82px;
}
#action h2 {
	/*border-bottom: 6px dotted #00991d;*/
	background: url(/img/bg_h2_action.png) repeat-x left bottom;
	background-size: auto 5px;
	color: #00991d;
	font-size: 35px;
	line-height: 1;
	margin-bottom: 48px;
	padding-bottom: 43px;
	text-align: center;
}
#action ul:after {
	content: '';
	clear: both;
	display: block;
}
#action li {
	background: #f0eacb;
	border-radius: 10px;
	color: #231815;
	float: left;
	font-size: 20px;
	height: 73px;
	line-height: 1;
	margin-right: 102px;
	margin-bottom: 48px;
	padding-top: 26px;
	text-align: center;
	width: 327px;
}
#action li:nth-child(even) { margin-right: 0;}

/*--------------------
4:#member
--------------------*/
#member {
	background: url(/img/bg_member.png) no-repeat center center;
	background-color: #93bb4b;
	padding: 275px 0 136px;
}
#member .content {
	position: relative;
	background: #fff;
	box-shadow: 15px 15px 0 rgba(0,0,0,0.5);
	padding: 12px 62px 65px;
}
#member .content:after {
	content: '';
	display: block;
	position: absolute;
	top: -83px;
	left: 235px;
	background: url(/img/bg_member_white.png) no-repeat left top;
	height: 84px;
	width: 553px;
}
#member h2 {
	background: url(/img/bg_h2_member.png) no-repeat center bottom;
	color: #00991d;
	font-size: 35px;
	line-height: 1.43;
	margin: 0 auto 34px;
	padding-bottom: 32px;
	text-align: center;
	/*width: 734px;*/
}
#member table {
	color: #231815;
	font-size: 20px;
	line-height: 2;
	margin: 0 auto 30px;
}
#member th {
	font-weight: normal;
	text-align: left;
	width: 124px;
}
#member .box {
	border: 3px solid #93bb4b;
	-webkit-display: flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding: 30px 64px 30px 56px;
}
#member .ttl {
	color: #00991d;
	font-size: 21px;
	font-weight: bold;
	line-height: 2.14;
}
#member .txt-box {
	border-left: 2px solid #93bb4b;
	color: #00991d;
	font-size: 18px;
	line-height: 1.61;
	padding-left: 40px;
	width: 460px;
}
#member .txt-box p:first-child {
	margin-bottom: 18px;
}
#member .txt-box a {
	border: 1px solid #00991d;
	color: #00991d;
	display: block;
	padding: 10px;
	text-align: center;
	-webkit-transition: background-color .5s ease;
	transition: background-color .5s ease;
}
#member .txt-box a:hover {
	background-color: #00991d;
	color: #fff;
}

/*--------------------
5:footer
--------------------*/
footer {
	background: #efeacf;
	padding-top: 108px;
	text-align: center;
}
footer p {
	color: #00991d;
	font-size: 24px;
	line-height: 2;
	margin-bottom: 80px;
}
footer .doc a {
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease;
}
footer .doc a:hover { opacity: 0.75;}
footer .foot-logo {
	margin: 30px 0 12px;
}
footer address {
	color: #000;
	font-size: 14px;
	font-style: normal;
	line-height: 1;
	padding: 24px 0;
	text-align: center;
}
#page-top {
	position: fixed;
	bottom: 40px;
	left: -webkit-calc(50% + 472px);
	left: calc(50% + 472px);
	cursor: pointer;
	display: none;
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease;
}
#page-top:hover {
	opacity: 0.75;
}

}/*media*/
