@charset "utf-8";

#bg {
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	position: fixed;
	z-index: -100;
	background: url(../img/bg-right.png) no-repeat right top, url(../img/bg-left.png) no-repeat left 400px, url(../img/bg.jpg) no-repeat center/cover;
}

#header {
	width: 100%;
	position: fixed;
	z-index: 50;
	background: #fff;
	border-bottom: 1px #ccc solid;
}

#header_box {
	width: 1080px;
	height: 4.5em;
	margin: auto;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}

#logo {
	padding-top: 10px;
}

#menu ul {
	width: 850px;
	padding: 20px 0;
	text-align: right;
}

#menu ul li {
	display: inline;
	margin-left: 10px;
	padding-left: 15px;
	border-left: 1px solid #666;
}

#menu ul li:first-child {
	margin-left: 0;
	padding-left: 0;
	border-left: 0;
}

#topimg {
	width: 980px;
	height: 700px;
	margin: 4em auto 0;
	color: #fff;
	text-align: center;
	background: url(../img/topimg.png) no-repeat center bottom;
	background-size: 600px;
}

#topimg .h-copy01 {
	padding-top: 5em;
}

#topimg .h-copy02 {
	padding-top: 5em;
}

.topcopy02 {
	text-align: center;
}

#pagewrap {
	width: 980px;
	margin: 0 auto;
}

section {
	clear: both;
	overflow: hidden;
	_zoom: 1;
}

.left01 {
	float: left;
}

.left01_img {
	float: left;
	padding-right: 20px;
	padding-bottom: 12px;
}

.right01 {
	float: right;
}

.right01_img {
	float: right;
	padding-bottom: 12px;
	padding-left: 20px;
}

.next {
	clear: both;
	padding-top: 2em;
}

/* content
---------------------------------------------*/
.content {
	margin: 0 0 30px;
	padding: 20px;
	border: 2px #006a49 solid;
	background: #fff;
	background-size: 65px;
	box-shadow: 0 1px 5px rgba(59, 103, 158, .6);
}

.content .in {
	padding: 2em 3em;
	font-size: 1em;
	line-height: 1.9em;
}

.content p {
	padding-bottom: 1em;
	padding-top: 0.2em;
}

.bar {
	position: relative;
	font-size: 1.3em;
	font-weight: bold;
	color: #fff;
	border-radius: 8px;
	padding: 10px 10px 7px 40px;
	margin: 20px 0 20px;
	border: 1px #006a49 solid;
	clear: both;
	background: url(../img/barbg.jpg);
}

.bar::after {
	position: absolute;
	top: .8em;
	left: .7em;
	z-index: 2;
	content: '';
	width: 12px;
	height: 12px;
	background-color: #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


#user_gmap {
	width: 100%;
	height: 350px;
	margin: 0px;
	border: solid 1px #111;
}

@-webkit-keyframes openinganime {
	0% {
		opacity: 0;
		-webkit-transform: translate(0, 100px);
		transform: translate(0, 100px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

@keyframes openinganime {
	0% {
		opacity: 0;
		-webkit-transform: translate(0, 100px);
		transform: translate(0, 100px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

.openinganime {
	-webkit-animation: openinganime 3s forwards;
	animation: openinganime 3s forwards;
}

@-webkit-keyframes openinganime02 {
	0% {
		opacity: 0;
		-webkit-transform: translate(0, 100px);
		transform: translate(0, 100px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

@keyframes openinganime02 {
	0% {
		opacity: 0;
		-webkit-transform: translate(0, 50px);
		transform: translate(0, 50px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

.openinganime02 {
	-webkit-animation: openinganime02 10s forwards;
	animation: openinganime02 10s forwards;
}

.borbox {
	margin: 0 0 30px;
	padding: 20px;
	border: 2px #006a49 solid;
	background: #fff;
	box-shadow: 0 1px 5px rgba(59, 103, 158, .6);
}

/* column
---------------------------------------------*/
.c2box {
	clear: both;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.c2box>li {
	flex: 1 0 370px;
	margin-bottom: 2%;
	margin-right: 2%;
	overflow: hidden;
	_zoom: 1;
}

.c2box>li:nth-child(2n) {
	margin-right: 0;
}

.c2box::after {
	display: table;
	clear: both;
	content: '';
}

.c3box {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	clear: both;
}

.c3box li {
	flex: 1 0 200px;
	margin: 1em;
	padding: 2em;
	border: 1px #006a49 solid;
	line-height: 1;
}

.Tbox {
	width: 100%;
	text-align: left;
}

.Tbox th {
	padding: 10px;
	vertical-align: middle;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	color: #333333;
	font-weight: bold;
	border-bottom-color: #CCCCCC;
}

.Tbox td {
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}


/* form
---------------------------------------------*/
.form_tb dl {
	margin: 0 0 15px;
}

.form_tb dt {
	float: left;
	width: 10em;
	padding: 10px 0;
	text-indent: 1em;
	line-height: 150%;
}

.form_tb dd {
	padding: 10px 0 10px 7em;
	line-height: 150%;
	border-bottom: 1px #e8e8e8 solid;
}

.form_tb dd:last-child {
	border-bottom: none;
}

.form p {
	font-size: 100%;
	padding-top: 10px;
	padding-bottom: 3px;
	clear: both;
}

.form_w01 {
	width: 45%;
	font-size: 90%;
	padding: 5px;
}

.form_w02 {
	width: 20%;
	font-size: 90%;
	padding: 5px;
}

.form_w95 {
	width: 95%;
	font-size: 90%;
	padding: 5px;
}

input:focus,
input:hover {
	background-color: #FFFFF1;
}

textarea {
	width: 90%;
	font-size: 100%;
	padding: 5px;
}

input[type="submit"] {
	font-size: 15px;
	height: auto;
	font-weight: bold;
	margin: 0;
	padding: 20px;
	background: rgb(3, 143, 26);
	background: -moz-linear-gradient(top, rgb(12, 160, 37) 1%, rgba(3, 143, 26, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(12, 160, 37) 1%, rgba(3, 143, 26, 1) 100%);
	background: linear-gradient(to bottom, rgba(12, 160, 37) 1%, rgba(3, 143, 26, 1) 100%);
	border: 1px #fff solid;
	border: 1px #fff solid;
	color: #FFF;
	-webkit-appearance: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 0 2px 2px #CCC;
	text-shadow: 1px 2px 3px #000;
	cursor: pointer;
}

.form_submit_btn {
	padding: 10px 0px;
	margin: 0px auto;
	text-align: center;
}

/* FOOTER
---------------------------------------------*/
#footer {
	clear: both;
	margin: 0px auto;
	height: 100px;
	color: #fff;
	text-align: center;
	background-image: url(../img/linebottom.png);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 10px;
}

#footer p {
	text-align: center;
	padding: 15px;
	font-size: 85%;
	line-height: 1.8em;
}

.thanks {
	text-align: center;
	color: #fff;
	padding: 5px;
	font-size: 120%;
	line-height: 1.8em;
	text-shadow: 0px -1px 0px rgba(000, 000, 000, 1), 0px 1px 0px rgba(255, 255, 255, 1);
}



/*******************************************************************
max-width: 
*******************************************************************/
@media screen and (max-width: 768px) {
	.font01 {
		font-size: 110%;
		font-weight: bold;
	}

	.font02 {
		font-size: 110%;
		font-weight: bold;
		color: #006a49;
		text-align: center;
	}

	.font03 {
		font-size: 150%;
		font-weight: bold;
		color: #006a49;
		padding-bottom: 10px;
	}

	.brsp {
		display: none;
	}

	#menu {
		display: none
	}

	.slicknav_menu {
		display: block;
		position: fixed;
		top: 0;
		right: 0
	}

	#bg {
		background: url(../img/bg-right.png) no-repeat right top, url(../img/bg-left.png) no-repeat -100px top, url(../img/bg.jpg) no-repeat center/cover;
	}

	#header {
		width: 100%;
		position: fixed;
		z-index: 50;
		background: #fff;
		border-bottom: 1px #ccc solid;
	}

	#header_box {
		width: 95%;
		height: 3.5em;
		margin: auto;
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
	}

	#logo {
		padding-top: 10px;
	}

	#topimg {
		width: 100%;
		height: 400px;
		margin: 7em auto 0;
		color: #fff;
		text-align: center;
		background: url(../img/topimg.png) no-repeat center bottom;
		background-size: 400px;
	}

	#topimg .h-copy01 {
		padding: 0 1em;
	}

	#topimg .h-copy02 {
		padding-top: 3em;
	}

	#topimg .h-copy02 img {
		width: 17px;
	}

	.topcopy02 {
		text-align: center;
		padding: 1.5em 1em;
	}

	#pagewrap {
		width: 100%;
		margin: 0 auto;
	}

	section {
		clear: both;
		overflow: hidden;
		_zoom: 1;
	}

	.left01 {
		float: none;
	}

	.left01_img {
		float: none;
		padding-right: 0px;
		padding-bottom: 12px;
	}

	.right01 {
		float: none;
	}

	.right01_img {
		float: none;
		padding-bottom: 12px;
		padding-left: 0px;
	}

	.next {
		clear: both;
		padding-top: 1em;
	}

	/* content
---------------------------------------------*/
	.content {
		margin: 0 0 10px;
		padding: 0px;
		border: 2px #006a49 solid;
		background: #fff;
		background-size: 35px;
		box-shadow: 0 1px 5px rgba(0, 0, 0, .6);
	}

	.content .in {
		padding: 10px 10px 15px;
		font-size: 100%;
		line-height: 1.5em;
	}

	.content p {
		padding-bottom: 1em;
		padding-top: 0.2em;
	}


	.bar {
		position: relative;
		font-size: 1.2em;
		font-weight: bold;
		color: #fff;
		border-radius: 8px;
		padding: 10px 10px 7px 40px;
		margin: 20px 0 20px;
		border: 1px #006a49 solid;
		clear: both;
		background: url(../img/barbg.jpg);
	}

	.bar::after {
		position: absolute;
		top: .8em;
		left: .7em;
		z-index: 2;
		content: '';
		width: 12px;
		height: 12px;
		background-color: #fff;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}


	#user_gmap {
		width: 90%;
		height: 350px;
		margin: 0px;
		border: solid 1px #111;
	}

	/* column
---------------------------------------------*/
	.c2box>li {
		margin-bottom: 8%;
	}

	.c2box>li:nth-child(1n) {
		margin-right: 0;
	}

	.c3box>li {
		flex: 1 0 150px;
		margin: 0 .5em .5em 0;
		padding: .7em;
	}


	.Tbox th {
		display: block;
		padding: 10px;
		vertical-align: middle;
		text-align: left;
		border-bottom: none;
		color: #333333;
		font-weight: bold;
	}

	.Tbox td {
		display: block;
		padding: 0 10px 10px;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #CCCCCC;
	}

	/* form
---------------------------------------------*/
	.form_tb dl {
		margin: 0;
	}

	.form_tb dt {
		float: none;
		width: 100%;
		padding: 15px 0 0px 0;
		text-indent: 0em;
		line-height: 100%;
	}

	.form_tb dd {
		padding: 3px 0 5px 0;
		line-height: 100%;
		border-bottom: 1px #ccc solid;
	}

	.form_tb dd:last-child {
		border-bottom: none;
	}

	.formbtn {
		padding-top: 130px;
		padding-bottom: 45px;
		clear: both;
	}

	.form p {
		font-size: 100%;
		font-weight: bold;
		padding-top: 10px;
		padding-bottom: 3px;
		clear: both;
	}

	.form_w01 {
		width: 95%;
		font-size: 100%;
	}

	.form_w02 {
		width: 50%;
		font-size: 100%;
	}

	.form_w95 {
		width: 95%;
		font-size: 120%;
		padding: 5px;
	}

	input:focus,
	input:hover {
		background-color: #FFFFF1;
	}

	textarea {
		width: 95%;
		font-size: 120%;
		padding: 5px;
	}

	input[type="submit"] {
		width: 100%;
		font-size: 15px;
		font-weight: bold;
		margin: 0;
		padding: 10px;
		background: #004513;
		background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #004513), color-stop(0.00, #078303));
		background: -webkit-linear-gradient(#078303, #004513);
		background: -moz-linear-gradient(#078303, #004513);
		background: -ms-linear-gradient(#078303, #004513);
		background: linear-gradient(#078303, #004513);
		border: 1px #fff solid;
		color: #FFF;
		-webkit-appearance: none;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		box-shadow: 0 2px 2px #CCC;
		text-shadow: 1px 2px 3px #C45C00;
		cursor: pointer;
	}

	.c3_form {
		width: 25%;
		font-size: 120%;
		padding: 5px;
	}

	/* FOOTER
---------------------------------------------*/
	#footer {
		clear: both;
		margin: 0px auto;
		height: 50px;
		color: #fff;
		text-align: center;
		background-image: url(../img/linebottom.png);
		background-repeat: repeat-x;
		background-position: bottom;
		padding-top: 10px;
	}

	#footer p {
		text-align: center;
		padding: 15px;
		font-size: 10px;
		line-height: 1.8em;
	}
}