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

@media screen and (max-width:600px) {

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;
}
#hero .top-logo {
	width: 60%;
}
#hero .top-logo img {
	height: auto;
	width: 100%;
}
#hero .event > div:first-child { display: none;}
#hero .event {
	position: absolute;
	top: 48px;
	right: -3vw;
}
#hero .event-ttl {
	background: #00a73c;
	color: #fff;
	font-weight: bold;
	padding: 0.6em 1em;
}

/*--------------------
2:#about
--------------------*/
#about {
	background-color: #93bb4b;
	padding: 72px 0;
}
#about .inner {
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	margin: 0 auto;
	padding: 16px 4vw 35px;
	width: 92vw;
}
#about p {
	font-size: 16px;
	line-height: 1.7;
}

/*--------------------
3:#action
--------------------*/
#action {
	background-color: #f0eacb;
	padding: 72px 0;
}
#action .content {
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	margin: 0 auto;
	padding: 24px 8vw;
	width: 92vw;
}
#action h2 {
	border-bottom: 2px dotted #00991d;
	color: #00991d;
	font-size: 20px;
	line-height: 1;
	padding-bottom: 10px;
	text-align: center;
}
#action li {
	background: #f0eacb;
	border-radius: 4px;
	color: #231815;
	height: 45px;
	line-height: 3;
	margin: 12px auto 0;
	text-align: center;
}

/*--------------------
4:#member
--------------------*/
#member {
	background-color: #93bb4b;
	padding: 72px 0;
}
#member .content {
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	margin: 0 auto;
	padding: 24px 4vw 36px;
	width: 92vw;
}
#member h2 {
	border-bottom: 2px dotted #00991d;
	color: #00991d;
	font-size: 20px;
	line-height: 1.4;
	padding-bottom: 10px;
}
#member table,
#member thead,
#member tbody, #member tr {
	display: block;
}
#member tr { margin-top: 0.8em;}
#member th, #member td { display: inline;}
#member td { color: #565656;}

#member .box {
	border: 2px solid #93bb4b;
	padding: 3vw;
	margin-top: 30px;
}
#member .ttl {
	border-bottom: 2px solid #93bb4b;
	color: #00991d;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.7;
	margin-bottom: 14px;
	padding-bottom: 14px;
}
#member .txt-box p:first-child {
	margin-bottom: 1em;
}
#member .txt-box a {
	border: 1px solid #00991d;
	color: #00991d;
	display: block;
	padding: 10px;
	text-align: center;
}

/*--------------------
5:footer
--------------------*/
footer {
	background: #efeacf;
	padding: 72px 4vw 10px;
}
footer p {
	color: #00991d;
	font-size: 17px;
	line-height: 1.7;
	margin-bottom: 20px;
}
footer .doc {
	margin: 0 auto;
	width: 90vw;
}
footer .foot-logo {
	margin: 30px auto 12px;
	width: 50vw;
}
footer address {
	color: #000;
	font-size: 13px;
	font-style: normal;
	line-height: 1;
	padding: 20px 0 0;
	text-align: center;
}
#page-top {
	position: fixed;
	bottom: 4vw;
	right: 3vw;
	cursor: pointer;
	display: none;
	width: 50px;
}

}/*media*/
